@progress/kendo-theme-fluent 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.
@@ -77749,6 +77749,33 @@
77749
77749
  "resolvedValue": "var(--kendo-component-border, initial)",
77750
77750
  "resolvedType": "String"
77751
77751
  },
77752
+ {
77753
+ "description": "The box shadow of the row spanned cells.\n",
77754
+ "commentRange": {
77755
+ "start": 189,
77756
+ "end": 190
77757
+ },
77758
+ "context": {
77759
+ "type": "variable",
77760
+ "name": "kendo-table-cell-row-span-shadow",
77761
+ "value": "inset 0 0 0 1px $kendo-table-border",
77762
+ "scope": "default",
77763
+ "line": {
77764
+ "start": 191,
77765
+ "end": 191
77766
+ }
77767
+ },
77768
+ "group": [
77769
+ "table"
77770
+ ],
77771
+ "access": "public",
77772
+ "file": {
77773
+ "path": "fluent/scss/table/_variables.scss",
77774
+ "name": "_variables.scss"
77775
+ },
77776
+ "resolvedValue": "(inset 0 0 0 1px var(--kendo-component-border, initial))",
77777
+ "resolvedType": "List"
77778
+ },
77752
77779
  {
77753
77780
  "description": "The horizontal padding of the TabStrip wrapper.\n",
77754
77781
  "commentRange": {
@@ -173439,6 +173466,33 @@
173439
173466
  },
173440
173467
  "resolvedValue": "var(--kendo-component-border, initial)",
173441
173468
  "resolvedType": "String"
173469
+ },
173470
+ {
173471
+ "description": "The box shadow of the row spanned cells.\n",
173472
+ "commentRange": {
173473
+ "start": 189,
173474
+ "end": 190
173475
+ },
173476
+ "context": {
173477
+ "type": "variable",
173478
+ "name": "kendo-table-cell-row-span-shadow",
173479
+ "value": "inset 0 0 0 1px $kendo-table-border",
173480
+ "scope": "default",
173481
+ "line": {
173482
+ "start": 191,
173483
+ "end": 191
173484
+ }
173485
+ },
173486
+ "group": [
173487
+ "table"
173488
+ ],
173489
+ "access": "public",
173490
+ "file": {
173491
+ "path": "fluent/scss/table/_variables.scss",
173492
+ "name": "_variables.scss"
173493
+ },
173494
+ "resolvedValue": "(inset 0 0 0 1px var(--kendo-component-border, initial))",
173495
+ "resolvedType": "List"
173442
173496
  }
173443
173497
  ]
173444
173498
  },
@@ -69368,6 +69368,31 @@
69368
69368
  "name": "_variables.scss"
69369
69369
  }
69370
69370
  },
69371
+ {
69372
+ "description": "The box shadow of the row spanned cells.\n",
69373
+ "commentRange": {
69374
+ "start": 189,
69375
+ "end": 190
69376
+ },
69377
+ "context": {
69378
+ "type": "variable",
69379
+ "name": "kendo-table-cell-row-span-shadow",
69380
+ "value": "inset 0 0 0 1px $kendo-table-border",
69381
+ "scope": "default",
69382
+ "line": {
69383
+ "start": 191,
69384
+ "end": 191
69385
+ }
69386
+ },
69387
+ "group": [
69388
+ "table"
69389
+ ],
69390
+ "access": "public",
69391
+ "file": {
69392
+ "path": "table/_variables.scss",
69393
+ "name": "_variables.scss"
69394
+ }
69395
+ },
69371
69396
  {
69372
69397
  "description": "The horizontal padding of the TabStrip wrapper.\n",
69373
69398
  "commentRange": {
@@ -2684,6 +2684,10 @@
2684
2684
  "type": "String",
2685
2685
  "value": "var(--kendo-component-border, initial)"
2686
2686
  },
2687
+ "kendo-table-cell-row-span-shadow": {
2688
+ "type": "List",
2689
+ "value": "(inset 0 0 0 1px var(--kendo-component-border, initial))"
2690
+ },
2687
2691
  "kendo-no-data-min-height": {
2688
2692
  "type": "Number",
2689
2693
  "value": "140px"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
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": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
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": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
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-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
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": [
@@ -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.0-dev.0",
58
- "@progress/kendo-theme-utils": "10.3.0-dev.0"
57
+ "@progress/kendo-theme-core": "10.3.0",
58
+ "@progress/kendo-theme-utils": "10.3.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "39287f4c27fd8db1b89e95ebb1053f719573634a"
64
+ "gitHead": "0f9a32d49cbc902629086cb62b696f55b8209e1e"
65
65
  }
@@ -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
  }
@@ -11,6 +11,10 @@
11
11
  var( --kendo-table-bg, #{$kendo-table-bg} ),
12
12
  var( --kendo-table-border, #{$kendo-table-border} )
13
13
  );
14
+
15
+ .k-table-td-row-span {
16
+ box-shadow: var( --kendo-table-cell-row-span-shadow, #{$kendo-table-cell-row-span-shadow} )
17
+ }
14
18
  }
15
19
 
16
20
  // Table header
@@ -185,3 +185,7 @@ $kendo-table-selected-hover-text: $kendo-table-selected-text !default;
185
185
  /// Hover border color of selected rows in table.
186
186
  /// @group table
187
187
  $kendo-table-selected-hover-border: $kendo-table-selected-border !default;
188
+
189
+ /// The box shadow of the row spanned cells.
190
+ /// @group table
191
+ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;