@progress/kendo-theme-fluent 13.1.2-dev.0 → 13.2.0-dev.0
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/fluent-1-dark.css +1 -1
- package/dist/fluent-1-dark.scss +147 -147
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-1.scss +147 -147
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +147 -147
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +2814 -4078
- package/dist/meta/sassdoc-raw-data.json +2531 -2944
- package/dist/meta/variables.json +460 -749
- package/lib/swatches/all.json +6 -6
- package/lib/swatches/fluent-1-dark.json +153 -153
- package/lib/swatches/fluent-1.json +153 -153
- package/lib/swatches/fluent-main-dark.json +153 -153
- package/lib/swatches/fluent-main.json +6 -6
- package/package.json +4 -4
- package/scss/button/_layout.scss +5 -0
- package/scss/button/_variables.scss +20 -0
- package/scss/core/_index.scss +10 -0
- package/scss/core/border-radii/_index.scss +13 -10
- package/scss/core/color-system/_swatch.scss +174 -155
- package/scss/core/spacing/_index.scss +36 -38
- package/scss/core/typography/_index.scss +96 -4
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/typography/_variables.scss +4 -3
- package/scss/core/color-system/_palettes.scss +0 -305
package/lib/swatches/all.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"name": "All",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-fluent",
|
|
6
|
-
"version": "13.
|
|
6
|
+
"version": "13.2.0-dev.0",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
9
|
+
"oklch(100.00% 0.0001 0deg)",
|
|
10
|
+
"oklch(97.01% 0.0001 0deg)",
|
|
11
|
+
"oklch(69.85% 0.1922 27.18deg)",
|
|
12
|
+
"oklch(61.37% 0.1669 27.00deg)",
|
|
13
|
+
"oklch(37.91% 0.0000 0deg)"
|
|
14
14
|
],
|
|
15
15
|
"components": [],
|
|
16
16
|
"groups": []
|