@salutejs/plasma-new-hope 0.336.0-canary.2237.17761786407.0 → 0.336.0-canary.2239.17794430722.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 (210) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +8 -8
  2. package/cjs/components/Chip/Chip.css +5 -5
  3. package/cjs/components/Chip/Chip.js +1 -3
  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 +8 -8
  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 +8 -8
  20. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
  21. package/cjs/components/DatePicker/SingleDate/SingleDate.css +8 -8
  22. package/cjs/components/Pagination/Pagination.css +11 -11
  23. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +11 -11
  24. package/cjs/components/Range/Range.css +8 -8
  25. package/cjs/components/Select/Select.css +11 -11
  26. package/cjs/components/Select/Select.tokens.js +0 -1
  27. package/cjs/components/Select/Select.tokens.js.map +1 -1
  28. package/cjs/components/Select/ui/Target/Target.css +11 -11
  29. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +11 -11
  30. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  31. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  32. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  33. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  34. package/cjs/components/Select/ui/Target/ui/Textfield/{Textfield.styles_1jxlt0y.css → Textfield.styles_1mikp58.css} +1 -1
  35. package/cjs/components/Slider/Slider.css +8 -8
  36. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +8 -8
  37. package/cjs/components/Table/Table.css +11 -11
  38. package/cjs/components/Table/ui/Cell/Cell.css +11 -11
  39. package/cjs/components/Table/ui/EditableCell/EditableCell.css +11 -11
  40. package/cjs/components/Table/ui/HeadCell/HeadCell.css +11 -11
  41. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +11 -11
  42. package/cjs/components/TextField/TextField.js +4 -6
  43. package/cjs/components/TextField/TextField.js.map +1 -1
  44. package/cjs/components/TextField/TextField.tokens.js +0 -1
  45. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  46. package/cjs/components/TextField/hooks/useKeyNavigation.js +6 -15
  47. package/cjs/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  48. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  49. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  50. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  51. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  52. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  53. package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_8puilg.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_14q069b.css} +1 -1
  54. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +8 -8
  55. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  56. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  57. package/cjs/index.css +12 -12
  58. package/emotion/cjs/components/Chip/Chip.js +1 -3
  59. package/emotion/cjs/components/Chip/Chip.styles.js +9 -9
  60. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -1
  61. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  62. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  63. package/emotion/cjs/components/Select/Select.tokens.js +0 -1
  64. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  65. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  66. package/emotion/cjs/components/TextField/TextField.js +5 -7
  67. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
  68. package/emotion/cjs/components/TextField/hooks/useKeyNavigation.js +4 -11
  69. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  70. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  71. package/emotion/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  72. package/emotion/cjs/examples/components/Chip/Chip.config.js +14 -14
  73. package/emotion/cjs/examples/components/Combobox/Combobox.config.js +15 -15
  74. package/emotion/cjs/examples/components/Select/Select.config.js +24 -24
  75. package/emotion/cjs/examples/components/TextField/TextField.config.js +23 -23
  76. package/emotion/es/components/Chip/Chip.js +1 -3
  77. package/emotion/es/components/Chip/Chip.styles.js +9 -9
  78. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  79. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  80. package/emotion/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  81. package/emotion/es/components/Select/Select.tokens.js +0 -1
  82. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  83. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  84. package/emotion/es/components/TextField/TextField.js +5 -7
  85. package/emotion/es/components/TextField/TextField.tokens.js +0 -1
  86. package/emotion/es/components/TextField/hooks/useKeyNavigation.js +4 -11
  87. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  88. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  89. package/emotion/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  90. package/emotion/es/examples/components/Chip/Chip.config.js +14 -14
  91. package/emotion/es/examples/components/Combobox/Combobox.config.js +15 -15
  92. package/emotion/es/examples/components/Select/Select.config.js +24 -24
  93. package/emotion/es/examples/components/TextField/TextField.config.js +23 -23
  94. package/es/components/Autocomplete/Autocomplete.css +8 -8
  95. package/es/components/Chip/Chip.css +5 -5
  96. package/es/components/Chip/Chip.js +1 -3
  97. package/es/components/Chip/Chip.js.map +1 -1
  98. package/es/components/Chip/Chip.styles.js +1 -1
  99. package/es/components/Chip/Chip.styles.js.map +1 -1
  100. package/es/components/Chip/{Chip.styles_d9y94l.css → Chip.styles_fnd4j5.css} +1 -1
  101. package/es/components/Combobox/ComboboxNew/Combobox.css +8 -8
  102. package/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  103. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  104. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  105. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  106. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  107. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  108. package/{cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_11eakiz.css → es/components/Combobox/ComboboxNew/ui/Target/Target.styles_13wbfyq.css} +1 -1
  109. package/es/components/Combobox/ComboboxOld/Combobox.css +5 -5
  110. package/es/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.css +5 -5
  111. package/es/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.css +5 -5
  112. package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
  113. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
  114. package/es/components/DatePicker/SingleDate/SingleDate.css +8 -8
  115. package/es/components/Pagination/Pagination.css +11 -11
  116. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +11 -11
  117. package/es/components/Range/Range.css +8 -8
  118. package/es/components/Select/Select.css +11 -11
  119. package/es/components/Select/Select.tokens.js +0 -1
  120. package/es/components/Select/Select.tokens.js.map +1 -1
  121. package/es/components/Select/ui/Target/Target.css +11 -11
  122. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +11 -11
  123. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  124. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  125. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  126. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  127. package/es/components/Select/ui/Target/ui/Textfield/{Textfield.styles_1jxlt0y.css → Textfield.styles_1mikp58.css} +1 -1
  128. package/es/components/Slider/Slider.css +8 -8
  129. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +8 -8
  130. package/es/components/Table/Table.css +11 -11
  131. package/es/components/Table/ui/Cell/Cell.css +11 -11
  132. package/es/components/Table/ui/EditableCell/EditableCell.css +11 -11
  133. package/es/components/Table/ui/HeadCell/HeadCell.css +11 -11
  134. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +11 -11
  135. package/es/components/TextField/TextField.js +4 -6
  136. package/es/components/TextField/TextField.js.map +1 -1
  137. package/es/components/TextField/TextField.tokens.js +0 -1
  138. package/es/components/TextField/TextField.tokens.js.map +1 -1
  139. package/es/components/TextField/hooks/useKeyNavigation.js +6 -15
  140. package/es/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  141. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  142. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  143. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  144. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  145. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  146. package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_8puilg.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_14q069b.css} +1 -1
  147. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +8 -8
  148. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  149. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  150. package/es/index.css +12 -12
  151. package/package.json +5 -5
  152. package/styled-components/cjs/components/Chip/Chip.js +1 -3
  153. package/styled-components/cjs/components/Chip/Chip.styles.js +6 -7
  154. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -1
  155. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  156. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -4
  157. package/styled-components/cjs/components/Select/Select.tokens.js +0 -1
  158. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  159. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -7
  160. package/styled-components/cjs/components/TextField/TextField.js +4 -6
  161. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
  162. package/styled-components/cjs/components/TextField/hooks/useKeyNavigation.js +4 -11
  163. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  164. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -5
  165. package/styled-components/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  166. package/styled-components/cjs/examples/components/Chip/Chip.config.js +6 -18
  167. package/styled-components/cjs/examples/components/Combobox/Combobox.config.js +4 -8
  168. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  169. package/styled-components/cjs/examples/components/Select/Select.config.js +3 -6
  170. package/styled-components/cjs/examples/components/TextField/TextField.config.js +5 -10
  171. package/styled-components/es/components/Chip/Chip.js +1 -3
  172. package/styled-components/es/components/Chip/Chip.styles.js +6 -7
  173. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +1 -1
  174. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  175. package/styled-components/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -4
  176. package/styled-components/es/components/Select/Select.tokens.js +0 -1
  177. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  178. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -7
  179. package/styled-components/es/components/TextField/TextField.js +4 -6
  180. package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
  181. package/styled-components/es/components/TextField/hooks/useKeyNavigation.js +4 -11
  182. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +0 -1
  183. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -5
  184. package/styled-components/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +8 -15
  185. package/styled-components/es/examples/components/Chip/Chip.config.js +6 -18
  186. package/styled-components/es/examples/components/Combobox/Combobox.config.js +4 -8
  187. package/styled-components/es/examples/components/Select/Select.config.js +3 -6
  188. package/styled-components/es/examples/components/TextField/TextField.config.js +5 -10
  189. package/types/components/Chip/Chip.d.ts.map +1 -1
  190. package/types/components/Chip/Chip.styles.d.ts.map +1 -1
  191. package/types/components/Chip/Chip.types.d.ts +1 -1
  192. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +0 -1
  193. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  194. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  195. package/types/components/Select/Select.tokens.d.ts +0 -1
  196. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  197. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  198. package/types/components/TextField/TextField.d.ts.map +1 -1
  199. package/types/components/TextField/TextField.tokens.d.ts +0 -1
  200. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  201. package/types/components/TextField/hooks/useKeyNavigation.d.ts +2 -11
  202. package/types/components/TextField/hooks/useKeyNavigation.d.ts.map +1 -1
  203. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  204. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  205. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts +1 -1
  206. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts.map +1 -1
  207. package/types/examples/components/Chip/Chip.config.d.ts.map +1 -1
  208. package/types/examples/components/Combobox/Combobox.config.d.ts.map +1 -1
  209. package/types/examples/components/Select/Select.config.d.ts.map +1 -1
  210. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
