@salutejs/plasma-new-hope 0.195.2-canary.1577.11955096429.0 → 0.195.2-canary.1586.11970189580.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (231) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +1 -2
  2. package/cjs/components/Calendar/Calendar.tokens.js +2 -1
  3. package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
  4. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  5. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  6. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  7. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  8. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  9. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  10. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  11. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  12. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  13. package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  14. package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -2
  15. package/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  16. package/cjs/components/Combobox/ComboboxNew/FloatingPopover.js.map +1 -1
  17. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  18. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  19. package/cjs/components/DatePicker/RangeDate/RangeDate.css +5 -6
  20. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +5 -6
  21. package/cjs/components/DatePicker/SingleDate/SingleDate.css +5 -6
  22. package/cjs/components/Dropdown/FloatingPopover.js +3 -2
  23. package/cjs/components/Dropdown/FloatingPopover.js.map +1 -1
  24. package/cjs/components/Pagination/Pagination.css +1 -2
  25. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  26. package/cjs/components/Range/Range.css +1 -2
  27. package/cjs/components/Select/FloatingPopover.js +4 -1
  28. package/cjs/components/Select/FloatingPopover.js.map +1 -1
  29. package/cjs/components/Select/Select.css +1 -2
  30. package/cjs/components/Select/ui/Inner/Inner.css +1 -2
  31. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  32. package/cjs/components/Select/ui/Target/Target.css +1 -2
  33. package/cjs/components/Select/ui/Target/Target.js +1 -2
  34. package/cjs/components/Select/ui/Target/Target.js.map +1 -1
  35. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  36. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  37. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  38. package/cjs/components/Slider/Slider.css +1 -2
  39. package/cjs/components/Slider/components/Double/Double.css +1 -2
  40. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  41. package/cjs/components/TextField/TextField.js +4 -7
  42. package/cjs/components/TextField/TextField.js.map +1 -1
  43. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  44. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  45. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  46. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
  47. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  48. package/cjs/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  49. package/cjs/index.css +5 -6
  50. package/emotion/cjs/components/Calendar/Calendar.tokens.js +2 -1
  51. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  52. package/emotion/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  53. package/emotion/cjs/components/Dropdown/FloatingPopover.js +3 -2
  54. package/emotion/cjs/components/Select/FloatingPopover.js +4 -1
  55. package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
  56. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  57. package/emotion/cjs/components/TextField/TextField.js +5 -8
  58. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  59. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  60. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
  61. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  62. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  63. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  64. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  65. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  66. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  67. package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  68. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  69. package/emotion/es/components/Calendar/Calendar.tokens.js +2 -1
  70. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  71. package/emotion/es/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  72. package/emotion/es/components/Dropdown/FloatingPopover.js +3 -2
  73. package/emotion/es/components/Select/FloatingPopover.js +4 -1
  74. package/emotion/es/components/Select/ui/Target/Target.js +1 -2
  75. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  76. package/emotion/es/components/TextField/TextField.js +5 -8
  77. package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
  78. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  79. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
  80. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  81. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  82. package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  83. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  84. package/emotion/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  85. package/emotion/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  86. package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  87. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  88. package/es/components/Autocomplete/Autocomplete.css +1 -2
  89. package/es/components/Calendar/Calendar.tokens.js +2 -1
  90. package/es/components/Calendar/Calendar.tokens.js.map +1 -1
  91. package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  92. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  93. package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  94. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  95. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  96. package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  97. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  98. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  99. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  100. package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  101. package/es/components/Combobox/ComboboxNew/Combobox.css +1 -2
  102. package/es/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  103. package/es/components/Combobox/ComboboxNew/FloatingPopover.js.map +1 -1
  104. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  105. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  106. package/es/components/DatePicker/RangeDate/RangeDate.css +5 -6
  107. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +5 -6
  108. package/es/components/DatePicker/SingleDate/SingleDate.css +5 -6
  109. package/es/components/Dropdown/FloatingPopover.js +3 -2
  110. package/es/components/Dropdown/FloatingPopover.js.map +1 -1
  111. package/es/components/Pagination/Pagination.css +1 -2
  112. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  113. package/es/components/Range/Range.css +1 -2
  114. package/es/components/Select/FloatingPopover.js +4 -1
  115. package/es/components/Select/FloatingPopover.js.map +1 -1
  116. package/es/components/Select/Select.css +1 -2
  117. package/es/components/Select/ui/Inner/Inner.css +1 -2
  118. package/es/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  119. package/es/components/Select/ui/Target/Target.css +1 -2
  120. package/es/components/Select/ui/Target/Target.js +1 -2
  121. package/es/components/Select/ui/Target/Target.js.map +1 -1
  122. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  123. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  124. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  125. package/es/components/Slider/Slider.css +1 -2
  126. package/es/components/Slider/components/Double/Double.css +1 -2
  127. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  128. package/es/components/TextField/TextField.js +4 -7
  129. package/es/components/TextField/TextField.js.map +1 -1
  130. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  131. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  132. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  133. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
  134. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  135. package/es/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  136. package/es/index.css +5 -6
  137. package/package.json +2 -2
  138. package/styled-components/cjs/components/Calendar/Calendar.tokens.js +2 -1
  139. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  140. package/styled-components/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  141. package/styled-components/cjs/components/Dropdown/FloatingPopover.js +3 -2
  142. package/styled-components/cjs/components/Select/FloatingPopover.js +4 -1
  143. package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
  144. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  145. package/styled-components/cjs/components/TextField/TextField.js +4 -7
  146. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  147. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  148. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
  149. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  150. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  151. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  152. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  153. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  154. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  155. package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  156. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  157. package/styled-components/es/components/Calendar/Calendar.tokens.js +2 -1
  158. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  159. package/styled-components/es/components/Combobox/ComboboxNew/FloatingPopover.js +4 -1
  160. package/styled-components/es/components/Dropdown/FloatingPopover.js +3 -2
  161. package/styled-components/es/components/Select/FloatingPopover.js +4 -1
  162. package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
  163. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  164. package/styled-components/es/components/TextField/TextField.js +4 -7
  165. package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
  166. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  167. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
  168. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  169. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  170. package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  171. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  172. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  173. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  174. package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  175. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  176. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
  177. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  178. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -16
  179. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  180. package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
  181. package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
  182. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -16
  183. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  184. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -16
  185. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  186. package/types/components/Dropdown/FloatingPopover.d.ts.map +1 -1
  187. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +0 -6
  188. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  189. package/types/components/Range/Range.styles.d.ts +0 -16
  190. package/types/components/Range/Range.styles.d.ts.map +1 -1
  191. package/types/components/Select/Select.types.d.ts +0 -5
  192. package/types/components/Select/Select.types.d.ts.map +1 -1
  193. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  194. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  195. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  196. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  197. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  198. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -16
  199. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  200. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  201. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  202. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -16
  203. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  204. package/types/components/TextField/TextField.d.ts.map +1 -1
  205. package/types/components/TextField/TextField.types.d.ts +0 -8
  206. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  207. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  208. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
  209. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  210. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
  211. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
  212. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -553
  213. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  214. package/types/examples/plasma_b2c/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  215. package/types/examples/plasma_b2c/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  216. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -16
  217. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  218. package/types/examples/plasma_b2c/components/Select/Select.d.ts +0 -6
  219. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  220. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -16
  221. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  222. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -553
  223. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  224. package/types/examples/plasma_web/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  225. package/types/examples/plasma_web/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  226. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -16
  227. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  228. package/types/examples/plasma_web/components/Select/Select.d.ts +0 -6
  229. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  230. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -16
  231. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
