@orfium/ictinus 5.41.0 → 5.41.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 (38) hide show
  1. package/.turbo/turbo-build.log +17 -21
  2. package/CHANGELOG.md +13 -0
  3. package/dist/_virtual/index8.js +2 -2
  4. package/dist/_virtual/index9.js +2 -2
  5. package/dist/components/ThemeProvider/ThemeProvider.style.js +6 -4
  6. package/dist/node_modules/is-bigint/index.js +1 -1
  7. package/dist/node_modules/is-symbol/index.js +1 -1
  8. package/dist/node_modules/is-weakset/index.js +1 -1
  9. package/dist/src/components/ThemeProvider/ThemeProvider.style.d.ts +1 -3
  10. package/dist/src/sprinkles/properties.css.d.ts +36 -0
  11. package/dist/src/sprinkles/sprinkles.d.ts +53 -1
  12. package/dist/src/vanilla/Box/Box.d.ts +8 -0
  13. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  14. package/dist/src/vanilla/Table/Table.d.ts +8 -0
  15. package/dist/src/vanilla/Table/TableBody.d.ts +8 -0
  16. package/dist/src/vanilla/Table/TableCell.d.ts +8 -0
  17. package/dist/src/vanilla/Table/TableFooter.d.ts +8 -0
  18. package/dist/src/vanilla/Table/TableHeader.d.ts +8 -0
  19. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +8 -0
  20. package/dist/src/vanilla/Table/TableRow.d.ts +8 -0
  21. package/dist/src/vanilla/Text/Text.d.ts +10 -2
  22. package/dist/vanilla/Table/Table-css.js +3 -3
  23. package/dist/vanilla/Table/TableCell-css.js +3 -3
  24. package/dist/vanilla/Table/TableHeader.js +10 -1
  25. package/dist/vanilla/Table/TableHeaderCell-css.js +6 -4
  26. package/dist/vanilla/Table/TableRow-css.js +1 -1
  27. package/dist/vanilla/Text/Text.js +1 -1
  28. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-BQPG2W33.css → properties.css.ts.vanilla-Ckyezauv.css} +2440 -2410
  29. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-DesAfHw6.css → TableHeaderCell.css.ts.vanilla-DHGpcMTl.css} +4 -1
  30. package/dist/vanilla/index.d.ts +95 -11446
  31. package/dist/vanilla/package.json.js +1 -1
  32. package/dist/vanilla/src/sprinkles/properties-css.js +4 -4
  33. package/package.json +3 -3
  34. package/src/components/ThemeProvider/ThemeProvider.style.ts +2 -32
  35. package/src/sprinkles/properties.css.ts +3 -0
  36. package/src/vanilla/Table/TableHeader.tsx +6 -1
  37. package/src/vanilla/Table/TableHeaderCell.css.ts +12 -2
  38. package/src/vanilla/Text/Text.tsx +4 -4
@@ -1,9 +1,9 @@
1
1
 
2
- > @orfium/ictinus@5.41.0 build /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
2
+ > @orfium/ictinus@5.41.2 build /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
3
3
  > pnpm build:main && pnpm build:codemods && pnpm build:vanilla
4
4
 
5
5
 
6
- > @orfium/ictinus@5.41.0 build:main /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
6
+ > @orfium/ictinus@5.41.2 build:main /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
7
7
  > vite build --mode production
8
8
 
9
9
  production /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
@@ -133,6 +133,9 @@ computing gzip size...
133
133
  dist/_virtual/treeRole.js  0.04 kB │ gzip: 0.06 kB
134
134
  dist/_virtual/treegridRole.js  0.04 kB │ gzip: 0.06 kB
135
135
  dist/_virtual/treeitemRole.js  0.04 kB │ gzip: 0.06 kB
136
+ dist/_virtual/graphicsDocumentRole.js  0.04 kB │ gzip: 0.06 kB
137
+ dist/_virtual/graphicsObjectRole.js  0.04 kB │ gzip: 0.06 kB
138
+ dist/_virtual/graphicsSymbolRole.js  0.04 kB │ gzip: 0.06 kB
136
139
  dist/_virtual/docAbstractRole.js  0.04 kB │ gzip: 0.06 kB
137
140
  dist/_virtual/docAcknowledgmentsRole.js  0.04 kB │ gzip: 0.06 kB
138
141
  dist/_virtual/docAfterwordRole.js  0.04 kB │ gzip: 0.06 kB
