@progress/kendo-theme-material 11.2.0-dev.1 → 11.2.0-dev.2

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 (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +60 -6
  20. package/dist/meta/sassdoc-raw-data.json +28 -3
  21. package/dist/meta/variables.json +4 -0
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/grid/_variables.scss +4 -0
@@ -30616,15 +30616,15 @@
30616
30616
  "resolvedType": "String"
30617
30617
  },
30618
30618
  {
30619
- "description": "The Grid stack layout expandable row shadow.\n",
30619
+ "description": "The outline color of the Grid stack layout focused cell.\n",
30620
30620
  "commentRange": {
30621
30621
  "start": 347,
30622
30622
  "end": 348
30623
30623
  },
30624
30624
  "context": {
30625
30625
  "type": "variable",
30626
- "name": "kendo-grid-stack-expandable-shadow",
30627
- "value": "k-elevation(1)",
30626
+ "name": "kendo-grid-stack-focus-outline",
30627
+ "value": "color-mix(in srgb, k-color(on-app-surface) 20%, transparent)",
30628
30628
  "scope": "default",
30629
30629
  "line": {
30630
30630
  "start": 349,
@@ -30639,6 +30639,33 @@
30639
30639
  "path": "material/scss/grid/_variables.scss",
30640
30640
  "name": "_variables.scss"
30641
30641
  },
30642
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 20%, transparent)",
30643
+ "resolvedType": "String"
30644
+ },
30645
+ {
30646
+ "description": "The Grid stack layout expandable row shadow.\n",
30647
+ "commentRange": {
30648
+ "start": 350,
30649
+ "end": 351
30650
+ },
30651
+ "context": {
30652
+ "type": "variable",
30653
+ "name": "kendo-grid-stack-expandable-shadow",
30654
+ "value": "k-elevation(1)",
30655
+ "scope": "default",
30656
+ "line": {
30657
+ "start": 352,
30658
+ "end": 352
30659
+ }
30660
+ },
30661
+ "group": [
30662
+ "grid"
30663
+ ],
30664
+ "access": "public",
30665
+ "file": {
30666
+ "path": "material/scss/grid/_variables.scss",
30667
+ "name": "_variables.scss"
30668
+ },
30642
30669
  "resolvedValue": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))",
30643
30670
  "resolvedType": "String"
30644
30671
  },
@@ -110779,15 +110806,15 @@
110779
110806
  "resolvedType": "String"
110780
110807
  },
110781
110808
  {
110782
- "description": "The Grid stack layout expandable row shadow.\n",
110809
+ "description": "The outline color of the Grid stack layout focused cell.\n",
110783
110810
  "commentRange": {
110784
110811
  "start": 347,
110785
110812
  "end": 348
110786
110813
  },
110787
110814
  "context": {
110788
110815
  "type": "variable",
110789
- "name": "kendo-grid-stack-expandable-shadow",
110790
- "value": "k-elevation(1)",
110816
+ "name": "kendo-grid-stack-focus-outline",
110817
+ "value": "color-mix(in srgb, k-color(on-app-surface) 20%, transparent)",
110791
110818
  "scope": "default",
110792
110819
  "line": {
110793
110820
  "start": 349,
@@ -110802,6 +110829,33 @@
110802
110829
  "path": "material/scss/grid/_variables.scss",
110803
110830
  "name": "_variables.scss"
110804
110831
  },
110832
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 20%, transparent)",
110833
+ "resolvedType": "String"
110834
+ },
110835
+ {
110836
+ "description": "The Grid stack layout expandable row shadow.\n",
110837
+ "commentRange": {
110838
+ "start": 350,
110839
+ "end": 351
110840
+ },
110841
+ "context": {
110842
+ "type": "variable",
110843
+ "name": "kendo-grid-stack-expandable-shadow",
110844
+ "value": "k-elevation(1)",
110845
+ "scope": "default",
110846
+ "line": {
110847
+ "start": 352,
110848
+ "end": 352
110849
+ }
110850
+ },
110851
+ "group": [
110852
+ "grid"
110853
+ ],
110854
+ "access": "public",
110855
+ "file": {
110856
+ "path": "material/scss/grid/_variables.scss",
110857
+ "name": "_variables.scss"
110858
+ },
110805
110859
  "resolvedValue": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))",
