@salutejs/plasma-new-hope 0.337.0-canary.2237.17941275054.0 → 0.337.0-canary.2241.17972389915.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 (257) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +9 -9
  2. package/cjs/components/Chip/Chip.css +5 -5
  3. package/cjs/components/Chip/Chip.js +2 -4
  4. package/cjs/components/Chip/Chip.js.map +1 -1
  5. package/cjs/components/Chip/Chip.styles.js +1 -1
  6. package/cjs/components/Chip/Chip.styles.js.map +1 -1
  7. package/cjs/components/Chip/{Chip.styles_d9y94l.css → Chip.styles_fnd4j5.css} +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/Combobox.css +10 -10
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -1
  10. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  12. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  13. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  14. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  15. package/{es/components/Combobox/ComboboxNew/ui/Target/Target.styles_11eakiz.css → cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_13wbfyq.css} +1 -1
  16. package/cjs/components/Combobox/ComboboxOld/Combobox.css +5 -5
  17. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.css +5 -5
  18. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.css +5 -5
  19. package/cjs/components/DatePicker/RangeDate/RangeDate.css +9 -9
  20. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +9 -9
  21. package/cjs/components/DatePicker/SingleDate/SingleDate.css +9 -9
  22. package/cjs/components/InformationWrapper/InformationWrapper.css +2 -2
  23. package/cjs/components/InformationWrapper/ui/Label/Label.css +2 -2
  24. package/cjs/components/Note/Note.css +1 -1
  25. package/cjs/components/Note/Note.js +1 -1
  26. package/cjs/components/Note/Note.js.map +1 -1
  27. package/cjs/components/Note/variations/_size/base.js +1 -1
  28. package/cjs/components/Note/variations/_size/base.js.map +1 -1
  29. package/{es/components/Note/variations/_size/base_111wwzs.css → cjs/components/Note/variations/_size/base_12cn7f7.css} +1 -1
  30. package/cjs/components/Pagination/Pagination.css +13 -13
  31. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +13 -13
  32. package/cjs/components/Range/Range.css +9 -9
  33. package/cjs/components/Select/Select.css +13 -13
  34. package/cjs/components/Select/Select.tokens.js +0 -1
  35. package/cjs/components/Select/Select.tokens.js.map +1 -1
  36. package/cjs/components/Select/ui/Target/Target.css +13 -13
  37. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +13 -13
  38. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  39. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  40. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  41. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  42. package/{es/components/Select/ui/Target/ui/Textfield/Textfield.styles_1jxlt0y.css → cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_1mikp58.css} +1 -1
  43. package/cjs/components/Slider/Slider.css +9 -9
  44. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +9 -9
  45. package/cjs/components/Table/Table.css +13 -13
  46. package/cjs/components/Table/ui/Cell/Cell.css +13 -13
  47. package/cjs/components/Table/ui/EditableCell/EditableCell.css +13 -13
  48. package/cjs/components/Table/ui/HeadCell/HeadCell.css +13 -13
  49. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +13 -13
  50. package/cjs/components/TextArea/ui/Hint/Hint.css +2 -2
  51. package/cjs/components/TextField/TextField.js +4 -6
  52. package/cjs/components/TextField/TextField.js.map +1 -1
  53. package/cjs/components/TextField/TextField.tokens.js +0 -1
  54. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  55. package/cjs/components/TextField/hooks/useKeyNavigation.js +6 -15
  56. package/cjs/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  57. package/cjs/components/TextField/ui/Hint/Hint.css +2 -2
  58. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  59. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  60. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  61. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  62. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  63. package/cjs/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_8puilg.css → TextFieldChip.styles_14q069b.css} +1 -1
  64. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +9 -9
  65. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  66. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  67. package/cjs/components/Tooltip/Tooltip.styles.js +5 -5
  68. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  69. package/cjs/components/Tooltip/Tooltip.styles_uldg0s.css +2 -0
  70. package/cjs/index.css +15 -15
  71. package/emotion/cjs/components/Chip/Chip.js +2 -4
  72. package/emotion/cjs/components/Chip/Chip.styles.js +9 -9
  73. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -1
  74. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  75. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  76. package/emotion/cjs/components/Note/Note.js +1 -1
  77. package/emotion/cjs/components/Note/variations/_size/base.js +1 -1
  78. package/emotion/cjs/components/Select/Select.tokens.js +0 -1
  79. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  80. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  81. package/emotion/cjs/components/TextField/TextField.js +5 -7
  82. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
  83. package/emotion/cjs/components/TextField/hooks/useKeyNavigation.js +4 -11
  84. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  85. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  86. package/emotion/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  87. package/emotion/cjs/components/Tooltip/Tooltip.styles.js +5 -5
  88. package/emotion/cjs/examples/components/Chip/Chip.config.js +14 -14
  89. package/emotion/cjs/examples/components/Combobox/Combobox.config.js +15 -15
  90. package/emotion/cjs/examples/components/Select/Select.config.js +24 -24
  91. package/emotion/cjs/examples/components/TextField/TextField.config.js +23 -23
  92. package/emotion/es/components/Chip/Chip.js +2 -4
  93. package/emotion/es/components/Chip/Chip.styles.js +9 -9
  94. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  95. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  96. package/emotion/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  97. package/emotion/es/components/Note/Note.js +1 -1
  98. package/emotion/es/components/Note/variations/_size/base.js +1 -1
  99. package/emotion/es/components/Select/Select.tokens.js +0 -1
  100. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  101. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  102. package/emotion/es/components/TextField/TextField.js +5 -7
  103. package/emotion/es/components/TextField/TextField.tokens.js +0 -1
  104. package/emotion/es/components/TextField/hooks/useKeyNavigation.js +4 -11
  105. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  106. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  107. package/emotion/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  108. package/emotion/es/components/Tooltip/Tooltip.styles.js +5 -5
  109. package/emotion/es/examples/components/Chip/Chip.config.js +14 -14
  110. package/emotion/es/examples/components/Combobox/Combobox.config.js +15 -15
  111. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  112. package/emotion/es/examples/components/Select/Select.config.js +24 -24
  113. package/emotion/es/examples/components/TextField/TextField.config.js +23 -23
  114. package/es/components/Autocomplete/Autocomplete.css +9 -9
  115. package/es/components/Chip/Chip.css +5 -5
  116. package/es/components/Chip/Chip.js +2 -4
  117. package/es/components/Chip/Chip.js.map +1 -1
  118. package/es/components/Chip/Chip.styles.js +1 -1
  119. package/es/components/Chip/Chip.styles.js.map +1 -1
  120. package/es/components/Chip/{Chip.styles_d9y94l.css → Chip.styles_fnd4j5.css} +1 -1
  121. package/es/components/Combobox/ComboboxNew/Combobox.css +10 -10
  122. package/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  123. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  124. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  125. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  126. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  127. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  128. package/{cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_11eakiz.css → es/components/Combobox/ComboboxNew/ui/Target/Target.styles_13wbfyq.css} +1 -1
  129. package/es/components/Combobox/ComboboxOld/Combobox.css +5 -5
  130. package/es/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.css +5 -5
  131. package/es/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.css +5 -5
  132. package/es/components/DatePicker/RangeDate/RangeDate.css +9 -9
  133. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +9 -9
  134. package/es/components/DatePicker/SingleDate/SingleDate.css +9 -9
  135. package/es/components/InformationWrapper/InformationWrapper.css +2 -2
  136. package/es/components/InformationWrapper/ui/Label/Label.css +2 -2
  137. package/es/components/Note/Note.css +1 -1
  138. package/es/components/Note/Note.js +1 -1
  139. package/es/components/Note/Note.js.map +1 -1
  140. package/es/components/Note/variations/_size/base.js +1 -1
  141. package/es/components/Note/variations/_size/base.js.map +1 -1
  142. package/{cjs/components/Note/variations/_size/base_111wwzs.css → es/components/Note/variations/_size/base_12cn7f7.css} +1 -1
  143. package/es/components/Pagination/Pagination.css +13 -13
  144. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +13 -13
  145. package/es/components/Range/Range.css +9 -9
  146. package/es/components/Select/Select.css +13 -13
  147. package/es/components/Select/Select.tokens.js +0 -1
  148. package/es/components/Select/Select.tokens.js.map +1 -1
  149. package/es/components/Select/ui/Target/Target.css +13 -13
  150. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +13 -13
  151. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  152. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  153. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  154. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  155. package/{cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_1jxlt0y.css → es/components/Select/ui/Target/ui/Textfield/Textfield.styles_1mikp58.css} +1 -1
  156. package/es/components/Slider/Slider.css +9 -9
  157. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +9 -9
  158. package/es/components/Table/Table.css +13 -13
  159. package/es/components/Table/ui/Cell/Cell.css +13 -13
  160. package/es/components/Table/ui/EditableCell/EditableCell.css +13 -13
  161. package/es/components/Table/ui/HeadCell/HeadCell.css +13 -13
  162. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +13 -13
  163. package/es/components/TextArea/ui/Hint/Hint.css +2 -2
  164. package/es/components/TextField/TextField.js +4 -6
  165. package/es/components/TextField/TextField.js.map +1 -1
  166. package/es/components/TextField/TextField.tokens.js +0 -1
  167. package/es/components/TextField/TextField.tokens.js.map +1 -1
  168. package/es/components/TextField/hooks/useKeyNavigation.js +6 -15
  169. package/es/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  170. package/es/components/TextField/ui/Hint/Hint.css +2 -2
  171. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  172. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  173. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  174. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  175. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  176. package/es/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_8puilg.css → TextFieldChip.styles_14q069b.css} +1 -1
  177. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +9 -9
  178. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  179. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  180. package/es/components/Tooltip/Tooltip.styles.js +5 -5
  181. package/es/components/Tooltip/Tooltip.styles.js.map +1 -1
  182. package/es/components/Tooltip/Tooltip.styles_uldg0s.css +2 -0
  183. package/es/index.css +15 -15
  184. package/package.json +5 -5
  185. package/styled-components/cjs/components/Chip/Chip.js +2 -4
  186. package/styled-components/cjs/components/Chip/Chip.styles.js +6 -7
  187. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -1
  188. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  189. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -4
  190. package/styled-components/cjs/components/Note/Note.js +1 -1
  191. package/styled-components/cjs/components/Note/variations/_size/base.js +1 -1
  192. package/styled-components/cjs/components/Select/Select.tokens.js +0 -1
  193. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  194. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -7
  195. package/styled-components/cjs/components/TextField/TextField.js +4 -6
  196. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
  197. package/styled-components/cjs/components/TextField/hooks/useKeyNavigation.js +4 -11
  198. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  199. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -5
  200. package/styled-components/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  201. package/styled-components/cjs/components/Tooltip/Tooltip.styles.js +9 -9
  202. package/styled-components/cjs/examples/components/Chip/Chip.config.js +12 -24
  203. package/styled-components/cjs/examples/components/Combobox/Combobox.config.js +4 -8
  204. package/styled-components/cjs/examples/components/Select/Select.config.js +4 -7
  205. package/styled-components/cjs/examples/components/TextField/TextField.config.js +6 -12
  206. package/styled-components/es/components/Chip/Chip.js +2 -4
  207. package/styled-components/es/components/Chip/Chip.styles.js +6 -7
  208. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  209. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  210. package/styled-components/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -4
  211. package/styled-components/es/components/Note/Note.js +1 -1
  212. package/styled-components/es/components/Note/variations/_size/base.js +1 -1
  213. package/styled-components/es/components/Select/Select.tokens.js +0 -1
  214. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  215. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -7
  216. package/styled-components/es/components/TextField/TextField.js +4 -6
  217. package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
  218. package/styled-components/es/components/TextField/hooks/useKeyNavigation.js +4 -11
  219. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  220. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -5
  221. package/styled-components/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  222. package/styled-components/es/components/Tooltip/Tooltip.styles.js +9 -9
  223. package/styled-components/es/examples/components/Chip/Chip.config.js +12 -24
  224. package/styled-components/es/examples/components/Combobox/Combobox.config.js +4 -8
  225. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  226. package/styled-components/es/examples/components/Select/Select.config.js +4 -7
  227. package/styled-components/es/examples/components/TextField/TextField.config.js +6 -12
  228. package/types/components/Chip/Chip.d.ts.map +1 -1
  229. package/types/components/Chip/Chip.styles.d.ts.map +1 -1
  230. package/types/components/Chip/Chip.types.d.ts +1 -1
  231. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +0 -1
  232. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  233. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  234. package/types/components/Note/Note.d.ts +4 -4
  235. package/types/components/Note/Note.d.ts.map +1 -1
  236. package/types/components/Note/Note.types.d.ts +2 -2
  237. package/types/components/Note/Note.types.d.ts.map +1 -1
  238. package/types/components/Select/Select.tokens.d.ts +0 -1
  239. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  240. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  241. package/types/components/TextField/TextField.d.ts.map +1 -1
  242. package/types/components/TextField/TextField.tokens.d.ts +0 -1
  243. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  244. package/types/components/TextField/hooks/useKeyNavigation.d.ts +2 -11
  245. package/types/components/TextField/hooks/useKeyNavigation.d.ts.map +1 -1
  246. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  247. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  248. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts +1 -1
  249. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts.map +1 -1
  250. package/types/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  251. package/types/examples/components/Chip/Chip.config.d.ts.map +1 -1
  252. package/types/examples/components/Combobox/Combobox.config.d.ts.map +1 -1
  253. package/types/examples/components/Note/Note.d.ts +2 -2
  254. package/types/examples/components/Select/Select.config.d.ts.map +1 -1
  255. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  256. package/cjs/components/Tooltip/Tooltip.styles_1bh0sd0.css +0 -2
  257. package/es/components/Tooltip/Tooltip.styles_1bh0sd0.css +0 -2
