@salutejs/plasma-new-hope 0.336.0-canary.2234.17756611449.0 → 0.336.0-canary.2237.17761786407.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 (222) 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 +3 -1
  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_fnd4j5.css → Chip.styles_d9y94l.css} +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/Combobox.css +8 -8
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.js +12 -11
  10. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  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_13wbfyq.css → cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_11eakiz.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.js +12 -10
  27. package/cjs/components/Select/Select.js.map +1 -1
  28. package/cjs/components/Select/Select.tokens.js +1 -0
  29. package/cjs/components/Select/Select.tokens.js.map +1 -1
  30. package/cjs/components/Select/ui/Target/Target.css +11 -11
  31. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +11 -11
  32. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  33. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  34. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  35. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  36. package/cjs/components/Select/ui/Target/ui/Textfield/{Textfield.styles_1mikp58.css → Textfield.styles_1jxlt0y.css} +1 -1
  37. package/cjs/components/Slider/Slider.css +8 -8
  38. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +8 -8
  39. package/cjs/components/Table/Table.css +11 -11
  40. package/cjs/components/Table/ui/Cell/Cell.css +11 -11
  41. package/cjs/components/Table/ui/EditableCell/EditableCell.css +11 -11
  42. package/cjs/components/Table/ui/HeadCell/HeadCell.css +11 -11
  43. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +11 -11
  44. package/cjs/components/TextField/TextField.js +7 -5
  45. package/cjs/components/TextField/TextField.js.map +1 -1
  46. package/cjs/components/TextField/TextField.tokens.js +2 -0
  47. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  48. package/cjs/components/TextField/hooks/useKeyNavigation.js +15 -6
  49. package/cjs/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  50. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  51. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  52. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  53. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  54. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  55. package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_14q069b.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_8puilg.css} +1 -1
  56. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +8 -8
  57. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  58. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  59. package/cjs/index.css +12 -12
  60. package/emotion/cjs/components/Chip/Chip.js +3 -1
  61. package/emotion/cjs/components/Chip/Chip.styles.js +9 -9
  62. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -11
  63. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  64. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  65. package/emotion/cjs/components/Select/Select.js +10 -10
  66. package/emotion/cjs/components/Select/Select.tokens.js +1 -0
  67. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  68. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  69. package/emotion/cjs/components/TextField/TextField.js +8 -6
  70. package/emotion/cjs/components/TextField/TextField.tokens.js +2 -0
  71. package/emotion/cjs/components/TextField/hooks/useKeyNavigation.js +11 -4
  72. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  73. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  74. package/emotion/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  75. package/emotion/cjs/examples/components/Chip/Chip.config.js +14 -14
  76. package/emotion/cjs/examples/components/Combobox/Combobox.config.js +15 -15
  77. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  78. package/emotion/cjs/examples/components/Select/Select.config.js +24 -24
  79. package/emotion/cjs/examples/components/TextField/TextField.config.js +23 -23
  80. package/emotion/es/components/Chip/Chip.js +3 -1
  81. package/emotion/es/components/Chip/Chip.styles.js +9 -9
  82. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +11 -11
  83. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  84. package/emotion/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +2 -2
  85. package/emotion/es/components/Select/Select.js +10 -10
  86. package/emotion/es/components/Select/Select.tokens.js +1 -0
  87. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  88. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +9 -9
  89. package/emotion/es/components/TextField/TextField.js +8 -6
  90. package/emotion/es/components/TextField/TextField.tokens.js +2 -0
  91. package/emotion/es/components/TextField/hooks/useKeyNavigation.js +11 -4
  92. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  93. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -5
  94. package/emotion/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  95. package/emotion/es/examples/components/Chip/Chip.config.js +14 -14
  96. package/emotion/es/examples/components/Combobox/Combobox.config.js +15 -15
  97. package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
  98. package/emotion/es/examples/components/Select/Select.config.js +24 -24
  99. package/emotion/es/examples/components/TextField/TextField.config.js +23 -23
  100. package/es/components/Autocomplete/Autocomplete.css +8 -8
  101. package/es/components/Chip/Chip.css +5 -5
  102. package/es/components/Chip/Chip.js +3 -1
  103. package/es/components/Chip/Chip.js.map +1 -1
  104. package/es/components/Chip/Chip.styles.js +1 -1
  105. package/es/components/Chip/Chip.styles.js.map +1 -1
  106. package/es/components/Chip/{Chip.styles_fnd4j5.css → Chip.styles_d9y94l.css} +1 -1
  107. package/es/components/Combobox/ComboboxNew/Combobox.css +8 -8
  108. package/es/components/Combobox/ComboboxNew/Combobox.js +12 -11
  109. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  110. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  111. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  112. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  113. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  114. package/{cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_13wbfyq.css → es/components/Combobox/ComboboxNew/ui/Target/Target.styles_11eakiz.css} +1 -1
  115. package/es/components/Combobox/ComboboxOld/Combobox.css +5 -5
  116. package/es/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.css +5 -5
  117. package/es/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.css +5 -5
  118. package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
  119. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
  120. package/es/components/DatePicker/SingleDate/SingleDate.css +8 -8
  121. package/es/components/Pagination/Pagination.css +11 -11
  122. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +11 -11
  123. package/es/components/Range/Range.css +8 -8
  124. package/es/components/Select/Select.css +11 -11
  125. package/es/components/Select/Select.js +12 -10
  126. package/es/components/Select/Select.js.map +1 -1
  127. package/es/components/Select/Select.tokens.js +1 -0
  128. package/es/components/Select/Select.tokens.js.map +1 -1
  129. package/es/components/Select/ui/Target/Target.css +11 -11
  130. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +11 -11
  131. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  132. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  133. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -13
  134. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  135. package/es/components/Select/ui/Target/ui/Textfield/{Textfield.styles_1mikp58.css → Textfield.styles_1jxlt0y.css} +1 -1
  136. package/es/components/Slider/Slider.css +8 -8
  137. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +8 -8
  138. package/es/components/Table/Table.css +11 -11
  139. package/es/components/Table/ui/Cell/Cell.css +11 -11
  140. package/es/components/Table/ui/EditableCell/EditableCell.css +11 -11
  141. package/es/components/Table/ui/HeadCell/HeadCell.css +11 -11
  142. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +11 -11
  143. package/es/components/TextField/TextField.js +7 -5
  144. package/es/components/TextField/TextField.js.map +1 -1
  145. package/es/components/TextField/TextField.tokens.js +2 -0
  146. package/es/components/TextField/TextField.tokens.js.map +1 -1
  147. package/es/components/TextField/hooks/useKeyNavigation.js +15 -6
  148. package/es/components/TextField/hooks/useKeyNavigation.js.map +1 -1
  149. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +8 -8
  150. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  151. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  152. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -1
  153. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  154. package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_14q069b.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_8puilg.css} +1 -1
  155. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +8 -8
  156. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  157. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js.map +1 -1
  158. package/es/index.css +12 -12
  159. package/package.json +4 -4
  160. package/styled-components/cjs/components/Chip/Chip.js +3 -1
  161. package/styled-components/cjs/components/Chip/Chip.styles.js +7 -6
  162. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -11
  163. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  164. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +4 -2
  165. package/styled-components/cjs/components/Select/Select.js +10 -10
  166. package/styled-components/cjs/components/Select/Select.tokens.js +1 -0
  167. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  168. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +7 -5
  169. package/styled-components/cjs/components/TextField/TextField.js +7 -5
  170. package/styled-components/cjs/components/TextField/TextField.tokens.js +2 -0
  171. package/styled-components/cjs/components/TextField/hooks/useKeyNavigation.js +11 -4
  172. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  173. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -3
  174. package/styled-components/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  175. package/styled-components/cjs/examples/components/Chip/Chip.config.js +18 -6
  176. package/styled-components/cjs/examples/components/Combobox/Combobox.config.js +8 -4
  177. package/styled-components/cjs/examples/components/Select/Select.config.js +6 -3
  178. package/styled-components/cjs/examples/components/TextField/TextField.config.js +10 -5
  179. package/styled-components/es/components/Chip/Chip.js +3 -1
  180. package/styled-components/es/components/Chip/Chip.styles.js +7 -6
  181. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +11 -11
  182. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  183. package/styled-components/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +4 -2
  184. package/styled-components/es/components/Select/Select.js +10 -10
  185. package/styled-components/es/components/Select/Select.tokens.js +1 -0
  186. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +1 -1
  187. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +7 -5
  188. package/styled-components/es/components/TextField/TextField.js +7 -5
  189. package/styled-components/es/components/TextField/TextField.tokens.js +2 -0
  190. package/styled-components/es/components/TextField/hooks/useKeyNavigation.js +11 -4
  191. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +1 -0
  192. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +5 -3
  193. package/styled-components/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.js +15 -8
  194. package/styled-components/es/examples/components/Chip/Chip.config.js +18 -6
  195. package/styled-components/es/examples/components/Combobox/Combobox.config.js +8 -4
  196. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  197. package/styled-components/es/examples/components/Select/Select.config.js +6 -3
  198. package/styled-components/es/examples/components/TextField/TextField.config.js +10 -5
  199. package/types/components/Chip/Chip.d.ts.map +1 -1
  200. package/types/components/Chip/Chip.styles.d.ts.map +1 -1
  201. package/types/components/Chip/Chip.types.d.ts +1 -1
  202. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  203. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -0
  204. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  205. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  206. package/types/components/Select/Select.d.ts.map +1 -1
  207. package/types/components/Select/Select.tokens.d.ts +1 -0
  208. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  209. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  210. package/types/components/TextField/TextField.d.ts.map +1 -1
  211. package/types/components/TextField/TextField.tokens.d.ts +2 -0
  212. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  213. package/types/components/TextField/hooks/useKeyNavigation.d.ts +11 -2
  214. package/types/components/TextField/hooks/useKeyNavigation.d.ts.map +1 -1
  215. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  216. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  217. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts +1 -1
  218. package/types/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.d.ts.map +1 -1
  219. package/types/examples/components/Chip/Chip.config.d.ts.map +1 -1
  220. package/types/examples/components/Combobox/Combobox.config.d.ts.map +1 -1
  221. package/types/examples/components/Select/Select.config.d.ts.map +1 -1
  222. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
