@clickhouse/click-ui 0.6.0 → 0.6.1-rc2

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 (286) hide show
  1. package/dist/cjs/click-ui.css +2274 -176
  2. package/dist/cjs/components/Assets/Flags/system/Flag.cjs +1 -1
  3. package/dist/cjs/components/Assets/Flags/system/Flag.cjs.map +1 -1
  4. package/dist/cjs/components/Assets/Icons/Check.cjs +1 -1
  5. package/dist/cjs/components/Assets/Icons/Check.cjs.map +1 -1
  6. package/dist/cjs/components/Assets/Icons/Popin.cjs +10 -0
  7. package/dist/cjs/components/Assets/Icons/Popin.cjs.map +1 -0
  8. package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs +2 -0
  9. package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs.map +1 -1
  10. package/dist/cjs/components/Assets/Logos/system/Logo.cjs +1 -1
  11. package/dist/cjs/components/Assets/Logos/system/Logo.cjs.map +1 -1
  12. package/dist/cjs/components/Assets/Payments/system/Payment.cjs +1 -1
  13. package/dist/cjs/components/Assets/Payments/system/Payment.cjs.map +1 -1
  14. package/dist/cjs/components/Assets/config.cjs +1 -0
  15. package/dist/cjs/components/Assets/config.cjs.map +1 -1
  16. package/dist/cjs/components/Avatar/Avatar.css +61 -0
  17. package/dist/cjs/components/Avatar/Avatar.module.css.cjs +24 -0
  18. package/dist/cjs/components/Avatar/Avatar.module.css.cjs.map +1 -0
  19. package/dist/cjs/components/Avatar/index.cjs +21 -26
  20. package/dist/cjs/components/Avatar/index.cjs.map +1 -1
  21. package/dist/cjs/components/Badge/Badge.css +232 -0
  22. package/dist/cjs/components/Badge/Badge.module.css.cjs +83 -0
  23. package/dist/cjs/components/Badge/Badge.module.css.cjs.map +1 -0
  24. package/dist/cjs/components/Badge/index.cjs +81 -51
  25. package/dist/cjs/components/Badge/index.cjs.map +1 -1
  26. package/dist/cjs/components/Button/Button.css +31 -20
  27. package/dist/cjs/components/Button/Button.module.css.cjs +5 -5
  28. package/dist/cjs/components/Button/index.cjs +1 -1
  29. package/dist/cjs/components/Button/index.cjs.map +1 -1
  30. package/dist/cjs/components/ButtonGroup/ButtonGroup.css +85 -0
  31. package/dist/cjs/components/ButtonGroup/ButtonGroup.module.css.cjs +33 -0
  32. package/dist/cjs/components/ButtonGroup/ButtonGroup.module.css.cjs.map +1 -0
  33. package/dist/cjs/components/ButtonGroup/index.cjs +46 -71
  34. package/dist/cjs/components/ButtonGroup/index.cjs.map +1 -1
  35. package/dist/cjs/components/CardHorizontal/CardHorizontal.css +216 -0
  36. package/dist/cjs/components/CardHorizontal/CardHorizontal.module.css.cjs +72 -0
  37. package/dist/cjs/components/CardHorizontal/CardHorizontal.module.css.cjs.map +1 -0
  38. package/dist/cjs/components/CardHorizontal/index.cjs +78 -101
  39. package/dist/cjs/components/CardHorizontal/index.cjs.map +1 -1
  40. package/dist/cjs/components/CardPrimary/CardPrimary.css +182 -0
  41. package/dist/cjs/components/CardPrimary/CardPrimary.module.css.cjs +81 -0
  42. package/dist/cjs/components/CardPrimary/CardPrimary.module.css.cjs.map +1 -0
  43. package/dist/cjs/components/CardPrimary/CardPrimaryTopBadge.cjs +12 -12
  44. package/dist/cjs/components/CardPrimary/CardPrimaryTopBadge.cjs.map +1 -1
  45. package/dist/cjs/components/CardPrimary/index.cjs +80 -79
  46. package/dist/cjs/components/CardPrimary/index.cjs.map +1 -1
  47. package/dist/cjs/components/CardPrimary/withTopBadge.cjs +1 -1
  48. package/dist/cjs/components/CardPrimary/withTopBadge.cjs.map +1 -1
  49. package/dist/cjs/components/Checkbox/Checkbox.css +116 -0
  50. package/dist/cjs/components/Checkbox/Checkbox.module.css.cjs +39 -0
  51. package/dist/cjs/components/Checkbox/Checkbox.module.css.cjs.map +1 -0
  52. package/dist/cjs/components/Checkbox/index.cjs +36 -49
  53. package/dist/cjs/components/Checkbox/index.cjs.map +1 -1
  54. package/dist/cjs/components/Container/Container.css +189 -0
  55. package/dist/cjs/components/Container/Container.module.css.cjs +90 -0
  56. package/dist/cjs/components/Container/Container.module.css.cjs.map +1 -0
  57. package/dist/cjs/components/Container/index.cjs +91 -55
  58. package/dist/cjs/components/Container/index.cjs.map +1 -1
  59. package/dist/cjs/components/DateDetails/index.cjs +2 -2
  60. package/dist/cjs/components/DateDetails/index.cjs.map +1 -1
  61. package/dist/cjs/components/EllipsisContent/index.cjs.map +1 -1
  62. package/dist/cjs/components/GenericLabel/GenericLabel.css +31 -0
  63. package/dist/cjs/components/GenericLabel/GenericLabel.module.css.cjs +11 -0
  64. package/dist/cjs/components/GenericLabel/GenericLabel.module.css.cjs.map +1 -0
  65. package/dist/cjs/components/GenericLabel/index.cjs +14 -25
  66. package/dist/cjs/components/GenericLabel/index.cjs.map +1 -1
  67. package/dist/cjs/components/GridContainer/index.cjs.map +1 -1
  68. package/dist/cjs/components/Icon/Icon.css +134 -0
  69. package/dist/cjs/components/Icon/Icon.module.css.cjs +27 -0
  70. package/dist/cjs/components/Icon/Icon.module.css.cjs.map +1 -0
  71. package/dist/cjs/components/Icon/Icon.stories.css +36 -0
  72. package/dist/cjs/components/Icon/SvgImageElement.cjs +30 -12
  73. package/dist/cjs/components/Icon/SvgImageElement.cjs.map +1 -1
  74. package/dist/cjs/components/Icon/index.cjs +43 -34
  75. package/dist/cjs/components/Icon/index.cjs.map +1 -1
  76. package/dist/cjs/components/IconButton/IconButton.css +145 -0
  77. package/dist/cjs/components/IconButton/IconButton.module.css.cjs +33 -0
  78. package/dist/cjs/components/IconButton/IconButton.module.css.cjs.map +1 -0
  79. package/dist/cjs/components/IconButton/index.cjs +30 -41
  80. package/dist/cjs/components/IconButton/index.cjs.map +1 -1
  81. package/dist/cjs/components/Label/Label.css +32 -0
  82. package/dist/cjs/components/Label/Label.module.css.cjs +18 -0
  83. package/dist/cjs/components/Label/Label.module.css.cjs.map +1 -0
  84. package/dist/cjs/components/Label/index.cjs +24 -27
  85. package/dist/cjs/components/Label/index.cjs.map +1 -1
  86. package/dist/cjs/components/Link/Link.css +135 -0
  87. package/dist/cjs/components/Link/Link.module.css.cjs +43 -0
  88. package/dist/cjs/components/Link/Link.module.css.cjs.map +1 -0
  89. package/dist/cjs/components/Link/index.cjs +51 -18
  90. package/dist/cjs/components/Link/index.cjs.map +1 -1
  91. package/dist/cjs/components/ProgressBar/ProgressBar.css +124 -0
  92. package/dist/cjs/components/ProgressBar/ProgressBar.module.css.cjs +42 -0
  93. package/dist/cjs/components/ProgressBar/ProgressBar.module.css.cjs.map +1 -0
  94. package/dist/cjs/components/ProgressBar/index.cjs +44 -66
  95. package/dist/cjs/components/ProgressBar/index.cjs.map +1 -1
  96. package/dist/cjs/components/Separator/Separator.css +81 -0
  97. package/dist/cjs/components/Separator/Separator.module.css.cjs +24 -0
  98. package/dist/cjs/components/Separator/Separator.module.css.cjs.map +1 -0
  99. package/dist/cjs/components/Separator/index.cjs +26 -18
  100. package/dist/cjs/components/Separator/index.cjs.map +1 -1
  101. package/dist/cjs/components/Spacer/Spacer.css +28 -0
  102. package/dist/cjs/components/Spacer/Spacer.module.css.cjs +30 -0
  103. package/dist/cjs/components/Spacer/Spacer.module.css.cjs.map +1 -0
  104. package/dist/cjs/components/Spacer/index.cjs +22 -8
  105. package/dist/cjs/components/Spacer/index.cjs.map +1 -1
  106. package/dist/cjs/components/Switch/Switch.css +65 -0
  107. package/dist/cjs/components/Switch/Switch.module.css.cjs +16 -0
  108. package/dist/cjs/components/Switch/Switch.module.css.cjs.map +1 -0
  109. package/dist/cjs/components/Switch/index.cjs +7 -70
  110. package/dist/cjs/components/Switch/index.cjs.map +1 -1
  111. package/dist/cjs/components/Text/Text.css +125 -0
  112. package/dist/cjs/components/Text/Text.module.css.cjs +57 -0
  113. package/dist/cjs/components/Text/Text.module.css.cjs.map +1 -0
  114. package/dist/cjs/components/Text/index.cjs +133 -16
  115. package/dist/cjs/components/Text/index.cjs.map +1 -1
  116. package/dist/cjs/components/Title/Title.css +99 -0
  117. package/dist/cjs/components/Title/Title.module.css.cjs +37 -0
  118. package/dist/cjs/components/Title/Title.module.css.cjs.map +1 -0
  119. package/dist/cjs/components/Title/index.cjs +85 -19
  120. package/dist/cjs/components/Title/index.cjs.map +1 -1
  121. package/dist/cjs/index.cjs +2 -2
  122. package/dist/cjs/{components/Link/common.cjs → styles/linkStyles.cjs} +1 -1
  123. package/dist/cjs/styles/linkStyles.cjs.map +1 -0
  124. package/dist/cjs/theme/styles/tokens-dark.css +3 -0
  125. package/dist/cjs/theme/styles/tokens-light.css +4 -0
  126. package/dist/cjs/theme/tokens/variables.dark.cjs +4 -2
  127. package/dist/cjs/theme/tokens/variables.dark.cjs.map +1 -1
  128. package/dist/cjs/theme/tokens/variables.light.cjs +6 -1
  129. package/dist/cjs/theme/tokens/variables.light.cjs.map +1 -1
  130. package/dist/esm/click-ui.css +2274 -176
  131. package/dist/esm/components/Assets/Flags/system/Flag.js +1 -1
  132. package/dist/esm/components/Assets/Flags/system/Flag.js.map +1 -1
  133. package/dist/esm/components/Assets/Icons/Check.js +1 -1
  134. package/dist/esm/components/Assets/Icons/Check.js.map +1 -1
  135. package/dist/esm/components/Assets/Icons/Popin.js +6 -0
  136. package/dist/esm/components/Assets/Icons/Popin.js.map +1 -0
  137. package/dist/esm/components/Assets/Icons/system/IconsLight.js +2 -0
  138. package/dist/esm/components/Assets/Icons/system/IconsLight.js.map +1 -1
  139. package/dist/esm/components/Assets/Logos/system/Logo.js +1 -1
  140. package/dist/esm/components/Assets/Logos/system/Logo.js.map +1 -1
  141. package/dist/esm/components/Assets/Payments/system/Payment.js +1 -1
  142. package/dist/esm/components/Assets/Payments/system/Payment.js.map +1 -1
  143. package/dist/esm/components/Assets/config.js +1 -0
  144. package/dist/esm/components/Assets/config.js.map +1 -1
  145. package/dist/esm/components/Avatar/Avatar.css +61 -0
  146. package/dist/esm/components/Avatar/Avatar.module.css.js +15 -0
  147. package/dist/esm/components/Avatar/Avatar.module.css.js.map +1 -0
  148. package/dist/esm/components/Avatar/index.js +21 -26
  149. package/dist/esm/components/Avatar/index.js.map +1 -1
  150. package/dist/esm/components/Badge/Badge.css +232 -0
  151. package/dist/esm/components/Badge/Badge.module.css.js +59 -0
  152. package/dist/esm/components/Badge/Badge.module.css.js.map +1 -0
  153. package/dist/esm/components/Badge/index.js +81 -51
  154. package/dist/esm/components/Badge/index.js.map +1 -1
  155. package/dist/esm/components/Button/Button.css +31 -20
  156. package/dist/esm/components/Button/Button.module.css.js +5 -5
  157. package/dist/esm/components/Button/index.js +1 -1
  158. package/dist/esm/components/Button/index.js.map +1 -1
  159. package/dist/esm/components/ButtonGroup/ButtonGroup.css +85 -0
  160. package/dist/esm/components/ButtonGroup/ButtonGroup.module.css.js +21 -0
  161. package/dist/esm/components/ButtonGroup/ButtonGroup.module.css.js.map +1 -0
  162. package/dist/esm/components/ButtonGroup/index.js +47 -72
  163. package/dist/esm/components/ButtonGroup/index.js.map +1 -1
  164. package/dist/esm/components/CardHorizontal/CardHorizontal.css +216 -0
  165. package/dist/esm/components/CardHorizontal/CardHorizontal.module.css.js +47 -0
  166. package/dist/esm/components/CardHorizontal/CardHorizontal.module.css.js.map +1 -0
  167. package/dist/esm/components/CardHorizontal/index.js +78 -101
  168. package/dist/esm/components/CardHorizontal/index.js.map +1 -1
  169. package/dist/esm/components/CardPrimary/CardPrimary.css +182 -0
  170. package/dist/esm/components/CardPrimary/CardPrimary.module.css.js +53 -0
  171. package/dist/esm/components/CardPrimary/CardPrimary.module.css.js.map +1 -0
  172. package/dist/esm/components/CardPrimary/CardPrimaryTopBadge.js +12 -12
  173. package/dist/esm/components/CardPrimary/CardPrimaryTopBadge.js.map +1 -1
  174. package/dist/esm/components/CardPrimary/index.js +80 -79
  175. package/dist/esm/components/CardPrimary/index.js.map +1 -1
  176. package/dist/esm/components/CardPrimary/withTopBadge.js +1 -1
  177. package/dist/esm/components/CardPrimary/withTopBadge.js.map +1 -1
  178. package/dist/esm/components/Checkbox/Checkbox.css +116 -0
  179. package/dist/esm/components/Checkbox/Checkbox.module.css.js +25 -0
  180. package/dist/esm/components/Checkbox/Checkbox.module.css.js.map +1 -0
  181. package/dist/esm/components/Checkbox/index.js +36 -49
  182. package/dist/esm/components/Checkbox/index.js.map +1 -1
  183. package/dist/esm/components/Container/Container.css +189 -0
  184. package/dist/esm/components/Container/Container.module.css.js +64 -0
  185. package/dist/esm/components/Container/Container.module.css.js.map +1 -0
  186. package/dist/esm/components/Container/index.js +92 -56
  187. package/dist/esm/components/Container/index.js.map +1 -1
  188. package/dist/esm/components/DateDetails/index.js +1 -1
  189. package/dist/esm/components/DateDetails/index.js.map +1 -1
  190. package/dist/esm/components/EllipsisContent/index.js.map +1 -1
  191. package/dist/esm/components/GenericLabel/GenericLabel.css +31 -0
  192. package/dist/esm/components/GenericLabel/GenericLabel.module.css.js +7 -0
  193. package/dist/esm/components/GenericLabel/GenericLabel.module.css.js.map +1 -0
  194. package/dist/esm/components/GenericLabel/index.js +14 -25
  195. package/dist/esm/components/GenericLabel/index.js.map +1 -1
  196. package/dist/esm/components/GridContainer/index.js.map +1 -1
  197. package/dist/esm/components/Icon/Icon.css +134 -0
  198. package/dist/esm/components/Icon/Icon.module.css.js +23 -0
  199. package/dist/esm/components/Icon/Icon.module.css.js.map +1 -0
  200. package/dist/esm/components/Icon/Icon.stories.css +36 -0
  201. package/dist/esm/components/Icon/SvgImageElement.js +30 -12
  202. package/dist/esm/components/Icon/SvgImageElement.js.map +1 -1
  203. package/dist/esm/components/Icon/index.js +43 -34
  204. package/dist/esm/components/Icon/index.js.map +1 -1
  205. package/dist/esm/components/IconButton/IconButton.css +145 -0
  206. package/dist/esm/components/IconButton/IconButton.module.css.js +21 -0
  207. package/dist/esm/components/IconButton/IconButton.module.css.js.map +1 -0
  208. package/dist/esm/components/IconButton/index.js +29 -40
  209. package/dist/esm/components/IconButton/index.js.map +1 -1
  210. package/dist/esm/components/Label/Label.css +32 -0
  211. package/dist/esm/components/Label/Label.module.css.js +11 -0
  212. package/dist/esm/components/Label/Label.module.css.js.map +1 -0
  213. package/dist/esm/components/Label/index.js +24 -27
  214. package/dist/esm/components/Label/index.js.map +1 -1
  215. package/dist/esm/components/Link/Link.css +135 -0
  216. package/dist/esm/components/Link/Link.module.css.js +29 -0
  217. package/dist/esm/components/Link/Link.module.css.js.map +1 -0
  218. package/dist/esm/components/Link/index.js +51 -18
  219. package/dist/esm/components/Link/index.js.map +1 -1
  220. package/dist/esm/components/ProgressBar/ProgressBar.css +124 -0
  221. package/dist/esm/components/ProgressBar/ProgressBar.module.css.js +27 -0
  222. package/dist/esm/components/ProgressBar/ProgressBar.module.css.js.map +1 -0
  223. package/dist/esm/components/ProgressBar/index.js +44 -66
  224. package/dist/esm/components/ProgressBar/index.js.map +1 -1
  225. package/dist/esm/components/Separator/Separator.css +81 -0
  226. package/dist/esm/components/Separator/Separator.module.css.js +19 -0
  227. package/dist/esm/components/Separator/Separator.module.css.js.map +1 -0
  228. package/dist/esm/components/Separator/index.js +26 -18
  229. package/dist/esm/components/Separator/index.js.map +1 -1
  230. package/dist/esm/components/Spacer/Spacer.css +28 -0
  231. package/dist/esm/components/Spacer/Spacer.module.css.js +19 -0
  232. package/dist/esm/components/Spacer/Spacer.module.css.js.map +1 -0
  233. package/dist/esm/components/Spacer/index.js +22 -8
  234. package/dist/esm/components/Spacer/index.js.map +1 -1
  235. package/dist/esm/components/Switch/Switch.css +65 -0
  236. package/dist/esm/components/Switch/Switch.module.css.js +10 -0
  237. package/dist/esm/components/Switch/Switch.module.css.js.map +1 -0
  238. package/dist/esm/components/Switch/index.js +7 -70
  239. package/dist/esm/components/Switch/index.js.map +1 -1
  240. package/dist/esm/components/Text/Text.css +125 -0
  241. package/dist/esm/components/Text/Text.module.css.js +44 -0
  242. package/dist/esm/components/Text/Text.module.css.js.map +1 -0
  243. package/dist/esm/components/Text/index.js +133 -16
  244. package/dist/esm/components/Text/index.js.map +1 -1
  245. package/dist/esm/components/Title/Title.css +99 -0
  246. package/dist/esm/components/Title/Title.module.css.js +27 -0
  247. package/dist/esm/components/Title/Title.module.css.js.map +1 -0
  248. package/dist/esm/components/Title/index.js +85 -19
  249. package/dist/esm/components/Title/index.js.map +1 -1
  250. package/dist/esm/index.js +1 -1
  251. package/dist/esm/{components/Link/common.js → styles/linkStyles.js} +1 -1
  252. package/dist/esm/styles/linkStyles.js.map +1 -0
  253. package/dist/esm/theme/styles/tokens-dark.css +3 -0
  254. package/dist/esm/theme/styles/tokens-light.css +4 -0
  255. package/dist/esm/theme/tokens/variables.dark.js +4 -2
  256. package/dist/esm/theme/tokens/variables.dark.js.map +1 -1
  257. package/dist/esm/theme/tokens/variables.light.js +6 -1
  258. package/dist/esm/theme/tokens/variables.light.js.map +1 -1
  259. package/dist/types/components/Assets/Icons/Popin.d.ts +3 -0
  260. package/dist/types/components/Assets/Icons/system/types.d.ts +1 -1
  261. package/dist/types/components/Avatar/Avatar.d.ts +1 -1
  262. package/dist/types/components/Badge/Badge.d.ts +1 -1
  263. package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  264. package/dist/types/components/ButtonGroup/ButtonGroup.types.d.ts +2 -2
  265. package/dist/types/components/CardHorizontal/CardHorizontal.d.ts +1 -1
  266. package/dist/types/components/CardPrimary/CardPrimaryTopBadge.d.ts +10 -4
  267. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
  268. package/dist/types/components/Container/Container.d.ts +1 -1
  269. package/dist/types/components/EllipsisContent/EllipsisContent.d.ts +1 -1
  270. package/dist/types/components/GenericLabel/GenericLabel.d.ts +1 -1
  271. package/dist/types/components/GridContainer/GridContainer.d.ts +1 -1
  272. package/dist/types/components/Icon/SvgImageElement.d.ts +6 -3
  273. package/dist/types/components/IconWrapper/IconWrapper.types.d.ts +2 -2
  274. package/dist/types/components/Label/Label.d.ts +1 -1
  275. package/dist/types/components/Link/Link.d.ts +1 -1
  276. package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -40
  277. package/dist/types/components/Separator/Separator.d.ts +1 -1
  278. package/dist/types/components/Text/Text.d.ts +1 -1
  279. package/dist/types/index.d.ts +2 -2
  280. package/dist/types/{components/Link/common.d.ts → styles/linkStyles.d.ts} +1 -1
  281. package/dist/types/theme/theme.core.d.ts +7 -0
  282. package/dist/types/theme/tokens/variables.dark.d.ts +2 -0
  283. package/dist/types/theme/tokens/variables.light.d.ts +5 -0
  284. package/package.json +2 -2
  285. package/dist/cjs/components/Link/common.cjs.map +0 -1
  286. package/dist/esm/components/Link/common.js.map +0 -1
