@dynatrace/strato-components 1.5.1 → 1.6.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 (316) hide show
  1. package/buttons/button/Button.css +16 -16
  2. package/buttons/button/Button.d.ts +4 -4
  3. package/buttons/button/Button.js +47 -34
  4. package/buttons/button/Button.sty.js +4 -4
  5. package/buttons/button/Label.d.ts +2 -2
  6. package/buttons/button/Label.js +6 -5
  7. package/buttons/button/Prefix.d.ts +2 -2
  8. package/buttons/button/Prefix.js +6 -15
  9. package/buttons/button/Suffix.d.ts +3 -3
  10. package/buttons/button/Suffix.js +6 -15
  11. package/buttons/intent-button/IntentButton.d.ts +2 -2
  12. package/buttons/intent-button/IntentButton.js +16 -21
  13. package/buttons/intent-button/useIntentButton.d.ts +4 -3
  14. package/content/progress/ProgressBar.css +71 -71
  15. package/content/progress/ProgressBar.d.ts +4 -5
  16. package/content/progress/ProgressBar.js +49 -41
  17. package/content/progress/ProgressBar.sty.js +5 -5
  18. package/content/progress/ProgressBarIcon.css +2 -2
  19. package/content/progress/ProgressBarIcon.d.ts +1 -2
  20. package/content/progress/ProgressBarIcon.js +6 -5
  21. package/content/progress/ProgressBarIcon.sty.js +1 -1
  22. package/content/progress/ProgressBarLabel.css +3 -3
  23. package/content/progress/ProgressBarLabel.d.ts +1 -2
  24. package/content/progress/ProgressBarLabel.js +6 -5
  25. package/content/progress/ProgressBarLabel.sty.js +1 -1
  26. package/content/progress/ProgressBarValue.css +5 -5
  27. package/content/progress/ProgressBarValue.d.ts +1 -2
  28. package/content/progress/ProgressBarValue.js +6 -5
  29. package/content/progress/ProgressBarValue.sty.js +1 -1
  30. package/content/progress/ProgressCircle.css +40 -40
  31. package/content/progress/ProgressCircle.d.ts +1 -2
  32. package/content/progress/ProgressCircle.js +60 -55
  33. package/content/progress/ProgressCircle.sty.js +5 -5
  34. package/content/progress/contexts/SharedProgressBarPropsContext.d.ts +1 -2
  35. package/content/progress/contexts/SharedProgressBarPropsContext.js +2 -12
  36. package/content/skeleton/Skeleton.css +6 -6
  37. package/content/skeleton/Skeleton.d.ts +2 -2
  38. package/content/skeleton/Skeleton.js +6 -5
  39. package/content/skeleton/Skeleton.sty.js +1 -1
  40. package/content/skeleton/SkeletonText.d.ts +2 -2
  41. package/content/skeleton/SkeletonText.js +9 -18
  42. package/core/components/app-root/AppRoot.d.ts +3 -3
  43. package/core/components/app-root/AppRoot.js +15 -24
  44. package/core/components/focus-scope/FocusScope.d.ts +1 -2
  45. package/core/components/focus-scope/FocusScope.js +6 -15
  46. package/core/hooks/useFontsUpdated.js +1 -1
  47. package/core/hooks/useMergeRefs.d.ts +2 -2
  48. package/core/providers/FocusProvider.d.ts +1 -2
  49. package/core/providers/FocusProvider.js +6 -15
  50. package/core/styles/focusRing.css +66 -66
  51. package/core/styles/focusRing.sty.js +2 -2
  52. package/core/styles/useFocusRing.d.ts +3 -3
  53. package/core/types/polymorph.d.ts +1 -1
  54. package/core/types/styling-props.d.ts +1 -1
  55. package/core/types/with-children.d.ts +1 -1
  56. package/core/utils/_is-string-children.d.ts +2 -2
  57. package/core/utils/_is-string-children.js +2 -12
  58. package/core/utils/colorUtils.css +60 -60
  59. package/core/utils/colorUtils.sty.js +2 -2
  60. package/esm/buttons/button/Button.css +16 -16
  61. package/esm/buttons/button/Button.js +49 -35
  62. package/esm/buttons/button/Button.js.map +2 -2
  63. package/esm/buttons/button/Button.sty.js +4 -4
  64. package/esm/buttons/button/Button.sty.js.map +1 -1
  65. package/esm/buttons/button/Label.js +6 -5
  66. package/esm/buttons/button/Label.js.map +2 -2
  67. package/esm/buttons/button/Prefix.js +6 -5
  68. package/esm/buttons/button/Prefix.js.map +2 -2
  69. package/esm/buttons/button/Suffix.js +6 -5
  70. package/esm/buttons/button/Suffix.js.map +2 -2
  71. package/esm/buttons/intent-button/IntentButton.js +16 -11
  72. package/esm/buttons/intent-button/IntentButton.js.map +2 -2
  73. package/esm/buttons/intent-button/useIntentButton.js +4 -1
  74. package/esm/buttons/intent-button/useIntentButton.js.map +2 -2
  75. package/esm/content/progress/ProgressBar.css +71 -71
  76. package/esm/content/progress/ProgressBar.js +53 -41
  77. package/esm/content/progress/ProgressBar.js.map +2 -2
  78. package/esm/content/progress/ProgressBar.sty.js +5 -5
  79. package/esm/content/progress/ProgressBar.sty.js.map +1 -1
  80. package/esm/content/progress/ProgressBarIcon.css +2 -2
  81. package/esm/content/progress/ProgressBarIcon.js +6 -5
  82. package/esm/content/progress/ProgressBarIcon.js.map +2 -2
  83. package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
  84. package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
  85. package/esm/content/progress/ProgressBarLabel.css +3 -3
  86. package/esm/content/progress/ProgressBarLabel.js +6 -5
  87. package/esm/content/progress/ProgressBarLabel.js.map +2 -2
  88. package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
  89. package/esm/content/progress/ProgressBarLabel.sty.js.map +1 -1
  90. package/esm/content/progress/ProgressBarValue.css +5 -5
  91. package/esm/content/progress/ProgressBarValue.js +6 -5
  92. package/esm/content/progress/ProgressBarValue.js.map +2 -2
  93. package/esm/content/progress/ProgressBarValue.sty.js +1 -1
  94. package/esm/content/progress/ProgressBarValue.sty.js.map +1 -1
  95. package/esm/content/progress/ProgressCircle.css +40 -40
  96. package/esm/content/progress/ProgressCircle.js +60 -55
  97. package/esm/content/progress/ProgressCircle.js.map +2 -2
  98. package/esm/content/progress/ProgressCircle.sty.js +5 -5
  99. package/esm/content/progress/ProgressCircle.sty.js.map +1 -1
  100. package/esm/content/progress/contexts/SharedProgressBarPropsContext.js +2 -2
  101. package/esm/content/progress/contexts/SharedProgressBarPropsContext.js.map +2 -2
  102. package/esm/content/skeleton/Skeleton.css +6 -6
  103. package/esm/content/skeleton/Skeleton.js +6 -5
  104. package/esm/content/skeleton/Skeleton.js.map +2 -2
  105. package/esm/content/skeleton/Skeleton.sty.js +1 -1
  106. package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
  107. package/esm/content/skeleton/SkeletonText.js +9 -8
  108. package/esm/content/skeleton/SkeletonText.js.map +2 -2
  109. package/esm/core/components/app-root/AppRoot.js +15 -14
  110. package/esm/core/components/app-root/AppRoot.js.map +2 -2
  111. package/esm/core/components/focus-scope/FocusScope.js +6 -5
  112. package/esm/core/components/focus-scope/FocusScope.js.map +2 -2
  113. package/esm/core/hooks/useFontsUpdated.js +1 -1
  114. package/esm/core/hooks/useFontsUpdated.js.map +2 -2
  115. package/esm/core/hooks/useMergeRefs.js +3 -1
  116. package/esm/core/hooks/useMergeRefs.js.map +2 -2
  117. package/esm/core/providers/FocusProvider.js +6 -5
  118. package/esm/core/providers/FocusProvider.js.map +2 -2
  119. package/esm/core/styles/focusRing.css +66 -66
  120. package/esm/core/styles/focusRing.sty.js +2 -2
  121. package/esm/core/styles/focusRing.sty.js.map +1 -1
  122. package/esm/core/styles/useFocusRing.js.map +1 -1
  123. package/esm/core/utils/_is-string-children.js +2 -2
  124. package/esm/core/utils/_is-string-children.js.map +2 -2
  125. package/esm/core/utils/colorUtils.css +60 -60
  126. package/esm/core/utils/colorUtils.sty.js +2 -2
  127. package/esm/core/utils/colorUtils.sty.js.map +1 -1
  128. package/esm/layouts/container/Container.css +4 -4
  129. package/esm/layouts/container/Container.js +7 -6
  130. package/esm/layouts/container/Container.js.map +2 -2
  131. package/esm/layouts/container/Container.sty.js +1 -1
  132. package/esm/layouts/container/Container.sty.js.map +1 -1
  133. package/esm/layouts/divider/Divider.css +6 -6
  134. package/esm/layouts/divider/Divider.js +3 -2
  135. package/esm/layouts/divider/Divider.js.map +2 -2
  136. package/esm/layouts/divider/Divider.sty.js +1 -1
  137. package/esm/layouts/divider/Divider.sty.js.map +1 -1
  138. package/esm/layouts/flex/Flex.js +6 -5
  139. package/esm/layouts/flex/Flex.js.map +2 -2
  140. package/esm/layouts/grid/Grid.js +6 -5
  141. package/esm/layouts/grid/Grid.js.map +2 -2
  142. package/esm/layouts/surface/Surface.css +39 -39
  143. package/esm/layouts/surface/Surface.js +17 -14
  144. package/esm/layouts/surface/Surface.js.map +2 -2
  145. package/esm/layouts/surface/Surface.sty.js +2 -2
  146. package/esm/layouts/surface/Surface.sty.js.map +1 -1
  147. package/esm/layouts/surface/variables.sty.js +1 -1
  148. package/esm/layouts/surface/variables.sty.js.map +1 -1
  149. package/esm/styles/colorUtils.css +60 -60
  150. package/esm/styles/colorUtils.sty.js +2 -2
  151. package/esm/styles/colorUtils.sty.js.map +1 -1
  152. package/esm/styles/container.css +47 -47
  153. package/esm/styles/container.sty.js +2 -2
  154. package/esm/styles/container.sty.js.map +1 -1
  155. package/esm/styles/ellipsis.css +1 -1
  156. package/esm/styles/ellipsis.sty.js +1 -1
  157. package/esm/styles/ellipsis.sty.js.map +1 -1
  158. package/esm/styles/field.css +153 -153
  159. package/esm/styles/field.sty.js +2 -2
  160. package/esm/styles/field.sty.js.map +1 -1
  161. package/esm/styles/getFlexStyles.js.map +1 -1
  162. package/esm/styles/getGridStyles.js.map +1 -1
  163. package/esm/styles/getLayoutSizeStyles.js.map +1 -1
  164. package/esm/styles/sprinkles.css +262 -262
  165. package/esm/styles/sprinkles.sty.js +1 -1
  166. package/esm/styles/sprinkles.sty.js.map +1 -1
  167. package/esm/styles/textStyle.css +8 -8
  168. package/esm/styles/textStyle.sty.js +1 -1
  169. package/esm/styles/textStyle.sty.js.map +1 -1
  170. package/esm/typography/block-quote/Blockquote.css +2 -2
  171. package/esm/typography/block-quote/Blockquote.js +6 -5
  172. package/esm/typography/block-quote/Blockquote.js.map +2 -2
  173. package/esm/typography/block-quote/Blockquote.sty.js +1 -1
  174. package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
  175. package/esm/typography/code/Code.css +1 -1
  176. package/esm/typography/code/Code.js +6 -5
  177. package/esm/typography/code/Code.js.map +2 -2
  178. package/esm/typography/code/Code.sty.js +1 -1
  179. package/esm/typography/code/Code.sty.js.map +1 -1
  180. package/esm/typography/emphasis/Emphasis.css +1 -1
  181. package/esm/typography/emphasis/Emphasis.js +6 -5
  182. package/esm/typography/emphasis/Emphasis.js.map +2 -2
  183. package/esm/typography/emphasis/Emphasis.sty.js +1 -1
  184. package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
  185. package/esm/typography/external-link/ExternalLink.css +6 -6
  186. package/esm/typography/external-link/ExternalLink.js +22 -16
  187. package/esm/typography/external-link/ExternalLink.js.map +2 -2
  188. package/esm/typography/external-link/ExternalLink.sty.js +1 -1
  189. package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
  190. package/esm/typography/heading/Heading.css +7 -7
  191. package/esm/typography/heading/Heading.js +6 -5
  192. package/esm/typography/heading/Heading.js.map +2 -2
  193. package/esm/typography/heading/Heading.sty.js +1 -1
  194. package/esm/typography/heading/Heading.sty.js.map +1 -1
  195. package/esm/typography/highlight/Highlight.css +1 -1
  196. package/esm/typography/highlight/Highlight.js +31 -18
  197. package/esm/typography/highlight/Highlight.js.map +3 -3
  198. package/esm/typography/highlight/Highlight.sty.js +1 -1
  199. package/esm/typography/highlight/Highlight.sty.js.map +1 -1
  200. package/esm/typography/link/Link.css +4 -4
  201. package/esm/typography/link/Link.js +6 -5
  202. package/esm/typography/link/Link.js.map +2 -2
  203. package/esm/typography/link/Link.sty.js +1 -1
  204. package/esm/typography/link/Link.sty.js.map +1 -1
  205. package/esm/typography/list/List.css +4 -4
  206. package/esm/typography/list/List.js +14 -9
  207. package/esm/typography/list/List.js.map +2 -2
  208. package/esm/typography/list/List.sty.js +2 -2
  209. package/esm/typography/list/List.sty.js.map +1 -1
  210. package/esm/typography/paragraph/Paragraph.css +3 -3
  211. package/esm/typography/paragraph/Paragraph.js +6 -5
  212. package/esm/typography/paragraph/Paragraph.js.map +2 -2
  213. package/esm/typography/paragraph/Paragraph.sty.js +1 -1
  214. package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
  215. package/esm/typography/strikethrough/Strikethrough.css +1 -1
  216. package/esm/typography/strikethrough/Strikethrough.js +6 -5
  217. package/esm/typography/strikethrough/Strikethrough.js.map +2 -2
  218. package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
  219. package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
  220. package/esm/typography/strong/Strong.css +1 -1
  221. package/esm/typography/strong/Strong.js +6 -5
  222. package/esm/typography/strong/Strong.js.map +2 -2
  223. package/esm/typography/strong/Strong.sty.js +1 -1
  224. package/esm/typography/strong/Strong.sty.js.map +1 -1
  225. package/esm/typography/text/Text.css +3 -3
  226. package/esm/typography/text/Text.js +6 -5
  227. package/esm/typography/text/Text.js.map +2 -2
  228. package/esm/typography/text/Text.sty.js +1 -1
  229. package/esm/typography/text/Text.sty.js.map +1 -1
  230. package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
  231. package/esm/typography/text-ellipsis/TextEllipsis.js +12 -11
  232. package/esm/typography/text-ellipsis/TextEllipsis.js.map +2 -2
  233. package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
  234. package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +1 -1
  235. package/layouts/container/Container.css +4 -4
  236. package/layouts/container/Container.js +7 -6
  237. package/layouts/container/Container.sty.js +1 -1
  238. package/layouts/divider/Divider.css +6 -6
  239. package/layouts/divider/Divider.d.ts +1 -2
  240. package/layouts/divider/Divider.js +3 -2
  241. package/layouts/divider/Divider.sty.js +1 -1
  242. package/layouts/flex/Flex.js +6 -5
  243. package/layouts/grid/Grid.d.ts +1 -1
  244. package/layouts/grid/Grid.js +6 -5
  245. package/layouts/surface/Surface.css +39 -39
  246. package/layouts/surface/Surface.js +17 -14
  247. package/layouts/surface/Surface.sty.js +2 -2
  248. package/layouts/surface/variables.sty.js +1 -1
  249. package/layouts/types/layout.types.d.ts +1 -1
  250. package/package.json +2 -2
  251. package/styles/colorUtils.css +60 -60
  252. package/styles/colorUtils.sty.js +2 -2
  253. package/styles/container.css +47 -47
  254. package/styles/container.sty.js +2 -2
  255. package/styles/ellipsis.css +1 -1
  256. package/styles/ellipsis.sty.js +1 -1
  257. package/styles/field.css +153 -153
  258. package/styles/field.sty.js +2 -2
  259. package/styles/getFlexStyles.d.ts +17 -17
  260. package/styles/getGridStyles.d.ts +22 -22
  261. package/styles/getLayoutSizeStyles.d.ts +1 -1
  262. package/styles/sprinkles.css +262 -262
  263. package/styles/sprinkles.sty.js +1 -1
  264. package/styles/textStyle.css +8 -8
  265. package/styles/textStyle.sty.js +1 -1
  266. package/typography/block-quote/Blockquote.css +2 -2
  267. package/typography/block-quote/Blockquote.d.ts +1 -2
  268. package/typography/block-quote/Blockquote.js +6 -5
  269. package/typography/block-quote/Blockquote.sty.js +1 -1
  270. package/typography/code/Code.css +1 -1
  271. package/typography/code/Code.d.ts +1 -2
  272. package/typography/code/Code.js +6 -5
  273. package/typography/code/Code.sty.js +1 -1
  274. package/typography/emphasis/Emphasis.css +1 -1
  275. package/typography/emphasis/Emphasis.d.ts +1 -2
  276. package/typography/emphasis/Emphasis.js +6 -5
  277. package/typography/emphasis/Emphasis.sty.js +1 -1
  278. package/typography/external-link/ExternalLink.css +6 -6
  279. package/typography/external-link/ExternalLink.d.ts +2 -2
  280. package/typography/external-link/ExternalLink.js +22 -16
  281. package/typography/external-link/ExternalLink.sty.js +1 -1
  282. package/typography/heading/Heading.css +7 -7
  283. package/typography/heading/Heading.d.ts +1 -2
  284. package/typography/heading/Heading.js +6 -5
  285. package/typography/heading/Heading.sty.js +1 -1
  286. package/typography/highlight/Highlight.css +1 -1
  287. package/typography/highlight/Highlight.d.ts +1 -1
  288. package/typography/highlight/Highlight.js +21 -17
  289. package/typography/highlight/Highlight.sty.js +1 -1
  290. package/typography/link/Link.css +4 -4
  291. package/typography/link/Link.d.ts +1 -1
  292. package/typography/link/Link.js +6 -5
  293. package/typography/link/Link.sty.js +1 -1
  294. package/typography/list/List.css +4 -4
  295. package/typography/list/List.d.ts +1 -2
  296. package/typography/list/List.js +10 -9
  297. package/typography/list/List.sty.js +2 -2
  298. package/typography/paragraph/Paragraph.css +3 -3
  299. package/typography/paragraph/Paragraph.d.ts +1 -2
  300. package/typography/paragraph/Paragraph.js +6 -5
  301. package/typography/paragraph/Paragraph.sty.js +1 -1
  302. package/typography/strikethrough/Strikethrough.css +1 -1
  303. package/typography/strikethrough/Strikethrough.d.ts +1 -2
  304. package/typography/strikethrough/Strikethrough.js +6 -5
  305. package/typography/strikethrough/Strikethrough.sty.js +1 -1
  306. package/typography/strong/Strong.css +1 -1
  307. package/typography/strong/Strong.d.ts +1 -2
  308. package/typography/strong/Strong.js +6 -5
  309. package/typography/strong/Strong.sty.js +1 -1
  310. package/typography/text/Text.css +3 -3
  311. package/typography/text/Text.js +6 -5
  312. package/typography/text/Text.sty.js +1 -1
  313. package/typography/text-ellipsis/TextEllipsis.css +6 -6
  314. package/typography/text-ellipsis/TextEllipsis.d.ts +2 -2
  315. package/typography/text-ellipsis/TextEllipsis.js +12 -11
  316. package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
