@stridge/noctis-design-tokens 1.0.0-beta.4 → 1.0.0-beta.6

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.
@@ -597,6 +597,152 @@ const autocomplete = {
597
597
  }, "0.625rem", "Leading inset of a group label.", "The start inset that lines a group heading up with the option row's content edge (the same inline padding the rows use). Keep it in step with the item inline padding.")
598
598
  ]
599
599
  };
600
+ const command = {
601
+ component: "command",
602
+ category: "overlays",
603
+ slotPrefix: "noctis",
604
+ anatomy: [
605
+ "command",
606
+ "command-input",
607
+ "command-list",
608
+ "command-item",
609
+ "command-empty",
610
+ "command-group-label"
611
+ ],
612
+ options: {},
613
+ states: [
614
+ "highlighted",
615
+ "disabled",
616
+ "active"
617
+ ],
618
+ consumes: [],
619
+ mints: [
620
+ raw("964c156e-493a-40af-bf7f-e8f918cbe1e3", {
621
+ kind: "component",
622
+ component: "command",
623
+ property: "inset-block-start"
624
+ }, "12vh", "Distance from the top of the viewport to the modal palette.", "How far down the palette floats in its modal form; smaller values raise it toward the top."),
625
+ raw("6ea3439e-6935-46ec-ac98-f5235643ed2d", {
626
+ kind: "component",
627
+ component: "command",
628
+ property: "height"
629
+ }, "min(60vh, 460px)", "Fixed height of the modal palette so it never jumps as results stream in.", "The modal palette's locked height; capped at 460px on tall viewports."),
630
+ raw("723a3bbd-cdad-40c7-bf00-8292c524b076", {
631
+ kind: "component",
632
+ component: "command",
633
+ property: "width"
634
+ }, "min(40rem, 92vw)", "Width of the modal palette.", "The modal palette's width; shrinks to 92vw on narrow viewports."),
635
+ raw("3ff47eea-2f40-4c74-bafe-ad12aae8db43", {
636
+ kind: "component",
637
+ component: "command",
638
+ property: "border-radius"
639
+ }, "var(--noctis-radius-md)", "Corner radius of the palette panel.", "The rounding of the panel's outer corners — a tight popover radius, not a soft card."),
640
+ aliased("f9443395-0ea6-4ec4-8c95-535f5c0acd61", {
641
+ kind: "component",
642
+ component: "command",
643
+ property: "transition-duration"
644
+ }, { raw: "var(--noctis-duration-overlay)" }, "Duration of the modal palette's scale-fade enter/exit.", "How long the modal palette takes to scale and fade in and out."),
645
+ raw("e7f3b78b-2c73-45af-b182-c50b53f6452c", {
646
+ kind: "component",
647
+ component: "command",
648
+ anatomy: "input",
649
+ property: "height"
650
+ }, "3rem", "Height of the query input row.", "The tap target of the query input; taller than a standard control for a command-bar feel."),
651
+ raw("2c7c1c86-ec81-432e-a194-2dc1a784e747", {
652
+ kind: "component",
653
+ component: "command",
654
+ anatomy: "list",
655
+ property: "padding"
656
+ }, "0.375rem", "Padding around the scrollable command list.", "The inset between the panel edge and its rows (the row highlight's gutter)."),
657
+ raw("a9f7ec66-8a03-4c53-9d97-2c8d21e8151f", {
658
+ kind: "component",
659
+ component: "command",
660
+ anatomy: "list",
661
+ property: "height"
662
+ }, "auto", "Measured height of the scrollable list (runtime-driven; the resting default is content height).", "The list's own height. A ResizeObserver writes the current content height to this var as the rows change, so the panel can animate between sizes instead of jumping; until then it falls back to fitting its content."),
663
+ aliased("08697fcf-2ec0-4ab4-931e-72229f37ee80", {
664
+ kind: "component",
665
+ component: "command",
666
+ anatomy: "list",
667
+ property: "transition-duration"
668
+ }, { raw: "var(--noctis-duration-regular)" }, "Duration of the list's height animation as the rows change.", "How long the palette takes to grow or shrink to fit a new set of rows."),
669
+ raw("580f7118-6742-4b78-9d18-6bc64bdd8fec", {
670
+ kind: "component",
671
+ component: "command",
672
+ anatomy: "item",
673
+ property: "height"
674
+ }, "2.5rem", "Minimum height of a command row.", "The row's min-height; the inline padding rhythm fills any extra space."),
675
+ raw("9cbb6199-6558-4212-ad3d-218d4023251d", {
676
+ kind: "component",
677
+ component: "command",
678
+ anatomy: "item",
679
+ property: "padding-inline"
680
+ }, "0.375rem", "Inline padding of a command row.", "The horizontal inset of a row's content inside its highlight."),
681
+ raw("4fa3d1bf-7c5b-46dc-b126-0e309e641dd4", {
682
+ kind: "component",
683
+ component: "command",
684
+ anatomy: "item",
685
+ property: "padding-block"
686
+ }, "0.25rem", "Block padding of a command row.", "The vertical inset of a row's content, so multi-line rows breathe; single-line rows keep their min-height."),
687
+ raw("02f374e1-7d62-48b1-9cae-e50e8a22a9fe", {
688
+ kind: "component",
689
+ component: "command",
690
+ anatomy: "item",
691
+ property: "gap"
692
+ }, "0.5rem", "Gap between a command's leading glyph and its label.", "The spacing between a row's optional icon column and its label."),
693
+ raw("6c79bb24-9347-458a-8ff5-270f3d892217", {
694
+ kind: "component",
695
+ component: "command",
696
+ anatomy: "item",
697
+ property: "border-radius"
698
+ }, "var(--noctis-radius-sm)", "Corner radius of a command row's highlight.", "The radius of the row's highlight fill — a tight rounding so the highlighted row reads as a crisp bar, not a pill."),
699
+ aliased("718e3a0a-2357-41c1-b023-a275a8a69110", {
700
+ kind: "component",
701
+ component: "command",
702
+ anatomy: "item",
703
+ property: "color"
704
+ }, { role: "secondary" }, "Command row label colour at rest.", "The resting text colour of a row."),
705
+ aliased("85bd4c15-9ffa-46f6-97fc-4ea45136ba2d", {
706
+ kind: "component",
707
+ component: "command",
708
+ anatomy: "item",
709
+ property: "color",
710
+ state: "highlighted"
711
+ }, { role: "foreground" }, "Command row label colour while highlighted.", "The text colour of the keyboard- or pointer-highlighted row."),
712
+ aliased("7bc8fa50-3db9-4758-9771-6bd5013fe999", {
713
+ kind: "component",
714
+ component: "command",
715
+ anatomy: "item",
716
+ property: "background-color",
717
+ state: "highlighted"
718
+ }, { role: "control-ghost-hover" }, "Command row highlight fill.", "The neutral fill behind the highlighted row; the accent stays a signal, not a hover."),
719
+ aliased("27205743-dee6-49de-931a-4d13e510d9bc", {
720
+ kind: "component",
721
+ component: "command",
722
+ anatomy: "item",
723
+ property: "background-color",
724
+ state: "active"
725
+ }, { role: "control-ghost-selected" }, "Command row pressed fill.", "The firmer neutral fill while a row is pressed, as tactile feedback before it commits."),
726
+ raw("48640222-69af-4b5f-800d-8e1261403438", {
727
+ kind: "component",
728
+ component: "command",
729
+ anatomy: "empty",
730
+ property: "padding-block"
731
+ }, "var(--noctis-space-6)", "Block padding of the empty / no-results message.", "The vertical breathing room around the centred no-results copy."),
732
+ raw("1f519fba-56e9-42ea-8316-462624c96dcd", {
733
+ kind: "component",
734
+ component: "command",
735
+ anatomy: "group-label",
736
+ property: "padding-inline"
737
+ }, "var(--noctis-space-2\\.5)", "Trailing inline padding of a group label.", "The end inset of a section heading."),
738
+ raw("a1280649-2d3d-41ed-a363-c793ec6aac83", {
739
+ kind: "component",
740
+ component: "command",
741
+ anatomy: "group-label",
742
+ property: "padding-inline-start"
743
+ }, "0.375rem", "Leading inset of a group label.", "The start inset that lines a section heading up with the row's content edge (the same inline padding the rows use). Keep it in step with the item inline padding.")
744
+ ]
745
+ };
600
746
  const input = {
601
747
  component: "input",
602
748
  category: "fields",
@@ -1365,6 +1511,84 @@ const toolbar = {
1365
1511
  }, "5rem", "Default width of a toolbar input field.", "The resting width of a `Toolbar.Input` — sized for a short value like a zoom percentage; override per use.")
