@nova-design-system/nova-base 3.31.1 → 3.31.2-beta.4

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.
@@ -1640,6 +1640,7 @@
1640
1640
  --navigation-width: 312.0000px;
1641
1641
  --navigation-reduced-max-width: 100.0000px;
1642
1642
  --navigation-primary-notification-bullet-font-size: 9.0000px;
1643
+ --pill-stroke: 1.0000px;
1643
1644
  --popover-font-weight: 500;
1644
1645
  --popover-shadow-1-x: 0.0000px;
1645
1646
  --popover-shadow-1-blur: 1.0000px;
@@ -1739,8 +1740,8 @@
1739
1740
  --drawer-radius-top-left: var(--radius-rounded-2xl);
1740
1741
  --drawer-dismissible-position-top: var(--spacing-6);
1741
1742
  --drawer-dismissible-position-right: var(--spacing-6);
1742
- --drawer-gap-y: var(--spacing-6);
1743
1743
  --drawer-header-padding-right: var(--spacing-8);
1744
+ --drawer-gap-y: var(--spacing-6);
1744
1745
  --drawer-padding-x: var(--spacing-6);
1745
1746
  --drawer-padding-y: var(--spacing-6);
1746
1747
  --calendar-cell-font-size: var(--font-size-sm);
@@ -1876,6 +1877,11 @@
1876
1877
  --navigation-primary-sub-item-padding-left-x: var(--spacing-7);
1877
1878
  --navigation-primary-separator-size: var(--spacing-px);
1878
1879
  --navigation-gap-y: var(--spacing-3);
1880
+ --pill-gap-x: var(--spacing-1);
1881
+ --pill-padding-x: var(--spacing-1-5);
1882
+ --pill-padding-y: var(--spacing-1);
1883
+ --pill-height: var(--spacing-6);
1884
+ --pill-border-radius: var(--radius-rounded-full);
1879
1885
  --popover-shadow-1-y: var(--shadow-y-axis-none);
1880
1886
  --popover-shadow-1-spread: var(--shadow-spread-lg-1);
1881
1887
  --popover-shadow-1-opacity: var(--shadow-color-opacity-3);
@@ -1640,6 +1640,7 @@
1640
1640
  --navigation-width: 312.0000px;
1641
1641
  --navigation-reduced-max-width: 100.0000px;
1642
1642
  --navigation-primary-notification-bullet-font-size: 9.0000px;
1643
+ --pill-stroke: 1.0000px;
1643
1644
  --popover-font-weight: 500;
1644
1645
  --popover-shadow-1-x: 0.0000px;
1645
1646
  --popover-shadow-1-blur: 1.0000px;
@@ -1739,8 +1740,8 @@
1739
1740
  --drawer-radius-top-left: var(--radius-rounded-2xl);
1740
1741
  --drawer-dismissible-position-top: var(--spacing-6);
1741
1742
  --drawer-dismissible-position-right: var(--spacing-6);
1742
- --drawer-gap-y: var(--spacing-6);
1743
1743
  --drawer-header-padding-right: var(--spacing-8);
1744
+ --drawer-gap-y: var(--spacing-6);
1744
1745
  --drawer-padding-x: var(--spacing-6);
1745
1746
  --drawer-padding-y: var(--spacing-6);
1746
1747
  --calendar-cell-font-size: var(--font-size-sm);
@@ -1876,6 +1877,11 @@
1876
1877
  --navigation-primary-sub-item-padding-left-x: var(--spacing-7);
1877
1878
  --navigation-primary-separator-size: var(--spacing-px);
1878
1879
  --navigation-gap-y: var(--spacing-3);
1880
+ --pill-gap-x: var(--spacing-1);
1881
+ --pill-padding-x: var(--spacing-1-5);
1882
+ --pill-padding-y: var(--spacing-1);
1883
+ --pill-height: var(--spacing-6);
1884
+ --pill-border-radius: var(--radius-rounded-full);
1879
1885
  --popover-shadow-1-y: var(--shadow-y-axis-none);
1880
1886
  --popover-shadow-1-spread: var(--shadow-spread-lg-1);
1881
1887
  --popover-shadow-1-opacity: var(--shadow-color-opacity-3);
@@ -97,8 +97,8 @@ export const DrawerSizeLgMaxWidth: string;
97
97
  export const DrawerSizeFullWidth: string;
98
98
  export const DrawerDismissiblePositionTop: string;
99
99
  export const DrawerDismissiblePositionRight: string;
100
- export const DrawerGapY: string;
101
100
  export const DrawerHeaderPaddingRight: string;
101
+ export const DrawerGapY: string;
102
102
  export const DrawerPaddingX: string;
103
103
  export const DrawerPaddingY: string;
104
104
  export const CalendarCellDotSize: string;
@@ -249,6 +249,12 @@ export const NavigationPrimaryItemRadius: string;
249
249
  export const NavigationPrimarySubItemPaddingLeftX: string;
250
250
  export const NavigationPrimarySeparatorSize: string;
251
251
  export const NavigationGapY: string;
252
+ export const PillStroke: string;
253
+ export const PillGapX: string;
254
+ export const PillPaddingX: string;
255
+ export const PillPaddingY: string;
256
+ export const PillHeight: string;
257
+ export const PillBorderRadius: string;
252
258
  export const PopoverFontWeight: string;
253
259
  export const PopoverShadow1X: string;
254
260
  export const PopoverShadow1Blur: string;