@@ -1,4 +1,4 @@
1
- ._oqqp1n0-1-5-1 {
1
+ ._oqqp1n0-1-6-0 {
2
2
  white-space: nowrap;
3
3
  overflow: hidden;
4
4
  text-overflow: ellipsis;
@@ -22,4 +22,4 @@ __export(ellipsis_css_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(ellipsis_css_exports);
24
24
  var import_ellipsis_css_ts_vanilla = require("./ellipsis.css");
25
- var ellipsisCSS = "_oqqp1n0-1-5-1";
25
+ var ellipsisCSS = "_oqqp1n0-1-6-0";
package/styles/field.css CHANGED
@@ -1,208 +1,208 @@
1
- ._bx32h6-1-5-1 {
2
- --_bx32h0-1-5-1: var(--dt-colors-text-primary-default, #454cc9);
3
- --_bx32h1-1-5-1: var(--dt-colors-icon-primary-default, #454cc9);
1
+ ._bx32h6-1-6-0 {
2
+ --_bx32h0-1-6-0: var(--dt-colors-text-primary-default, #454cc9);
3
+ --_bx32h1-1-6-0: var(--dt-colors-icon-primary-default, #454cc9);
4
4
  }
5
- ._bx32h6-1-5-1:hover {
6
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-default-hover, #ccd3f3);
5
+ ._bx32h6-1-6-0:hover {
6
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-default-hover, #ccd3f3);
7
7
  }
8
- ._bx32h6-1-5-1:active {
9
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-default-active, #c3cbf1);
8
+ ._bx32h6-1-6-0:active {
9
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-default-active, #c3cbf1);
10
10
  }
11
- ._bx32h7-1-5-1 {
12
- --_bx32h0-1-5-1: var(--dt-colors-text-neutral-default, #2b2a58);
13
- --_bx32h1-1-5-1: var(--dt-colors-icon-neutral-default, #2b2a58);
11
+ ._bx32h7-1-6-0 {
12
+ --_bx32h0-1-6-0: var(--dt-colors-text-neutral-default, #2b2a58);
13
+ --_bx32h1-1-6-0: var(--dt-colors-icon-neutral-default, #2b2a58);
14
14
  }
15
- ._bx32h7-1-5-1:hover {
16
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-default-hover, #d2d3e1);
15
+ ._bx32h7-1-6-0:hover {
16
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-default-hover, #d2d3e1);
17
17
  }
18
- ._bx32h7-1-5-1:active {
19
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-default-active, #cacbdc);
18
+ ._bx32h7-1-6-0:active {
19
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-default-active, #cacbdc);
20
20
  }
21
- ._bx32h8-1-5-1 {
22
- --_bx32h0-1-5-1: var(--dt-colors-text-success-default, #2c6360);
23
- --_bx32h1-1-5-1: var(--dt-colors-icon-success-default, #2c6360);
21
+ ._bx32h8-1-6-0 {
22
+ --_bx32h0-1-6-0: var(--dt-colors-text-success-default, #2c6360);
23
+ --_bx32h1-1-6-0: var(--dt-colors-icon-success-default, #2c6360);
24
24
  }
25
- ._bx32h8-1-5-1:hover {
26
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-default-hover, #cad6d7);
25
+ ._bx32h8-1-6-0:hover {
26
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-default-hover, #cad6d7);
27
27
  }
28
- ._bx32h8-1-5-1:active {
29
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-default-active, #c0cfcf);
28
+ ._bx32h8-1-6-0:active {
29
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-default-active, #c0cfcf);
30
30
  }
31
- ._bx32h9-1-5-1 {
32
- --_bx32h0-1-5-1: var(--dt-colors-text-critical-default, #b80031);
33
- --_bx32h1-1-5-1: var(--dt-colors-icon-critical-default, #b80031);
31
+ ._bx32h9-1-6-0 {
32
+ --_bx32h0-1-6-0: var(--dt-colors-text-critical-default, #b80031);
33
+ --_bx32h1-1-6-0: var(--dt-colors-icon-critical-default, #b80031);
34
34
  }
35
- ._bx32h9-1-5-1:hover {
36
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-default-hover, #f1cdcf);
35
+ ._bx32h9-1-6-0:hover {
36
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-default-hover, #f1cdcf);
37
37
  }
38
- ._bx32h9-1-5-1:active {
39
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-default-active, #f0c4c5);
38
+ ._bx32h9-1-6-0:active {
39
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-default-active, #f0c4c5);
40
40
  }
41
- ._bx32ha-1-5-1 {
42
- --_bx32h0-1-5-1: var(--dt-colors-text-warning-default, #805100);
43
- --_bx32h1-1-5-1: var(--dt-colors-icon-warning-default, #805100);
41
+ ._bx32ha-1-6-0 {
42
+ --_bx32h0-1-6-0: var(--dt-colors-text-warning-default, #805100);
43
+ --_bx32h1-1-6-0: var(--dt-colors-icon-warning-default, #805100);
44
44
  }
45
- ._bx32ha-1-5-1:hover {
46
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-default-hover, #f4e5d5);
45
+ ._bx32ha-1-6-0:hover {
46
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-default-hover, #f4e5d5);
47
47
  }
48
- ._bx32ha-1-5-1:active {
49
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-default-active, #f5e1cd);
48
+ ._bx32ha-1-6-0:active {
49
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-default-active, #f5e1cd);
50
50
  }
51
- ._bx32hb-1-5-1 {
52
- --_bx32h3-1-5-1: transparent;
53
- --_bx32h2-1-5-1: transparent;
51
+ ._bx32hb-1-6-0 {
52
+ --_bx32h3-1-6-0: transparent;
53
+ --_bx32h2-1-6-0: transparent;
54
54
  }
55
- ._bx32hd-1-5-1 {
56
- --_bx32h0-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
57
- --_bx32h1-1-5-1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
55
+ ._bx32hd-1-6-0 {
56
+ --_bx32h0-1-6-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
57
+ --_bx32h1-1-6-0: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
58
58
  }
59
- ._bx32he-1-5-1 {
60
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
61
- --_bx32h2-1-5-1: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
59
+ ._bx32he-1-6-0 {
60
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
61
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
62
62
  }
63
- ._bx32hf-1-5-1 {
64
- --_bx32h0-1-5-1: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
65
- --_bx32h1-1-5-1: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
66
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent, #474ecf);
67
- --_bx32h2-1-5-1: var(--dt-colors-background-field-primary-accent, #474ecf);
63
+ ._bx32hf-1-6-0 {
64
+ --_bx32h0-1-6-0: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
65
+ --_bx32h1-1-6-0: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
66
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-accent, #474ecf);
67
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-primary-accent, #474ecf);
68
68
  }
69
- ._bx32hf-1-5-1:hover {
70
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent-hover, #3b3ebe);
69
+ ._bx32hf-1-6-0:hover {
70
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-accent-hover, #3b3ebe);
71
71
  }
72
- ._bx32hf-1-5-1:active {
73
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent-active, #312cad);
72
+ ._bx32hf-1-6-0:active {
73
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-accent-active, #312cad);
74
74
  }
75
- ._bx32hg-1-5-1 {
76
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
77
- --_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
75
+ ._bx32hg-1-6-0 {
76
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
77
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
78
78
  }
79
- ._bx32hh-1-5-1 {
80
- --_bx32h0-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
81
- --_bx32h1-1-5-1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
82
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
83
- --_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
79
+ ._bx32hh-1-6-0 {
80
+ --_bx32h0-1-6-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
81
+ --_bx32h1-1-6-0: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
82
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
83
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
84
84
  }
85
- ._bx32hh-1-5-1:hover {
86
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent-hover, #4c4d7d);
85
+ ._bx32hh-1-6-0:hover {
86
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-accent-hover, #4c4d7d);
87
87
  }
88
- ._bx32hh-1-5-1:active {
89
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent-active, #3f3f6e);
88
+ ._bx32hh-1-6-0:active {
89
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-accent-active, #3f3f6e);
90
90
  }
91
- ._bx32hi-1-5-1 {
92
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-emphasized, #d4dddf);
93
- --_bx32h2-1-5-1: var(--dt-colors-background-field-success-emphasized, #d4dddf);
91
+ ._bx32hi-1-6-0 {
92
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-emphasized, #d4dddf);
93
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-success-emphasized, #d4dddf);
94
94
  }
95
- ._bx32hj-1-5-1 {
96
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent, #2f6863);
97
- --_bx32h2-1-5-1: var(--dt-colors-background-field-success-accent, #2f6863);
95
+ ._bx32hj-1-6-0 {
96
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-accent, #2f6863);
97
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-success-accent, #2f6863);
98
98
  }
99
- ._bx32hj-1-5-1:hover {
100
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent-hover, #1f5a55);
99
+ ._bx32hj-1-6-0:hover {
100
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-accent-hover, #1f5a55);
101
101
  }
102
- ._bx32hj-1-5-1:active {
103
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent-active, #0d4c47);
102
+ ._bx32hj-1-6-0:active {
103
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-accent-active, #0d4c47);
104
104
  }
105
- ._bx32hk-1-5-1 {
106
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
107
- --_bx32h2-1-5-1: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
105
+ ._bx32hk-1-6-0 {
106
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
107
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
108
108
  }
109
- ._bx32hl-1-5-1 {
110
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent, #c4233b);
111
- --_bx32h2-1-5-1: var(--dt-colors-background-field-critical-accent, #c4233b);
112
- --_bx32h0-1-5-1: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
113
- --_bx32h1-1-5-1: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
109
+ ._bx32hl-1-6-0 {
110
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-accent, #c4233b);
111
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-critical-accent, #c4233b);
112
+ --_bx32h0-1-6-0: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
113
+ --_bx32h1-1-6-0: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
114
114
  }
115
- ._bx32hl-1-5-1:hover {
116
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent-hover, #b2012d);
115
+ ._bx32hl-1-6-0:hover {
116
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-accent-hover, #b2012d);
117
117
  }
118
- ._bx32hl-1-5-1:active {
119
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent-active, #a0001f);
118
+ ._bx32hl-1-6-0:active {
119
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-accent-active, #a0001f);
120
120
  }
121
- ._bx32hm-1-5-1 {
122
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
123
- --_bx32h2-1-5-1: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
121
+ ._bx32hm-1-6-0 {
122
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
123
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
124
124
  }
125
- ._bx32hn-1-5-1 {
126
- --_bx32h0-1-5-1: var(--dt-colors-text-warning-on-accent-default, #272025);
127
- --_bx32h1-1-5-1: var(--dt-colors-icon-warning-on-accent-default, #272025);
128
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent, #eca440);
129
- --_bx32h2-1-5-1: var(--dt-colors-background-field-warning-accent, #eca440);
125
+ ._bx32hn-1-6-0 {
126
+ --_bx32h0-1-6-0: var(--dt-colors-text-warning-on-accent-default, #272025);
127
+ --_bx32h1-1-6-0: var(--dt-colors-icon-warning-on-accent-default, #272025);
128
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-accent, #eca440);
129
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-warning-accent, #eca440);
130
130
  }
131
- ._bx32hn-1-5-1:hover {
132
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent-hover, #fdb452);
131
+ ._bx32hn-1-6-0:hover {
132
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-accent-hover, #fdb452);
133
133
  }
134
- ._bx32hn-1-5-1:active {
135
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent-active, #ffc56a);
134
+ ._bx32hn-1-6-0:active {
135
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-accent-active, #ffc56a);
136
136
  }
137
- ._bx32ho-1-5-1 {
138
- --_bx32h0-1-5-1: var(--dt-colors-text-neutral-disabled, #54558780);
139
- --_bx32h1-1-5-1: var(--dt-colors-icon-neutral-disabled, #54558780);
140
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
141
- --_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
137
+ ._bx32ho-1-6-0 {
138
+ --_bx32h0-1-6-0: var(--dt-colors-text-neutral-disabled, #54558780);
139
+ --_bx32h1-1-6-0: var(--dt-colors-icon-neutral-disabled, #54558780);
140
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
141
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
142
142
  }
143
- ._bx32ho-1-5-1:hover {
144
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
143
+ ._bx32ho-1-6-0:hover {
144
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
145
145
  }
146
- ._bx32ho-1-5-1:active {
147
- --_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
146
+ ._bx32ho-1-6-0:active {
147
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
148
148
  }
149
- ._bx32hp-1-5-1 {
150
- --_bx32h0-1-5-1: var(--dt-colors-text-primary-disabled, #54558780);
151
- --_bx32h1-1-5-1: var(--dt-colors-icon-primary-disabled, #54558780);
152
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
153
- --_bx32h2-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
149
+ ._bx32hp-1-6-0 {
150
+ --_bx32h0-1-6-0: var(--dt-colors-text-primary-disabled, #54558780);
151
+ --_bx32h1-1-6-0: var(--dt-colors-icon-primary-disabled, #54558780);
152
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-disabled, #dadbe780);
153
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-primary-disabled, #dadbe780);
154
154
  }
155
- ._bx32hp-1-5-1:hover {
156
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
155
+ ._bx32hp-1-6-0:hover {
156
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-disabled, #dadbe780);
157
157
  }
158
- ._bx32hp-1-5-1:active {
159
- --_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
158
+ ._bx32hp-1-6-0:active {
159
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-primary-disabled, #dadbe780);
160
160
  }
161
- ._bx32hq-1-5-1 {
162
- --_bx32h0-1-5-1: var(--dt-colors-text-warning-disabled, #54558780);
163
- --_bx32h1-1-5-1: var(--dt-colors-icon-warning-disabled, #54558780);
164
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
165
- --_bx32h2-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
161
+ ._bx32hq-1-6-0 {
162
+ --_bx32h0-1-6-0: var(--dt-colors-text-warning-disabled, #54558780);
163
+ --_bx32h1-1-6-0: var(--dt-colors-icon-warning-disabled, #54558780);
164
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-disabled, #dadbe780);
165
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-warning-disabled, #dadbe780);
166
166
  }
167
- ._bx32hq-1-5-1:hover {
168
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
167
+ ._bx32hq-1-6-0:hover {
168
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-disabled, #dadbe780);
169
169
  }
170
- ._bx32hq-1-5-1:active {
171
- --_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
170
+ ._bx32hq-1-6-0:active {
171
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-warning-disabled, #dadbe780);
172
172
  }
173
- ._bx32hr-1-5-1 {
174
- --_bx32h0-1-5-1: var(--dt-colors-text-success-disabled, #54558780);
175
- --_bx32h1-1-5-1: var(--dt-colors-icon-success-disabled, #54558780);
176
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
177
- --_bx32h2-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
173
+ ._bx32hr-1-6-0 {
174
+ --_bx32h0-1-6-0: var(--dt-colors-text-success-disabled, #54558780);
175
+ --_bx32h1-1-6-0: var(--dt-colors-icon-success-disabled, #54558780);
176
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-disabled, #dadbe780);
177
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-success-disabled, #dadbe780);
178
178
  }
179
- ._bx32hr-1-5-1:hover {
180
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
179
+ ._bx32hr-1-6-0:hover {
180
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-disabled, #dadbe780);
181
181
  }
182
- ._bx32hr-1-5-1:active {
183
- --_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
182
+ ._bx32hr-1-6-0:active {
183
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-success-disabled, #dadbe780);
184
184
  }
185
- ._bx32hs-1-5-1 {
186
- --_bx32h0-1-5-1: var(--dt-colors-text-critical-disabled, #54558780);
187
- --_bx32h1-1-5-1: var(--dt-colors-icon-critical-disabled, #54558780);
188
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
189
- --_bx32h2-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
185
+ ._bx32hs-1-6-0 {
186
+ --_bx32h0-1-6-0: var(--dt-colors-text-critical-disabled, #54558780);
187
+ --_bx32h1-1-6-0: var(--dt-colors-icon-critical-disabled, #54558780);
188
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-disabled, #dadbe780);
189
+ --_bx32h2-1-6-0: var(--dt-colors-background-field-critical-disabled, #dadbe780);
190
190
  }
191
- ._bx32hs-1-5-1:hover {
192
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
191
+ ._bx32hs-1-6-0:hover {
192
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-disabled, #dadbe780);
193
193
  }
194
- ._bx32hs-1-5-1:active {
195
- --_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
194
+ ._bx32hs-1-6-0:active {
195
+ --_bx32h3-1-6-0: var(--dt-colors-background-field-critical-disabled, #dadbe780);
196
196
  }
197
- ._bx32ht-1-5-1 {
198
- --_bx32h0-1-5-1: var(--dt-colors-text-neutral-disabled, #54558780);
199
- --_bx32h1-1-5-1: var(--dt-colors-icon-neutral-disabled, #54558780);
200
- --_bx32h3-1-5-1: transparent;
201
- --_bx32h2-1-5-1: transparent;
197
+ ._bx32ht-1-6-0 {
198
+ --_bx32h0-1-6-0: var(--dt-colors-text-neutral-disabled, #54558780);
199
+ --_bx32h1-1-6-0: var(--dt-colors-icon-neutral-disabled, #54558780);
200
+ --_bx32h3-1-6-0: transparent;
201
+ --_bx32h2-1-6-0: transparent;
202
202
  }
203
- ._bx32ht-1-5-1:hover {
204
- --_bx32h3-1-5-1: transparent;
203
+ ._bx32ht-1-6-0:hover {
204
+ --_bx32h3-1-6-0: transparent;
205
205
  }
206
- ._bx32ht-1-5-1:active {
207
- --_bx32h3-1-5-1: transparent;
206
+ ._bx32ht-1-6-0:active {
207
+ --_bx32h3-1-6-0: transparent;
208
208
  }
@@ -24,5 +24,5 @@ __export(field_css_exports, {
24
24
  module.exports = __toCommonJS(field_css_exports);
25
25
  var import_field_css_ts_vanilla = require("./field.css");
26
26
  var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
27
- var fieldColorVars = { text: "var(--_bx32h0-1-5-1)", icon: "var(--_bx32h1-1-5-1)", backgroundStatic: "var(--_bx32h2-1-5-1)", background: "var(--_bx32h3-1-5-1)" };
28
- var fieldColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_bx32h4-1-5-1", variantClassNames: { disabled: { true: "_bx32h5-1-5-1" }, color: { primary: "_bx32h6-1-5-1", neutral: "_bx32h7-1-5-1", success: "_bx32h8-1-5-1", critical: "_bx32h9-1-5-1", warning: "_bx32ha-1-5-1" }, variant: { "default": "_bx32hb-1-5-1", emphasized: "_bx32hc-1-5-1", accent: "_bx32hd-1-5-1" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "emphasized" }, "_bx32he-1-5-1"], [{ color: "primary", variant: "accent" }, "_bx32hf-1-5-1"], [{ color: "neutral", variant: "emphasized" }, "_bx32hg-1-5-1"], [{ color: "neutral", variant: "accent" }, "_bx32hh-1-5-1"], [{ color: "success", variant: "emphasized" }, "_bx32hi-1-5-1"], [{ color: "success", variant: "accent" }, "_bx32hj-1-5-1"], [{ color: "critical", variant: "emphasized" }, "_bx32hk-1-5-1"], [{ color: "critical", variant: "accent" }, "_bx32hl-1-5-1"], [{ color: "warning", variant: "emphasized" }, "_bx32hm-1-5-1"], [{ color: "warning", variant: "accent" }, "_bx32hn-1-5-1"], [{ color: "neutral", disabled: true }, "_bx32ho-1-5-1"], [{ color: "primary", disabled: true }, "_bx32hp-1-5-1"], [{ color: "warning", disabled: true }, "_bx32hq-1-5-1"], [{ color: "success", disabled: true }, "_bx32hr-1-5-1"], [{ color: "critical", disabled: true }, "_bx32hs-1-5-1"], [{ variant: "default", disabled: true }, "_bx32ht-1-5-1"]] });
27
+ var fieldColorVars = { text: "var(--_bx32h0-1-6-0)", icon: "var(--_bx32h1-1-6-0)", backgroundStatic: "var(--_bx32h2-1-6-0)", background: "var(--_bx32h3-1-6-0)" };
28
+ var fieldColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_bx32h4-1-6-0", variantClassNames: { disabled: { true: "_bx32h5-1-6-0" }, color: { primary: "_bx32h6-1-6-0", neutral: "_bx32h7-1-6-0", success: "_bx32h8-1-6-0", critical: "_bx32h9-1-6-0", warning: "_bx32ha-1-6-0" }, variant: { "default": "_bx32hb-1-6-0", emphasized: "_bx32hc-1-6-0", accent: "_bx32hd-1-6-0" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "emphasized" }, "_bx32he-1-6-0"], [{ color: "primary", variant: "accent" }, "_bx32hf-1-6-0"], [{ color: "neutral", variant: "emphasized" }, "_bx32hg-1-6-0"], [{ color: "neutral", variant: "accent" }, "_bx32hh-1-6-0"], [{ color: "success", variant: "emphasized" }, "_bx32hi-1-6-0"], [{ color: "success", variant: "accent" }, "_bx32hj-1-6-0"], [{ color: "critical", variant: "emphasized" }, "_bx32hk-1-6-0"], [{ color: "critical", variant: "accent" }, "_bx32hl-1-6-0"], [{ color: "warning", variant: "emphasized" }, "_bx32hm-1-6-0"], [{ color: "warning", variant: "accent" }, "_bx32hn-1-6-0"], [{ color: "neutral", disabled: true }, "_bx32ho-1-6-0"], [{ color: "primary", disabled: true }, "_bx32hp-1-6-0"], [{ color: "warning", disabled: true }, "_bx32hq-1-6-0"], [{ color: "success", disabled: true }, "_bx32hr-1-6-0"], [{ color: "critical", disabled: true }, "_bx32hs-1-6-0"], [{ variant: "default", disabled: true }, "_bx32ht-1-6-0"]] });
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { type CSSProperties } from 'react';
2
2
  import { GapProps } from './getGapSprinkles.js';
3
3
  import { GridFlexPositionProps } from './getGridFlexPositionSprinkles.js';
4
4
  import { LayoutSizeProps } from './getLayoutSizeStyles.js';
@@ -20,35 +20,35 @@ export interface FlexItemStyleProps {
20
20
  */
21
21
  export interface FlexStyleProps extends GridFlexPositionProps, GapProps, LayoutSizeProps, SpacingProps, FlexItemStyleProps {
22
22
  /** Defines order */
23
- order?: React.CSSProperties['order'];
23
+ order?: CSSProperties['order'];
24
24
  /** Defines flex grow */
25
- flexGrow?: React.CSSProperties['flexGrow'];
25
+ flexGrow?: CSSProperties['flexGrow'];
26
26
  /** Defines flex shrink */
27
- flexShrink?: React.CSSProperties['flexShrink'];
27
+ flexShrink?: CSSProperties['flexShrink'];
28
28
  /** Defines flex basis */
29
- flexBasis?: React.CSSProperties['flexBasis'];
29
+ flexBasis?: CSSProperties['flexBasis'];
30
30
  /** Defines flex */
31
- flex?: React.CSSProperties['flex'];
31
+ flex?: CSSProperties['flex'];
32
32
  /** Defines flex direction */
33
- flexDirection?: React.CSSProperties['flexDirection'];
33
+ flexDirection?: CSSProperties['flexDirection'];
34
34
  /** Defines flex wrap */
35
- flexWrap?: React.CSSProperties['flexWrap'];
35
+ flexWrap?: CSSProperties['flexWrap'];
36
36
  /** Defines flex flow */
37
- flexFlow?: React.CSSProperties['flexFlow'];
37
+ flexFlow?: CSSProperties['flexFlow'];
38
38
  /** Defines grid column start */
39
- gridColumnStart?: React.CSSProperties['gridColumnStart'];
39
+ gridColumnStart?: CSSProperties['gridColumnStart'];
40
40
  /** Defines grid column end */
41
- gridColumnEnd?: React.CSSProperties['gridColumnEnd'];
41
+ gridColumnEnd?: CSSProperties['gridColumnEnd'];
42
42
  /** Defines grid row start */
43
- gridRowStart?: React.CSSProperties['gridRowStart'];
43
+ gridRowStart?: CSSProperties['gridRowStart'];
44
44
  /** Defines grid row end */
45
- gridRowEnd?: React.CSSProperties['gridRowEnd'];
45
+ gridRowEnd?: CSSProperties['gridRowEnd'];
46
46
  /** Defines grid column */
47
- gridColumn?: React.CSSProperties['gridColumn'];
47
+ gridColumn?: CSSProperties['gridColumn'];
48
48
  /** Defines grid row */
49
- gridRow?: React.CSSProperties['gridRow'];
49
+ gridRow?: CSSProperties['gridRow'];
50
50
  /** Defines grid area */
51
- gridArea?: React.CSSProperties['gridArea'];
51
+ gridArea?: CSSProperties['gridArea'];
52
52
  }
53
53
  /**
54
54
  * Helper function that will extract all styling relevant props for the Flex styling
@@ -59,6 +59,6 @@ export interface FlexStyleProps extends GridFlexPositionProps, GapProps, LayoutS
59
59
  */
60
60
  export declare function getFlexStyles<T extends FlexStyleProps>(props: T, defaults?: Partial<FlexStyleProps>): [
61
61
  className: string,
62
- style: React.CSSProperties,
62
+ style: CSSProperties,
63
63
  remainingProps: Omit<T, keyof FlexStyleProps>
64
64
  ];
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { type CSSProperties } from 'react';
2
2
  import { type GapProps } from './getGapSprinkles.js';
3
3
  import { type GridFlexPositionProps } from './getGridFlexPositionSprinkles.js';
4
4
  import { type LayoutSizeProps } from './getLayoutSizeStyles.js';
@@ -20,45 +20,45 @@ export interface GridItemStyleProps {
20
20
  */
21
21
  export interface GridStyleProps extends GridFlexPositionProps, GapProps, LayoutSizeProps, SpacingProps, GridItemStyleProps {
22
22
  /** Defines order */
23
- order?: React.CSSProperties['order'];
23
+ order?: CSSProperties['order'];
24
24
  /** Defines flex grow */
25
- flexGrow?: React.CSSProperties['flexGrow'];
25
+ flexGrow?: CSSProperties['flexGrow'];
26
26
  /** Defines flex shrink */
27
- flexShrink?: React.CSSProperties['flexShrink'];
27
+ flexShrink?: CSSProperties['flexShrink'];
28
28
  /** Defines flex basis */
29
- flexBasis?: React.CSSProperties['flexBasis'];
29
+ flexBasis?: CSSProperties['flexBasis'];
30
30
  /** Defines flex */
31
- flex?: React.CSSProperties['flex'];
31
+ flex?: CSSProperties['flex'];
32
32
  /** Defines grid template columns */
33
- gridTemplateColumns?: React.CSSProperties['gridTemplateColumns'];
33
+ gridTemplateColumns?: CSSProperties['gridTemplateColumns'];
34
34
  /** Defines grid template rows */
35
- gridTemplateRows?: React.CSSProperties['gridTemplateRows'];
35
+ gridTemplateRows?: CSSProperties['gridTemplateRows'];
36
36
  /** Defines grid template areas */
37
- gridTemplateAreas?: React.CSSProperties['gridTemplateAreas'];
37
+ gridTemplateAreas?: CSSProperties['gridTemplateAreas'];
38
38
  /** Defines grid template */
39
- gridTemplate?: React.CSSProperties['gridTemplate'];
39
+ gridTemplate?: CSSProperties['gridTemplate'];
40
40
  /** Defines grid auto columns */
41
- gridAutoColumns?: React.CSSProperties['gridAutoColumns'];
41
+ gridAutoColumns?: CSSProperties['gridAutoColumns'];
42
42
  /** Defines grid auto rows */
43
- gridAutoRows?: React.CSSProperties['gridAutoRows'];
43
+ gridAutoRows?: CSSProperties['gridAutoRows'];
44
44
  /** Defines grid auto flow */
45
- gridAutoFlow?: React.CSSProperties['gridAutoFlow'];
45
+ gridAutoFlow?: CSSProperties['gridAutoFlow'];
46
46
  /** Defines grid */
47
- grid?: React.CSSProperties['grid'];
47
+ grid?: CSSProperties['grid'];
48
48
  /** Defines grid column start */
49
- gridColumnStart?: React.CSSProperties['gridColumnStart'];
49
+ gridColumnStart?: CSSProperties['gridColumnStart'];
50
50
  /** Defines grid column end */
51
- gridColumnEnd?: React.CSSProperties['gridColumnEnd'];
51
+ gridColumnEnd?: CSSProperties['gridColumnEnd'];
52
52
  /** Defines grid row start */
53
- gridRowStart?: React.CSSProperties['gridRowStart'];
53
+ gridRowStart?: CSSProperties['gridRowStart'];
54
54
  /** Defines grid row end */
55
- gridRowEnd?: React.CSSProperties['gridRowEnd'];
55
+ gridRowEnd?: CSSProperties['gridRowEnd'];
56
56
  /** Defines grid column */
57
- gridColumn?: React.CSSProperties['gridColumn'];
57
+ gridColumn?: CSSProperties['gridColumn'];
58
58
  /** Defines grid row */
59
- gridRow?: React.CSSProperties['gridRow'];
59
+ gridRow?: CSSProperties['gridRow'];
60
60
  /** Defines grid area */
61
- gridArea?: React.CSSProperties['gridArea'];
61
+ gridArea?: CSSProperties['gridArea'];
62
62
  }
63
63
  /**
64
64
  * Helper function that will extract all styling relevant props for the Grid styling
@@ -69,6 +69,6 @@ export interface GridStyleProps extends GridFlexPositionProps, GapProps, LayoutS
69
69
  */
70
70
  export declare function getGridStyles<T extends GridStyleProps>(props: T, defaults?: Partial<GridStyleProps>): [
71
71
  className: string,
72
- style: React.CSSProperties,
72
+ style: CSSProperties,
73
73
  remainingProps: Omit<T, keyof GridStyleProps>
74
74
  ];
@@ -1,4 +1,4 @@
1
- import type { CSSProperties } from 'react';
1
+ import { type CSSProperties } from 'react';
2
2
  /**
3
3
  * Defines the layout size props.
4
4
  * @public