@@ -172,9 +175,6 @@ computing gzip size...
172
175
  dist/_virtual/docSubtitleRole.js  0.04 kB │ gzip: 0.06 kB
173
176
  dist/_virtual/docTipRole.js  0.04 kB │ gzip: 0.06 kB
174
177
  dist/_virtual/docTocRole.js  0.04 kB │ gzip: 0.06 kB
175
- dist/_virtual/graphicsDocumentRole.js  0.04 kB │ gzip: 0.06 kB
176
- dist/_virtual/graphicsObjectRole.js  0.04 kB │ gzip: 0.06 kB
177
- dist/_virtual/graphicsSymbolRole.js  0.04 kB │ gzip: 0.06 kB
178
178
  dist/_virtual/__vite-browser-external.js  0.04 kB │ gzip: 0.06 kB
179
179
  dist/_virtual/lz-string2.js  0.05 kB │ gzip: 0.07 kB
180
180
  dist/_virtual/index5.js  0.05 kB │ gzip: 0.07 kB
@@ -317,6 +317,7 @@ computing gzip size...
317
317
  dist/components/Breadcrumb/BackToItem/BackToItem.js  0.44 kB │ gzip: 0.30 kB
318
318
  dist/hooks/useEventListener.js  0.44 kB │ gzip: 0.27 kB
319
319
  dist/components/Chart/LineChart/utils.js  0.44 kB │ gzip: 0.31 kB
320
+ dist/components/ThemeProvider/ThemeProvider.style.js  0.45 kB │ gzip: 0.28 kB
320
321
  dist/components/Chart/LineChart/components/GradientLine/GradientLine.js  0.45 kB │ gzip: 0.28 kB
321
322
  dist/node_modules/available-typed-arrays/index.js  0.46 kB │ gzip: 0.31 kB
322
323
  dist/components/ExpandCollapse/utils.js  0.47 kB │ gzip: 0.27 kB
@@ -414,7 +415,6 @@ computing gzip size...
414
415
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js  0.70 kB │ gzip: 0.41 kB
415
416
  dist/node_modules/is-bigint/index.js  0.71 kB │ gzip: 0.33 kB
416
417
  dist/components/utils/PositionInScreen/PositionInScreen.js  0.71 kB │ gzip: 0.39 kB
417
- dist/components/ThemeProvider/ThemeProvider.style.js  0.71 kB │ gzip: 0.40 kB
418
418
  dist/components/TabStepper/components/TabStep/TabStep.style.js  0.71 kB │ gzip: 0.37 kB
419
419
  dist/components/Drawer/components/DrawerHeader/DrawerHeader.js  0.71 kB │ gzip: 0.41 kB
420
420
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js  0.71 kB │ gzip: 0.35 kB
@@ -516,8 +516,8 @@ computing gzip size...
516
516
  dist/components/Search/StatefulSearch.js  0.89 kB │ gzip: 0.48 kB
517
517
  dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.js  0.89 kB │ gzip: 0.45 kB
518
518
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js  0.90 kB │ gzip: 0.47 kB
519
- dist/components/Filter/components/FilterMenu/components/Options/Options.style.js  0.90 kB │ gzip: 0.49 kB
520
519
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js  0.90 kB │ gzip: 0.47 kB
520
+ dist/components/Filter/components/FilterMenu/components/Options/Options.style.js  0.90 kB │ gzip: 0.49 kB
521
521
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js  0.90 kB │ gzip: 0.47 kB
522
522
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js  0.90 kB │ gzip: 0.47 kB
523
523
  dist/components/Icon/assets/musicBusiness/recording.svg.js  0.90 kB │ gzip: 0.53 kB
@@ -590,8 +590,8 @@ computing gzip size...
590
590
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js  1.00 kB │ gzip: 0.50 kB
591
591
  dist/node_modules/@testing-library/react/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js  1.01 kB │ gzip: 0.49 kB
592
592
  dist/hooks/useFieldUtils.js  1.01 kB │ gzip: 0.59 kB
593
- dist/components/Icon/assets/generic/keyword.svg.js  1.01 kB │ gzip: 0.55 kB
594
593
  dist/components/TopAppBar/TopAppBar.style.js  1.01 kB │ gzip: 0.47 kB
