@salutejs/sdds-serv 0.333.0 → 0.333.1-dev.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 (114) hide show
  1. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +13 -12
  2. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -1
  3. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_hyzr34.css +13 -0
  4. package/dist/css/cjs/components/DatePicker/DatePicker.config.js +15 -13
  5. package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
  6. package/dist/css/cjs/components/DatePicker/DatePicker.config_ycsxvz.css +13 -0
  7. package/dist/css/cjs/components/DatePicker/DatePicker.css +26 -24
  8. package/dist/css/cjs/components/File/File.config.js +29 -0
  9. package/dist/css/cjs/components/File/File.config.js.map +1 -0
  10. package/dist/css/cjs/components/File/File.config_1a4f2ef.css +7 -0
  11. package/dist/css/cjs/components/File/File.css +7 -0
  12. package/dist/css/cjs/components/File/File.js +12 -0
  13. package/dist/css/cjs/components/File/File.js.map +1 -0
  14. package/dist/css/cjs/components/Radiobox/Radiobox.config.js +1 -1
  15. package/dist/css/{es/components/Radiobox/Radiobox.config_yqdgm2.css → cjs/components/Radiobox/Radiobox.config_wyokmu.css} +11 -11
  16. package/dist/css/cjs/components/Radiobox/Radiobox.css +13 -13
  17. package/dist/css/cjs/index.css +48 -38
  18. package/dist/css/cjs/index.js +10 -0
  19. package/dist/css/cjs/index.js.map +1 -1
  20. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +13 -12
  21. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -1
  22. package/dist/css/es/components/DatePicker/DatePicker.clear.config_hyzr34.css +13 -0
  23. package/dist/css/es/components/DatePicker/DatePicker.config.js +15 -13
  24. package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
  25. package/dist/css/es/components/DatePicker/DatePicker.config_ycsxvz.css +13 -0
  26. package/dist/css/es/components/DatePicker/DatePicker.css +26 -24
  27. package/dist/css/es/components/File/File.config.js +25 -0
  28. package/dist/css/es/components/File/File.config.js.map +1 -0
  29. package/dist/css/es/components/File/File.config_1a4f2ef.css +7 -0
  30. package/dist/css/es/components/File/File.css +7 -0
  31. package/dist/css/es/components/File/File.js +8 -0
  32. package/dist/css/es/components/File/File.js.map +1 -0
  33. package/dist/css/es/components/Radiobox/Radiobox.config.js +1 -1
  34. package/dist/css/{cjs/components/Radiobox/Radiobox.config_yqdgm2.css → es/components/Radiobox/Radiobox.config_wyokmu.css} +11 -11
  35. package/dist/css/es/components/Radiobox/Radiobox.css +13 -13
  36. package/dist/css/es/index.css +48 -38
  37. package/dist/css/es/index.js +2 -1
  38. package/dist/css/es/index.js.map +1 -1
  39. package/dist/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -1
  40. package/dist/emotion/cjs/components/Combobox/Combobox.js +1 -1
  41. package/dist/emotion/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
  42. package/dist/emotion/cjs/components/DatePicker/DatePicker.config.js +276 -82
  43. package/dist/emotion/cjs/components/Dropdown/Dropdown.js +1 -1
  44. package/dist/emotion/cjs/components/File/File.config.js +256 -0
  45. package/dist/emotion/cjs/components/File/File.js +14 -0
  46. package/dist/emotion/cjs/components/File/index.js +23 -0
  47. package/dist/emotion/cjs/components/Notification/Notification.js +1 -1
  48. package/dist/emotion/cjs/components/Scrollbar/Scrollbar.js +1 -1
  49. package/dist/emotion/cjs/components/Select/Select.js +1 -1
  50. package/dist/emotion/cjs/components/Spinner/Spinner.js +5 -7
  51. package/dist/emotion/cjs/components/Tabs/Tabs.js +1 -1
  52. package/dist/emotion/cjs/components/Tokens/Colors/Colors.styles.js +55 -89
  53. package/dist/emotion/cjs/components/Tokens/NumberTokens/NumberTokens.styles.js +25 -38
  54. package/dist/emotion/cjs/components/Tokens/Typography/Typography.styles.js +75 -125
  55. package/dist/emotion/cjs/index.js +1 -0
  56. package/dist/emotion/es/components/Autocomplete/Autocomplete.js +1 -1
  57. package/dist/emotion/es/components/Combobox/Combobox.js +1 -1
  58. package/dist/emotion/es/components/DatePicker/DatePicker.clear.config.js +274 -79
  59. package/dist/emotion/es/components/DatePicker/DatePicker.config.js +276 -82
  60. package/dist/emotion/es/components/Dropdown/Dropdown.js +1 -1
  61. package/dist/emotion/es/components/File/File.config.js +246 -0
  62. package/dist/emotion/es/components/File/File.js +4 -0
  63. package/dist/emotion/es/components/File/index.js +2 -0
  64. package/dist/emotion/es/components/Notification/Notification.js +1 -1
  65. package/dist/emotion/es/components/Scrollbar/Scrollbar.js +1 -1
  66. package/dist/emotion/es/components/Select/Select.js +1 -1
  67. package/dist/emotion/es/components/Spinner/Spinner.js +5 -7
  68. package/dist/emotion/es/components/Tabs/Tabs.js +1 -1
  69. package/dist/emotion/es/components/Tokens/Colors/Colors.styles.js +55 -89
  70. package/dist/emotion/es/components/Tokens/NumberTokens/NumberTokens.styles.js +25 -38
  71. package/dist/emotion/es/components/Tokens/Typography/Typography.styles.js +75 -125
  72. package/dist/emotion/es/index.js +1 -0
  73. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -1
  74. package/dist/styled-components/cjs/components/Combobox/Combobox.js +1 -1
  75. package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
  76. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +276 -82
  77. package/dist/styled-components/cjs/components/Dropdown/Dropdown.js +1 -1
  78. package/dist/styled-components/cjs/components/File/File.config.js +256 -0
  79. package/dist/styled-components/cjs/components/File/File.js +14 -0
  80. package/dist/styled-components/cjs/components/File/index.js +23 -0
  81. package/dist/styled-components/cjs/components/Notification/Notification.js +1 -1
  82. package/dist/styled-components/cjs/components/Scrollbar/Scrollbar.js +1 -1
  83. package/dist/styled-components/cjs/components/Select/Select.js +1 -1
  84. package/dist/styled-components/cjs/components/Tabs/Tabs.js +1 -1
  85. package/dist/styled-components/cjs/index.js +1 -0
  86. package/dist/styled-components/es/components/Autocomplete/Autocomplete.js +1 -1
  87. package/dist/styled-components/es/components/Combobox/Combobox.js +1 -1
  88. package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +274 -79
  89. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +276 -82
  90. package/dist/styled-components/es/components/Dropdown/Dropdown.js +1 -1
  91. package/dist/styled-components/es/components/File/File.config.js +246 -0
  92. package/dist/styled-components/es/components/File/File.js +4 -0
  93. package/dist/styled-components/es/components/File/index.js +2 -0
  94. package/dist/styled-components/es/components/Notification/Notification.js +1 -1
  95. package/dist/styled-components/es/components/Scrollbar/Scrollbar.js +1 -1
  96. package/dist/styled-components/es/components/Select/Select.js +1 -1
  97. package/dist/styled-components/es/components/Tabs/Tabs.js +1 -1
  98. package/dist/styled-components/es/index.js +1 -0
  99. package/package.json +8 -8
  100. package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
  101. package/types/components/Combobox/Combobox.d.ts +24 -24
  102. package/types/components/DatePicker/DatePicker.clear.config.d.ts +1 -0
  103. package/types/components/DatePicker/DatePicker.config.d.ts +2 -0
  104. package/types/components/DatePicker/DatePicker.d.ts +13 -3
  105. package/types/components/File/File.config.d.ts +21 -0
  106. package/types/components/File/File.d.ts +15 -0
  107. package/types/components/File/index.d.ts +2 -0
  108. package/types/components/Select/Select.d.ts +6 -6
  109. package/types/components/TimePicker/TimePicker.d.ts +1 -1
  110. package/types/index.d.ts +1 -0
  111. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
  112. package/dist/css/cjs/components/DatePicker/DatePicker.config_16amete.css +0 -12
  113. package/dist/css/es/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
  114. package/dist/css/es/components/DatePicker/DatePicker.config_16amete.css +0 -12
