@esri/calcite-design-tokens 3.0.2-next.2 → 3.0.2-next.4
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/dist/css/dark.css +2 -1
- package/dist/css/global.css +1 -1
- package/dist/css/index.css +5 -0
- package/dist/css/light.css +1 -0
- package/dist/docs/core.json +79 -79
- package/dist/docs/dark.json +1130 -0
- package/dist/docs/global.json +300 -300
- package/dist/docs/light.json +1130 -0
- package/dist/docs/semantic.json +69 -69
- package/dist/es6/dark.d.ts +46 -0
- package/dist/es6/dark.js +46 -0
- package/dist/es6/global.d.ts +5 -8
- package/dist/es6/global.js +4 -4
- package/dist/es6/light.d.ts +46 -0
- package/dist/es6/light.js +46 -0
- package/dist/js/core.js +117 -117
- package/dist/js/dark.d.ts +46 -0
- package/dist/js/dark.js +2147 -0
- package/dist/js/global.d.ts +8 -8
- package/dist/js/global.js +534 -654
- package/dist/js/light.d.ts +46 -0
- package/dist/js/light.js +2148 -0
- package/dist/js/semantic.js +92 -92
- package/dist/scss/dark.scss +2 -1
- package/dist/scss/global.scss +1 -1
- package/dist/scss/index.scss +2 -0
- package/dist/scss/light.scss +1 -0
- package/package.json +3 -6
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1744215170818,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "0",
|
|
@@ -111,16 +111,16 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
114
|
-
"type": "
|
|
114
|
+
"type": "dimension",
|
|
115
115
|
"description": "Small handheld devices and mini-windows",
|
|
116
116
|
"attributes": {
|
|
117
117
|
"calcite-schema": {
|
|
118
118
|
"system": "calcite",
|
|
119
119
|
"tier": "semantic",
|
|
120
|
-
"type": "
|
|
120
|
+
"type": "dimension"
|
|
121
121
|
},
|
|
122
122
|
"category": "semantic",
|
|
123
|
-
"type": "
|
|
123
|
+
"type": "dimension",
|
|
124
124
|
"item": "height",
|
|
125
125
|
"subitem": "xxs",
|
|
126
126
|
"value": {
|
|
@@ -150,16 +150,16 @@
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"value": "{\"min\":\"155px\",\"max\":\"328px\"}",
|
|
153
|
-
"type": "
|
|
153
|
+
"type": "dimension",
|
|
154
154
|
"description": "Handheld devices",
|
|
155
155
|
"attributes": {
|
|
156
156
|
"calcite-schema": {
|
|
157
157
|
"system": "calcite",
|
|
158
158
|
"tier": "semantic",
|
|
159
|
-
"type": "
|
|
159
|
+
"type": "dimension"
|
|
160
160
|
},
|
|
161
161
|
"category": "semantic",
|
|
162
|
-
"type": "
|
|
162
|
+
"type": "dimension",
|
|
163
163
|
"item": "height",
|
|
164
164
|
"subitem": "xs",
|
|
165
165
|
"value": {
|
|
@@ -189,16 +189,16 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"value": "{\"min\":\"329px\",\"max\":\"504px\"}",
|
|
192
|
-
"type": "
|
|
192
|
+
"type": "dimension",
|
|
193
193
|
"description": "Small tablets",
|
|
194
194
|
"attributes": {
|
|
195
195
|
"calcite-schema": {
|
|
196
196
|
"system": "calcite",
|
|
197
197
|
"tier": "semantic",
|
|
198
|
-
"type": "
|
|
198
|
+
"type": "dimension"
|
|
199
199
|
},
|
|
200
200
|
"category": "semantic",
|
|
201
|
-
"type": "
|
|
201
|
+
"type": "dimension",
|
|
202
202
|
"item": "height",
|
|
203
203
|
"subitem": "sm",
|
|
204
204
|
"value": {
|
|
@@ -228,16 +228,16 @@
|
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"value": "{\"min\":\"505px\",\"max\":\"678px\"}",
|
|
231
|
-
"type": "
|
|
231
|
+
"type": "dimension",
|
|
232
232
|
"description": "Small laptops",
|
|
233
233
|
"attributes": {
|
|
234
234
|
"calcite-schema": {
|
|
235
235
|
"system": "calcite",
|
|
236
236
|
"tier": "semantic",
|
|
237
|
-
"type": "
|
|
237
|
+
"type": "dimension"
|
|
238
238
|
},
|
|
239
239
|
"category": "semantic",
|
|
240
|
-
"type": "
|
|
240
|
+
"type": "dimension",
|
|
241
241
|
"item": "height",
|
|
242
242
|
"subitem": "md",
|
|
243
243
|
"value": {
|
|
@@ -267,16 +267,16 @@
|
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"value": "{\"min\":\"679px\",\"max\":\"854px\"}",
|
|
270
|
-
"type": "
|
|
270
|
+
"type": "dimension",
|
|
271
271
|
"description": "Large laptops and desktop computers",
|
|
272
272
|
"attributes": {
|
|
273
273
|
"calcite-schema": {
|
|
274
274
|
"system": "calcite",
|
|
275
275
|
"tier": "semantic",
|
|
276
|
-
"type": "
|
|
276
|
+
"type": "dimension"
|
|
277
277
|
},
|
|
278
278
|
"category": "semantic",
|
|
279
|
-
"type": "
|
|
279
|
+
"type": "dimension",
|
|
280
280
|
"item": "height",
|
|
281
281
|
"subitem": "lg",
|
|
282
282
|
"value": {
|
|
@@ -306,16 +306,16 @@
|
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"value": "{\"min\":\"855px\"}",
|
|
309
|
-
"type": "
|
|
309
|
+
"type": "dimension",
|
|
310
310
|
"description": "Projectors and televisions",
|
|
311
311
|
"attributes": {
|
|
312
312
|
"calcite-schema": {
|
|
313
313
|
"system": "calcite",
|
|
314
314
|
"tier": "semantic",
|
|
315
|
-
"type": "
|
|
315
|
+
"type": "dimension"
|
|
316
316
|
},
|
|
317
317
|
"category": "semantic",
|
|
318
|
-
"type": "
|
|
318
|
+
"type": "dimension",
|
|
319
319
|
"item": "height",
|
|
320
320
|
"subitem": "xl",
|
|
321
321
|
"value": {
|
|
@@ -344,16 +344,16 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
347
|
-
"type": "
|
|
347
|
+
"type": "dimension",
|
|
348
348
|
"description": "Small handheld devices and mini-windows",
|
|
349
349
|
"attributes": {
|
|
350
350
|
"calcite-schema": {
|
|
351
351
|
"system": "calcite",
|
|
352
352
|
"tier": "semantic",
|
|
353
|
-
"type": "
|
|
353
|
+
"type": "dimension"
|
|
354
354
|
},
|
|
355
355
|
"category": "semantic",
|
|
356
|
-
"type": "
|
|
356
|
+
"type": "dimension",
|
|
357
357
|
"item": "width",
|
|
358
358
|
"subitem": "xxs",
|
|
359
359
|
"value": {
|
|
@@ -383,16 +383,16 @@
|
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"value": "{\"min\":\"321px\",\"max\":\"476px\"}",
|
|
386
|
-
"type": "
|
|
386
|
+
"type": "dimension",
|
|
387
387
|
"description": "Handheld devices",
|
|
388
388
|
"attributes": {
|
|
389
389
|
"calcite-schema": {
|
|
390
390
|
"system": "calcite",
|
|
391
391
|
"tier": "semantic",
|
|
392
|
-
"type": "
|
|
392
|
+
"type": "dimension"
|
|
393
393
|
},
|
|
394
394
|
"category": "semantic",
|
|
395
|
-
"type": "
|
|
395
|
+
"type": "dimension",
|
|
396
396
|
"item": "width",
|
|
397
397
|
"subitem": "xs",
|
|
398
398
|
"value": {
|
|
@@ -422,16 +422,16 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"value": "{\"min\":\"477px\",\"max\":\"768px\"}",
|
|
425
|
-
"type": "
|
|
425
|
+
"type": "dimension",
|
|
426
426
|
"description": "Small tablets",
|
|
427
427
|
"attributes": {
|
|
428
428
|
"calcite-schema": {
|
|
429
429
|
"system": "calcite",
|
|
430
430
|
"tier": "semantic",
|
|
431
|
-
"type": "
|
|
431
|
+
"type": "dimension"
|
|
432
432
|
},
|
|
433
433
|
"category": "semantic",
|
|
434
|
-
"type": "
|
|
434
|
+
"type": "dimension",
|
|
435
435
|
"item": "width",
|
|
436
436
|
"subitem": "sm",
|
|
437
437
|
"value": {
|
|
@@ -461,16 +461,16 @@
|
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"value": "{\"min\":\"769px\",\"max\":\"1152px\"}",
|
|
464
|
-
"type": "
|
|
464
|
+
"type": "dimension",
|
|
465
465
|
"description": "Small laptops",
|
|
466
466
|
"attributes": {
|
|
467
467
|
"calcite-schema": {
|
|
468
468
|
"system": "calcite",
|
|
469
469
|
"tier": "semantic",
|
|
470
|
-
"type": "
|
|
470
|
+
"type": "dimension"
|
|
471
471
|
},
|
|
472
472
|
"category": "semantic",
|
|
473
|
-
"type": "
|
|
473
|
+
"type": "dimension",
|
|
474
474
|
"item": "width",
|
|
475
475
|
"subitem": "md",
|
|
476
476
|
"value": {
|
|
@@ -500,16 +500,16 @@
|
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
502
|
"value": "{\"min\":\"1153px\",\"max\":\"1440px\"}",
|
|
503
|
-
"type": "
|
|
503
|
+
"type": "dimension",
|
|
504
504
|
"description": "Large laptops and desktop computers",
|
|
505
505
|
"attributes": {
|
|
506
506
|
"calcite-schema": {
|
|
507
507
|
"system": "calcite",
|
|
508
508
|
"tier": "semantic",
|
|
509
|
-
"type": "
|
|
509
|
+
"type": "dimension"
|
|
510
510
|
},
|
|
511
511
|
"category": "semantic",
|
|
512
|
-
"type": "
|
|
512
|
+
"type": "dimension",
|
|
513
513
|
"item": "width",
|
|
514
514
|
"subitem": "lg",
|
|
515
515
|
"value": {
|
|
@@ -539,16 +539,16 @@
|
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
541
|
"value": "{\"min\":\"1441px\"}",
|
|
542
|
-
"type": "
|
|
542
|
+
"type": "dimension",
|
|
543
543
|
"description": "Projectors and televisions",
|
|
544
544
|
"attributes": {
|
|
545
545
|
"calcite-schema": {
|
|
546
546
|
"system": "calcite",
|
|
547
547
|
"tier": "semantic",
|
|
548
|
-
"type": "
|
|
548
|
+
"type": "dimension"
|
|
549
549
|
},
|
|
550
550
|
"category": "semantic",
|
|
551
|
-
"type": "
|
|
551
|
+
"type": "dimension",
|
|
552
552
|
"item": "width",
|
|
553
553
|
"subitem": "xl",
|
|
554
554
|
"value": {
|
|
@@ -2596,12 +2596,12 @@
|
|
|
2596
2596
|
},
|
|
2597
2597
|
{
|
|
2598
2598
|
"value": "1px",
|
|
2599
|
-
"type": "
|
|
2599
|
+
"type": "dimension",
|
|
2600
2600
|
"attributes": {
|
|
2601
2601
|
"calcite-schema": {
|
|
2602
2602
|
"system": "calcite",
|
|
2603
2603
|
"tier": "semantic",
|
|
2604
|
-
"type": "
|
|
2604
|
+
"type": "dimension"
|
|
2605
2605
|
},
|
|
2606
2606
|
"category": "semantic",
|
|
2607
2607
|
"type": "size",
|
|
@@ -2866,16 +2866,16 @@
|
|
|
2866
2866
|
},
|
|
2867
2867
|
{
|
|
2868
2868
|
"value": "4px",
|
|
2869
|
-
"type": "
|
|
2869
|
+
"type": "dimension",
|
|
2870
2870
|
"description": "deprecated",
|
|
2871
2871
|
"attributes": {
|
|
2872
2872
|
"calcite-schema": {
|
|
2873
2873
|
"system": "calcite",
|
|
2874
2874
|
"tier": "semantic",
|
|
2875
|
-
"type": "
|
|
2875
|
+
"type": "dimension"
|
|
2876
2876
|
},
|
|
2877
2877
|
"category": "semantic",
|
|
2878
|
-
"type": "
|
|
2878
|
+
"type": "dimension",
|
|
2879
2879
|
"item": "fixed",
|
|
2880
2880
|
"subitem": "xxs",
|
|
2881
2881
|
"value": "4px",
|
|
@@ -2902,16 +2902,16 @@
|
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
2904
|
"value": "6px",
|
|
2905
|
-
"type": "
|
|
2905
|
+
"type": "dimension",
|
|
2906
2906
|
"description": "deprecated",
|
|
2907
2907
|
"attributes": {
|
|
2908
2908
|
"calcite-schema": {
|
|
2909
2909
|
"system": "calcite",
|
|
2910
2910
|
"tier": "semantic",
|
|
2911
|
-
"type": "
|
|
2911
|
+
"type": "dimension"
|
|
2912
2912
|
},
|
|
2913
2913
|
"category": "semantic",
|
|
2914
|
-
"type": "
|
|
2914
|
+
"type": "dimension",
|
|
2915
2915
|
"item": "fixed",
|
|
2916
2916
|
"subitem": "xs",
|
|
2917
2917
|
"value": "6px",
|
|
@@ -2938,16 +2938,16 @@
|
|
|
2938
2938
|
},
|
|
2939
2939
|
{
|
|
2940
2940
|
"value": "8px",
|
|
2941
|
-
"type": "
|
|
2941
|
+
"type": "dimension",
|
|
2942
2942
|
"description": "deprecated",
|
|
2943
2943
|
"attributes": {
|
|
2944
2944
|
"calcite-schema": {
|
|
2945
2945
|
"system": "calcite",
|
|
2946
2946
|
"tier": "semantic",
|
|
2947
|
-
"type": "
|
|
2947
|
+
"type": "dimension"
|
|
2948
2948
|
},
|
|
2949
2949
|
"category": "semantic",
|
|
2950
|
-
"type": "
|
|
2950
|
+
"type": "dimension",
|
|
2951
2951
|
"item": "fixed",
|
|
2952
2952
|
"subitem": "sm",
|
|
2953
2953
|
"value": "8px",
|
|
@@ -2974,16 +2974,16 @@
|
|
|
2974
2974
|
},
|
|
2975
2975
|
{
|
|
2976
2976
|
"value": "12px",
|
|
2977
|
-
"type": "
|
|
2977
|
+
"type": "dimension",
|
|
2978
2978
|
"description": "deprecated",
|
|
2979
2979
|
"attributes": {
|
|
2980
2980
|
"calcite-schema": {
|
|
2981
2981
|
"system": "calcite",
|
|
2982
2982
|
"tier": "semantic",
|
|
2983
|
-
"type": "
|
|
2983
|
+
"type": "dimension"
|
|
2984
2984
|
},
|
|
2985
2985
|
"category": "semantic",
|
|
2986
|
-
"type": "
|
|
2986
|
+
"type": "dimension",
|
|
2987
2987
|
"item": "fixed",
|
|
2988
2988
|
"subitem": "md",
|
|
2989
2989
|
"value": "12px",
|
|
@@ -3010,16 +3010,16 @@
|
|
|
3010
3010
|
},
|
|
3011
3011
|
{
|
|
3012
3012
|
"value": "14px",
|
|
3013
|
-
"type": "
|
|
3013
|
+
"type": "dimension",
|
|
3014
3014
|
"description": "deprecated",
|
|
3015
3015
|
"attributes": {
|
|
3016
3016
|
"calcite-schema": {
|
|
3017
3017
|
"system": "calcite",
|
|
3018
3018
|
"tier": "semantic",
|
|
3019
|
-
"type": "
|
|
3019
|
+
"type": "dimension"
|
|
3020
3020
|
},
|
|
3021
3021
|
"category": "semantic",
|
|
3022
|
-
"type": "
|
|
3022
|
+
"type": "dimension",
|
|
3023
3023
|
"item": "fixed",
|
|
3024
3024
|
"subitem": "lg",
|
|
3025
3025
|
"value": "14px",
|
|
@@ -3046,16 +3046,16 @@
|
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
3048
|
"value": "16px",
|
|
3049
|
-
"type": "
|
|
3049
|
+
"type": "dimension",
|
|
3050
3050
|
"description": "deprecated",
|
|
3051
3051
|
"attributes": {
|
|
3052
3052
|
"calcite-schema": {
|
|
3053
3053
|
"system": "calcite",
|
|
3054
3054
|
"tier": "semantic",
|
|
3055
|
-
"type": "
|
|
3055
|
+
"type": "dimension"
|
|
3056
3056
|
},
|
|
3057
3057
|
"category": "semantic",
|
|
3058
|
-
"type": "
|
|
3058
|
+
"type": "dimension",
|
|
3059
3059
|
"item": "fixed",
|
|
3060
3060
|
"subitem": "xl",
|
|
3061
3061
|
"value": "16px",
|
|
@@ -3082,16 +3082,16 @@
|
|
|
3082
3082
|
},
|
|
3083
3083
|
{
|
|
3084
3084
|
"value": "20px",
|
|
3085
|
-
"type": "
|
|
3085
|
+
"type": "dimension",
|
|
3086
3086
|
"description": "deprecated",
|
|
3087
3087
|
"attributes": {
|
|
3088
3088
|
"calcite-schema": {
|
|
3089
3089
|
"system": "calcite",
|
|
3090
3090
|
"tier": "semantic",
|
|
3091
|
-
"type": "
|
|
3091
|
+
"type": "dimension"
|
|
3092
3092
|
},
|
|
3093
3093
|
"category": "semantic",
|
|
3094
|
-
"type": "
|
|
3094
|
+
"type": "dimension",
|
|
3095
3095
|
"item": "fixed",
|
|
3096
3096
|
"subitem": "xxl",
|
|
3097
3097
|
"value": "20px",
|
|
@@ -3118,16 +3118,16 @@
|
|
|
3118
3118
|
},
|
|
3119
3119
|
{
|
|
3120
3120
|
"value": "32px",
|
|
3121
|
-
"type": "
|
|
3121
|
+
"type": "dimension",
|
|
3122
3122
|
"description": "deprecated",
|
|
3123
3123
|
"attributes": {
|
|
3124
3124
|
"calcite-schema": {
|
|
3125
3125
|
"system": "calcite",
|
|
3126
3126
|
"tier": "semantic",
|
|
3127
|
-
"type": "
|
|
3127
|
+
"type": "dimension"
|
|
3128
3128
|
},
|
|
3129
3129
|
"category": "semantic",
|
|
3130
|
-
"type": "
|
|
3130
|
+
"type": "dimension",
|
|
3131
3131
|
"item": "fixed",
|
|
3132
3132
|
"subitem": "xxxl",
|
|
3133
3133
|
"value": "32px",
|
|
@@ -3154,12 +3154,12 @@
|
|
|
3154
3154
|
},
|
|
3155
3155
|
{
|
|
3156
3156
|
"value": "0",
|
|
3157
|
-
"type": "
|
|
3157
|
+
"type": "dimension",
|
|
3158
3158
|
"attributes": {
|
|
3159
3159
|
"calcite-schema": {
|
|
3160
3160
|
"system": "calcite",
|
|
3161
3161
|
"tier": "semantic",
|
|
3162
|
-
"type": "
|
|
3162
|
+
"type": "dimension"
|
|
3163
3163
|
},
|
|
3164
3164
|
"category": "semantic",
|
|
3165
3165
|
"type": "spacing",
|
|
@@ -3181,12 +3181,12 @@
|
|
|
3181
3181
|
},
|
|
3182
3182
|
{
|
|
3183
3183
|
"value": "1px",
|
|
3184
|
-
"type": "
|
|
3184
|
+
"type": "dimension",
|
|
3185
3185
|
"attributes": {
|
|
3186
3186
|
"calcite-schema": {
|
|
3187
3187
|
"system": "calcite",
|
|
3188
3188
|
"tier": "semantic",
|
|
3189
|
-
"type": "
|
|
3189
|
+
"type": "dimension"
|
|
3190
3190
|
},
|
|
3191
3191
|
"category": "semantic",
|
|
3192
3192
|
"type": "spacing",
|
|
@@ -3208,12 +3208,12 @@
|
|
|
3208
3208
|
},
|
|
3209
3209
|
{
|
|
3210
3210
|
"value": "2px",
|
|
3211
|
-
"type": "
|
|
3211
|
+
"type": "dimension",
|
|
3212
3212
|
"attributes": {
|
|
3213
3213
|
"calcite-schema": {
|
|
3214
3214
|
"system": "calcite",
|
|
3215
3215
|
"tier": "semantic",
|
|
3216
|
-
"type": "
|
|
3216
|
+
"type": "dimension"
|
|
3217
3217
|
},
|
|
3218
3218
|
"category": "semantic",
|
|
3219
3219
|
"type": "spacing",
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const calciteColorBackground: string;
|
|
7
|
+
export const calciteColorBackgroundNone: string;
|
|
8
|
+
export const calciteColorForeground1: string;
|
|
9
|
+
export const calciteColorForeground2: string;
|
|
10
|
+
export const calciteColorForeground3: string;
|
|
11
|
+
export const calciteColorForegroundCurrent: string;
|
|
12
|
+
export const calciteColorTransparent: string;
|
|
13
|
+
export const calciteColorTransparentHover: string;
|
|
14
|
+
export const calciteColorTransparentPress: string;
|
|
15
|
+
export const calciteColorTransparentScrim: string;
|
|
16
|
+
export const calciteColorTransparentTint: string;
|
|
17
|
+
export const calciteColorBrand: string;
|
|
18
|
+
export const calciteColorBrandHover: string;
|
|
19
|
+
export const calciteColorBrandPress: string;
|
|
20
|
+
export const calciteColorBrandUnderline: string;
|
|
21
|
+
export const calciteColorStatusInfo: string;
|
|
22
|
+
export const calciteColorStatusInfoHover: string;
|
|
23
|
+
export const calciteColorStatusInfoPress: string;
|
|
24
|
+
export const calciteColorStatusSuccess: string;
|
|
25
|
+
export const calciteColorStatusSuccessHover: string;
|
|
26
|
+
export const calciteColorStatusSuccessPress: string;
|
|
27
|
+
export const calciteColorStatusWarning: string;
|
|
28
|
+
export const calciteColorStatusWarningHover: string;
|
|
29
|
+
export const calciteColorStatusWarningPress: string;
|
|
30
|
+
export const calciteColorStatusDanger: string;
|
|
31
|
+
export const calciteColorStatusDangerHover: string;
|
|
32
|
+
export const calciteColorStatusDangerPress: string;
|
|
33
|
+
export const calciteColorInverse: string;
|
|
34
|
+
export const calciteColorInverseHover: string;
|
|
35
|
+
export const calciteColorInversePress: string;
|
|
36
|
+
export const calciteColorText1: string;
|
|
37
|
+
export const calciteColorText2: string;
|
|
38
|
+
export const calciteColorText3: string;
|
|
39
|
+
export const calciteColorTextInverse: string;
|
|
40
|
+
export const calciteColorTextLink: string;
|
|
41
|
+
export const calciteColorBorder1: string;
|
|
42
|
+
export const calciteColorBorder2: string;
|
|
43
|
+
export const calciteColorBorder3: string;
|
|
44
|
+
export const calciteColorBorderInput: string;
|
|
45
|
+
export const calciteColorBorderGhost: string;
|
|
46
|
+
export const calciteColorBorderWhite: string;
|
package/dist/es6/dark.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const calciteColorBackground = "#353535";
|
|
7
|
+
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
8
|
+
export const calciteColorForeground1 = "#2b2b2b";
|
|
9
|
+
export const calciteColorForeground2 = "#202020";
|
|
10
|
+
export const calciteColorForeground3 = "#151515";
|
|
11
|
+
export const calciteColorForegroundCurrent = "#214155";
|
|
12
|
+
export const calciteColorTransparent = "rgba(255, 255, 255, 0)";
|
|
13
|
+
export const calciteColorTransparentHover = "rgba(255, 255, 255, 0.04)";
|
|
14
|
+
export const calciteColorTransparentPress = "rgba(255, 255, 255, 0.08)";
|
|
15
|
+
export const calciteColorTransparentScrim = "rgba(0, 0, 0, 0.85)";
|
|
16
|
+
export const calciteColorTransparentTint = "rgba(43, 43, 43, 0.8)";
|
|
17
|
+
export const calciteColorBrand = "#009af2";
|
|
18
|
+
export const calciteColorBrandHover = "#007ac2";
|
|
19
|
+
export const calciteColorBrandPress = "#00619b";
|
|
20
|
+
export const calciteColorBrandUnderline = "rgba(0, 160, 255, 0.4)";
|
|
21
|
+
export const calciteColorStatusInfo = "#00a0ff";
|
|
22
|
+
export const calciteColorStatusInfoHover = "#3db8ff";
|
|
23
|
+
export const calciteColorStatusInfoPress = "#009af2";
|
|
24
|
+
export const calciteColorStatusSuccess = "#36da43";
|
|
25
|
+
export const calciteColorStatusSuccessHover = "#3bed52";
|
|
26
|
+
export const calciteColorStatusSuccessPress = "#00b81b";
|
|
27
|
+
export const calciteColorStatusWarning = "#ffc900";
|
|
28
|
+
export const calciteColorStatusWarningHover = "#ffee33";
|
|
29
|
+
export const calciteColorStatusWarningPress = "#f5d000";
|
|
30
|
+
export const calciteColorStatusDanger = "#fe583e";
|
|
31
|
+
export const calciteColorStatusDangerHover = "#ff0015";
|
|
32
|
+
export const calciteColorStatusDangerPress = "#d90012";
|
|
33
|
+
export const calciteColorInverse = "#f8f8f8";
|
|
34
|
+
export const calciteColorInverseHover = "#ffffff";
|
|
35
|
+
export const calciteColorInversePress = "#f3f3f3";
|
|
36
|
+
export const calciteColorText1 = "#ffffff";
|
|
37
|
+
export const calciteColorText2 = "#bfbfbf";
|
|
38
|
+
export const calciteColorText3 = "#9f9f9f";
|
|
39
|
+
export const calciteColorTextInverse = "#151515";
|
|
40
|
+
export const calciteColorTextLink = "#00a0ff";
|
|
41
|
+
export const calciteColorBorder1 = "#555555";
|
|
42
|
+
export const calciteColorBorder2 = "#4a4a4a";
|
|
43
|
+
export const calciteColorBorder3 = "#404040";
|
|
44
|
+
export const calciteColorBorderInput = "#757575";
|
|
45
|
+
export const calciteColorBorderGhost = "rgba(117, 117, 117, 0.3)";
|
|
46
|
+
export const calciteColorBorderWhite = "#f8f8f8";
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
export const calciteBorderWidthNone: string;
|
|
8
|
-
export const calciteBorderWidthSm: string;
|
|
9
|
-
export const calciteBorderWidthMd: string;
|
|
10
|
-
export const calciteBorderWidthLg: string;
|
|
11
7
|
export const calciteColorBackground: { light: string; dark: string };
|
|
12
8
|
export const calciteColorBackgroundNone: string;
|
|
13
9
|
export const calciteColorForeground1: { light: string; dark: string };
|
|
@@ -48,10 +44,11 @@ export const calciteColorBorder2: { light: string; dark: string };
|
|
|
48
44
|
export const calciteColorBorder3: { light: string; dark: string };
|
|
49
45
|
export const calciteColorBorderInput: { light: string; dark: string };
|
|
50
46
|
export const calciteColorBorderGhost: { light: string; dark: string };
|
|
51
|
-
export const calciteColorBorderWhite: {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
export const calciteColorBorderWhite: { light: string; dark: string };
|
|
48
|
+
export const calciteBorderWidthNone: string;
|
|
49
|
+
export const calciteBorderWidthSm: string;
|
|
50
|
+
export const calciteBorderWidthMd: string;
|
|
51
|
+
export const calciteBorderWidthLg: string; /** Small handheld devices and mini-windows */
|
|
55
52
|
export const calciteContainerSizeHeightXxs: {
|
|
56
53
|
min: string;
|
|
57
54
|
max: string;
|
package/dist/es6/global.js
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
export const calciteBorderWidthNone = "0";
|
|
8
|
-
export const calciteBorderWidthSm = "1px";
|
|
9
|
-
export const calciteBorderWidthMd = "2px";
|
|
10
|
-
export const calciteBorderWidthLg = "4px";
|
|
11
7
|
export const calciteColorBackground = { light: "#f8f8f8", dark: "#353535" };
|
|
12
8
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
13
9
|
export const calciteColorForeground1 = { light: "#ffffff", dark: "#2b2b2b" };
|
|
@@ -97,6 +93,10 @@ export const calciteColorBorderGhost = {
|
|
|
97
93
|
dark: "rgba(117, 117, 117, 0.3)",
|
|
98
94
|
};
|
|
99
95
|
export const calciteColorBorderWhite = { light: "#ffffff", dark: "#f8f8f8" };
|
|
96
|
+
export const calciteBorderWidthNone = "0";
|
|
97
|
+
export const calciteBorderWidthSm = "1px";
|
|
98
|
+
export const calciteBorderWidthMd = "2px";
|
|
99
|
+
export const calciteBorderWidthLg = "4px";
|
|
100
100
|
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
101
101
|
export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
|
|
102
102
|
export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const calciteColorBackground: string;
|
|
7
|
+
export const calciteColorBackgroundNone: string;
|
|
8
|
+
export const calciteColorForeground1: string;
|
|
9
|
+
export const calciteColorForeground2: string;
|
|
10
|
+
export const calciteColorForeground3: string;
|
|
11
|
+
export const calciteColorForegroundCurrent: string;
|
|
12
|
+
export const calciteColorTransparent: string;
|
|
13
|
+
export const calciteColorTransparentHover: string;
|
|
14
|
+
export const calciteColorTransparentPress: string;
|
|
15
|
+
export const calciteColorTransparentScrim: string;
|
|
16
|
+
export const calciteColorTransparentTint: string;
|
|
17
|
+
export const calciteColorBrand: string;
|
|
18
|
+
export const calciteColorBrandHover: string;
|
|
19
|
+
export const calciteColorBrandPress: string;
|
|
20
|
+
export const calciteColorBrandUnderline: string;
|
|
21
|
+
export const calciteColorStatusInfo: string;
|
|
22
|
+
export const calciteColorStatusInfoHover: string;
|
|
23
|
+
export const calciteColorStatusInfoPress: string;
|
|
24
|
+
export const calciteColorStatusSuccess: string;
|
|
25
|
+
export const calciteColorStatusSuccessHover: string;
|
|
26
|
+
export const calciteColorStatusSuccessPress: string;
|
|
27
|
+
export const calciteColorStatusWarning: string;
|
|
28
|
+
export const calciteColorStatusWarningHover: string;
|
|
29
|
+
export const calciteColorStatusWarningPress: string;
|
|
30
|
+
export const calciteColorStatusDanger: string;
|
|
31
|
+
export const calciteColorStatusDangerHover: string;
|
|
32
|
+
export const calciteColorStatusDangerPress: string;
|
|
33
|
+
export const calciteColorInverse: string;
|
|
34
|
+
export const calciteColorInverseHover: string;
|
|
35
|
+
export const calciteColorInversePress: string;
|
|
36
|
+
export const calciteColorText1: string;
|
|
37
|
+
export const calciteColorText2: string;
|
|
38
|
+
export const calciteColorText3: string;
|
|
39
|
+
export const calciteColorTextInverse: string;
|
|
40
|
+
export const calciteColorTextLink: string;
|
|
41
|
+
export const calciteColorBorder1: string;
|
|
42
|
+
export const calciteColorBorder2: string;
|
|
43
|
+
export const calciteColorBorder3: string;
|
|
44
|
+
export const calciteColorBorderInput: string;
|
|
45
|
+
export const calciteColorBorderGhost: string;
|
|
46
|
+
export const calciteColorBorderWhite: string;
|