@likec4/styles 1.47.0 → 1.49.0

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 (147) hide show
  1. package/LICENSE +1 -1
  2. package/css/package.json +1 -1
  3. package/dev.d.mts +3 -0
  4. package/{dev.ts → dev.mjs} +8 -4
  5. package/dist/css/conditions.mjs +1 -1
  6. package/dist/css/{css.d.ts → css.d.mts} +1 -1
  7. package/dist/css/{cva.d.ts → cva.d.mts} +2 -2
  8. package/dist/css/index.d.mts +5 -0
  9. package/dist/css/sva.d.mts +4 -0
  10. package/dist/jsx/{aspect-ratio.d.ts → aspect-ratio.d.mts} +3 -3
  11. package/dist/jsx/bleed.d.mts +10 -0
  12. package/dist/jsx/box.d.mts +10 -0
  13. package/dist/jsx/center.d.mts +10 -0
  14. package/dist/jsx/circle.d.mts +10 -0
  15. package/dist/jsx/{container.d.ts → container.d.mts} +3 -3
  16. package/dist/jsx/cq.d.mts +10 -0
  17. package/dist/jsx/{create-style-context.d.ts → create-style-context.d.mts} +3 -3
  18. package/dist/jsx/divider.d.mts +10 -0
  19. package/dist/jsx/factory.d.mts +3 -0
  20. package/dist/jsx/flex.d.mts +10 -0
  21. package/dist/jsx/float.d.mts +10 -0
  22. package/dist/jsx/grid-item.d.mts +10 -0
  23. package/dist/jsx/grid.d.mts +10 -0
  24. package/dist/jsx/hstack.d.mts +10 -0
  25. package/dist/jsx/index.d.mts +26 -0
  26. package/dist/jsx/index.mjs +2 -1
  27. package/dist/jsx/is-valid-prop.mjs +1 -1
  28. package/dist/jsx/{link-overlay.d.ts → link-overlay.d.mts} +3 -3
  29. package/dist/jsx/spacer.d.mts +10 -0
  30. package/dist/jsx/square.d.mts +10 -0
  31. package/dist/jsx/stack.d.mts +10 -0
  32. package/dist/jsx/txt.d.mts +10 -0
  33. package/dist/jsx/txt.mjs +14 -0
  34. package/dist/jsx/{visually-hidden.d.ts → visually-hidden.d.mts} +3 -3
  35. package/dist/jsx/vstack.d.mts +10 -0
  36. package/dist/jsx/wrap.d.mts +10 -0
  37. package/dist/patterns/{aspect-ratio.d.ts → aspect-ratio.d.mts} +5 -5
  38. package/dist/patterns/{bleed.d.ts → bleed.d.mts} +5 -5
  39. package/dist/patterns/{box.d.ts → box.d.mts} +5 -5
  40. package/dist/patterns/{center.d.ts → center.d.mts} +5 -5
  41. package/dist/patterns/{circle.d.ts → circle.d.mts} +5 -5
  42. package/dist/patterns/{container.d.ts → container.d.mts} +5 -5
  43. package/dist/patterns/{cq.d.ts → cq.d.mts} +5 -5
  44. package/dist/patterns/{divider.d.ts → divider.d.mts} +5 -5
  45. package/dist/patterns/{flex.d.ts → flex.d.mts} +5 -5
  46. package/dist/patterns/{float.d.ts → float.d.mts} +5 -5
  47. package/dist/patterns/{grid-item.d.ts → grid-item.d.mts} +5 -5
  48. package/dist/patterns/{grid.d.ts → grid.d.mts} +5 -5
  49. package/dist/patterns/{hstack.d.ts → hstack.d.mts} +5 -5
  50. package/dist/patterns/index.d.mts +22 -0
  51. package/dist/patterns/index.mjs +2 -1
  52. package/dist/patterns/{link-overlay.d.ts → link-overlay.d.mts} +5 -5
  53. package/dist/patterns/{spacer.d.ts → spacer.d.mts} +5 -5
  54. package/dist/patterns/{square.d.ts → square.d.mts} +5 -5
  55. package/dist/patterns/{stack.d.ts → stack.d.mts} +5 -5
  56. package/dist/patterns/txt.d.mts +24 -0
  57. package/dist/patterns/txt.mjs +28 -0
  58. package/dist/patterns/{visually-hidden.d.ts → visually-hidden.d.mts} +5 -5
  59. package/dist/patterns/{vstack.d.ts → vstack.d.mts} +5 -5
  60. package/dist/patterns/{wrap.d.ts → wrap.d.mts} +5 -5
  61. package/dist/recipes/{action-btn.d.ts → action-btn.d.mts} +2 -2
  62. package/dist/recipes/action-buttons.d.mts +33 -0
  63. package/dist/recipes/action-buttons.mjs +24 -0
  64. package/dist/recipes/{compound-node.d.ts → compound-node.d.mts} +12 -3
  65. package/dist/recipes/compound-node.mjs +5 -1
  66. package/dist/recipes/{edge-action-btn.d.ts → edge-action-btn.d.mts} +2 -2
  67. package/dist/recipes/{edge-label.d.ts → edge-label.d.mts} +2 -2
  68. package/dist/recipes/{edge-path.d.ts → edge-path.d.mts} +2 -2
  69. package/dist/recipes/{element-node-data.d.ts → element-node-data.d.mts} +10 -3
  70. package/dist/recipes/element-node-data.mjs +16 -2
  71. package/dist/recipes/{element-node.d.ts → element-node.d.mts} +2 -2
  72. package/dist/recipes/{element-shape-recipe.d.ts → element-shape-recipe.d.mts} +6 -2
  73. package/dist/recipes/element-shape-recipe.mjs +6 -1
  74. package/dist/recipes/index.d.mts +17 -0
  75. package/dist/recipes/index.mjs +2 -0
  76. package/dist/recipes/{likec4tag.d.ts → likec4tag.d.mts} +2 -2
  77. package/dist/recipes/{markdown-block.d.ts → markdown-block.d.mts} +2 -2
  78. package/dist/recipes/{navigation-link.d.ts → navigation-link.d.mts} +2 -2
  79. package/dist/recipes/{navigation-panel-action-icon.d.ts → navigation-panel-action-icon.d.mts} +2 -2
  80. package/dist/recipes/{navigation-panel.d.ts → navigation-panel.d.mts} +6 -2
  81. package/dist/recipes/navigation-panel.mjs +8 -2
  82. package/dist/recipes/node-notes.d.mts +34 -0
  83. package/dist/recipes/node-notes.mjs +31 -0
  84. package/dist/recipes/{overlay.d.ts → overlay.d.mts} +2 -2
  85. package/dist/tokens/{index.d.ts → index.d.mts} +2 -2
  86. package/dist/tokens/index.mjs +328 -184
  87. package/dist/tokens/tokens.d.mts +54 -0
  88. package/dist/types/{composition.d.ts → composition.d.mts} +4 -1
  89. package/dist/types/{conditions.d.ts → conditions.d.mts} +4 -6
  90. package/dist/types/{global.d.ts → global.d.mts} +5 -5
  91. package/dist/types/index.d.mts +8 -0
  92. package/dist/types/{jsx.d.ts → jsx.d.mts} +2 -2
  93. package/dist/types/{pattern.d.ts → pattern.d.mts} +2 -2
  94. package/dist/types/{prop-type.d.ts → prop-type.d.mts} +21 -5
  95. package/dist/types/{recipe.d.ts → recipe.d.mts} +2 -2
  96. package/dist/types/{selectors.d.ts → selectors.d.mts} +1 -1
  97. package/dist/types/{style-props.d.ts → style-props.d.mts} +59 -59
  98. package/dist/types/{system-types.d.ts → system-types.d.mts} +3 -3
  99. package/jsx/package.json +1 -1
  100. package/package.json +42 -34
  101. package/patterns/package.json +1 -1
  102. package/preset/_chunks/libs/@radix-ui/colors.mjs +3784 -0
  103. package/preset/_chunks/libs/pandacss-preset-radix-colors.mjs +147 -0
  104. package/preset/_chunks/libs/remeda.mjs +120 -0
  105. package/preset/_chunks/rolldown-runtime.mjs +11 -0
  106. package/preset/package.json +2 -2
  107. package/preset/preset.d.mts +1466 -0
  108. package/preset/preset.mjs +3943 -0
  109. package/recipes/package.json +1 -1
  110. package/tokens/package.json +1 -1
  111. package/types/package.json +1 -1
  112. package/vars/package.json +4 -0
  113. package/vars/vars.d.mts +417 -0
  114. package/vars/vars.mjs +415 -0
  115. package/dist/css/index.d.ts +0 -5
  116. package/dist/css/sva.d.ts +0 -4
  117. package/dist/jsx/bleed.d.ts +0 -10
  118. package/dist/jsx/box.d.ts +0 -10
  119. package/dist/jsx/center.d.ts +0 -10
  120. package/dist/jsx/circle.d.ts +0 -10
  121. package/dist/jsx/cq.d.ts +0 -10
  122. package/dist/jsx/divider.d.ts +0 -10
  123. package/dist/jsx/factory.d.ts +0 -3
  124. package/dist/jsx/flex.d.ts +0 -10
  125. package/dist/jsx/float.d.ts +0 -10
  126. package/dist/jsx/grid-item.d.ts +0 -10
  127. package/dist/jsx/grid.d.ts +0 -10
  128. package/dist/jsx/hstack.d.ts +0 -10
  129. package/dist/jsx/index.d.ts +0 -25
  130. package/dist/jsx/spacer.d.ts +0 -10
  131. package/dist/jsx/square.d.ts +0 -10
  132. package/dist/jsx/stack.d.ts +0 -10
  133. package/dist/jsx/vstack.d.ts +0 -10
  134. package/dist/jsx/wrap.d.ts +0 -10
  135. package/dist/patterns/index.d.ts +0 -21
  136. package/dist/preset.d.mts +0 -1232
  137. package/dist/preset.mjs +0 -7553
  138. package/dist/recipes/index.d.ts +0 -15
  139. package/dist/tokens/tokens.d.ts +0 -51
  140. package/dist/types/index.d.ts +0 -8
  141. package/panda.config.ts +0 -10
  142. package/preset.ts +0 -3
  143. /package/dist/css/{cx.d.ts → cx.d.mts} +0 -0
  144. /package/dist/jsx/{is-valid-prop.d.ts → is-valid-prop.d.mts} +0 -0
  145. /package/dist/types/{csstype.d.ts → csstype.d.mts} +0 -0
  146. /package/dist/types/{parts.d.ts → parts.d.mts} +0 -0
  147. /package/dist/types/{static-css.d.ts → static-css.d.mts} +0 -0