594
+ dist/components/Icon/assets/generic/keyword.svg.js  1.01 kB │ gzip: 0.55 kB
595
595
  dist/components/Icon/assets/toggledActions/freeze.svg.js  1.02 kB │ gzip: 0.52 kB
596
596
  dist/components/Notification/NotificationVisual/NotificationVisual.js  1.03 kB │ gzip: 0.47 kB
597
597
  dist/components/Icon/assets/audioControls/resume.svg.js  1.03 kB │ gzip: 0.53 kB
@@ -674,8 +674,8 @@ computing gzip size...
674
674
  dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js  1.32 kB │ gzip: 0.55 kB
675
675
  dist/components/Notification/Snackbar/Snackbar.style.js  1.32 kB │ gzip: 0.62 kB
676
676
  dist/components/Icon/assets/toggledActions/pair.svg.js  1.33 kB │ gzip: 0.68 kB
677
- dist/components/DropdownButton/DropdownButton.style.js  1.33 kB │ gzip: 0.60 kB
678
677
  dist/components/Notification/Notification.style.js  1.33 kB │ gzip: 0.61 kB
678
+ dist/components/DropdownButton/DropdownButton.style.js  1.33 kB │ gzip: 0.60 kB
679
679
  dist/components/Icon/assets/generic/mail.svg.js  1.33 kB │ gzip: 0.71 kB
680
680
  dist/components/TextInputBase/TextInputBase.js  1.33 kB │ gzip: 0.63 kB
681
681
  dist/node_modules/is-regex/index.js  1.33 kB │ gzip: 0.57 kB
@@ -904,11 +904,11 @@ computing gzip size...
904
904
  dist/node_modules/object-inspect/index.js 12.77 kB │ gzip: 3.79 kB
905
905
  dist/index.js 13.21 kB │ gzip: 3.15 kB
906
906
  dist/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js 55.14 kB │ gzip: 13.99 kB
907
- [vite:dts] Declaration files built in 12395ms.
907
+ [vite:dts] Declaration files built in 13760ms.
908
908
 
909
- ✓ built in 17.16s
909
+ ✓ built in 18.73s
910
910
 
911
- > @orfium/ictinus@5.41.0 build:codemods /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
911
+ > @orfium/ictinus@5.41.2 build:codemods /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
912
912
  > vite build --config vite.codemods.config.ts
913
913
 
914
914
  vite v7.1.6 building for production...
@@ -941,20 +941,16 @@ computing gzip size...
941
941
  dist/codemods/drawerCodemod.cjs 1.07 kB │ gzip: 0.42 kB
942
942
  dist/codemods/unchangedIconsCodemod.cjs 1.12 kB │ gzip: 0.56 kB
943
943
  dist/codemods/globalsCodemod.cjs 7.12 kB │ gzip: 1.12 kB
944
- [vite:dts] Declaration files built in 1063ms.
944
+ [vite:dts] Declaration files built in 989ms.
945
945
 
946
- ✓ built in 1.22s
946
+ ✓ built in 1.18s
947
947
 
948
- > @orfium/ictinus@5.41.0 build:vanilla /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
948
+ > @orfium/ictinus@5.41.2 build:vanilla /home/runner/work/orfium-ictinus/orfium-ictinus/packages/ictinus
949
949
  > rm -rf dist/vanilla && NODE_ENV=production rollup -c
950
950
 
951
951
  
952
952
  ./src/vanilla/index.ts → dist/vanilla...
953
- (!) Unresolved dependencies
954
- https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
955
- @vanilla-extract/sprinkles (imported by "src/sprinkles/sprinkles.ts")
956
- @vanilla-extract/recipes/createRuntimeFn (imported by "src/vanilla/Text/Text.css.ts", "src/vanilla/Table/TableHeader.css.ts", "src/vanilla/Table/TableFooter.css.ts", "src/vanilla/Table/Table.css.ts", "src/vanilla/Table/TableHeaderCell.css.ts", "src/vanilla/Table/TableRow.css.ts" and "src/vanilla/Table/TableCell.css.ts")
957
- created dist/vanilla in 919ms
953
+ created dist/vanilla in 945ms
958
954
  
959
955
  ./src/vanilla/index.ts → dist/vanilla...
960
- created dist/vanilla in 5.6s
956
+ created dist/vanilla in 4.7s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @orfium/ictinus
2
2
 
