@progress/kendo-theme-default 13.0.1-dev.0 → 13.0.1-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/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +20 -20
- package/dist/meta/sassdoc-raw-data.json +4 -4
- package/dist/meta/variables.json +6 -6
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/chat/_variables.scss +1 -1
- package/scss/file-box/_variables.scss +1 -1
- package/scss/input/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +1 -1
|
@@ -17586,7 +17586,7 @@
|
|
|
17586
17586
|
"context": {
|
|
17587
17587
|
"type": "variable",
|
|
17588
17588
|
"name": "kendo-chat-bg",
|
|
17589
|
-
"value": "
|
|
17589
|
+
"value": "k-color(app-surface)",
|
|
17590
17590
|
"scope": "default",
|
|
17591
17591
|
"line": {
|
|
17592
17592
|
"start": 125,
|
|
@@ -17601,8 +17601,8 @@
|
|
|
17601
17601
|
"path": "default/scss/chat/_variables.scss",
|
|
17602
17602
|
"name": "_variables.scss"
|
|
17603
17603
|
},
|
|
17604
|
-
"resolvedValue": "
|
|
17605
|
-
"resolvedType": "
|
|
17604
|
+
"resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
|
|
17605
|
+
"resolvedType": "String"
|
|
17606
17606
|
},
|
|
17607
17607
|
{
|
|
17608
17608
|
"description": "The text color of the Chat.\n",
|
|
@@ -30123,7 +30123,7 @@
|
|
|
30123
30123
|
"context": {
|
|
30124
30124
|
"type": "variable",
|
|
30125
30125
|
"name": "kendo-file-box-wrapper-scroll-gradient",
|
|
30126
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
30126
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
30127
30127
|
"scope": "default",
|
|
30128
30128
|
"line": {
|
|
30129
30129
|
"start": 54,
|
|
@@ -30138,7 +30138,7 @@
|
|
|
30138
30138
|
"path": "default/scss/file-box/_variables.scss",
|
|
30139
30139
|
"name": "_variables.scss"
|
|
30140
30140
|
},
|
|
30141
|
-
"resolvedValue": "(rgba(255, 255, 255, 0) 0%,
|
|
30141
|
+
"resolvedValue": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)",
|
|
30142
30142
|
"resolvedType": "List"
|
|
30143
30143
|
},
|
|
30144
30144
|
{
|
|
@@ -42843,7 +42843,7 @@
|
|
|
42843
42843
|
"context": {
|
|
42844
42844
|
"type": "variable",
|
|
42845
42845
|
"name": "kendo-input-flat-bg",
|
|
42846
|
-
"value": "
|
|
42846
|
+
"value": "transparent",
|
|
42847
42847
|
"scope": "default",
|
|
42848
42848
|
"line": {
|
|
42849
42849
|
"start": 174,
|
|
@@ -42858,8 +42858,8 @@
|
|
|
42858
42858
|
"path": "default/scss/input/_variables.scss",
|
|
42859
42859
|
"name": "_variables.scss"
|
|
42860
42860
|
},
|
|
42861
|
-
"resolvedValue": "
|
|
42862
|
-
"resolvedType": "
|
|
42861
|
+
"resolvedValue": "transparent",
|
|
42862
|
+
"resolvedType": "Color"
|
|
42863
42863
|
},
|
|
42864
42864
|
{
|
|
42865
42865
|
"description": "The text color of the flat Input components.\n",
|
|
@@ -76242,7 +76242,7 @@
|
|
|
76242
76242
|
"context": {
|
|
76243
76243
|
"type": "variable",
|
|
76244
76244
|
"name": "kendo-suggestion-scroll-gradient",
|
|
76245
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
76245
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
76246
76246
|
"scope": "default",
|
|
76247
76247
|
"line": {
|
|
76248
76248
|
"start": 48,
|
|
@@ -76257,7 +76257,7 @@
|
|
|
76257
76257
|
"path": "default/scss/suggestion/_variables.scss",
|
|
76258
76258
|
"name": "_variables.scss"
|
|
76259
76259
|
},
|
|
76260
|
-
"resolvedValue": "(rgba(255, 255, 255, 0) 0%,
|
|
76260
|
+
"resolvedValue": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)",
|
|
76261
76261
|
"resolvedType": "List"
|
|
76262
76262
|
},
|
|
76263
76263
|
{
|
|
@@ -117559,7 +117559,7 @@
|
|
|
117559
117559
|
"context": {
|
|
117560
117560
|
"type": "variable",
|
|
117561
117561
|
"name": "kendo-chat-bg",
|
|
117562
|
-
"value": "
|
|
117562
|
+
"value": "k-color(app-surface)",
|
|
117563
117563
|
"scope": "default",
|
|
117564
117564
|
"line": {
|
|
117565
117565
|
"start": 125,
|
|
@@ -117574,8 +117574,8 @@
|
|
|
117574
117574
|
"path": "default/scss/chat/_variables.scss",
|
|
117575
117575
|
"name": "_variables.scss"
|
|
117576
117576
|
},
|
|
117577
|
-
"resolvedValue": "
|
|
117578
|
-
"resolvedType": "
|
|
117577
|
+
"resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
|
|
117578
|
+
"resolvedType": "String"
|
|
117579
117579
|
},
|
|
117580
117580
|
{
|
|
117581
117581
|
"description": "The text color of the Chat.\n",
|
|
@@ -132083,7 +132083,7 @@
|
|
|
132083
132083
|
"context": {
|
|
132084
132084
|
"type": "variable",
|
|
132085
132085
|
"name": "kendo-file-box-wrapper-scroll-gradient",
|
|
132086
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
132086
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
132087
132087
|
"scope": "default",
|
|
132088
132088
|
"line": {
|
|
132089
132089
|
"start": 54,
|
|
@@ -132098,7 +132098,7 @@
|
|
|
132098
132098
|
"path": "default/scss/file-box/_variables.scss",
|
|
132099
132099
|
"name": "_variables.scss"
|
|
132100
132100
|
},
|
|
132101
|
-
"resolvedValue": "(rgba(255, 255, 255, 0) 0%,
|
|
132101
|
+
"resolvedValue": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)",
|
|
132102
132102
|
"resolvedType": "List"
|
|
132103
132103
|
}
|
|
132104
132104
|
]
|
|
@@ -145032,7 +145032,7 @@
|
|
|
145032
145032
|
"context": {
|
|
145033
145033
|
"type": "variable",
|
|
145034
145034
|
"name": "kendo-input-flat-bg",
|
|
145035
|
-
"value": "
|
|
145035
|
+
"value": "transparent",
|
|
145036
145036
|
"scope": "default",
|
|
145037
145037
|
"line": {
|
|
145038
145038
|
"start": 174,
|
|
@@ -145047,8 +145047,8 @@
|
|
|
145047
145047
|
"path": "default/scss/input/_variables.scss",
|
|
145048
145048
|
"name": "_variables.scss"
|
|
145049
145049
|
},
|
|
145050
|
-
"resolvedValue": "
|
|
145051
|
-
"resolvedType": "
|
|
145050
|
+
"resolvedValue": "transparent",
|
|
145051
|
+
"resolvedType": "Color"
|
|
145052
145052
|
},
|
|
145053
145053
|
{
|
|
145054
145054
|
"description": "The text color of the flat Input components.\n",
|
|
@@ -180141,7 +180141,7 @@
|
|
|
180141
180141
|
"context": {
|
|
180142
180142
|
"type": "variable",
|
|
180143
180143
|
"name": "kendo-suggestion-scroll-gradient",
|
|
180144
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
180144
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
180145
180145
|
"scope": "default",
|
|
180146
180146
|
"line": {
|
|
180147
180147
|
"start": 48,
|
|
@@ -180156,7 +180156,7 @@
|
|
|
180156
180156
|
"path": "default/scss/suggestion/_variables.scss",
|
|
180157
180157
|
"name": "_variables.scss"
|
|
180158
180158
|
},
|
|
180159
|
-
"resolvedValue": "(rgba(255, 255, 255, 0) 0%,
|
|
180159
|
+
"resolvedValue": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)",
|
|
180160
180160
|
"resolvedType": "List"
|
|
180161
180161
|
},
|
|
180162
180162
|
{
|
|
@@ -16287,7 +16287,7 @@
|
|
|
16287
16287
|
"context": {
|
|
16288
16288
|
"type": "variable",
|
|
16289
16289
|
"name": "kendo-chat-bg",
|
|
16290
|
-
"value": "
|
|
16290
|
+
"value": "k-color(app-surface)",
|
|
16291
16291
|
"scope": "default",
|
|
16292
16292
|
"line": {
|
|
16293
16293
|
"start": 125,
|
|
@@ -27898,7 +27898,7 @@
|
|
|
27898
27898
|
"context": {
|
|
27899
27899
|
"type": "variable",
|
|
27900
27900
|
"name": "kendo-file-box-wrapper-scroll-gradient",
|
|
27901
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
27901
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
27902
27902
|
"scope": "default",
|
|
27903
27903
|
"line": {
|
|
27904
27904
|
"start": 54,
|
|
@@ -39678,7 +39678,7 @@
|
|
|
39678
39678
|
"context": {
|
|
39679
39679
|
"type": "variable",
|
|
39680
39680
|
"name": "kendo-input-flat-bg",
|
|
39681
|
-
"value": "
|
|
39681
|
+
"value": "transparent",
|
|
39682
39682
|
"scope": "default",
|
|
39683
39683
|
"line": {
|
|
39684
39684
|
"start": 174,
|
|
@@ -70554,7 +70554,7 @@
|
|
|
70554
70554
|
"context": {
|
|
70555
70555
|
"type": "variable",
|
|
70556
70556
|
"name": "kendo-suggestion-scroll-gradient",
|
|
70557
|
-
"value": "rgba(255, 255, 255, 0.00) 0%,
|
|
70557
|
+
"value": "rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100%",
|
|
70558
70558
|
"scope": "default",
|
|
70559
70559
|
"line": {
|
|
70560
70560
|
"start": 48,
|
package/dist/meta/variables.json
CHANGED
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
},
|
|
2914
2914
|
"kendo-suggestion-scroll-gradient": {
|
|
2915
2915
|
"type": "List",
|
|
2916
|
-
"value": "(rgba(255, 255, 255, 0) 0%,
|
|
2916
|
+
"value": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)"
|
|
2917
2917
|
},
|
|
2918
2918
|
"kendo-bubble-border-radius": {
|
|
2919
2919
|
"type": "String",
|
|
@@ -4123,8 +4123,8 @@
|
|
|
4123
4123
|
"value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent))"
|
|
4124
4124
|
},
|
|
4125
4125
|
"kendo-input-flat-bg": {
|
|
4126
|
-
"type": "
|
|
4127
|
-
"value": "
|
|
4126
|
+
"type": "Color",
|
|
4127
|
+
"value": "transparent"
|
|
4128
4128
|
},
|
|
4129
4129
|
"kendo-input-flat-text": {
|
|
4130
4130
|
"type": "String",
|
|
@@ -14566,7 +14566,7 @@
|
|
|
14566
14566
|
},
|
|
14567
14567
|
"kendo-file-box-wrapper-scroll-gradient": {
|
|
14568
14568
|
"type": "List",
|
|
14569
|
-
"value": "(rgba(255, 255, 255, 0) 0%,
|
|
14569
|
+
"value": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface, #ffffff) 100%)"
|
|
14570
14570
|
},
|
|
14571
14571
|
"kendo-prompt-box-border-radius": {
|
|
14572
14572
|
"type": "String",
|
|
@@ -14737,8 +14737,8 @@
|
|
|
14737
14737
|
"value": "inherit"
|
|
14738
14738
|
},
|
|
14739
14739
|
"kendo-chat-bg": {
|
|
14740
|
-
"type": "
|
|
14741
|
-
"value": "
|
|
14740
|
+
"type": "String",
|
|
14741
|
+
"value": "var(--kendo-color-app-surface, #ffffff)"
|
|
14742
14742
|
},
|
|
14743
14743
|
"kendo-chat-text": {
|
|
14744
14744
|
"type": "String",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "13.0.1-dev.
|
|
4
|
+
"version": "13.0.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
56
|
-
"@progress/kendo-theme-core": "13.0.1-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "13.0.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "13.0.1-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "13.0.1-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d5449e3c299b8bbb53b7cee0db85029dc557012d"
|
|
64
64
|
}
|
|
@@ -122,7 +122,7 @@ $kendo-chat-toolbar-border: inherit !default;
|
|
|
122
122
|
|
|
123
123
|
/// The background color of the Chat.
|
|
124
124
|
/// @group chat
|
|
125
|
-
$kendo-chat-bg:
|
|
125
|
+
$kendo-chat-bg: k-color(app-surface) !default;
|
|
126
126
|
/// The text color of the Chat.
|
|
127
127
|
/// @group chat
|
|
128
128
|
$kendo-chat-text: k-color(on-app-surface) !default;
|
|
@@ -51,7 +51,7 @@ $kendo-file-box-border: $kendo-file-box-bg !default;
|
|
|
51
51
|
|
|
52
52
|
/// The gradient used for the File Box wrapper scrolling indicator.
|
|
53
53
|
/// @group file-box
|
|
54
|
-
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%,
|
|
54
|
+
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
|
|
55
55
|
|
|
56
56
|
@forward "@progress/kendo-theme-core/scss/components/file-box/_variables.scss" with (
|
|
57
57
|
$kendo-file-box-padding-x: $kendo-file-box-padding-x,
|
|
@@ -171,7 +171,7 @@ $kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
|
|
|
171
171
|
|
|
172
172
|
/// The background color of the flat Input components.
|
|
173
173
|
/// @group input
|
|
174
|
-
$kendo-input-flat-bg:
|
|
174
|
+
$kendo-input-flat-bg: transparent !default;
|
|
175
175
|
/// The text color of the flat Input components.
|
|
176
176
|
/// @group input
|
|
177
177
|
$kendo-input-flat-text: $kendo-input-text !default;
|
|
@@ -45,7 +45,7 @@ $kendo-suggestion-default-theme-color: "base" !default;
|
|
|
45
45
|
|
|
46
46
|
/// The gradient used for scroll indicators in the Suggestion group.
|
|
47
47
|
/// @group suggestion
|
|
48
|
-
$kendo-suggestion-scroll-gradient: rgba(255, 255, 255, 0.00) 0%,
|
|
48
|
+
$kendo-suggestion-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
|
|
49
49
|
|
|
50
50
|
@forward "@progress/kendo-theme-core/scss/components/suggestion/_variables.scss" with (
|
|
51
51
|
$kendo-suggestion-padding-y: $kendo-suggestion-padding-y,
|