@@ -1,14 +1,14 @@
1
1
  /* eslint-disable */
2
- import type { ConditionalValue } from './conditions';
3
- import type { OnlyKnown, UtilityValues, WithEscapeHatch } from './prop-type';
4
- import type { CssProperties } from './system-types';
5
- import type { Token } from '../tokens/index';
2
+ import type { ConditionalValue } from './conditions.d.mts';
3
+ import type { OnlyKnown, UtilityValues, WithEscapeHatch } from './prop-type.d.mts';
4
+ import type { CssProperties } from './system-types.d.mts';
5
+ import type { Token } from '../tokens/index.d.mts';
6
6
 
7
7
  type AnyString = (string & {})
8
- type CssVars = "var(--likec4-text-size)" | "var(--likec4-palette-fill)" | "var(--likec4-palette-stroke)" | "var(--likec4-palette-hiContrast)" | "var(--likec4-palette-loContrast)" | "var(--likec4-palette-relation-stroke)" | "var(--likec4-palette-relation-label)" | "var(--likec4-palette-relation-label-bg)" | "var(--mantine-scale)" | "var(--likec4-palette-outline)" | "var(--likec4-spacing)" | "var(--text-fz)" | "var(--likec4-icon-size)"
8
+ type CssVars = "var(--likec4-app-font)" | "var(--likec4-spacing)" | "var(--likec4-text-size)" | "var(--likec4-palette-fill)" | "var(--likec4-palette-stroke)" | "var(--likec4-palette-hiContrast)" | "var(--likec4-palette-loContrast)" | "var(--likec4-palette-relation-stroke)" | "var(--likec4-palette-relation-label)" | "var(--likec4-palette-relation-label-bg)" | "var(--likec4-palette-relation-stroke-selected)" | "var(--mantine-scale)" | "var(--likec4-palette-outline)" | "var(--text-fz)" | "var(--likec4-icon-color)" | "var(--likec4-icon-size)"
9
9
  type CssVarValue = ConditionalValue<Token | CssVars | AnyString | (number & {})>
10
10
 