1366
1512
  ]
1367
1513
  };
1514
+ const pagination = {
1515
+ component: "pagination",
1516
+ category: "navigation",
1517
+ slotPrefix: "noctis",
1518
+ anatomy: [
1519
+ "pagination",
1520
+ "pagination-info",
1521
+ "pagination-page-size",
1522
+ "pagination-page",
1523
+ "pagination-controls",
1524
+ "pagination-separator"
1525
+ ],
1526
+ options: { size: ["sm", "md"] },
1527
+ states: [],
1528
+ consumes: [],
1529
+ optionSlots: { size: "pagination" },
1530
+ mints: [
1531
+ raw("0cbc4655-bb4e-4fd5-9c04-057351efe727", {
1532
+ kind: "component",
1533
+ component: "pagination",
1534
+ property: "gap"
1535
+ }, "var(--noctis-space-3)", "Gap between the pagination's clusters.", "The spacing the pagination row holds between its info line, page-size picker, separator, page field, and controls."),
1536
+ raw("41dfe2e5-18e2-4197-a956-8ff5b4fe0e41", {
1537
+ kind: "component",
1538
+ component: "pagination",
1539
+ anatomy: "info",
1540
+ property: "font-size"
1541
+ }, "var(--noctis-text-small)", "Info line font size.", "The type size of the “Showing X–Y of Z” status line."),
1542
+ aliased("72cd3ff8-3ebe-4c30-9fdd-6130842a3274", {
1543
+ kind: "component",
1544
+ component: "pagination",
1545
+ anatomy: "info",
1546
+ property: "color"
1547
+ }, { role: "muted" }, "Info line text colour.", "The colour of the status line — the quieter muted role, since it is secondary to the controls."),
1548
+ raw("1282b0be-d667-4311-a247-bfb08e980d7b", {
1549
+ kind: "component",
1550
+ component: "pagination",
1551
+ anatomy: "page-size",
1552
+ property: "gap"
1553
+ }, "var(--noctis-space-2)", "Gap inside the page-size cluster.", "The spacing between the page-size label and its select."),
1554
+ raw("a907344a-4e70-4b2d-a92b-ad740a165f31", {
1555
+ kind: "component",
1556
+ component: "pagination",
1557
+ anatomy: "page",
1558
+ property: "gap"
1559
+ }, "var(--noctis-space-2)", "Gap inside the page field cluster.", "The spacing between the “Page” label, the page input, and the “of N” total."),
1560
+ raw("d501c15c-b399-4366-80fb-66b43511ca19", {
1561
+ kind: "component",
1562
+ component: "pagination",
1563
+ anatomy: "page",
1564
+ property: "inline-size"
1565
+ }, "3.5rem", "Width of the editable page input.", "The resting width of the page-number field, sized for a few digits; override per use for larger page counts."),
1566
+ aliased("d8abfead-9e96-437c-9af1-dbccf3fd34b9", {
1567
+ kind: "component",
1568
+ component: "pagination",
1569
+ anatomy: "page",
1570
+ property: "block-size"
1571
+ }, { raw: "var(--noctis-size-control-md)" }, "Height of the welded page input.", "The control height of the page field per size, kept level with the nav buttons beside it (the `Input` shell itself floors at `md`, so the welded field's height is pinned here); `sm` drops to `control-sm`.", { size: { sm: { raw: "var(--noctis-size-control-sm)" } } }),
1572
+ aliased("d5bbc9bc-de84-4050-a437-d0d864c6c2ba", {
1573
+ kind: "component",
1574
+ component: "pagination",
1575
+ anatomy: "separator",
1576
+ property: "color"
1577
+ }, { role: "border" }, "Colour of the divider between pagination clusters.", "The hairline separator's colour — the default border role, so it reads as a quiet rule."),
1578
+ raw("3f5f5f70-1e70-40e7-a05c-9b6ba5892b70", {
1579
+ kind: "component",
1580
+ component: "pagination",
1581
+ anatomy: "separator",
1582
+ property: "inline-size"
1583
+ }, "1px", "Thickness of the divider between pagination clusters.", "The thickness of the vertical hairline separator."),
1584
+ raw("9fcd3857-34b8-42e4-95af-14e2c3e65744", {
1585
+ kind: "component",
1586
+ component: "pagination",
1587
+ anatomy: "separator",
1588
+ property: "block-size"
1589
+ }, "1.5rem", "Height of the divider between pagination clusters.", "The height of the vertical hairline separator within the centred row.")
1590
+ ]
1591
+ };
1368
1592
  const accordion = {
1369
1593
  component: "accordion",
1370
1594
  category: "surfaces",
@@ -3421,6 +3645,156 @@ const badge = {
3421
3645
  }, { raw: "0.875rem" }, "Edge length of a leading icon glyph.", "The width and height the chip clamps a leading icon to, per size, so the glyph tracks the label.", { size: { sm: { raw: "0.75rem" } } })
