@progress/kendo-theme-bootstrap 14.2.0-dev.2 → 14.2.0-dev.3
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/sassdoc-data.json +4 -4
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/dist/meta/variables.json +1 -1
- 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 +3 -3
- package/scss/segmented-control/_variables.scss +1 -1
|
@@ -71324,7 +71324,7 @@
|
|
|
71324
71324
|
"context": {
|
|
71325
71325
|
"type": "variable",
|
|
71326
71326
|
"name": "kendo-segmented-control-thumb-text",
|
|
71327
|
-
"value": "
|
|
71327
|
+
"value": "k-color(on-app-surface)",
|
|
71328
71328
|
"scope": "default",
|
|
71329
71329
|
"line": {
|
|
71330
71330
|
"start": 65,
|
|
@@ -71339,7 +71339,7 @@
|
|
|
71339
71339
|
"path": "bootstrap/scss/segmented-control/_variables.scss",
|
|
71340
71340
|
"name": "_variables.scss"
|
|
71341
71341
|
},
|
|
71342
|
-
"resolvedValue": "var(--kendo-color-on-
|
|
71342
|
+
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
71343
71343
|
"resolvedType": "String"
|
|
71344
71344
|
},
|
|
71345
71345
|
{
|
|
@@ -173127,7 +173127,7 @@
|
|
|
173127
173127
|
"context": {
|
|
173128
173128
|
"type": "variable",
|
|
173129
173129
|
"name": "kendo-segmented-control-thumb-text",
|
|
173130
|
-
"value": "
|
|
173130
|
+
"value": "k-color(on-app-surface)",
|
|
173131
173131
|
"scope": "default",
|
|
173132
173132
|
"line": {
|
|
173133
173133
|
"start": 65,
|
|
@@ -173142,7 +173142,7 @@
|
|
|
173142
173142
|
"path": "bootstrap/scss/segmented-control/_variables.scss",
|
|
173143
173143
|
"name": "_variables.scss"
|
|
173144
173144
|
},
|
|
173145
|
-
"resolvedValue": "var(--kendo-color-on-
|
|
173145
|
+
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
173146
173146
|
"resolvedType": "String"
|
|
173147
173147
|
},
|
|
173148
173148
|
{
|
|
@@ -65840,7 +65840,7 @@
|
|
|
65840
65840
|
"context": {
|
|
65841
65841
|
"type": "variable",
|
|
65842
65842
|
"name": "kendo-segmented-control-thumb-text",
|
|
65843
|
-
"value": "
|
|
65843
|
+
"value": "k-color(on-app-surface)",
|
|
65844
65844
|
"scope": "default",
|
|
65845
65845
|
"line": {
|
|
65846
65846
|
"start": 65,
|
package/dist/meta/variables.json
CHANGED
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
},
|
|
4268
4268
|
"kendo-segmented-control-thumb-text": {
|
|
4269
4269
|
"type": "String",
|
|
4270
|
-
"value": "var(--kendo-color-on-
|
|
4270
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
4271
4271
|
},
|
|
4272
4272
|
"kendo-segmented-control-sm-button-padding-x": {
|
|
4273
4273
|
"type": "String",
|
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": "14.2.0-dev.
|
|
4
|
+
"version": "14.2.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.9.0",
|
|
57
|
-
"@progress/kendo-theme-core": "14.2.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "14.2.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "14.2.0-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.2.0-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
@@ -62,7 +62,7 @@ $kendo-segmented-control-thumb-shadow: none !default;
|
|
|
62
62
|
$kendo-segmented-control-thumb-bg: k-color(surface-alt) !default;
|
|
63
63
|
/// The text color of the Segmented Control thumb.
|
|
64
64
|
/// @group segmented-control
|
|
65
|
-
$kendo-segmented-control-thumb-text:
|
|
65
|
+
$kendo-segmented-control-thumb-text: k-color(on-app-surface) !default;
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
/// The horizontal padding of the small Segmented Control button.
|