@alifd/theme-25391 0.1.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.
package/variables.js ADDED
@@ -0,0 +1,593 @@
1
+ 'use strict'
2
+
3
+ module.exports = {
4
+
5
+
6
+
7
+ "$form-element-small-height": "20px",
8
+
9
+ "$form-element-medium-height": "28px",
10
+
11
+ "$form-element-large-height": "40px",
12
+
13
+ "$form-element-small-font-size": "12px",
14
+
15
+ "$form-element-medium-font-size": "12px",
16
+
17
+ "$form-element-large-font-size": "14px",
18
+
19
+ "$form-element-small-preview-height": "20px",
20
+
21
+ "$form-element-medium-preview-height": "28px",
22
+
23
+ "$form-element-large-preview-height": "40px",
24
+
25
+ "$form-element-small-preview-label-font-size": "12px",
26
+
27
+ "$form-element-small-preview-font-size": "12px",
28
+
29
+ "$form-element-medium-preview-label-font-size": "12px",
30
+
31
+ "$form-element-medium-preview-font-size": "12px",
32
+
33
+ "$form-element-large-preview-label-font-size": "16px",
34
+
35
+ "$form-element-large-preview-font-size": "16px",
36
+
37
+ "$form-element-small-icon-size": "12px",
38
+
39
+ "$form-element-medium-icon-size": "12px",
40
+
41
+ "$form-element-large-icon-size": "16px",
42
+
43
+ "$form-element-small-corner": "30px",
44
+
45
+ "$form-element-medium-corner": "30px",
46
+
47
+ "$form-element-large-corner": "30px",
48
+
49
+ "$form-element-preview-label-color": "#666666",
50
+
51
+ "$form-element-preview-text-color": "#333333",
52
+
53
+
54
+
55
+
56
+
57
+ "$mask-background": "#000000",
58
+
59
+ "$mask-opacity": "0.45",
60
+
61
+
62
+
63
+
64
+
65
+ "$popup-spacing-lr": "0px",
66
+
67
+ "$popup-spacing-tb": "0px",
68
+
69
+ "$popup-local-border-width": "1px",
70
+
71
+ "$popup-local-border-style": "solid",
72
+
73
+ "$popup-local-border-color": "#e6e6e6",
74
+
75
+ "$popup-local-corner": "5px",
76
+
77
+ "$popup-local-shadow": "none",
78
+
79
+ "$popup-global-border-width": "0px",
80
+
81
+ "$popup-global-border-style": "solid",
82
+
83
+ "$popup-global-border-color": "#e6e6e6",
84
+
85
+ "$popup-global-corner": "5px",
86
+
87
+ "$popup-global-shadow": "0px 2px 6px 0px rgba(255, 119, 34, 0.3)",
88
+
89
+
90
+
91
+
92
+
93
+ "$color-brand1-1": "rgba(255,247,237,1)",
94
+
95
+ "$color-brand1-5": "rgba(255,149,74,1)",
96
+
97
+ "$color-brand1-6": "rgba(255,119,34,1)",
98
+
99
+ "$color-brand1-9": "rgba(217,87,17,1)",
100
+
101
+
102
+
103
+ "$color-data1-1": "rgba(1,193,178,1)",
104
+
105
+ "$color-data1-2": "rgba(85,132,255,1)",
106
+
107
+ "$color-data1-3": "rgba(130,114,236,1)",
108
+
109
+ "$color-data1-4": "rgba(255,68,95,1)",
110
+
111
+ "$color-data1-5": "rgba(255,106,0,1)",
112
+
113
+ "$color-data1-6": "rgba(255,215,77,1)",
114
+
115
+ "$color-data1-7": "rgba(77,222,109,1)",
116
+
117
+ "$color-data1-8": "rgba(24,177,247,1)",
118
+
119
+
120
+
121
+ "$color-white": "#FFFFFF",
122
+
123
+ "$color-black": "#000000",
124
+
125
+ "$color-transparent": "transparent",
126
+
127
+
128
+
129
+ "$color-success-1": "rgba(230,255,238,1)",
130
+
131
+ "$color-success-2": "rgba(163,255,195,1)",
132
+
133
+ "$color-success-3": "rgba(0,216,106,1)",
134
+
135
+ "$color-success-4": "rgba(0,172,84,1)",
136
+
137
+ "$color-notice-1": "#E3F2FD",
138
+
139
+ "$color-notice-2": "#BAD9FF",
140
+
141
+ "$color-notice-3": "#4494F9",
142
+
143
+ "$color-notice-4": "#2E7DE0",
144
+
145
+ "$color-warning-1": "#FFF3E0",
146
+
147
+ "$color-warning-2": "#FFE6BD",
148
+
149
+ "$color-warning-3": "#FF9300",
150
+
151
+ "$color-warning-4": "#EB7E10",
152
+
153
+ "$color-error-1": "#FFECE4",
154
+
155
+ "$color-error-2": "rgba(255,212,204,1)",
156
+
157
+ "$color-error-3": "#FF3000",
158
+
159
+ "$color-error-4": "#E72B00",
160
+
161
+ "$color-help-1": "rgba(230,247,255,1)",
162
+
163
+ "$color-help-2": "rgba(163,221,255,1)",
164
+
165
+ "$color-help-3": "rgba(0,127,252,1)",
166
+
167
+ "$color-help-4": "rgba(0,100,214,1)",
168
+
169
+ "$color-link-1": "rgba(0,127,252,1)",
170
+
171
+ "$color-link-2": "rgba(0,100,214,1)",
172
+
173
+ "$color-link-3": "rgba(0,100,214,1)",
174
+
175
+ "$color-other-1": "#3A3C4B",
176
+
177
+ "$color-other-2": "#2A2C3C",
178
+
179
+ "$color-other-3": "#14161A",
180
+
181
+
182
+
183
+ "$color-gradient-1": "linear-gradient(270deg, rgb(121, 232, 199) 0%, rgb(8, 194, 158) 100%)",
184
+
185
+ "$color-gradient-2": "linear-gradient(270deg, rgb(125, 238, 255) 0%, rgb(3, 193, 253) 100%)",
186
+
187
+ "$color-gradient-3": "linear-gradient(270deg, rgb(255, 237, 117) 0%, rgb(245, 203, 34) 100%)",
188
+
189
+ "$color-gradient-4": "linear-gradient(270deg, rgb(255, 163, 166) 0%, rgb(245, 39, 67) 100%)",
190
+
191
+
192
+
193
+ "$color-line1-1": "rgba(238,238,238,1)",
194
+
195
+ "$color-line1-2": "rgba(230,230,230,1)",
196
+
197
+ "$color-line1-3": "rgba(216,216,216,1)",
198
+
199
+ "$color-line1-4": "rgba(191,191,191,1)",
200
+
201
+ "$color-fill1-1": "rgba(250,250,250,1)",
202
+
203
+ "$color-fill1-2": "rgba(244,244,244,1)",
204
+
205
+ "$color-fill1-3": "rgba(230,230,230,1)",
206
+
207
+ "$color-fill1-4": "rgba(217,217,217,1)",
208
+
209
+ "$color-text1-1": "rgba(204,204,204,1)",
210
+
211
+ "$color-text1-2": "rgba(153,153,153,1)",
212
+
213
+ "$color-text1-3": "rgba(102,102,102,1)",
214
+
215
+ "$color-text1-4": "rgba(51,51,51,1)",
216
+
217
+
218
+
219
+
220
+
221
+ "$corner-1": "5px",
222
+
223
+ "$corner-2": "15px",
224
+
225
+ "$corner-3": "30px",
226
+
227
+ "$corner-circle": "50%",
228
+
229
+ "$corner-semicircle": "500px",
230
+
231
+ "$corner-zero": "0px",
232
+
233
+
234
+
235
+
236
+
237
+ "$font-family-base": "Roboto, \"Helvetica Neue\", Helvetica, Tahoma, Arial, \"PingFang SC\", \"Microsoft YaHei\"",
238
+
239
+
240
+
241
+ "$font-lineheight-1": "1.3",
242
+
243
+ "$font-lineheight-2": "1.5",
244
+
245
+ "$font-lineheight-3": "1.7",
246
+
247
+
248
+
249
+ "$font-size-display-3": "56px",
250
+
251
+ "$font-size-display-2": "48px",
252
+
253
+ "$font-size-display-1": "36px",
254
+
255
+ "$font-size-headline": "24px",
256
+
257
+ "$font-size-title": "20px",
258
+
259
+ "$font-size-subhead": "16px",
260
+
261
+ "$font-size-body-2": "14px",
262
+
263
+ "$font-size-body-1": "12px",
264
+
265
+ "$font-size-caption": "12px",
266
+
267
+
268
+
269
+ "$font-weight-1": "lighter",
270
+
271
+ "$font-weight-thin": "200",
272
+
273
+ "$font-weight-light": "300",
274
+
275
+ "$font-weight-2": "normal",
276
+
277
+ "$font-weight-medium": "500",
278
+
279
+ "$font-weight-semi-bold": "600",
280
+
281
+ "$font-weight-3": "bold",
282
+
283
+ "$font-weight-extra-bold": "800",
284
+
285
+ "$font-weight-ultra-bold": "900",
286
+
287
+
288
+
289
+
290
+
291
+ "$language": "\"zh-cn\"",
292
+
293
+
294
+
295
+
296
+
297
+ "$icon-xxs": "8px",
298
+
299
+ "$icon-xs": "12px",
300
+
301
+ "$icon-s": "16px",
302
+
303
+ "$icon-m": "20px",
304
+
305
+ "$icon-l": "24px",
306
+
307
+ "$icon-xl": "32px",
308
+
309
+ "$icon-xxl": "48px",
310
+
311
+ "$icon-xxxl": "64px",
312
+
313
+
314
+
315
+ "$icon-content-smile": "\"\\e65f\"",
316
+
317
+ "$icon-content-cry": "\"\\e65d\"",
318
+
319
+ "$icon-content-success": "\"\\e60a\"",
320
+
321
+ "$icon-content-warning": "\"\\e60b\"",
322
+
323
+ "$icon-content-prompt": "\"\\e60c\"",
324
+
325
+ "$icon-content-error": "\"\\e60d\"",
326
+
327
+ "$icon-content-help": "\"\\e673\"",
328
+
329
+ "$icon-content-clock": "\"\\e621\"",
330
+
331
+ "$icon-content-success-filling": "\"\\e63a\"",
332
+
333
+ "$icon-content-delete-filling": "\"\\e623\"",
334
+
335
+ "$icon-content-favorites-filling": "\"\\e60e\"",
336
+
337
+ "$icon-content-add": "\"\\e655\"",
338
+
339
+ "$icon-content-minus": "\"\\e601\"",
340
+
341
+ "$icon-content-arrow-up": "\"\\e625\"",
342
+
343
+ "$icon-content-arrow-down": "\"\\e63d\"",
344
+
345
+ "$icon-content-arrow-left": "\"\\e61d\"",
346
+
347
+ "$icon-content-arrow-right": "\"\\e619\"",
348
+
349
+ "$icon-content-arrow-double-left": "\"\\e659\"",
350
+
351
+ "$icon-content-arrow-double-right": "\"\\e65e\"",
352
+
353
+ "$icon-content-switch": "\"\\e6b3\"",
354
+
355
+ "$icon-content-sorting": "\"\\e634\"",
356
+
357
+ "$icon-content-descending": "\"\\e61f\"",
358
+
359
+ "$icon-content-ascending": "\"\\e61e\"",
360
+
361
+ "$icon-content-select": "\"\\e632\"",
362
+
363
+ "$icon-content-semi-select": "\"\\e633\"",
364
+
365
+ "$icon-content-loading": "\"\\e646\"",
366
+
367
+ "$icon-content-search": "\"\\e656\"",
368
+
369
+ "$icon-content-close": "\"\\e626\"",
370
+
371
+ "$icon-content-ellipsis": "\"\\e654\"",
372
+
373
+ "$icon-content-picture": "\"\\e631\"",
374
+
375
+ "$icon-content-calendar": "\"\\e607\"",
376
+
377
+ "$icon-content-ashbin": "\"\\e639\"",
378
+
379
+ "$icon-content-upload": "\"\\e7ee\"",
380
+
381
+ "$icon-content-download": "\"\\e628\"",
382
+
383
+ "$icon-content-set": "\"\\e683\"",
384
+
385
+ "$icon-content-edit": "\"\\e63b\"",
386
+
387
+ "$icon-content-refresh": "\"\\e677\"",
388
+
389
+ "$icon-content-filter": "\"\\e627\"",
390
+
391
+ "$icon-content-attachment": "\"\\e665\"",
392
+
393
+ "$icon-content-account": "\"\\e608\"",
394
+
395
+ "$icon-content-email": "\"\\e605\"",
396
+
397
+ "$icon-content-atm": "\"\\e606\"",
398
+
399
+ "$icon-content-copy": "\"\\e60f\"",
400
+
401
+ "$icon-content-toggle-left": "\"\\e602\"",
402
+
403
+ "$icon-content-toggle-right": "\"\\e603\"",
404
+
405
+ "$icon-content-eye": "\"\\e611\"",
406
+
407
+ "$icon-content-eye-close": "\"\\e600\"",
408
+
409
+ "$icon-content-unlock": "\"\\e615\"",
410
+
411
+ "$icon-content-lock": "\"\\e617\"",
412
+
413
+ "$icon-content-exit": "\"\\e616\"",
414
+
415
+ "$icon-content-chart-bar": "\"\\e612\"",
416
+
417
+ "$icon-content-chart-pie": "\"\\e613\"",
418
+
419
+ "$icon-content-form": "\"\\e7fb\"",
420
+
421
+ "$icon-content-detail": "\"\\e7f8\"",
422
+
423
+ "$icon-content-list": "\"\\e7f9\"",
424
+
425
+ "$icon-content-dashboard": "\"\\e7fa\"",
426
+
427
+ "$icon-reset": "\"\"",
428
+
429
+
430
+
431
+
432
+
433
+ "$line-zero": "0px",
434
+
435
+ "$line-1": "1px",
436
+
437
+ "$line-2": "2px",
438
+
439
+ "$line-3": "3px",
440
+
441
+
442
+
443
+ "$line-solid": "solid",
444
+
445
+ "$line-dashed": "dashed",
446
+
447
+ "$line-dotted": "dotted",
448
+
449
+
450
+
451
+
452
+
453
+ "$shadow-zero": "none",
454
+
455
+ "$shadow-1": "1px 1px 2px 0px rgba(0, 0, 0, 0.1)",
456
+
457
+ "$shadow-1-up": "0px -1px 2px 0px rgba(0, 0, 0, 0.1)",
458
+
459
+ "$shadow-1-right": "1px 0px 2px 0px rgba(0, 0, 0, 0.1)",
460
+
461
+ "$shadow-1-down": "0px 1px 2px 0px rgba(0, 0, 0, 0.1)",
462
+
463
+ "$shadow-1-left": "-1px 0px 2px 0px rgba(0, 0, 0, 0.1)",
464
+
465
+ "$shadow-2": "2px 2px 6px 0px rgba(255, 119, 34, 0.3)",
466
+
467
+ "$shadow-2-up": "0px -2px 6px 0px rgba(255, 119, 34, 0.3)",
468
+
469
+ "$shadow-2-right": "2px 0px 6px 0px rgba(255, 119, 34, 0.3)",
470
+
471
+ "$shadow-2-down": "0px 2px 6px 0px rgba(255, 119, 34, 0.3)",
472
+
473
+ "$shadow-2-left": "-2px 0px 6px 0px rgba(255, 119, 34, 0.3)",
474
+
475
+ "$shadow-3": "4px 4px 10px 0px rgba(0, 0, 0, 0.1)",
476
+
477
+ "$shadow-3-up": "0px -4px 10px 0px rgba(0, 0, 0, 0.1)",
478
+
479
+ "$shadow-3-right": "4px 0px 10px 0px rgba(0, 0, 0, 0.1)",
480
+
481
+ "$shadow-3-down": "0px 4px 10px 0px rgba(0, 0, 0, 0.1)",
482
+
483
+ "$shadow-3-left": "-4px 0px 10px 0px rgba(0, 0, 0, 0.1)",
484
+
485
+
486
+
487
+
488
+
489
+ "$s-zero": "0px",
490
+
491
+ "$s-1": "4px",
492
+
493
+ "$s-2": "8px",
494
+
495
+ "$s-3": "12px",
496
+
497
+ "$s-4": "16px",
498
+
499
+ "$s-5": "20px",
500
+
501
+ "$s-6": "24px",
502
+
503
+ "$s-7": "28px",
504
+
505
+ "$s-8": "32px",
506
+
507
+ "$s-9": "36px",
508
+
509
+ "$s-10": "40px",
510
+
511
+ "$s-11": "44px",
512
+
513
+ "$s-12": "48px",
514
+
515
+ "$s-13": "52px",
516
+
517
+ "$s-14": "56px",
518
+
519
+ "$s-15": "60px",
520
+
521
+ "$s-16": "64px",
522
+
523
+ "$s-17": "68px",
524
+
525
+ "$s-18": "72px",
526
+
527
+ "$s-19": "76px",
528
+
529
+ "$s-20": "80px",
530
+
531
+ "$s-21": "84px",
532
+
533
+ "$s-22": "88px",
534
+
535
+ "$s-23": "92px",
536
+
537
+ "$s-24": "96px",
538
+
539
+ "$s-25": "100px",
540
+
541
+ "$s-26": "104px",
542
+
543
+ "$s-27": "108px",
544
+
545
+ "$s-28": "112px",
546
+
547
+ "$s-29": "116px",
548
+
549
+ "$s-30": "120px",
550
+
551
+ "$s-31": "124px",
552
+
553
+ "$s-32": "128px",
554
+
555
+ "$s-33": "132px",
556
+
557
+ "$s-34": "136px",
558
+
559
+ "$s-35": "140px",
560
+
561
+ "$s-36": "144px",
562
+
563
+ "$s-37": "148px",
564
+
565
+ "$s-38": "152px",
566
+
567
+ "$s-39": "156px",
568
+
569
+ "$s-40": "160px",
570
+
571
+ "$s-41": "164px",
572
+
573
+ "$s-42": "168px",
574
+
575
+ "$s-43": "172px",
576
+
577
+ "$s-44": "176px",
578
+
579
+ "$s-45": "180px",
580
+
581
+ "$s-46": "184px",
582
+
583
+ "$s-47": "188px",
584
+
585
+ "$s-48": "192px",
586
+
587
+ "$s-49": "196px",
588
+
589
+ "$s-50": "200px",
590
+
591
+
592
+
593
+ };