@progress/kendo-theme-default 12.1.0-dev.4 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +376 -78
- package/dist/meta/sassdoc-raw-data.json +164 -39
- package/dist/meta/variables.json +316 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/datetimepicker/_variables.scss +32 -1
|
@@ -16399,6 +16399,131 @@
|
|
|
16399
16399
|
"name": "_variables.scss"
|
|
16400
16400
|
}
|
|
16401
16401
|
},
|
|
16402
|
+
{
|
|
16403
|
+
"description": "The width of the DateTimePicker.\n",
|
|
16404
|
+
"commentRange": {
|
|
16405
|
+
"start": 5,
|
|
16406
|
+
"end": 6
|
|
16407
|
+
},
|
|
16408
|
+
"context": {
|
|
16409
|
+
"type": "variable",
|
|
16410
|
+
"name": "kendo-datetime-width",
|
|
16411
|
+
"value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
16412
|
+
"scope": "default",
|
|
16413
|
+
"line": {
|
|
16414
|
+
"start": 7,
|
|
16415
|
+
"end": 7
|
|
16416
|
+
}
|
|
16417
|
+
},
|
|
16418
|
+
"group": [
|
|
16419
|
+
"date-time-picker"
|
|
16420
|
+
],
|
|
16421
|
+
"access": "public",
|
|
16422
|
+
"file": {
|
|
16423
|
+
"path": "datetimepicker/_variables.scss",
|
|
16424
|
+
"name": "_variables.scss"
|
|
16425
|
+
}
|
|
16426
|
+
},
|
|
16427
|
+
{
|
|
16428
|
+
"description": "The width of the small DateTimePicker.\n",
|
|
16429
|
+
"commentRange": {
|
|
16430
|
+
"start": 9,
|
|
16431
|
+
"end": 10
|
|
16432
|
+
},
|
|
16433
|
+
"context": {
|
|
16434
|
+
"type": "variable",
|
|
16435
|
+
"name": "kendo-datetime-sm-width",
|
|
16436
|
+
"value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
16437
|
+
"scope": "default",
|
|
16438
|
+
"line": {
|
|
16439
|
+
"start": 11,
|
|
16440
|
+
"end": 11
|
|
16441
|
+
}
|
|
16442
|
+
},
|
|
16443
|
+
"group": [
|
|
16444
|
+
"date-time-picker"
|
|
16445
|
+
],
|
|
16446
|
+
"access": "public",
|
|
16447
|
+
"file": {
|
|
16448
|
+
"path": "datetimepicker/_variables.scss",
|
|
16449
|
+
"name": "_variables.scss"
|
|
16450
|
+
}
|
|
16451
|
+
},
|
|
16452
|
+
{
|
|
16453
|
+
"description": "The width of the medium DateTimePicker.\n",
|
|
16454
|
+
"commentRange": {
|
|
16455
|
+
"start": 12,
|
|
16456
|
+
"end": 13
|
|
16457
|
+
},
|
|
16458
|
+
"context": {
|
|
16459
|
+
"type": "variable",
|
|
16460
|
+
"name": "kendo-datetime-md-width",
|
|
16461
|
+
"value": "$kendo-datetime-width",
|
|
16462
|
+
"scope": "default",
|
|
16463
|
+
"line": {
|
|
16464
|
+
"start": 14,
|
|
16465
|
+
"end": 14
|
|
16466
|
+
}
|
|
16467
|
+
},
|
|
16468
|
+
"group": [
|
|
16469
|
+
"date-time-picker"
|
|
16470
|
+
],
|
|
16471
|
+
"access": "public",
|
|
16472
|
+
"file": {
|
|
16473
|
+
"path": "datetimepicker/_variables.scss",
|
|
16474
|
+
"name": "_variables.scss"
|
|
16475
|
+
}
|
|
16476
|
+
},
|
|
16477
|
+
{
|
|
16478
|
+
"description": "The width of the large DateTimePicker.\n",
|
|
16479
|
+
"commentRange": {
|
|
16480
|
+
"start": 15,
|
|
16481
|
+
"end": 16
|
|
16482
|
+
},
|
|
16483
|
+
"context": {
|
|
16484
|
+
"type": "variable",
|
|
16485
|
+
"name": "kendo-datetime-lg-width",
|
|
16486
|
+
"value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
16487
|
+
"scope": "default",
|
|
16488
|
+
"line": {
|
|
16489
|
+
"start": 17,
|
|
16490
|
+
"end": 17
|
|
16491
|
+
}
|
|
16492
|
+
},
|
|
16493
|
+
"group": [
|
|
16494
|
+
"date-time-picker"
|
|
16495
|
+
],
|
|
16496
|
+
"access": "public",
|
|
16497
|
+
"file": {
|
|
16498
|
+
"path": "datetimepicker/_variables.scss",
|
|
16499
|
+
"name": "_variables.scss"
|
|
16500
|
+
}
|
|
16501
|
+
},
|
|
16502
|
+
{
|
|
16503
|
+
"description": "The sizes map for the DateTimePicker.\n",
|
|
16504
|
+
"commentRange": {
|
|
16505
|
+
"start": 19,
|
|
16506
|
+
"end": 20
|
|
16507
|
+
},
|
|
16508
|
+
"context": {
|
|
16509
|
+
"type": "variable",
|
|
16510
|
+
"name": "kendo-datetime-sizes",
|
|
16511
|
+
"value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
|
|
16512
|
+
"scope": "default",
|
|
16513
|
+
"line": {
|
|
16514
|
+
"start": 21,
|
|
16515
|
+
"end": 31
|
|
16516
|
+
}
|
|
16517
|
+
},
|
|
16518
|
+
"group": [
|
|
16519
|
+
"date-time-picker"
|
|
16520
|
+
],
|
|
16521
|
+
"access": "public",
|
|
16522
|
+
"file": {
|
|
16523
|
+
"path": "datetimepicker/_variables.scss",
|
|
16524
|
+
"name": "_variables.scss"
|
|
16525
|
+
}
|
|
16526
|
+
},
|
|
16402
16527
|
{
|
|
16403
16528
|
"description": "The background color of the Dialog titlebar.\n",
|
|
16404
16529
|
"commentRange": {
|
|
@@ -68906,7 +69031,7 @@
|
|
|
68906
69031
|
"context": {
|
|
68907
69032
|
"type": "variable",
|
|
68908
69033
|
"name": "kendo-colors",
|
|
68909
|
-
"value": "$
|
|
69034
|
+
"value": "$default-colors",
|
|
68910
69035
|
"scope": "default",
|
|
68911
69036
|
"line": {
|
|
68912
69037
|
"start": 424,
|
|
@@ -69964,7 +70089,7 @@
|
|
|
69964
70089
|
"context": {
|
|
69965
70090
|
"type": "variable",
|
|
69966
70091
|
"name": "kendo-elevation",
|
|
69967
|
-
"value": "$
|
|
70092
|
+
"value": "$default-elevation",
|
|
69968
70093
|
"scope": "default",
|
|
69969
70094
|
"line": {
|
|
69970
70095
|
"start": 44,
|
|
@@ -70508,17 +70633,17 @@
|
|
|
70508
70633
|
{
|
|
70509
70634
|
"description": "The global radii Map.\n",
|
|
70510
70635
|
"commentRange": {
|
|
70511
|
-
"start":
|
|
70512
|
-
"end":
|
|
70636
|
+
"start": 46,
|
|
70637
|
+
"end": 47
|
|
70513
70638
|
},
|
|
70514
70639
|
"context": {
|
|
70515
70640
|
"type": "variable",
|
|
70516
70641
|
"name": "kendo-border-radii",
|
|
70517
|
-
"value": "
|
|
70518
|
-
"scope": "
|
|
70642
|
+
"value": "$default-border-radii",
|
|
70643
|
+
"scope": "default",
|
|
70519
70644
|
"line": {
|
|
70520
|
-
"start":
|
|
70521
|
-
"end":
|
|
70645
|
+
"start": 48,
|
|
70646
|
+
"end": 48
|
|
70522
70647
|
}
|
|
70523
70648
|
},
|
|
70524
70649
|
"group": [
|
|
@@ -70539,7 +70664,7 @@
|
|
|
70539
70664
|
"context": {
|
|
70540
70665
|
"type": "variable",
|
|
70541
70666
|
"name": "kendo-spacing",
|
|
70542
|
-
"value": "$
|
|
70667
|
+
"value": "$default-spacing",
|
|
70543
70668
|
"scope": "default",
|
|
70544
70669
|
"line": {
|
|
70545
70670
|
"start": 49,
|
|
@@ -71458,17 +71583,17 @@
|
|
|
71458
71583
|
{
|
|
71459
71584
|
"description": "The font sizes map\n",
|
|
71460
71585
|
"commentRange": {
|
|
71461
|
-
"start":
|
|
71462
|
-
"end":
|
|
71586
|
+
"start": 164,
|
|
71587
|
+
"end": 165
|
|
71463
71588
|
},
|
|
71464
71589
|
"context": {
|
|
71465
71590
|
"type": "variable",
|
|
71466
71591
|
"name": "kendo-font-sizes",
|
|
71467
|
-
"value": "
|
|
71468
|
-
"scope": "
|
|
71592
|
+
"value": "$default-font-sizes",
|
|
71593
|
+
"scope": "default",
|
|
71469
71594
|
"line": {
|
|
71470
|
-
"start":
|
|
71471
|
-
"end":
|
|
71595
|
+
"start": 166,
|
|
71596
|
+
"end": 166
|
|
71472
71597
|
}
|
|
71473
71598
|
},
|
|
71474
71599
|
"group": [
|
|
@@ -71483,17 +71608,17 @@
|
|
|
71483
71608
|
{
|
|
71484
71609
|
"description": "The line heights map\n",
|
|
71485
71610
|
"commentRange": {
|
|
71486
|
-
"start":
|
|
71487
|
-
"end":
|
|
71611
|
+
"start": 169,
|
|
71612
|
+
"end": 170
|
|
71488
71613
|
},
|
|
71489
71614
|
"context": {
|
|
71490
71615
|
"type": "variable",
|
|
71491
71616
|
"name": "kendo-line-heights",
|
|
71492
|
-
"value": "
|
|
71493
|
-
"scope": "
|
|
71617
|
+
"value": "$default-line-heights",
|
|
71618
|
+
"scope": "default",
|
|
71494
71619
|
"line": {
|
|
71495
|
-
"start":
|
|
71496
|
-
"end":
|
|
71620
|
+
"start": 171,
|
|
71621
|
+
"end": 171
|
|
71497
71622
|
}
|
|
71498
71623
|
},
|
|
71499
71624
|
"group": [
|
|
@@ -71508,17 +71633,17 @@
|
|
|
71508
71633
|
{
|
|
71509
71634
|
"description": "The font weights map\n",
|
|
71510
71635
|
"commentRange": {
|
|
71511
|
-
"start":
|
|
71512
|
-
"end":
|
|
71636
|
+
"start": 174,
|
|
71637
|
+
"end": 175
|
|
71513
71638
|
},
|
|
71514
71639
|
"context": {
|
|
71515
71640
|
"type": "variable",
|
|
71516
71641
|
"name": "kendo-font-weights",
|
|
71517
|
-
"value": "
|
|
71518
|
-
"scope": "
|
|
71642
|
+
"value": "$default-font-weights",
|
|
71643
|
+
"scope": "default",
|
|
71519
71644
|
"line": {
|
|
71520
|
-
"start":
|
|
71521
|
-
"end":
|
|
71645
|
+
"start": 176,
|
|
71646
|
+
"end": 176
|
|
71522
71647
|
}
|
|
71523
71648
|
},
|
|
71524
71649
|
"group": [
|
|
@@ -71533,17 +71658,17 @@
|
|
|
71533
71658
|
{
|
|
71534
71659
|
"description": "The letter spacings map\n",
|
|
71535
71660
|
"commentRange": {
|
|
71536
|
-
"start":
|
|
71537
|
-
"end":
|
|
71661
|
+
"start": 179,
|
|
71662
|
+
"end": 180
|
|
71538
71663
|
},
|
|
71539
71664
|
"context": {
|
|
71540
71665
|
"type": "variable",
|
|
71541
71666
|
"name": "kendo-letter-spacings",
|
|
71542
|
-
"value": "
|
|
71543
|
-
"scope": "
|
|
71667
|
+
"value": "$default-letter-spacings",
|
|
71668
|
+
"scope": "default",
|
|
71544
71669
|
"line": {
|
|
71545
|
-
"start":
|
|
71546
|
-
"end":
|
|
71670
|
+
"start": 181,
|
|
71671
|
+
"end": 181
|
|
71547
71672
|
}
|
|
71548
71673
|
},
|
|
71549
71674
|
"group": [
|
|
@@ -71558,17 +71683,17 @@
|
|
|
71558
71683
|
{
|
|
71559
71684
|
"description": "The font families map\n",
|
|
71560
71685
|
"commentRange": {
|
|
71561
|
-
"start":
|
|
71562
|
-
"end":
|
|
71686
|
+
"start": 184,
|
|
71687
|
+
"end": 185
|
|
71563
71688
|
},
|
|
71564
71689
|
"context": {
|
|
71565
71690
|
"type": "variable",
|
|
71566
71691
|
"name": "kendo-font-families",
|
|
71567
|
-
"value": "
|
|
71568
|
-
"scope": "
|
|
71692
|
+
"value": "$default-font-families",
|
|
71693
|
+
"scope": "default",
|
|
71569
71694
|
"line": {
|
|
71570
|
-
"start":
|
|
71571
|
-
"end":
|
|
71695
|
+
"start": 186,
|
|
71696
|
+
"end": 186
|
|
71572
71697
|
}
|
|
71573
71698
|
},
|
|
71574
71699
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -297,6 +297,159 @@
|
|
|
297
297
|
"15": "#5e2036"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
"default-colors": {
|
|
301
|
+
"type": "Map",
|
|
302
|
+
"value": "(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: #666666, inverse-subtle-hover: #525252, inverse-subtle-active: #3d3d3d, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #999999, inverse-on-subtle: #ffffff, 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)",
|
|
303
|
+
"prettyValue": {
|
|
304
|
+
"app-surface": "#ffffff",
|
|
305
|
+
"on-app-surface": "#3d3d3d",
|
|
306
|
+
"subtle": "#666666",
|
|
307
|
+
"surface": "#fafafa",
|
|
308
|
+
"surface-alt": "#ffffff",
|
|
309
|
+
"border": "rgba(0, 0, 0, 0.08)",
|
|
310
|
+
"border-alt": "rgba(0, 0, 0, 0.16)",
|
|
311
|
+
"base-subtle": "#ebebeb",
|
|
312
|
+
"base-subtle-hover": "#e0e0e0",
|
|
313
|
+
"base-subtle-active": "#d6d6d6",
|
|
314
|
+
"base": "#f5f5f5",
|
|
315
|
+
"base-hover": "#ebebeb",
|
|
316
|
+
"base-active": "#d6d6d6",
|
|
317
|
+
"base-emphasis": "#c2c2c2",
|
|
318
|
+
"base-on-subtle": "#3d3d3d",
|
|
319
|
+
"on-base": "#3d3d3d",
|
|
320
|
+
"base-on-surface": "#3d3d3d",
|
|
321
|
+
"primary-subtle": "#ffeceb",
|
|
322
|
+
"primary-subtle-hover": "#ffdedb",
|
|
323
|
+
"primary-subtle-active": "#ffc8c4",
|
|
324
|
+
"primary": "#ff6358",
|
|
325
|
+
"primary-hover": "#ea5a51",
|
|
326
|
+
"primary-active": "#d45349",
|
|
327
|
+
"primary-emphasis": "#ff9d97",
|
|
328
|
+
"primary-on-subtle": "#5c201c",
|
|
329
|
+
"on-primary": "#ffffff",
|
|
330
|
+
"primary-on-surface": "#ff6358",
|
|
331
|
+
"secondary-subtle": "#fafafa",
|
|
332
|
+
"secondary-subtle-hover": "#f5f5f5",
|
|
333
|
+
"secondary-subtle-active": "#ebebeb",
|
|
334
|
+
"secondary": "#666666",
|
|
335
|
+
"secondary-hover": "#525252",
|
|
336
|
+
"secondary-active": "#3d3d3d",
|
|
337
|
+
"secondary-emphasis": "#e0e0e0",
|
|
338
|
+
"secondary-on-subtle": "#141414",
|
|
339
|
+
"on-secondary": "#ffffff",
|
|
340
|
+
"secondary-on-surface": "#292929",
|
|
341
|
+
"tertiary-subtle": "#d8f1fd",
|
|
342
|
+
"tertiary-subtle-hover": "#c5eafc",
|
|
343
|
+
"tertiary-subtle-active": "#a3dffb",
|
|
344
|
+
"tertiary": "#03a9f4",
|
|
345
|
+
"tertiary-hover": "#039ae0",
|
|
346
|
+
"tertiary-active": "#028ccb",
|
|
347
|
+
"tertiary-emphasis": "#61c9f9",
|
|
348
|
+
"tertiary-on-subtle": "#023f5c",
|
|
349
|
+
"on-tertiary": "#ffffff",
|
|
350
|
+
"tertiary-on-surface": "#028ccb",
|
|
351
|
+
"info-subtle": "#d2e2fb",
|
|
352
|
+
"info-subtle-hover": "#bdd4f8",
|
|
353
|
+
"info-subtle-active": "#80acf4",
|
|
354
|
+
"info": "#0058e9",
|
|
355
|
+
"info-hover": "#0052d6",
|
|
356
|
+
"info-active": "#004ac2",
|
|
357
|
+
"info-emphasis": "#6098f2",
|
|
358
|
+
"info-on-subtle": "#002259",
|
|
359
|
+
"on-info": "#ffffff",
|
|
360
|
+
"info-on-surface": "#004ac2",
|
|
361
|
+
"success-subtle": "#dcf0d3",
|
|
362
|
+
"success-subtle-hover": "#cbe9bf",
|
|
363
|
+
"success-subtle-active": "#b7e1a5",
|
|
364
|
+
"success": "#37b400",
|
|
365
|
+
"success-hover": "#32a500",
|
|
366
|
+
"success-active": "#2d9600",
|
|
367
|
+
"success-emphasis": "#81d15f",
|
|
368
|
+
"success-on-subtle": "#1c5a00",
|
|
369
|
+
"on-success": "#ffffff",
|
|
370
|
+
"success-on-surface": "#2d9600",
|
|
371
|
+
"warning-subtle": "#fff4d3",
|
|
372
|
+
"warning-subtle-hover": "#ffeebd",
|
|
373
|
+
"warning-subtle-active": "#ffe79e",
|
|
374
|
+
"warning": "#ffc000",
|
|
375
|
+
"warning-hover": "#eaaf00",
|
|
376
|
+
"warning-active": "#d49f00",
|
|
377
|
+
"warning-emphasis": "#ffd760",
|
|
378
|
+
"warning-on-subtle": "#5e4700",
|
|
379
|
+
"on-warning": "#3d3d3d",
|
|
380
|
+
"warning-on-surface": "#ffc000",
|
|
381
|
+
"error-subtle": "#fcddda",
|
|
382
|
+
"error-subtle-hover": "#fbc8c3",
|
|
383
|
+
"error-subtle-active": "#f98b80",
|
|
384
|
+
"error": "#f31700",
|
|
385
|
+
"error-hover": "#df1600",
|
|
386
|
+
"error-active": "#ca1400",
|
|
387
|
+
"error-emphasis": "#f76f60",
|
|
388
|
+
"error-on-subtle": "#7a0c00",
|
|
389
|
+
"on-error": "#ffffff",
|
|
390
|
+
"error-on-surface": "#ca1400",
|
|
391
|
+
"light-subtle": "#fafafa",
|
|
392
|
+
"light-subtle-hover": "#f5f5f5",
|
|
393
|
+
"light-subtle-active": "#ebebeb",
|
|
394
|
+
"light": "#ebebeb",
|
|
395
|
+
"light-hover": "#e0e0e0",
|
|
396
|
+
"light-active": "#d6d6d6",
|
|
397
|
+
"light-emphasis": "#d6d6d6",
|
|
398
|
+
"light-on-subtle": "#141414",
|
|
399
|
+
"on-light": "#000000",
|
|
400
|
+
"light-on-surface": "#e0e0e0",
|
|
401
|
+
"dark-subtle": "#c2c2c2",
|
|
402
|
+
"dark-subtle-hover": "#adadad",
|
|
403
|
+
"dark-subtle-active": "#999999",
|
|
404
|
+
"dark": "#3d3d3d",
|
|
405
|
+
"dark-hover": "#292929",
|
|
406
|
+
"dark-active": "#1f1f1f",
|
|
407
|
+
"dark-emphasis": "#666666",
|
|
408
|
+
"dark-on-subtle": "#1f1f1f",
|
|
409
|
+
"on-dark": "#ffffff",
|
|
410
|
+
"dark-on-surface": "#141414",
|
|
411
|
+
"inverse-subtle": "#666666",
|
|
412
|
+
"inverse-subtle-hover": "#525252",
|
|
413
|
+
"inverse-subtle-active": "#3d3d3d",
|
|
414
|
+
"inverse": "#3d3d3d",
|
|
415
|
+
"inverse-hover": "#292929",
|
|
416
|
+
"inverse-active": "#1f1f1f",
|
|
417
|
+
"inverse-emphasis": "#999999",
|
|
418
|
+
"inverse-on-subtle": "#ffffff",
|
|
419
|
+
"on-inverse": "#ffffff",
|
|
420
|
+
"inverse-on-surface": "#141414",
|
|
421
|
+
"series-a": "#ff6358",
|
|
422
|
+
"series-a-bold": "#bf4a42",
|
|
423
|
+
"series-a-bolder": "#80322c",
|
|
424
|
+
"series-a-subtle": "#ffb1ac",
|
|
425
|
+
"series-a-subtler": "#ff8a82",
|
|
426
|
+
"series-b": "#ffe162",
|
|
427
|
+
"series-b-bold": "#bfa94a",
|
|
428
|
+
"series-b-bolder": "#807131",
|
|
429
|
+
"series-b-subtle": "#fff0b1",
|
|
430
|
+
"series-b-subtler": "#ffe989",
|
|
431
|
+
"series-c": "#4cd180",
|
|
432
|
+
"series-c-bold": "#399d60",
|
|
433
|
+
"series-c-bolder": "#266940",
|
|
434
|
+
"series-c-subtle": "#a6e8c0",
|
|
435
|
+
"series-c-subtler": "#79dda0",
|
|
436
|
+
"series-d": "#4b5ffa",
|
|
437
|
+
"series-d-bold": "#3847bc",
|
|
438
|
+
"series-d-bolder": "#26307d",
|
|
439
|
+
"series-d-subtle": "#a5affd",
|
|
440
|
+
"series-d-subtler": "#7887fb",
|
|
441
|
+
"series-e": "#ac58ff",
|
|
442
|
+
"series-e-bold": "#8142bf",
|
|
443
|
+
"series-e-bolder": "#562c80",
|
|
444
|
+
"series-e-subtle": "#d6acff",
|
|
445
|
+
"series-e-subtler": "#c182ff",
|
|
446
|
+
"series-f": "#ff5892",
|
|
447
|
+
"series-f-bold": "#bf426e",
|
|
448
|
+
"series-f-bolder": "#802c49",
|
|
449
|
+
"series-f-subtle": "#ffacc9",
|
|
450
|
+
"series-f-subtler": "#ff82ae"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
300
453
|
"kendo-colors": {
|
|
301
454
|
"type": "Map",
|
|
302
455
|
"value": "(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: #666666, inverse-subtle-hover: #525252, inverse-subtle-active: #3d3d3d, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #999999, inverse-on-subtle: #ffffff, 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)",
|
|
@@ -486,6 +639,52 @@
|
|
|
486
639
|
"type": "Number",
|
|
487
640
|
"value": "17px"
|
|
488
641
|
},
|
|
642
|
+
"default-spacing": {
|
|
643
|
+
"type": "Map",
|
|
644
|
+
"value": "(0: 0px, 1px: 1px, 0.5: 0.125rem, 1: 0.25rem, 1.5: 0.375rem, 2: 0.5rem, 2.5: 0.625rem, 3: 0.75rem, 3.5: 0.875rem, 4: 1rem, 4.5: 1.125rem, 5: 1.25rem, 5.5: 1.375rem, 6: 1.5rem, 6.5: 1.625rem, 7: 1.75rem, 7.5: 1.875rem, 8: 2rem, 9: 2.25rem, 10: 2.5rem, 11: 2.75rem, 12: 3rem, 13: 3.25rem, 14: 3.5rem, 15: 3.75rem, 16: 4rem, 17: 4.25rem, 18: 4.5rem, 19: 4.75rem, 20: 5rem, 21: 5.25rem, 22: 5.5rem, 23: 5.75rem, 24: 6rem, 25: 7rem, 26: 8rem, 27: 9rem, 28: 10rem, 29: 11rem, 30: 12rem)",
|
|
645
|
+
"prettyValue": {
|
|
646
|
+
"0": "0px",
|
|
647
|
+
"1": "0.25rem",
|
|
648
|
+
"2": "0.5rem",
|
|
649
|
+
"3": "0.75rem",
|
|
650
|
+
"4": "1rem",
|
|
651
|
+
"5": "1.25rem",
|
|
652
|
+
"6": "1.5rem",
|
|
653
|
+
"7": "1.75rem",
|
|
654
|
+
"8": "2rem",
|
|
655
|
+
"9": "2.25rem",
|
|
656
|
+
"10": "2.5rem",
|
|
657
|
+
"11": "2.75rem",
|
|
658
|
+
"12": "3rem",
|
|
659
|
+
"13": "3.25rem",
|
|
660
|
+
"14": "3.5rem",
|
|
661
|
+
"15": "3.75rem",
|
|
662
|
+
"16": "4rem",
|
|
663
|
+
"17": "4.25rem",
|
|
664
|
+
"18": "4.5rem",
|
|
665
|
+
"19": "4.75rem",
|
|
666
|
+
"20": "5rem",
|
|
667
|
+
"21": "5.25rem",
|
|
668
|
+
"22": "5.5rem",
|
|
669
|
+
"23": "5.75rem",
|
|
670
|
+
"24": "6rem",
|
|
671
|
+
"25": "7rem",
|
|
672
|
+
"26": "8rem",
|
|
673
|
+
"27": "9rem",
|
|
674
|
+
"28": "10rem",
|
|
675
|
+
"29": "11rem",
|
|
676
|
+
"30": "12rem",
|
|
677
|
+
"1px": "1px",
|
|
678
|
+
"0.5": "0.125rem",
|
|
679
|
+
"1.5": "0.375rem",
|
|
680
|
+
"2.5": "0.625rem",
|
|
681
|
+
"3.5": "0.875rem",
|
|
682
|
+
"4.5": "1.125rem",
|
|
683
|
+
"5.5": "1.375rem",
|
|
684
|
+
"6.5": "1.625rem",
|
|
685
|
+
"7.5": "1.875rem"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
489
688
|
"kendo-spacing": {
|
|
490
689
|
"type": "Map",
|
|
491
690
|
"value": "(0: 0px, 1px: 1px, 0.5: 0.125rem, 1: 0.25rem, 1.5: 0.375rem, 2: 0.5rem, 2.5: 0.625rem, 3: 0.75rem, 3.5: 0.875rem, 4: 1rem, 4.5: 1.125rem, 5: 1.25rem, 5.5: 1.375rem, 6: 1.5rem, 6.5: 1.625rem, 7: 1.75rem, 7.5: 1.875rem, 8: 2rem, 9: 2.25rem, 10: 2.5rem, 11: 2.75rem, 12: 3rem, 13: 3.25rem, 14: 3.5rem, 15: 3.75rem, 16: 4rem, 17: 4.25rem, 18: 4.5rem, 19: 4.75rem, 20: 5rem, 21: 5.25rem, 22: 5.5rem, 23: 5.75rem, 24: 6rem, 25: 7rem, 26: 8rem, 27: 9rem, 28: 10rem, 29: 11rem, 30: 12rem)",
|
|
@@ -613,6 +812,21 @@
|
|
|
613
812
|
"type": "String",
|
|
614
813
|
"value": "k-"
|
|
615
814
|
},
|
|
815
|
+
"default-elevation": {
|
|
816
|
+
"type": "Map",
|
|
817
|
+
"value": "(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)))",
|
|
818
|
+
"prettyValue": {
|
|
819
|
+
"1": "(0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
820
|
+
"2": "(0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
821
|
+
"3": "(0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
822
|
+
"4": "(0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
823
|
+
"5": "(0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
824
|
+
"6": "(0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
825
|
+
"7": "(0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
826
|
+
"8": "(0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
827
|
+
"9": "(0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
616
830
|
"kendo-elevation": {
|
|
617
831
|
"type": "Map",
|
|
618
832
|
"value": "(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)))",
|
|
@@ -772,6 +986,66 @@
|
|
|
772
986
|
"type": "String",
|
|
773
987
|
"value": "inherit"
|
|
774
988
|
},
|
|
989
|
+
"default-font-sizes": {
|
|
990
|
+
"type": "Map",
|
|
991
|
+
"value": "(xxs: 0.5rem, xs: 0.625rem, sm: 0.75rem, md: 0.875rem, lg: 1rem, xl: 1.25rem)",
|
|
992
|
+
"prettyValue": {
|
|
993
|
+
"xxs": "0.5rem",
|
|
994
|
+
"xs": "0.625rem",
|
|
995
|
+
"sm": "0.75rem",
|
|
996
|
+
"md": "0.875rem",
|
|
997
|
+
"lg": "1rem",
|
|
998
|
+
"xl": "1.25rem"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"default-line-heights": {
|
|
1002
|
+
"type": "Map",
|
|
1003
|
+
"value": "(xs: 1, sm: 1.25, md: 1.4285714285714286, lg: 1.5)",
|
|
1004
|
+
"prettyValue": {
|
|
1005
|
+
"xs": 1,
|
|
1006
|
+
"sm": 1.25,
|
|
1007
|
+
"md": 1.4285714285714286,
|
|
1008
|
+
"lg": 1.5
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"default-font-weights": {
|
|
1012
|
+
"type": "Map",
|
|
1013
|
+
"value": "(thin: 100, extra-light: 200, light: 300, normal: 400, medium: 500, semibold: 600, bold: 700, extra-bold: 800, \"black\": 900)",
|
|
1014
|
+
"prettyValue": {
|
|
1015
|
+
"thin": 100,
|
|
1016
|
+
"extra-light": 200,
|
|
1017
|
+
"light": 300,
|
|
1018
|
+
"normal": 400,
|
|
1019
|
+
"medium": 500,
|
|
1020
|
+
"semibold": 600,
|
|
1021
|
+
"bold": 700,
|
|
1022
|
+
"extra-bold": 800,
|
|
1023
|
+
"black": 900
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"default-letter-spacings": {
|
|
1027
|
+
"type": "Map",
|
|
1028
|
+
"value": "(tightest: -0.15px, tighter: -0.1px, tight: -0.5px, normal: 0px, wide: 0.5px, wider: 0.1px, widest: 0.15px)",
|
|
1029
|
+
"prettyValue": {
|
|
1030
|
+
"tightest": "-0.15px",
|
|
1031
|
+
"tighter": "-0.1px",
|
|
1032
|
+
"tight": "-0.5px",
|
|
1033
|
+
"normal": "0px",
|
|
1034
|
+
"wide": "0.5px",
|
|
1035
|
+
"wider": "0.1px",
|
|
1036
|
+
"widest": "0.15px"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"default-font-families": {
|
|
1040
|
+
"type": "Map",
|
|
1041
|
+
"value": "(sans: (Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans), serif: (\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville), sans-serif: (system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"), monospace: (SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace))",
|
|
1042
|
+
"prettyValue": {
|
|
1043
|
+
"sans": "(Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans)",
|
|
1044
|
+
"serif": "(\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville)",
|
|
1045
|
+
"sans-serif": "(system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")",
|
|
1046
|
+
"monospace": "(SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace)"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
775
1049
|
"kendo-font-sizes": {
|
|
776
1050
|
"type": "Map",
|
|
777
1051
|
"value": "(xxs: 0.5rem, xs: 0.625rem, sm: 0.75rem, md: 0.875rem, lg: 1rem, xl: 1.25rem)",
|
|
@@ -868,6 +1142,21 @@
|
|
|
868
1142
|
"type": "Number",
|
|
869
1143
|
"value": "9999px"
|
|
870
1144
|
},
|
|
1145
|
+
"default-border-radii": {
|
|
1146
|
+
"type": "Map",
|
|
1147
|
+
"value": "(none: 0px, xs: 1px, sm: 0.125rem, md: 0.25rem, lg: 0.375rem, xl: 0.5rem, xxl: 0.75rem, xxxl: 1rem, full: 9999px)",
|
|
1148
|
+
"prettyValue": {
|
|
1149
|
+
"none": "0px",
|
|
1150
|
+
"xs": "1px",
|
|
1151
|
+
"sm": "0.125rem",
|
|
1152
|
+
"md": "0.25rem",
|
|
1153
|
+
"lg": "0.375rem",
|
|
1154
|
+
"xl": "0.5rem",
|
|
1155
|
+
"xxl": "0.75rem",
|
|
1156
|
+
"xxxl": "1rem",
|
|
1157
|
+
"full": "9999px"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
871
1160
|
"kendo-border-radii": {
|
|
872
1161
|
"type": "Map",
|
|
873
1162
|
"value": "(none: 0px, xs: 1px, sm: 0.125rem, md: 0.25rem, lg: 0.375rem, xl: 0.5rem, xxl: 0.75rem, xxxl: 1rem, full: 9999px)",
|
|
@@ -6757,6 +7046,33 @@
|
|
|
6757
7046
|
"type": "Calculation",
|
|
6758
7047
|
"value": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
6759
7048
|
},
|
|
7049
|
+
"kendo-datetime-sm-width": {
|
|
7050
|
+
"type": "Calculation",
|
|
7051
|
+
"value": "calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7052
|
+
},
|
|
7053
|
+
"kendo-datetime-md-width": {
|
|
7054
|
+
"type": "Calculation",
|
|
7055
|
+
"value": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7056
|
+
},
|
|
7057
|
+
"kendo-datetime-lg-width": {
|
|
7058
|
+
"type": "Calculation",
|
|
7059
|
+
"value": "calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7060
|
+
},
|
|
7061
|
+
"kendo-datetime-sizes": {
|
|
7062
|
+
"type": "Map",
|
|
7063
|
+
"value": "(sm: (width: calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)), md: (width: calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)), lg: (width: calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)))",
|
|
7064
|
+
"prettyValue": {
|
|
7065
|
+
"sm": {
|
|
7066
|
+
"width": "calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7067
|
+
},
|
|
7068
|
+
"md": {
|
|
7069
|
+
"width": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7070
|
+
},
|
|
7071
|
+
"lg": {
|
|
7072
|
+
"width": "calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
7073
|
+
}
|
|
7074
|
+
}
|
|
7075
|
+
},
|
|
6760
7076
|
"kendo-daterange-picker-input-width": {
|
|
6761
7077
|
"type": "Number",
|
|
6762
7078
|
"value": "10em"
|