@progress/kendo-theme-classic 10.3.2-dev.1 → 10.4.0-dev.9
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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/variables.json +28 -12
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_index.scss +0 -1
- package/scss/action-sheet/_variables.scss +15 -6
package/dist/meta/variables.json
CHANGED
|
@@ -8309,8 +8309,8 @@
|
|
|
8309
8309
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
8310
8310
|
},
|
|
8311
8311
|
"kendo-actionsheet-titlebar-border-width": {
|
|
8312
|
-
"type": "
|
|
8313
|
-
"value": "
|
|
8312
|
+
"type": "Number",
|
|
8313
|
+
"value": "1px"
|
|
8314
8314
|
},
|
|
8315
8315
|
"kendo-actionsheet-titlebar-font-size": {
|
|
8316
8316
|
"type": "Null",
|
|
@@ -8337,8 +8337,8 @@
|
|
|
8337
8337
|
"value": "null"
|
|
8338
8338
|
},
|
|
8339
8339
|
"kendo-actionsheet-titlebar-border": {
|
|
8340
|
-
"type": "
|
|
8341
|
-
"value": "
|
|
8340
|
+
"type": "String",
|
|
8341
|
+
"value": "var(--kendo-color-border, #cacaca)"
|
|
8342
8342
|
},
|
|
8343
8343
|
"kendo-actionsheet-titlebar-gradient": {
|
|
8344
8344
|
"type": "Null",
|
|
@@ -8360,6 +8360,30 @@
|
|
|
8360
8360
|
"type": "String",
|
|
8361
8361
|
"value": "var(--kendo-color-subtle, #666666)"
|
|
8362
8362
|
},
|
|
8363
|
+
"kendo-actionsheet-footer-border-width": {
|
|
8364
|
+
"type": "Number",
|
|
8365
|
+
"value": "1px"
|
|
8366
|
+
},
|
|
8367
|
+
"kendo-actionsheet-footer-bg": {
|
|
8368
|
+
"type": "Null",
|
|
8369
|
+
"value": "null"
|
|
8370
|
+
},
|
|
8371
|
+
"kendo-actionsheet-footer-text": {
|
|
8372
|
+
"type": "Null",
|
|
8373
|
+
"value": "null"
|
|
8374
|
+
},
|
|
8375
|
+
"kendo-actionsheet-footer-border": {
|
|
8376
|
+
"type": "String",
|
|
8377
|
+
"value": "var(--kendo-color-border, #cacaca)"
|
|
8378
|
+
},
|
|
8379
|
+
"kendo-actionsheet-footer-gradient": {
|
|
8380
|
+
"type": "Null",
|
|
8381
|
+
"value": "null"
|
|
8382
|
+
},
|
|
8383
|
+
"kendo-actionsheet-footer-shadow": {
|
|
8384
|
+
"type": "Null",
|
|
8385
|
+
"value": "null"
|
|
8386
|
+
},
|
|
8363
8387
|
"kendo-actionsheet-item-min-height": {
|
|
8364
8388
|
"type": "Number",
|
|
8365
8389
|
"value": "40px"
|
|
@@ -8472,10 +8496,6 @@
|
|
|
8472
8496
|
"type": "String",
|
|
8473
8497
|
"value": "var(--kendo-font-size-lg, inherit)"
|
|
8474
8498
|
},
|
|
8475
|
-
"kendo-adaptive-actionsheet-titlebar-border-width": {
|
|
8476
|
-
"type": "Number",
|
|
8477
|
-
"value": "1px"
|
|
8478
|
-
},
|
|
8479
8499
|
"kendo-adaptive-actionsheet-titlebar-padding-y": {
|
|
8480
8500
|
"type": "String",
|
|
8481
8501
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
@@ -8484,10 +8504,6 @@
|
|
|
8484
8504
|
"type": "String",
|
|
8485
8505
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
8486
8506
|
},
|
|
8487
|
-
"kendo-adaptive-actionsheet-titlebar-border": {
|
|
8488
|
-
"type": "String",
|
|
8489
|
-
"value": "var(--kendo-color-border, #cacaca)"
|
|
8490
|
-
},
|
|
8491
8507
|
"kendo-adaptive-actionsheet-content-padding-y": {
|
|
8492
8508
|
"type": "String",
|
|
8493
8509
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.4.0-dev.9",
|
|
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.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.
|
|
56
|
+
"@progress/kendo-theme-core": "10.4.0-dev.9",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.4.0-dev.9"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0955993e3e23e9b104deae9fef0fc7acbe3d0a51"
|
|
64
64
|
}
|
|
@@ -25,7 +25,7 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
|
25
25
|
// Actionsheet header
|
|
26
26
|
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
27
27
|
$kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
|
|
28
|
-
$kendo-actionsheet-titlebar-border-width:
|
|
28
|
+
$kendo-actionsheet-titlebar-border-width: 1px !default;
|
|
29
29
|
$kendo-actionsheet-titlebar-font-size: null !default;
|
|
30
30
|
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
31
31
|
$kendo-actionsheet-titlebar-line-height: null !default;
|
|
@@ -33,7 +33,7 @@ $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
|
33
33
|
|
|
34
34
|
$kendo-actionsheet-titlebar-bg: null !default;
|
|
35
35
|
$kendo-actionsheet-titlebar-text: null !default;
|
|
36
|
-
$kendo-actionsheet-titlebar-border:
|
|
36
|
+
$kendo-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
37
37
|
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
38
38
|
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
39
39
|
|
|
@@ -41,6 +41,13 @@ $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
41
41
|
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
42
42
|
$kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
43
43
|
|
|
44
|
+
$kendo-actionsheet-footer-border-width: 1px !default;
|
|
45
|
+
|
|
46
|
+
$kendo-actionsheet-footer-bg: null !default;
|
|
47
|
+
$kendo-actionsheet-footer-text: null !default;
|
|
48
|
+
$kendo-actionsheet-footer-border: $kendo-component-border !default;
|
|
49
|
+
$kendo-actionsheet-footer-gradient: null !default;
|
|
50
|
+
$kendo-actionsheet-footer-shadow: null !default;
|
|
44
51
|
|
|
45
52
|
// Actionsheet item
|
|
46
53
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
@@ -76,10 +83,8 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
|
|
|
76
83
|
|
|
77
84
|
// Adaptive Actionsheet
|
|
78
85
|
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
79
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
80
86
|
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
81
87
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
82
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
83
88
|
|
|
84
89
|
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
85
90
|
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
@@ -118,6 +123,12 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
118
123
|
$kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
|
|
119
124
|
$kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
|
|
120
125
|
$kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
|
|
126
|
+
$kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
|
|
127
|
+
$kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
|
|
128
|
+
$kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
|
|
129
|
+
$kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
|
|
130
|
+
$kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
|
|
131
|
+
$kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
|
|
121
132
|
$kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
|
|
122
133
|
$kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
|
|
123
134
|
$kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
|
|
@@ -144,10 +155,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
144
155
|
$kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
|
|
145
156
|
$kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
|
|
146
157
|
$kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
|
|
147
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: $kendo-adaptive-actionsheet-titlebar-border-width,
|
|
148
158
|
$kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
|
|
149
159
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
|
|
150
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-adaptive-actionsheet-titlebar-border,
|
|
151
160
|
$kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
|
|
152
161
|
$kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
|
|
153
162
|
$kendo-adaptive-actionsheet-footer-padding-y: $kendo-adaptive-actionsheet-footer-padding-y,
|