@@ -46,7 +46,7 @@ function _object_spread(target) {
46
46
  }
47
47
  var mergedConfig = (0, _emotion.mergeConfig)(_emotion.dropdownConfig, _Dropdownconfig.config);
48
48
  var DropdownNewHope = (0, _emotion.component)(mergedConfig);
49
- var DropdownComponent = function(props, ref) {
49
+ var DropdownComponent = function DropdownComponent(props, ref) {
50
50
  return /*#__PURE__*/ _react.default.createElement(DropdownNewHope, _object_spread({
51
51
  ref: ref
52
52
  }, props));
@@ -0,0 +1,256 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "config", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return config;
9
+ }
10
+ });
11
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
+ function _tagged_template_literal(strings, raw) {
13
+ if (!raw) {
14
+ raw = strings.slice(0);
15
+ }
16
+ return Object.freeze(Object.defineProperties(strings, {
17
+ raw: {
18
+ value: Object.freeze(raw)
19
+ }
20
+ }));
21
+ }
22
+ function _templateObject() {
23
+ var data = _tagged_template_literal([
24
+ "\n ",
25
+ ": var(--text-primary);\n ",
26
+ ": var(--text-primary-hover);\n ",
27
+ ": var(--text-primary-active);\n ",
28
+ ": var(--surface-accent);\n\n ",
29
+ ": var(--text-primary);\n ",
30
+ ": var(--text-secondary);\n\n ",
31
+ ": var(--text-primary);\n ",
32
+ ": var(--surface-transparent-tertiary);\n ",
33
+ ": var(--surface-solid-default);\n\n ",
34
+ ": var(--surface-transparent-secondary);\n ",
35
+ ": var(--surface-solid-default);\n "
36
+ ]);
37
+ _templateObject = function _templateObject() {
38
+ return data;
39
+ };
40
+ return data;
41
+ }
42
+ function _templateObject1() {
43
+ var data = _tagged_template_literal([
44
+ "\n ",
45
+ ": var(--text-primary);\n ",
46
+ ": var(--text-primary-hover);\n ",
47
+ ": var(--text-primary-active);\n ",
48
+ ": var(--surface-accent);\n\n ",
49
+ ": var(--text-primary);\n ",
50
+ ": var(--text-negative);\n\n ",
51
+ ": var(--text-primary);\n ",
52
+ ": var(--surface-transparent-tertiary);\n ",
53
+ ": var(--surface-negative);\n\n ",
54
+ ": var(--surface-transparent-secondary);\n ",
55
+ ": var(--surface-negative);\n "
56
+ ]);
57
+ _templateObject1 = function _templateObject() {
58
+ return data;
59
+ };
60
+ return data;
61
+ }
62
+ function _templateObject2() {
63
+ var data = _tagged_template_literal([
64
+ "\n ",
65
+ ": 2.5rem;\n ",
66
+ ": 2.5rem;\n ",
67
+ ": 0.5rem;\n ",
68
+ ": 0.625rem;\n\n ",
69
+ ": 2.5rem;\n ",
70
+ ": 0.125rem;\n ",
71
+ ": 0.75rem;\n ",
72
+ ": 0.75rem;\n\n ",
73
+ ": var(--plasma-typo-body-l-font-family);\n ",
74
+ ": var(--plasma-typo-body-l-font-size);\n ",
75
+ ": var(--plasma-typo-body-l-font-style);\n ",
76
+ ": var(--plasma-typo-body-l-font-weight);\n ",
77
+ ": var(--plasma-typo-body-l-letter-spacing);\n ",
78
+ ": var(--plasma-typo-body-l-line-height);\n\n ",
79
+ ": var(--plasma-typo-body-xs-font-family);\n ",
80
+ ": var(--plasma-typo-body-xs-font-size);\n ",
81
+ ": var(--plasma-typo-body-xs-font-style);\n ",
82
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
83
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
84
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
85
+ ": 36;\n ",
86
+ ": 2.25rem;\n ",
87
+ ": 2.25rem;\n\n ",
88
+ ": 0.125rem;\n ",
89
+ ": 2;\n\n ",
90
+ ": 0.25rem;\n ",
91
+ ": 0.125rem;\n ",
92
+ ": 0.25rem;\n ",
93
+ ": 0.375rem;\n\n ",
94
+ ": 0.5rem;\n\n ",
95
+ ": 2.5rem;\n ",
96
+ ": 0.625rem;\n "
97
+ ]);
98
+ _templateObject2 = function _templateObject() {
99
+ return data;
100
+ };
101
+ return data;
102
+ }
103
+ function _templateObject3() {
104
+ var data = _tagged_template_literal([
105
+ "\n ",
106
+ ": 2.5rem;\n ",
107
+ ": 2.5rem;\n ",
108
+ ": 0.5rem;\n ",
109
+ ": 0.625rem;\n\n ",
110
+ ": 2.5rem;\n ",
111
+ ": 0.125rem;\n ",
112
+ ": 0.625rem;\n ",
113
+ ": 0.625rem;\n\n ",
114
+ ": var(--plasma-typo-body-m-font-family);\n ",
115
+ ": var(--plasma-typo-body-m-font-size);\n ",
116
+ ": var(--plasma-typo-body-m-font-style);\n ",
117
+ ": var(--plasma-typo-body-m-font-weight);\n ",
118
+ ": var(--plasma-typo-body-m-letter-spacing);\n ",
119
+ ": var(--plasma-typo-body-m-line-height);\n\n ",
120
+ ": var(--plasma-typo-body-xs-font-family);\n ",
121
+ ": var(--plasma-typo-body-xs-font-size);\n ",
122
+ ": var(--plasma-typo-body-xs-font-style);\n ",
123
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
124
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
125
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
126
+ ": 36;\n ",
127
+ ": 2.25rem;\n ",
128
+ ": 2.25rem;\n\n ",
129
+ ": 0.125rem;\n ",
130
+ ": 2;\n\n ",
131
+ ": 0.25rem;\n ",
132
+ ": 0.125rem;\n ",
133
+ ": 0.25rem;\n ",
134
+ ": 0.375rem;\n\n ",
135
+ ": 0.5rem;\n\n ",
136
+ ": 2.25rem;\n ",
137
+ ": 0.625rem;\n "
138
+ ]);
139
+ _templateObject3 = function _templateObject() {
140
+ return data;
141
+ };
142
+ return data;
143
+ }
144
+ function _templateObject4() {
145
+ var data = _tagged_template_literal([
146
+ "\n ",
147
+ ": 2.5rem;\n ",
148
+ ": 2.5rem;\n ",
149
+ ": 0.5rem;\n ",
150
+ ": 0.625rem;\n\n ",
151
+ ": 2.5rem;\n ",
152
+ ": 0.125rem;\n ",
153
+ ": 0.5rem;\n ",
154
+ ": 0.5rem;\n\n ",
155
+ ": var(--plasma-typo-body-s-font-family);\n ",
156
+ ": var(--plasma-typo-body-s-font-size);\n ",
157
+ ": var(--plasma-typo-body-s-font-style);\n ",
158
+ ": var(--plasma-typo-body-s-font-weight);\n ",
159
+ ": var(--plasma-typo-body-s-letter-spacing);\n ",
160
+ ": var(--plasma-typo-body-s-line-height);\n\n ",
161
+ ": var(--plasma-typo-body-xs-font-family);\n ",
162
+ ": var(--plasma-typo-body-xs-font-size);\n ",
163
+ ": var(--plasma-typo-body-xs-font-style);\n ",
164
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
165
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
166
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
167
+ ": 36;\n ",
168
+ ": 2.25rem;\n ",
169
+ ": 2.25rem;\n\n ",
170
+ ": 0.125rem;\n ",
171
+ ": 2;\n\n ",
172
+ ": 0.25rem;\n ",
173
+ ": 0.125rem;\n ",
174
+ ": 0.25rem;\n ",
175
+ ": 0.375rem;\n\n ",
176
+ ": 0.5rem;\n\n ",
177
+ ": 2.25rem;\n ",
178
+ ": 0.625rem;\n "
179
+ ]);
180
+ _templateObject4 = function _templateObject() {
181
+ return data;
182
+ };
183
+ return data;
184
+ }
185
+ function _templateObject5() {
186
+ var data = _tagged_template_literal([
187
+ "\n ",
188
+ ": 2rem;\n ",
189
+ ": 2rem;\n ",
190
+ ": 0.5rem;\n ",
191
+ ": 0.5rem;\n\n ",
192
+ ": 2rem;\n ",
193
+ ": 0.125rem;\n ",
194
+ ": 0.375rem;\n ",
195
+ ": 0.375rem;\n\n ",
196
+ ": var(--plasma-typo-body-xs-font-family);\n ",
197
+ ": var(--plasma-typo-body-xs-font-size);\n ",
198
+ ": var(--plasma-typo-body-xs-font-style);\n ",
199
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
200
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
201
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
202
+ ": var(--plasma-typo-body-xs-font-family);\n ",
203
+ ": var(--plasma-typo-body-xs-font-size);\n ",
204
+ ": var(--plasma-typo-body-xs-font-style);\n ",
205
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
206
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
207
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
208
+ ": 24;\n ",
209
+ ": 1.5rem;\n ",
210
+ ": 1.5rem;\n\n ",
211
+ ": 0.125rem;\n ",
212
+ ": 2;\n\n ",
213
+ ": 0.25rem;\n ",
214
+ ": 0.125rem;\n ",
215
+ ": 0.25rem;\n ",
216
+ ": 0.375rem;\n\n ",
217
+ ": 0.5rem;\n\n ",
218
+ ": 1.75rem;\n ",
219
+ ": 0.625rem;\n "
220
+ ]);
221
+ _templateObject5 = function _templateObject() {
222
+ return data;
223
+ };
224
+ return data;
225
+ }
226
+ function _templateObject6() {
227
+ var data = _tagged_template_literal([
228
+ "\n ",
229
+ ": 0.4;\n "
230
+ ]);
231
+ _templateObject6 = function _templateObject() {
232
+ return data;
233
+ };
234
+ return data;
235
+ }
236
+ var config = {
237
+ defaults: {
238
+ view: 'default',
239
+ size: 'm'
240
+ },
241
+ variations: {
242
+ view: {
243
+ default: (0, _emotion.css)(_templateObject(), _emotion.fileTokens.embedIconButtonColor, _emotion.fileTokens.embedIconButtonColorHover, _emotion.fileTokens.embedIconButtonColorActive, _emotion.fileTokens.embedIconButtonFocusColor, _emotion.fileTokens.cellTitleColor, _emotion.fileTokens.cellSubtitleColor, _emotion.fileTokens.progressBarCircularContentColor, _emotion.fileTokens.progressBarCircularBackgroundStroke, _emotion.fileTokens.progressBarCircularStroke, _emotion.fileTokens.progressTrackBackgroundColor, _emotion.fileTokens.progressFilledBackgroundColor),
244
+ negative: (0, _emotion.css)(_templateObject1(), _emotion.fileTokens.embedIconButtonColor, _emotion.fileTokens.embedIconButtonColorHover, _emotion.fileTokens.embedIconButtonColorActive, _emotion.fileTokens.embedIconButtonFocusColor, _emotion.fileTokens.cellTitleColor, _emotion.fileTokens.cellSubtitleColor, _emotion.fileTokens.progressBarCircularContentColor, _emotion.fileTokens.progressBarCircularBackgroundStroke, _emotion.fileTokens.progressBarCircularStroke, _emotion.fileTokens.progressTrackBackgroundColor, _emotion.fileTokens.progressFilledBackgroundColor)
245
+ },
246
+ size: {
247
+ l: (0, _emotion.css)(_templateObject2(), _emotion.fileTokens.embedIconButtonHeight, _emotion.fileTokens.embedIconButtonWidth, _emotion.fileTokens.embedIconButtonPadding, _emotion.fileTokens.embedIconButtonRadius, _emotion.fileTokens.cellHeight, _emotion.fileTokens.cellTextboxGap, _emotion.fileTokens.cellGap, _emotion.fileTokens.cellPaddingRightContent, _emotion.fileTokens.cellTitleFontFamily, _emotion.fileTokens.cellTitleFontSize, _emotion.fileTokens.cellTitleFontStyle, _emotion.fileTokens.cellTitleFontWeight, _emotion.fileTokens.cellTitleLetterSpacing, _emotion.fileTokens.cellTitleLineHeight, _emotion.fileTokens.cellSubtitleFontFamily, _emotion.fileTokens.cellSubtitleFontSize, _emotion.fileTokens.cellSubtitleFontStyle, _emotion.fileTokens.cellSubtitleFontWeight, _emotion.fileTokens.cellSubtitleLetterSpacing, _emotion.fileTokens.cellSubtitleLineHeight, _emotion.fileTokens.progressBarCircularSize, _emotion.fileTokens.progressBarCircularHeight, _emotion.fileTokens.progressBarCircularWidth, _emotion.fileTokens.progressBarCircularStrokeWidth, _emotion.fileTokens.progressBarCircularStrokeSize, _emotion.fileTokens.progressTrackHeight, _emotion.fileTokens.progressTrackBorderRadius, _emotion.fileTokens.progressFilledHeight, _emotion.fileTokens.progressFilledBorderRadius, _emotion.fileTokens.progressLinearGap, _emotion.fileTokens.fileThumbSize, _emotion.fileTokens.fileThumbRadius),
248
+ m: (0, _emotion.css)(_templateObject3(), _emotion.fileTokens.embedIconButtonHeight, _emotion.fileTokens.embedIconButtonWidth, _emotion.fileTokens.embedIconButtonPadding, _emotion.fileTokens.embedIconButtonRadius, _emotion.fileTokens.cellHeight, _emotion.fileTokens.cellTextboxGap, _emotion.fileTokens.cellGap, _emotion.fileTokens.cellPaddingRightContent, _emotion.fileTokens.cellTitleFontFamily, _emotion.fileTokens.cellTitleFontSize, _emotion.fileTokens.cellTitleFontStyle, _emotion.fileTokens.cellTitleFontWeight, _emotion.fileTokens.cellTitleLetterSpacing, _emotion.fileTokens.cellTitleLineHeight, _emotion.fileTokens.cellSubtitleFontFamily, _emotion.fileTokens.cellSubtitleFontSize, _emotion.fileTokens.cellSubtitleFontStyle, _emotion.fileTokens.cellSubtitleFontWeight, _emotion.fileTokens.cellSubtitleLetterSpacing, _emotion.fileTokens.cellSubtitleLineHeight, _emotion.fileTokens.progressBarCircularSize, _emotion.fileTokens.progressBarCircularHeight, _emotion.fileTokens.progressBarCircularWidth, _emotion.fileTokens.progressBarCircularStrokeWidth, _emotion.fileTokens.progressBarCircularStrokeSize, _emotion.fileTokens.progressTrackHeight, _emotion.fileTokens.progressTrackBorderRadius, _emotion.fileTokens.progressFilledHeight, _emotion.fileTokens.progressFilledBorderRadius, _emotion.fileTokens.progressLinearGap, _emotion.fileTokens.fileThumbSize, _emotion.fileTokens.fileThumbRadius),
249
+ s: (0, _emotion.css)(_templateObject4(), _emotion.fileTokens.embedIconButtonHeight, _emotion.fileTokens.embedIconButtonWidth, _emotion.fileTokens.embedIconButtonPadding, _emotion.fileTokens.embedIconButtonRadius, _emotion.fileTokens.cellHeight, _emotion.fileTokens.cellTextboxGap, _emotion.fileTokens.cellGap, _emotion.fileTokens.cellPaddingRightContent, _emotion.fileTokens.cellTitleFontFamily, _emotion.fileTokens.cellTitleFontSize, _emotion.fileTokens.cellTitleFontStyle, _emotion.fileTokens.cellTitleFontWeight, _emotion.fileTokens.cellTitleLetterSpacing, _emotion.fileTokens.cellTitleLineHeight, _emotion.fileTokens.cellSubtitleFontFamily, _emotion.fileTokens.cellSubtitleFontSize, _emotion.fileTokens.cellSubtitleFontStyle, _emotion.fileTokens.cellSubtitleFontWeight, _emotion.fileTokens.cellSubtitleLetterSpacing, _emotion.fileTokens.cellSubtitleLineHeight, _emotion.fileTokens.progressBarCircularSize, _emotion.fileTokens.progressBarCircularHeight, _emotion.fileTokens.progressBarCircularWidth, _emotion.fileTokens.progressBarCircularStrokeWidth, _emotion.fileTokens.progressBarCircularStrokeSize, _emotion.fileTokens.progressTrackHeight, _emotion.fileTokens.progressTrackBorderRadius, _emotion.fileTokens.progressFilledHeight, _emotion.fileTokens.progressFilledBorderRadius, _emotion.fileTokens.progressLinearGap, _emotion.fileTokens.fileThumbSize, _emotion.fileTokens.fileThumbRadius),
250
+ xs: (0, _emotion.css)(_templateObject5(), _emotion.fileTokens.embedIconButtonHeight, _emotion.fileTokens.embedIconButtonWidth, _emotion.fileTokens.embedIconButtonPadding, _emotion.fileTokens.embedIconButtonRadius, _emotion.fileTokens.cellHeight, _emotion.fileTokens.cellTextboxGap, _emotion.fileTokens.cellGap, _emotion.fileTokens.cellPaddingRightContent, _emotion.fileTokens.cellTitleFontFamily, _emotion.fileTokens.cellTitleFontSize, _emotion.fileTokens.cellTitleFontStyle, _emotion.fileTokens.cellTitleFontWeight, _emotion.fileTokens.cellTitleLetterSpacing, _emotion.fileTokens.cellTitleLineHeight, _emotion.fileTokens.cellSubtitleFontFamily, _emotion.fileTokens.cellSubtitleFontSize, _emotion.fileTokens.cellSubtitleFontStyle, _emotion.fileTokens.cellSubtitleFontWeight, _emotion.fileTokens.cellSubtitleLetterSpacing, _emotion.fileTokens.cellSubtitleLineHeight, _emotion.fileTokens.progressBarCircularSize, _emotion.fileTokens.progressBarCircularHeight, _emotion.fileTokens.progressBarCircularWidth, _emotion.fileTokens.progressBarCircularStrokeWidth, _emotion.fileTokens.progressBarCircularStrokeSize, _emotion.fileTokens.progressTrackHeight, _emotion.fileTokens.progressTrackBorderRadius, _emotion.fileTokens.progressFilledHeight, _emotion.fileTokens.progressFilledBorderRadius, _emotion.fileTokens.progressLinearGap, _emotion.fileTokens.fileThumbSize, _emotion.fileTokens.fileThumbRadius)
251
+ },
252
+ disabled: {
253
+ true: (0, _emotion.css)(_templateObject6(), _emotion.fileTokens.fileDisabledOpacity)
254
+ }
255
+ }
256
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "File", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return File;
9
+ }
10
+ });
11
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
+ var _Fileconfig = require("./File.config");
13
+ var mergedConfig = (0, _emotion.mergeConfig)(_emotion.fileConfig, _Fileconfig.config);
14
+ var File = (0, _emotion.component)(mergedConfig);
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get File () {
13
+ return _File.File;
14
+ },
15
+ get fileClasses () {
16
+ return _emotion.fileClasses;
17
+ },
18
+ get fileTokens () {
19
+ return _emotion.fileTokens;
20
+ }
21
+ });
22
+ var _File = require("./File");
23
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
@@ -30,7 +30,7 @@ function _interop_require_default(obj) {
30
30
  var mergedConfig = (0, _emotion.mergeConfig)(_emotion.notificationConfig, _Notificationconfig.config);
31
31
  var NotificationNewHope = (0, _emotion.component)(mergedConfig);
32
32
  var Notification = NotificationNewHope;
33
- var NotificationsProvider = function(param) {
33
+ var NotificationsProvider = function NotificationsProvider(param) {
34
34
  var children = param.children, _param_frame = param.frame, frame = _param_frame === void 0 ? 'document' : _param_frame, placement = param.placement, UNSAFE_SSR_ENABLED = param.UNSAFE_SSR_ENABLED;
35
35
  return /*#__PURE__*/ _react.default.createElement(_emotion.NotificationsProvider, {
36
36
  config: mergedConfig,
@@ -38,6 +38,6 @@ function _object_spread(target) {
38
38
  }
39
39
  return target;
40
40
  }
41
- var addScrollbar = function(size) {
41
+ var addScrollbar = function addScrollbar(size) {
42
42
  return (0, _emotion.addScrollbar)(_object_spread({}, _Scrollbarconfig.config.size[size], _Scrollbarconfig.config.view.default));
43
43
  };
@@ -46,7 +46,7 @@ function _object_spread(target) {
46
46
  }
47
47
  var mergedConfig = (0, _emotion.mergeConfig)(_emotion.selectConfig, _Selectconfig.config);
48
48
  var SelectNewHope = (0, _emotion.component)(mergedConfig);
49
- var SelectComponent = function(props, ref) {
49
+ var SelectComponent = function SelectComponent(props, ref) {
50
50
  return /*#__PURE__*/ _react.default.createElement(SelectNewHope, _object_spread({
51
51
  ref: ref
52
52
  }, props));
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "Spinner", {
8
8
  return Spinner;
9
9
  }
10
10
  });
11
- var _styledcomponents = /*#__PURE__*/ _interop_require_default(require("styled-components"));
11
+ var _styled = /*#__PURE__*/ _interop_require_default(require("@emotion/styled"));
12
12
  var _emotion = require("@salutejs/plasma-new-hope/emotion");
13
13
  var _Spinnerconfig = require("./Spinner.config");
14
14
  function _interop_require_default(obj) {
@@ -18,9 +18,7 @@ function _interop_require_default(obj) {
18
18
  }
19
19
  var mergedConfig = (0, _emotion.mergeConfig)(_emotion.spinnerConfig, _Spinnerconfig.config);
20
20
  var SpinnerComponent = (0, _emotion.component)(mergedConfig);
21
- var Spinner = (0, _styledcomponents.default)(SpinnerComponent).withConfig({
22
- displayName: "Spinner",
23
- componentId: "sc-3c1e0cd4-0"
24
- })([
25
- ""
26
- ]);
21
+ var Spinner = /*#__PURE__*/ (0, _styled.default)(SpinnerComponent, {
22
+ target: "e1426z6k0",
23
+ label: "Spinner"
24
+ })("/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9TcGlubmVyL1NwaW5uZXIudHN4Iiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1NwaW5uZXIvU3Bpbm5lci50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBIVE1MQXR0cmlidXRlcyB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IHNwaW5uZXJDb25maWcsIGNvbXBvbmVudCwgbWVyZ2VDb25maWcgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLW5ldy1ob3BlL2Vtb3Rpb24nO1xuXG5pbXBvcnQgeyBjb25maWcgfSBmcm9tICcuL1NwaW5uZXIuY29uZmlnJztcblxuY29uc3QgbWVyZ2VkQ29uZmlnID0gbWVyZ2VDb25maWcoc3Bpbm5lckNvbmZpZywgY29uZmlnKTtcbmNvbnN0IFNwaW5uZXJDb21wb25lbnQgPSBjb21wb25lbnQobWVyZ2VkQ29uZmlnKTtcblxuZXhwb3J0IHR5cGUgU3Bpbm5lclByb3BzID0gSFRNTEF0dHJpYnV0ZXM8SFRNTERpdkVsZW1lbnQ+ICYge1xuICAgIC8qKlxuICAgICAqINCg0LDQt9C80LXRgCDRgdC/0LjQvdC90LXRgNCwXG4gICAgICovXG4gICAgc2l6ZT86IHN0cmluZyB8IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiDQptCy0LXRgiDRgdC/0LjQvdC90LXRgNCwXG4gICAgICovXG4gICAgdmlldz86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiDQptCy0LXRgiDRgdC/0LjQvdC90LXRgNCwXG4gICAgICogQGRlcHJlY2F0ZWRcbiAgICAgKi9cbiAgICBjb2xvcj86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBAZGVwcmVjYXRlZFxuICAgICAqL1xuICAgIGRldmljZVNjYWxlPzogbnVtYmVyO1xufTtcblxuLyoqXG4gKiDQmtC+0LzQv9C+0L3QtdC90YIg0LTQu9GPINC+0YLQvtCx0YDQsNC20LXQvdC40Y8g0LjQvdC00LjQutCw0YLQvtGA0LAg0LfQsNCz0YDRg9C30LrQuC5cbiAqL1xuZXhwb3J0IGNvbnN0IFNwaW5uZXIgPSBzdHlsZWQoU3Bpbm5lckNvbXBvbmVudClgYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQ3VCIn0= */");
@@ -21,7 +21,7 @@ var mergedHorizontalTabsConfig = (0, _emotion.mergeConfig)(_emotion.horizontalTa
21
21
  var mergedVerticalTabsConfig = (0, _emotion.mergeConfig)(_emotion.verticalTabsConfig, _VerticalTabsconfig.config);
22
22
  var HorizontalTabs = (0, _emotion.component)(mergedHorizontalTabsConfig);
23
23
  var VerticalTabs = (0, _emotion.component)(mergedVerticalTabsConfig);
24
- var Tabs = function(props) {
24
+ var Tabs = function Tabs(props) {
25
25
  if (props.orientation === 'vertical') {
26
26
  return /*#__PURE__*/ _react.default.createElement(VerticalTabs, props);
27
27
  }