@progress/kendo-theme-material 7.3.0-dev.1 → 8.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +3111 -2144
- package/dist/all.scss +17 -17
- package/dist/material-aqua-dark.scss +140 -4
- package/dist/material-arctic.scss +130 -4
- package/dist/material-burnt-teal.scss +130 -4
- package/dist/material-dataviz-v4.scss +45 -6
- package/dist/material-eggplant.scss +130 -4
- package/dist/material-lime-dark.scss +140 -4
- package/dist/material-lime.scss +130 -4
- package/dist/material-main-dark.scss +140 -4
- package/dist/material-main.scss +9 -4
- package/dist/material-nova.scss +130 -4
- package/dist/material-pacific-dark.scss +140 -4
- package/dist/material-pacific.scss +130 -4
- package/dist/material-sky-dark.scss +140 -4
- package/dist/material-sky.scss +130 -4
- package/dist/material-smoke.scss +130 -4
- package/dist/meta/sassdoc-data.json +2060 -2060
- package/dist/meta/sassdoc-raw-data.json +7 -7
- package/dist/meta/variables.json +1525 -1525
- package/lib/swatches/material-aqua-dark.json +651 -1
- package/lib/swatches/material-arctic.json +601 -1
- package/lib/swatches/material-burnt-teal.json +601 -1
- package/lib/swatches/material-dataviz-v4.json +166 -1
- package/lib/swatches/material-eggplant.json +601 -1
- package/lib/swatches/material-lime-dark.json +651 -1
- package/lib/swatches/material-lime.json +601 -1
- package/lib/swatches/material-main-dark.json +651 -1
- package/lib/swatches/material-main.json +11 -1
- package/lib/swatches/material-nova.json +601 -1
- package/lib/swatches/material-pacific-dark.json +651 -1
- package/lib/swatches/material-pacific.json +601 -1
- package/lib/swatches/material-sky-dark.json +651 -1
- package/lib/swatches/material-sky.json +601 -1
- package/lib/swatches/material-smoke.json +601 -1
- package/package.json +5 -5
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/button/_theme.scss +2 -2
- package/scss/button/_variables.scss +4 -4
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/fab/_theme.scss +2 -2
- package/scss/input/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
"context": {
|
|
3709
3709
|
"type": "variable",
|
|
3710
3710
|
"name": "kendo-button-bg",
|
|
3711
|
-
"value": "$kendo-base-bg",
|
|
3711
|
+
"value": "if($kendo-enable-color-system, k-color( base ), $kendo-base-bg)",
|
|
3712
3712
|
"scope": "default",
|
|
3713
3713
|
"line": {
|
|
3714
3714
|
"start": 113,
|
|
@@ -3733,7 +3733,7 @@
|
|
|
3733
3733
|
"context": {
|
|
3734
3734
|
"type": "variable",
|
|
3735
3735
|
"name": "kendo-button-text",
|
|
3736
|
-
"value": "$kendo-base-text",
|
|
3736
|
+
"value": "if($kendo-enable-color-system, k-color( on-base ), $kendo-base-text)",
|
|
3737
3737
|
"scope": "default",
|
|
3738
3738
|
"line": {
|
|
3739
3739
|
"start": 116,
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
"context": {
|
|
4334
4334
|
"type": "variable",
|
|
4335
4335
|
"name": "kendo-button-disabled-bg",
|
|
4336
|
-
"value": "if($kendo-enable-color-system,
|
|
4336
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), k-try-shade( $kendo-body-bg, 12% ))",
|
|
4337
4337
|
"scope": "default",
|
|
4338
4338
|
"line": {
|
|
4339
4339
|
"start": 193,
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
"context": {
|
|
4359
4359
|
"type": "variable",
|
|
4360
4360
|
"name": "kendo-button-disabled-text",
|
|
4361
|
-
"value": "if($kendo-enable-color-system,
|
|
4361
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), $kendo-disabled-text)",
|
|
4362
4362
|
"scope": "default",
|
|
4363
4363
|
"line": {
|
|
4364
4364
|
"start": 196,
|
|
@@ -25170,7 +25170,7 @@
|
|
|
25170
25170
|
"context": {
|
|
25171
25171
|
"type": "variable",
|
|
25172
25172
|
"name": "kendo-input-separator-text",
|
|
25173
|
-
"value": "
|
|
25173
|
+
"value": "$kendo-component-border",
|
|
25174
25174
|
"scope": "default",
|
|
25175
25175
|
"line": {
|
|
25176
25176
|
"start": 270,
|
|
@@ -50632,7 +50632,7 @@
|
|
|
50632
50632
|
"context": {
|
|
50633
50633
|
"type": "variable",
|
|
50634
50634
|
"name": "kendo-timeline-track-arrow-disabled-bg",
|
|
50635
|
-
"value": "if($kendo-enable-color-system,
|
|
50635
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), k-true-mix(#000000, $kendo-body-bg, 8%))",
|
|
50636
50636
|
"scope": "default",
|
|
50637
50637
|
"line": {
|
|
50638
50638
|
"start": 39,
|
|
@@ -50657,7 +50657,7 @@
|
|
|
50657
50657
|
"context": {
|
|
50658
50658
|
"type": "variable",
|
|
50659
50659
|
"name": "kendo-timeline-track-arrow-disabled-text",
|
|
50660
|
-
"value": "if($kendo-enable-color-system,
|
|
50660
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))",
|
|
50661
50661
|
"scope": "default",
|
|
50662
50662
|
"line": {
|
|
50663
50663
|
"start": 42,
|