11
- type CssVarKeys = "--likec4-text-size" | "--likec4-palette-fill" | "--likec4-palette-stroke" | "--likec4-palette-hiContrast" | "--likec4-palette-loContrast" | "--likec4-palette-relation-stroke" | "--likec4-palette-relation-label" | "--likec4-palette-relation-label-bg" | "--mantine-scale" | "--likec4-palette-outline" | "--likec4-spacing" | "--text-fz" | "--likec4-icon-size" | `--${string}` & {}
11
+ type CssVarKeys = "--likec4-app-font" | "--likec4-spacing" | "--likec4-text-size" | "--likec4-palette-fill" | "--likec4-palette-stroke" | "--likec4-palette-hiContrast" | "--likec4-palette-loContrast" | "--likec4-palette-relation-stroke" | "--likec4-palette-relation-label" | "--likec4-palette-relation-label-bg" | "--likec4-palette-relation-stroke-selected" | "--mantine-scale" | "--likec4-palette-outline" | "--text-fz" | "--likec4-icon-color" | "--likec4-icon-size" | `--${string}` & {}
12
12
 
13
13
  export type CssVarProperties = {
14
14
  [key in CssVarKeys]?: CssVarValue
@@ -854,7 +854,7 @@ borderBlockEndStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["
854
854
  *
855
855
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
856
856
  */
857
- borderBlockEndWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderBlockEndWidth"]>>
857
+ borderBlockEndWidth?: ConditionalValue<UtilityValues["borderBlockEndWidth"] | CssVars | CssProperties["borderBlockEndWidth"]>
858
858
  /**
859
859
  * The **`border-block-start`** CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.
860
860
  *
@@ -908,7 +908,7 @@ borderBlockStartStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties
908
908
  *
909
909
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
910
910
  */
911
- borderBlockStartWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderBlockStartWidth"]>>
911
+ borderBlockStartWidth?: ConditionalValue<UtilityValues["borderBlockStartWidth"] | CssVars | CssProperties["borderBlockStartWidth"]>
912
912
  /**
913
913
  * The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
914
914
  *
@@ -936,7 +936,7 @@ borderBlockStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["bor
936
936
  *
937
937
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
938
938
  */
939
- borderBlockWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderBlockWidth"]>>
939
+ borderBlockWidth?: ConditionalValue<UtilityValues["borderBlockWidth"] | CssVars | CssProperties["borderBlockWidth"]>
940
940
  /**
941
941
  * The **`border-bottom`** shorthand CSS property sets an element's bottom border. It sets the values of `border-bottom-width`, `border-bottom-style` and `border-bottom-color`.
942
942
  *
@@ -977,7 +977,7 @@ borderBottomColor?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottom
977
977
  *
978
978
  * @see https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius
979
979
  */
980
- borderBottomLeftRadius?: ConditionalValue<UtilityValues["borderBottomLeftRadius"] | CssVars | CssProperties["borderBottomLeftRadius"]>
980
+ borderBottomLeftRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomLeftRadius"] | CssVars>>
981
981
  /**
982
982
  * The **`border-bottom-right-radius`** CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
983
983
  *
@@ -992,7 +992,7 @@ borderBottomLeftRadius?: ConditionalValue<UtilityValues["borderBottomLeftRadius"
992
992
  *
993
993
  * @see https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius
994
994
  */
995
- borderBottomRightRadius?: ConditionalValue<UtilityValues["borderBottomRightRadius"] | CssVars | CssProperties["borderBottomRightRadius"]>
995
+ borderBottomRightRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomRightRadius"] | CssVars>>
996
996
  /**
997
997
  * The **`border-bottom-style`** CSS property sets the line style of an element's bottom `border`.
998
998
  *
@@ -1020,7 +1020,7 @@ borderBottomStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["bo
1020
1020
  *
1021
1021
  * @see https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
1022
1022
  */
1023
- borderBottomWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderBottomWidth"]>>
1023
+ borderBottomWidth?: ConditionalValue<UtilityValues["borderBottomWidth"] | CssVars | CssProperties["borderBottomWidth"]>
1024
1024
  /**
1025
1025
  * The **`border-collapse`** CSS property sets whether cells inside a `<table>` have shared or separate borders.
1026
1026
  *
@@ -1060,7 +1060,7 @@ borderColor?: ConditionalValue<WithEscapeHatch<UtilityValues["borderColor"] | Cs
1060
1060
  *
1061
1061
  * @see https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius
1062
1062
  */
1063
- borderEndEndRadius?: ConditionalValue<UtilityValues["borderEndEndRadius"] | CssVars | CssProperties["borderEndEndRadius"]>
1063
+ borderEndEndRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndEndRadius"] | CssVars>>
1064
1064
  /**
1065
1065
  * The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
1066
1066
  *
@@ -1074,7 +1074,7 @@ borderEndEndRadius?: ConditionalValue<UtilityValues["borderEndEndRadius"] | CssV
1074
1074
  *
1075
1075
  * @see https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius
1076
1076
  */
1077
- borderEndStartRadius?: ConditionalValue<UtilityValues["borderEndStartRadius"] | CssVars | CssProperties["borderEndStartRadius"]>
1077
+ borderEndStartRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndStartRadius"] | CssVars>>
1078
1078
  /**
1079
1079
  * The **`border-image`** CSS property draws an image around a given element. It replaces the element's regular border.
1080
1080
  *
@@ -1240,7 +1240,7 @@ borderInlineEndStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties[
1240
1240
  *
1241
1241
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
1242
1242
  */
1243
- borderInlineEndWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineEndWidth"]>>
1243
+ borderInlineEndWidth?: ConditionalValue<UtilityValues["borderInlineEndWidth"] | CssVars | CssProperties["borderInlineEndWidth"]>
1244
1244
  /**
1245
1245
  * The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.
1246
1246
  *
@@ -1296,7 +1296,7 @@ borderInlineStartStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssPropertie
1296
1296
  *
1297
1297
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
1298
1298
  */
1299
- borderInlineStartWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineStartWidth"]>>
1299
+ borderInlineStartWidth?: ConditionalValue<UtilityValues["borderInlineStartWidth"] | CssVars | CssProperties["borderInlineStartWidth"]>
1300
1300
  /**
1301
1301
  * The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1302
1302
  *
@@ -1324,7 +1324,7 @@ borderInlineStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["bo
1324
1324
  *
1325
1325
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-width
1326
1326
  */
1327
- borderInlineWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineWidth"]>>
1327
+ borderInlineWidth?: ConditionalValue<UtilityValues["borderInlineWidth"] | CssVars | CssProperties["borderInlineWidth"]>
1328
1328
  /**
1329
1329
  * The **`border-left`** shorthand CSS property sets all the properties of an element's left border.
1330
1330
  *
@@ -1378,7 +1378,7 @@ borderLeftStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["bord
1378
1378
  *
1379
1379
  * @see https://developer.mozilla.org/docs/Web/CSS/border-left-width
1380
1380
  */
1381
- borderLeftWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderLeftWidth"]>>
1381
+ borderLeftWidth?: ConditionalValue<UtilityValues["borderLeftWidth"] | CssVars | CssProperties["borderLeftWidth"]>
1382
1382
  /**
1383
1383
  * The **`border-radius`** CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.
1384
1384
  *
@@ -1391,7 +1391,7 @@ borderLeftWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderLeftWidt
1391
1391
  *
1392
1392
  * @see https://developer.mozilla.org/docs/Web/CSS/border-radius
1393
1393
  */
1394
- borderRadius?: ConditionalValue<UtilityValues["borderRadius"] | CssVars | CssProperties["borderRadius"]>
1394
+ borderRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderRadius"] | CssVars>>
1395
1395
  /**
1396
1396
  * The **`border-right`** shorthand CSS property sets all the properties of an element's right border.
1397
1397
  *
@@ -1445,7 +1445,7 @@ borderRightStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["bor
1445
1445
  *
1446
1446
  * @see https://developer.mozilla.org/docs/Web/CSS/border-right-width
1447
1447
  */
1448
- borderRightWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderRightWidth"]>>
1448
+ borderRightWidth?: ConditionalValue<UtilityValues["borderRightWidth"] | CssVars | CssProperties["borderRightWidth"]>
1449
1449
  /**
1450
1450
  * The **`border-spacing`** CSS property sets the distance between the borders of adjacent cells in a `<table>`. This property applies only when `border-collapse` is `separate`.
1451
1451
  *
@@ -1473,7 +1473,7 @@ borderSpacing?: ConditionalValue<WithEscapeHatch<UtilityValues["borderSpacing"]
1473
1473
  *
1474
1474
  * @see https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius
1475
1475
  */
1476
- borderStartEndRadius?: ConditionalValue<UtilityValues["borderStartEndRadius"] | CssVars | CssProperties["borderStartEndRadius"]>
1476
+ borderStartEndRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartEndRadius"] | CssVars>>
1477
1477
  /**
1478
1478
  * The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
1479
1479
  *
@@ -1487,7 +1487,7 @@ borderStartEndRadius?: ConditionalValue<UtilityValues["borderStartEndRadius"] |
1487
1487
  *
1488
1488
  * @see https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius
1489
1489
  */
1490
- borderStartStartRadius?: ConditionalValue<UtilityValues["borderStartStartRadius"] | CssVars | CssProperties["borderStartStartRadius"]>
1490
+ borderStartStartRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartStartRadius"] | CssVars>>
1491
1491
  /**
1492
1492
  * The **`border-style`** shorthand CSS property sets the line style for all four sides of an element's border.
1493
1493
  *
@@ -1540,7 +1540,7 @@ borderTopColor?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopColor"
1540
1540
  *
1541
1541
  * @see https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius
1542
1542
  */
1543
- borderTopLeftRadius?: ConditionalValue<UtilityValues["borderTopLeftRadius"] | CssVars | CssProperties["borderTopLeftRadius"]>
1543
+ borderTopLeftRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopLeftRadius"] | CssVars>>
1544
1544
  /**
1545
1545
  * The **`border-top-right-radius`** CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
1546
1546
  *
@@ -1555,7 +1555,7 @@ borderTopLeftRadius?: ConditionalValue<UtilityValues["borderTopLeftRadius"] | Cs
1555
1555
  *
1556
1556
  * @see https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius
1557
1557
  */
1558
- borderTopRightRadius?: ConditionalValue<UtilityValues["borderTopRightRadius"] | CssVars | CssProperties["borderTopRightRadius"]>
1558
+ borderTopRightRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopRightRadius"] | CssVars>>
1559
1559
  /**
1560
1560
  * The **`border-top-style`** CSS property sets the line style of an element's top `border`.
1561
1561
  *
@@ -1583,7 +1583,7 @@ borderTopStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["borde
1583
1583
  *
1584
1584
  * @see https://developer.mozilla.org/docs/Web/CSS/border-top-width
1585
1585
  */
1586
- borderTopWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderTopWidth"]>>
1586
+ borderTopWidth?: ConditionalValue<UtilityValues["borderTopWidth"] | CssVars | CssProperties["borderTopWidth"]>
1587
1587
  /**
1588
1588
  * The **`border-width`** shorthand CSS property sets the width of an element's border.
1589
1589
  *
@@ -1595,7 +1595,7 @@ borderTopWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderTopWidth"
1595
1595
  *
1596
1596
  * @see https://developer.mozilla.org/docs/Web/CSS/border-width
1597
1597
  */
1598
- borderWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderWidth"]>>
1598
+ borderWidth?: ConditionalValue<UtilityValues["borderWidth"] | CssVars | CssProperties["borderWidth"]>
1599
1599
  /**
1600
1600
  * The **`bottom`** CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.
1601
1601
  *
@@ -2708,7 +2708,7 @@ fontVariationSettings?: ConditionalValue<WithEscapeHatch<CssProperties["fontVari
2708
2708
  *
2709
2709
  * @see https://developer.mozilla.org/docs/Web/CSS/font-weight
2710
2710
  */
2711
- fontWeight?: ConditionalValue<UtilityValues["fontWeight"] | CssVars | CssProperties["fontWeight"]>
2711
+ fontWeight?: ConditionalValue<WithEscapeHatch<UtilityValues["fontWeight"] | CssVars>>
2712
2712
  /**
2713
2713
  * The **`forced-color-adjust`** CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.
2714
2714
  *
@@ -4187,7 +4187,7 @@ outlineStyle?: ConditionalValue<WithEscapeHatch<CssVars | CssProperties["outline
4187
4187
  *
4188
4188
  * @see https://developer.mozilla.org/docs/Web/CSS/outline-width
4189
4189
  */
4190
- outlineWidth?: ConditionalValue<WithEscapeHatch<CssProperties["outlineWidth"]>>
4190
+ outlineWidth?: ConditionalValue<UtilityValues["outlineWidth"] | CssVars | CssProperties["outlineWidth"]>
4191
4191
  /**
4192
4192
  * The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.
4193
4193
  *
@@ -5340,7 +5340,7 @@ shapeOutside?: ConditionalValue<WithEscapeHatch<CssProperties["shapeOutside"]>>
5340
5340
  strokeLinejoin?: ConditionalValue<WithEscapeHatch<CssProperties["strokeLinejoin"]>>
5341
5341
  strokeMiterlimit?: ConditionalValue<WithEscapeHatch<CssProperties["strokeMiterlimit"]>>
5342
5342
  strokeOpacity?: ConditionalValue<WithEscapeHatch<CssProperties["strokeOpacity"]>>
5343
- strokeWidth?: ConditionalValue<WithEscapeHatch<CssProperties["strokeWidth"]>>
5343
+ strokeWidth?: ConditionalValue<UtilityValues["strokeWidth"] | CssVars | CssProperties["strokeWidth"]>
5344
5344
  /**
5345
5345
  * The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).
5346
5346
  *
@@ -6697,7 +6697,7 @@ marginStart?: ConditionalValue<WithEscapeHatch<UtilityValues["marginInlineStart"
6697
6697
  *
6698
6698
  * @see https://developer.mozilla.org/docs/Web/CSS/outline-width
6699
6699
  */
6700
- ringWidth?: ConditionalValue<WithEscapeHatch<CssProperties["outlineWidth"]>>
6700
+ ringWidth?: ConditionalValue<UtilityValues["outlineWidth"] | CssVars | CssProperties["outlineWidth"]>
6701
6701
  /**
6702
6702
  * The **`outline-color`** CSS property sets the color of an element's outline.
6703
6703
  *
@@ -7007,7 +7007,7 @@ bgSize?: ConditionalValue<WithEscapeHatch<CssProperties["backgroundSize"]>>
7007
7007
  *
7008
7008
  * @see https://developer.mozilla.org/docs/Web/CSS/border-radius
7009
7009
  */
7010
- rounded?: ConditionalValue<UtilityValues["borderRadius"] | CssVars | CssProperties["borderRadius"]>
7010
+ rounded?: ConditionalValue<WithEscapeHatch<UtilityValues["borderRadius"] | CssVars>>
7011
7011
  /**
7012
7012
  * The **`border-top-left-radius`** CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
7013
7013
  *
@@ -7022,7 +7022,7 @@ rounded?: ConditionalValue<UtilityValues["borderRadius"] | CssVars | CssProperti
7022
7022
  *
7023
7023
  * @see https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius
7024
7024
  */
7025
- roundedTopLeft?: ConditionalValue<UtilityValues["borderTopLeftRadius"] | CssVars | CssProperties["borderTopLeftRadius"]>
7025
+ roundedTopLeft?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopLeftRadius"] | CssVars>>
7026
7026
  /**
7027
7027
  * The **`border-top-right-radius`** CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
7028
7028
  *
@@ -7037,7 +7037,7 @@ roundedTopLeft?: ConditionalValue<UtilityValues["borderTopLeftRadius"] | CssVars
7037
7037
  *
7038
7038
  * @see https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius
7039
7039
  */
7040
- roundedTopRight?: ConditionalValue<UtilityValues["borderTopRightRadius"] | CssVars | CssProperties["borderTopRightRadius"]>
7040
+ roundedTopRight?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopRightRadius"] | CssVars>>
7041
7041
  /**
7042
7042
  * The **`border-bottom-right-radius`** CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
7043
7043
  *
@@ -7052,7 +7052,7 @@ roundedTopRight?: ConditionalValue<UtilityValues["borderTopRightRadius"] | CssVa
7052
7052
  *
7053
7053
  * @see https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius
7054
7054
  */
7055
- roundedBottomRight?: ConditionalValue<UtilityValues["borderBottomRightRadius"] | CssVars | CssProperties["borderBottomRightRadius"]>
7055
+ roundedBottomRight?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomRightRadius"] | CssVars>>
7056
7056
  /**
7057
7057
  * The **`border-bottom-left-radius`** CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
7058
7058
  *
@@ -7067,11 +7067,11 @@ roundedBottomRight?: ConditionalValue<UtilityValues["borderBottomRightRadius"] |
7067
7067
  *
7068
7068
  * @see https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius
7069
7069
  */
7070
- roundedBottomLeft?: ConditionalValue<UtilityValues["borderBottomLeftRadius"] | CssVars | CssProperties["borderBottomLeftRadius"]>
7071
- roundedTop?: ConditionalValue<UtilityValues["borderTopRadius"] | CssVars | CssProperties["borderTopRadius"]>
7072
- roundedRight?: ConditionalValue<UtilityValues["borderRightRadius"] | CssVars | CssProperties["borderRightRadius"]>
7073
- roundedBottom?: ConditionalValue<UtilityValues["borderBottomRadius"] | CssVars | CssProperties["borderBottomRadius"]>
7074
- roundedLeft?: ConditionalValue<UtilityValues["borderLeftRadius"] | CssVars | CssProperties["borderLeftRadius"]>
7070
+ roundedBottomLeft?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomLeftRadius"] | CssVars>>
7071
+ roundedTop?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopRadius"] | CssVars>>
7072
+ roundedRight?: ConditionalValue<WithEscapeHatch<UtilityValues["borderRightRadius"] | CssVars>>
7073
+ roundedBottom?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomRadius"] | CssVars>>
7074
+ roundedLeft?: ConditionalValue<WithEscapeHatch<UtilityValues["borderLeftRadius"] | CssVars>>
7075
7075
  /**
7076
7076
  * The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
7077
7077
  *
@@ -7085,7 +7085,7 @@ roundedBottomLeft?: ConditionalValue<UtilityValues["borderBottomLeftRadius"] | C
7085
7085
  *
7086
7086
  * @see https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius
7087
7087
  */
7088
- roundedStartStart?: ConditionalValue<UtilityValues["borderStartStartRadius"] | CssVars | CssProperties["borderStartStartRadius"]>
7088
+ roundedStartStart?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartStartRadius"] | CssVars>>
7089
7089
  /**
7090
7090
  * The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
7091
7091
  *
@@ -7099,8 +7099,8 @@ roundedStartStart?: ConditionalValue<UtilityValues["borderStartStartRadius"] | C
7099
7099
  *
7100
7100
  * @see https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius
7101
7101
  */
7102
- roundedStartEnd?: ConditionalValue<UtilityValues["borderStartEndRadius"] | CssVars | CssProperties["borderStartEndRadius"]>
7103
- roundedStart?: ConditionalValue<UtilityValues["borderStartRadius"] | CssVars | CssProperties["borderStartRadius"]>
7102
+ roundedStartEnd?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartEndRadius"] | CssVars>>
7103
+ roundedStart?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartRadius"] | CssVars>>
7104
7104
  /**
7105
7105
  * The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
7106
7106
  *
@@ -7114,7 +7114,7 @@ roundedStartEnd?: ConditionalValue<UtilityValues["borderStartEndRadius"] | CssVa
7114
7114
  *
7115
7115
  * @see https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius
7116
7116
  */
7117
- roundedEndStart?: ConditionalValue<UtilityValues["borderEndStartRadius"] | CssVars | CssProperties["borderEndStartRadius"]>
7117
+ roundedEndStart?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndStartRadius"] | CssVars>>
7118
7118
  /**
7119
7119
  * The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.
7120
7120
  *
@@ -7128,8 +7128,8 @@ roundedEndStart?: ConditionalValue<UtilityValues["borderEndStartRadius"] | CssVa
7128
7128
  *
7129
7129
  * @see https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius
7130
7130
  */
7131
- roundedEndEnd?: ConditionalValue<UtilityValues["borderEndEndRadius"] | CssVars | CssProperties["borderEndEndRadius"]>
7132
- roundedEnd?: ConditionalValue<UtilityValues["borderEndRadius"] | CssVars | CssProperties["borderEndRadius"]>
7131
+ roundedEndEnd?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndEndRadius"] | CssVars>>
7132
+ roundedEnd?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndRadius"] | CssVars>>
7133
7133
  /**
7134
7134
  * The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.
7135
7135
  *
@@ -7155,7 +7155,7 @@ borderX?: ConditionalValue<UtilityValues["borderInline"] | CssVars | CssProperti
7155
7155
  *
7156
7156
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-width
7157
7157
  */
7158
- borderXWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineWidth"]>>
7158
+ borderXWidth?: ConditionalValue<UtilityValues["borderInlineWidth"] | CssVars | CssProperties["borderInlineWidth"]>
7159
7159
  /**
7160
7160
  * The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
7161
7161
  *
@@ -7195,7 +7195,7 @@ borderY?: ConditionalValue<UtilityValues["borderBlock"] | CssVars | CssPropertie
7195
7195
  *
7196
7196
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
7197
7197
  */
7198
- borderYWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderBlockWidth"]>>
7198
+ borderYWidth?: ConditionalValue<UtilityValues["borderBlockWidth"] | CssVars | CssProperties["borderBlockWidth"]>
7199
7199
  /**
7200
7200
  * The **`border-block-color`** CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
7201
7201
  *
@@ -7235,7 +7235,7 @@ borderStart?: ConditionalValue<UtilityValues["borderInlineStart"] | CssVars | Cs
7235
7235
  *
7236
7236
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
7237
7237
  */
7238
- borderStartWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineStartWidth"]>>
7238
+ borderStartWidth?: ConditionalValue<UtilityValues["borderInlineStartWidth"] | CssVars | CssProperties["borderInlineStartWidth"]>
7239
7239
  /**
7240
7240
  * The **`border-inline-start-color`** CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
7241
7241
  *
@@ -7277,7 +7277,7 @@ borderEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars | CssPro
7277
7277
  *
7278
7278
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
7279
7279
  */
7280
- borderEndWidth?: ConditionalValue<WithEscapeHatch<CssProperties["borderInlineEndWidth"]>>
7280
+ borderEndWidth?: ConditionalValue<UtilityValues["borderInlineEndWidth"] | CssVars | CssProperties["borderInlineEndWidth"]>
7281
7281
  /**
7282
7282
  * The **`border-inline-end-color`** CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
7283
7283
  *
@@ -7366,10 +7366,10 @@ scrollPaddingX?: ConditionalValue<WithEscapeHatch<UtilityValues["scrollPaddingIn
7366
7366
  focusVisibleRing?: ConditionalValue<UtilityValues["focusVisibleRing"] | CssVars | CssProperties["focusVisibleRing"]>
7367
7367
  focusRingColor?: ConditionalValue<WithEscapeHatch<UtilityValues["focusRingColor"] | CssVars>>
7368
7368
  focusRingOffset?: ConditionalValue<WithEscapeHatch<UtilityValues["focusRingOffset"] | CssVars>>
7369
- focusRingWidth?: ConditionalValue<string | number | CssProperties["focusRingWidth"]>
7369
+ focusRingWidth?: ConditionalValue<UtilityValues["focusRingWidth"] | CssVars | CssProperties["focusRingWidth"]>
7370
7370
  focusRingStyle?: ConditionalValue<string | number | CssProperties["focusRingStyle"]>
7371
- divideX?: ConditionalValue<string | number | CssProperties["divideX"]>
7372
- divideY?: ConditionalValue<string | number | CssProperties["divideY"]>
7371
+ divideX?: ConditionalValue<UtilityValues["divideX"] | CssVars | CssProperties["divideX"]>
7372
+ divideY?: ConditionalValue<UtilityValues["divideY"] | CssVars | CssProperties["divideY"]>
7373
7373
  divideColor?: ConditionalValue<WithEscapeHatch<UtilityValues["divideColor"] | CssVars>>
7374
7374
  divideStyle?: ConditionalValue<string | number | CssProperties["divideStyle"]>
7375
7375
  boxSize?: ConditionalValue<UtilityValues["boxSize"] | CssVars | CssProperties["boxSize"]>
@@ -7386,12 +7386,12 @@ scrollPaddingX?: ConditionalValue<WithEscapeHatch<UtilityValues["scrollPaddingIn
7386
7386
  gradientTo?: ConditionalValue<WithEscapeHatch<UtilityValues["gradientTo"] | CssVars>>
7387
7387
  gradientVia?: ConditionalValue<WithEscapeHatch<UtilityValues["gradientVia"] | CssVars>>
7388
7388
  gradientViaPosition?: ConditionalValue<string | number | CssProperties["gradientViaPosition"]>
7389
- borderTopRadius?: ConditionalValue<UtilityValues["borderTopRadius"] | CssVars | CssProperties["borderTopRadius"]>
7390
- borderRightRadius?: ConditionalValue<UtilityValues["borderRightRadius"] | CssVars | CssProperties["borderRightRadius"]>
7391
- borderBottomRadius?: ConditionalValue<UtilityValues["borderBottomRadius"] | CssVars | CssProperties["borderBottomRadius"]>
7392
- borderLeftRadius?: ConditionalValue<UtilityValues["borderLeftRadius"] | CssVars | CssProperties["borderLeftRadius"]>
7393
- borderStartRadius?: ConditionalValue<UtilityValues["borderStartRadius"] | CssVars | CssProperties["borderStartRadius"]>
7394
- borderEndRadius?: ConditionalValue<UtilityValues["borderEndRadius"] | CssVars | CssProperties["borderEndRadius"]>
7389
+ borderTopRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderTopRadius"] | CssVars>>
7390
+ borderRightRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderRightRadius"] | CssVars>>
7391
+ borderBottomRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderBottomRadius"] | CssVars>>
7392
+ borderLeftRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderLeftRadius"] | CssVars>>
7393
+ borderStartRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderStartRadius"] | CssVars>>
7394
+ borderEndRadius?: ConditionalValue<WithEscapeHatch<UtilityValues["borderEndRadius"] | CssVars>>
7395
7395
  boxShadowColor?: ConditionalValue<WithEscapeHatch<UtilityValues["boxShadowColor"] | CssVars>>
7396
7396
  brightness?: ConditionalValue<string | number | CssProperties["brightness"]>
7397
7397
  contrast?: ConditionalValue<string | number | CssProperties["contrast"]>
@@ -7505,6 +7505,6 @@ scrollSnapMarginRight?: ConditionalValue<WithEscapeHatch<UtilityValues["scrollSn
7505
7505
  animationStyle?: ConditionalValue<UtilityValues["animationStyle"] | CssVars | CssProperties["animationStyle"]>
7506
7506
  }
7507
7507
 
7508
- type StrictTokenProps = "top" | "left" | "inset" | "insetInline" | "insetX" | "insetBlock" | "insetY" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetEnd" | "end" | "insetInlineStart" | "insetStart" | "start" | "right" | "bottom" | "gap" | "gridGap" | "gridRowGap" | "gridColumnGap" | "rowGap" | "columnGap" | "padding" | "p" | "paddingLeft" | "pl" | "paddingRight" | "pr" | "paddingTop" | "pt" | "paddingBottom" | "pb" | "paddingBlock" | "py" | "paddingY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingX" | "px" | "paddingInlineEnd" | "pe" | "paddingEnd" | "paddingInlineStart" | "ps" | "paddingStart" | "marginLeft" | "ml" | "marginRight" | "mr" | "marginTop" | "mt" | "marginBottom" | "mb" | "margin" | "m" | "marginBlock" | "my" | "marginY" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "mx" | "marginX" | "marginInlineEnd" | "me" | "marginEnd" | "marginInlineStart" | "ms" | "marginStart" | "spaceX" | "spaceY" | "outlineColor" | "ringColor" | "outlineOffset" | "ringOffset" | "focusRingColor" | "focusRingOffset" | "divideColor" | "color" | "fontFamily" | "textDecorationColor" | "textEmphasisColor" | "textIndent" | "textShadowColor" | "WebkitTextFillColor" | "background" | "bg" | "backgroundColor" | "bgColor" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderColor" | "borderInlineColor" | "borderXColor" | "borderBlockColor" | "borderYColor" | "borderLeftColor" | "borderInlineStartColor" | "borderStartColor" | "borderRightColor" | "borderInlineEndColor" | "borderEndColor" | "borderTopColor" | "borderBottomColor" | "borderBlockEndColor" | "borderBlockStartColor" | "boxShadowColor" | "shadowColor" | "borderSpacing" | "borderSpacingX" | "borderSpacingY" | "transitionTimingFunction" | "animationTimingFunction" | "translateX" | "x" | "translateY" | "y" | "translateZ" | "z" | "accentColor" | "caretColor" | "scrollbarColor" | "scrollMargin" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginBlock" | "scrollMarginY" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginX" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingY" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingInline" | "scrollPaddingX" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "fill" | "stroke"
7508
+ type StrictTokenProps = "top" | "left" | "inset" | "insetInline" | "insetX" | "insetBlock" | "insetY" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetEnd" | "end" | "insetInlineStart" | "insetStart" | "start" | "right" | "bottom" | "gap" | "gridGap" | "gridRowGap" | "gridColumnGap" | "rowGap" | "columnGap" | "padding" | "p" | "paddingLeft" | "pl" | "paddingRight" | "pr" | "paddingTop" | "pt" | "paddingBottom" | "pb" | "paddingBlock" | "py" | "paddingY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingX" | "px" | "paddingInlineEnd" | "pe" | "paddingEnd" | "paddingInlineStart" | "ps" | "paddingStart" | "marginLeft" | "ml" | "marginRight" | "mr" | "marginTop" | "mt" | "marginBottom" | "mb" | "margin" | "m" | "marginBlock" | "my" | "marginY" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "mx" | "marginX" | "marginInlineEnd" | "me" | "marginEnd" | "marginInlineStart" | "ms" | "marginStart" | "spaceX" | "spaceY" | "outlineColor" | "ringColor" | "outlineOffset" | "ringOffset" | "focusRingColor" | "focusRingOffset" | "divideColor" | "color" | "fontFamily" | "fontWeight" | "textDecorationColor" | "textEmphasisColor" | "textIndent" | "textShadowColor" | "WebkitTextFillColor" | "background" | "bg" | "backgroundColor" | "bgColor" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderRadius" | "rounded" | "borderTopLeftRadius" | "roundedTopLeft" | "borderTopRightRadius" | "roundedTopRight" | "borderBottomRightRadius" | "roundedBottomRight" | "borderBottomLeftRadius" | "roundedBottomLeft" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "borderStartStartRadius" | "roundedStartStart" | "borderStartEndRadius" | "roundedStartEnd" | "borderStartRadius" | "roundedStart" | "borderEndStartRadius" | "roundedEndStart" | "borderEndEndRadius" | "roundedEndEnd" | "borderEndRadius" | "roundedEnd" | "borderColor" | "borderInlineColor" | "borderXColor" | "borderBlockColor" | "borderYColor" | "borderLeftColor" | "borderInlineStartColor" | "borderStartColor" | "borderRightColor" | "borderInlineEndColor" | "borderEndColor" | "borderTopColor" | "borderBottomColor" | "borderBlockEndColor" | "borderBlockStartColor" | "boxShadowColor" | "shadowColor" | "borderSpacing" | "borderSpacingX" | "borderSpacingY" | "transitionTimingFunction" | "animationTimingFunction" | "translateX" | "x" | "translateY" | "y" | "translateZ" | "z" | "accentColor" | "caretColor" | "scrollbarColor" | "scrollMargin" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginBlock" | "scrollMarginY" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginX" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingY" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingInline" | "scrollPaddingX" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "fill" | "stroke"
7509
7509
 
7510
7510
  type Restrict<Key, Value, Fallback> = Key extends StrictTokenProps ? Value : Value | Fallback
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
- import type { ConditionalValue, Nested } from './conditions';
3
- import type { AtRule, Globals, PropertiesFallback } from './csstype';
4
- import type { SystemProperties, CssVarProperties } from './style-props';
2
+ import type { ConditionalValue, Nested } from './conditions.d.mts';
3
+ import type { AtRule, Globals, PropertiesFallback } from './csstype.d.mts';
4
+ import type { SystemProperties, CssVarProperties } from './style-props.d.mts';
5
5
 
6
6
  type String = string & {}
7
7
  type Number = number & {}
package/jsx/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "types": "../dist/jsx/index.d.ts",
2
+ "types": "../dist/jsx/index.d.mts",
3
3
  "module": "../dist/jsx/index.mjs"
4
4
  }
package/package.json CHANGED
@@ -2,15 +2,14 @@
2
2
  "name": "@likec4/styles",
3
3
  "description": "Shared PandaCSS preset and generated styles, used in LikeC4",
4
4
  "license": "MIT",
5
- "version": "1.47.0",
5
+ "version": "1.49.0",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
8
8
  "author": "Denis Davydkov <denis@davydkov.com>",
9
9
  "files": [
10
10
  "dist",
11
- "*.mts",
12
- "*.mjs",
13
- "*.ts",
11
+ "**/*.mts",
12
+ "**/*.mjs",
14
13
  "**/package.json",
15
14
  "!build.config.ts"
16
15
  ],
@@ -24,32 +23,30 @@
24
23
  "access": "public"
25
24
  },
