@signal9/era-ui 10.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/actions/actions.svelte +1 -1
- package/dist/ai/artifact/artifact-actions.svelte +1 -1
- package/dist/ai/artifact/artifact-close.svelte +1 -1
- package/dist/ai/artifact/artifact-content.svelte +1 -1
- package/dist/ai/artifact/artifact-header.svelte +1 -1
- package/dist/ai/artifact/artifact.svelte +1 -4
- package/dist/ai/chain-of-thought/chain-of-thought-step.svelte +3 -3
- package/dist/ai/chain-of-thought/chain-of-thought.svelte +1 -1
- package/dist/ai/checkpoint.svelte +2 -2
- package/dist/ai/confirmation/confirmation-actions.svelte +1 -1
- package/dist/ai/confirmation/confirmation-args.svelte +4 -4
- package/dist/ai/confirmation/confirmation.svelte +5 -8
- package/dist/ai/context/context.svelte +3 -3
- package/dist/ai/conversation/conversation-content.svelte +1 -4
- package/dist/ai/conversation/conversation-empty-state.svelte +1 -1
- package/dist/ai/conversation/conversation-scroll-button.svelte +3 -3
- package/dist/ai/conversations/conversations-group.svelte +2 -2
- package/dist/ai/conversations/conversations-item.svelte +8 -8
- package/dist/ai/conversations/conversations-root.svelte +2 -2
- package/dist/ai/error-panel/error-panel.svelte +7 -7
- package/dist/ai/image.svelte +1 -1
- package/dist/ai/index.js +1 -1
- package/dist/ai/inline-citation/inline-citation.svelte +5 -5
- package/dist/ai/loader.svelte +1 -4
- package/dist/ai/message/message-branch-selector.svelte +3 -3
- package/dist/ai/message/message-branch.svelte +1 -1
- package/dist/ai/message/message-content.svelte +1 -1
- package/dist/ai/message/message-toolbar.svelte +1 -1
- package/dist/ai/message/message-usage.svelte +5 -7
- package/dist/ai/message/message.svelte +1 -1
- package/dist/ai/model-selector/model-selector.svelte +2 -2
- package/dist/ai/open-in-chat/open-in-chat.svelte +2 -2
- package/dist/ai/plan/plan-content.svelte +1 -1
- package/dist/ai/plan/plan-header.svelte +2 -2
- package/dist/ai/plan/plan.svelte +1 -4
- package/dist/ai/prompt-input/prompt-input-add-attachments.svelte +1 -1
- package/dist/ai/prompt-input/prompt-input-attachments.svelte +5 -5
- package/dist/ai/prompt-input/prompt-input-submit.svelte +2 -2
- package/dist/ai/prompt-input/prompt-input-textarea.svelte +2 -2
- package/dist/ai/prompt-input/prompt-input-toolbar.svelte +1 -1
- package/dist/ai/prompt-input/prompt-input.svelte +1 -1
- package/dist/ai/queue/queue-item.svelte +1 -1
- package/dist/ai/queue/queue.svelte +1 -1
- package/dist/ai/reasoning/reasoning-trigger.svelte +1 -1
- package/dist/ai/response/response.svelte +1 -1
- package/dist/ai/run-status/run-status.svelte +7 -11
- package/dist/ai/runtime-feed/runtime-feed-item.svelte +1 -4
- package/dist/ai/runtime-feed/runtime-feed-root.svelte +1 -1
- package/dist/ai/sources/source.svelte +2 -2
- package/dist/ai/sources/sources-trigger.svelte +1 -1
- package/dist/ai/structured-value/structured-value.svelte +4 -4
- package/dist/ai/suggestion/suggestion.svelte +1 -1
- package/dist/ai/suggestion/suggestions.svelte +1 -1
- package/dist/ai/swarm/swarm-agent.svelte +3 -3
- package/dist/ai/swarm/swarm-artifact.svelte +2 -2
- package/dist/ai/swarm/swarm-barrier.svelte +3 -3
- package/dist/ai/swarm/swarm-barriers.svelte +1 -4
- package/dist/ai/swarm/swarm-counts.svelte +2 -2
- package/dist/ai/swarm/swarm-footer.svelte +4 -3
- package/dist/ai/swarm/swarm-grid.svelte +2 -2
- package/dist/ai/swarm/swarm-header.svelte +2 -2
- package/dist/ai/swarm/swarm-node.svelte +7 -9
- package/dist/ai/swarm/swarm-role.svelte +6 -3
- package/dist/ai/swarm/swarm-root.svelte +1 -4
- package/dist/ai/swarm/swarm-sandbox.svelte +4 -7
- package/dist/ai/swarm/swarm-tree.svelte +2 -2
- package/dist/ai/task/task-content.svelte +1 -4
- package/dist/ai/task/task-trigger.svelte +1 -1
- package/dist/ai/tool/tool-chip.svelte +3 -3
- package/dist/ai/tool/tool-chips.svelte +3 -3
- package/dist/ai/tool/tool-exec.svelte +4 -4
- package/dist/ai/tool/tool-header.svelte +1 -1
- package/dist/ai/web-preview/web-preview.svelte +4 -9
- package/dist/ai/workflow/canvas.svelte +1 -1
- package/dist/ai/workflow/node.svelte +3 -3
- package/dist/apps/index.d.ts +3 -3
- package/dist/apps/index.js +3 -3
- package/dist/apps/llm-shell/llm-shell.svelte +4 -4
- package/dist/apps/notes/editor/slash-menu.svelte +2 -4
- package/dist/apps/notes/notes.svelte +8 -8
- package/dist/dev/audit/audits/anonymous-text.d.ts +2 -0
- package/dist/dev/audit/audits/anonymous-text.js +73 -0
- package/dist/dev/audit/audits/even-container-padding.js +2 -2
- package/dist/dev/audit/audits/index.d.ts +2 -1
- package/dist/dev/audit/audits/index.js +3 -1
- package/dist/dev/audit/audits/single-glyph-square.js +2 -2
- package/dist/dev/audit/types.d.ts +1 -1
- package/dist/dev/audit-overlay.svelte +7 -7
- package/dist/docs/css-utilities.d.ts +31 -0
- package/dist/docs/css-utilities.js +142 -8
- package/dist/docs/llms-txt.js +2 -2
- package/dist/docs/notes.md +3 -3
- package/dist/docs/quickstart.md +5 -5
- package/dist/era-ui.css +1 -1
- package/dist/generated-docs/llms-full.txt +455 -110
- package/dist/generated-docs/llms.txt +29 -14
- package/dist/generated-docs/manifest.json +382 -55
- package/dist/generated-docs/notes.md +3 -3
- package/dist/generated-docs/utilities.json +359 -45
- package/dist/generated-docs/utilities.md +423 -93
- package/dist/os/notification-center.svelte +11 -17
- package/dist/os/pane-manager.svelte.d.ts +1 -1
- package/dist/os/pane.svelte +4 -6
- package/dist/os/taskbar.svelte +13 -18
- package/dist/os/toast.svelte +6 -11
- package/dist/os/toaster.svelte +1 -1
- package/dist/styles/density.css +0 -2
- package/dist/styles/index.css +160 -84
- package/dist/ui/accordion/accordion-content.svelte +1 -1
- package/dist/ui/accordion/accordion-trigger.svelte +2 -2
- package/dist/ui/alert-dialog/alert-dialog-content.svelte +2 -2
- package/dist/ui/alert-dialog/alert-dialog-overlay.svelte +1 -1
- package/dist/ui/aspect-ratio/aspect-ratio.svelte +1 -5
- package/dist/ui/avatar/avatar-fallback.svelte +1 -1
- package/dist/ui/avatar/avatar-root.svelte +1 -1
- package/dist/ui/badge/badge.svelte +1 -1
- package/dist/ui/badge/badge.svelte.d.ts +1 -1
- package/dist/ui/bar/bar.svelte +8 -8
- package/dist/ui/bar/bar.svelte.d.ts +16 -16
- package/dist/ui/button/button.svelte +13 -2
- package/dist/ui/button/variants.d.ts +4 -4
- package/dist/ui/button/variants.js +18 -18
- package/dist/ui/button-group/button-group.svelte +2 -2
- package/dist/ui/calendar/calendar-day.svelte +1 -1
- package/dist/ui/calendar/calendar-grid-row.svelte +1 -1
- package/dist/ui/calendar/calendar-grid.svelte +1 -1
- package/dist/ui/calendar/calendar-head-cell.svelte +1 -1
- package/dist/ui/calendar/calendar-header.svelte +1 -1
- package/dist/ui/calendar/calendar-next-button.svelte +1 -1
- package/dist/ui/calendar/calendar-prev-button.svelte +1 -1
- package/dist/ui/calendar/calendar-root.svelte +1 -1
- package/dist/ui/card/card.svelte +10 -10
- package/dist/ui/card/card.svelte.d.ts +16 -16
- package/dist/ui/checkbox/checkbox-group.svelte +1 -1
- package/dist/ui/checkbox/checkbox.svelte +1 -1
- package/dist/ui/chip/chip.svelte +15 -7
- package/dist/ui/chip/chip.svelte.d.ts +7 -7
- package/dist/ui/code-block/code-block.svelte +3 -9
- package/dist/ui/collapsible/collapsible-trigger.svelte +1 -1
- package/dist/ui/combobox/combobox-content.svelte +1 -1
- package/dist/ui/combobox/combobox-empty.svelte +1 -6
- package/dist/ui/combobox/combobox-group-heading.svelte +1 -4
- package/dist/ui/combobox/combobox-input.svelte +1 -1
- package/dist/ui/combobox/combobox-item.svelte +1 -1
- package/dist/ui/combobox/combobox-trigger.svelte +2 -2
- package/dist/ui/command/command-group-heading.svelte +1 -4
- package/dist/ui/command/command-group-items.svelte +1 -5
- package/dist/ui/command/command-item.svelte +1 -1
- package/dist/ui/command/command-link-item.svelte +1 -1
- package/dist/ui/command/command-root.svelte +2 -2
- package/dist/ui/command/command-viewport.svelte +1 -1
- package/dist/ui/command-bar/command-bar.svelte +9 -13
- package/dist/ui/context-menu/context-menu-checkbox-item.svelte +1 -1
- package/dist/ui/context-menu/context-menu-content.svelte +2 -2
- package/dist/ui/context-menu/context-menu-group-heading.svelte +1 -4
- package/dist/ui/context-menu/context-menu-item.svelte +1 -1
- package/dist/ui/context-menu/context-menu-radio-item.svelte +1 -1
- package/dist/ui/context-menu/context-menu-sub-content.svelte +1 -1
- package/dist/ui/context-menu/context-menu-sub-trigger.svelte +2 -2
- package/dist/ui/copy-button/copy-button.svelte +2 -2
- package/dist/ui/cycle/cycle.svelte +2 -2
- package/dist/ui/date-field/date-field-segment.svelte +1 -1
- package/dist/ui/date-picker/date-picker-calendar.svelte +1 -1
- package/dist/ui/date-picker/date-picker-content.svelte +1 -4
- package/dist/ui/date-picker/date-picker-day.svelte +1 -1
- package/dist/ui/date-picker/date-picker-grid-row.svelte +1 -1
- package/dist/ui/date-picker/date-picker-grid.svelte +1 -1
- package/dist/ui/date-picker/date-picker-head-cell.svelte +1 -1
- package/dist/ui/date-picker/date-picker-header.svelte +1 -1
- package/dist/ui/date-picker/date-picker-next-button.svelte +1 -1
- package/dist/ui/date-picker/date-picker-prev-button.svelte +1 -1
- package/dist/ui/date-picker/date-picker-segment.svelte +1 -1
- package/dist/ui/date-picker/date-picker-trigger.svelte +2 -2
- package/dist/ui/date-range-field/date-range-field-segment.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-calendar.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-content.svelte +1 -4
- package/dist/ui/date-range-picker/date-range-picker-day.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-grid-row.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-grid.svelte +1 -5
- package/dist/ui/date-range-picker/date-range-picker-head-cell.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-header.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-next-button.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-prev-button.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-segment.svelte +1 -1
- package/dist/ui/date-range-picker/date-range-picker-trigger.svelte +2 -2
- package/dist/ui/dialog/dialog-content.svelte +3 -5
- package/dist/ui/dialog/dialog-header.svelte +1 -6
- package/dist/ui/dialog/dialog-overlay.svelte +1 -5
- package/dist/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte +1 -1
- package/dist/ui/dropdown-menu/dropdown-menu-content.svelte +2 -2
- package/dist/ui/dropdown-menu/dropdown-menu-group-heading.svelte +1 -4
- package/dist/ui/dropdown-menu/dropdown-menu-item.svelte +1 -1
- package/dist/ui/dropdown-menu/dropdown-menu-radio-item.svelte +1 -1
- package/dist/ui/dropdown-menu/dropdown-menu-sub-content.svelte +1 -1
- package/dist/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte +2 -2
- package/dist/ui/dropdown-menu/dropdown-menu-trigger.svelte +2 -2
- package/dist/ui/file-upload/file-upload.svelte +2 -2
- package/dist/ui/index.js +1 -1
- package/dist/ui/input/input.svelte +2 -2
- package/dist/ui/input/textarea.svelte +1 -1
- package/dist/ui/input/variants.d.ts +18 -18
- package/dist/ui/input/variants.js +6 -6
- package/dist/ui/kv/kv.svelte +2 -3
- package/dist/ui/link-preview/link-preview-content.svelte +1 -1
- package/dist/ui/menubar/menubar-checkbox-item.svelte +1 -1
- package/dist/ui/menubar/menubar-content.svelte +2 -2
- package/dist/ui/menubar/menubar-group-heading.svelte +1 -4
- package/dist/ui/menubar/menubar-item.svelte +1 -1
- package/dist/ui/menubar/menubar-radio-item.svelte +1 -1
- package/dist/ui/menubar/menubar-root.svelte +1 -4
- package/dist/ui/menubar/menubar-sub-content.svelte +1 -1
- package/dist/ui/menubar/menubar-sub-trigger.svelte +2 -2
- package/dist/ui/menubar/menubar-trigger.svelte +1 -1
- package/dist/ui/meter/meter.svelte +2 -2
- package/dist/ui/pagination/pagination-next-button.svelte +1 -1
- package/dist/ui/pagination/pagination-prev-button.svelte +1 -1
- package/dist/ui/pagination/pagination-root.svelte +1 -1
- package/dist/ui/pane/pane-content.svelte +1 -1
- package/dist/ui/pane/pane-root.svelte +1 -1
- package/dist/ui/pane/pane-tab-list.svelte +1 -1
- package/dist/ui/pane/pane-tab-panel.svelte +1 -1
- package/dist/ui/pane/pane-tab.svelte +1 -1
- package/dist/ui/pane/pane.svelte +1 -1
- package/dist/ui/pin-input/pin-input-cell.svelte +1 -1
- package/dist/ui/popover/popover-content.svelte +1 -1
- package/dist/ui/popover/popover-trigger.svelte +1 -4
- package/dist/ui/progress/progress.svelte +2 -2
- package/dist/ui/radio-group/radio-group-item.svelte +2 -2
- package/dist/ui/radio-group/radio-group-root.svelte +1 -1
- package/dist/ui/rating-group/rating-group-item.svelte +1 -1
- package/dist/ui/rating-group/rating-group-root.svelte +1 -1
- package/dist/ui/scroll-area/scroll-area-scrollbar.svelte +1 -1
- package/dist/ui/scroll-area/scroll-area-thumb.svelte +1 -1
- package/dist/ui/scroll-area/scroll-area.svelte +1 -1
- package/dist/ui/select/select-content.svelte +7 -6
- package/dist/ui/select/select-group-heading.svelte +1 -4
- package/dist/ui/select/select-item.svelte +1 -1
- package/dist/ui/select/select-trigger.svelte +2 -2
- package/dist/ui/select/select-value.svelte +1 -1
- package/dist/ui/separator/separator.svelte +1 -1
- package/dist/ui/sheet/sheet-content.svelte +3 -3
- package/dist/ui/sheet/sheet-content.svelte.d.ts +4 -4
- package/dist/ui/skeleton/skeleton.svelte +4 -4
- package/dist/ui/skeleton/skeleton.svelte.d.ts +10 -10
- package/dist/ui/slider/slider-range.svelte +1 -1
- package/dist/ui/slider/slider-thumb.svelte +1 -1
- package/dist/ui/slider/slider-tick.svelte +1 -1
- package/dist/ui/step/step-content.svelte +1 -1
- package/dist/ui/step/step-section.svelte +1 -1
- package/dist/ui/step/step-summary.svelte +7 -7
- package/dist/ui/switch/switch.svelte +2 -2
- package/dist/ui/table/table-cell.svelte +1 -1
- package/dist/ui/table/table-head-cell.svelte +1 -1
- package/dist/ui/table/table-row.svelte +1 -1
- package/dist/ui/time-field/time-field-segment.svelte +1 -1
- package/dist/ui/time-range-field/time-range-field-segment.svelte +1 -1
- package/dist/ui/toggle-group/toggle-group-item.svelte +1 -1
- package/dist/ui/toggle-group/toggle-group-root.svelte +1 -1
- package/dist/ui/tooltip/tooltip-content.svelte +1 -1
- package/dist/ui/video-player/video-player.svelte +44 -47
- package/dist/utils/index.js +1 -1
- package/package.json +4 -3
|
@@ -61,15 +61,34 @@
|
|
|
61
61
|
"css": "@utility era-text-trim-caps {\n\tline-height: 1;\n\ttext-box: trim-both cap alphabetic;\n}"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"name": "era-
|
|
64
|
+
"name": "era-ink-center",
|
|
65
65
|
"names": [
|
|
66
|
-
"era-token-ink",
|
|
67
66
|
"era-ink-center"
|
|
68
67
|
],
|
|
69
68
|
"file": "index.css",
|
|
70
|
-
"useCase": "
|
|
69
|
+
"useCase": "on a native single-line <input> (or the text layer that must mirror one) inside a fixed-height field — never alongside era-text-trim.",
|
|
70
|
+
"description": "The EDITABLE counterpart of era-text-trim — for native <input>s, which the\ntrim is forbidden on (it collapses the UA's inner editor box and slices the\nglyphs; see typography/collapsed-text-trim).\n\nWithout help, a tier-height input centres its text by FONT BOX, and the ui\nstacks' font box is deeply asymmetric: ascent ≈1.07em against descent\n≈0.29em. Centring that box parks the visible band (caps, x-height) ~0.115em\nLOW — so a field's text sat visibly below the trimmed label beside it.\n\nThe value is OPTICAL, not the derivation's: pure x-band centring computes\nto ~0.23em of padding, but pixel-measured against real Title-Case text it\nover-lifts — the eye weighs the cap-to-baseline mass, which x-band\ncentring parks ~2px high (caps 2.75px off the top against 5.7px of air\nunder the baseline, measured at dense). 0.08em splits the difference\nbetween the x-band ideal and the cap-band ideal, landing caps ~3.7px in an\n18px field with ~4.7px under the baseline — the reading where neither\nband's partisans win and neither complains.\n\nThe lift is padding, not a translateY: an icon-less Input paints the field\nchrome itself, and a transform would drag the field along with the ink.\npadding-bottom shrinks the content box from below, and a single-line input\nre-centres its line box in what remains — the ink rises by exactly half the\npadding, the chrome doesn't move, and the caret and selection follow the\ntext. In em on purpose: the correction is a fraction of the type, so it\nholds across every density and text size with one value.",
|
|
71
|
+
"css": "@utility era-ink-center {\n\tpadding-bottom: 0.08em;\n}"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "era-token-ink",
|
|
75
|
+
"names": [
|
|
76
|
+
"era-token-ink"
|
|
77
|
+
],
|
|
78
|
+
"file": "index.css",
|
|
79
|
+
"useCase": "the ink centring for a token pill — a badge, a KV value, any short caps-or-digits label in a fixed-height box, CENTRED horizontally and with no icon sibling. For a left-aligned sentence-case label use era-label-ink; when an icon really must sit beside the text, see the note there.",
|
|
71
80
|
"description": "TOKEN INK — the ink centring for a pill whose content is a TOKEN: an id, a\ncount, a status, a tag. Font-independent, unlike everything it replaces.\n\nTHE BUG IT FIXES, which had been shipping library-wide and invisibly:\n`text-box-trim` DOES NOTHING ON A FLEX CONTAINER. Era's controls are all\nflex, and a flex container's bare text becomes an ANONYMOUS flex item — a box\nno selector can reach and no non-inherited property can touch. So\n`era-text-trim` on a Badge, a Chip, a Button or a Bar contributed exactly one\nthing: `line-height: 1`. The ink was then centred by `align-items: center`\non the LINE BOX, which is precisely the font-metric-dependent centring the\ntrim exists to eliminate. Measured on the shipped mono stack: a badge reading\n\"AC-2.1\" sat 2px high in an 18px pill, and no amount of tuning the trim's\nBAND changed it, because the trim was never running.\n\nThe mechanism here restores it: a BLOCK box (where text-box-trim does apply)\nwhose trimmed line box is then centred by `align-content` — block-container\nalignment, so no flex formatting context and no anonymous item. The browser\ncomputes the band from the font's own metrics, which is what makes it hold\nacross ui-monospace, system-ui and ui-serif instead of needing a constant\nper stack.\n\nCAP band, not the x-height band the general trim uses, because the content\nclass is different: a token is caps and digits (both cap-height), and\ncentring the x-band parks them high by (cap − x)/2. Measured on the shipped\nstacks, cap-band centring takes an id/count/status from −2.0px to 0.0.\nProse and sentence-case labels keep era-text-trim; this is for tokens.",
|
|
72
|
-
"css": "@utility era-token-ink {\n\tdisplay: block;\n\talign-content: center;\n\ttext-align: center;\n\tline-height: 1;\n\ttext-box: trim-both cap alphabetic;\n}
|
|
81
|
+
"css": "@utility era-token-ink {\n\tdisplay: block;\n\talign-content: center;\n\ttext-align: center;\n\tline-height: 1;\n\ttext-box: trim-both cap alphabetic;\n}"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "era-label-ink",
|
|
85
|
+
"names": [
|
|
86
|
+
"era-label-ink"
|
|
87
|
+
],
|
|
88
|
+
"file": "index.css",
|
|
89
|
+
"useCase": "the ink centring for a fixed-height control holding ONE line of sentence-case text and no icon — a menu item, a nav trigger, a button label. Never alongside `truncate` (the trimmed box becomes the clip).",
|
|
90
|
+
"description": "LABEL INK — era-token-ink's mixed-case sibling, and the general answer to\n\"this fixed-height control holds one line of text\".\n\nSame mechanism, same reason: `text-box-trim` needs a BLOCK box, so the row\nbecomes one and `align-content` (block-container alignment) does the\ncentring. What differs is the band and the alignment, because the content\nclass differs — a label is sentence case, so the x-height band is the visual\nmass to centre (cap-band reads low on \"System\"), and it is laid out against\nthe row's padding rather than centred in it.\n\nWHY IT EXISTS AT ALL: era's controls are flex, and a flex container's bare\ntext is an ANONYMOUS flex item — a box no selector reaches and no\nnon-inherited property touches. So `era-text-trim` on a flex row is inert,\ncontributing only its `line-height: 1`, and the ink falls back to line-box\ncentring by font metrics. era-token-ink already fixed that for centred\ntokens; this fixes it for everything else.\n\nTHE ICON CASE IS NOT SOLVED, and cannot be from CSS: an icon beside the text\nneeds the box to stay flex, which re-creates the anonymous item. A component\nwhose children are an opaque slot therefore guards it —\n`not-has-[svg]:era-label-ink` — and ink-centres the text-only case while\nleaving the icon case on line-box centring. Splitting icon and label into\nseparate slots is what would close it; typography/inert-trim reports every\nsite still on the fallback.",
|
|
91
|
+
"css": "@utility era-label-ink {\n\tdisplay: block;\n\talign-content: center;\n\tline-height: 1;\n\ttext-box: trim-both ex alphabetic;\n}"
|
|
73
92
|
},
|
|
74
93
|
{
|
|
75
94
|
"name": "era-shimmer",
|
|
@@ -119,6 +138,34 @@
|
|
|
119
138
|
"description": "",
|
|
120
139
|
"css": "@utility min-h-icon {\n\tmin-height: var(--era-h-icon);\n}\n@utility min-h-pill {\n\tmin-height: var(--era-h-pill);\n}\n@utility min-h-chip {\n\tmin-height: var(--era-h-chip);\n}\n@utility min-h-control {\n\tmin-height: var(--era-h-control);\n}\n@utility min-h-bar {\n\tmin-height: var(--era-h-bar);\n}"
|
|
121
140
|
},
|
|
141
|
+
{
|
|
142
|
+
"name": "w-icon",
|
|
143
|
+
"names": [
|
|
144
|
+
"w-icon",
|
|
145
|
+
"w-pill",
|
|
146
|
+
"w-chip",
|
|
147
|
+
"w-control",
|
|
148
|
+
"w-bar"
|
|
149
|
+
],
|
|
150
|
+
"file": "index.css",
|
|
151
|
+
"useCase": "a tier-sized WIDTH — the horizontal twin of the h-* ladder, for a rail or a column measured in tiers rather than in content.",
|
|
152
|
+
"description": "",
|
|
153
|
+
"css": "@utility w-icon {\n\twidth: var(--era-h-icon);\n}\n@utility w-pill {\n\twidth: var(--era-h-pill);\n}\n@utility w-chip {\n\twidth: var(--era-h-chip);\n}\n@utility w-control {\n\twidth: var(--era-h-control);\n}\n@utility w-bar {\n\twidth: var(--era-h-bar);\n}"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "min-w-icon",
|
|
157
|
+
"names": [
|
|
158
|
+
"min-w-icon",
|
|
159
|
+
"min-w-pill",
|
|
160
|
+
"min-w-chip",
|
|
161
|
+
"min-w-control",
|
|
162
|
+
"min-w-bar"
|
|
163
|
+
],
|
|
164
|
+
"file": "index.css",
|
|
165
|
+
"useCase": "a minimum tier WIDTH — the floor that makes a single-glyph control render as a square rather than a skinny pill (min-w-control on an icon button, min-w-pill on a badge). These could not exist before the ladder was renamed: the old rungs were sm/md/lg, and Tailwind's container scale already owns min-w-md and min-w-lg, so the names collided and every call site had to write min-w-(--era-h-control) by hand. icon/pill/chip/control/bar collide with nothing.",
|
|
166
|
+
"description": "",
|
|
167
|
+
"css": "@utility min-w-icon {\n\tmin-width: var(--era-h-icon);\n}\n@utility min-w-pill {\n\tmin-width: var(--era-h-pill);\n}\n@utility min-w-chip {\n\tmin-width: var(--era-h-chip);\n}\n@utility min-w-control {\n\tmin-width: var(--era-h-control);\n}\n@utility min-w-bar {\n\tmin-width: var(--era-h-bar);\n}"
|
|
168
|
+
},
|
|
122
169
|
{
|
|
123
170
|
"name": "size-icon",
|
|
124
171
|
"names": [
|
|
@@ -134,96 +181,363 @@
|
|
|
134
181
|
"css": "@utility size-icon {\n\twidth: var(--era-h-icon);\n\theight: var(--era-h-icon);\n}\n@utility size-pill {\n\twidth: var(--era-h-pill);\n\theight: var(--era-h-pill);\n}\n@utility size-chip {\n\twidth: var(--era-h-chip);\n\theight: var(--era-h-chip);\n}\n@utility size-control {\n\twidth: var(--era-h-control);\n\theight: var(--era-h-control);\n}\n@utility size-bar {\n\twidth: var(--era-h-bar);\n\theight: var(--era-h-bar);\n}"
|
|
135
182
|
},
|
|
136
183
|
{
|
|
137
|
-
"name": "
|
|
184
|
+
"name": "px-pill",
|
|
185
|
+
"names": [
|
|
186
|
+
"px-pill",
|
|
187
|
+
"px-chip",
|
|
188
|
+
"pl-pill",
|
|
189
|
+
"pr-pill",
|
|
190
|
+
"pl-chip",
|
|
191
|
+
"pr-chip"
|
|
192
|
+
],
|
|
193
|
+
"file": "index.css",
|
|
194
|
+
"useCase": "pill side padding — the wider-than-vertical horizontal breathing room badge/chip text wants (glyph-advance derived, ~2× the vertical inset).",
|
|
195
|
+
"description": "",
|
|
196
|
+
"css": "@utility px-pill {\n\tpadding-inline: var(--era-pill-px);\n}\n@utility px-chip {\n\tpadding-inline: var(--era-chip-px);\n}\n@utility pl-pill {\n\tpadding-left: var(--era-pill-px);\n}\n@utility pr-pill {\n\tpadding-right: var(--era-pill-px);\n}\n@utility pl-chip {\n\tpadding-left: var(--era-chip-px);\n}\n@utility pr-chip {\n\tpadding-right: var(--era-chip-px);\n}"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "p-section",
|
|
200
|
+
"names": [
|
|
201
|
+
"p-section"
|
|
202
|
+
],
|
|
203
|
+
"file": "index.css",
|
|
204
|
+
"useCase": "padding for a content panel that sits UNDER a section header row — the even-padding exception, and the reason it is not called p-section: it deliberately under-pays the block start. For an evenly padded content panel use p-section, which is the plain token.",
|
|
205
|
+
"description": "A content panel always follows a section header ROW, and that row already\ncontributes its own slack: the heading's text sits in an h-bar bar, so there\nis (h-bar − text)/2 of empty bar under its glyphs before the panel even\nstarts. Padding the panel evenly on top of that spends the space twice — the\nheader ends up floating between the section above and the paragraph it\nintroduces rather than binding to it.\n\nSo the block-start pays only the REMAINDER. The target is the indent: the\nspace under a heading should measure the same as the space beside the text,\nwhich is --era-pad-content. The header row already supplies (h-bar − text)/2 of\nit, so the panel adds what's left, and heading-to-paragraph reads equal to\nthe paragraph's own inset. Subtracting one --era-gap (the previous rule) left\nthe header's slack unaccounted for and the heading still detached.\n\nBoth terms are density-derived, so the equality holds at every mode; the\nmax() is the floor for a hypothetical mode where the row's slack would\nexceed the inset outright.",
|
|
206
|
+
"css": "@utility p-section {\n\tpadding: var(--era-pad-content);\n\tpadding-top: max(0px, calc(var(--era-pad-content) - (var(--era-h-bar) - var(--era-text)) / 2));\n}"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "duration-base",
|
|
210
|
+
"names": [
|
|
211
|
+
"duration-base"
|
|
212
|
+
],
|
|
213
|
+
"file": "index.css",
|
|
214
|
+
"useCase": "the motion axis as an explicit transition-duration — for the rare case a utility (not the transition-* default) needs to name it; 0s at data-motion=\"instant\", longer at \"extra\".",
|
|
215
|
+
"description": "",
|
|
216
|
+
"css": "@utility duration-base {\n\ttransition-duration: var(--era-duration);\n}"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "text-body",
|
|
220
|
+
"names": [
|
|
221
|
+
"text-body"
|
|
222
|
+
],
|
|
223
|
+
"file": "index.css",
|
|
224
|
+
"description": "Density-derived body size: `text-body` replaces text-[length:var(--era-text)]",
|
|
225
|
+
"css": "@theme inline {\n\t--text-body: var(--era-text);\n}"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "leading-body",
|
|
229
|
+
"names": [
|
|
230
|
+
"leading-body"
|
|
231
|
+
],
|
|
232
|
+
"file": "index.css",
|
|
233
|
+
"description": "Prose leading — `leading-body` is the pair to `text-body`, and every piece\nof text in the library that can wrap to a second line carries it. Enforced\nat runtime by typography/prose-leading.",
|
|
234
|
+
"css": "@theme inline {\n\t--leading-body: var(--era-leading);\n}"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "rounded-icon",
|
|
238
|
+
"names": [
|
|
239
|
+
"rounded-icon",
|
|
240
|
+
"rounded-pill",
|
|
241
|
+
"rounded-chip",
|
|
242
|
+
"rounded-control",
|
|
243
|
+
"rounded-bar",
|
|
244
|
+
"rounded-menu-item"
|
|
245
|
+
],
|
|
246
|
+
"file": "index.css",
|
|
247
|
+
"description": "Radius ladder — Tailwind's own rounded-* names now walk era's concentric\nladder (rd-T = rd-xs + (h-T − h-icon)/2), ride the corners toggle, and\ncollapse to 0 on square. rounded-menu-item is the menu-row radius\n(rd-md − panel-inset) that keeps rows concentric inside a rounded-control\npanel on every surface.",
|
|
248
|
+
"css": "@theme inline {\n\t--radius-icon: var(--era-rd-icon);\n\t--radius-pill: var(--era-rd-pill);\n\t--radius-chip: var(--era-rd-chip);\n\t--radius-control: var(--era-rd-control);\n\t--radius-bar: var(--era-rd-bar);\n\t--radius-menu-item: var(--era-item-rd);\n}"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "shadow",
|
|
252
|
+
"names": [
|
|
253
|
+
"shadow"
|
|
254
|
+
],
|
|
255
|
+
"file": "index.css",
|
|
256
|
+
"description": "Surface chrome — bare `shadow` is the resting control edge, shadow-lg the\nfloating panel, shadow-well the recessed container, shadow-pressed the\nactive/latched face, shadow-highlight the material half of hover feedback.\nFlat renders them as none, bevel as chisels, glass as frosted rims — the\nclass stays the same.",
|
|
257
|
+
"css": "@theme inline {\n\t--shadow: var(--era-shadow);\n}"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "shadow-sm",
|
|
261
|
+
"names": [
|
|
262
|
+
"shadow-sm",
|
|
263
|
+
"shadow-lg",
|
|
264
|
+
"shadow-well",
|
|
265
|
+
"shadow-pressed",
|
|
266
|
+
"shadow-highlight"
|
|
267
|
+
],
|
|
268
|
+
"file": "index.css",
|
|
269
|
+
"description": "v4 marks bare `shadow` a deprecated spelling of shadow-sm, and lints\nauto-fix one to the other — alias both to the control edge so either\nspelling renders era chrome.",
|
|
270
|
+
"css": "@theme inline {\n\t--shadow-sm: var(--era-shadow);\n\t--shadow-lg: var(--era-shadow-lg);\n\t--shadow-well: var(--era-shadow-well);\n\t--shadow-pressed: var(--era-shadow-pressed);\n\t--shadow-highlight: var(--era-highlight-shadow);\n}"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "bg-well",
|
|
274
|
+
"names": [
|
|
275
|
+
"bg-well",
|
|
276
|
+
"text-well",
|
|
277
|
+
"border-well",
|
|
278
|
+
"bg-elevated",
|
|
279
|
+
"text-elevated",
|
|
280
|
+
"border-elevated",
|
|
281
|
+
"bg-highlight",
|
|
282
|
+
"text-highlight",
|
|
283
|
+
"border-highlight",
|
|
284
|
+
"bg-overlay",
|
|
285
|
+
"text-overlay",
|
|
286
|
+
"border-overlay"
|
|
287
|
+
],
|
|
288
|
+
"file": "index.css",
|
|
289
|
+
"description": "Surface fills — bg-well is the surface's own resting fill (pairs with\nshadow-well for recessed chrome), bg-elevated the raised tier (pairs with\nshadow-lg + glass-blur for floating chrome), bg-highlight the transient\nhover/focus/keyboard wash (pairs with shadow-highlight; latched states\nstay on opaque bg-hover), bg-overlay the modal scrim.",
|
|
290
|
+
"css": "@theme inline {\n\t--color-well: var(--era-surface-bg);\n\t--color-elevated: var(--era-surface-bg-elevated);\n\t--color-highlight: var(--era-highlight);\n\t--color-overlay: var(--era-overlay-bg);\n}"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "p-gutter",
|
|
138
294
|
"names": [
|
|
139
|
-
"gap-gutter",
|
|
140
295
|
"p-gutter",
|
|
141
296
|
"px-gutter",
|
|
142
|
-
"py-gutter"
|
|
297
|
+
"py-gutter",
|
|
298
|
+
"gap-gutter",
|
|
299
|
+
"p-panel",
|
|
300
|
+
"px-panel",
|
|
301
|
+
"py-panel",
|
|
302
|
+
"gap-panel",
|
|
303
|
+
"p-card",
|
|
304
|
+
"px-card",
|
|
305
|
+
"py-card",
|
|
306
|
+
"gap-card",
|
|
307
|
+
"p-content",
|
|
308
|
+
"px-content",
|
|
309
|
+
"py-content",
|
|
310
|
+
"gap-content",
|
|
311
|
+
"p-menu",
|
|
312
|
+
"px-menu",
|
|
313
|
+
"py-menu",
|
|
314
|
+
"gap-menu",
|
|
315
|
+
"p-field",
|
|
316
|
+
"px-field",
|
|
317
|
+
"py-field",
|
|
318
|
+
"gap-field"
|
|
143
319
|
],
|
|
144
320
|
"file": "index.css",
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"css": "@utility gap-gutter {\n\tgap: var(--era-gap);\n}\n@utility p-gutter {\n\tpadding: var(--era-gap);\n}\n@utility px-gutter {\n\tpadding-inline: var(--era-gap);\n}\n@utility py-gutter {\n\tpadding-block: var(--era-gap);\n}"
|
|
321
|
+
"description": "THE SPACING SCALE — one entry per token, from which Tailwind derives the\nWHOLE directional family: p/px/py/pt/pr/pb/pl/ps/pe, every margin, gap and\ngap-x/y, inset/top/right/bottom/left, translate, and the sizing prefixes.\n\nThese were hand-written `@utility` blocks, which could only ever cover the\nspellings someone remembered to write: `px-gutter` existed and `mt-gutter`\ndid not, `p-inset-control` existed and `pl-inset-control` did not, so the\nlibrary fell back to `mt-(--era-gap)` in exactly the places the named API\nwas supposed to cover. One line here replaces twenty blocks and leaves no\nspelling missing.\n\nONLY genuine spacing belongs here. The namespace is shared across\nh/w/p/m/gap, so a name registered here means the same length in ALL of\nthem — true of a gap or an inset, false of a TIER HEIGHT. Tiers stay\nhand-written per prefix below, and the two vocabularies deliberately share\nno word: icon/pill/chip/control/bar are heights; gutter, card, panel,\ncontent, menu, field and the inset-* names are spacing. Registering a tier\nname here would silently make `px-control` mean 24px of side padding.",
|
|
322
|
+
"css": "@theme inline {\n\t--spacing-gutter: var(--era-gap);\n\t--spacing-panel: var(--era-pad-panel);\n\t--spacing-card: var(--era-pad-card);\n\t--spacing-content: var(--era-pad-content);\n\t--spacing-menu: var(--era-panel-inset);\n\t--spacing-field: var(--era-field-px);\n}"
|
|
148
323
|
},
|
|
149
324
|
{
|
|
150
325
|
"name": "p-inset-pill",
|
|
151
326
|
"names": [
|
|
152
327
|
"p-inset-pill",
|
|
153
|
-
"p-inset-chip",
|
|
154
|
-
"p-inset-control",
|
|
155
328
|
"px-inset-pill",
|
|
156
|
-
"px-inset-chip",
|
|
157
|
-
"px-inset-control",
|
|
158
329
|
"py-inset-pill",
|
|
330
|
+
"gap-inset-pill",
|
|
331
|
+
"p-inset-chip",
|
|
332
|
+
"px-inset-chip",
|
|
159
333
|
"py-inset-chip",
|
|
160
|
-
"
|
|
334
|
+
"gap-inset-chip",
|
|
335
|
+
"p-inset-control",
|
|
336
|
+
"px-inset-control",
|
|
337
|
+
"py-inset-control",
|
|
338
|
+
"gap-inset-control"
|
|
161
339
|
],
|
|
162
340
|
"file": "index.css",
|
|
163
|
-
"useCase": "text-symmetric content padding — (tier − text)/2, the inset that vertically
|
|
341
|
+
"useCase": "text-symmetric content padding — (tier − text)/2, the inset that vertically centres body text in its tier; px-inset-control is a text button's side padding, p-inset-control a code block's.",
|
|
164
342
|
"description": "",
|
|
165
|
-
"css": "@
|
|
343
|
+
"css": "@theme inline {\n\t--spacing-inset-pill: var(--era-inset-pill);\n\t--spacing-inset-chip: var(--era-inset-chip);\n\t--spacing-inset-control: var(--era-inset-control);\n}"
|
|
166
344
|
},
|
|
167
345
|
{
|
|
168
|
-
"name": "
|
|
346
|
+
"name": "p-icon-inset-pill",
|
|
169
347
|
"names": [
|
|
170
|
-
"
|
|
171
|
-
"px-
|
|
348
|
+
"p-icon-inset-pill",
|
|
349
|
+
"px-icon-inset-pill",
|
|
350
|
+
"py-icon-inset-pill",
|
|
351
|
+
"gap-icon-inset-pill",
|
|
352
|
+
"p-icon-inset-chip",
|
|
353
|
+
"px-icon-inset-chip",
|
|
354
|
+
"py-icon-inset-chip",
|
|
355
|
+
"gap-icon-inset-chip",
|
|
356
|
+
"p-icon-inset-control",
|
|
357
|
+
"px-icon-inset-control",
|
|
358
|
+
"py-icon-inset-control",
|
|
359
|
+
"gap-icon-inset-control",
|
|
360
|
+
"p-icon-inset-bar",
|
|
361
|
+
"px-icon-inset-bar",
|
|
362
|
+
"py-icon-inset-bar",
|
|
363
|
+
"gap-icon-inset-bar",
|
|
364
|
+
"p-pill-inset-chip",
|
|
365
|
+
"px-pill-inset-chip",
|
|
366
|
+
"py-pill-inset-chip",
|
|
367
|
+
"gap-pill-inset-chip",
|
|
368
|
+
"p-pill-inset-control",
|
|
369
|
+
"px-pill-inset-control",
|
|
370
|
+
"py-pill-inset-control",
|
|
371
|
+
"gap-pill-inset-control",
|
|
372
|
+
"p-chip-inset-control",
|
|
373
|
+
"px-chip-inset-control",
|
|
374
|
+
"py-chip-inset-control",
|
|
375
|
+
"gap-chip-inset-control",
|
|
376
|
+
"p-chip-inset-bar",
|
|
377
|
+
"px-chip-inset-bar",
|
|
378
|
+
"py-chip-inset-bar",
|
|
379
|
+
"gap-chip-inset-bar"
|
|
172
380
|
],
|
|
173
381
|
"file": "index.css",
|
|
174
|
-
"useCase": "
|
|
382
|
+
"useCase": "the concentric inset for a nested pair — (h-container − h-child)/2, the gap that makes a child control sit evenly inside its container, and the radius step that keeps their corners concentric. Named for the pair it joins: gap-icon-inset-control seats an icon in a control.",
|
|
175
383
|
"description": "",
|
|
176
|
-
"css": "@
|
|
384
|
+
"css": "@theme inline {\n\t--spacing-icon-inset-pill: var(--era-icon-inset-pill);\n\t--spacing-icon-inset-chip: var(--era-icon-inset-chip);\n\t--spacing-icon-inset-control: var(--era-icon-inset-control);\n\t--spacing-icon-inset-bar: var(--era-icon-inset-bar);\n\t--spacing-pill-inset-chip: var(--era-pill-inset-chip);\n\t--spacing-pill-inset-control: var(--era-pill-inset-control);\n\t--spacing-chip-inset-control: var(--era-chip-inset-control);\n\t--spacing-chip-inset-bar: var(--era-chip-inset-bar);\n}"
|
|
177
385
|
},
|
|
178
386
|
{
|
|
179
|
-
"name": "
|
|
387
|
+
"name": "p-glyph-icon",
|
|
180
388
|
"names": [
|
|
181
|
-
"
|
|
389
|
+
"p-glyph-icon",
|
|
390
|
+
"px-glyph-icon",
|
|
391
|
+
"py-glyph-icon",
|
|
392
|
+
"gap-glyph-icon",
|
|
393
|
+
"p-glyph-pill",
|
|
394
|
+
"px-glyph-pill",
|
|
395
|
+
"py-glyph-pill",
|
|
396
|
+
"gap-glyph-pill"
|
|
182
397
|
],
|
|
183
398
|
"file": "index.css",
|
|
184
|
-
"useCase": "
|
|
399
|
+
"useCase": "the glyph size for a tier — the INK inside the box, not the box (size-glyph-pill is the dismiss × in a pill, size-pill is the pill).",
|
|
185
400
|
"description": "",
|
|
186
|
-
"css": "@
|
|
401
|
+
"css": "@theme inline {\n\t--spacing-glyph-icon: var(--era-glyph-icon);\n\t--spacing-glyph-pill: var(--era-glyph-pill);\n}"
|
|
187
402
|
},
|
|
188
403
|
{
|
|
189
|
-
"name": "
|
|
404
|
+
"name": "bg-field",
|
|
190
405
|
"names": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
406
|
+
"bg-field",
|
|
407
|
+
"text-field",
|
|
408
|
+
"border-field",
|
|
409
|
+
"bg-field-highlight",
|
|
410
|
+
"text-field-highlight",
|
|
411
|
+
"border-field-highlight"
|
|
193
412
|
],
|
|
194
413
|
"file": "index.css",
|
|
195
|
-
"useCase": "
|
|
414
|
+
"useCase": "the recessed field fill — bg-field is a text input's resting well, bg-field-highlight its focused/hovered face.",
|
|
196
415
|
"description": "",
|
|
197
|
-
"css": "@
|
|
416
|
+
"css": "@theme inline {\n\t--color-field: var(--era-field-bg);\n\t--color-field-highlight: var(--era-field-highlight);\n}"
|
|
198
417
|
},
|
|
199
418
|
{
|
|
200
|
-
"name": "
|
|
419
|
+
"name": "ease-base",
|
|
201
420
|
"names": [
|
|
202
|
-
"
|
|
421
|
+
"ease-base"
|
|
203
422
|
],
|
|
204
423
|
"file": "index.css",
|
|
205
|
-
"description": "
|
|
206
|
-
"css": "@
|
|
424
|
+
"description": "Motion — bare transition utilities default to the motion axis, so\n`transition-colors` alone is on-design (0s at instant, longer at extra).\nease-base/duration-base name the axis explicitly for overrides.",
|
|
425
|
+
"css": "@theme inline {\n\t--default-transition-duration: var(--era-duration);\n\t--default-transition-timing-function: var(--era-ease);\n\t--ease-base: var(--era-ease);\n}"
|
|
207
426
|
},
|
|
208
427
|
{
|
|
209
|
-
"name": "
|
|
428
|
+
"name": "bg-divider",
|
|
210
429
|
"names": [
|
|
211
|
-
"
|
|
430
|
+
"bg-divider",
|
|
431
|
+
"text-divider",
|
|
432
|
+
"border-divider",
|
|
433
|
+
"bg-divider-faded",
|
|
434
|
+
"text-divider-faded",
|
|
435
|
+
"border-divider-faded",
|
|
436
|
+
"bg-background",
|
|
437
|
+
"text-background",
|
|
438
|
+
"border-background",
|
|
439
|
+
"bg-foreground",
|
|
440
|
+
"text-foreground",
|
|
441
|
+
"border-foreground",
|
|
442
|
+
"bg-1",
|
|
443
|
+
"text-1",
|
|
444
|
+
"border-1",
|
|
445
|
+
"bg-2",
|
|
446
|
+
"text-2",
|
|
447
|
+
"border-2",
|
|
448
|
+
"bg-3",
|
|
449
|
+
"text-3",
|
|
450
|
+
"border-3",
|
|
451
|
+
"bg-4",
|
|
452
|
+
"text-4",
|
|
453
|
+
"border-4",
|
|
454
|
+
"bg-5",
|
|
455
|
+
"text-5",
|
|
456
|
+
"border-5",
|
|
457
|
+
"bg-6",
|
|
458
|
+
"text-6",
|
|
459
|
+
"border-6",
|
|
460
|
+
"bg-7",
|
|
461
|
+
"text-7",
|
|
462
|
+
"border-7",
|
|
463
|
+
"bg-8",
|
|
464
|
+
"text-8",
|
|
465
|
+
"border-8",
|
|
466
|
+
"bg-9",
|
|
467
|
+
"text-9",
|
|
468
|
+
"border-9",
|
|
469
|
+
"bg-10",
|
|
470
|
+
"text-10",
|
|
471
|
+
"border-10",
|
|
472
|
+
"bg-11",
|
|
473
|
+
"text-11",
|
|
474
|
+
"border-11",
|
|
475
|
+
"bg-12",
|
|
476
|
+
"text-12",
|
|
477
|
+
"border-12",
|
|
478
|
+
"bg-border",
|
|
479
|
+
"text-border",
|
|
480
|
+
"border-border",
|
|
481
|
+
"bg-surface",
|
|
482
|
+
"text-surface",
|
|
483
|
+
"border-surface",
|
|
484
|
+
"bg-hover",
|
|
485
|
+
"text-hover",
|
|
486
|
+
"border-hover",
|
|
487
|
+
"bg-fg",
|
|
488
|
+
"text-fg",
|
|
489
|
+
"border-fg",
|
|
490
|
+
"bg-bright",
|
|
491
|
+
"text-bright",
|
|
492
|
+
"border-bright",
|
|
493
|
+
"bg-muted",
|
|
494
|
+
"text-muted",
|
|
495
|
+
"border-muted"
|
|
212
496
|
],
|
|
213
497
|
"file": "index.css",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"css": "@utility p-menu {\n\tpadding: var(--era-panel-inset);\n}"
|
|
498
|
+
"description": "Surface divider colors: border-divider, bg-divider-faded, …",
|
|
499
|
+
"css": "@theme inline {\n\t--color-divider: var(--era-divider-color);\n\t--color-divider-faded: var(--era-divider-faded);\n\t--color-background: var(--color-1);\n\t--color-foreground: var(--color-fg);\n\t--color-1: var(--color-1);\n\t--color-2: var(--color-2);\n\t--color-3: var(--color-3);\n\t--color-4: var(--color-4);\n\t--color-5: var(--color-5);\n\t--color-6: var(--color-6);\n\t--color-7: var(--color-7);\n\t--color-8: var(--color-8);\n\t--color-9: var(--color-9);\n\t--color-10: var(--color-10);\n\t--color-11: var(--color-11);\n\t--color-12: var(--color-12);\n\t--color-border: var(--color-border);\n\t--color-surface: var(--color-surface);\n\t--color-hover: var(--color-hover);\n\t--color-fg: var(--color-fg);\n\t--color-bright: var(--color-bright);\n\t--color-muted: var(--color-muted);\n}"
|
|
217
500
|
},
|
|
218
501
|
{
|
|
219
|
-
"name": "
|
|
502
|
+
"name": "bg-fill",
|
|
220
503
|
"names": [
|
|
221
|
-
"
|
|
504
|
+
"bg-fill",
|
|
505
|
+
"text-fill",
|
|
506
|
+
"border-fill",
|
|
507
|
+
"bg-link",
|
|
508
|
+
"text-link",
|
|
509
|
+
"border-link",
|
|
510
|
+
"bg-primary",
|
|
511
|
+
"text-primary",
|
|
512
|
+
"border-primary",
|
|
513
|
+
"bg-primary-fg",
|
|
514
|
+
"text-primary-fg",
|
|
515
|
+
"border-primary-fg",
|
|
516
|
+
"bg-primary-hover",
|
|
517
|
+
"text-primary-hover",
|
|
518
|
+
"border-primary-hover",
|
|
519
|
+
"bg-destructive",
|
|
520
|
+
"text-destructive",
|
|
521
|
+
"border-destructive",
|
|
522
|
+
"bg-destructive-fg",
|
|
523
|
+
"text-destructive-fg",
|
|
524
|
+
"border-destructive-fg",
|
|
525
|
+
"bg-success",
|
|
526
|
+
"text-success",
|
|
527
|
+
"border-success",
|
|
528
|
+
"bg-success-fg",
|
|
529
|
+
"text-success-fg",
|
|
530
|
+
"border-success-fg",
|
|
531
|
+
"bg-warning",
|
|
532
|
+
"text-warning",
|
|
533
|
+
"border-warning",
|
|
534
|
+
"bg-warning-fg",
|
|
535
|
+
"text-warning-fg",
|
|
536
|
+
"border-warning-fg"
|
|
222
537
|
],
|
|
223
538
|
"file": "index.css",
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"css": "@utility duration-base {\n\ttransition-duration: var(--era-duration);\n}"
|
|
539
|
+
"description": "The standing pill fill — --era-fill, the latched counterpart of the\ntransient highlight. Surface-owned: a composing wash on flat/bevel, the\nopaque swatch on glass.",
|
|
540
|
+
"css": "@theme inline {\n\t--color-fill: var(--era-fill);\n\t--color-link: var(--color-link);\n\t--color-primary: var(--color-primary);\n\t--color-primary-fg: var(--color-primary-fg);\n\t--color-primary-hover: var(--color-primary-hover);\n\t--color-destructive: var(--color-destructive);\n\t--color-destructive-fg: var(--color-destructive-fg);\n\t--color-success: var(--color-success);\n\t--color-success-fg: var(--color-success-fg);\n\t--color-warning: var(--color-warning);\n\t--color-warning-fg: var(--color-warning-fg);\n}"
|
|
227
541
|
},
|
|
228
542
|
{
|
|
229
543
|
"name": "glass-blur",
|