@signal9/era-ui 12.1.0 → 12.1.2

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.
Files changed (74) hide show
  1. package/dist/docs/badge.md +1 -1
  2. package/dist/docs/button.md +1 -1
  3. package/dist/docs/chip.md +1 -1
  4. package/dist/docs/component-docs-core.js +2 -1
  5. package/dist/docs/package-name.d.ts +18 -0
  6. package/dist/docs/package-name.js +18 -0
  7. package/dist/docs/quickstart.md +1 -1
  8. package/dist/docs/separator.md +1 -1
  9. package/dist/docs/table.md +1 -1
  10. package/dist/generated-docs/accordion.md +1 -1
  11. package/dist/generated-docs/alert-dialog.md +1 -1
  12. package/dist/generated-docs/aspect-ratio.md +1 -1
  13. package/dist/generated-docs/avatar.md +1 -1
  14. package/dist/generated-docs/badge.md +2 -2
  15. package/dist/generated-docs/bar.md +1 -1
  16. package/dist/generated-docs/button-group.md +1 -1
  17. package/dist/generated-docs/button.md +2 -2
  18. package/dist/generated-docs/calendar.md +1 -1
  19. package/dist/generated-docs/card.md +1 -1
  20. package/dist/generated-docs/checkbox.md +1 -1
  21. package/dist/generated-docs/chip.md +2 -2
  22. package/dist/generated-docs/code-block.md +1 -1
  23. package/dist/generated-docs/collapsible.md +1 -1
  24. package/dist/generated-docs/combobox.md +1 -1
  25. package/dist/generated-docs/command.md +1 -1
  26. package/dist/generated-docs/context-menu.md +1 -1
  27. package/dist/generated-docs/copy-button.md +1 -1
  28. package/dist/generated-docs/cycle.md +1 -1
  29. package/dist/generated-docs/date-field.md +1 -1
  30. package/dist/generated-docs/date-picker.md +1 -1
  31. package/dist/generated-docs/date-range-field.md +1 -1
  32. package/dist/generated-docs/date-range-picker.md +1 -1
  33. package/dist/generated-docs/dialog.md +1 -1
  34. package/dist/generated-docs/dropdown-menu.md +1 -1
  35. package/dist/generated-docs/file-upload.md +1 -1
  36. package/dist/generated-docs/input.md +1 -1
  37. package/dist/generated-docs/kv.md +1 -1
  38. package/dist/generated-docs/label.md +1 -1
  39. package/dist/generated-docs/link-preview.md +1 -1
  40. package/dist/generated-docs/llms-full.txt +66 -66
  41. package/dist/generated-docs/logo.md +1 -1
  42. package/dist/generated-docs/manifest.json +61 -61
  43. package/dist/generated-docs/menu.md +1 -1
  44. package/dist/generated-docs/menubar.md +1 -1
  45. package/dist/generated-docs/meter.md +1 -1
  46. package/dist/generated-docs/mode.md +1 -1
  47. package/dist/generated-docs/navigation-menu.md +1 -1
  48. package/dist/generated-docs/pagination.md +1 -1
  49. package/dist/generated-docs/pane.md +1 -1
  50. package/dist/generated-docs/pin-input.md +1 -1
  51. package/dist/generated-docs/popover.md +1 -1
  52. package/dist/generated-docs/progress.md +1 -1
  53. package/dist/generated-docs/radio-group.md +1 -1
  54. package/dist/generated-docs/range-calendar.md +1 -1
  55. package/dist/generated-docs/rating-group.md +1 -1
  56. package/dist/generated-docs/scroll-area.md +1 -1
  57. package/dist/generated-docs/select.md +1 -1
  58. package/dist/generated-docs/separator.md +2 -2
  59. package/dist/generated-docs/sheet.md +1 -1
  60. package/dist/generated-docs/skeleton.md +1 -1
  61. package/dist/generated-docs/slider.md +1 -1
  62. package/dist/generated-docs/step.md +1 -1
  63. package/dist/generated-docs/switch.md +1 -1
  64. package/dist/generated-docs/table.md +2 -2
  65. package/dist/generated-docs/tabs.md +1 -1
  66. package/dist/generated-docs/time-field.md +1 -1
  67. package/dist/generated-docs/time-range-field.md +1 -1
  68. package/dist/generated-docs/toggle-group.md +1 -1
  69. package/dist/generated-docs/toggle.md +1 -1
  70. package/dist/generated-docs/toolbar.md +1 -1
  71. package/dist/generated-docs/tooltip.md +1 -1
  72. package/dist/generated-docs/video-player.md +1 -1
  73. package/dist/ui/pane/pane-root.svelte +35 -1
  74. package/package.json +1 -1