@@ -1,264 +1,2355 @@
1
+ .svg-wrapper__fkBYp {
2
+ display: flex;
3
+ padding: 0;
4
+ align-items: center;
5
+ border-radius: var(--border-radii-full);
6
+ background: var(--click-icon-color-background-default);
7
+ color: var(--svg-icon-color, currentcolor);
8
+ }
9
+
10
+ .svg-wrapper__fkBYp svg {
11
+ width: var(--svg-width, var(--click-image-md-size-width));
12
+ height: var(--svg-height, var(--click-image-md-size-height));
13
+ }
14
+
15
+ .svg-wrapper__fkBYp :is(path[stroke], svg[stroke]:not([stroke='none']), rect[stroke], circle[fill]) {
16
+ stroke: var(--svg-icon-color, currentcolor);
17
+ }
18
+
19
+ .svg-wrapper__fkBYp :is(path[fill], svg[fill]:not([fill='none']), rect[fill], circle[fill]) {
20
+ fill: var(--svg-icon-color, currentcolor);
21
+ }
22
+
23
+ .svg-wrapper_size_xs__iu6Dh {
24
+ --svg-state-padding: var(--click-icon-space-xs-all);
25
+ }
26
+
27
+ .svg-wrapper_size_xs__iu6Dh svg {
28
+ width: var(--svg-width, var(--click-image-xs-size-width));
29
+ height: var(--svg-height, var(--click-image-xs-size-height));
30
+ }
31
+
32
+ .svg-wrapper_size_sm__vPYwD {
33
+ --svg-state-padding: var(--click-icon-space-sm-all);
34
+ }
35
+
36
+ .svg-wrapper_size_sm__vPYwD svg {
37
+ width: var(--svg-width, var(--click-image-sm-size-width));
38
+ height: var(--svg-height, var(--click-image-sm-size-height));
39
+ }
40
+
41
+ .svg-wrapper_size_md__XKE27 {
42
+ --svg-state-padding: var(--click-icon-space-md-all);
43
+ }
44
+
45
+ .svg-wrapper_size_md__XKE27 svg {
46
+ width: var(--svg-width, var(--click-image-md-size-width));
47
+ height: var(--svg-height, var(--click-image-md-size-height));
48
+ }
49
+
50
+ .svg-wrapper_size_lg__71xI0 {
51
+ --svg-state-padding: var(--click-icon-space-lg-all);
52
+ }
53
+
54
+ .svg-wrapper_size_lg__71xI0 svg {
55
+ width: var(--svg-width, var(--click-image-lg-size-width));
56
+ height: var(--svg-height, var(--click-image-lg-size-height));
57
+ }
58
+
59
+ .svg-wrapper_size_xl__tOVHR {
60
+ --svg-state-padding: var(--click-icon-space-xl-all);
61
+ }
62
+
63
+ .svg-wrapper_size_xl__tOVHR svg {
64
+ width: var(--svg-width, var(--click-image-xl-size-width));
65
+ height: var(--svg-height, var(--click-image-xl-size-height));
66
+ }
67
+
68
+ .svg-wrapper_size_xxl__pKrjr {
69
+ --svg-state-padding: var(--click-icon-space-xxl-all);
70
+ }
71
+
72
+ .svg-wrapper_size_xxl__pKrjr svg {
73
+ width: var(--svg-width, var(--click-image-xxl-size-width));
74
+ height: var(--svg-height, var(--click-image-xxl-size-height));
75
+ }
76
+
77
+ .svg-wrapper_state_success__SG0rW {
78
+ padding: var(--svg-state-padding, var(--click-icon-space-md-all));
79
+ background: var(--click-icon-color-background-success);
80
+ color: var(--click-icon-color-text-success);
81
+ }
82
+
83
+ .svg-wrapper_state_warning__hzZtU {
84
+ padding: var(--svg-state-padding, var(--click-icon-space-md-all));
85
+ background: var(--click-icon-color-background-warning);
86
+ color: var(--click-icon-color-text-warning);
87
+ }
88
+
89
+ .svg-wrapper_state_danger__eGGpB {
90
+ padding: var(--svg-state-padding, var(--click-icon-space-md-all));
91
+ background: var(--click-icon-color-background-danger);
92
+ color: var(--click-icon-color-text-danger);
93
+ }
94
+
95
+ .svg-wrapper_state_info__VNIFj {
96
+ padding: var(--svg-state-padding, var(--click-icon-space-md-all));
97
+ background: var(--click-icon-color-background-info);
98
+ color: var(--click-icon-color-text-info);
99
+ }
100
+
101
+ .svg-image__X4D5L {
102
+ display: flex;
103
+ align-items: center;
104
+ }
105
+
106
+ .svg-image_size_xs__3cjNj {
107
+ width: var(--click-image-xs-size-width);
108
+ height: var(--click-image-xs-size-height);
109
+ }
110
+
111
+ .svg-image_size_sm__2nj5- {
112
+ width: var(--click-image-sm-size-width);
113
+ height: var(--click-image-sm-size-height);
114
+ }
115
+
116
+ .svg-image_size_md__VlGV0 {
117
+ width: var(--click-image-md-size-width);
118
+ height: var(--click-image-md-size-height);
119
+ }
120
+
121
+ .svg-image_size_lg__AwS66 {
122
+ width: var(--click-image-lg-size-width);
123
+ height: var(--click-image-lg-size-height);
124
+ }
125
+
126
+ .svg-image_size_xl__cAmRV {
127
+ width: var(--click-image-xl-size-width);
128
+ height: var(--click-image-xl-size-height);
129
+ }
130
+
131
+ .svg-image_size_xxl__oaQUY {
132
+ width: var(--click-image-xxl-size-width);
133
+ height: var(--click-image-xxl-size-height);
134
+ }
135
+ .label__RaRvM {
136
+ color: var(--click-field-color-label-default);
137
+ font: var(--click-field-typography-label-default);
138
+ }
139
+
140
+ /* Hover/focus rules only apply when neither disabled nor error is set, matching
141
+ the original styled-components behavior (which simply didn't emit them in
142
+ those states). The :not() chain also raises specificity above 0-1-0 so these
143
+ rules win over InputWrapper's `labelColor` override (a 0-1-0 single-class
144
+ styled-components selector injected later in the cascade). The .label_error
145
+ and .label_disabled modifiers below stay at 0-1-0 on purpose, so labelColor
146
+ continues to override them. */
147
+ .label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):hover {
148
+ color: var(--click-field-color-label-hover);
149
+ font: var(--click-field-typography-label-hover);
150
+ }
151
+
152
+ .label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):focus,
153
+ .label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):focus-within {
154
+ color: var(--click-field-color-label-active);
155
+ font: var(--click-field-typography-label-active);
156
+ }
157
+
158
+ .label_error__k6yT0 {
159
+ color: var(--click-field-color-label-error);
160
+ font: var(--click-field-typography-label-error);
161
+ }
162
+
163
+ .label_disabled__8BGcG {
164
+ color: var(--click-field-color-label-disabled);
165
+ font: var(--click-field-typography-label-disabled);
166
+ }
167
+ .container__JMoiT {
168
+ /* These props are only emitted as inline custom properties when the
169
+ matching Container prop is set (grow, shrink, fillHeight, minHeight,
170
+ maxHeight, overflow). Custom properties inherit by default, so without
171
+ this reset a nested Container would inherit an ancestor's value — e.g. a
172
+ parent with `fillHeight` would force `height: 100%` onto every descendant
173
+ Container, and a parent with `grow` would make children flex-grow too.
174
+ Resetting to the guaranteed-invalid `initial` value keeps each Container's
175
+ defaults isolated; the `var()` fallbacks below then resolve to the same
176
+ defaults the styled-components version produced when the prop was unset. */
177
+ --container-height: initial;
178
+ --container-min-height: initial;
179
+ --container-max-height: initial;
180
+ --container-overflow: initial;
181
+ --container-grow: initial;
182
+ --container-shrink: initial;
183
+ display: var(--container-display, flex);
184
+ width: var(--container-width, 100%);
185
+ min-width: var(--container-min-width, auto);
186
+ max-width: var(--container-max-width, none);
187
+ height: var(--container-height, auto);
188
+ min-height: var(--container-min-height, auto);
189
+ max-height: var(--container-max-height, none);
190
+ padding: var(--container-padding);
191
+ overflow: var(--container-overflow, visible);
192
+ flex: var(--container-grow, 0 1 auto);
193
+ flex-shrink: var(--container-shrink, 1);
194
+ /* stylelint-disable declaration-block-no-redundant-longhand-properties -- flex-direction and flex-wrap are overridden independently by modifier classes, so the flex-flow shorthand can't be used */
195
+ flex-direction: row;
196
+ flex-wrap: nowrap;
197
+ /* stylelint-enable declaration-block-no-redundant-longhand-properties */
198
+ justify-content: start;
199
+ align-items: center;
200
+ gap: var(--container-gap);
201
+ }
202
+
203
+ .container_gap_none__bxc76 {
204
+ --container-gap: var(--click-container-gap-none);
205
+ }
206
+
207
+ .container_gap_xxs__HkKAF {
208
+ --container-gap: var(--click-container-gap-xxs);
209
+ }
210
+
211
+ .container_gap_xs__zrSVC {
212
+ --container-gap: var(--click-container-gap-xs);
213
+ }
214
+
215
+ .container_gap_sm__lVcQZ {
216
+ --container-gap: var(--click-container-gap-sm);
217
+ }
218
+
219
+ .container_gap_md__Vq3bB {
220
+ --container-gap: var(--click-container-gap-md);
221
+ }
222
+
223
+ .container_gap_lg__Zei2b {
224
+ --container-gap: var(--click-container-gap-lg);
225
+ }
226
+
227
+ .container_gap_xl__Tuq6H {
228
+ --container-gap: var(--click-container-gap-xl);
229
+ }
230
+
231
+ .container_gap_xxl__PuJSf {
232
+ --container-gap: var(--click-container-gap-xxl);
233
+ }
234
+
235
+ .container_padding_none__R5RME {
236
+ --container-padding: var(--click-container-space-none);
237
+ }
238
+
239
+ .container_padding_xxs__DLsuv {
240
+ --container-padding: var(--click-container-space-xxs);
241
+ }
242
+
243
+ .container_padding_xs__m6NTF {
244
+ --container-padding: var(--click-container-space-xs);
245
+ }
246
+
247
+ .container_padding_sm__d92oN {
248
+ --container-padding: var(--click-container-space-sm);
249
+ }
250
+
251
+ .container_padding_md__R9Z7f {
252
+ --container-padding: var(--click-container-space-md);
253
+ }
254
+
255
+ .container_padding_lg__MTjzd {
256
+ --container-padding: var(--click-container-space-lg);
257
+ }
258
+
259
+ .container_padding_xl__Q-MuJ {
260
+ --container-padding: var(--click-container-space-xl);
261
+ }
262
+
263
+ .container_padding_xxl__yoxF6 {
264
+ --container-padding: var(--click-container-space-xxl);
265
+ }
266
+
267
+ .container_orientation_horizontal__COuvp {
268
+ flex-direction: row;
269
+ }
270
+
271
+ .container_orientation_vertical__ozeKX {
272
+ flex-direction: column;
273
+ }
274
+
275
+ .container_wrap_nowrap__sQdYT {
276
+ flex-wrap: nowrap;
277
+ }
278
+
279
+ .container_wrap_wrap__m1DNy {
280
+ flex-wrap: wrap;
281
+ }
282
+
283
+ .container_wrap_wrap-reverse__XhrY7 {
284
+ flex-wrap: wrap-reverse;
285
+ }
286
+
287
+ .container_align-items_start__sLi-i {
288
+ align-items: start;
289
+ }
290
+
291
+ .container_align-items_center__tkH9z {
292
+ align-items: center;
293
+ }
294
+
295
+ .container_align-items_end__AGbnX {
296
+ align-items: end;
297
+ }
298
+
299
+ .container_align-items_stretch__UjUJL {
300
+ align-items: stretch;
301
+ }
302
+
303
+ .container_justify-content_start__X4TLa {
304
+ justify-content: start;
305
+ }
306
+
307
+ .container_justify-content_center__7BRVR {
308
+ justify-content: center;
309
+ }
310
+
311
+ .container_justify-content_space-between__7nJKC {
312
+ justify-content: space-between;
313
+ }
314
+
315
+ .container_justify-content_space-around__VeJeX {
316
+ justify-content: space-around;
317
+ }
318
+
319
+ .container_justify-content_space-evenly__0gIEO {
320
+ justify-content: space-evenly;
321
+ }
322
+
323
+ .container_justify-content_end__LWD4b {
324
+ justify-content: end;
325
+ }
326
+
327
+ .container_justify-content_left__MGZLQ {
328
+ justify-content: left;
329
+ }
330
+
331
+ .container_justify-content_right__RT5XP {
332
+ justify-content: right;
333
+ }
334
+
335
+ /* The source emitted invalid values (`max-width: auto`, `flex-direction: auto`)
336
+ in the non-responsive branches; browsers ignore them, so only `width` changes
337
+ below the breakpoint when isResponsive is false. The responsive branch is the
338
+ only one that overrides max-width and flex-direction. */
339
+ /* stylelint-disable-next-line media-feature-range-notation -- prefix notation
340
+ required for browser compatibility per .browserslistrc */
341
+ @media (max-width: 768px) {
342
+ .container_responsive__gaWH0 {
343
+ width: 100%;
344
+ max-width: none;
345
+ flex-direction: column;
346
+ }
347
+
348
+ .container_non-responsive_fill__n-5dw {
349
+ width: 100%;
350
+ }
351
+
352
+ .container_non-responsive_hug__TRqoP {
353
+ width: auto;
354
+ }
355
+ }
356
+ .text__78lq0 {
357
+ margin: 0;
358
+ color: var(--click-global-color-text-default);
359
+ font: var(--typography-styles-product-text-normal-md);
360
+ text-align: left;
361
+ }
362
+
363
+ .text_fill-width__zRuxC {
364
+ width: 100%;
365
+ }
366
+
367
+ /* font shorthand depends on both size and weight; one class per pairing
368
+ mirrors the single `font:` declaration emitted by styled-components. */
369
+
370
+ .text_font_normal-xs__78uM- {
371
+ font: var(--typography-styles-product-text-normal-xs);
372
+ }
373
+
374
+ .text_font_normal-sm__nFGGC {
375
+ font: var(--typography-styles-product-text-normal-sm);
376
+ }
377
+
378
+ .text_font_normal-md__In-T2 {
379
+ font: var(--typography-styles-product-text-normal-md);
380
+ }
381
+
382
+ .text_font_normal-lg__WHd7I {
383
+ font: var(--typography-styles-product-text-normal-lg);
384
+ }
385
+
386
+ .text_font_medium-xs__KhN9o {
387
+ font: var(--typography-styles-product-text-medium-xs);
388
+ }
389
+
390
+ .text_font_medium-sm__zOR0K {
391
+ font: var(--typography-styles-product-text-medium-sm);
392
+ }
393
+
394
+ .text_font_medium-md__-svhL {
395
+ font: var(--typography-styles-product-text-medium-md);
396
+ }
397
+
398
+ .text_font_medium-lg__G8YvP {
399
+ font: var(--typography-styles-product-text-medium-lg);
400
+ }
401
+
402
+ .text_font_semibold-xs__MM2zu {
403
+ font: var(--typography-styles-product-text-semibold-xs);
404
+ }
405
+
406
+ .text_font_semibold-sm__2-9t1 {
407
+ font: var(--typography-styles-product-text-semibold-sm);
408
+ }
409
+
410
+ .text_font_semibold-md__o-5L5 {
411
+ font: var(--typography-styles-product-text-semibold-md);
412
+ }
413
+
414
+ .text_font_semibold-lg__0Tcyn {
415
+ font: var(--typography-styles-product-text-semibold-lg);
416
+ }
417
+
418
+ .text_font_bold-xs__WGk3B {
419
+ font: var(--typography-styles-product-text-bold-xs);
420
+ }
421
+
422
+ .text_font_bold-sm__-h2Ak {
423
+ font: var(--typography-styles-product-text-bold-sm);
424
+ }
425
+
426
+ .text_font_bold-md__IdFMh {
427
+ font: var(--typography-styles-product-text-bold-md);
428
+ }
429
+
430
+ .text_font_bold-lg__TAnMH {
431
+ font: var(--typography-styles-product-text-bold-lg);
432
+ }
433
+
434
+ .text_font_mono-xs__h2Ng9 {
435
+ font: var(--typography-styles-product-text-mono-xs);
436
+ }
437
+
438
+ .text_font_mono-sm__-TW-0 {
439
+ font: var(--typography-styles-product-text-mono-sm);
440
+ }
441
+
442
+ .text_font_mono-md__8WvNk {
443
+ font: var(--typography-styles-product-text-mono-md);
444
+ }
445
+
446
+ .text_font_mono-lg__1npTu {
447
+ font: var(--typography-styles-product-text-mono-lg);
448
+ }
449
+
450
+ .text_color_default__225Wd {
451
+ color: var(--click-global-color-text-default);
452
+ }
453
+
454
+ .text_color_muted__DpcbG {
455
+ color: var(--click-global-color-text-muted);
456
+ }
457
+
458
+ .text_color_danger__hphaQ {
459
+ color: var(--click-global-color-text-danger);
460
+ }
461
+
462
+ .text_color_disabled__noB1s {
463
+ color: var(--click-global-color-text-disabled);
464
+ }
465
+
466
+ .text_color_warning__OosOF {
467
+ color: var(--click-global-color-text-warning);
468
+ }
469
+
470
+ .text_align_left__W0fKP {
471
+ text-align: left;
472
+ }
473
+
474
+ .text_align_center__TjmiH {
475
+ text-align: center;
476
+ }
477
+
478
+ .text_align_right__azLA3 {
479
+ text-align: right;
480
+ }
481
+ /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
482
+
483
+ .iconbutton__G-cEu {
484
+ padding: var(--click-button-iconButton-default-space-y)
485
+ var(--click-button-iconButton-default-space-x);
486
+ border: var(--click-button-stroke) solid;
487
+ border-radius: var(--click-button-iconButton-radii-all);
488
+ cursor: pointer;
489
+ }
490
+
491
+ .iconbutton_size_sm__tT3BV {
492
+ padding: var(--click-button-iconButton-sm-space-y)
493
+ var(--click-button-iconButton-sm-space-x);
494
+ }
495
+
496
+ .iconbutton_size_xs__CxWtP {
497
+ padding: var(--click-button-iconButton-xs-space-y)
498
+ var(--click-button-iconButton-xs-space-x);
499
+ }
500
+
501
+ .iconbutton_type_primary__QEfNk {
502
+ border-color: var(--click-button-iconButton-color-primary-stroke-default);
503
+ background-color: var(--click-button-iconButton-color-primary-background-default);
504
+ color: var(--click-button-iconButton-color-primary-text-default);
505
+ }
506
+
507
+ .iconbutton_type_primary__QEfNk:visited {
508
+ background-color: var(--click-button-iconButton-color-primary-background-default);
509
+ }
510
+
511
+ .iconbutton_type_primary__QEfNk:not([disabled]):hover {
512
+ border-color: var(--click-button-iconButton-color-primary-stroke-hover);
513
+ background-color: var(--click-button-iconButton-color-primary-background-hover);
514
+ color: var(--click-button-iconButton-color-primary-text-hover);
515
+ }
516
+
517
+ .iconbutton_type_primary__QEfNk:not([disabled]):focus,
518
+ .iconbutton_type_primary__QEfNk:not([disabled]):active,
519
+ .iconbutton_type_primary__QEfNk:not([disabled]):focus-within {
520
+ border-color: var(--click-button-iconButton-color-primary-stroke-active);
521
+ background-color: var(--click-button-iconButton-color-primary-background-active);
522
+ color: var(--click-button-iconButton-color-primary-text-active);
523
+ }
524
+
525
+ .iconbutton_type_secondary__qeL8h {
526
+ border-color: var(--click-button-iconButton-color-secondary-stroke-default);
527
+ background-color: var(--click-button-iconButton-color-secondary-background-default);
528
+ color: var(--click-button-iconButton-color-secondary-text-default);
529
+ }
530
+
531
+ .iconbutton_type_secondary__qeL8h:visited {
532
+ background-color: var(--click-button-iconButton-color-secondary-background-default);
533
+ }
534
+
535
+ .iconbutton_type_secondary__qeL8h:not([disabled]):hover {
536
+ border-color: var(--click-button-iconButton-color-secondary-stroke-hover);
537
+ background-color: var(--click-button-iconButton-color-secondary-background-hover);
538
+ color: var(--click-button-iconButton-color-secondary-text-hover);
539
+ }
540
+
541
+ .iconbutton_type_secondary__qeL8h:not([disabled]):focus,
542
+ .iconbutton_type_secondary__qeL8h:not([disabled]):active,
543
+ .iconbutton_type_secondary__qeL8h:not([disabled]):focus-within {
544
+ border-color: var(--click-button-iconButton-color-secondary-stroke-active);
545
+ background-color: var(--click-button-iconButton-color-secondary-background-active);
546
+ color: var(--click-button-iconButton-color-secondary-text-active);
547
+ }
548
+
549
+ .iconbutton_type_ghost__nLh8i {
550
+ border-color: var(--click-button-iconButton-color-ghost-stroke-default);
551
+ background-color: var(--click-button-iconButton-color-ghost-background-default);
552
+ color: var(--click-button-iconButton-color-ghost-text-default);
553
+ }
554
+
555
+ .iconbutton_type_ghost__nLh8i:visited {
556
+ background-color: var(--click-button-iconButton-color-ghost-background-default);
557
+ }
558
+
559
+ .iconbutton_type_ghost__nLh8i:not([disabled]):hover {
560
+ border-color: var(--click-button-iconButton-color-ghost-stroke-hover);
561
+ background-color: var(--click-button-iconButton-color-ghost-background-hover);
562
+ color: var(--click-button-iconButton-color-ghost-text-hover);
563
+ }
564
+
565
+ .iconbutton_type_ghost__nLh8i:not([disabled]):focus,
566
+ .iconbutton_type_ghost__nLh8i:not([disabled]):active,
567
+ .iconbutton_type_ghost__nLh8i:not([disabled]):focus-within {
568
+ border-color: var(--click-button-iconButton-color-ghost-stroke-active);
569
+ background-color: var(--click-button-iconButton-color-ghost-background-active);
570
+ color: var(--click-button-iconButton-color-ghost-text-active);
571
+ }
572
+
573
+ .iconbutton_type_danger__CjQg- {
574
+ border-color: var(--click-button-iconButton-color-danger-stroke-default);
575
+ background-color: var(--click-button-iconButton-color-danger-background-default);
576
+ color: var(--click-button-iconButton-color-danger-text-default);
577
+ }
578
+
579
+ .iconbutton_type_danger__CjQg-:visited {
580
+ background-color: var(--click-button-iconButton-color-danger-background-default);
581
+ }
582
+
583
+ .iconbutton_type_danger__CjQg-:not([disabled]):hover {
584
+ border-color: var(--click-button-iconButton-color-danger-stroke-hover);
585
+ background-color: var(--click-button-iconButton-color-danger-background-hover);
586
+ color: var(--click-button-iconButton-color-danger-text-hover);
587
+ }
588
+
589
+ .iconbutton_type_danger__CjQg-:not([disabled]):focus,
590
+ .iconbutton_type_danger__CjQg-:not([disabled]):active,
591
+ .iconbutton_type_danger__CjQg-:not([disabled]):focus-within {
592
+ border-color: var(--click-button-iconButton-color-danger-stroke-active);
593
+ background-color: var(--click-button-iconButton-color-danger-background-active);
594
+ color: var(--click-button-iconButton-color-danger-text-active);
595
+ }
596
+
597
+ .iconbutton_type_info__Ue7wb {
598
+ border-color: var(--click-button-iconButton-color-info-stroke-default);
599
+ background-color: var(--click-button-iconButton-color-info-background-default);
600
+ color: var(--click-button-iconButton-color-info-text-default);
601
+ }
602
+
603
+ .iconbutton_type_info__Ue7wb:visited {
604
+ background-color: var(--click-button-iconButton-color-info-background-default);
605
+ }
606
+
607
+ .iconbutton_type_info__Ue7wb:not([disabled]):hover {
608
+ border-color: var(--click-button-iconButton-color-info-stroke-hover);
609
+ background-color: var(--click-button-iconButton-color-info-background-hover);
610
+ color: var(--click-button-iconButton-color-info-text-hover);
611
+ }
612
+
613
+ .iconbutton_type_info__Ue7wb:not([disabled]):focus,
614
+ .iconbutton_type_info__Ue7wb:not([disabled]):active,
615
+ .iconbutton_type_info__Ue7wb:not([disabled]):focus-within {
616
+ border-color: var(--click-button-iconButton-color-info-stroke-active);
617
+ background-color: var(--click-button-iconButton-color-info-background-active);
618
+ color: var(--click-button-iconButton-color-info-text-active);
619
+ }
620
+
621
+ .iconbutton__G-cEu[disabled] {
622
+ background-color: var(--click-button-iconButton-color-disabled-background-default);
623
+ color: var(--click-button-iconButton-color-disabled-text-default);
624
+ cursor: not-allowed;
625
+ }
626
+ .buttongroup__9IkOe {
627
+ display: inline-flex;
628
+ box-sizing: border-box;
629
+ flex-direction: row;
630
+ justify-content: center;
631
+ align-items: center;
632
+ border-radius: var(--click-button-group-radii-panel-all);
633
+ background: var(--click-button-group-color-background-panel);
634
+ }
635
+
636
+ .buttongroup_type_default__D1bYD {
637
+ padding: var(--click-button-group-space-panel-default-x)
638
+ var(--click-button-group-space-panel-default-y);
639
+ gap: var(--click-button-group-space-panel-default-gap);
640
+ border: 1px solid var(--click-button-group-color-panel-stroke-default);
641
+ }
642
+
643
+ .buttongroup_type_borderless__cAhx7 {
644
+ padding: var(--click-button-group-space-panel-borderless-x)
645
+ var(--click-button-group-space-panel-borderless-y);
646
+ gap: var(--click-button-group-space-panel-borderless-gap);
647
+ border: none;
648
+ }
649
+
650
+ .buttongroup_fillwidth__WzJlu {
651
+ width: 100%;
652
+ }
653
+
654
+ .button__w1Is2 {
655
+ display: flex;
656
+ box-sizing: border-box;
657
+ flex-direction: row;
658
+ justify-content: center;
659
+ align-items: center;
660
+ border: none;
661
+ background: var(--click-button-group-color-background-default);
662
+ color: var(--click-button-group-color-text-default);
663
+ font: var(--click-button-group-typography-label-default);
664
+ cursor: pointer;
665
+ }
666
+
667
+ .button_type_default__G9UA1 {
668
+ padding: var(--click-button-group-space-button-default-y)
669
+ var(--click-button-group-space-button-default-x);
670
+ border-radius: var(--click-button-group-radii-button-default-all);
671
+ }
672
+
673
+ .button_type_borderless__PydeS {
674
+ padding: var(--click-button-group-space-button-borderless-y)
675
+ var(--click-button-group-space-button-borderless-x);
676
+ border-radius: var(--click-button-group-radii-button-borderless-all);
677
+ }
678
+
679
+ .button_fillwidth__lqIVG {
680
+ flex: 1;
681
+ }
682
+
683
+ .button__w1Is2[aria-pressed='true'] {
684
+ background: var(--click-button-group-color-background-active);
685
+ color: var(--click-button-group-color-text-active);
686
+ font: var(--click-button-group-typography-label-active);
687
+ }
688
+
689
+ .button__w1Is2:hover {
690
+ background: var(--click-button-group-color-background-hover);
691
+ color: var(--click-button-group-color-text-hover);
692
+ font: var(--click-button-group-typography-label-hover);
693
+ }
694
+
695
+ .button__w1Is2:disabled {
696
+ background: var(--click-button-group-color-background-disabled);
697
+ color: var(--click-button-group-color-text-disabled);
698
+ font: var(--click-button-group-typography-label-disabled);
699
+ cursor: not-allowed;
700
+ }
701
+
702
+ .button__w1Is2:disabled:active,
703
+ .button__w1Is2:disabled:focus,
704
+ .button__w1Is2:disabled[aria-pressed='true'] {
705
+ color: var(--click-button-group-color-text-disabled);
706
+ }
707
+
708
+ .button__w1Is2[aria-pressed='true']:disabled {
709
+ background: var(--click-button-group-color-background-disabled-active);
710
+ }
1
711
  .button__2ZuB7 {
2
712
  display: flex;
3
- position: relative;
4
- padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
5
- overflow: hidden;
713
+ position: relative;
714
+ padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
715
+ overflow: hidden;
716
+ flex-shrink: 0;
717
+ justify-content: center;
718
+ align-items: center;
719
+ gap: var(--click-button-basic-space-gap);
720
+ border: 1px solid transparent;
721
+ border-radius: var(--click-button-radii-all);
722
+ background: transparent;
723
+ color: inherit;
724
+ font: var(--click-button-basic-typography-label-default);
725
+ white-space: nowrap;
726
+ cursor: pointer;
727
+ }
728
+
729
+ .button_align-center__RdEYc {
730
+ justify-content: center;
731
+ }
732
+
733
+ .button_align-left__AmFEH {
734
+ justify-content: flex-start;
735
+ }
736
+
737
+ .button_fill_width__npU6- {
738
+ width: 100%;
739
+ }
740
+
741
+ .button_primary__5V6PJ {
742
+ border-color: var(--click-button-basic-color-primary-stroke-default);
743
+ background-color: var(--click-button-basic-color-primary-background-default);
744
+ color: var(--click-button-basic-color-primary-text-default);
745
+ }
746
+
747
+ .button_primary__5V6PJ:disabled:not(.button_loading__n2tCt) {
748
+ border-color: var(--click-button-basic-color-primary-stroke-disabled);
749
+ background-color: var(--click-button-basic-color-primary-background-disabled);
750
+ color: var(--click-button-basic-color-primary-text-disabled);
751
+ font: var(--click-button-basic-typography-label-disabled);
752
+ cursor: not-allowed;
753
+ }
754
+
755
+ .button_primary__5V6PJ:hover:not(:disabled) {
756
+ border-color: var(--click-button-basic-color-primary-stroke-hover);
757
+ background-color: var(--click-button-basic-color-primary-background-hover);
758
+ font: var(--click-button-basic-typography-label-hover);
759
+ transition: var(--click-transition-default);
760
+ }
761
+
762
+ .button_primary__5V6PJ:focus-visible:not(:disabled) {
763
+ border-color: var(--click-button-basic-color-primary-stroke-active);
764
+ background-color: var(--click-button-basic-color-primary-background-active);
765
+ font: var(--click-button-basic-typography-label-active);
766
+ outline: 2px solid var(--click-button-basic-color-primary-stroke-active);
767
+ outline-offset: 2px;
768
+ }
769
+
770
+ .button_primary__5V6PJ:active:not(:disabled),
771
+ .button_primary__5V6PJ:focus:not(:focus-visible, :disabled) {
772
+ border-color: var(--click-button-basic-color-primary-stroke-active);
773
+ background-color: var(--click-button-basic-color-primary-background-active);
774
+ font: var(--click-button-basic-typography-label-active);
775
+ outline: none;
776
+ }
777
+
778
+ .button_secondary__PXw0N {
779
+ border-color: var(--click-button-basic-color-secondary-stroke-default);
780
+ background-color: var(--click-button-basic-color-secondary-background-default);
781
+ color: var(--click-button-basic-color-secondary-text-default);
782
+ }
783
+
784
+ .button_secondary__PXw0N:disabled:not(.button_loading__n2tCt) {
785
+ border-color: var(--click-button-basic-color-secondary-stroke-disabled);
786
+ background-color: var(--click-button-basic-color-secondary-background-disabled);
787
+ color: var(--click-button-basic-color-secondary-text-disabled);
788
+ font: var(--click-button-basic-typography-label-disabled);
789
+ cursor: not-allowed;
790
+ }
791
+
792
+ .button_secondary__PXw0N:hover:not(:disabled) {
793
+ border-color: var(--click-button-basic-color-secondary-stroke-hover);
794
+ background-color: var(--click-button-basic-color-secondary-background-hover);
795
+ font: var(--click-button-basic-typography-label-hover);
796
+ transition: var(--click-transition-default);
797
+ }
798
+
799
+ .button_secondary__PXw0N:focus-visible:not(:disabled) {
800
+ border-color: var(--click-button-basic-color-secondary-stroke-active);
801
+ background-color: var(--click-button-basic-color-secondary-background-active);
802
+ font: var(--click-button-basic-typography-label-active);
803
+ outline: 2px solid var(--click-button-basic-color-secondary-stroke-active);
804
+ outline-offset: 2px;
805
+ }
806
+
807
+ .button_secondary__PXw0N:active:not(:disabled),
808
+ .button_secondary__PXw0N:focus:not(:focus-visible, :disabled) {
809
+ border-color: var(--click-button-basic-color-secondary-stroke-active);
810
+ background-color: var(--click-button-basic-color-secondary-background-active);
811
+ font: var(--click-button-basic-typography-label-active);
812
+ outline: none;
813
+ }
814
+
815
+ .button_empty__GZ9s7 {
816
+ border-color: var(--click-button-basic-color-empty-stroke-default);
817
+ background-color: var(--click-button-basic-color-empty-background-default);
818
+ color: var(--click-button-basic-color-empty-text-default);
819
+ }
820
+
821
+ .button_empty__GZ9s7:disabled:not(.button_loading__n2tCt) {
822
+ border-color: var(--click-button-basic-color-empty-stroke-disabled);
823
+ background-color: var(--click-button-basic-color-empty-background-disabled);
824
+ color: var(--click-button-basic-color-empty-text-disabled);
825
+ font: var(--click-button-basic-typography-label-disabled);
826
+ cursor: not-allowed;
827
+ }
828
+
829
+ .button_empty__GZ9s7:hover:not(:disabled) {
830
+ border-color: var(--click-button-basic-color-empty-stroke-hover);
831
+ background-color: var(--click-button-basic-color-empty-background-hover);
832
+ font: var(--click-button-basic-typography-label-hover);
833
+ transition: var(--click-transition-default);
834
+ }
835
+
836
+ .button_empty__GZ9s7:focus-visible:not(:disabled) {
837
+ border-color: var(--click-button-basic-color-empty-stroke-active);
838
+ background-color: var(--click-button-basic-color-empty-background-active);
839
+ font: var(--click-button-basic-typography-label-active);
840
+ outline: 2px solid var(--click-button-basic-color-empty-stroke-active);
841
+ outline-offset: 2px;
842
+ }
843
+
844
+ .button_empty__GZ9s7:active:not(:disabled),
845
+ .button_empty__GZ9s7:focus:not(:focus-visible, :disabled) {
846
+ border-color: var(--click-button-basic-color-empty-stroke-active);
847
+ background-color: var(--click-button-basic-color-empty-background-active);
848
+ font: var(--click-button-basic-typography-label-active);
849
+ outline: none;
850
+ }
851
+
852
+ .button_danger__0DN8k {
853
+ border-color: var(--click-button-basic-color-danger-stroke-default);
854
+ background-color: var(--click-button-basic-color-danger-background-default);
855
+ color: var(--click-button-basic-color-danger-text-default);
856
+ }
857
+
858
+ .button_danger__0DN8k:disabled:not(.button_loading__n2tCt) {
859
+ border-color: var(--click-button-basic-color-danger-stroke-disabled);
860
+ background-color: var(--click-button-basic-color-danger-background-disabled);
861
+ color: var(--click-button-basic-color-danger-text-disabled);
862
+ font: var(--click-button-basic-typography-label-disabled);
863
+ cursor: not-allowed;
864
+ }
865
+
866
+ .button_danger__0DN8k:hover:not(:disabled) {
867
+ border-color: var(--click-button-basic-color-danger-stroke-hover);
868
+ background-color: var(--click-button-basic-color-danger-background-hover);
869
+ font: var(--click-button-basic-typography-label-hover);
870
+ transition: var(--click-transition-default);
871
+ }
872
+
873
+ .button_danger__0DN8k:focus-visible:not(:disabled) {
874
+ border-color: var(--click-button-basic-color-danger-stroke-active);
875
+ background-color: var(--click-button-basic-color-danger-background-active);
876
+ font: var(--click-button-basic-typography-label-active);
877
+ outline: 2px solid var(--click-button-basic-color-danger-stroke-active);
878
+ outline-offset: 2px;
879
+ }
880
+
881
+ .button_danger__0DN8k:active:not(:disabled),
882
+ .button_danger__0DN8k:focus:not(:focus-visible, :disabled) {
883
+ border-color: var(--click-button-basic-color-danger-stroke-active);
884
+ background-color: var(--click-button-basic-color-danger-background-active);
885
+ font: var(--click-button-basic-typography-label-active);
886
+ outline: none;
887
+ }
888
+
889
+ .button_loading__n2tCt {
890
+ cursor: not-allowed;
891
+ }
892
+
893
+ .button_loading__n2tCt::before {
894
+ content: '';
895
+ position: absolute;
896
+ inset: 0;
897
+ background-size: 200px 100%;
898
+ background-repeat: no-repeat;
899
+ pointer-events: none;
900
+ animation: shimmer-fixed-width__lwKzt 1.5s ease-in-out infinite;
901
+ }
902
+
903
+ .button_fill_width__npU6-.button_loading__n2tCt::before {
904
+ background-size: 200% 100%;
905
+ background-repeat: repeat;
906
+ animation: shimmer-fill-width__jTIzk 1.5s ease-in-out infinite;
907
+ }
908
+
909
+ .button_primary__5V6PJ.button_loading__n2tCt,
910
+ .button_secondary__PXw0N.button_loading__n2tCt,
911
+ .button_danger__0DN8k.button_loading__n2tCt {
912
+ opacity: 0.7;
913
+ }
914
+
915
+ .button_empty__GZ9s7.button_loading__n2tCt {
916
+ opacity: 0.9;
917
+ }
918
+
919
+ .button_loading__n2tCt > * {
920
+ opacity: 0.7;
921
+ }
922
+
923
+ @keyframes shimmer-fixed-width__lwKzt {
924
+ 0% {
925
+ background-position: -200px 0;
926
+ }
927
+
928
+ 100% {
929
+ background-position: 200px 0;
930
+ }
931
+ }
932
+
933
+ @keyframes shimmer-fill-width__jTIzk {
934
+ 0% {
935
+ background-position: 100% 0;
936
+ }
937
+
938
+ 100% {
939
+ background-position: -100% 0;
940
+ }
941
+ }
942
+
943
+ .button_primary__5V6PJ.button_loading__n2tCt::before {
944
+ background-image: var(--click-button-basic-color-primary-background-loading);
945
+ }
946
+
947
+ .button_secondary__PXw0N.button_loading__n2tCt::before {
948
+ background-image: var(--click-button-basic-color-secondary-background-loading);
949
+ }
950
+
951
+ .button_empty__GZ9s7.button_loading__n2tCt::before {
952
+ background-image: var(--click-button-basic-color-empty-background-loading);
953
+ }
954
+
955
+ .button_danger__0DN8k.button_loading__n2tCt::before {
956
+ background-image: var(--click-button-basic-color-danger-background-loading);
957
+ }
958
+
959
+ .button__icon__e6c-f {
960
+ display: flex;
961
+ width: var(--click-button-basic-size-icon-all);
962
+ height: var(--click-button-basic-size-icon-all);
963
+ justify-content: center;
964
+ align-items: center;
965
+ }
966
+
967
+ .button__icon__e6c-f svg {
968
+ width: var(--click-button-basic-size-icon-all);
969
+ height: var(--click-button-basic-size-icon-all);
970
+ }
971
+
972
+ .button__label__tlatE {
973
+ display: inline-flex;
974
+ align-items: center;
975
+ }
976
+
977
+ @media (prefers-reduced-motion: reduce) {
978
+ .button_loading__n2tCt::before,
979
+ .button_fill_width__npU6-.button_loading__n2tCt::before {
980
+ animation: none;
981
+ }
982
+ }
983
+ .spacer__okdOd {
984
+ display: flex;
985
+ background: transparent;
986
+ }
987
+
988
+ .spacer_size_xs__-oP-2 {
989
+ padding: var(--click-spacer-horizontal-space-y-xs) var(--click-spacer-horizontal-space-x-all);
990
+ }
991
+
992
+ .spacer_size_sm__k6iFW {
993
+ padding: var(--click-spacer-horizontal-space-y-sm) var(--click-spacer-horizontal-space-x-all);
994
+ }
995
+
996
+ .spacer_size_md__rX0x5 {
997
+ padding: var(--click-spacer-horizontal-space-y-md) var(--click-spacer-horizontal-space-x-all);
998
+ }
999
+
1000
+ .spacer_size_lg__PWKa0 {
1001
+ padding: var(--click-spacer-horizontal-space-y-lg) var(--click-spacer-horizontal-space-x-all);
1002
+ }
1003
+
1004
+ .spacer_size_xl__IrjcH {
1005
+ padding: var(--click-spacer-horizontal-space-y-xl) var(--click-spacer-horizontal-space-x-all);
1006
+ }
1007
+
1008
+ .spacer_size_xxl__upvXv {
1009
+ padding: var(--click-spacer-horizontal-space-y-xxl) var(--click-spacer-horizontal-space-x-all);
1010
+ }
1011
+ .separator__mz39H[data-orientation='horizontal'] {
1012
+ width: 100%;
1013
+ border-top: 0.0625rem solid var(--click-separator-color-stroke-default);
1014
+ }
1015
+
1016
+ .separator__mz39H[data-orientation='vertical'] {
1017
+ height: 100%;
1018
+ border-right: 0.0625rem solid var(--click-separator-color-stroke-default);
1019
+ }
1020
+
1021
+ .separator_variant_horizontal-xs__SVTMS {
1022
+ margin:
1023
+ var(--click-separator-horizontal-space-y-xs)
1024
+ var(--click-separator-horizontal-space-x-all);
1025
+ }
1026
+
1027
+ .separator_variant_horizontal-sm__aKMwO {
1028
+ margin:
1029
+ var(--click-separator-horizontal-space-y-sm)
1030
+ var(--click-separator-horizontal-space-x-all);
1031
+ }
1032
+
1033
+ .separator_variant_horizontal-md__HRIoB {
1034
+ margin:
1035
+ var(--click-separator-horizontal-space-y-md)
1036
+ var(--click-separator-horizontal-space-x-all);
1037
+ }
1038
+
1039
+ .separator_variant_horizontal-lg__phB0U {
1040
+ margin:
1041
+ var(--click-separator-horizontal-space-y-lg)
1042
+ var(--click-separator-horizontal-space-x-all);
1043
+ }
1044
+
1045
+ .separator_variant_horizontal-xl__z08Bu {
1046
+ margin:
1047
+ var(--click-separator-horizontal-space-y-xl)
1048
+ var(--click-separator-horizontal-space-x-all);
1049
+ }
1050
+
1051
+ .separator_variant_horizontal-xxl__5sqqd {
1052
+ margin:
1053
+ var(--click-separator-horizontal-space-y-xxl)
1054
+ var(--click-separator-horizontal-space-x-all);
1055
+ }
1056
+
1057
+ .separator_variant_vertical-xs__XN-Os {
1058
+ margin:
1059
+ var(--click-separator-vertical-space-y-all)
1060
+ var(--click-separator-vertical-space-x-xs);
1061
+ }
1062
+
1063
+ .separator_variant_vertical-sm__ddV3R {
1064
+ margin:
1065
+ var(--click-separator-vertical-space-y-all)
1066
+ var(--click-separator-vertical-space-x-sm);
1067
+ }
1068
+
1069
+ .separator_variant_vertical-md__DlYM0 {
1070
+ margin:
1071
+ var(--click-separator-vertical-space-y-all)
1072
+ var(--click-separator-vertical-space-x-md);
1073
+ }
1074
+
1075
+ .separator_variant_vertical-lg__00SOr {
1076
+ margin:
1077
+ var(--click-separator-vertical-space-y-all)
1078
+ var(--click-separator-vertical-space-x-lg);
1079
+ }
1080
+
1081
+ .separator_variant_vertical-xl__0c4Od {
1082
+ margin:
1083
+ var(--click-separator-vertical-space-y-all)
1084
+ var(--click-separator-vertical-space-x-xl);
1085
+ }
1086
+
1087
+ .separator_variant_vertical-xxl__H-EOx {
1088
+ margin:
1089
+ var(--click-separator-vertical-space-y-all)
1090
+ var(--click-separator-vertical-space-x-xxl);
1091
+ }
1092
+ .avatar__3xMuZ {
1093
+ display: inline-flex;
1094
+ width: var(--click-avatar-size-width);
1095
+ height: var(--click-avatar-size-height);
1096
+ overflow: hidden;
1097
+ justify-content: center;
1098
+ align-items: center;
1099
+ border-radius: var(--click-avatar-radii-all);
1100
+ background-color: var(--click-avatar-color-background-default);
1101
+ color: var(--click-avatar-color-text-default);
1102
+ user-select: none;
1103
+ vertical-align: middle;
1104
+ }
1105
+
1106
+ .avatar__3xMuZ:active {
1107
+ background-color: var(--click-avatar-color-background-active);
1108
+ color: var(--click-avatar-color-text-active);
1109
+ }
1110
+
1111
+ .avatar__3xMuZ:hover {
1112
+ background-color: var(--click-avatar-color-background-hover);
1113
+ color: var(--click-avatar-color-text-hover);
1114
+ }
1115
+
1116
+ .avatar__image__-VNuI {
1117
+ width: 100%;
1118
+ height: 100%;
1119
+ border-radius: inherit;
1120
+ object-fit: cover;
1121
+ }
1122
+
1123
+ .avatar__fallback__gr7YV {
1124
+ display: inline-flex;
1125
+ width: var(--click-avatar-size-label-width);
1126
+ justify-content: center;
1127
+ align-items: center;
1128
+ }
1129
+
1130
+ .avatar__fallback_size_sm__7qjM2 {
1131
+ font: var(--click-avatar-typography-label-sm-default);
1132
+ }
1133
+
1134
+ .avatar__fallback_size_sm__7qjM2:active {
1135
+ font: var(--click-avatar-typography-label-sm-active);
1136
+ }
1137
+
1138
+ .avatar__fallback_size_sm__7qjM2:hover {
1139
+ font: var(--click-avatar-typography-label-sm-hover);
1140
+ }
1141
+
1142
+ .avatar__fallback_size_md__21Kuk {
1143
+ font: var(--click-avatar-typography-label-md-default);
1144
+ }
1145
+
1146
+ .avatar__fallback_size_md__21Kuk:active {
1147
+ font: var(--click-avatar-typography-label-md-active);
1148
+ }
1149
+
1150
+ .avatar__fallback_size_md__21Kuk:hover {
1151
+ font: var(--click-avatar-typography-label-md-hover);
1152
+ }
1153
+ .wrapper__DxhQK {
1154
+ display: inline-flex;
1155
+ padding: var(--click-badge-space-md-y) var(--click-badge-space-md-x);
1156
+ border: var(--click-badge-stroke) solid var(--click-badge-opaque-color-stroke-default);
1157
+ border-radius: var(--click-badge-radii-all);
1158
+ background-color: var(--click-badge-opaque-color-background-default);
1159
+ color: var(--click-badge-opaque-color-text-default);
1160
+ font: var(--click-badge-typography-label-md-default);
1161
+ }
1162
+
1163
+ /* Opaque type — colors per state */
1164
+
1165
+ .wrapper_typestate_opaque-default__aI5-w {
1166
+ border-color: var(--click-badge-opaque-color-stroke-default);
1167
+ background-color: var(--click-badge-opaque-color-background-default);
1168
+ color: var(--click-badge-opaque-color-text-default);
1169
+ }
1170
+
1171
+ .wrapper_typestate_opaque-success__A7jFR {
1172
+ border-color: var(--click-badge-opaque-color-stroke-success);
1173
+ background-color: var(--click-badge-opaque-color-background-success);
1174
+ color: var(--click-badge-opaque-color-text-success);
1175
+ }
1176
+
1177
+ .wrapper_typestate_opaque-neutral__M-2Ek {
1178
+ border-color: var(--click-badge-opaque-color-stroke-neutral);
1179
+ background-color: var(--click-badge-opaque-color-background-neutral);
1180
+ color: var(--click-badge-opaque-color-text-neutral);
1181
+ }
1182
+
1183
+ .wrapper_typestate_opaque-danger__1FP9Q {
1184
+ border-color: var(--click-badge-opaque-color-stroke-danger);
1185
+ background-color: var(--click-badge-opaque-color-background-danger);
1186
+ color: var(--click-badge-opaque-color-text-danger);
1187
+ }
1188
+
1189
+ .wrapper_typestate_opaque-disabled__rOnZR {
1190
+ border-color: var(--click-badge-opaque-color-stroke-disabled);
1191
+ background-color: var(--click-badge-opaque-color-background-disabled);
1192
+ color: var(--click-badge-opaque-color-text-disabled);
1193
+ }
1194
+
1195
+ .wrapper_typestate_opaque-warning__LFMbO {
1196
+ border-color: var(--click-badge-opaque-color-stroke-warning);
1197
+ background-color: var(--click-badge-opaque-color-background-warning);
1198
+ color: var(--click-badge-opaque-color-text-warning);
1199
+ }
1200
+
1201
+ .wrapper_typestate_opaque-info__x6Bg3 {
1202
+ border-color: var(--click-badge-opaque-color-stroke-info);
1203
+ background-color: var(--click-badge-opaque-color-background-info);
1204
+ color: var(--click-badge-opaque-color-text-info);
1205
+ }
1206
+
1207
+ /* Solid type — colors per state */
1208
+
1209
+ .wrapper_typestate_solid-default__xjCXm {
1210
+ border-color: var(--click-badge-solid-color-stroke-default);
1211
+ background-color: var(--click-badge-solid-color-background-default);
1212
+ color: var(--click-badge-solid-color-text-default);
1213
+ }
1214
+
1215
+ .wrapper_typestate_solid-success__NbCJo {
1216
+ border-color: var(--click-badge-solid-color-stroke-success);
1217
+ background-color: var(--click-badge-solid-color-background-success);
1218
+ color: var(--click-badge-solid-color-text-success);
1219
+ }
1220
+
1221
+ .wrapper_typestate_solid-neutral__dFOPR {
1222
+ border-color: var(--click-badge-solid-color-stroke-neutral);
1223
+ background-color: var(--click-badge-solid-color-background-neutral);
1224
+ color: var(--click-badge-solid-color-text-neutral);
1225
+ }
1226
+
1227
+ .wrapper_typestate_solid-danger__zCzPE {
1228
+ border-color: var(--click-badge-solid-color-stroke-danger);
1229
+ background-color: var(--click-badge-solid-color-background-danger);
1230
+ color: var(--click-badge-solid-color-text-danger);
1231
+ }
1232
+
1233
+ .wrapper_typestate_solid-disabled__sscAh {
1234
+ border-color: var(--click-badge-solid-color-stroke-disabled);
1235
+ background-color: var(--click-badge-solid-color-background-disabled);
1236
+ color: var(--click-badge-solid-color-text-disabled);
1237
+ }
1238
+
1239
+ .wrapper_typestate_solid-warning__48ZTU {
1240
+ border-color: var(--click-badge-solid-color-stroke-warning);
1241
+ background-color: var(--click-badge-solid-color-background-warning);
1242
+ color: var(--click-badge-solid-color-text-warning);
1243
+ }
1244
+
1245
+ .wrapper_typestate_solid-info__5fv-r {
1246
+ border-color: var(--click-badge-solid-color-stroke-info);
1247
+ background-color: var(--click-badge-solid-color-background-info);
1248
+ color: var(--click-badge-solid-color-text-info);
1249
+ }
1250
+
1251
+ /* Sizes */
1252
+
1253
+ .wrapper_size_sm__zQIOE {
1254
+ padding: var(--click-badge-space-sm-y) var(--click-badge-space-sm-x);
1255
+ font: var(--click-badge-typography-label-sm-default);
1256
+ }
1257
+
1258
+ .wrapper_size_md__1Uvni {
1259
+ padding: var(--click-badge-space-md-y) var(--click-badge-space-md-x);
1260
+ font: var(--click-badge-typography-label-md-default);
1261
+ }
1262
+
1263
+ /* Content row — mirrors the inner Content styled component. The original
1264
+ `Content` was never passed `$size`, so its `gap` always defaulted to the
1265
+ md token regardless of the badge's actual `size`. Preserved verbatim. */
1266
+
1267
+ .content__8D6nB {
1268
+ display: inline-flex;
1269
+ max-width: 100%;
1270
+ justify-content: flex-start;
1271
+ align-items: center;
1272
+ gap: var(--click-badge-space-md-gap);
1273
+ }
1274
+
1275
+ /* BadgeContent — wraps the IconWrapper. The original styled(IconWrapper) set
1276
+ `width: auto; overflow: hidden;` on the IconWrapper's rendered root and
1277
+ styled the descendant <svg> with color, height, width, and `gap: inherit`.
1278
+
1279
+ The styled-components version only forwarded `$state` to BadgeContent;
1280
+ `$type` and `$size` were NOT passed and defaulted to `'opaque'` and `'md'`
1281
+ inside the styled rule. To preserve that behavior verbatim, the descendant
1282
+ <svg> rules below key off `state` only — color always comes from the
1283
+ opaque-text-* tokens, and dimensions are always md, regardless of the
1284
+ badge's actual `type`/`size`.
1285
+
1286
+ The doubled-class selectors below (e.g. `.badgecontent.badgecontent svg`)
1287
+ raise specificity to (0,2,1) so these rules win over the Icon component's
1288
+ own runtime-injected styled-components rule `.<sc-class> svg { width: ... }`
1289
+ (specificity 0,1,1). styled-components used to inject the BadgeContent
1290
+ stylesheet AFTER Icon's stylesheet at render time, so source order let
1291
+ BadgeContent win at equal specificity; CSS Modules now bundle Badge's
1292
+ stylesheet earlier than the runtime SC stylesheet, so we need the bump. */
1293
+
1294
+ /* stylelint-disable no-descending-specificity -- doubled-class selectors below
1295
+ raise specificity so they win over the Icon component's runtime-injected
1296
+ styled-components `& svg` rule. */
1297
+
1298
+ .badgecontent__MlQs8 {
1299
+ width: auto;
1300
+ overflow: hidden;
1301
+ }
1302
+
1303
+ .badgecontent__MlQs8.badgecontent__MlQs8 svg {
1304
+ width: var(--click-badge-icon-md-size-width);
1305
+ height: var(--click-badge-icon-md-size-height);
1306
+ gap: inherit;
1307
+ }
1308
+
1309
+ .badgecontent_state_default__xvx1m.badgecontent_state_default__xvx1m svg {
1310
+ color: var(--click-badge-opaque-color-text-default);
1311
+ }
1312
+
1313
+ .badgecontent_state_success__NuTD7.badgecontent_state_success__NuTD7 svg {
1314
+ color: var(--click-badge-opaque-color-text-success);
1315
+ }
1316
+
1317
+ .badgecontent_state_neutral__Q0zQx.badgecontent_state_neutral__Q0zQx svg {
1318
+ color: var(--click-badge-opaque-color-text-neutral);
1319
+ }
1320
+
1321
+ .badgecontent_state_danger__cLB2G.badgecontent_state_danger__cLB2G svg {
1322
+ color: var(--click-badge-opaque-color-text-danger);
1323
+ }
1324
+
1325
+ .badgecontent_state_disabled__UDS4K.badgecontent_state_disabled__UDS4K svg {
1326
+ color: var(--click-badge-opaque-color-text-disabled);
1327
+ }
1328
+
1329
+ .badgecontent_state_warning__GtYY1.badgecontent_state_warning__GtYY1 svg {
1330
+ color: var(--click-badge-opaque-color-text-warning);
1331
+ }
1332
+
1333
+ .badgecontent_state_info__XgrAY.badgecontent_state_info__XgrAY svg {
1334
+ color: var(--click-badge-opaque-color-text-info);
1335
+ }
1336
+
1337
+ /* stylelint-enable no-descending-specificity */
1338
+
1339
+ /* Close icon — mirrors the SvgContainer styled.svg with as={Icon}. The
1340
+ styled-components version only passed $state (size and type defaulted),
1341
+ so width/height come from the default md/opaque tokens, and color from
1342
+ the opaque-text-<state> token.
1343
+
1344
+ The state classes below use doubled-class specificity (0,2,1) so they
1345
+ always win over Icon's internal `SvgWrapper` styled-component rule that
1346
+ sets `color: currentColor` on the same element at single-class specificity.
1347
+ Without the bump, stylesheet-order would decide and CSS Modules bundle
1348
+ before runtime SC styles, so the close icon would inherit the wrapper's
1349
+ color (e.g. opaque-text-info for an info badge, but solid-text-info for
1350
+ a solid info badge). Doubled class keeps the close icon on opaque-text-*
1351
+ regardless. */
1352
+
1353
+ .closeicon__p-7mr {
1354
+ width: var(--click-badge-icon-md-size-width);
1355
+ height: var(--click-badge-icon-md-size-height);
1356
+ }
1357
+
1358
+ .closeicon_state_default__i3VsI.closeicon_state_default__i3VsI {
1359
+ color: var(--click-badge-opaque-color-text-default);
1360
+ }
1361
+
1362
+ .closeicon_state_success__NRfHo.closeicon_state_success__NRfHo {
1363
+ color: var(--click-badge-opaque-color-text-success);
1364
+ }
1365
+
1366
+ .closeicon_state_neutral__MFG4R.closeicon_state_neutral__MFG4R {
1367
+ color: var(--click-badge-opaque-color-text-neutral);
1368
+ }
1369
+
1370
+ .closeicon_state_danger__1SPLo.closeicon_state_danger__1SPLo {
1371
+ color: var(--click-badge-opaque-color-text-danger);
1372
+ }
1373
+
1374
+ .closeicon_state_disabled__kagep.closeicon_state_disabled__kagep {
1375
+ color: var(--click-badge-opaque-color-text-disabled);
1376
+ }
1377
+
1378
+ .closeicon_state_warning__HyEx3.closeicon_state_warning__HyEx3 {
1379
+ color: var(--click-badge-opaque-color-text-warning);
1380
+ }
1381
+
1382
+ .closeicon_state_info__qNJkh.closeicon_state_info__qNJkh {
1383
+ color: var(--click-badge-opaque-color-text-info);
1384
+ }
1385
+ .header__Cn2aH {
1386
+ max-width: 100%;
1387
+ gap: inherit;
1388
+ }
1389
+
1390
+ .description__4EWfD {
1391
+ display: flex;
1392
+ width: 100%;
1393
+ flex: 1;
1394
+ flex-direction: column;
1395
+ align-self: start;
1396
+ gap: var(--click-card-horizontal-space-md-gap);
1397
+ }
1398
+
1399
+ .cardicon__VX2fX {
1400
+ width: var(--click-card-horizontal-icon-size-all);
1401
+ height: var(--click-card-horizontal-icon-size-all);
1402
+ }
1403
+
1404
+ .contentwrapper__u9SOr {
1405
+ display: flex;
1406
+ width: 100%;
1407
+ flex-direction: row;
1408
+ }
1409
+
1410
+ .contentwrapper_size_md__lNQPZ {
1411
+ gap: var(--click-card-horizontal-space-md-gap);
1412
+ }
1413
+
1414
+ .contentwrapper_size_sm__GDVYr {
1415
+ gap: var(--click-card-horizontal-space-sm-gap);
1416
+ }
1417
+
1418
+ /* stylelint-disable-next-line media-feature-range-notation -- prefix notation
1419
+ required for browser compatibility per .browserslistrc */
1420
+ @media (max-width: 768px) {
1421
+ .contentwrapper__u9SOr {
1422
+ flex-direction: column;
1423
+ }
1424
+ }
1425
+
1426
+ .icontextcontentwrapper__D6gbe {
1427
+ display: flex;
1428
+ width: 100%;
1429
+ flex-direction: row;
1430
+ align-items: center;
1431
+ }
1432
+
1433
+ .icontextcontentwrapper_alignment_top__rsOIa {
1434
+ align-items: flex-start;
1435
+ }
1436
+
1437
+ .icontextcontentwrapper_alignment_center__GiQqi {
1438
+ align-items: center;
1439
+ }
1440
+
1441
+ .icontextcontentwrapper_size_md__vl0h- {
1442
+ gap: var(--click-card-horizontal-space-md-gap);
1443
+ }
1444
+
1445
+ .icontextcontentwrapper_size_sm__VNsIL {
1446
+ gap: var(--click-card-horizontal-space-sm-gap);
1447
+ }
1448
+
1449
+ .wrapper__gPLR5 {
1450
+ display: inline-flex;
1451
+ width: 100%;
1452
+ max-width: 100%;
1453
+ justify-content: flex-start;
1454
+ align-items: center;
1455
+ align-self: auto;
1456
+ border: 1px solid var(--card-stroke-default);
1457
+ border-radius: var(--click-card-horizontal-radii-all);
1458
+ background: var(--card-bg-default);
1459
+ color: var(--card-title-default);
1460
+ font: var(--click-card-horizontal-typography-title-default);
1461
+ }
1462
+
1463
+ .wrapper_color_default__cSCG8 {
1464
+ --card-bg-default: var(--click-card-horizontal-default-color-background-default);
1465
+ --card-bg-hover: var(--click-card-horizontal-default-color-background-hover);
1466
+ --card-bg-active: var(--click-card-horizontal-default-color-background-active);
1467
+ --card-bg-disabled: var(--click-card-horizontal-default-color-background-disabled);
1468
+ --card-title-default: var(--click-card-horizontal-default-color-title-default);
1469
+ --card-title-hover: var(--click-card-horizontal-default-color-title-hover);
1470
+ --card-title-active: var(--click-card-horizontal-default-color-title-active);
1471
+ --card-title-disabled: var(--click-card-horizontal-default-color-title-disabled);
1472
+ --card-stroke-default: var(--click-card-horizontal-default-color-stroke-default);
1473
+ --card-stroke-hover: var(--click-card-horizontal-default-color-stroke-hover);
1474
+ --card-stroke-active: var(--click-card-horizontal-default-color-stroke-active);
1475
+ --card-stroke-disabled: var(--click-card-horizontal-default-color-stroke-disabled);
1476
+ --card-desc-default: var(--click-card-horizontal-default-color-description-default);
1477
+ --card-desc-hover: var(--click-card-horizontal-default-color-description-hover);
1478
+ --card-desc-active: var(--click-card-horizontal-default-color-description-active);
1479
+ --card-desc-disabled: var(--click-card-horizontal-default-color-description-disabled);
1480
+ }
1481
+
1482
+ .wrapper_color_muted__DFlsG {
1483
+ --card-bg-default: var(--click-card-horizontal-muted-color-background-default);
1484
+ --card-bg-hover: var(--click-card-horizontal-muted-color-background-hover);
1485
+ --card-bg-active: var(--click-card-horizontal-muted-color-background-active);
1486
+ --card-bg-disabled: var(--click-card-horizontal-muted-color-background-disabled);
1487
+ --card-title-default: var(--click-card-horizontal-muted-color-title-default);
1488
+ --card-title-hover: var(--click-card-horizontal-muted-color-title-hover);
1489
+ --card-title-active: var(--click-card-horizontal-muted-color-title-active);
1490
+ --card-title-disabled: var(--click-card-horizontal-muted-color-title-disabled);
1491
+ --card-stroke-default: var(--click-card-horizontal-muted-color-stroke-default);
1492
+ --card-stroke-hover: var(--click-card-horizontal-muted-color-stroke-hover);
1493
+ --card-stroke-active: var(--click-card-horizontal-muted-color-stroke-active);
1494
+ --card-stroke-disabled: var(--click-card-horizontal-muted-color-stroke-disabled);
1495
+ --card-desc-default: var(--click-card-horizontal-muted-color-description-default);
1496
+ --card-desc-hover: var(--click-card-horizontal-muted-color-description-hover);
1497
+ --card-desc-active: var(--click-card-horizontal-muted-color-description-active);
1498
+ --card-desc-disabled: var(--click-card-horizontal-muted-color-description-disabled);
1499
+ }
1500
+
1501
+ .wrapper_alignment_top__QcYt3 {
1502
+ align-items: flex-start;
1503
+ align-self: stretch;
1504
+ }
1505
+
1506
+ .wrapper_alignment_center__X8Sjf {
1507
+ align-items: center;
1508
+ align-self: auto;
1509
+ }
1510
+
1511
+ .wrapper_size_md__cIFpL {
1512
+ padding: var(--click-card-horizontal-space-md-y) var(--click-card-horizontal-space-md-x);
1513
+ }
1514
+
1515
+ .wrapper_size_sm__alRqs {
1516
+ padding: var(--click-card-horizontal-space-sm-y) var(--click-card-horizontal-space-sm-x);
1517
+ }
1518
+
1519
+ .wrapper__gPLR5 .description__4EWfD {
1520
+ color: var(--card-desc-default);
1521
+ font: var(--click-card-horizontal-typography-description-default);
1522
+ }
1523
+
1524
+ .wrapper__gPLR5.wrapper_selectable__shWc3 {
1525
+ border-color: var(--card-stroke-hover);
1526
+ }
1527
+
1528
+ .wrapper__gPLR5.wrapper_selectable__shWc3.wrapper_selected__FUouc {
1529
+ border-color: var(--card-stroke-active);
1530
+ }
1531
+
1532
+ .wrapper__gPLR5:hover {
1533
+ font: var(--click-card-horizontal-typography-title-hover);
1534
+ }
1535
+
1536
+ .wrapper__gPLR5.wrapper_selectable__shWc3:hover {
1537
+ border-color: var(--card-stroke-default);
1538
+ background-color: var(--card-bg-hover);
1539
+ color: var(--card-title-hover);
1540
+ cursor: pointer;
1541
+ }
1542
+
1543
+ .wrapper__gPLR5.wrapper_selectable__shWc3.wrapper_selected__FUouc:hover {
1544
+ border-color: var(--card-stroke-active);
1545
+ }
1546
+
1547
+ .wrapper__gPLR5.wrapper_selectable__shWc3:hover .description__4EWfD {
1548
+ color: var(--card-desc-hover);
1549
+ font: var(--click-card-horizontal-typography-description-hover);
1550
+ }
1551
+
1552
+ .wrapper__gPLR5.wrapper_selectable__shWc3:active,
1553
+ .wrapper__gPLR5.wrapper_selectable__shWc3:focus,
1554
+ .wrapper__gPLR5.wrapper_selectable__shWc3:focus-within {
1555
+ border-color: var(--card-stroke-active);
1556
+ background-color: var(--card-bg-active);
1557
+ color: var(--card-title-active);
1558
+ }
1559
+
1560
+ .wrapper__gPLR5.wrapper_selectable__shWc3:active .description__4EWfD,
1561
+ .wrapper__gPLR5.wrapper_selectable__shWc3:focus .description__4EWfD,
1562
+ .wrapper__gPLR5.wrapper_selectable__shWc3:focus-within .description__4EWfD {
1563
+ color: var(--card-desc-active);
1564
+ font: var(--click-card-horizontal-typography-description-active);
1565
+ }
1566
+
1567
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
1568
+ defined after hover/active to mirror the source cascade order;
1569
+ pointer-events:none plus tabIndex=-1 prevent hover/focus/active from firing. */
1570
+ .wrapper__gPLR5.wrapper_disabled__QRVx8,
1571
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:hover,
1572
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:active,
1573
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:focus,
1574
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:focus-within {
1575
+ border: 1px solid var(--card-stroke-disabled);
1576
+ background-color: var(--card-bg-disabled);
1577
+ color: var(--card-title-disabled);
1578
+ cursor: not-allowed;
1579
+ pointer-events: none;
1580
+ }
1581
+
1582
+ .wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc,
1583
+ .wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:hover,
1584
+ .wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:active,
1585
+ .wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:focus,
1586
+ .wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:focus-within {
1587
+ border-color: var(--card-stroke-active);
1588
+ }
1589
+
1590
+ .wrapper__gPLR5.wrapper_disabled__QRVx8 .description__4EWfD {
1591
+ color: var(--card-desc-disabled);
1592
+ font: var(--click-card-horizontal-typography-description-disabled);
1593
+ }
1594
+
1595
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:active,
1596
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:focus,
1597
+ .wrapper__gPLR5.wrapper_disabled__QRVx8:focus-within {
1598
+ border: 1px solid var(--card-stroke-active);
1599
+ }
1600
+ /* stylelint-enable no-descending-specificity */
1601
+ .wrapper__zCfLE {
1602
+ display: flex;
1603
+ width: 100%;
1604
+ max-width: 100%;
1605
+ flex-direction: column;
1606
+ border: 1px solid var(--click-card-primary-color-stroke-default);
1607
+ border-radius: var(--click-card-primary-radii-all);
1608
+ background-color: var(--click-card-primary-color-background-default);
1609
+ text-align: center;
1610
+ }
1611
+
1612
+ .wrapper_align_start__37pdg {
1613
+ text-align: left;
1614
+ }
1615
+
1616
+ .wrapper_align_center__37eoU {
1617
+ text-align: center;
1618
+ }
1619
+
1620
+ .wrapper_align_end__xbC8w {
1621
+ text-align: right;
1622
+ }
1623
+
1624
+ .wrapper_size_md__tu4Nx {
1625
+ padding: var(--click-card-primary-space-md-x) var(--click-card-primary-space-md-y);
1626
+ gap: var(--click-card-primary-space-md-gap);
1627
+ }
1628
+
1629
+ .wrapper_size_sm__8H2nS {
1630
+ padding: var(--click-card-primary-space-sm-x) var(--click-card-primary-space-sm-y);
1631
+ gap: var(--click-card-primary-space-sm-gap);
1632
+ }
1633
+
1634
+ .wrapper_shadow__6Yg0s {
1635
+ box-shadow: var(--shadow-1);
1636
+ }
1637
+
1638
+ .wrapper_selected__eO9y0 {
1639
+ border-color: var(--click-button-basic-color-primary-stroke-active);
1640
+ }
1641
+
1642
+ .wrapper__zCfLE:hover,
1643
+ .wrapper__zCfLE:focus {
1644
+ background-color: var(--click-card-secondary-color-background-hover);
1645
+ cursor: pointer;
1646
+ }
1647
+
1648
+ .wrapper__zCfLE:hover button,
1649
+ .wrapper__zCfLE:focus button {
1650
+ border-color: var(--click-button-basic-color-primary-stroke-hover);
1651
+ background-color: var(--click-button-basic-color-primary-background-hover);
1652
+ }
1653
+
1654
+ .wrapper__zCfLE:hover button:active,
1655
+ .wrapper__zCfLE:focus button:active {
1656
+ border-color: var(--click-button-basic-color-primary-stroke-active);
1657
+ background-color: var(--click-button-basic-color-primary-background-active);
1658
+ }
1659
+
1660
+ .wrapper__zCfLE:active {
1661
+ border-color: var(--click-button-basic-color-primary-stroke-active);
1662
+ }
1663
+
1664
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
1665
+ defined after hover/active to mirror the source cascade order;
1666
+ pointer-events:none prevents the hover/active rules from applying when disabled. */
1667
+ .wrapper__zCfLE[aria-disabled='true'],
1668
+ .wrapper__zCfLE[aria-disabled='true']:hover,
1669
+ .wrapper__zCfLE[aria-disabled='true']:focus,
1670
+ .wrapper__zCfLE[aria-disabled='true']:active {
1671
+ border: 1px solid var(--click-card-primary-color-stroke-disabled);
1672
+ background-color: var(--click-card-primary-color-background-disabled);
1673
+ color: var(--click-card-primary-color-title-disabled);
1674
+ cursor: not-allowed;
1675
+ pointer-events: none;
1676
+ }
1677
+
1678
+ .wrapper__zCfLE[aria-disabled='true'] button,
1679
+ .wrapper__zCfLE[aria-disabled='true']:hover button,
1680
+ .wrapper__zCfLE[aria-disabled='true']:focus button,
1681
+ .wrapper__zCfLE[aria-disabled='true']:active button,
1682
+ .wrapper__zCfLE[aria-disabled='true'] button:active,
1683
+ .wrapper__zCfLE[aria-disabled='true']:hover button:active,
1684
+ .wrapper__zCfLE[aria-disabled='true']:focus button:active,
1685
+ .wrapper__zCfLE[aria-disabled='true']:active button:active {
1686
+ border-color: var(--click-button-basic-color-primary-stroke-disabled);
1687
+ background-color: var(--click-button-basic-color-primary-background-disabled);
1688
+ }
1689
+ /* stylelint-enable no-descending-specificity */
1690
+
1691
+ .header__8rODG {
1692
+ display: flex;
1693
+ flex-direction: column;
1694
+ align-items: center;
1695
+ }
1696
+
1697
+ .header_align_start__M1I-O {
1698
+ align-items: flex-start;
1699
+ }
1700
+
1701
+ .header_align_center__BztmN {
1702
+ align-items: center;
1703
+ }
1704
+
1705
+ .header_align_end__3XI7U {
1706
+ align-items: flex-end;
1707
+ }
1708
+
1709
+ .header_size_md__VoWrw {
1710
+ gap: var(--click-card-primary-space-md-gap);
1711
+ }
1712
+
1713
+ .header__8rODG.header_size_md__VoWrw svg,
1714
+ .header__8rODG.header_size_md__VoWrw img {
1715
+ width: var(--click-card-primary-size-icon-md-all);
1716
+ height: var(--click-card-primary-size-icon-md-all);
1717
+ }
1718
+
1719
+ .header_size_sm__voZ7g {
1720
+ gap: var(--click-card-primary-space-sm-gap);
1721
+ }
1722
+
1723
+ .header__8rODG.header_size_sm__voZ7g svg,
1724
+ .header__8rODG.header_size_sm__voZ7g img {
1725
+ width: var(--click-card-primary-size-icon-sm-all);
1726
+ height: var(--click-card-primary-size-icon-sm-all);
1727
+ }
1728
+
1729
+ .header__8rODG.header__8rODG h3 {
1730
+ color: var(--click-global-color-text-default);
1731
+ }
1732
+
1733
+ .header__8rODG.header_disabled__SJxQn h3 {
1734
+ color: var(--click-global-color-text-muted);
1735
+ }
1736
+
1737
+ .content__zhXwY {
1738
+ display: flex;
1739
+ width: 100%;
1740
+ flex: 1;
1741
+ flex-direction: column;
1742
+ align-self: center;
1743
+ }
1744
+
1745
+ .content_align_start__T730K {
1746
+ align-self: flex-start;
1747
+ }
1748
+
1749
+ .content_align_center__zIpiO {
1750
+ align-self: center;
1751
+ }
1752
+
1753
+ .content_align_end__L62bf {
1754
+ align-self: flex-end;
1755
+ }
1756
+
1757
+ .content_size_md__MrRdD {
1758
+ gap: var(--click-card-primary-space-md-gap);
1759
+ }
1760
+
1761
+ .content_size_sm__fy4p3 {
1762
+ gap: var(--click-card-primary-space-sm-gap);
1763
+ }
1764
+
1765
+ .topbadgewrapper__uA9pl {
1766
+ position: relative;
1767
+ }
1768
+
1769
+ .topbadge__E79OZ {
1770
+ position: absolute;
1771
+ top: 0;
1772
+ left: 50%;
1773
+ transform: translate(-50%, -50%);
1774
+ }
1775
+
1776
+ .topbadge_selected__zrz5r {
1777
+ border-color: var(--click-button-basic-color-primary-stroke-active);
1778
+ }
1779
+
1780
+ div:active + .topbadge__E79OZ {
1781
+ border-color: var(--click-button-basic-color-primary-stroke-active);
1782
+ }
1783
+ .title__t68i9 {
1784
+ /* anchors inherit the title color via this local alias; the color
1785
+ modifiers below redefine it so links track the chosen title color. */
1786
+ --title-link-color: var(--click-global-color-title-default);
1787
+
1788
+ margin: 0;
1789
+ padding: 0;
1790
+ color: var(--click-global-color-title-default);
1791
+ font: var(--typography-styles-product-titles-md);
1792
+ font-style: inherit;
1793
+ text-align: left;
1794
+ }
1795
+
1796
+ .title__t68i9 a,
1797
+ .title__t68i9 a:visited {
1798
+ color: var(--title-link-color);
1799
+ cursor: pointer;
1800
+ }
1801
+
1802
+ .title__t68i9 a:hover {
1803
+ color: var(--click-global-color-title-muted);
1804
+ }
1805
+
1806
+ /* font shorthand depends on both family and size; one class per pairing
1807
+ mirrors the single `font:` declaration emitted by styled-components. */
1808
+
1809
+ .title_font_product-xs__IdFu4 {
1810
+ font: var(--typography-styles-product-titles-xs);
1811
+ font-style: inherit;
1812
+ }
1813
+
1814
+ .title_font_product-sm__9RMAB {
1815
+ font: var(--typography-styles-product-titles-sm);
1816
+ font-style: inherit;
1817
+ }
1818
+
1819
+ .title_font_product-md__uDEhW {
1820
+ font: var(--typography-styles-product-titles-md);
1821
+ font-style: inherit;
1822
+ }
1823
+
1824
+ .title_font_product-lg__BtA0P {
1825
+ font: var(--typography-styles-product-titles-lg);
1826
+ font-style: inherit;
1827
+ }
1828
+
1829
+ .title_font_product-xl__VFvtd {
1830
+ font: var(--typography-styles-product-titles-xl);
1831
+ font-style: inherit;
1832
+ }
1833
+
1834
+ .title_font_brand-xs__8A0De {
1835
+ font: var(--typography-styles-brand-titles-xs);
1836
+ font-style: inherit;
1837
+ }
1838
+
1839
+ .title_font_brand-sm__6QsrH {
1840
+ font: var(--typography-styles-brand-titles-sm);
1841
+ font-style: inherit;
1842
+ }
1843
+
1844
+ .title_font_brand-md__YOk4n {
1845
+ font: var(--typography-styles-brand-titles-md);
1846
+ font-style: inherit;
1847
+ }
1848
+
1849
+ .title_font_brand-lg__90bGM {
1850
+ font: var(--typography-styles-brand-titles-lg);
1851
+ font-style: inherit;
1852
+ }
1853
+
1854
+ .title_font_brand-xl__aDCet {
1855
+ font: var(--typography-styles-brand-titles-xl);
1856
+ font-style: inherit;
1857
+ }
1858
+
1859
+ .title_color_default__4FO-y {
1860
+ --title-link-color: var(--click-global-color-title-default);
1861
+
1862
+ color: var(--click-global-color-title-default);
1863
+ }
1864
+
1865
+ .title_color_muted__sJNEb {
1866
+ --title-link-color: var(--click-global-color-title-muted);
1867
+
1868
+ color: var(--click-global-color-title-muted);
1869
+ }
1870
+
1871
+ .title_align_left__-s5o9 {
1872
+ text-align: left;
1873
+ }
1874
+
1875
+ .title_align_center__33VmS {
1876
+ text-align: center;
1877
+ }
1878
+
1879
+ .title_align_right__483BF {
1880
+ text-align: right;
1881
+ }
1882
+ /* The wrapper class is applied alongside FormRoot's styled-components class.
1883
+ The .wrapper.wrapper double-class boost matches the specificity behavior of
1884
+ the original `styled(FormRoot)` chain so these overrides reliably beat
1885
+ FormRoot's `align-items: flex-start` regardless of stylesheet insertion
1886
+ order between CSS Modules and the runtime-injected styled-components. */
1887
+ .wrapper__rpthW.wrapper__rpthW {
1888
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
1889
+ keyword on `max-width` is widely supported on evergreen browsers; the original
1890
+ styled-components rule used the same value. */
1891
+ max-width: fit-content;
1892
+ align-items: center;
1893
+ }
1894
+
1895
+ .checkinput__oErG6 {
1896
+ display: flex;
1897
+ width: var(--click-checkbox-size-all);
1898
+ height: var(--click-checkbox-size-all);
6
1899
  flex-shrink: 0;
7
1900
  justify-content: center;
8
1901
  align-items: center;
9
- gap: var(--click-button-basic-space-gap);
10
- border: 1px solid transparent;
11
- border-radius: var(--click-button-radii-all);
12
- background: transparent;
13
- color: inherit;
14
- font: var(--click-button-basic-typography-label-default);
15
- white-space: nowrap;
1902
+ border: 1px solid var(--checkbox-stroke-default);
1903
+ border-radius: var(--click-checkbox-radii-all);
1904
+ background: var(--checkbox-bg-default);
16
1905
  cursor: pointer;
17
1906
  }