@@ -7,7 +7,7 @@ export var config = {
7
7
  },
8
8
  variations: {
9
9
  view: {
10
- "default": /*#__PURE__*/css(["", ":var(--surface-transparent-secondary);", ":transparent;", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":", ";", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
10
+ "default": /*#__PURE__*/css(["", ":var(--surface-transparent-secondary);", ":transparent;", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":", ";", ":var(--text-secondary);", ":0.4;", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
11
11
  },
12
12
  size: {
13
13
  l: /*#__PURE__*/css(["", ":51.063rem;", ":25rem;", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":11.75rem;", ":10.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.75rem;", ":3.5rem;", ":3rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.063rem;", ":0.5rem;", ":0.5rem 0 0 0;", ":0 0 0 1rem;", ":0.5rem;", ":var(--plasma-typo-h4-font-family);", ":var(--plasma-typo-h4-font-size);", ":var(--plasma-typo-h4-font-style);", ":var(--plasma-typo-h4-letter-spacing);", ":var(--plasma-typo-h4-line-height);", ":var(--plasma-typo-h4-font-weight);", ":var(--plasma-typo-h4-bold-font-weight);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;"], calendarDoubleTokens.calendarWidth, calendarDoubleTokens.calendarHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearItemWidth, calendarDoubleTokens.calendarYearItemHeight, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterItemWidth, calendarDoubleTokens.calendarQuarterItemHeight, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthItemWidth, calendarDoubleTokens.calendarMonthItemHeight, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayItemWidth, calendarDoubleTokens.calendarDayItemHeight, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
@@ -104,11 +104,6 @@ const meta: Meta<StorySelectProps> = {
104
104
  },
105
105
  if: { arg: 'required', truthy: false },
106
106
  },
107
- chipType: {
108
- control: 'select',
109
- options: ['default', 'text'],
110
- if: { arg: 'target', eq: 'textfield-like' },
111
- },
112
107
  },
113
108
  args: {
114
109
  target: 'textfield-like',
@@ -126,7 +121,6 @@ const meta: Meta<StorySelectProps> = {
126
121
  optional: false,
127
122
  required: false,
128
123
  requiredPlacement: 'right',
129
- chipType: 'default',
130
124
  },
131
125
  parameters: {
132
126
  controls: {
@@ -150,7 +144,6 @@ const meta: Meta<StorySelectProps> = {
150
144
  'optional',
151
145
  'required',
152
146
  'requiredPlacement',
153
- 'chipType',
154
147
  ],
155
148
  },
156
149
  },
@@ -389,7 +382,7 @@ const SingleStory = (args: StorySelectProps) => {
389
382
  export const Single: StoryObj<StorySelectProps> = {
390
383
  parameters: {
391
384
  controls: {
392
- exclude: ['chipView', 'isTargetAmount', 'chipType'],
385
+ exclude: ['chipView', 'isTargetAmount'],
393
386
  },
394
387
  },
395
388
  render: (args) => <SingleStory {...args} />,
@@ -134,10 +134,6 @@ const meta: Meta<typeof TextField> = {
134
134
  control: { type: 'text' },
135
135
  if: { arg: 'hasHint', truthy: true },
136
136
  },
137
- chipType: {
138
- control: 'select',
139
- options: ['default', 'text'],
140
- },
141
137
  },
142
138
  };
143
139
 
@@ -237,11 +233,6 @@ export const Default: StoryObj<StoryPropsDefault> = {
237
233
  hintWidth: '10rem',
238
234
  hintHasArrow: true,
239
235
  },
240
- parameters: {
241
- controls: {
242
- exclude: ['chipType'],
243
- },
244
- },
245
236
  render: (args) => <StoryDemo {...args} />,
246
237
  };
247
238
 
@@ -297,7 +288,6 @@ export const Chips: StoryObj<StoryPropsChips> = {
297
288
  args: {
298
289
  ...Default.args,
299
290
  chips: ['1 value', '2 value', '3 value', '4 value'],
300
- chipType: 'default',
301
291
  },
302
292
  render: (args) => <StoryChips {...args} />,
303
293
  };
@@ -7,7 +7,7 @@ export var config = {
7
7
  },
8
8
  variations: {
9
9
  view: {
10
- "default": /*#__PURE__*/css(["", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":var(--text-secondary);", ":", ";", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
10
+ "default": /*#__PURE__*/css(["", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":var(--text-secondary);", ":", ";", ":var(--text-secondary);", ":0.4;", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
11
11
  },
12
12
  size: {
13
13
  l: /*#__PURE__*/css(["", ":24.5rem;", ":25rem;", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":11.75rem;", ":10.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0 0 0;", ":0.75rem;", ":3.5rem;", ":3rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.063rem;", ":0.5rem;", ":0 0 0 1rem;", ":0.5rem;", ":var(--plasma-typo-h4-font-family);", ":var(--plasma-typo-h4-font-size);", ":var(--plasma-typo-h4-font-style);", ":var(--plasma-typo-h4-letter-spacing);", ":var(--plasma-typo-h4-line-height);", ":var(--plasma-typo-h4-font-weight);", ":var(--plasma-typo-h4-bold-font-weight);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;"], calendarBaseTokens.calendarWidth, calendarBaseTokens.calendarHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearItemWidth, calendarBaseTokens.calendarYearItemHeight, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterItemWidth, calendarBaseTokens.calendarQuarterItemHeight, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthItemWidth, calendarBaseTokens.calendarMonthItemHeight, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayItemWidth, calendarBaseTokens.calendarDayItemHeight, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
@@ -7,7 +7,7 @@ export var config = {
7
7
  },
8
8
  variations: {
9
9
  view: {
10
- "default": /*#__PURE__*/css(["", ":var(--surface-transparent-secondary);", ":transparent;", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":", ";", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
10
+ "default": /*#__PURE__*/css(["", ":var(--surface-transparent-secondary);", ":transparent;", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--surface-accent);", ":var(--surface-solid-default);", ":", ";", ":var(--text-secondary);", ":0.4;", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--surface-accent);"], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
11
11
  },
12
12
  size: {
13
13
  l: /*#__PURE__*/css(["", ":51.063rem;", ":25rem;", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":11.75rem;", ":10.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.5rem 0.5rem 0 0.5rem;", ":0.75rem;", ":7.8125rem;", ":5.25rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.75rem;", ":3.5rem;", ":3rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":0.063rem;", ":0.5rem;", ":0.5rem 0 0 0;", ":0 0 0 1rem;", ":0.5rem;", ":var(--plasma-typo-h4-font-family);", ":var(--plasma-typo-h4-font-size);", ":var(--plasma-typo-h4-font-style);", ":var(--plasma-typo-h4-letter-spacing);", ":var(--plasma-typo-h4-line-height);", ":var(--plasma-typo-h4-font-weight);", ":var(--plasma-typo-h4-bold-font-weight);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;"], calendarDoubleTokens.calendarWidth, calendarDoubleTokens.calendarHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearItemWidth, calendarDoubleTokens.calendarYearItemHeight, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterItemWidth, calendarDoubleTokens.calendarQuarterItemHeight, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthItemWidth, calendarDoubleTokens.calendarMonthItemHeight, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayItemWidth, calendarDoubleTokens.calendarDayItemHeight, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
@@ -103,11 +103,6 @@ const meta: Meta<StorySelectProps> = {
103
103
  },
104
104
  if: { arg: 'required', truthy: false },
105
105
  },
106
- chipType: {
107
- control: 'select',
108
- options: ['default', 'text'],
109
- if: { arg: 'target', eq: 'textfield-like' },
110
- },
111
106
  },
112
107
  args: {
113
108
  target: 'textfield-like',
@@ -125,7 +120,6 @@ const meta: Meta<StorySelectProps> = {
125
120
  optional: false,
126
121
  required: false,
127
122
  requiredPlacement: 'right',
128
- chipType: 'default',
129
123
  },
130
124
  parameters: {
131
125
  controls: {
@@ -149,7 +143,6 @@ const meta: Meta<StorySelectProps> = {
149
143
  'optional',
150
144
  'required',
151
145
  'requiredPlacement',
152
- 'chipType',
153
146
  ],
154
147
  },
155
148
  },
@@ -388,7 +381,7 @@ const SingleStory = (args: StorySelectProps) => {
388
381
  export const Single: StoryObj<StorySelectProps> = {
389
382
  parameters: {
390
383
  controls: {
391
- exclude: ['chipView', 'isTargetAmount', 'chipType'],
384
+ exclude: ['chipView', 'isTargetAmount'],
392
385
  },
393
386
  },
394
387
  render: (args) => <SingleStory {...args} />,
@@ -134,10 +134,6 @@ const meta: Meta<typeof TextField> = {
134
134
  control: { type: 'text' },
135
135
  if: { arg: 'hasHint', truthy: true },
136
136
  },
137
- chipType: {
138
- control: 'select',
139
- options: ['default', 'text'],
140
- },
141
137
  },
142
138
  };
143
139
 
@@ -237,11 +233,6 @@ export const Default: StoryObj<StoryPropsDefault> = {
237
233
  hintWidth: '10rem',
238
234
  hintHasArrow: true,
239
235
  },
240
- parameters: {
241
- controls: {
242
- exclude: ['chipType'],
243
- },
244
- },
245
236
  render: (args) => <StoryDemo {...args} />,
246
237
  };
247
238
 
@@ -297,7 +288,6 @@ export const Chips: StoryObj<StoryPropsChips> = {
297
288
  args: {
298
289
  ...Default.args,
299
290
  chips: ['1 value', '2 value', '3 value', '4 value'],
300
- chipType: 'default',
301
291
  },
302
292
  render: (args) => <StoryChips {...args} />,
303
293
  };
@@ -1,6 +1,5 @@
1
1
  import type { InputHTMLAttributes, ReactNode } from 'react';
2
- import { DistributiveOmit } from '../../types';
3
- import { TextFieldPropsBase } from '../TextField/TextField.types';
2
+ import { TextFieldPropsBase, RequiredProps } from '../TextField/TextField.types';
4
3
  export declare type SuggestionItemType = {
5
4
  /**
6
5
  * Метка-подпись к подсказке
@@ -85,5 +84,5 @@ export declare type BaseProps = {
85
84
  */
86
85
  renderListEnd?: () => ReactNode;
87
86
  };
88
- export declare type AutocompleteProps = BaseProps & DistributiveOmit<TextFieldPropsBase, 'chips' | 'onChangeChips' | 'enumerationType' | 'chipType'> & Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'required'>;
87
+ export declare type AutocompleteProps = BaseProps & RequiredProps & Omit<TextFieldPropsBase, 'chips' | 'onChangeChips' | 'enumerationType' | 'required' | 'optional' | 'requiredPlacement'> & Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'required'>;
89
88
  //# sourceMappingURL=Autocomplete.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.types.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAElE,oBAAY,kBAAkB,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,oBAAY,SAAS,GAAG;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,OAAO,CAAC;IAC/C;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,kBAAkB,EAAE,KAAK,SAAS,CAAC;IACxD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,SAAS,CAAC;CACnC,CAAC;AAEF,oBAAY,iBAAiB,GAAG,SAAS,GACrC,gBAAgB,CAAC,kBAAkB,EAAE,OAAO,GAAG,eAAe,GAAG,iBAAiB,GAAG,UAAU,CAAC,GAChG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"Autocomplete.types.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAEjF,oBAAY,kBAAkB,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,oBAAY,SAAS,GAAG;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,OAAO,CAAC;IAC/C;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,kBAAkB,EAAE,KAAK,SAAS,CAAC;IACxD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,SAAS,CAAC;CACnC,CAAC;AAEF,oBAAY,iBAAiB,GAAG,SAAS,GACrC,aAAa,GACb,IAAI,CACA,kBAAkB,EAClB,OAAO,GAAG,eAAe,GAAG,iBAAiB,GAAG,UAAU,GAAG,UAAU,GAAG,mBAAmB,CAChG,GACD,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC"}
@@ -38,7 +38,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
38
38
  onChangeChips?: undefined;
39
39
  enumerationType?: "plain" | undefined;
40
40
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
41
- chipType?: undefined;
42
41
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
43
42
  size?: string | undefined;
44
43
  view?: string | undefined;
@@ -78,7 +77,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
78
77
  onSearch?: undefined;
79
78
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
80
79
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
81
- chipType?: "text" | "default" | undefined;
82
80
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
83
81
  size?: string | undefined;
84
82
  view?: string | undefined;
@@ -118,7 +116,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
118
116
  onChangeChips?: undefined;
119
117
  enumerationType?: "plain" | undefined;
120
118
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
121
- chipType?: undefined;
122
119
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
123
120
  size?: string | undefined;
124
121
  view?: string | undefined;
@@ -158,7 +155,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
158
155
  onSearch?: undefined;
159
156
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
160
157
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
161
- chipType?: "text" | "default" | undefined;
162
158
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
163
159
  size?: string | undefined;
164
160
  view?: string | undefined;
@@ -198,7 +194,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
198
194
  onChangeChips?: undefined;
199
195
  enumerationType?: "plain" | undefined;
200
196
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
201
- chipType?: undefined;
202
197
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
203
198
  size?: string | undefined;
204
199
  view?: string | undefined;
@@ -238,7 +233,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
238
233
  onSearch?: undefined;
239
234
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
240
235
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
241
- chipType?: "text" | "default" | undefined;
242
236
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
243
237
  size?: string | undefined;
244
238
  view?: string | undefined;
@@ -278,7 +272,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
278
272
  onChangeChips?: undefined;
279
273
  enumerationType?: "plain" | undefined;
280
274
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
281
- chipType?: undefined;
282
275
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
283
276
  size?: string | undefined;
284
277
  view?: string | undefined;
@@ -318,7 +311,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
318
311
  onSearch?: undefined;
319
312
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
320
313
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
321
- chipType?: "text" | "default" | undefined;
322
314
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
323
315
  size?: string | undefined;
324
316
  view?: string | undefined;
@@ -358,7 +350,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
358
350
  onChangeChips?: undefined;
359
351
  enumerationType?: "plain" | undefined;
360
352
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
361
- chipType?: undefined;
362
353
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
363
354
  size?: string | undefined;
364
355
  view?: string | undefined;
@@ -398,7 +389,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
398
389
  onSearch?: undefined;
399
390
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
400
391
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
401
- chipType?: "text" | "default" | undefined;
402
392
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
403
393
  size?: string | undefined;
404
394
  view?: string | undefined;
@@ -438,7 +428,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
438
428
  onChangeChips?: undefined;
439
429
  enumerationType?: "plain" | undefined;
440
430
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
441
- chipType?: undefined;
442
431
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
443
432
  size?: string | undefined;
444
433
  view?: string | undefined;
@@ -478,7 +467,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
478
467
  onSearch?: undefined;
479
468
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
480
469
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
481
- chipType?: "text" | "default" | undefined;
482
470
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
483
471
  size?: string | undefined;
484
472
  view?: string | undefined;
@@ -518,7 +506,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
518
506
  onChangeChips?: undefined;
519
507
  enumerationType?: "plain" | undefined;
520
508
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
521
- chipType?: undefined;
522
509
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
523
510
  size?: string | undefined;
524
511
  view?: string | undefined;
@@ -558,7 +545,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
558
545
  onSearch?: undefined;
559
546
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
560
547
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
561
- chipType?: "text" | "default" | undefined;
562
548
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
563
549
  size?: string | undefined;
564
550
  view?: string | undefined;
@@ -598,7 +584,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
598
584
  onChangeChips?: undefined;
599
585
  enumerationType?: "plain" | undefined;
600
586
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
601
- chipType?: undefined;
602
587
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
603
588
  size?: string | undefined;
604
589
  view?: string | undefined;
@@ -638,6 +623,5 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
638
623
  onSearch?: undefined;
639
624
  chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
640
625
  onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
641
- chipType?: "text" | "default" | undefined;
642
626
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
643
627
  //# sourceMappingURL=TextField.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+IAoF3B,CAAC"}
1
+ {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+IAoF3B,CAAC"}
@@ -118,5 +118,6 @@ export declare const tokens: {
118
118
  calendarOutlineFocusColor: string;
119
119
  calendarContentPrimaryColor: string;
120
120
  calendarContentSecondaryColor: string;
121
+ calendarDisabledOpacity: string;
121
122
  };
122
123
  //# sourceMappingURL=Calendar.tokens.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Calendar/Calendar.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAenB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;CAcvB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHlB,CAAC"}
1
+ {"version":3,"file":"Calendar.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Calendar/Calendar.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAenB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;CAcvB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHlB,CAAC"}
@@ -38,7 +38,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
38
38
  onChangeChips?: undefined;
39
39
  enumerationType?: "plain" | undefined;
40
40
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
41
- chipType?: undefined;
42
41
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
43
42
  size?: string | undefined;
44
43
  view?: string | undefined;
@@ -78,7 +77,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
78
77
  onSearch?: undefined;
79
78
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
80
79
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
81
- chipType?: "text" | "default" | undefined;
82
80
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
83
81
  size?: string | undefined;
84
82
  view?: string | undefined;
@@ -118,7 +116,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
118
116
  onChangeChips?: undefined;
119
117
  enumerationType?: "plain" | undefined;
120
118
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
121
- chipType?: undefined;
122
119
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
123
120
  size?: string | undefined;
124
121
  view?: string | undefined;
@@ -158,7 +155,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
158
155
  onSearch?: undefined;
159
156
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
160
157
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
161
- chipType?: "text" | "default" | undefined;
162
158
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
163
159
  size?: string | undefined;
164
160
  view?: string | undefined;
@@ -198,7 +194,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
198
194
  onChangeChips?: undefined;
199
195
  enumerationType?: "plain" | undefined;
200
196
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
201
- chipType?: undefined;
202
197
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
203
198
  size?: string | undefined;
204
199
  view?: string | undefined;
@@ -238,7 +233,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
238
233
  onSearch?: undefined;
239
234
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
240
235
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
241
- chipType?: "text" | "default" | undefined;
242
236
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
243
237
  size?: string | undefined;
244
238
  view?: string | undefined;
@@ -278,7 +272,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
278
272
  onChangeChips?: undefined;
279
273
  enumerationType?: "plain" | undefined;
280
274
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
281
- chipType?: undefined;
282
275
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
283
276
  size?: string | undefined;
284
277
  view?: string | undefined;
@@ -318,7 +311,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
318
311
  onSearch?: undefined;
319
312
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
320
313
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
321
- chipType?: "text" | "default" | undefined;
322
314
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
323
315
  size?: string | undefined;
324
316
  view?: string | undefined;
@@ -358,7 +350,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
358
350
  onChangeChips?: undefined;
359
351
  enumerationType?: "plain" | undefined;
360
352
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
361
- chipType?: undefined;
362
353
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
363
354
  size?: string | undefined;
364
355
  view?: string | undefined;
@@ -398,7 +389,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
398
389
  onSearch?: undefined;
399
390
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
400
391
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
401
- chipType?: "text" | "default" | undefined;
402
392
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
403
393
  size?: string | undefined;
404
394
  view?: string | undefined;
@@ -438,7 +428,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
438
428
  onChangeChips?: undefined;
439
429
  enumerationType?: "plain" | undefined;
440
430
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
441
- chipType?: undefined;
442
431
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
443
432
  size?: string | undefined;
444
433
  view?: string | undefined;
@@ -478,7 +467,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
478
467
  onSearch?: undefined;
479
468
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
480
469
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
481
- chipType?: "text" | "default" | undefined;
482
470
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
483
471
  size?: string | undefined;
484
472
  view?: string | undefined;
@@ -518,7 +506,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
518
506
  onChangeChips?: undefined;
519
507
  enumerationType?: "plain" | undefined;
520
508
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
521
- chipType?: undefined;
522
509
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
523
510
  size?: string | undefined;
524
511
  view?: string | undefined;
@@ -558,7 +545,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
558
545
  onSearch?: undefined;
559
546
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
560
547
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
561
- chipType?: "text" | "default" | undefined;
562
548
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
563
549
  size?: string | undefined;
564
550
  view?: string | undefined;
@@ -598,7 +584,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
598
584
  onChangeChips?: undefined;
599
585
  enumerationType?: "plain" | undefined;
600
586
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
601
- chipType?: undefined;
602
587
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
603
588
  size?: string | undefined;
604
589
  view?: string | undefined;
@@ -638,6 +623,5 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
638
623
  onSearch?: undefined;
639
624
  chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
640
625
  onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
641
- chipType?: "text" | "default" | undefined;
642
626
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
643
627
  //# sourceMappingURL=Target.styles.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kJAiJ3B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kJAiJ3B,CAAC"}