@salutejs/sdds-serv 0.326.0-canary.2298.18772525373.0 → 0.326.0-canary.2299.18780728888.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.
@@ -0,0 +1,26 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ view: string;
4
+ size: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ info: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ };
16
+ size: {
17
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ };
25
+ };
26
+ };
@@ -0,0 +1,20 @@
1
+ export declare const Loader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ view: {
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
+ accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ info: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ };
11
+ size: {
12
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ };
20
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Loader/Loader.types").CustomLoaderProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,2 @@
1
+ export { Loader } from './Loader';
2
+ export type { LoaderProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -0,0 +1,306 @@
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(--surface-transparent-tertiary);\n ",
26
+ ": var(--surface-solid-default);\n ",
27
+ ": var(--text-primary);\n\n ",
28
+ ": var(--text-primary);\n\n ",
29
+ ": var(--overlay-soft);\n "
30
+ ]);
31
+ _templateObject = function _templateObject() {
32
+ return data;
33
+ };
34
+ return data;
35
+ }
36
+ function _templateObject1() {
37
+ var data = _tagged_template_literal([
38
+ "\n ",
39
+ ": var(--surface-transparent-tertiary);\n ",
40
+ ": var(--surface-transparent-secondary);\n ",
41
+ ": var(--text-primary);\n\n ",
42
+ ": var(--text-secondary);\n\n ",
43
+ ": var(--overlay-soft);\n "
44
+ ]);
45
+ _templateObject1 = function _templateObject() {
46
+ return data;
47
+ };
48
+ return data;
49
+ }
50
+ function _templateObject2() {
51
+ var data = _tagged_template_literal([
52
+ "\n ",
53
+ ": var(--surface-transparent-tertiary);\n ",
54
+ ": var(--surface-accent);\n ",
55
+ ": var(--text-primary);\n\n ",
56
+ ": var(--text-accent);\n\n ",
57
+ ": var(--overlay-soft);\n "
58
+ ]);
59
+ _templateObject2 = function _templateObject() {
60
+ return data;
61
+ };
62
+ return data;
63
+ }
64
+ function _templateObject3() {
65
+ var data = _tagged_template_literal([
66
+ "\n ",
67
+ ": var(--surface-transparent-tertiary);\n ",
68
+ ": var(--surface-positive);\n ",
69
+ ": var(--text-primary);\n\n ",
70
+ ": var(--text-positive);\n\n ",
71
+ ": var(--overlay-soft);\n "
72
+ ]);
73
+ _templateObject3 = function _templateObject() {
74
+ return data;
75
+ };
76
+ return data;
77
+ }
78
+ function _templateObject4() {
79
+ var data = _tagged_template_literal([
80
+ "\n ",
81
+ ": var(--surface-transparent-tertiary);\n ",
82
+ ": var(--surface-warning);\n ",
83
+ ": var(--text-primary);\n\n ",
84
+ ": var(--text-warning);\n\n ",
85
+ ": var(--overlay-soft);\n "
86
+ ]);
87
+ _templateObject4 = function _templateObject() {
88
+ return data;
89
+ };
90
+ return data;
91
+ }
92
+ function _templateObject5() {
93
+ var data = _tagged_template_literal([
94
+ "\n ",
95
+ ": var(--surface-transparent-tertiary);\n ",
96
+ ": var(--surface-negative);\n ",
97
+ ": var(--text-primary);\n\n ",
98
+ ": var(--text-negative);\n\n ",
99
+ ": var(--overlay-soft);\n "
100
+ ]);
101
+ _templateObject5 = function _templateObject() {
102
+ return data;
103
+ };
104
+ return data;
105
+ }
106
+ function _templateObject6() {
107
+ var data = _tagged_template_literal([
108
+ "\n ",
109
+ ": var(--surface-transparent-tertiary);\n ",
110
+ ": var(--surface-info);\n ",
111
+ ": var(--text-primary);\n\n ",
112
+ ": var(--text-info);\n\n ",
113
+ ": var(--overlay-soft);\n "
114
+ ]);
115
+ _templateObject6 = function _templateObject() {
116
+ return data;
117
+ };
118
+ return data;
119
+ }
120
+ function _templateObject7() {
121
+ var data = _tagged_template_literal([
122
+ "\n ",
123
+ ": 100%;\n ",
124
+ ": 100%;\n\n ",
125
+ ": 128;\n ",
126
+ ": 8rem;\n ",
127
+ ": 8rem;\n ",
128
+ ": 0.25rem;\n ",
129
+ ": 4;\n ",
130
+ ": var(--plasma-typo-h2-font-family);\n ",
131
+ ": var(--plasma-typo-h2-font-size);\n ",
132
+ ": var(--plasma-typo-h2-font-style);\n ",
133
+ ": var(--plasma-typo-h2-bold-font-weight);\n ",
134
+ ": var(--plasma-typo-h2-letter-spacing);\n ",
135
+ ": var(--plasma-typo-h2-line-height);\n\n ",
136
+ ": 8rem;\n "
137
+ ]);
138
+ _templateObject7 = function _templateObject() {
139
+ return data;
140
+ };
141
+ return data;
142
+ }
143
+ function _templateObject8() {
144
+ var data = _tagged_template_literal([
145
+ "\n ",
146
+ ": 100%;\n ",
147
+ ": 100%;\n\n ",
148
+ ": 88;\n ",
149
+ ": 5.5rem;\n ",
150
+ ": 5.5rem;\n ",
151
+ ": 0.25rem;\n ",
152
+ ": 4;\n ",
153
+ ": var(--plasma-typo-h5-font-family);\n ",
154
+ ": var(--plasma-typo-h5-font-size);\n ",
155
+ ": var(--plasma-typo-h5-font-style);\n ",
156
+ ": var(--plasma-typo-h5-bold-font-weight);\n ",
157
+ ": var(--plasma-typo-h5-letter-spacing);\n ",
158
+ ": var(--plasma-typo-h5-line-height);\n\n ",
159
+ ": 5.5rem;\n "
160
+ ]);
161
+ _templateObject8 = function _templateObject() {
162
+ return data;
163
+ };
164
+ return data;
165
+ }
166
+ function _templateObject9() {
167
+ var data = _tagged_template_literal([
168
+ "\n ",
169
+ ": 100%;\n ",
170
+ ": 100%;\n\n ",
171
+ ": 56;\n ",
172
+ ": 3.5rem;\n ",
173
+ ": 3.5rem;\n ",
174
+ ": 0.125rem;\n ",
175
+ ": 2;\n ",
176
+ ": var(--plasma-typo-body-l-font-family);\n ",
177
+ ": var(--plasma-typo-body-l-font-size);\n ",
178
+ ": var(--plasma-typo-body-l-font-style);\n ",
179
+ ": var(--plasma-typo-body-l-body-font-weight);\n ",
180
+ ": var(--plasma-typo-body-l-letter-spacing);\n ",
181
+ ": var(--plasma-typo-body-l-line-height);\n\n ",
182
+ ": 3.5rem;\n "
183
+ ]);
184
+ _templateObject9 = function _templateObject() {
185
+ return data;
186
+ };
187
+ return data;
188
+ }
189
+ function _templateObject10() {
190
+ var data = _tagged_template_literal([
191
+ "\n ",
192
+ ": 100%;\n ",
193
+ ": 100%;\n\n ",
194
+ ": 48;\n ",
195
+ ": 3rem;\n ",
196
+ ": 3rem;\n ",
197
+ ": 0.125rem;\n ",
198
+ ": 2;\n ",
199
+ ": var(--plasma-typo-body-m-font-family);\n ",
200
+ ": var(--plasma-typo-body-m-font-size);\n ",
201
+ ": var(--plasma-typo-body-m-font-style);\n ",
202
+ ": var(--plasma-typo-body-m-body-font-weight);\n ",
203
+ ": var(--plasma-typo-body-m-letter-spacing);\n ",
204
+ ": var(--plasma-typo-body-m-line-height);\n\n ",
205
+ ": 3rem;\n "
206
+ ]);
207
+ _templateObject10 = function _templateObject() {
208
+ return data;
209
+ };
210
+ return data;
211
+ }
212
+ function _templateObject11() {
213
+ var data = _tagged_template_literal([
214
+ "\n ",
215
+ ": 100%;\n ",
216
+ ": 100%;\n\n ",
217
+ ": 32;\n ",
218
+ ": 2.25rem;\n ",
219
+ ": 2.25rem;\n ",
220
+ ": 0.125rem;\n ",
221
+ ": 2;\n ",
222
+ ": var(--plasma-typo-body-s-font-family);\n ",
223
+ ": var(--plasma-typo-body-s-font-size);\n ",
224
+ ": var(--plasma-typo-body-s-font-style);\n ",
225
+ ": var(--plasma-typo-body-s-body-font-weight);\n ",
226
+ ": var(--plasma-typo-body-s-letter-spacing);\n ",
227
+ ": var(--plasma-typo-body-s-line-height);\n\n ",
228
+ ": 2.25rem;\n "
229
+ ]);
230
+ _templateObject11 = function _templateObject() {
231
+ return data;
232
+ };
233
+ return data;
234
+ }
235
+ function _templateObject12() {
236
+ var data = _tagged_template_literal([
237
+ "\n ",
238
+ ": 100%;\n ",
239
+ ": 100%;\n\n ",
240
+ ": 24;\n ",
241
+ ": 1.5rem;\n ",
242
+ ": 1.5rem;\n ",
243
+ ": 0.125rem;\n ",
244
+ ": 2;\n ",
245
+ ": var(--plasma-typo-body-xs-font-family);\n ",
246
+ ": var(--plasma-typo-body-xs-font-size);\n ",
247
+ ": var(--plasma-typo-body-xs-font-style);\n ",
248
+ ": var(--plasma-typo-body-xs-body-font-weight);\n ",
249
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
250
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
251
+ ": 1.5rem;\n "
252
+ ]);
253
+ _templateObject12 = function _templateObject() {
254
+ return data;
255
+ };
256
+ return data;
257
+ }
258
+ function _templateObject13() {
259
+ var data = _tagged_template_literal([
260
+ "\n ",
261
+ ": 100%;\n ",
262
+ ": 100%;\n\n ",
263
+ ": 16;\n ",
264
+ ": 1rem;\n ",
265
+ ": 1rem;\n ",
266
+ ": 0.125rem;\n ",
267
+ ": 2;\n ",
268
+ ": var(--plasma-typo-body-xxs-font-family);\n ",
269
+ ": var(--plasma-typo-body-xxs-font-size);\n ",
270
+ ": var(--plasma-typo-body-xxs-font-style);\n ",
271
+ ": var(--plasma-typo-body-xxs-body-font-weight);\n ",
272
+ ": var(--plasma-typo-body-xxs-letter-spacing);\n ",
273
+ ": var(--plasma-typo-body-xxs-line-height);\n\n ",
274
+ ": 1rem;\n "
275
+ ]);
276
+ _templateObject13 = function _templateObject() {
277
+ return data;
278
+ };
279
+ return data;
280
+ }
281
+ var config = {
282
+ defaults: {
283
+ view: 'default',
284
+ size: 'm'
285
+ },
286
+ variations: {
287
+ view: {
288
+ default: (0, _emotion.css)(_templateObject(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
289
+ secondary: (0, _emotion.css)(_templateObject1(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
290
+ accent: (0, _emotion.css)(_templateObject2(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
291
+ positive: (0, _emotion.css)(_templateObject3(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
292
+ warning: (0, _emotion.css)(_templateObject4(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
293
+ negative: (0, _emotion.css)(_templateObject5(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
294
+ info: (0, _emotion.css)(_templateObject6(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor)
295
+ },
296
+ size: {
297
+ xxl: (0, _emotion.css)(_templateObject7(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
298
+ xl: (0, _emotion.css)(_templateObject8(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
299
+ l: (0, _emotion.css)(_templateObject9(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
300
+ m: (0, _emotion.css)(_templateObject10(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
301
+ s: (0, _emotion.css)(_templateObject11(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
302
+ xs: (0, _emotion.css)(_templateObject12(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
303
+ xxs: (0, _emotion.css)(_templateObject13(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize)
304
+ }
305
+ }
306
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Loader", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Loader;
9
+ }
10
+ });
11
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
+ var _Loaderconfig = require("./Loader.config");
13
+ var mergedConfig = (0, _emotion.mergeConfig)(_emotion.loaderConfig, _Loaderconfig.config);
14
+ var Loader = (0, _emotion.component)(mergedConfig);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Loader", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _Loader.Loader;
9
+ }
10
+ });
11
+ var _Loader = require("./Loader");