المكوّنات · زرّ عائم بقائمة سريعة
زرّ عائم بقائمة سريعة
يفتح إجراءات مسمّاة بتتابع، ويُغلق بالهروب وبالحجاب
7 تصاميم من هذه العائلة
<div class="ap apfs"><div class="ph">
<div class="sb"><span class="tm num"></span>
<span class="r" aria-hidden="true"><span>▲</span><span>◗</span><span class="bt num"></span></span></div>
<div class="scr"><div class="body">
<h6 data-ar="مهامّي" data-en="My tasks">مهامّي</h6>
<div class="rows"></div>
</div></div>
<div class="scrim" hidden></div>
<div class="dial">
<ul class="acts" hidden></ul>
<button class="fab tap" aria-expanded="false" aria-controls="dialacts" aria-label="إجراءات سريعة">+</button>
</div>
<div class="safe"></div>
</div></div>
/* pt-scoped */
/* appfab-speeddial — تطبيق إنتاجية */
.apfs{width:100%;height:100%;display:flex;align-items:center;
justify-content:center;padding:6px;font-size:10px;color:var(--pt-text-secondary);
overflow:hidden}
.apfs .ph{position:relative;width:198px;height:100%;max-height:224px;display:flex;
flex-direction:column;overflow:hidden;background:var(--pt-bg-base);
border:1px solid var(--pt-border-default);border-radius:20px;
box-shadow:var(--pt-shadow-3)}
/* شريط الحالة — ليس تزيينًا: يثبت أعلى الشاشة فلا يبدأ المحتوى عند الحافّة */
.apfs .sb{flex:none;display:flex;align-items:center;justify-content:space-between;
padding:5px 12px 2px;font-size:7px;color:var(--pt-text-muted);
font-variant-numeric:tabular-nums}
.apfs .sb .r{display:flex;gap:3px}
.apfs .scr{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
.apfs .body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;
-webkit-overflow-scrolling:touch}
.apfs .body::-webkit-scrollbar{width:0}
/* المنطقة الآمنة السفلية — شريط الإيماءات يأكل ما تحته */
.apfs .safe{flex:none;height:9px;display:grid;place-items:center}
.apfs .safe::after{content:'';width:52px;height:3px;border-radius:99px;
background:var(--pt-border-strong)}
.apfs h6{margin:0;font-size:10px;color:var(--pt-text-primary);font-weight:600;line-height:1.4}
.apfs p{margin:0;font-size:8px;color:var(--pt-text-muted);line-height:1.65}
.apfs .num{font-variant-numeric:tabular-nums}
.apfs button{font:inherit;cursor:pointer;
transition:background var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
color var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
transform var(--pt-motion-duration-fast) var(--pt-motion-easing-standard)}
.apfs button:focus-visible, .apfs a:focus-visible, .apfs input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
/* هدف اللمس: 44 بكسلًا على الشاشات اللمسية، ومساحة نقر ممتدّة على غيرها */
@media(pointer:coarse){.apfs .tap{min-width:44px;min-height:44px}
}
.apfs .tap{position:relative}
.apfs .tap::before{content:'';position:absolute;inset:-6px}
@media(prefers-reduced-motion:reduce){.apfs *{transition:none!important;animation:none!important}
}
.apfs .ph{position:relative}
.apfs .body{padding:9px 13px 44px}
.apfs .body h6{margin-bottom:7px}
.apfs .rows{display:flex;flex-direction:column;gap:6px}
.apfs .rows span{display:block;height:8px;border-radius:99px;background:var(--pt-bg-inset)}
.apfs .scrim{position:absolute;inset:0;z-index:4;background:rgba(5,9,26,.5)}
.apfs .dial{position:absolute;inset-block-end:14px;inset-inline-end:12px;z-index:5;
display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.apfs .acts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;
align-items:flex-end;gap:5px}
.apfs .acts li{animation:apfsIn var(--pt-motion-duration-normal)
var(--pt-motion-easing-emphasized) backwards}
.apfs .acts li:nth-child(1){animation-delay:0ms}
.apfs .acts li:nth-child(2){animation-delay:45ms}
.apfs .acts li:nth-child(3){animation-delay:90ms}
@keyframes apfsIn{from{opacity:0;transform:translateY(8px) scale(.9)}
to{opacity:1;transform:none}}
.apfs .acts button{display:flex;align-items:center;gap:6px;padding:6px 11px;border:0;
border-radius:99px;background:var(--pt-bg-overlay);color:var(--pt-text-primary);
font-size:8.5px;font-weight:600;box-shadow:var(--pt-shadow-3);
border:1px solid var(--pt-border-default)}
.apfs .acts button i{font-style:normal;font-size:11px;color:var(--pt-accent)}
.apfs .fab{width:42px;height:42px;border-radius:50%;border:0;background:var(--pt-accent);
color:var(--pt-color-ink-900);font-size:19px;display:grid;place-items:center;
box-shadow:var(--pt-shadow-4);
transition:transform var(--pt-motion-duration-normal) var(--pt-motion-easing-emphasized)}
.apfs .fab[aria-expanded=true]{transform:rotate(135deg)}
.apfs .log{position:absolute;inset-block-end:64px;inset-inline:12px;z-index:6;
font-size:8px;color:var(--pt-accent);text-align:center}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.apfs');
if (!host) return;
var snapshot = host.innerHTML;
var timers = [];
var ac = null;
/* الجسم كما كتبه المولِّد. يستقبل بدائل مظلَّلة لـ root وdocument
والمؤقّتات، فينظّف نفسه دون أن يعرف أنه قابل لإعادة التركيب. */
function run(root, document, setTimeout, setInterval) {
var ar = document.documentElement.lang !== 'en';
var n = function (v, d) { return Number(v).toLocaleString('en-US', {
minimumFractionDigits: d || 0, maximumFractionDigits: d || 0 }); };
var money = function (usd, d) {
return ar ? n(usd * 3.75, d) + ' ر.س' : '$' + n(usd, d);
};
var set = function (sel, txt) {
var el = root.querySelector(sel); if (el) el.textContent = txt; return el;
};
/* الساعة بأرقام لاتينية دائمًا — قرار موحّد في المشروع كلّه */
(function clock() {
var t = root.querySelector('.tm');
if (!t) return;
function tick() {
var d = new Date();
t.textContent = String(d.getHours()).padStart(2, '0') + ':' +
String(d.getMinutes()).padStart(2, '0');
setTimeout(tick, 20000);
}
tick();
})();
var bt = root.querySelector('.bt');
if (bt) bt.textContent = '84%';
/* اهتزاز خفيف حيث يوجد — تأكيد لمسيّ لا يعتمد عليه شيء */
var buzz = function (ms) { try { if (navigator.vibrate) navigator.vibrate(ms || 8); } catch (e) {} };
var rows = root.querySelector('.rows');
if (rows) rows.innerHTML = [94, 78, 100, 66, 88, 100, 72, 96, 84, 100, 60, 92, 100, 74]
.map(function (w) { return '<span style="width:' + w + '%"></span>'; }).join('');
/* لكل إجراء اسم ظاهر لا أيقونة وحدها: الأيقونات لا تظهر إلّا بعد الفتح
فلا فرصة للمستخدم أن يتعلّمها قبله. */
var ACTS = [['✓', 'مهمّة جديدة', 'New task'], ['◷', 'تذكير', 'Reminder'],
['▤', 'مشروع', 'Project']];
var fab = root.querySelector('.fab'), acts = root.querySelector('.acts');
var scrim = root.querySelector('.scrim');
acts.id = 'dialacts';
acts.innerHTML = ACTS.map(function (a) {
return '<li><button class="tap"><i aria-hidden="true">' + a[0] + '</i>' +
(ar ? a[1] : a[2]) + '</button></li>';
}).join('');
var log = document.createElement('div');
log.className = 'log'; log.setAttribute('role', 'status');
root.querySelector('.ph').appendChild(log);
function set(v) {
acts.hidden = !v; scrim.hidden = !v;
fab.setAttribute('aria-expanded', String(v));
if (v) acts.querySelector('button').focus(); else fab.focus();
}
fab.addEventListener('click', function () { buzz(); set(acts.hidden); });
scrim.addEventListener('click', function () { set(false); });
acts.addEventListener('click', function (e) {
var b = e.target.closest('button');
if (!b) return;
log.textContent = (ar ? 'أُنشئ: ' : 'Created: ') + b.textContent.trim();
set(false);
setTimeout(function () { log.textContent = ''; }, 1600);
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape' && !acts.hidden) set(false);
});
}
function mount() {
ac = new AbortController();
var real = window.document;
/* وسيط يمرّر كل شيء إلى المستند الحقيقي، ويعلّق كل مستمع بإشارة
تُقطع عند إعادة التركيب — فلا يبقى مستمع من نسخة ماتت. */
var doc = new Proxy(real, {
get: function (t, k) {
if (k === 'addEventListener') {
return function (type, fn, opts) {
var o = (opts && typeof opts === 'object') ? Object.assign({}, opts)
: { capture: !!opts };
o.signal = ac.signal;
return t.addEventListener(type, fn, o);
};
}
var v = t[k];
return typeof v === 'function' ? v.bind(t) : v;
}
});
function track(fn) {
return function (f, ms) { var id = fn(f, ms); timers.push(id); return id; };
}
run(host, doc, track(window.setTimeout.bind(window)),
track(window.setInterval.bind(window)));
}
function unmount() {
if (ac) ac.abort();
// المعرّفان يتشاركان فضاءً واحدًا في المتصفّح، فالإلغاء المزدوج آمن
timers.forEach(function (id) { window.clearTimeout(id); window.clearInterval(id); });
timers = [];
host.innerHTML = snapshot;
}
mount();
addEventListener('pt-lang', function () { unmount(); mount(); });
})();
# Speed Dial FAB
**Role:** You are an Arabic-first UI designer and front-end engineer. Read the whole
specification before writing a single line, then follow it literally. If two requirements
conflict, favour usability over visual effect.
**Goal:** Speed Dial FAB — Opens named actions in sequence, closing on Escape and on the scrim
**Why this component matters:** Every speed-dial action needs a visible label, not an icon alone: the icons appear only once opened, so the user has no chance to learn them beforehand.
**Direction:** Genuine RTL — not a mirrored Latin layout. Use logical properties
(`margin-inline-start`, `padding-inline`, `inset-inline-start`, `text-align: start`),
never physical ones (`margin-left`, `left`). The layout must flip with `dir` on its own,
with no duplicated rules.
**Typography:** Cairo for Arabic, IBM Plex Sans for Latin. Arabic line-height must be
`0.18` higher than the Latin equivalent — dots, hamzas and maddas need more vertical room.
Arabic font-size runs `1.06×` the Latin size at the same optical weight.
**Numerals:** Western digits in both languages (`1,234.50`). Only the currency changes:
`ر.س` **after** the number in Arabic, `$` **before** it in English. Jordanian dinar
uses **three** decimal places, not two.
**Colors:** Dark mode — background `#0D142B` · surfaces `#211F54` · borders `#545C91` · text `#918FC2`.
Accent `#ADA9E8` must never exceed 8% of the screen area.
**Language:** Bilingual — every string carries both Arabic and English, and the layout
flips with `dir` automatically.
**States:** `default` · `hover` · `focus` · `active` · `disabled` · `loading` · `error`.
Do not design the resting state alone.
**Accessibility:** Contrast ratio at least `4.5:1`, complete keyboard navigation,
visible focus rings, and honour `prefers-reduced-motion`.
**Output:** Clean HTML and CSS in two separate files. No frameworks, no libraries,
no external dependencies.