@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/variables.json +28 -12
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.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/scss/grid/_theme.scss +4 -0
package/dist/meta/variables.json
CHANGED
|
@@ -8304,8 +8304,8 @@
|
|
|
8304
8304
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
8305
8305
|
},
|
|
8306
8306
|
"kendo-actionsheet-titlebar-border-width": {
|
|
8307
|
-
"type": "
|
|
8308
|
-
"value": "
|
|
8307
|
+
"type": "Number",
|
|
8308
|
+
"value": "1px"
|
|
8309
8309
|
},
|
|
8310
8310
|
"kendo-actionsheet-titlebar-font-size": {
|
|
8311
8311
|
"type": "Null",
|
|
@@ -8332,8 +8332,8 @@
|
|
|
8332
8332
|
"value": "null"
|
|
8333
8333
|
},
|
|
8334
8334
|
"kendo-actionsheet-titlebar-border": {
|
|
8335
|
-
"type": "
|
|
8336
|
-
"value": "
|
|
8335
|
+
"type": "String",
|
|
8336
|
+
"value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
|
|
8337
8337
|
},
|
|
8338
8338
|
"kendo-actionsheet-titlebar-gradient": {
|
|
8339
8339
|
"type": "Null",
|
|
@@ -8355,6 +8355,30 @@
|
|
|
8355
8355
|
"type": "String",
|
|
8356
8356
|
"value": "var(--kendo-color-subtle, #596169)"
|
|
8357
8357
|
},
|
|
8358
|
+
"kendo-actionsheet-footer-border-width": {
|
|
8359
|
+
"type": "Number",
|
|
8360
|
+
"value": "1px"
|
|
8361
|
+
},
|
|
8362
|
+
"kendo-actionsheet-footer-bg": {
|
|
8363
|
+
"type": "Null",
|
|
8364
|
+
"value": "null"
|
|
8365
|
+
},
|
|
8366
|
+
"kendo-actionsheet-footer-text": {
|
|
8367
|
+
"type": "Null",
|
|
8368
|
+
"value": "null"
|
|
8369
|
+
},
|
|
8370
|
+
"kendo-actionsheet-footer-border": {
|
|
8371
|
+
"type": "String",
|
|
8372
|
+
"value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
|
|
8373
|
+
},
|
|
8374
|
+
"kendo-actionsheet-footer-gradient": {
|
|
8375
|
+
"type": "Null",
|
|
8376
|
+
"value": "null"
|
|
8377
|
+
},
|
|
8378
|
+
"kendo-actionsheet-footer-shadow": {
|
|
8379
|
+
"type": "Null",
|
|
8380
|
+
"value": "null"
|
|
8381
|
+
},
|
|
8358
8382
|
"kendo-actionsheet-item-min-height": {
|
|
8359
8383
|
"type": "Number",
|
|
8360
8384
|
"value": "40px"
|
|
@@ -8467,10 +8491,6 @@
|
|
|
8467
8491
|
"type": "String",
|
|
8468
8492
|
"value": "var(--kendo-font-size-lg, inherit)"
|
|
8469
8493
|
},
|
|
8470
|
-
"kendo-adaptive-actionsheet-titlebar-border-width": {
|
|
8471
|
-
"type": "Number",
|
|
8472
|
-
"value": "1px"
|
|
8473
|
-
},
|
|
8474
8494
|
"kendo-adaptive-actionsheet-titlebar-padding-y": {
|
|
8475
8495
|
"type": "String",
|
|
8476
8496
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
@@ -8479,10 +8499,6 @@
|
|
|
8479
8499
|
"type": "String",
|
|
8480
8500
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
8481
8501
|
},
|
|
8482
|
-
"kendo-adaptive-actionsheet-titlebar-border": {
|
|
8483
|
-
"type": "String",
|
|
8484
|
-
"value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
|
|
8485
|
-
},
|
|
8486
8502
|
"kendo-adaptive-actionsheet-content-padding-y": {
|
|
8487
8503
|
"type": "String",
|
|
8488
8504
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
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
|
}
|
|
@@ -24,7 +24,7 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
|
24
24
|
// Actionsheet header
|
|
25
25
|
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
26
26
|
$kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
|
|
27
|
-
$kendo-actionsheet-titlebar-border-width:
|
|
27
|
+
$kendo-actionsheet-titlebar-border-width: 1px !default;
|
|
28
28
|
$kendo-actionsheet-titlebar-font-size: null !default;
|
|
29
29
|
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
30
30
|
$kendo-actionsheet-titlebar-line-height: null !default;
|
|
@@ -32,7 +32,7 @@ $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
|
32
32
|
|
|
33
33
|
$kendo-actionsheet-titlebar-bg: null !default;
|
|
34
34
|
$kendo-actionsheet-titlebar-text: null !default;
|
|
35
|
-
$kendo-actionsheet-titlebar-border:
|
|
35
|
+
$kendo-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
36
36
|
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
37
37
|
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
38
38
|
|
|
@@ -40,6 +40,13 @@ $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
40
40
|
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
41
41
|
$kendo-actionsheet-subtitle-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
42
42
|
|
|
43
|
+
$kendo-actionsheet-footer-border-width: 1px !default;
|
|
44
|
+
|
|
45
|
+
$kendo-actionsheet-footer-bg: null !default;
|
|
46
|
+
$kendo-actionsheet-footer-text: null !default;
|
|
47
|
+
$kendo-actionsheet-footer-border: $kendo-component-border !default;
|
|
48
|
+
$kendo-actionsheet-footer-gradient: null !default;
|
|
49
|
+
$kendo-actionsheet-footer-shadow: null !default;
|
|
43
50
|
|
|
44
51
|
// Actionsheet item
|
|
45
52
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
@@ -75,10 +82,8 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
|
|
|
75
82
|
|
|
76
83
|
// Adaptive Actionsheet
|
|
77
84
|
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
78
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
79
85
|
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
80
86
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
81
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
82
87
|
|
|
83
88
|
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
84
89
|
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
@@ -117,6 +122,12 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
117
122
|
$kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
|
|
118
123
|
$kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
|
|
119
124
|
$kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
|
|
125
|
+
$kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
|
|
126
|
+
$kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
|
|
127
|
+
$kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
|
|
128
|
+
$kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
|
|
129
|
+
$kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
|
|
130
|
+
$kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
|
|
120
131
|
$kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
|
|
121
132
|
$kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
|
|
122
133
|
$kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
|
|
@@ -143,10 +154,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
143
154
|
$kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
|
|
144
155
|
$kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
|
|
145
156
|
$kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
|
|
146
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: $kendo-adaptive-actionsheet-titlebar-border-width,
|
|
147
157
|
$kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
|
|
148
158
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
|
|
149
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-adaptive-actionsheet-titlebar-border,
|
|
150
159
|
$kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
|
|
151
160
|
$kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
|
|
152
161
|
$kendo-adaptive-actionsheet-footer-padding-y: $kendo-adaptive-actionsheet-footer-padding-y,
|