@orfium/ictinus 5.41.1 → 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 (33) hide show
  1. package/.turbo/turbo-build.log +54 -54
  2. package/CHANGELOG.md +7 -0
  3. package/dist/components/ThemeProvider/ThemeProvider.style.js +6 -4
  4. package/dist/src/components/ThemeProvider/ThemeProvider.style.d.ts +1 -3
  5. package/dist/src/sprinkles/properties.css.d.ts +36 -0
  6. package/dist/src/sprinkles/sprinkles.d.ts +53 -1
  7. package/dist/src/vanilla/Box/Box.d.ts +8 -0
  8. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  9. package/dist/src/vanilla/Table/Table.d.ts +8 -0
  10. package/dist/src/vanilla/Table/TableBody.d.ts +8 -0
  11. package/dist/src/vanilla/Table/TableCell.d.ts +8 -0
  12. package/dist/src/vanilla/Table/TableFooter.d.ts +8 -0
  13. package/dist/src/vanilla/Table/TableHeader.d.ts +8 -0
  14. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +8 -0
  15. package/dist/src/vanilla/Table/TableRow.d.ts +8 -0
  16. package/dist/src/vanilla/Text/Text.d.ts +10 -2
  17. package/dist/vanilla/Table/Table-css.js +3 -3
  18. package/dist/vanilla/Table/TableCell-css.js +3 -3
  19. package/dist/vanilla/Table/TableHeader.js +10 -1
  20. package/dist/vanilla/Table/TableHeaderCell-css.js +6 -4
  21. package/dist/vanilla/Table/TableRow-css.js +1 -1
  22. package/dist/vanilla/Text/Text.js +1 -1
  23. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-BQPG2W33.css → properties.css.ts.vanilla-Ckyezauv.css} +2440 -2410
  24. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-DesAfHw6.css → TableHeaderCell.css.ts.vanilla-DHGpcMTl.css} +4 -1
  25. package/dist/vanilla/index.d.ts +85 -5
  26. package/dist/vanilla/package.json.js +1 -1
  27. package/dist/vanilla/src/sprinkles/properties-css.js +4 -4
  28. package/package.json +1 -1
  29. package/src/components/ThemeProvider/ThemeProvider.style.ts +2 -32
  30. package/src/sprinkles/properties.css.ts +3 -0
  31. package/src/vanilla/Table/TableHeader.tsx +6 -1
  32. package/src/vanilla/Table/TableHeaderCell.css.ts +12 -2
  33. package/src/vanilla/Text/Text.tsx +4 -4
@@ -17,7 +17,10 @@
17
17
  border-left-width: 1px;
18
18
  }
19
19
  ._92ef856 {
20
- box-shadow: 0 1px 0 var(--ictinus-color-border-color-decorative-default);
20
+ border-bottom-width: 1px;
21
+ }
22
+ ._1a5dngn0:not([data-pinned]) .yjfuqz0:last-child ._92ef856 {
23
+ border-bottom-width: 0;
21
24
  }