@@ -7,7 +7,7 @@ var mergedConfig = mergeConfig(textFieldConfig);
7
7
  var TextField = component(mergedConfig);
8
8
  export var StyledTextField = styled(TextField).withConfig({
9
9
  displayName: "Textfield.styles__StyledTextField",
10
- componentId: "sc-27756630-0"
10
+ componentId: "sc-6564be88-0"
11
11
  })([
12
12
  "",
13
13
  ":var(",
@@ -284,6 +284,8 @@ export var StyledTextField = styled(TextField).withConfig({
284
284
  ");",
285
285
  ":var(",
286
286
  ");",
287
+ ":var(",
288
+ ");",
287
289
  ":",
288
290
  ";& div.input-wrapper:focus-within{background-color:var(",
289
291
  ");}&.",
@@ -326,13 +328,13 @@ export var StyledTextField = styled(TextField).withConfig({
326
328
  }, textFieldTokens.leftHelperColorReadOnly, tokens.textFieldLeftHelperColor, textFieldTokens.labelColorReadOnly, tokens.textFieldLabelColor, textFieldTokens.borderColorReadOnly, function(param) {
327
329
  var opened = param.opened;
328
330
  return opened ? "var(".concat(tokens.textFieldBorderColorFocus, ")") : "var(".concat(tokens.textFieldBorderColor, ")");
329
- }, textFieldTokens.placeholderColor, tokens.textFieldPlaceholderColor, textFieldTokens.borderColorHover, tokens.textFieldBorderColorHover, textFieldTokens.borderColorFocus, tokens.textFieldBorderColorFocus, textFieldTokens.optionalColor, tokens.textFieldOptionalColor, textFieldTokens.height, tokens.textFieldHeight, textFieldTokens.borderWidth, tokens.textFieldBorderWidth, textFieldTokens.borderRadius, tokens.textFieldBorderRadius, textFieldTokens.padding, tokens.textFieldPadding, textFieldTokens.paddingWithChips, tokens.textFieldPaddingWithChips, textFieldTokens.leftContentMargin, tokens.textFieldLeftContentMargin, textFieldTokens.rightContentMargin, tokens.textFieldRightContentMargin, textFieldTokens.rightContentWithHintMargin, tokens.textFieldRightContentWithHintMargin, textFieldTokens.contentRightWrapperGap, tokens.textFieldContentRightWrapperGap, textFieldTokens.contentRightWrapperMargin, tokens.textFieldContentRightWrapperMargin, textFieldTokens.fontFamily, tokens.textFieldFontFamily, textFieldTokens.fontStyle, tokens.textFieldFontStyle, textFieldTokens.fontSize, tokens.textFieldFontSize, textFieldTokens.fontWeight, tokens.textFieldFontWeight, textFieldTokens.letterSpacing, tokens.textFieldLetterSpacing, textFieldTokens.lineHeight, tokens.textFieldLineHeight, textFieldTokens.contentSlotColor, tokens.textFieldContentSlotColor, textFieldTokens.contentSlotColorHover, tokens.textFieldContentSlotColorHover, textFieldTokens.contentSlotColorActive, tokens.textFieldContentSlotColorActive, textFieldTokens.contentSlotRightColor, tokens.textFieldContentSlotRightColor, textFieldTokens.contentSlotRightColorHover, tokens.textFieldContentSlotRightColorHover, textFieldTokens.contentSlotRightColorActive, tokens.textFieldContentSlotRightColorActive, textFieldTokens.labelOffset, tokens.textFieldLabelOffset, textFieldTokens.labelFontFamily, tokens.textFieldLabelFontFamily, textFieldTokens.labelFontStyle, tokens.textFieldLabelFontStyle, textFieldTokens.labelFontSize, tokens.textFieldLabelFontSize, textFieldTokens.labelFontWeight, tokens.textFieldLabelFontWeight, textFieldTokens.labelLetterSpacing, tokens.textFieldLabelLetterSpacing, textFieldTokens.labelLineHeight, tokens.textFieldLabelLineHeight, textFieldTokens.labelInnerFontFamily, tokens.textFieldLabelInnerFontFamily, textFieldTokens.labelInnerFontStyle, tokens.textFieldLabelInnerFontStyle, textFieldTokens.labelInnerFontSize, tokens.textFieldLabelInnerFontSize, textFieldTokens.labelInnerFontWeight, tokens.textFieldLabelInnerFontWeight, textFieldTokens.labelInnerLetterSpacing, tokens.textFieldLabelInnerLetterSpacing, textFieldTokens.labelInnerLineHeight, tokens.textFieldLabelInnerLineHeight, textFieldTokens.labelInnerPadding, tokens.textFieldLabelInnerPadding, textFieldTokens.contentLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, textFieldTokens.titleCaptionColor, tokens.textFieldTitleCaptionColor, textFieldTokens.titleCaptionInnerLabelOffset, tokens.textFieldTitleCaptionInnerLabelOffset, textFieldTokens.titleCaptionFontFamily, tokens.textFieldTitleCaptionFontFamily, textFieldTokens.titleCaptionFontStyle, tokens.textFieldTitleCaptionFontStyle, textFieldTokens.titleCaptionFontSize, tokens.textFieldTitleCaptionFontSize, textFieldTokens.titleCaptionFontWeight, tokens.textFieldTitleCaptionFontWeight, textFieldTokens.titleCaptionLetterSpacing, tokens.textFieldTitleCaptionLetterSpacing, textFieldTokens.titleCaptionLineHeight, tokens.textFieldTitleCaptionLineHeight, textFieldTokens.leftHelperOffset, tokens.textFieldLeftHelperOffset, textFieldTokens.leftHelperFontFamily, tokens.textFieldLeftHelperFontFamily, textFieldTokens.leftHelperFontStyle, tokens.textFieldLeftHelperFontStyle, textFieldTokens.leftHelperFontSize, tokens.textFieldLeftHelperFontSize, textFieldTokens.leftHelperFontWeight, tokens.textFieldLeftHelperFontWeight, textFieldTokens.leftHelperLetterSpacing, tokens.textFieldLeftHelperLetterSpacing, textFieldTokens.leftHelperLineHeight, tokens.textFieldLeftHelperLineHeight, textFieldTokens.textBeforeColor, tokens.textFieldTextBeforeColor, textFieldTokens.textAfterColor, tokens.textFieldTextAfterColor, textFieldTokens.textBeforeMargin, tokens.textFieldTextBeforeMargin, textFieldTokens.textAfterMargin, tokens.textFieldTextAfterMargin, textFieldTokens.disabledOpacity, tokens.textFieldDisabledOpacity, textFieldTokens.hintCustomIconTargetSize, tokens.textFieldHintCustomIconTargetSize, textFieldTokens.hintMargin, tokens.textFieldHintMargin, textFieldTokens.hintTargetSize, tokens.textFieldHintTargetSize, textFieldTokens.hintIconColor, tokens.textFieldHintIconColor, textFieldTokens.hintInnerLabelPlacementOffset, tokens.textFieldHintInnerLabelPlacementOffset, textFieldTokens.clearHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, textFieldTokens.tooltipBackgroundColor, tokens.textFieldTooltipBackgroundColor, textFieldTokens.tooltipBoxShadow, tokens.textFieldTooltipBoxShadow, textFieldTokens.tooltipColor, tokens.textFieldTooltipColor, textFieldTokens.tooltipPaddingTop, tokens.textFieldTooltipPaddingTop, textFieldTokens.tooltipPaddingRight, tokens.textFieldTooltipPaddingRight, textFieldTokens.tooltipPaddingBottom, tokens.textFieldTooltipPaddingBottom, textFieldTokens.tooltipPaddingLeft, tokens.textFieldTooltipPaddingLeft, textFieldTokens.tooltipMinHeight, tokens.textFieldTooltipMinHeight, textFieldTokens.tooltipBorderRadius, tokens.textFieldTooltipBorderRadius, textFieldTokens.tooltipTextFontFamily, tokens.textFieldTooltipTextFontFamily, textFieldTokens.tooltipTextFontSize, tokens.textFieldTooltipTextFontSize, textFieldTokens.tooltipTextFontStyle, tokens.textFieldTooltipTextFontStyle, textFieldTokens.tooltipTextFontWeight, tokens.textFieldTooltipTextFontWeight, textFieldTokens.tooltipTextFontLetterSpacing, tokens.textFieldTooltipTextFontLetterSpacing, textFieldTokens.tooltipTextFontLineHeight, tokens.textFieldTooltipTextFontLineHeight, textFieldTokens.tooltipContentLeftMargin, tokens.textFieldTooltipContentLeftMargin, textFieldTokens.tooltipArrowMaskWidth, tokens.textFieldTooltipArrowMaskWidth, textFieldTokens.tooltipArrowMaskHeight, tokens.textFieldTooltipArrowMaskHeight, textFieldTokens.tooltipArrowMaskImage, tokens.textFieldTooltipArrowMaskImage, textFieldTokens.tooltipArrowHeight, tokens.textFieldTooltipArrowHeight, textFieldTokens.tooltipArrowEdgeMargin, tokens.textFieldTooltipArrowEdgeMargin, textFieldTokens.tooltipArrowBackground, tokens.textFieldTooltipArrowBackground, textFieldTokens.chipHeight, tokens.textFieldChipHeight, textFieldTokens.chipBorderRadius, tokens.textFieldChipBorderRadius, textFieldTokens.chipGap, tokens.textFieldChipGap, textFieldTokens.chipColor, tokens.textFieldChipColor, textFieldTokens.chipColorHover, tokens.textFieldChipColorHover, textFieldTokens.chipBackground, tokens.textFieldChipBackground, textFieldTokens.chipBackgroundActive, tokens.textFieldChipBackgroundActive, textFieldTokens.chipColorActive, tokens.textFieldChipColorActive, textFieldTokens.chipCloseIconColor, tokens.textFieldChipCloseIconColor, textFieldTokens.chipOutlineSize, tokens.textFieldChipOutlineSize, textFieldTokens.chipWidth, tokens.textFieldChipWidth, textFieldTokens.chipPadding, tokens.textFieldChipPadding, textFieldTokens.chipCloseIconSize, tokens.textFieldChipCloseIconSize, textFieldTokens.chipFontFamily, tokens.textFieldChipFontFamily, textFieldTokens.chipFontSize, tokens.textFieldChipFontSize, textFieldTokens.chipFontStyle, tokens.textFieldChipFontStyle, textFieldTokens.chipFontWeight, tokens.textFieldChipFontWeight, textFieldTokens.chipLetterSpacing, tokens.textFieldChipLetterSpacing, textFieldTokens.chipLineHeight, tokens.textFieldChipLineHeight, textFieldTokens.chipColorReadOnly, tokens.textFieldChipColor, textFieldTokens.chipColorReadOnlyHover, tokens.textFieldChipColor, textFieldTokens.chipBackgroundReadOnly, tokens.textFieldChipBackground, textFieldTokens.chipBackgroundReadOnlyHover, tokens.textFieldChipBackgroundHover, textFieldTokens.chipClearContentMarginLeft, tokens.textFieldChipClearContentMarginLeft, textFieldTokens.chipClearContentMarginRight, tokens.textFieldChipClearContentMarginRight, textFieldTokens.indicatorColor, tokens.textFieldIndicatorColor, textFieldTokens.indicatorSizeInner, tokens.textFieldIndicatorSizeInner, textFieldTokens.indicatorSizeOuter, tokens.textFieldIndicatorSizeOuter, textFieldTokens.indicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementInner, textFieldTokens.indicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementOuter, textFieldTokens.indicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementInnerRight, textFieldTokens.indicatorLabelPlacementOuterRight, tokens.textFieldIndicatorLabelPlacementOuterRight, textFieldTokens.clearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInner, textFieldTokens.clearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorLabelPlacementInnerRight, textFieldTokens.clearIndicatorHintInnerRight, tokens.textFieldClearIndicatorHintInnerRight, textFieldTokens.focusColor, tokens.textFieldFocusColor, textFieldTokens.boxShadow, function(param) {
331
+ }, textFieldTokens.placeholderColor, tokens.textFieldPlaceholderColor, textFieldTokens.borderColorHover, tokens.textFieldBorderColorHover, textFieldTokens.borderColorFocus, tokens.textFieldBorderColorFocus, textFieldTokens.optionalColor, tokens.textFieldOptionalColor, textFieldTokens.height, tokens.textFieldHeight, textFieldTokens.borderWidth, tokens.textFieldBorderWidth, textFieldTokens.borderRadius, tokens.textFieldBorderRadius, textFieldTokens.padding, tokens.textFieldPadding, textFieldTokens.paddingWithChips, tokens.textFieldPaddingWithChips, textFieldTokens.leftContentMargin, tokens.textFieldLeftContentMargin, textFieldTokens.rightContentMargin, tokens.textFieldRightContentMargin, textFieldTokens.rightContentWithHintMargin, tokens.textFieldRightContentWithHintMargin, textFieldTokens.contentRightWrapperGap, tokens.textFieldContentRightWrapperGap, textFieldTokens.contentRightWrapperMargin, tokens.textFieldContentRightWrapperMargin, textFieldTokens.fontFamily, tokens.textFieldFontFamily, textFieldTokens.fontStyle, tokens.textFieldFontStyle, textFieldTokens.fontSize, tokens.textFieldFontSize, textFieldTokens.fontWeight, tokens.textFieldFontWeight, textFieldTokens.letterSpacing, tokens.textFieldLetterSpacing, textFieldTokens.lineHeight, tokens.textFieldLineHeight, textFieldTokens.contentSlotColor, tokens.textFieldContentSlotColor, textFieldTokens.contentSlotColorHover, tokens.textFieldContentSlotColorHover, textFieldTokens.contentSlotColorActive, tokens.textFieldContentSlotColorActive, textFieldTokens.contentSlotRightColor, tokens.textFieldContentSlotRightColor, textFieldTokens.contentSlotRightColorHover, tokens.textFieldContentSlotRightColorHover, textFieldTokens.contentSlotRightColorActive, tokens.textFieldContentSlotRightColorActive, textFieldTokens.labelOffset, tokens.textFieldLabelOffset, textFieldTokens.labelFontFamily, tokens.textFieldLabelFontFamily, textFieldTokens.labelFontStyle, tokens.textFieldLabelFontStyle, textFieldTokens.labelFontSize, tokens.textFieldLabelFontSize, textFieldTokens.labelFontWeight, tokens.textFieldLabelFontWeight, textFieldTokens.labelLetterSpacing, tokens.textFieldLabelLetterSpacing, textFieldTokens.labelLineHeight, tokens.textFieldLabelLineHeight, textFieldTokens.labelInnerFontFamily, tokens.textFieldLabelInnerFontFamily, textFieldTokens.labelInnerFontStyle, tokens.textFieldLabelInnerFontStyle, textFieldTokens.labelInnerFontSize, tokens.textFieldLabelInnerFontSize, textFieldTokens.labelInnerFontWeight, tokens.textFieldLabelInnerFontWeight, textFieldTokens.labelInnerLetterSpacing, tokens.textFieldLabelInnerLetterSpacing, textFieldTokens.labelInnerLineHeight, tokens.textFieldLabelInnerLineHeight, textFieldTokens.labelInnerPadding, tokens.textFieldLabelInnerPadding, textFieldTokens.contentLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, textFieldTokens.titleCaptionColor, tokens.textFieldTitleCaptionColor, textFieldTokens.titleCaptionInnerLabelOffset, tokens.textFieldTitleCaptionInnerLabelOffset, textFieldTokens.titleCaptionFontFamily, tokens.textFieldTitleCaptionFontFamily, textFieldTokens.titleCaptionFontStyle, tokens.textFieldTitleCaptionFontStyle, textFieldTokens.titleCaptionFontSize, tokens.textFieldTitleCaptionFontSize, textFieldTokens.titleCaptionFontWeight, tokens.textFieldTitleCaptionFontWeight, textFieldTokens.titleCaptionLetterSpacing, tokens.textFieldTitleCaptionLetterSpacing, textFieldTokens.titleCaptionLineHeight, tokens.textFieldTitleCaptionLineHeight, textFieldTokens.leftHelperOffset, tokens.textFieldLeftHelperOffset, textFieldTokens.leftHelperFontFamily, tokens.textFieldLeftHelperFontFamily, textFieldTokens.leftHelperFontStyle, tokens.textFieldLeftHelperFontStyle, textFieldTokens.leftHelperFontSize, tokens.textFieldLeftHelperFontSize, textFieldTokens.leftHelperFontWeight, tokens.textFieldLeftHelperFontWeight, textFieldTokens.leftHelperLetterSpacing, tokens.textFieldLeftHelperLetterSpacing, textFieldTokens.leftHelperLineHeight, tokens.textFieldLeftHelperLineHeight, textFieldTokens.textBeforeColor, tokens.textFieldTextBeforeColor, textFieldTokens.textAfterColor, tokens.textFieldTextAfterColor, textFieldTokens.textBeforeMargin, tokens.textFieldTextBeforeMargin, textFieldTokens.textAfterMargin, tokens.textFieldTextAfterMargin, textFieldTokens.disabledOpacity, tokens.textFieldDisabledOpacity, textFieldTokens.hintCustomIconTargetSize, tokens.textFieldHintCustomIconTargetSize, textFieldTokens.hintMargin, tokens.textFieldHintMargin, textFieldTokens.hintTargetSize, tokens.textFieldHintTargetSize, textFieldTokens.hintIconColor, tokens.textFieldHintIconColor, textFieldTokens.hintInnerLabelPlacementOffset, tokens.textFieldHintInnerLabelPlacementOffset, textFieldTokens.clearHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, textFieldTokens.tooltipBackgroundColor, tokens.textFieldTooltipBackgroundColor, textFieldTokens.tooltipBoxShadow, tokens.textFieldTooltipBoxShadow, textFieldTokens.tooltipColor, tokens.textFieldTooltipColor, textFieldTokens.tooltipPaddingTop, tokens.textFieldTooltipPaddingTop, textFieldTokens.tooltipPaddingRight, tokens.textFieldTooltipPaddingRight, textFieldTokens.tooltipPaddingBottom, tokens.textFieldTooltipPaddingBottom, textFieldTokens.tooltipPaddingLeft, tokens.textFieldTooltipPaddingLeft, textFieldTokens.tooltipMinHeight, tokens.textFieldTooltipMinHeight, textFieldTokens.tooltipBorderRadius, tokens.textFieldTooltipBorderRadius, textFieldTokens.tooltipTextFontFamily, tokens.textFieldTooltipTextFontFamily, textFieldTokens.tooltipTextFontSize, tokens.textFieldTooltipTextFontSize, textFieldTokens.tooltipTextFontStyle, tokens.textFieldTooltipTextFontStyle, textFieldTokens.tooltipTextFontWeight, tokens.textFieldTooltipTextFontWeight, textFieldTokens.tooltipTextFontLetterSpacing, tokens.textFieldTooltipTextFontLetterSpacing, textFieldTokens.tooltipTextFontLineHeight, tokens.textFieldTooltipTextFontLineHeight, textFieldTokens.tooltipContentLeftMargin, tokens.textFieldTooltipContentLeftMargin, textFieldTokens.tooltipArrowMaskWidth, tokens.textFieldTooltipArrowMaskWidth, textFieldTokens.tooltipArrowMaskHeight, tokens.textFieldTooltipArrowMaskHeight, textFieldTokens.tooltipArrowMaskImage, tokens.textFieldTooltipArrowMaskImage, textFieldTokens.tooltipArrowHeight, tokens.textFieldTooltipArrowHeight, textFieldTokens.tooltipArrowEdgeMargin, tokens.textFieldTooltipArrowEdgeMargin, textFieldTokens.tooltipArrowBackground, tokens.textFieldTooltipArrowBackground, textFieldTokens.chipHeight, tokens.textFieldChipHeight, textFieldTokens.chipBorderRadius, tokens.textFieldChipBorderRadius, textFieldTokens.chipGap, tokens.textFieldChipGap, textFieldTokens.chipColor, tokens.textFieldChipColor, textFieldTokens.chipColorHover, tokens.textFieldChipColorHover, textFieldTokens.chipBackground, tokens.textFieldChipBackground, textFieldTokens.chipBackgroundActive, tokens.textFieldChipBackgroundActive, textFieldTokens.chipColorActive, tokens.textFieldChipColorActive, textFieldTokens.chipCloseIconColor, tokens.textFieldChipCloseIconColor, textFieldTokens.chipCloseIconColorHover, tokens.textFieldChipCloseIconColorHover, textFieldTokens.chipOutlineSize, tokens.textFieldChipOutlineSize, textFieldTokens.chipWidth, tokens.textFieldChipWidth, textFieldTokens.chipPadding, tokens.textFieldChipPadding, textFieldTokens.chipCloseIconSize, tokens.textFieldChipCloseIconSize, textFieldTokens.chipFontFamily, tokens.textFieldChipFontFamily, textFieldTokens.chipFontSize, tokens.textFieldChipFontSize, textFieldTokens.chipFontStyle, tokens.textFieldChipFontStyle, textFieldTokens.chipFontWeight, tokens.textFieldChipFontWeight, textFieldTokens.chipLetterSpacing, tokens.textFieldChipLetterSpacing, textFieldTokens.chipLineHeight, tokens.textFieldChipLineHeight, textFieldTokens.chipColorReadOnly, tokens.textFieldChipColor, textFieldTokens.chipColorReadOnlyHover, tokens.textFieldChipColor, textFieldTokens.chipBackgroundReadOnly, tokens.textFieldChipBackground, textFieldTokens.chipBackgroundReadOnlyHover, tokens.textFieldChipBackgroundHover, textFieldTokens.chipClearContentMarginLeft, tokens.textFieldChipClearContentMarginLeft, textFieldTokens.chipClearContentMarginRight, tokens.textFieldChipClearContentMarginRight, textFieldTokens.indicatorColor, tokens.textFieldIndicatorColor, textFieldTokens.indicatorSizeInner, tokens.textFieldIndicatorSizeInner, textFieldTokens.indicatorSizeOuter, tokens.textFieldIndicatorSizeOuter, textFieldTokens.indicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementInner, textFieldTokens.indicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementOuter, textFieldTokens.indicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementInnerRight, textFieldTokens.indicatorLabelPlacementOuterRight, tokens.textFieldIndicatorLabelPlacementOuterRight, textFieldTokens.clearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInner, textFieldTokens.clearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorLabelPlacementInnerRight, textFieldTokens.clearIndicatorHintInnerRight, tokens.textFieldClearIndicatorHintInnerRight, textFieldTokens.focusColor, tokens.textFieldFocusColor, textFieldTokens.boxShadow, function(param) {
330
332
  var disabled = param.disabled;
331
333
  return disabled ? 'none' : "var(".concat(tokens.textFieldBoxShadow, ")");
332
334
  }, tokens.textFieldBackgroundColorFocus, classes.readOnly, textFieldTokens.colorReadOnly, tokens.textFieldColorReadOnly, textFieldTokens.backgroundColorReadOnly, tokens.textFieldBackgroundColorReadOnly, textFieldTokens.placeholderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, textFieldTokens.dividerColorReadOnly, tokens.textFieldDividerColorReadOnly, textFieldTokens.leftHelperColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, textFieldTokens.labelColorReadOnly, tokens.textFieldLabelColorReadOnly, textFieldTokens.titleCaptionColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, textFieldTokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, textFieldTokens.readOnlyOpacity, tokens.textFieldReadOnlyOpacity, textFieldTokens.chipColorReadOnly, tokens.textFieldChipColorReadOnly, textFieldTokens.chipColorReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, textFieldTokens.chipBackgroundReadOnly, tokens.textFieldChipBackgroundReadOnly, textFieldTokens.chipBackgroundReadOnlyHover, tokens.textFieldChipBackgroundReadOnlyHover, textFieldTokens.chipOpacityReadonly, tokens.textFieldChipOpacityReadonly, textFieldTokens.boxShadow);
333
335
  export var IconArrowWrapper = styled.div.withConfig({
334
336
  displayName: "Textfield.styles__IconArrowWrapper",
335
- componentId: "sc-27756630-1"
337
+ componentId: "sc-6564be88-1"
336
338
  })([
337
339
  "line-height:0;color:var(",
338
340
  ");cursor:",
@@ -357,7 +359,7 @@ export var sizeMap = {
357
359
  };
358
360
  export var StyledArrow = styled(IconDisclosureDownCentered).withConfig({
359
361
  displayName: "Textfield.styles__StyledArrow",
360
- componentId: "sc-27756630-2"
362
+ componentId: "sc-6564be88-2"
361
363
  })([
362
364
  "width:",
363
365
  ";height:",
@@ -371,7 +373,7 @@ export var StyledArrow = styled(IconDisclosureDownCentered).withConfig({
371
373
  });
372
374
  export var StyledLeftHelper = styled.span.withConfig({
373
375
  displayName: "Textfield.styles__StyledLeftHelper",
374
- componentId: "sc-27756630-3"
376
+ componentId: "sc-6564be88-3"
375
377
  })([
376
378
  "margin:0;padding:0;"
377
379
  ]);
@@ -135,7 +135,7 @@ export var textFieldRoot = function(Root) {
135
135
  view = _param.view, size = _param.size, _param_readOnly = _param.readOnly, readOnly = _param_readOnly === void 0 ? false : _param_readOnly, _param_disabled = _param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_required = _param.required, required = _param_required === void 0 ? false : _param_required, _param_clear = _param.clear, clear = _param_clear === void 0 ? false : _param_clear, optional = _param.optional, hasDivider = _param.hasDivider, // controlled
136
136
  outerValue = _param.value, values = _param.chips, _param_chipType = _param.chipType, chipType = _param_chipType === void 0 ? 'default' : _param_chipType, // @ts-ignore
137
137
  _chips = _param._chips, // @ts-ignore
138
- _onChipClick = _param._onChipClick, // events
138
+ _onChipCloseClick = _param._onChipCloseClick, // events
139
139
  onChange = _param.onChange, onChangeChips = _param.onChangeChips, onSearch = _param.onSearch, onKeyDown = _param.onKeyDown, onFocus = _param.onFocus, onBlur = _param.onBlur, onPaste = _param.onPaste, // Пропсы для внутреннего использования, не отдается наружу.
140
140
  // @ts-ignore
141
141
  _onEnterDisabled = _param._onEnterDisabled, // @ts-ignore
@@ -181,7 +181,7 @@ export var textFieldRoot = function(Root) {
181
181
  "chips",
182
182
  "chipType",
183
183
  "_chips",
184
- "_onChipClick",
184
+ "_onChipCloseClick",
185
185
  "onChange",
186
186
  "onChangeChips",
187
187
  "onSearch",
@@ -321,11 +321,13 @@ export var textFieldRoot = function(Root) {
321
321
  disabled: disabled,
322
322
  readOnly: readOnly,
323
323
  chips: chips,
324
+ newCustomChips: _chips,
324
325
  enumerationType: enumerationType,
325
326
  updateChips: updateChips,
326
327
  onSearch: onSearch,
327
328
  onChange: onChange,
328
- onEnterDisabled: _onEnterDisabled
329
+ onEnterDisabled: _onEnterDisabled,
330
+ onChipCloseClick: _onChipCloseClick
329
331
  }), handleInputKeydown = _useKeyNavigation.handleInputKeydown, handleChipKeyDown = _useKeyNavigation.handleChipKeyDown, onChipClear = _useKeyNavigation.onChipClear, handleContentKeyDown = _useKeyNavigation.handleContentKeyDown;
330
332
  var onChipClick = function(event) {
331
333
  return event.stopPropagation();
@@ -467,13 +469,13 @@ export var textFieldRoot = function(Root) {
467
469
  tabIndex: -1,
468
470
  ref: contentRef,
469
471
  onKeyDown: handleContentKeyDown,
470
- className: withHasChips
472
+ className: cx(withHasChips, classes.inputScrollableWrapper)
471
473
  }, Boolean(textBefore && isChipEnumeration) && /*#__PURE__*/ React.createElement(StyledTextBefore, null, textBefore), Boolean(_chips === null || _chips === void 0 ? void 0 : _chips.length) && /*#__PURE__*/ React.createElement(TextFieldChipNew, {
472
474
  chips: _chips,
473
- onChipClick: _onChipClick,
474
475
  getRef: getRef,
475
476
  handleChipKeyDown: handleChipKeyDown,
476
477
  onChipClear: onChipClear,
478
+ onChipCloseClick: _onChipCloseClick,
477
479
  view: chipView || view,
478
480
  readOnly: readOnly,
479
481
  chipType: chipType,
@@ -15,6 +15,7 @@ export var classes = {
15
15
  textFieldGroupItem: 'text-field-group-item',
16
16
  requiredAlignRight: 'required-align-right',
17
17
  inputWrapper: 'input-wrapper',
18
+ inputScrollableWrapper: 'input-scrollable-wrapper',
18
19
  inputTextEllipsis: 'textfield-input-text-ellipsis',
19
20
  contentRightCompensationMargin: 'textfield-content-right-compensation-margin',
20
21
  readOnlyInput: 'textfield-readonly-input'
@@ -151,6 +152,7 @@ export var tokens = {
151
152
  chipColorActive: '--plasma-textfield__chip-color-active',
152
153
  chipFocusColor: '--plasma-textfield__chip-focus-color',
153
154
  chipCloseIconColor: '--plasma-textfield__chip-close-icon-color',
155
+ chipCloseIconColorHover: '--plasma-textfield__chip-close-icon-color-hover',
154
156
  chipOutlineSize: '--plasma-textfield__chip-outline-size',
155
157
  chipWidth: '--plasma-textfield__chip-width',
156
158
  chipPadding: '--plasma-textfield__chip-padding',
@@ -66,10 +66,10 @@ export var Keys = {
66
66
  Backspace: 'Backspace'
67
67
  };
68
68
  export var useKeyNavigation = function(param) {
69
- var _param_controlledRefs = param.controlledRefs, chipsRefs = _param_controlledRefs.chipsRefs, contentRef = _param_controlledRefs.contentRef, inputRef = _param_controlledRefs.inputRef, disabled = param.disabled, readOnly = param.readOnly, chips = param.chips, enumerationType = param.enumerationType, updateChips = param.updateChips, onChange = param.onChange, onSearch = param.onSearch, _param_onEnterDisabled = param.onEnterDisabled, onEnterDisabled = _param_onEnterDisabled === void 0 ? false : _param_onEnterDisabled;
69
+ var _param_controlledRefs = param.controlledRefs, chipsRefs = _param_controlledRefs.chipsRefs, contentRef = _param_controlledRefs.contentRef, inputRef = _param_controlledRefs.inputRef, disabled = param.disabled, readOnly = param.readOnly, chips = param.chips, newCustomChips = param.newCustomChips, enumerationType = param.enumerationType, updateChips = param.updateChips, onChange = param.onChange, onSearch = param.onSearch, _param_onEnterDisabled = param.onEnterDisabled, onEnterDisabled = _param_onEnterDisabled === void 0 ? false : _param_onEnterDisabled, onChipCloseClick = param.onChipCloseClick;
70
70
  var _useState = _sliced_to_array(useState(-1), 2), activeChipIndex = _useState[0], setActiveChipIndex = _useState[1];
71
71
  var handleInputKeydown = function(event) {
72
- var _inputRef_current;
72
+ var _inputRef_current, _inputRef_current1;
73
73
  var value = event.target.value;
74
74
  if (disabled || readOnly) {
75
75
  return;
@@ -95,7 +95,14 @@ export var useKeyNavigation = function(param) {
95
95
  onSearch(value, event);
96
96
  }
97
97
  }
98
- if (event.key === Keys.Backspace && chips.length && (inputRef === null || inputRef === void 0 ? void 0 : (_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 ? void 0 : _inputRef_current.selectionStart) === 0) {
98
+ if (event.key === Keys.Backspace && newCustomChips.length && (inputRef === null || inputRef === void 0 ? void 0 : (_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 ? void 0 : _inputRef_current.selectionStart) === 0) {
99
+ var lastChip = newCustomChips.at(-1);
100
+ if (onChipCloseClick && lastChip) {
101
+ onChipCloseClick(lastChip);
102
+ chipsRefs === null || chipsRefs === void 0 ? void 0 : chipsRefs.current.pop();
103
+ }
104
+ }
105
+ if (event.key === Keys.Backspace && chips.length && (inputRef === null || inputRef === void 0 ? void 0 : (_inputRef_current1 = inputRef.current) === null || _inputRef_current1 === void 0 ? void 0 : _inputRef_current1.selectionStart) === 0) {
99
106
  var newChips1 = _to_consumable_array(chips);
100
107
  newChips1 === null || newChips1 === void 0 ? void 0 : newChips1.pop();
101
108
  chipsRefs === null || chipsRefs === void 0 ? void 0 : chipsRefs.current.pop();
@@ -107,7 +114,7 @@ export var useKeyNavigation = function(param) {
107
114
  }
108
115
  };
109
116
  var onChipClear = function(clearId, index) {
110
- if (!chips.length) {
117
+ if (!chips.length && !newCustomChips.length) {
111
118
  return;
112
119
  }
113
120
  var newChips = (chips === null || chips === void 0 ? void 0 : chips.filter(function(param) {
@@ -27,6 +27,7 @@ import { StyledChip, TextChip } from "./TextFieldChip.styles";
27
27
  readOnly: readOnly,
28
28
  onClick: onClick,
29
29
  onClear: onClearHandle,
30
+ onClickClose: onClearHandle,
30
31
  onKeyDown: onKeyDownHandle,
31
32
  text: "".concat(text),
32
33
  view: view,
@@ -9,7 +9,7 @@ var Chip = component(mergedConfig);
9
9
  // NOTE: Необходимое переопределение токенов из компонента Chip т.к. используются его части
10
10
  export var StyledChip = styled(Chip).withConfig({
11
11
  displayName: "TextFieldChip.styles__StyledChip",
12
- componentId: "sc-e83042f5-0"
12
+ componentId: "sc-b645c28d-0"
13
13
  })([
14
14
  "",
15
15
  ":var(",
@@ -61,10 +61,12 @@ export var StyledChip = styled(Chip).withConfig({
61
61
  ":var(",
62
62
  ");",
63
63
  ":var(",
64
+ ");",
65
+ ":var(",
64
66
  ");scroll-snap-align:center;scroll-snap-stop:normal;",
65
67
  " &[readonly]{opacity:var(",
66
68
  ");}"
67
- ], chipTokens.color, tokens.chipColor, chipTokens.background, tokens.chipBackground, chipTokens.colorHover, tokens.chipColorHover, chipTokens.backgroundHover, tokens.chipBackgroundHover, chipTokens.colorActive, tokens.chipColorActive, chipTokens.backgroundActive, tokens.chipBackgroundActive, chipTokens.backgroundReadOnly, tokens.chipBackgroundReadOnly, chipTokens.colorReadOnly, tokens.chipColorReadOnly, chipTokens.backgroundReadOnlyHover, tokens.chipBackgroundReadOnlyHover, chipTokens.colorReadOnlyHover, tokens.chipColorReadOnlyHover, chipTokens.borderRadius, tokens.chipBorderRadius, chipTokens.width, tokens.chipWidth, chipTokens.height, tokens.chipHeight, chipTokens.padding, tokens.chipPadding, chipTokens.fontFamily, tokens.chipFontFamily, chipTokens.fontSize, tokens.chipFontSize, chipTokens.fontStyle, tokens.chipFontStyle, chipTokens.fontWeight, tokens.chipFontWeight, chipTokens.letterSpacing, tokens.chipLetterSpacing, chipTokens.lineHeight, tokens.chipLineHeight, chipTokens.clearContentMarginLeft, tokens.chipClearContentMarginLeft, chipTokens.clearContentMarginRight, tokens.chipClearContentMarginRight, chipTokens.closeIconSize, tokens.chipCloseIconSize, chipTokens.closeIconColor, tokens.chipCloseIconColor, chipTokens.focusColor, tokens.focusColor, addFocus({
69
+ ], chipTokens.color, tokens.chipColor, chipTokens.background, tokens.chipBackground, chipTokens.colorHover, tokens.chipColorHover, chipTokens.backgroundHover, tokens.chipBackgroundHover, chipTokens.colorActive, tokens.chipColorActive, chipTokens.backgroundActive, tokens.chipBackgroundActive, chipTokens.backgroundReadOnly, tokens.chipBackgroundReadOnly, chipTokens.colorReadOnly, tokens.chipColorReadOnly, chipTokens.backgroundReadOnlyHover, tokens.chipBackgroundReadOnlyHover, chipTokens.colorReadOnlyHover, tokens.chipColorReadOnlyHover, chipTokens.borderRadius, tokens.chipBorderRadius, chipTokens.width, tokens.chipWidth, chipTokens.height, tokens.chipHeight, chipTokens.padding, tokens.chipPadding, chipTokens.fontFamily, tokens.chipFontFamily, chipTokens.fontSize, tokens.chipFontSize, chipTokens.fontStyle, tokens.chipFontStyle, chipTokens.fontWeight, tokens.chipFontWeight, chipTokens.letterSpacing, tokens.chipLetterSpacing, chipTokens.lineHeight, tokens.chipLineHeight, chipTokens.clearContentMarginLeft, tokens.chipClearContentMarginLeft, chipTokens.clearContentMarginRight, tokens.chipClearContentMarginRight, chipTokens.closeIconSize, tokens.chipCloseIconSize, chipTokens.closeIconColor, tokens.chipCloseIconColor, chipTokens.closeIconColorHover, tokens.chipCloseIconColorHover, chipTokens.focusColor, tokens.focusColor, addFocus({
68
70
  outlineOffset: '0.0625rem',
69
71
  outlineSize: '0.0625rem',
70
72
  outlineRadius: "calc(var(".concat(tokens.chipBorderRadius, ") - 0.1rem)"),
@@ -72,7 +74,7 @@ export var StyledChip = styled(Chip).withConfig({
72
74
  }), tokens.chipOpacityReadonly);
73
75
  export var TextChip = styled.button.withConfig({
74
76
  displayName: "TextFieldChip.styles__TextChip",
75
- componentId: "sc-e83042f5-1"
77
+ componentId: "sc-b645c28d-1"
76
78
  })([
77
79
  "display:block;flex:none;background:none;border:none;outline:none;padding:0;white-space:nowrap;cursor:pointer;font-family:var(",
78
80
  ");font-size:var(",
@@ -4,19 +4,22 @@ import { StyledChips } from "../../TextField.styles";
4
4
  import { classes } from "../../TextField.tokens";
5
5
  import { StyledChip } from "./TextFieldChipNew.styles";
6
6
  export var TextFieldChipNew = function(param) {
7
- var chips = param.chips, onChipClick = param.onChipClick, getRef = param.getRef, handleChipKeyDown = param.handleChipKeyDown, onChipClear = param.onChipClear, readOnly = param.readOnly, chipType = param.chipType, view = param.view, _forceChipManipulationWithReadonly = param._forceChipManipulationWithReadonly;
7
+ var chips = param.chips, onChipCloseClick = param.onChipCloseClick, getRef = param.getRef, handleChipKeyDown = param.handleChipKeyDown, onChipClear = param.onChipClear, readOnly = param.readOnly, chipType = param.chipType, view = param.view, _forceChipManipulationWithReadonly = param._forceChipManipulationWithReadonly;
8
8
  return /*#__PURE__*/ React.createElement(StyledChips, {
9
9
  className: classes.chipsWrapper
10
10
  }, chips.map(function(param, index) {
11
11
  var value = param.value, label = param.label, disabled = param.disabled;
12
12
  var chipId = "".concat(index, "_").concat(value);
13
+ var handleChipClick = function(event) {
14
+ event.stopPropagation();
15
+ };
13
16
  var onKeyDownHandle = function(event) {
14
17
  if (handleChipKeyDown) {
15
18
  handleChipKeyDown(event, chipId, index);
16
19
  }
17
20
  if (event.key === 'Enter' || event.key === 'Backspace') {
18
- if (onChipClick) {
19
- onChipClick({
21
+ if (onChipCloseClick) {
22
+ onChipCloseClick({
20
23
  value: value,
21
24
  label: label,
22
25
  disabled: disabled
@@ -24,10 +27,10 @@ export var TextFieldChipNew = function(param) {
24
27
  }
25
28
  }
26
29
  };
27
- var handleClick = function(event) {
30
+ var handleCloseClick = function(event) {
28
31
  event.stopPropagation();
29
- if (onChipClick) {
30
- onChipClick({
32
+ if (onChipCloseClick) {
33
+ onChipCloseClick({
31
34
  value: value,
32
35
  label: label,
33
36
  disabled: disabled
@@ -46,8 +49,12 @@ export var TextFieldChipNew = function(param) {
46
49
  disabled: disabled,
47
50
  hasClear: !disabled,
48
51
  readOnly: readOnly,
49
- onClick: handleClick,
52
+ onClickClose: handleCloseClick,
53
+ onClick: handleChipClick,
50
54
  onKeyDown: onKeyDownHandle,
55
+ onClear: function() {
56
+ return onChipClear(chipId, index);
57
+ },
51
58
  text: label,
52
59
  view: view,
53
60
  // TODO: #1547
@@ -56,7 +63,7 @@ export var TextFieldChipNew = function(param) {
56
63
  _forceChipManipulationWithReadonly: _forceChipManipulationWithReadonly
57
64
  }) : /*#__PURE__*/ React.createElement(TextChip, {
58
65
  tabIndex: -1,
59
- onClick: handleClick,
66
+ onClick: handleCloseClick,
60
67
  onKeyDown: onKeyDownHandle
61
68
  }, label);
62
69
  }));
@@ -19,8 +19,10 @@ 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);",
22
24
  ":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),
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),
24
26
  secondary: css([
25
27
  "",
26
28
  ":var(--text-primary);",
@@ -32,8 +34,10 @@ export var config = {
32
34
  ":var(--surface-transparent-secondary);",
33
35
  ":var(--text-primary);",
34
36
  ":var(--surface-transparent-secondary);",
37
+ ":var(--text-primary);",
38
+ ":var(--text-secondary);",
35
39
  ":var(--text-primary);"
36
- ], chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
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),
37
41
  accent: css([
38
42
  "",
39
43
  ":var(--on-dark-text-primary);",
@@ -45,8 +49,10 @@ export var config = {
45
49
  ":var(--surface-accent);",
46
50
  ":var(--on-dark-text-primary);",
47
51
  ":var(--surface-accent);",
52
+ ":var(--on-dark-text-primary);",
53
+ ":var(--on-dark-text-secondary);",
48
54
  ":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),
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),
50
56
  positive: css([
51
57
  "",
52
58
  ":var(--on-dark-text-primary);",
@@ -58,8 +64,10 @@ export var config = {
58
64
  ":var(--surface-positive);",
59
65
  ":var(--on-dark-text-primary);",
60
66
  ":var(--surface-positive);",
67
+ ":var(--on-dark-text-primary);",
68
+ ":var(--on-dark-text-secondary);",
61
69
  ":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),
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),
63
71
  warning: css([
64
72
  "",
65
73
  ":var(--on-dark-text-primary);",
@@ -71,8 +79,10 @@ export var config = {
71
79
  ":var(--surface-warning);",
72
80
  ":var(--on-dark-text-primary);",
73
81
  ":var(--surface-warning);",
82
+ ":var(--on-dark-text-primary);",
83
+ ":var(--on-dark-text-secondary);",
74
84
  ":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),
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),
76
86
  negative: css([
77
87
  "",
78
88
  ":var(--on-dark-text-primary);",
@@ -84,8 +94,10 @@ export var config = {
84
94
  ":var(--surface-negative);",
85
95
  ":var(--on-dark-text-primary);",
86
96
  ":var(--surface-negative);",
97
+ ":var(--on-dark-text-primary);",
98
+ ":var(--on-dark-text-secondary);",
87
99
  ":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)
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)
89
101
  },
90
102
  size: {
91
103
  l: css([
@@ -31,6 +31,7 @@ export var config = {
31
31
  ":var(--text-tertiary);",
32
32
  ":var(--text-secondary);",
33
33
  ":var(--text-primary);",
34
+ ":var(--text-primary);",
34
35
  ":var(--surface-transparent-secondary);",
35
36
  ":var(--text-primary);",
36
37
  ":var(--surface-transparent-secondary-hover);",
@@ -51,7 +52,7 @@ export var config = {
51
52
  ":var(--on-dark-text-primary);",
52
53
  ":transparent;",
53
54
  ":var(--text-secondary);"
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),
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),
55
56
  positive: css([
56
57
  "",
57
58
  ":var(--text-primary);",
@@ -75,6 +76,7 @@ export var config = {
75
76
  ":var(--text-tertiary);",
76
77
  ":var(--text-secondary);",
77
78
  ":var(--text-primary);",
79
+ ":var(--text-primary);",
78
80
  ":var(--surface-transparent-secondary);",
79
81
  ":var(--text-primary);",
80
82
  ":var(--surface-transparent-secondary-hover);",
@@ -95,7 +97,7 @@ export var config = {
95
97
  ":var(--on-dark-text-primary);",
96
98
  ":transparent;",
97
99
  ":var(--text-secondary);"
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),
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),
99
101
  warning: css([
100
102
  "",
101
103
  ":var(--text-primary);",
@@ -119,6 +121,7 @@ export var config = {
119
121
  ":var(--text-tertiary);",
120
122
  ":var(--text-secondary);",
121
123
  ":var(--text-primary);",
124
+ ":var(--text-primary);",
122
125
  ":var(--surface-transparent-secondary);",
123
126
  ":var(--text-primary);",
124
127
  ":var(--surface-transparent-secondary-hover);",
@@ -139,7 +142,7 @@ export var config = {
139
142
  ":var(--on-dark-text-primary);",
140
143
  ":transparent;",
141
144
  ":var(--text-secondary);"
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),
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),
143
146
  negative: css([
144
147
  "",
145
148
  ":var(--text-primary);",
@@ -163,6 +166,7 @@ export var config = {
163
166
  ":var(--text-tertiary);",
164
167
  ":var(--text-secondary);",
165
168
  ":var(--text-primary);",
169
+ ":var(--text-primary);",
166
170
  ":var(--surface-transparent-secondary);",
167
171
  ":var(--text-primary);",
168
172
  ":var(--surface-transparent-secondary-hover);",
@@ -183,7 +187,7 @@ export var config = {
183
187
  ":var(--on-dark-text-primary);",
184
188
  ":transparent;",
185
189
  ":var(--text-secondary);"
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)
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)
187
191
  },
188
192
  size: {
189
193
  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,37 +747,40 @@ 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);",
750
751
  ":var(--inverse-text-primary);",
751
752
  ":var(--surface-solid-default);",
752
753
  ":var(--inverse-text-primary);",
753
754
  ":var(--surface-solid-default);",
754
755
  ":var(--inverse-text-primary);",
755
756
  ":1;"
756
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
757
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
757
758
  secondary: css([
758
759
  "",
759
760
  ":var(--text-primary);",
760
761
  ":var(--surface-transparent-secondary);",
761
762
  ":var(--surface-transparent-secondary-hover);",
763
+ ":var(--text-secondary);",
762
764
  ":var(--text-primary);",
763
765
  ":var(--surface-transparent-secondary);",
764
766
  ":var(--text-primary);",
765
767
  ":var(--surface-transparent-secondary);",
766
768
  ":var(--text-primary);",
767
769
  ":1;"
768
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
770
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
769
771
  accent: css([
770
772
  "",
771
773
  ":var(--on-dark-text-primary);",
772
774
  ":var(--surface-accent);",
773
775
  ":var(--surface-accent-hover);",
776
+ ":var(--on-dark-text-secondary);",
774
777
  ":var(--on-dark-text-primary);",
775
778
  ":var(--surface-accent);",
776
779
  ":var(--on-dark-text-primary);",
777
780
  ":var(--surface-accent);",
778
781
  ":var(--on-dark-text-primary);",
779
782
  ":1;"
780
- ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
783
+ ], tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
781
784
  },
782
785
  hintView: {
783
786
  default: css([
@@ -520,8 +520,9 @@ 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);",
523
524
  ":1;"
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),
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),
525
526
  secondary: css([
526
527
  "",
527
528
  ":var(--text-primary);",
@@ -550,8 +551,9 @@ export var config = {
550
551
  ":var(--surface-accent);",
551
552
  ":var(--on-dark-text-primary);",
552
553
  ":var(--on-dark-text-secondary);",
554
+ ":var(--on-dark-text-primary);",
553
555
  ":1;"
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),
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),
555
557
  positive: css([
556
558
  "",
557
559
  ":var(--on-dark-text-primary);",
@@ -565,8 +567,9 @@ export var config = {
565
567
  ":var(--surface-positive);",
566
568
  ":var(--on-dark-text-primary);",
567
569
  ":var(--on-dark-text-secondary);",
570
+ ":var(--on-dark-text-primary);",
568
571
  ":1;"
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),
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),
570
573
  warning: css([
571
574
  "",
572
575
  ":var(--on-dark-text-primary);",
@@ -580,8 +583,9 @@ export var config = {
580
583
  ":var(--surface-warning);",
581
584
  ":var(--on-dark-text-primary);",
582
585
  ":var(--on-dark-text-secondary);",
586
+ ":var(--on-dark-text-primary);",
583
587
  ":1;"
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),
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),
585
589
  negative: css([
586
590
  "",
587
591
  ":var(--on-dark-text-primary);",
@@ -595,8 +599,9 @@ export var config = {
595
599
  ":var(--surface-negative);",
596
600
  ":var(--on-dark-text-primary);",
597
601
  ":var(--on-dark-text-secondary);",
602
+ ":var(--on-dark-text-primary);",
598
603
  ":1;"
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)
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)
600
605
  },
601
606
  hintView: {
602
607
  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,wFAoEhE,CAAC;AAEP,eAAO,MAAM,UAAU;;;mBAtEQ,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGrE,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,wFAuEhE,CAAC;AAEP,eAAO,MAAM,UAAU;;;mBAzEQ,SAAS,CAAC,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyGrE,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,qKAK9B,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,qKAS9B,CAAC"}
@@ -50,7 +50,7 @@ type CustomChipProps = {
50
50
  /**
51
51
  * Коллбек при взаимодействии с элементом
52
52
  * @deprecated
53
- * Использовать onClick для закрытия
53
+ * Использовать onClickClose для закрытия
54
54
  */
55
55
  onClear?: () => void;
56
56
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6E,MAAM,OAAO,CAAC;AAIlG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AA6BxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AAEH,eAAO,MAAM,YAAY,SAAU,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,2FAsjBtF,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAxjBQ,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;CA6kB3F,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6E,MAAM,OAAO,CAAC;AAIlG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AA6BxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AAEH,eAAO,MAAM,YAAY,SAAU,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,2FA0jBtF,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBA5jBQ,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;CAilB3F,CAAC"}
@@ -179,6 +179,7 @@ export declare const tokens: {
179
179
  textFieldChipBackgroundActive: string;
180
180
  textFieldChipColorActive: string;
181
181
  textFieldChipCloseIconColor: string;
182
+ textFieldChipCloseIconColorHover: string;
182
183
  textFieldChipOutlineSize: string;
183
184
  textFieldChipWidth: string;
184
185
  textFieldChipPadding: string;