3
+ ## 5.41.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4f8756d: fix table nested header borders
8
+ - b3660fc: text fixes
9
+
10
+ ## 5.41.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 5ed22bd: fix vanilla runtime
15
+
3
16
  ## 5.41.0
4
17
 
5
18
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- var e = { exports: {} };
1
+ var o = { exports: {} };
2
2
  export {
3
- e as __module
3
+ o as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var o = { exports: {} };
1
+ var e = { exports: {} };
2
2
  export {
3
- o as __module
3
+ e as __module
4
4
  };
@@ -1,6 +1,8 @@
1
- import { css as n } from "@emotion/react";
2
- import { headline01 as a, headline02 as o, headline03 as t, headline04 as e, headline05 as r } from "../Typography/Typography.config.styles.js";
3
- const d = (i) => /* @__PURE__ */ n("h1{", a(i), ";}h2{", o(i), ";}h3{", t(i), ";}h4{", e(i), ";}h5{", r(i), ";}*:focus{outline:0;}::view-transition-group(*){animation-duration:250ms;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.1);}::view-transition-new(.toast):only-child{animation-name:fade-in-up;}::view-transition-old(.toast):only-child{animation-name:fade-out;}@keyframes fade-out{to{opacity:0;}}@keyframes fade-in-up{from{opacity:0;transform:translateY(24px);}}", "");
1
+ var a = {
2
+ name: "1tmxxxx",
3
+ styles: "::view-transition-group(*){animation-duration:250ms;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.1);}::view-transition-new(.toast):only-child{animation-name:fade-in-up;}::view-transition-old(.toast):only-child{animation-name:fade-out;}@keyframes fade-out{to{opacity:0;}}@keyframes fade-in-up{from{opacity:0;transform:translateY(24px);}}"
4
+ };
5
+ const t = () => a;
4
6
  export {
5
- d as globalStyles
7
+ t as globalStyles
6
8
  };
@@ -1,4 +1,4 @@
1
- import { __module as r } from "../../_virtual/index10.js";
1
+ import { __module as r } from "../../_virtual/index9.js";
2
2
  import { __require as s } from "../has-bigints/index.js";
3
3
  var i;
4
4
  function y() {
@@ -1,4 +1,4 @@
1
- import { __module as e } from "../../_virtual/index9.js";
1
+ import { __module as e } from "../../_virtual/index8.js";
2
2
  import { __require as l } from "../call-bound/index.js";
3
3
  import { __require as y } from "../has-symbols/index.js";
4
4
  import { __require as b } from "../safe-regex-test/index.js";
@@ -1,4 +1,4 @@
1
- import { __module as r } from "../../_virtual/index8.js";
1
+ import { __module as r } from "../../_virtual/index10.js";
2
2
  import { __require as c } from "../get-intrinsic/index.js";
3
3
  import { __require as p } from "../call-bound/index.js";
4
4
  var i;
@@ -1,3 +1 @@
1
- import { SerializedStyles } from '@emotion/react';
2
- import { Theme } from 'theme';
3
- export declare const globalStyles: (theme: Theme) => SerializedStyles;
1
+ export declare const globalStyles: () => import('@emotion/utils').SerializedStyles;
@@ -1735,6 +1735,28 @@ export declare const responsiveProps: {
1735
1735
  };
1736
1736
  };
1737
1737
  };