26
25
  "type": "module",
27
- "types": "dist/types/index.d.ts",
28
- "module": "dist/types/index.mjs",
29
26
  "sideEffects": false,
30
27
  "exports": {
31
28
  ".": {
32
- "types": "./dist/types/index.d.ts",
29
+ "types": "./dist/types/index.d.mts",
33
30
  "default": "./dist/types/index.mjs"
34
31
  },
35
32
  "./css": {
36
- "types": "./dist/css/index.d.ts",
33
+ "types": "./dist/css/index.d.mts",
37
34
  "default": "./dist/css/index.mjs"
38
35
  },
39
36
  "./tokens": {
40
- "types": "./dist/tokens/index.d.ts",
37
+ "types": "./dist/tokens/index.d.mts",
41
38
  "default": "./dist/tokens/index.mjs"
42
39
  },
43
40
  "./types": {
44
- "types": "./dist/types/index.d.ts",
41
+ "types": "./dist/types/index.d.mts",
45
42
  "default": "./dist/types/index.mjs"
46
43
  },
47
44
  "./patterns": {
48
- "types": "./dist/patterns/index.d.ts",
45
+ "types": "./dist/patterns/index.d.mts",
49
46
  "default": "./dist/patterns/index.mjs"
50
47
  },
51
48
  "./jsx": {
52
- "types": "./dist/jsx/index.d.ts",
49
+ "types": "./dist/jsx/index.d.mts",
53
50
  "default": "./dist/jsx/index.mjs"
54
51
  },
55
52
  "./postcss": {
@@ -57,57 +54,68 @@
57
54
  "default": "./postcss.mjs"
58
55
  },
59
56
  "./recipes": {
60
- "types": "./dist/recipes/index.d.ts",
57
+ "types": "./dist/recipes/index.d.mts",
61
58
  "default": "./dist/recipes/index.mjs"
62
59
  },
63
60
  "./preset": {
64
61
  "sources": "./preset.ts",
65
62
  "default": {
66
- "types": "./dist/preset.d.mts",
67
- "import": "./dist/preset.mjs",
68
- "default": "./dist/preset.mjs"
63
+ "types": "./preset/preset.d.mts",
64
+ "default": "./preset/preset.mjs"
69
65
  }
70
66
  },
71
- "./dev": "./dev.ts"
67
+ "./vars": {
68
+ "sources": "./vars.ts",
69
+ "default": {
70
+ "types": "./vars/vars.d.mts",
71
+ "default": "./vars/vars.mjs"
72
+ }
73
+ },
74
+ "./dev": {
75
+ "types": "./dev.d.mts",
76
+ "default": "./dev.mjs"
77
+ }
78
+ },
79
+ "dependencies": {
80
+ "@pandacss/types": "^1.8.1"
72
81
  },
