@progress/kendo-theme-default 13.0.1-dev.2 → 13.0.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 +18 -18
- package/dist/meta/sassdoc-raw-data.json +2 -2
- package/dist/meta/variables.json +7 -7
- 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/smart-box/_variables.scss +2 -2
|
@@ -70758,7 +70758,7 @@
|
|
|
70758
70758
|
"context": {
|
|
70759
70759
|
"type": "variable",
|
|
70760
70760
|
"name": "kendo-smart-box-sm-padding-x",
|
|
70761
|
-
"value": "
|
|
70761
|
+
"value": "0",
|
|
70762
70762
|
"scope": "default",
|
|
70763
70763
|
"line": {
|
|
70764
70764
|
"start": 21,
|
|
@@ -70773,8 +70773,8 @@
|
|
|
70773
70773
|
"path": "default/scss/smart-box/_variables.scss",
|
|
70774
70774
|
"name": "_variables.scss"
|
|
70775
70775
|
},
|
|
70776
|
-
"resolvedValue": "
|
|
70777
|
-
"resolvedType": "
|
|
70776
|
+
"resolvedValue": "0",
|
|
70777
|
+
"resolvedType": "Number"
|
|
70778
70778
|
},
|
|
70779
70779
|
{
|
|
70780
70780
|
"description": "The horizontal padding of the medium Smart box.\n",
|
|
@@ -70893,7 +70893,7 @@
|
|
|
70893
70893
|
"context": {
|
|
70894
70894
|
"type": "variable",
|
|
70895
70895
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
70896
|
-
"value": "
|
|
70896
|
+
"value": "0",
|
|
70897
70897
|
"scope": "default",
|
|
70898
70898
|
"line": {
|
|
70899
70899
|
"start": 37,
|
|
@@ -70908,8 +70908,8 @@
|
|
|
70908
70908
|
"path": "default/scss/smart-box/_variables.scss",
|
|
70909
70909
|
"name": "_variables.scss"
|
|
70910
70910
|
},
|
|
70911
|
-
"resolvedValue": "
|
|
70912
|
-
"resolvedType": "
|
|
70911
|
+
"resolvedValue": "0",
|
|
70912
|
+
"resolvedType": "Number"
|
|
70913
70913
|
},
|
|
70914
70914
|
{
|
|
70915
70915
|
"description": "The inline padding of the popup of the Smart box.\n",
|
|
@@ -97474,11 +97474,11 @@
|
|
|
97474
97474
|
"path": "core/scss/components/smart-box/_variables.scss",
|
|
97475
97475
|
"name": "_variables.scss"
|
|
97476
97476
|
},
|
|
97477
|
-
"resolvedValue": "(sm: (padding-x:
|
|
97477
|
+
"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))",
|
|
97478
97478
|
"resolvedType": "Map",
|
|
97479
97479
|
"prettyValue": {
|
|
97480
97480
|
"sm": {
|
|
97481
|
-
"padding-x":
|
|
97481
|
+
"padding-x": 0,
|
|
97482
97482
|
"prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
|
|
97483
97483
|
},
|
|
97484
97484
|
"md": {
|
|
@@ -97487,7 +97487,7 @@
|
|
|
97487
97487
|
},
|
|
97488
97488
|
"lg": {
|
|
97489
97489
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
97490
|
-
"prefix-margin-x":
|
|
97490
|
+
"prefix-margin-x": 0
|
|
97491
97491
|
}
|
|
97492
97492
|
}
|
|
97493
97493
|
},
|
|
@@ -174511,7 +174511,7 @@
|
|
|
174511
174511
|
"context": {
|
|
174512
174512
|
"type": "variable",
|
|
174513
174513
|
"name": "kendo-smart-box-sm-padding-x",
|
|
174514
|
-
"value": "
|
|
174514
|
+
"value": "0",
|
|
174515
174515
|
"scope": "default",
|
|
174516
174516
|
"line": {
|
|
174517
174517
|
"start": 21,
|
|
@@ -174526,8 +174526,8 @@
|
|
|
174526
174526
|
"path": "default/scss/smart-box/_variables.scss",
|
|
174527
174527
|
"name": "_variables.scss"
|
|
174528
174528
|
},
|
|
174529
|
-
"resolvedValue": "
|
|
174530
|
-
"resolvedType": "
|
|
174529
|
+
"resolvedValue": "0",
|
|
174530
|
+
"resolvedType": "Number"
|
|
174531
174531
|
},
|
|
174532
174532
|
{
|
|
174533
174533
|
"description": "The horizontal padding of the medium Smart box.\n",
|
|
@@ -174646,7 +174646,7 @@
|
|
|
174646
174646
|
"context": {
|
|
174647
174647
|
"type": "variable",
|
|
174648
174648
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
174649
|
-
"value": "
|
|
174649
|
+
"value": "0",
|
|
174650
174650
|
"scope": "default",
|
|
174651
174651
|
"line": {
|
|
174652
174652
|
"start": 37,
|
|
@@ -174661,8 +174661,8 @@
|
|
|
174661
174661
|
"path": "default/scss/smart-box/_variables.scss",
|
|
174662
174662
|
"name": "_variables.scss"
|
|
174663
174663
|
},
|
|
174664
|
-
"resolvedValue": "
|
|
174665
|
-
"resolvedType": "
|
|
174664
|
+
"resolvedValue": "0",
|
|
174665
|
+
"resolvedType": "Number"
|
|
174666
174666
|
},
|
|
174667
174667
|
{
|
|
174668
174668
|
"description": "The inline padding of the popup of the Smart box.\n",
|
|
@@ -174823,11 +174823,11 @@
|
|
|
174823
174823
|
"path": "core/scss/components/smart-box/_variables.scss",
|
|
174824
174824
|
"name": "_variables.scss"
|
|
174825
174825
|
},
|
|
174826
|
-
"resolvedValue": "(sm: (padding-x:
|
|
174826
|
+
"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))",
|
|
174827
174827
|
"resolvedType": "Map",
|
|
174828
174828
|
"prettyValue": {
|
|
174829
174829
|
"sm": {
|
|
174830
|
-
"padding-x":
|
|
174830
|
+
"padding-x": 0,
|
|
174831
174831
|
"prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
|
|
174832
174832
|
},
|
|
174833
174833
|
"md": {
|
|
@@ -174836,7 +174836,7 @@
|
|
|
174836
174836
|
},
|
|
174837
174837
|
"lg": {
|
|
174838
174838
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
174839
|
-
"prefix-margin-x":
|
|
174839
|
+
"prefix-margin-x": 0
|
|
174840
174840
|
}
|
|
174841
174841
|
}
|
|
174842
174842
|
}
|
|
@@ -65476,7 +65476,7 @@
|
|
|
65476
65476
|
"context": {
|
|
65477
65477
|
"type": "variable",
|
|
65478
65478
|
"name": "kendo-smart-box-sm-padding-x",
|
|
65479
|
-
"value": "
|
|
65479
|
+
"value": "0",
|
|
65480
65480
|
"scope": "default",
|
|
65481
65481
|
"line": {
|
|
65482
65482
|
"start": 21,
|
|
@@ -65601,7 +65601,7 @@
|
|
|
65601
65601
|
"context": {
|
|
65602
65602
|
"type": "variable",
|
|
65603
65603
|
"name": "kendo-smart-box-lg-prefix-margin-x",
|
|
65604
|
-
"value": "
|
|
65604
|
+
"value": "0",
|
|
65605
65605
|
"scope": "default",
|
|
65606
65606
|
"line": {
|
|
65607
65607
|
"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-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "13.0.1
|
|
4
|
+
"version": "13.0.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
|
|
57
|
-
"@progress/kendo-theme-utils": "13.0.1
|
|
56
|
+
"@progress/kendo-theme-core": "13.0.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "13.0.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "85cda38ea633f4b6f43f3152bb4437f5bd6e6275"
|
|
64
64
|
}
|
|
@@ -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
|