@@ -19,10 +19,8 @@ export var config = {
19
19
  ":var(--surface-solid-default);",
20
20
  ":var(--inverse-text-primary);",
21
21
  ":var(--surface-solid-default);",
22
- ":var(--inverse-text-primary);",
23
- ":var(--inverse-text-secondary);",
24
- ":var(--inverse-text-secondary-hover);"
25
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
22
+ ":var(--inverse-text-primary);"
23
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
26
24
  secondary: css([
27
25
  "",
28
26
  ":var(--text-primary);",
@@ -34,10 +32,8 @@ export var config = {
34
32
  ":var(--surface-transparent-secondary);",
35
33
  ":var(--text-primary);",
36
34
  ":var(--surface-transparent-secondary);",
37
- ":var(--text-primary);",
38
- ":var(--text-secondary);",
39
- ":var(--text-secondary-hover);"
40
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
35
+ ":var(--text-primary);"
36
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
41
37
  accent: css([
42
38
  "",
43
39
  ":var(--on-dark-text-primary);",
@@ -49,10 +45,8 @@ export var config = {
49
45
  ":var(--surface-accent);",
50
46
  ":var(--on-dark-text-primary);",
51
47
  ":var(--surface-accent);",
52
- ":var(--on-dark-text-primary);",
53
- ":var(--on-dark-text-secondary);",
54
- ":var(--on-dark-text-secondary-hover);"
55
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
48
+ ":var(--on-dark-text-primary);"
49
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
56
50
  positive: css([
57
51
  "",
58
52
  ":var(--on-dark-text-primary);",
@@ -64,10 +58,8 @@ export var config = {
64
58
  ":var(--surface-positive);",
65
59
  ":var(--on-dark-text-primary);",
66
60
  ":var(--surface-positive);",
67
- ":var(--on-dark-text-primary);",
68
- ":var(--on-dark-text-secondary);",
69
- ":var(--on-dark-text-secondary-hover);"
70
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
61
+ ":var(--on-dark-text-primary);"
62
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
71
63
  warning: css([
72
64
  "",
73
65
  ":var(--on-dark-text-primary);",
@@ -79,10 +71,8 @@ export var config = {
79
71
  ":var(--surface-warning);",
80
72
  ":var(--on-dark-text-primary);",
81
73
  ":var(--surface-warning);",
82
- ":var(--on-dark-text-primary);",
83
- ":var(--on-dark-text-secondary);",
84
- ":var(--on-dark-text-secondary-hover);"
85
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
74
+ ":var(--on-dark-text-primary);"
75
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
86
76
  negative: css([
87
77
  "",
88
78
  ":var(--on-dark-text-primary);",
@@ -94,10 +84,8 @@ export var config = {
94
84
  ":var(--surface-negative);",
95
85
  ":var(--on-dark-text-primary);",
96
86
  ":var(--surface-negative);",
97
- ":var(--on-dark-text-primary);",
98
- ":var(--on-dark-text-secondary);",
99
- ":var(--on-dark-text-secondary-hover);"
100
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover)
87
+ ":var(--on-dark-text-primary);"
88
+ ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover)
101
89
  },
102
90
  size: {
103
91
  l: css([
@@ -30,7 +30,6 @@ export var config = {
30
30
  ":var(--surface-negative);",
31
31
  ":var(--text-tertiary);",
32
32
  ":var(--text-secondary);",
33
- ":var(--text-secondary-hover);",
34
33
  ":var(--text-primary);",
35
34
  ":var(--surface-transparent-secondary);",
36
35
  ":var(--text-primary);",
@@ -52,7 +51,7 @@ export var config = {
52
51
  ":var(--on-dark-text-primary);",
53
52
  ":transparent;",
54
53
  ":var(--text-secondary);"
55
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
54
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
56
55
  positive: css([
57
56
  "",
58
57
  ":var(--text-primary);",
@@ -75,7 +74,6 @@ export var config = {
75
74
  ":var(--surface-negative);",
76
75
  ":var(--text-tertiary);",
77
76
  ":var(--text-secondary);",
78
- ":var(--text-secondary-hover);",
79
77
  ":var(--text-primary);",
80
78
  ":var(--surface-transparent-secondary);",
81
79
  ":var(--text-primary);",
@@ -97,7 +95,7 @@ export var config = {
97
95
  ":var(--on-dark-text-primary);",
98
96
  ":transparent;",
99
97
  ":var(--text-secondary);"
100
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
98
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
101
99
  warning: css([
102
100
  "",
103
101
  ":var(--text-primary);",
@@ -120,7 +118,6 @@ export var config = {
120
118
  ":var(--surface-negative);",
121
119
  ":var(--text-tertiary);",
122
120
  ":var(--text-secondary);",
123
- ":var(--text-secondary-hover);",
124
121
  ":var(--text-primary);",
125
122
  ":var(--surface-transparent-secondary);",
126
123
  ":var(--text-primary);",
@@ -142,7 +139,7 @@ export var config = {
142
139
  ":var(--on-dark-text-primary);",
143
140
  ":transparent;",
144
141
  ":var(--text-secondary);"
145
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
142
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
146
143
  negative: css([
147
144
  "",
148
145
  ":var(--text-primary);",
@@ -165,7 +162,6 @@ export var config = {
165
162
  ":var(--surface-negative);",
166
163
  ":var(--text-tertiary);",
167
164
  ":var(--text-secondary);",
168
- ":var(--text-secondary-hover);",
169
165
  ":var(--text-primary);",
170
166
  ":var(--surface-transparent-secondary);",
171
167
  ":var(--text-primary);",
@@ -187,7 +183,7 @@ export var config = {
187
183
  ":var(--on-dark-text-primary);",
188
184
  ":transparent;",
189
185
  ":var(--text-secondary);"
190
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
186
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
191
187
  },
192
188
  size: {
193
189
  l: css([
@@ -1,7 +0,0 @@
1
- import { component, mergeConfig } from "../../../engines";
2
- import { comboboxNewConfig } from "../../..";
3
- import { config } from "./Combobox.config";
4
- var mergedConfig = mergeConfig(comboboxNewConfig, config);
5
- var ComboboxComponent = component(mergedConfig);
6
- var Combobox = ComboboxComponent;
7
- export { Combobox };
@@ -747,40 +747,37 @@ export var config = {
747
747
  ":var(--inverse-text-primary);",
748
748
  ":var(--surface-solid-default);",
749
749
  ":var(--surface-solid-default-hover);",
750
- ":var(--inverse-text-secondary);",
751
750
  ":var(--inverse-text-primary);",
752
751
  ":var(--surface-solid-default);",
753
752
  ":var(--inverse-text-primary);",
754
753
  ":var(--surface-solid-default);",
755
754
  ":var(--inverse-text-primary);",
756
755
  ":1;"
757
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
756
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
758
757
  secondary: css([
759
758
  "",
760
759
  ":var(--text-primary);",
761
760
  ":var(--surface-transparent-secondary);",
762
761
  ":var(--surface-transparent-secondary-hover);",
763
- ":var(--text-secondary);",
764
- ":var(--text-secondary-hover);",
762
+ ":var(--text-primary);",
765
763
  ":var(--surface-transparent-secondary);",
766
764
  ":var(--text-primary);",
767
765
  ":var(--surface-transparent-secondary);",
768
766
  ":var(--text-primary);",
769
767
  ":1;"
770
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
768
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
771
769
  accent: css([
772
770
  "",
773
771
  ":var(--on-dark-text-primary);",
774
772
  ":var(--surface-accent);",
775
773
  ":var(--surface-accent-hover);",
776
- ":var(--on-dark-text-secondary);",
777
774
  ":var(--on-dark-text-primary);",
778
775
  ":var(--surface-accent);",
779
776
  ":var(--on-dark-text-primary);",
780
777
  ":var(--surface-accent);",
781
778
  ":var(--on-dark-text-primary);",
782
779
  ":1;"
783
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
780
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
784
781
  },
785
782
  hintView: {
786
783
  default: css([
@@ -520,9 +520,8 @@ export var config = {
520
520
  ":var(--surface-solid-default);",
521
521
  ":var(--inverse-text-primary);",
522
522
  ":var(--inverse-text-secondary);",
523
- ":var(--inverse-text-secondary-hover);",
524
523
  ":1;"
525
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
524
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
526
525
  secondary: css([
527
526
  "",
528
527
  ":var(--text-primary);",
@@ -536,9 +535,8 @@ export var config = {
536
535
  ":var(--surface-transparent-secondary);",
537
536
  ":var(--text-primary);",
538
537
  ":var(--text-secondary);",
539
- ":var(--text-secondary-hover);",
540
538
  ":1;"
541
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
539
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
542
540
  accent: css([
543
541
  "",
544
542
  ":var(--on-dark-text-primary);",
@@ -552,9 +550,8 @@ export var config = {
552
550
  ":var(--surface-accent);",
553
551
  ":var(--on-dark-text-primary);",
554
552
  ":var(--on-dark-text-secondary);",
555
- ":var(--on-dark-text-secondary-hover);",
556
553
  ":1;"
557
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
554
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
558
555
  positive: css([
559
556
  "",
560
557
  ":var(--on-dark-text-primary);",
@@ -568,9 +565,8 @@ export var config = {
568
565
  ":var(--surface-positive);",
569
566
  ":var(--on-dark-text-primary);",
570
567
  ":var(--on-dark-text-secondary);",
571
- ":var(--on-dark-text-secondary-hover);",
572
568
  ":1;"
573
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
569
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
574
570
  warning: css([
575
571
  "",
576
572
  ":var(--on-dark-text-primary);",
@@ -584,9 +580,8 @@ export var config = {
584
580
  ":var(--surface-warning);",
585
581
  ":var(--on-dark-text-primary);",
586
582
  ":var(--on-dark-text-secondary);",
587
- ":var(--on-dark-text-secondary-hover);",
588
583
  ":1;"
589
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
584
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
590
585
  negative: css([
591
586
  "",
592
587
  ":var(--on-dark-text-primary);",
@@ -600,9 +595,8 @@ export var config = {
600
595
  ":var(--surface-negative);",
601
596
  ":var(--on-dark-text-primary);",
602
597
  ":var(--on-dark-text-secondary);",
603
- ":var(--on-dark-text-secondary-hover);",
604
598
  ":1;"
605
- ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly)
599
+ ], tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly)
606
600
  },
607
601
  hintView: {
608
602
  default: css([
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,eAAO,MAAM,QAAQ,SAAU,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC,wFAuEhE,CAAC;AAEP,eAAO,MAAM,UAAU;;;mBAzEQ,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyGrE,CAAC"}
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,eAAO,MAAM,QAAQ,SAAU,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC,wFAoEhE,CAAC;AAEP,eAAO,MAAM,UAAU;;;mBAtEQ,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGrE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI,0CAUhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAK7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAE7B,CAAC;AAEF,eAAO,MAAM,kBAAkB;eAA2B,OAAO;EAIhE,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAS9B,CAAC"}
1
+ {"version":3,"file":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI,0CAUhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAK7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAE7B,CAAC;AAEF,eAAO,MAAM,kBAAkB;eAA2B,OAAO;EAIhE,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAK9B,CAAC"}
@@ -50,7 +50,7 @@ type CustomChipProps = {
50
50
  /**
51
51
  * Коллбек при взаимодействии с элементом
52
52
  * @deprecated
53
- * Использовать onClickClose для закрытия
53
+ * Использовать onClick для закрытия
54
54
  */
55
55
  onClear?: () => void;
56
56
  /**
@@ -179,7 +179,6 @@ export declare const tokens: {
179
179
  textFieldChipBackgroundActive: string;
180
180
  textFieldChipColorActive: string;
181
181
  textFieldChipCloseIconColor: string;
182
- textFieldChipCloseIconColorHover: string;
183
182
  textFieldChipOutlineSize: string;
184
183
  textFieldChipWidth: string;
185
184
  textFieldChipPadding: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.tokens.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2Jf,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsG5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC"}
1
+ {"version":3,"file":"Combobox.tokens.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2Jf,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqG5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Target.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Target/Target.styles.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe;;;;;;;;kBA4E4B,MAAO,YAAY;mBACxC,MAAO,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;kJA+FlG,CAAC"}
1
+ {"version":3,"file":"Target.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Target/Target.styles.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe;;;;;;;;kBA4E4B,MAAO,YAAY;mBACxC,MAAO,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAtE5C,CAAC;;;;;;;;;;;;wBAkEO,YAAY;yBACjC,YAAY;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;kJA8FlG,CAAC"}
@@ -2,8 +2,8 @@ import React from 'react';
2
2
  import type { RootProps } from '../../engines';
3
3
  import type { NoteProps } from './Note.types';
4
4
  export declare const noteRoot: (Root: RootProps<HTMLDivElement, NoteProps>) => React.ForwardRefExoticComponent<{
5
- title?: string;
6
- text?: string;
5
+ title?: React.ReactNode;
6
+ text?: React.ReactNode;
7
7
  contentBefore?: React.ReactNode;
8
8
  contentBeforeSizing?: "fixed" | "scalable";
9
9
  stretch?: boolean;
@@ -18,8 +18,8 @@ export declare const noteConfig: {
18
18
  name: string;
19
19
  tag: string;
20
20
  layout: (Root: RootProps<HTMLDivElement, NoteProps>) => React.ForwardRefExoticComponent<{
21
- title?: string;
22
- text?: string;
21
+ title?: React.ReactNode;
22
+ text?: React.ReactNode;
23
23
  contentBefore?: React.ReactNode;
24
24
  contentBeforeSizing?: "fixed" | "scalable";
25
25
  stretch?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Note.d.ts","sourceRoot":"","sources":["../../../src/components/Note/Note.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmE,MAAM,OAAO,CAAC;AAKxF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAe9C,eAAO,MAAM,QAAQ,SAAU,SAAS,CAAC,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;+EAwJ9D,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBA1JQ,SAAS,CAAC,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;CA2KlE,CAAC"}
1
+ {"version":3,"file":"Note.d.ts","sourceRoot":"","sources":["../../../src/components/Note/Note.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmE,MAAM,OAAO,CAAC;AAKxF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAe9C,eAAO,MAAM,QAAQ,SAAU,SAAS,CAAC,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;+EAyJ9D,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBA3JQ,SAAS,CAAC,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KlE,CAAC"}
@@ -3,11 +3,11 @@ export type NoteProps = {
3
3
  /**
4
4
  * Заголовок к Note.
5
5
  */
6
- title?: string;
6
+ title?: ReactNode;
7
7
  /**
8
8
  * Текст к Note.
9
9
  */
10
- text?: string;
10
+ text?: ReactNode;
11
11
  /**
12
12
  * Слот под иконку слева от контента.
13
13
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Note.types.d.ts","sourceRoot":"","sources":["../../../src/components/Note/Note.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC3C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"Note.types.d.ts","sourceRoot":"","sources":["../../../src/components/Note/Note.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC3C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -195,7 +195,6 @@ export declare const tokens: {
195
195
  textFieldChipBackgroundActive: string;
196
196
  textFieldChipColorActive: string;
197
197
  textFieldChipCloseIconColor: string;
198
- textFieldChipCloseIconColorHover: string;
199
198
  textFieldChipOutlineSize: string;
200
199
  textFieldChipWidth: string;
201
200
  textFieldChipPadding: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;CAWnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyFf,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpC,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmF5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAmBrB,CAAC"}
1
+ {"version":3,"file":"Select.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;CAWnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyFf,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpC,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkF5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAmBrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;kBAiFA,MAAO,YAEpF;mBAAqE,MAE1E,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJAiHT,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}
1
+ {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;kBAiFA,MAAO,YAEpF;mBAAqE,MAE1E,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmF,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCA/EkC,CAAC;;;;;;;;;;;;wBAwEgD,YAEpF;yBAEL,YAAS;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJA8GT,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAuCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC,4FAijB5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBAnjBQ,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4lBhF,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAuCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC,4FA+iB5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBAjjBQ,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0lBhF,CAAC"}
@@ -159,7 +159,6 @@ export declare const tokens: {
159
159
  chipColorActive: string;
160
160
  chipFocusColor: string;
161
161
  chipCloseIconColor: string;
162
- chipCloseIconColorHover: string;
163
162
  chipOutlineSize: string;
164
163
  chipWidth: string;
165
164
  chipPadding: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;CAoBnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;IAiBf,oCAAoC;;;;;;IAOpC,mBAAmB;;;;;;;;;;IAYnB,kCAAkC;;;;;;;;;;;;;;;;;;;;IA4BlC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8CpB,qCAAqC;;;;;IAMrC,6DAA6D;;;IAI7D,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgCzB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CrB,CAAC"}
1
+ {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;CAoBnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;IAiBf,oCAAoC;;;;;;IAOpC,mBAAmB;;;;;;;;;;IAYnB,kCAAkC;;;;;;;;;;;;;;;;;;;;IA4BlC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8CpB,qCAAqC;;;;;IAMrC,6DAA6D;;;IAI7D,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgCzB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CrB,CAAC"}
@@ -8,21 +8,12 @@ export declare const Keys: {
8
8
  ArrowRight: string;
9
9
  Backspace: string;
10
10
  };
11
- type NewChip = {
12
- value: string;
13
- label: string;
14
- disabled: boolean;
15
- };
16
- type NewChipExtraProps = {
11
+ export declare const useKeyNavigation: ({ controlledRefs: { chipsRefs, contentRef, inputRef }, disabled, readOnly, chips, enumerationType, updateChips, onChange, onSearch, onEnterDisabled, }: UseKeyNavigationProps & {
17
12
  onEnterDisabled: boolean;
18
- newCustomChips?: NewChip[];
19
- onChipCloseClick?: (chip: NewChip) => void;
20
- };
21
- export declare const useKeyNavigation: ({ controlledRefs: { chipsRefs, contentRef, inputRef }, disabled, readOnly, chips, newCustomChips, enumerationType, updateChips, onChange, onSearch, onEnterDisabled, onChipCloseClick, }: UseKeyNavigationProps & NewChipExtraProps) => {
13
+ }) => {
22
14
  readonly handleInputKeydown: (event: ChangeEvent<HTMLInputElement> & KeyboardEvent<HTMLInputElement>) => void;
23
15
  readonly handleChipKeyDown: (event: KeyboardEvent<HTMLButtonElement>, chipId: string, chipIndex: number) => void;
24
16
  readonly onChipClear: (clearId: string, index: number) => void;
25
17
  readonly handleContentKeyDown: (event: KeyboardEvent<HTMLDivElement>) => void;
26
18
  };
27
- export {};
28
19
  //# sourceMappingURL=useKeyNavigation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useKeyNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/hooks/useKeyNavigation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,eAAO,MAAM,IAAI;;;;;;;CAOhB,CAAC;AAEF,KAAK,OAAO,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,CAAC;AAEnE,KAAK,iBAAiB,GAAG;IACrB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,gBAAgB,6LAY1B,qBAAqB,GAAG,iBAAiB;yCAGL,WAAW,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC,gBAAgB,CAAC;wCAuDhE,aAAa,CAAC,iBAAiB,CAAC,UAAU,MAAM,aAAa,MAAM;oCAZvE,MAAM,SAAS,MAAM;2CAsBd,aAAa,CAAC,cAAc,CAAC;CAkDrE,CAAC"}
1
+ {"version":3,"file":"useKeyNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/hooks/useKeyNavigation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,eAAO,MAAM,IAAI;;;;;;;CAOhB,CAAC;AAEF,eAAO,MAAM,gBAAgB,2JAU1B,qBAAqB,GAAG;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;yCAGhB,WAAW,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC,gBAAgB,CAAC;wCA+ChE,aAAa,CAAC,iBAAiB,CAAC,UAAU,MAAM,aAAa,MAAM;oCAZvE,MAAM,SAAS,MAAM;2CAsBd,aAAa,CAAC,cAAc,CAAC;CAkDrE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,aAAa;wCAEqC,GAAG;2CA2DjE,CAAC"}
1
+ {"version":3,"file":"TextFieldChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,aAAa;wCAEqC,GAAG;2CA0DjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU,6PAyCtB,CAAC;AAEF,eAAO,MAAM,QAAQ,iLAkCpB,CAAC"}
1
+ {"version":3,"file":"TextFieldChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU,6PAwCtB,CAAC;AAEF,eAAO,MAAM,QAAQ,iLAkCpB,CAAC"}
@@ -5,7 +5,7 @@ export declare const TextFieldChipNew: FC<{
5
5
  label: string;
6
6
  disabled: boolean;
7
7
  }[];
8
- onChipCloseClick: (chip: {
8
+ onChipClick: (chip: {
9
9
  value: string;
10
10
  label: string;
11
11
  disabled: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChipNew.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,aAAa,EAAc,MAAM,OAAO,CAAC;AAQ7D,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAC9B,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IAC7D,gBAAgB,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACtF,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,iBAAiB,EAAE,CAAC,KAAK,EAAE,aAAa,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxG,WAAW,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kCAAkC,CAAC,EAAE,GAAG,CAAC;CAC5C,CAuEA,CAAC"}
1
+ {"version":3,"file":"TextFieldChipNew.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAQjD,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAC9B,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IAC7D,WAAW,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACjF,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,iBAAiB,EAAE,CAAC,KAAK,EAAE,aAAa,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxG,WAAW,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kCAAkC,CAAC,EAAE,GAAG,CAAC;CAC5C,CAiEA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,eAAO,MAAM,WAAW,0LA8BvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAK7B,CAAC"}
1
+ {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,eAAO,MAAM,WAAW,0LA6BvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAK7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NlB,CAAC"}
1
+ {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+MlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAixBlB,CAAC"}
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6wBlB,CAAC"}
@@ -13,8 +13,8 @@ export declare const Note: import("react").FunctionComponent<import("../../../en
13
13
  xs: import("@linaria/core").LinariaClassName;
14
14
  };
15
15
  }> & {
16
- title?: string;
17
- text?: string;
16
+ title?: import("react").ReactNode;
17
+ text?: import("react").ReactNode;
18
18
  contentBefore?: import("react").ReactNode;
19
19
  contentBeforeSizing?: "fixed" | "scalable";
20
20
  stretch?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA88BlB,CAAC"}
1
+ {"version":3,"file":"Select.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA28BlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAouBlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8tBlB,CAAC"}
@@ -1,2 +0,0 @@
1
- .teczcv4{padding:var(--plasma-tooltip-padding-top) var(--plasma-tooltip-padding-right) var(--plasma-tooltip-padding-bottom) var(--plasma-tooltip-padding-left);min-height:var(--plasma-tooltip-min-height);box-sizing:border-box;background-color:var(--plasma-tooltip-background-color);border-radius:var(--plasma-tooltip-border-radius);box-shadow:var(--plasma-tooltip-box-shadow);color:var(--plasma-tooltip-color);font-family:var(--plasma-tooltip-text-font-family);font-size:var(--plasma-tooltip-text-font-size);font-style:var(--plasma-tooltip-text-font-style);font-weight:var(--plasma-tooltip-text-font-weight);-webkit-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);-moz-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);-ms-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);line-height:var(--plasma-tooltip-text-font-line-height);max-width:var(--teczcv4-0);min-width:var(--teczcv4-1);width:-webkit-max-content;width:-moz-max-content;width:max-content;word-break:break-word;pointer-events:none;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-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
2
- .s1j361h1{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;margin-right:var(--plasma-tooltip-content-left-margin);height:var(--plasma-tooltip-text-font-line-height);}
@@ -1,2 +0,0 @@
1
- .teczcv4{padding:var(--plasma-tooltip-padding-top) var(--plasma-tooltip-padding-right) var(--plasma-tooltip-padding-bottom) var(--plasma-tooltip-padding-left);min-height:var(--plasma-tooltip-min-height);box-sizing:border-box;background-color:var(--plasma-tooltip-background-color);border-radius:var(--plasma-tooltip-border-radius);box-shadow:var(--plasma-tooltip-box-shadow);color:var(--plasma-tooltip-color);font-family:var(--plasma-tooltip-text-font-family);font-size:var(--plasma-tooltip-text-font-size);font-style:var(--plasma-tooltip-text-font-style);font-weight:var(--plasma-tooltip-text-font-weight);-webkit-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);-moz-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);-ms-letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);letter-spacing:var(--plasma-tooltip-text-font-letter-spacing);line-height:var(--plasma-tooltip-text-font-line-height);max-width:var(--teczcv4-0);min-width:var(--teczcv4-1);width:-webkit-max-content;width:-moz-max-content;width:max-content;word-break:break-word;pointer-events:none;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-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
2
- .s1j361h1{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;margin-right:var(--plasma-tooltip-content-left-margin);height:var(--plasma-tooltip-text-font-line-height);}