@@ -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
22
  ":var(--inverse-text-primary);"
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),
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
35
  ":var(--text-primary);"
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),
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
48
  ":var(--on-dark-text-primary);"
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),
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
61
  ":var(--on-dark-text-primary);"
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),
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
74
  ":var(--on-dark-text-primary);"
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),
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
87
  ":var(--on-dark-text-primary);"
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)
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([
@@ -31,7 +31,6 @@ export var config = {
31
31
  ":var(--text-tertiary);",
32
32
  ":var(--text-secondary);",
33
33
  ":var(--text-primary);",
34
- ":var(--text-primary);",
35
34
  ":var(--surface-transparent-secondary);",
36
35
  ":var(--text-primary);",
37
36
  ":var(--surface-transparent-secondary-hover);",
@@ -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);",
@@ -76,7 +75,6 @@ export var config = {
76
75
  ":var(--text-tertiary);",
77
76
  ":var(--text-secondary);",
78
77
  ":var(--text-primary);",
79
- ":var(--text-primary);",
80
78
  ":var(--surface-transparent-secondary);",
81
79
  ":var(--text-primary);",
82
80
  ":var(--surface-transparent-secondary-hover);",
@@ -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);",
@@ -121,7 +119,6 @@ export var config = {
121
119
  ":var(--text-tertiary);",
122
120
  ":var(--text-secondary);",
123
121
  ":var(--text-primary);",
124
- ":var(--text-primary);",
125
122
  ":var(--surface-transparent-secondary);",
126
123
  ":var(--text-primary);",
127
124
  ":var(--surface-transparent-secondary-hover);",
@@ -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);",
@@ -166,7 +163,6 @@ export var config = {
166
163
  ":var(--text-tertiary);",
167
164
  ":var(--text-secondary);",
168
165
  ":var(--text-primary);",
169
- ":var(--text-primary);",
170
166
  ":var(--surface-transparent-secondary);",
171
167
  ":var(--text-primary);",
172
168
  ":var(--surface-transparent-secondary-hover);",
@@ -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([
@@ -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
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-primary);",
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);",
@@ -551,9 +550,8 @@ export var config = {
551
550
  ":var(--surface-accent);",
552
551
  ":var(--on-dark-text-primary);",
553
552
  ":var(--on-dark-text-secondary);",
554
- ":var(--on-dark-text-primary);",
555
553
  ":1;"
556
- ], 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),
557
555
  positive: css([
558
556
  "",
559
557
  ":var(--on-dark-text-primary);",
@@ -567,9 +565,8 @@ export var config = {
567
565
  ":var(--surface-positive);",
568
566
  ":var(--on-dark-text-primary);",
569
567
  ":var(--on-dark-text-secondary);",
570
- ":var(--on-dark-text-primary);",
571
568
  ":1;"
572
- ], 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),
573
570
  warning: css([
574
571
  "",
575
572
  ":var(--on-dark-text-primary);",
@@ -583,9 +580,8 @@ export var config = {
583
580
  ":var(--surface-warning);",
584
581
  ":var(--on-dark-text-primary);",
585
582
  ":var(--on-dark-text-secondary);",
586
- ":var(--on-dark-text-primary);",
587
583
  ":1;"
588
- ], 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),
589
585
  negative: css([
590
586
  "",
591
587
  ":var(--on-dark-text-primary);",
@@ -599,9 +595,8 @@ export var config = {
599
595
  ":var(--surface-negative);",
600
596
  ":var(--on-dark-text-primary);",
601
597
  ":var(--on-dark-text-secondary);",
602
- ":var(--on-dark-text-primary);",
603
598
  ":1;"
604
- ], 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)
605
600
  },
606
601
  hintView: {
607
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"}
@@ -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 = {
17
- newCustomChips: NewChip[];
11
+ export declare const useKeyNavigation: ({ controlledRefs: { chipsRefs, contentRef, inputRef }, disabled, readOnly, chips, enumerationType, updateChips, onChange, onSearch, onEnterDisabled, }: UseKeyNavigationProps & {
18
12
  onEnterDisabled: boolean;
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,cAAc,EAAE,OAAO,EAAE,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,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":"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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmuBlB,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"}