1738
+ flexShrink: {
1739
+ values: {
1740
+ 0: {
1741
+ defaultClass: string;
1742
+ conditions: {
1743
+ xs: string;
1744
+ md: string;
1745
+ lg: string;
1746
+ xl: string;
1747
+ };
1748
+ };
1749
+ 1: {
1750
+ defaultClass: string;
1751
+ conditions: {
1752
+ xs: string;
1753
+ md: string;
1754
+ lg: string;
1755
+ xl: string;
1756
+ };
1757
+ };
1758
+ };
1759
+ };
1738
1760
  position: {
1739
1761
  values: {
1740
1762
  absolute: {
@@ -4798,6 +4820,13 @@ export declare const unresponsiveProps: {
4798
4820
  };
4799
4821
  };
4800
4822
  };
4823
+ fontStyle: {
4824
+ values: {
4825
+ italic: {
4826
+ defaultClass: string;
4827
+ };
4828
+ };
4829
+ };
4801
4830
  lineHeight: {
4802
4831
  values: {
4803
4832
  1: {
@@ -4891,6 +4920,13 @@ export declare const unresponsiveProps: {
4891
4920
  };
4892
4921
  };
4893
4922
  };
4923
+ textDecoration: {
4924
+ values: {
4925
+ underline: {
4926
+ defaultClass: string;
4927
+ };
4928
+ };
4929
+ };
4894
4930
  visibility: {
4895
4931
  values: {
4896
4932
  hidden: {
@@ -20,12 +20,14 @@ export declare const sprinkles: ((props: {
20
20
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
21
21
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
22
22
  fontWeight?: "regular" | "medium" | "bold";
23
+ fontStyle?: "italic";
23
24
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
24
25
  letterSpacing?: "0" | "1" | "2" | "3";
25
26
  isolation?: "isolate";
26
27
  objectFit?: "contain" | "cover";
27
28
  pointerEvents?: "none" | "auto";
28
29
  textTransform?: "none" | "capitalize" | "uppercase";
30
+ textDecoration?: "underline";
29
31
  visibility?: "hidden" | "visible";
30
32
  wordBreak?: "break-word";
31
33
  wordWrap?: "normal" | "break-word";
@@ -127,6 +129,12 @@ export declare const sprinkles: ((props: {
127
129
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
128
130
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
129
131
  };
132
+ flexShrink?: "0" | "1" | {
133
+ xs?: "0" | "1";
134
+ md?: "0" | "1";
135
+ lg?: "0" | "1";
136
+ xl?: "0" | "1";
137
+ };
130
138
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
131
139
  xs?: "absolute" | "fixed" | "relative" | "sticky";
132
140
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -351,7 +359,7 @@ export declare const sprinkles: ((props: {
351
359
  hover?: "default" | "transparent" | "alt" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
352
360
  };
353
361
  }) => string) & {
354
- properties: Set<"minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
362
+ properties: Set<"minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
355
363
  };
356
364
  export declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends import('@vanilla-extract/sprinkles').ConditionalValue<{
357
365
  conditions: {
@@ -2085,6 +2093,28 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
2085
2093
  };
2086
2094
  };
2087
2095
  };
2096
+ flexShrink: {
2097
+ values: {
2098
+ 0: {
2099
+ defaultClass: string;
2100
+ conditions: {
2101
+ xs: string;
2102
+ md: string;
2103
+ lg: string;
2104
+ xl: string;
2105
+ };
2106
+ };
2107
+ 1: {
2108
+ defaultClass: string;
2109
+ conditions: {
2110
+ xs: string;
2111
+ md: string;
2112
+ lg: string;
2113
+ xl: string;
2114
+ };
2115
+ };
2116
+ };
2117
+ };
2088
2118
  position: {
2089
2119
  values: {
2090
2120
  absolute: {
@@ -6451,6 +6481,28 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
6451
6481
  };
6452
6482
  };
6453
6483
  };
6484
+ flexShrink: {
6485
+ values: {
6486
+ 0: {
6487
+ defaultClass: string;
6488
+ conditions: {
6489
+ xs: string;
6490
+ md: string;
6491
+ lg: string;
6492
+ xl: string;
6493
+ };
6494
+ };
6495
+ 1: {
6496
+ defaultClass: string;
6497
+ conditions: {
6498
+ xs: string;
6499
+ md: string;
6500
+ lg: string;
6501
+ xl: string;
6502
+ };
6503
+ };
6504
+ };
6505
+ };
6454
6506
  position: {
6455
6507
  values: {
6456
6508
  absolute: {
@@ -27,12 +27,14 @@ export declare const Box: import('react').ForwardRefExoticComponent<Omit<NonNull
27
27
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
28
28
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
29
29
  fontWeight?: "regular" | "medium" | "bold";
30
+ fontStyle?: "italic";
30
31
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
31
32
  letterSpacing?: "0" | "1" | "2" | "3";
32
33
  isolation?: "isolate";
33
34
  objectFit?: "contain" | "cover";
34
35
  pointerEvents?: "none" | "auto";
35
36
  textTransform?: "none" | "capitalize" | "uppercase";
37
+ textDecoration?: "underline";
36
38
  visibility?: "hidden" | "visible";
37
39
  wordBreak?: "break-word";
38
40
  wordWrap?: "normal" | "break-word";
@@ -134,6 +136,12 @@ export declare const Box: import('react').ForwardRefExoticComponent<Omit<NonNull
134
136
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
135
137
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
136
138
  };
139
+ flexShrink?: "0" | "1" | {
140
+ xs?: "0" | "1";
141
+ md?: "0" | "1";
142
+ lg?: "0" | "1";
143
+ xl?: "0" | "1";
144
+ };
137
145
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
138
146
  xs?: "absolute" | "fixed" | "relative" | "sticky";
139
147
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -1,4 +1,4 @@
1
1
  export declare function extractBoxProps<S extends Record<string, unknown>>(props: S): {
2
- boxProps: Pick<S, ("minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "styles" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg") & keyof S>;
3
- restProps: Omit<S, "minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "styles" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
2
+ boxProps: Pick<S, ("minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "styles" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg") & keyof S>;
3
+ restProps: Omit<S, "minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "backgroundColor" | "borderColor" | "size" | "px" | "borderRadius" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "z" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "styles" | "h" | "w" | "maxH" | "maxW" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
4
4
  };
@@ -25,12 +25,14 @@ export declare const Table: import('react').ForwardRefExoticComponent<{
25
25
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
26
26
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
27
27
  fontWeight?: "regular" | "medium" | "bold";
28
+ fontStyle?: "italic";
28
29
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
29
30
  letterSpacing?: "0" | "1" | "2" | "3";
30
31
  isolation?: "isolate";
31
32
  objectFit?: "contain" | "cover";
32
33
  pointerEvents?: "none" | "auto";
33
34
  textTransform?: "none" | "capitalize" | "uppercase";
35
+ textDecoration?: "underline";
34
36
  visibility?: "hidden" | "visible";
35
37
  wordBreak?: "break-word";
36
38
  wordWrap?: "normal" | "break-word";
@@ -132,6 +134,12 @@ export declare const Table: import('react').ForwardRefExoticComponent<{
132
134
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
133
135
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
134
136
  };
137
+ flexShrink?: "0" | "1" | {
138
+ xs?: "0" | "1";
139
+ md?: "0" | "1";
140
+ lg?: "0" | "1";
141
+ xl?: "0" | "1";
142
+ };
135
143
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
136
144
  xs?: "absolute" | "fixed" | "relative" | "sticky";
137
145
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -22,12 +22,14 @@ export declare const TableBody: import('react').ForwardRefExoticComponent<Omit<N
22
22
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
23
23
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
24
24
  fontWeight?: "regular" | "medium" | "bold";
25
+ fontStyle?: "italic";
25
26
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
26
27
  letterSpacing?: "0" | "1" | "2" | "3";
27
28
  isolation?: "isolate";
28
29
  objectFit?: "contain" | "cover";
29
30
  pointerEvents?: "none" | "auto";
30
31
  textTransform?: "none" | "capitalize" | "uppercase";
32
+ textDecoration?: "underline";
31
33
  visibility?: "hidden" | "visible";
32
34
  wordBreak?: "break-word";
33
35
  wordWrap?: "normal" | "break-word";
@@ -129,6 +131,12 @@ export declare const TableBody: import('react').ForwardRefExoticComponent<Omit<N
129
131
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
130
132
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
131
133
  };
134
+ flexShrink?: "0" | "1" | {
135
+ xs?: "0" | "1";
136
+ md?: "0" | "1";
137
+ lg?: "0" | "1";
138
+ xl?: "0" | "1";
139
+ };
132
140
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
133
141
  xs?: "absolute" | "fixed" | "relative" | "sticky";
134
142
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -28,12 +28,14 @@ export declare const TableCell: import('react').ForwardRefExoticComponent<{
28
28
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
29
29
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
30
30
  fontWeight?: "regular" | "medium" | "bold";
31
+ fontStyle?: "italic";
31
32
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
32
33
  letterSpacing?: "0" | "1" | "2" | "3";
33
34
  isolation?: "isolate";
34
35
  objectFit?: "contain" | "cover";
35
36
  pointerEvents?: "none" | "auto";
36
37
  textTransform?: "none" | "capitalize" | "uppercase";
38
+ textDecoration?: "underline";
37
39
  visibility?: "hidden" | "visible";
38
40
  wordBreak?: "break-word";
39
41
  wordWrap?: "normal" | "break-word";
@@ -135,6 +137,12 @@ export declare const TableCell: import('react').ForwardRefExoticComponent<{
135
137
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
136
138
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
137
139
  };
140
+ flexShrink?: "0" | "1" | {
141
+ xs?: "0" | "1";
142
+ md?: "0" | "1";
143
+ lg?: "0" | "1";
144
+ xl?: "0" | "1";
145
+ };
138
146
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
139
147
  xs?: "absolute" | "fixed" | "relative" | "sticky";
140
148
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -25,12 +25,14 @@ export declare const TableFooter: import('react').ForwardRefExoticComponent<{
25
25
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
26
26
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
27
27
  fontWeight?: "regular" | "medium" | "bold";
28
+ fontStyle?: "italic";
28
29
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
29
30
  letterSpacing?: "0" | "1" | "2" | "3";
30
31
  isolation?: "isolate";
31
32
  objectFit?: "contain" | "cover";
32
33
  pointerEvents?: "none" | "auto";
33
34
  textTransform?: "none" | "capitalize" | "uppercase";
35
+ textDecoration?: "underline";
34
36
  visibility?: "hidden" | "visible";
35
37
  wordBreak?: "break-word";
36
38
  wordWrap?: "normal" | "break-word";
@@ -132,6 +134,12 @@ export declare const TableFooter: import('react').ForwardRefExoticComponent<{
132
134
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
133
135
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
134
136
  };
137
+ flexShrink?: "0" | "1" | {
138
+ xs?: "0" | "1";
139
+ md?: "0" | "1";
140
+ lg?: "0" | "1";
141
+ xl?: "0" | "1";
142
+ };
135
143
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
136
144
  xs?: "absolute" | "fixed" | "relative" | "sticky";
137
145
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -25,12 +25,14 @@ export declare const TableHeader: import('react').ForwardRefExoticComponent<{
25
25
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
26
26
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
27
27
  fontWeight?: "regular" | "medium" | "bold";
28
+ fontStyle?: "italic";
28
29
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
29
30
  letterSpacing?: "0" | "1" | "2" | "3";
30
31
  isolation?: "isolate";
31
32
  objectFit?: "contain" | "cover";
32
33
  pointerEvents?: "none" | "auto";
33
34
  textTransform?: "none" | "capitalize" | "uppercase";
35
+ textDecoration?: "underline";
34
36
  visibility?: "hidden" | "visible";
35
37
  wordBreak?: "break-word";
36
38
  wordWrap?: "normal" | "break-word";
@@ -132,6 +134,12 @@ export declare const TableHeader: import('react').ForwardRefExoticComponent<{
132
134
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
133
135
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
134
136
  };
137
+ flexShrink?: "0" | "1" | {
138
+ xs?: "0" | "1";
139
+ md?: "0" | "1";
140
+ lg?: "0" | "1";
141
+ xl?: "0" | "1";
142
+ };
135
143
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
136
144
  xs?: "absolute" | "fixed" | "relative" | "sticky";
137
145
  md?: "absolute" | "fixed" | "relative" | "sticky";
@@ -28,12 +28,14 @@ export declare const TableHeaderCell: import('react').ForwardRefExoticComponent<
28
28
  fontSize?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
29
29
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
30
30
  fontWeight?: "regular" | "medium" | "bold";
31
+ fontStyle?: "italic";
31
32
  lineHeight?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11";
32
33
  letterSpacing?: "0" | "1" | "2" | "3";
33
34
  isolation?: "isolate";
34
35
  objectFit?: "contain" | "cover";
35
36
  pointerEvents?: "none" | "auto";
36
37
  textTransform?: "none" | "capitalize" | "uppercase";
38
+ textDecoration?: "underline";
37
39
  visibility?: "hidden" | "visible";
38
40
  wordBreak?: "break-word";
39
41
  wordWrap?: "normal" | "break-word";
@@ -135,6 +137,12 @@ export declare const TableHeaderCell: import('react').ForwardRefExoticComponent<
135
137
  lg?: "row" | "column" | "row-reverse" | "column-reverse";
136
138
  xl?: "row" | "column" | "row-reverse" | "column-reverse";
137
139
  };
140
+ flexShrink?: "0" | "1" | {
141
+ xs?: "0" | "1";
142
+ md?: "0" | "1";
143
+ lg?: "0" | "1";
144
+ xl?: "0" | "1";
145
+ };
138
146
  position?: "absolute" | "fixed" | "relative" | "sticky" | {
139
147
  xs?: "absolute" | "fixed" | "relative" | "sticky";
140
148
  md?: "absolute" | "fixed" | "relative" | "sticky";