3422
3646
  ]
3423
3647
  };
3648
+ const skeleton = {
3649
+ component: "skeleton",
3650
+ category: "data",
3651
+ slotPrefix: "noctis",
3652
+ anatomy: [
3653
+ "skeleton",
3654
+ "skeleton-box",
3655
+ "skeleton-circle",
3656
+ "skeleton-text",
3657
+ "skeleton-line"
3658
+ ],
3659
+ options: { variant: [
3660
+ "shimmer",
3661
+ "pulse",
3662
+ "none"
3663
+ ] },
3664
+ states: [],
3665
+ consumes: [],
3666
+ optionSlots: { variant: "skeleton" },
3667
+ slotGroups: {
3668
+ root: ["skeleton"],
3669
+ fill: [
3670
+ "skeleton-box",
3671
+ "skeleton-circle",
3672
+ "skeleton-line"
3673
+ ],
3674
+ shimmer: [
3675
+ "skeleton-box",
3676
+ "skeleton-circle",
3677
+ "skeleton-line"
3678
+ ]
3679
+ },
3680
+ mints: [
3681
+ raw("e698ed6f-926b-4795-9c8b-b5b389c170c6", {
3682
+ kind: "component",
3683
+ component: "skeleton",
3684
+ anatomy: "root",
3685
+ property: "gap"
3686
+ }, "var(--noctis-space-3)", "Gap between stacked placeholders in a group.", "The spacing the `Skeleton.Root` column holds between its child placeholders."),
3687
+ aliased("2ecab953-f65f-4c6c-8527-289a44b4b2b7", {
3688
+ kind: "component",
3689
+ component: "skeleton",
3690
+ anatomy: "fill",
3691
+ property: "background-color"
3692
+ }, { role: "well" }, "Placeholder fill colour shared by every shape.", "The base colour of a box/circle/line placeholder; the surface-adaptive `well` overlay, so a placeholder stays visible on any surface (canvas, card, or sunken panel)."),
3693
+ aliased("d63ff16e-b1cf-4c96-9474-d8965343c8c7", {
3694
+ kind: "component",
3695
+ component: "skeleton",
3696
+ anatomy: "shimmer",
3697
+ property: "background-color"
3698
+ }, { role: "surface-raised" }, "Colour of the moving shimmer band.", "The brighter neutral the `shimmer` variant sweeps across the placeholder; a raised surface, so the sweep reads as a light highlight in both light and dark mode."),
3699
+ raw("d00c5ade-6bf1-4771-8563-eb2af18551c3", {
3700
+ kind: "component",
3701
+ component: "skeleton",
3702
+ anatomy: "shimmer",
3703
+ property: "animation-duration"
3704
+ }, "calc(var(--noctis-duration-slow) * 4)", "Duration of one shimmer sweep / pulse cycle.", "How long the `shimmer` sweep takes to cross a placeholder (and the half-cycle of the `pulse` fade); a multiple of the slow motion stop so it stays calm."),
3705
+ raw("c1409cc8-3865-4487-b1a0-09ef7612bee4", {
3706
+ kind: "component",
3707
+ component: "skeleton",
3708
+ anatomy: "box",
3709
+ property: "block-size"
3710
+ }, "1.25rem", "Default height of a box placeholder.", "The block size of `Skeleton.Box` before any override; box fills its inline space, so only the height has a default — set the `style`/`className` height to match the content it stands in for."),
3711
+ raw("61e6be3d-db11-463b-bbf0-da36c32bc923", {
3712
+ kind: "component",
3713
+ component: "skeleton",
3714
+ anatomy: "box",
3715
+ property: "border-radius"
3716
+ }, "var(--noctis-radius-md)", "Corner radius of a box placeholder.", "The rounding of `Skeleton.Box`; follows the radius knob on the capped md step."),
3717
+ raw("76001ed2-a124-487f-b6cb-f87c7454c324", {
3718
+ kind: "component",
3719
+ component: "skeleton",
3720
+ anatomy: "circle",
3721
+ property: "size"
3722
+ }, "2.5rem", "Default diameter of a circle placeholder.", "The width and height of `Skeleton.Circle` before any override; size it to match the avatar or icon it stands in for."),
3723
+ raw("f1beb79a-1de6-4d9f-81fc-9a22e37384a1", {
3724
+ kind: "component",
3725
+ component: "skeleton",
3726
+ anatomy: "line",
3727
+ property: "block-size"
3728
+ }, "0.7em", "Height of a single text line placeholder.", "The block size of one `Skeleton.Line`, in `em` so it tracks the surrounding text size — the cap height a real line of text would occupy."),
3729
+ raw("9cc376d7-90b0-4ece-8c21-7542c8059a47", {
3730
+ kind: "component",
3731
+ component: "skeleton",
3732
+ anatomy: "line",
3733
+ property: "border-radius"
3734
+ }, "var(--noctis-radius-sm)", "Corner radius of a text line placeholder.", "The rounding of a `Skeleton.Line`; a small radius so a thin line reads as a soft bar."),
3735
+ raw("0e8f7d2c-1b3a-4c5e-9f6d-7a8b9c0d1e2f", {
3736
+ kind: "component",
3737
+ component: "skeleton",
3738
+ anatomy: "text",
3739
+ property: "gap"
3740
+ }, "var(--noctis-space-2)", "Gap between lines in a text placeholder.", "The spacing `Skeleton.Text` holds between its stacked `Skeleton.Line`s.")
3741
+ ]
3742
+ };
3743
+ const breadcrumb = {
3744
+ component: "breadcrumb",
3745
+ category: "navigation",
3746
+ slotPrefix: "noctis",
3747
+ anatomy: [
3748
+ "breadcrumb",
3749
+ "breadcrumb-list",
3750
+ "breadcrumb-item",
3751
+ "breadcrumb-link",
3752
+ "breadcrumb-page",
3753
+ "breadcrumb-separator",
3754
+ "breadcrumb-ellipsis",
3755
+ "breadcrumb-icon"
3756
+ ],
3757
+ options: { size: ["sm", "md"] },
3758
+ states: [],
3759
+ consumes: [],
3760
+ optionSlots: { size: "breadcrumb" },
3761
+ mints: [
3762
+ aliased("5ac8741d-5850-46fa-8258-80067e1bf193", {
3763
+ kind: "component",
3764
+ component: "breadcrumb",
3765
+ property: "gap"
3766
+ }, { raw: "0.375rem" }, "Gap between a crumb's leading icon and its label.", "The spacing a `link` or `page` holds between a leading icon and the label text, per size; declared on the root and inherited by both crumb kinds.", { size: { sm: { raw: "0.25rem" } } }),
3767
+ aliased("34e53704-fe40-4c9d-bc61-ca7d81786eeb", {
3768
+ kind: "component",
3769
+ component: "breadcrumb",
3770
+ property: "font-size"
3771
+ }, { raw: "var(--noctis-text-small)" }, "Trail type size.", "The font size of every crumb and separator, per size; the 14px `small` step at `md`, the 13px `mini` step at `sm`.", { size: { sm: { raw: "var(--noctis-text-mini)" } } }),
3772
+ aliased("fe63d830-e58e-4bc9-b4c0-dd5b9fee1540", {
3773
+ kind: "component",
3774
+ component: "breadcrumb",
3775
+ anatomy: "list",
3776
+ property: "gap"
3777
+ }, { raw: "0.375rem" }, "Gap between crumbs and separators in the trail.", "The spacing the ordered list holds between adjacent crumbs and the separators between them, per size.", { size: { sm: { raw: "0.25rem" } } }),
3778
+ aliased("219dcd50-453f-4094-aa5b-aeeacfceef18", {
3779
+ kind: "component",
3780
+ component: "breadcrumb",
3781
+ anatomy: "icon",
3782
+ property: "size"
3783
+ }, { raw: "1rem" }, "Edge length of a crumb's leading icon.", "The width and height a crumb clamps a leading icon to, per size, so the glyph tracks the label.", { size: { sm: { raw: "0.875rem" } } }),
3784
+ aliased("416cd517-ae0b-46e7-b62c-34c2614bf928", {
3785
+ kind: "component",
3786
+ component: "breadcrumb",
3787
+ anatomy: "separator",
3788
+ property: "size"
3789
+ }, { raw: "1rem" }, "Edge length of the separator glyph.", "The width and height of the chevron (or custom) glyph between crumbs, per size.", { size: { sm: { raw: "0.875rem" } } }),
3790
+ raw("9082c151-ac80-451f-a0bd-f5a9becfb7e5", {
3791
+ kind: "component",
3792
+ component: "breadcrumb",
3793
+ anatomy: "link",
3794
+ property: "border-radius"
3795
+ }, "var(--noctis-radius-sm)", "Corner radius of a link's focus ring.", "The rounding of the focus-visible outline drawn around an interactive crumb, so the ring hugs the link's hit area.")
3796
+ ]
3797
+ };
3424
3798
  const colorSwatch = {
3425
3799
  component: "color-swatch",
3426
3800
  category: "fields",
@@ -4320,6 +4694,7 @@ const COMPONENT_DECLARATIONS = [
4320
4694
  buttonGroup,
4321
4695
  tabs,
4322
4696
  toolbar,
4697
+ pagination,
4323
4698
  accordion,
4324
4699
  toggle,
4325
4700
  numberField,
@@ -4333,6 +4708,7 @@ const COMPONENT_DECLARATIONS = [
4333
4708
  alertDialog,
4334
4709
  rail,
4335
4710
  combobox,
4711
+ command,
4336
4712
  searchDialog,
4337
4713
  dialog,
4338
4714
  colorPicker,
@@ -4342,6 +4718,8 @@ const COMPONENT_DECLARATIONS = [
4342
4718
  checkbox,
4343
4719
  avatar,
4344
4720
  badge,
4721
+ skeleton,
4722
+ breadcrumb,
4345
4723
  otpField,
4346
4724
  switchControl,
4347
4725
  progress,
package/dist/tokens.css CHANGED
@@ -1701,6 +1701,29 @@
1701
1701
  --_toolbar-input-height: var(--noctis-toolbar-input-height, var(--noctis-size-control-xs));
1702
1702
  --_toolbar-input-padding-inline: var(--noctis-toolbar-input-padding-inline, var(--noctis-space-1\.5));
1703
1703
  }
1704
+ [data-slot="noctis-pagination"] {
1705
+ --_pagination-gap: var(--noctis-pagination-gap, var(--noctis-space-3));
1706
+ }
1707
+ [data-slot="noctis-pagination-info"] {
1708
+ --_pagination-info-font-size: var(--noctis-pagination-info-font-size, var(--noctis-text-small));
1709
+ --_pagination-info-color: var(--noctis-pagination-info-color, var(--noctis-color-muted));
1710
+ }
1711
+ [data-slot="noctis-pagination-page-size"] {
1712
+ --_pagination-page-size-gap: var(--noctis-pagination-page-size-gap, var(--noctis-space-2));
1713
+ }
1714
+ [data-slot="noctis-pagination-page"] {
1715
+ --_pagination-page-gap: var(--noctis-pagination-page-gap, var(--noctis-space-2));
1716
+ --_pagination-page-inline-size: var(--noctis-pagination-page-inline-size, 3.5rem);
1717
+ --_pagination-page-block-size: var(--noctis-pagination-page-block-size, var(--noctis-size-control-md));
1718
+ }
1719
+ [data-slot="noctis-pagination-separator"] {
1720
+ --_pagination-separator-color: var(--noctis-pagination-separator-color, var(--noctis-color-border));
1721
+ --_pagination-separator-inline-size: var(--noctis-pagination-separator-inline-size, 1px);
1722
+ --_pagination-separator-block-size: var(--noctis-pagination-separator-block-size, 1.5rem);
1723
+ }
1724
+ [data-slot="noctis-pagination"][data-size="sm"] [data-slot="noctis-pagination-page"] {
1725
+ --_pagination-page-block-size: var(--noctis-pagination-page-block-size, var(--noctis-size-control-sm));
1726
+ }
1704
1727
  [data-slot="noctis-accordion-trigger"] {
1705
1728
  --_accordion-trigger-padding-inline: var(--noctis-accordion-trigger-padding-inline, 0);
1706
1729
  --_accordion-trigger-padding-block: var(--noctis-accordion-trigger-padding-block, var(--noctis-space-4));
@@ -2104,6 +2127,45 @@
2104
2127
  --_combobox-input-height: var(--noctis-combobox-input-height, var(--noctis-size-control-lg));
2105
2128
  --_combobox-input-padding-inline: var(--noctis-combobox-input-padding-inline, 0.875rem);
2106
2129
  }
2130
+ [data-slot="noctis-command"] {
2131
+ --_command-inset-block-start: var(--noctis-command-inset-block-start, 12vh);
2132
+ --_command-height: var(--noctis-command-height, min(60vh, 460px));
2133
+ --_command-width: var(--noctis-command-width, min(40rem, 92vw));
2134
+ --_command-border-radius: var(--noctis-command-border-radius, var(--noctis-radius-md));
2135
+ --_command-transition-duration: var(--noctis-command-transition-duration, var(--noctis-duration-overlay));
2136
+ }
2137
+ [data-slot="noctis-command-input"] {
2138
+ --_command-input-height: var(--noctis-command-input-height, 3rem);
2139
+ }
2140
+ [data-slot="noctis-command-list"] {
2141
+ --_command-list-padding: var(--noctis-command-list-padding, 0.375rem);
2142
+ --_command-list-height: var(--noctis-command-list-height, auto);
2143
+ --_command-list-transition-duration: var(--noctis-command-list-transition-duration, var(--noctis-duration-regular));
2144
+ }
2145
+ [data-slot="noctis-command-item"] {
2146
+ --_command-item-height: var(--noctis-command-item-height, 2.5rem);
2147
+ --_command-item-padding-inline: var(--noctis-command-item-padding-inline, 0.375rem);
2148
+ --_command-item-padding-block: var(--noctis-command-item-padding-block, 0.25rem);
2149
+ --_command-item-gap: var(--noctis-command-item-gap, 0.5rem);
2150
+ --_command-item-border-radius: var(--noctis-command-item-border-radius, var(--noctis-radius-sm));
2151
+ --_command-item-color: var(--noctis-command-item-color, var(--noctis-color-secondary));
2152
+ --_command-item-color-highlighted: var(--noctis-command-item-color-highlighted, var(--noctis-color-foreground));
2153
+ --_command-item-background-color-highlighted: var(
2154
+ --noctis-command-item-background-color-highlighted,
2155
+ var(--noctis-color-control-ghost-hover)
2156
+ );
2157
+ --_command-item-background-color-active: var(
2158
+ --noctis-command-item-background-color-active,
2159
+ var(--noctis-color-control-ghost-selected)
2160
+ );
2161
+ }
2162
+ [data-slot="noctis-command-empty"] {
2163
+ --_command-empty-padding-block: var(--noctis-command-empty-padding-block, var(--noctis-space-6));
2164
+ }
2165
+ [data-slot="noctis-command-group-label"] {
2166
+ --_command-group-label-padding-inline: var(--noctis-command-group-label-padding-inline, var(--noctis-space-2\.5));
2167
+ --_command-group-label-padding-inline-start: var(--noctis-command-group-label-padding-inline-start, 0.375rem);
2168
+ }
2107
2169
  [data-slot="noctis-search-dialog"] {
2108
2170
  --_search-dialog-inset-block-start: var(--noctis-search-dialog-inset-block-start, 12vh);
2109
2171
  --_search-dialog-height: var(--noctis-search-dialog-height, min(56vh, 420px));
@@ -2462,6 +2524,62 @@
2462
2524
  [data-slot="noctis-badge"][data-size="sm"] [data-slot="noctis-badge-icon"] {
2463
2525
  --_badge-icon-size: var(--noctis-badge-icon-size, 0.75rem);
2464
2526
  }
2527
+ [data-slot="noctis-skeleton"] {
2528
+ --_skeleton-root-gap: var(--noctis-skeleton-root-gap, var(--noctis-space-3));
2529
+ }
2530
+ [data-slot="noctis-skeleton-box"],
2531
+ [data-slot="noctis-skeleton-circle"],
2532
+ [data-slot="noctis-skeleton-line"] {
2533
+ --_skeleton-fill-background-color: var(--noctis-skeleton-fill-background-color, var(--noctis-color-well));
2534
+ --_skeleton-shimmer-background-color: var(--noctis-skeleton-shimmer-background-color, var(--noctis-color-surface-raised));
2535
+ --_skeleton-shimmer-animation-duration: var(
2536
+ --noctis-skeleton-shimmer-animation-duration,
2537
+ calc(var(--noctis-duration-slow) * 4)
2538
+ );
2539
+ }
2540
+ [data-slot="noctis-skeleton-box"] {
2541
+ --_skeleton-box-block-size: var(--noctis-skeleton-box-block-size, 1.25rem);
2542
+ --_skeleton-box-border-radius: var(--noctis-skeleton-box-border-radius, var(--noctis-radius-md));
2543
+ }
2544
+ [data-slot="noctis-skeleton-circle"] {
2545
+ --_skeleton-circle-size: var(--noctis-skeleton-circle-size, 2.5rem);
2546
+ }
2547
+ [data-slot="noctis-skeleton-line"] {
2548
+ --_skeleton-line-block-size: var(--noctis-skeleton-line-block-size, 0.7em);
2549
+ --_skeleton-line-border-radius: var(--noctis-skeleton-line-border-radius, var(--noctis-radius-sm));
2550
+ }
2551
+ [data-slot="noctis-skeleton-text"] {
2552
+ --_skeleton-text-gap: var(--noctis-skeleton-text-gap, var(--noctis-space-2));
2553
+ }
2554
+ [data-slot="noctis-breadcrumb"] {
2555
+ --_breadcrumb-gap: var(--noctis-breadcrumb-gap, 0.375rem);
2556
+ --_breadcrumb-font-size: var(--noctis-breadcrumb-font-size, var(--noctis-text-small));
2557
+ }
2558
+ [data-slot="noctis-breadcrumb-list"] {
2559
+ --_breadcrumb-list-gap: var(--noctis-breadcrumb-list-gap, 0.375rem);
2560
+ }
2561
+ [data-slot="noctis-breadcrumb-icon"] {
2562
+ --_breadcrumb-icon-size: var(--noctis-breadcrumb-icon-size, 1rem);
2563
+ }
2564
+ [data-slot="noctis-breadcrumb-separator"] {
2565
+ --_breadcrumb-separator-size: var(--noctis-breadcrumb-separator-size, 1rem);
2566
+ }
2567
+ [data-slot="noctis-breadcrumb-link"] {
2568
+ --_breadcrumb-link-border-radius: var(--noctis-breadcrumb-link-border-radius, var(--noctis-radius-sm));
2569
+ }
2570
+ [data-slot="noctis-breadcrumb"][data-size="sm"] {
2571
+ --_breadcrumb-gap: var(--noctis-breadcrumb-gap, 0.25rem);
2572
+ --_breadcrumb-font-size: var(--noctis-breadcrumb-font-size, var(--noctis-text-mini));
2573
+ }
2574
+ [data-slot="noctis-breadcrumb"][data-size="sm"] [data-slot="noctis-breadcrumb-list"] {
2575
+ --_breadcrumb-list-gap: var(--noctis-breadcrumb-list-gap, 0.25rem);
2576
+ }
2577
+ [data-slot="noctis-breadcrumb"][data-size="sm"] [data-slot="noctis-breadcrumb-icon"] {
2578
+ --_breadcrumb-icon-size: var(--noctis-breadcrumb-icon-size, 0.875rem);
2579
+ }
2580
+ [data-slot="noctis-breadcrumb"][data-size="sm"] [data-slot="noctis-breadcrumb-separator"] {
2581
+ --_breadcrumb-separator-size: var(--noctis-breadcrumb-separator-size, 0.875rem);
2582
+ }
2465
2583
  [data-slot="noctis-otp-field"] {
2466
2584
  --_otp-field-gap: var(--noctis-otp-field-gap, 0.5rem);
2467
2585
  }