18
1907
 
19
- .button_align-center__RdEYc {
20
- justify-content: center;
1908
+ .checkinput_variant_default__7KgZ1 {
1909
+ --checkbox-bg-default: var(--click-checkbox-color-variations-default-background-default);
1910
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-default-background-hover);
1911
+ --checkbox-bg-active: var(--click-checkbox-color-variations-default-background-active);
1912
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-default-stroke-default);
1913
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-default-stroke-active);
21
1914
  }
22
1915
 
23
- .button_align-left__AmFEH {
24
- justify-content: flex-start;
1916
+ .checkinput_variant_var1__dF7nF {
1917
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var1-background-default);
1918
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var1-background-hover);
1919
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var1-background-active);
1920
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var1-stroke-default);
1921
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var1-stroke-active);
25
1922
  }
26
1923
 
27
- .button_fill__Ph-yl {
28
- width: 100%;
1924
+ .checkinput_variant_var2__pHifP {
1925
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var2-background-default);
1926
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var2-background-hover);
1927
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var2-background-active);
1928
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var2-stroke-default);
1929
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var2-stroke-active);
29
1930
  }
30
1931
 
31
- .button_primary__5V6PJ {
32
- border-color: var(--click-button-basic-color-primary-stroke-default);
33
- background-color: var(--click-button-basic-color-primary-background-default);
34
- color: var(--click-button-basic-color-primary-text-default);
1932
+ .checkinput_variant_var3__8KFg4 {
1933
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var3-background-default);
1934
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var3-background-hover);
1935
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var3-background-active);
1936
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var3-stroke-default);
1937
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var3-stroke-active);
35
1938
  }
