@progress/kendo-theme-fluent 9.1.1-dev.2 → 10.0.0-dev.1
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/README.md +7 -20
- package/dist/all.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +7 -5
- package/dist/fluent-main.css +1 -1
- package/dist/fluent-main.scss +6 -4
- package/dist/meta/sassdoc-data.json +2513 -2239
- package/dist/meta/sassdoc-raw-data.json +901 -1325
- package/dist/meta/variables.json +6641 -6416
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_index.scss +19 -0
- package/scss/action-sheet/_index.scss +25 -0
- package/scss/adaptive/_index.scss +29 -0
- package/scss/all.scss +2 -3
- package/scss/appbar/_index.scss +16 -0
- package/scss/autocomplete/_index.scss +26 -0
- package/scss/avatar/_index.scss +16 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/bottom-navigation/_index.scss +20 -0
- package/scss/breadcrumb/_index.scss +23 -0
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_index.scss +20 -0
- package/scss/calendar/_index.scss +26 -0
- package/scss/captcha/_index.scss +29 -0
- package/scss/card/_index.scss +26 -0
- package/scss/chart-wizard/_index.scss +26 -25
- package/scss/chart-wizard/_layout.scss +1 -1
- package/scss/chat/_index.scss +27 -0
- package/scss/checkbox/_index.scss +16 -0
- package/scss/checkbox/_variables.scss +8 -7
- package/scss/chip/_index.scss +20 -0
- package/scss/color-preview/_index.scss +16 -0
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/coloreditor/_index.scss +24 -0
- package/scss/colorgradient/_index.scss +30 -0
- package/scss/colorpalette/_index.scss +16 -0
- package/scss/colorpicker/_index.scss +26 -0
- package/scss/combobox/_index.scss +26 -0
- package/scss/core/_index.scss +15 -47
- package/scss/core/_variables.scss +1 -7
- package/scss/core/border-radii/_index.scss +1 -1
- package/scss/core/color-system/_palettes.scss +17 -15
- package/scss/core/color-system/_swatch-legacy.scss +153 -92
- package/scss/core/color-system/_swatch.scss +14 -100
- package/scss/core/color-system/utils/_functions.scss +1 -3
- package/scss/core/elevation/_legacy.scss +1 -1
- package/scss/core/spacing/_index.scss +48 -25
- package/scss/dataviz/_index.scss +20 -0
- package/scss/dataviz/_layout.scss +9 -9
- package/scss/dateinput/_index.scss +18 -0
- package/scss/datepicker/_index.scss +22 -0
- package/scss/daterangepicker/_index.scss +24 -0
- package/scss/datetimepicker/_index.scss +30 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dock-manager/_index.scss +11 -16
- package/scss/draggable/_index.scss +16 -0
- package/scss/draggable/_variables.scss +2 -2
- package/scss/drawer/_index.scss +22 -0
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropdowngrid/_index.scss +26 -0
- package/scss/dropdownlist/_index.scss +24 -0
- package/scss/dropdowntree/_index.scss +30 -0
- package/scss/dropzone/_index.scss +16 -0
- package/scss/editor/_index.scss +32 -0
- package/scss/editor/_layout.scss +10 -10
- package/scss/expansion-panel/_index.scss +22 -0
- package/scss/fab/_index.scss +26 -0
- package/scss/filemanager/_index.scss +38 -0
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_variables.scss +1 -1
- package/scss/filter/_index.scss +30 -0
- package/scss/filter/_variables.scss +2 -2
- package/scss/floating-label/_index.scss +16 -0
- package/scss/forms/{index.scss → _index.scss} +10 -18
- package/scss/forms/_layout.scss +9 -10
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_index.scss +35 -0
- package/scss/gantt/_layout.scss +2 -2
- package/scss/gantt/_variables.scss +2 -2
- package/scss/grid/_index.scss +64 -0
- package/scss/grid/_layout.scss +3 -3
- package/scss/{icon/index.scss → icons/_index.scss} +6 -14
- package/scss/imageeditor/_index.scss +26 -0
- package/scss/index.scss +239 -252
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +1 -1
- package/scss/list/_index.scss +16 -0
- package/scss/list/_layout.scss +1 -1
- package/scss/listbox/_index.scss +24 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listview/{index.scss → _index.scss} +10 -17
- package/scss/loader/_index.scss +21 -0
- package/scss/map/_index.scss +22 -0
- package/scss/map/_variables.scss +2 -2
- package/scss/maskedtextbox/_index.scss +22 -0
- package/scss/mediaplayer/_index.scss +22 -0
- package/scss/menu/_index.scss +24 -0
- package/scss/menu-button/_index.scss +20 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/multiselect/_index.scss +30 -0
- package/scss/no-data/_index.scss +16 -0
- package/scss/notification/_index.scss +20 -0
- package/scss/numerictextbox/_index.scss +22 -0
- package/scss/orgchart/_index.scss +37 -0
- package/scss/overlay/_index.scss +16 -0
- package/scss/pager/_index.scss +22 -0
- package/scss/panel/_index.scss +17 -0
- package/scss/panel/_variables.scss +10 -10
- package/scss/panelbar/_index.scss +20 -0
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/pdf-viewer/_index.scss +33 -0
- package/scss/pivotgrid/{index.scss → _index.scss} +16 -24
- package/scss/popover/_index.scss +20 -0
- package/scss/popup/_index.scss +16 -0
- package/scss/progressbar/_index.scss +16 -0
- package/scss/progressbar/_theme.scss +1 -0
- package/scss/prompt/_index.scss +18 -0
- package/scss/radio/_index.scss +16 -0
- package/scss/radio/_variables.scss +2 -1
- package/scss/rating/_index.scss +18 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/ripple/_index.scss +16 -0
- package/scss/scheduler/_index.scss +32 -0
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scroller/_index.scss +18 -0
- package/scss/scrollview/_index.scss +20 -0
- package/scss/searchbox/_index.scss +22 -0
- package/scss/signature/_index.scss +20 -0
- package/scss/skeleton/_index.scss +16 -0
- package/scss/slider/_index.scss +22 -0
- package/scss/split-button/_index.scss +24 -0
- package/scss/splitter/_index.scss +22 -0
- package/scss/spreadsheet/_index.scss +48 -0
- package/scss/spreadsheet/_layout.scss +6 -6
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_index.scss +20 -0
- package/scss/switch/_index.scss +16 -0
- package/scss/table/_index.scss +16 -0
- package/scss/tabstrip/_index.scss +25 -0
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_index.scss +32 -0
- package/scss/textarea/{index.scss → _index.scss} +10 -18
- package/scss/textbox/_index.scss +20 -0
- package/scss/tilelayout/{index.scss → _index.scss} +10 -18
- package/scss/time-marker/_index.scss +16 -0
- package/scss/timedurationpicker/_index.scss +28 -0
- package/scss/timeline/_index.scss +22 -0
- package/scss/timepicker/_index.scss +26 -0
- package/scss/timeselector/_index.scss +22 -0
- package/scss/toolbar/_index.scss +27 -0
- package/scss/tooltip/_index.scss +22 -0
- package/scss/treelist/_index.scss +20 -0
- package/scss/treeview/_index.scss +20 -0
- package/scss/typography/_index.scss +19 -0
- package/scss/upload/_index.scss +28 -0
- package/scss/upload/_layout.scss +3 -3
- package/scss/utils/_index.scss +1 -0
- package/scss/validator/_index.scss +24 -0
- package/scss/virtual-scroller/_index.scss +20 -0
- package/scss/window/_index.scss +26 -0
- package/scss/wizard/_index.scss +24 -0
- package/scss/action-buttons/index.scss +0 -29
- package/scss/action-sheet/index.scss +0 -32
- package/scss/adaptive/index.scss +0 -32
- package/scss/appbar/index.scss +0 -23
- package/scss/autocomplete/index.scss +0 -28
- package/scss/avatar/index.scss +0 -25
- package/scss/badge/index.scss +0 -25
- package/scss/bottom-navigation/index.scss +0 -28
- package/scss/breadcrumb/index.scss +0 -30
- package/scss/button/index.scss +0 -26
- package/scss/calendar/index.scss +0 -32
- package/scss/captcha/index.scss +0 -33
- package/scss/card/index.scss +0 -32
- package/scss/chat/index.scss +0 -34
- package/scss/checkbox/index.scss +0 -23
- package/scss/chip/index.scss +0 -29
- package/scss/color-preview/index.scss +0 -25
- package/scss/coloreditor/index.scss +0 -29
- package/scss/colorgradient/index.scss +0 -34
- package/scss/colorpalette/index.scss +0 -23
- package/scss/colorpicker/index.scss +0 -29
- package/scss/combobox/index.scss +0 -29
- package/scss/core/module-system/_components.scss +0 -148
- package/scss/core/module-system/index.scss +0 -40
- package/scss/dataviz/index.scss +0 -28
- package/scss/dateinput/index.scss +0 -26
- package/scss/datepicker/index.scss +0 -29
- package/scss/daterangepicker/index.scss +0 -30
- package/scss/datetimepicker/index.scss +0 -34
- package/scss/dialog/index.scss +0 -28
- package/scss/draggable/index.scss +0 -23
- package/scss/drawer/index.scss +0 -27
- package/scss/dropdowngrid/index.scss +0 -30
- package/scss/dropdownlist/index.scss +0 -29
- package/scss/dropdowntree/index.scss +0 -32
- package/scss/dropzone/index.scss +0 -23
- package/scss/editor/index.scss +0 -34
- package/scss/expansion-panel/index.scss +0 -28
- package/scss/fab/index.scss +0 -33
- package/scss/filemanager/index.scss +0 -36
- package/scss/filter/index.scss +0 -32
- package/scss/floating-label/index.scss +0 -24
- package/scss/gantt/index.scss +0 -39
- package/scss/grid/index.scss +0 -52
- package/scss/imageeditor/index.scss +0 -28
- package/scss/input/index.scss +0 -26
- package/scss/list/index.scss +0 -27
- package/scss/listbox/index.scss +0 -28
- package/scss/listgroup/index.scss +0 -25
- package/scss/loader/index.scss +0 -29
- package/scss/map/index.scss +0 -27
- package/scss/maskedtextbox/index.scss +0 -26
- package/scss/mediaplayer/index.scss +0 -29
- package/scss/menu/index.scss +0 -29
- package/scss/menu-button/index.scss +0 -27
- package/scss/messagebox/index.scss +0 -25
- package/scss/multiselect/index.scss +0 -30
- package/scss/no-data/index.scss +0 -22
- package/scss/notification/index.scss +0 -27
- package/scss/numerictextbox/index.scss +0 -27
- package/scss/orgchart/index.scss +0 -42
- package/scss/overlay/index.scss +0 -23
- package/scss/pager/index.scss +0 -27
- package/scss/panel/index.scss +0 -23
- package/scss/panelbar/index.scss +0 -26
- package/scss/pdf-viewer/index.scss +0 -37
- package/scss/popover/index.scss +0 -29
- package/scss/popup/index.scss +0 -23
- package/scss/progressbar/index.scss +0 -23
- package/scss/prompt/index.scss +0 -26
- package/scss/radio/index.scss +0 -23
- package/scss/rating/index.scss +0 -25
- package/scss/responsivepanel/index.scss +0 -25
- package/scss/ripple/index.scss +0 -23
- package/scss/scheduler/index.scss +0 -46
- package/scss/scroller/index.scss +0 -25
- package/scss/scrollview/index.scss +0 -26
- package/scss/searchbox/index.scss +0 -28
- package/scss/signature/index.scss +0 -29
- package/scss/skeleton/index.scss +0 -23
- package/scss/slider/index.scss +0 -27
- package/scss/split-button/index.scss +0 -27
- package/scss/splitter/index.scss +0 -26
- package/scss/spreadsheet/index.scss +0 -45
- package/scss/stepper/index.scss +0 -26
- package/scss/switch/index.scss +0 -23
- package/scss/table/index.scss +0 -23
- package/scss/tabstrip/index.scss +0 -32
- package/scss/taskboard/index.scss +0 -41
- package/scss/textbox/index.scss +0 -27
- package/scss/time-marker/index.scss +0 -22
- package/scss/timedurationpicker/index.scss +0 -30
- package/scss/timeline/index.scss +0 -27
- package/scss/timepicker/index.scss +0 -30
- package/scss/timeselector/index.scss +0 -28
- package/scss/toolbar/index.scss +0 -34
- package/scss/tooltip/index.scss +0 -29
- package/scss/treelist/index.scss +0 -26
- package/scss/treeview/index.scss +0 -26
- package/scss/typography/index.scss +0 -27
- package/scss/upload/index.scss +0 -28
- package/scss/utils/index.scss +0 -10
- package/scss/validator/index.scss +0 -26
- package/scss/virtual-scroller/index.scss +0 -23
- package/scss/window/index.scss +0 -28
- package/scss/wizard/index.scss +0 -28
- /package/scss/{icon → icons}/_layout.scss +0 -0
- /package/scss/{icon → icons}/_theme.scss +0 -0
- /package/scss/{icon → icons}/_variables.scss +0 -0
|
@@ -13552,8 +13552,8 @@
|
|
|
13552
13552
|
{
|
|
13553
13553
|
"description": "The border radius of the CheckBox.\n",
|
|
13554
13554
|
"commentRange": {
|
|
13555
|
-
"start":
|
|
13556
|
-
"end":
|
|
13555
|
+
"start": 8,
|
|
13556
|
+
"end": 9
|
|
13557
13557
|
},
|
|
13558
13558
|
"context": {
|
|
13559
13559
|
"type": "variable",
|
|
@@ -13561,8 +13561,8 @@
|
|
|
13561
13561
|
"value": "null",
|
|
13562
13562
|
"scope": "default",
|
|
13563
13563
|
"line": {
|
|
13564
|
-
"start":
|
|
13565
|
-
"end":
|
|
13564
|
+
"start": 10,
|
|
13565
|
+
"end": 10
|
|
13566
13566
|
}
|
|
13567
13567
|
},
|
|
13568
13568
|
"group": [
|
|
@@ -13577,8 +13577,8 @@
|
|
|
13577
13577
|
{
|
|
13578
13578
|
"description": "The border width of the CheckBox.\n",
|
|
13579
13579
|
"commentRange": {
|
|
13580
|
-
"start":
|
|
13581
|
-
"end":
|
|
13580
|
+
"start": 12,
|
|
13581
|
+
"end": 13
|
|
13582
13582
|
},
|
|
13583
13583
|
"context": {
|
|
13584
13584
|
"type": "variable",
|
|
@@ -13586,8 +13586,8 @@
|
|
|
13586
13586
|
"value": "1px",
|
|
13587
13587
|
"scope": "default",
|
|
13588
13588
|
"line": {
|
|
13589
|
-
"start":
|
|
13590
|
-
"end":
|
|
13589
|
+
"start": 14,
|
|
13590
|
+
"end": 14
|
|
13591
13591
|
}
|
|
13592
13592
|
},
|
|
13593
13593
|
"group": [
|
|
@@ -13602,8 +13602,8 @@
|
|
|
13602
13602
|
{
|
|
13603
13603
|
"description": "The background color of the CheckBox.\n",
|
|
13604
13604
|
"commentRange": {
|
|
13605
|
-
"start":
|
|
13606
|
-
"end":
|
|
13605
|
+
"start": 41,
|
|
13606
|
+
"end": 42
|
|
13607
13607
|
},
|
|
13608
13608
|
"context": {
|
|
13609
13609
|
"type": "variable",
|
|
@@ -13611,8 +13611,8 @@
|
|
|
13611
13611
|
"value": "$kendo-component-bg",
|
|
13612
13612
|
"scope": "default",
|
|
13613
13613
|
"line": {
|
|
13614
|
-
"start":
|
|
13615
|
-
"end":
|
|
13614
|
+
"start": 43,
|
|
13615
|
+
"end": 43
|
|
13616
13616
|
}
|
|
13617
13617
|
},
|
|
13618
13618
|
"group": [
|
|
@@ -13627,8 +13627,8 @@
|
|
|
13627
13627
|
{
|
|
13628
13628
|
"description": "The text color of the CheckBox.\n",
|
|
13629
13629
|
"commentRange": {
|
|
13630
|
-
"start":
|
|
13631
|
-
"end":
|
|
13630
|
+
"start": 44,
|
|
13631
|
+
"end": 45
|
|
13632
13632
|
},
|
|
13633
13633
|
"context": {
|
|
13634
13634
|
"type": "variable",
|
|
@@ -13636,8 +13636,8 @@
|
|
|
13636
13636
|
"value": "transparent",
|
|
13637
13637
|
"scope": "default",
|
|
13638
13638
|
"line": {
|
|
13639
|
-
"start":
|
|
13640
|
-
"end":
|
|
13639
|
+
"start": 46,
|
|
13640
|
+
"end": 46
|
|
13641
13641
|
}
|
|
13642
13642
|
},
|
|
13643
13643
|
"group": [
|
|
@@ -13652,8 +13652,8 @@
|
|
|
13652
13652
|
{
|
|
13653
13653
|
"description": "The border color of the CheckBox.\n",
|
|
13654
13654
|
"commentRange": {
|
|
13655
|
-
"start":
|
|
13656
|
-
"end":
|
|
13655
|
+
"start": 47,
|
|
13656
|
+
"end": 48
|
|
13657
13657
|
},
|
|
13658
13658
|
"context": {
|
|
13659
13659
|
"type": "variable",
|
|
@@ -13661,8 +13661,8 @@
|
|
|
13661
13661
|
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
13662
13662
|
"scope": "default",
|
|
13663
13663
|
"line": {
|
|
13664
|
-
"start":
|
|
13665
|
-
"end":
|
|
13664
|
+
"start": 49,
|
|
13665
|
+
"end": 49
|
|
13666
13666
|
}
|
|
13667
13667
|
},
|
|
13668
13668
|
"group": [
|
|
@@ -13677,8 +13677,8 @@
|
|
|
13677
13677
|
{
|
|
13678
13678
|
"description": "The background color of the hovered CheckBox.\n",
|
|
13679
13679
|
"commentRange": {
|
|
13680
|
-
"start":
|
|
13681
|
-
"end":
|
|
13680
|
+
"start": 51,
|
|
13681
|
+
"end": 52
|
|
13682
13682
|
},
|
|
13683
13683
|
"context": {
|
|
13684
13684
|
"type": "variable",
|
|
@@ -13686,8 +13686,8 @@
|
|
|
13686
13686
|
"value": "$kendo-checkbox-bg",
|
|
13687
13687
|
"scope": "default",
|
|
13688
13688
|
"line": {
|
|
13689
|
-
"start":
|
|
13690
|
-
"end":
|
|
13689
|
+
"start": 53,
|
|
13690
|
+
"end": 53
|
|
13691
13691
|
}
|
|
13692
13692
|
},
|
|
13693
13693
|
"group": [
|
|
@@ -13702,8 +13702,8 @@
|
|
|
13702
13702
|
{
|
|
13703
13703
|
"description": "The text color of the hovered CheckBox.\n",
|
|
13704
13704
|
"commentRange": {
|
|
13705
|
-
"start":
|
|
13706
|
-
"end":
|
|
13705
|
+
"start": 54,
|
|
13706
|
+
"end": 55
|
|
13707
13707
|
},
|
|
13708
13708
|
"context": {
|
|
13709
13709
|
"type": "variable",
|
|
@@ -13711,8 +13711,8 @@
|
|
|
13711
13711
|
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color( neutral, 130 ))",
|
|
13712
13712
|
"scope": "default",
|
|
13713
13713
|
"line": {
|
|
13714
|
-
"start":
|
|
13715
|
-
"end":
|
|
13714
|
+
"start": 56,
|
|
13715
|
+
"end": 56
|
|
13716
13716
|
}
|
|
13717
13717
|
},
|
|
13718
13718
|
"group": [
|
|
@@ -13727,8 +13727,8 @@
|
|
|
13727
13727
|
{
|
|
13728
13728
|
"description": "The border color of the hovered CheckBox.\n",
|
|
13729
13729
|
"commentRange": {
|
|
13730
|
-
"start":
|
|
13731
|
-
"end":
|
|
13730
|
+
"start": 57,
|
|
13731
|
+
"end": 58
|
|
13732
13732
|
},
|
|
13733
13733
|
"context": {
|
|
13734
13734
|
"type": "variable",
|
|
@@ -13736,8 +13736,8 @@
|
|
|
13736
13736
|
"value": "$kendo-checkbox-border",
|
|
13737
13737
|
"scope": "default",
|
|
13738
13738
|
"line": {
|
|
13739
|
-
"start":
|
|
13740
|
-
"end":
|
|
13739
|
+
"start": 59,
|
|
13740
|
+
"end": 59
|
|
13741
13741
|
}
|
|
13742
13742
|
},
|
|
13743
13743
|
"group": [
|
|
@@ -13752,8 +13752,8 @@
|
|
|
13752
13752
|
{
|
|
13753
13753
|
"description": "The background color of the checked CheckBox.\n",
|
|
13754
13754
|
"commentRange": {
|
|
13755
|
-
"start":
|
|
13756
|
-
"end":
|
|
13755
|
+
"start": 61,
|
|
13756
|
+
"end": 62
|
|
13757
13757
|
},
|
|
13758
13758
|
"context": {
|
|
13759
13759
|
"type": "variable",
|
|
@@ -13761,8 +13761,8 @@
|
|
|
13761
13761
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
13762
13762
|
"scope": "default",
|
|
13763
13763
|
"line": {
|
|
13764
|
-
"start":
|
|
13765
|
-
"end":
|
|
13764
|
+
"start": 63,
|
|
13765
|
+
"end": 63
|
|
13766
13766
|
}
|
|
13767
13767
|
},
|
|
13768
13768
|
"group": [
|
|
@@ -13777,8 +13777,8 @@
|
|
|
13777
13777
|
{
|
|
13778
13778
|
"description": "The text color of the checked CheckBox.\n",
|
|
13779
13779
|
"commentRange": {
|
|
13780
|
-
"start":
|
|
13781
|
-
"end":
|
|
13780
|
+
"start": 64,
|
|
13781
|
+
"end": 65
|
|
13782
13782
|
},
|
|
13783
13783
|
"context": {
|
|
13784
13784
|
"type": "variable",
|
|
@@ -13786,8 +13786,8 @@
|
|
|
13786
13786
|
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
13787
13787
|
"scope": "default",
|
|
13788
13788
|
"line": {
|
|
13789
|
-
"start":
|
|
13790
|
-
"end":
|
|
13789
|
+
"start": 66,
|
|
13790
|
+
"end": 66
|
|
13791
13791
|
}
|
|
13792
13792
|
},
|
|
13793
13793
|
"group": [
|
|
@@ -13802,8 +13802,8 @@
|
|
|
13802
13802
|
{
|
|
13803
13803
|
"description": "The border color of the checked CheckBox.\n",
|
|
13804
13804
|
"commentRange": {
|
|
13805
|
-
"start":
|
|
13806
|
-
"end":
|
|
13805
|
+
"start": 67,
|
|
13806
|
+
"end": 68
|
|
13807
13807
|
},
|
|
13808
13808
|
"context": {
|
|
13809
13809
|
"type": "variable",
|
|
@@ -13811,8 +13811,8 @@
|
|
|
13811
13811
|
"value": "$kendo-checkbox-checked-bg",
|
|
13812
13812
|
"scope": "default",
|
|
13813
13813
|
"line": {
|
|
13814
|
-
"start":
|
|
13815
|
-
"end":
|
|
13814
|
+
"start": 69,
|
|
13815
|
+
"end": 69
|
|
13816
13816
|
}
|
|
13817
13817
|
},
|
|
13818
13818
|
"group": [
|
|
@@ -13827,8 +13827,8 @@
|
|
|
13827
13827
|
{
|
|
13828
13828
|
"description": "The background of the hovered and checked CheckBox.\n",
|
|
13829
13829
|
"commentRange": {
|
|
13830
|
-
"start":
|
|
13831
|
-
"end":
|
|
13830
|
+
"start": 71,
|
|
13831
|
+
"end": 72
|
|
13832
13832
|
},
|
|
13833
13833
|
"context": {
|
|
13834
13834
|
"type": "variable",
|
|
@@ -13836,8 +13836,8 @@
|
|
|
13836
13836
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
13837
13837
|
"scope": "default",
|
|
13838
13838
|
"line": {
|
|
13839
|
-
"start":
|
|
13840
|
-
"end":
|
|
13839
|
+
"start": 73,
|
|
13840
|
+
"end": 73
|
|
13841
13841
|
}
|
|
13842
13842
|
},
|
|
13843
13843
|
"group": [
|
|
@@ -13852,8 +13852,8 @@
|
|
|
13852
13852
|
{
|
|
13853
13853
|
"description": "The text color of the hovered and checked CheckBox.\n",
|
|
13854
13854
|
"commentRange": {
|
|
13855
|
-
"start":
|
|
13856
|
-
"end":
|
|
13855
|
+
"start": 74,
|
|
13856
|
+
"end": 75
|
|
13857
13857
|
},
|
|
13858
13858
|
"context": {
|
|
13859
13859
|
"type": "variable",
|
|
@@ -13861,8 +13861,8 @@
|
|
|
13861
13861
|
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
13862
13862
|
"scope": "default",
|
|
13863
13863
|
"line": {
|
|
13864
|
-
"start":
|
|
13865
|
-
"end":
|
|
13864
|
+
"start": 76,
|
|
13865
|
+
"end": 76
|
|
13866
13866
|
}
|
|
13867
13867
|
},
|
|
13868
13868
|
"group": [
|
|
@@ -13877,8 +13877,8 @@
|
|
|
13877
13877
|
{
|
|
13878
13878
|
"description": "The border color of the hovered and checked CheckBox.\n",
|
|
13879
13879
|
"commentRange": {
|
|
13880
|
-
"start":
|
|
13881
|
-
"end":
|
|
13880
|
+
"start": 77,
|
|
13881
|
+
"end": 78
|
|
13882
13882
|
},
|
|
13883
13883
|
"context": {
|
|
13884
13884
|
"type": "variable",
|
|
@@ -13886,8 +13886,8 @@
|
|
|
13886
13886
|
"value": "$kendo-checkbox-hover-checked-bg",
|
|
13887
13887
|
"scope": "default",
|
|
13888
13888
|
"line": {
|
|
13889
|
-
"start":
|
|
13890
|
-
"end":
|
|
13889
|
+
"start": 79,
|
|
13890
|
+
"end": 79
|
|
13891
13891
|
}
|
|
13892
13892
|
},
|
|
13893
13893
|
"group": [
|
|
@@ -13902,8 +13902,8 @@
|
|
|
13902
13902
|
{
|
|
13903
13903
|
"description": "The border color of the focused CheckBox.\n",
|
|
13904
13904
|
"commentRange": {
|
|
13905
|
-
"start":
|
|
13906
|
-
"end":
|
|
13905
|
+
"start": 81,
|
|
13906
|
+
"end": 82
|
|
13907
13907
|
},
|
|
13908
13908
|
"context": {
|
|
13909
13909
|
"type": "variable",
|
|
@@ -13911,8 +13911,8 @@
|
|
|
13911
13911
|
"value": "null",
|
|
13912
13912
|
"scope": "default",
|
|
13913
13913
|
"line": {
|
|
13914
|
-
"start":
|
|
13915
|
-
"end":
|
|
13914
|
+
"start": 83,
|
|
13915
|
+
"end": 83
|
|
13916
13916
|
}
|
|
13917
13917
|
},
|
|
13918
13918
|
"group": [
|
|
@@ -13927,8 +13927,8 @@
|
|
|
13927
13927
|
{
|
|
13928
13928
|
"description": "The box shadow of the focused CheckBox.\n",
|
|
13929
13929
|
"commentRange": {
|
|
13930
|
-
"start":
|
|
13931
|
-
"end":
|
|
13930
|
+
"start": 84,
|
|
13931
|
+
"end": 85
|
|
13932
13932
|
},
|
|
13933
13933
|
"context": {
|
|
13934
13934
|
"type": "variable",
|
|
@@ -13936,8 +13936,8 @@
|
|
|
13936
13936
|
"value": "null",
|
|
13937
13937
|
"scope": "default",
|
|
13938
13938
|
"line": {
|
|
13939
|
-
"start":
|
|
13940
|
-
"end":
|
|
13939
|
+
"start": 86,
|
|
13940
|
+
"end": 86
|
|
13941
13941
|
}
|
|
13942
13942
|
},
|
|
13943
13943
|
"group": [
|
|
@@ -13952,8 +13952,8 @@
|
|
|
13952
13952
|
{
|
|
13953
13953
|
"description": "The outline of the focused CheckBox.\n",
|
|
13954
13954
|
"commentRange": {
|
|
13955
|
-
"start":
|
|
13956
|
-
"end":
|
|
13955
|
+
"start": 87,
|
|
13956
|
+
"end": 88
|
|
13957
13957
|
},
|
|
13958
13958
|
"context": {
|
|
13959
13959
|
"type": "variable",
|
|
@@ -13961,8 +13961,8 @@
|
|
|
13961
13961
|
"value": "1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
13962
13962
|
"scope": "default",
|
|
13963
13963
|
"line": {
|
|
13964
|
-
"start":
|
|
13965
|
-
"end":
|
|
13964
|
+
"start": 89,
|
|
13965
|
+
"end": 89
|
|
13966
13966
|
}
|
|
13967
13967
|
},
|
|
13968
13968
|
"group": [
|
|
@@ -13977,8 +13977,8 @@
|
|
|
13977
13977
|
{
|
|
13978
13978
|
"description": "The background color of the indeterminate CheckBox.\n",
|
|
13979
13979
|
"commentRange": {
|
|
13980
|
-
"start":
|
|
13981
|
-
"end":
|
|
13980
|
+
"start": 92,
|
|
13981
|
+
"end": 93
|
|
13982
13982
|
},
|
|
13983
13983
|
"context": {
|
|
13984
13984
|
"type": "variable",
|
|
@@ -13986,8 +13986,8 @@
|
|
|
13986
13986
|
"value": "$kendo-checkbox-bg",
|
|
13987
13987
|
"scope": "default",
|
|
13988
13988
|
"line": {
|
|
13989
|
-
"start":
|
|
13990
|
-
"end":
|
|
13989
|
+
"start": 94,
|
|
13990
|
+
"end": 94
|
|
13991
13991
|
}
|
|
13992
13992
|
},
|
|
13993
13993
|
"group": [
|
|
@@ -14002,8 +14002,8 @@
|
|
|
14002
14002
|
{
|
|
14003
14003
|
"description": "The text color of the indeterminate CheckBox.\n",
|
|
14004
14004
|
"commentRange": {
|
|
14005
|
-
"start":
|
|
14006
|
-
"end":
|
|
14005
|
+
"start": 95,
|
|
14006
|
+
"end": 96
|
|
14007
14007
|
},
|
|
14008
14008
|
"context": {
|
|
14009
14009
|
"type": "variable",
|
|
@@ -14011,8 +14011,8 @@
|
|
|
14011
14011
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color( primary, 100 ))",
|
|
14012
14012
|
"scope": "default",
|
|
14013
14013
|
"line": {
|
|
14014
|
-
"start":
|
|
14015
|
-
"end":
|
|
14014
|
+
"start": 97,
|
|
14015
|
+
"end": 97
|
|
14016
14016
|
}
|
|
14017
14017
|
},
|
|
14018
14018
|
"group": [
|
|
@@ -14027,8 +14027,8 @@
|
|
|
14027
14027
|
{
|
|
14028
14028
|
"description": "The border color of the indeterminate CheckBox.\n",
|
|
14029
14029
|
"commentRange": {
|
|
14030
|
-
"start":
|
|
14031
|
-
"end":
|
|
14030
|
+
"start": 98,
|
|
14031
|
+
"end": 99
|
|
14032
14032
|
},
|
|
14033
14033
|
"context": {
|
|
14034
14034
|
"type": "variable",
|
|
@@ -14036,8 +14036,8 @@
|
|
|
14036
14036
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
14037
14037
|
"scope": "default",
|
|
14038
14038
|
"line": {
|
|
14039
|
-
"start":
|
|
14040
|
-
"end":
|
|
14039
|
+
"start": 100,
|
|
14040
|
+
"end": 100
|
|
14041
14041
|
}
|
|
14042
14042
|
},
|
|
14043
14043
|
"group": [
|
|
@@ -14052,8 +14052,8 @@
|
|
|
14052
14052
|
{
|
|
14053
14053
|
"description": "The background color of the hovered and indeterminate CheckBox.\n",
|
|
14054
14054
|
"commentRange": {
|
|
14055
|
-
"start":
|
|
14056
|
-
"end":
|
|
14055
|
+
"start": 102,
|
|
14056
|
+
"end": 103
|
|
14057
14057
|
},
|
|
14058
14058
|
"context": {
|
|
14059
14059
|
"type": "variable",
|
|
@@ -14061,8 +14061,8 @@
|
|
|
14061
14061
|
"value": "$kendo-checkbox-bg",
|
|
14062
14062
|
"scope": "default",
|
|
14063
14063
|
"line": {
|
|
14064
|
-
"start":
|
|
14065
|
-
"end":
|
|
14064
|
+
"start": 104,
|
|
14065
|
+
"end": 104
|
|
14066
14066
|
}
|
|
14067
14067
|
},
|
|
14068
14068
|
"group": [
|
|
@@ -14077,8 +14077,8 @@
|
|
|
14077
14077
|
{
|
|
14078
14078
|
"description": "The text color of the hovered and indeterminate CheckBox.\n",
|
|
14079
14079
|
"commentRange": {
|
|
14080
|
-
"start":
|
|
14081
|
-
"end":
|
|
14080
|
+
"start": 105,
|
|
14081
|
+
"end": 106
|
|
14082
14082
|
},
|
|
14083
14083
|
"context": {
|
|
14084
14084
|
"type": "variable",
|
|
@@ -14086,8 +14086,8 @@
|
|
|
14086
14086
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color( primary, 110 ))",
|
|
14087
14087
|
"scope": "default",
|
|
14088
14088
|
"line": {
|
|
14089
|
-
"start":
|
|
14090
|
-
"end":
|
|
14089
|
+
"start": 107,
|
|
14090
|
+
"end": 107
|
|
14091
14091
|
}
|
|
14092
14092
|
},
|
|
14093
14093
|
"group": [
|
|
@@ -14102,8 +14102,8 @@
|
|
|
14102
14102
|
{
|
|
14103
14103
|
"description": "The border color of the hovered and indeterminate CheckBox.\n",
|
|
14104
14104
|
"commentRange": {
|
|
14105
|
-
"start":
|
|
14106
|
-
"end":
|
|
14105
|
+
"start": 108,
|
|
14106
|
+
"end": 109
|
|
14107
14107
|
},
|
|
14108
14108
|
"context": {
|
|
14109
14109
|
"type": "variable",
|
|
@@ -14111,8 +14111,8 @@
|
|
|
14111
14111
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
14112
14112
|
"scope": "default",
|
|
14113
14113
|
"line": {
|
|
14114
|
-
"start":
|
|
14115
|
-
"end":
|
|
14114
|
+
"start": 110,
|
|
14115
|
+
"end": 110
|
|
14116
14116
|
}
|
|
14117
14117
|
},
|
|
14118
14118
|
"group": [
|
|
@@ -14127,8 +14127,8 @@
|
|
|
14127
14127
|
{
|
|
14128
14128
|
"description": "The background color of the disabled CheckBox.\n",
|
|
14129
14129
|
"commentRange": {
|
|
14130
|
-
"start":
|
|
14131
|
-
"end":
|
|
14130
|
+
"start": 112,
|
|
14131
|
+
"end": 113
|
|
14132
14132
|
},
|
|
14133
14133
|
"context": {
|
|
14134
14134
|
"type": "variable",
|
|
@@ -14136,8 +14136,8 @@
|
|
|
14136
14136
|
"value": "$kendo-checkbox-bg",
|
|
14137
14137
|
"scope": "default",
|
|
14138
14138
|
"line": {
|
|
14139
|
-
"start":
|
|
14140
|
-
"end":
|
|
14139
|
+
"start": 114,
|
|
14140
|
+
"end": 114
|
|
14141
14141
|
}
|
|
14142
14142
|
},
|
|
14143
14143
|
"group": [
|
|
@@ -14152,8 +14152,8 @@
|
|
|
14152
14152
|
{
|
|
14153
14153
|
"description": "The text color of the disabled CheckBox.\n",
|
|
14154
14154
|
"commentRange": {
|
|
14155
|
-
"start":
|
|
14156
|
-
"end":
|
|
14155
|
+
"start": 115,
|
|
14156
|
+
"end": 116
|
|
14157
14157
|
},
|
|
14158
14158
|
"context": {
|
|
14159
14159
|
"type": "variable",
|
|
@@ -14161,8 +14161,8 @@
|
|
|
14161
14161
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
14162
14162
|
"scope": "default",
|
|
14163
14163
|
"line": {
|
|
14164
|
-
"start":
|
|
14165
|
-
"end":
|
|
14164
|
+
"start": 117,
|
|
14165
|
+
"end": 117
|
|
14166
14166
|
}
|
|
14167
14167
|
},
|
|
14168
14168
|
"group": [
|
|
@@ -14177,8 +14177,8 @@
|
|
|
14177
14177
|
{
|
|
14178
14178
|
"description": "The border color of the disabled CheckBox.\n",
|
|
14179
14179
|
"commentRange": {
|
|
14180
|
-
"start":
|
|
14181
|
-
"end":
|
|
14180
|
+
"start": 118,
|
|
14181
|
+
"end": 119
|
|
14182
14182
|
},
|
|
14183
14183
|
"context": {
|
|
14184
14184
|
"type": "variable",
|
|
@@ -14186,8 +14186,8 @@
|
|
|
14186
14186
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
14187
14187
|
"scope": "default",
|
|
14188
14188
|
"line": {
|
|
14189
|
-
"start":
|
|
14190
|
-
"end":
|
|
14189
|
+
"start": 120,
|
|
14190
|
+
"end": 120
|
|
14191
14191
|
}
|
|
14192
14192
|
},
|
|
14193
14193
|
"group": [
|
|
@@ -14202,8 +14202,8 @@
|
|
|
14202
14202
|
{
|
|
14203
14203
|
"description": "The background color of the disabled and checked CheckBox.\n",
|
|
14204
14204
|
"commentRange": {
|
|
14205
|
-
"start":
|
|
14206
|
-
"end":
|
|
14205
|
+
"start": 122,
|
|
14206
|
+
"end": 123
|
|
14207
14207
|
},
|
|
14208
14208
|
"context": {
|
|
14209
14209
|
"type": "variable",
|
|
@@ -14211,8 +14211,8 @@
|
|
|
14211
14211
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
14212
14212
|
"scope": "default",
|
|
14213
14213
|
"line": {
|
|
14214
|
-
"start":
|
|
14215
|
-
"end":
|
|
14214
|
+
"start": 124,
|
|
14215
|
+
"end": 124
|
|
14216
14216
|
}
|
|
14217
14217
|
},
|
|
14218
14218
|
"group": [
|
|
@@ -14227,8 +14227,8 @@
|
|
|
14227
14227
|
{
|
|
14228
14228
|
"description": "The text color of the disabled and checked CheckBox.\n",
|
|
14229
14229
|
"commentRange": {
|
|
14230
|
-
"start":
|
|
14231
|
-
"end":
|
|
14230
|
+
"start": 125,
|
|
14231
|
+
"end": 126
|
|
14232
14232
|
},
|
|
14233
14233
|
"context": {
|
|
14234
14234
|
"type": "variable",
|
|
@@ -14236,8 +14236,8 @@
|
|
|
14236
14236
|
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
14237
14237
|
"scope": "default",
|
|
14238
14238
|
"line": {
|
|
14239
|
-
"start":
|
|
14240
|
-
"end":
|
|
14239
|
+
"start": 127,
|
|
14240
|
+
"end": 127
|
|
14241
14241
|
}
|
|
14242
14242
|
},
|
|
14243
14243
|
"group": [
|
|
@@ -14252,8 +14252,8 @@
|
|
|
14252
14252
|
{
|
|
14253
14253
|
"description": "The border color of the disabled and checked CheckBox.\n",
|
|
14254
14254
|
"commentRange": {
|
|
14255
|
-
"start":
|
|
14256
|
-
"end":
|
|
14255
|
+
"start": 128,
|
|
14256
|
+
"end": 129
|
|
14257
14257
|
},
|
|
14258
14258
|
"context": {
|
|
14259
14259
|
"type": "variable",
|
|
@@ -14261,8 +14261,8 @@
|
|
|
14261
14261
|
"value": "if($kendo-enable-color-system, transparent, k-get-theme-color-var( neutral-60 ))",
|
|
14262
14262
|
"scope": "default",
|
|
14263
14263
|
"line": {
|
|
14264
|
-
"start":
|
|
14265
|
-
"end":
|
|
14264
|
+
"start": 130,
|
|
14265
|
+
"end": 130
|
|
14266
14266
|
}
|
|
14267
14267
|
},
|
|
14268
14268
|
"group": [
|
|
@@ -14277,8 +14277,8 @@
|
|
|
14277
14277
|
{
|
|
14278
14278
|
"description": "The background color of the disabled and indeterminate CheckBox.\n",
|
|
14279
14279
|
"commentRange": {
|
|
14280
|
-
"start":
|
|
14281
|
-
"end":
|
|
14280
|
+
"start": 132,
|
|
14281
|
+
"end": 133
|
|
14282
14282
|
},
|
|
14283
14283
|
"context": {
|
|
14284
14284
|
"type": "variable",
|
|
@@ -14286,8 +14286,8 @@
|
|
|
14286
14286
|
"value": "$kendo-checkbox-bg",
|
|
14287
14287
|
"scope": "default",
|
|
14288
14288
|
"line": {
|
|
14289
|
-
"start":
|
|
14290
|
-
"end":
|
|
14289
|
+
"start": 134,
|
|
14290
|
+
"end": 134
|
|
14291
14291
|
}
|
|
14292
14292
|
},
|
|
14293
14293
|
"group": [
|
|
@@ -14302,8 +14302,8 @@
|
|
|
14302
14302
|
{
|
|
14303
14303
|
"description": "The border color of the disabled and indeterminate CheckBox.\n",
|
|
14304
14304
|
"commentRange": {
|
|
14305
|
-
"start":
|
|
14306
|
-
"end":
|
|
14305
|
+
"start": 135,
|
|
14306
|
+
"end": 136
|
|
14307
14307
|
},
|
|
14308
14308
|
"context": {
|
|
14309
14309
|
"type": "variable",
|
|
@@ -14311,8 +14311,8 @@
|
|
|
14311
14311
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color( neutral, 60 ))",
|
|
14312
14312
|
"scope": "default",
|
|
14313
14313
|
"line": {
|
|
14314
|
-
"start":
|
|
14315
|
-
"end":
|
|
14314
|
+
"start": 137,
|
|
14315
|
+
"end": 137
|
|
14316
14316
|
}
|
|
14317
14317
|
},
|
|
14318
14318
|
"group": [
|
|
@@ -14327,8 +14327,8 @@
|
|
|
14327
14327
|
{
|
|
14328
14328
|
"description": "The border color of the disabled and indeterminate CheckBox.\n",
|
|
14329
14329
|
"commentRange": {
|
|
14330
|
-
"start":
|
|
14331
|
-
"end":
|
|
14330
|
+
"start": 138,
|
|
14331
|
+
"end": 139
|
|
14332
14332
|
},
|
|
14333
14333
|
"context": {
|
|
14334
14334
|
"type": "variable",
|
|
@@ -14336,8 +14336,8 @@
|
|
|
14336
14336
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
14337
14337
|
"scope": "default",
|
|
14338
14338
|
"line": {
|
|
14339
|
-
"start":
|
|
14340
|
-
"end":
|
|
14339
|
+
"start": 140,
|
|
14340
|
+
"end": 140
|
|
14341
14341
|
}
|
|
14342
14342
|
},
|
|
14343
14343
|
"group": [
|
|
@@ -14352,8 +14352,8 @@
|
|
|
14352
14352
|
{
|
|
14353
14353
|
"description": "The background color of an invalid CheckBox.\n",
|
|
14354
14354
|
"commentRange": {
|
|
14355
|
-
"start":
|
|
14356
|
-
"end":
|
|
14355
|
+
"start": 142,
|
|
14356
|
+
"end": 143
|
|
14357
14357
|
},
|
|
14358
14358
|
"context": {
|
|
14359
14359
|
"type": "variable",
|
|
@@ -14361,8 +14361,8 @@
|
|
|
14361
14361
|
"value": "$kendo-checkbox-bg",
|
|
14362
14362
|
"scope": "default",
|
|
14363
14363
|
"line": {
|
|
14364
|
-
"start":
|
|
14365
|
-
"end":
|
|
14364
|
+
"start": 144,
|
|
14365
|
+
"end": 144
|
|
14366
14366
|
}
|
|
14367
14367
|
},
|
|
14368
14368
|
"group": [
|
|
@@ -14377,8 +14377,8 @@
|
|
|
14377
14377
|
{
|
|
14378
14378
|
"description": "The text color of an invalid CheckBox.\n",
|
|
14379
14379
|
"commentRange": {
|
|
14380
|
-
"start":
|
|
14381
|
-
"end":
|
|
14380
|
+
"start": 145,
|
|
14381
|
+
"end": 146
|
|
14382
14382
|
},
|
|
14383
14383
|
"context": {
|
|
14384
14384
|
"type": "variable",
|
|
@@ -14386,8 +14386,8 @@
|
|
|
14386
14386
|
"value": "$kendo-invalid-text",
|
|
14387
14387
|
"scope": "default",
|
|
14388
14388
|
"line": {
|
|
14389
|
-
"start":
|
|
14390
|
-
"end":
|
|
14389
|
+
"start": 147,
|
|
14390
|
+
"end": 147
|
|
14391
14391
|
}
|
|
14392
14392
|
},
|
|
14393
14393
|
"group": [
|
|
@@ -14402,8 +14402,8 @@
|
|
|
14402
14402
|
{
|
|
14403
14403
|
"description": "The border color of an invalid CheckBox.\n",
|
|
14404
14404
|
"commentRange": {
|
|
14405
|
-
"start":
|
|
14406
|
-
"end":
|
|
14405
|
+
"start": 148,
|
|
14406
|
+
"end": 149
|
|
14407
14407
|
},
|
|
14408
14408
|
"context": {
|
|
14409
14409
|
"type": "variable",
|
|
@@ -14411,8 +14411,8 @@
|
|
|
14411
14411
|
"value": "$kendo-invalid-border",
|
|
14412
14412
|
"scope": "default",
|
|
14413
14413
|
"line": {
|
|
14414
|
-
"start":
|
|
14415
|
-
"end":
|
|
14414
|
+
"start": 150,
|
|
14415
|
+
"end": 150
|
|
14416
14416
|
}
|
|
14417
14417
|
},
|
|
14418
14418
|
"group": [
|
|
@@ -14427,8 +14427,8 @@
|
|
|
14427
14427
|
{
|
|
14428
14428
|
"description": "The type of the CheckBox indicator.\n",
|
|
14429
14429
|
"commentRange": {
|
|
14430
|
-
"start":
|
|
14431
|
-
"end":
|
|
14430
|
+
"start": 155,
|
|
14431
|
+
"end": 156
|
|
14432
14432
|
},
|
|
14433
14433
|
"context": {
|
|
14434
14434
|
"type": "variable",
|
|
@@ -14436,8 +14436,8 @@
|
|
|
14436
14436
|
"value": "image",
|
|
14437
14437
|
"scope": "default",
|
|
14438
14438
|
"line": {
|
|
14439
|
-
"start":
|
|
14440
|
-
"end":
|
|
14439
|
+
"start": 157,
|
|
14440
|
+
"end": 157
|
|
14441
14441
|
}
|
|
14442
14442
|
},
|
|
14443
14443
|
"group": [
|
|
@@ -14452,8 +14452,8 @@
|
|
|
14452
14452
|
{
|
|
14453
14453
|
"description": "The font family of the CheckBox indicator glyph.\n",
|
|
14454
14454
|
"commentRange": {
|
|
14455
|
-
"start":
|
|
14456
|
-
"end":
|
|
14455
|
+
"start": 159,
|
|
14456
|
+
"end": 160
|
|
14457
14457
|
},
|
|
14458
14458
|
"context": {
|
|
14459
14459
|
"type": "variable",
|
|
@@ -14461,8 +14461,8 @@
|
|
|
14461
14461
|
"value": "\"WebComponentsIcons\", monospace",
|
|
14462
14462
|
"scope": "default",
|
|
14463
14463
|
"line": {
|
|
14464
|
-
"start":
|
|
14465
|
-
"end":
|
|
14464
|
+
"start": 161,
|
|
14465
|
+
"end": 161
|
|
14466
14466
|
}
|
|
14467
14467
|
},
|
|
14468
14468
|
"group": [
|
|
@@ -14477,8 +14477,8 @@
|
|
|
14477
14477
|
{
|
|
14478
14478
|
"description": "The glyph of the CheckBox indicator.\n",
|
|
14479
14479
|
"commentRange": {
|
|
14480
|
-
"start":
|
|
14481
|
-
"end":
|
|
14480
|
+
"start": 162,
|
|
14481
|
+
"end": 163
|
|
14482
14482
|
},
|
|
14483
14483
|
"context": {
|
|
14484
14484
|
"type": "variable",
|
|
@@ -14486,8 +14486,8 @@
|
|
|
14486
14486
|
"value": "\"\\e118\"",
|
|
14487
14487
|
"scope": "default",
|
|
14488
14488
|
"line": {
|
|
14489
|
-
"start":
|
|
14490
|
-
"end":
|
|
14489
|
+
"start": 164,
|
|
14490
|
+
"end": 164
|
|
14491
14491
|
}
|
|
14492
14492
|
},
|
|
14493
14493
|
"group": [
|
|
@@ -14502,8 +14502,8 @@
|
|
|
14502
14502
|
{
|
|
14503
14503
|
"description": "The glyph of the indeterminate CheckBox indicator.\n",
|
|
14504
14504
|
"commentRange": {
|
|
14505
|
-
"start":
|
|
14506
|
-
"end":
|
|
14505
|
+
"start": 165,
|
|
14506
|
+
"end": 166
|
|
14507
14507
|
},
|
|
14508
14508
|
"context": {
|
|
14509
14509
|
"type": "variable",
|
|
@@ -14511,8 +14511,8 @@
|
|
|
14511
14511
|
"value": "\"\\e121\"",
|
|
14512
14512
|
"scope": "default",
|
|
14513
14513
|
"line": {
|
|
14514
|
-
"start":
|
|
14515
|
-
"end":
|
|
14514
|
+
"start": 167,
|
|
14515
|
+
"end": 167
|
|
14516
14516
|
}
|
|
14517
14517
|
},
|
|
14518
14518
|
"group": [
|
|
@@ -14527,17 +14527,17 @@
|
|
|
14527
14527
|
{
|
|
14528
14528
|
"description": "The image of the hovered CheckBox indicator.\n",
|
|
14529
14529
|
"commentRange": {
|
|
14530
|
-
"start":
|
|
14531
|
-
"end":
|
|
14530
|
+
"start": 169,
|
|
14531
|
+
"end": 170
|
|
14532
14532
|
},
|
|
14533
14533
|
"context": {
|
|
14534
14534
|
"type": "variable",
|
|
14535
14535
|
"name": "kendo-checkbox-hover-image",
|
|
14536
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14536
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14537
14537
|
"scope": "default",
|
|
14538
14538
|
"line": {
|
|
14539
|
-
"start":
|
|
14540
|
-
"end":
|
|
14539
|
+
"start": 171,
|
|
14540
|
+
"end": 171
|
|
14541
14541
|
}
|
|
14542
14542
|
},
|
|
14543
14543
|
"group": [
|
|
@@ -14552,17 +14552,17 @@
|
|
|
14552
14552
|
{
|
|
14553
14553
|
"description": "The image of the checked CheckBox indicator.\n",
|
|
14554
14554
|
"commentRange": {
|
|
14555
|
-
"start":
|
|
14556
|
-
"end":
|
|
14555
|
+
"start": 172,
|
|
14556
|
+
"end": 173
|
|
14557
14557
|
},
|
|
14558
14558
|
"context": {
|
|
14559
14559
|
"type": "variable",
|
|
14560
14560
|
"name": "kendo-checkbox-checked-image",
|
|
14561
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14561
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14562
14562
|
"scope": "default",
|
|
14563
14563
|
"line": {
|
|
14564
|
-
"start":
|
|
14565
|
-
"end":
|
|
14564
|
+
"start": 174,
|
|
14565
|
+
"end": 174
|
|
14566
14566
|
}
|
|
14567
14567
|
},
|
|
14568
14568
|
"group": [
|
|
@@ -14577,17 +14577,17 @@
|
|
|
14577
14577
|
{
|
|
14578
14578
|
"description": "The image of the indeterminate CheckBox indicator.\n",
|
|
14579
14579
|
"commentRange": {
|
|
14580
|
-
"start":
|
|
14581
|
-
"end":
|
|
14580
|
+
"start": 175,
|
|
14581
|
+
"end": 176
|
|
14582
14582
|
},
|
|
14583
14583
|
"context": {
|
|
14584
14584
|
"type": "variable",
|
|
14585
14585
|
"name": "kendo-checkbox-indeterminate-image",
|
|
14586
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-indeterminate-text}'/></svg>\") )",
|
|
14586
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-indeterminate-text}'/></svg>\") )",
|
|
14587
14587
|
"scope": "default",
|
|
14588
14588
|
"line": {
|
|
14589
|
-
"start":
|
|
14590
|
-
"end":
|
|
14589
|
+
"start": 177,
|
|
14590
|
+
"end": 177
|
|
14591
14591
|
}
|
|
14592
14592
|
},
|
|
14593
14593
|
"group": [
|
|
@@ -14602,17 +14602,17 @@
|
|
|
14602
14602
|
{
|
|
14603
14603
|
"description": "The image of the hovered and checked CheckBox indicator.\n",
|
|
14604
14604
|
"commentRange": {
|
|
14605
|
-
"start":
|
|
14606
|
-
"end":
|
|
14605
|
+
"start": 178,
|
|
14606
|
+
"end": 179
|
|
14607
14607
|
},
|
|
14608
14608
|
"context": {
|
|
14609
14609
|
"type": "variable",
|
|
14610
14610
|
"name": "kendo-checkbox-hover-checked-image",
|
|
14611
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14611
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14612
14612
|
"scope": "default",
|
|
14613
14613
|
"line": {
|
|
14614
|
-
"start":
|
|
14615
|
-
"end":
|
|
14614
|
+
"start": 180,
|
|
14615
|
+
"end": 180
|
|
14616
14616
|
}
|
|
14617
14617
|
},
|
|
14618
14618
|
"group": [
|
|
@@ -14627,17 +14627,17 @@
|
|
|
14627
14627
|
{
|
|
14628
14628
|
"description": "The image of the hovered and indeterminate CheckBox indicator.\n",
|
|
14629
14629
|
"commentRange": {
|
|
14630
|
-
"start":
|
|
14631
|
-
"end":
|
|
14630
|
+
"start": 181,
|
|
14631
|
+
"end": 182
|
|
14632
14632
|
},
|
|
14633
14633
|
"context": {
|
|
14634
14634
|
"type": "variable",
|
|
14635
14635
|
"name": "kendo-checkbox-hover-indeterminate-image",
|
|
14636
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-hover-indeterminate-text}'/></svg>\") )",
|
|
14636
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-hover-indeterminate-text}'/></svg>\") )",
|
|
14637
14637
|
"scope": "default",
|
|
14638
14638
|
"line": {
|
|
14639
|
-
"start":
|
|
14640
|
-
"end":
|
|
14639
|
+
"start": 183,
|
|
14640
|
+
"end": 183
|
|
14641
14641
|
}
|
|
14642
14642
|
},
|
|
14643
14643
|
"group": [
|
|
@@ -14652,17 +14652,17 @@
|
|
|
14652
14652
|
{
|
|
14653
14653
|
"description": "The image of the checked CheckBox indicator.\n",
|
|
14654
14654
|
"commentRange": {
|
|
14655
|
-
"start":
|
|
14656
|
-
"end":
|
|
14655
|
+
"start": 184,
|
|
14656
|
+
"end": 185
|
|
14657
14657
|
},
|
|
14658
14658
|
"context": {
|
|
14659
14659
|
"type": "variable",
|
|
14660
14660
|
"name": "kendo-checkbox-disabled-checked-image",
|
|
14661
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-disabled-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14661
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-disabled-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
14662
14662
|
"scope": "default",
|
|
14663
14663
|
"line": {
|
|
14664
|
-
"start":
|
|
14665
|
-
"end":
|
|
14664
|
+
"start": 186,
|
|
14665
|
+
"end": 186
|
|
14666
14666
|
}
|
|
14667
14667
|
},
|
|
14668
14668
|
"group": [
|
|
@@ -14677,17 +14677,17 @@
|
|
|
14677
14677
|
{
|
|
14678
14678
|
"description": "The image of the indeterminate CheckBox indicator.\n",
|
|
14679
14679
|
"commentRange": {
|
|
14680
|
-
"start":
|
|
14681
|
-
"end":
|
|
14680
|
+
"start": 187,
|
|
14681
|
+
"end": 188
|
|
14682
14682
|
},
|
|
14683
14683
|
"context": {
|
|
14684
14684
|
"type": "variable",
|
|
14685
14685
|
"name": "kendo-checkbox-disabled-indeterminate-image",
|
|
14686
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-disabled-indeterminate-text}'/></svg>\") )",
|
|
14686
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-disabled-indeterminate-text}'/></svg>\") )",
|
|
14687
14687
|
"scope": "default",
|
|
14688
14688
|
"line": {
|
|
14689
|
-
"start":
|
|
14690
|
-
"end":
|
|
14689
|
+
"start": 189,
|
|
14690
|
+
"end": 189
|
|
14691
14691
|
}
|
|
14692
14692
|
},
|
|
14693
14693
|
"group": [
|
|
@@ -14702,8 +14702,8 @@
|
|
|
14702
14702
|
{
|
|
14703
14703
|
"description": "The horizontal margin of the CheckBox inside a label.\n",
|
|
14704
14704
|
"commentRange": {
|
|
14705
|
-
"start":
|
|
14706
|
-
"end":
|
|
14705
|
+
"start": 194,
|
|
14706
|
+
"end": 195
|
|
14707
14707
|
},
|
|
14708
14708
|
"context": {
|
|
14709
14709
|
"type": "variable",
|
|
@@ -14711,8 +14711,8 @@
|
|
|
14711
14711
|
"value": "k-spacing(2)",
|
|
14712
14712
|
"scope": "default",
|
|
14713
14713
|
"line": {
|
|
14714
|
-
"start":
|
|
14715
|
-
"end":
|
|
14714
|
+
"start": 196,
|
|
14715
|
+
"end": 196
|
|
14716
14716
|
}
|
|
14717
14717
|
},
|
|
14718
14718
|
"group": [
|
|
@@ -14727,8 +14727,8 @@
|
|
|
14727
14727
|
{
|
|
14728
14728
|
"description": "The spacing between the items in a horizontal CheckBox list.\n",
|
|
14729
14729
|
"commentRange": {
|
|
14730
|
-
"start":
|
|
14731
|
-
"end":
|
|
14730
|
+
"start": 201,
|
|
14731
|
+
"end": 202
|
|
14732
14732
|
},
|
|
14733
14733
|
"context": {
|
|
14734
14734
|
"type": "variable",
|
|
@@ -14736,8 +14736,8 @@
|
|
|
14736
14736
|
"value": "k-spacing(4)",
|
|
14737
14737
|
"scope": "default",
|
|
14738
14738
|
"line": {
|
|
14739
|
-
"start":
|
|
14740
|
-
"end":
|
|
14739
|
+
"start": 203,
|
|
14740
|
+
"end": 203
|
|
14741
14741
|
}
|
|
14742
14742
|
},
|
|
14743
14743
|
"group": [
|
|
@@ -14752,8 +14752,8 @@
|
|
|
14752
14752
|
{
|
|
14753
14753
|
"description": "The horizontal padding of the CheckBox list items.\n",
|
|
14754
14754
|
"commentRange": {
|
|
14755
|
-
"start":
|
|
14756
|
-
"end":
|
|
14755
|
+
"start": 204,
|
|
14756
|
+
"end": 205
|
|
14757
14757
|
},
|
|
14758
14758
|
"context": {
|
|
14759
14759
|
"type": "variable",
|
|
@@ -14761,8 +14761,8 @@
|
|
|
14761
14761
|
"value": "k-spacing(0)",
|
|
14762
14762
|
"scope": "default",
|
|
14763
14763
|
"line": {
|
|
14764
|
-
"start":
|
|
14765
|
-
"end":
|
|
14764
|
+
"start": 206,
|
|
14765
|
+
"end": 206
|
|
14766
14766
|
}
|
|
14767
14767
|
},
|
|
14768
14768
|
"group": [
|
|
@@ -14777,8 +14777,8 @@
|
|
|
14777
14777
|
{
|
|
14778
14778
|
"description": "The vertical padding of the CheckBox list items.\n",
|
|
14779
14779
|
"commentRange": {
|
|
14780
|
-
"start":
|
|
14781
|
-
"end":
|
|
14780
|
+
"start": 207,
|
|
14781
|
+
"end": 208
|
|
14782
14782
|
},
|
|
14783
14783
|
"context": {
|
|
14784
14784
|
"type": "variable",
|
|
@@ -14786,8 +14786,8 @@
|
|
|
14786
14786
|
"value": "$kendo-list-md-item-padding-y",
|
|
14787
14787
|
"scope": "default",
|
|
14788
14788
|
"line": {
|
|
14789
|
-
"start":
|
|
14790
|
-
"end":
|
|
14789
|
+
"start": 209,
|
|
14790
|
+
"end": 209
|
|
14791
14791
|
}
|
|
14792
14792
|
},
|
|
14793
14793
|
"group": [
|
|
@@ -14802,8 +14802,8 @@
|
|
|
14802
14802
|
{
|
|
14803
14803
|
"description": "The background color of the CheckBox' ripple.\n",
|
|
14804
14804
|
"commentRange": {
|
|
14805
|
-
"start":
|
|
14806
|
-
"end":
|
|
14805
|
+
"start": 214,
|
|
14806
|
+
"end": 215
|
|
14807
14807
|
},
|
|
14808
14808
|
"context": {
|
|
14809
14809
|
"type": "variable",
|
|
@@ -14811,8 +14811,8 @@
|
|
|
14811
14811
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
14812
14812
|
"scope": "default",
|
|
14813
14813
|
"line": {
|
|
14814
|
-
"start":
|
|
14815
|
-
"end":
|
|
14814
|
+
"start": 216,
|
|
14815
|
+
"end": 216
|
|
14816
14816
|
}
|
|
14817
14817
|
},
|
|
14818
14818
|
"group": [
|
|
@@ -14827,8 +14827,8 @@
|
|
|
14827
14827
|
{
|
|
14828
14828
|
"description": "The opacity of the CheckBox' ripple.\n",
|
|
14829
14829
|
"commentRange": {
|
|
14830
|
-
"start":
|
|
14831
|
-
"end":
|
|
14830
|
+
"start": 217,
|
|
14831
|
+
"end": 218
|
|
14832
14832
|
},
|
|
14833
14833
|
"context": {
|
|
14834
14834
|
"type": "variable",
|
|
@@ -14836,8 +14836,8 @@
|
|
|
14836
14836
|
"value": ".25",
|
|
14837
14837
|
"scope": "default",
|
|
14838
14838
|
"line": {
|
|
14839
|
-
"start":
|
|
14840
|
-
"end":
|
|
14839
|
+
"start": 219,
|
|
14840
|
+
"end": 219
|
|
14841
14841
|
}
|
|
14842
14842
|
},
|
|
14843
14843
|
"group": [
|
|
@@ -17827,8 +17827,8 @@
|
|
|
17827
17827
|
{
|
|
17828
17828
|
"description": "Border radius of the color preview.\n",
|
|
17829
17829
|
"commentRange": {
|
|
17830
|
-
"start":
|
|
17831
|
-
"end":
|
|
17830
|
+
"start": 4,
|
|
17831
|
+
"end": 5
|
|
17832
17832
|
},
|
|
17833
17833
|
"context": {
|
|
17834
17834
|
"type": "variable",
|
|
@@ -17836,8 +17836,8 @@
|
|
|
17836
17836
|
"value": "k-border-radius(md)",
|
|
17837
17837
|
"scope": "default",
|
|
17838
17838
|
"line": {
|
|
17839
|
-
"start":
|
|
17840
|
-
"end":
|
|
17839
|
+
"start": 6,
|
|
17840
|
+
"end": 6
|
|
17841
17841
|
}
|
|
17842
17842
|
},
|
|
17843
17843
|
"group": [
|
|
@@ -17852,8 +17852,8 @@
|
|
|
17852
17852
|
{
|
|
17853
17853
|
"description": "Border width of the color preview.\n",
|
|
17854
17854
|
"commentRange": {
|
|
17855
|
-
"start":
|
|
17856
|
-
"end":
|
|
17855
|
+
"start": 7,
|
|
17856
|
+
"end": 8
|
|
17857
17857
|
},
|
|
17858
17858
|
"context": {
|
|
17859
17859
|
"type": "variable",
|
|
@@ -17861,8 +17861,8 @@
|
|
|
17861
17861
|
"value": "1px",
|
|
17862
17862
|
"scope": "default",
|
|
17863
17863
|
"line": {
|
|
17864
|
-
"start":
|
|
17865
|
-
"end":
|
|
17864
|
+
"start": 9,
|
|
17865
|
+
"end": 9
|
|
17866
17866
|
}
|
|
17867
17867
|
},
|
|
17868
17868
|
"group": [
|
|
@@ -17877,8 +17877,8 @@
|
|
|
17877
17877
|
{
|
|
17878
17878
|
"description": "Default background color of the color preview.\n",
|
|
17879
17879
|
"commentRange": {
|
|
17880
|
-
"start":
|
|
17881
|
-
"end":
|
|
17880
|
+
"start": 10,
|
|
17881
|
+
"end": 11
|
|
17882
17882
|
},
|
|
17883
17883
|
"context": {
|
|
17884
17884
|
"type": "variable",
|
|
@@ -17886,8 +17886,8 @@
|
|
|
17886
17886
|
"value": "transparent",
|
|
17887
17887
|
"scope": "default",
|
|
17888
17888
|
"line": {
|
|
17889
|
-
"start":
|
|
17890
|
-
"end":
|
|
17889
|
+
"start": 12,
|
|
17890
|
+
"end": 12
|
|
17891
17891
|
}
|
|
17892
17892
|
},
|
|
17893
17893
|
"group": [
|
|
@@ -17902,8 +17902,8 @@
|
|
|
17902
17902
|
{
|
|
17903
17903
|
"description": "Text color of the color preview.\n",
|
|
17904
17904
|
"commentRange": {
|
|
17905
|
-
"start":
|
|
17906
|
-
"end":
|
|
17905
|
+
"start": 13,
|
|
17906
|
+
"end": 14
|
|
17907
17907
|
},
|
|
17908
17908
|
"context": {
|
|
17909
17909
|
"type": "variable",
|
|
@@ -17911,8 +17911,8 @@
|
|
|
17911
17911
|
"value": "inherit",
|
|
17912
17912
|
"scope": "default",
|
|
17913
17913
|
"line": {
|
|
17914
|
-
"start":
|
|
17915
|
-
"end":
|
|
17914
|
+
"start": 15,
|
|
17915
|
+
"end": 15
|
|
17916
17916
|
}
|
|
17917
17917
|
},
|
|
17918
17918
|
"group": [
|
|
@@ -17927,8 +17927,8 @@
|
|
|
17927
17927
|
{
|
|
17928
17928
|
"description": "Border color of the color preview.\n",
|
|
17929
17929
|
"commentRange": {
|
|
17930
|
-
"start":
|
|
17931
|
-
"end":
|
|
17930
|
+
"start": 16,
|
|
17931
|
+
"end": 17
|
|
17932
17932
|
},
|
|
17933
17933
|
"context": {
|
|
17934
17934
|
"type": "variable",
|
|
@@ -17936,8 +17936,8 @@
|
|
|
17936
17936
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
17937
17937
|
"scope": "default",
|
|
17938
17938
|
"line": {
|
|
17939
|
-
"start":
|
|
17940
|
-
"end":
|
|
17939
|
+
"start": 18,
|
|
17940
|
+
"end": 18
|
|
17941
17941
|
}
|
|
17942
17942
|
},
|
|
17943
17943
|
"group": [
|
|
@@ -17952,8 +17952,8 @@
|
|
|
17952
17952
|
{
|
|
17953
17953
|
"description": "Hover Border color of the color preview.\n",
|
|
17954
17954
|
"commentRange": {
|
|
17955
|
-
"start":
|
|
17956
|
-
"end":
|
|
17955
|
+
"start": 19,
|
|
17956
|
+
"end": 20
|
|
17957
17957
|
},
|
|
17958
17958
|
"context": {
|
|
17959
17959
|
"type": "variable",
|
|
@@ -17961,8 +17961,8 @@
|
|
|
17961
17961
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
17962
17962
|
"scope": "default",
|
|
17963
17963
|
"line": {
|
|
17964
|
-
"start":
|
|
17965
|
-
"end":
|
|
17964
|
+
"start": 21,
|
|
17965
|
+
"end": 21
|
|
17966
17966
|
}
|
|
17967
17967
|
},
|
|
17968
17968
|
"group": [
|
|
@@ -17977,8 +17977,8 @@
|
|
|
17977
17977
|
{
|
|
17978
17978
|
"description": "Background color of the color preview when no color is selected.\n",
|
|
17979
17979
|
"commentRange": {
|
|
17980
|
-
"start":
|
|
17981
|
-
"end":
|
|
17980
|
+
"start": 23,
|
|
17981
|
+
"end": 24
|
|
17982
17982
|
},
|
|
17983
17983
|
"context": {
|
|
17984
17984
|
"type": "variable",
|
|
@@ -17986,8 +17986,8 @@
|
|
|
17986
17986
|
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
17987
17987
|
"scope": "default",
|
|
17988
17988
|
"line": {
|
|
17989
|
-
"start":
|
|
17990
|
-
"end":
|
|
17989
|
+
"start": 25,
|
|
17990
|
+
"end": 25
|
|
17991
17991
|
}
|
|
17992
17992
|
},
|
|
17993
17993
|
"group": [
|
|
@@ -18002,8 +18002,8 @@
|
|
|
18002
18002
|
{
|
|
18003
18003
|
"description": "Text color of the color preview when no color is selected.\n",
|
|
18004
18004
|
"commentRange": {
|
|
18005
|
-
"start":
|
|
18006
|
-
"end":
|
|
18005
|
+
"start": 26,
|
|
18006
|
+
"end": 27
|
|
18007
18007
|
},
|
|
18008
18008
|
"context": {
|
|
18009
18009
|
"type": "variable",
|
|
@@ -18011,8 +18011,8 @@
|
|
|
18011
18011
|
"value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color( error, 190 ))",
|
|
18012
18012
|
"scope": "default",
|
|
18013
18013
|
"line": {
|
|
18014
|
-
"start":
|
|
18015
|
-
"end":
|
|
18014
|
+
"start": 28,
|
|
18015
|
+
"end": 28
|
|
18016
18016
|
}
|
|
18017
18017
|
},
|
|
18018
18018
|
"group": [
|
|
@@ -18027,8 +18027,8 @@
|
|
|
18027
18027
|
{
|
|
18028
18028
|
"description": "Border color of the color preview when no color is selected.\n",
|
|
18029
18029
|
"commentRange": {
|
|
18030
|
-
"start":
|
|
18031
|
-
"end":
|
|
18030
|
+
"start": 29,
|
|
18031
|
+
"end": 30
|
|
18032
18032
|
},
|
|
18033
18033
|
"context": {
|
|
18034
18034
|
"type": "variable",
|
|
@@ -18036,8 +18036,8 @@
|
|
|
18036
18036
|
"value": "currentColor",
|
|
18037
18037
|
"scope": "default",
|
|
18038
18038
|
"line": {
|
|
18039
|
-
"start":
|
|
18040
|
-
"end":
|
|
18039
|
+
"start": 31,
|
|
18040
|
+
"end": 31
|
|
18041
18041
|
}
|
|
18042
18042
|
},
|
|
18043
18043
|
"group": [
|
|
@@ -18052,8 +18052,8 @@
|
|
|
18052
18052
|
{
|
|
18053
18053
|
"description": "The global default Colors map.\n",
|
|
18054
18054
|
"commentRange": {
|
|
18055
|
-
"start":
|
|
18056
|
-
"end":
|
|
18055
|
+
"start": 177,
|
|
18056
|
+
"end": 426
|
|
18057
18057
|
},
|
|
18058
18058
|
"context": {
|
|
18059
18059
|
"type": "variable",
|
|
@@ -18061,8 +18061,8 @@
|
|
|
18061
18061
|
"value": "$_default-colors",
|
|
18062
18062
|
"scope": "default",
|
|
18063
18063
|
"line": {
|
|
18064
|
-
"start":
|
|
18065
|
-
"end":
|
|
18064
|
+
"start": 427,
|
|
18065
|
+
"end": 427
|
|
18066
18066
|
}
|
|
18067
18067
|
},
|
|
18068
18068
|
"group": [
|
|
@@ -19068,206 +19068,6 @@
|
|
|
19068
19068
|
"name": "_swatch.scss"
|
|
19069
19069
|
}
|
|
19070
19070
|
},
|
|
19071
|
-
{
|
|
19072
|
-
"description": "Horizontal padding.\n",
|
|
19073
|
-
"commentRange": {
|
|
19074
|
-
"start": 4,
|
|
19075
|
-
"end": 5
|
|
19076
|
-
},
|
|
19077
|
-
"context": {
|
|
19078
|
-
"type": "variable",
|
|
19079
|
-
"name": "kendo-padding-x",
|
|
19080
|
-
"value": "k-spacing(2)",
|
|
19081
|
-
"scope": "default",
|
|
19082
|
-
"line": {
|
|
19083
|
-
"start": 6,
|
|
19084
|
-
"end": 6
|
|
19085
|
-
}
|
|
19086
|
-
},
|
|
19087
|
-
"group": [
|
|
19088
|
-
"common"
|
|
19089
|
-
],
|
|
19090
|
-
"access": "public",
|
|
19091
|
-
"file": {
|
|
19092
|
-
"path": "core/spacing/_index.scss",
|
|
19093
|
-
"name": "_index.scss"
|
|
19094
|
-
}
|
|
19095
|
-
},
|
|
19096
|
-
{
|
|
19097
|
-
"description": "Vertical padding.\n",
|
|
19098
|
-
"commentRange": {
|
|
19099
|
-
"start": 7,
|
|
19100
|
-
"end": 8
|
|
19101
|
-
},
|
|
19102
|
-
"context": {
|
|
19103
|
-
"type": "variable",
|
|
19104
|
-
"name": "kendo-padding-y",
|
|
19105
|
-
"value": "k-spacing(1)",
|
|
19106
|
-
"scope": "default",
|
|
19107
|
-
"line": {
|
|
19108
|
-
"start": 9,
|
|
19109
|
-
"end": 9
|
|
19110
|
-
}
|
|
19111
|
-
},
|
|
19112
|
-
"group": [
|
|
19113
|
-
"common"
|
|
19114
|
-
],
|
|
19115
|
-
"access": "public",
|
|
19116
|
-
"file": {
|
|
19117
|
-
"path": "core/spacing/_index.scss",
|
|
19118
|
-
"name": "_index.scss"
|
|
19119
|
-
}
|
|
19120
|
-
},
|
|
19121
|
-
{
|
|
19122
|
-
"description": "Small horizontal padding.\n",
|
|
19123
|
-
"commentRange": {
|
|
19124
|
-
"start": 10,
|
|
19125
|
-
"end": 11
|
|
19126
|
-
},
|
|
19127
|
-
"context": {
|
|
19128
|
-
"type": "variable",
|
|
19129
|
-
"name": "kendo-padding-sm-x",
|
|
19130
|
-
"value": "k-spacing(1)",
|
|
19131
|
-
"scope": "default",
|
|
19132
|
-
"line": {
|
|
19133
|
-
"start": 12,
|
|
19134
|
-
"end": 12
|
|
19135
|
-
}
|
|
19136
|
-
},
|
|
19137
|
-
"group": [
|
|
19138
|
-
"common"
|
|
19139
|
-
],
|
|
19140
|
-
"access": "public",
|
|
19141
|
-
"file": {
|
|
19142
|
-
"path": "core/spacing/_index.scss",
|
|
19143
|
-
"name": "_index.scss"
|
|
19144
|
-
}
|
|
19145
|
-
},
|
|
19146
|
-
{
|
|
19147
|
-
"description": "Small vertical padding.\n",
|
|
19148
|
-
"commentRange": {
|
|
19149
|
-
"start": 13,
|
|
19150
|
-
"end": 14
|
|
19151
|
-
},
|
|
19152
|
-
"context": {
|
|
19153
|
-
"type": "variable",
|
|
19154
|
-
"name": "kendo-padding-sm-y",
|
|
19155
|
-
"value": "k-spacing(0.5)",
|
|
19156
|
-
"scope": "default",
|
|
19157
|
-
"line": {
|
|
19158
|
-
"start": 15,
|
|
19159
|
-
"end": 15
|
|
19160
|
-
}
|
|
19161
|
-
},
|
|
19162
|
-
"group": [
|
|
19163
|
-
"common"
|
|
19164
|
-
],
|
|
19165
|
-
"access": "public",
|
|
19166
|
-
"file": {
|
|
19167
|
-
"path": "core/spacing/_index.scss",
|
|
19168
|
-
"name": "_index.scss"
|
|
19169
|
-
}
|
|
19170
|
-
},
|
|
19171
|
-
{
|
|
19172
|
-
"description": "Medium horizontal padding.\n",
|
|
19173
|
-
"commentRange": {
|
|
19174
|
-
"start": 16,
|
|
19175
|
-
"end": 17
|
|
19176
|
-
},
|
|
19177
|
-
"context": {
|
|
19178
|
-
"type": "variable",
|
|
19179
|
-
"name": "kendo-padding-md-x",
|
|
19180
|
-
"value": "k-spacing(2)",
|
|
19181
|
-
"scope": "default",
|
|
19182
|
-
"line": {
|
|
19183
|
-
"start": 18,
|
|
19184
|
-
"end": 18
|
|
19185
|
-
}
|
|
19186
|
-
},
|
|
19187
|
-
"group": [
|
|
19188
|
-
"common"
|
|
19189
|
-
],
|
|
19190
|
-
"access": "public",
|
|
19191
|
-
"file": {
|
|
19192
|
-
"path": "core/spacing/_index.scss",
|
|
19193
|
-
"name": "_index.scss"
|
|
19194
|
-
}
|
|
19195
|
-
},
|
|
19196
|
-
{
|
|
19197
|
-
"description": "Medium vertical padding.\n",
|
|
19198
|
-
"commentRange": {
|
|
19199
|
-
"start": 19,
|
|
19200
|
-
"end": 20
|
|
19201
|
-
},
|
|
19202
|
-
"context": {
|
|
19203
|
-
"type": "variable",
|
|
19204
|
-
"name": "kendo-padding-md-y",
|
|
19205
|
-
"value": "k-spacing(1)",
|
|
19206
|
-
"scope": "default",
|
|
19207
|
-
"line": {
|
|
19208
|
-
"start": 21,
|
|
19209
|
-
"end": 21
|
|
19210
|
-
}
|
|
19211
|
-
},
|
|
19212
|
-
"group": [
|
|
19213
|
-
"common"
|
|
19214
|
-
],
|
|
19215
|
-
"access": "public",
|
|
19216
|
-
"file": {
|
|
19217
|
-
"path": "core/spacing/_index.scss",
|
|
19218
|
-
"name": "_index.scss"
|
|
19219
|
-
}
|
|
19220
|
-
},
|
|
19221
|
-
{
|
|
19222
|
-
"description": "Large horizontal padding.\n",
|
|
19223
|
-
"commentRange": {
|
|
19224
|
-
"start": 22,
|
|
19225
|
-
"end": 23
|
|
19226
|
-
},
|
|
19227
|
-
"context": {
|
|
19228
|
-
"type": "variable",
|
|
19229
|
-
"name": "kendo-padding-lg-x",
|
|
19230
|
-
"value": "k-spacing(3)",
|
|
19231
|
-
"scope": "default",
|
|
19232
|
-
"line": {
|
|
19233
|
-
"start": 24,
|
|
19234
|
-
"end": 24
|
|
19235
|
-
}
|
|
19236
|
-
},
|
|
19237
|
-
"group": [
|
|
19238
|
-
"common"
|
|
19239
|
-
],
|
|
19240
|
-
"access": "public",
|
|
19241
|
-
"file": {
|
|
19242
|
-
"path": "core/spacing/_index.scss",
|
|
19243
|
-
"name": "_index.scss"
|
|
19244
|
-
}
|
|
19245
|
-
},
|
|
19246
|
-
{
|
|
19247
|
-
"description": "Large vertical padding.\n",
|
|
19248
|
-
"commentRange": {
|
|
19249
|
-
"start": 25,
|
|
19250
|
-
"end": 26
|
|
19251
|
-
},
|
|
19252
|
-
"context": {
|
|
19253
|
-
"type": "variable",
|
|
19254
|
-
"name": "kendo-padding-lg-y",
|
|
19255
|
-
"value": "k-spacing(1.5)",
|
|
19256
|
-
"scope": "default",
|
|
19257
|
-
"line": {
|
|
19258
|
-
"start": 27,
|
|
19259
|
-
"end": 27
|
|
19260
|
-
}
|
|
19261
|
-
},
|
|
19262
|
-
"group": [
|
|
19263
|
-
"common"
|
|
19264
|
-
],
|
|
19265
|
-
"access": "public",
|
|
19266
|
-
"file": {
|
|
19267
|
-
"path": "core/spacing/_index.scss",
|
|
19268
|
-
"name": "_index.scss"
|
|
19269
|
-
}
|
|
19270
|
-
},
|
|
19271
19071
|
{
|
|
19272
19072
|
"description": "The width of the border around the Dialog.\n",
|
|
19273
19073
|
"commentRange": {
|
|
@@ -20627,7 +20427,7 @@
|
|
|
20627
20427
|
"context": {
|
|
20628
20428
|
"type": "variable",
|
|
20629
20429
|
"name": "kendo-drag-clue-padding-x",
|
|
20630
|
-
"value": "
|
|
20430
|
+
"value": "k-spacing(3)",
|
|
20631
20431
|
"scope": "default",
|
|
20632
20432
|
"line": {
|
|
20633
20433
|
"start": 16,
|
|
@@ -20652,7 +20452,7 @@
|
|
|
20652
20452
|
"context": {
|
|
20653
20453
|
"type": "variable",
|
|
20654
20454
|
"name": "kendo-drag-clue-padding-y",
|
|
20655
|
-
"value": "
|
|
20455
|
+
"value": "k-spacing(1.5)",
|
|
20656
20456
|
"scope": "default",
|
|
20657
20457
|
"line": {
|
|
20658
20458
|
"start": 19,
|
|
@@ -21477,7 +21277,7 @@
|
|
|
21477
21277
|
"context": {
|
|
21478
21278
|
"type": "variable",
|
|
21479
21279
|
"name": "kendo-drawer-item-padding-y",
|
|
21480
|
-
"value": "
|
|
21280
|
+
"value": "k-spacing(2)",
|
|
21481
21281
|
"scope": "default",
|
|
21482
21282
|
"line": {
|
|
21483
21283
|
"start": 55,
|
|
@@ -25527,7 +25327,7 @@
|
|
|
25527
25327
|
"context": {
|
|
25528
25328
|
"type": "variable",
|
|
25529
25329
|
"name": "kendo-filter-padding-x",
|
|
25530
|
-
"value": "
|
|
25330
|
+
"value": "k-spacing(2)",
|
|
25531
25331
|
"scope": "default",
|
|
25532
25332
|
"line": {
|
|
25533
25333
|
"start": 6,
|
|
@@ -25552,7 +25352,7 @@
|
|
|
25552
25352
|
"context": {
|
|
25553
25353
|
"type": "variable",
|
|
25554
25354
|
"name": "kendo-filter-padding-y",
|
|
25555
|
-
"value": "
|
|
25355
|
+
"value": "k-spacing(1)",
|
|
25556
25356
|
"scope": "default",
|
|
25557
25357
|
"line": {
|
|
25558
25358
|
"start": 9,
|
|
@@ -27502,7 +27302,7 @@
|
|
|
27502
27302
|
"context": {
|
|
27503
27303
|
"type": "variable",
|
|
27504
27304
|
"name": "kendo-form-spacer",
|
|
27505
|
-
"value": "calc( #{
|
|
27305
|
+
"value": "calc( #{k-spacing(2)} * 2 )",
|
|
27506
27306
|
"scope": "default",
|
|
27507
27307
|
"line": {
|
|
27508
27308
|
"start": 7,
|
|
@@ -29652,7 +29452,7 @@
|
|
|
29652
29452
|
"context": {
|
|
29653
29453
|
"type": "variable",
|
|
29654
29454
|
"name": "kendo-gantt-task-actions-padding-y",
|
|
29655
|
-
"value": "
|
|
29455
|
+
"value": "k-spacing(1)",
|
|
29656
29456
|
"scope": "default",
|
|
29657
29457
|
"line": {
|
|
29658
29458
|
"start": 132,
|
|
@@ -29677,7 +29477,7 @@
|
|
|
29677
29477
|
"context": {
|
|
29678
29478
|
"type": "variable",
|
|
29679
29479
|
"name": "kendo-gantt-task-actions-padding-x",
|
|
29680
|
-
"value": "
|
|
29480
|
+
"value": "k-spacing(2)",
|
|
29681
29481
|
"scope": "default",
|
|
29682
29482
|
"line": {
|
|
29683
29483
|
"start": 135,
|
|
@@ -34364,7 +34164,7 @@
|
|
|
34364
34164
|
],
|
|
34365
34165
|
"access": "public",
|
|
34366
34166
|
"file": {
|
|
34367
|
-
"path": "
|
|
34167
|
+
"path": "icons/_variables.scss",
|
|
34368
34168
|
"name": "_variables.scss"
|
|
34369
34169
|
}
|
|
34370
34170
|
},
|
|
@@ -34389,7 +34189,7 @@
|
|
|
34389
34189
|
],
|
|
34390
34190
|
"access": "public",
|
|
34391
34191
|
"file": {
|
|
34392
|
-
"path": "
|
|
34192
|
+
"path": "icons/_variables.scss",
|
|
34393
34193
|
"name": "_variables.scss"
|
|
34394
34194
|
}
|
|
34395
34195
|
},
|
|
@@ -34414,7 +34214,7 @@
|
|
|
34414
34214
|
],
|
|
34415
34215
|
"access": "public",
|
|
34416
34216
|
"file": {
|
|
34417
|
-
"path": "
|
|
34217
|
+
"path": "icons/_variables.scss",
|
|
34418
34218
|
"name": "_variables.scss"
|
|
34419
34219
|
}
|
|
34420
34220
|
},
|
|
@@ -42652,7 +42452,7 @@
|
|
|
42652
42452
|
"context": {
|
|
42653
42453
|
"type": "variable",
|
|
42654
42454
|
"name": "kendo-map-attribution-padding-x",
|
|
42655
|
-
"value": "
|
|
42455
|
+
"value": "k-spacing(1)",
|
|
42656
42456
|
"scope": "default",
|
|
42657
42457
|
"line": {
|
|
42658
42458
|
"start": 73,
|
|
@@ -42677,7 +42477,7 @@
|
|
|
42677
42477
|
"context": {
|
|
42678
42478
|
"type": "variable",
|
|
42679
42479
|
"name": "kendo-map-attribution-padding-y",
|
|
42680
|
-
"value": "
|
|
42480
|
+
"value": "k-spacing(0.5)",
|
|
42681
42481
|
"scope": "default",
|
|
42682
42482
|
"line": {
|
|
42683
42483
|
"start": 76,
|
|
@@ -47346,8 +47146,8 @@
|
|
|
47346
47146
|
{
|
|
47347
47147
|
"description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
|
|
47348
47148
|
"commentRange": {
|
|
47349
|
-
"start":
|
|
47350
|
-
"end":
|
|
47149
|
+
"start": 241,
|
|
47150
|
+
"end": 242
|
|
47351
47151
|
},
|
|
47352
47152
|
"context": {
|
|
47353
47153
|
"type": "variable",
|
|
@@ -47355,8 +47155,8 @@
|
|
|
47355
47155
|
"value": "$_default-palette-gray",
|
|
47356
47156
|
"scope": "default",
|
|
47357
47157
|
"line": {
|
|
47358
|
-
"start":
|
|
47359
|
-
"end":
|
|
47158
|
+
"start": 243,
|
|
47159
|
+
"end": 243
|
|
47360
47160
|
}
|
|
47361
47161
|
},
|
|
47362
47162
|
"group": [
|
|
@@ -47371,8 +47171,8 @@
|
|
|
47371
47171
|
{
|
|
47372
47172
|
"description": "The Ocean Blue Palette provides colors to the Primary variable group.\n",
|
|
47373
47173
|
"commentRange": {
|
|
47374
|
-
"start":
|
|
47375
|
-
"end":
|
|
47174
|
+
"start": 246,
|
|
47175
|
+
"end": 247
|
|
47376
47176
|
},
|
|
47377
47177
|
"context": {
|
|
47378
47178
|
"type": "variable",
|
|
@@ -47380,8 +47180,8 @@
|
|
|
47380
47180
|
"value": "$_default-palette-ocean-blue",
|
|
47381
47181
|
"scope": "default",
|
|
47382
47182
|
"line": {
|
|
47383
|
-
"start":
|
|
47384
|
-
"end":
|
|
47183
|
+
"start": 248,
|
|
47184
|
+
"end": 248
|
|
47385
47185
|
}
|
|
47386
47186
|
},
|
|
47387
47187
|
"group": [
|
|
@@ -47396,8 +47196,8 @@
|
|
|
47396
47196
|
{
|
|
47397
47197
|
"description": "The Crimson Red Palette provides colors to the Error variable group.\n",
|
|
47398
47198
|
"commentRange": {
|
|
47399
|
-
"start":
|
|
47400
|
-
"end":
|
|
47199
|
+
"start": 251,
|
|
47200
|
+
"end": 252
|
|
47401
47201
|
},
|
|
47402
47202
|
"context": {
|
|
47403
47203
|
"type": "variable",
|
|
@@ -47405,8 +47205,8 @@
|
|
|
47405
47205
|
"value": "$_default-palette-crimson-red",
|
|
47406
47206
|
"scope": "default",
|
|
47407
47207
|
"line": {
|
|
47408
|
-
"start":
|
|
47409
|
-
"end":
|
|
47208
|
+
"start": 253,
|
|
47209
|
+
"end": 253
|
|
47410
47210
|
}
|
|
47411
47211
|
},
|
|
47412
47212
|
"group": [
|
|
@@ -47421,8 +47221,8 @@
|
|
|
47421
47221
|
{
|
|
47422
47222
|
"description": "The Dandelion Yellow Palette provides colors to the Warning variable group.\n",
|
|
47423
47223
|
"commentRange": {
|
|
47424
|
-
"start":
|
|
47425
|
-
"end":
|
|
47224
|
+
"start": 256,
|
|
47225
|
+
"end": 257
|
|
47426
47226
|
},
|
|
47427
47227
|
"context": {
|
|
47428
47228
|
"type": "variable",
|
|
@@ -47430,8 +47230,8 @@
|
|
|
47430
47230
|
"value": "$_default-palette-dandelion-yellow",
|
|
47431
47231
|
"scope": "default",
|
|
47432
47232
|
"line": {
|
|
47433
|
-
"start":
|
|
47434
|
-
"end":
|
|
47233
|
+
"start": 258,
|
|
47234
|
+
"end": 258
|
|
47435
47235
|
}
|
|
47436
47236
|
},
|
|
47437
47237
|
"group": [
|
|
@@ -47446,8 +47246,8 @@
|
|
|
47446
47246
|
{
|
|
47447
47247
|
"description": "The Forest Green Palette provides colors to the Success variable group.\n",
|
|
47448
47248
|
"commentRange": {
|
|
47449
|
-
"start":
|
|
47450
|
-
"end":
|
|
47249
|
+
"start": 261,
|
|
47250
|
+
"end": 262
|
|
47451
47251
|
},
|
|
47452
47252
|
"context": {
|
|
47453
47253
|
"type": "variable",
|
|
@@ -47455,8 +47255,8 @@
|
|
|
47455
47255
|
"value": "$_default-palette-forest-green",
|
|
47456
47256
|
"scope": "default",
|
|
47457
47257
|
"line": {
|
|
47458
|
-
"start":
|
|
47459
|
-
"end":
|
|
47258
|
+
"start": 263,
|
|
47259
|
+
"end": 263
|
|
47460
47260
|
}
|
|
47461
47261
|
},
|
|
47462
47262
|
"group": [
|
|
@@ -47471,8 +47271,8 @@
|
|
|
47471
47271
|
{
|
|
47472
47272
|
"description": "The Cobalt Blue Palette provides colors to the Info variable group.\n",
|
|
47473
47273
|
"commentRange": {
|
|
47474
|
-
"start":
|
|
47475
|
-
"end":
|
|
47274
|
+
"start": 266,
|
|
47275
|
+
"end": 267
|
|
47476
47276
|
},
|
|
47477
47277
|
"context": {
|
|
47478
47278
|
"type": "variable",
|
|
@@ -47480,8 +47280,8 @@
|
|
|
47480
47280
|
"value": "$_default-palette-cobalt-blue",
|
|
47481
47281
|
"scope": "default",
|
|
47482
47282
|
"line": {
|
|
47483
|
-
"start":
|
|
47484
|
-
"end":
|
|
47283
|
+
"start": 268,
|
|
47284
|
+
"end": 268
|
|
47485
47285
|
}
|
|
47486
47286
|
},
|
|
47487
47287
|
"group": [
|
|
@@ -47496,8 +47296,8 @@
|
|
|
47496
47296
|
{
|
|
47497
47297
|
"description": "The Azure Blue Palette provides colors to the Tertiary variable group.\n",
|
|
47498
47298
|
"commentRange": {
|
|
47499
|
-
"start":
|
|
47500
|
-
"end":
|
|
47299
|
+
"start": 271,
|
|
47300
|
+
"end": 272
|
|
47501
47301
|
},
|
|
47502
47302
|
"context": {
|
|
47503
47303
|
"type": "variable",
|
|
@@ -47505,8 +47305,8 @@
|
|
|
47505
47305
|
"value": "$_default-palette-azure-blue",
|
|
47506
47306
|
"scope": "default",
|
|
47507
47307
|
"line": {
|
|
47508
|
-
"start":
|
|
47509
|
-
"end":
|
|
47308
|
+
"start": 273,
|
|
47309
|
+
"end": 273
|
|
47510
47310
|
}
|
|
47511
47311
|
},
|
|
47512
47312
|
"group": [
|
|
@@ -47521,8 +47321,8 @@
|
|
|
47521
47321
|
{
|
|
47522
47322
|
"description": "The Sapphire Blue Palette provides colors to the Series A variable group.\n",
|
|
47523
47323
|
"commentRange": {
|
|
47524
|
-
"start":
|
|
47525
|
-
"end":
|
|
47324
|
+
"start": 276,
|
|
47325
|
+
"end": 277
|
|
47526
47326
|
},
|
|
47527
47327
|
"context": {
|
|
47528
47328
|
"type": "variable",
|
|
@@ -47530,8 +47330,8 @@
|
|
|
47530
47330
|
"value": "$_default-palette-sapphire-blue",
|
|
47531
47331
|
"scope": "default",
|
|
47532
47332
|
"line": {
|
|
47533
|
-
"start":
|
|
47534
|
-
"end":
|
|
47333
|
+
"start": 278,
|
|
47334
|
+
"end": 278
|
|
47535
47335
|
}
|
|
47536
47336
|
},
|
|
47537
47337
|
"group": [
|
|
@@ -47546,8 +47346,8 @@
|
|
|
47546
47346
|
{
|
|
47547
47347
|
"description": "The Cardinal Red Palette provides colors to the Series B variable group.\n",
|
|
47548
47348
|
"commentRange": {
|
|
47549
|
-
"start":
|
|
47550
|
-
"end":
|
|
47349
|
+
"start": 281,
|
|
47350
|
+
"end": 282
|
|
47551
47351
|
},
|
|
47552
47352
|
"context": {
|
|
47553
47353
|
"type": "variable",
|
|
@@ -47555,8 +47355,8 @@
|
|
|
47555
47355
|
"value": "$_default-palette-cardinal-red",
|
|
47556
47356
|
"scope": "default",
|
|
47557
47357
|
"line": {
|
|
47558
|
-
"start":
|
|
47559
|
-
"end":
|
|
47358
|
+
"start": 283,
|
|
47359
|
+
"end": 283
|
|
47560
47360
|
}
|
|
47561
47361
|
},
|
|
47562
47362
|
"group": [
|
|
@@ -47571,8 +47371,8 @@
|
|
|
47571
47371
|
{
|
|
47572
47372
|
"description": "The Cyber Yellow Palette provides colors to the Series C variable group.\n",
|
|
47573
47373
|
"commentRange": {
|
|
47574
|
-
"start":
|
|
47575
|
-
"end":
|
|
47374
|
+
"start": 286,
|
|
47375
|
+
"end": 287
|
|
47576
47376
|
},
|
|
47577
47377
|
"context": {
|
|
47578
47378
|
"type": "variable",
|
|
@@ -47580,8 +47380,8 @@
|
|
|
47580
47380
|
"value": "$_default-palette-cyber-yellow",
|
|
47581
47381
|
"scope": "default",
|
|
47582
47382
|
"line": {
|
|
47583
|
-
"start":
|
|
47584
|
-
"end":
|
|
47383
|
+
"start": 288,
|
|
47384
|
+
"end": 288
|
|
47585
47385
|
}
|
|
47586
47386
|
},
|
|
47587
47387
|
"group": [
|
|
@@ -47596,8 +47396,8 @@
|
|
|
47596
47396
|
{
|
|
47597
47397
|
"description": "The Denim Blue Palette provides colors to the Series D variable group.\n",
|
|
47598
47398
|
"commentRange": {
|
|
47599
|
-
"start":
|
|
47600
|
-
"end":
|
|
47399
|
+
"start": 291,
|
|
47400
|
+
"end": 292
|
|
47601
47401
|
},
|
|
47602
47402
|
"context": {
|
|
47603
47403
|
"type": "variable",
|
|
@@ -47605,8 +47405,8 @@
|
|
|
47605
47405
|
"value": "$_default-palette-denim-blue",
|
|
47606
47406
|
"scope": "default",
|
|
47607
47407
|
"line": {
|
|
47608
|
-
"start":
|
|
47609
|
-
"end":
|
|
47408
|
+
"start": 293,
|
|
47409
|
+
"end": 293
|
|
47610
47410
|
}
|
|
47611
47411
|
},
|
|
47612
47412
|
"group": [
|
|
@@ -47621,8 +47421,8 @@
|
|
|
47621
47421
|
{
|
|
47622
47422
|
"description": "The Iris Purple Palette provides colors to the Series E variable group.\n",
|
|
47623
47423
|
"commentRange": {
|
|
47624
|
-
"start":
|
|
47625
|
-
"end":
|
|
47424
|
+
"start": 296,
|
|
47425
|
+
"end": 297
|
|
47626
47426
|
},
|
|
47627
47427
|
"context": {
|
|
47628
47428
|
"type": "variable",
|
|
@@ -47630,8 +47430,8 @@
|
|
|
47630
47430
|
"value": "$_default-palette-iris-purple",
|
|
47631
47431
|
"scope": "default",
|
|
47632
47432
|
"line": {
|
|
47633
|
-
"start":
|
|
47634
|
-
"end":
|
|
47433
|
+
"start": 298,
|
|
47434
|
+
"end": 298
|
|
47635
47435
|
}
|
|
47636
47436
|
},
|
|
47637
47437
|
"group": [
|
|
@@ -47646,8 +47446,8 @@
|
|
|
47646
47446
|
{
|
|
47647
47447
|
"description": "The Lime Green Palette provides colors to the Series F variable group.\n",
|
|
47648
47448
|
"commentRange": {
|
|
47649
|
-
"start":
|
|
47650
|
-
"end":
|
|
47449
|
+
"start": 301,
|
|
47450
|
+
"end": 302
|
|
47651
47451
|
},
|
|
47652
47452
|
"context": {
|
|
47653
47453
|
"type": "variable",
|
|
@@ -47655,8 +47455,8 @@
|
|
|
47655
47455
|
"value": "$_default-palette-lime-green",
|
|
47656
47456
|
"scope": "default",
|
|
47657
47457
|
"line": {
|
|
47658
|
-
"start":
|
|
47659
|
-
"end":
|
|
47458
|
+
"start": 303,
|
|
47459
|
+
"end": 303
|
|
47660
47460
|
}
|
|
47661
47461
|
},
|
|
47662
47462
|
"group": [
|
|
@@ -47678,7 +47478,7 @@
|
|
|
47678
47478
|
"type": "variable",
|
|
47679
47479
|
"name": "kendo-panel-border-radius",
|
|
47680
47480
|
"value": "k-border-radius(md)",
|
|
47681
|
-
"scope": "
|
|
47481
|
+
"scope": "default",
|
|
47682
47482
|
"line": {
|
|
47683
47483
|
"start": 6,
|
|
47684
47484
|
"end": 6
|
|
@@ -47703,7 +47503,7 @@
|
|
|
47703
47503
|
"type": "variable",
|
|
47704
47504
|
"name": "kendo-panel-border-width",
|
|
47705
47505
|
"value": "1px",
|
|
47706
|
-
"scope": "
|
|
47506
|
+
"scope": "default",
|
|
47707
47507
|
"line": {
|
|
47708
47508
|
"start": 9,
|
|
47709
47509
|
"end": 9
|
|
@@ -47728,7 +47528,7 @@
|
|
|
47728
47528
|
"type": "variable",
|
|
47729
47529
|
"name": "kendo-panel-border-style",
|
|
47730
47530
|
"value": "solid",
|
|
47731
|
-
"scope": "
|
|
47531
|
+
"scope": "default",
|
|
47732
47532
|
"line": {
|
|
47733
47533
|
"start": 12,
|
|
47734
47534
|
"end": 12
|
|
@@ -47753,7 +47553,7 @@
|
|
|
47753
47553
|
"type": "variable",
|
|
47754
47554
|
"name": "kendo-panel-header-padding-inline",
|
|
47755
47555
|
"value": "k-spacing(2)",
|
|
47756
|
-
"scope": "
|
|
47556
|
+
"scope": "default",
|
|
47757
47557
|
"line": {
|
|
47758
47558
|
"start": 16,
|
|
47759
47559
|
"end": 16
|
|
@@ -47778,7 +47578,7 @@
|
|
|
47778
47578
|
"type": "variable",
|
|
47779
47579
|
"name": "kendo-panel-header-padding-block",
|
|
47780
47580
|
"value": "k-spacing(1)",
|
|
47781
|
-
"scope": "
|
|
47581
|
+
"scope": "default",
|
|
47782
47582
|
"line": {
|
|
47783
47583
|
"start": 19,
|
|
47784
47584
|
"end": 19
|
|
@@ -47803,7 +47603,7 @@
|
|
|
47803
47603
|
"type": "variable",
|
|
47804
47604
|
"name": "kendo-panel-content-padding-inline",
|
|
47805
47605
|
"value": "k-spacing(2)",
|
|
47806
|
-
"scope": "
|
|
47606
|
+
"scope": "default",
|
|
47807
47607
|
"line": {
|
|
47808
47608
|
"start": 23,
|
|
47809
47609
|
"end": 23
|
|
@@ -47828,7 +47628,7 @@
|
|
|
47828
47628
|
"type": "variable",
|
|
47829
47629
|
"name": "kendo-panel-content-padding-block",
|
|
47830
47630
|
"value": "k-spacing(1)",
|
|
47831
|
-
"scope": "
|
|
47631
|
+
"scope": "default",
|
|
47832
47632
|
"line": {
|
|
47833
47633
|
"start": 26,
|
|
47834
47634
|
"end": 26
|
|
@@ -47853,7 +47653,7 @@
|
|
|
47853
47653
|
"type": "variable",
|
|
47854
47654
|
"name": "kendo-panel-text",
|
|
47855
47655
|
"value": "var(--kendo-component-text, #{$kendo-component-text})",
|
|
47856
|
-
"scope": "
|
|
47656
|
+
"scope": "default",
|
|
47857
47657
|
"line": {
|
|
47858
47658
|
"start": 30,
|
|
47859
47659
|
"end": 30
|
|
@@ -47878,7 +47678,7 @@
|
|
|
47878
47678
|
"type": "variable",
|
|
47879
47679
|
"name": "kendo-panel-bg",
|
|
47880
47680
|
"value": "var(--kendo-component-bg, #{$kendo-component-bg})",
|
|
47881
|
-
"scope": "
|
|
47681
|
+
"scope": "default",
|
|
47882
47682
|
"line": {
|
|
47883
47683
|
"start": 33,
|
|
47884
47684
|
"end": 33
|
|
@@ -47903,7 +47703,7 @@
|
|
|
47903
47703
|
"type": "variable",
|
|
47904
47704
|
"name": "kendo-panel-border",
|
|
47905
47705
|
"value": "var(--kendo-component-border, #{$kendo-component-border})",
|
|
47906
|
-
"scope": "
|
|
47706
|
+
"scope": "default",
|
|
47907
47707
|
"line": {
|
|
47908
47708
|
"start": 36,
|
|
47909
47709
|
"end": 36
|
|
@@ -54896,8 +54696,8 @@
|
|
|
54896
54696
|
{
|
|
54897
54697
|
"description": "The border radius of the RadioButton.\n",
|
|
54898
54698
|
"commentRange": {
|
|
54899
|
-
"start":
|
|
54900
|
-
"end":
|
|
54699
|
+
"start": 10,
|
|
54700
|
+
"end": 11
|
|
54901
54701
|
},
|
|
54902
54702
|
"context": {
|
|
54903
54703
|
"type": "variable",
|
|
@@ -54905,8 +54705,8 @@
|
|
|
54905
54705
|
"value": "50%",
|
|
54906
54706
|
"scope": "default",
|
|
54907
54707
|
"line": {
|
|
54908
|
-
"start":
|
|
54909
|
-
"end":
|
|
54708
|
+
"start": 12,
|
|
54709
|
+
"end": 12
|
|
54910
54710
|
}
|
|
54911
54711
|
},
|
|
54912
54712
|
"group": [
|
|
@@ -54921,8 +54721,8 @@
|
|
|
54921
54721
|
{
|
|
54922
54722
|
"description": "The border width of the RadioButton.\n",
|
|
54923
54723
|
"commentRange": {
|
|
54924
|
-
"start":
|
|
54925
|
-
"end":
|
|
54724
|
+
"start": 13,
|
|
54725
|
+
"end": 14
|
|
54926
54726
|
},
|
|
54927
54727
|
"context": {
|
|
54928
54728
|
"type": "variable",
|
|
@@ -54930,8 +54730,8 @@
|
|
|
54930
54730
|
"value": "1px",
|
|
54931
54731
|
"scope": "default",
|
|
54932
54732
|
"line": {
|
|
54933
|
-
"start":
|
|
54934
|
-
"end":
|
|
54733
|
+
"start": 15,
|
|
54734
|
+
"end": 15
|
|
54935
54735
|
}
|
|
54936
54736
|
},
|
|
54937
54737
|
"group": [
|
|
@@ -54946,8 +54746,8 @@
|
|
|
54946
54746
|
{
|
|
54947
54747
|
"description": "The map with the different RadioButton sizes.\n",
|
|
54948
54748
|
"commentRange": {
|
|
54949
|
-
"start":
|
|
54950
|
-
"end":
|
|
54749
|
+
"start": 17,
|
|
54750
|
+
"end": 18
|
|
54951
54751
|
},
|
|
54952
54752
|
"context": {
|
|
54953
54753
|
"type": "variable",
|
|
@@ -54955,8 +54755,8 @@
|
|
|
54955
54755
|
"value": "(\n sm: (\n size: k-spacing(4),\n glyph-size: k-spacing(3.5),\n indicator-size: k-spacing(2),\n ripple-size: 300%\n ),\n md: (\n size: k-spacing(5),\n glyph-size: k-spacing(4.5),\n indicator-size: k-spacing(2.5),\n ripple-size: 300%\n ),\n lg: (\n size: k-spacing(6),\n glyph-size: k-spacing(5.5),\n indicator-size: k-spacing(3),\n ripple-size: 300%\n )\n)",
|
|
54956
54756
|
"scope": "default",
|
|
54957
54757
|
"line": {
|
|
54958
|
-
"start":
|
|
54959
|
-
"end":
|
|
54758
|
+
"start": 19,
|
|
54759
|
+
"end": 38
|
|
54960
54760
|
}
|
|
54961
54761
|
},
|
|
54962
54762
|
"group": [
|
|
@@ -54971,8 +54771,8 @@
|
|
|
54971
54771
|
{
|
|
54972
54772
|
"description": "The background color of the RadioButton.\n",
|
|
54973
54773
|
"commentRange": {
|
|
54974
|
-
"start":
|
|
54975
|
-
"end":
|
|
54774
|
+
"start": 40,
|
|
54775
|
+
"end": 41
|
|
54976
54776
|
},
|
|
54977
54777
|
"context": {
|
|
54978
54778
|
"type": "variable",
|
|
@@ -54980,8 +54780,8 @@
|
|
|
54980
54780
|
"value": "$kendo-component-bg",
|
|
54981
54781
|
"scope": "default",
|
|
54982
54782
|
"line": {
|
|
54983
|
-
"start":
|
|
54984
|
-
"end":
|
|
54783
|
+
"start": 42,
|
|
54784
|
+
"end": 42
|
|
54985
54785
|
}
|
|
54986
54786
|
},
|
|
54987
54787
|
"group": [
|
|
@@ -54996,8 +54796,8 @@
|
|
|
54996
54796
|
{
|
|
54997
54797
|
"description": "The color of the RadioButton.\n",
|
|
54998
54798
|
"commentRange": {
|
|
54999
|
-
"start":
|
|
55000
|
-
"end":
|
|
54799
|
+
"start": 43,
|
|
54800
|
+
"end": 44
|
|
55001
54801
|
},
|
|
55002
54802
|
"context": {
|
|
55003
54803
|
"type": "variable",
|
|
@@ -55005,8 +54805,8 @@
|
|
|
55005
54805
|
"value": "transparent",
|
|
55006
54806
|
"scope": "default",
|
|
55007
54807
|
"line": {
|
|
55008
|
-
"start":
|
|
55009
|
-
"end":
|
|
54808
|
+
"start": 45,
|
|
54809
|
+
"end": 45
|
|
55010
54810
|
}
|
|
55011
54811
|
},
|
|
55012
54812
|
"group": [
|
|
@@ -55021,8 +54821,8 @@
|
|
|
55021
54821
|
{
|
|
55022
54822
|
"description": "The border color of the RadioButton.\n",
|
|
55023
54823
|
"commentRange": {
|
|
55024
|
-
"start":
|
|
55025
|
-
"end":
|
|
54824
|
+
"start": 46,
|
|
54825
|
+
"end": 47
|
|
55026
54826
|
},
|
|
55027
54827
|
"context": {
|
|
55028
54828
|
"type": "variable",
|
|
@@ -55030,8 +54830,8 @@
|
|
|
55030
54830
|
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
55031
54831
|
"scope": "default",
|
|
55032
54832
|
"line": {
|
|
55033
|
-
"start":
|
|
55034
|
-
"end":
|
|
54833
|
+
"start": 48,
|
|
54834
|
+
"end": 48
|
|
55035
54835
|
}
|
|
55036
54836
|
},
|
|
55037
54837
|
"group": [
|
|
@@ -55046,8 +54846,8 @@
|
|
|
55046
54846
|
{
|
|
55047
54847
|
"description": "The background color of the hovered RadioButton.\n",
|
|
55048
54848
|
"commentRange": {
|
|
55049
|
-
"start":
|
|
55050
|
-
"end":
|
|
54849
|
+
"start": 50,
|
|
54850
|
+
"end": 51
|
|
55051
54851
|
},
|
|
55052
54852
|
"context": {
|
|
55053
54853
|
"type": "variable",
|
|
@@ -55055,8 +54855,8 @@
|
|
|
55055
54855
|
"value": "$kendo-radio-bg",
|
|
55056
54856
|
"scope": "default",
|
|
55057
54857
|
"line": {
|
|
55058
|
-
"start":
|
|
55059
|
-
"end":
|
|
54858
|
+
"start": 52,
|
|
54859
|
+
"end": 52
|
|
55060
54860
|
}
|
|
55061
54861
|
},
|
|
55062
54862
|
"group": [
|
|
@@ -55071,8 +54871,8 @@
|
|
|
55071
54871
|
{
|
|
55072
54872
|
"description": "The color of the hovered RadioButton.\n",
|
|
55073
54873
|
"commentRange": {
|
|
55074
|
-
"start":
|
|
55075
|
-
"end":
|
|
54874
|
+
"start": 53,
|
|
54875
|
+
"end": 54
|
|
55076
54876
|
},
|
|
55077
54877
|
"context": {
|
|
55078
54878
|
"type": "variable",
|
|
@@ -55080,8 +54880,8 @@
|
|
|
55080
54880
|
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color( neutral, 130 ))",
|
|
55081
54881
|
"scope": "default",
|
|
55082
54882
|
"line": {
|
|
55083
|
-
"start":
|
|
55084
|
-
"end":
|
|
54883
|
+
"start": 55,
|
|
54884
|
+
"end": 55
|
|
55085
54885
|
}
|
|
55086
54886
|
},
|
|
55087
54887
|
"group": [
|
|
@@ -55096,8 +54896,8 @@
|
|
|
55096
54896
|
{
|
|
55097
54897
|
"description": "The border color of the hovered RadioButton.\n",
|
|
55098
54898
|
"commentRange": {
|
|
55099
|
-
"start":
|
|
55100
|
-
"end":
|
|
54899
|
+
"start": 56,
|
|
54900
|
+
"end": 57
|
|
55101
54901
|
},
|
|
55102
54902
|
"context": {
|
|
55103
54903
|
"type": "variable",
|
|
@@ -55105,8 +54905,8 @@
|
|
|
55105
54905
|
"value": "$kendo-radio-border",
|
|
55106
54906
|
"scope": "default",
|
|
55107
54907
|
"line": {
|
|
55108
|
-
"start":
|
|
55109
|
-
"end":
|
|
54908
|
+
"start": 58,
|
|
54909
|
+
"end": 58
|
|
55110
54910
|
}
|
|
55111
54911
|
},
|
|
55112
54912
|
"group": [
|
|
@@ -55121,8 +54921,8 @@
|
|
|
55121
54921
|
{
|
|
55122
54922
|
"description": "The background color of the checked RadioButton.\n",
|
|
55123
54923
|
"commentRange": {
|
|
55124
|
-
"start":
|
|
55125
|
-
"end":
|
|
54924
|
+
"start": 60,
|
|
54925
|
+
"end": 61
|
|
55126
54926
|
},
|
|
55127
54927
|
"context": {
|
|
55128
54928
|
"type": "variable",
|
|
@@ -55130,8 +54930,8 @@
|
|
|
55130
54930
|
"value": "$kendo-radio-bg",
|
|
55131
54931
|
"scope": "default",
|
|
55132
54932
|
"line": {
|
|
55133
|
-
"start":
|
|
55134
|
-
"end":
|
|
54933
|
+
"start": 62,
|
|
54934
|
+
"end": 62
|
|
55135
54935
|
}
|
|
55136
54936
|
},
|
|
55137
54937
|
"group": [
|
|
@@ -55146,8 +54946,8 @@
|
|
|
55146
54946
|
{
|
|
55147
54947
|
"description": "The color of the checked RadioButton.\n",
|
|
55148
54948
|
"commentRange": {
|
|
55149
|
-
"start":
|
|
55150
|
-
"end":
|
|
54949
|
+
"start": 63,
|
|
54950
|
+
"end": 64
|
|
55151
54951
|
},
|
|
55152
54952
|
"context": {
|
|
55153
54953
|
"type": "variable",
|
|
@@ -55155,8 +54955,8 @@
|
|
|
55155
54955
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
55156
54956
|
"scope": "default",
|
|
55157
54957
|
"line": {
|
|
55158
|
-
"start":
|
|
55159
|
-
"end":
|
|
54958
|
+
"start": 65,
|
|
54959
|
+
"end": 65
|
|
55160
54960
|
}
|
|
55161
54961
|
},
|
|
55162
54962
|
"group": [
|
|
@@ -55171,8 +54971,8 @@
|
|
|
55171
54971
|
{
|
|
55172
54972
|
"description": "The border color of the checked RadioButton.\n",
|
|
55173
54973
|
"commentRange": {
|
|
55174
|
-
"start":
|
|
55175
|
-
"end":
|
|
54974
|
+
"start": 66,
|
|
54975
|
+
"end": 67
|
|
55176
54976
|
},
|
|
55177
54977
|
"context": {
|
|
55178
54978
|
"type": "variable",
|
|
@@ -55180,8 +54980,8 @@
|
|
|
55180
54980
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
55181
54981
|
"scope": "default",
|
|
55182
54982
|
"line": {
|
|
55183
|
-
"start":
|
|
55184
|
-
"end":
|
|
54983
|
+
"start": 68,
|
|
54984
|
+
"end": 68
|
|
55185
54985
|
}
|
|
55186
54986
|
},
|
|
55187
54987
|
"group": [
|
|
@@ -55196,8 +54996,8 @@
|
|
|
55196
54996
|
{
|
|
55197
54997
|
"description": "The background color of the checked and hovered RadioButton.\n",
|
|
55198
54998
|
"commentRange": {
|
|
55199
|
-
"start":
|
|
55200
|
-
"end":
|
|
54999
|
+
"start": 70,
|
|
55000
|
+
"end": 71
|
|
55201
55001
|
},
|
|
55202
55002
|
"context": {
|
|
55203
55003
|
"type": "variable",
|
|
@@ -55205,8 +55005,8 @@
|
|
|
55205
55005
|
"value": "$kendo-radio-bg",
|
|
55206
55006
|
"scope": "default",
|
|
55207
55007
|
"line": {
|
|
55208
|
-
"start":
|
|
55209
|
-
"end":
|
|
55008
|
+
"start": 72,
|
|
55009
|
+
"end": 72
|
|
55210
55010
|
}
|
|
55211
55011
|
},
|
|
55212
55012
|
"group": [
|
|
@@ -55221,8 +55021,8 @@
|
|
|
55221
55021
|
{
|
|
55222
55022
|
"description": "The color of the checked and hovered RadioButton.\n",
|
|
55223
55023
|
"commentRange": {
|
|
55224
|
-
"start":
|
|
55225
|
-
"end":
|
|
55024
|
+
"start": 73,
|
|
55025
|
+
"end": 74
|
|
55226
55026
|
},
|
|
55227
55027
|
"context": {
|
|
55228
55028
|
"type": "variable",
|
|
@@ -55230,8 +55030,8 @@
|
|
|
55230
55030
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
55231
55031
|
"scope": "default",
|
|
55232
55032
|
"line": {
|
|
55233
|
-
"start":
|
|
55234
|
-
"end":
|
|
55033
|
+
"start": 75,
|
|
55034
|
+
"end": 75
|
|
55235
55035
|
}
|
|
55236
55036
|
},
|
|
55237
55037
|
"group": [
|
|
@@ -55246,8 +55046,8 @@
|
|
|
55246
55046
|
{
|
|
55247
55047
|
"description": "The border color of the checked and hovered RadioButton.\n",
|
|
55248
55048
|
"commentRange": {
|
|
55249
|
-
"start":
|
|
55250
|
-
"end":
|
|
55049
|
+
"start": 76,
|
|
55050
|
+
"end": 77
|
|
55251
55051
|
},
|
|
55252
55052
|
"context": {
|
|
55253
55053
|
"type": "variable",
|
|
@@ -55255,8 +55055,8 @@
|
|
|
55255
55055
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
55256
55056
|
"scope": "default",
|
|
55257
55057
|
"line": {
|
|
55258
|
-
"start":
|
|
55259
|
-
"end":
|
|
55058
|
+
"start": 78,
|
|
55059
|
+
"end": 78
|
|
55260
55060
|
}
|
|
55261
55061
|
},
|
|
55262
55062
|
"group": [
|
|
@@ -55271,8 +55071,8 @@
|
|
|
55271
55071
|
{
|
|
55272
55072
|
"description": "The border color of the focused RadioButton.\n",
|
|
55273
55073
|
"commentRange": {
|
|
55274
|
-
"start":
|
|
55275
|
-
"end":
|
|
55074
|
+
"start": 80,
|
|
55075
|
+
"end": 81
|
|
55276
55076
|
},
|
|
55277
55077
|
"context": {
|
|
55278
55078
|
"type": "variable",
|
|
@@ -55280,8 +55080,8 @@
|
|
|
55280
55080
|
"value": "null",
|
|
55281
55081
|
"scope": "default",
|
|
55282
55082
|
"line": {
|
|
55283
|
-
"start":
|
|
55284
|
-
"end":
|
|
55083
|
+
"start": 82,
|
|
55084
|
+
"end": 82
|
|
55285
55085
|
}
|
|
55286
55086
|
},
|
|
55287
55087
|
"group": [
|
|
@@ -55296,8 +55096,8 @@
|
|
|
55296
55096
|
{
|
|
55297
55097
|
"description": "The box shadow of the focused RadioButton.\n",
|
|
55298
55098
|
"commentRange": {
|
|
55299
|
-
"start":
|
|
55300
|
-
"end":
|
|
55099
|
+
"start": 83,
|
|
55100
|
+
"end": 84
|
|
55301
55101
|
},
|
|
55302
55102
|
"context": {
|
|
55303
55103
|
"type": "variable",
|
|
@@ -55305,8 +55105,8 @@
|
|
|
55305
55105
|
"value": "null",
|
|
55306
55106
|
"scope": "default",
|
|
55307
55107
|
"line": {
|
|
55308
|
-
"start":
|
|
55309
|
-
"end":
|
|
55108
|
+
"start": 85,
|
|
55109
|
+
"end": 85
|
|
55310
55110
|
}
|
|
55311
55111
|
},
|
|
55312
55112
|
"group": [
|
|
@@ -55321,8 +55121,8 @@
|
|
|
55321
55121
|
{
|
|
55322
55122
|
"description": "The outline of the focused RadioButton.\n",
|
|
55323
55123
|
"commentRange": {
|
|
55324
|
-
"start":
|
|
55325
|
-
"end":
|
|
55124
|
+
"start": 86,
|
|
55125
|
+
"end": 87
|
|
55326
55126
|
},
|
|
55327
55127
|
"context": {
|
|
55328
55128
|
"type": "variable",
|
|
@@ -55330,8 +55130,8 @@
|
|
|
55330
55130
|
"value": "1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
55331
55131
|
"scope": "default",
|
|
55332
55132
|
"line": {
|
|
55333
|
-
"start":
|
|
55334
|
-
"end":
|
|
55133
|
+
"start": 88,
|
|
55134
|
+
"end": 88
|
|
55335
55135
|
}
|
|
55336
55136
|
},
|
|
55337
55137
|
"group": [
|
|
@@ -55346,8 +55146,8 @@
|
|
|
55346
55146
|
{
|
|
55347
55147
|
"description": "The outline offset of the focused RadioButton.\n",
|
|
55348
55148
|
"commentRange": {
|
|
55349
|
-
"start":
|
|
55350
|
-
"end":
|
|
55149
|
+
"start": 89,
|
|
55150
|
+
"end": 90
|
|
55351
55151
|
},
|
|
55352
55152
|
"context": {
|
|
55353
55153
|
"type": "variable",
|
|
@@ -55355,8 +55155,8 @@
|
|
|
55355
55155
|
"value": "2px",
|
|
55356
55156
|
"scope": "default",
|
|
55357
55157
|
"line": {
|
|
55358
|
-
"start":
|
|
55359
|
-
"end":
|
|
55158
|
+
"start": 91,
|
|
55159
|
+
"end": 91
|
|
55360
55160
|
}
|
|
55361
55161
|
},
|
|
55362
55162
|
"group": [
|
|
@@ -55371,8 +55171,8 @@
|
|
|
55371
55171
|
{
|
|
55372
55172
|
"description": "The background color of the disabled RadioButton.\n",
|
|
55373
55173
|
"commentRange": {
|
|
55374
|
-
"start":
|
|
55375
|
-
"end":
|
|
55174
|
+
"start": 93,
|
|
55175
|
+
"end": 94
|
|
55376
55176
|
},
|
|
55377
55177
|
"context": {
|
|
55378
55178
|
"type": "variable",
|
|
@@ -55380,8 +55180,8 @@
|
|
|
55380
55180
|
"value": "$kendo-radio-bg",
|
|
55381
55181
|
"scope": "default",
|
|
55382
55182
|
"line": {
|
|
55383
|
-
"start":
|
|
55384
|
-
"end":
|
|
55183
|
+
"start": 95,
|
|
55184
|
+
"end": 95
|
|
55385
55185
|
}
|
|
55386
55186
|
},
|
|
55387
55187
|
"group": [
|
|
@@ -55396,8 +55196,8 @@
|
|
|
55396
55196
|
{
|
|
55397
55197
|
"description": "The color of the disabled RadioButton.\n",
|
|
55398
55198
|
"commentRange": {
|
|
55399
|
-
"start":
|
|
55400
|
-
"end":
|
|
55199
|
+
"start": 96,
|
|
55200
|
+
"end": 97
|
|
55401
55201
|
},
|
|
55402
55202
|
"context": {
|
|
55403
55203
|
"type": "variable",
|
|
@@ -55405,8 +55205,8 @@
|
|
|
55405
55205
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
55406
55206
|
"scope": "default",
|
|
55407
55207
|
"line": {
|
|
55408
|
-
"start":
|
|
55409
|
-
"end":
|
|
55208
|
+
"start": 98,
|
|
55209
|
+
"end": 98
|
|
55410
55210
|
}
|
|
55411
55211
|
},
|
|
55412
55212
|
"group": [
|
|
@@ -55421,8 +55221,8 @@
|
|
|
55421
55221
|
{
|
|
55422
55222
|
"description": "The border color of the disabled RadioButton.\n",
|
|
55423
55223
|
"commentRange": {
|
|
55424
|
-
"start":
|
|
55425
|
-
"end":
|
|
55224
|
+
"start": 99,
|
|
55225
|
+
"end": 100
|
|
55426
55226
|
},
|
|
55427
55227
|
"context": {
|
|
55428
55228
|
"type": "variable",
|
|
@@ -55430,8 +55230,8 @@
|
|
|
55430
55230
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
|
|
55431
55231
|
"scope": "default",
|
|
55432
55232
|
"line": {
|
|
55433
|
-
"start":
|
|
55434
|
-
"end":
|
|
55233
|
+
"start": 101,
|
|
55234
|
+
"end": 101
|
|
55435
55235
|
}
|
|
55436
55236
|
},
|
|
55437
55237
|
"group": [
|
|
@@ -55446,8 +55246,8 @@
|
|
|
55446
55246
|
{
|
|
55447
55247
|
"description": "The background color of the disabled and checked RadioButton.\n",
|
|
55448
55248
|
"commentRange": {
|
|
55449
|
-
"start":
|
|
55450
|
-
"end":
|
|
55249
|
+
"start": 103,
|
|
55250
|
+
"end": 104
|
|
55451
55251
|
},
|
|
55452
55252
|
"context": {
|
|
55453
55253
|
"type": "variable",
|
|
@@ -55455,8 +55255,8 @@
|
|
|
55455
55255
|
"value": "$kendo-radio-disabled-bg",
|
|
55456
55256
|
"scope": "default",
|
|
55457
55257
|
"line": {
|
|
55458
|
-
"start":
|
|
55459
|
-
"end":
|
|
55258
|
+
"start": 105,
|
|
55259
|
+
"end": 105
|
|
55460
55260
|
}
|
|
55461
55261
|
},
|
|
55462
55262
|
"group": [
|
|
@@ -55471,8 +55271,8 @@
|
|
|
55471
55271
|
{
|
|
55472
55272
|
"description": "The color of the disabled and checked RadioButton.\n",
|
|
55473
55273
|
"commentRange": {
|
|
55474
|
-
"start":
|
|
55475
|
-
"end":
|
|
55274
|
+
"start": 106,
|
|
55275
|
+
"end": 107
|
|
55476
55276
|
},
|
|
55477
55277
|
"context": {
|
|
55478
55278
|
"type": "variable",
|
|
@@ -55480,8 +55280,8 @@
|
|
|
55480
55280
|
"value": "$kendo-radio-disabled-text",
|
|
55481
55281
|
"scope": "default",
|
|
55482
55282
|
"line": {
|
|
55483
|
-
"start":
|
|
55484
|
-
"end":
|
|
55283
|
+
"start": 108,
|
|
55284
|
+
"end": 108
|
|
55485
55285
|
}
|
|
55486
55286
|
},
|
|
55487
55287
|
"group": [
|
|
@@ -55496,8 +55296,8 @@
|
|
|
55496
55296
|
{
|
|
55497
55297
|
"description": "The border color of the disabled and checked RadioButton.\n",
|
|
55498
55298
|
"commentRange": {
|
|
55499
|
-
"start":
|
|
55500
|
-
"end":
|
|
55299
|
+
"start": 109,
|
|
55300
|
+
"end": 110
|
|
55501
55301
|
},
|
|
55502
55302
|
"context": {
|
|
55503
55303
|
"type": "variable",
|
|
@@ -55505,8 +55305,8 @@
|
|
|
55505
55305
|
"value": "$kendo-radio-disabled-border",
|
|
55506
55306
|
"scope": "default",
|
|
55507
55307
|
"line": {
|
|
55508
|
-
"start":
|
|
55509
|
-
"end":
|
|
55308
|
+
"start": 111,
|
|
55309
|
+
"end": 111
|
|
55510
55310
|
}
|
|
55511
55311
|
},
|
|
55512
55312
|
"group": [
|
|
@@ -55521,8 +55321,8 @@
|
|
|
55521
55321
|
{
|
|
55522
55322
|
"description": "The background color of the invalid RadioButton.\n",
|
|
55523
55323
|
"commentRange": {
|
|
55524
|
-
"start":
|
|
55525
|
-
"end":
|
|
55324
|
+
"start": 113,
|
|
55325
|
+
"end": 114
|
|
55526
55326
|
},
|
|
55527
55327
|
"context": {
|
|
55528
55328
|
"type": "variable",
|
|
@@ -55530,8 +55330,8 @@
|
|
|
55530
55330
|
"value": "$kendo-radio-bg",
|
|
55531
55331
|
"scope": "default",
|
|
55532
55332
|
"line": {
|
|
55533
|
-
"start":
|
|
55534
|
-
"end":
|
|
55333
|
+
"start": 115,
|
|
55334
|
+
"end": 115
|
|
55535
55335
|
}
|
|
55536
55336
|
},
|
|
55537
55337
|
"group": [
|
|
@@ -55546,8 +55346,8 @@
|
|
|
55546
55346
|
{
|
|
55547
55347
|
"description": "The color of the invalid RadioButton.\n",
|
|
55548
55348
|
"commentRange": {
|
|
55549
|
-
"start":
|
|
55550
|
-
"end":
|
|
55349
|
+
"start": 116,
|
|
55350
|
+
"end": 117
|
|
55551
55351
|
},
|
|
55552
55352
|
"context": {
|
|
55553
55353
|
"type": "variable",
|
|
@@ -55555,8 +55355,8 @@
|
|
|
55555
55355
|
"value": "$kendo-invalid-text",
|
|
55556
55356
|
"scope": "default",
|
|
55557
55357
|
"line": {
|
|
55558
|
-
"start":
|
|
55559
|
-
"end":
|
|
55358
|
+
"start": 118,
|
|
55359
|
+
"end": 118
|
|
55560
55360
|
}
|
|
55561
55361
|
},
|
|
55562
55362
|
"group": [
|
|
@@ -55571,8 +55371,8 @@
|
|
|
55571
55371
|
{
|
|
55572
55372
|
"description": "The border color of the invalid RadioButton.\n",
|
|
55573
55373
|
"commentRange": {
|
|
55574
|
-
"start":
|
|
55575
|
-
"end":
|
|
55374
|
+
"start": 119,
|
|
55375
|
+
"end": 120
|
|
55576
55376
|
},
|
|
55577
55377
|
"context": {
|
|
55578
55378
|
"type": "variable",
|
|
@@ -55580,8 +55380,8 @@
|
|
|
55580
55380
|
"value": "$kendo-invalid-border",
|
|
55581
55381
|
"scope": "default",
|
|
55582
55382
|
"line": {
|
|
55583
|
-
"start":
|
|
55584
|
-
"end":
|
|
55383
|
+
"start": 121,
|
|
55384
|
+
"end": 121
|
|
55585
55385
|
}
|
|
55586
55386
|
},
|
|
55587
55387
|
"group": [
|
|
@@ -55596,8 +55396,8 @@
|
|
|
55596
55396
|
{
|
|
55597
55397
|
"description": "The type of the RadioButton indicator.\n",
|
|
55598
55398
|
"commentRange": {
|
|
55599
|
-
"start":
|
|
55600
|
-
"end":
|
|
55399
|
+
"start": 126,
|
|
55400
|
+
"end": 127
|
|
55601
55401
|
},
|
|
55602
55402
|
"context": {
|
|
55603
55403
|
"type": "variable",
|
|
@@ -55605,8 +55405,8 @@
|
|
|
55605
55405
|
"value": "pseudo",
|
|
55606
55406
|
"scope": "default",
|
|
55607
55407
|
"line": {
|
|
55608
|
-
"start":
|
|
55609
|
-
"end":
|
|
55408
|
+
"start": 128,
|
|
55409
|
+
"end": 128
|
|
55610
55410
|
}
|
|
55611
55411
|
},
|
|
55612
55412
|
"group": [
|
|
@@ -55621,8 +55421,8 @@
|
|
|
55621
55421
|
{
|
|
55622
55422
|
"description": "The border radius of the RadioButton indicator.\n",
|
|
55623
55423
|
"commentRange": {
|
|
55624
|
-
"start":
|
|
55625
|
-
"end":
|
|
55424
|
+
"start": 130,
|
|
55425
|
+
"end": 131
|
|
55626
55426
|
},
|
|
55627
55427
|
"context": {
|
|
55628
55428
|
"type": "variable",
|
|
@@ -55630,8 +55430,8 @@
|
|
|
55630
55430
|
"value": "50%",
|
|
55631
55431
|
"scope": "default",
|
|
55632
55432
|
"line": {
|
|
55633
|
-
"start":
|
|
55634
|
-
"end":
|
|
55433
|
+
"start": 132,
|
|
55434
|
+
"end": 132
|
|
55635
55435
|
}
|
|
55636
55436
|
},
|
|
55637
55437
|
"group": [
|
|
@@ -55646,8 +55446,8 @@
|
|
|
55646
55446
|
{
|
|
55647
55447
|
"description": "The glyph font family of the RadioButton indicator.\n",
|
|
55648
55448
|
"commentRange": {
|
|
55649
|
-
"start":
|
|
55650
|
-
"end":
|
|
55449
|
+
"start": 134,
|
|
55450
|
+
"end": 135
|
|
55651
55451
|
},
|
|
55652
55452
|
"context": {
|
|
55653
55453
|
"type": "variable",
|
|
@@ -55655,8 +55455,8 @@
|
|
|
55655
55455
|
"value": "\"WebComponentsIcons\", monospace",
|
|
55656
55456
|
"scope": "default",
|
|
55657
55457
|
"line": {
|
|
55658
|
-
"start":
|
|
55659
|
-
"end":
|
|
55458
|
+
"start": 136,
|
|
55459
|
+
"end": 136
|
|
55660
55460
|
}
|
|
55661
55461
|
},
|
|
55662
55462
|
"group": [
|
|
@@ -55671,8 +55471,8 @@
|
|
|
55671
55471
|
{
|
|
55672
55472
|
"description": "The glyph of the RadioButton indicator.\n",
|
|
55673
55473
|
"commentRange": {
|
|
55674
|
-
"start":
|
|
55675
|
-
"end":
|
|
55474
|
+
"start": 137,
|
|
55475
|
+
"end": 138
|
|
55676
55476
|
},
|
|
55677
55477
|
"context": {
|
|
55678
55478
|
"type": "variable",
|
|
@@ -55680,8 +55480,8 @@
|
|
|
55680
55480
|
"value": "\"\\e308\"",
|
|
55681
55481
|
"scope": "default",
|
|
55682
55482
|
"line": {
|
|
55683
|
-
"start":
|
|
55684
|
-
"end":
|
|
55483
|
+
"start": 139,
|
|
55484
|
+
"end": 139
|
|
55685
55485
|
}
|
|
55686
55486
|
},
|
|
55687
55487
|
"group": [
|
|
@@ -55696,17 +55496,17 @@
|
|
|
55696
55496
|
{
|
|
55697
55497
|
"description": "The image of the checked RadioButton indicator.\n",
|
|
55698
55498
|
"commentRange": {
|
|
55699
|
-
"start":
|
|
55700
|
-
"end":
|
|
55499
|
+
"start": 141,
|
|
55500
|
+
"end": 142
|
|
55701
55501
|
},
|
|
55702
55502
|
"context": {
|
|
55703
55503
|
"type": "variable",
|
|
55704
55504
|
"name": "kendo-radio-checked-image",
|
|
55705
|
-
"value": "escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>\") )",
|
|
55505
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>\") )",
|
|
55706
55506
|
"scope": "default",
|
|
55707
55507
|
"line": {
|
|
55708
|
-
"start":
|
|
55709
|
-
"end":
|
|
55508
|
+
"start": 143,
|
|
55509
|
+
"end": 143
|
|
55710
55510
|
}
|
|
55711
55511
|
},
|
|
55712
55512
|
"group": [
|
|
@@ -55721,8 +55521,8 @@
|
|
|
55721
55521
|
{
|
|
55722
55522
|
"description": "The image of the disabled and checked RadioButton indicator.\n",
|
|
55723
55523
|
"commentRange": {
|
|
55724
|
-
"start":
|
|
55725
|
-
"end":
|
|
55524
|
+
"start": 144,
|
|
55525
|
+
"end": 145
|
|
55726
55526
|
},
|
|
55727
55527
|
"context": {
|
|
55728
55528
|
"type": "variable",
|
|
@@ -55730,8 +55530,8 @@
|
|
|
55730
55530
|
"value": "null",
|
|
55731
55531
|
"scope": "default",
|
|
55732
55532
|
"line": {
|
|
55733
|
-
"start":
|
|
55734
|
-
"end":
|
|
55533
|
+
"start": 146,
|
|
55534
|
+
"end": 146
|
|
55735
55535
|
}
|
|
55736
55536
|
},
|
|
55737
55537
|
"group": [
|
|
@@ -55746,8 +55546,8 @@
|
|
|
55746
55546
|
{
|
|
55747
55547
|
"description": "The horizontal margin of the RadioButton inside of a label.\n",
|
|
55748
55548
|
"commentRange": {
|
|
55749
|
-
"start":
|
|
55750
|
-
"end":
|
|
55549
|
+
"start": 151,
|
|
55550
|
+
"end": 152
|
|
55751
55551
|
},
|
|
55752
55552
|
"context": {
|
|
55753
55553
|
"type": "variable",
|
|
@@ -55755,8 +55555,8 @@
|
|
|
55755
55555
|
"value": "k-spacing(2)",
|
|
55756
55556
|
"scope": "default",
|
|
55757
55557
|
"line": {
|
|
55758
|
-
"start":
|
|
55759
|
-
"end":
|
|
55558
|
+
"start": 153,
|
|
55559
|
+
"end": 153
|
|
55760
55560
|
}
|
|
55761
55561
|
},
|
|
55762
55562
|
"group": [
|
|
@@ -55771,8 +55571,8 @@
|
|
|
55771
55571
|
{
|
|
55772
55572
|
"description": "The horizontal list item margin of the RadioButton.\n",
|
|
55773
55573
|
"commentRange": {
|
|
55774
|
-
"start":
|
|
55775
|
-
"end":
|
|
55574
|
+
"start": 158,
|
|
55575
|
+
"end": 159
|
|
55776
55576
|
},
|
|
55777
55577
|
"context": {
|
|
55778
55578
|
"type": "variable",
|
|
@@ -55780,8 +55580,8 @@
|
|
|
55780
55580
|
"value": "k-spacing(4)",
|
|
55781
55581
|
"scope": "default",
|
|
55782
55582
|
"line": {
|
|
55783
|
-
"start":
|
|
55784
|
-
"end":
|
|
55583
|
+
"start": 160,
|
|
55584
|
+
"end": 160
|
|
55785
55585
|
}
|
|
55786
55586
|
},
|
|
55787
55587
|
"group": [
|
|
@@ -55796,8 +55596,8 @@
|
|
|
55796
55596
|
{
|
|
55797
55597
|
"description": "The horizontal list item padding of the RadioButton.\n",
|
|
55798
55598
|
"commentRange": {
|
|
55799
|
-
"start":
|
|
55800
|
-
"end":
|
|
55599
|
+
"start": 161,
|
|
55600
|
+
"end": 162
|
|
55801
55601
|
},
|
|
55802
55602
|
"context": {
|
|
55803
55603
|
"type": "variable",
|
|
@@ -55805,8 +55605,8 @@
|
|
|
55805
55605
|
"value": "k-spacing(0)",
|
|
55806
55606
|
"scope": "default",
|
|
55807
55607
|
"line": {
|
|
55808
|
-
"start":
|
|
55809
|
-
"end":
|
|
55608
|
+
"start": 163,
|
|
55609
|
+
"end": 163
|
|
55810
55610
|
}
|
|
55811
55611
|
},
|
|
55812
55612
|
"group": [
|
|
@@ -55821,8 +55621,8 @@
|
|
|
55821
55621
|
{
|
|
55822
55622
|
"description": "The vertical list item padding of the RadioButton.\n",
|
|
55823
55623
|
"commentRange": {
|
|
55824
|
-
"start":
|
|
55825
|
-
"end":
|
|
55624
|
+
"start": 164,
|
|
55625
|
+
"end": 165
|
|
55826
55626
|
},
|
|
55827
55627
|
"context": {
|
|
55828
55628
|
"type": "variable",
|
|
@@ -55830,8 +55630,8 @@
|
|
|
55830
55630
|
"value": "$kendo-list-md-item-padding-y",
|
|
55831
55631
|
"scope": "default",
|
|
55832
55632
|
"line": {
|
|
55833
|
-
"start":
|
|
55834
|
-
"end":
|
|
55633
|
+
"start": 166,
|
|
55634
|
+
"end": 166
|
|
55835
55635
|
}
|
|
55836
55636
|
},
|
|
55837
55637
|
"group": [
|
|
@@ -55846,8 +55646,8 @@
|
|
|
55846
55646
|
{
|
|
55847
55647
|
"description": "The gap between the list items of the RadioButton.\n",
|
|
55848
55648
|
"commentRange": {
|
|
55849
|
-
"start":
|
|
55850
|
-
"end":
|
|
55649
|
+
"start": 167,
|
|
55650
|
+
"end": 168
|
|
55851
55651
|
},
|
|
55852
55652
|
"context": {
|
|
55853
55653
|
"type": "variable",
|
|
@@ -55855,8 +55655,8 @@
|
|
|
55855
55655
|
"value": "k-spacing(2)",
|
|
55856
55656
|
"scope": "default",
|
|
55857
55657
|
"line": {
|
|
55858
|
-
"start":
|
|
55859
|
-
"end":
|
|
55658
|
+
"start": 169,
|
|
55659
|
+
"end": 169
|
|
55860
55660
|
}
|
|
55861
55661
|
},
|
|
55862
55662
|
"group": [
|
|
@@ -55871,8 +55671,8 @@
|
|
|
55871
55671
|
{
|
|
55872
55672
|
"description": "The background color of the RadioButton ripple.\n",
|
|
55873
55673
|
"commentRange": {
|
|
55874
|
-
"start":
|
|
55875
|
-
"end":
|
|
55674
|
+
"start": 173,
|
|
55675
|
+
"end": 174
|
|
55876
55676
|
},
|
|
55877
55677
|
"context": {
|
|
55878
55678
|
"type": "variable",
|
|
@@ -55880,8 +55680,8 @@
|
|
|
55880
55680
|
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
55881
55681
|
"scope": "default",
|
|
55882
55682
|
"line": {
|
|
55883
|
-
"start":
|
|
55884
|
-
"end":
|
|
55683
|
+
"start": 175,
|
|
55684
|
+
"end": 175
|
|
55885
55685
|
}
|
|
55886
55686
|
},
|
|
55887
55687
|
"group": [
|
|
@@ -55896,8 +55696,8 @@
|
|
|
55896
55696
|
{
|
|
55897
55697
|
"description": "The opacity of the RadioButton ripple.\n",
|
|
55898
55698
|
"commentRange": {
|
|
55899
|
-
"start":
|
|
55900
|
-
"end":
|
|
55699
|
+
"start": 176,
|
|
55700
|
+
"end": 177
|
|
55901
55701
|
},
|
|
55902
55702
|
"context": {
|
|
55903
55703
|
"type": "variable",
|
|
@@ -55905,8 +55705,8 @@
|
|
|
55905
55705
|
"value": ".25",
|
|
55906
55706
|
"scope": "default",
|
|
55907
55707
|
"line": {
|
|
55908
|
-
"start":
|
|
55909
|
-
"end":
|
|
55708
|
+
"start": 178,
|
|
55709
|
+
"end": 178
|
|
55910
55710
|
}
|
|
55911
55711
|
},
|
|
55912
55712
|
"group": [
|
|
@@ -60743,6 +60543,31 @@
|
|
|
60743
60543
|
"name": "_variables.scss"
|
|
60744
60544
|
}
|
|
60745
60545
|
},
|
|
60546
|
+
{
|
|
60547
|
+
"description": "The global default Spacing map.\n",
|
|
60548
|
+
"commentRange": {
|
|
60549
|
+
"start": 46,
|
|
60550
|
+
"end": 47
|
|
60551
|
+
},
|
|
60552
|
+
"context": {
|
|
60553
|
+
"type": "variable",
|
|
60554
|
+
"name": "kendo-spacing",
|
|
60555
|
+
"value": "$_default-spacing",
|
|
60556
|
+
"scope": "default",
|
|
60557
|
+
"line": {
|
|
60558
|
+
"start": 48,
|
|
60559
|
+
"end": 48
|
|
60560
|
+
}
|
|
60561
|
+
},
|
|
60562
|
+
"group": [
|
|
60563
|
+
"spacing"
|
|
60564
|
+
],
|
|
60565
|
+
"access": "public",
|
|
60566
|
+
"file": {
|
|
60567
|
+
"path": "core/spacing/_index.scss",
|
|
60568
|
+
"name": "_index.scss"
|
|
60569
|
+
}
|
|
60570
|
+
},
|
|
60746
60571
|
{
|
|
60747
60572
|
"description": "The vertical padding of the small arrow Button.\n",
|
|
60748
60573
|
"commentRange": {
|
|
@@ -63077,7 +62902,7 @@
|
|
|
63077
62902
|
"context": {
|
|
63078
62903
|
"type": "variable",
|
|
63079
62904
|
"name": "kendo-filter-menu-padding-left",
|
|
63080
|
-
"value": "calc( var( --kendo-icon-size, 1rem ) + 2 *
|
|
62905
|
+
"value": "calc( var( --kendo-icon-size, 1rem ) + 2 * k-spacing(1) )",
|
|
63081
62906
|
"scope": "default",
|
|
63082
62907
|
"line": {
|
|
63083
62908
|
"start": 219,
|
|
@@ -68077,7 +67902,7 @@
|
|
|
68077
67902
|
"context": {
|
|
68078
67903
|
"type": "variable",
|
|
68079
67904
|
"name": "kendo-tabstrip-item-padding-x",
|
|
68080
|
-
"value": "
|
|
67905
|
+
"value": "k-spacing(2)",
|
|
68081
67906
|
"scope": "default",
|
|
68082
67907
|
"line": {
|
|
68083
67908
|
"start": 49,
|
|
@@ -80003,25 +79828,21 @@
|
|
|
80003
79828
|
}
|
|
80004
79829
|
},
|
|
80005
79830
|
{
|
|
80006
|
-
"description": "
|
|
79831
|
+
"description": "",
|
|
80007
79832
|
"commentRange": {
|
|
80008
|
-
"start":
|
|
80009
|
-
"end":
|
|
79833
|
+
"start": 583,
|
|
79834
|
+
"end": 587
|
|
80010
79835
|
},
|
|
80011
79836
|
"context": {
|
|
80012
79837
|
"type": "variable",
|
|
80013
|
-
"name": "wcag-
|
|
80014
|
-
"value": "
|
|
79838
|
+
"name": "wcag-dark",
|
|
79839
|
+
"value": "black",
|
|
80015
79840
|
"scope": "default",
|
|
80016
79841
|
"line": {
|
|
80017
|
-
"start":
|
|
80018
|
-
"end":
|
|
79842
|
+
"start": 588,
|
|
79843
|
+
"end": 588
|
|
80019
79844
|
}
|
|
80020
79845
|
},
|
|
80021
|
-
"type": "Number",
|
|
80022
|
-
"group": [
|
|
80023
|
-
"accessibility"
|
|
80024
|
-
],
|
|
80025
79846
|
"link": [
|
|
80026
79847
|
{
|
|
80027
79848
|
"url": "https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast",
|
|
@@ -80029,46 +79850,24 @@
|
|
|
80029
79850
|
},
|
|
80030
79851
|
{
|
|
80031
79852
|
"url": "https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests",
|
|
80032
|
-
"caption": ""
|
|
79853
|
+
"caption": "Default dark color for WCAG 2.0."
|
|
80033
79854
|
}
|
|
80034
79855
|
],
|
|
80035
|
-
"access": "public",
|
|
80036
|
-
"file": {
|
|
80037
|
-
"path": "core/scss/functions/_color-contrast.import.scss",
|
|
80038
|
-
"name": "_color-contrast.import.scss"
|
|
80039
|
-
}
|
|
80040
|
-
},
|
|
80041
|
-
{
|
|
80042
|
-
"description": "Default dark color for WCAG 2.0.\n",
|
|
80043
|
-
"commentRange": {
|
|
80044
|
-
"start": 281,
|
|
80045
|
-
"end": 283
|
|
80046
|
-
},
|
|
80047
|
-
"context": {
|
|
80048
|
-
"type": "variable",
|
|
80049
|
-
"name": "wcag-dark",
|
|
80050
|
-
"value": "black",
|
|
80051
|
-
"scope": "default",
|
|
80052
|
-
"line": {
|
|
80053
|
-
"start": 284,
|
|
80054
|
-
"end": 284
|
|
80055
|
-
}
|
|
80056
|
-
},
|
|
80057
79856
|
"type": "Color",
|
|
80058
79857
|
"group": [
|
|
80059
79858
|
"accessibility"
|
|
80060
79859
|
],
|
|
80061
79860
|
"access": "public",
|
|
80062
79861
|
"file": {
|
|
80063
|
-
"path": "core/scss/functions/_color
|
|
80064
|
-
"name": "_color
|
|
79862
|
+
"path": "core/scss/functions/_color.import.scss",
|
|
79863
|
+
"name": "_color.import.scss"
|
|
80065
79864
|
}
|
|
80066
79865
|
},
|
|
80067
79866
|
{
|
|
80068
79867
|
"description": "Default light color for WCAG 2.0.\n",
|
|
80069
79868
|
"commentRange": {
|
|
80070
|
-
"start":
|
|
80071
|
-
"end":
|
|
79869
|
+
"start": 589,
|
|
79870
|
+
"end": 591
|
|
80072
79871
|
},
|
|
80073
79872
|
"context": {
|
|
80074
79873
|
"type": "variable",
|
|
@@ -80076,8 +79875,8 @@
|
|
|
80076
79875
|
"value": "white",
|
|
80077
79876
|
"scope": "default",
|
|
80078
79877
|
"line": {
|
|
80079
|
-
"start":
|
|
80080
|
-
"end":
|
|
79878
|
+
"start": 592,
|
|
79879
|
+
"end": 592
|
|
80081
79880
|
}
|
|
80082
79881
|
},
|
|
80083
79882
|
"type": "Color",
|
|
@@ -80086,8 +79885,8 @@
|
|
|
80086
79885
|
],
|
|
80087
79886
|
"access": "public",
|
|
80088
79887
|
"file": {
|
|
80089
|
-
"path": "core/scss/functions/_color
|
|
80090
|
-
"name": "_color
|
|
79888
|
+
"path": "core/scss/functions/_color.import.scss",
|
|
79889
|
+
"name": "_color.import.scss"
|
|
80091
79890
|
}
|
|
80092
79891
|
},
|
|
80093
79892
|
{
|
|
@@ -80299,408 +80098,310 @@
|
|
|
80299
80098
|
}
|
|
80300
80099
|
},
|
|
80301
80100
|
{
|
|
80302
|
-
"description": "
|
|
80101
|
+
"description": "Set a specific jump point for requesting color jumps\n",
|
|
80303
80102
|
"commentRange": {
|
|
80304
|
-
"start":
|
|
80305
|
-
"end":
|
|
80103
|
+
"start": 178,
|
|
80104
|
+
"end": 180
|
|
80306
80105
|
},
|
|
80307
80106
|
"context": {
|
|
80308
80107
|
"type": "variable",
|
|
80309
|
-
"name": "kendo-
|
|
80310
|
-
"value": "(\n\n // Kendo\n neutral: (\n 0: #ffffff,\n 50: #f8f8f8,\n 100: #ededed,\n 200: #d6d6d6,\n 300: #b7b7b7,\n 400: #949494,\n 500: #767676,\n 600: #5f5f5f,\n 700: #494949,\n 800: #373737,\n 900: #282828,\n 1000: #000000\n ),\n marsala: (\n 0: #ffffff,\n 50: #faf0f2,\n 100: #f3dde0,\n 200: #e197a3,\n 300: #c54e69,\n 400: #8b3548,\n 500: #622331,\n 600: #551d2a,\n 700: #441620,\n 800: #340f17,\n 900: #23080e,\n 1000: #000000\n ),\n\n\n // Bootstrap\n bootstrapGray: (\n 0: #ffffff,\n 100: #f8f9fa,\n 200: #e9ecef,\n 300: #dee2e6,\n 400: #ced4da,\n 500: #adb5bd,\n 600: #6c757d,\n 700: #495057,\n 800: #343a40,\n 900: #212529,\n 1000: #000000\n ),\n bootstrapBlue: (\n 0: #ffffff,\n 100: #cfe2ff,\n 200: #9ec5fe,\n 300: #6ea8fe,\n 400: #3d8bfd,\n 500: #0d6efd,\n 600: #0a58ca,\n 700: #084298,\n 800: #052c65,\n 900: #031633,\n 1000: #000000\n ),\n bootstrapIndigo: (\n 0: #ffffff,\n 100: #e0cffc,\n 200: #c29ffa,\n 300: #a370f7,\n 400: #8540f5,\n 500: #6610f2,\n 600: #520dc2,\n 700: #3d0a91,\n 800: #290661,\n 900: #140330,\n 1000: #000000\n ),\n bootstrapPurple: (\n 0: #ffffff,\n 100: #e2d9f3,\n 200: #c5b3e6,\n 300: #a98eda,\n 400: #8c68cd,\n 500: #6f42c1,\n 600: #59359a,\n 700: #432874,\n 800: #2c1a4d,\n 900: #160d27,\n 1000: #000000\n ),\n bootstrapPink: (\n 0: #ffffff,\n 100: #f7d6e6,\n 200: #efadce,\n 300: #e685b5,\n 400: #de5c9d,\n 500: #d63384,\n 600: #ab296a,\n 700: #801f4f,\n 800: #561435,\n 900: #2b0a1a,\n 1000: #000000\n ),\n bootstrapRed: (\n 0: #ffffff,\n 100: #f8d7da,\n 200: #f1aeb5,\n 300: #ea868f,\n 400: #e35d6a,\n 500: #dc3545,\n 600: #b02a37,\n 700: #842029,\n 800: #58151c,\n 900: #2c0b0e,\n 1000: #000000\n ),\n bootstrapOrange: (\n 0: #ffffff,\n 100: #ffe5d0,\n 200: #fecba1,\n 300: #feb272,\n 400: #fd9843,\n 500: #fd7e14,\n 600: #ca6510,\n 700: #984c0c,\n 800: #653208,\n 900: #331904,\n 1000: #000000\n ),\n bootstrapYellow: (\n 0: #ffffff,\n 100: #fff3cd,\n 200: #ffe69c,\n 300: #ffda6a,\n 400: #ffcd39,\n 500: #ffc107,\n 600: #cc9a06,\n 700: #997404,\n 800: #664d03,\n 900: #332701,\n 1000: #000000\n ),\n bootstrapGreen: (\n 0: #ffffff,\n 100: #d1e7dd,\n 200: #a3cfbb,\n 300: #75b798,\n 400: #479f76,\n 500: #198754,\n 600: #146c43,\n 700: #0f5132,\n 800: #0a3622,\n 900: #051b11,\n 1000: #000000\n ),\n bootstrapTeal: (\n 0: #ffffff,\n 100: #d2f4ea,\n 200: #a6e9d5,\n 300: #79dfc1,\n 400: #4dd4ac,\n 500: #20c997,\n 600: #1aa179,\n 700: #13795b,\n 800: #0d503c,\n 900: #06281e,\n 1000: #000000\n ),\n bootstrapCyan: (\n 0: #ffffff,\n 100: #cff4fc,\n 200: #9eeaf9,\n 300: #6edff6,\n 400: #3dd5f3,\n 500: #0dcaf0,\n 600: #0aa2c0,\n 700: #087990,\n 800: #055160,\n 900: #032830,\n 1000: #000000\n ),\n\n\n // Fluent\n fluentNeutral: (\n 0: #ffffff,\n 50: #faf9f8,\n 100: #edebe9,\n 150: #e1dfdd,\n 200: #d2d0ce,\n 250: #c8c6c4,\n 300: #bdbbb8,\n 350: #b3b0ad,\n 400: #a19f9d,\n 450: #8a8886,\n 500: #797775,\n 550: #605e5c,\n 600: #484644,\n 650: #3b3a39,\n 700: #323130,\n 750: #292827,\n 800: #201f1e,\n 850: #1b1a19,\n 900: #161514,\n 950: #11100f,\n 1000: #000000\n ),\n\n\n // Material\n materialGray: (\n 0: #ffffff,\n 50: #fafafa,\n 100: #f5f5f5,\n 200: #eeeeee,\n 300: #e0e0e0,\n 400: #bdbdbd,\n 500: #9e9e9e,\n 600: #757575,\n 700: #616161,\n 800: #424242,\n 900: #212121,\n 1000: #000000\n ),\n materialBlueGray: (\n 0: #ffffff,\n 50: #eceff1,\n 100: #cfd8dc,\n 200: #b0bec5,\n 300: #90a4ae,\n 400: #78909c,\n 500: #607d8b,\n 600: #546e7a,\n 700: #455a64,\n 800: #37474f,\n 900: #263238,\n 1000: #000000\n ),\n materialRed: (\n 0: #ffffff,\n 50: #ffebee,\n 100: #ffcdd2,\n 200: #ef9a9a,\n 300: #e57373,\n 400: #ef5350,\n 500: #f44336,\n 600: #e53935,\n 700: #d32f2f,\n 800: #c62828,\n 900: #b71c1c,\n 1000: #000000\n ),\n materialPink: (\n 0: #ffffff,\n 50: #fce4ec,\n 100: #f8bbd0,\n 200: #f48fb1,\n 300: #f06292,\n 400: #ec407a,\n // 500 was #e91e63, but changed for better contrast against white\n 500: #e51a5f,\n 600: #d81b60,\n 700: #c2185b,\n 800: #ad1457,\n 900: #880e4f,\n 1000: #000000\n ),\n materialPurple: (\n 0: #ffffff,\n 50: #f3e5f5,\n 100: #e1bee7,\n 200: #ce93d8,\n 300: #ba68c8,\n 400: #ab47bc,\n 500: #9c27b0,\n 600: #8e24aa,\n 700: #7b1fa2,\n 800: #6a1b9a,\n 900: #4a148c,\n 1000: #000000\n ),\n materialDeepPurple: (\n 0: #ffffff,\n 50: #ede7f6,\n 100: #d1c4e9,\n 200: #b39ddb,\n 300: #9575cd,\n 400: #7e57c2,\n 500: #673ab7,\n 600: #5e35b1,\n 700: #512da8,\n 800: #4527a0,\n 900: #311b92,\n 1000: #000000\n ),\n materialIndigo: (\n 0: #ffffff,\n 50: #e8eaf6,\n 100: #c5cae9,\n 200: #9fa8da,\n 300: #7986cb,\n 400: #5c6bc0,\n 500: #3f51b5,\n 600: #3949ab,\n 700: #303f9f,\n 800: #283593,\n 900: #1a237e,\n 1000: #000000\n ),\n materialBlue: (\n 0: #ffffff,\n 50: #e3f2fd,\n 100: #bbdefb,\n 200: #90caf9,\n 300: #64b5f6,\n 400: #42a5f5,\n 500: #2196f3,\n 600: #1e88e5,\n 700: #1976d2,\n 800: #1565c0,\n 900: #0d47a1,\n 1000: #000000\n ),\n materialLightBlue: (\n 0: #ffffff,\n 50: #e1f5fe,\n 100: #b3e5fc,\n 200: #81d4fa,\n 300: #4fc3f7,\n 400: #29b6f6,\n 500: #03a9f4,\n 600: #039be5,\n 700: #0288d1,\n 800: #0277bd,\n 900: #01579b,\n 1000: #000000\n ),\n materialCyan: (\n 0: #ffffff,\n 50: #e0f7fa,\n 100: #b2ebf2,\n 200: #80deea,\n 300: #4dd0e1,\n 400: #26c6da,\n 500: #00bcd4,\n 600: #00acc1,\n 700: #0097a7,\n 800: #00838f,\n 900: #006064,\n 1000: #000000\n ),\n materialTeal: (\n 0: #ffffff,\n 50: #e0f2f1,\n 100: #b2dfdb,\n 200: #80cbc4,\n 300: #4db6ac,\n 400: #26a69a,\n 500: #009688,\n 600: #00897b,\n 700: #00796b,\n 800: #00695c,\n 900: #004d40,\n 1000: #000000\n ),\n materialGreen: (\n 0: #ffffff,\n 50: #e8f5e9,\n 100: #c8e6c9,\n 200: #a5d6a7,\n 300: #81c784,\n 400: #66bb6a,\n 500: #4caf50,\n 600: #43a047,\n 700: #388e3c,\n 800: #2e7d32,\n 900: #1b5e20,\n 1000: #000000\n ),\n materialLightGreen: (\n 0: #ffffff,\n 50: #f1f8e9,\n 100: #dcedc8,\n 200: #c5e1a5,\n 300: #aed581,\n 400: #9ccc65,\n 500: #8bc34a,\n 600: #7cb342,\n 700: #689f38,\n 800: #558b2f,\n 900: #33691e,\n 1000: #000000\n ),\n materialLime: (\n 0: #ffffff,\n 50: #f9fbe7,\n 100: #f0f4c3,\n 200: #e6ee9c,\n 300: #dce775,\n 400: #d4e157,\n 500: #cddc39,\n 600: #c0ca33,\n 700: #afb42b,\n 800: #9e9d24,\n 900: #827717,\n 1000: #000000\n ),\n materialYellow: (\n 0: #ffffff,\n 50: #fffde7,\n 100: #fff9c4,\n 200: #fff59d,\n 300: #fff176,\n 400: #ffee58,\n 500: #ffeb3b,\n 600: #fdd835,\n 700: #fbc02d,\n 800: #f9a825,\n 900: #f57f17,\n 1000: #000000\n ),\n materialAmber: (\n 0: #ffffff,\n 50: #fff8e1,\n 100: #ffecb3,\n 200: #ffe082,\n 300: #ffd54f,\n 400: #ffca28,\n 500: #ffc107,\n 600: #ffb300,\n 700: #ffa000,\n 800: #ff8f00,\n 900: #ff6f00,\n 1000: #000000\n ),\n materialOrange: (\n 0: #ffffff,\n 50: #fff3e0,\n 100: #ffe0b2,\n 200: #ffcc80,\n 300: #ffb74d,\n 400: #ffa726,\n 500: #ff9800,\n 600: #fb8c00,\n 700: #f57c00,\n 800: #ef6c00,\n 900: #e65100,\n 1000: #000000\n ),\n materialDeepOrange: (\n 0: #ffffff,\n 50: #fbe9e7,\n 100: #ffccbc,\n 200: #ffab91,\n 300: #ff8a65,\n 400: #ff7043,\n 500: #ff5722,\n 600: #f4511e,\n 700: #e64a19,\n 800: #d84315,\n 900: #bf360c,\n 1000: #000000\n ),\n materialBrown: (\n 0: #ffffff,\n 50: #efebe9,\n 100: #d7ccc8,\n 200: #bcaaa4,\n 300: #a1887f,\n 400: #8d6e63,\n 500: #795548,\n 600: #6d4c41,\n 700: #5d4037,\n 800: #4e342e,\n 900: #3e2723,\n 1000: #000000\n ),\n\n\n // Primer\n primerGray: (\n 0: #ffffff,\n 50: #f6f8fa,\n 100: #eaeef2,\n 200: #d0d7de,\n 300: #afb8c1,\n 400: #8c959f,\n 500: #6e7781,\n 600: #57606a,\n 700: #424a53,\n 800: #32383f,\n 900: #24292f,\n 1000: #000000\n ),\n primerBlue: (\n 0: #ffffff,\n 50: #ddf4ff,\n 100: #b6e3ff,\n 200: #80ccff,\n 300: #54aeff,\n 400: #218bff,\n 500: #0969da,\n 600: #0550ae,\n 700: #033d8b,\n 800: #0a3069,\n 900: #002155,\n 1000: #000000\n ),\n primerGreen: (\n 0: #ffffff,\n 50: #dafbe1,\n 100: #aceebb,\n 200: #6fdd8b,\n 300: #4ac26b,\n 400: #2da44e,\n 500: #1a7f37,\n 600: #116329,\n 700: #044f1e,\n 800: #003d16,\n 900: #002d11,\n 1000: #000000\n ),\n primerYellow: (\n 0: #ffffff,\n 50: #fff8c5,\n 100: #fae17d,\n 200: #eac54f,\n 300: #d4a72c,\n 400: #bf8700,\n 500: #9a6700,\n 600: #7d4e00,\n 700: #633c01,\n 800: #4d2d00,\n 900: #3b2300,\n 1000: #000000\n ),\n primerOrange: (\n 0: #ffffff,\n 50: #fff1e5,\n 100: #ffd8b5,\n 200: #ffb77c,\n 300: #fb8f44,\n 400: #e16f24,\n 500: #bc4c00,\n 600: #953800,\n 700: #762c00,\n 800: #5c2200,\n 900: #471700,\n 1000: #000000\n ),\n primerRed: (\n 0: #ffffff,\n 50: #ffebe9,\n 100: #ffcecb,\n 200: #ffaba8,\n 300: #ff8182,\n 400: #fa4549,\n 500: #cf222e,\n 600: #a40e26,\n 700: #82071e,\n 800: #660018,\n 900: #4c0014,\n 1000: #000000\n ),\n primerPurple: (\n 0: #ffffff,\n 50: #fbefff,\n 100: #ecd8ff,\n 200: #d8b9ff,\n 300: #c297ff,\n 400: #a475f9,\n 500: #8250df,\n 600: #6639ba,\n 700: #512a97,\n 800: #3e1f79,\n 900: #2e1461,\n 1000: #000000\n ),\n primerPink: (\n 0: #ffffff,\n 50: #ffeff7,\n 100: #ffd3eb,\n 200: #ffadda,\n 300: #ff80c8,\n 400: #e85aad,\n 500: #bf3989,\n 600: #99286e,\n 700: #772057,\n 800: #611347,\n 900: #4d0336,\n 1000: #000000\n ),\n primerCoral: (\n 0: #ffffff,\n 50: #fff0eb,\n 100: #ffd6cc,\n 200: #ffb4a1,\n 300: #fd8c73,\n 400: #ec6547,\n 500: #c4432b,\n 600: #9e2f1c,\n 700: #801f0f,\n 800: #691105,\n 900: #510901,\n 1000: #000000\n ),\n\n\n // Tailwind\n tailwindNeutral: (\n 0: #ffffff,\n 50: #fafafa,\n 100: #f5f5f5,\n 200: #e5e5e5,\n 300: #d4d4d4,\n 400: #a3a3a3,\n 500: #737373,\n 600: #525252,\n 700: #404040,\n 800: #262626,\n 900: #171717,\n 1000: #000000\n ),\n tailwindSlate: (\n 0: #ffffff,\n 50: #f8fafc,\n 100: #f1f5f9,\n 200: #e2e8f0,\n 300: #cbd5e1,\n 400: #94a3b8,\n 500: #64748b,\n 600: #475569,\n 700: #334155,\n 800: #1e293b,\n 900: #0f172a,\n 1000: #000000\n ),\n tailwindGray: (\n 0: #ffffff,\n 50: #f9fafb,\n 100: #f3f4f6,\n 200: #e5e7eb,\n 300: #d1d5db,\n 400: #9ca3af,\n 500: #6b7280,\n 600: #4b5563,\n 700: #374151,\n 800: #1f2937,\n 900: #111827,\n 1000: #000000\n ),\n tailwindZinc: (\n 0: #ffffff,\n 50: #fafafa,\n 100: #f4f4f5,\n 200: #e4e4e7,\n 300: #d4d4d8,\n 400: #a1a1aa,\n 500: #71717a,\n 600: #52525b,\n 700: #3f3f46,\n 800: #27272a,\n 900: #18181b,\n 1000: #000000\n ),\n tailwindStone: (\n 0: #ffffff,\n 50: #fafaf9,\n 100: #f5f5f4,\n 200: #e7e5e4,\n 300: #d6d3d1,\n 400: #a8a29e,\n 500: #78716c,\n 600: #57534e,\n 700: #44403c,\n 800: #292524,\n 900: #1c1917,\n 1000: #000000\n ),\n tailwindRed: (\n 0: #ffffff,\n 50: #fef2f2,\n 100: #fee2e2,\n 200: #fecaca,\n 300: #fca5a5,\n 400: #f87171,\n 500: #ef4444,\n 600: #dc2626,\n 700: #b91c1c,\n 800: #991b1b,\n 900: #7f1d1d,\n 1000: #000000\n ),\n tailwindOrange: (\n 0: #ffffff,\n 50: #fff7ed,\n 100: #ffedd5,\n 200: #fed7aa,\n 300: #fdba74,\n 400: #fb923c,\n 500: #f97316,\n 600: #ea580c,\n 700: #c2410c,\n 800: #9a3412,\n 900: #7c2d12,\n 1000: #000000\n ),\n tailwindAmber: (\n 0: #ffffff,\n 50: #fffbeb,\n 100: #fef3c7,\n 200: #fde68a,\n 300: #fcd34d,\n 400: #fbbf24,\n 500: #f59e0b,\n 600: #d97706,\n 700: #b45309,\n 800: #92400e,\n 900: #78350f,\n 1000: #000000\n ),\n tailwindYellow: (\n 0: #ffffff,\n 50: #fefce8,\n 100: #fef9c3,\n 200: #fef08a,\n 300: #fde047,\n 400: #facc15,\n 500: #eab308,\n 600: #ca8a04,\n 700: #a16207,\n 800: #854d0e,\n 900: #713f12,\n 1000: #000000\n ),\n tailwindLime: (\n 0: #ffffff,\n 50: #f7fee7,\n 100: #ecfccb,\n 200: #d9f99d,\n 300: #bef264,\n 400: #a3e635,\n 500: #84cc16,\n 600: #65a30d,\n 700: #4d7c0f,\n 800: #3f6212,\n 900: #365314,\n 1000: #000000\n ),\n tailwindGreen: (\n 0: #ffffff,\n 50: #f0fdf4,\n 100: #dcfce7,\n 200: #bbf7d0,\n 300: #86efac,\n 400: #4ade80,\n 500: #22c55e,\n 600: #16a34a,\n 700: #15803d,\n 800: #166534,\n 900: #14532d,\n 1000: #000000\n ),\n tailwindEmerald: (\n 0: #ffffff,\n 50: #ecfdf5,\n 100: #d1fae5,\n 200: #a7f3d0,\n 300: #6ee7b7,\n 400: #34d399,\n 500: #10b981,\n 600: #059669,\n 700: #047857,\n 800: #065f46,\n 900: #064e3b,\n 1000: #000000\n ),\n tailwindTeal: (\n 0: #ffffff,\n 50: #f0fdfa,\n 100: #ccfbf1,\n 200: #99f6e4,\n 300: #5eead4,\n 400: #2dd4bf,\n 500: #14b8a6,\n 600: #0d9488,\n 700: #0f766e,\n 800: #115e59,\n 900: #134e4a,\n 1000: #000000\n ),\n tailwindCyan: (\n 0: #ffffff,\n 50: #ecfeff,\n 100: #cffafe,\n 200: #a5f3fc,\n 300: #67e8f9,\n 400: #22d3ee,\n 500: #06b6d4,\n 600: #0891b2,\n 700: #0e7490,\n 800: #155e75,\n 900: #164e63,\n 1000: #000000\n ),\n tailwindSky: (\n 0: #ffffff,\n 50: #f0f9ff,\n 100: #e0f2fe,\n 200: #bae6fd,\n 300: #7dd3fc,\n 400: #38bdf8,\n 500: #0ea5e9,\n 600: #0284c7,\n 700: #0369a1,\n 800: #075985,\n 900: #0c4a6e,\n 1000: #000000\n ),\n tailwindBlue: (\n 0: #ffffff,\n 50: #eff6ff,\n 100: #dbeafe,\n 200: #bfdbfe,\n 300: #93c5fd,\n 400: #60a5fa,\n 500: #3b82f6,\n 600: #2563eb,\n 700: #1d4ed8,\n 800: #1e40af,\n 900: #1e3a8a,\n 1000: #000000\n ),\n tailwindIndigo: (\n 0: #ffffff,\n 50: #eef2ff,\n 100: #e0e7ff,\n 200: #c7d2fe,\n 300: #a5b4fc,\n 400: #818cf8,\n 500: #6366f1,\n 600: #4f46e5,\n 700: #4338ca,\n 800: #3730a3,\n 900: #312e81,\n 1000: #000000\n ),\n tailwindViolet: (\n 0: #ffffff,\n 50: #f5f3ff,\n 100: #ede9fe,\n 200: #ddd6fe,\n 300: #c4b5fd,\n 400: #a78bfa,\n 500: #8b5cf6,\n 600: #7c3aed,\n 700: #6d28d9,\n 800: #5b21b6,\n 900: #4c1d95,\n 1000: #000000\n ),\n tailwindPurple: (\n 0: #ffffff,\n 50: #faf5ff,\n 100: #f3e8ff,\n 200: #e9d5ff,\n 300: #d8b4fe,\n 400: #c084fc,\n 500: #a855f7,\n 600: #9333ea,\n 700: #7e22ce,\n 800: #6b21a8,\n 900: #581c87,\n 1000: #000000\n ),\n tailwindFuchsia: (\n 0: #ffffff,\n 50: #fdf4ff,\n 100: #fae8ff,\n 200: #f5d0fe,\n 300: #f0abfc,\n 400: #e879f9,\n 500: #d946ef,\n 600: #c026d3,\n 700: #a21caf,\n 800: #86198f,\n 900: #701a75,\n 1000: #000000\n ),\n tailwindPink: (\n 0: #ffffff,\n 50: #fdf2f8,\n 100: #fce7f3,\n 200: #fbcfe8,\n 300: #f9a8d4,\n 400: #f472b6,\n 500: #ec4899,\n 600: #db2777,\n 700: #be185d,\n 800: #9d174d,\n 900: #831843,\n 1000: #000000\n ),\n tailwindRose: (\n 0: #ffffff,\n 50: #fff1f2,\n 100: #ffe4e6,\n 200: #fecdd3,\n 300: #fda4af,\n 400: #fb7185,\n 500: #f43f5e,\n 600: #e11d48,\n 700: #be123c,\n 800: #9f1239,\n 900: #881337,\n 1000: #000000\n )\n\n)",
|
|
80108
|
+
"name": "kendo-color-level-step",
|
|
80109
|
+
"value": "8%",
|
|
80311
80110
|
"scope": "default",
|
|
80312
80111
|
"line": {
|
|
80313
|
-
"start":
|
|
80314
|
-
"end":
|
|
80112
|
+
"start": 181,
|
|
80113
|
+
"end": 181
|
|
80315
80114
|
}
|
|
80316
80115
|
},
|
|
80116
|
+
"group": [
|
|
80117
|
+
"color-system"
|
|
80118
|
+
],
|
|
80317
80119
|
"access": "private",
|
|
80318
|
-
"
|
|
80319
|
-
|
|
80320
|
-
|
|
80321
|
-
|
|
80322
|
-
|
|
80323
|
-
|
|
80324
|
-
|
|
80325
|
-
|
|
80326
|
-
|
|
80327
|
-
|
|
80328
|
-
|
|
80329
|
-
|
|
80330
|
-
|
|
80331
|
-
|
|
80332
|
-
|
|
80333
|
-
|
|
80334
|
-
|
|
80335
|
-
|
|
80336
|
-
"
|
|
80337
|
-
"name": "bootstrapBlue",
|
|
80338
|
-
"description": "The Bootstrap blue palette"
|
|
80339
|
-
},
|
|
80340
|
-
{
|
|
80341
|
-
"type": "ColorMap",
|
|
80342
|
-
"name": "bootstrapIndigo",
|
|
80343
|
-
"description": "The Bootstrap indigo palette"
|
|
80344
|
-
},
|
|
80345
|
-
{
|
|
80346
|
-
"type": "ColorMap",
|
|
80347
|
-
"name": "bootstrapPurple",
|
|
80348
|
-
"description": "The Bootstrap purple palette"
|
|
80349
|
-
},
|
|
80350
|
-
{
|
|
80351
|
-
"type": "ColorMap",
|
|
80352
|
-
"name": "bootstrapPink",
|
|
80353
|
-
"description": "The Bootstrap pink palette"
|
|
80354
|
-
},
|
|
80355
|
-
{
|
|
80356
|
-
"type": "ColorMap",
|
|
80357
|
-
"name": "bootstrapRed",
|
|
80358
|
-
"description": "The Bootstrap red palette"
|
|
80359
|
-
},
|
|
80360
|
-
{
|
|
80361
|
-
"type": "ColorMap",
|
|
80362
|
-
"name": "bootstrapOrange",
|
|
80363
|
-
"description": "The Bootstrap orange palette"
|
|
80364
|
-
},
|
|
80365
|
-
{
|
|
80366
|
-
"type": "ColorMap",
|
|
80367
|
-
"name": "bootstrapYellow",
|
|
80368
|
-
"description": "The Bootstrap yellow palette"
|
|
80369
|
-
},
|
|
80370
|
-
{
|
|
80371
|
-
"type": "ColorMap",
|
|
80372
|
-
"name": "bootstrapGreen",
|
|
80373
|
-
"description": "The Bootstrap green palette"
|
|
80374
|
-
},
|
|
80375
|
-
{
|
|
80376
|
-
"type": "ColorMap",
|
|
80377
|
-
"name": "bootstrapTeal",
|
|
80378
|
-
"description": "The Bootstrap teal palette"
|
|
80379
|
-
},
|
|
80380
|
-
{
|
|
80381
|
-
"type": "ColorMap",
|
|
80382
|
-
"name": "bootstrapCyan",
|
|
80383
|
-
"description": "The Bootstrap cyan palette"
|
|
80384
|
-
},
|
|
80385
|
-
{
|
|
80386
|
-
"type": "ColorMap",
|
|
80387
|
-
"name": "fluentNeutral",
|
|
80388
|
-
"description": "The Fluent neutral palette"
|
|
80389
|
-
},
|
|
80390
|
-
{
|
|
80391
|
-
"type": "ColorMap",
|
|
80392
|
-
"name": "materialGray",
|
|
80393
|
-
"description": "The Material gray palette"
|
|
80394
|
-
},
|
|
80395
|
-
{
|
|
80396
|
-
"type": "ColorMap",
|
|
80397
|
-
"name": "materialBlueGray",
|
|
80398
|
-
"description": "The Material blue gray palette"
|
|
80399
|
-
},
|
|
80400
|
-
{
|
|
80401
|
-
"type": "ColorMap",
|
|
80402
|
-
"name": "materialRed",
|
|
80403
|
-
"description": "The Material red palette"
|
|
80404
|
-
},
|
|
80405
|
-
{
|
|
80406
|
-
"type": "ColorMap",
|
|
80407
|
-
"name": "materialPink",
|
|
80408
|
-
"description": "The Material pink palette"
|
|
80409
|
-
},
|
|
80410
|
-
{
|
|
80411
|
-
"type": "ColorMap",
|
|
80412
|
-
"name": "materialPurple",
|
|
80413
|
-
"description": "The Material purple palette"
|
|
80414
|
-
},
|
|
80415
|
-
{
|
|
80416
|
-
"type": "ColorMap",
|
|
80417
|
-
"name": "materialDeepPurple",
|
|
80418
|
-
"description": "The Material deep purple palette"
|
|
80419
|
-
},
|
|
80420
|
-
{
|
|
80421
|
-
"type": "ColorMap",
|
|
80422
|
-
"name": "materialIndigo",
|
|
80423
|
-
"description": "The Material indigo palette"
|
|
80424
|
-
},
|
|
80425
|
-
{
|
|
80426
|
-
"type": "ColorMap",
|
|
80427
|
-
"name": "materialBlue",
|
|
80428
|
-
"description": "The Material blue palette"
|
|
80429
|
-
},
|
|
80430
|
-
{
|
|
80431
|
-
"type": "ColorMap",
|
|
80432
|
-
"name": "materialLightBlue",
|
|
80433
|
-
"description": "The Material light blue palette"
|
|
80434
|
-
},
|
|
80435
|
-
{
|
|
80436
|
-
"type": "ColorMap",
|
|
80437
|
-
"name": "materialCyan",
|
|
80438
|
-
"description": "The Material cyan palette"
|
|
80439
|
-
},
|
|
80440
|
-
{
|
|
80441
|
-
"type": "ColorMap",
|
|
80442
|
-
"name": "materialTeal",
|
|
80443
|
-
"description": "The Material teal palette"
|
|
80444
|
-
},
|
|
80445
|
-
{
|
|
80446
|
-
"type": "ColorMap",
|
|
80447
|
-
"name": "materialGreen",
|
|
80448
|
-
"description": "The Material green palette"
|
|
80449
|
-
},
|
|
80450
|
-
{
|
|
80451
|
-
"type": "ColorMap",
|
|
80452
|
-
"name": "materialLightGreen",
|
|
80453
|
-
"description": "The Material light green palette"
|
|
80454
|
-
},
|
|
80455
|
-
{
|
|
80456
|
-
"type": "ColorMap",
|
|
80457
|
-
"name": "materialLime",
|
|
80458
|
-
"description": "The Material lime palette"
|
|
80459
|
-
},
|
|
80460
|
-
{
|
|
80461
|
-
"type": "ColorMap",
|
|
80462
|
-
"name": "materialYellow",
|
|
80463
|
-
"description": "The Material yellow palette"
|
|
80464
|
-
},
|
|
80465
|
-
{
|
|
80466
|
-
"type": "ColorMap",
|
|
80467
|
-
"name": "materialAmber",
|
|
80468
|
-
"description": "The Material amber palette"
|
|
80469
|
-
},
|
|
80470
|
-
{
|
|
80471
|
-
"type": "ColorMap",
|
|
80472
|
-
"name": "materialOrange",
|
|
80473
|
-
"description": "The Material orange palette"
|
|
80474
|
-
},
|
|
80475
|
-
{
|
|
80476
|
-
"type": "ColorMap",
|
|
80477
|
-
"name": "materialDeepOrange",
|
|
80478
|
-
"description": "The Material deep orange palette"
|
|
80479
|
-
},
|
|
80480
|
-
{
|
|
80481
|
-
"type": "ColorMap",
|
|
80482
|
-
"name": "materialBrown",
|
|
80483
|
-
"description": "The Material brown palette"
|
|
80484
|
-
},
|
|
80485
|
-
{
|
|
80486
|
-
"type": "ColorMap",
|
|
80487
|
-
"name": "primerGray",
|
|
80488
|
-
"description": "The Primer gray palette"
|
|
80489
|
-
},
|
|
80490
|
-
{
|
|
80491
|
-
"type": "ColorMap",
|
|
80492
|
-
"name": "primerBlue",
|
|
80493
|
-
"description": "The Primer blue palette"
|
|
80494
|
-
},
|
|
80495
|
-
{
|
|
80496
|
-
"type": "ColorMap",
|
|
80497
|
-
"name": "primerGreen",
|
|
80498
|
-
"description": "The Primer green palette"
|
|
80499
|
-
},
|
|
80500
|
-
{
|
|
80501
|
-
"type": "ColorMap",
|
|
80502
|
-
"name": "primerYellow",
|
|
80503
|
-
"description": "The Primer yellow palette"
|
|
80504
|
-
},
|
|
80505
|
-
{
|
|
80506
|
-
"type": "ColorMap",
|
|
80507
|
-
"name": "primerOrange",
|
|
80508
|
-
"description": "The Primer orange palette"
|
|
80509
|
-
},
|
|
80510
|
-
{
|
|
80511
|
-
"type": "ColorMap",
|
|
80512
|
-
"name": "primerRed",
|
|
80513
|
-
"description": "The Primer red palette"
|
|
80514
|
-
},
|
|
80515
|
-
{
|
|
80516
|
-
"type": "ColorMap",
|
|
80517
|
-
"name": "primerPurple",
|
|
80518
|
-
"description": "The Primer purple palette"
|
|
80519
|
-
},
|
|
80520
|
-
{
|
|
80521
|
-
"type": "ColorMap",
|
|
80522
|
-
"name": "primerPink",
|
|
80523
|
-
"description": "The Primer pink palette"
|
|
80524
|
-
},
|
|
80525
|
-
{
|
|
80526
|
-
"type": "ColorMap",
|
|
80527
|
-
"name": "primerCoral",
|
|
80528
|
-
"description": "The Primer coral palette"
|
|
80529
|
-
},
|
|
80530
|
-
{
|
|
80531
|
-
"type": "ColorMap",
|
|
80532
|
-
"name": "tailwindNeutral",
|
|
80533
|
-
"description": "The Tailwind neutral palette"
|
|
80534
|
-
},
|
|
80535
|
-
{
|
|
80536
|
-
"type": "ColorMap",
|
|
80537
|
-
"name": "tailwindSlate",
|
|
80538
|
-
"description": "The Tailwind slate palette"
|
|
80539
|
-
},
|
|
80540
|
-
{
|
|
80541
|
-
"type": "ColorMap",
|
|
80542
|
-
"name": "tailwindGray",
|
|
80543
|
-
"description": "The Tailwind gray palette"
|
|
80544
|
-
},
|
|
80545
|
-
{
|
|
80546
|
-
"type": "ColorMap",
|
|
80547
|
-
"name": "tailwindZinc",
|
|
80548
|
-
"description": "The Tailwind zinc palette"
|
|
80549
|
-
},
|
|
80550
|
-
{
|
|
80551
|
-
"type": "ColorMap",
|
|
80552
|
-
"name": "tailwindStone",
|
|
80553
|
-
"description": "The Tailwind stone palette"
|
|
80554
|
-
},
|
|
80555
|
-
{
|
|
80556
|
-
"type": "ColorMap",
|
|
80557
|
-
"name": "tailwindRed",
|
|
80558
|
-
"description": "The Tailwind red palette"
|
|
80559
|
-
},
|
|
80560
|
-
{
|
|
80561
|
-
"type": "ColorMap",
|
|
80562
|
-
"name": "tailwindOrange",
|
|
80563
|
-
"description": "The Tailwind orange palette"
|
|
80564
|
-
},
|
|
80565
|
-
{
|
|
80566
|
-
"type": "ColorMap",
|
|
80567
|
-
"name": "tailwindAmber",
|
|
80568
|
-
"description": "The Tailwind amber palette"
|
|
80569
|
-
},
|
|
80570
|
-
{
|
|
80571
|
-
"type": "ColorMap",
|
|
80572
|
-
"name": "tailwindYellow",
|
|
80573
|
-
"description": "The Tailwind yellow palette"
|
|
80574
|
-
},
|
|
80575
|
-
{
|
|
80576
|
-
"type": "ColorMap",
|
|
80577
|
-
"name": "tailwindLime",
|
|
80578
|
-
"description": "The Tailwind lime palette"
|
|
80579
|
-
},
|
|
80580
|
-
{
|
|
80581
|
-
"type": "ColorMap",
|
|
80582
|
-
"name": "tailwindGreen",
|
|
80583
|
-
"description": "The Tailwind green palette"
|
|
80584
|
-
},
|
|
80585
|
-
{
|
|
80586
|
-
"type": "ColorMap",
|
|
80587
|
-
"name": "tailwindEmerald",
|
|
80588
|
-
"description": "The Tailwind emerald palette"
|
|
80589
|
-
},
|
|
80590
|
-
{
|
|
80591
|
-
"type": "ColorMap",
|
|
80592
|
-
"name": "tailwindTeal",
|
|
80593
|
-
"description": "The Tailwind teal palette"
|
|
80594
|
-
},
|
|
80595
|
-
{
|
|
80596
|
-
"type": "ColorMap",
|
|
80597
|
-
"name": "tailwindCyan",
|
|
80598
|
-
"description": "The Tailwind cyan palette"
|
|
80599
|
-
},
|
|
80600
|
-
{
|
|
80601
|
-
"type": "ColorMap",
|
|
80602
|
-
"name": "tailwindSky",
|
|
80603
|
-
"description": "The Tailwind sky palette"
|
|
80604
|
-
},
|
|
80605
|
-
{
|
|
80606
|
-
"type": "ColorMap",
|
|
80607
|
-
"name": "tailwindBlue",
|
|
80608
|
-
"description": "The Tailwind blue palette"
|
|
80609
|
-
},
|
|
80610
|
-
{
|
|
80611
|
-
"type": "ColorMap",
|
|
80612
|
-
"name": "tailwindIndigo",
|
|
80613
|
-
"description": "The Tailwind indigo palette"
|
|
80614
|
-
},
|
|
80615
|
-
{
|
|
80616
|
-
"type": "ColorMap",
|
|
80617
|
-
"name": "tailwindViolet",
|
|
80618
|
-
"description": "The Tailwind violet palette"
|
|
80619
|
-
},
|
|
80620
|
-
{
|
|
80621
|
-
"type": "ColorMap",
|
|
80622
|
-
"name": "tailwindPurple",
|
|
80623
|
-
"description": "The Tailwind purple palette"
|
|
80624
|
-
},
|
|
80625
|
-
{
|
|
80626
|
-
"type": "ColorMap",
|
|
80627
|
-
"name": "tailwindFuchsia",
|
|
80628
|
-
"description": "The Tailwind fuchsia palette"
|
|
80629
|
-
},
|
|
80630
|
-
{
|
|
80631
|
-
"type": "ColorMap",
|
|
80632
|
-
"name": "tailwindPink",
|
|
80633
|
-
"description": "The Tailwind pink palette"
|
|
80634
|
-
},
|
|
80635
|
-
{
|
|
80636
|
-
"type": "ColorMap",
|
|
80637
|
-
"name": "tailwindRose",
|
|
80638
|
-
"description": "The Tailwind rose palette"
|
|
80120
|
+
"file": {
|
|
80121
|
+
"path": "core/scss/functions/_color.import.scss",
|
|
80122
|
+
"name": "_color.import.scss"
|
|
80123
|
+
}
|
|
80124
|
+
},
|
|
80125
|
+
{
|
|
80126
|
+
"description": "The Coral Palette provides colors to the Primary and Series A variable groups.\n",
|
|
80127
|
+
"commentRange": {
|
|
80128
|
+
"start": 228,
|
|
80129
|
+
"end": 229
|
|
80130
|
+
},
|
|
80131
|
+
"context": {
|
|
80132
|
+
"type": "variable",
|
|
80133
|
+
"name": "kendo-palette-coral",
|
|
80134
|
+
"value": "$_default-palette-coral",
|
|
80135
|
+
"scope": "default",
|
|
80136
|
+
"line": {
|
|
80137
|
+
"start": 230,
|
|
80138
|
+
"end": 230
|
|
80639
80139
|
}
|
|
80140
|
+
},
|
|
80141
|
+
"group": [
|
|
80142
|
+
"palette"
|
|
80640
80143
|
],
|
|
80144
|
+
"access": "public",
|
|
80145
|
+
"file": {
|
|
80146
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80147
|
+
"name": "_palettes.scss"
|
|
80148
|
+
}
|
|
80149
|
+
},
|
|
80150
|
+
{
|
|
80151
|
+
"description": "The Sky Blue Palette provides colors to the Tertiary variable group.\n",
|
|
80152
|
+
"commentRange": {
|
|
80153
|
+
"start": 233,
|
|
80154
|
+
"end": 234
|
|
80155
|
+
},
|
|
80156
|
+
"context": {
|
|
80157
|
+
"type": "variable",
|
|
80158
|
+
"name": "kendo-palette-sky-blue",
|
|
80159
|
+
"value": "$_default-palette-sky-blue",
|
|
80160
|
+
"scope": "default",
|
|
80161
|
+
"line": {
|
|
80162
|
+
"start": 235,
|
|
80163
|
+
"end": 235
|
|
80164
|
+
}
|
|
80165
|
+
},
|
|
80641
80166
|
"group": [
|
|
80642
|
-
"
|
|
80167
|
+
"palette"
|
|
80643
80168
|
],
|
|
80169
|
+
"access": "public",
|
|
80644
80170
|
"file": {
|
|
80645
80171
|
"path": "core/scss/color-system/_palettes.scss",
|
|
80646
80172
|
"name": "_palettes.scss"
|
|
80647
80173
|
}
|
|
80648
80174
|
},
|
|
80649
80175
|
{
|
|
80650
|
-
"description": "
|
|
80176
|
+
"description": "The Green Palette provides colors to the Success variable group.\n",
|
|
80651
80177
|
"commentRange": {
|
|
80652
|
-
"start":
|
|
80653
|
-
"end":
|
|
80178
|
+
"start": 238,
|
|
80179
|
+
"end": 239
|
|
80654
80180
|
},
|
|
80655
80181
|
"context": {
|
|
80656
80182
|
"type": "variable",
|
|
80657
|
-
"name": "kendo-
|
|
80658
|
-
"value": "
|
|
80183
|
+
"name": "kendo-palette-green",
|
|
80184
|
+
"value": "$_default-palette-green",
|
|
80659
80185
|
"scope": "default",
|
|
80660
80186
|
"line": {
|
|
80661
|
-
"start":
|
|
80662
|
-
"end":
|
|
80187
|
+
"start": 240,
|
|
80188
|
+
"end": 240
|
|
80663
80189
|
}
|
|
80664
80190
|
},
|
|
80665
80191
|
"group": [
|
|
80666
|
-
"
|
|
80192
|
+
"palette"
|
|
80667
80193
|
],
|
|
80668
|
-
"access": "
|
|
80194
|
+
"access": "public",
|
|
80669
80195
|
"file": {
|
|
80670
|
-
"path": "core/scss/
|
|
80671
|
-
"name": "
|
|
80196
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80197
|
+
"name": "_palettes.scss"
|
|
80672
80198
|
}
|
|
80673
80199
|
},
|
|
80674
80200
|
{
|
|
80675
|
-
"description": "The
|
|
80201
|
+
"description": "The Blue Palette provides colors to the Info variable group.\n",
|
|
80676
80202
|
"commentRange": {
|
|
80677
|
-
"start":
|
|
80678
|
-
"end":
|
|
80203
|
+
"start": 243,
|
|
80204
|
+
"end": 244
|
|
80679
80205
|
},
|
|
80680
80206
|
"context": {
|
|
80681
80207
|
"type": "variable",
|
|
80682
|
-
"name": "kendo-
|
|
80683
|
-
"value": "$_default-
|
|
80208
|
+
"name": "kendo-palette-blue",
|
|
80209
|
+
"value": "$_default-palette-blue",
|
|
80684
80210
|
"scope": "default",
|
|
80685
80211
|
"line": {
|
|
80686
|
-
"start":
|
|
80687
|
-
"end":
|
|
80212
|
+
"start": 245,
|
|
80213
|
+
"end": 245
|
|
80688
80214
|
}
|
|
80689
80215
|
},
|
|
80690
80216
|
"group": [
|
|
80691
|
-
"
|
|
80217
|
+
"palette"
|
|
80692
80218
|
],
|
|
80693
80219
|
"access": "public",
|
|
80694
80220
|
"file": {
|
|
80695
|
-
"path": "core/scss/
|
|
80696
|
-
"name": "
|
|
80221
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80222
|
+
"name": "_palettes.scss"
|
|
80223
|
+
}
|
|
80224
|
+
},
|
|
80225
|
+
{
|
|
80226
|
+
"description": "The Yellow Palette provides colors to the Warning variable group.\n",
|
|
80227
|
+
"commentRange": {
|
|
80228
|
+
"start": 248,
|
|
80229
|
+
"end": 249
|
|
80230
|
+
},
|
|
80231
|
+
"context": {
|
|
80232
|
+
"type": "variable",
|
|
80233
|
+
"name": "kendo-palette-yellow",
|
|
80234
|
+
"value": "$_default-palette-yellow",
|
|
80235
|
+
"scope": "default",
|
|
80236
|
+
"line": {
|
|
80237
|
+
"start": 250,
|
|
80238
|
+
"end": 250
|
|
80239
|
+
}
|
|
80240
|
+
},
|
|
80241
|
+
"group": [
|
|
80242
|
+
"palette"
|
|
80243
|
+
],
|
|
80244
|
+
"access": "public",
|
|
80245
|
+
"file": {
|
|
80246
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80247
|
+
"name": "_palettes.scss"
|
|
80248
|
+
}
|
|
80249
|
+
},
|
|
80250
|
+
{
|
|
80251
|
+
"description": "The Red Palette provides colors to the Error variable group.\n",
|
|
80252
|
+
"commentRange": {
|
|
80253
|
+
"start": 253,
|
|
80254
|
+
"end": 254
|
|
80255
|
+
},
|
|
80256
|
+
"context": {
|
|
80257
|
+
"type": "variable",
|
|
80258
|
+
"name": "kendo-palette-red",
|
|
80259
|
+
"value": "$_default-palette-red",
|
|
80260
|
+
"scope": "default",
|
|
80261
|
+
"line": {
|
|
80262
|
+
"start": 255,
|
|
80263
|
+
"end": 255
|
|
80264
|
+
}
|
|
80265
|
+
},
|
|
80266
|
+
"group": [
|
|
80267
|
+
"palette"
|
|
80268
|
+
],
|
|
80269
|
+
"access": "public",
|
|
80270
|
+
"file": {
|
|
80271
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80272
|
+
"name": "_palettes.scss"
|
|
80273
|
+
}
|
|
80274
|
+
},
|
|
80275
|
+
{
|
|
80276
|
+
"description": "The Lemon Yellow Palette provides colors to the Series B variable group.\n",
|
|
80277
|
+
"commentRange": {
|
|
80278
|
+
"start": 258,
|
|
80279
|
+
"end": 259
|
|
80280
|
+
},
|
|
80281
|
+
"context": {
|
|
80282
|
+
"type": "variable",
|
|
80283
|
+
"name": "kendo-palette-lemon-yellow",
|
|
80284
|
+
"value": "$_default-palette-lemon-yellow",
|
|
80285
|
+
"scope": "default",
|
|
80286
|
+
"line": {
|
|
80287
|
+
"start": 260,
|
|
80288
|
+
"end": 260
|
|
80289
|
+
}
|
|
80290
|
+
},
|
|
80291
|
+
"group": [
|
|
80292
|
+
"palette"
|
|
80293
|
+
],
|
|
80294
|
+
"access": "public",
|
|
80295
|
+
"file": {
|
|
80296
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80297
|
+
"name": "_palettes.scss"
|
|
80298
|
+
}
|
|
80299
|
+
},
|
|
80300
|
+
{
|
|
80301
|
+
"description": "The Spring Green Palette provides colors to the Series C variable group.\n",
|
|
80302
|
+
"commentRange": {
|
|
80303
|
+
"start": 263,
|
|
80304
|
+
"end": 264
|
|
80305
|
+
},
|
|
80306
|
+
"context": {
|
|
80307
|
+
"type": "variable",
|
|
80308
|
+
"name": "kendo-palette-spring-green",
|
|
80309
|
+
"value": "$_default-palette-spring-green",
|
|
80310
|
+
"scope": "default",
|
|
80311
|
+
"line": {
|
|
80312
|
+
"start": 265,
|
|
80313
|
+
"end": 265
|
|
80314
|
+
}
|
|
80315
|
+
},
|
|
80316
|
+
"group": [
|
|
80317
|
+
"palette"
|
|
80318
|
+
],
|
|
80319
|
+
"access": "public",
|
|
80320
|
+
"file": {
|
|
80321
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80322
|
+
"name": "_palettes.scss"
|
|
80323
|
+
}
|
|
80324
|
+
},
|
|
80325
|
+
{
|
|
80326
|
+
"description": "The Royal Blue Palette provides colors to the Series D variable group.\n",
|
|
80327
|
+
"commentRange": {
|
|
80328
|
+
"start": 268,
|
|
80329
|
+
"end": 269
|
|
80330
|
+
},
|
|
80331
|
+
"context": {
|
|
80332
|
+
"type": "variable",
|
|
80333
|
+
"name": "kendo-palette-royal-blue",
|
|
80334
|
+
"value": "$_default-palette-royal-blue",
|
|
80335
|
+
"scope": "default",
|
|
80336
|
+
"line": {
|
|
80337
|
+
"start": 270,
|
|
80338
|
+
"end": 270
|
|
80339
|
+
}
|
|
80340
|
+
},
|
|
80341
|
+
"group": [
|
|
80342
|
+
"palette"
|
|
80343
|
+
],
|
|
80344
|
+
"access": "public",
|
|
80345
|
+
"file": {
|
|
80346
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80347
|
+
"name": "_palettes.scss"
|
|
80348
|
+
}
|
|
80349
|
+
},
|
|
80350
|
+
{
|
|
80351
|
+
"description": "The Lavender Purple Palette provides colors to the Series E variable group.\n",
|
|
80352
|
+
"commentRange": {
|
|
80353
|
+
"start": 273,
|
|
80354
|
+
"end": 274
|
|
80355
|
+
},
|
|
80356
|
+
"context": {
|
|
80357
|
+
"type": "variable",
|
|
80358
|
+
"name": "kendo-palette-lavender-purple",
|
|
80359
|
+
"value": "$_default-palette-lavender-purple",
|
|
80360
|
+
"scope": "default",
|
|
80361
|
+
"line": {
|
|
80362
|
+
"start": 275,
|
|
80363
|
+
"end": 275
|
|
80364
|
+
}
|
|
80365
|
+
},
|
|
80366
|
+
"group": [
|
|
80367
|
+
"palette"
|
|
80368
|
+
],
|
|
80369
|
+
"access": "public",
|
|
80370
|
+
"file": {
|
|
80371
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80372
|
+
"name": "_palettes.scss"
|
|
80373
|
+
}
|
|
80374
|
+
},
|
|
80375
|
+
{
|
|
80376
|
+
"description": "The Flamingo Pink Palette provides colors to the Series F variable group.\n",
|
|
80377
|
+
"commentRange": {
|
|
80378
|
+
"start": 278,
|
|
80379
|
+
"end": 279
|
|
80380
|
+
},
|
|
80381
|
+
"context": {
|
|
80382
|
+
"type": "variable",
|
|
80383
|
+
"name": "kendo-palette-flamingo-pink",
|
|
80384
|
+
"value": "$_default-palette-flamingo-pink",
|
|
80385
|
+
"scope": "default",
|
|
80386
|
+
"line": {
|
|
80387
|
+
"start": 280,
|
|
80388
|
+
"end": 280
|
|
80389
|
+
}
|
|
80390
|
+
},
|
|
80391
|
+
"group": [
|
|
80392
|
+
"palette"
|
|
80393
|
+
],
|
|
80394
|
+
"access": "public",
|
|
80395
|
+
"file": {
|
|
80396
|
+
"path": "core/scss/color-system/_palettes.scss",
|
|
80397
|
+
"name": "_palettes.scss"
|
|
80697
80398
|
}
|
|
80698
80399
|
},
|
|
80699
80400
|
{
|
|
80700
80401
|
"description": "The extra extra small font size across all components.\n",
|
|
80701
80402
|
"commentRange": {
|
|
80702
|
-
"start":
|
|
80703
|
-
"end":
|
|
80403
|
+
"start": 8,
|
|
80404
|
+
"end": 9
|
|
80704
80405
|
},
|
|
80705
80406
|
"context": {
|
|
80706
80407
|
"type": "variable",
|
|
@@ -80708,8 +80409,8 @@
|
|
|
80708
80409
|
"value": "0.5rem",
|
|
80709
80410
|
"scope": "default",
|
|
80710
80411
|
"line": {
|
|
80711
|
-
"start":
|
|
80712
|
-
"end":
|
|
80412
|
+
"start": 10,
|
|
80413
|
+
"end": 10
|
|
80713
80414
|
}
|
|
80714
80415
|
},
|
|
80715
80416
|
"group": [
|
|
@@ -80724,8 +80425,8 @@
|
|
|
80724
80425
|
{
|
|
80725
80426
|
"description": "The base font weight across all components.\n",
|
|
80726
80427
|
"commentRange": {
|
|
80727
|
-
"start":
|
|
80728
|
-
"end":
|
|
80428
|
+
"start": 46,
|
|
80429
|
+
"end": 47
|
|
80729
80430
|
},
|
|
80730
80431
|
"context": {
|
|
80731
80432
|
"type": "variable",
|
|
@@ -80733,8 +80434,8 @@
|
|
|
80733
80434
|
"value": "400",
|
|
80734
80435
|
"scope": "default",
|
|
80735
80436
|
"line": {
|
|
80736
|
-
"start":
|
|
80737
|
-
"end":
|
|
80437
|
+
"start": 48,
|
|
80438
|
+
"end": 48
|
|
80738
80439
|
}
|
|
80739
80440
|
},
|
|
80740
80441
|
"group": [
|
|
@@ -80749,8 +80450,8 @@
|
|
|
80749
80450
|
{
|
|
80750
80451
|
"description": "The thin font weight across all components.\n",
|
|
80751
80452
|
"commentRange": {
|
|
80752
|
-
"start":
|
|
80753
|
-
"end":
|
|
80453
|
+
"start": 49,
|
|
80454
|
+
"end": 50
|
|
80754
80455
|
},
|
|
80755
80456
|
"context": {
|
|
80756
80457
|
"type": "variable",
|
|
@@ -80758,8 +80459,8 @@
|
|
|
80758
80459
|
"value": "100",
|
|
80759
80460
|
"scope": "default",
|
|
80760
80461
|
"line": {
|
|
80761
|
-
"start":
|
|
80762
|
-
"end":
|
|
80462
|
+
"start": 51,
|
|
80463
|
+
"end": 51
|
|
80763
80464
|
}
|
|
80764
80465
|
},
|
|
80765
80466
|
"group": [
|
|
@@ -80774,8 +80475,8 @@
|
|
|
80774
80475
|
{
|
|
80775
80476
|
"description": "The extra light font weight across all components.\n",
|
|
80776
80477
|
"commentRange": {
|
|
80777
|
-
"start":
|
|
80778
|
-
"end":
|
|
80478
|
+
"start": 52,
|
|
80479
|
+
"end": 53
|
|
80779
80480
|
},
|
|
80780
80481
|
"context": {
|
|
80781
80482
|
"type": "variable",
|
|
@@ -80783,8 +80484,8 @@
|
|
|
80783
80484
|
"value": "200",
|
|
80784
80485
|
"scope": "default",
|
|
80785
80486
|
"line": {
|
|
80786
|
-
"start":
|
|
80787
|
-
"end":
|
|
80487
|
+
"start": 54,
|
|
80488
|
+
"end": 54
|
|
80788
80489
|
}
|
|
80789
80490
|
},
|
|
80790
80491
|
"group": [
|
|
@@ -80799,8 +80500,8 @@
|
|
|
80799
80500
|
{
|
|
80800
80501
|
"description": "The light font weight across all components.\n",
|
|
80801
80502
|
"commentRange": {
|
|
80802
|
-
"start":
|
|
80803
|
-
"end":
|
|
80503
|
+
"start": 55,
|
|
80504
|
+
"end": 56
|
|
80804
80505
|
},
|
|
80805
80506
|
"context": {
|
|
80806
80507
|
"type": "variable",
|
|
@@ -80808,8 +80509,8 @@
|
|
|
80808
80509
|
"value": "300",
|
|
80809
80510
|
"scope": "default",
|
|
80810
80511
|
"line": {
|
|
80811
|
-
"start":
|
|
80812
|
-
"end":
|
|
80512
|
+
"start": 57,
|
|
80513
|
+
"end": 57
|
|
80813
80514
|
}
|
|
80814
80515
|
},
|
|
80815
80516
|
"group": [
|
|
@@ -80824,8 +80525,8 @@
|
|
|
80824
80525
|
{
|
|
80825
80526
|
"description": "The normal font weight across all components.\n",
|
|
80826
80527
|
"commentRange": {
|
|
80827
|
-
"start":
|
|
80828
|
-
"end":
|
|
80528
|
+
"start": 58,
|
|
80529
|
+
"end": 59
|
|
80829
80530
|
},
|
|
80830
80531
|
"context": {
|
|
80831
80532
|
"type": "variable",
|
|
@@ -80833,8 +80534,8 @@
|
|
|
80833
80534
|
"value": "$kendo-font-weight",
|
|
80834
80535
|
"scope": "default",
|
|
80835
80536
|
"line": {
|
|
80836
|
-
"start":
|
|
80837
|
-
"end":
|
|
80537
|
+
"start": 60,
|
|
80538
|
+
"end": 60
|
|
80838
80539
|
}
|
|
80839
80540
|
},
|
|
80840
80541
|
"group": [
|
|
@@ -80849,8 +80550,8 @@
|
|
|
80849
80550
|
{
|
|
80850
80551
|
"description": "The medium font weight across all components.\n",
|
|
80851
80552
|
"commentRange": {
|
|
80852
|
-
"start":
|
|
80853
|
-
"end":
|
|
80553
|
+
"start": 61,
|
|
80554
|
+
"end": 62
|
|
80854
80555
|
},
|
|
80855
80556
|
"context": {
|
|
80856
80557
|
"type": "variable",
|
|
@@ -80858,8 +80559,8 @@
|
|
|
80858
80559
|
"value": "500",
|
|
80859
80560
|
"scope": "default",
|
|
80860
80561
|
"line": {
|
|
80861
|
-
"start":
|
|
80862
|
-
"end":
|
|
80562
|
+
"start": 63,
|
|
80563
|
+
"end": 63
|
|
80863
80564
|
}
|
|
80864
80565
|
},
|
|
80865
80566
|
"group": [
|
|
@@ -80874,8 +80575,8 @@
|
|
|
80874
80575
|
{
|
|
80875
80576
|
"description": "The semibold font weight across all components.\n",
|
|
80876
80577
|
"commentRange": {
|
|
80877
|
-
"start":
|
|
80878
|
-
"end":
|
|
80578
|
+
"start": 64,
|
|
80579
|
+
"end": 65
|
|
80879
80580
|
},
|
|
80880
80581
|
"context": {
|
|
80881
80582
|
"type": "variable",
|
|
@@ -80883,8 +80584,8 @@
|
|
|
80883
80584
|
"value": "600",
|
|
80884
80585
|
"scope": "default",
|
|
80885
80586
|
"line": {
|
|
80886
|
-
"start":
|
|
80887
|
-
"end":
|
|
80587
|
+
"start": 66,
|
|
80588
|
+
"end": 66
|
|
80888
80589
|
}
|
|
80889
80590
|
},
|
|
80890
80591
|
"group": [
|
|
@@ -80899,8 +80600,8 @@
|
|
|
80899
80600
|
{
|
|
80900
80601
|
"description": "The bold font weight across all components.\n",
|
|
80901
80602
|
"commentRange": {
|
|
80902
|
-
"start":
|
|
80903
|
-
"end":
|
|
80603
|
+
"start": 67,
|
|
80604
|
+
"end": 68
|
|
80904
80605
|
},
|
|
80905
80606
|
"context": {
|
|
80906
80607
|
"type": "variable",
|
|
@@ -80908,8 +80609,8 @@
|
|
|
80908
80609
|
"value": "700",
|
|
80909
80610
|
"scope": "default",
|
|
80910
80611
|
"line": {
|
|
80911
|
-
"start":
|
|
80912
|
-
"end":
|
|
80612
|
+
"start": 69,
|
|
80613
|
+
"end": 69
|
|
80913
80614
|
}
|
|
80914
80615
|
},
|
|
80915
80616
|
"group": [
|
|
@@ -80924,8 +80625,8 @@
|
|
|
80924
80625
|
{
|
|
80925
80626
|
"description": "The extra bold font weight across all components.\n",
|
|
80926
80627
|
"commentRange": {
|
|
80927
|
-
"start":
|
|
80928
|
-
"end":
|
|
80628
|
+
"start": 70,
|
|
80629
|
+
"end": 71
|
|
80929
80630
|
},
|
|
80930
80631
|
"context": {
|
|
80931
80632
|
"type": "variable",
|
|
@@ -80933,8 +80634,8 @@
|
|
|
80933
80634
|
"value": "800",
|
|
80934
80635
|
"scope": "default",
|
|
80935
80636
|
"line": {
|
|
80936
|
-
"start":
|
|
80937
|
-
"end":
|
|
80637
|
+
"start": 72,
|
|
80638
|
+
"end": 72
|
|
80938
80639
|
}
|
|
80939
80640
|
},
|
|
80940
80641
|
"group": [
|
|
@@ -80949,8 +80650,8 @@
|
|
|
80949
80650
|
{
|
|
80950
80651
|
"description": "The most pronounced font weight across all components.\n",
|
|
80951
80652
|
"commentRange": {
|
|
80952
|
-
"start":
|
|
80953
|
-
"end":
|
|
80653
|
+
"start": 73,
|
|
80654
|
+
"end": 74
|
|
80954
80655
|
},
|
|
80955
80656
|
"context": {
|
|
80956
80657
|
"type": "variable",
|
|
@@ -80958,8 +80659,8 @@
|
|
|
80958
80659
|
"value": "900",
|
|
80959
80660
|
"scope": "default",
|
|
80960
80661
|
"line": {
|
|
80961
|
-
"start":
|
|
80962
|
-
"end":
|
|
80662
|
+
"start": 75,
|
|
80663
|
+
"end": 75
|
|
80963
80664
|
}
|
|
80964
80665
|
},
|
|
80965
80666
|
"group": [
|
|
@@ -80974,8 +80675,8 @@
|
|
|
80974
80675
|
{
|
|
80975
80676
|
"description": "The tightest letter spacing across all components.\n",
|
|
80976
80677
|
"commentRange": {
|
|
80977
|
-
"start":
|
|
80978
|
-
"end":
|
|
80678
|
+
"start": 80,
|
|
80679
|
+
"end": 81
|
|
80979
80680
|
},
|
|
80980
80681
|
"context": {
|
|
80981
80682
|
"type": "variable",
|
|
@@ -80983,8 +80684,8 @@
|
|
|
80983
80684
|
"value": "-.15px",
|
|
80984
80685
|
"scope": "default",
|
|
80985
80686
|
"line": {
|
|
80986
|
-
"start":
|
|
80987
|
-
"end":
|
|
80687
|
+
"start": 82,
|
|
80688
|
+
"end": 82
|
|
80988
80689
|
}
|
|
80989
80690
|
},
|
|
80990
80691
|
"group": [
|
|
@@ -80999,8 +80700,8 @@
|
|
|
80999
80700
|
{
|
|
81000
80701
|
"description": "Slightly looser than the tighter letter spacing across all components.\n",
|
|
81001
80702
|
"commentRange": {
|
|
81002
|
-
"start":
|
|
81003
|
-
"end":
|
|
80703
|
+
"start": 83,
|
|
80704
|
+
"end": 84
|
|
81004
80705
|
},
|
|
81005
80706
|
"context": {
|
|
81006
80707
|
"type": "variable",
|
|
@@ -81008,8 +80709,8 @@
|
|
|
81008
80709
|
"value": "-.10px",
|
|
81009
80710
|
"scope": "default",
|
|
81010
80711
|
"line": {
|
|
81011
|
-
"start":
|
|
81012
|
-
"end":
|
|
80712
|
+
"start": 85,
|
|
80713
|
+
"end": 85
|
|
81013
80714
|
}
|
|
81014
80715
|
},
|
|
81015
80716
|
"group": [
|
|
@@ -81024,8 +80725,8 @@
|
|
|
81024
80725
|
{
|
|
81025
80726
|
"description": "Moderately tight letter spacing across all components.\n",
|
|
81026
80727
|
"commentRange": {
|
|
81027
|
-
"start":
|
|
81028
|
-
"end":
|
|
80728
|
+
"start": 86,
|
|
80729
|
+
"end": 87
|
|
81029
80730
|
},
|
|
81030
80731
|
"context": {
|
|
81031
80732
|
"type": "variable",
|
|
@@ -81033,8 +80734,8 @@
|
|
|
81033
80734
|
"value": "-.5px",
|
|
81034
80735
|
"scope": "default",
|
|
81035
80736
|
"line": {
|
|
81036
|
-
"start":
|
|
81037
|
-
"end":
|
|
80737
|
+
"start": 88,
|
|
80738
|
+
"end": 88
|
|
81038
80739
|
}
|
|
81039
80740
|
},
|
|
81040
80741
|
"group": [
|
|
@@ -81049,8 +80750,8 @@
|
|
|
81049
80750
|
{
|
|
81050
80751
|
"description": "The normal letter spacing across all components.\n",
|
|
81051
80752
|
"commentRange": {
|
|
81052
|
-
"start":
|
|
81053
|
-
"end":
|
|
80753
|
+
"start": 89,
|
|
80754
|
+
"end": 90
|
|
81054
80755
|
},
|
|
81055
80756
|
"context": {
|
|
81056
80757
|
"type": "variable",
|
|
@@ -81058,8 +80759,8 @@
|
|
|
81058
80759
|
"value": "0px",
|
|
81059
80760
|
"scope": "default",
|
|
81060
80761
|
"line": {
|
|
81061
|
-
"start":
|
|
81062
|
-
"end":
|
|
80762
|
+
"start": 91,
|
|
80763
|
+
"end": 91
|
|
81063
80764
|
}
|
|
81064
80765
|
},
|
|
81065
80766
|
"group": [
|
|
@@ -81074,8 +80775,8 @@
|
|
|
81074
80775
|
{
|
|
81075
80776
|
"description": "Wide letter spacing across all components.\n",
|
|
81076
80777
|
"commentRange": {
|
|
81077
|
-
"start":
|
|
81078
|
-
"end":
|
|
80778
|
+
"start": 92,
|
|
80779
|
+
"end": 93
|
|
81079
80780
|
},
|
|
81080
80781
|
"context": {
|
|
81081
80782
|
"type": "variable",
|
|
@@ -81083,8 +80784,8 @@
|
|
|
81083
80784
|
"value": ".5px",
|
|
81084
80785
|
"scope": "default",
|
|
81085
80786
|
"line": {
|
|
81086
|
-
"start":
|
|
81087
|
-
"end":
|
|
80787
|
+
"start": 94,
|
|
80788
|
+
"end": 94
|
|
81088
80789
|
}
|
|
81089
80790
|
},
|
|
81090
80791
|
"group": [
|
|
@@ -81099,8 +80800,8 @@
|
|
|
81099
80800
|
{
|
|
81100
80801
|
"description": "Slightly wider than the wide letter spacing across all components.\n",
|
|
81101
80802
|
"commentRange": {
|
|
81102
|
-
"start":
|
|
81103
|
-
"end":
|
|
80803
|
+
"start": 95,
|
|
80804
|
+
"end": 96
|
|
81104
80805
|
},
|
|
81105
80806
|
"context": {
|
|
81106
80807
|
"type": "variable",
|
|
@@ -81108,8 +80809,8 @@
|
|
|
81108
80809
|
"value": ".10px",
|
|
81109
80810
|
"scope": "default",
|
|
81110
80811
|
"line": {
|
|
81111
|
-
"start":
|
|
81112
|
-
"end":
|
|
80812
|
+
"start": 97,
|
|
80813
|
+
"end": 97
|
|
81113
80814
|
}
|
|
81114
80815
|
},
|
|
81115
80816
|
"group": [
|
|
@@ -81124,8 +80825,8 @@
|
|
|
81124
80825
|
{
|
|
81125
80826
|
"description": "The widest letter spacing across all components.\n",
|
|
81126
80827
|
"commentRange": {
|
|
81127
|
-
"start":
|
|
81128
|
-
"end":
|
|
80828
|
+
"start": 98,
|
|
80829
|
+
"end": 99
|
|
81129
80830
|
},
|
|
81130
80831
|
"context": {
|
|
81131
80832
|
"type": "variable",
|
|
@@ -81133,8 +80834,8 @@
|
|
|
81133
80834
|
"value": ".15px",
|
|
81134
80835
|
"scope": "default",
|
|
81135
80836
|
"line": {
|
|
81136
|
-
"start":
|
|
81137
|
-
"end":
|
|
80837
|
+
"start": 100,
|
|
80838
|
+
"end": 100
|
|
81138
80839
|
}
|
|
81139
80840
|
},
|
|
81140
80841
|
"group": [
|
|
@@ -81149,8 +80850,8 @@
|
|
|
81149
80850
|
{
|
|
81150
80851
|
"description": "The sans font family across all components.\n",
|
|
81151
80852
|
"commentRange": {
|
|
81152
|
-
"start":
|
|
81153
|
-
"end":
|
|
80853
|
+
"start": 102,
|
|
80854
|
+
"end": 103
|
|
81154
80855
|
},
|
|
81155
80856
|
"context": {
|
|
81156
80857
|
"type": "variable",
|
|
@@ -81158,8 +80859,8 @@
|
|
|
81158
80859
|
"value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
|
|
81159
80860
|
"scope": "default",
|
|
81160
80861
|
"line": {
|
|
81161
|
-
"start":
|
|
81162
|
-
"end":
|
|
80862
|
+
"start": 104,
|
|
80863
|
+
"end": 104
|
|
81163
80864
|
}
|
|
81164
80865
|
},
|
|
81165
80866
|
"group": [
|
|
@@ -81174,8 +80875,8 @@
|
|
|
81174
80875
|
{
|
|
81175
80876
|
"description": "The serif font family across all components.\n",
|
|
81176
80877
|
"commentRange": {
|
|
81177
|
-
"start":
|
|
81178
|
-
"end":
|
|
80878
|
+
"start": 105,
|
|
80879
|
+
"end": 106
|
|
81179
80880
|
},
|
|
81180
80881
|
"context": {
|
|
81181
80882
|
"type": "variable",
|
|
@@ -81183,8 +80884,8 @@
|
|
|
81183
80884
|
"value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
|
|
81184
80885
|
"scope": "default",
|
|
81185
80886
|
"line": {
|
|
81186
|
-
"start":
|
|
81187
|
-
"end":
|
|
80887
|
+
"start": 107,
|
|
80888
|
+
"end": 107
|
|
81188
80889
|
}
|
|
81189
80890
|
},
|
|
81190
80891
|
"group": [
|
|
@@ -81199,8 +80900,8 @@
|
|
|
81199
80900
|
{
|
|
81200
80901
|
"description": "The sans-serif font family across all components.\n",
|
|
81201
80902
|
"commentRange": {
|
|
81202
|
-
"start":
|
|
81203
|
-
"end":
|
|
80903
|
+
"start": 108,
|
|
80904
|
+
"end": 109
|
|
81204
80905
|
},
|
|
81205
80906
|
"context": {
|
|
81206
80907
|
"type": "variable",
|
|
@@ -81208,8 +80909,8 @@
|
|
|
81208
80909
|
"value": "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\"",
|
|
81209
80910
|
"scope": "default",
|
|
81210
80911
|
"line": {
|
|
81211
|
-
"start":
|
|
81212
|
-
"end":
|
|
80912
|
+
"start": 110,
|
|
80913
|
+
"end": 110
|
|
81213
80914
|
}
|
|
81214
80915
|
},
|
|
81215
80916
|
"group": [
|
|
@@ -81224,8 +80925,8 @@
|
|
|
81224
80925
|
{
|
|
81225
80926
|
"description": "The monospace font family across all components.\n",
|
|
81226
80927
|
"commentRange": {
|
|
81227
|
-
"start":
|
|
81228
|
-
"end":
|
|
80928
|
+
"start": 111,
|
|
80929
|
+
"end": 112
|
|
81229
80930
|
},
|
|
81230
80931
|
"context": {
|
|
81231
80932
|
"type": "variable",
|
|
@@ -81233,8 +80934,8 @@
|
|
|
81233
80934
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
81234
80935
|
"scope": "default",
|
|
81235
80936
|
"line": {
|
|
81236
|
-
"start":
|
|
81237
|
-
"end":
|
|
80937
|
+
"start": 113,
|
|
80938
|
+
"end": 113
|
|
81238
80939
|
}
|
|
81239
80940
|
},
|
|
81240
80941
|
"group": [
|
|
@@ -81249,17 +80950,17 @@
|
|
|
81249
80950
|
{
|
|
81250
80951
|
"description": "The font weights map\n",
|
|
81251
80952
|
"commentRange": {
|
|
81252
|
-
"start":
|
|
81253
|
-
"end":
|
|
80953
|
+
"start": 176,
|
|
80954
|
+
"end": 177
|
|
81254
80955
|
},
|
|
81255
80956
|
"context": {
|
|
81256
80957
|
"type": "variable",
|
|
81257
80958
|
"name": "kendo-font-weights",
|
|
81258
|
-
"value": "
|
|
80959
|
+
"value": "map.merge( $_default-font-weights, $kendo-font-weights )",
|
|
81259
80960
|
"scope": "private",
|
|
81260
80961
|
"line": {
|
|
81261
|
-
"start":
|
|
81262
|
-
"end":
|
|
80962
|
+
"start": 178,
|
|
80963
|
+
"end": 178
|
|
81263
80964
|
}
|
|
81264
80965
|
},
|
|
81265
80966
|
"group": [
|
|
@@ -81274,17 +80975,17 @@
|
|
|
81274
80975
|
{
|
|
81275
80976
|
"description": "The letter spacings map\n",
|
|
81276
80977
|
"commentRange": {
|
|
81277
|
-
"start":
|
|
81278
|
-
"end":
|
|
80978
|
+
"start": 182,
|
|
80979
|
+
"end": 183
|
|
81279
80980
|
},
|
|
81280
80981
|
"context": {
|
|
81281
80982
|
"type": "variable",
|
|
81282
80983
|
"name": "kendo-letter-spacings",
|
|
81283
|
-
"value": "
|
|
80984
|
+
"value": "map.merge( $_default-letter-spacings, $kendo-letter-spacings )",
|
|
81284
80985
|
"scope": "private",
|
|
81285
80986
|
"line": {
|
|
81286
|
-
"start":
|
|
81287
|
-
"end":
|
|
80987
|
+
"start": 184,
|
|
80988
|
+
"end": 184
|
|
81288
80989
|
}
|
|
81289
80990
|
},
|
|
81290
80991
|
"group": [
|
|
@@ -81299,17 +81000,17 @@
|
|
|
81299
81000
|
{
|
|
81300
81001
|
"description": "The font families map\n",
|
|
81301
81002
|
"commentRange": {
|
|
81302
|
-
"start":
|
|
81303
|
-
"end":
|
|
81003
|
+
"start": 188,
|
|
81004
|
+
"end": 189
|
|
81304
81005
|
},
|
|
81305
81006
|
"context": {
|
|
81306
81007
|
"type": "variable",
|
|
81307
81008
|
"name": "kendo-font-families",
|
|
81308
|
-
"value": "
|
|
81009
|
+
"value": "map.merge( $_default-font-families, $kendo-font-families )",
|
|
81309
81010
|
"scope": "private",
|
|
81310
81011
|
"line": {
|
|
81311
|
-
"start":
|
|
81312
|
-
"end":
|
|
81012
|
+
"start": 190,
|
|
81013
|
+
"end": 190
|
|
81313
81014
|
}
|
|
81314
81015
|
},
|
|
81315
81016
|
"group": [
|
|
@@ -81321,136 +81022,11 @@
|
|
|
81321
81022
|
"name": "index.import.scss"
|
|
81322
81023
|
}
|
|
81323
81024
|
},
|
|
81324
|
-
{
|
|
81325
|
-
"description": "The background color of disabled items.\n",
|
|
81326
|
-
"commentRange": {
|
|
81327
|
-
"start": 41,
|
|
81328
|
-
"end": 41
|
|
81329
|
-
},
|
|
81330
|
-
"context": {
|
|
81331
|
-
"type": "variable",
|
|
81332
|
-
"name": "kendo-disabled-bg",
|
|
81333
|
-
"value": "null",
|
|
81334
|
-
"scope": "default",
|
|
81335
|
-
"line": {
|
|
81336
|
-
"start": 42,
|
|
81337
|
-
"end": 42
|
|
81338
|
-
}
|
|
81339
|
-
},
|
|
81340
|
-
"access": "public",
|
|
81341
|
-
"group": [
|
|
81342
|
-
"undefined"
|
|
81343
|
-
],
|
|
81344
|
-
"file": {
|
|
81345
|
-
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
81346
|
-
"name": "_swatch-legacy.scss"
|
|
81347
|
-
}
|
|
81348
|
-
},
|
|
81349
|
-
{
|
|
81350
|
-
"description": "The text color of disabled items.\n",
|
|
81351
|
-
"commentRange": {
|
|
81352
|
-
"start": 43,
|
|
81353
|
-
"end": 43
|
|
81354
|
-
},
|
|
81355
|
-
"context": {
|
|
81356
|
-
"type": "variable",
|
|
81357
|
-
"name": "kendo-disabled-text",
|
|
81358
|
-
"value": "null",
|
|
81359
|
-
"scope": "default",
|
|
81360
|
-
"line": {
|
|
81361
|
-
"start": 44,
|
|
81362
|
-
"end": 44
|
|
81363
|
-
}
|
|
81364
|
-
},
|
|
81365
|
-
"access": "public",
|
|
81366
|
-
"group": [
|
|
81367
|
-
"undefined"
|
|
81368
|
-
],
|
|
81369
|
-
"file": {
|
|
81370
|
-
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
81371
|
-
"name": "_swatch-legacy.scss"
|
|
81372
|
-
}
|
|
81373
|
-
},
|
|
81374
|
-
{
|
|
81375
|
-
"description": "The border color of disabled items.\n",
|
|
81376
|
-
"commentRange": {
|
|
81377
|
-
"start": 45,
|
|
81378
|
-
"end": 45
|
|
81379
|
-
},
|
|
81380
|
-
"context": {
|
|
81381
|
-
"type": "variable",
|
|
81382
|
-
"name": "kendo-disabled-border",
|
|
81383
|
-
"value": "null",
|
|
81384
|
-
"scope": "default",
|
|
81385
|
-
"line": {
|
|
81386
|
-
"start": 46,
|
|
81387
|
-
"end": 46
|
|
81388
|
-
}
|
|
81389
|
-
},
|
|
81390
|
-
"access": "public",
|
|
81391
|
-
"group": [
|
|
81392
|
-
"undefined"
|
|
81393
|
-
],
|
|
81394
|
-
"file": {
|
|
81395
|
-
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
81396
|
-
"name": "_swatch-legacy.scss"
|
|
81397
|
-
}
|
|
81398
|
-
},
|
|
81399
|
-
{
|
|
81400
|
-
"description": "The opacity of disabled items.\n",
|
|
81401
|
-
"commentRange": {
|
|
81402
|
-
"start": 47,
|
|
81403
|
-
"end": 47
|
|
81404
|
-
},
|
|
81405
|
-
"context": {
|
|
81406
|
-
"type": "variable",
|
|
81407
|
-
"name": "kendo-disabled-opacity",
|
|
81408
|
-
"value": "null",
|
|
81409
|
-
"scope": "default",
|
|
81410
|
-
"line": {
|
|
81411
|
-
"start": 48,
|
|
81412
|
-
"end": 48
|
|
81413
|
-
}
|
|
81414
|
-
},
|
|
81415
|
-
"access": "public",
|
|
81416
|
-
"group": [
|
|
81417
|
-
"undefined"
|
|
81418
|
-
],
|
|
81419
|
-
"file": {
|
|
81420
|
-
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
81421
|
-
"name": "_swatch-legacy.scss"
|
|
81422
|
-
}
|
|
81423
|
-
},
|
|
81424
|
-
{
|
|
81425
|
-
"description": "The filter of disabled items.\n",
|
|
81426
|
-
"commentRange": {
|
|
81427
|
-
"start": 49,
|
|
81428
|
-
"end": 49
|
|
81429
|
-
},
|
|
81430
|
-
"context": {
|
|
81431
|
-
"type": "variable",
|
|
81432
|
-
"name": "kendo-disabled-filter",
|
|
81433
|
-
"value": "null",
|
|
81434
|
-
"scope": "default",
|
|
81435
|
-
"line": {
|
|
81436
|
-
"start": 50,
|
|
81437
|
-
"end": 50
|
|
81438
|
-
}
|
|
81439
|
-
},
|
|
81440
|
-
"access": "public",
|
|
81441
|
-
"group": [
|
|
81442
|
-
"undefined"
|
|
81443
|
-
],
|
|
81444
|
-
"file": {
|
|
81445
|
-
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
81446
|
-
"name": "_swatch-legacy.scss"
|
|
81447
|
-
}
|
|
81448
|
-
},
|
|
81449
81025
|
{
|
|
81450
81026
|
"description": "A list of exported modules.\n",
|
|
81451
81027
|
"commentRange": {
|
|
81452
|
-
"start":
|
|
81453
|
-
"end":
|
|
81028
|
+
"start": 3,
|
|
81029
|
+
"end": 4
|
|
81454
81030
|
},
|
|
81455
81031
|
"context": {
|
|
81456
81032
|
"type": "variable",
|
|
@@ -81458,8 +81034,8 @@
|
|
|
81458
81034
|
"value": "()",
|
|
81459
81035
|
"scope": "default",
|
|
81460
81036
|
"line": {
|
|
81461
|
-
"start":
|
|
81462
|
-
"end":
|
|
81037
|
+
"start": 5,
|
|
81038
|
+
"end": 5
|
|
81463
81039
|
}
|
|
81464
81040
|
},
|
|
81465
81041
|
"access": "private",
|
|
@@ -81475,11 +81051,11 @@
|
|
|
81475
81051
|
"description": "Outputs a module once, no matter how many times it is included.\n",
|
|
81476
81052
|
"context": {
|
|
81477
81053
|
"type": "mixin",
|
|
81478
|
-
"name": "
|
|
81479
|
-
"code": "\n @if (
|
|
81054
|
+
"name": "import-once",
|
|
81055
|
+
"code": "\n @if (list.index( $_kendo-imported-modules, $name ) == null) { // stylelint-disable-line\n $_kendo-imported-modules: list.append( $_kendo-imported-modules, $name ) !global;\n @content;\n }\n",
|
|
81480
81056
|
"line": {
|
|
81481
|
-
"start":
|
|
81482
|
-
"end":
|
|
81057
|
+
"start": 11,
|
|
81058
|
+
"end": 16
|
|
81483
81059
|
}
|
|
81484
81060
|
}
|
|
81485
81061
|
}
|