@progress/kendo-theme-core 6.5.0-dev.1 → 6.5.0-dev.2
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/all.css +281 -0
- package/dist/all.scss +921 -211
- package/dist/meta/sassdoc-data.json +484 -76
- package/dist/meta/sassdoc-raw-data.json +328 -77
- package/dist/meta/variables.json +222 -10
- package/package.json +2 -2
- package/scss/_variables.scss +76 -1
- package/scss/color-system/_functions.import.scss +54 -0
- package/scss/color-system/_mixins.import.scss +7 -0
- package/scss/color-system/_variables.scss +164 -0
- package/scss/color-system/index.import.scss +1 -1
- package/scss/functions/_map.import.scss +30 -0
- package/scss/functions/_string.import.scss +37 -0
- package/scss/functions/index.import.scss +0 -2
- package/scss/mixins/_decoration.scss +28 -0
- package/scss/mixins/_disabled.scss +10 -0
- package/scss/mixins/_hide-scrollbar.scss +13 -1
- package/scss/mixins/index.import.scss +1 -7
- package/scss/styles/_base.scss +133 -0
- package/scss/styles/_layout.scss +14 -0
- package/scss/styles/_loading.scss +119 -0
- package/scss/styles/_selection.scss +25 -0
- package/scss/styles/index.import.scss +6 -0
|
@@ -317,6 +317,141 @@
|
|
|
317
317
|
},
|
|
318
318
|
"resolvedValue": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
|
|
319
319
|
"resolvedType": "Gradient"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"description": "Border radius for all components.\n",
|
|
323
|
+
"commentRange": {
|
|
324
|
+
"start": 46,
|
|
325
|
+
"end": 46
|
|
326
|
+
},
|
|
327
|
+
"context": {
|
|
328
|
+
"type": "variable",
|
|
329
|
+
"name": "kendo-border-radius",
|
|
330
|
+
"value": "k-map-get($kendo-spacing, 0.5)",
|
|
331
|
+
"scope": "default",
|
|
332
|
+
"line": {
|
|
333
|
+
"start": 47,
|
|
334
|
+
"end": 47
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"access": "public",
|
|
338
|
+
"group": [
|
|
339
|
+
"undefined"
|
|
340
|
+
],
|
|
341
|
+
"file": {
|
|
342
|
+
"path": "_variables.scss",
|
|
343
|
+
"name": "_variables.scss"
|
|
344
|
+
},
|
|
345
|
+
"resolvedValue": "0.125rem",
|
|
346
|
+
"resolvedType": "Number"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"description": "Shadow for cards and grid item thumbnails.\nEquivalent to fluent depth 4.\n",
|
|
350
|
+
"commentRange": {
|
|
351
|
+
"start": 80,
|
|
352
|
+
"end": 81
|
|
353
|
+
},
|
|
354
|
+
"context": {
|
|
355
|
+
"type": "variable",
|
|
356
|
+
"name": "kendo-box-shadow-depth-1",
|
|
357
|
+
"value": "0 1.6px 3.6px rgba( $kendo-color-black, 0.132 ), 0 0.3px 0.9px rgba( $kendo-color-black, 0.108 )",
|
|
358
|
+
"scope": "default",
|
|
359
|
+
"line": {
|
|
360
|
+
"start": 82,
|
|
361
|
+
"end": 82
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"access": "public",
|
|
365
|
+
"group": [
|
|
366
|
+
"undefined"
|
|
367
|
+
],
|
|
368
|
+
"file": {
|
|
369
|
+
"path": "color-system/_variables.scss",
|
|
370
|
+
"name": "_variables.scss"
|
|
371
|
+
},
|
|
372
|
+
"resolvedValue": "0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108)",
|
|
373
|
+
"resolvedType": "List"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"description": "Shadow for command bars and dropdowns.\nEquivalent to fluent depth 8.\n",
|
|
377
|
+
"commentRange": {
|
|
378
|
+
"start": 83,
|
|
379
|
+
"end": 84
|
|
380
|
+
},
|
|
381
|
+
"context": {
|
|
382
|
+
"type": "variable",
|
|
383
|
+
"name": "kendo-box-shadow-depth-2",
|
|
384
|
+
"value": "0 3.2px 7.2px rgba( $kendo-color-black, 0.132 ), 0 0.6px 1.8px rgba( $kendo-color-black, 0.108 )",
|
|
385
|
+
"scope": "default",
|
|
386
|
+
"line": {
|
|
387
|
+
"start": 85,
|
|
388
|
+
"end": 85
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"access": "public",
|
|
392
|
+
"group": [
|
|
393
|
+
"undefined"
|
|
394
|
+
],
|
|
395
|
+
"file": {
|
|
396
|
+
"path": "color-system/_variables.scss",
|
|
397
|
+
"name": "_variables.scss"
|
|
398
|
+
},
|
|
399
|
+
"resolvedValue": "0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px rgba(0, 0, 0, 0.108)",
|
|
400
|
+
"resolvedType": "List"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"description": "Shadow for teaching callouts and hover cards / tooltips.\nEquivalent to fluent depth 16.\n",
|
|
404
|
+
"commentRange": {
|
|
405
|
+
"start": 86,
|
|
406
|
+
"end": 87
|
|
407
|
+
},
|
|
408
|
+
"context": {
|
|
409
|
+
"type": "variable",
|
|
410
|
+
"name": "kendo-box-shadow-depth-3",
|
|
411
|
+
"value": "0 6.4px 14.4px rgba( $kendo-color-black, 0.132 ), 0 1.2px 3.6px rgba( $kendo-color-black, 0.108 )",
|
|
412
|
+
"scope": "default",
|
|
413
|
+
"line": {
|
|
414
|
+
"start": 88,
|
|
415
|
+
"end": 88
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"access": "public",
|
|
419
|
+
"group": [
|
|
420
|
+
"undefined"
|
|
421
|
+
],
|
|
422
|
+
"file": {
|
|
423
|
+
"path": "color-system/_variables.scss",
|
|
424
|
+
"name": "_variables.scss"
|
|
425
|
+
},
|
|
426
|
+
"resolvedValue": "0 6.4px 14.4px rgba(0, 0, 0, 0.132), 0 1.2px 3.6px rgba(0, 0, 0, 0.108)",
|
|
427
|
+
"resolvedType": "List"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"description": "Shadow for panels and pop up dialogs.\nEquivalent to fluent depth 64.\n",
|
|
431
|
+
"commentRange": {
|
|
432
|
+
"start": 89,
|
|
433
|
+
"end": 90
|
|
434
|
+
},
|
|
435
|
+
"context": {
|
|
436
|
+
"type": "variable",
|
|
437
|
+
"name": "kendo-box-shadow-depth-4",
|
|
438
|
+
"value": "0 25.6px 57.6px rgba( $kendo-color-black, 0.22 ), 0 4.8px 14.4px rgba( $kendo-color-black, 0.18 )",
|
|
439
|
+
"scope": "default",
|
|
440
|
+
"line": {
|
|
441
|
+
"start": 91,
|
|
442
|
+
"end": 91
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"access": "public",
|
|
446
|
+
"group": [
|
|
447
|
+
"undefined"
|
|
448
|
+
],
|
|
449
|
+
"file": {
|
|
450
|
+
"path": "color-system/_variables.scss",
|
|
451
|
+
"name": "_variables.scss"
|
|
452
|
+
},
|
|
453
|
+
"resolvedValue": "0 25.6px 57.6px rgba(0, 0, 0, 0.22), 0 4.8px 14.4px rgba(0, 0, 0, 0.18)",
|
|
454
|
+
"resolvedType": "List"
|
|
320
455
|
}
|
|
321
456
|
],
|
|
322
457
|
"mixins": [
|
|
@@ -2909,6 +3044,21 @@
|
|
|
2909
3044
|
"path": "functions/_map.import.scss",
|
|
2910
3045
|
"name": "_map.import.scss"
|
|
2911
3046
|
},
|
|
3047
|
+
"usedBy": [
|
|
3048
|
+
{
|
|
3049
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3050
|
+
"context": {
|
|
3051
|
+
"type": "function",
|
|
3052
|
+
"name": "k-map-deep-merge",
|
|
3053
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3054
|
+
"line": {
|
|
3055
|
+
"start": 56,
|
|
3056
|
+
"end": 78
|
|
3057
|
+
},
|
|
3058
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
2912
3062
|
"examples": [
|
|
2913
3063
|
{
|
|
2914
3064
|
"type": "scss",
|
|
@@ -3066,6 +3216,32 @@
|
|
|
3066
3216
|
"name": "_map.import.scss"
|
|
3067
3217
|
},
|
|
3068
3218
|
"usedBy": [
|
|
3219
|
+
{
|
|
3220
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3221
|
+
"context": {
|
|
3222
|
+
"type": "function",
|
|
3223
|
+
"name": "k-map-deep-merge",
|
|
3224
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3225
|
+
"line": {
|
|
3226
|
+
"start": 56,
|
|
3227
|
+
"end": 78
|
|
3228
|
+
},
|
|
3229
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3234
|
+
"context": {
|
|
3235
|
+
"type": "function",
|
|
3236
|
+
"name": "k-map-deep-merge",
|
|
3237
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3238
|
+
"line": {
|
|
3239
|
+
"start": 56,
|
|
3240
|
+
"end": 78
|
|
3241
|
+
},
|
|
3242
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3069
3245
|
{
|
|
3070
3246
|
"description": "Sets a single key and value in `$map`.\n",
|
|
3071
3247
|
"context": {
|
|
@@ -3073,8 +3249,8 @@
|
|
|
3073
3249
|
"name": "k-map-set",
|
|
3074
3250
|
"code": "\n @return k-map-merge( $map, ( $key: $value ) );\n",
|
|
3075
3251
|
"line": {
|
|
3076
|
-
"start":
|
|
3077
|
-
"end":
|
|
3252
|
+
"start": 99,
|
|
3253
|
+
"end": 101
|
|
3078
3254
|
},
|
|
3079
3255
|
"signature": "k-map-set($map, $key, $value)"
|
|
3080
3256
|
}
|
|
@@ -3113,18 +3289,83 @@
|
|
|
3113
3289
|
]
|
|
3114
3290
|
},
|
|
3115
3291
|
{
|
|
3116
|
-
"description": "Returns a map with the keys and values from `$map`
|
|
3292
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3117
3293
|
"commentRange": {
|
|
3118
3294
|
"start": 50,
|
|
3119
|
-
"end":
|
|
3295
|
+
"end": 55
|
|
3296
|
+
},
|
|
3297
|
+
"context": {
|
|
3298
|
+
"type": "function",
|
|
3299
|
+
"name": "k-map-deep-merge",
|
|
3300
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3301
|
+
"line": {
|
|
3302
|
+
"start": 56,
|
|
3303
|
+
"end": 78
|
|
3304
|
+
},
|
|
3305
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3306
|
+
},
|
|
3307
|
+
"return": {
|
|
3308
|
+
"type": "Map",
|
|
3309
|
+
"description": "A map with the keys and values from `$map` and `$args`.\n"
|
|
3310
|
+
},
|
|
3311
|
+
"access": "public",
|
|
3312
|
+
"group": [
|
|
3313
|
+
"undefined"
|
|
3314
|
+
],
|
|
3315
|
+
"require": [
|
|
3316
|
+
{
|
|
3317
|
+
"type": "function",
|
|
3318
|
+
"name": "k-meta-type-of"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"type": "function",
|
|
3322
|
+
"name": "k-map-get"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"type": "function",
|
|
3326
|
+
"name": "k-meta-type-of"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"type": "function",
|
|
3330
|
+
"name": "k-map-merge"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"type": "function",
|
|
3334
|
+
"name": "k-map-merge"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"file": {
|
|
3338
|
+
"path": "functions/_map.import.scss",
|
|
3339
|
+
"name": "_map.import.scss"
|
|
3340
|
+
},
|
|
3341
|
+
"examples": [
|
|
3342
|
+
{
|
|
3343
|
+
"type": "scss",
|
|
3344
|
+
"code": "@debug k-map-deep-merge( ( \"foo\": (\"bar\": \"baz\", \"baz\": \"qux\" ) ), ( \"foo\": (\"bar\": \"foo\") ) ); // => ( \"foo\": (\"bar\": \"foo\", \"baz\": \"qux\" ))",
|
|
3345
|
+
"description": "Usage"
|
|
3346
|
+
}
|
|
3347
|
+
],
|
|
3348
|
+
"parameters": [
|
|
3349
|
+
{
|
|
3350
|
+
"type": "Map",
|
|
3351
|
+
"name": "maps",
|
|
3352
|
+
"description": "The maps to deep-merge."
|
|
3353
|
+
}
|
|
3354
|
+
]
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"description": "Returns a map with the keys and values from `$map` except for `$keys`.\n",
|
|
3358
|
+
"commentRange": {
|
|
3359
|
+
"start": 80,
|
|
3360
|
+
"end": 86
|
|
3120
3361
|
},
|
|
3121
3362
|
"context": {
|
|
3122
3363
|
"type": "function",
|
|
3123
3364
|
"name": "k-map-remove",
|
|
3124
3365
|
"code": "\n @return map-remove( $map, $keys... );\n",
|
|
3125
3366
|
"line": {
|
|
3126
|
-
"start":
|
|
3127
|
-
"end":
|
|
3367
|
+
"start": 87,
|
|
3368
|
+
"end": 89
|
|
3128
3369
|
},
|
|
3129
3370
|
"signature": "k-map-remove($map, $keys)"
|
|
3130
3371
|
},
|
|
@@ -3164,16 +3405,16 @@
|
|
|
3164
3405
|
{
|
|
3165
3406
|
"description": "Sets a single key and value in `$map`.\n",
|
|
3166
3407
|
"commentRange": {
|
|
3167
|
-
"start":
|
|
3168
|
-
"end":
|
|
3408
|
+
"start": 91,
|
|
3409
|
+
"end": 98
|
|
3169
3410
|
},
|
|
3170
3411
|
"context": {
|
|
3171
3412
|
"type": "function",
|
|
3172
3413
|
"name": "k-map-set",
|
|
3173
3414
|
"code": "\n @return k-map-merge( $map, ( $key: $value ) );\n",
|
|
3174
3415
|
"line": {
|
|
3175
|
-
"start":
|
|
3176
|
-
"end":
|
|
3416
|
+
"start": 99,
|
|
3417
|
+
"end": 101
|
|
3177
3418
|
},
|
|
3178
3419
|
"signature": "k-map-set($map, $key, $value)"
|
|
3179
3420
|
},
|
|
@@ -3203,8 +3444,8 @@
|
|
|
3203
3444
|
"name": "k-map-negate",
|
|
3204
3445
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
3205
3446
|
"line": {
|
|
3206
|
-
"start":
|
|
3207
|
-
"end":
|
|
3447
|
+
"start": 119,
|
|
3448
|
+
"end": 135
|
|
3208
3449
|
},
|
|
3209
3450
|
"signature": "k-map-negate($map)"
|
|
3210
3451
|
}
|
|
@@ -3238,16 +3479,16 @@
|
|
|
3238
3479
|
{
|
|
3239
3480
|
"description": "Returns a comma separated list of the values in `$map`.\n",
|
|
3240
3481
|
"commentRange": {
|
|
3241
|
-
"start":
|
|
3242
|
-
"end":
|
|
3482
|
+
"start": 103,
|
|
3483
|
+
"end": 108
|
|
3243
3484
|
},
|
|
3244
3485
|
"context": {
|
|
3245
3486
|
"type": "function",
|
|
3246
3487
|
"name": "k-map-values",
|
|
3247
3488
|
"code": "\n @return map-values( $map );\n",
|
|
3248
3489
|
"line": {
|
|
3249
|
-
"start":
|
|
3250
|
-
"end":
|
|
3490
|
+
"start": 109,
|
|
3491
|
+
"end": 111
|
|
3251
3492
|
},
|
|
3252
3493
|
"signature": "k-map-values($map)"
|
|
3253
3494
|
},
|
|
@@ -3282,16 +3523,16 @@
|
|
|
3282
3523
|
{
|
|
3283
3524
|
"description": "Returns negative values of a number or numbers in a list.\n",
|
|
3284
3525
|
"commentRange": {
|
|
3285
|
-
"start":
|
|
3286
|
-
"end":
|
|
3526
|
+
"start": 113,
|
|
3527
|
+
"end": 118
|
|
3287
3528
|
},
|
|
3288
3529
|
"context": {
|
|
3289
3530
|
"type": "function",
|
|
3290
3531
|
"name": "k-map-negate",
|
|
3291
3532
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
3292
3533
|
"line": {
|
|
3293
|
-
"start":
|
|
3294
|
-
"end":
|
|
3534
|
+
"start": 119,
|
|
3535
|
+
"end": 135
|
|
3295
3536
|
},
|
|
3296
3537
|
"signature": "k-map-negate($map)"
|
|
3297
3538
|
},
|
|
@@ -4707,6 +4948,32 @@
|
|
|
4707
4948
|
"name": "_meta.import.scss"
|
|
4708
4949
|
},
|
|
4709
4950
|
"usedBy": [
|
|
4951
|
+
{
|
|
4952
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
4953
|
+
"context": {
|
|
4954
|
+
"type": "function",
|
|
4955
|
+
"name": "k-map-deep-merge",
|
|
4956
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
4957
|
+
"line": {
|
|
4958
|
+
"start": 56,
|
|
4959
|
+
"end": 78
|
|
4960
|
+
},
|
|
4961
|
+
"signature": "k-map-deep-merge($maps)"
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
4966
|
+
"context": {
|
|
4967
|
+
"type": "function",
|
|
4968
|
+
"name": "k-map-deep-merge",
|
|
4969
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
4970
|
+
"line": {
|
|
4971
|
+
"start": 56,
|
|
4972
|
+
"end": 78
|
|
4973
|
+
},
|
|
4974
|
+
"signature": "k-map-deep-merge($maps)"
|
|
4975
|
+
}
|
|
4976
|
+
},
|
|
4710
4977
|
{
|
|
4711
4978
|
"description": "Returns negative values of a number or numbers in a list.\n",
|
|
4712
4979
|
"context": {
|
|
@@ -4714,8 +4981,8 @@
|
|
|
4714
4981
|
"name": "k-map-negate",
|
|
4715
4982
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4716
4983
|
"line": {
|
|
4717
|
-
"start":
|
|
4718
|
-
"end":
|
|
4984
|
+
"start": 119,
|
|
4985
|
+
"end": 135
|
|
4719
4986
|
},
|
|
4720
4987
|
"signature": "k-map-negate($map)"
|
|
4721
4988
|
}
|
|
@@ -4727,8 +4994,8 @@
|
|
|
4727
4994
|
"name": "k-map-negate",
|
|
4728
4995
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4729
4996
|
"line": {
|
|
4730
|
-
"start":
|
|
4731
|
-
"end":
|
|
4997
|
+
"start": 119,
|
|
4998
|
+
"end": 135
|
|
4732
4999
|
},
|
|
4733
5000
|
"signature": "k-map-negate($map)"
|
|
4734
5001
|
}
|
|
@@ -4740,8 +5007,8 @@
|
|
|
4740
5007
|
"name": "k-map-negate",
|
|
4741
5008
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4742
5009
|
"line": {
|
|
4743
|
-
"start":
|
|
4744
|
-
"end":
|
|
5010
|
+
"start": 119,
|
|
5011
|
+
"end": 135
|
|
4745
5012
|
},
|
|
4746
5013
|
"signature": "k-map-negate($map)"
|
|
4747
5014
|
}
|
|
@@ -4779,8 +5046,8 @@
|
|
|
4779
5046
|
"name": "k-string-replace",
|
|
4780
5047
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
4781
5048
|
"line": {
|
|
4782
|
-
"start":
|
|
4783
|
-
"end":
|
|
5049
|
+
"start": 64,
|
|
5050
|
+
"end": 76
|
|
4784
5051
|
},
|
|
4785
5052
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
4786
5053
|
}
|
|
@@ -5815,16 +6082,16 @@
|
|
|
5815
6082
|
{
|
|
5816
6083
|
"description": "Returns the first index of `$substring` in `$string`, or `null` if `$string` doesn’t contain `$substring`.\n",
|
|
5817
6084
|
"commentRange": {
|
|
5818
|
-
"start":
|
|
5819
|
-
"end":
|
|
6085
|
+
"start": 10,
|
|
6086
|
+
"end": 16
|
|
5820
6087
|
},
|
|
5821
6088
|
"context": {
|
|
5822
6089
|
"type": "function",
|
|
5823
6090
|
"name": "k-string-index",
|
|
5824
6091
|
"code": "\n @return str-index( $string, $substring );\n",
|
|
5825
6092
|
"line": {
|
|
5826
|
-
"start":
|
|
5827
|
-
"end":
|
|
6093
|
+
"start": 17,
|
|
6094
|
+
"end": 19
|
|
5828
6095
|
},
|
|
5829
6096
|
"signature": "k-string-index($string, $substring)"
|
|
5830
6097
|
},
|
|
@@ -5966,8 +6233,8 @@
|
|
|
5966
6233
|
"name": "k-string-replace",
|
|
5967
6234
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
5968
6235
|
"line": {
|
|
5969
|
-
"start":
|
|
5970
|
-
"end":
|
|
6236
|
+
"start": 64,
|
|
6237
|
+
"end": 76
|
|
5971
6238
|
},
|
|
5972
6239
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
5973
6240
|
}
|
|
@@ -5996,16 +6263,16 @@
|
|
|
5996
6263
|
{
|
|
5997
6264
|
"description": "Returns a copy of `$string` with `$insert` inserted at `$index`.\n",
|
|
5998
6265
|
"commentRange": {
|
|
5999
|
-
"start":
|
|
6000
|
-
"end":
|
|
6266
|
+
"start": 21,
|
|
6267
|
+
"end": 28
|
|
6001
6268
|
},
|
|
6002
6269
|
"context": {
|
|
6003
6270
|
"type": "function",
|
|
6004
6271
|
"name": "k-string-insert",
|
|
6005
6272
|
"code": "\n @return str-insert( $string, $insert, $index );\n",
|
|
6006
6273
|
"line": {
|
|
6007
|
-
"start":
|
|
6008
|
-
"end":
|
|
6274
|
+
"start": 29,
|
|
6275
|
+
"end": 31
|
|
6009
6276
|
},
|
|
6010
6277
|
"signature": "k-string-insert($string, $insert, $index)"
|
|
6011
6278
|
},
|
|
@@ -6050,16 +6317,16 @@
|
|
|
6050
6317
|
{
|
|
6051
6318
|
"description": "Returns the length of `$string`.\n",
|
|
6052
6319
|
"commentRange": {
|
|
6053
|
-
"start":
|
|
6054
|
-
"end":
|
|
6320
|
+
"start": 33,
|
|
6321
|
+
"end": 38
|
|
6055
6322
|
},
|
|
6056
6323
|
"context": {
|
|
6057
6324
|
"type": "function",
|
|
6058
6325
|
"name": "k-string-length",
|
|
6059
6326
|
"code": "\n @return str-length( $string );\n",
|
|
6060
6327
|
"line": {
|
|
6061
|
-
"start":
|
|
6062
|
-
"end":
|
|
6328
|
+
"start": 39,
|
|
6329
|
+
"end": 41
|
|
6063
6330
|
},
|
|
6064
6331
|
"signature": "k-string-length($string)"
|
|
6065
6332
|
},
|
|
@@ -6084,8 +6351,8 @@
|
|
|
6084
6351
|
"name": "k-string-replace",
|
|
6085
6352
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6086
6353
|
"line": {
|
|
6087
|
-
"start":
|
|
6088
|
-
"end":
|
|
6354
|
+
"start": 64,
|
|
6355
|
+
"end": 76
|
|
6089
6356
|
},
|
|
6090
6357
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6091
6358
|
}
|
|
@@ -6109,16 +6376,16 @@
|
|
|
6109
6376
|
{
|
|
6110
6377
|
"description": "Returns a copy of `$string` with quotes added.\n",
|
|
6111
6378
|
"commentRange": {
|
|
6112
|
-
"start":
|
|
6113
|
-
"end":
|
|
6379
|
+
"start": 43,
|
|
6380
|
+
"end": 48
|
|
6114
6381
|
},
|
|
6115
6382
|
"context": {
|
|
6116
6383
|
"type": "function",
|
|
6117
6384
|
"name": "k-string-quote",
|
|
6118
6385
|
"code": "\n @return quote( $string );\n",
|
|
6119
6386
|
"line": {
|
|
6120
|
-
"start":
|
|
6121
|
-
"end":
|
|
6387
|
+
"start": 49,
|
|
6388
|
+
"end": 51
|
|
6122
6389
|
},
|
|
6123
6390
|
"signature": "k-string-quote($string)"
|
|
6124
6391
|
},
|
|
@@ -6153,16 +6420,16 @@
|
|
|
6153
6420
|
{
|
|
6154
6421
|
"description": "Returns a copy of `$string` with all occurrences of `$search`\nreplaced by `$replace`.\n",
|
|
6155
6422
|
"commentRange": {
|
|
6156
|
-
"start":
|
|
6157
|
-
"end":
|
|
6423
|
+
"start": 53,
|
|
6424
|
+
"end": 63
|
|
6158
6425
|
},
|
|
6159
6426
|
"context": {
|
|
6160
6427
|
"type": "function",
|
|
6161
6428
|
"name": "k-string-replace",
|
|
6162
6429
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6163
6430
|
"line": {
|
|
6164
|
-
"start":
|
|
6165
|
-
"end":
|
|
6431
|
+
"start": 64,
|
|
6432
|
+
"end": 76
|
|
6166
6433
|
},
|
|
6167
6434
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6168
6435
|
},
|
|
@@ -6275,16 +6542,16 @@
|
|
|
6275
6542
|
{
|
|
6276
6543
|
"description": "Returns a substring of `$string` starting at `$start-at` and ending at `$end-at`.\n",
|
|
6277
6544
|
"commentRange": {
|
|
6278
|
-
"start":
|
|
6279
|
-
"end":
|
|
6545
|
+
"start": 78,
|
|
6546
|
+
"end": 85
|
|
6280
6547
|
},
|
|
6281
6548
|
"context": {
|
|
6282
6549
|
"type": "function",
|
|
6283
6550
|
"name": "k-string-slice",
|
|
6284
6551
|
"code": "\n @return str-slice( $string, $start-at, $end-at );\n",
|
|
6285
6552
|
"line": {
|
|
6286
|
-
"start":
|
|
6287
|
-
"end":
|
|
6553
|
+
"start": 86,
|
|
6554
|
+
"end": 88
|
|
6288
6555
|
},
|
|
6289
6556
|
"signature": "k-string-slice($string, $start-at, $end-at)"
|
|
6290
6557
|
},
|
|
@@ -6322,8 +6589,8 @@
|
|
|
6322
6589
|
"name": "k-string-replace",
|
|
6323
6590
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6324
6591
|
"line": {
|
|
6325
|
-
"start":
|
|
6326
|
-
"end":
|
|
6592
|
+
"start": 64,
|
|
6593
|
+
"end": 76
|
|
6327
6594
|
},
|
|
6328
6595
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6329
6596
|
}
|
|
@@ -6335,8 +6602,8 @@
|
|
|
6335
6602
|
"name": "k-string-replace",
|
|
6336
6603
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6337
6604
|
"line": {
|
|
6338
|
-
"start":
|
|
6339
|
-
"end":
|
|
6605
|
+
"start": 64,
|
|
6606
|
+
"end": 76
|
|
6340
6607
|
},
|
|
6341
6608
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6342
6609
|
}
|
|
@@ -6370,16 +6637,16 @@
|
|
|
6370
6637
|
{
|
|
6371
6638
|
"description": "Returns a copy of `$string` with all uppercase letters converted to lowercase.\n",
|
|
6372
6639
|
"commentRange": {
|
|
6373
|
-
"start":
|
|
6374
|
-
"end":
|
|
6640
|
+
"start": 90,
|
|
6641
|
+
"end": 95
|
|
6375
6642
|
},
|
|
6376
6643
|
"context": {
|
|
6377
6644
|
"type": "function",
|
|
6378
6645
|
"name": "k-string-to-lower-case",
|
|
6379
6646
|
"code": "\n @return to-lower-case( $string );\n",
|
|
6380
6647
|
"line": {
|
|
6381
|
-
"start":
|
|
6382
|
-
"end":
|
|
6648
|
+
"start": 96,
|
|
6649
|
+
"end": 98
|
|
6383
6650
|
},
|
|
6384
6651
|
"signature": "k-string-to-lower-case($string)"
|
|
6385
6652
|
},
|
|
@@ -6414,16 +6681,16 @@
|
|
|
6414
6681
|
{
|
|
6415
6682
|
"description": "Returns a copy of `$string` with all lowercase letters converted to uppercase.\n",
|
|
6416
6683
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6684
|
+
"start": 100,
|
|
6685
|
+
"end": 105
|
|
6419
6686
|
},
|
|
6420
6687
|
"context": {
|
|
6421
6688
|
"type": "function",
|
|
6422
6689
|
"name": "k-string-to-upper-case",
|
|
6423
6690
|
"code": "\n @return to-upper-case( $string );\n",
|
|
6424
6691
|
"line": {
|
|
6425
|
-
"start":
|
|
6426
|
-
"end":
|
|
6692
|
+
"start": 106,
|
|
6693
|
+
"end": 108
|
|
6427
6694
|
},
|
|
6428
6695
|
"signature": "k-string-to-upper-case($string)"
|
|
6429
6696
|
},
|
|
@@ -6458,16 +6725,16 @@
|
|
|
6458
6725
|
{
|
|
6459
6726
|
"description": "Returns a unique identifier.\n",
|
|
6460
6727
|
"commentRange": {
|
|
6461
|
-
"start":
|
|
6462
|
-
"end":
|
|
6728
|
+
"start": 110,
|
|
6729
|
+
"end": 114
|
|
6463
6730
|
},
|
|
6464
6731
|
"context": {
|
|
6465
6732
|
"type": "function",
|
|
6466
6733
|
"name": "k-string-unique-id",
|
|
6467
6734
|
"code": "\n @return unique-id();\n",
|
|
6468
6735
|
"line": {
|
|
6469
|
-
"start":
|
|
6470
|
-
"end":
|
|
6736
|
+
"start": 115,
|
|
6737
|
+
"end": 117
|
|
6471
6738
|
},
|
|
6472
6739
|
"signature": "k-string-unique-id()"
|
|
6473
6740
|
},
|
|
@@ -6496,16 +6763,16 @@
|
|
|
6496
6763
|
{
|
|
6497
6764
|
"description": "Returns a copy of `$string` with quotes removed.\n",
|
|
6498
6765
|
"commentRange": {
|
|
6499
|
-
"start":
|
|
6500
|
-
"end":
|
|
6766
|
+
"start": 119,
|
|
6767
|
+
"end": 124
|
|
6501
6768
|
},
|
|
6502
6769
|
"context": {
|
|
6503
6770
|
"type": "function",
|
|
6504
6771
|
"name": "k-string-unquote",
|
|
6505
6772
|
"code": "\n @return unquote( $string );\n",
|
|
6506
6773
|
"line": {
|
|
6507
|
-
"start":
|
|
6508
|
-
"end":
|
|
6774
|
+
"start": 125,
|
|
6775
|
+
"end": 127
|
|
6509
6776
|
},
|
|
6510
6777
|
"signature": "k-string-unquote($string)"
|
|
6511
6778
|
},
|
|
@@ -6594,6 +6861,147 @@
|
|
|
6594
6861
|
}
|
|
6595
6862
|
],
|
|
6596
6863
|
"variableGroups": [
|
|
6864
|
+
{
|
|
6865
|
+
"id": "common",
|
|
6866
|
+
"title": "Common",
|
|
6867
|
+
"variables": [
|
|
6868
|
+
{
|
|
6869
|
+
"description": "Border radius for all components.\n",
|
|
6870
|
+
"commentRange": {
|
|
6871
|
+
"start": 46,
|
|
6872
|
+
"end": 46
|
|
6873
|
+
},
|
|
6874
|
+
"context": {
|
|
6875
|
+
"type": "variable",
|
|
6876
|
+
"name": "kendo-border-radius",
|
|
6877
|
+
"value": "k-map-get($kendo-spacing, 0.5)",
|
|
6878
|
+
"scope": "default",
|
|
6879
|
+
"line": {
|
|
6880
|
+
"start": 47,
|
|
6881
|
+
"end": 47
|
|
6882
|
+
}
|
|
6883
|
+
},
|
|
6884
|
+
"access": "public",
|
|
6885
|
+
"group": [
|
|
6886
|
+
"undefined"
|
|
6887
|
+
],
|
|
6888
|
+
"file": {
|
|
6889
|
+
"path": "_variables.scss",
|
|
6890
|
+
"name": "_variables.scss"
|
|
6891
|
+
},
|
|
6892
|
+
"resolvedValue": "0.125rem",
|
|
6893
|
+
"resolvedType": "Number"
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"description": "Shadow for cards and grid item thumbnails.\nEquivalent to fluent depth 4.\n",
|
|
6897
|
+
"commentRange": {
|
|
6898
|
+
"start": 80,
|
|
6899
|
+
"end": 81
|
|
6900
|
+
},
|
|
6901
|
+
"context": {
|
|
6902
|
+
"type": "variable",
|
|
6903
|
+
"name": "kendo-box-shadow-depth-1",
|
|
6904
|
+
"value": "0 1.6px 3.6px rgba( $kendo-color-black, 0.132 ), 0 0.3px 0.9px rgba( $kendo-color-black, 0.108 )",
|
|
6905
|
+
"scope": "default",
|
|
6906
|
+
"line": {
|
|
6907
|
+
"start": 82,
|
|
6908
|
+
"end": 82
|
|
6909
|
+
}
|
|
6910
|
+
},
|
|
6911
|
+
"access": "public",
|
|
6912
|
+
"group": [
|
|
6913
|
+
"undefined"
|
|
6914
|
+
],
|
|
6915
|
+
"file": {
|
|
6916
|
+
"path": "color-system/_variables.scss",
|
|
6917
|
+
"name": "_variables.scss"
|
|
6918
|
+
},
|
|
6919
|
+
"resolvedValue": "0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108)",
|
|
6920
|
+
"resolvedType": "List"
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"description": "Shadow for command bars and dropdowns.\nEquivalent to fluent depth 8.\n",
|
|
6924
|
+
"commentRange": {
|
|
6925
|
+
"start": 83,
|
|
6926
|
+
"end": 84
|
|
6927
|
+
},
|
|
6928
|
+
"context": {
|
|
6929
|
+
"type": "variable",
|
|
6930
|
+
"name": "kendo-box-shadow-depth-2",
|
|
6931
|
+
"value": "0 3.2px 7.2px rgba( $kendo-color-black, 0.132 ), 0 0.6px 1.8px rgba( $kendo-color-black, 0.108 )",
|
|
6932
|
+
"scope": "default",
|
|
6933
|
+
"line": {
|
|
6934
|
+
"start": 85,
|
|
6935
|
+
"end": 85
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
"access": "public",
|
|
6939
|
+
"group": [
|
|
6940
|
+
"undefined"
|
|
6941
|
+
],
|
|
6942
|
+
"file": {
|
|
6943
|
+
"path": "color-system/_variables.scss",
|
|
6944
|
+
"name": "_variables.scss"
|
|
6945
|
+
},
|
|
6946
|
+
"resolvedValue": "0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px rgba(0, 0, 0, 0.108)",
|
|
6947
|
+
"resolvedType": "List"
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"description": "Shadow for teaching callouts and hover cards / tooltips.\nEquivalent to fluent depth 16.\n",
|
|
6951
|
+
"commentRange": {
|
|
6952
|
+
"start": 86,
|
|
6953
|
+
"end": 87
|
|
6954
|
+
},
|
|
6955
|
+
"context": {
|
|
6956
|
+
"type": "variable",
|
|
6957
|
+
"name": "kendo-box-shadow-depth-3",
|
|
6958
|
+
"value": "0 6.4px 14.4px rgba( $kendo-color-black, 0.132 ), 0 1.2px 3.6px rgba( $kendo-color-black, 0.108 )",
|
|
6959
|
+
"scope": "default",
|
|
6960
|
+
"line": {
|
|
6961
|
+
"start": 88,
|
|
6962
|
+
"end": 88
|
|
6963
|
+
}
|
|
6964
|
+
},
|
|
6965
|
+
"access": "public",
|
|
6966
|
+
"group": [
|
|
6967
|
+
"undefined"
|
|
6968
|
+
],
|
|
6969
|
+
"file": {
|
|
6970
|
+
"path": "color-system/_variables.scss",
|
|
6971
|
+
"name": "_variables.scss"
|
|
6972
|
+
},
|
|
6973
|
+
"resolvedValue": "0 6.4px 14.4px rgba(0, 0, 0, 0.132), 0 1.2px 3.6px rgba(0, 0, 0, 0.108)",
|
|
6974
|
+
"resolvedType": "List"
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"description": "Shadow for panels and pop up dialogs.\nEquivalent to fluent depth 64.\n",
|
|
6978
|
+
"commentRange": {
|
|
6979
|
+
"start": 89,
|
|
6980
|
+
"end": 90
|
|
6981
|
+
},
|
|
6982
|
+
"context": {
|
|
6983
|
+
"type": "variable",
|
|
6984
|
+
"name": "kendo-box-shadow-depth-4",
|
|
6985
|
+
"value": "0 25.6px 57.6px rgba( $kendo-color-black, 0.22 ), 0 4.8px 14.4px rgba( $kendo-color-black, 0.18 )",
|
|
6986
|
+
"scope": "default",
|
|
6987
|
+
"line": {
|
|
6988
|
+
"start": 91,
|
|
6989
|
+
"end": 91
|
|
6990
|
+
}
|
|
6991
|
+
},
|
|
6992
|
+
"access": "public",
|
|
6993
|
+
"group": [
|
|
6994
|
+
"undefined"
|
|
6995
|
+
],
|
|
6996
|
+
"file": {
|
|
6997
|
+
"path": "color-system/_variables.scss",
|
|
6998
|
+
"name": "_variables.scss"
|
|
6999
|
+
},
|
|
7000
|
+
"resolvedValue": "0 25.6px 57.6px rgba(0, 0, 0, 0.22), 0 4.8px 14.4px rgba(0, 0, 0, 0.18)",
|
|
7001
|
+
"resolvedType": "List"
|
|
7002
|
+
}
|
|
7003
|
+
]
|
|
7004
|
+
},
|
|
6597
7005
|
{
|
|
6598
7006
|
"id": "accessibility",
|
|
6599
7007
|
"title": "Accessibility",
|