@progress/kendo-theme-material 10.3.2-dev.1 → 10.4.0-dev.9

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.
Files changed (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-aqua-dark.css +1 -1
  3. package/dist/material-arctic.css +1 -1
  4. package/dist/material-burnt-teal.css +1 -1
  5. package/dist/material-dataviz-v4.css +1 -1
  6. package/dist/material-eggplant.css +1 -1
  7. package/dist/material-lime-dark.css +1 -1
  8. package/dist/material-lime.css +1 -1
  9. package/dist/material-main-dark.css +1 -1
  10. package/dist/material-main.css +1 -1
  11. package/dist/material-nova.css +1 -1
  12. package/dist/material-pacific-dark.css +1 -1
  13. package/dist/material-pacific.css +1 -1
  14. package/dist/material-sky-dark.css +1 -1
  15. package/dist/material-sky.css +1 -1
  16. package/dist/material-smoke.css +1 -1
  17. package/dist/meta/variables.json +28 -12
  18. package/lib/swatches/material-aqua-dark.json +1 -1
  19. package/lib/swatches/material-arctic.json +1 -1
  20. package/lib/swatches/material-burnt-teal.json +1 -1
  21. package/lib/swatches/material-dataviz-v4.json +1 -1
  22. package/lib/swatches/material-eggplant.json +1 -1
  23. package/lib/swatches/material-lime-dark.json +1 -1
  24. package/lib/swatches/material-lime.json +1 -1
  25. package/lib/swatches/material-main-dark.json +1 -1
  26. package/lib/swatches/material-main.json +1 -1
  27. package/lib/swatches/material-nova.json +1 -1
  28. package/lib/swatches/material-pacific-dark.json +1 -1
  29. package/lib/swatches/material-pacific.json +1 -1
  30. package/lib/swatches/material-sky-dark.json +1 -1
  31. package/lib/swatches/material-sky.json +1 -1
  32. package/lib/swatches/material-smoke.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/action-sheet/_variables.scss +15 -6
@@ -8819,8 +8819,8 @@
8819
8819
  "value": "var(--kendo-spacing-2, 0.5rem)"
8820
8820
  },
8821
8821
  "kendo-actionsheet-titlebar-border-width": {
8822
- "type": "Null",
8823
- "value": "null"
8822
+ "type": "Number",
8823
+ "value": "1px"
8824
8824
  },
8825
8825
  "kendo-actionsheet-titlebar-font-size": {
8826
8826
  "type": "String",
@@ -8847,8 +8847,8 @@
8847
8847
  "value": "null"
8848
8848
  },
8849
8849
  "kendo-actionsheet-titlebar-border": {
8850
- "type": "Null",
8851
- "value": "null"
8850
+ "type": "String",
8851
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
8852
8852
  },
8853
8853
  "kendo-actionsheet-titlebar-gradient": {
8854
8854
  "type": "Null",
@@ -8870,6 +8870,30 @@
8870
8870
  "type": "String",
8871
8871
  "value": "var(--kendo-color-subtle, #757575)"
8872
8872
  },
8873
+ "kendo-actionsheet-footer-border-width": {
8874
+ "type": "Number",
8875
+ "value": "1px"
8876
+ },
8877
+ "kendo-actionsheet-footer-bg": {
8878
+ "type": "Null",
8879
+ "value": "null"
8880
+ },
8881
+ "kendo-actionsheet-footer-text": {
8882
+ "type": "Null",
8883
+ "value": "null"
8884
+ },
8885
+ "kendo-actionsheet-footer-border": {
8886
+ "type": "String",
8887
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
8888
+ },
8889
+ "kendo-actionsheet-footer-gradient": {
8890
+ "type": "Null",
8891
+ "value": "null"
8892
+ },
8893
+ "kendo-actionsheet-footer-shadow": {
8894
+ "type": "Null",
8895
+ "value": "null"
8896
+ },
8873
8897
  "kendo-actionsheet-item-min-height": {
8874
8898
  "type": "Number",
8875
8899
  "value": "40px"
@@ -8982,10 +9006,6 @@
8982
9006
  "type": "String",
8983
9007
  "value": "var(--kendo-font-size-lg, inherit)"
8984
9008
  },
8985
- "kendo-adaptive-actionsheet-titlebar-border-width": {
8986
- "type": "Number",
8987
- "value": "1px"
8988
- },
8989
9009
  "kendo-adaptive-actionsheet-titlebar-padding-y": {
8990
9010
  "type": "String",
8991
9011
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -8994,10 +9014,6 @@
8994
9014
  "type": "String",
8995
9015
  "value": "var(--kendo-spacing-4, 1rem)"
8996
9016
  },
