@progress/kendo-theme-core 10.0.0 → 10.0.2-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -290,7 +290,7 @@
290
290
  "description": "The global default Colors map.\n",
291
291
  "commentRange": {
292
292
  "start": 174,
293
- "end": 175
293
+ "end": 423
294
294
  },
295
295
  "context": {
296
296
  "type": "variable",
@@ -298,236 +298,1230 @@
298
298
  "value": "$_default-colors",
299
299
  "scope": "default",
300
300
  "line": {
301
- "start": 176,
302
- "end": 176
301
+ "start": 424,
302
+ "end": 424
303
303
  }
304
304
  },
305
305
  "group": [
306
306
  "color-system"
307
307
  ],
308
- "access": "public",
309
- "file": {
310
- "path": "core/scss/color-system/_swatch.scss",
311
- "name": "_swatch.scss"
312
- },
313
- "usedBy": [
308
+ "subGroup": [
309
+ {
310
+ "name": "misc",
311
+ "value": [
312
+ "app-surface",
313
+ "on-app-surface",
314
+ "subtle",
315
+ "surface",
316
+ "surface-alt",
317
+ "border",
318
+ "border-alt"
319
+ ],
320
+ "description": "The Misc variable group."
321
+ },
322
+ {
323
+ "name": "base",
324
+ "value": [
325
+ "base-subtle",
326
+ "base-subtle-hover",
327
+ "base-subtle-active",
328
+ "base",
329
+ "base-hover",
330
+ "base-active",
331
+ "base-emphasis",
332
+ "base-on-subtle",
333
+ "on-base",
334
+ "base-on-surface"
335
+ ],
336
+ "description": "The Base variable group."
337
+ },
338
+ {
339
+ "name": "primary",
340
+ "value": [
341
+ "primary-subtle",
342
+ "primary-subtle-hover",
343
+ "primary-subtle-active",
344
+ "primary",
345
+ "primary-hover",
346
+ "primary-active",
347
+ "primary-emphasis",
348
+ "primary-on-subtle",
349
+ "on-primary",
350
+ "primary-on-surface"
351
+ ],
352
+ "description": "The Primary variable group."
353
+ },
354
+ {
355
+ "name": "secondary",
356
+ "value": [
357
+ "secondary-subtle",
358
+ "secondary-subtle-hover",
359
+ "secondary-subtle-active",
360
+ "secondary",
361
+ "secondary-hover",
362
+ "secondary-active",
363
+ "secondary-emphasis",
364
+ "secondary-on-subtle",
365
+ "on-secondary",
366
+ "secondary-on-surface"
367
+ ],
368
+ "description": "The Secondary variable group."
369
+ },
370
+ {
371
+ "name": "tertiary",
372
+ "value": [
373
+ "tertiary-subtle",
374
+ "tertiary-subtle-hover",
375
+ "tertiary-subtle-active",
376
+ "tertiary",
377
+ "tertiary-hover",
378
+ "tertiary-active",
379
+ "tertiary-emphasis",
380
+ "tertiary-on-subtle",
381
+ "on-tertiary",
382
+ "tertiary-on-surface"
383
+ ],
384
+ "description": "The Tertiary variable group."
385
+ },
386
+ {
387
+ "name": "info",
388
+ "value": [
389
+ "info-subtle",
390
+ "info-subtle-hover",
391
+ "info-subtle-active",
392
+ "info",
393
+ "info-hover",
394
+ "info-active",
395
+ "info-emphasis",
396
+ "info-on-subtle",
397
+ "on-info",
398
+ "info-on-surface"
399
+ ],
400
+ "description": "The Info variable group."
401
+ },
402
+ {
403
+ "name": "success",
404
+ "value": [
405
+ "success-subtle",
406
+ "success-subtle-hover",
407
+ "success-subtle-active",
408
+ "success",
409
+ "success-hover",
410
+ "success-active",
411
+ "success-emphasis",
412
+ "success-on-subtle",
413
+ "on-success",
414
+ "success-on-surface"
415
+ ],
416
+ "description": "The Success variable group."
417
+ },
418
+ {
419
+ "name": "warning",
420
+ "value": [
421
+ "warning-subtle",
422
+ "warning-subtle-hover",
423
+ "warning-subtle-active",
424
+ "warning",
425
+ "warning-hover",
426
+ "warning-active",
427
+ "warning-emphasis",
428
+ "warning-on-subtle",
429
+ "on-warning",
430
+ "warning-on-surface"
431
+ ],
432
+ "description": "The Warning variable group."
433
+ },
434
+ {
435
+ "name": "error",
436
+ "value": [
437
+ "error-subtle",
438
+ "error-subtle-hover",
439
+ "error-subtle-active",
440
+ "error",
441
+ "error-hover",
442
+ "error-active",
443
+ "error-emphasis",
444
+ "error-on-subtle",
445
+ "on-error",
446
+ "error-on-surface"
447
+ ],
448
+ "description": "The Error variable group."
449
+ },
314
450
  {
315
- "description": "Takes a color name from the $kendo-colors map as a parameter\nand returns a CSS variable with the actual color as a fallback\n",
316
- "context": {
317
- "type": "function",
318
- "name": "k-color",
319
- "code": "\n $_color: map.get($kendo-colors, $key);\n\n @if ($_color) {\n @return var(--kendo-color-#{$key}, $_color);\n } @else {\n @error \"Color Variable \\`#{$key}\\` does not exists in the color collection.\";\n }\n",
320
- "line": {
321
- "start": 321,
322
- "end": 329
323
- },
324
- "signature": "k-color($key)"
325
- }
326
- }
327
- ],
328
- "resolvedValue": "(app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae)",
329
- "resolvedType": "Map",
330
- "prettyValue": {
331
- "app-surface": "#ffffff",
332
- "on-app-surface": "#3d3d3d",
333
- "subtle": "#666666",
334
- "surface": "#fafafa",
335
- "surface-alt": "#ffffff",
336
- "border": "rgba(0, 0, 0, 0.08)",
337
- "border-alt": "rgba(0, 0, 0, 0.16)",
338
- "base-subtle": "#ebebeb",
339
- "base-subtle-hover": "#e0e0e0",
340
- "base-subtle-active": "#d6d6d6",
341
- "base": "#f5f5f5",
342
- "base-hover": "#ebebeb",
343
- "base-active": "#d6d6d6",
344
- "base-emphasis": "#c2c2c2",
345
- "base-on-subtle": "#3d3d3d",
346
- "on-base": "#3d3d3d",
347
- "base-on-surface": "#3d3d3d",
348
- "primary-subtle": "#ffeceb",
349
- "primary-subtle-hover": "#ffdedb",
350
- "primary-subtle-active": "#ffc8c4",
351
- "primary": "#ff6358",
352
- "primary-hover": "#ea5a51",
353
- "primary-active": "#d45349",
354
- "primary-emphasis": "#ff9d97",
355
- "primary-on-subtle": "#5c201c",
356
- "on-primary": "#ffffff",
357
- "primary-on-surface": "#ff6358",
358
- "secondary-subtle": "#fafafa",
359
- "secondary-subtle-hover": "#f5f5f5",
360
- "secondary-subtle-active": "#ebebeb",
361
- "secondary": "#666666",
362
- "secondary-hover": "#525252",
363
- "secondary-active": "#3d3d3d",
364
- "secondary-emphasis": "#e0e0e0",
365
- "secondary-on-subtle": "#141414",
366
- "on-secondary": "#ffffff",
367
- "secondary-on-surface": "#292929",
368
- "tertiary-subtle": "#d8f1fd",
369
- "tertiary-subtle-hover": "#c5eafc",
370
- "tertiary-subtle-active": "#a3dffb",
371
- "tertiary": "#03a9f4",
372
- "tertiary-hover": "#039ae0",
373
- "tertiary-active": "#028ccb",
374
- "tertiary-emphasis": "#61c9f9",
375
- "tertiary-on-subtle": "#023f5c",
376
- "on-tertiary": "#ffffff",
377
- "tertiary-on-surface": "#028ccb",
378
- "info-subtle": "#d2e2fb",
379
- "info-subtle-hover": "#bdd4f8",
380
- "info-subtle-active": "#80acf4",
381
- "info": "#0058e9",
382
- "info-hover": "#0052d6",
383
- "info-active": "#004ac2",
384
- "info-emphasis": "#6098f2",
385
- "info-on-subtle": "#002259",
386
- "on-info": "#ffffff",
387
- "info-on-surface": "#004ac2",
388
- "success-subtle": "#dcf0d3",
389
- "success-subtle-hover": "#cbe9bf",
390
- "success-subtle-active": "#b7e1a5",
391
- "success": "#37b400",
392
- "success-hover": "#32a500",
393
- "success-active": "#2d9600",
394
- "success-emphasis": "#81d15f",
395
- "success-on-subtle": "#1c5a00",
396
- "on-success": "#ffffff",
397
- "success-on-surface": "#2d9600",
398
- "warning-subtle": "#fff4d3",
399
- "warning-subtle-hover": "#ffeebd",
400
- "warning-subtle-active": "#ffe79e",
401
- "warning": "#ffc000",
402
- "warning-hover": "#eaaf00",
403
- "warning-active": "#d49f00",
404
- "warning-emphasis": "#ffd760",
405
- "warning-on-subtle": "#5e4700",
406
- "on-warning": "#3d3d3d",
407
- "warning-on-surface": "#ffc000",
408
- "error-subtle": "#fcddda",
409
- "error-subtle-hover": "#fbc8c3",
410
- "error-subtle-active": "#f98b80",
411
- "error": "#f31700",
412
- "error-hover": "#df1600",
413
- "error-active": "#ca1400",
414
- "error-emphasis": "#f76f60",
415
- "error-on-subtle": "#7a0c00",
416
- "on-error": "#ffffff",
417
- "error-on-surface": "#ca1400",
418
- "light-subtle": "#fafafa",
419
- "light-subtle-hover": "#f5f5f5",
420
- "light-subtle-active": "#ebebeb",
421
- "light": "#ebebeb",
422
- "light-hover": "#e0e0e0",
423
- "light-active": "#d6d6d6",
424
- "light-emphasis": "#d6d6d6",
425
- "light-on-subtle": "#141414",
426
- "on-light": "#000000",
427
- "light-on-surface": "#e0e0e0",
428
- "dark-subtle": "#c2c2c2",
429
- "dark-subtle-hover": "#adadad",
430
- "dark-subtle-active": "#999999",
431
- "dark": "#3d3d3d",
432
- "dark-hover": "#292929",
433
- "dark-active": "#1f1f1f",
434
- "dark-emphasis": "#666666",
435
- "dark-on-subtle": "#1f1f1f",
436
- "on-dark": "#ffffff",
437
- "dark-on-surface": "#141414",
438
- "inverse-subtle": "#c2c2c2",
439
- "inverse-subtle-hover": "#adadad",
440
- "inverse-subtle-active": "#999999",
441
- "inverse": "#3d3d3d",
442
- "inverse-hover": "#292929",
443
- "inverse-active": "#1f1f1f",
444
- "inverse-emphasis": "#666666",
445
- "inverse-on-subtle": "#1f1f1f",
446
- "on-inverse": "#ffffff",
447
- "inverse-on-surface": "#141414",
448
- "series-a": "#ff6358",
449
- "series-a-bold": "#bf4a42",
450
- "series-a-bolder": "#80322c",
451
- "series-a-subtle": "#ffb1ac",
452
- "series-a-subtler": "#ff8a82",
453
- "series-b": "#ffe162",
454
- "series-b-bold": "#bfa94a",
455
- "series-b-bolder": "#807131",
456
- "series-b-subtle": "#fff0b1",
457
- "series-b-subtler": "#ffe989",
458
- "series-c": "#4cd180",
459
- "series-c-bold": "#399d60",
460
- "series-c-bolder": "#266940",
461
- "series-c-subtle": "#a6e8c0",
462
- "series-c-subtler": "#79dda0",
463
- "series-d": "#4b5ffa",
464
- "series-d-bold": "#3847bc",
465
- "series-d-bolder": "#26307d",
466
- "series-d-subtle": "#a5affd",
467
- "series-d-subtler": "#7887fb",
468
- "series-e": "#ac58ff",
469
- "series-e-bold": "#8142bf",
470
- "series-e-bolder": "#562c80",
471
- "series-e-subtle": "#d6acff",
472
- "series-e-subtler": "#c182ff",
473
- "series-f": "#ff5892",
474
- "series-f-bold": "#bf426e",
475
- "series-f-bolder": "#802c49",
476
- "series-f-subtle": "#ffacc9",
477
- "series-f-subtler": "#ff82ae"
478
- }
479
- },
480
- {
481
- "description": "The global default Elevation map.\n",
482
- "commentRange": {
483
- "start": 42,
484
- "end": 43
485
- },
486
- "context": {
487
- "type": "variable",
488
- "name": "kendo-elevation",
489
- "value": "$_default-elevation",
490
- "scope": "default",
491
- "line": {
492
- "start": 44,
493
- "end": 44
451
+ "name": "light",
452
+ "value": [
453
+ "light-subtle",
454
+ "light-subtle-hover",
455
+ "light-subtle-active",
456
+ "light",
457
+ "light-hover",
458
+ "light-active",
459
+ "light-emphasis",
460
+ "light-on-subtle",
461
+ "on-light",
462
+ "light-on-surface"
463
+ ],
464
+ "description": "The Light variable group."
465
+ },
466
+ {
467
+ "name": "dark",
468
+ "value": [
469
+ "dark-subtle",
470
+ "dark-subtle-hover",
471
+ "dark-subtle-active",
472
+ "dark",
473
+ "dark-hover",
474
+ "dark-active",
475
+ "dark-emphasis",
476
+ "dark-on-subtle",
477
+ "on-dark",
478
+ "dark-on-surface"
479
+ ],
480
+ "description": "The Dark variable group."
481
+ },
482
+ {
483
+ "name": "inverse",
484
+ "value": [
485
+ "inverse-subtle",
486
+ "inverse-subtle-hover",
487
+ "inverse-subtle-active",
488
+ "inverse",
489
+ "inverse-hover",
490
+ "inverse-active",
491
+ "inverse-emphasis",
492
+ "inverse-on-subtle",
493
+ "on-inverse",
494
+ "inverse-on-surface"
495
+ ],
496
+ "description": "The Inverse variable group."
497
+ },
498
+ {
499
+ "name": "series-a",
500
+ "value": [
501
+ "series-a",
502
+ "series-a-bold",
503
+ "series-a-bolder",
504
+ "series-a-subtle",
505
+ "series-a-subtler"
506
+ ],
507
+ "description": "The Series A variable group."
508
+ },
509
+ {
510
+ "name": "series-b",
511
+ "value": [
512
+ "series-b",
513
+ "series-b-bold",
514
+ "series-b-bolder",
515
+ "series-b-subtle",
516
+ "series-b-subtler"
517
+ ],
518
+ "description": "The Series B variable group."
519
+ },
520
+ {
521
+ "name": "series-c",
522
+ "value": [
523
+ "series-c",
524
+ "series-c-bold",
525
+ "series-c-bolder",
526
+ "series-c-subtle",
527
+ "series-c-subtler"
528
+ ],
529
+ "description": "The Series C variable group."
530
+ },
531
+ {
532
+ "name": "series-d",
533
+ "value": [
534
+ "series-d",
535
+ "series-d-bold",
536
+ "series-d-bolder",
537
+ "series-d-subtle",
538
+ "series-d-subtler"
539
+ ],
540
+ "description": "The Series D variable group."
541
+ },
542
+ {
543
+ "name": "series-e",
544
+ "value": [
545
+ "series-e",
546
+ "series-e-bold",
547
+ "series-e-bolder",
548
+ "series-e-subtle",
549
+ "series-e-subtler"
550
+ ],
551
+ "description": "The Series E variable group."
552
+ },
553
+ {
554
+ "name": "series-f",
555
+ "value": [
556
+ "series-f",
557
+ "series-f-bold",
558
+ "series-f-bolder",
559
+ "series-f-subtle",
560
+ "series-f-subtler"
561
+ ],
562
+ "description": "The Series F variable group."
494
563
  }
495
- },
496
- "group": [
497
- "elevation"
498
564
  ],
499
- "access": "public",
500
- "file": {
501
- "path": "core/scss/elevation/index.import.scss",
502
- "name": "index.import.scss"
503
- },
504
- "resolvedValue": "(1: (0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)), 2: (0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)), 3: (0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)), 4: (0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)), 5: (0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)), 6: (0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12)), 7: (0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12)), 8: (0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)), 9: (0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12)))",
505
- "resolvedType": "Map",
506
- "prettyValue": {
507
- "1": "(0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))",
508
- "2": "(0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
509
- "3": "(0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
510
- "4": "(0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
511
- "5": "(0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
512
- "6": "(0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12))",
513
- "7": "(0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12))",
514
- "8": "(0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))",
515
- "9": "(0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
516
- }
517
- },
518
- {
519
- "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
520
- "commentRange": {
521
- "start": 223,
522
- "end": 224
523
- },
524
- "context": {
525
- "type": "variable",
526
- "name": "kendo-palette-gray",
527
- "value": "$_default-palette-gray",
528
- "scope": "default",
529
- "line": {
530
- "start": 225,
565
+ "property": [
566
+ {
567
+ "type": "Color",
568
+ "name": "app-surface",
569
+ "description": "The background color of the application."
570
+ },
571
+ {
572
+ "type": "Color",
573
+ "name": "on-app-surface",
574
+ "description": "The text color of the application."
575
+ },
576
+ {
577
+ "type": "Color",
578
+ "name": "subtle",
579
+ "description": "The subtle text color."
580
+ },
581
+ {
582
+ "type": "Color",
583
+ "name": "surface",
584
+ "description": "The background color of the components' chrome area."
585
+ },
586
+ {
587
+ "type": "Color",
588
+ "name": "surface-alt",
589
+ "description": "The alternative background color of the components' chrome area."
590
+ },
591
+ {
592
+ "type": "Color",
593
+ "name": "border",
594
+ "description": "The border color of the application."
595
+ },
596
+ {
597
+ "type": "Color",
598
+ "name": "border-alt",
599
+ "description": "The alternative border color of the application."
600
+ },
601
+ {
602
+ "type": "Color",
603
+ "name": "base-subtle",
604
+ "description": "The base subtle background color variable."
605
+ },
606
+ {
607
+ "type": "Color",
608
+ "name": "base-subtle-hover",
609
+ "description": "The base subtle background color variable for the hover state."
610
+ },
611
+ {
612
+ "type": "Color",
613
+ "name": "base-subtle-active",
614
+ "description": "The base subtle background color variable for the active state."
615
+ },
616
+ {
617
+ "type": "Color",
618
+ "name": "base",
619
+ "description": "The base background color variable."
620
+ },
621
+ {
622
+ "type": "Color",
623
+ "name": "base-hover",
624
+ "description": "The base background color variable for the hover state."
625
+ },
626
+ {
627
+ "type": "Color",
628
+ "name": "base-active",
629
+ "description": "The base background color variable for the active state."
630
+ },
631
+ {
632
+ "type": "Color",
633
+ "name": "base-emphasis",
634
+ "description": "The emphasized base color variable."
635
+ },
636
+ {
637
+ "type": "Color",
638
+ "name": "base-on-subtle",
639
+ "description": "The text color variable for content on base subtle."
640
+ },
641
+ {
642
+ "type": "Color",
643
+ "name": "on-base",
644
+ "description": "The text color variable for content on base."
645
+ },
646
+ {
647
+ "type": "Color",
648
+ "name": "base-on-surface",
649
+ "description": "The text color variable for content on surface."
650
+ },
651
+ {
652
+ "type": "Color",
653
+ "name": "primary-subtle",
654
+ "description": "The primary subtle background color variable."
655
+ },
656
+ {
657
+ "type": "Color",
658
+ "name": "primary-subtle-hover",
659
+ "description": "The primary subtle background color variable for the hover state."
660
+ },
661
+ {
662
+ "type": "Color",
663
+ "name": "primary-subtle-active",
664
+ "description": "The primary subtle background color variable for the active state."
665
+ },
666
+ {
667
+ "type": "Color",
668
+ "name": "primary",
669
+ "description": "The primary background color variable."
670
+ },
671
+ {
672
+ "type": "Color",
673
+ "name": "primary-hover",
674
+ "description": "The primary background color variable for the hover state."
675
+ },
676
+ {
677
+ "type": "Color",
678
+ "name": "primary-active",
679
+ "description": "The primary background color variable for the active state."
680
+ },
681
+ {
682
+ "type": "Color",
683
+ "name": "primary-emphasis",
684
+ "description": "The emphasized primary color variable."
685
+ },
686
+ {
687
+ "type": "Color",
688
+ "name": "primary-on-subtle",
689
+ "description": "The text color variable for content on primary subtle."
690
+ },
691
+ {
692
+ "type": "Color",
693
+ "name": "on-primary",
694
+ "description": "The text color variable for content on primary."
695
+ },
696
+ {
697
+ "type": "Color",
698
+ "name": "primary-on-surface",
699
+ "description": "The text color variable for content on surface."
700
+ },
701
+ {
702
+ "type": "Color",
703
+ "name": "secondary-subtle",
704
+ "description": "The secondary subtle background color variable."
705
+ },
706
+ {
707
+ "type": "Color",
708
+ "name": "secondary-subtle-hover",
709
+ "description": "The secondary subtle background color variable for the hover state."
710
+ },
711
+ {
712
+ "type": "Color",
713
+ "name": "secondary-subtle-active",
714
+ "description": "The secondary subtle background color variable for the active state."
715
+ },
716
+ {
717
+ "type": "Color",
718
+ "name": "secondary",
719
+ "description": "The secondary background color variable."
720
+ },
721
+ {
722
+ "type": "Color",
723
+ "name": "secondary-hover",
724
+ "description": "The secondary background color variable for the hover state."
725
+ },
726
+ {
727
+ "type": "Color",
728
+ "name": "secondary-active",
729
+ "description": "The secondary background color variable for the active state."
730
+ },
731
+ {
732
+ "type": "Color",
733
+ "name": "secondary-emphasis",
734
+ "description": "The emphasized secondary color variable."
735
+ },
736
+ {
737
+ "type": "Color",
738
+ "name": "secondary-on-subtle",
739
+ "description": "The text color variable for content on secondary subtle."
740
+ },
741
+ {
742
+ "type": "Color",
743
+ "name": "on-secondary",
744
+ "description": "The text color variable for content on secondary."
745
+ },
746
+ {
747
+ "type": "Color",
748
+ "name": "secondary-on-surface",
749
+ "description": "The text color variable for content on surface."
750
+ },
751
+ {
752
+ "type": "Color",
753
+ "name": "tertiary-subtle",
754
+ "description": "The tertiary subtle background color variable."
755
+ },
756
+ {
757
+ "type": "Color",
758
+ "name": "tertiary-subtle-hover",
759
+ "description": "The tertiary subtle background color variable for the hover state."
760
+ },
761
+ {
762
+ "type": "Color",
763
+ "name": "tertiary-subtle-active",
764
+ "description": "The tertiary subtle background color variable for the active state."
765
+ },
766
+ {
767
+ "type": "Color",
768
+ "name": "tertiary",
769
+ "description": "The tertiary background color variable."
770
+ },
771
+ {
772
+ "type": "Color",
773
+ "name": "tertiary-hover",
774
+ "description": "The tertiary background color variable for the hover state."
775
+ },
776
+ {
777
+ "type": "Color",
778
+ "name": "tertiary-active",
779
+ "description": "The tertiary background color variable for the active state."
780
+ },
781
+ {
782
+ "type": "Color",
783
+ "name": "tertiary-emphasis",
784
+ "description": "The emphasized tertiary color variable."
785
+ },
786
+ {
787
+ "type": "Color",
788
+ "name": "tertiary-on-subtle",
789
+ "description": "The text color variable for content on tertiary subtle."
790
+ },
791
+ {
792
+ "type": "Color",
793
+ "name": "on-tertiary",
794
+ "description": "The text color variable for content on tertiary."
795
+ },
796
+ {
797
+ "type": "Color",
798
+ "name": "tertiary-on-surface",
799
+ "description": "The text color variable for content on surface."
800
+ },
801
+ {
802
+ "type": "Color",
803
+ "name": "info-subtle",
804
+ "description": "The info subtle background color variable."
805
+ },
806
+ {
807
+ "type": "Color",
808
+ "name": "info-subtle-hover",
809
+ "description": "The info subtle background color variable for the hover state."
810
+ },
811
+ {
812
+ "type": "Color",
813
+ "name": "info-subtle-active",
814
+ "description": "The info subtle background color variable for the active state."
815
+ },
816
+ {
817
+ "type": "Color",
818
+ "name": "info",
819
+ "description": "The info background color variable."
820
+ },
821
+ {
822
+ "type": "Color",
823
+ "name": "info-hover",
824
+ "description": "The info background color variable for the hover state."
825
+ },
826
+ {
827
+ "type": "Color",
828
+ "name": "info-active",
829
+ "description": "The info background color variable for the active state."
830
+ },
831
+ {
832
+ "type": "Color",
833
+ "name": "info-emphasis",
834
+ "description": "The emphasized info color variable."
835
+ },
836
+ {
837
+ "type": "Color",
838
+ "name": "info-on-subtle",
839
+ "description": "The text color variable for content on info subtle."
840
+ },
841
+ {
842
+ "type": "Color",
843
+ "name": "on-info",
844
+ "description": "The text color variable for content on info."
845
+ },
846
+ {
847
+ "type": "Color",
848
+ "name": "info-on-surface",
849
+ "description": "The text color variable for content on surface."
850
+ },
851
+ {
852
+ "type": "Color",
853
+ "name": "success-subtle",
854
+ "description": "The success subtle background color variable."
855
+ },
856
+ {
857
+ "type": "Color",
858
+ "name": "success-subtle-hover",
859
+ "description": "The success subtle background color variable for the hover state."
860
+ },
861
+ {
862
+ "type": "Color",
863
+ "name": "success-subtle-active",
864
+ "description": "The success subtle background color variable for the active state."
865
+ },
866
+ {
867
+ "type": "Color",
868
+ "name": "success",
869
+ "description": "The success background color variable."
870
+ },
871
+ {
872
+ "type": "Color",
873
+ "name": "success-hover",
874
+ "description": "The success background color variable for the hover state."
875
+ },
876
+ {
877
+ "type": "Color",
878
+ "name": "success-active",
879
+ "description": "The success background color variable for the active state."
880
+ },
881
+ {
882
+ "type": "Color",
883
+ "name": "success-emphasis",
884
+ "description": "The emphasized success color variable."
885
+ },
886
+ {
887
+ "type": "Color",
888
+ "name": "success-on-subtle",
889
+ "description": "The text color variable for content on success subtle."
890
+ },
891
+ {
892
+ "type": "Color",
893
+ "name": "on-success",
894
+ "description": "The text color variable for content on success."
895
+ },
896
+ {
897
+ "type": "Color",
898
+ "name": "success-on-surface",
899
+ "description": "The text color variable for content on surface."
900
+ },
901
+ {
902
+ "type": "Color",
903
+ "name": "warning-subtle",
904
+ "description": "The warning subtle background color variable."
905
+ },
906
+ {
907
+ "type": "Color",
908
+ "name": "warning-subtle-hover",
909
+ "description": "The warning subtle background color variable for the hover state."
910
+ },
911
+ {
912
+ "type": "Color",
913
+ "name": "warning-subtle-active",
914
+ "description": "The warning subtle background color variable for the active state."
915
+ },
916
+ {
917
+ "type": "Color",
918
+ "name": "warning",
919
+ "description": "The warning background color variable."
920
+ },
921
+ {
922
+ "type": "Color",
923
+ "name": "warning-hover",
924
+ "description": "The warning background color variable for the hover state."
925
+ },
926
+ {
927
+ "type": "Color",
928
+ "name": "warning-active",
929
+ "description": "The warning background color variable for the active state."
930
+ },
931
+ {
932
+ "type": "Color",
933
+ "name": "warning-emphasis",
934
+ "description": "The emphasized warning color variable."
935
+ },
936
+ {
937
+ "type": "Color",
938
+ "name": "warning-on-subtle",
939
+ "description": "The text color variable for content on warning subtle."
940
+ },
941
+ {
942
+ "type": "Color",
943
+ "name": "on-warning",
944
+ "description": "The text color variable for content on warning."
945
+ },
946
+ {
947
+ "type": "Color",
948
+ "name": "warning-on-surface",
949
+ "description": "The text color variable for content on surface."
950
+ },
951
+ {
952
+ "type": "Color",
953
+ "name": "error-subtle",
954
+ "description": "The error subtle background color variable."
955
+ },
956
+ {
957
+ "type": "Color",
958
+ "name": "error-subtle-hover",
959
+ "description": "The error subtle background color variable for the hover state."
960
+ },
961
+ {
962
+ "type": "Color",
963
+ "name": "error-subtle-active",
964
+ "description": "The error subtle background color variable for the active state."
965
+ },
966
+ {
967
+ "type": "Color",
968
+ "name": "error",
969
+ "description": "The error background color variable."
970
+ },
971
+ {
972
+ "type": "Color",
973
+ "name": "error-hover",
974
+ "description": "The error background color variable for the hover state."
975
+ },
976
+ {
977
+ "type": "Color",
978
+ "name": "error-active",
979
+ "description": "The error background color variable for the active state."
980
+ },
981
+ {
982
+ "type": "Color",
983
+ "name": "error-emphasis",
984
+ "description": "The emphasized error color variable."
985
+ },
986
+ {
987
+ "type": "Color",
988
+ "name": "error-on-subtle",
989
+ "description": "The text color variable for content on error subtle."
990
+ },
991
+ {
992
+ "type": "Color",
993
+ "name": "on-error",
994
+ "description": "The text color variable for content on error."
995
+ },
996
+ {
997
+ "type": "Color",
998
+ "name": "error-on-surface",
999
+ "description": "The text color variable for content on surface."
1000
+ },
1001
+ {
1002
+ "type": "Color",
1003
+ "name": "light-subtle",
1004
+ "description": "The light subtle background color variable."
1005
+ },
1006
+ {
1007
+ "type": "Color",
1008
+ "name": "light-subtle-hover",
1009
+ "description": "The light subtle background color variable for the hover state."
1010
+ },
1011
+ {
1012
+ "type": "Color",
1013
+ "name": "light-subtle-active",
1014
+ "description": "The light subtle background color variable for the active state."
1015
+ },
1016
+ {
1017
+ "type": "Color",
1018
+ "name": "light",
1019
+ "description": "The light background color variable."
1020
+ },
1021
+ {
1022
+ "type": "Color",
1023
+ "name": "light-hover",
1024
+ "description": "The light background color variable for the hover state."
1025
+ },
1026
+ {
1027
+ "type": "Color",
1028
+ "name": "light-active",
1029
+ "description": "The light background color variable for the active state."
1030
+ },
1031
+ {
1032
+ "type": "Color",
1033
+ "name": "light-emphasis",
1034
+ "description": "The emphasized light color variable."
1035
+ },
1036
+ {
1037
+ "type": "Color",
1038
+ "name": "light-on-subtle",
1039
+ "description": "The text color variable for content on light subtle."
1040
+ },
1041
+ {
1042
+ "type": "Color",
1043
+ "name": "on-light",
1044
+ "description": "The text color variable for content on light."
1045
+ },
1046
+ {
1047
+ "type": "Color",
1048
+ "name": "light-on-surface",
1049
+ "description": "The text color variable for content on surface."
1050
+ },
1051
+ {
1052
+ "type": "Color",
1053
+ "name": "dark-subtle",
1054
+ "description": "The dark subtle background color variable."
1055
+ },
1056
+ {
1057
+ "type": "Color",
1058
+ "name": "dark-subtle-hover",
1059
+ "description": "The dark subtle background color variable for the hover state."
1060
+ },
1061
+ {
1062
+ "type": "Color",
1063
+ "name": "dark-subtle-active",
1064
+ "description": "The dark subtle background color variable for the active state."
1065
+ },
1066
+ {
1067
+ "type": "Color",
1068
+ "name": "dark",
1069
+ "description": "The dark background color variable."
1070
+ },
1071
+ {
1072
+ "type": "Color",
1073
+ "name": "dark-hover",
1074
+ "description": "The dark background color variable for the hover state."
1075
+ },
1076
+ {
1077
+ "type": "Color",
1078
+ "name": "dark-active",
1079
+ "description": "The dark background color variable for the active state."
1080
+ },
1081
+ {
1082
+ "type": "Color",
1083
+ "name": "dark-emphasis",
1084
+ "description": "The emphasized dark color variable."
1085
+ },
1086
+ {
1087
+ "type": "Color",
1088
+ "name": "dark-on-subtle",
1089
+ "description": "The text color variable for content on dark subtle."
1090
+ },
1091
+ {
1092
+ "type": "Color",
1093
+ "name": "on-dark",
1094
+ "description": "The text color variable for content on dark."
1095
+ },
1096
+ {
1097
+ "type": "Color",
1098
+ "name": "dark-on-surface",
1099
+ "description": "The text color variable for content on surface."
1100
+ },
1101
+ {
1102
+ "type": "Color",
1103
+ "name": "inverse-subtle",
1104
+ "description": "The inverse subtle background color variable."
1105
+ },
1106
+ {
1107
+ "type": "Color",
1108
+ "name": "inverse-subtle-hover",
1109
+ "description": "The inverse subtle background color variable for the hover state."
1110
+ },
1111
+ {
1112
+ "type": "Color",
1113
+ "name": "inverse-subtle-active",
1114
+ "description": "The inverse subtle background color variable for the active state."
1115
+ },
1116
+ {
1117
+ "type": "Color",
1118
+ "name": "inverse",
1119
+ "description": "The inverse background color variable."
1120
+ },
1121
+ {
1122
+ "type": "Color",
1123
+ "name": "inverse-hover",
1124
+ "description": "The inverse background color variable for the hover state."
1125
+ },
1126
+ {
1127
+ "type": "Color",
1128
+ "name": "inverse-active",
1129
+ "description": "The inverse background color variable for the active state."
1130
+ },
1131
+ {
1132
+ "type": "Color",
1133
+ "name": "inverse-emphasis",
1134
+ "description": "The emphasized inverse color variable."
1135
+ },
1136
+ {
1137
+ "type": "Color",
1138
+ "name": "inverse-on-subtle",
1139
+ "description": "The text color variable for content on inverse subtle."
1140
+ },
1141
+ {
1142
+ "type": "Color",
1143
+ "name": "on-inverse",
1144
+ "description": "The text color variable for content on inverse."
1145
+ },
1146
+ {
1147
+ "type": "Color",
1148
+ "name": "inverse-on-surface",
1149
+ "description": "The text color variable for content on surface."
1150
+ },
1151
+ {
1152
+ "type": "Color",
1153
+ "name": "series-a",
1154
+ "description": "The series A color variable."
1155
+ },
1156
+ {
1157
+ "type": "Color",
1158
+ "name": "series-a-bold",
1159
+ "description": "The bold series A color variable."
1160
+ },
1161
+ {
1162
+ "type": "Color",
1163
+ "name": "series-a-bolder",
1164
+ "description": "The bolder series A color variable."
1165
+ },
1166
+ {
1167
+ "type": "Color",
1168
+ "name": "series-a-subtle",
1169
+ "description": "The subtle series A color variable."
1170
+ },
1171
+ {
1172
+ "type": "Color",
1173
+ "name": "series-a-subtler",
1174
+ "description": "The subtler series A color variable."
1175
+ },
1176
+ {
1177
+ "type": "Color",
1178
+ "name": "series-b",
1179
+ "description": "The series B color variable."
1180
+ },
1181
+ {
1182
+ "type": "Color",
1183
+ "name": "series-b-bold",
1184
+ "description": "The bold series B color variable."
1185
+ },
1186
+ {
1187
+ "type": "Color",
1188
+ "name": "series-b-bolder",
1189
+ "description": "The bolder series B color variable."
1190
+ },
1191
+ {
1192
+ "type": "Color",
1193
+ "name": "series-b-subtle",
1194
+ "description": "The subtle series B color variable."
1195
+ },
1196
+ {
1197
+ "type": "Color",
1198
+ "name": "series-b-subtler",
1199
+ "description": "The subtler series B color variable."
1200
+ },
1201
+ {
1202
+ "type": "Color",
1203
+ "name": "series-c",
1204
+ "description": "The series C color variable."
1205
+ },
1206
+ {
1207
+ "type": "Color",
1208
+ "name": "series-c-bold",
1209
+ "description": "The bold series C color variable."
1210
+ },
1211
+ {
1212
+ "type": "Color",
1213
+ "name": "series-c-bolder",
1214
+ "description": "The bolder series C color variable."
1215
+ },
1216
+ {
1217
+ "type": "Color",
1218
+ "name": "series-c-subtle",
1219
+ "description": "The subtle series C color variable."
1220
+ },
1221
+ {
1222
+ "type": "Color",
1223
+ "name": "series-c-subtler",
1224
+ "description": "The subtler series C color variable."
1225
+ },
1226
+ {
1227
+ "type": "Color",
1228
+ "name": "series-d",
1229
+ "description": "The series D color variable."
1230
+ },
1231
+ {
1232
+ "type": "Color",
1233
+ "name": "series-d-bold",
1234
+ "description": "The bold series D color variable."
1235
+ },
1236
+ {
1237
+ "type": "Color",
1238
+ "name": "series-d-bolder",
1239
+ "description": "The bolder series D color variable."
1240
+ },
1241
+ {
1242
+ "type": "Color",
1243
+ "name": "series-d-subtle",
1244
+ "description": "The subtle series D color variable."
1245
+ },
1246
+ {
1247
+ "type": "Color",
1248
+ "name": "series-d-subtler",
1249
+ "description": "The subtler series D color variable."
1250
+ },
1251
+ {
1252
+ "type": "Color",
1253
+ "name": "series-e",
1254
+ "description": "The series E color variable."
1255
+ },
1256
+ {
1257
+ "type": "Color",
1258
+ "name": "series-e-bold",
1259
+ "description": "The bold series E color variable."
1260
+ },
1261
+ {
1262
+ "type": "Color",
1263
+ "name": "series-e-bolder",
1264
+ "description": "The bolder series E color variable."
1265
+ },
1266
+ {
1267
+ "type": "Color",
1268
+ "name": "series-e-subtle",
1269
+ "description": "The subtle series E color variable."
1270
+ },
1271
+ {
1272
+ "type": "Color",
1273
+ "name": "series-e-subtler",
1274
+ "description": "The subtler series E color variable."
1275
+ },
1276
+ {
1277
+ "type": "Color",
1278
+ "name": "series-f",
1279
+ "description": "The series F color variable."
1280
+ },
1281
+ {
1282
+ "type": "Color",
1283
+ "name": "series-f-bold",
1284
+ "description": "The bold series F color variable."
1285
+ },
1286
+ {
1287
+ "type": "Color",
1288
+ "name": "series-f-bolder",
1289
+ "description": "The bolder series F color variable."
1290
+ },
1291
+ {
1292
+ "type": "Color",
1293
+ "name": "series-f-subtle",
1294
+ "description": "The subtle series F color variable."
1295
+ },
1296
+ {
1297
+ "type": "Color",
1298
+ "name": "series-f-subtler",
1299
+ "description": "The subtler series F color variable."
1300
+ }
1301
+ ],
1302
+ "access": "public",
1303
+ "file": {
1304
+ "path": "core/scss/color-system/_swatch.scss",
1305
+ "name": "_swatch.scss"
1306
+ },
1307
+ "usedBy": [
1308
+ {
1309
+ "description": "Takes a color name from the $kendo-colors map as a parameter\nand returns a CSS variable with the actual color as a fallback\n",
1310
+ "context": {
1311
+ "type": "function",
1312
+ "name": "k-color",
1313
+ "code": "\n $_color: map.get($kendo-colors, $key);\n\n @if ($_color) {\n @return var(--kendo-color-#{$key}, $_color);\n } @else {\n @error \"Color Variable \\`#{$key}\\` does not exists in the color collection.\";\n }\n",
1314
+ "line": {
1315
+ "start": 321,
1316
+ "end": 329
1317
+ },
1318
+ "signature": "k-color($key)"
1319
+ }
1320
+ }
1321
+ ],
1322
+ "resolvedValue": "(app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae)",
1323
+ "resolvedType": "Map",
1324
+ "prettyValue": {
1325
+ "app-surface": "#ffffff",
1326
+ "on-app-surface": "#3d3d3d",
1327
+ "subtle": "#666666",
1328
+ "surface": "#fafafa",
1329
+ "surface-alt": "#ffffff",
1330
+ "border": "rgba(0, 0, 0, 0.08)",
1331
+ "border-alt": "rgba(0, 0, 0, 0.16)",
1332
+ "base-subtle": "#ebebeb",
1333
+ "base-subtle-hover": "#e0e0e0",
1334
+ "base-subtle-active": "#d6d6d6",
1335
+ "base": "#f5f5f5",
1336
+ "base-hover": "#ebebeb",
1337
+ "base-active": "#d6d6d6",
1338
+ "base-emphasis": "#c2c2c2",
1339
+ "base-on-subtle": "#3d3d3d",
1340
+ "on-base": "#3d3d3d",
1341
+ "base-on-surface": "#3d3d3d",
1342
+ "primary-subtle": "#ffeceb",
1343
+ "primary-subtle-hover": "#ffdedb",
1344
+ "primary-subtle-active": "#ffc8c4",
1345
+ "primary": "#ff6358",
1346
+ "primary-hover": "#ea5a51",
1347
+ "primary-active": "#d45349",
1348
+ "primary-emphasis": "#ff9d97",
1349
+ "primary-on-subtle": "#5c201c",
1350
+ "on-primary": "#ffffff",
1351
+ "primary-on-surface": "#ff6358",
1352
+ "secondary-subtle": "#fafafa",
1353
+ "secondary-subtle-hover": "#f5f5f5",
1354
+ "secondary-subtle-active": "#ebebeb",
1355
+ "secondary": "#666666",
1356
+ "secondary-hover": "#525252",
1357
+ "secondary-active": "#3d3d3d",
1358
+ "secondary-emphasis": "#e0e0e0",
1359
+ "secondary-on-subtle": "#141414",
1360
+ "on-secondary": "#ffffff",
1361
+ "secondary-on-surface": "#292929",
1362
+ "tertiary-subtle": "#d8f1fd",
1363
+ "tertiary-subtle-hover": "#c5eafc",
1364
+ "tertiary-subtle-active": "#a3dffb",
1365
+ "tertiary": "#03a9f4",
1366
+ "tertiary-hover": "#039ae0",
1367
+ "tertiary-active": "#028ccb",
1368
+ "tertiary-emphasis": "#61c9f9",
1369
+ "tertiary-on-subtle": "#023f5c",
1370
+ "on-tertiary": "#ffffff",
1371
+ "tertiary-on-surface": "#028ccb",
1372
+ "info-subtle": "#d2e2fb",
1373
+ "info-subtle-hover": "#bdd4f8",
1374
+ "info-subtle-active": "#80acf4",
1375
+ "info": "#0058e9",
1376
+ "info-hover": "#0052d6",
1377
+ "info-active": "#004ac2",
1378
+ "info-emphasis": "#6098f2",
1379
+ "info-on-subtle": "#002259",
1380
+ "on-info": "#ffffff",
1381
+ "info-on-surface": "#004ac2",
1382
+ "success-subtle": "#dcf0d3",
1383
+ "success-subtle-hover": "#cbe9bf",
1384
+ "success-subtle-active": "#b7e1a5",
1385
+ "success": "#37b400",
1386
+ "success-hover": "#32a500",
1387
+ "success-active": "#2d9600",
1388
+ "success-emphasis": "#81d15f",
1389
+ "success-on-subtle": "#1c5a00",
1390
+ "on-success": "#ffffff",
1391
+ "success-on-surface": "#2d9600",
1392
+ "warning-subtle": "#fff4d3",
1393
+ "warning-subtle-hover": "#ffeebd",
1394
+ "warning-subtle-active": "#ffe79e",
1395
+ "warning": "#ffc000",
1396
+ "warning-hover": "#eaaf00",
1397
+ "warning-active": "#d49f00",
1398
+ "warning-emphasis": "#ffd760",
1399
+ "warning-on-subtle": "#5e4700",
1400
+ "on-warning": "#3d3d3d",
1401
+ "warning-on-surface": "#ffc000",
1402
+ "error-subtle": "#fcddda",
1403
+ "error-subtle-hover": "#fbc8c3",
1404
+ "error-subtle-active": "#f98b80",
1405
+ "error": "#f31700",
1406
+ "error-hover": "#df1600",
1407
+ "error-active": "#ca1400",
1408
+ "error-emphasis": "#f76f60",
1409
+ "error-on-subtle": "#7a0c00",
1410
+ "on-error": "#ffffff",
1411
+ "error-on-surface": "#ca1400",
1412
+ "light-subtle": "#fafafa",
1413
+ "light-subtle-hover": "#f5f5f5",
1414
+ "light-subtle-active": "#ebebeb",
1415
+ "light": "#ebebeb",
1416
+ "light-hover": "#e0e0e0",
1417
+ "light-active": "#d6d6d6",
1418
+ "light-emphasis": "#d6d6d6",
1419
+ "light-on-subtle": "#141414",
1420
+ "on-light": "#000000",
1421
+ "light-on-surface": "#e0e0e0",
1422
+ "dark-subtle": "#c2c2c2",
1423
+ "dark-subtle-hover": "#adadad",
1424
+ "dark-subtle-active": "#999999",
1425
+ "dark": "#3d3d3d",
1426
+ "dark-hover": "#292929",
1427
+ "dark-active": "#1f1f1f",
1428
+ "dark-emphasis": "#666666",
1429
+ "dark-on-subtle": "#1f1f1f",
1430
+ "on-dark": "#ffffff",
1431
+ "dark-on-surface": "#141414",
1432
+ "inverse-subtle": "#c2c2c2",
1433
+ "inverse-subtle-hover": "#adadad",
1434
+ "inverse-subtle-active": "#999999",
1435
+ "inverse": "#3d3d3d",
1436
+ "inverse-hover": "#292929",
1437
+ "inverse-active": "#1f1f1f",
1438
+ "inverse-emphasis": "#666666",
1439
+ "inverse-on-subtle": "#1f1f1f",
1440
+ "on-inverse": "#ffffff",
1441
+ "inverse-on-surface": "#141414",
1442
+ "series-a": "#ff6358",
1443
+ "series-a-bold": "#bf4a42",
1444
+ "series-a-bolder": "#80322c",
1445
+ "series-a-subtle": "#ffb1ac",
1446
+ "series-a-subtler": "#ff8a82",
1447
+ "series-b": "#ffe162",
1448
+ "series-b-bold": "#bfa94a",
1449
+ "series-b-bolder": "#807131",
1450
+ "series-b-subtle": "#fff0b1",
1451
+ "series-b-subtler": "#ffe989",
1452
+ "series-c": "#4cd180",
1453
+ "series-c-bold": "#399d60",
1454
+ "series-c-bolder": "#266940",
1455
+ "series-c-subtle": "#a6e8c0",
1456
+ "series-c-subtler": "#79dda0",
1457
+ "series-d": "#4b5ffa",
1458
+ "series-d-bold": "#3847bc",
1459
+ "series-d-bolder": "#26307d",
1460
+ "series-d-subtle": "#a5affd",
1461
+ "series-d-subtler": "#7887fb",
1462
+ "series-e": "#ac58ff",
1463
+ "series-e-bold": "#8142bf",
1464
+ "series-e-bolder": "#562c80",
1465
+ "series-e-subtle": "#d6acff",
1466
+ "series-e-subtler": "#c182ff",
1467
+ "series-f": "#ff5892",
1468
+ "series-f-bold": "#bf426e",
1469
+ "series-f-bolder": "#802c49",
1470
+ "series-f-subtle": "#ffacc9",
1471
+ "series-f-subtler": "#ff82ae"
1472
+ }
1473
+ },
1474
+ {
1475
+ "description": "The global default Elevation map.\n",
1476
+ "commentRange": {
1477
+ "start": 42,
1478
+ "end": 43
1479
+ },
1480
+ "context": {
1481
+ "type": "variable",
1482
+ "name": "kendo-elevation",
1483
+ "value": "$_default-elevation",
1484
+ "scope": "default",
1485
+ "line": {
1486
+ "start": 44,
1487
+ "end": 44
1488
+ }
1489
+ },
1490
+ "group": [
1491
+ "elevation"
1492
+ ],
1493
+ "access": "public",
1494
+ "file": {
1495
+ "path": "core/scss/elevation/index.import.scss",
1496
+ "name": "index.import.scss"
1497
+ },
1498
+ "resolvedValue": "(1: (0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)), 2: (0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)), 3: (0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)), 4: (0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)), 5: (0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)), 6: (0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12)), 7: (0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12)), 8: (0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)), 9: (0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12)))",
1499
+ "resolvedType": "Map",
1500
+ "prettyValue": {
1501
+ "1": "(0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))",
1502
+ "2": "(0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
1503
+ "3": "(0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
1504
+ "4": "(0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
1505
+ "5": "(0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
1506
+ "6": "(0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12))",
1507
+ "7": "(0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12))",
1508
+ "8": "(0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))",
1509
+ "9": "(0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
1510
+ }
1511
+ },
1512
+ {
1513
+ "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
1514
+ "commentRange": {
1515
+ "start": 223,
1516
+ "end": 224
1517
+ },
1518
+ "context": {
1519
+ "type": "variable",
1520
+ "name": "kendo-palette-gray",
1521
+ "value": "$_default-palette-gray",
1522
+ "scope": "default",
1523
+ "line": {
1524
+ "start": 225,
531
1525
  "end": 225
532
1526
  }
533
1527
  },
@@ -10515,7 +11509,7 @@
10515
11509
  "description": "The global default Colors map.\n",
10516
11510
  "commentRange": {
10517
11511
  "start": 174,
10518
- "end": 175
11512
+ "end": 423
10519
11513
  },
10520
11514
  "context": {
10521
11515
  "type": "variable",
@@ -10523,12 +11517,1006 @@
10523
11517
  "value": "$_default-colors",
10524
11518
  "scope": "default",
10525
11519
  "line": {
10526
- "start": 176,
10527
- "end": 176
11520
+ "start": 424,
11521
+ "end": 424
11522
+ }
11523
+ },
11524
+ "group": [
11525
+ "color-system"
11526
+ ],
11527
+ "subGroup": [
11528
+ {
11529
+ "name": "misc",
11530
+ "value": [
11531
+ "app-surface",
11532
+ "on-app-surface",
11533
+ "subtle",
11534
+ "surface",
11535
+ "surface-alt",
11536
+ "border",
11537
+ "border-alt"
11538
+ ],
11539
+ "description": "The Misc variable group."
11540
+ },
11541
+ {
11542
+ "name": "base",
11543
+ "value": [
11544
+ "base-subtle",
11545
+ "base-subtle-hover",
11546
+ "base-subtle-active",
11547
+ "base",
11548
+ "base-hover",
11549
+ "base-active",
11550
+ "base-emphasis",
11551
+ "base-on-subtle",
11552
+ "on-base",
11553
+ "base-on-surface"
11554
+ ],
11555
+ "description": "The Base variable group."
11556
+ },
11557
+ {
11558
+ "name": "primary",
11559
+ "value": [
11560
+ "primary-subtle",
11561
+ "primary-subtle-hover",
11562
+ "primary-subtle-active",
11563
+ "primary",
11564
+ "primary-hover",
11565
+ "primary-active",
11566
+ "primary-emphasis",
11567
+ "primary-on-subtle",
11568
+ "on-primary",
11569
+ "primary-on-surface"
11570
+ ],
11571
+ "description": "The Primary variable group."
11572
+ },
11573
+ {
11574
+ "name": "secondary",
11575
+ "value": [
11576
+ "secondary-subtle",
11577
+ "secondary-subtle-hover",
11578
+ "secondary-subtle-active",
11579
+ "secondary",
11580
+ "secondary-hover",
11581
+ "secondary-active",
11582
+ "secondary-emphasis",
11583
+ "secondary-on-subtle",
11584
+ "on-secondary",
11585
+ "secondary-on-surface"
11586
+ ],
11587
+ "description": "The Secondary variable group."
11588
+ },
11589
+ {
11590
+ "name": "tertiary",
11591
+ "value": [
11592
+ "tertiary-subtle",
11593
+ "tertiary-subtle-hover",
11594
+ "tertiary-subtle-active",
11595
+ "tertiary",
11596
+ "tertiary-hover",
11597
+ "tertiary-active",
11598
+ "tertiary-emphasis",
11599
+ "tertiary-on-subtle",
11600
+ "on-tertiary",
11601
+ "tertiary-on-surface"
11602
+ ],
11603
+ "description": "The Tertiary variable group."
11604
+ },
11605
+ {
11606
+ "name": "info",
11607
+ "value": [
11608
+ "info-subtle",
11609
+ "info-subtle-hover",
11610
+ "info-subtle-active",
11611
+ "info",
11612
+ "info-hover",
11613
+ "info-active",
11614
+ "info-emphasis",
11615
+ "info-on-subtle",
11616
+ "on-info",
11617
+ "info-on-surface"
11618
+ ],
11619
+ "description": "The Info variable group."
11620
+ },
11621
+ {
11622
+ "name": "success",
11623
+ "value": [
11624
+ "success-subtle",
11625
+ "success-subtle-hover",
11626
+ "success-subtle-active",
11627
+ "success",
11628
+ "success-hover",
11629
+ "success-active",
11630
+ "success-emphasis",
11631
+ "success-on-subtle",
11632
+ "on-success",
11633
+ "success-on-surface"
11634
+ ],
11635
+ "description": "The Success variable group."
11636
+ },
11637
+ {
11638
+ "name": "warning",
11639
+ "value": [
11640
+ "warning-subtle",
11641
+ "warning-subtle-hover",
11642
+ "warning-subtle-active",
11643
+ "warning",
11644
+ "warning-hover",
11645
+ "warning-active",
11646
+ "warning-emphasis",
11647
+ "warning-on-subtle",
11648
+ "on-warning",
11649
+ "warning-on-surface"
11650
+ ],
11651
+ "description": "The Warning variable group."
11652
+ },
11653
+ {
11654
+ "name": "error",
11655
+ "value": [
11656
+ "error-subtle",
11657
+ "error-subtle-hover",
11658
+ "error-subtle-active",
11659
+ "error",
11660
+ "error-hover",
11661
+ "error-active",
11662
+ "error-emphasis",
11663
+ "error-on-subtle",
11664
+ "on-error",
11665
+ "error-on-surface"
11666
+ ],
11667
+ "description": "The Error variable group."
11668
+ },
11669
+ {
11670
+ "name": "light",
11671
+ "value": [
11672
+ "light-subtle",
11673
+ "light-subtle-hover",
11674
+ "light-subtle-active",
11675
+ "light",
11676
+ "light-hover",
11677
+ "light-active",
11678
+ "light-emphasis",
11679
+ "light-on-subtle",
11680
+ "on-light",
11681
+ "light-on-surface"
11682
+ ],
11683
+ "description": "The Light variable group."
11684
+ },
11685
+ {
11686
+ "name": "dark",
11687
+ "value": [
11688
+ "dark-subtle",
11689
+ "dark-subtle-hover",
11690
+ "dark-subtle-active",
11691
+ "dark",
11692
+ "dark-hover",
11693
+ "dark-active",
11694
+ "dark-emphasis",
11695
+ "dark-on-subtle",
11696
+ "on-dark",
11697
+ "dark-on-surface"
11698
+ ],
11699
+ "description": "The Dark variable group."
11700
+ },
11701
+ {
11702
+ "name": "inverse",
11703
+ "value": [
11704
+ "inverse-subtle",
11705
+ "inverse-subtle-hover",
11706
+ "inverse-subtle-active",
11707
+ "inverse",
11708
+ "inverse-hover",
11709
+ "inverse-active",
11710
+ "inverse-emphasis",
11711
+ "inverse-on-subtle",
11712
+ "on-inverse",
11713
+ "inverse-on-surface"
11714
+ ],
11715
+ "description": "The Inverse variable group."
11716
+ },
11717
+ {
11718
+ "name": "series-a",
11719
+ "value": [
11720
+ "series-a",
11721
+ "series-a-bold",
11722
+ "series-a-bolder",
11723
+ "series-a-subtle",
11724
+ "series-a-subtler"
11725
+ ],
11726
+ "description": "The Series A variable group."
11727
+ },
11728
+ {
11729
+ "name": "series-b",
11730
+ "value": [
11731
+ "series-b",
11732
+ "series-b-bold",
11733
+ "series-b-bolder",
11734
+ "series-b-subtle",
11735
+ "series-b-subtler"
11736
+ ],
11737
+ "description": "The Series B variable group."
11738
+ },
11739
+ {
11740
+ "name": "series-c",
11741
+ "value": [
11742
+ "series-c",
11743
+ "series-c-bold",
11744
+ "series-c-bolder",
11745
+ "series-c-subtle",
11746
+ "series-c-subtler"
11747
+ ],
11748
+ "description": "The Series C variable group."
11749
+ },
11750
+ {
11751
+ "name": "series-d",
11752
+ "value": [
11753
+ "series-d",
11754
+ "series-d-bold",
11755
+ "series-d-bolder",
11756
+ "series-d-subtle",
11757
+ "series-d-subtler"
11758
+ ],
11759
+ "description": "The Series D variable group."
11760
+ },
11761
+ {
11762
+ "name": "series-e",
11763
+ "value": [
11764
+ "series-e",
11765
+ "series-e-bold",
11766
+ "series-e-bolder",
11767
+ "series-e-subtle",
11768
+ "series-e-subtler"
11769
+ ],
11770
+ "description": "The Series E variable group."
11771
+ },
11772
+ {
11773
+ "name": "series-f",
11774
+ "value": [
11775
+ "series-f",
11776
+ "series-f-bold",
11777
+ "series-f-bolder",
11778
+ "series-f-subtle",
11779
+ "series-f-subtler"
11780
+ ],
11781
+ "description": "The Series F variable group."
11782
+ }
11783
+ ],
11784
+ "property": [
11785
+ {
11786
+ "type": "Color",
11787
+ "name": "app-surface",
11788
+ "description": "The background color of the application."
11789
+ },
11790
+ {
11791
+ "type": "Color",
11792
+ "name": "on-app-surface",
11793
+ "description": "The text color of the application."
11794
+ },
11795
+ {
11796
+ "type": "Color",
11797
+ "name": "subtle",
11798
+ "description": "The subtle text color."
11799
+ },
11800
+ {
11801
+ "type": "Color",
11802
+ "name": "surface",
11803
+ "description": "The background color of the components' chrome area."
11804
+ },
11805
+ {
11806
+ "type": "Color",
11807
+ "name": "surface-alt",
11808
+ "description": "The alternative background color of the components' chrome area."
11809
+ },
11810
+ {
11811
+ "type": "Color",
11812
+ "name": "border",
11813
+ "description": "The border color of the application."
11814
+ },
11815
+ {
11816
+ "type": "Color",
11817
+ "name": "border-alt",
11818
+ "description": "The alternative border color of the application."
11819
+ },
11820
+ {
11821
+ "type": "Color",
11822
+ "name": "base-subtle",
11823
+ "description": "The base subtle background color variable."
11824
+ },
11825
+ {
11826
+ "type": "Color",
11827
+ "name": "base-subtle-hover",
11828
+ "description": "The base subtle background color variable for the hover state."
11829
+ },
11830
+ {
11831
+ "type": "Color",
11832
+ "name": "base-subtle-active",
11833
+ "description": "The base subtle background color variable for the active state."
11834
+ },
11835
+ {
11836
+ "type": "Color",
11837
+ "name": "base",
11838
+ "description": "The base background color variable."
11839
+ },
11840
+ {
11841
+ "type": "Color",
11842
+ "name": "base-hover",
11843
+ "description": "The base background color variable for the hover state."
11844
+ },
11845
+ {
11846
+ "type": "Color",
11847
+ "name": "base-active",
11848
+ "description": "The base background color variable for the active state."
11849
+ },
11850
+ {
11851
+ "type": "Color",
11852
+ "name": "base-emphasis",
11853
+ "description": "The emphasized base color variable."
11854
+ },
11855
+ {
11856
+ "type": "Color",
11857
+ "name": "base-on-subtle",
11858
+ "description": "The text color variable for content on base subtle."
11859
+ },
11860
+ {
11861
+ "type": "Color",
11862
+ "name": "on-base",
11863
+ "description": "The text color variable for content on base."
11864
+ },
11865
+ {
11866
+ "type": "Color",
11867
+ "name": "base-on-surface",
11868
+ "description": "The text color variable for content on surface."
11869
+ },
11870
+ {
11871
+ "type": "Color",
11872
+ "name": "primary-subtle",
11873
+ "description": "The primary subtle background color variable."
11874
+ },
11875
+ {
11876
+ "type": "Color",
11877
+ "name": "primary-subtle-hover",
11878
+ "description": "The primary subtle background color variable for the hover state."
11879
+ },
11880
+ {
11881
+ "type": "Color",
11882
+ "name": "primary-subtle-active",
11883
+ "description": "The primary subtle background color variable for the active state."
11884
+ },
11885
+ {
11886
+ "type": "Color",
11887
+ "name": "primary",
11888
+ "description": "The primary background color variable."
11889
+ },
11890
+ {
11891
+ "type": "Color",
11892
+ "name": "primary-hover",
11893
+ "description": "The primary background color variable for the hover state."
11894
+ },
11895
+ {
11896
+ "type": "Color",
11897
+ "name": "primary-active",
11898
+ "description": "The primary background color variable for the active state."
11899
+ },
11900
+ {
11901
+ "type": "Color",
11902
+ "name": "primary-emphasis",
11903
+ "description": "The emphasized primary color variable."
11904
+ },
11905
+ {
11906
+ "type": "Color",
11907
+ "name": "primary-on-subtle",
11908
+ "description": "The text color variable for content on primary subtle."
11909
+ },
11910
+ {
11911
+ "type": "Color",
11912
+ "name": "on-primary",
11913
+ "description": "The text color variable for content on primary."
11914
+ },
11915
+ {
11916
+ "type": "Color",
11917
+ "name": "primary-on-surface",
11918
+ "description": "The text color variable for content on surface."
11919
+ },
11920
+ {
11921
+ "type": "Color",
11922
+ "name": "secondary-subtle",
11923
+ "description": "The secondary subtle background color variable."
11924
+ },
11925
+ {
11926
+ "type": "Color",
11927
+ "name": "secondary-subtle-hover",
11928
+ "description": "The secondary subtle background color variable for the hover state."
11929
+ },
11930
+ {
11931
+ "type": "Color",
11932
+ "name": "secondary-subtle-active",
11933
+ "description": "The secondary subtle background color variable for the active state."
11934
+ },
11935
+ {
11936
+ "type": "Color",
11937
+ "name": "secondary",
11938
+ "description": "The secondary background color variable."
11939
+ },
11940
+ {
11941
+ "type": "Color",
11942
+ "name": "secondary-hover",
11943
+ "description": "The secondary background color variable for the hover state."
11944
+ },
11945
+ {
11946
+ "type": "Color",
11947
+ "name": "secondary-active",
11948
+ "description": "The secondary background color variable for the active state."
11949
+ },
11950
+ {
11951
+ "type": "Color",
11952
+ "name": "secondary-emphasis",
11953
+ "description": "The emphasized secondary color variable."
11954
+ },
11955
+ {
11956
+ "type": "Color",
11957
+ "name": "secondary-on-subtle",
11958
+ "description": "The text color variable for content on secondary subtle."
11959
+ },
11960
+ {
11961
+ "type": "Color",
11962
+ "name": "on-secondary",
11963
+ "description": "The text color variable for content on secondary."
11964
+ },
11965
+ {
11966
+ "type": "Color",
11967
+ "name": "secondary-on-surface",
11968
+ "description": "The text color variable for content on surface."
11969
+ },
11970
+ {
11971
+ "type": "Color",
11972
+ "name": "tertiary-subtle",
11973
+ "description": "The tertiary subtle background color variable."
11974
+ },
11975
+ {
11976
+ "type": "Color",
11977
+ "name": "tertiary-subtle-hover",
11978
+ "description": "The tertiary subtle background color variable for the hover state."
11979
+ },
11980
+ {
11981
+ "type": "Color",
11982
+ "name": "tertiary-subtle-active",
11983
+ "description": "The tertiary subtle background color variable for the active state."
11984
+ },
11985
+ {
11986
+ "type": "Color",
11987
+ "name": "tertiary",
11988
+ "description": "The tertiary background color variable."
11989
+ },
11990
+ {
11991
+ "type": "Color",
11992
+ "name": "tertiary-hover",
11993
+ "description": "The tertiary background color variable for the hover state."
11994
+ },
11995
+ {
11996
+ "type": "Color",
11997
+ "name": "tertiary-active",
11998
+ "description": "The tertiary background color variable for the active state."
11999
+ },
12000
+ {
12001
+ "type": "Color",
12002
+ "name": "tertiary-emphasis",
12003
+ "description": "The emphasized tertiary color variable."
12004
+ },
12005
+ {
12006
+ "type": "Color",
12007
+ "name": "tertiary-on-subtle",
12008
+ "description": "The text color variable for content on tertiary subtle."
12009
+ },
12010
+ {
12011
+ "type": "Color",
12012
+ "name": "on-tertiary",
12013
+ "description": "The text color variable for content on tertiary."
12014
+ },
12015
+ {
12016
+ "type": "Color",
12017
+ "name": "tertiary-on-surface",
12018
+ "description": "The text color variable for content on surface."
12019
+ },
12020
+ {
12021
+ "type": "Color",
12022
+ "name": "info-subtle",
12023
+ "description": "The info subtle background color variable."
12024
+ },
12025
+ {
12026
+ "type": "Color",
12027
+ "name": "info-subtle-hover",
12028
+ "description": "The info subtle background color variable for the hover state."
12029
+ },
12030
+ {
12031
+ "type": "Color",
12032
+ "name": "info-subtle-active",
12033
+ "description": "The info subtle background color variable for the active state."
12034
+ },
12035
+ {
12036
+ "type": "Color",
12037
+ "name": "info",
12038
+ "description": "The info background color variable."
12039
+ },
12040
+ {
12041
+ "type": "Color",
12042
+ "name": "info-hover",
12043
+ "description": "The info background color variable for the hover state."
12044
+ },
12045
+ {
12046
+ "type": "Color",
12047
+ "name": "info-active",
12048
+ "description": "The info background color variable for the active state."
12049
+ },
12050
+ {
12051
+ "type": "Color",
12052
+ "name": "info-emphasis",
12053
+ "description": "The emphasized info color variable."
12054
+ },
12055
+ {
12056
+ "type": "Color",
12057
+ "name": "info-on-subtle",
12058
+ "description": "The text color variable for content on info subtle."
12059
+ },
12060
+ {
12061
+ "type": "Color",
12062
+ "name": "on-info",
12063
+ "description": "The text color variable for content on info."
12064
+ },
12065
+ {
12066
+ "type": "Color",
12067
+ "name": "info-on-surface",
12068
+ "description": "The text color variable for content on surface."
12069
+ },
12070
+ {
12071
+ "type": "Color",
12072
+ "name": "success-subtle",
12073
+ "description": "The success subtle background color variable."
12074
+ },
12075
+ {
12076
+ "type": "Color",
12077
+ "name": "success-subtle-hover",
12078
+ "description": "The success subtle background color variable for the hover state."
12079
+ },
12080
+ {
12081
+ "type": "Color",
12082
+ "name": "success-subtle-active",
12083
+ "description": "The success subtle background color variable for the active state."
12084
+ },
12085
+ {
12086
+ "type": "Color",
12087
+ "name": "success",
12088
+ "description": "The success background color variable."
12089
+ },
12090
+ {
12091
+ "type": "Color",
12092
+ "name": "success-hover",
12093
+ "description": "The success background color variable for the hover state."
12094
+ },
12095
+ {
12096
+ "type": "Color",
12097
+ "name": "success-active",
12098
+ "description": "The success background color variable for the active state."
12099
+ },
12100
+ {
12101
+ "type": "Color",
12102
+ "name": "success-emphasis",
12103
+ "description": "The emphasized success color variable."
12104
+ },
12105
+ {
12106
+ "type": "Color",
12107
+ "name": "success-on-subtle",
12108
+ "description": "The text color variable for content on success subtle."
12109
+ },
12110
+ {
12111
+ "type": "Color",
12112
+ "name": "on-success",
12113
+ "description": "The text color variable for content on success."
12114
+ },
12115
+ {
12116
+ "type": "Color",
12117
+ "name": "success-on-surface",
12118
+ "description": "The text color variable for content on surface."
12119
+ },
12120
+ {
12121
+ "type": "Color",
12122
+ "name": "warning-subtle",
12123
+ "description": "The warning subtle background color variable."
12124
+ },
12125
+ {
12126
+ "type": "Color",
12127
+ "name": "warning-subtle-hover",
12128
+ "description": "The warning subtle background color variable for the hover state."
12129
+ },
12130
+ {
12131
+ "type": "Color",
12132
+ "name": "warning-subtle-active",
12133
+ "description": "The warning subtle background color variable for the active state."
12134
+ },
12135
+ {
12136
+ "type": "Color",
12137
+ "name": "warning",
12138
+ "description": "The warning background color variable."
12139
+ },
12140
+ {
12141
+ "type": "Color",
12142
+ "name": "warning-hover",
12143
+ "description": "The warning background color variable for the hover state."
12144
+ },
12145
+ {
12146
+ "type": "Color",
12147
+ "name": "warning-active",
12148
+ "description": "The warning background color variable for the active state."
12149
+ },
12150
+ {
12151
+ "type": "Color",
12152
+ "name": "warning-emphasis",
12153
+ "description": "The emphasized warning color variable."
12154
+ },
12155
+ {
12156
+ "type": "Color",
12157
+ "name": "warning-on-subtle",
12158
+ "description": "The text color variable for content on warning subtle."
12159
+ },
12160
+ {
12161
+ "type": "Color",
12162
+ "name": "on-warning",
12163
+ "description": "The text color variable for content on warning."
12164
+ },
12165
+ {
12166
+ "type": "Color",
12167
+ "name": "warning-on-surface",
12168
+ "description": "The text color variable for content on surface."
12169
+ },
12170
+ {
12171
+ "type": "Color",
12172
+ "name": "error-subtle",
12173
+ "description": "The error subtle background color variable."
12174
+ },
12175
+ {
12176
+ "type": "Color",
12177
+ "name": "error-subtle-hover",
12178
+ "description": "The error subtle background color variable for the hover state."
12179
+ },
12180
+ {
12181
+ "type": "Color",
12182
+ "name": "error-subtle-active",
12183
+ "description": "The error subtle background color variable for the active state."
12184
+ },
12185
+ {
12186
+ "type": "Color",
12187
+ "name": "error",
12188
+ "description": "The error background color variable."
12189
+ },
12190
+ {
12191
+ "type": "Color",
12192
+ "name": "error-hover",
12193
+ "description": "The error background color variable for the hover state."
12194
+ },
12195
+ {
12196
+ "type": "Color",
12197
+ "name": "error-active",
12198
+ "description": "The error background color variable for the active state."
12199
+ },
12200
+ {
12201
+ "type": "Color",
12202
+ "name": "error-emphasis",
12203
+ "description": "The emphasized error color variable."
12204
+ },
12205
+ {
12206
+ "type": "Color",
12207
+ "name": "error-on-subtle",
12208
+ "description": "The text color variable for content on error subtle."
12209
+ },
12210
+ {
12211
+ "type": "Color",
12212
+ "name": "on-error",
12213
+ "description": "The text color variable for content on error."
12214
+ },
12215
+ {
12216
+ "type": "Color",
12217
+ "name": "error-on-surface",
12218
+ "description": "The text color variable for content on surface."
12219
+ },
12220
+ {
12221
+ "type": "Color",
12222
+ "name": "light-subtle",
12223
+ "description": "The light subtle background color variable."
12224
+ },
12225
+ {
12226
+ "type": "Color",
12227
+ "name": "light-subtle-hover",
12228
+ "description": "The light subtle background color variable for the hover state."
12229
+ },
12230
+ {
12231
+ "type": "Color",
12232
+ "name": "light-subtle-active",
12233
+ "description": "The light subtle background color variable for the active state."
12234
+ },
12235
+ {
12236
+ "type": "Color",
12237
+ "name": "light",
12238
+ "description": "The light background color variable."
12239
+ },
12240
+ {
12241
+ "type": "Color",
12242
+ "name": "light-hover",
12243
+ "description": "The light background color variable for the hover state."
12244
+ },
12245
+ {
12246
+ "type": "Color",
12247
+ "name": "light-active",
12248
+ "description": "The light background color variable for the active state."
12249
+ },
12250
+ {
12251
+ "type": "Color",
12252
+ "name": "light-emphasis",
12253
+ "description": "The emphasized light color variable."
12254
+ },
12255
+ {
12256
+ "type": "Color",
12257
+ "name": "light-on-subtle",
12258
+ "description": "The text color variable for content on light subtle."
12259
+ },
12260
+ {
12261
+ "type": "Color",
12262
+ "name": "on-light",
12263
+ "description": "The text color variable for content on light."
12264
+ },
12265
+ {
12266
+ "type": "Color",
12267
+ "name": "light-on-surface",
12268
+ "description": "The text color variable for content on surface."
12269
+ },
12270
+ {
12271
+ "type": "Color",
12272
+ "name": "dark-subtle",
12273
+ "description": "The dark subtle background color variable."
12274
+ },
12275
+ {
12276
+ "type": "Color",
12277
+ "name": "dark-subtle-hover",
12278
+ "description": "The dark subtle background color variable for the hover state."
12279
+ },
12280
+ {
12281
+ "type": "Color",
12282
+ "name": "dark-subtle-active",
12283
+ "description": "The dark subtle background color variable for the active state."
12284
+ },
12285
+ {
12286
+ "type": "Color",
12287
+ "name": "dark",
12288
+ "description": "The dark background color variable."
12289
+ },
12290
+ {
12291
+ "type": "Color",
12292
+ "name": "dark-hover",
12293
+ "description": "The dark background color variable for the hover state."
12294
+ },
12295
+ {
12296
+ "type": "Color",
12297
+ "name": "dark-active",
12298
+ "description": "The dark background color variable for the active state."
12299
+ },
12300
+ {
12301
+ "type": "Color",
12302
+ "name": "dark-emphasis",
12303
+ "description": "The emphasized dark color variable."
12304
+ },
12305
+ {
12306
+ "type": "Color",
12307
+ "name": "dark-on-subtle",
12308
+ "description": "The text color variable for content on dark subtle."
12309
+ },
12310
+ {
12311
+ "type": "Color",
12312
+ "name": "on-dark",
12313
+ "description": "The text color variable for content on dark."
12314
+ },
12315
+ {
12316
+ "type": "Color",
12317
+ "name": "dark-on-surface",
12318
+ "description": "The text color variable for content on surface."
12319
+ },
12320
+ {
12321
+ "type": "Color",
12322
+ "name": "inverse-subtle",
12323
+ "description": "The inverse subtle background color variable."
12324
+ },
12325
+ {
12326
+ "type": "Color",
12327
+ "name": "inverse-subtle-hover",
12328
+ "description": "The inverse subtle background color variable for the hover state."
12329
+ },
12330
+ {
12331
+ "type": "Color",
12332
+ "name": "inverse-subtle-active",
12333
+ "description": "The inverse subtle background color variable for the active state."
12334
+ },
12335
+ {
12336
+ "type": "Color",
12337
+ "name": "inverse",
12338
+ "description": "The inverse background color variable."
12339
+ },
12340
+ {
12341
+ "type": "Color",
12342
+ "name": "inverse-hover",
12343
+ "description": "The inverse background color variable for the hover state."
12344
+ },
12345
+ {
12346
+ "type": "Color",
12347
+ "name": "inverse-active",
12348
+ "description": "The inverse background color variable for the active state."
12349
+ },
12350
+ {
12351
+ "type": "Color",
12352
+ "name": "inverse-emphasis",
12353
+ "description": "The emphasized inverse color variable."
12354
+ },
12355
+ {
12356
+ "type": "Color",
12357
+ "name": "inverse-on-subtle",
12358
+ "description": "The text color variable for content on inverse subtle."
12359
+ },
12360
+ {
12361
+ "type": "Color",
12362
+ "name": "on-inverse",
12363
+ "description": "The text color variable for content on inverse."
12364
+ },
12365
+ {
12366
+ "type": "Color",
12367
+ "name": "inverse-on-surface",
12368
+ "description": "The text color variable for content on surface."
12369
+ },
12370
+ {
12371
+ "type": "Color",
12372
+ "name": "series-a",
12373
+ "description": "The series A color variable."
12374
+ },
12375
+ {
12376
+ "type": "Color",
12377
+ "name": "series-a-bold",
12378
+ "description": "The bold series A color variable."
12379
+ },
12380
+ {
12381
+ "type": "Color",
12382
+ "name": "series-a-bolder",
12383
+ "description": "The bolder series A color variable."
12384
+ },
12385
+ {
12386
+ "type": "Color",
12387
+ "name": "series-a-subtle",
12388
+ "description": "The subtle series A color variable."
12389
+ },
12390
+ {
12391
+ "type": "Color",
12392
+ "name": "series-a-subtler",
12393
+ "description": "The subtler series A color variable."
12394
+ },
12395
+ {
12396
+ "type": "Color",
12397
+ "name": "series-b",
12398
+ "description": "The series B color variable."
12399
+ },
12400
+ {
12401
+ "type": "Color",
12402
+ "name": "series-b-bold",
12403
+ "description": "The bold series B color variable."
12404
+ },
12405
+ {
12406
+ "type": "Color",
12407
+ "name": "series-b-bolder",
12408
+ "description": "The bolder series B color variable."
12409
+ },
12410
+ {
12411
+ "type": "Color",
12412
+ "name": "series-b-subtle",
12413
+ "description": "The subtle series B color variable."
12414
+ },
12415
+ {
12416
+ "type": "Color",
12417
+ "name": "series-b-subtler",
12418
+ "description": "The subtler series B color variable."
12419
+ },
12420
+ {
12421
+ "type": "Color",
12422
+ "name": "series-c",
12423
+ "description": "The series C color variable."
12424
+ },
12425
+ {
12426
+ "type": "Color",
12427
+ "name": "series-c-bold",
12428
+ "description": "The bold series C color variable."
12429
+ },
12430
+ {
12431
+ "type": "Color",
12432
+ "name": "series-c-bolder",
12433
+ "description": "The bolder series C color variable."
12434
+ },
12435
+ {
12436
+ "type": "Color",
12437
+ "name": "series-c-subtle",
12438
+ "description": "The subtle series C color variable."
12439
+ },
12440
+ {
12441
+ "type": "Color",
12442
+ "name": "series-c-subtler",
12443
+ "description": "The subtler series C color variable."
12444
+ },
12445
+ {
12446
+ "type": "Color",
12447
+ "name": "series-d",
12448
+ "description": "The series D color variable."
12449
+ },
12450
+ {
12451
+ "type": "Color",
12452
+ "name": "series-d-bold",
12453
+ "description": "The bold series D color variable."
12454
+ },
12455
+ {
12456
+ "type": "Color",
12457
+ "name": "series-d-bolder",
12458
+ "description": "The bolder series D color variable."
12459
+ },
12460
+ {
12461
+ "type": "Color",
12462
+ "name": "series-d-subtle",
12463
+ "description": "The subtle series D color variable."
12464
+ },
12465
+ {
12466
+ "type": "Color",
12467
+ "name": "series-d-subtler",
12468
+ "description": "The subtler series D color variable."
12469
+ },
12470
+ {
12471
+ "type": "Color",
12472
+ "name": "series-e",
12473
+ "description": "The series E color variable."
12474
+ },
12475
+ {
12476
+ "type": "Color",
12477
+ "name": "series-e-bold",
12478
+ "description": "The bold series E color variable."
12479
+ },
12480
+ {
12481
+ "type": "Color",
12482
+ "name": "series-e-bolder",
12483
+ "description": "The bolder series E color variable."
12484
+ },
12485
+ {
12486
+ "type": "Color",
12487
+ "name": "series-e-subtle",
12488
+ "description": "The subtle series E color variable."
12489
+ },
12490
+ {
12491
+ "type": "Color",
12492
+ "name": "series-e-subtler",
12493
+ "description": "The subtler series E color variable."
12494
+ },
12495
+ {
12496
+ "type": "Color",
12497
+ "name": "series-f",
12498
+ "description": "The series F color variable."
12499
+ },
12500
+ {
12501
+ "type": "Color",
12502
+ "name": "series-f-bold",
12503
+ "description": "The bold series F color variable."
12504
+ },
12505
+ {
12506
+ "type": "Color",
12507
+ "name": "series-f-bolder",
12508
+ "description": "The bolder series F color variable."
12509
+ },
12510
+ {
12511
+ "type": "Color",
12512
+ "name": "series-f-subtle",
12513
+ "description": "The subtle series F color variable."
12514
+ },
12515
+ {
12516
+ "type": "Color",
12517
+ "name": "series-f-subtler",
12518
+ "description": "The subtler series F color variable."
10528
12519
  }
10529
- },
10530
- "group": [
10531
- "color-system"
10532
12520
  ],
10533
12521
  "access": "public",
10534
12522
  "file": {