110806
110860
  "resolvedType": "String"
110807
110861
  }
@@ -28019,15 +28019,15 @@
28019
28019
  }
28020
28020
  },
28021
28021
  {
28022
- "description": "The Grid stack layout expandable row shadow.\n",
28022
+ "description": "The outline color of the Grid stack layout focused cell.\n",
28023
28023
  "commentRange": {
28024
28024
  "start": 347,
28025
28025
  "end": 348
28026
28026
  },
28027
28027
  "context": {
28028
28028
  "type": "variable",
28029
- "name": "kendo-grid-stack-expandable-shadow",
28030
- "value": "k-elevation(1)",
28029
+ "name": "kendo-grid-stack-focus-outline",
28030
+ "value": "color-mix(in srgb, k-color(on-app-surface) 20%, transparent)",
28031
28031
  "scope": "default",
28032
28032
  "line": {
28033
28033
  "start": 349,
@@ -28043,6 +28043,31 @@
28043
28043
  "name": "_variables.scss"
28044
28044
  }
28045
28045
  },
28046
+ {
28047
+ "description": "The Grid stack layout expandable row shadow.\n",
28048
+ "commentRange": {
28049
+ "start": 350,
28050
+ "end": 351
28051
+ },
28052
+ "context": {
28053
+ "type": "variable",
28054
+ "name": "kendo-grid-stack-expandable-shadow",
28055
+ "value": "k-elevation(1)",
28056
+ "scope": "default",
28057
+ "line": {
28058
+ "start": 352,
28059
+ "end": 352
28060
+ }
28061
+ },
28062
+ "group": [
28063
+ "grid"
28064
+ ],
28065
+ "access": "public",
28066
+ "file": {
28067
+ "path": "grid/_variables.scss",
28068
+ "name": "_variables.scss"
28069
+ }
28070
+ },
28046
28071
  {
28047
28072
  "description": "The default size icon size.\n",
28048
28073
  "commentRange": {
@@ -11467,6 +11467,10 @@
11467
11467
  "type": "String",
11468
11468
  "value": "var(--kendo-color-subtle, #49454F)"
11469
11469
  },
11470
+ "kendo-grid-stack-focus-outline": {
11471
+ "type": "String",
11472
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 20%, transparent)"
11473
+ },
11470
11474
  "kendo-grid-stack-expandable-shadow": {
11471
11475
  "type": "String",
11472
11476
  "value": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))"
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#141218",
9
9
  "#2B2930",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#FEFBFF",
9
9
  "#F7F3FA",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.2.0-dev.1",
6
+ "version": "11.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
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": "11.2.0-dev.1",
4
+ "version": "11.2.0-dev.2",
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.1.0",
57
- "@progress/kendo-theme-core": "11.2.0-dev.1",
58
- "@progress/kendo-theme-utils": "11.2.0-dev.1"
57
+ "@progress/kendo-theme-core": "11.2.0-dev.2",
58
+ "@progress/kendo-theme-utils": "11.2.0-dev.2"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "2bcc49d832b7e73387e77bc5adbb27e05ea341d5"
64
+ "gitHead": "5b68190d257d628ffb73dee8f0b3c63d590c8644"
65
65
  }
@@ -344,6 +344,9 @@ $kendo-grid-stack-expandable-shadow-height: k-spacing(2.5) !default;
344
344
  /// The color of the Grid stack layout column header.
345
345
  /// @group grid
346
346
  $kendo-grid-stack-header-color: k-color(subtle) !default;
347
+ /// The outline color of the Grid stack layout focused cell.
348
+ /// @group grid
349
+ $kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
347
350
  /// The Grid stack layout expandable row shadow.
348
351
  /// @group grid
349
352
  $kendo-grid-stack-expandable-shadow: k-elevation(1) !default;
@@ -494,5 +497,6 @@ $kendo-grid-stack-expandable-shadow: k-elevation(1) !default;
494
497
  $kendo-grid-stack-header-font-weight: $kendo-grid-stack-header-font-weight,
495
498
  $kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
496
499
  $kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
500
+ $kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
497
501
  $kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
498
502
  );