المكوّنات · شريط ببحث مدمج
شريط ببحث مدمج
البحث جزء من الشريط، ويلغى بزرّ يظهر عند التركيز
7 تصاميم من هذه العائلة
<div class="ap apbs"><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>
<header class="bar">
<div class="fld"><span aria-hidden="true">🔍</span>
<input type="search" aria-label="ابحث في المتجر" placeholder="ألعاب، أدوات، تعليم…"></div>
<button class="cx" hidden data-ar="إلغاء" data-en="Cancel">إلغاء</button>
</header>
<div class="body">
<div class="cnt num"></div>
<ul class="rs"></ul>
<p class="empty" hidden data-ar="لا نتيجة" data-en="No results">لا نتيجة</p>
</div>
<div class="safe"></div>
</div></div>
/* pt-scoped */
/* appbar-search — متجر تطبيقات */
.apbs{width:100%;height:100%;display:flex;align-items:center;
justify-content:center;padding:6px;font-size:10px;color:var(--pt-text-secondary);
overflow:hidden}
.apbs .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)}
/* شريط الحالة — ليس تزيينًا: يثبت أعلى الشاشة فلا يبدأ المحتوى عند الحافّة */
.apbs .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}
.apbs .sb .r{display:flex;gap:3px}
.apbs .scr{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
.apbs .body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;
-webkit-overflow-scrolling:touch}
.apbs .body::-webkit-scrollbar{width:0}
/* المنطقة الآمنة السفلية — شريط الإيماءات يأكل ما تحته */
.apbs .safe{flex:none;height:9px;display:grid;place-items:center}
.apbs .safe::after{content:'';width:52px;height:3px;border-radius:99px;
background:var(--pt-border-strong)}
.apbs h6{margin:0;font-size:10px;color:var(--pt-text-primary);font-weight:600;line-height:1.4}
.apbs p{margin:0;font-size:8px;color:var(--pt-text-muted);line-height:1.65}
.apbs .num{font-variant-numeric:tabular-nums}
.apbs 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)}
.apbs button:focus-visible, .apbs a:focus-visible, .apbs input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
/* هدف اللمس: 44 بكسلًا على الشاشات اللمسية، ومساحة نقر ممتدّة على غيرها */
@media(pointer:coarse){.apbs .tap{min-width:44px;min-height:44px}
}
.apbs .tap{position:relative}
.apbs .tap::before{content:'';position:absolute;inset:-6px}
@media(prefers-reduced-motion:reduce){.apbs *{transition:none!important;animation:none!important}
}
.apbs .bar{flex:none;display:flex;align-items:center;gap:6px;padding:4px 11px 8px}
.apbs .fld{flex:1;min-width:0;display:flex;align-items:center;gap:5px;padding:6px 10px;
border-radius:var(--pt-radius-full);background:var(--pt-bg-inset);
color:var(--pt-text-muted);font-size:9px}
.apbs .fld input{flex:1;min-width:0;border:0;background:transparent;font:inherit;
font-size:9.5px;color:var(--pt-text-primary);outline:none}
.apbs .cx{flex:none;border:0;background:transparent;color:var(--pt-accent);
font-size:9px;padding:4px 2px}
.apbs .body{padding:0 11px 8px}
.apbs .cnt{font-size:7.5px;color:var(--pt-text-muted);padding-bottom:5px}
.apbs .rs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.apbs .rs li{display:flex;align-items:center;gap:8px}
.apbs .rs .ic{flex:none;width:30px;height:30px;border-radius:8px;display:grid;
place-items:center;font-size:13px}
.apbs .rs .t{font-size:9px;color:var(--pt-text-primary)}
.apbs .rs .k{font-size:7.5px;color:var(--pt-text-muted)}
.apbs .rs .gt{flex:none;padding:4px 11px;border-radius:var(--pt-radius-full);border:0;
background:var(--pt-accent-muted);color:var(--pt-accent);font-size:8px;font-weight:700}
.apbs .empty{text-align:center;padding:14px 0}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.apbs');
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 APPS = [
{ t: 'خرائط المدينة', k: 'تنقّل', e: '🗺', h: 200 },
{ t: 'قارئ القرآن', k: 'تعليم', e: '📖', h: 150 },
{ t: 'محرّر الصور', k: 'إنتاجية', e: '🎨', h: 280 },
{ t: 'لعبة الكلمات', k: 'ألعاب', e: '🎮', h: 20 },
{ t: 'مفكّرة يومية', k: 'إنتاجية', e: '📝', h: 42 },
{ t: 'حاسبة الزكاة', k: 'مالية', e: '🧮', h: 172 }
];
var input = root.querySelector('input'), cx = root.querySelector('.cx');
var rs = root.querySelector('.rs'), cnt = root.querySelector('.cnt');
var empty = root.querySelector('.empty');
function norm(s) {
return String(s).replace(/[\u064B-\u0652\u0640]/g, '')
.replace(/[\u0622\u0623\u0625]/g, '\u0627').replace(/\u0629/g, '\u0647')
.replace(/\u0649/g, '\u064A').toLowerCase().trim();
}
rs.innerHTML = APPS.map(function (a) {
return '<li><span class="ic" style="background:hsl(' + a.h + ' 44% 24%)">' + a.e +
'</span><span style="flex:1;min-width:0"><span class="t">' + a.t + '</span><br>' +
'<span class="k">' + a.k + '</span></span>' +
'<button class="gt tap">' + (ar ? 'تثبيت' : 'Get') + '</button></li>';
}).join('');
var lis = [].slice.call(rs.children);
function run() {
var q = norm(input.value), shown = 0;
lis.forEach(function (li, i) {
var ok = !q || norm(APPS[i].t + ' ' + APPS[i].k).indexOf(q) !== -1;
li.hidden = !ok; if (ok) shown++;
});
empty.hidden = shown > 0;
cnt.textContent = shown + (ar ? ' تطبيقًا' : ' apps');
}
/* زرّ الإلغاء يظهر وقت النشاط فقط — حجز مكانه دائمًا يسرق عرضًا لا يُعوَّض */
input.addEventListener('focus', function () { cx.hidden = false; });
cx.addEventListener('click', function () {
input.value = ''; cx.hidden = true; input.blur(); run();
});
input.addEventListener('blur', function () { if (!input.value) cx.hidden = true; });
input.addEventListener('input', run);
rs.addEventListener('click', function (e) {
var b = e.target.closest('.gt');
if (!b) return;
buzz();
b.textContent = ar ? '✓ مثبّت' : '✓ Installed';
b.disabled = true; b.style.opacity = '.6';
});
run();
}
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(); });
})();
# Bar with Inline Search
**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:** Bar with Inline Search — Search lives in the bar, with a cancel button that appears on focus
**Why this component matters:** The cancel button should appear only while the field is active — reserving its space permanently steals width from the query on a screen that has none to spare.
**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.