@progress/kendo-theme-material 10.3.2-dev.0 → 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 (38) 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/sassdoc-data.json +4 -4
  18. package/dist/meta/sassdoc-raw-data.json +1 -1
  19. package/dist/meta/variables.json +29 -13
  20. package/lib/swatches/material-aqua-dark.json +1 -1
  21. package/lib/swatches/material-arctic.json +1 -1
  22. package/lib/swatches/material-burnt-teal.json +1 -1
  23. package/lib/swatches/material-dataviz-v4.json +1 -1
  24. package/lib/swatches/material-eggplant.json +1 -1
  25. package/lib/swatches/material-lime-dark.json +1 -1
  26. package/lib/swatches/material-lime.json +1 -1
  27. package/lib/swatches/material-main-dark.json +1 -1
  28. package/lib/swatches/material-main.json +1 -1
  29. package/lib/swatches/material-nova.json +1 -1
  30. package/lib/swatches/material-pacific-dark.json +1 -1
  31. package/lib/swatches/material-pacific.json +1 -1
  32. package/lib/swatches/material-sky-dark.json +1 -1
  33. package/lib/swatches/material-sky.json +1 -1
  34. package/lib/swatches/material-smoke.json +1 -1
  35. package/package.json +4 -4
  36. package/scss/action-sheet/_index.scss +0 -1
  37. package/scss/action-sheet/_variables.scss +15 -6
  38. package/scss/button/_variables.scss +1 -1
@@ -3720,7 +3720,7 @@
3720
3720
  "context": {
3721
3721
  "type": "variable",
3722
3722
  "name": "kendo-button-font-family",
3723
- "value": "var( --kendo-font-size-sm, inherit )",
3723
+ "value": "var( --kendo-font-family, inherit )",
3724
3724
  "scope": "default",
3725
3725
  "line": {
3726
3726
  "start": 44,
@@ -3735,7 +3735,7 @@
3735
3735
  "path": "material/scss/button/_variables.scss",
3736
3736
  "name": "_variables.scss"
3737
3737
  },
3738
- "resolvedValue": "var(--kendo-font-size-sm, inherit)",
3738
+ "resolvedValue": "var(--kendo-font-family, inherit)",
3739
3739
  "resolvedType": "String"
3740
3740
  },
3741
3741
  {
@@ -83968,7 +83968,7 @@
83968
83968
  "context": {
83969
83969
  "type": "variable",
83970
83970
  "name": "kendo-button-font-family",
83971
- "value": "var( --kendo-font-size-sm, inherit )",
83971
+ "value": "var( --kendo-font-family, inherit )",
83972
83972
  "scope": "default",
83973
83973
  "line": {
83974
83974
  "start": 44,
@@ -83983,7 +83983,7 @@
83983
83983
  "path": "material/scss/button/_variables.scss",
83984
83984
  "name": "_variables.scss"
83985
83985
  },
83986
- "resolvedValue": "var(--kendo-font-size-sm, inherit)",
83986
+ "resolvedValue": "var(--kendo-font-family, inherit)",
83987
83987
  "resolvedType": "String"
83988
83988
  },
83989
83989
  {
@@ -3383,7 +3383,7 @@
3383
3383
  "context": {
3384
3384
  "type": "variable",
3385
3385
  "name": "kendo-button-font-family",
3386
- "value": "var( --kendo-font-size-sm, inherit )",
3386
+ "value": "var( --kendo-font-family, inherit )",
3387
3387
  "scope": "default",
3388
3388
  "line": {
3389
3389
  "start": 44,
@@ -3502,7 +3502,7 @@
3502
3502
  },
3503
3503
  "kendo-button-font-family": {
3504
3504
  "type": "String",
3505
- "value": "var(--kendo-font-size-sm, inherit)"
3505
+ "value": "var(--kendo-font-family, inherit)"
3506
3506
  },
3507
3507
  "kendo-button-font-size": {
3508
3508
  "type": "String",
@@ -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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
58
- "@progress/kendo-theme-utils": "10.3.2-dev.0"
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": "b32f134d497bb902a0a81960f21468eb2e79b0ab"
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,
@@ -41,7 +41,7 @@ $kendo-button-lg-padding-y: k-spacing(2.5) !default;
41
41
 
42
42
  /// The font family of the Button.
43
43
  /// @group button
44
- $kendo-button-font-family: var( --kendo-font-size-sm, inherit ) !default;
44
+ $kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
45
45
 
46
46
  /// The font size of the Button.
47
47
  /// @group button