36
1939
 
37
- .button_primary__5V6PJ:disabled {
38
- border-color: var(--click-button-basic-color-primary-stroke-disabled);
39
- background-color: var(--click-button-basic-color-primary-background-disabled);
40
- color: var(--click-button-basic-color-primary-text-disabled);
41
- font: var(--click-button-basic-typography-label-disabled);
42
- cursor: not-allowed;
1940
+ .checkinput_variant_var4__-C02i {
1941
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var4-background-default);
1942
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var4-background-hover);
1943
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var4-background-active);
1944
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var4-stroke-default);
1945
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var4-stroke-active);
43
1946
  }
44
1947
 
45
- .button_primary__5V6PJ:hover:not(:disabled) {
46
- border-color: var(--click-button-basic-color-primary-stroke-hover);
47
- background-color: var(--click-button-basic-color-primary-background-hover);
48
- font: var(--click-button-basic-typography-label-hover);
49
- transition: var(--click-transition-default);
1948
+ .checkinput_variant_var5__DuiuL {
1949
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var5-background-default);
1950
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var5-background-hover);
1951
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var5-background-active);
1952
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var5-stroke-default);
1953
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var5-stroke-active);
50
1954
  }
51
1955
 
52
- .button_primary__5V6PJ:focus-visible:not(:disabled) {
53
- border-color: var(--click-button-basic-color-primary-stroke-active);
54
- background-color: var(--click-button-basic-color-primary-background-active);
55
- font: var(--click-button-basic-typography-label-active);
56
- outline: 2px solid var(--click-button-basic-color-primary-stroke-active);
57
- outline-offset: 2px;
1956
+ .checkinput_variant_var6__DqZFO {
1957
+ --checkbox-bg-default: var(--click-checkbox-color-variations-var6-background-default);
1958
+ --checkbox-bg-hover: var(--click-checkbox-color-variations-var6-background-hover);
1959
+ --checkbox-bg-active: var(--click-checkbox-color-variations-var6-background-active);
1960
+ --checkbox-stroke-default: var(--click-checkbox-color-variations-var6-stroke-default);
1961
+ --checkbox-stroke-active: var(--click-checkbox-color-variations-var6-stroke-active);
58
1962
  }
59
1963
 
60
- .button_primary__5V6PJ:active:not(:disabled),
61
- .button_primary__5V6PJ:focus:not(:focus-visible, :disabled) {
62
- border-color: var(--click-button-basic-color-primary-stroke-active);
63
- background-color: var(--click-button-basic-color-primary-background-active);
64
- font: var(--click-button-basic-typography-label-active);
65
- outline: none;
1964
+ .checkinput__oErG6:hover {
1965
+ background: var(--checkbox-bg-hover);
66
1966
  }
67
1967
 
68
- .button_secondary__PXw0N {
69
- border-color: var(--click-button-basic-color-secondary-stroke-default);
70
- background-color: var(--click-button-basic-color-secondary-background-default);
71
- color: var(--click-button-basic-color-secondary-text-default);
1968
+ .checkinput__oErG6[data-state='checked'],
1969
+ .checkinput__oErG6[data-state='indeterminate'] {
1970
+ border-color: var(--checkbox-stroke-active);
1971
+ background: var(--checkbox-bg-active);
72
1972
  }
73
1973
 
74
- .button_secondary__PXw0N:disabled {
75
- border-color: var(--click-button-basic-color-secondary-stroke-disabled);
76
- background-color: var(--click-button-basic-color-secondary-background-disabled);
77
- color: var(--click-button-basic-color-secondary-text-disabled);
78
- font: var(--click-button-basic-typography-label-disabled);
1974
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
1975
+ defined after checked/indeterminate to mirror the source cascade order;
1976
+ matches the styled-components rule which used a nested `&[data-disabled]`
1977
+ block placed after the state selectors. */
1978
+ .checkinput__oErG6[data-disabled] {
1979
+ border-color: var(--click-checkbox-color-stroke-disabled);
1980
+ background: var(--click-checkbox-color-background-disabled);
79
1981
  cursor: not-allowed;
80
1982
  }
81
1983
 
82
- .button_secondary__PXw0N:hover:not(:disabled) {
83
- border-color: var(--click-button-basic-color-secondary-stroke-hover);
84
- background-color: var(--click-button-basic-color-secondary-background-hover);
85
- font: var(--click-button-basic-typography-label-hover);
86
- transition: var(--click-transition-default);
1984
+ .checkinput__oErG6[data-disabled][data-state='checked'],
1985
+ .checkinput__oErG6[data-disabled][data-state='indeterminate'] {
1986
+ border-color: var(--click-checkbox-color-stroke-disabled);
1987
+ background: var(--click-checkbox-color-background-disabled);
87
1988
  }
1989
+ /* stylelint-enable no-descending-specificity */
88
1990
 
89
- .button_secondary__PXw0N:focus-visible:not(:disabled) {
90
- border-color: var(--click-button-basic-color-secondary-stroke-active);
91
- background-color: var(--click-button-basic-color-secondary-background-active);
92
- font: var(--click-button-basic-typography-label-active);
93
- outline: 2px solid var(--click-button-basic-color-secondary-stroke-active);
94
- outline-offset: 2px;
1991
+ .checkicon__wvW5M {
1992
+ color: var(--click-checkbox-color-check-active);
95
1993
  }
96
1994
 
97
- .button_secondary__PXw0N:active:not(:disabled),
98
- .button_secondary__PXw0N:focus:not(:focus-visible, :disabled) {
99
- border-color: var(--click-button-basic-color-secondary-stroke-active);
100
- background-color: var(--click-button-basic-color-secondary-background-active);
101
- font: var(--click-button-basic-typography-label-active);
102
- outline: none;
1995
+ .checkicon__wvW5M[data-disabled] {
1996
+ color: var(--click-checkbox-color-check-disabled);
103
1997
  }
1998
+ /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericLabel) */
104
1999
 
105
- .button_empty__GZ9s7 {
106
- border-color: var(--click-button-basic-color-empty-stroke-default);
107
- background-color: var(--click-button-basic-color-empty-background-default);
108
- color: var(--click-button-basic-color-empty-text-default);
2000
+ .generic-label__l8R-z {
2001
+ color: var(--click-field-color-genericLabel-default);
2002
+ font: var(--click-field-typography-genericLabel-default);
2003
+ cursor: pointer;
109
2004
  }
110
2005
 
111
- .button_empty__GZ9s7:disabled {
112
- border-color: var(--click-button-basic-color-empty-stroke-disabled);
113
- background-color: var(--click-button-basic-color-empty-background-disabled);
114
- color: var(--click-button-basic-color-empty-text-disabled);
115
- font: var(--click-button-basic-typography-label-disabled);
2006
+ .generic-label__l8R-z:hover {
2007
+ color: var(--click-field-color-genericLabel-hover);
2008
+ font: var(--click-field-typography-genericLabel-hover);
2009
+ }
2010
+
2011
+ .generic-label__l8R-z:focus,
2012
+ .generic-label__l8R-z:focus-within {
2013
+ color: var(--click-field-color-genericLabel-active);
2014
+ font: var(--click-field-typography-genericLabel-active);
2015
+ }
2016
+
2017
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
2018
+ defined after hover/focus to neutralize them; the original styled-components
2019
+ emits no hover/focus rules when disabled is true. */
2020
+ .generic-label__l8R-z.generic-label_disabled__LsI3I,
2021
+ .generic-label__l8R-z.generic-label_disabled__LsI3I:hover,
2022
+ .generic-label__l8R-z.generic-label_disabled__LsI3I:focus,
2023
+ .generic-label__l8R-z.generic-label_disabled__LsI3I:focus-within {
2024
+ color: var(--click-field-color-genericLabel-disabled);
2025
+ font: var(--click-field-typography-genericLabel-disabled);
116
2026
  cursor: not-allowed;
117
2027
  }
2028
+ /* stylelint-enable no-descending-specificity */
2029
+ .progressbar__21KMf {
2030
+ display: flex;
2031
+ min-height: 2px;
2032
+ padding-right: 0;
2033
+ overflow: hidden;
2034
+ justify-content: space-between;
2035
+ align-items: center;
2036
+ gap: var(--click-field-space-gap);
2037
+ border: 1px solid var(--click-field-color-stroke-default);
2038
+ border-radius: var(--click-field-radii-all);
2039
+ background: linear-gradient(
2040
+ var(--progress-grad-dir, to right),
2041
+ var(--global-color-accent-default) 0%,
2042
+ var(--global-color-accent-default) var(--progress),
2043
+ var(--progress-bg, var(--click-field-color-background-default)) var(--progress),
2044
+ var(--progress-bg, var(--click-field-color-background-default)) 100%
2045
+ );
2046
+ background-position: center;
2047
+ background-size: calc(100% + 2px);
2048
+ color: var(--global-color-accent-default);
2049
+ font: var(--typography-styles-product-text-normal-sm);
2050
+ transition: all 100ms ease-in-out;
2051
+ }
118
2052
 
119
- .button_empty__GZ9s7:hover:not(:disabled) {
120
- border-color: var(--click-button-basic-color-empty-stroke-hover);
121
- background-color: var(--click-button-basic-color-empty-background-hover);
122
- font: var(--click-button-basic-typography-label-hover);
123
- transition: var(--click-transition-default);
2053
+ .progressbar_orientation_vertical__0w-VB {
2054
+ width: auto;
2055
+ height: 100%;
2056
+ flex-direction: column;
124
2057
  }
125
2058
 
126
- .button_empty__GZ9s7:focus-visible:not(:disabled) {
127
- border-color: var(--click-button-basic-color-empty-stroke-active);
128
- background-color: var(--click-button-basic-color-empty-background-active);
129
- font: var(--click-button-basic-typography-label-active);
130
- outline: 2px solid var(--click-button-basic-color-empty-stroke-active);
131
- outline-offset: 2px;
2059
+ /* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
2060
+ width fallback chain (100% → -webkit-fill-available → fill-available →
2061
+ stretch) so horizontal bars fill the available inline space. */
2062
+ .progressbar_orientation_horizontal__MJimN {
2063
+ width: 100%;
2064
+ width: -webkit-fill-available;
2065
+ width: fill-available;
2066
+ width: stretch;
132
2067
  }
2068
+ /* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
133
2069
 
134
- .button_empty__GZ9s7:active:not(:disabled),
135
- .button_empty__GZ9s7:focus:not(:focus-visible, :disabled) {
136
- border-color: var(--click-button-basic-color-empty-stroke-active);
137
- background-color: var(--click-button-basic-color-empty-background-active);
138
- font: var(--click-button-basic-typography-label-active);
139
- outline: none;
2070
+ .progressbar_orientation_horizontal__MJimN.progressbar_dir_start__xUm-Q {
2071
+ --progress-grad-dir: to right;
140
2072
  }
141
2073
 
142
- .button_danger__0DN8k {
143
- border-color: var(--click-button-basic-color-danger-stroke-default);
144
- background-color: var(--click-button-basic-color-danger-background-default);
145
- color: var(--click-button-basic-color-danger-text-default);
2074
+ .progressbar_orientation_horizontal__MJimN.progressbar_dir_end__iGTwK {
2075
+ --progress-grad-dir: to left;
146
2076
  }
147
2077
 
148
- .button_danger__0DN8k:disabled {
149
- border-color: var(--click-button-basic-color-danger-stroke-disabled);
150
- background-color: var(--click-button-basic-color-danger-background-disabled);
151
- color: var(--click-button-basic-color-danger-text-disabled);
152
- font: var(--click-button-basic-typography-label-disabled);
153
- cursor: not-allowed;
2078
+ .progressbar_orientation_vertical__0w-VB.progressbar_dir_start__xUm-Q {
2079
+ --progress-grad-dir: to bottom;
154
2080
  }
155
2081
 
156
- .button_danger__0DN8k:hover:not(:disabled) {
157
- border-color: var(--click-button-basic-color-danger-stroke-hover);
158
- background-color: var(--click-button-basic-color-danger-background-hover);
159
- font: var(--click-button-basic-typography-label-hover);
160
- transition: var(--click-transition-default);
2082
+ .progressbar_orientation_vertical__0w-VB.progressbar_dir_end__iGTwK {
2083
+ --progress-grad-dir: to top;
161
2084
  }
162
2085
 
163
- .button_danger__0DN8k:focus-visible:not(:disabled) {
164
- border-color: var(--click-button-basic-color-danger-stroke-active);
165
- background-color: var(--click-button-basic-color-danger-background-active);
166
- font: var(--click-button-basic-typography-label-active);
167
- outline: 2px solid var(--click-button-basic-color-danger-stroke-active);
168
- outline-offset: 2px;
2086
+ .progressbar_type_default__B8jtt {
2087
+ padding: 0.25rem var(--click-field-space-x);
2088
+ padding-right: 0;
169
2089
  }
170
2090
 
171
- .button_danger__0DN8k:active:not(:disabled),
172
- .button_danger__0DN8k:focus:not(:focus-visible, :disabled) {
173
- border-color: var(--click-button-basic-color-danger-stroke-active);
174
- background-color: var(--click-button-basic-color-danger-background-active);
175
- font: var(--click-button-basic-typography-label-active);
176
- outline: none;
2091
+ .progressbar_type_small__bcDiV {
2092
+ padding: 0 var(--click-field-space-x);
2093
+ padding-right: 0;
177
2094
  }
178
2095
 
179
- .button_loading__n2tCt {
180
- cursor: not-allowed;
2096
+ .progressbar_completed__XhK-p.progressbar_type_default__B8jtt {
2097
+ background: var(--click-field-color-background-default);
2098
+ background-position: center;
2099
+ background-size: calc(100% + 2px);
181
2100
  }
182
2101
 
183
- .button_loading__n2tCt::before {
184
- content: '';
185
- position: absolute;
186
- inset: 0;
187
- pointer-events: none;
188
- animation: shimmer__8Jq1s 1.5s ease-in-out infinite;
2102
+ .progressbar__21KMf:hover {
2103
+ --progress-bg: var(--click-field-color-background-hover);
2104
+
2105
+ border: 1px solid var(--click-field-color-stroke-hover);
2106
+ background-position: center;
2107
+ background-size: calc(100% + 2px);
189
2108
  }
190
2109
 
191
- .button_primary__5V6PJ.button_loading__n2tCt,
192
- .button_secondary__PXw0N.button_loading__n2tCt,
193
- .button_danger__0DN8k.button_loading__n2tCt {
194
- opacity: 0.7;
2110
+ .progressbar_completed__XhK-p:hover {
2111
+ background: var(--click-field-color-background-hover);
2112
+ background-position: center;
2113
+ background-size: calc(100% + 2px);
195
2114
  }
196
2115
 
197
- .button_empty__GZ9s7.button_loading__n2tCt {
198
- opacity: 0.9;
2116
+ .progressbar__21KMf:focus,
2117
+ .progressbar__21KMf:focus-within {
2118
+ --progress-bg: var(--click-field-color-background-active);
2119
+
2120
+ border: 1px solid var(--click-field-color-stroke-active);
2121
+ background-position: center;
2122
+ background-size: calc(100% + 2px);
199
2123
  }
200
2124
 
201
- .button_loading__n2tCt > * {
202
- opacity: 0.7;
2125
+ .progressbar_completed__XhK-p:focus,
2126
+ .progressbar_completed__XhK-p:focus-within {
2127
+ background: var(--click-field-color-background-active);
2128
+ background-position: center;
2129
+ background-size: calc(100% + 2px);
203
2130
  }
204
2131
 
205
- @keyframes shimmer__8Jq1s {
206
- 0% {
207
- background-position: 100% 0;
208
- }
2132
+ .progresstext__RAf9Q {
2133
+ width: 100%;
2134
+ font: inherit;
2135
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
2136
+ is widely supported on evergreen browsers; the original rule
2137
+ used the same value to invert the text against the gradient fill. */
2138
+ mix-blend-mode: difference;
2139
+ }
209
2140
 
210
- 100% {
211
- background-position: -100% 0;
212
- }
2141
+ .progressclosebutton__cGgfw {
2142
+ visibility: hidden;
2143
+ border: 0;
2144
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
2145
+ is widely supported on evergreen browsers; the original rule
2146
+ used the same value to invert the close icon against the gradient fill. */
2147
+ mix-blend-mode: difference;
213
2148
  }
214
2149
 
215
- .button_primary__5V6PJ.button_loading__n2tCt::before {
216
- background: var(--click-button-basic-color-primary-background-loading);
217
- background-size: 200% 100%;
218
- background-repeat: no-repeat;
2150
+ .progressclosebutton_dismissable__p5mDJ {
2151
+ visibility: visible;
2152
+ }
2153
+ .link__Ly-e3 {
2154
+ display: inline-flex;
2155
+ margin: 0;
2156
+ margin-right: var(--link-gap);
2157
+ align-items: center;
2158
+ gap: var(--link-gap);
2159
+ color: var(--click-global-color-text-link-default);
2160
+ font: var(--link-font);
2161
+ text-decoration: none;
219
2162
  }
220
2163
 
221
- .button_secondary__PXw0N.button_loading__n2tCt::before {
222
- background: var(--click-button-basic-color-secondary-background-loading);
223
- background-size: 200% 100%;
224
- background-repeat: no-repeat;
2164
+ .link__Ly-e3:hover,
2165
+ .link__Ly-e3:focus {
2166
+ color: var(--click-global-color-text-link-hover);
2167
+ text-decoration: underline;
2168
+ cursor: pointer;
2169
+ transition: var(--transition-default);
225
2170
  }
226
2171
 
227
- .button_empty__GZ9s7.button_loading__n2tCt::before {
228
- background: var(--click-button-basic-color-empty-background-loading);
229
- background-size: 200% 100%;
230
- background-repeat: no-repeat;
2172
+ .link__Ly-e3:visited {
2173
+ color: var(--click-global-color-text-link-default);
231
2174
  }
232
2175
 
233
- .button_danger__0DN8k.button_loading__n2tCt::before {
234
- background: var(--click-button-basic-color-danger-background-loading);
235
- background-size: 200% 100%;
236
- background-repeat: no-repeat;
2176
+ /* The original emitted theme.click.link.space.sm.gap for size xs/sm and
2177
+ theme.click.link.space.md.gap for md/lg. Alias to a local custom property
2178
+ so the gap/margin-right rule on .link stays single-source. */
2179
+ .link_size_xs__kYknu,
2180
+ .link_size_sm__Qqpi3 {
2181
+ --link-gap: var(--click-link-space-sm-gap);
237
2182
  }
238
2183
 
239
- .button__icon__e6c-f {
240
- display: flex;
241
- width: var(--click-button-basic-size-icon-all);
242
- height: var(--click-button-basic-size-icon-all);
243
- justify-content: center;
244
- align-items: center;
2184
+ .link_size_md__QlDJt,
2185
+ .link_size_lg__FkICb {
2186
+ --link-gap: var(--click-link-space-md-gap);
245
2187
  }
246
2188
 
247
- .button__icon__e6c-f svg {
248
- width: var(--click-button-basic-size-icon-all);
249
- height: var(--click-button-basic-size-icon-all);
2189
+ /* Size + weight compose to pick a single typography token —
2190
+ theme.typography.styles.product.text[$weight][$size]. Emit one compound
2191
+ class per combination and set --link-font, which the base .link rule
2192
+ consumes. */
2193
+ .link_size_xs__kYknu.link_weight_normal__shPkj {
2194
+ --link-font: var(--typography-styles-product-text-normal-xs);
250
2195
  }
251
2196
 
252
- .button__label__tlatE {
253
- display: inline-flex;
2197
+ .link_size_sm__Qqpi3.link_weight_normal__shPkj {
2198
+ --link-font: var(--typography-styles-product-text-normal-sm);
2199
+ }
2200
+
2201
+ .link_size_md__QlDJt.link_weight_normal__shPkj {
2202
+ --link-font: var(--typography-styles-product-text-normal-md);
2203
+ }
2204
+
2205
+ .link_size_lg__FkICb.link_weight_normal__shPkj {
2206
+ --link-font: var(--typography-styles-product-text-normal-lg);
2207
+ }
2208
+
2209
+ .link_size_xs__kYknu.link_weight_medium__Sot5E {
2210
+ --link-font: var(--typography-styles-product-text-medium-xs);
2211
+ }
2212
+
2213
+ .link_size_sm__Qqpi3.link_weight_medium__Sot5E {
2214
+ --link-font: var(--typography-styles-product-text-medium-sm);
2215
+ }
2216
+
2217
+ .link_size_md__QlDJt.link_weight_medium__Sot5E {
2218
+ --link-font: var(--typography-styles-product-text-medium-md);
2219
+ }
2220
+
2221
+ .link_size_lg__FkICb.link_weight_medium__Sot5E {
2222
+ --link-font: var(--typography-styles-product-text-medium-lg);
2223
+ }
2224
+
2225
+ .link_size_xs__kYknu.link_weight_semibold__6STFO {
2226
+ --link-font: var(--typography-styles-product-text-semibold-xs);
2227
+ }
2228
+
2229
+ .link_size_sm__Qqpi3.link_weight_semibold__6STFO {
2230
+ --link-font: var(--typography-styles-product-text-semibold-sm);
2231
+ }
2232
+
2233
+ .link_size_md__QlDJt.link_weight_semibold__6STFO {
2234
+ --link-font: var(--typography-styles-product-text-semibold-md);
2235
+ }
2236
+
2237
+ .link_size_lg__FkICb.link_weight_semibold__6STFO {
2238
+ --link-font: var(--typography-styles-product-text-semibold-lg);
2239
+ }
2240
+
2241
+ .link_size_xs__kYknu.link_weight_bold__FWQyo {
2242
+ --link-font: var(--typography-styles-product-text-bold-xs);
2243
+ }
2244
+
2245
+ .link_size_sm__Qqpi3.link_weight_bold__FWQyo {
2246
+ --link-font: var(--typography-styles-product-text-bold-sm);
2247
+ }
2248
+
2249
+ .link_size_md__QlDJt.link_weight_bold__FWQyo {
2250
+ --link-font: var(--typography-styles-product-text-bold-md);
2251
+ }
2252
+
2253
+ .link_size_lg__FkICb.link_weight_bold__FWQyo {
2254
+ --link-font: var(--typography-styles-product-text-bold-lg);
2255
+ }
2256
+
2257
+ .link_size_xs__kYknu.link_weight_mono__Mzdum {
2258
+ --link-font: var(--typography-styles-product-text-mono-xs);
2259
+ }
2260
+
2261
+ .link_size_sm__Qqpi3.link_weight_mono__Mzdum {
2262
+ --link-font: var(--typography-styles-product-text-mono-sm);
2263
+ }
2264
+
2265
+ .link_size_md__QlDJt.link_weight_mono__Mzdum {
2266
+ --link-font: var(--typography-styles-product-text-mono-md);
2267
+ }
2268
+
2269
+ .link_size_lg__FkICb.link_weight_mono__Mzdum {
2270
+ --link-font: var(--typography-styles-product-text-mono-lg);
2271
+ }
2272
+
2273
+ /* The inner Icon receives .external-icon via className. The original used a
2274
+ descendant selector inside IconWrapper; here we pass the scoped class
2275
+ straight to the Icon so the selector stays a single class with the same
2276
+ effective specificity. */
2277
+ .external-icon_size_xs__hRWrg,
2278
+ .external-icon_size_sm__QFJoc {
2279
+ width: var(--click-link-icon-size-sm-width);
2280
+ height: var(--click-link-icon-size-sm-height);
2281
+ }
2282
+
2283
+ .external-icon_size_md__-bbPt,
2284
+ .external-icon_size_lg__XGkpl {
2285
+ width: var(--click-link-icon-size-md-width);
2286
+ height: var(--click-link-icon-size-md-height);
2287
+ }
2288
+ /* The wrapper class is applied alongside FormRoot's styled-components class.
2289
+ The .wrapper.wrapper double-class boost matches the specificity behavior of
2290
+ the original `styled(FormRoot)` chain so these overrides reliably beat
2291
+ FormRoot's `align-items: flex-start` regardless of stylesheet insertion
2292
+ order between CSS Modules and the runtime-injected styled-components. */
2293
+ .wrapper__kudO9.wrapper__kudO9 {
2294
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
2295
+ keyword on `max-width` is widely supported on evergreen browsers; the original
2296
+ styled-components rule used the same value. */
2297
+ max-width: fit-content;
254
2298
  align-items: center;
255
2299
  }
256
2300
 
257
- @media (prefers-reduced-motion: reduce) {
258
- .button_loading__n2tCt::before {
259
- animation: none;
260
- }
2301
+ .switch__hgdMu {
2302
+ position: relative;
2303
+ width: var(--click-switch-size-width);
2304
+ height: var(--click-switch-size-height);
2305
+ padding: 0;
2306
+ border: 1px solid var(--click-switch-color-stroke-default);
2307
+ border-radius: var(--click-switch-radii-all);
2308
+ background-color: var(--click-switch-color-background-default);
2309
+ cursor: pointer;
2310
+ }
2311
+
2312
+ .switch__hgdMu[data-state='checked'] {
2313
+ border: 1px solid var(--click-switch-color-stroke-active);
2314
+ background-color: var(--click-switch-color-background-active);
2315
+ }
2316
+
2317
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
2318
+ defined after the checked state to mirror the original `getRootVars`
2319
+ priority, where `disabled` is evaluated before `checked` so a disabled
2320
+ switch always shows the disabled colors regardless of checked. */
2321
+ .switch__hgdMu[data-disabled],
2322
+ .switch__hgdMu[data-disabled][data-state='checked'] {
2323
+ border: 1px solid var(--click-switch-color-stroke-disabled);
2324
+ background-color: var(--click-switch-color-background-disabled);
2325
+ cursor: not-allowed;
2326
+ }
2327
+ /* stylelint-enable no-descending-specificity */
2328
+
2329
+ .switch__thumb__cPlbD {
2330
+ display: block;
2331
+ width: 12px;
2332
+ height: 12px;
2333
+ border-radius: var(--click-switch-radii-all);
2334
+ background-color: var(--click-switch-color-indicator-default);
2335
+ transition: transform 100ms;
2336
+ transform: translateX(2px);
2337
+ will-change: transform;
2338
+ }
2339
+
2340
+ .switch__thumb__cPlbD[data-state='checked'] {
2341
+ background-color: var(--click-switch-color-indicator-active);
2342
+ transform: translateX(15px);
2343
+ }
2344
+
2345
+ /* stylelint-disable no-descending-specificity -- disabled state intentionally
2346
+ defined after the checked state to mirror the original `getThumbVars`
2347
+ priority, where `disabled` is evaluated before `checked`. */
2348
+ .switch__thumb__cPlbD[data-disabled],
2349
+ .switch__thumb__cPlbD[data-disabled][data-state='checked'] {
2350
+ background-color: var(--click-switch-color-indicator-disabled);
261
2351
  }
2352
+ /* stylelint-enable no-descending-specificity */
262
2353
  :root,
263
2354
  [data-cui-theme="light"] {
264
2355
  --click-accordion-sm-icon-size-height: 1rem;
@@ -1163,6 +3254,7 @@
1163
3254
  --click-genericMenu-item-color-default-background-active: #ffffff;
1164
3255
  --click-genericMenu-item-color-default-background-disabled: #ffffff;
1165
3256
  --click-genericMenu-item-color-default-stroke-default: #e6e7e9;
3257
+ --click-genericMenu-item-color-default-stroke-focus: #437eef;
1166
3258
  --click-genericMenu-item-color-format-default: lch(71.998 4.1843 268.48);
1167
3259
  --click-genericMenu-item-color-format-hover: lch(71.998 4.1843 268.48);
1168
3260
  --click-genericMenu-item-color-format-active: lch(71.998 4.1843 268.48);
@@ -1179,6 +3271,8 @@
1179
3271
  --click-genericMenu-item-color-danger-background-hover: rgb(100% 13.725% 13.725% / 0.2);
1180
3272
  --click-genericMenu-item-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.3);
1181
3273
  --click-genericMenu-item-color-danger-background-disabled: #ffffff;
3274
+ --click-genericMenu-item-color-danger-stroke-default: rgba(0, 0, 0, 0);
3275
+ --click-genericMenu-item-color-danger-stroke-focus: #437eef;
1182
3276
  --click-genericMenu-itemCustom-typography-label-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1183
3277
  --click-genericMenu-itemCustom-typography-label-lg: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1184
3278
  --click-genericMenu-button-space-gap: 0.25rem;
@@ -1687,6 +3781,7 @@
1687
3781
  --click-global-color-text-link-default: #437eef;
1688
3782
  --click-global-color-text-link-hover: #104ec6;
1689
3783
  --click-global-color-text-danger: #c10000;
3784
+ --click-global-color-text-warning: #a33c00;
1690
3785
  --click-global-color-title-default: lch(11.126 1.374 305.43);
1691
3786
  --click-global-color-title-muted: #696e79;
1692
3787
  --click-global-color-outline-default: #437eef;
@@ -2965,6 +5060,7 @@
2965
5060
  --click-genericMenu-item-color-default-background-active: #282828;
2966
5061
  --click-genericMenu-item-color-default-background-disabled: #414141;
2967
5062
  --click-genericMenu-item-color-default-stroke-default: #323232;
5063
+ --click-genericMenu-item-color-default-stroke-focus: #faff69;
2968
5064
  --click-genericMenu-item-color-format-default: lch(62.868 0 none);
2969
5065
  --click-genericMenu-item-color-format-hover: rgb(60.157% 60.157% 60.157%);
2970
5066
  --click-genericMenu-item-color-format-active: rgb(60.157% 60.157% 60.157%);
@@ -2983,6 +5079,7 @@
2983
5079
  --click-genericMenu-item-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.45);
2984
5080
  --click-genericMenu-item-color-danger-background-disabled: #414141;
2985
5081
  --click-genericMenu-item-color-danger-stroke-default: rgba(0, 0, 0, 0);
5082
+ --click-genericMenu-item-color-danger-stroke-focus: #faff69;
2986
5083
  --click-genericMenu-itemCustom-typography-label-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
2987
5084
  --click-genericMenu-itemCustom-typography-label-lg: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
2988
5085
  --click-genericMenu-button-space-gap: 0.25rem;
@@ -3488,6 +5585,7 @@
3488
5585
  --click-global-color-text-link-default: #faff69;
3489
5586
  --click-global-color-text-link-hover: #feffc2;
3490
5587
  --click-global-color-text-danger: #ffbaba;
5588
+ --click-global-color-text-warning: #ffb88f;
3491
5589
  --click-global-color-stroke-default: #323232;
3492
5590
  --click-global-color-stroke-muted: #323232;
3493
5591
  --click-global-color-stroke-intense: #414141;