@progress/kendo-theme-classic 10.3.0-dev.0 → 10.3.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.
Files changed (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +54 -0
  17. package/dist/meta/sassdoc-raw-data.json +25 -0
  18. package/dist/meta/variables.json +4 -0
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/grid/_index.scss +1 -0
  35. package/scss/table/_variables.scss +6 -1
@@ -66086,6 +66086,33 @@
66086
66086
  "resolvedValue": "null",
66087
66087
  "resolvedType": "Null"
66088
66088
  },
66089
+ {
66090
+ "description": "The box shadow of the row spanned cells.\n",
66091
+ "commentRange": {
66092
+ "start": 160,
66093
+ "end": 161
66094
+ },
66095
+ "context": {
66096
+ "type": "variable",
66097
+ "name": "kendo-table-cell-row-span-shadow",
66098
+ "value": "inset 0 0 0 1px $kendo-table-border",
66099
+ "scope": "default",
66100
+ "line": {
66101
+ "start": 162,
66102
+ "end": 162
66103
+ }
66104
+ },
66105
+ "group": [
66106
+ "table"
66107
+ ],
66108
+ "access": "public",
66109
+ "file": {
66110
+ "path": "classic/scss/table/_variables.scss",
66111
+ "name": "_variables.scss"
66112
+ },
66113
+ "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))",
66114
+ "resolvedType": "List"
66115
+ },
66089
66116
  {
66090
66117
  "description": "The horizontal padding of the TabStrip wrapper.\n",
66091
66118
  "commentRange": {
@@ -148878,6 +148905,33 @@
148878
148905
  },
148879
148906
  "resolvedValue": "null",
148880
148907
  "resolvedType": "Null"
148908
+ },
148909
+ {
148910
+ "description": "The box shadow of the row spanned cells.\n",
148911
+ "commentRange": {
148912
+ "start": 160,
148913
+ "end": 161
148914
+ },
148915
+ "context": {
148916
+ "type": "variable",
148917
+ "name": "kendo-table-cell-row-span-shadow",
148918
+ "value": "inset 0 0 0 1px $kendo-table-border",
148919
+ "scope": "default",
148920
+ "line": {
148921
+ "start": 162,
148922
+ "end": 162
148923
+ }
148924
+ },
148925
+ "group": [
148926
+ "table"
148927
+ ],
148928
+ "access": "public",
148929
+ "file": {
148930
+ "path": "classic/scss/table/_variables.scss",
148931
+ "name": "_variables.scss"
148932
+ },
148933
+ "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))",
148934
+ "resolvedType": "List"
148881
148935
  }
148882
148936
  ]
148883
148937
  },
@@ -60608,6 +60608,31 @@
60608
60608
  "name": "_variables.scss"
60609
60609
  }
60610
60610
  },
60611
+ {
60612
+ "description": "The box shadow of the row spanned cells.\n",
60613
+ "commentRange": {
60614
+ "start": 160,
60615
+ "end": 161
60616
+ },
60617
+ "context": {
60618
+ "type": "variable",
60619
+ "name": "kendo-table-cell-row-span-shadow",
60620
+ "value": "inset 0 0 0 1px $kendo-table-border",
60621
+ "scope": "default",
60622
+ "line": {
60623
+ "start": 162,
60624
+ "end": 162
60625
+ }
60626
+ },
60627
+ "group": [
60628
+ "table"
60629
+ ],
60630
+ "access": "public",
60631
+ "file": {
60632
+ "path": "table/_variables.scss",
60633
+ "name": "_variables.scss"
60634
+ }
60635
+ },
60611
60636
  {
60612
60637
  "description": "The horizontal padding of the TabStrip wrapper.\n",
60613
60638
  "commentRange": {
@@ -2450,6 +2450,10 @@
2450
2450
  "type": "Null",
2451
2451
  "value": "null"
2452
2452
  },
2453
+ "kendo-table-cell-row-span-shadow": {
2454
+ "type": "List",
2455
+ "value": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))"
2456
+ },
2453
2457
  "kendo-no-data-min-height": {
2454
2458
  "type": "Number",
2455
2459
  "value": "140px"
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#1f2a35",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "10.3.0-dev.0",
6
+ "version": "10.3.0",
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-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "10.3.0-dev.0",
4
+ "version": "10.3.0",
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.0.0",
56
- "@progress/kendo-theme-core": "10.3.0-dev.0",
57
- "@progress/kendo-theme-utils": "10.3.0-dev.0"
56
+ "@progress/kendo-theme-core": "10.3.0",
57
+ "@progress/kendo-theme-utils": "10.3.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "39287f4c27fd8db1b89e95ebb1053f719573634a"
63
+ "gitHead": "0f9a32d49cbc902629086cb62b696f55b8209e1e"
64
64
  }
@@ -58,6 +58,7 @@
58
58
  @include kendo-grid--layout();
59
59
  @include kendo-grid--theme();
60
60
  @include kendo-utils--interactivity--touch-action();
61
+ @include kendo-utils--interactivity--user-select();
61
62
  @include kendo-utils--interactivity--cursor();
62
63
  @include kendo-utils--layout--display();
63
64
  }
@@ -157,6 +157,10 @@ $kendo-table-selected-text: null !default;
157
157
  /// @group table
158
158
  $kendo-table-selected-border: null !default;
159
159
 
160
+ /// The box shadow of the row spanned cells.
161
+ /// @group table
162
+ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
163
+
160
164
 
161
165
  @forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
162
166
  $kendo-table-border-width: $kendo-table-border-width,
@@ -198,5 +202,6 @@ $kendo-table-selected-border: null !default;
198
202
  $kendo-table-focus-shadow: $kendo-table-focus-shadow,
199
203
  $kendo-table-selected-bg: $kendo-table-selected-bg,
200
204
  $kendo-table-selected-text: $kendo-table-selected-text,
201
- $kendo-table-selected-border: $kendo-table-selected-border
205
+ $kendo-table-selected-border: $kendo-table-selected-border,
206
+ $kendo-table-cell-row-span-shadow: $kendo-table-cell-row-span-shadow
202
207
  );