22
25
  ._92ef857 {
23
26
  border-right-width: 1px;
@@ -26,12 +26,14 @@ declare const sprinkles: ((props: {
26
26
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
27
27
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
28
28
  fontWeight?: "bold" | "medium" | "regular";
29
+ fontStyle?: "italic";
29
30
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
30
31
  letterSpacing?: "0" | "1" | "2" | "3";
31
32
  isolation?: "isolate";
32
33
  objectFit?: "contain" | "cover";
33
34
  pointerEvents?: "none" | "auto";
34
35
  textTransform?: "none" | "capitalize" | "uppercase";
36
+ textDecoration?: "underline";
35
37
  visibility?: "hidden" | "visible";
36
38
  wordBreak?: "break-word";
37
39
  wordWrap?: "normal" | "break-word";
@@ -133,6 +135,12 @@ declare const sprinkles: ((props: {
133
135
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
134
136
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
135
137
  };
138
+ flexShrink?: "0" | "1" | {
139
+ xs?: "0" | "1";
140
+ md?: "0" | "1";
141
+ lg?: "0" | "1";
142
+ xl?: "0" | "1";
143
+ };
136
144
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
137
145
  xs?: "fixed" | "absolute" | "relative" | "sticky";
138
146
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -357,7 +365,7 @@ declare const sprinkles: ((props: {
357
365
  hover?: "transparent" | "default" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.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" | "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" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
358
366
  };
359
367
  }) => string) & {
360
- properties: Set<"size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg">;
368
+ properties: Set<"size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg">;
361
369
  };
362
370
  type Sprinkles = Parameters<typeof sprinkles>[0];
363
371
 
@@ -392,12 +400,14 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
392
400
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
393
401
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
394
402
  fontWeight?: "bold" | "medium" | "regular";
403
+ fontStyle?: "italic";
395
404
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
396
405
  letterSpacing?: "0" | "1" | "2" | "3";
397
406
  isolation?: "isolate";
398
407
  objectFit?: "contain" | "cover";
399
408
  pointerEvents?: "none" | "auto";
400
409
  textTransform?: "none" | "capitalize" | "uppercase";
410
+ textDecoration?: "underline";
401
411
  visibility?: "hidden" | "visible";
402
412
  wordBreak?: "break-word";
403
413
  wordWrap?: "normal" | "break-word";
@@ -499,6 +509,12 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
499
509
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
500
510
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
501
511
  };
512
+ flexShrink?: "0" | "1" | {
513
+ xs?: "0" | "1";
514
+ md?: "0" | "1";
515
+ lg?: "0" | "1";
516
+ xl?: "0" | "1";
517
+ };
502
518
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
503
519
  xs?: "fixed" | "absolute" | "relative" | "sticky";
504
520
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -728,8 +744,8 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
728
744
  }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLDivElement>>;
729
745
 
730
746
  declare function extractBoxProps<S extends Record<string, unknown>>(props: S): {
731
- boxProps: Pick<S, ("size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg" | "styles" | "className") & keyof S>;
732
- restProps: Omit<S, "size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg" | "styles" | "className">;
747
+ boxProps: Pick<S, ("size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg" | "styles" | "className") & keyof S>;
748
+ restProps: Omit<S, "size" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "isolation" | "justifyContent" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "flex" | "gap" | "margin" | "overflow" | "padding" | "textDecoration" | "gridGap" | "typography" | "shadow" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "maxH" | "maxW" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "bg" | "styles" | "className">;
733
749
  };
734
750
 
735
751
  declare const table: _vanilla_extract_recipes.RuntimeFn<{
@@ -767,12 +783,14 @@ declare const Table: react.ForwardRefExoticComponent<{
767
783
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
768
784
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
769
785
  fontWeight?: "bold" | "medium" | "regular";
786
+ fontStyle?: "italic";
770
787
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
771
788
  letterSpacing?: "0" | "1" | "2" | "3";
772
789
  isolation?: "isolate";
773
790
  objectFit?: "contain" | "cover";
774
791
  pointerEvents?: "none" | "auto";
775
792
  textTransform?: "none" | "capitalize" | "uppercase";
793
+ textDecoration?: "underline";
776
794
  visibility?: "hidden" | "visible";
777
795
  wordBreak?: "break-word";
778
796
  wordWrap?: "normal" | "break-word";
@@ -874,6 +892,12 @@ declare const Table: react.ForwardRefExoticComponent<{
874
892
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
875
893
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
876
894
  };
895
+ flexShrink?: "0" | "1" | {
896
+ xs?: "0" | "1";
897
+ md?: "0" | "1";
898
+ lg?: "0" | "1";
899
+ xl?: "0" | "1";
900
+ };
877
901
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
878
902
  xs?: "fixed" | "absolute" | "relative" | "sticky";
879
903
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -1125,12 +1149,14 @@ declare const TableBody: react.ForwardRefExoticComponent<Omit<NonNullable<{
1125
1149
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
1126
1150
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
1127
1151
  fontWeight?: "bold" | "medium" | "regular";
1152
+ fontStyle?: "italic";
1128
1153
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
1129
1154
  letterSpacing?: "0" | "1" | "2" | "3";
1130
1155
  isolation?: "isolate";
1131
1156
  objectFit?: "contain" | "cover";
1132
1157
  pointerEvents?: "none" | "auto";
1133
1158
  textTransform?: "none" | "capitalize" | "uppercase";
1159
+ textDecoration?: "underline";
1134
1160
  visibility?: "hidden" | "visible";
1135
1161
  wordBreak?: "break-word";
1136
1162
  wordWrap?: "normal" | "break-word";
@@ -1232,6 +1258,12 @@ declare const TableBody: react.ForwardRefExoticComponent<Omit<NonNullable<{
1232
1258
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
1233
1259
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
1234
1260
  };
1261
+ flexShrink?: "0" | "1" | {
1262
+ xs?: "0" | "1";
1263
+ md?: "0" | "1";
1264
+ lg?: "0" | "1";
1265
+ xl?: "0" | "1";
1266
+ };
1235
1267
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
1236
1268
  xs?: "fixed" | "absolute" | "relative" | "sticky";
1237
1269
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -1506,12 +1538,14 @@ declare const TableCell: react.ForwardRefExoticComponent<{
1506
1538
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
1507
1539
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
1508
1540
  fontWeight?: "bold" | "medium" | "regular";
1541
+ fontStyle?: "italic";
1509
1542
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
1510
1543
  letterSpacing?: "0" | "1" | "2" | "3";
1511
1544
  isolation?: "isolate";
1512
1545
  objectFit?: "contain" | "cover";
1513
1546
  pointerEvents?: "none" | "auto";
1514
1547
  textTransform?: "none" | "capitalize" | "uppercase";
1548
+ textDecoration?: "underline";
1515
1549
  visibility?: "hidden" | "visible";
1516
1550
  wordBreak?: "break-word";
1517
1551
  wordWrap?: "normal" | "break-word";
@@ -1613,6 +1647,12 @@ declare const TableCell: react.ForwardRefExoticComponent<{
1613
1647
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
1614
1648
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
1615
1649
  };
1650
+ flexShrink?: "0" | "1" | {
1651
+ xs?: "0" | "1";
1652
+ md?: "0" | "1";
1653
+ lg?: "0" | "1";
1654
+ xl?: "0" | "1";
1655
+ };
1616
1656
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
1617
1657
  xs?: "fixed" | "absolute" | "relative" | "sticky";
1618
1658
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -1874,12 +1914,14 @@ declare const TableFooter: react.ForwardRefExoticComponent<{
1874
1914
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
1875
1915
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
1876
1916
  fontWeight?: "bold" | "medium" | "regular";
1917
+ fontStyle?: "italic";
1877
1918
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
1878
1919
  letterSpacing?: "0" | "1" | "2" | "3";
1879
1920
  isolation?: "isolate";
1880
1921
  objectFit?: "contain" | "cover";
1881
1922
  pointerEvents?: "none" | "auto";
1882
1923
  textTransform?: "none" | "capitalize" | "uppercase";
1924
+ textDecoration?: "underline";
1883
1925
  visibility?: "hidden" | "visible";
1884
1926
  wordBreak?: "break-word";
1885
1927
  wordWrap?: "normal" | "break-word";
@@ -1981,6 +2023,12 @@ declare const TableFooter: react.ForwardRefExoticComponent<{
1981
2023
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
1982
2024
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
1983
2025
  };
2026
+ flexShrink?: "0" | "1" | {
2027
+ xs?: "0" | "1";
2028
+ md?: "0" | "1";
2029
+ lg?: "0" | "1";
2030
+ xl?: "0" | "1";
2031
+ };
1984
2032
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
1985
2033
  xs?: "fixed" | "absolute" | "relative" | "sticky";
1986
2034
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -2242,12 +2290,14 @@ declare const TableHeader: react.ForwardRefExoticComponent<{
2242
2290
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
2243
2291
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
2244
2292
  fontWeight?: "bold" | "medium" | "regular";
2293
+ fontStyle?: "italic";
2245
2294
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
2246
2295
  letterSpacing?: "0" | "1" | "2" | "3";
2247
2296
  isolation?: "isolate";
2248
2297
  objectFit?: "contain" | "cover";
2249
2298
  pointerEvents?: "none" | "auto";
2250
2299
  textTransform?: "none" | "capitalize" | "uppercase";
2300
+ textDecoration?: "underline";
2251
2301
  visibility?: "hidden" | "visible";
2252
2302
  wordBreak?: "break-word";
2253
2303
  wordWrap?: "normal" | "break-word";
@@ -2349,6 +2399,12 @@ declare const TableHeader: react.ForwardRefExoticComponent<{
2349
2399
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
2350
2400
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
2351
2401
  };
2402
+ flexShrink?: "0" | "1" | {
2403
+ xs?: "0" | "1";
2404
+ md?: "0" | "1";
2405
+ lg?: "0" | "1";
2406
+ xl?: "0" | "1";
2407
+ };
2352
2408
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
2353
2409
  xs?: "fixed" | "absolute" | "relative" | "sticky";
2354
2410
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -2623,12 +2679,14 @@ declare const TableHeaderCell: react.ForwardRefExoticComponent<{
2623
2679
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
2624
2680
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
2625
2681
  fontWeight?: "bold" | "medium" | "regular";
2682
+ fontStyle?: "italic";
2626
2683
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
2627
2684
  letterSpacing?: "0" | "1" | "2" | "3";
2628
2685
  isolation?: "isolate";
2629
2686
  objectFit?: "contain" | "cover";
2630
2687
  pointerEvents?: "none" | "auto";
2631
2688
  textTransform?: "none" | "capitalize" | "uppercase";
2689
+ textDecoration?: "underline";
2632
2690
  visibility?: "hidden" | "visible";
2633
2691
  wordBreak?: "break-word";
2634
2692
  wordWrap?: "normal" | "break-word";
@@ -2730,6 +2788,12 @@ declare const TableHeaderCell: react.ForwardRefExoticComponent<{
2730
2788
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
2731
2789
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
2732
2790
  };
2791
+ flexShrink?: "0" | "1" | {
2792
+ xs?: "0" | "1";
2793
+ md?: "0" | "1";
2794
+ lg?: "0" | "1";
2795
+ xl?: "0" | "1";
2796
+ };
2733
2797
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
2734
2798
  xs?: "fixed" | "absolute" | "relative" | "sticky";
2735
2799
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -2981,12 +3045,14 @@ declare const TableRow: react.ForwardRefExoticComponent<Omit<NonNullable<{
2981
3045
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
2982
3046
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
2983
3047
  fontWeight?: "bold" | "medium" | "regular";
3048
+ fontStyle?: "italic";
2984
3049
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
2985
3050
  letterSpacing?: "0" | "1" | "2" | "3";
2986
3051
  isolation?: "isolate";
2987
3052
  objectFit?: "contain" | "cover";
2988
3053
  pointerEvents?: "none" | "auto";
2989
3054
  textTransform?: "none" | "capitalize" | "uppercase";
3055
+ textDecoration?: "underline";
2990
3056
  visibility?: "hidden" | "visible";
2991
3057
  wordBreak?: "break-word";
2992
3058
  wordWrap?: "normal" | "break-word";
@@ -3088,6 +3154,12 @@ declare const TableRow: react.ForwardRefExoticComponent<Omit<NonNullable<{
3088
3154
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
3089
3155
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
3090
3156
  };
3157
+ flexShrink?: "0" | "1" | {
3158
+ xs?: "0" | "1";
3159
+ md?: "0" | "1";
3160
+ lg?: "0" | "1";
3161
+ xl?: "0" | "1";
3162
+ };
3091
3163
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
3092
3164
  xs?: "fixed" | "absolute" | "relative" | "sticky";
3093
3165
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -3347,7 +3419,7 @@ declare const text: _vanilla_extract_recipes.RuntimeFn<{
3347
3419
  }>;
3348
3420
  type TextVariants = RecipeVariants<typeof text>;
3349
3421
 
3350
- type TextProps<T extends ElementType = 'p', P = unknown> = BoxProps<T, ExtendProps<TextVariants, P>>;
3422
+ type TextProps<T extends ElementType = 'span', P = unknown> = BoxProps<T, ExtendProps<TextVariants, P>>;
3351
3423
  declare const Text: react.ForwardRefExoticComponent<Omit<{
3352
3424
  lineClamp?: "1" | "2" | "3" | "4";
3353
3425
  truncate?: boolean;
@@ -3373,12 +3445,14 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
3373
3445
  fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
3374
3446
  typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
3375
3447
  fontWeight?: "bold" | "medium" | "regular";
3448
+ fontStyle?: "italic";
3376
3449
  lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
3377
3450
  letterSpacing?: "0" | "1" | "2" | "3";
3378
3451
  isolation?: "isolate";
3379
3452
  objectFit?: "contain" | "cover";
3380
3453
  pointerEvents?: "none" | "auto";
3381
3454
  textTransform?: "none" | "capitalize" | "uppercase";
3455
+ textDecoration?: "underline";
3382
3456
  visibility?: "hidden" | "visible";
3383
3457
  wordBreak?: "break-word";
3384
3458
  wordWrap?: "normal" | "break-word";
@@ -3480,6 +3554,12 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
3480
3554
  lg?: "column" | "column-reverse" | "row" | "row-reverse";
3481
3555
  xl?: "column" | "column-reverse" | "row" | "row-reverse";
3482
3556
  };
3557
+ flexShrink?: "0" | "1" | {
3558
+ xs?: "0" | "1";
3559
+ md?: "0" | "1";
3560
+ lg?: "0" | "1";
3561
+ xl?: "0" | "1";
3562
+ };
3483
3563
  position?: "fixed" | "absolute" | "relative" | "sticky" | {
3484
3564
  xs?: "fixed" | "absolute" | "relative" | "sticky";
3485
3565
  md?: "fixed" | "absolute" | "relative" | "sticky";
@@ -3706,7 +3786,7 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
3706
3786
  } & {
3707
3787
  asChild?: boolean;
3708
3788
  className?: string;
3709
- }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLParagraphElement>>;
3789
+ }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLSpanElement>>;
3710
3790
 
3711
3791
  type ColorScheme = 'light' | 'dark';
3712
3792
  type ThemeContextValue = {
@@ -1,3 +1,3 @@
1
- var version = "5.41.1";
1
+ var version = "5.41.2";
2
2
 
3
3
  export { version };