73
82
  "peerDependencies": {
74
- "@pandacss/dev": "^1.7.2",
75
- "@pandacss/types": "^1.7.2",
76
- "react": "^18.x || ^19.x",
77
- "@types/react": "^18.x || ^19.x"
83
+ "@pandacss/dev": "^1.8.1",
84
+ "react": "^18.x || ^19.x"
78
85
  },
79
86
  "peerDependenciesMeta": {
80
- "@pandacss/types": {
87
+ "@pandacss/dev": {
81
88
  "optional": true
82
89
  },
83
- "@types/react": {
90
+ "react": {
84
91
  "optional": true
85
92
  }
86
93
  },
87
94
  "devDependencies": {
88
- "@types/node": "~22.19.3",
95
+ "@types/node": "~22.19.10",
89
96
  "@pandabox/panda-plugins": "^0.0.8",
90
97
  "@pandabox/utils": "^0.0.5",
91
98
  "@pandabox/unplugin": "^0.2.2",
92
- "@pandacss/dev": "^1.7.2",
93
- "@pandacss/types": "^1.7.2",
99
+ "@pandacss/dev": "^1.8.1",
94
100
  "@types/picomatch": "^4.0.2",
95
- "@types/react": "19.2.7",
96
- "@types/react-dom": "19.2.3",
101
+ "@types/react": "19.2.13",
97
102
  "postcss": "8.5.6",
103
+ "remeda": "^2.33.5",
98
104
  "nano-spawn": "^2.0.0",
99
- "unbuild": "3.5.0",
105
+ "obuild": "^0.4.27",
100
106
  "typescript": "5.9.3",
101
- "@likec4/style-preset": "1.47.0",
107
+ "@likec4/style-preset": "1.49.0",
102
108
  "@likec4/devops": "1.42.0",
103
- "@likec4/tsconfig": "1.46.1"
109
+ "@likec4/tsconfig": "1.49.0"
104
110
  },
105
111
  "scripts": {
106
- "typecheck": "tsc --build --verbose",
107
- "generate": "unbuild",
112
+ "typecheck": "tsc --noEmit",
113
+ "generate": "obuild",
108
114
  "emit-pkg": "panda emit-pkg --base dist",
109
115
  "clean": "likec4ops clean",
110
116
  "pack": "pnpm pack",
111
117
  "lint:package": "pnpx publint ./package.tgz"
112
- }
118
+ },
119
+ "types": "dist/types/index.d.mts",
120
+ "module": "dist/types/index.mjs"
113
121
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "types": "../dist/patterns/index.d.ts",
2
+ "types": "../dist/patterns/index.d.mts",
3
3
  "module": "../dist/patterns/index.mjs"
4
4
  }