8997
- "kendo-adaptive-actionsheet-titlebar-border": {
8998
- "type": "String",
8999
- "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
9000
- },
9001
9017
  "kendo-adaptive-actionsheet-content-padding-y": {
9002
9018
  "type": "String",
9003
9019
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#3f51b5",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0-dev.9",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "10.3.2-dev.1",
4
+ "version": "10.4.0-dev.9",
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.0.0",
57
- "@progress/kendo-theme-core": "10.3.2-dev.1",
58
- "@progress/kendo-theme-utils": "10.3.2-dev.1"
57
+ "@progress/kendo-theme-core": "10.4.0-dev.9",
58
+ "@progress/kendo-theme-utils": "10.4.0-dev.9"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "e5d03994478433e3ebee6e8050002d4960479017"
64
+ "gitHead": "0955993e3e23e9b104deae9fef0fc7acbe3d0a51"
65
65
  }
@@ -19,7 +19,6 @@
19
19
  @include kendo-popup--styles();
20
20
  @include kendo-action-sheet--layout();
21
21
  @include kendo-action-sheet--theme();
22
- @include kendo-utils--layout--overflow();
23
22
  @include kendo-utils--typography--text-align();
24
23
  }
25
24
  }
@@ -26,7 +26,7 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
26
26
  // Actionsheet header
27
27
  $kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
28
28
  $kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
29
- $kendo-actionsheet-titlebar-border-width: null !default;
29
+ $kendo-actionsheet-titlebar-border-width: 1px !default;
30
30
  $kendo-actionsheet-titlebar-font-size: var( --kendo-font-size-lg, inherit ) !default;
31
31
  $kendo-actionsheet-titlebar-font-family: null !default;
32
32
  $kendo-actionsheet-titlebar-line-height: 1.25 !default;
@@ -34,7 +34,7 @@ $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
34
34
 
35
35
  $kendo-actionsheet-titlebar-bg: null !default;
36
36
  $kendo-actionsheet-titlebar-text: null !default;
37
- $kendo-actionsheet-titlebar-border: null !default;
37
+ $kendo-actionsheet-titlebar-border: $kendo-component-border !default;
38
38
  $kendo-actionsheet-titlebar-gradient: null !default;
39
39
  $kendo-actionsheet-titlebar-shadow: null !default;
40
40
 
@@ -42,6 +42,13 @@ $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !def
42
42
  $kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
43
43
  $kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
44
44
 
45
+ $kendo-actionsheet-footer-border-width: 1px !default;
46
+
47
+ $kendo-actionsheet-footer-bg: null !default;
48
+ $kendo-actionsheet-footer-text: null !default;
49
+ $kendo-actionsheet-footer-border: $kendo-component-border !default;
50
+ $kendo-actionsheet-footer-gradient: null !default;
51
+ $kendo-actionsheet-footer-shadow: null !default;
45
52
 
46
53
  // Actionsheet item
47
54
  $kendo-actionsheet-item-min-height: 40px !default;
@@ -81,10 +88,8 @@ $kendo-actionsheet-item-disabled-opacity: .42 !default;
81
88
 
82
89
  // Adaptive Actionsheet
83
90
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
84
- $kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
85
91
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
86
92
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
87
- $kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
88
93
 
89
94
  $kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
90
95
  $kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
@@ -122,6 +127,12 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
122
127
  $kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
123
128
  $kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
124
129
  $kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
130
+ $kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
131
+ $kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
132
+ $kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
133
+ $kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
134
+ $kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
135
+ $kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
125
136
  $kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
126
137
  $kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
127
138
  $kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
@@ -151,10 +162,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
151
162
  $kendo-actionsheet-item-focus-background: $kendo-actionsheet-item-focus-background,
152
163
  $kendo-actionsheet-item-disabled-opacity: $kendo-actionsheet-item-disabled-opacity,
153
164
  $kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
154
- $kendo-adaptive-actionsheet-titlebar-border-width: $kendo-adaptive-actionsheet-titlebar-border-width,
155
165
  $kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
156
166
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
157
- $kendo-adaptive-actionsheet-titlebar-border: $kendo-adaptive-actionsheet-titlebar-border,
158
167
  $kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
159
168
  $kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
160
169
  $kendo-adaptive-actionsheet-footer-padding-y: $kendo-adaptive-actionsheet-footer-padding-y,