@salutejs/plasma-new-hope 0.343.0-canary.2358.19815233540.0 → 0.343.0-canary.2365.19816292443.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 (188) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +28 -26
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +28 -26
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +28 -26
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +28 -26
  6. package/cjs/components/DateTimePicker/DateTimePicker.css +28 -26
  7. package/cjs/components/DateTimePicker/ui/Input/Input.css +28 -26
  8. package/cjs/components/Pagination/Pagination.css +37 -35
  9. package/cjs/components/Pagination/Pagination.styles.js +7 -7
  10. package/cjs/components/Pagination/Pagination.styles.js.map +1 -1
  11. package/cjs/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_11gdtmg.css} +1 -1
  12. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  13. package/cjs/components/Range/Range.css +28 -26
  14. package/cjs/components/Select/Select.css +28 -26
  15. package/cjs/components/Select/ui/Target/Target.css +28 -26
  16. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  17. package/cjs/components/Slider/Slider.css +28 -26
  18. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  19. package/cjs/components/Table/Table.css +28 -26
  20. package/cjs/components/Table/ui/Cell/Cell.css +28 -26
  21. package/cjs/components/Table/ui/EditableCell/EditableCell.css +28 -26
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.css +28 -26
  23. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  24. package/cjs/components/TextField/TextField.js +23 -16
  25. package/cjs/components/TextField/TextField.js.map +1 -1
  26. package/cjs/components/TextField/TextField.styles.js +18 -8
  27. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  28. package/cjs/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  29. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  30. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  31. package/cjs/components/TextField/variations/_clear/base.js +9 -0
  32. package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
  33. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  34. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  35. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  36. package/{es/components/TextField/variations/_label-placement/base_o4xjq1.css → cjs/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  37. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  38. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  39. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  40. package/cjs/components/TextField/variations/_view/base.js +1 -1
  41. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  42. package/cjs/components/TextField/variations/_view/{base_1twy16p.css → base_1diyp23.css} +1 -1
  43. package/cjs/components/TimePicker/TimePicker.css +28 -26
  44. package/cjs/index.css +37 -35
  45. package/cjs/utils/createConditionalComponent.js +4 -8
  46. package/cjs/utils/createConditionalComponent.js.map +1 -1
  47. package/emotion/cjs/components/Pagination/Pagination.styles.js +18 -18
  48. package/emotion/cjs/components/TextField/TextField.js +24 -17
  49. package/emotion/cjs/components/TextField/TextField.styles.js +49 -46
  50. package/emotion/cjs/components/TextField/variations/_clear/base.js +14 -0
  51. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  52. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  53. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  54. package/emotion/cjs/examples/components/TextField/TextField.config.js +25 -22
  55. package/emotion/cjs/examples/components/TextField/TextField.js +5 -29
  56. package/emotion/cjs/utils/createConditionalComponent.js +8 -76
  57. package/emotion/es/components/Pagination/Pagination.styles.js +18 -18
  58. package/emotion/es/components/TextField/TextField.js +12 -5
  59. package/emotion/es/components/TextField/TextField.styles.js +49 -46
  60. package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
  61. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  62. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  63. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  64. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  65. package/emotion/es/examples/components/TextField/TextField.config.js +25 -22
  66. package/emotion/es/examples/components/TextField/TextField.js +2 -15
  67. package/emotion/es/utils/createConditionalComponent.js +5 -37
  68. package/es/components/Autocomplete/Autocomplete.css +28 -26
  69. package/es/components/Combobox/ComboboxNew/Combobox.css +28 -26
  70. package/es/components/DatePicker/RangeDate/RangeDate.css +28 -26
  71. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  72. package/es/components/DatePicker/SingleDate/SingleDate.css +28 -26
  73. package/es/components/DateTimePicker/DateTimePicker.css +28 -26
  74. package/es/components/DateTimePicker/ui/Input/Input.css +28 -26
  75. package/es/components/Pagination/Pagination.css +37 -35
  76. package/es/components/Pagination/Pagination.styles.js +7 -7
  77. package/es/components/Pagination/Pagination.styles.js.map +1 -1
  78. package/es/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_11gdtmg.css} +1 -1
  79. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  80. package/es/components/Range/Range.css +28 -26
  81. package/es/components/Select/Select.css +28 -26
  82. package/es/components/Select/ui/Target/Target.css +28 -26
  83. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  84. package/es/components/Slider/Slider.css +28 -26
  85. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  86. package/es/components/Table/Table.css +28 -26
  87. package/es/components/Table/ui/Cell/Cell.css +28 -26
  88. package/es/components/Table/ui/EditableCell/EditableCell.css +28 -26
  89. package/es/components/Table/ui/HeadCell/HeadCell.css +28 -26
  90. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  91. package/es/components/TextField/TextField.js +23 -16
  92. package/es/components/TextField/TextField.js.map +1 -1
  93. package/es/components/TextField/TextField.styles.js +18 -8
  94. package/es/components/TextField/TextField.styles.js.map +1 -1
  95. package/es/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  96. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  97. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  98. package/es/components/TextField/variations/_clear/base.js +5 -0
  99. package/es/components/TextField/variations/_clear/base.js.map +1 -0
  100. package/es/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  101. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  102. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  103. package/{cjs/components/TextField/variations/_label-placement/base_o4xjq1.css → es/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  104. package/es/components/TextField/variations/_read-only/base.js +1 -1
  105. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  106. package/es/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  107. package/es/components/TextField/variations/_view/base.js +1 -1
  108. package/es/components/TextField/variations/_view/base.js.map +1 -1
  109. package/es/components/TextField/variations/_view/{base_1twy16p.css → base_1diyp23.css} +1 -1
  110. package/es/components/TimePicker/TimePicker.css +28 -26
  111. package/es/index.css +37 -35
  112. package/es/utils/createConditionalComponent.js +6 -10
  113. package/es/utils/createConditionalComponent.js.map +1 -1
  114. package/package.json +3 -3
  115. package/styled-components/cjs/components/Pagination/Pagination.styles.js +12 -14
  116. package/styled-components/cjs/components/TextField/TextField.js +23 -16
  117. package/styled-components/cjs/components/TextField/TextField.styles.js +32 -31
  118. package/styled-components/cjs/components/TextField/variations/_clear/base.js +52 -0
  119. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +4 -6
  120. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +4 -3
  121. package/styled-components/cjs/components/TextField/variations/_view/base.js +2 -13
  122. package/styled-components/cjs/examples/components/TextField/TextField.config.js +48 -10
  123. package/styled-components/cjs/examples/components/TextField/TextField.js +5 -29
  124. package/styled-components/cjs/utils/createConditionalComponent.js +8 -76
  125. package/styled-components/es/components/Pagination/Pagination.styles.js +12 -14
  126. package/styled-components/es/components/TextField/TextField.js +11 -4
  127. package/styled-components/es/components/TextField/TextField.styles.js +32 -31
  128. package/styled-components/es/components/TextField/variations/_clear/base.js +42 -0
  129. package/styled-components/es/components/TextField/variations/_label-placement/base.js +5 -7
  130. package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -3
  131. package/styled-components/es/components/TextField/variations/_view/base.js +3 -14
  132. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  133. package/styled-components/es/examples/components/TextField/TextField.config.js +48 -10
  134. package/styled-components/es/examples/components/TextField/TextField.js +2 -15
  135. package/styled-components/es/utils/createConditionalComponent.js +5 -37
  136. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -8
  137. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  138. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -8
  139. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  140. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -8
  141. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  142. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +0 -8
  143. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  144. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  145. package/types/components/Range/Range.styles.d.ts +0 -8
  146. package/types/components/Range/Range.styles.d.ts.map +1 -1
  147. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -8
  148. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  149. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -8
  150. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  151. package/types/components/TextField/TextField.d.ts +4 -0
  152. package/types/components/TextField/TextField.d.ts.map +1 -1
  153. package/types/components/TextField/TextField.styles.d.ts +4 -1
  154. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  155. package/types/components/TextField/TextField.types.d.ts +0 -8
  156. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  157. package/types/components/TextField/variations/_clear/base.d.ts +2 -0
  158. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
  159. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  160. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  161. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  162. package/types/components/TimePicker/TimePicker.styles.d.ts +0 -8
  163. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  164. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  165. package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
  166. package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
  167. package/types/examples/components/Chip/Chip.d.ts +2 -2
  168. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  169. package/types/examples/components/Mask/Mask.d.ts +33 -17
  170. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  171. package/types/examples/components/NumberFormat/NumberFormat.d.ts +40 -24
  172. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  173. package/types/examples/components/Radiobox/Radiobox.d.ts +8 -49
  174. package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
  175. package/types/examples/components/TextField/TextField.config.d.ts +3 -0
  176. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  177. package/types/examples/components/TextField/TextField.d.ts +4 -970
  178. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  179. package/types/utils/createConditionalComponent.d.ts +1 -1
  180. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  181. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  182. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +0 -59
  183. package/emotion/es/examples/components/TextField/TextField.clear.config.js +0 -49
  184. package/es/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  185. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +0 -670
  186. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +0 -660
  187. package/types/examples/components/TextField/TextField.clear.config.d.ts +0 -48
  188. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +0 -1
@@ -11,6 +11,9 @@ export var config = {
11
11
  default: css([
12
12
  "",
13
13
  ":var(--text-primary);",
14
+ ":var(--text-primary);",
15
+ ":var(--text-secondary);",
16
+ ":var(--text-tertiary);",
14
17
  ":var(--text-secondary);",
15
18
  ":var(--text-tertiary);",
16
19
  ":var(--surface-transparent-primary);",
@@ -32,12 +35,15 @@ export var config = {
32
35
  ":var(--text-accent);",
33
36
  ":var(--surface-negative);",
34
37
  ":var(--text-tertiary);"
35
- ], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
38
+ ], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
36
39
  positive: css([
37
40
  "",
38
41
  ":var(--text-primary);",
42
+ ":var(--text-positive);",
39
43
  ":var(--text-secondary);",
40
44
  ":var(--text-tertiary);",
45
+ ":var(--text-positive);",
46
+ ":var(--text-positive);",
41
47
  ":var(--surface-transparent-positive);",
42
48
  ":var(--surface-transparent-positive-hover);",
43
49
  ":var(--surface-transparent-positive-active);",
@@ -57,12 +63,15 @@ export var config = {
57
63
  ":var(--text-accent);",
58
64
  ":var(--surface-negative);",
59
65
  ":var(--text-tertiary);"
60
- ], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
66
+ ], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
61
67
  warning: css([
62
68
  "",
63
69
  ":var(--text-primary);",
70
+ ":var(--text-warning);",
64
71
  ":var(--text-secondary);",
65
72
  ":var(--text-tertiary);",
73
+ ":var(--text-warning);",
74
+ ":var(--text-warning);",
66
75
  ":var(--surface-transparent-warning);",
67
76
  ":var(--surface-transparent-warning-hover);",
68
77
  ":var(--surface-transparent-warning-active);",
@@ -82,12 +91,15 @@ export var config = {
82
91
  ":var(--text-accent);",
83
92
  ":var(--surface-negative);",
84
93
  ":var(--text-tertiary);"
85
- ], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
94
+ ], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
86
95
  negative: css([
87
96
  "",
88
97
  ":var(--text-primary);",
98
+ ":var(--text-negative);",
89
99
  ":var(--text-secondary);",
90
100
  ":var(--text-tertiary);",
101
+ ":var(--text-negative);",
102
+ ":var(--text-negative);",
91
103
  ":var(--surface-transparent-negative);",
92
104
  ":var(--surface-transparent-negative-hover);",
93
105
  ":var(--surface-transparent-negative-active);",
@@ -107,7 +119,7 @@ export var config = {
107
119
  ":var(--text-accent);",
108
120
  ":var(--surface-negative);",
109
121
  ":var(--text-tertiary);"
110
- ], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
122
+ ], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
111
123
  },
112
124
  size: {
113
125
  xl: css([
@@ -125,6 +137,7 @@ export var config = {
125
137
  ":var(--plasma-typo-body-l-letter-spacing);",
126
138
  ":var(--plasma-typo-body-l-line-height);",
127
139
  ":0.75rem;",
140
+ ":0.25rem;",
128
141
  ":var(--plasma-typo-body-l-font-family);",
129
142
  ":var(--plasma-typo-body-l-font-size);",
130
143
  ":var(--plasma-typo-body-l-font-style);",
@@ -134,6 +147,7 @@ export var config = {
134
147
  ":-0.688rem -0.5rem;",
135
148
  ":2.375rem;",
136
149
  ":0.82rem -2.938rem auto auto;",
150
+ ":0.82rem -2.063rem auto auto;",
137
151
  ":0.25rem;",
138
152
  ":var(--plasma-typo-body-xs-font-family);",
139
153
  ":var(--plasma-typo-body-xs-font-size);",
@@ -178,8 +192,11 @@ export var config = {
178
192
  ":0 0 0 0;",
179
193
  ":0.5rem auto auto -0.75rem;",
180
194
  ":0 0 auto auto;",
181
- ":0.25rem -0.625rem auto auto;"
182
- ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.textBeforeMargin, tokens.textAfterMargin, tokens.chipGap, tokens.chipMarginRight, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
195
+ ":0.25rem -0.625rem auto auto;",
196
+ ":1.75rem auto auto -0.875rem;",
197
+ ":1.75rem -0.875rem auto auto;",
198
+ ":1.75rem -2.488rem auto auto;"
199
+ ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.textBeforeMargin, tokens.textAfterMargin, tokens.chipGap, tokens.chipMarginRight, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight),
183
200
  l: css([
184
201
  "",
185
202
  ":3.5rem;",
@@ -199,6 +216,7 @@ export var config = {
199
216
  ":var(--plasma-typo-body-l-letter-spacing);",
200
217
  ":var(--plasma-typo-body-l-line-height);",
201
218
  ":0.75rem;",
219
+ ":0.25rem;",
202
220
  ":var(--plasma-typo-body-l-font-family);",
203
221
  ":var(--plasma-typo-body-l-font-size);",
204
222
  ":var(--plasma-typo-body-l-font-style);",
@@ -245,9 +263,12 @@ export var config = {
245
263
  ":0.5rem auto auto -0.75rem;",
246
264
  ":0 0 auto auto;",
247
265
  ":0.25rem -0.625rem auto auto;",
266
+ ":1.5rem auto auto -0.875rem;",
267
+ ":1.5rem -0.875rem auto auto;",
268
+ ":1.5rem -2.488rem auto auto;",
248
269
  ":0 0.25rem 0 0;",
249
270
  ":0 0 0 0.25rem;"
250
- ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
271
+ ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
251
272
  m: css([
252
273
  "",
253
274
  ":3rem;",
@@ -267,6 +288,7 @@ export var config = {
267
288
  ":var(--plasma-typo-body-m-letter-spacing);",
268
289
  ":var(--plasma-typo-body-m-line-height);",
269
290
  ":0.625rem;",
291
+ ":0.25rem;",
270
292
  ":var(--plasma-typo-body-m-font-family);",
271
293
  ":var(--plasma-typo-body-m-font-size);",
272
294
  ":var(--plasma-typo-body-m-font-style);",
@@ -313,9 +335,12 @@ export var config = {
313
335
  ":0.375rem auto auto -0.75rem;",
314
336
  ":0 0 auto auto;",
315
337
  ":0.25rem -0.6875rem auto auto;",
338
+ ":1.25rem auto auto -0.875rem;",
339
+ ":1.25rem -0.875rem auto auto;",
340
+ ":1.25rem -2.488rem auto auto;",
316
341
  ":0 0.25rem 0 0;",
317
342
  ":0 0 0 0.25rem;"
318
- ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
343
+ ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
319
344
  s: css([
320
345
  "",
321
346
  ":2.5rem;",
@@ -335,6 +360,7 @@ export var config = {
335
360
  ":var(--plasma-typo-body-s-letter-spacing);",
336
361
  ":var(--plasma-typo-body-s-line-height);",
337
362
  ":0.5rem;",
363
+ ":0.25rem;",
338
364
  ":var(--plasma-typo-body-s-font-family);",
339
365
  ":var(--plasma-typo-body-s-font-size);",
340
366
  ":var(--plasma-typo-body-s-font-style);",
@@ -381,9 +407,12 @@ export var config = {
381
407
  ":0.3125rem auto auto -0.6875rem;",
382
408
  ":0 0 auto auto;",
383
409
  ":0.25rem -0.625rem auto auto;",
410
+ ":1.063rem auto auto -0.75rem;",
411
+ ":1.063rem -0.75rem auto auto;",
412
+ ":1.063rem -2.238rem auto auto;",
384
413
  ":0 0.25rem 0 0;",
385
414
  ":0 0 0 0.25rem;"
386
- ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
415
+ ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
387
416
  xs: css([
388
417
  "",
389
418
  ":2rem;",
@@ -403,6 +432,7 @@ export var config = {
403
432
  ":var(--plasma-typo-body-xs-letter-spacing);",
404
433
  ":var(--plasma-typo-body-xs-line-height);",
405
434
  ":0.375rem;",
435
+ ":0.25rem;",
406
436
  ":var(--plasma-typo-body-xs-font-family);",
407
437
  ":var(--plasma-typo-body-xs-font-size);",
408
438
  ":var(--plasma-typo-body-xs-font-style);",
@@ -449,9 +479,12 @@ export var config = {
449
479
  ":0.25rem auto auto -0.625rem;",
450
480
  ":0 0 auto auto;",
451
481
  ":0.125rem -0.6875rem auto auto;",
482
+ ":0.813rem auto auto -0.625rem;",
483
+ ":0.813rem -0.625rem auto auto;",
484
+ ":0.813rem -1.988rem auto auto;",
452
485
  ":0 0.25rem 0 0;",
453
486
  ":0 0 0 0.25rem;"
454
- ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin)
487
+ ], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin)
455
488
  },
456
489
  labelPlacement: {
457
490
  inner: css([
@@ -468,6 +501,11 @@ export var config = {
468
501
  ""
469
502
  ])
470
503
  },
504
+ clear: {
505
+ true: css([
506
+ ""
507
+ ])
508
+ },
471
509
  chipView: {
472
510
  default: css([
473
511
  "",
@@ -1,18 +1,5 @@
1
- import { createConditionalComponent } from "../../../utils";
2
1
  import { component, mergeConfig } from "../../../engines";
3
2
  import { textFieldConfig } from "../../../components/TextField";
4
3
  import { config } from "./TextField.config";
5
- import { config as clearConfig } from "./TextField.clear.config";
6
- var mergedConfigDefault = mergeConfig(textFieldConfig, config);
7
- export var TextFieldDefault = component(mergedConfigDefault);
8
- var mergedConfigClear = mergeConfig(textFieldConfig, clearConfig);
9
- export var TextFieldClear = component(mergedConfigClear);
10
- export var TextField = createConditionalComponent(TextFieldDefault, [
11
- {
12
- conditions: {
13
- prop: 'appearance',
14
- value: 'clear'
15
- },
16
- component: TextFieldClear
17
- }
18
- ]);
4
+ var mergedConfig = mergeConfig(textFieldConfig, config);
5
+ export var TextField = component(mergedConfig);
@@ -1,35 +1,7 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- import React, { forwardRef } from "react";
1
+ import React from "react";
30
2
  // TODO: Поправить типы, если внутри услвовия типы не совпадают
31
3
  export function createConditionalComponent(defaultComponent, mappings) {
32
- return /*#__PURE__*/ forwardRef(function(props, ref) {
4
+ return function(props) {
33
5
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
34
6
  try {
35
7
  for(var _iterator = mappings[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
@@ -44,9 +16,7 @@ export function createConditionalComponent(defaultComponent, mappings) {
44
16
  });
45
17
  if (allConditionsMatch) {
46
18
  var Component = component;
47
- return /*#__PURE__*/ React.createElement(Component, _object_spread({
48
- ref: ref
49
- }, props));
19
+ return /*#__PURE__*/ React.createElement(Component, props);
50
20
  }
51
21
  }
52
22
  } catch (err) {
@@ -64,8 +34,6 @@ export function createConditionalComponent(defaultComponent, mappings) {
64
34
  }
65
35
  }
66
36
  var DefaultComponent = defaultComponent;
67
- return /*#__PURE__*/ React.createElement(DefaultComponent, _object_spread({
68
- ref: ref
69
- }, props));
70
- });
37
+ return /*#__PURE__*/ React.createElement(DefaultComponent, props);
38
+ };
71
39
  }
@@ -1,5 +1,4 @@
1
1
  export declare const StyledTextField: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
2
- appearance?: "default" | "clear";
3
2
  size?: string;
4
3
  view?: string;
5
4
  readOnly?: boolean;
@@ -36,7 +35,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
36
35
  chipView?: never;
37
36
  chipValidator?: never;
38
37
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
39
- appearance?: "default" | "clear";
40
38
  size?: string;
41
39
  view?: string;
42
40
  readOnly?: boolean;
@@ -75,7 +73,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
75
73
  view?: string;
76
74
  };
77
75
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
- appearance?: "default" | "clear";
79
76
  size?: string;
80
77
  view?: string;
81
78
  readOnly?: boolean;
@@ -112,7 +109,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
112
109
  chipView?: never;
113
110
  chipValidator?: never;
114
111
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
115
- appearance?: "default" | "clear";
116
112
  size?: string;
117
113
  view?: string;
118
114
  readOnly?: boolean;
@@ -151,7 +147,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
151
147
  view?: string;
152
148
  };
153
149
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
- appearance?: "default" | "clear";
155
150
  size?: string;
156
151
  view?: string;
157
152
  readOnly?: boolean;
@@ -188,7 +183,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
188
183
  chipView?: never;
189
184
  chipValidator?: never;
190
185
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
191
- appearance?: "default" | "clear";
192
186
  size?: string;
193
187
  view?: string;
194
188
  readOnly?: boolean;
@@ -227,7 +221,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
227
221
  view?: string;
228
222
  };
229
223
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
- appearance?: "default" | "clear";
231
224
  size?: string;
232
225
  view?: string;
233
226
  readOnly?: boolean;
@@ -264,7 +257,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
264
257
  chipView?: never;
265
258
  chipValidator?: never;
266
259
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
267
- appearance?: "default" | "clear";
268
260
  size?: string;
269
261
  view?: string;
270
262
  readOnly?: boolean;
@@ -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;;;;;;;;;kBA4D+D,MAAO,YAC3F;mBAAqE,MAAO,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAzD2B,CAAC;;;;;;;;;;;;;wBAqDgB,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ4C,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAzD2B,CAAC;;;;;;;;;;;;;wBAqDgB,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ4C,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAzD2B,CAAC;;;;;;;;;;;;;wBAqDgB,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ4C,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAzD2B,CAAC;;;;;;;;;;;;;wBAqDgB,YAC3F;yBAA4E,YAAY;;;oCAG1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+IAwDrD,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;;;;;;;;kBA4DR,MAAO,YAAY;mBAClC,MAAO,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxDK,CAAC;;;;;;;;;;;;wBAqDvD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAHjD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxDK,CAAC;;;;;;;;;;;;wBAqDvD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAHjD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxDK,CAAC;;;;;;;;;;;;wBAqDvD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAHjD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxDK,CAAC;;;;;;;;;;;;wBAqDvD,YAAY;yBAC3B,YAAY;;;oCAEmD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+IAyD3E,CAAC"}
@@ -1,5 +1,4 @@
1
1
  export declare const StyledTextField: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../engines/types").PropsType<import("../../../../../engines/types").Variants> & (({
2
- appearance?: "default" | "clear";
3
2
  size?: string;
4
3
  view?: string;
5
4
  readOnly?: boolean;
@@ -36,7 +35,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
36
35
  chipView?: never;
37
36
  chipValidator?: never;
38
37
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
39
- appearance?: "default" | "clear";
40
38
  size?: string;
41
39
  view?: string;
42
40
  readOnly?: boolean;
@@ -75,7 +73,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
75
73
  view?: string;
76
74
  };
77
75
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
- appearance?: "default" | "clear";
79
76
  size?: string;
80
77
  view?: string;
81
78
  readOnly?: boolean;
@@ -112,7 +109,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
112
109
  chipView?: never;
113
110
  chipValidator?: never;
114
111
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
115
- appearance?: "default" | "clear";
116
112
  size?: string;
117
113
  view?: string;
118
114
  readOnly?: boolean;
@@ -151,7 +147,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
151
147
  view?: string;
152
148
  };
153
149
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
- appearance?: "default" | "clear";
155
150
  size?: string;
156
151
  view?: string;
157
152
  readOnly?: boolean;
@@ -188,7 +183,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
188
183
  chipView?: never;
189
184
  chipValidator?: never;
190
185
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
191
- appearance?: "default" | "clear";
192
186
  size?: string;
193
187
  view?: string;
194
188
  readOnly?: boolean;
@@ -227,7 +221,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
227
221
  view?: string;
228
222
  };
229
223
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
- appearance?: "default" | "clear";
231
224
  size?: string;
232
225
  view?: string;
233
226
  readOnly?: boolean;
@@ -264,7 +257,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
264
257
  chipView?: never;
265
258
  chipValidator?: never;
266
259
  } & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
267
- appearance?: "default" | "clear";
268
260
  size?: string;
269
261
  view?: string;
270
262
  readOnly?: boolean;
@@ -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;;;;;;;;;kBA8ElB,MAAO,YAAY;mBAAqE,MAAO,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAxEE,CAAC;;;;;;;;;;;;;wBAoEvC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAxEE,CAAC;;;;;;;;;;;;;wBAoEvC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAxEE,CAAC;;;;;;;;;;;;;wBAoEvC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJpC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;oCAxEE,CAAC;;;;;;;;;;;;;wBAoEvC,YAAY;yBAA4E,YACjG;;;oCAG4C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;kJAgGpD,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;;;;;;;;kBA6EI,MAAO,YAAY;mBACxB,MAAO,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;oCAvE9B,CAAC;;;;;;;;;;;;wBAmEjB,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ9C,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;oCAvE9B,CAAC;;;;;;;;;;;;wBAmEjB,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ9C,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;oCAvE9B,CAAC;;;;;;;;;;;;wBAmEjB,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJ9C,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;oCAvE9B,CAAC;;;;;;;;;;;;wBAmEjB,YAAY;yBACjB,YAAY;;;oCAGsC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;kJAiGpF,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export declare const StyledPopover: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
2
2
  export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
3
- appearance?: "default" | "clear";
4
3
  size?: string;
5
4
  view?: string;
6
5
  readOnly?: boolean;
@@ -37,7 +36,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
37
36
  chipView?: never;
38
37
  chipValidator?: never;
39
38
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
40
- appearance?: "default" | "clear";
41
39
  size?: string;
42
40
  view?: string;
43
41
  readOnly?: boolean;
@@ -76,7 +74,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
76
74
  view?: string;
77
75
  };
78
76
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
79
- appearance?: "default" | "clear";
80
77
  size?: string;
81
78
  view?: string;
82
79
  readOnly?: boolean;
@@ -113,7 +110,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
113
110
  chipView?: never;
114
111
  chipValidator?: never;
115
112
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
116
- appearance?: "default" | "clear";
117
113
  size?: string;
118
114
  view?: string;
119
115
  readOnly?: boolean;
@@ -152,7 +148,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
152
148
  view?: string;
153
149
  };
154
150
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
155
- appearance?: "default" | "clear";
156
151
  size?: string;
157
152
  view?: string;
158
153
  readOnly?: boolean;
@@ -189,7 +184,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
189
184
  chipView?: never;
190
185
  chipValidator?: never;
191
186
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
192
- appearance?: "default" | "clear";
193
187
  size?: string;
194
188
  view?: string;
195
189
  readOnly?: boolean;
@@ -228,7 +222,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
228
222
  view?: string;
229
223
  };
230
224
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
231
- appearance?: "default" | "clear";
232
225
  size?: string;
233
226
  view?: string;
234
227
  readOnly?: boolean;
@@ -265,7 +258,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
265
258
  chipView?: never;
266
259
  chipValidator?: never;
267
260
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
268
- appearance?: "default" | "clear";
269
261
  size?: string;
270
262
  view?: string;
271
263
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW;;;;;;;;;kBAmFL,MAAO,YACvB;mBAAqE,MAAO,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFf,CAAC;;;;;;;;;;;;;wBA4ExB,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJtC,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFf,CAAC;;;;;;;;;;;;;wBA4ExB,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJtC,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFf,CAAC;;;;;;;;;;;;;wBA4ExB,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJtC,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFf,CAAC;;;;;;;;;;;;;wBA4ExB,YACvB;yBAA4E,YAAY;;;oCAG5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;4IAiB/D,CAAC;AAEF,eAAO,MAAM,IAAI,0CAchB,CAAC;AAEF,eAAO,MAAM,UAAU,qKAUtB,CAAC"}
1
+ {"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW;;;;;;;;kBAiFsC,MAAO,YAAY;mBAGzE,MAAA,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;oCA/E5C,CAAC;;;;;;;;;;;;wBA0EmB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALxB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;oCA/E5C,CAAC;;;;;;;;;;;;wBA0EmB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALxB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;oCA/E5C,CAAC;;;;;;;;;;;;wBA0EmB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALxB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;oCA/E5C,CAAC;;;;;;;;;;;;wBA0EmB,YAAY;yBAGzE,YAAY;;;oCAEwE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;4IAkB5F,CAAC;AAEF,eAAO,MAAM,IAAI,0CAchB,CAAC;AAEF,eAAO,MAAM,UAAU,qKAUtB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
2
- appearance?: "default" | "clear";
3
2
  size?: string;
4
3
  view?: string;
5
4
  readOnly?: boolean;
@@ -36,7 +35,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
36
35
  chipView?: never;
37
36
  chipValidator?: never;
38
37
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
39
- appearance?: "default" | "clear";
40
38
  size?: string;
41
39
  view?: string;
42
40
  readOnly?: boolean;
@@ -75,7 +73,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
75
73
  view?: string;
76
74
  };
77
75
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
- appearance?: "default" | "clear";
79
76
  size?: string;
80
77
  view?: string;
81
78
  readOnly?: boolean;
@@ -112,7 +109,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
112
109
  chipView?: never;
113
110
  chipValidator?: never;
114
111
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
115
- appearance?: "default" | "clear";
116
112
  size?: string;
117
113
  view?: string;
118
114
  readOnly?: boolean;
@@ -151,7 +147,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
151
147
  view?: string;
152
148
  };
153
149
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
- appearance?: "default" | "clear";
155
150
  size?: string;
156
151
  view?: string;
157
152
  readOnly?: boolean;
@@ -188,7 +183,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
188
183
  chipView?: never;
189
184
  chipValidator?: never;
190
185
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
191
- appearance?: "default" | "clear";
192
186
  size?: string;
193
187
  view?: string;
194
188
  readOnly?: boolean;
@@ -227,7 +221,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
227
221
  view?: string;
228
222
  };
229
223
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
- appearance?: "default" | "clear";
231
224
  size?: string;
232
225
  view?: string;
233
226
  readOnly?: boolean;
@@ -264,7 +257,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
264
257
  chipView?: never;
265
258
  chipValidator?: never;
266
259
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
267
- appearance?: "default" | "clear";
268
260
  size?: string;
269
261
  view?: string;
270
262
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DateTimePicker/ui/Input/Input.styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW;;;;;;;;;kBAwFH,MAAO,YAAY;mBACvB,MAAO,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;oCAlF8C,CAAC;;;;;;;;;;;;;wBA6EtB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALyB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;oCAlF8C,CAAC;;;;;;;;;;;;;wBA6EtB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALyB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;oCAlF8C,CAAC;;;;;;;;;;;;;wBA6EtB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBALyB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;oCAlF8C,CAAC;;;;;;;;;;;;;wBA6EtB,YAAY;yBAChB,YAAY;;;oCAI5B,CAAL;;;;;;;;;;;;;;;;;;;;;;;;;;+IAGF,CAAC"}
1
+ {"version":3,"file":"Input.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DateTimePicker/ui/Input/Input.styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW;;;;;;;;kBAoFoD,MAAO,YAChF;mBAGmC,MAAO,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAjFiC,CAAC;;;;;;;;;;;;wBAyEiC,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBARmE,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAjFiC,CAAC;;;;;;;;;;;;wBAyEiC,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBARmE,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAjFiC,CAAC;;;;;;;;;;;;wBAyEiC,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBARmE,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;oCAjFiC,CAAC;;;;;;;;;;;;wBAyEiC,YAChF;yBAG0C,YAAY;;;oCAI1C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+IAIf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.styles.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,cAAc,qKAgB1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAK3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAyB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,sPAwBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAuD5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,qKAWjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,qKAYhC,CAAC"}
1
+ {"version":3,"file":"Pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.styles.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,cAAc,qKAgB1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAK3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAmB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,sPAwBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAuD5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,qKAWjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,qKAYhC,CAAC"}