@progress/kendo-theme-classic 13.0.1-dev.2 → 13.0.1-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/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/sassdoc-data.json +18 -18
- package/dist/meta/sassdoc-raw-data.json +2 -2
- package/dist/meta/variables.json +7 -7
- 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/smart-box/_variables.scss +2 -2
|
@@ -72784,7 +72784,7 @@
|
|
|
72784
72784
|
"context": {
|
|
72785
72785
|
"type": "variable",
|
|
72786
72786
|
"name": "kendo-smart-box-sm-padding-x",
|
|
72787
|
-
"value": "
|
|
72787
|
+
"value": "0",
|
|
72788
72788
|
"scope": "default",
|
|
72789
72789
|
"line": {
|
|
72790
72790
|
"start": 21,
|
|
@@ -72799,8 +72799,8 @@
|
|
|
72799
72799
|
"path": "classic/scss/smart-box/_variables.scss",
|
|
72800
72800
|
"name": "_variables.scss"
|
|
72801
72801
|
},
|
|
72802
|
-
"resolvedValue": "
|
|
72803
|
-
"resolvedType": "
|
|
72802
|
+
"resolvedValue": "0",
|
|
72803
|
+
"resolvedType": "Number"
|
|
72804
72804
|
},
|
|
72805
72805
|
{
|
|
72806
72806
|
"description": "The horizontal padding of the medium Smart box.\n",
|
|
@@ -72919,7 +72919,7 @@
|
|
|
72919
72919
|
"context": {
|
|
72920
72920
|
"type": "variable",
|
|
72921
72921
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
72922
|
-
"value": "
|
|
72922
|
+
"value": "0",
|
|
72923
72923
|
"scope": "default",
|
|
72924
72924
|
"line": {
|
|
72925
72925
|
"start": 37,
|
|
@@ -72934,8 +72934,8 @@
|
|
|
72934
72934
|
"path": "classic/scss/smart-box/_variables.scss",
|
|
72935
72935
|
"name": "_variables.scss"
|
|
72936
72936
|
},
|
|
72937
|
-
"resolvedValue": "
|
|
72938
|
-
"resolvedType": "
|
|
72937
|
+
"resolvedValue": "0",
|
|
72938
|
+
"resolvedType": "Number"
|
|
72939
72939
|
},
|
|
72940
72940
|
{
|
|
72941
72941
|
"description": "The inline padding of the popup of the Smart box.\n",
|
|
@@ -98841,11 +98841,11 @@
|
|
|
98841
98841
|
"path": "core/scss/components/smart-box/_variables.scss",
|
|
98842
98842
|
"name": "_variables.scss"
|
|
98843
98843
|
},
|
|
98844
|
-
"resolvedValue": "(sm: (padding-x:
|
|
98844
|
+
"resolvedValue": "(sm: (padding-x: 0, prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), md: (padding-x: var(--kendo-spacing-0\\.5, 0.125rem), prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), prefix-margin-x: 0))",
|
|
98845
98845
|
"resolvedType": "Map",
|
|
98846
98846
|
"prettyValue": {
|
|
98847
98847
|
"sm": {
|
|
98848
|
-
"padding-x":
|
|
98848
|
+
"padding-x": 0,
|
|
98849
98849
|
"prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
|
|
98850
98850
|
},
|
|
98851
98851
|
"md": {
|
|
@@ -98854,7 +98854,7 @@
|
|
|
98854
98854
|
},
|
|
98855
98855
|
"lg": {
|
|
98856
98856
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
98857
|
-
"prefix-margin-x":
|
|
98857
|
+
"prefix-margin-x": 0
|
|
98858
98858
|
}
|
|
98859
98859
|
}
|
|
98860
98860
|
},
|
|
@@ -174834,7 +174834,7 @@
|
|
|
174834
174834
|
"context": {
|
|
174835
174835
|
"type": "variable",
|
|
174836
174836
|
"name": "kendo-smart-box-sm-padding-x",
|
|
174837
|
-
"value": "
|
|
174837
|
+
"value": "0",
|
|
174838
174838
|
"scope": "default",
|
|
174839
174839
|
"line": {
|
|
174840
174840
|
"start": 21,
|
|
@@ -174849,8 +174849,8 @@
|
|
|
174849
174849
|
"path": "classic/scss/smart-box/_variables.scss",
|
|
174850
174850
|
"name": "_variables.scss"
|
|
174851
174851
|
},
|
|
174852
|
-
"resolvedValue": "
|
|
174853
|
-
"resolvedType": "
|
|
174852
|
+
"resolvedValue": "0",
|
|
174853
|
+
"resolvedType": "Number"
|
|
174854
174854
|
},
|
|
174855
174855
|
{
|
|
174856
174856
|
"description": "The horizontal padding of the medium Smart box.\n",
|
|
@@ -174969,7 +174969,7 @@
|
|
|
174969
174969
|
"context": {
|
|
174970
174970
|
"type": "variable",
|
|
174971
174971
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
174972
|
-
"value": "
|
|
174972
|
+
"value": "0",
|
|
174973
174973
|
"scope": "default",
|
|
174974
174974
|
"line": {
|
|
174975
174975
|
"start": 37,
|
|
@@ -174984,8 +174984,8 @@
|
|
|
174984
174984
|
"path": "classic/scss/smart-box/_variables.scss",
|
|
174985
174985
|
"name": "_variables.scss"
|
|
174986
174986
|
},
|
|
174987
|
-
"resolvedValue": "
|
|
174988
|
-
"resolvedType": "
|
|
174987
|
+
"resolvedValue": "0",
|
|
174988
|
+
"resolvedType": "Number"
|
|
174989
174989
|
},
|
|
174990
174990
|
{
|
|
174991
174991
|
"description": "The inline padding of the popup of the Smart box.\n",
|
|
@@ -175146,11 +175146,11 @@
|
|
|
175146
175146
|
"path": "core/scss/components/smart-box/_variables.scss",
|
|
175147
175147
|
"name": "_variables.scss"
|
|
175148
175148
|
},
|
|
175149
|
-
"resolvedValue": "(sm: (padding-x:
|
|
175149
|
+
"resolvedValue": "(sm: (padding-x: 0, prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), md: (padding-x: var(--kendo-spacing-0\\.5, 0.125rem), prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), prefix-margin-x: 0))",
|
|
175150
175150
|
"resolvedType": "Map",
|
|
175151
175151
|
"prettyValue": {
|
|
175152
175152
|
"sm": {
|
|
175153
|
-
"padding-x":
|
|
175153
|
+
"padding-x": 0,
|
|
175154
175154
|
"prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
|
|
175155
175155
|
},
|
|
175156
175156
|
"md": {
|
|
@@ -175159,7 +175159,7 @@
|
|
|
175159
175159
|
},
|
|
175160
175160
|
"lg": {
|
|
175161
175161
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
175162
|
-
"prefix-margin-x":
|
|
175162
|
+
"prefix-margin-x": 0
|
|
175163
175163
|
}
|
|
175164
175164
|
}
|
|
175165
175165
|
}
|
|
@@ -67153,7 +67153,7 @@
|
|
|
67153
67153
|
"context": {
|
|
67154
67154
|
"type": "variable",
|
|
67155
67155
|
"name": "kendo-smart-box-sm-padding-x",
|
|
67156
|
-
"value": "
|
|
67156
|
+
"value": "0",
|
|
67157
67157
|
"scope": "default",
|
|
67158
67158
|
"line": {
|
|
67159
67159
|
"start": 21,
|
|
@@ -67278,7 +67278,7 @@
|
|
|
67278
67278
|
"context": {
|
|
67279
67279
|
"type": "variable",
|
|
67280
67280
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
67281
|
-
"value": "
|
|
67281
|
+
"value": "0",
|
|
67282
67282
|
"scope": "default",
|
|
67283
67283
|
"line": {
|
|
67284
67284
|
"start": 37,
|
package/dist/meta/variables.json
CHANGED
|
@@ -4666,8 +4666,8 @@
|
|
|
4666
4666
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
4667
4667
|
},
|
|
4668
4668
|
"kendo-smart-box-sm-padding-x": {
|
|
4669
|
-
"type": "
|
|
4670
|
-
"value": "
|
|
4669
|
+
"type": "Number",
|
|
4670
|
+
"value": "0"
|
|
4671
4671
|
},
|
|
4672
4672
|
"kendo-smart-box-md-padding-x": {
|
|
4673
4673
|
"type": "String",
|
|
@@ -4686,8 +4686,8 @@
|
|
|
4686
4686
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
4687
4687
|
},
|
|
4688
4688
|
"kendo-smart-box-lg-prefix-margin-x": {
|
|
4689
|
-
"type": "
|
|
4690
|
-
"value": "
|
|
4689
|
+
"type": "Number",
|
|
4690
|
+
"value": "0"
|
|
4691
4691
|
},
|
|
4692
4692
|
"kendo-smart-box-popup-padding-inline": {
|
|
4693
4693
|
"type": "String",
|
|
@@ -4711,10 +4711,10 @@
|
|
|
4711
4711
|
},
|
|
4712
4712
|
"kendo-smart-box-sizes": {
|
|
4713
4713
|
"type": "Map",
|
|
4714
|
-
"value": "(sm: (padding-x:
|
|
4714
|
+
"value": "(sm: (padding-x: 0, prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), md: (padding-x: var(--kendo-spacing-0\\.5, 0.125rem), prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), prefix-margin-x: 0))",
|
|
4715
4715
|
"prettyValue": {
|
|
4716
4716
|
"sm": {
|
|
4717
|
-
"padding-x":
|
|
4717
|
+
"padding-x": 0,
|
|
4718
4718
|
"prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
|
|
4719
4719
|
},
|
|
4720
4720
|
"md": {
|
|
@@ -4723,7 +4723,7 @@
|
|
|
4723
4723
|
},
|
|
4724
4724
|
"lg": {
|
|
4725
4725
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
4726
|
-
"prefix-margin-x":
|
|
4726
|
+
"prefix-margin-x": 0
|
|
4727
4727
|
}
|
|
4728
4728
|
}
|
|
4729
4729
|
},
|
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": "13.0.1-dev.
|
|
4
|
+
"version": "13.0.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
-
"@progress/kendo-theme-core": "13.0.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.0.1-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "13.0.1-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.0.1-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "232cb4058f8cbe102cdce054823357c5184e38c2"
|
|
65
65
|
}
|
|
@@ -18,7 +18,7 @@ $kendo-smart-box-suffix-spacing: k-spacing(1) !default;
|
|
|
18
18
|
|
|
19
19
|
/// The horizontal padding of the small Smart box.
|
|
20
20
|
/// @group smart-box
|
|
21
|
-
$kendo-smart-box-sm-padding-x:
|
|
21
|
+
$kendo-smart-box-sm-padding-x: 0 !default;
|
|
22
22
|
/// The horizontal padding of the medium Smart box.
|
|
23
23
|
/// @group smart-box
|
|
24
24
|
$kendo-smart-box-md-padding-x: k-spacing(.5) !default;
|
|
@@ -34,7 +34,7 @@ $kendo-smart-box-sm-prefix-margin-x: k-spacing(1) !default;
|
|
|
34
34
|
$kendo-smart-box-md-prefix-margin-x: k-spacing(1) !default;
|
|
35
35
|
/// The horizontal margin of the prefix icon in the large Smart box.
|
|
36
36
|
/// @group smart-box
|
|
37
|
-
$kendo-smart-box-lg-prefix-margin-x:
|
|
37
|
+
$kendo-smart-box-lg-prefix-margin-x: 0 !default;
|
|
38
38
|
|
|
39
39
|
/// The inline padding of the popup of the Smart box.
|
|
40
40
|
/// @group smart-box
|