@@ -135,7 +135,7 @@
135
135
  "slug": "aspect-ratio",
136
136
  "title": "Aspect Ratio",
137
137
  "summary": "Maintains a specified aspect ratio for content.",
138
- "tokenEstimate": 82,
138
+ "tokenEstimate": 84,
139
139
  "sections": [
140
140
  "Import",
141
141
  "Props"
@@ -146,7 +146,7 @@
146
146
  "slug": "badge",
147
147
  "title": "Badge",
148
148
  "summary": "A small label for status or categorization.",
149
- "tokenEstimate": 222,
149
+ "tokenEstimate": 226,
150
150
  "sections": [
151
151
  "Import",
152
152
  "Props",
@@ -159,7 +159,7 @@
159
159
  "slug": "avatar",
160
160
  "title": "Avatar",
161
161
  "summary": "An image with optional initials/icon fallback.",
162
- "tokenEstimate": 202,
162
+ "tokenEstimate": 204,
163
163
  "sections": [
164
164
  "Import",
165
165
  "Avatar.Root",
@@ -172,7 +172,7 @@
172
172
  "slug": "bar",
173
173
  "title": "Bar",
174
174
  "summary": "A flex container for toolbars and headers, in three heights.",
175
- "tokenEstimate": 209,
175
+ "tokenEstimate": 211,
176
176
  "sections": [
177
177
  "Import",
178
178
  "Props"
@@ -183,7 +183,7 @@
183
183
  "slug": "button",
184
184
  "title": "Button",
185
185
  "summary": "A flexible button or link element.",
186
- "tokenEstimate": 451,
186
+ "tokenEstimate": 455,
187
187
  "sections": [
188
188
  "Import",
189
189
  "Props",
@@ -196,7 +196,7 @@
196
196
  "slug": "button-group",
197
197
  "title": "Button Group",
198
198
  "summary": "Groups buttons with consistent spacing.",
199
- "tokenEstimate": 109,
199
+ "tokenEstimate": 111,
200
200
  "sections": [
201
201
  "Import",
202
202
  "Props"
@@ -207,7 +207,7 @@
207
207
  "slug": "pane",
208
208
  "title": "Pane",
209
209
  "summary": "A draggable floating window with a handle bar.",
210
- "tokenEstimate": 446,
210
+ "tokenEstimate": 448,
211
211
  "sections": [
212
212
  "Import",
213
213
  "Props"
@@ -218,7 +218,7 @@
218
218
  "slug": "card",
219
219
  "title": "Card",
220
220
  "summary": "A surface container that can behave as a link or button.",
221
- "tokenEstimate": 283,
221
+ "tokenEstimate": 285,
222
222
  "sections": [
223
223
  "Import",
224
224
  "Props"
@@ -229,7 +229,7 @@
229
229
  "slug": "chip",
230
230
  "title": "Chip",
231
231
  "summary": "An interactive, optionally dismissible token.",
232
- "tokenEstimate": 272,
232
+ "tokenEstimate": 276,
233
233
  "sections": [
234
234
  "Import",
235
235
  "Props",
@@ -242,7 +242,7 @@
242
242
  "slug": "code-block",
243
243
  "title": "Code Block",
244
244
  "summary": "A code snippet with optional copy button.",
245
- "tokenEstimate": 108,
245
+ "tokenEstimate": 110,
246
246
  "sections": [
247
247
  "Import",
248
248
  "Props"
@@ -253,7 +253,7 @@
253
253
  "slug": "copy-button",
254
254
  "title": "Copy Button",
255
255
  "summary": "An icon button that copies text and cross-fades to a result glyph.",
256
- "tokenEstimate": 345,
256
+ "tokenEstimate": 347,
257
257
  "sections": [
258
258
  "Import",
259
259
  "Props"
@@ -264,7 +264,7 @@
264
264
  "slug": "cycle",
265
265
  "title": "Cycle",
266
266
  "summary": "A single button that steps through an ordered set of states.",
267
- "tokenEstimate": 313,
267
+ "tokenEstimate": 315,
268
268
  "sections": [
269
269
  "Import",
270
270
  "Props"
@@ -275,7 +275,7 @@
275
275
  "slug": "kv",
276
276
  "title": "KV",
277
277
  "summary": "A key-value pair display using Badge.",
278
- "tokenEstimate": 111,
278
+ "tokenEstimate": 113,
279
279
  "sections": [
280
280
  "Import",
281
281
  "Props"
@@ -286,7 +286,7 @@
286
286
  "slug": "separator",
287
287
  "title": "Separator",
288
288
  "summary": "A visual divider between content.",
289
- "tokenEstimate": 214,
289
+ "tokenEstimate": 218,
290
290
  "sections": [
291
291
  "Import",
292
292
  "Props",
@@ -299,7 +299,7 @@
299
299
  "slug": "sheet",
300
300
  "title": "Sheet",
301
301
  "summary": "A dialog anchored to a screen edge — a mobile drawer.",
302
- "tokenEstimate": 49,
302
+ "tokenEstimate": 51,
303
303
  "sections": [
304
304
  "Import"
305
305
  ],
@@ -309,7 +309,7 @@
309
309
  "slug": "skeleton",
310
310
  "title": "Skeleton",
311
311
  "summary": "A placeholder shimmer for loading states.",
312
- "tokenEstimate": 96,
312
+ "tokenEstimate": 98,
313
313
  "sections": [
314
314
  "Import",
315
315
  "Props"
@@ -320,7 +320,7 @@
320
320
  "slug": "switch",
321
321
  "title": "Switch",
322
322
  "summary": "A toggle switch control.",
323
- "tokenEstimate": 81,
323
+ "tokenEstimate": 83,
324
324
  "sections": [
325
325
  "Import",
326
326
  "Props"
@@ -331,7 +331,7 @@
331
331
  "slug": "toggle",
332
332
  "title": "Toggle",
333
333
  "summary": "A two-state toggle button.",
334
- "tokenEstimate": 111,
334
+ "tokenEstimate": 113,
335
335
  "sections": [
336
336
  "Import",
337
337
  "Props"
@@ -342,7 +342,7 @@
342
342
  "slug": "accordion",
343
343
  "title": "Accordion",
344
344
  "summary": "Collapsible content sections.",
345
- "tokenEstimate": 307,
345
+ "tokenEstimate": 309,
346
346
  "sections": [
347
347
  "Import",
348
348
  "Accordion.Root",
@@ -357,7 +357,7 @@
357
357
  "slug": "alert-dialog",
358
358
  "title": "Alert Dialog",
359
359
  "summary": "A modal confirmation before destructive actions.",
360
- "tokenEstimate": 520,
360
+ "tokenEstimate": 522,
361
361
  "sections": [
362
362
  "Import",
363
363
  "AlertDialog.Trigger",
@@ -374,7 +374,7 @@
374
374
  "slug": "calendar",
375
375
  "title": "Calendar",
376
376
  "summary": "A date picker calendar grid.",
377
- "tokenEstimate": 751,
377
+ "tokenEstimate": 753,
378
378
  "sections": [
379
379
  "Import",
380
380
  "Calendar.Root",
@@ -396,7 +396,7 @@
396
396
  "slug": "checkbox",
397
397
  "title": "Checkbox",
398
398
  "summary": "Toggleable check with indeterminate support.",
399
- "tokenEstimate": 243,
399
+ "tokenEstimate": 245,
400
400
  "sections": [
401
401
  "Import",
402
402
  "Checkbox.Root",
@@ -409,7 +409,7 @@
409
409
  "slug": "collapsible",
410
410
  "title": "Collapsible",
411
411
  "summary": "Show and hide content sections with a trigger.",
412
- "tokenEstimate": 166,
412
+ "tokenEstimate": 168,
413
413
  "sections": [
414
414
  "Import",
415
415
  "Collapsible.Trigger",
@@ -421,7 +421,7 @@
421
421
  "slug": "combobox",
422
422
  "title": "Combobox",
423
423
  "summary": "Search and select from a filtered list of options.",
424
- "tokenEstimate": 413,
424
+ "tokenEstimate": 415,
425
425
  "sections": [
426
426
  "Import",
427
427
  "Combobox.Input",
@@ -438,7 +438,7 @@
438
438
  "slug": "command",
439
439
  "title": "Command",
440
440
  "summary": "A searchable command menu for quick navigation.",
441
- "tokenEstimate": 777,
441
+ "tokenEstimate": 779,
442
442
  "sections": [
443
443
  "Import",
444
444
  "Command.Root",
@@ -468,7 +468,7 @@
468
468
  "slug": "step",
469
469
  "title": "Step",
470
470
  "summary": "Expandable inline step — tool calls, thinking, agent actions.",
471
- "tokenEstimate": 313,
471
+ "tokenEstimate": 315,
472
472
  "sections": [
473
473
  "Import",
474
474
  "Step.Root",
@@ -482,7 +482,7 @@
482
482
  "slug": "context-menu",
483
483
  "title": "Context Menu",
484
484
  "summary": "Options and actions triggered by right-click.",
485
- "tokenEstimate": 577,
485
+ "tokenEstimate": 579,
486
486
  "sections": [
487
487
  "Import",
488
488
  "ContextMenu.Trigger",
@@ -501,7 +501,7 @@
501
501
  "slug": "date-field",
502
502
  "title": "Date Field",
503
503
  "summary": "Segmented date input with keyboard navigation.",
504
- "tokenEstimate": 268,
504
+ "tokenEstimate": 270,
505
505
  "sections": [
506
506
  "Import",
507
507
  "DateField.Root",
@@ -515,7 +515,7 @@
515
515
  "slug": "date-picker",
516
516
  "title": "Date Picker",
517
517
  "summary": "Date input with a calendar popover.",
518
- "tokenEstimate": 1098,
518
+ "tokenEstimate": 1100,
519
519
  "sections": [
520
520
  "Import",
521
521
  "DatePicker.Root",
@@ -543,7 +543,7 @@
543
543
  "slug": "date-range-field",
544
544
  "title": "Date Range Field",
545
545
  "summary": "Segmented start/end date input.",
546
- "tokenEstimate": 295,
546
+ "tokenEstimate": 297,
547
547
  "sections": [
548
548
  "Import",
549
549
  "DateRangeField.Root",
@@ -557,7 +557,7 @@
557
557
  "slug": "date-range-picker",
558
558
  "title": "Date Range Picker",
559
559
  "summary": "Date range input with a calendar popover.",
560
- "tokenEstimate": 1171,
560
+ "tokenEstimate": 1173,
561
561
  "sections": [
562
562
  "Import",
563
563
  "DateRangePicker.Root",
@@ -585,7 +585,7 @@
585
585
  "slug": "dialog",
586
586
  "title": "Dialog",
587
587
  "summary": "A modal window for content or user input.",
588
- "tokenEstimate": 576,
588
+ "tokenEstimate": 578,
589
589
  "sections": [
590
590
  "Import",
591
591
  "Dialog.Trigger",
@@ -602,7 +602,7 @@
602
602
  "slug": "dropdown-menu",
603
603
  "title": "Dropdown Menu",
604
604
  "summary": "A menu of selectable items.",
605
- "tokenEstimate": 583,
605
+ "tokenEstimate": 585,
606
606
  "sections": [
607
607
  "Import",
608
608
  "DropdownMenu.Trigger",
@@ -621,7 +621,7 @@
621
621
  "slug": "file-upload",
622
622
  "title": "File Upload",
623
623
  "summary": "A file input with click-to-browse and drag-and-drop.",
624
- "tokenEstimate": 102,
624
+ "tokenEstimate": 104,
625
625
  "sections": [
626
626
  "Import",
627
627
  "Props"
@@ -632,7 +632,7 @@
632
632
  "slug": "scroll-area",
633
633
  "title": "Scroll Area",
634
634
  "summary": "A cross-platform scroll container.",
635
- "tokenEstimate": 399,
635
+ "tokenEstimate": 401,
636
636
  "sections": [
637
637
  "Import",
638
638
  "ScrollArea.Root",
@@ -648,7 +648,7 @@
648
648
  "slug": "input",
649
649
  "title": "Input",
650
650
  "summary": "A text input field, with textarea variant.",
651
- "tokenEstimate": 222,
651
+ "tokenEstimate": 224,
652
652
  "sections": [
653
653
  "Import",
654
654
  "Props"
@@ -659,7 +659,7 @@
659
659
  "slug": "link-preview",
660
660
  "title": "Link Preview",
661
661
  "summary": "Shows rich preview content when hovering a link.",
662
- "tokenEstimate": 167,
662
+ "tokenEstimate": 169,
663
663
  "sections": [
664
664
  "Import",
665
665
  "LinkPreview.Trigger",
@@ -671,7 +671,7 @@
671
671
  "slug": "label",
672
672
  "title": "Label",
673
673
  "summary": "Identifies or describes associated UI elements.",
674
- "tokenEstimate": 75,
674
+ "tokenEstimate": 77,
675
675
  "sections": [
676
676
  "Import",
677
677
  "Props"
@@ -682,7 +682,7 @@
682
682
  "slug": "logo",
683
683
  "title": "Logo",
684
684
  "summary": "The signalnine dish mark, reactive to a state preset.",
685
- "tokenEstimate": 176,
685
+ "tokenEstimate": 178,
686
686
  "sections": [
687
687
  "Import",
688
688
  "Props"
@@ -693,7 +693,7 @@
693
693
  "slug": "menu",
694
694
  "title": "Menu",
695
695
  "summary": "Headless menu primitives re-exported from bits-ui.",
696
- "tokenEstimate": 47,
696
+ "tokenEstimate": 49,
697
697
  "sections": [
698
698
  "Import"
699
699
  ],
@@ -703,7 +703,7 @@
703
703
  "slug": "menubar",
704
704
  "title": "Menubar",
705
705
  "summary": "A horizontal bar of dropdown menus.",
706
- "tokenEstimate": 596,
706
+ "tokenEstimate": 598,
707
707
  "sections": [
708
708
  "Import",
709
709
  "Menubar.Root",
@@ -723,7 +723,7 @@
723
723
  "slug": "meter",
724
724
  "title": "Meter",
725
725
  "summary": "Displays a value within a known range.",
726
- "tokenEstimate": 70,
726
+ "tokenEstimate": 72,
727
727
  "sections": [
728
728
  "Import",
729
729
  "Props"
@@ -734,7 +734,7 @@
734
734
  "slug": "navigation-menu",
735
735
  "title": "Navigation Menu",
736
736
  "summary": "Headless navigation-menu primitives re-exported from bits-ui.",
737
- "tokenEstimate": 58,
737
+ "tokenEstimate": 60,
738
738
  "sections": [
739
739
  "Import"
740
740
  ],
@@ -744,7 +744,7 @@
744
744
  "slug": "mode",
745
745
  "title": "Mode",
746
746
  "summary": "Scoped density / surface / corners override for any subtree.",
747
- "tokenEstimate": 162,
747
+ "tokenEstimate": 164,
748
748
  "sections": [
749
749
  "Import",
750
750
  "Props"
@@ -755,7 +755,7 @@
755
755
  "slug": "pagination",
756
756
  "title": "Pagination",
757
757
  "summary": "Enables users to navigate through a series of pages.",
758
- "tokenEstimate": 371,
758
+ "tokenEstimate": 373,
759
759
  "sections": [
760
760
  "Import",
761
761
  "Pagination.Root",
@@ -769,7 +769,7 @@
769
769
  "slug": "pin-input",
770
770
  "title": "PIN Input",
771
771
  "summary": "Enables users to input a sequence of one-character inputs.",
772
- "tokenEstimate": 170,
772
+ "tokenEstimate": 172,
773
773
  "sections": [
774
774
  "Import",
775
775
  "PinInput.Root",
@@ -781,7 +781,7 @@
781
781
  "slug": "popover",
782
782
  "title": "Popover",
783
783
  "summary": "A floating panel anchored to a trigger.",
784
- "tokenEstimate": 257,
784
+ "tokenEstimate": 259,
785
785
  "sections": [
786
786
  "Import",
787
787
  "Popover.Trigger",
@@ -794,7 +794,7 @@
794
794
  "slug": "progress",
795
795
  "title": "Progress",
796
796
  "summary": "Shows the completion status of a task.",
797
- "tokenEstimate": 73,
797
+ "tokenEstimate": 75,
798
798
  "sections": [
799
799
  "Import",
800
800
  "Props"
@@ -805,7 +805,7 @@
805
805
  "slug": "range-calendar",
806
806
  "title": "Range Calendar",
807
807
  "summary": "Headless range-calendar primitives re-exported from bits-ui.",
808
- "tokenEstimate": 57,
808
+ "tokenEstimate": 59,
809
809
  "sections": [
810
810
  "Import"
811
811
  ],
@@ -815,7 +815,7 @@
815
815
  "slug": "radio-group",
816
816
  "title": "Radio Group",
817
817
  "summary": "Groups radio items for single selection.",
818
- "tokenEstimate": 164,
818
+ "tokenEstimate": 166,
819
819
  "sections": [
820
820
  "Import",
821
821
  "RadioGroup.Root",
@@ -827,7 +827,7 @@
827
827
  "slug": "rating-group",
828
828
  "title": "Rating Group",
829
829
  "summary": "A star-style single-choice rating input.",
830
- "tokenEstimate": 166,
830
+ "tokenEstimate": 168,
831
831
  "sections": [
832
832
  "Import",
833
833
  "RatingGroup.Root",
@@ -839,7 +839,7 @@
839
839
  "slug": "select",
840
840
  "title": "Select",
841
841
  "summary": "A dropdown select menu.",
842
- "tokenEstimate": 371,
842
+ "tokenEstimate": 373,
843
843
  "sections": [
844
844
  "Import",
845
845
  "Select.Trigger",
@@ -855,7 +855,7 @@
855
855
  "slug": "slider",
856
856
  "title": "Slider",
857
857
  "summary": "Enables value selection from a continuous range.",
858
- "tokenEstimate": 427,
858
+ "tokenEstimate": 429,
859
859
  "sections": [
860
860
  "Import",
861
861
  "Slider.Root",
@@ -871,7 +871,7 @@
871
871
  "slug": "table",
872
872
  "title": "Table",
873
873
  "summary": "A tabular data display with rows, headers, and cells.",
874
- "tokenEstimate": 728,
874
+ "tokenEstimate": 732,
875
875
  "sections": [
876
876
  "Import",
877
877
  "Table.Root",
@@ -889,7 +889,7 @@
889
889
  "slug": "tabs",
890
890
  "title": "Tabs",
891
891
  "summary": "Organizes content into tabbed sections.",
892
- "tokenEstimate": 236,
892
+ "tokenEstimate": 238,
893
893
  "sections": [
894
894
  "Import",
895
895
  "Tabs.Root",
@@ -903,7 +903,7 @@
903
903
  "slug": "time-field",
904
904
  "title": "Time Field",
905
905
  "summary": "Segmented time input with keyboard navigation.",
906
- "tokenEstimate": 268,
906
+ "tokenEstimate": 270,
907
907
  "sections": [
908
908
  "Import",
909
909
  "TimeField.Root",
@@ -917,7 +917,7 @@
917
917
  "slug": "time-range-field",
918
918
  "title": "Time Range Field",
919
919
  "summary": "Segmented start/end time input.",
920
- "tokenEstimate": 295,
920
+ "tokenEstimate": 297,
921
921
  "sections": [
922
922
  "Import",
923
923
  "TimeRangeField.Root",
@@ -931,7 +931,7 @@
931
931
  "slug": "toggle-group",
932
932
  "title": "Toggle Group",
933
933
  "summary": "A set of toggle buttons with single or multiple selection.",
934
- "tokenEstimate": 162,
934
+ "tokenEstimate": 164,
935
935
  "sections": [
936
936
  "Import",
937
937
  "ToggleGroup.Root",
@@ -943,7 +943,7 @@
943
943
  "slug": "toolbar",
944
944
  "title": "Toolbar",
945
945
  "summary": "Headless toolbar primitives re-exported from bits-ui.",
946
- "tokenEstimate": 50,
946
+ "tokenEstimate": 52,
947
947
  "sections": [
948
948
  "Import"
949
949
  ],
@@ -953,7 +953,7 @@
953
953
  "slug": "video-player",
954
954
  "title": "Video Player",
955
955
  "summary": "A vidstack-powered player with support for MP4, HLS, and live streams.",
956
- "tokenEstimate": 1226,
956
+ "tokenEstimate": 1228,
957
957
  "sections": [
958
958
  "Import",
959
959
  "Props"
@@ -964,7 +964,7 @@
964
964
  "slug": "tooltip",
965
965
  "title": "Tooltip",
966
966
  "summary": "Supplementary info on hover or focus.",
967
- "tokenEstimate": 152,
967
+ "tokenEstimate": 154,
968
968
  "sections": [
969
969
  "Import",
970
970
  "Tooltip.Trigger",
@@ -5,7 +5,7 @@ Headless menu primitives re-exported from bits-ui.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Menu } from "$lib/ui/menu";
8
+ import { Menu } from "@signal9/era-ui/menu";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A horizontal bar of dropdown menus.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Menubar } from "$lib/ui/menubar";
8
+ import { Menubar } from "@signal9/era-ui/menubar";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ Displays a value within a known range.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Meter } from "$lib/ui/meter";
8
+ import { Meter } from "@signal9/era-ui/meter";
9
9
  ```
10
10
 
11
11
  ## Props
@@ -5,7 +5,7 @@ Scoped density / surface / corners override for any subtree.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Mode } from "$lib/ui/mode";
8
+ import { Mode } from "@signal9/era-ui/mode";
9
9
  ```
10
10
 
11
11
  ## Props
@@ -5,7 +5,7 @@ Headless navigation-menu primitives re-exported from bits-ui.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { NavigationMenu } from "$lib/ui/navigation-menu";
8
+ import { NavigationMenu } from "@signal9/era-ui/navigation-menu";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ Enables users to navigate through a series of pages.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Pagination } from "$lib/ui/pagination";
8
+ import { Pagination } from "@signal9/era-ui/pagination";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A draggable floating window with a handle bar.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Pane } from "$lib/ui/pane";
8
+ import { Pane } from "@signal9/era-ui/pane";
9
9
  ```
10
10
 
11
11
  ## Props
@@ -5,7 +5,7 @@ Enables users to input a sequence of one-character inputs.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { PinInput } from "$lib/ui/pin-input";
8
+ import { PinInput } from "@signal9/era-ui/pin-input";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A floating panel anchored to a trigger.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Popover } from "$lib/ui/popover";
8
+ import { Popover } from "@signal9/era-ui/popover";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ Shows the completion status of a task.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Progress } from "$lib/ui/progress";
8
+ import { Progress } from "@signal9/era-ui/progress";
9
9
  ```
10
10
 
11
11
  ## Props
@@ -5,7 +5,7 @@ Groups radio items for single selection.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { RadioGroup } from "$lib/ui/radio-group";
8
+ import { RadioGroup } from "@signal9/era-ui/radio-group";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ Headless range-calendar primitives re-exported from bits-ui.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { RangeCalendar } from "$lib/ui/range-calendar";
8
+ import { RangeCalendar } from "@signal9/era-ui/range-calendar";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A star-style single-choice rating input.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { RatingGroup } from "$lib/ui/rating-group";
8
+ import { RatingGroup } from "@signal9/era-ui/rating-group";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A cross-platform scroll container.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { ScrollArea } from "$lib/ui/scroll-area";
8
+ import { ScrollArea } from "@signal9/era-ui/scroll-area";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site:
@@ -5,7 +5,7 @@ A dropdown select menu.
5
5
  ## Import
6
6
 
7
7
  ```ts
8
- import { Select } from "$lib/ui/select";
8
+ import { Select } from "@signal9/era-ui/select";
9
9
  ```
10
10
 
11
11
  Composed from sub-components — compose explicitly at the call site: