@salutejs/plasma-new-hope 0.316.0-canary.1880.14207590539.0 → 0.317.0-canary.1877.14213779024.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/cjs/_virtual/_rollupPluginBabelHelpers.js +52 -0
  2. package/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  3. package/cjs/components/Button/Button.js +0 -1
  4. package/cjs/components/Button/Button.js.map +1 -1
  5. package/cjs/components/Checkbox/Checkbox.css +10 -10
  6. package/cjs/components/Checkbox/Checkbox.js +2 -2
  7. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  8. package/cjs/components/Checkbox/Checkbox.styles.js +1 -1
  9. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  10. package/cjs/components/Checkbox/{Checkbox.styles_rxomqi.css → Checkbox.styles_1dv1w6k.css} +1 -1
  11. package/cjs/components/Checkbox/Checkbox.tokens.js +2 -0
  12. package/cjs/components/Checkbox/Checkbox.tokens.js.map +1 -1
  13. package/cjs/components/Checkbox/variations/_focused/base.js +1 -1
  14. package/cjs/components/Checkbox/variations/_focused/base.js.map +1 -1
  15. package/{es/components/Checkbox/variations/_focused/base_hr4zpz.css → cjs/components/Checkbox/variations/_focused/base_x86p0b.css} +1 -1
  16. package/cjs/components/Checkbox/variations/_view/base.js +1 -1
  17. package/cjs/components/Checkbox/variations/_view/base.js.map +1 -1
  18. package/cjs/components/Checkbox/variations/_view/base_tj850e.css +1 -0
  19. package/cjs/components/Chip/Chip.js +0 -1
  20. package/cjs/components/Chip/Chip.js.map +1 -1
  21. package/cjs/components/Combobox/ComboboxNew/Combobox.css +22 -22
  22. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  23. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  24. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +22 -22
  25. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  26. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  27. package/{es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles_1cijcra.css → cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles_1fy6e2z.css} +1 -1
  28. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +22 -22
  29. package/cjs/components/Pagination/Pagination.css +19 -19
  30. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +19 -19
  31. package/cjs/components/Radiobox/Radiobox.css +11 -11
  32. package/cjs/components/Radiobox/Radiobox.styles.js +1 -1
  33. package/cjs/components/Radiobox/Radiobox.styles.js.map +1 -1
  34. package/cjs/components/Radiobox/{Radiobox.styles_8cwqg9.css → Radiobox.styles_1u9zve5.css} +1 -1
  35. package/cjs/components/Radiobox/Radiobox.tokens.js +2 -0
  36. package/cjs/components/Radiobox/Radiobox.tokens.js.map +1 -1
  37. package/cjs/components/Radiobox/variations/_view/base.js +1 -1
  38. package/cjs/components/Radiobox/variations/_view/base.js.map +1 -1
  39. package/cjs/components/Radiobox/variations/_view/base_1f50j99.css +1 -0
  40. package/cjs/components/Select/Select.css +19 -19
  41. package/cjs/components/Select/Select.tokens.js +2 -0
  42. package/cjs/components/Select/Select.tokens.js.map +1 -1
  43. package/cjs/components/Select/ui/Inner/Inner.css +19 -19
  44. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +15 -15
  45. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  46. package/cjs/components/Select/ui/Inner/ui/Item/{Item.styles_nvzopo.css → Item.styles_1gk72bp.css} +1 -1
  47. package/cjs/components/Select/ui/VirtualList/VirtualList.css +19 -19
  48. package/cjs/components/Slider/Slider.css +6 -6
  49. package/cjs/components/Slider/components/Single/Single.css +6 -6
  50. package/cjs/components/Slider/components/Single/Single.styles.js +1 -1
  51. package/cjs/components/Slider/components/Single/Single.styles.js.map +1 -1
  52. package/cjs/components/Slider/components/Single/{Single.styles_1a6l9pg.css → Single.styles_e0wk24.css} +2 -2
  53. package/cjs/components/Table/Table.css +19 -19
  54. package/cjs/components/Table/ui/Cell/Cell.css +19 -19
  55. package/cjs/components/Table/ui/EditableCell/EditableCell.css +19 -19
  56. package/cjs/components/Table/ui/HeadCell/HeadCell.css +19 -19
  57. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +19 -19
  58. package/cjs/components/TextArea/TextArea.js +0 -1
  59. package/cjs/components/TextArea/TextArea.js.map +1 -1
  60. package/cjs/components/TextField/TextField.js +0 -2
  61. package/cjs/components/TextField/TextField.js.map +1 -1
  62. package/cjs/index.css +39 -39
  63. package/cjs/index.js +2 -0
  64. package/cjs/index.js.map +1 -1
  65. package/cjs/utils/createConditionalComponent.js +41 -0
  66. package/cjs/utils/createConditionalComponent.js.map +1 -0
  67. package/cjs/utils/index.js.map +1 -1
  68. package/emotion/cjs/components/Button/Button.js +0 -1
  69. package/emotion/cjs/components/Checkbox/Checkbox.js +2 -2
  70. package/emotion/cjs/components/Checkbox/Checkbox.styles.js +8 -8
  71. package/emotion/cjs/components/Checkbox/Checkbox.template-doc.mdx +0 -13
  72. package/emotion/cjs/components/Checkbox/Checkbox.tokens.js +2 -0
  73. package/emotion/cjs/components/Checkbox/variations/_focused/base.js +2 -2
  74. package/emotion/cjs/components/Checkbox/variations/_view/base.js +1 -1
  75. package/emotion/cjs/components/Chip/Chip.js +0 -1
  76. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  77. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +13 -13
  78. package/emotion/cjs/components/Radiobox/Radiobox.styles.js +3 -3
  79. package/emotion/cjs/components/Radiobox/Radiobox.tokens.js +2 -0
  80. package/emotion/cjs/components/Radiobox/variations/_view/base.js +1 -1
  81. package/emotion/cjs/components/Select/Select.tokens.js +2 -0
  82. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +11 -11
  83. package/emotion/cjs/components/Slider/components/Single/Single.styles.js +7 -6
  84. package/emotion/cjs/components/TextArea/TextArea.js +1 -2
  85. package/emotion/cjs/components/TextField/TextField.js +1 -3
  86. package/emotion/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.config.js +12 -13
  87. package/emotion/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.js +14 -3
  88. package/emotion/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.outline.config.js +47 -0
  89. package/emotion/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +8 -1
  90. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  91. package/emotion/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.config.js +12 -12
  92. package/emotion/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.js +14 -3
  93. package/emotion/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.outline.config.js +49 -0
  94. package/emotion/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +13 -2
  95. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  96. package/emotion/cjs/examples/plasma_web/components/Checkbox/Checkbox.config.js +12 -13
  97. package/emotion/cjs/examples/plasma_web/components/Checkbox/Checkbox.js +14 -3
  98. package/emotion/cjs/examples/plasma_web/components/Checkbox/Checkbox.outline.config.js +47 -0
  99. package/emotion/cjs/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +8 -1
  100. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  101. package/emotion/cjs/examples/plasma_web/components/Radiobox/Radiobox.config.js +12 -12
  102. package/emotion/cjs/examples/plasma_web/components/Radiobox/Radiobox.js +14 -3
  103. package/emotion/cjs/examples/plasma_web/components/Radiobox/Radiobox.outline.config.js +49 -0
  104. package/emotion/cjs/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +13 -2
  105. package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +24 -24
  106. package/emotion/cjs/utils/createConditionalComponent.js +38 -0
  107. package/emotion/cjs/utils/index.js +8 -0
  108. package/emotion/es/components/Button/Button.js +0 -1
  109. package/emotion/es/components/Checkbox/Checkbox.js +2 -2
  110. package/emotion/es/components/Checkbox/Checkbox.styles.js +8 -8
  111. package/emotion/es/components/Checkbox/Checkbox.template-doc.mdx +0 -13
  112. package/emotion/es/components/Checkbox/Checkbox.tokens.js +2 -0
  113. package/emotion/es/components/Checkbox/variations/_focused/base.js +2 -2
  114. package/emotion/es/components/Checkbox/variations/_view/base.js +1 -1
  115. package/emotion/es/components/Chip/Chip.js +0 -1
  116. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  117. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +13 -13
  118. package/emotion/es/components/Radiobox/Radiobox.styles.js +3 -3
  119. package/emotion/es/components/Radiobox/Radiobox.tokens.js +2 -0
  120. package/emotion/es/components/Radiobox/variations/_view/base.js +1 -1
  121. package/emotion/es/components/Select/Select.tokens.js +2 -0
  122. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +11 -11
  123. package/emotion/es/components/Slider/components/Single/Single.styles.js +7 -6
  124. package/emotion/es/components/TextArea/TextArea.js +1 -2
  125. package/emotion/es/components/TextField/TextField.js +1 -3
  126. package/emotion/es/examples/plasma_b2c/components/Checkbox/Checkbox.config.js +12 -13
  127. package/emotion/es/examples/plasma_b2c/components/Checkbox/Checkbox.js +13 -2
  128. package/emotion/es/examples/plasma_b2c/components/Checkbox/Checkbox.outline.config.js +41 -0
  129. package/emotion/es/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +8 -1
  130. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  131. package/emotion/es/examples/plasma_b2c/components/Radiobox/Radiobox.config.js +12 -12
  132. package/emotion/es/examples/plasma_b2c/components/Radiobox/Radiobox.js +13 -2
  133. package/emotion/es/examples/plasma_b2c/components/Radiobox/Radiobox.outline.config.js +43 -0
  134. package/emotion/es/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +13 -2
  135. package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  136. package/emotion/es/examples/plasma_web/components/Checkbox/Checkbox.config.js +12 -13
  137. package/emotion/es/examples/plasma_web/components/Checkbox/Checkbox.js +13 -2
  138. package/emotion/es/examples/plasma_web/components/Checkbox/Checkbox.outline.config.js +41 -0
  139. package/emotion/es/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +8 -1
  140. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  141. package/emotion/es/examples/plasma_web/components/Radiobox/Radiobox.config.js +12 -12
  142. package/emotion/es/examples/plasma_web/components/Radiobox/Radiobox.js +13 -2
  143. package/emotion/es/examples/plasma_web/components/Radiobox/Radiobox.outline.config.js +43 -0
  144. package/emotion/es/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +13 -2
  145. package/emotion/es/examples/plasma_web/components/Select/Select.config.js +24 -24
  146. package/emotion/es/utils/createConditionalComponent.js +31 -0
  147. package/emotion/es/utils/index.js +1 -0
  148. package/es/_virtual/_rollupPluginBabelHelpers.js +52 -1
  149. package/es/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  150. package/es/components/Button/Button.js +0 -1
  151. package/es/components/Button/Button.js.map +1 -1
  152. package/es/components/Checkbox/Checkbox.css +10 -10
  153. package/es/components/Checkbox/Checkbox.js +2 -2
  154. package/es/components/Checkbox/Checkbox.js.map +1 -1
  155. package/es/components/Checkbox/Checkbox.styles.js +1 -1
  156. package/es/components/Checkbox/Checkbox.styles.js.map +1 -1
  157. package/es/components/Checkbox/{Checkbox.styles_rxomqi.css → Checkbox.styles_1dv1w6k.css} +1 -1
  158. package/es/components/Checkbox/Checkbox.tokens.js +2 -0
  159. package/es/components/Checkbox/Checkbox.tokens.js.map +1 -1
  160. package/es/components/Checkbox/variations/_focused/base.js +1 -1
  161. package/es/components/Checkbox/variations/_focused/base.js.map +1 -1
  162. package/{cjs/components/Checkbox/variations/_focused/base_hr4zpz.css → es/components/Checkbox/variations/_focused/base_x86p0b.css} +1 -1
  163. package/es/components/Checkbox/variations/_view/base.js +1 -1
  164. package/es/components/Checkbox/variations/_view/base.js.map +1 -1
  165. package/es/components/Checkbox/variations/_view/base_tj850e.css +1 -0
  166. package/es/components/Chip/Chip.js +0 -1
  167. package/es/components/Chip/Chip.js.map +1 -1
  168. package/es/components/Combobox/ComboboxNew/Combobox.css +22 -22
  169. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  170. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  171. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +22 -22
  172. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  173. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  174. package/{cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles_1cijcra.css → es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles_1fy6e2z.css} +1 -1
  175. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +22 -22
  176. package/es/components/Pagination/Pagination.css +19 -19
  177. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +19 -19
  178. package/es/components/Radiobox/Radiobox.css +11 -11
  179. package/es/components/Radiobox/Radiobox.styles.js +1 -1
  180. package/es/components/Radiobox/Radiobox.styles.js.map +1 -1
  181. package/es/components/Radiobox/{Radiobox.styles_8cwqg9.css → Radiobox.styles_1u9zve5.css} +1 -1
  182. package/es/components/Radiobox/Radiobox.tokens.js +2 -0
  183. package/es/components/Radiobox/Radiobox.tokens.js.map +1 -1
  184. package/es/components/Radiobox/variations/_view/base.js +1 -1
  185. package/es/components/Radiobox/variations/_view/base.js.map +1 -1
  186. package/es/components/Radiobox/variations/_view/base_1f50j99.css +1 -0
  187. package/es/components/Select/Select.css +19 -19
  188. package/es/components/Select/Select.tokens.js +2 -0
  189. package/es/components/Select/Select.tokens.js.map +1 -1
  190. package/es/components/Select/ui/Inner/Inner.css +19 -19
  191. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +15 -15
  192. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  193. package/es/components/Select/ui/Inner/ui/Item/{Item.styles_nvzopo.css → Item.styles_1gk72bp.css} +1 -1
  194. package/es/components/Select/ui/VirtualList/VirtualList.css +19 -19
  195. package/es/components/Slider/Slider.css +6 -6
  196. package/es/components/Slider/components/Single/Single.css +6 -6
  197. package/es/components/Slider/components/Single/Single.styles.js +1 -1
  198. package/es/components/Slider/components/Single/Single.styles.js.map +1 -1
  199. package/es/components/Slider/components/Single/{Single.styles_1a6l9pg.css → Single.styles_e0wk24.css} +2 -2
  200. package/es/components/Table/Table.css +19 -19
  201. package/es/components/Table/ui/Cell/Cell.css +19 -19
  202. package/es/components/Table/ui/EditableCell/EditableCell.css +19 -19
  203. package/es/components/Table/ui/HeadCell/HeadCell.css +19 -19
  204. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +19 -19
  205. package/es/components/TextArea/TextArea.js +0 -1
  206. package/es/components/TextArea/TextArea.js.map +1 -1
  207. package/es/components/TextField/TextField.js +0 -2
  208. package/es/components/TextField/TextField.js.map +1 -1
  209. package/es/index.css +39 -39
  210. package/es/index.js +1 -0
  211. package/es/index.js.map +1 -1
  212. package/es/utils/createConditionalComponent.js +33 -0
  213. package/es/utils/createConditionalComponent.js.map +1 -0
  214. package/es/utils/index.js.map +1 -1
  215. package/package.json +2 -2
  216. package/styled-components/cjs/components/Button/Button.js +0 -1
  217. package/styled-components/cjs/components/Checkbox/Checkbox.js +2 -2
  218. package/styled-components/cjs/components/Checkbox/Checkbox.styles.js +1 -1
  219. package/styled-components/cjs/components/Checkbox/Checkbox.template-doc.mdx +0 -13
  220. package/styled-components/cjs/components/Checkbox/Checkbox.tokens.js +2 -0
  221. package/styled-components/cjs/components/Checkbox/variations/_focused/base.js +1 -1
  222. package/styled-components/cjs/components/Checkbox/variations/_view/base.js +1 -1
  223. package/styled-components/cjs/components/Chip/Chip.js +0 -1
  224. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  225. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  226. package/styled-components/cjs/components/Radiobox/Radiobox.styles.js +1 -1
  227. package/styled-components/cjs/components/Radiobox/Radiobox.tokens.js +2 -0
  228. package/styled-components/cjs/components/Radiobox/variations/_view/base.js +1 -1
  229. package/styled-components/cjs/components/Select/Select.tokens.js +2 -0
  230. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  231. package/styled-components/cjs/components/Slider/components/Single/Single.styles.js +3 -2
  232. package/styled-components/cjs/components/TextArea/TextArea.js +0 -1
  233. package/styled-components/cjs/components/TextField/TextField.js +0 -2
  234. package/styled-components/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.config.js +10 -11
  235. package/styled-components/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.js +14 -3
  236. package/styled-components/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.outline.config.js +47 -0
  237. package/styled-components/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +8 -1
  238. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +4 -4
  239. package/styled-components/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.config.js +10 -10
  240. package/styled-components/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.js +14 -3
  241. package/styled-components/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.outline.config.js +49 -0
  242. package/styled-components/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +13 -2
  243. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +4 -4
  244. package/styled-components/cjs/examples/plasma_web/components/Checkbox/Checkbox.config.js +10 -11
  245. package/styled-components/cjs/examples/plasma_web/components/Checkbox/Checkbox.js +14 -3
  246. package/styled-components/cjs/examples/plasma_web/components/Checkbox/Checkbox.outline.config.js +47 -0
  247. package/styled-components/cjs/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +8 -1
  248. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +4 -4
  249. package/styled-components/cjs/examples/plasma_web/components/Radiobox/Radiobox.config.js +10 -10
  250. package/styled-components/cjs/examples/plasma_web/components/Radiobox/Radiobox.js +14 -3
  251. package/styled-components/cjs/examples/plasma_web/components/Radiobox/Radiobox.outline.config.js +49 -0
  252. package/styled-components/cjs/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +13 -2
  253. package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +4 -4
  254. package/styled-components/cjs/utils/createConditionalComponent.js +38 -0
  255. package/styled-components/cjs/utils/index.js +8 -0
  256. package/styled-components/es/components/Button/Button.js +0 -1
  257. package/styled-components/es/components/Checkbox/Checkbox.js +2 -2
  258. package/styled-components/es/components/Checkbox/Checkbox.styles.js +1 -1
  259. package/styled-components/es/components/Checkbox/Checkbox.template-doc.mdx +0 -13
  260. package/styled-components/es/components/Checkbox/Checkbox.tokens.js +2 -0
  261. package/styled-components/es/components/Checkbox/variations/_focused/base.js +1 -1
  262. package/styled-components/es/components/Checkbox/variations/_view/base.js +1 -1
  263. package/styled-components/es/components/Chip/Chip.js +0 -1
  264. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +2 -0
  265. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  266. package/styled-components/es/components/Radiobox/Radiobox.styles.js +1 -1
  267. package/styled-components/es/components/Radiobox/Radiobox.tokens.js +2 -0
  268. package/styled-components/es/components/Radiobox/variations/_view/base.js +1 -1
  269. package/styled-components/es/components/Select/Select.tokens.js +2 -0
  270. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  271. package/styled-components/es/components/Slider/components/Single/Single.styles.js +3 -2
  272. package/styled-components/es/components/TextArea/TextArea.js +0 -1
  273. package/styled-components/es/components/TextField/TextField.js +0 -2
  274. package/styled-components/es/examples/plasma_b2c/components/Checkbox/Checkbox.config.js +10 -11
  275. package/styled-components/es/examples/plasma_b2c/components/Checkbox/Checkbox.js +13 -2
  276. package/styled-components/es/examples/plasma_b2c/components/Checkbox/Checkbox.outline.config.js +41 -0
  277. package/styled-components/es/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +8 -1
  278. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +4 -4
  279. package/styled-components/es/examples/plasma_b2c/components/Radiobox/Radiobox.config.js +10 -10
  280. package/styled-components/es/examples/plasma_b2c/components/Radiobox/Radiobox.js +13 -2
  281. package/styled-components/es/examples/plasma_b2c/components/Radiobox/Radiobox.outline.config.js +43 -0
  282. package/styled-components/es/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +13 -2
  283. package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +4 -4
  284. package/styled-components/es/examples/plasma_web/components/Checkbox/Checkbox.config.js +10 -11
  285. package/styled-components/es/examples/plasma_web/components/Checkbox/Checkbox.js +13 -2
  286. package/styled-components/es/examples/plasma_web/components/Checkbox/Checkbox.outline.config.js +41 -0
  287. package/styled-components/es/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +8 -1
  288. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +4 -4
  289. package/styled-components/es/examples/plasma_web/components/Radiobox/Radiobox.config.js +10 -10
  290. package/styled-components/es/examples/plasma_web/components/Radiobox/Radiobox.js +13 -2
  291. package/styled-components/es/examples/plasma_web/components/Radiobox/Radiobox.outline.config.js +43 -0
  292. package/styled-components/es/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +13 -2
  293. package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +4 -4
  294. package/styled-components/es/utils/createConditionalComponent.js +31 -0
  295. package/styled-components/es/utils/index.js +1 -0
  296. package/types/components/Button/Button.d.ts.map +1 -1
  297. package/types/components/Checkbox/Checkbox.tokens.d.ts +2 -0
  298. package/types/components/Checkbox/Checkbox.tokens.d.ts.map +1 -1
  299. package/types/components/Checkbox/variations/_view/base.d.ts.map +1 -1
  300. package/types/components/Chip/Chip.d.ts.map +1 -1
  301. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +2 -0
  302. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  303. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts.map +1 -1
  304. package/types/components/Radiobox/Radiobox.styles.d.ts.map +1 -1
  305. package/types/components/Radiobox/Radiobox.tokens.d.ts +2 -0
  306. package/types/components/Radiobox/Radiobox.tokens.d.ts.map +1 -1
  307. package/types/components/Radiobox/variations/_view/base.d.ts.map +1 -1
  308. package/types/components/Select/Select.tokens.d.ts +2 -0
  309. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  310. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts.map +1 -1
  311. package/types/components/Slider/components/Single/Single.styles.d.ts.map +1 -1
  312. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  313. package/types/components/TextField/TextField.d.ts.map +1 -1
  314. package/types/utils/createConditionalComponent.d.ts +12 -0
  315. package/types/utils/createConditionalComponent.d.ts.map +1 -0
  316. package/types/utils/index.d.ts +1 -0
  317. package/types/utils/index.d.ts.map +1 -1
  318. package/cjs/components/Checkbox/variations/_view/base_1xk2qu8.css +0 -1
  319. package/cjs/components/Radiobox/variations/_view/base_11n1fn3.css +0 -1
  320. package/es/components/Checkbox/variations/_view/base_1xk2qu8.css +0 -1
  321. package/es/components/Radiobox/variations/_view/base_11n1fn3.css +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.js","sources":["../../../src/components/TextField/TextField.tsx"],"sourcesContent":["import React, { forwardRef, useEffect, useRef, useState } from 'react';\nimport type { FormEventHandler, ChangeEventHandler, KeyboardEvent, ChangeEvent, MouseEventHandler } from 'react';\nimport { safeUseId, useForkRef } from '@salutejs/plasma-core';\nimport { css } from '@linaria/core';\n\nimport type { RootProps } from '../../engines';\nimport { cx } from '../../utils';\nimport { useOutsideClick } from '../../hooks';\n\nimport type { ChipValues, TextFieldPrimitiveValue, TextFieldProps, TextFieldRootProps } from './TextField.types';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as clearCSS } from './variations/_clear/base';\nimport { base as disabledCSS } from './variations/_disabled/base';\nimport { base as readOnlyCSS } from './variations/_read-only/base';\nimport { base as labelPlacementCSS } from './variations/_label-placement/base';\nimport { base as hintViewCSS } from './variations/_hint-view/base';\nimport { base as hintSizeCSS } from './variations/_hint-size/base';\nimport {\n Input,\n InputContainer,\n LeftHelper,\n Label,\n InputWrapper,\n InputLabelWrapper,\n StyledContentLeft,\n StyledContentRight,\n StyledChips,\n StyledTextBefore,\n StyledTextAfter,\n StyledIndicator,\n StyledOptionalText,\n InputPlaceholder,\n OuterLabelWrapper,\n TitleCaption,\n StyledHintWrapper,\n StyledIndicatorWrapper,\n StyledContentRightWrapper,\n} from './TextField.styles';\nimport { classes } from './TextField.tokens';\nimport { TextFieldChip } from './ui';\nimport { useKeyNavigation } from './hooks';\nimport { HintComponent } from './ui/Hint/Hint';\nimport { getInputWidth } from './getInputWidth';\n\nconst optionalText = 'optional';\n\nexport const base = css`\n /* NOTE: Webkit не применяет opacity к inline тегам */\n display: block;\n`;\n\nconst HINT_DEFAULT_OFFSET: [number, number] = [0, 0];\n\nexport const textFieldRoot = (Root: RootProps<HTMLDivElement, TextFieldRootProps>) =>\n forwardRef<HTMLInputElement, TextFieldProps>(\n (\n {\n id,\n className,\n style,\n\n // layout\n contentLeft,\n contentRight,\n label,\n labelPlacement,\n keepPlaceholder,\n textBefore,\n textAfter,\n placeholder,\n leftHelper,\n enumerationType = 'plain',\n requiredPlacement = 'right',\n hasRequiredIndicator = true,\n titleCaption,\n chipView = 'default',\n chipValidator,\n\n // hint\n hintTrigger = 'hover',\n hintText,\n hintView = 'default',\n hintSize = 'm',\n hintTargetIcon,\n hintTargetPlacement = 'outer',\n hintPlacement = 'auto',\n hintHasArrow,\n hintOffset = HINT_DEFAULT_OFFSET,\n hintWidth,\n hintContentLeft,\n\n // variations\n view,\n size,\n readOnly = false,\n disabled = false,\n required = false,\n clear = false,\n optional,\n hasDivider,\n\n // controlled\n value: outerValue,\n chips: values,\n chipType = 'default',\n\n // events\n onChange,\n onChangeChips,\n onSearch,\n onKeyDown,\n onFocus,\n onBlur,\n\n ...rest\n },\n ref,\n ) => {\n const contentRef = useRef<HTMLDivElement>(null);\n const inputContainerRef = useRef<HTMLDivElement>(null);\n const inputRef = useRef<HTMLInputElement>(null);\n const inputForkRef = useForkRef(inputRef, ref);\n const chipsRefs = useRef<Array<HTMLButtonElement>>([]);\n\n const controlledRefs = { contentRef, inputRef, chipsRefs };\n\n const [hasValue, setHasValue] = useState(\n Boolean(outerValue) || Boolean(inputRef?.current?.value) || Boolean(rest?.defaultValue),\n );\n const [hasFocus, setHasFocus] = useState(false);\n\n const [chips, setChips] = useState<Array<ChipValues>>([]);\n const [isHintVisible, setIsHintVisible] = useState(false);\n\n const uniqId = safeUseId();\n const innerId = id || uniqId;\n const labelId = safeUseId();\n const helperTextId = safeUseId();\n\n const isDefaultView = view === 'default' || readOnly || disabled;\n\n const isChipEnumeration = enumerationType === 'chip';\n const isChipsVisible = isChipEnumeration && Boolean(chips?.length);\n const withHasChips = isChipsVisible ? classes.hasChips : undefined;\n\n const hasLabelValue = Boolean(label);\n const hasInnerLabel = size !== 'xs' && labelPlacement === 'inner' && !isChipsVisible && hasLabelValue;\n const hasOuterLabel = labelPlacement === 'outer' && hasLabelValue;\n const innerKeepPlaceholder = keepPlaceholder && labelPlacement === 'inner';\n const hasPlaceholder = Boolean(placeholder) && (innerKeepPlaceholder || !hasInnerLabel);\n let hasTextAfter = Boolean(textAfter);\n let hasTextBefore = textBefore && !isChipEnumeration;\n if (labelPlacement === 'inner') {\n if (!hasValue && !hasPlaceholder && !hasFocus) {\n hasTextAfter = false;\n hasTextBefore = false;\n }\n }\n\n const hasPlaceholderPadding = hasInnerLabel && keepPlaceholder && size !== 'xs';\n\n const innerLabelValue = hasInnerLabel || hasOuterLabel ? label : undefined;\n const innerLabelPlacementValue = labelPlacement === 'inner' && !hasInnerLabel ? undefined : labelPlacement;\n\n const innerPlaceholderValue = hasPlaceholder ? placeholder : undefined;\n const placeholderShown = Boolean(innerPlaceholderValue) && !hasValue;\n\n const clearClass = clear ? classes.clear : undefined;\n const hasDividerClass = hasDivider ? classes.hasDivider : undefined;\n const hasInnerHintClass = hintText && hintTargetPlacement === 'outer' ? classes.hasHint : undefined;\n const hasHintClass = hintText ? classes.hasHint : undefined;\n const requiredPlacementClass = requiredPlacement === 'right' ? classes.requiredAlignRight : undefined;\n const labelPlacementClass = innerLabelPlacementValue\n ? classes[`${innerLabelPlacementValue}LabelPlacement` as keyof typeof classes]\n : undefined;\n const hasValueClass = hasValue ? classes.hasValue : undefined;\n const keepPlaceholderClass = hasPlaceholder && placeholderShown && classes.keepPlaceholder;\n\n const wrapperWithoutLeftContent =\n !contentLeft && isChipsVisible && chipType === 'default' ? classes.hasEmptyContentLeft : undefined;\n const wrapperWithoutRightContent =\n !contentRight && isChipsVisible && chipType === 'default' ? classes.hasEmptyContentRight : undefined;\n\n const contentRightCompensationMargin =\n !hasOuterLabel && hintText && hintTargetPlacement === 'inner'\n ? classes.contentRightCompensationMargin\n : undefined;\n\n const hintRef = useOutsideClick<HTMLDivElement>(() => {\n setIsHintVisible(false);\n });\n const hintInnerRef = useRef<HTMLDivElement>(null);\n const hintForkRef = useForkRef(hintRef, hintInnerRef);\n\n const handleInput: FormEventHandler<HTMLInputElement> = (event) => {\n const { value } = event.target as HTMLInputElement;\n\n setHasValue(Boolean(value));\n };\n\n useEffect(() => {\n if (hasTextAfter && inputRef.current) {\n const textWidth = getInputWidth(inputRef.current, inputContainerRef.current);\n inputRef.current.style.width = `${textWidth}px`;\n } else {\n inputRef.current?.style.removeProperty('width');\n }\n }, [hasTextAfter]);\n\n const handleFocus = (event: React.FocusEvent<HTMLInputElement>) => {\n setHasFocus(true);\n onFocus?.(event);\n };\n\n const handleBlur = (event: React.FocusEvent<HTMLInputElement>) => {\n setHasFocus(false);\n onBlur?.(event);\n };\n\n const handleHintShow = () => setIsHintVisible(true);\n const handleHintHide = () => setIsHintVisible(false);\n const handleHintClick: MouseEventHandler = (event) => {\n if (!hintText || hintTrigger !== 'click') {\n return;\n }\n\n event.stopPropagation();\n const targetIsPopover = event.target === hintInnerRef.current;\n const rootHasTarget = hintInnerRef.current?.contains(event.target as Element);\n\n if (!targetIsPopover && !rootHasTarget) {\n setIsHintVisible(true);\n }\n };\n\n const handleChange: ChangeEventHandler<HTMLInputElement> = (event) => {\n if (disabled || readOnly) {\n return;\n }\n\n const { maxLength, value } = event.target;\n\n if (maxLength !== -1 && value.length > maxLength) {\n return;\n }\n\n onChange?.(event);\n\n if (hasTextAfter) {\n const textWidth = getInputWidth(event.currentTarget, inputContainerRef.current);\n event.currentTarget.style.width = `${textWidth}px`;\n }\n };\n\n const updateChips = (newChips: Array<ChipValues>, newValues: Array<TextFieldPrimitiveValue>) => {\n setChips(newChips);\n onChangeChips?.(newValues);\n };\n\n const { handleInputKeydown, handleChipKeyDown, onChipClear, handleContentKeyDown } = useKeyNavigation({\n controlledRefs,\n disabled,\n readOnly,\n chips,\n enumerationType,\n updateChips,\n onSearch,\n onChange,\n onEnterDisabled: (rest as any).onEnterDisabled,\n });\n\n const onChipClick = (event: React.MouseEvent<HTMLButtonElement>) => event.stopPropagation();\n\n const handleInputFocus = () => {\n if (readOnly || disabled || !inputRef?.current) {\n return;\n }\n\n inputRef.current.scrollTo({\n top: 0,\n left: inputRef.current.offsetLeft,\n behavior: 'smooth',\n });\n\n inputRef.current.focus();\n };\n\n const getRef = (element: HTMLButtonElement | null, index: number) => {\n if (element && chipsRefs?.current) {\n chipsRefs.current[index] = element;\n }\n };\n\n const handleOnKeyDown = (event: ChangeEvent<HTMLInputElement> & KeyboardEvent<HTMLInputElement>) => {\n handleInputKeydown(event);\n\n if (onKeyDown) {\n onKeyDown(event);\n }\n };\n\n useEffect(() => {\n if (!isChipEnumeration && !values?.length) {\n return;\n }\n\n const newChips =\n values?.map((value, index) => ({\n id: `${index}_${value}`,\n text: value,\n })) || [];\n\n setChips(newChips);\n }, [isChipEnumeration, values]);\n\n useEffect(() => {\n setHasValue(Boolean(rest?.defaultValue));\n }, [rest.defaultValue]);\n\n useEffect(() => {\n setHasValue(Boolean(outerValue) || Boolean(inputRef?.current?.value));\n }, [outerValue, inputRef?.current?.value]);\n\n const innerOptional = Boolean(required ? false : optional);\n const hasPlaceholderOptional = innerOptional && !innerLabelValue && !hasOuterLabel;\n const optionalTextNode = innerOptional ? (\n <StyledOptionalText>\n {Boolean(hasPlaceholderOptional ? innerPlaceholderValue : innerLabelValue) && '\\xa0'}\n {optionalText}\n </StyledOptionalText>\n ) : null;\n\n return (\n <Root\n view={view}\n size={size}\n disabled={disabled}\n readOnly={!disabled && readOnly}\n clear={clear}\n labelPlacement={innerLabelPlacementValue}\n chipView={chipView}\n onClick={handleInputFocus}\n className={cx(\n labelPlacementClass,\n clearClass,\n hasDividerClass,\n hasInnerHintClass,\n classes.textFieldGroupItem,\n className,\n )}\n style={style}\n {...(hintText && { hintView, hintSize })}\n >\n {(hasOuterLabel || titleCaption) && (\n <OuterLabelWrapper isInnerLabel={labelPlacement === 'inner'}>\n {hasOuterLabel && (\n <StyledIndicatorWrapper>\n <Label id={labelId} htmlFor={id}>\n {innerLabelValue}\n </Label>\n\n {hintText && (\n <StyledHintWrapper>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n />\n </StyledHintWrapper>\n )}\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(\n classes.outerLabelPlacement,\n requiredPlacementClass,\n hasHintClass,\n )}\n />\n )}\n {optionalTextNode}\n </StyledIndicatorWrapper>\n )}\n {titleCaption && <TitleCaption>{titleCaption}</TitleCaption>}\n </OuterLabelWrapper>\n )}\n <InputWrapper\n // Ref для внутреннего использования. Не отдается наружу.\n ref={(rest as any).inputWrapperRef}\n // TODO: #1544, и после убрать classes.inputWrapper\n className={cx(\n withHasChips,\n wrapperWithoutLeftContent,\n wrapperWithoutRightContent,\n classes.inputWrapper,\n )}\n >\n {!hasOuterLabel && (\n <>\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(classes.innerLabelPlacement, requiredPlacementClass)}\n />\n )}\n {hintText && hintTargetPlacement === 'outer' && (\n <StyledHintWrapper className={classes.innerLabelPlacement}>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n </StyledHintWrapper>\n )}\n </>\n )}\n {contentLeft && (\n <StyledContentLeft isClear={clear} isDefaultView={isDefaultView}>\n {contentLeft}\n </StyledContentLeft>\n )}\n <InputLabelWrapper\n tabIndex={-1}\n ref={contentRef}\n onKeyDown={handleContentKeyDown}\n className={withHasChips}\n >\n {Boolean(textBefore && isChipEnumeration) && (\n <StyledTextBefore>{textBefore}</StyledTextBefore>\n )}\n {isChipEnumeration && Boolean(chips?.length) && (\n <StyledChips className={classes.chipsWrapper}>\n {chips?.map(({ id: chipId, text }, index) => {\n const validationView = chipValidator?.(String(text));\n const resView = validationView?.view || chipView;\n\n return (\n <TextFieldChip\n id={chipId}\n ref={(element) => getRef(element, index)}\n key={`${chipId}_${index}`}\n disabled={disabled}\n readOnly={readOnly}\n value={text}\n text={text}\n onKeyDown={(event) => handleChipKeyDown(event, chipId, index)}\n onClear={() => onChipClear(chipId, index)}\n onClick={onChipClick}\n chipType={chipType}\n view={resView}\n rootWrapper={Root}\n // TODO: #1547\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n _forceChipManipulationWithReadonly={\n // eslint-disable-next-line no-underscore-dangle\n (rest as any)._forceChipManipulationWithReadonly\n }\n />\n );\n })}\n </StyledChips>\n )}\n <InputContainer ref={inputContainerRef} hasDynamicWidth={hasTextAfter}>\n {hasTextBefore && <StyledTextBefore>{textBefore}</StyledTextBefore>}\n <Input\n ref={inputForkRef}\n id={innerId}\n value={outerValue}\n required={enumerationType === 'chip' ? chips.length === 0 && required : required}\n aria-labelledby={labelId}\n aria-describedby={helperTextId}\n placeholder={innerPlaceholderValue}\n className={cx(hasValueClass, keepPlaceholderClass)}\n disabled={disabled}\n readOnly={!disabled && readOnly}\n onInput={handleInput}\n onChange={handleChange}\n onKeyDown={handleOnKeyDown}\n onFocus={handleFocus}\n onBlur={handleBlur}\n {...rest}\n />\n {hasInnerLabel && (\n <Label id={labelId} htmlFor={innerId}>\n {innerLabelValue}\n {optionalTextNode}\n </Label>\n )}\n {placeholderShown && !hasValue && (\n <InputPlaceholder hasPadding={hasPlaceholderPadding}>\n {hasTextBefore && <StyledTextBefore isHidden>{textBefore}</StyledTextBefore>}\n {innerPlaceholderValue}\n {hasPlaceholderOptional && optionalTextNode}\n </InputPlaceholder>\n )}\n {hasTextAfter && <StyledTextAfter>{textAfter}</StyledTextAfter>}\n </InputContainer>\n </InputLabelWrapper>\n <StyledContentRightWrapper className={cx(contentRightCompensationMargin)}>\n {contentRight && <StyledContentRight>{contentRight}</StyledContentRight>}\n\n {!hasOuterLabel && hintText && hintTargetPlacement === 'inner' && (\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n )}\n </StyledContentRightWrapper>\n </InputWrapper>\n {leftHelper && <LeftHelper id={helperTextId}>{leftHelper}</LeftHelper>}\n </Root>\n );\n },\n );\n\nexport const textFieldConfig = {\n name: 'TextField',\n tag: 'div',\n layout: textFieldRoot,\n base,\n variations: {\n view: {\n css: viewCSS,\n },\n size: {\n css: sizeCSS,\n },\n clear: {\n css: clearCSS,\n attrs: true,\n },\n disabled: {\n css: disabledCSS,\n attrs: true,\n },\n readOnly: {\n css: readOnlyCSS,\n attrs: true,\n },\n labelPlacement: {\n css: labelPlacementCSS,\n },\n hintView: {\n css: hintViewCSS,\n },\n hintSize: {\n css: hintSizeCSS,\n },\n },\n defaults: {\n size: 'm',\n view: 'default',\n },\n};\n"],"names":["optionalText","base","HINT_DEFAULT_OFFSET","textFieldRoot","Root","forwardRef","_ref","ref","_inputRef$current","_inputRef$current4","id","className","style","contentLeft","contentRight","label","labelPlacement","keepPlaceholder","textBefore","textAfter","placeholder","leftHelper","_ref$enumerationType","enumerationType","_ref$requiredPlacemen","requiredPlacement","_ref$hasRequiredIndic","hasRequiredIndicator","titleCaption","_ref$chipView","chipView","chipValidator","_ref$hintTrigger","hintTrigger","hintText","_ref$hintView","hintView","_ref$hintSize","hintSize","hintTargetIcon","_ref$hintTargetPlacem","hintTargetPlacement","_ref$hintPlacement","hintPlacement","hintHasArrow","_ref$hintOffset","hintOffset","hintWidth","hintContentLeft","view","size","_ref$readOnly","readOnly","_ref$disabled","disabled","_ref$required","required","_ref$clear","clear","optional","hasDivider","outerValue","value","values","chips","_ref$chipType","chipType","onChange","onChangeChips","onSearch","onKeyDown","onFocus","onBlur","rest","contentRef","useRef","inputContainerRef","inputRef","inputForkRef","useForkRef","chipsRefs","controlledRefs","_useState","useState","Boolean","current","defaultValue","_useState2","_slicedToArray","hasValue","setHasValue","_useState3","_useState4","hasFocus","setHasFocus","_useState5","_useState6","setChips","_useState7","_useState8","isHintVisible","setIsHintVisible","uniqId","safeUseId","innerId","labelId","helperTextId","isDefaultView","isChipEnumeration","isChipsVisible","length","withHasChips","classes","hasChips","undefined","hasLabelValue","hasInnerLabel","hasOuterLabel","innerKeepPlaceholder","hasPlaceholder","hasTextAfter","hasTextBefore","hasPlaceholderPadding","innerLabelValue","innerLabelPlacementValue","innerPlaceholderValue","placeholderShown","clearClass","hasDividerClass","hasInnerHintClass","hasHint","hasHintClass","requiredPlacementClass","requiredAlignRight","labelPlacementClass","concat","hasValueClass","keepPlaceholderClass","wrapperWithoutLeftContent","hasEmptyContentLeft","wrapperWithoutRightContent","hasEmptyContentRight","contentRightCompensationMargin","hintRef","useOutsideClick","hintInnerRef","hintForkRef","handleInput","event","_ref2","target","useEffect","textWidth","getInputWidth","width","_inputRef$current2","removeProperty","handleFocus","handleBlur","handleHintShow","handleHintHide","handleHintClick","_hintInnerRef$current","stopPropagation","targetIsPopover","rootHasTarget","contains","handleChange","_event$target","maxLength","currentTarget","updateChips","newChips","newValues","_useKeyNavigation","useKeyNavigation","onEnterDisabled","handleInputKeydown","handleChipKeyDown","onChipClear","handleContentKeyDown","onChipClick","handleInputFocus","scrollTo","top","left","offsetLeft","behavior","focus","getRef","element","index","handleOnKeyDown","map","text","_inputRef$current3","innerOptional","hasPlaceholderOptional","optionalTextNode","React","createElement","StyledOptionalText","_extends","onClick","cx","textFieldGroupItem","OuterLabelWrapper","isInnerLabel","StyledIndicatorWrapper","Label","htmlFor","StyledHintWrapper","HintComponent","StyledIndicator","outerLabelPlacement","TitleCaption","InputWrapper","inputWrapperRef","inputWrapper","Fragment","innerLabelPlacement","StyledContentLeft","isClear","InputLabelWrapper","tabIndex","StyledTextBefore","StyledChips","chipsWrapper","_ref3","chipId","validationView","String","resView","TextFieldChip","key","onClear","rootWrapper","_forceChipManipulationWithReadonly","InputContainer","hasDynamicWidth","Input","onInput","InputPlaceholder","hasPadding","isHidden","StyledTextAfter","StyledContentRightWrapper","StyledContentRight","LeftHelper","textFieldConfig","name","tag","layout","variations","css","viewCSS","sizeCSS","clearCSS","attrs","disabledCSS","readOnlyCSS","labelPlacementCSS","hintViewCSS","hintSizeCSS","defaults"],"mappings":"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"}
1
+ {"version":3,"file":"TextField.js","sources":["../../../src/components/TextField/TextField.tsx"],"sourcesContent":["import React, { forwardRef, useEffect, useRef, useState } from 'react';\nimport type { FormEventHandler, ChangeEventHandler, KeyboardEvent, ChangeEvent, MouseEventHandler } from 'react';\nimport { safeUseId, useForkRef } from '@salutejs/plasma-core';\nimport { css } from '@linaria/core';\n\nimport type { RootProps } from '../../engines';\nimport { cx } from '../../utils';\nimport { useOutsideClick } from '../../hooks';\n\nimport type { ChipValues, TextFieldPrimitiveValue, TextFieldProps, TextFieldRootProps } from './TextField.types';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as clearCSS } from './variations/_clear/base';\nimport { base as disabledCSS } from './variations/_disabled/base';\nimport { base as readOnlyCSS } from './variations/_read-only/base';\nimport { base as labelPlacementCSS } from './variations/_label-placement/base';\nimport { base as hintViewCSS } from './variations/_hint-view/base';\nimport { base as hintSizeCSS } from './variations/_hint-size/base';\nimport {\n Input,\n InputContainer,\n LeftHelper,\n Label,\n InputWrapper,\n InputLabelWrapper,\n StyledContentLeft,\n StyledContentRight,\n StyledChips,\n StyledTextBefore,\n StyledTextAfter,\n StyledIndicator,\n StyledOptionalText,\n InputPlaceholder,\n OuterLabelWrapper,\n TitleCaption,\n StyledHintWrapper,\n StyledIndicatorWrapper,\n StyledContentRightWrapper,\n} from './TextField.styles';\nimport { classes } from './TextField.tokens';\nimport { TextFieldChip } from './ui';\nimport { useKeyNavigation } from './hooks';\nimport { HintComponent } from './ui/Hint/Hint';\nimport { getInputWidth } from './getInputWidth';\n\nconst optionalText = 'optional';\n\nexport const base = css`\n /* NOTE: Webkit не применяет opacity к inline тегам */\n display: block;\n`;\n\nconst HINT_DEFAULT_OFFSET: [number, number] = [0, 0];\n\nexport const textFieldRoot = (Root: RootProps<HTMLDivElement, TextFieldRootProps>) =>\n forwardRef<HTMLInputElement, TextFieldProps>(\n (\n {\n id,\n className,\n style,\n\n // layout\n contentLeft,\n contentRight,\n label,\n labelPlacement,\n keepPlaceholder,\n textBefore,\n textAfter,\n placeholder,\n leftHelper,\n enumerationType = 'plain',\n requiredPlacement = 'right',\n hasRequiredIndicator = true,\n titleCaption,\n chipView = 'default',\n chipValidator,\n\n // hint\n hintTrigger = 'hover',\n hintText,\n hintView = 'default',\n hintSize = 'm',\n hintTargetIcon,\n hintTargetPlacement = 'outer',\n hintPlacement = 'auto',\n hintHasArrow,\n hintOffset = HINT_DEFAULT_OFFSET,\n hintWidth,\n hintContentLeft,\n\n // variations\n view,\n size,\n readOnly = false,\n disabled = false,\n required = false,\n clear = false,\n optional,\n hasDivider,\n\n // controlled\n value: outerValue,\n chips: values,\n chipType = 'default',\n\n // events\n onChange,\n onChangeChips,\n onSearch,\n onKeyDown,\n onFocus,\n onBlur,\n\n ...rest\n },\n ref,\n ) => {\n const contentRef = useRef<HTMLDivElement>(null);\n const inputContainerRef = useRef<HTMLDivElement>(null);\n const inputRef = useRef<HTMLInputElement>(null);\n const inputForkRef = useForkRef(inputRef, ref);\n const chipsRefs = useRef<Array<HTMLButtonElement>>([]);\n\n const controlledRefs = { contentRef, inputRef, chipsRefs };\n\n const [hasValue, setHasValue] = useState(\n Boolean(outerValue) || Boolean(inputRef?.current?.value) || Boolean(rest?.defaultValue),\n );\n const [hasFocus, setHasFocus] = useState(false);\n\n const [chips, setChips] = useState<Array<ChipValues>>([]);\n const [isHintVisible, setIsHintVisible] = useState(false);\n\n const uniqId = safeUseId();\n const innerId = id || uniqId;\n const labelId = safeUseId();\n const helperTextId = safeUseId();\n\n const isDefaultView = view === 'default' || readOnly || disabled;\n\n const isChipEnumeration = enumerationType === 'chip';\n const isChipsVisible = isChipEnumeration && Boolean(chips?.length);\n const withHasChips = isChipsVisible ? classes.hasChips : undefined;\n\n const hasLabelValue = Boolean(label);\n const hasInnerLabel = size !== 'xs' && labelPlacement === 'inner' && !isChipsVisible && hasLabelValue;\n const hasOuterLabel = labelPlacement === 'outer' && hasLabelValue;\n const innerKeepPlaceholder = keepPlaceholder && labelPlacement === 'inner';\n const hasPlaceholder = Boolean(placeholder) && (innerKeepPlaceholder || !hasInnerLabel);\n let hasTextAfter = Boolean(textAfter);\n let hasTextBefore = textBefore && !isChipEnumeration;\n if (labelPlacement === 'inner') {\n if (!hasValue && !hasPlaceholder && !hasFocus) {\n hasTextAfter = false;\n hasTextBefore = false;\n }\n }\n\n const hasPlaceholderPadding = hasInnerLabel && keepPlaceholder && size !== 'xs';\n\n const innerLabelValue = hasInnerLabel || hasOuterLabel ? label : undefined;\n const innerLabelPlacementValue = labelPlacement === 'inner' && !hasInnerLabel ? undefined : labelPlacement;\n\n const innerPlaceholderValue = hasPlaceholder ? placeholder : undefined;\n const placeholderShown = Boolean(innerPlaceholderValue) && !hasValue;\n\n const clearClass = clear ? classes.clear : undefined;\n const hasDividerClass = hasDivider ? classes.hasDivider : undefined;\n const hasInnerHintClass = hintText && hintTargetPlacement === 'outer' ? classes.hasHint : undefined;\n const hasHintClass = hintText ? classes.hasHint : undefined;\n const requiredPlacementClass = requiredPlacement === 'right' ? classes.requiredAlignRight : undefined;\n const labelPlacementClass = innerLabelPlacementValue\n ? classes[`${innerLabelPlacementValue}LabelPlacement` as keyof typeof classes]\n : undefined;\n const hasValueClass = hasValue ? classes.hasValue : undefined;\n const keepPlaceholderClass = hasPlaceholder && placeholderShown && classes.keepPlaceholder;\n\n const wrapperWithoutLeftContent =\n !contentLeft && isChipsVisible && chipType === 'default' ? classes.hasEmptyContentLeft : undefined;\n const wrapperWithoutRightContent =\n !contentRight && isChipsVisible && chipType === 'default' ? classes.hasEmptyContentRight : undefined;\n\n const contentRightCompensationMargin =\n !hasOuterLabel && hintText && hintTargetPlacement === 'inner'\n ? classes.contentRightCompensationMargin\n : undefined;\n\n const hintRef = useOutsideClick<HTMLDivElement>(() => {\n setIsHintVisible(false);\n });\n const hintInnerRef = useRef<HTMLDivElement>(null);\n const hintForkRef = useForkRef(hintRef, hintInnerRef);\n\n const handleInput: FormEventHandler<HTMLInputElement> = (event) => {\n const { value } = event.target as HTMLInputElement;\n\n setHasValue(Boolean(value));\n };\n\n useEffect(() => {\n if (hasTextAfter && inputRef.current) {\n const textWidth = getInputWidth(inputRef.current, inputContainerRef.current);\n inputRef.current.style.width = `${textWidth}px`;\n } else {\n inputRef.current?.style.removeProperty('width');\n }\n }, [hasTextAfter]);\n\n const handleFocus = (event: React.FocusEvent<HTMLInputElement>) => {\n setHasFocus(true);\n onFocus?.(event);\n };\n\n const handleBlur = (event: React.FocusEvent<HTMLInputElement>) => {\n setHasFocus(false);\n onBlur?.(event);\n };\n\n const handleHintShow = () => setIsHintVisible(true);\n const handleHintHide = () => setIsHintVisible(false);\n const handleHintClick: MouseEventHandler = (event) => {\n if (!hintText || hintTrigger !== 'click') {\n return;\n }\n\n event.stopPropagation();\n const targetIsPopover = event.target === hintInnerRef.current;\n const rootHasTarget = hintInnerRef.current?.contains(event.target as Element);\n\n if (!targetIsPopover && !rootHasTarget) {\n setIsHintVisible(true);\n }\n };\n\n const handleChange: ChangeEventHandler<HTMLInputElement> = (event) => {\n if (disabled || readOnly) {\n return;\n }\n\n const { maxLength, value } = event.target;\n\n if (maxLength !== -1 && value.length > maxLength) {\n return;\n }\n\n onChange?.(event);\n\n if (hasTextAfter) {\n const textWidth = getInputWidth(event.currentTarget, inputContainerRef.current);\n event.currentTarget.style.width = `${textWidth}px`;\n }\n };\n\n const updateChips = (newChips: Array<ChipValues>, newValues: Array<TextFieldPrimitiveValue>) => {\n setChips(newChips);\n onChangeChips?.(newValues);\n };\n\n const { handleInputKeydown, handleChipKeyDown, onChipClear, handleContentKeyDown } = useKeyNavigation({\n controlledRefs,\n disabled,\n readOnly,\n chips,\n enumerationType,\n updateChips,\n onSearch,\n onChange,\n onEnterDisabled: (rest as any).onEnterDisabled,\n });\n\n const onChipClick = (event: React.MouseEvent<HTMLButtonElement>) => event.stopPropagation();\n\n const handleInputFocus = () => {\n if (readOnly || disabled || !inputRef?.current) {\n return;\n }\n\n inputRef.current.scrollTo({\n top: 0,\n left: inputRef.current.offsetLeft,\n behavior: 'smooth',\n });\n\n inputRef.current.focus();\n };\n\n const getRef = (element: HTMLButtonElement | null, index: number) => {\n if (element && chipsRefs?.current) {\n chipsRefs.current[index] = element;\n }\n };\n\n const handleOnKeyDown = (event: ChangeEvent<HTMLInputElement> & KeyboardEvent<HTMLInputElement>) => {\n handleInputKeydown(event);\n\n if (onKeyDown) {\n onKeyDown(event);\n }\n };\n\n useEffect(() => {\n if (!isChipEnumeration && !values?.length) {\n return;\n }\n\n const newChips =\n values?.map((value, index) => ({\n id: `${index}_${value}`,\n text: value,\n })) || [];\n\n setChips(newChips);\n }, [isChipEnumeration, values]);\n\n useEffect(() => {\n setHasValue(Boolean(rest?.defaultValue));\n }, [rest.defaultValue]);\n\n useEffect(() => {\n setHasValue(Boolean(outerValue) || Boolean(inputRef?.current?.value));\n }, [outerValue, inputRef?.current?.value]);\n\n const innerOptional = Boolean(required ? false : optional);\n const hasPlaceholderOptional = innerOptional && !innerLabelValue && !hasOuterLabel;\n const optionalTextNode = innerOptional ? (\n <StyledOptionalText>\n {Boolean(hasPlaceholderOptional ? innerPlaceholderValue : innerLabelValue) && '\\xa0'}\n {optionalText}\n </StyledOptionalText>\n ) : null;\n\n return (\n <Root\n view={view}\n size={size}\n disabled={disabled}\n readOnly={!disabled && readOnly}\n labelPlacement={innerLabelPlacementValue}\n onClick={handleInputFocus}\n className={cx(\n labelPlacementClass,\n clearClass,\n hasDividerClass,\n hasInnerHintClass,\n classes.textFieldGroupItem,\n className,\n )}\n style={style}\n {...(hintText && { hintView, hintSize })}\n >\n {(hasOuterLabel || titleCaption) && (\n <OuterLabelWrapper isInnerLabel={labelPlacement === 'inner'}>\n {hasOuterLabel && (\n <StyledIndicatorWrapper>\n <Label id={labelId} htmlFor={id}>\n {innerLabelValue}\n </Label>\n\n {hintText && (\n <StyledHintWrapper>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n />\n </StyledHintWrapper>\n )}\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(\n classes.outerLabelPlacement,\n requiredPlacementClass,\n hasHintClass,\n )}\n />\n )}\n {optionalTextNode}\n </StyledIndicatorWrapper>\n )}\n {titleCaption && <TitleCaption>{titleCaption}</TitleCaption>}\n </OuterLabelWrapper>\n )}\n <InputWrapper\n // Ref для внутреннего использования. Не отдается наружу.\n ref={(rest as any).inputWrapperRef}\n // TODO: #1544, и после убрать classes.inputWrapper\n className={cx(\n withHasChips,\n wrapperWithoutLeftContent,\n wrapperWithoutRightContent,\n classes.inputWrapper,\n )}\n >\n {!hasOuterLabel && (\n <>\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(classes.innerLabelPlacement, requiredPlacementClass)}\n />\n )}\n {hintText && hintTargetPlacement === 'outer' && (\n <StyledHintWrapper className={classes.innerLabelPlacement}>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n </StyledHintWrapper>\n )}\n </>\n )}\n {contentLeft && (\n <StyledContentLeft isClear={clear} isDefaultView={isDefaultView}>\n {contentLeft}\n </StyledContentLeft>\n )}\n <InputLabelWrapper\n tabIndex={-1}\n ref={contentRef}\n onKeyDown={handleContentKeyDown}\n className={withHasChips}\n >\n {Boolean(textBefore && isChipEnumeration) && (\n <StyledTextBefore>{textBefore}</StyledTextBefore>\n )}\n {isChipEnumeration && Boolean(chips?.length) && (\n <StyledChips className={classes.chipsWrapper}>\n {chips?.map(({ id: chipId, text }, index) => {\n const validationView = chipValidator?.(String(text));\n const resView = validationView?.view || chipView;\n\n return (\n <TextFieldChip\n id={chipId}\n ref={(element) => getRef(element, index)}\n key={`${chipId}_${index}`}\n disabled={disabled}\n readOnly={readOnly}\n value={text}\n text={text}\n onKeyDown={(event) => handleChipKeyDown(event, chipId, index)}\n onClear={() => onChipClear(chipId, index)}\n onClick={onChipClick}\n chipType={chipType}\n view={resView}\n rootWrapper={Root}\n // TODO: #1547\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n _forceChipManipulationWithReadonly={\n // eslint-disable-next-line no-underscore-dangle\n (rest as any)._forceChipManipulationWithReadonly\n }\n />\n );\n })}\n </StyledChips>\n )}\n <InputContainer ref={inputContainerRef} hasDynamicWidth={hasTextAfter}>\n {hasTextBefore && <StyledTextBefore>{textBefore}</StyledTextBefore>}\n <Input\n ref={inputForkRef}\n id={innerId}\n value={outerValue}\n required={enumerationType === 'chip' ? chips.length === 0 && required : required}\n aria-labelledby={labelId}\n aria-describedby={helperTextId}\n placeholder={innerPlaceholderValue}\n className={cx(hasValueClass, keepPlaceholderClass)}\n disabled={disabled}\n readOnly={!disabled && readOnly}\n onInput={handleInput}\n onChange={handleChange}\n onKeyDown={handleOnKeyDown}\n onFocus={handleFocus}\n onBlur={handleBlur}\n {...rest}\n />\n {hasInnerLabel && (\n <Label id={labelId} htmlFor={innerId}>\n {innerLabelValue}\n {optionalTextNode}\n </Label>\n )}\n {placeholderShown && !hasValue && (\n <InputPlaceholder hasPadding={hasPlaceholderPadding}>\n {hasTextBefore && <StyledTextBefore isHidden>{textBefore}</StyledTextBefore>}\n {innerPlaceholderValue}\n {hasPlaceholderOptional && optionalTextNode}\n </InputPlaceholder>\n )}\n {hasTextAfter && <StyledTextAfter>{textAfter}</StyledTextAfter>}\n </InputContainer>\n </InputLabelWrapper>\n <StyledContentRightWrapper className={cx(contentRightCompensationMargin)}>\n {contentRight && <StyledContentRight>{contentRight}</StyledContentRight>}\n\n {!hasOuterLabel && hintText && hintTargetPlacement === 'inner' && (\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n )}\n </StyledContentRightWrapper>\n </InputWrapper>\n {leftHelper && <LeftHelper id={helperTextId}>{leftHelper}</LeftHelper>}\n </Root>\n );\n },\n );\n\nexport const textFieldConfig = {\n name: 'TextField',\n tag: 'div',\n layout: textFieldRoot,\n base,\n variations: {\n view: {\n css: viewCSS,\n },\n size: {\n css: sizeCSS,\n },\n clear: {\n css: clearCSS,\n attrs: true,\n },\n disabled: {\n css: disabledCSS,\n attrs: true,\n },\n readOnly: {\n css: readOnlyCSS,\n attrs: true,\n },\n labelPlacement: {\n css: labelPlacementCSS,\n },\n hintView: {\n css: hintViewCSS,\n },\n hintSize: {\n css: hintSizeCSS,\n },\n },\n defaults: {\n size: 'm',\n view: 'default',\n },\n};\n"],"names":["optionalText","base","HINT_DEFAULT_OFFSET","textFieldRoot","Root","forwardRef","_ref","ref","_inputRef$current","_inputRef$current4","id","className","style","contentLeft","contentRight","label","labelPlacement","keepPlaceholder","textBefore","textAfter","placeholder","leftHelper","_ref$enumerationType","enumerationType","_ref$requiredPlacemen","requiredPlacement","_ref$hasRequiredIndic","hasRequiredIndicator","titleCaption","_ref$chipView","chipView","chipValidator","_ref$hintTrigger","hintTrigger","hintText","_ref$hintView","hintView","_ref$hintSize","hintSize","hintTargetIcon","_ref$hintTargetPlacem","hintTargetPlacement","_ref$hintPlacement","hintPlacement","hintHasArrow","_ref$hintOffset","hintOffset","hintWidth","hintContentLeft","view","size","_ref$readOnly","readOnly","_ref$disabled","disabled","_ref$required","required","_ref$clear","clear","optional","hasDivider","outerValue","value","values","chips","_ref$chipType","chipType","onChange","onChangeChips","onSearch","onKeyDown","onFocus","onBlur","rest","contentRef","useRef","inputContainerRef","inputRef","inputForkRef","useForkRef","chipsRefs","controlledRefs","_useState","useState","Boolean","current","defaultValue","_useState2","_slicedToArray","hasValue","setHasValue","_useState3","_useState4","hasFocus","setHasFocus","_useState5","_useState6","setChips","_useState7","_useState8","isHintVisible","setIsHintVisible","uniqId","safeUseId","innerId","labelId","helperTextId","isDefaultView","isChipEnumeration","isChipsVisible","length","withHasChips","classes","hasChips","undefined","hasLabelValue","hasInnerLabel","hasOuterLabel","innerKeepPlaceholder","hasPlaceholder","hasTextAfter","hasTextBefore","hasPlaceholderPadding","innerLabelValue","innerLabelPlacementValue","innerPlaceholderValue","placeholderShown","clearClass","hasDividerClass","hasInnerHintClass","hasHint","hasHintClass","requiredPlacementClass","requiredAlignRight","labelPlacementClass","concat","hasValueClass","keepPlaceholderClass","wrapperWithoutLeftContent","hasEmptyContentLeft","wrapperWithoutRightContent","hasEmptyContentRight","contentRightCompensationMargin","hintRef","useOutsideClick","hintInnerRef","hintForkRef","handleInput","event","_ref2","target","useEffect","textWidth","getInputWidth","width","_inputRef$current2","removeProperty","handleFocus","handleBlur","handleHintShow","handleHintHide","handleHintClick","_hintInnerRef$current","stopPropagation","targetIsPopover","rootHasTarget","contains","handleChange","_event$target","maxLength","currentTarget","updateChips","newChips","newValues","_useKeyNavigation","useKeyNavigation","onEnterDisabled","handleInputKeydown","handleChipKeyDown","onChipClear","handleContentKeyDown","onChipClick","handleInputFocus","scrollTo","top","left","offsetLeft","behavior","focus","getRef","element","index","handleOnKeyDown","map","text","_inputRef$current3","innerOptional","hasPlaceholderOptional","optionalTextNode","React","createElement","StyledOptionalText","_extends","onClick","cx","textFieldGroupItem","OuterLabelWrapper","isInnerLabel","StyledIndicatorWrapper","Label","htmlFor","StyledHintWrapper","HintComponent","StyledIndicator","outerLabelPlacement","TitleCaption","InputWrapper","inputWrapperRef","inputWrapper","Fragment","innerLabelPlacement","StyledContentLeft","isClear","InputLabelWrapper","tabIndex","StyledTextBefore","StyledChips","chipsWrapper","_ref3","chipId","validationView","String","resView","TextFieldChip","key","onClear","rootWrapper","_forceChipManipulationWithReadonly","InputContainer","hasDynamicWidth","Input","onInput","InputPlaceholder","hasPadding","isHidden","StyledTextAfter","StyledContentRightWrapper","StyledContentRight","LeftHelper","textFieldConfig","name","tag","layout","variations","css","viewCSS","sizeCSS","clearCSS","attrs","disabledCSS","readOnlyCSS","labelPlacementCSS","hintViewCSS","hintSizeCSS","defaults"],"mappings":"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"}
package/cjs/index.css CHANGED
@@ -109,29 +109,29 @@
109
109
  .Spinner_styles_13q7ndk_b1hp2dsz__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;box-sizing:border-box;}
110
110
  .Spinner_styles_13q7ndk_s122r4cn__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--s122r4cn-0);height:var(--s122r4cn-1);-webkit-animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;}@-webkit-keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
