@progress/kendo-theme-default 12.2.1-dev.0 → 12.2.1-dev.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 +7396 -7396
- package/dist/meta/sassdoc-raw-data.json +3698 -3723
- 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/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bubble/_variables.scss +1 -1
- package/scss/button/_variables.scss +1 -1
- package/scss/chart-wizard/_variables.scss +1 -1
- package/scss/chat/_variables.scss +0 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +0 -1
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/core/border-radii/index.scss +1 -0
- package/scss/core/color-system/index.scss +1 -0
- package/scss/core/elevation/index.scss +1 -0
- package/scss/core/functions/index.scss +1 -0
- package/scss/core/mixins/index.scss +1 -0
- package/scss/core/motion/index.scss +1 -0
- package/scss/core/spacing/index.scss +3 -0
- package/scss/core/styles/index.scss +1 -0
- package/scss/core/typography/index.scss +1 -0
- package/scss/core/z-index/index.scss +1 -0
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/editor/_variables.scss +0 -1
- package/scss/filemanager/_variables.scss +0 -1
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +0 -1
- package/scss/grid/_variables.scss +0 -1
- package/scss/input/_variables.scss +0 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/panelbar/_variables.scss +0 -1
- package/scss/pivotgrid/_variables.scss +0 -1
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +0 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +1 -1
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +0 -1
- package/scss/timeline/_variables.scss +0 -1
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/utils/_index.scss +1 -1
- package/scss/core/border-radii/index.import.scss +0 -1
- package/scss/core/color-system/index.import.scss +0 -1
- package/scss/core/elevation/index.import.scss +0 -1
- package/scss/core/functions/index.import.scss +0 -1
- package/scss/core/mixins/index.import.scss +0 -1
- package/scss/core/motion/index.import.scss +0 -1
- package/scss/core/spacing/index.import.scss +0 -3
- package/scss/core/styles/index.import.scss +0 -1
- package/scss/core/typography/index.import.scss +0 -1
- package/scss/core/z-index/index.import.scss +0 -1
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": "12.2.1-dev.
|
|
4
|
+
"version": "12.2.1-dev.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.5.0",
|
|
56
|
-
"@progress/kendo-theme-core": "12.2.1-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "12.2.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "12.2.1-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "12.2.1-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "52adf1714a222c00f6353d50266b60ef8c23e9a1"
|
|
64
64
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/border-radii/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/color-system/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/elevation/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/functions/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/mixins/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/motion/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/styles/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/typography/index.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/z-index/index.scss";
|
package/scss/utils/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-utils/scss/index.
|
|
1
|
+
@forward "@progress/kendo-theme-utils/scss/index.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/border-radii/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/color-system/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/elevation/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/functions/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/mixins/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/motion/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/styles/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/typography/index.import.scss";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "@progress/kendo-theme-core/scss/z-index/index.import.scss";
|