111
111
 
112
- .base_1xk2qu8_b17hdes8__122b4c2e input[type='checkbox']:indeterminate + .base_1xk2qu8_shwv1in__122b4c2e .base_1xk2qu8_s1u3nd7e__122b4c2e{border:none;background:var(--plasma-checkbox-fill-color);border-color:var(--plasma-checkbox-fill-color);}.base_1xk2qu8_b17hdes8__122b4c2e input:checked + .base_1xk2qu8_shwv1in__122b4c2e .base_1xk2qu8_s1u3nd7e__122b4c2e{border:none;background:var(--plasma-checkbox-fill-color);border-color:var(--plasma-checkbox-fill-color);}
112
+ .base_tj850e_b17hdes8__1acafc30 input[type='checkbox']:indeterminate + .base_tj850e_shwv1in__1acafc30 .base_tj850e_s1u3nd7e__1acafc30{background:var(--plasma-checkbox-fill-color);border-color:var(--plasma-checkbox-trigger-border-checked-color);}.base_tj850e_b17hdes8__1acafc30 input:checked + .base_tj850e_shwv1in__1acafc30 .base_tj850e_s1u3nd7e__1acafc30{background:var(--plasma-checkbox-fill-color);border-color:var(--plasma-checkbox-trigger-border-checked-color);}
113
113
 
114
114
  .base_1kd28bo_bxbqqc3__7f6d1a80 input:disabled + .base_1kd28bo_shwv1in__7f6d1a80{opacity:var(--plasma-checkbox-disabled-opacity);}.base_1kd28bo_bxbqqc3__7f6d1a80 input:disabled + .base_1kd28bo_shwv1in__7f6d1a80{cursor:not-allowed;}
115
115
 
116
- .base_hr4zpz_b1y5wkm1__d6390059 .base_hr4zpz_checkboxTrigger__d6390059{position:relative;}.base_hr4zpz_b1y5wkm1__d6390059 .base_hr4zpz_checkboxTrigger__d6390059::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-checkbox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_hr4zpz_b1y5wkm1__d6390059 .base_hr4zpz_checkboxTrigger__d6390059.base_hr4zpz_focusVisible__d6390059:focus::before,.base_hr4zpz_b1y5wkm1__d6390059 .base_hr4zpz_checkboxTrigger__d6390059[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.125rem transparent;}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added] + label .base_hr4zpz_checkboxTrigger__d6390059{border-color:transparent;position:relative;}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added] + label .base_hr4zpz_checkboxTrigger__d6390059::before{content:'';position:absolute;top:-0.125rem;left:-0.125rem;right:-0.125rem;bottom:-0.125rem;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-checkbox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added] + label .base_hr4zpz_checkboxTrigger__d6390059::before{box-shadow:0 0 0 0.125rem var(--plasma-checkbox-focus-color);}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added]:checked + label .base_hr4zpz_checkboxTrigger__d6390059,.base_hr4zpz_b1y5wkm1__d6390059 input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_hr4zpz_checkboxTrigger__d6390059{position:relative;}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added]:checked + label .base_hr4zpz_checkboxTrigger__d6390059::before,.base_hr4zpz_b1y5wkm1__d6390059 input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_hr4zpz_checkboxTrigger__d6390059::before{content:'';position:absolute;top:-0.125rem;left:-0.125rem;right:-0.125rem;bottom:-0.125rem;z-index:1;display:block;box-sizing:content-box;border:0.063rem solid transparent;border-radius:calc(var(--plasma-checkbox-trigger-border-radius) + 0.125rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_hr4zpz_b1y5wkm1__d6390059 input[data-focus-visible-added]:checked + label .base_hr4zpz_checkboxTrigger__d6390059::before,.base_hr4zpz_b1y5wkm1__d6390059 input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_hr4zpz_checkboxTrigger__d6390059::before{box-shadow:0 0 0 0.063rem var(--plasma-checkbox-focus-color);}
116
+ .base_x86p0b_b1y5wkm1__fe3a51af .base_x86p0b_checkboxTrigger__fe3a51af{position:relative;}.base_x86p0b_b1y5wkm1__fe3a51af .base_x86p0b_checkboxTrigger__fe3a51af::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-checkbox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_x86p0b_b1y5wkm1__fe3a51af .base_x86p0b_checkboxTrigger__fe3a51af.base_x86p0b_focusVisible__fe3a51af:focus::before,.base_x86p0b_b1y5wkm1__fe3a51af .base_x86p0b_checkboxTrigger__fe3a51af[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.125rem transparent;}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added] + label .base_x86p0b_checkboxTrigger__fe3a51af{border-color:transparent;position:relative;}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added] + label .base_x86p0b_checkboxTrigger__fe3a51af::before{content:'';position:absolute;top:-0.125rem;left:-0.125rem;right:-0.125rem;bottom:-0.125rem;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-checkbox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added] + label .base_x86p0b_checkboxTrigger__fe3a51af::before{box-shadow:0 0 0 0.125rem var(--plasma-checkbox-focus-color);}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added]:checked + label .base_x86p0b_checkboxTrigger__fe3a51af,.base_x86p0b_b1y5wkm1__fe3a51af input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_x86p0b_checkboxTrigger__fe3a51af{position:relative;}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added]:checked + label .base_x86p0b_checkboxTrigger__fe3a51af::before,.base_x86p0b_b1y5wkm1__fe3a51af input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_x86p0b_checkboxTrigger__fe3a51af::before{content:'';position:absolute;top:-0.25rem;left:-0.25rem;right:-0.25rem;bottom:-0.25rem;z-index:1;display:block;box-sizing:content-box;border:0.063rem solid transparent;border-radius:calc(var(--plasma-checkbox-trigger-border-radius) + 0.125rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_x86p0b_b1y5wkm1__fe3a51af input[data-focus-visible-added]:checked + label .base_x86p0b_checkboxTrigger__fe3a51af::before,.base_x86p0b_b1y5wkm1__fe3a51af input[type='checkbox'][data-focus-visible-added]:indeterminate + label .base_x86p0b_checkboxTrigger__fe3a51af::before{box-shadow:0 0 0 0.063rem var(--plasma-checkbox-focus-color);}
117
117
 
118
- .Checkbox_styles_rxomqi_b1udywkg__c9eb7f64{margin:var(--plasma-checkbox-margin);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.Checkbox_styles_rxomqi_b1udywkg__c9eb7f64 .Checkbox_styles_rxomqi_singleLine__c9eb7f64{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
119
- .Checkbox_styles_rxomqi_s165w87d__c9eb7f64{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);}.Checkbox_styles_rxomqi_s165w87d__c9eb7f64:focus{outline:0 none;}
120
- .Checkbox_styles_rxomqi_sft3zxv__c9eb7f64{padding:var(--plasma-checkbox-trigger-padding);}
121
- .Checkbox_styles_rxomqi_s1u3nd7e__c9eb7f64{width:var(--plasma-checkbox-trigger-size);height:var(--plasma-checkbox-trigger-size);border-radius:var(--plasma-checkbox-trigger-border-radius);position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:var(--plasma-checkbox-trigger-background-color);border:0.125rem solid var(--plasma-checkbox-trigger-border-color);box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}input:not(:indeterminate) + label .Checkbox_styles_rxomqi_s1u3nd7e__c9eb7f64 div{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 0.15s ease-in-out;-webkit-transition:transform 0.15s ease-in-out;transition:transform 0.15s ease-in-out;}input:checked + label .Checkbox_styles_rxomqi_s1u3nd7e__c9eb7f64 div{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
122
- .Checkbox_styles_rxomqi_shwv1in__c9eb7f64{position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:inherit;cursor:pointer;}.Checkbox_styles_rxomqi_shwv1in__c9eb7f64 .Checkbox_styles_rxomqi_singleLine__c9eb7f64{width:100%;}
123
- .Checkbox_styles_rxomqi_s1my1ay__c9eb7f64{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:var(--plasma-checkbox-content-top-offset);margin-left:var(--plasma-checkbox-content-left-offset);}
124
- .Checkbox_styles_rxomqi_s14u8fnn__c9eb7f64{color:var(--plasma-checkbox-label-color);font-family:var(--plasma-checkbox-label-font-family);font-size:var(--plasma-checkbox-label-font-size);font-style:var(--plasma-checkbox-label-font-style);font-weight:var(--plasma-checkbox-label-font-weight);-webkit-letter-spacing:var(--plasma-checkbox-label-letter-spacing);-moz-letter-spacing:var(--plasma-checkbox-label-letter-spacing);-ms-letter-spacing:var(--plasma-checkbox-label-letter-spacing);letter-spacing:var(--plasma-checkbox-label-letter-spacing);line-height:var(--plasma-checkbox-label-line-height);}
125
- .Checkbox_styles_rxomqi_s10clj68__c9eb7f64{margin-top:var(--plasma-checkbox-description-margin-top);color:var(--plasma-checkbox-description-color);font-family:var(--plasma-checkbox-description-font-family);font-size:var(--plasma-checkbox-description-font-size);font-style:var(--plasma-checkbox-description-font-style);font-weight:var(--plasma-checkbox-description-font-weight);-webkit-letter-spacing:var(--plasma-checkbox-description-letter-spacing);-moz-letter-spacing:var(--plasma-checkbox-description-letter-spacing);-ms-letter-spacing:var(--plasma-checkbox-description-letter-spacing);letter-spacing:var(--plasma-checkbox-description-letter-spacing);line-height:var(--plasma-checkbox-description-line-height);}.Checkbox_styles_rxomqi_s10clj68__c9eb7f64.Checkbox_styles_rxomqi_onlyDescription__c9eb7f64{margin-top:0;}
118
+ .Checkbox_styles_1dv1w6k_b1udywkg__36f48cb9{margin:var(--plasma-checkbox-margin);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.Checkbox_styles_1dv1w6k_b1udywkg__36f48cb9 .Checkbox_styles_1dv1w6k_singleLine__36f48cb9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
119
+ .Checkbox_styles_1dv1w6k_s165w87d__36f48cb9{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);}.Checkbox_styles_1dv1w6k_s165w87d__36f48cb9:focus{outline:0 none;}
120
+ .Checkbox_styles_1dv1w6k_sft3zxv__36f48cb9{padding:var(--plasma-checkbox-trigger-padding);}
121
+ .Checkbox_styles_1dv1w6k_s1u3nd7e__36f48cb9{width:var(--plasma-checkbox-trigger-size);height:var(--plasma-checkbox-trigger-size);border-radius:var(--plasma-checkbox-trigger-border-radius);position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:var(--plasma-checkbox-trigger-background-color);border:var(--plasma-checkbox-trigger-border-width) solid var(--plasma-checkbox-trigger-border-color);box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}input:not(:indeterminate) + label .Checkbox_styles_1dv1w6k_s1u3nd7e__36f48cb9 div{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 0.15s ease-in-out;-webkit-transition:transform 0.15s ease-in-out;transition:transform 0.15s ease-in-out;}input:checked + label .Checkbox_styles_1dv1w6k_s1u3nd7e__36f48cb9 div{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
122
+ .Checkbox_styles_1dv1w6k_shwv1in__36f48cb9{position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:inherit;cursor:pointer;}.Checkbox_styles_1dv1w6k_shwv1in__36f48cb9 .Checkbox_styles_1dv1w6k_singleLine__36f48cb9{width:100%;}
123
+ .Checkbox_styles_1dv1w6k_s1my1ay__36f48cb9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:var(--plasma-checkbox-content-top-offset);margin-left:var(--plasma-checkbox-content-left-offset);}
124
+ .Checkbox_styles_1dv1w6k_s14u8fnn__36f48cb9{color:var(--plasma-checkbox-label-color);font-family:var(--plasma-checkbox-label-font-family);font-size:var(--plasma-checkbox-label-font-size);font-style:var(--plasma-checkbox-label-font-style);font-weight:var(--plasma-checkbox-label-font-weight);-webkit-letter-spacing:var(--plasma-checkbox-label-letter-spacing);-moz-letter-spacing:var(--plasma-checkbox-label-letter-spacing);-ms-letter-spacing:var(--plasma-checkbox-label-letter-spacing);letter-spacing:var(--plasma-checkbox-label-letter-spacing);line-height:var(--plasma-checkbox-label-line-height);}
125
+ .Checkbox_styles_1dv1w6k_s10clj68__36f48cb9{margin-top:var(--plasma-checkbox-description-margin-top);color:var(--plasma-checkbox-description-color);font-family:var(--plasma-checkbox-description-font-family);font-size:var(--plasma-checkbox-description-font-size);font-style:var(--plasma-checkbox-description-font-style);font-weight:var(--plasma-checkbox-description-font-weight);-webkit-letter-spacing:var(--plasma-checkbox-description-letter-spacing);-moz-letter-spacing:var(--plasma-checkbox-description-letter-spacing);-ms-letter-spacing:var(--plasma-checkbox-description-letter-spacing);letter-spacing:var(--plasma-checkbox-description-letter-spacing);line-height:var(--plasma-checkbox-description-line-height);}.Checkbox_styles_1dv1w6k_s10clj68__36f48cb9.Checkbox_styles_1dv1w6k_onlyDescription__36f48cb9{margin-top:0;}
126
126
 
127
- .base_11n1fn3_b1yt66an__50fb7cfc input:checked + label .base_11n1fn3_radioboxTrigger__50fb7cfc{border:none;background:var(--plasma-radiobox-fill-color);border-color:var(--plasma-radiobox-fill-color);}
127
+ .base_1f50j99_b1yt66an__5c2986c6 input:checked + label .base_1f50j99_radioboxTrigger__5c2986c6{background:var(--plasma-radiobox-fill-color);border-color:var(--plasma-checkbox-trigger-border-checked-color);}
128
128
 
129
129
  .base_6ae9j2_bmkf7xj__b9915620 input:disabled + label{opacity:var(--plasma-radiobox-disabled-opacity);}.base_6ae9j2_bmkf7xj__b9915620 input:disabled + label{cursor:not-allowed;}
130
130
 
131
131
  .base_1d7o4za_buxu4te__19288bae .base_1d7o4za_radioboxTrigger__19288bae{position:relative;}.base_1d7o4za_buxu4te__19288bae .base_1d7o4za_radioboxTrigger__19288bae::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-radiobox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_1d7o4za_buxu4te__19288bae .base_1d7o4za_radioboxTrigger__19288bae.base_1d7o4za_focusVisible__19288bae:focus::before,.base_1d7o4za_buxu4te__19288bae .base_1d7o4za_radioboxTrigger__19288bae[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.125rem transparent;}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added] + label .base_1d7o4za_radioboxTrigger__19288bae{border-color:transparent;position:relative;}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added] + label .base_1d7o4za_radioboxTrigger__19288bae::before{content:'';position:absolute;top:-0.125rem;left:-0.125rem;right:-0.125rem;bottom:-0.125rem;z-index:1;display:block;box-sizing:content-box;border:0.125rem solid transparent;border-radius:var(--plasma-radiobox-trigger-border-radius);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added] + label .base_1d7o4za_radioboxTrigger__19288bae::before{box-shadow:0 0 0 0.125rem var(--plasma-radiobox-focus-color);}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added]:checked + label .base_1d7o4za_radioboxTrigger__19288bae{position:relative;}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added]:checked + label .base_1d7o4za_radioboxTrigger__19288bae::before{content:'';position:absolute;top:-0.125rem;left:-0.125rem;right:-0.125rem;bottom:-0.125rem;z-index:1;display:block;box-sizing:content-box;border:0.063rem solid transparent;border-radius:calc(var(--plasma-radiobox-trigger-border-radius) + 0.125rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.base_1d7o4za_buxu4te__19288bae input[data-focus-visible-added]:checked + label .base_1d7o4za_radioboxTrigger__19288bae::before{box-shadow:0 0 0 0.063rem var(--plasma-radiobox-focus-color);}
132
132
 
133
- .Radiobox_styles_8cwqg9_s14xglkp__cd3a6202{width:var(--plasma-radiobox-ellipse-size);height:var(--plasma-radiobox-ellipse-size);border-radius:var(--plasma-radiobox-ellipse-size);background-color:var(--plasma-radiobox-ellipse-color);-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}input:checked + label .Radiobox_styles_8cwqg9_s14xglkp__cd3a6202{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
134
- .Radiobox_styles_8cwqg9_bdte4ex__cd3a6202{--plasma-checkbox-label-font-family:var(--plasma-radiobox-label-font-family);--plasma-checkbox-label-font-size:var(--plasma-radiobox-label-font-size);--plasma-checkbox-label-font-style:var(--plasma-radiobox-label-font-style);--plasma-checkbox-label-font-weight:var(--plasma-radiobox-label-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-radiobox-label-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-radiobox-label-line-height);--plasma-checkbox-description-margin-top:var(--plasma-checkbox-description-margin-top);--plasma-checkbox-description-font-family:var(--plasma-radiobox-description-font-family);--plasma-checkbox-description-font-size:var(--plasma-radiobox-description-font-size);--plasma-checkbox-description-font-style:var(--plasma-radiobox-description-font-style);--plasma-checkbox-description-font-weight:var(--plasma-radiobox-description-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-radiobox-description-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-radiobox-description-line-height);--plasma-checkbox-fill-color:var(--plasma-radiobox-fill-color);--plasma-checkbox-description-color:var(--plasma-radiobox-description-color);--plasma-checkbox-trigger-border-color:var(--plasma-radiobox-trigger-border-color);--plasma-checkbox-trigger-background-color:var(--plasma-radiobox-trigger-background-color);--plasma-checkbox-content-top-offset:var(--plasma-radiobox-content-top-offset);--plasma-checkbox-content-left-offset:var(--plasma-radiobox-content-left-offset);--plasma-checkbox-trigger-size:var(--plasma-radiobox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-radiobox-trigger-border-radius);--plasma-checkbox-trigger-padding:var(--plasma-radiobox-trigger-padding);margin:var(--plasma-radiobox-margin);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.Radiobox_styles_8cwqg9_bdte4ex__cd3a6202 .Radiobox_styles_8cwqg9_singleLine__cd3a6202{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
133
+ .Radiobox_styles_1u9zve5_s14xglkp__4723228a{width:var(--plasma-radiobox-ellipse-size);height:var(--plasma-radiobox-ellipse-size);border-radius:var(--plasma-radiobox-ellipse-size);background-color:var(--plasma-radiobox-ellipse-color);-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}input:checked + label .Radiobox_styles_1u9zve5_s14xglkp__4723228a{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
134
+ .Radiobox_styles_1u9zve5_bdte4ex__4723228a{--plasma-checkbox-label-font-family:var(--plasma-radiobox-label-font-family);--plasma-checkbox-label-font-size:var(--plasma-radiobox-label-font-size);--plasma-checkbox-label-font-style:var(--plasma-radiobox-label-font-style);--plasma-checkbox-label-font-weight:var(--plasma-radiobox-label-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-radiobox-label-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-radiobox-label-line-height);--plasma-checkbox-description-margin-top:var(--plasma-checkbox-description-margin-top);--plasma-checkbox-description-font-family:var(--plasma-radiobox-description-font-family);--plasma-checkbox-description-font-size:var(--plasma-radiobox-description-font-size);--plasma-checkbox-description-font-style:var(--plasma-radiobox-description-font-style);--plasma-checkbox-description-font-weight:var(--plasma-radiobox-description-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-radiobox-description-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-radiobox-description-line-height);--plasma-checkbox-fill-color:var(--plasma-radiobox-fill-color);--plasma-checkbox-description-color:var(--plasma-radiobox-description-color);--plasma-checkbox-trigger-border-width:var(--plasma-checkbox-trigger-border-width);--plasma-checkbox-trigger-border-color:var(--plasma-radiobox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-checkbox-trigger-border-checked-color);--plasma-checkbox-trigger-background-color:var(--plasma-radiobox-trigger-background-color);--plasma-checkbox-content-top-offset:var(--plasma-radiobox-content-top-offset);--plasma-checkbox-content-left-offset:var(--plasma-radiobox-content-left-offset);--plasma-checkbox-trigger-size:var(--plasma-radiobox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-radiobox-trigger-border-radius);--plasma-checkbox-trigger-padding:var(--plasma-radiobox-trigger-padding);margin:var(--plasma-radiobox-margin);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.Radiobox_styles_1u9zve5_bdte4ex__4723228a .Radiobox_styles_1u9zve5_singleLine__4723228a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
135
135
 
136
136
  .Popover_styles_ji8em4_s1g1xbt5__439b9cc0{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;box-sizing:border-box;position:relative;}
137
137
  .Popover_styles_ji8em4_s12xwbyh__439b9cc0{display:inline-block;}.Popover_styles_ji8em4_s12xwbyh__439b9cc0.Popover_styles_ji8em4_popoverTargetAsRef__439b9cc0{position:absolute;top:0;left:0;width:100%;height:100%;}.Popover_styles_ji8em4_s12xwbyh__439b9cc0.Popover_styles_ji8em4_popoverTargetAsRef__439b9cc0 .Popover_styles_ji8em4_s1g1xbt5__439b9cc0{width:100%;height:100%;display:block;}
@@ -590,18 +590,18 @@
590
590
  .ComboboxTarget_styles_xnedmz_s1yutr1r__6baf80eb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-combobox-old-chip-gap);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
591
591
  .ComboboxTarget_styles_xnedmz_slnmjcp__6baf80eb{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;position:absolute;pointer-events:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;width:100%;height:auto;color:var(--plasma-combobox-old-target-label-color);font-family:var(--plasma-combobox-old-target-font-family);font-size:var(--plasma-combobox-old-target-font-size);font-style:var(--plasma-combobox-old-target-font-style);font-weight:var(--plasma-combobox-old-target-font-weight);-webkit-letter-spacing:var(--plasma-combobox-old-target-letter-spacing);-moz-letter-spacing:var(--plasma-combobox-old-target-letter-spacing);-ms-letter-spacing:var(--plasma-combobox-old-target-letter-spacing);letter-spacing:var(--plasma-combobox-old-target-letter-spacing);line-height:var(--plasma-combobox-old-target-line-height);}
592
592
 
593
- .Item_styles_1cijcra_s17m41ki__4afc9307{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--plasma-colors-transparent);--plasma-cell-padding:var(--plasma-combobox-cell-padding);--plasma-cell-padding-left-content:var(--plasma-combobox-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-combobox-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-combobox-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-combobox-cell-textbox-gap);--plasma-cell-gap:var(--plasma-combobox-cell-gap);--plasma-cell-title-font-family:var(--plasma-combobox-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-combobox-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-combobox-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-combobox-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-combobox-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-combobox-cell-title-line-height);width:100%;}
593
+ .Item_styles_1fy6e2z_s17m41ki__5711db5d{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--plasma-colors-transparent);--plasma-cell-padding:var(--plasma-combobox-cell-padding);--plasma-cell-padding-left-content:var(--plasma-combobox-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-combobox-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-combobox-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-combobox-cell-textbox-gap);--plasma-cell-gap:var(--plasma-combobox-cell-gap);--plasma-cell-title-font-family:var(--plasma-combobox-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-combobox-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-combobox-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-combobox-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-combobox-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-combobox-cell-title-line-height);width:100%;}
594
594
 
595
- .Item_styles_1cijcra_sabntqz__4afc9307{--plasma-checkbox-trigger-size:var(--plasma-combobox-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-combobox-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-combobox-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-combobox-checkbox-icon-color);--plasma-checkbox-trigger-border-color:var(--plasma-combobox-checkbox-trigger-border-color);}
596
- .Item_styles_1cijcra_sbva27s__4afc9307{--plasma-indicator-size:var(--plasma-combobox-indicator-size);--plasma-indicator-color:var(--plasma-combobox-checkbox-fill-color);}
597
- .Item_styles_1cijcra_s198ssfl__4afc9307{width:var(--s198ssfl-0);height:var(--s198ssfl-0);}
598
- .Item_styles_1cijcra_sq42uro__4afc9307{width:var(--sq42uro-0);height:var(--sq42uro-0);}
599
- .Item_styles_1cijcra_s96nkq__4afc9307{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
600
- .Item_styles_1cijcra_s170raop__4afc9307{margin-left:auto;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
601
- .Item_styles_1cijcra_d1bsz3m1__4afc9307{line-height:0;margin:var(--plasma-select-disclosure-icon-margin);color:var(--plasma-combobox-disclosure-icon-color);}.Item_styles_1cijcra_d1bsz3m1__4afc9307:hover{color:var(--plasma-combobox-disclosure-icon-color-hover);}
602
- .Item_styles_1cijcra_iwurntn__4afc9307{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--iwurntn-0);height:var(--iwurntn-0);margin:var(--plasma-combobox-item-icon-margin);line-height:0;color:var(--plasma-combobox-checkbox-fill-color);}
603
- .Item_styles_1cijcra_s1pzdaox__4afc9307{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
604
- .Item_styles_1cijcra_wm3n62u__4afc9307{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-combobox-item-height);margin:0;box-sizing:content-box;padding:var(--wm3n62u-0);font-family:var(--plasma-combobox-font-family);font-size:var(--plasma-combobox-font-size);font-style:var(--plasma-combobox-font-style);font-weight:var(--plasma-combobox-font-weight);-webkit-letter-spacing:var(--plasma-combobox-font-letter-spacing);-moz-letter-spacing:var(--plasma-combobox-font-letter-spacing);-ms-letter-spacing:var(--plasma-combobox-font-letter-spacing);letter-spacing:var(--plasma-combobox-font-letter-spacing);line-height:var(--plasma-combobox-font-line-height);background-color:var(--plasma-colors-transparent);color:var(--text-primary);border-radius:var(--plasma-combobox-border-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:2px solid transparent;border-left:2px solid transparent;background-clip:padding-box;position:relative;}.Item_styles_1cijcra_wm3n62u__4afc9307:hover:not(.Item_styles_1cijcra_dropdownItemIsDisabled__4afc9307){cursor:pointer;background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1cijcra_wm3n62u__4afc9307.Item_styles_1cijcra_dropdownItemIsActive__4afc9307{background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1cijcra_wm3n62u__4afc9307.Item_styles_1cijcra_dropdownItemIsDisabled__4afc9307{opacity:0.4;cursor:not-allowed;}.Item_styles_1cijcra_wm3n62u__4afc9307:focus{outline:none;}.Item_styles_1cijcra_wm3n62u__4afc9307::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:var(--plasma-combobox-item-border-radius);-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1cijcra_wm3n62u__4afc9307.Item_styles_1cijcra_dropdownItemIsFocused__4afc9307:before{outline:none;box-shadow:0 0 0 0.0625rem var(--surface-accent);}
595
+ .Item_styles_1fy6e2z_sabntqz__5711db5d{--plasma-checkbox-trigger-size:var(--plasma-combobox-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-combobox-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-combobox-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-combobox-checkbox-icon-color);--plasma-checkbox-trigger-border-color:var(--plasma-combobox-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-combobox-checkbox-trigger-border-checked-color);--plasma-checkbox-trigger-border-width:var(--plasma-combobox-checkbox-trigger-border-width);}
596
+ .Item_styles_1fy6e2z_sbva27s__5711db5d{--plasma-indicator-size:var(--plasma-combobox-indicator-size);--plasma-indicator-color:var(--plasma-combobox-checkbox-fill-color);}
597
+ .Item_styles_1fy6e2z_s198ssfl__5711db5d{width:var(--s198ssfl-0);height:var(--s198ssfl-0);}
598
+ .Item_styles_1fy6e2z_sq42uro__5711db5d{width:var(--sq42uro-0);height:var(--sq42uro-0);}
599
+ .Item_styles_1fy6e2z_s96nkq__5711db5d{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
600
+ .Item_styles_1fy6e2z_s170raop__5711db5d{margin-left:auto;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
601
+ .Item_styles_1fy6e2z_d1bsz3m1__5711db5d{line-height:0;margin:var(--plasma-select-disclosure-icon-margin);color:var(--plasma-combobox-disclosure-icon-color);}.Item_styles_1fy6e2z_d1bsz3m1__5711db5d:hover{color:var(--plasma-combobox-disclosure-icon-color-hover);}
602
+ .Item_styles_1fy6e2z_iwurntn__5711db5d{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--iwurntn-0);height:var(--iwurntn-0);margin:var(--plasma-combobox-item-icon-margin);line-height:0;color:var(--plasma-combobox-checkbox-fill-color);}
603
+ .Item_styles_1fy6e2z_s1pzdaox__5711db5d{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
604
+ .Item_styles_1fy6e2z_wm3n62u__5711db5d{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-combobox-item-height);margin:0;box-sizing:content-box;padding:var(--wm3n62u-0);font-family:var(--plasma-combobox-font-family);font-size:var(--plasma-combobox-font-size);font-style:var(--plasma-combobox-font-style);font-weight:var(--plasma-combobox-font-weight);-webkit-letter-spacing:var(--plasma-combobox-font-letter-spacing);-moz-letter-spacing:var(--plasma-combobox-font-letter-spacing);-ms-letter-spacing:var(--plasma-combobox-font-letter-spacing);letter-spacing:var(--plasma-combobox-font-letter-spacing);line-height:var(--plasma-combobox-font-line-height);background-color:var(--plasma-colors-transparent);color:var(--text-primary);border-radius:var(--plasma-combobox-border-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:2px solid transparent;border-left:2px solid transparent;background-clip:padding-box;position:relative;}.Item_styles_1fy6e2z_wm3n62u__5711db5d:hover:not(.Item_styles_1fy6e2z_dropdownItemIsDisabled__5711db5d){cursor:pointer;background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1fy6e2z_wm3n62u__5711db5d.Item_styles_1fy6e2z_dropdownItemIsActive__5711db5d{background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1fy6e2z_wm3n62u__5711db5d.Item_styles_1fy6e2z_dropdownItemIsDisabled__5711db5d{opacity:0.4;cursor:not-allowed;}.Item_styles_1fy6e2z_wm3n62u__5711db5d:focus{outline:none;}.Item_styles_1fy6e2z_wm3n62u__5711db5d::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:var(--plasma-combobox-item-border-radius);-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1fy6e2z_wm3n62u__5711db5d.Item_styles_1fy6e2z_dropdownItemIsFocused__5711db5d:before{outline:none;box-shadow:0 0 0 0.0625rem var(--surface-accent);}
605
605
 
606
606
 
607
607
  .Target_styles_5dghru_s1wiuml6__ed6b6c68{--plasma-textfield-color:var(--plasma-combobox-new-textfield-color);--plasma-textfield-clear-color:var(--plasma-combobox-new-textfield-color);--plasma-textfield-bg-color:var(--plasma-combobox-new-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-combobox-new-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-combobox-new-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-combobox-new-textfield-border-color);--plasma-textfield-border-color-hover:var(--plasma-combobox-new-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-combobox-new-textfield-border-color-focus);--plasma-textfield-color-readonly:var(--plasma-combobox-new-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-combobox-new-textfield-bg-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-combobox-new-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-combobox-new-textfield-placeholder-color-readonly);--plasma-textfield__caret-color:var(--plasma-combobox-new-textfield-caret-color);--plasma-textfield__placeholder-color:var(--plasma-combobox-new-textfield-placeholder-color);--plasma-textfield__placeholder-color-focus:var(--plasma-combobox-new-textfield-placeholder-color-focus);--plasma-textfield__clear-placeholder-color:var(--plasma-combobox-new-textfield-clear-placeholder-color);--plasma-textfield__clear-placeholder-color-focus:var(--plasma-combobox-new-textfield-clear-placeholder-color-focus);--plasma-textfield__optional-color:var(--plasma-combobox-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-combobox-new-textfield-height);--plasma-textfield-border-width:var(--plasma-combobox-new-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-combobox-new-textfield-border-radius);--plasma-textfield-padding:var(--plasma-combobox-new-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-combobox-new-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-combobox-new-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-combobox-new-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-combobox-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-combobox-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-combobox-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-combobox-new-textfield-font-family);--plasma-textfield-font-style:var(--plasma-combobox-new-textfield-font-style);--plasma-textfield-font-size:var(--plasma-combobox-new-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-combobox-new-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-combobox-new-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-combobox-new-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-combobox-new-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-combobox-new-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-combobox-new-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-combobox-new-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-combobox-new-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-combobox-new-textfield-content-right-slot-color-active);--plasma-textfield__label-color:var(--plasma-combobox-new-textfield-label-color);--plasma-textfield__label-color-readonly:var(--plasma-combobox-new-textfield-label-color-readonly);--plasma-textfield__label-offset:var(--plasma-combobox-new-textfield-label-offset);--plasma-textfield__clear-label-offset:var(--plasma-combobox-new-textfield-clear-label-offset);--plasma-textfield__label-font-family:var(--plasma-combobox-new-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-combobox-new-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-combobox-new-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-combobox-new-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-combobox-new-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-combobox-new-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-combobox-new-textfield-placement_inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-combobox-new-textfield-placement_inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-combobox-new-textfield-placement_inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-combobox-new-textfield-placement_inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-combobox-new-textfield-placement_inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-combobox-new-textfield-placement_inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-combobox-new-textfield-placement_inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-combobox-new-textfield-placement_inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-combobox-new-textfield-title-caption-color);--plasma-textfield__title-caption-color-readonly:var(--plasma-combobox-new-textfield-title-caption-color-readonly);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-combobox-new-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-combobox-new-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-combobox-new-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-combobox-new-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-combobox-new-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-combobox-new-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-combobox-new-textfield-title-caption-line-height);--plasma-textfield__left-helper-color:var(--plasma-combobox-new-textfield-left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-combobox-new-textfield-left-helper-color-readonly);--plasma-textfield__left-helper-offset:var(--plasma-combobox-new-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-combobox-new-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-combobox-new-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-combobox-new-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-combobox-new-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-combobox-new-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-combobox-new-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-combobox-new-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-combobox-new-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-combobox-new-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-combobox-new-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-combobox-new-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-combobox-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-combobox-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-combobox-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-combobox-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-combobox-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-combobox-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-combobox-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-combobox-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-combobox-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-combobox-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-combobox-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-combobox-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-combobox-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-combobox-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-combobox-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-combobox-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-combobox-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-combobox-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-combobox-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-combobox-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-combobox-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-combobox-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-combobox-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-combobox-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-combobox-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-combobox-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-combobox-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-combobox-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-combobox-new-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-combobox-new-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-combobox-new-textfield-chip-gap);--plasma-textfield__chip-background:var(--plasma-combobox-new-textfield--chip-background);--plasma-textfield__chip-color:var(--plasma-combobox-new-textfield-chip-color);--plasma-textfield__chip-background-hover:var(--plasma-combobox-new-textfield-chip-background-hover);--plasma-textfield__chip-color-hover:var(--plasma-combobox-new-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-combobox-new-textfield-chip-scale-hover);--plasma-textfield__chip-background-readonly:var(--plasma-combobox-new-textfield-chip-background-read-only);--plasma-textfield__chip-color-readonly:var(--plasma-combobox-new-textfield-chip-color-read-only);--plasma-textfield__chip-background-readonly-hover:var(--plasma-combobox-new-textfield-chip-background-read-only-hover);--plasma-textfield__chip-color-readonly-hover:var(--plasma-combobox-new-textfield-chip-color-read-only-hover);--plasma-textfield__chip-background-active:var(--plasma-combobox-new-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-combobox-new-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-combobox-new-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-combobox-new-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-combobox-new-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-combobox-new-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-combobox-new-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-combobox-new-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-combobox-new-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-combobox-new-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-combobox-new-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-combobox-new-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-combobox-new-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-combobox-new-textfield-chip-line-height);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-combobox-new-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-combobox-new-textfield-chip-clear-content-margin-right);--plasma-textfield__chip-opacity-readonly:var(--plasma-combobox-new-textfield-chip-opacity-readonly);--plasma-textfield-focus-color:var(--plasma-combobox-new-textfield-focus-color);--plasma-textfield__indicator-color:var(--plasma-combobox-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-combobox-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-combobox-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-combobox-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-combobox-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-combobox-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-combobox-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-combobox-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right:var(--plasma-combobox-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}
@@ -637,16 +637,16 @@
637
637
 
638
638
  .base_1gha00t_blzorgi__0445cc63 .base_1gha00t_swmawm7__0445cc63{height:var(--plasma-progress-track-height);border-radius:var(--plasma-progress-track-border-radius);}.base_1gha00t_blzorgi__0445cc63 .base_1gha00t_s1mmwynp__0445cc63{height:var(--plasma-progress-filled-height);border-radius:var(--plasma-progress-filled-border-radius);}.base_1gha00t_blzorgi__0445cc63 .base_1gha00t_s1oe6gw0__0445cc63{margin-left:var(--plasma-progress-value-margin-left);}
639
639
 
640
- .Item_styles_nvzopo_s1vls8ri__6d032eb9{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--plasma-colors-transparent);--plasma-cell-padding:var(--plasma-select-cell-padding);--plasma-cell-padding-left-content:var(--plasma-select-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-select-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-select-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-select-cell-textbox-gap);--plasma-cell-gap:var(--plasma-select-cell-gap);--plasma-cell-title-font-family:var(--plasma-select-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-select-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-select-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-select-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-select-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-select-cell-title-line-height);width:100%;}.Item_styles_nvzopo_s1vls8ri__6d032eb9 div.Item_styles_nvzopo_cellContent__6d032eb9,.Item_styles_nvzopo_s1vls8ri__6d032eb9 div.Item_styles_nvzopo_cellTextbox__6d032eb9{-webkit-flex:1;-ms-flex:1;flex:1;}.Item_styles_nvzopo_s1vls8ri__6d032eb9 div.Item_styles_nvzopo_cellTextboxTitle__6d032eb9{position:relative;}.Item_styles_nvzopo_s1vls8ri__6d032eb9 div.Item_styles_nvzopo_cellTextboxTitle__6d032eb9:before{content:'&nbsp;';visibility:hidden;}.Item_styles_nvzopo_s1vls8ri__6d032eb9 div.Item_styles_nvzopo_cellTextboxTitle__6d032eb9 span{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
640
+ .Item_styles_1gk72bp_s1vls8ri__af2302db{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--plasma-colors-transparent);--plasma-cell-padding:var(--plasma-select-cell-padding);--plasma-cell-padding-left-content:var(--plasma-select-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-select-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-select-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-select-cell-textbox-gap);--plasma-cell-gap:var(--plasma-select-cell-gap);--plasma-cell-title-font-family:var(--plasma-select-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-select-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-select-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-select-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-select-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-select-cell-title-line-height);width:100%;}.Item_styles_1gk72bp_s1vls8ri__af2302db div.Item_styles_1gk72bp_cellContent__af2302db,.Item_styles_1gk72bp_s1vls8ri__af2302db div.Item_styles_1gk72bp_cellTextbox__af2302db{-webkit-flex:1;-ms-flex:1;flex:1;}.Item_styles_1gk72bp_s1vls8ri__af2302db div.Item_styles_1gk72bp_cellTextboxTitle__af2302db{position:relative;}.Item_styles_1gk72bp_s1vls8ri__af2302db div.Item_styles_1gk72bp_cellTextboxTitle__af2302db:before{content:'&nbsp;';visibility:hidden;}.Item_styles_1gk72bp_s1vls8ri__af2302db div.Item_styles_1gk72bp_cellTextboxTitle__af2302db span{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
641
641
 
642
- .Item_styles_nvzopo_s17z4dei__6d032eb9{--plasma-checkbox-trigger-size:var(--plasma-select-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-select-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-select-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-select-checkbox-icon-color);--plasma-checkbox-trigger-border-color:var(--plasma-select-checkbox-trigger-border-color);}
643
- .Item_styles_nvzopo_s1nd9idj__6d032eb9{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
644
- .Item_styles_nvzopo_snb2nsj__6d032eb9{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
645
- .Item_styles_nvzopo_s581hb1__6d032eb9{width:var(--s581hb1-0);height:var(--s581hb1-0);}
646
- .Item_styles_nvzopo_dcgpql7__6d032eb9{margin:var(--plasma-select-disclosure-icon-margin);line-height:0;color:var(--plasma-select-disclosure-icon-color);}.Item_styles_nvzopo_dcgpql7__6d032eb9:hover{color:var(--plasma-select-disclosure-icon-color-hover);}
647
- .Item_styles_nvzopo_izzpzvq__6d032eb9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--izzpzvq-0);height:var(--izzpzvq-0);margin:var(--plasma-select-item-icon-margin);line-height:0;color:var(--plasma-select-checkbox-fill-color);}
648
- .Item_styles_nvzopo_stxu93x__6d032eb9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
649
- .Item_styles_nvzopo_w1hgpj20__6d032eb9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-select-item-height);margin:0 calc(0.125rem + var(--plasma-select-dropdown-border-width,0rem));box-sizing:content-box;padding:var(--w1hgpj20-0);font-family:var(--plasma-select-font-family);font-size:var(--plasma-select-font-size);font-style:var(--plasma-select-font-style);font-weight:var(--plasma-select-font-weight);-webkit-letter-spacing:var(--plasma-select-font-letter-spacing);-moz-letter-spacing:var(--plasma-select-font-letter-spacing);-ms-letter-spacing:var(--plasma-select-font-letter-spacing);letter-spacing:var(--plasma-select-font-letter-spacing);line-height:var(--plasma-select-font-line-height);background-color:var(--plasma-colors-transparent);color:var(--text-primary);border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_nvzopo_w1hgpj20__6d032eb9:hover:not(.Item_styles_nvzopo_dropdownItemIsDisabled__6d032eb9){cursor:pointer;background-color:var(--plasma-select-item-background-hover);}.Item_styles_nvzopo_w1hgpj20__6d032eb9.Item_styles_nvzopo_dropdownItemIsActive__6d032eb9{background-color:var(--plasma-select-item-background-hover);}.Item_styles_nvzopo_w1hgpj20__6d032eb9.Item_styles_nvzopo_dropdownItemIsDisabled__6d032eb9{opacity:0.4;cursor:not-allowed;}.Item_styles_nvzopo_w1hgpj20__6d032eb9:focus{outline:none;}.Item_styles_nvzopo_w1hgpj20__6d032eb9::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_nvzopo_w1hgpj20__6d032eb9.Item_styles_nvzopo_dropdownItemIsFocused__6d032eb9:before{outline:none;box-shadow:0 0 0 0.0625rem var(--surface-accent);}
642
+ .Item_styles_1gk72bp_s17z4dei__af2302db{--plasma-checkbox-trigger-size:var(--plasma-select-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-select-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-select-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-select-checkbox-icon-color);--plasma-checkbox-trigger-border-width:var(--plasma-select-checkbox-trigger-border-width);--plasma-checkbox-trigger-border-color:var(--plasma-select-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-select-checkbox-trigger-border-checked-color);}
643
+ .Item_styles_1gk72bp_s1nd9idj__af2302db{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
644
+ .Item_styles_1gk72bp_snb2nsj__af2302db{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
645
+ .Item_styles_1gk72bp_s581hb1__af2302db{width:var(--s581hb1-0);height:var(--s581hb1-0);}
646
+ .Item_styles_1gk72bp_dcgpql7__af2302db{margin:var(--plasma-select-disclosure-icon-margin);line-height:0;color:var(--plasma-select-disclosure-icon-color);}.Item_styles_1gk72bp_dcgpql7__af2302db:hover{color:var(--plasma-select-disclosure-icon-color-hover);}
647
+ .Item_styles_1gk72bp_izzpzvq__af2302db{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--izzpzvq-0);height:var(--izzpzvq-0);margin:var(--plasma-select-item-icon-margin);line-height:0;color:var(--plasma-select-checkbox-fill-color);}
648
+ .Item_styles_1gk72bp_stxu93x__af2302db{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
649
+ .Item_styles_1gk72bp_w1hgpj20__af2302db{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-select-item-height);margin:0 calc(0.125rem + var(--plasma-select-dropdown-border-width,0rem));box-sizing:content-box;padding:var(--w1hgpj20-0);font-family:var(--plasma-select-font-family);font-size:var(--plasma-select-font-size);font-style:var(--plasma-select-font-style);font-weight:var(--plasma-select-font-weight);-webkit-letter-spacing:var(--plasma-select-font-letter-spacing);-moz-letter-spacing:var(--plasma-select-font-letter-spacing);-ms-letter-spacing:var(--plasma-select-font-letter-spacing);letter-spacing:var(--plasma-select-font-letter-spacing);line-height:var(--plasma-select-font-line-height);background-color:var(--plasma-colors-transparent);color:var(--text-primary);border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_1gk72bp_w1hgpj20__af2302db:hover:not(.Item_styles_1gk72bp_dropdownItemIsDisabled__af2302db){cursor:pointer;background-color:var(--plasma-select-item-background-hover);}.Item_styles_1gk72bp_w1hgpj20__af2302db.Item_styles_1gk72bp_dropdownItemIsActive__af2302db{background-color:var(--plasma-select-item-background-hover);}.Item_styles_1gk72bp_w1hgpj20__af2302db.Item_styles_1gk72bp_dropdownItemIsDisabled__af2302db{opacity:0.4;cursor:not-allowed;}.Item_styles_1gk72bp_w1hgpj20__af2302db:focus{outline:none;}.Item_styles_1gk72bp_w1hgpj20__af2302db::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1gk72bp_w1hgpj20__af2302db.Item_styles_1gk72bp_dropdownItemIsFocused__af2302db:before{outline:none;box-shadow:0 0 0 0.0625rem var(--surface-accent);}
650
650
 
651
651
 
652
652
  .Button_styles_8ryojl_sfn0xs0__c5fd49df{--plasma-button-color:var(--plasma-select-button-color);--plasma-button-color-hover:var(--plasma-select-button-color-hover);--plasma-button-color-active:var(--plasma-select-button-color-active);--plasma-button-background-color:var(--plasma-select-button-background-color);--plasma-button-background-color-hover:var(--plasma-select-button-background-color-hover);--plasma-button-background-color-active:var(--plasma-select-button-background-color-active);--plasma-button-right-content-margin:var(--plasma-select-button-arrow-margin);--plasma-button-height:var(--sfn0xs0-0);--plasma-button-width:100%;--plasma-button-padding:var(--plasma-select-button-padding);--plasma-button-radius:var(--plasma-select-border-radius);--plasma-button-font-family:var(--plasma-select-font-family);--plasma-button-font-size:var(--plasma-select-font-size);--plasma-button-font-style:var(--plasma-select-font-style);--plasma-button-font-weight:var(--plasma-select-font-weight);--plasma-button-letter-spacing:var(--plasma-select-font-letter-spacing);--plasma-button-line-height:var(--plasma-select-font-line-height);--plasma-button-disabled-opacity:0.4;--plasma-button-focus-color:var(--surface-accent);text-align:left;}
@@ -689,12 +689,12 @@
689
689
  .SliderBase_styles_wld555_fdg7yhg__d313173d{position:absolute;width:0;height:100%;top:0;left:0;border-radius:var(--plasma-slider-rail-border-radius);background:var(--plasma-slider-fill-color);}
690
690
  .SliderBase_styles_wld555_i17ya4q3__d313173d{visibility:hidden;width:0;height:0;opacity:0;margin:0;padding:0;border:none;}
691
691
 
692
- .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{color:var(--plasma-slider-label-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-slider-label-wrapper-gap);}
693
- .Single_styles_1a6l9pg_ly2gexi__83bf0d1d{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
694
- .Single_styles_1a6l9pg_lozb535__83bf0d1d{font-family:var(--plasma-slider-label-font-family);font-size:var(--plasma-slider-label-font-size);font-style:var(--plasma-slider-label-font-style);font-weight:var(--plasma-slider-label-font-weight);-webkit-letter-spacing:var(--plasma-slider-label-letter-spacing);-moz-letter-spacing:var(--plasma-slider-label-letter-spacing);-ms-letter-spacing:var(--plasma-slider-label-letter-spacing);letter-spacing:var(--plasma-slider-label-letter-spacing);line-height:var(--plasma-slider-label-line-height);}
695
- .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{color:var(--plasma-slider-range-value-color);font-family:var(--plasma-slider-value-font-family);font-size:var(--plasma-slider-value-font-size);font-style:var(--plasma-slider-value-font-style);font-weight:var(--plasma-slider-value-font-weight);-webkit-letter-spacing:var(--plasma-slider-value-letter-spacing);-moz-letter-spacing:var(--plasma-slider-value-letter-spacing);-ms-letter-spacing:var(--plasma-slider-value-letter-spacing);letter-spacing:var(--plasma-slider-value-letter-spacing);line-height:var(--plasma-slider-value-line-height);-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;}.Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderHideMinValue__83bf0d1d,.Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderHideMaxValue__83bf0d1d{opacity:0;}.Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderActiveRangeValue__83bf0d1d{color:var(--plasma-slider-label-color);}
696
- .Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;}.Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d.Single_styles_1a6l9pg_sliderRangeValuesPlacementOuter__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{position:absolute;bottom:calc(var(--plasma-slider-rail-thickness) * -1.5 - var(--plasma-slider-range-value-bottom-offset));left:0;}.Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d.Single_styles_1a6l9pg_sliderRangeValuesPlacementOuter__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderMaxRangeValue__83bf0d1d{left:unset;right:0;}.Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d.Single_styles_1a6l9pg_sliderRangeValuesPlacementInner__83bf0d1d{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d.Single_styles_1a6l9pg_sliderRangeValuesPlacementInner__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{margin-right:var(--plasma-slider-range-value-horizontal-margin);}.Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d.Single_styles_1a6l9pg_sliderRangeValuesPlacementInner__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderMaxRangeValue__83bf0d1d{margin-right:0;margin-left:var(--plasma-slider-range-value-horizontal-margin);}
697
- .Single_styles_1a6l9pg_ss3ujqx__83bf0d1d{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:var(--plasma-slider-disabled-opacity);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementOuter__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementOuter__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{margin-bottom:var(--plasma-slider-label-wrapper-margin-bottom);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementInner__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{margin-right:var(--plasma-slider-label-wrapper-margin-right);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementInner__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d:not(:has(.Single_styles_1a6l9pg_lozb535__83bf0d1d)):has(.Single_styles_1a6l9pg_ly2gexi__83bf0d1d){margin-right:var(--plasma-slider-label-wrapper-only-icon-margin-right);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementInner__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d:has(.Single_styles_1a6l9pg_lozb535__83bf0d1d){margin-right:var(--plasma-slider-label-wrapper-margin-right);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementBottom__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementBottom__83bf0d1d.Single_styles_1a6l9pg_sliderLabelContentReversed__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d.Single_styles_1a6l9pg_sliderLabelContentReversed__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d .Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d{width:var(--plasma-slider-size);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementInner__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{margin-right:0;margin-bottom:var(--plasma-slider-label-wrapper-vertical-margin);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignLeft__83bf0d1d{-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignLeft__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignRight__83bf0d1d{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementBottom__83bf0d1d{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelPlacementBottom__83bf0d1d .Single_styles_1a6l9pg_l1p4kc08__83bf0d1d{margin-top:var(--plasma-slider-label-wrapper-vertical-margin);margin-right:0;margin-bottom:0;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d .Single_styles_1a6l9pg_s1d2sfgl__83bf0d1d{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{position:static;bottom:0;left:0;margin-bottom:var(--plasma-slider-range-value-vertical-margin);}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignCenter__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderMaxRangeValue__83bf0d1d{left:0;right:0;bottom:0;margin-top:var(--plasma-slider-range-value-vertical-margin);margin-bottom:0;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignLeft__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d,.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignRight__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{margin-right:0;margin-bottom:0;position:absolute;top:0;right:calc( var(--plasma-slider-rail-thickness) / 2 + var(--plasma-slider-size) / 2 + var(--plasma-slider-range-value-horizontal-offset) );}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignLeft__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderMaxRangeValue__83bf0d1d,.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignRight__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d.Single_styles_1a6l9pg_sliderMaxRangeValue__83bf0d1d{margin-right:0;margin-left:0;top:auto;bottom:0;}.Single_styles_1a6l9pg_ss3ujqx__83bf0d1d.Single_styles_1a6l9pg_sliderVerticalOrientation__83bf0d1d.Single_styles_1a6l9pg_sliderLabelAlignRight__83bf0d1d .Single_styles_1a6l9pg_s1w9icbd__83bf0d1d{left:calc(var(--plasma-slider-size) + var(--plasma-slider-rail-thickness));}
692
+ .Single_styles_e0wk24_l1p4kc08__35f62990{color:var(--plasma-slider-label-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-slider-label-wrapper-gap);}
693
+ .Single_styles_e0wk24_ly2gexi__35f62990{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
694
+ .Single_styles_e0wk24_lozb535__35f62990{font-family:var(--plasma-slider-label-font-family);font-size:var(--plasma-slider-label-font-size);font-style:var(--plasma-slider-label-font-style);font-weight:var(--plasma-slider-label-font-weight);-webkit-letter-spacing:var(--plasma-slider-label-letter-spacing);-moz-letter-spacing:var(--plasma-slider-label-letter-spacing);-ms-letter-spacing:var(--plasma-slider-label-letter-spacing);letter-spacing:var(--plasma-slider-label-letter-spacing);line-height:var(--plasma-slider-label-line-height);}
695
+ .Single_styles_e0wk24_s1w9icbd__35f62990{color:var(--plasma-slider-range-value-color);font-family:var(--plasma-slider-value-font-family);font-size:var(--plasma-slider-value-font-size);font-style:var(--plasma-slider-value-font-style);font-weight:var(--plasma-slider-value-font-weight);-webkit-letter-spacing:var(--plasma-slider-value-letter-spacing);-moz-letter-spacing:var(--plasma-slider-value-letter-spacing);-ms-letter-spacing:var(--plasma-slider-value-letter-spacing);letter-spacing:var(--plasma-slider-value-letter-spacing);line-height:var(--plasma-slider-value-line-height);-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;}.Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderHideMinValue__35f62990,.Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderHideMaxValue__35f62990{opacity:0;}.Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderActiveRangeValue__35f62990{color:var(--plasma-slider-label-color);}
696
+ .Single_styles_e0wk24_s1d2sfgl__35f62990{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementOuter__35f62990{display:grid;grid-template-areas: 'a a' 'b c';}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementOuter__35f62990 .Single_styles_e0wk24_snaoqfb__35f62990{grid-area:a;}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementOuter__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990{grid-area:b;}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementOuter__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderMaxRangeValue__35f62990{grid-area:c;justify-self:end;}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementInner__35f62990{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementInner__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990{margin-right:var(--plasma-slider-range-value-horizontal-margin);}.Single_styles_e0wk24_s1d2sfgl__35f62990.Single_styles_e0wk24_sliderRangeValuesPlacementInner__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderMaxRangeValue__35f62990{margin-right:0;margin-left:var(--plasma-slider-range-value-horizontal-margin);}
697
+ .Single_styles_e0wk24_ss3ujqx__35f62990{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:var(--plasma-slider-disabled-opacity);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderLabelPlacementOuter__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderLabelPlacementOuter__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{margin-bottom:var(--plasma-slider-label-wrapper-margin-bottom);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderLabelPlacementInner__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{margin-right:var(--plasma-slider-label-wrapper-margin-right);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderLabelPlacementInner__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990:not(:has(.Single_styles_e0wk24_lozb535__35f62990)):has(.Single_styles_e0wk24_ly2gexi__35f62990){margin-right:var(--plasma-slider-label-wrapper-only-icon-margin-right);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderLabelPlacementInner__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990:has(.Single_styles_e0wk24_lozb535__35f62990){margin-right:var(--plasma-slider-label-wrapper-margin-right);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990.Single_styles_e0wk24_sliderLabelPlacementBottom__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990.Single_styles_e0wk24_sliderLabelPlacementBottom__35f62990.Single_styles_e0wk24_sliderLabelContentReversed__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990.Single_styles_e0wk24_sliderLabelContentReversed__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990 .Single_styles_e0wk24_s1d2sfgl__35f62990{width:var(--plasma-slider-size);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelPlacementInner__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{margin-right:0;margin-bottom:var(--plasma-slider-label-wrapper-vertical-margin);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990{-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelPlacementBottom__35f62990{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelPlacementBottom__35f62990 .Single_styles_e0wk24_l1p4kc08__35f62990{margin-top:var(--plasma-slider-label-wrapper-vertical-margin);margin-right:0;margin-bottom:0;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990 .Single_styles_e0wk24_s1d2sfgl__35f62990{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990{position:static;bottom:0;left:0;margin-bottom:var(--plasma-slider-range-value-vertical-margin);}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignCenter__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderMaxRangeValue__35f62990{left:0;right:0;bottom:0;margin-top:var(--plasma-slider-range-value-vertical-margin);margin-bottom:0;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990 .Single_styles_e0wk24_s1d2sfgl__35f62990,.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_s1d2sfgl__35f62990{display:grid;grid-template-areas: 'b a' 'c a';-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-align-items:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-pack:unset;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;width:unset;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990 .Single_styles_e0wk24_snaoqfb__35f62990,.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_snaoqfb__35f62990{grid-area:a;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990,.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990{grid-area:b;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;justify-self:end;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignLeft__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderMaxRangeValue__35f62990,.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990.Single_styles_e0wk24_sliderMaxRangeValue__35f62990{grid-area:c;-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_s1d2sfgl__35f62990{grid-template-areas: 'a b' 'a c';}.Single_styles_e0wk24_ss3ujqx__35f62990.Single_styles_e0wk24_sliderVerticalOrientation__35f62990.Single_styles_e0wk24_sliderLabelAlignRight__35f62990 .Single_styles_e0wk24_s1w9icbd__35f62990{justify-self:start;}
698
698
 
699
699
  .Double_styles_1jhda4u_lcs82cd__5dc981f4{color:var(--plasma-slider-label-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-slider-label-wrapper-gap);margin-bottom:var(--plasma-slider-label-wrapper-margin-bottom);}
700
700
 
package/cjs/index.js CHANGED
@@ -36,6 +36,7 @@ var isEmpty = require('./utils/isEmpty.js');
36
36
  var createEvent = require('./utils/createEvent.js');
37
37
  var noop = require('./utils/noop.js');
38
38
  var getHeightAsNumber = require('./utils/getHeightAsNumber.js');
39
+ var createConditionalComponent = require('./utils/createConditionalComponent.js');
39
40
  var fixedForwardRef = require('./utils/fixedForwardRef.js');
40
41
  var getPopoverPlacement = require('./utils/getPopoverPlacement.js');
41
42
  var constants = require('./utils/constants.js');
@@ -333,6 +334,7 @@ exports.isEmpty = isEmpty.isEmpty;
333
334
  exports.createEvent = createEvent.createEvent;
334
335
  exports.noop = noop.noop;
335
336
  exports.getHeightAsNumber = getHeightAsNumber.getHeightAsNumber;
337
+ exports.createConditionalComponent = createConditionalComponent.createConditionalComponent;
336
338
  exports.fixedForwardRef = fixedForwardRef.fixedForwardRef;
337
339
  exports.getPlacement = getPopoverPlacement.getPlacement;
338
340
  exports.getPlacements = getPopoverPlacement.getPlacements;