@progress/kendo-theme-fluent 10.1.0-dev.2 → 10.1.0-dev.4

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.
@@ -1,10 +1,11 @@
1
1
  @use "sass:meta";
2
+ @use "sass:string";
2
3
  @use "../all.scss";
3
4
 
4
5
  $_vars: meta.module-variables("all");
5
6
 
6
7
  body {
7
8
  @each $key, $val in $_vars {
8
- var: k-resolve-var( unquote($key), meta.type-of( $val ), $val ); // stylelint-disable-line
9
+ var: k-resolve-var( string.unquote($key), meta.type-of( $val ), $val ); // stylelint-disable-line
9
10
  }
10
11
  }
@@ -31696,7 +31696,7 @@
31696
31696
  "context": {
31697
31697
  "type": "variable",
31698
31698
  "name": "kendo-form-spacer",
31699
- "value": "calc( #{k-spacing(2)} * 2 )",
31699
+ "value": "k-spacing(4)",
31700
31700
  "scope": "default",
31701
31701
  "line": {
31702
31702
  "start": 7,
@@ -31711,8 +31711,8 @@
31711
31711
  "path": "fluent/scss/forms/_variables.scss",
31712
31712
  "name": "_variables.scss"
31713
31713
  },
31714
- "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2)",
31715
- "resolvedType": "Calculation"
31714
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
31715
+ "resolvedType": "String"
31716
31716
  },
31717
31717
  {
31718
31718
  "description": "The font size of the Form.\n",
@@ -39726,7 +39726,7 @@
39726
39726
  "context": {
39727
39727
  "type": "variable",
39728
39728
  "name": "kendo-image-editor-action-pane-width",
39729
- "value": "if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )",
39729
+ "value": "if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) )",
39730
39730
  "scope": "default",
39731
39731
  "line": {
39732
39732
  "start": 70,
@@ -39741,7 +39741,7 @@
39741
39741
  "path": "fluent/scss/imageeditor/_variables.scss",
39742
39742
  "name": "_variables.scss"
39743
39743
  },
39744
- "resolvedValue": "240px",
39744
+ "resolvedValue": "270px",
39745
39745
  "resolvedType": "Number"
39746
39746
  },
39747
39747
  {
@@ -54388,7 +54388,7 @@
54388
54388
  "context": {
54389
54389
  "type": "variable",
54390
54390
  "name": "kendo-panelbar-header-padding-x-start",
54391
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
54391
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
54392
54392
  "scope": "default",
54393
54393
  "line": {
54394
54394
  "start": 40,
@@ -54403,7 +54403,7 @@
54403
54403
  "path": "fluent/scss/panelbar/_variables.scss",
54404
54404
  "name": "_variables.scss"
54405
54405
  },
54406
- "resolvedValue": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
54406
+ "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))",
54407
54407
  "resolvedType": "Calculation"
54408
54408
  },
54409
54409
  {
@@ -54469,7 +54469,7 @@
54469
54469
  "context": {
54470
54470
  "type": "variable",
54471
54471
  "name": "kendo-panelbar-item-padding-x-start",
54472
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
54472
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
54473
54473
  "scope": "default",
54474
54474
  "line": {
54475
54475
  "start": 51,
@@ -54484,7 +54484,7 @@
54484
54484
  "path": "fluent/scss/panelbar/_variables.scss",
54485
54485
  "name": "_variables.scss"
54486
54486
  },
54487
- "resolvedValue": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
54487
+ "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))",
54488
54488
  "resolvedType": "Calculation"
54489
54489
  },
54490
54490
  {
@@ -89465,8 +89465,8 @@
89465
89465
  {
89466
89466
  "description": "",
89467
89467
  "commentRange": {
89468
- "start": 583,
89469
- "end": 587
89468
+ "start": 584,
89469
+ "end": 588
89470
89470
  },
89471
89471
  "context": {
89472
89472
  "type": "variable",
@@ -89474,8 +89474,8 @@
89474
89474
  "value": "black",
89475
89475
  "scope": "default",
89476
89476
  "line": {
89477
- "start": 588,
89478
- "end": 588
89477
+ "start": 589,
89478
+ "end": 589
89479
89479
  }
89480
89480
  },
89481
89481
  "link": [
@@ -89501,8 +89501,8 @@
89501
89501
  {
89502
89502
  "description": "Default light color for WCAG 2.0.\n",
89503
89503
  "commentRange": {
89504
- "start": 589,
89505
- "end": 591
89504
+ "start": 590,
89505
+ "end": 592
89506
89506
  },
89507
89507
  "context": {
89508
89508
  "type": "variable",
@@ -89510,8 +89510,8 @@
89510
89510
  "value": "white",
89511
89511
  "scope": "default",
89512
89512
  "line": {
89513
- "start": 592,
89514
- "end": 592
89513
+ "start": 593,
89514
+ "end": 593
89515
89515
  }
89516
89516
  },
89517
89517
  "type": "Color",
@@ -91820,8 +91820,8 @@
91820
91820
  {
91821
91821
  "description": "",
91822
91822
  "commentRange": {
91823
- "start": 583,
91824
- "end": 587
91823
+ "start": 584,
91824
+ "end": 588
91825
91825
  },
91826
91826
  "context": {
91827
91827
  "type": "variable",
@@ -91829,8 +91829,8 @@
91829
91829
  "value": "black",
91830
91830
  "scope": "default",
91831
91831
  "line": {
91832
- "start": 588,
91833
- "end": 588
91832
+ "start": 589,
91833
+ "end": 589
91834
91834
  }
91835
91835
  },
91836
91836
  "link": [
@@ -91856,8 +91856,8 @@
91856
91856
  {
91857
91857
  "description": "Default light color for WCAG 2.0.\n",
91858
91858
  "commentRange": {
91859
- "start": 589,
91860
- "end": 591
91859
+ "start": 590,
91860
+ "end": 592
91861
91861
  },
91862
91862
  "context": {
91863
91863
  "type": "variable",
@@ -91865,8 +91865,8 @@
91865
91865
  "value": "white",
91866
91866
  "scope": "default",
91867
91867
  "line": {
91868
- "start": 592,
91869
- "end": 592
91868
+ "start": 593,
91869
+ "end": 593
91870
91870
  }
91871
91871
  },
91872
91872
  "type": "Color",
@@ -124302,7 +124302,7 @@
124302
124302
  "context": {
124303
124303
  "type": "variable",
124304
124304
  "name": "kendo-form-spacer",
124305
- "value": "calc( #{k-spacing(2)} * 2 )",
124305
+ "value": "k-spacing(4)",
124306
124306
  "scope": "default",
124307
124307
  "line": {
124308
124308
  "start": 7,
@@ -124317,8 +124317,8 @@
124317
124317
  "path": "fluent/scss/forms/_variables.scss",
124318
124318
  "name": "_variables.scss"
124319
124319
  },
124320
- "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2)",
124321
- "resolvedType": "Calculation"
124320
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
124321
+ "resolvedType": "String"
124322
124322
  },
124323
124323
  {
124324
124324
  "description": "The font size of the Form.\n",
@@ -132356,7 +132356,7 @@
132356
132356
  "context": {
132357
132357
  "type": "variable",
132358
132358
  "name": "kendo-image-editor-action-pane-width",
132359
- "value": "if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )",
132359
+ "value": "if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) )",
132360
132360
  "scope": "default",
132361
132361
  "line": {
132362
132362
  "start": 70,
@@ -132371,7 +132371,7 @@
132371
132371
  "path": "fluent/scss/imageeditor/_variables.scss",
132372
132372
  "name": "_variables.scss"
132373
132373
  },
132374
- "resolvedValue": "240px",
132374
+ "resolvedValue": "270px",
132375
132375
  "resolvedType": "Number"
132376
132376
  },
132377
132377
  {
@@ -148621,7 +148621,7 @@
148621
148621
  "context": {
148622
148622
  "type": "variable",
148623
148623
  "name": "kendo-panelbar-header-padding-x-start",
148624
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
148624
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
148625
148625
  "scope": "default",
148626
148626
  "line": {
148627
148627
  "start": 40,
@@ -148636,7 +148636,7 @@
148636
148636
  "path": "fluent/scss/panelbar/_variables.scss",
148637
148637
  "name": "_variables.scss"
148638
148638
  },
148639
- "resolvedValue": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
148639
+ "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))",
148640
148640
  "resolvedType": "Calculation"
148641
148641
  },
148642
148642
  {
@@ -148702,7 +148702,7 @@
148702
148702
  "context": {
148703
148703
  "type": "variable",
148704
148704
  "name": "kendo-panelbar-item-padding-x-start",
148705
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
148705
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
148706
148706
  "scope": "default",
148707
148707
  "line": {
148708
148708
  "start": 51,
@@ -148717,7 +148717,7 @@
148717
148717
  "path": "fluent/scss/panelbar/_variables.scss",
148718
148718
  "name": "_variables.scss"
148719
148719
  },
148720
- "resolvedValue": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
148720
+ "resolvedValue": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))",
148721
148721
  "resolvedType": "Calculation"
148722
148722
  },
148723
148723
  {
@@ -27277,7 +27277,7 @@
27277
27277
  "context": {
27278
27278
  "type": "variable",
27279
27279
  "name": "kendo-form-spacer",
27280
- "value": "calc( #{k-spacing(2)} * 2 )",
27280
+ "value": "k-spacing(4)",
27281
27281
  "scope": "default",
27282
27282
  "line": {
27283
27283
  "start": 7,
@@ -34702,7 +34702,7 @@
34702
34702
  "context": {
34703
34703
  "type": "variable",
34704
34704
  "name": "kendo-image-editor-action-pane-width",
34705
- "value": "if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )",
34705
+ "value": "if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) )",
34706
34706
  "scope": "default",
34707
34707
  "line": {
34708
34708
  "start": 70,
@@ -47952,7 +47952,7 @@
47952
47952
  "context": {
47953
47953
  "type": "variable",
47954
47954
  "name": "kendo-panelbar-header-padding-x-start",
47955
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
47955
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
47956
47956
  "scope": "default",
47957
47957
  "line": {
47958
47958
  "start": 40,
@@ -48027,7 +48027,7 @@
48027
48027
  "context": {
48028
48028
  "type": "variable",
48029
48029
  "name": "kendo-panelbar-item-padding-x-start",
48030
- "value": "calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )",
48030
+ "value": "calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )",
48031
48031
  "scope": "default",
48032
48032
  "line": {
48033
48033
  "start": 51,
@@ -79805,8 +79805,8 @@
79805
79805
  {
79806
79806
  "description": "",
79807
79807
  "commentRange": {
79808
- "start": 583,
79809
- "end": 587
79808
+ "start": 584,
79809
+ "end": 588
79810
79810
  },
79811
79811
  "context": {
79812
79812
  "type": "variable",
@@ -79814,8 +79814,8 @@
79814
79814
  "value": "black",
79815
79815
  "scope": "default",
79816
79816
  "line": {
79817
- "start": 588,
79818
- "end": 588
79817
+ "start": 589,
79818
+ "end": 589
79819
79819
  }
79820
79820
  },
79821
79821
  "link": [
@@ -79841,8 +79841,8 @@
79841
79841
  {
79842
79842
  "description": "Default light color for WCAG 2.0.\n",
79843
79843
  "commentRange": {
79844
- "start": 589,
79845
- "end": 591
79844
+ "start": 590,
79845
+ "end": 592
79846
79846
  },
79847
79847
  "context": {
79848
79848
  "type": "variable",
@@ -79850,8 +79850,8 @@
79850
79850
  "value": "white",
79851
79851
  "scope": "default",
79852
79852
  "line": {
79853
- "start": 592,
79854
- "end": 592
79853
+ "start": 593,
79854
+ "end": 593
79855
79855
  }
79856
79856
  },
79857
79857
  "type": "Color",
@@ -80075,8 +80075,8 @@
80075
80075
  {
80076
80076
  "description": "Set a specific jump point for requesting color jumps\n",
80077
80077
  "commentRange": {
80078
- "start": 178,
80079
- "end": 180
80078
+ "start": 179,
80079
+ "end": 181
80080
80080
  },
80081
80081
  "context": {
80082
80082
  "type": "variable",
@@ -80084,8 +80084,8 @@
80084
80084
  "value": "8%",
80085
80085
  "scope": "default",
80086
80086
  "line": {
80087
- "start": 181,
80088
- "end": 181
80087
+ "start": 182,
80088
+ "end": 182
80089
80089
  }
80090
80090
  },
80091
80091
  "group": [
@@ -7389,8 +7389,8 @@
7389
7389
  }
7390
7390
  },
7391
7391
  "kendo-form-spacer": {
7392
- "type": "Calculation",
7393
- "value": "calc(var(--kendo-spacing-2, 0.5rem) * 2)"
7392
+ "type": "String",
7393
+ "value": "var(--kendo-spacing-4, 1rem)"
7394
7394
  },
7395
7395
  "kendo-form-font-size": {
7396
7396
  "type": "String",
@@ -12570,7 +12570,7 @@
12570
12570
  },
12571
12571
  "kendo-panelbar-header-padding-x-start": {
12572
12572
  "type": "Calculation",
12573
- "value": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))"
12573
+ "value": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))"
12574
12574
  },
12575
12575
  "kendo-panelbar-header-padding-x-end": {
12576
12576
  "type": "String",
@@ -12582,7 +12582,7 @@
12582
12582
  },
12583
12583
  "kendo-panelbar-item-padding-x-start": {
12584
12584
  "type": "Calculation",
12585
- "value": "calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))"
12585
+ "value": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))"
12586
12586
  },
12587
12587
  "kendo-panelbar-item-padding-x-end": {
12588
12588
  "type": "String",
@@ -15410,7 +15410,7 @@
15410
15410
  },
15411
15411
  "kendo-image-editor-action-pane-width": {
15412
15412
  "type": "Number",
15413
- "value": "240px"
15413
+ "value": "270px"
15414
15414
  },
15415
15415
  "kendo-image-editor-crop-bg": {
15416
15416
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
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.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
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.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
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.1.0-dev.2",
4
+ "version": "10.1.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -38,11 +38,12 @@
38
38
  }
39
39
  },
40
40
  "scripts": {
41
- "build": "sass-build",
42
- "watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
43
- "sass": "sass-build",
44
- "sass:standalone": "sass-build -c sass-standalone.config.js",
45
- "sass:swatches": "gulp dist:swatches && sass-build -c sass-swatches.config.js",
41
+ "sass": "npm run sass:compile:all && npm run css:prefix",
42
+ "sass:dist": "gulp sass:dist --theme packages/fluent && npm run sass:compile:dist && npm run css:prefix",
43
+ "sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
44
+ "sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
45
+ "sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
46
+ "css:prefix": "npx postcss --replace ./dist/**/*.css",
46
47
  "docs": "node ../../scripts/sassdoc.js",
47
48
  "predocs": "npm run resolve-variables",
48
49
  "resolve-variables": "node ../../scripts/resolve-variables.js",
@@ -53,12 +54,12 @@
53
54
  },
54
55
  "dependencies": {
55
56
  "@progress/kendo-svg-icons": "^4.0.0",
56
- "@progress/kendo-theme-core": "10.1.0-dev.2",
57
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
57
+ "@progress/kendo-theme-core": "10.1.0-dev.4",
58
+ "@progress/kendo-theme-utils": "10.1.0-dev.4"
58
59
  },
59
60
  "directories": {
60
61
  "doc": "docs",
61
62
  "lib": "lib"
62
63
  },
63
- "gitHead": "3bdbfbae6356962c8f37ba63b38f124e37f00e1a"
64
+ "gitHead": "4089693fbd3a10aebc8155f11e7b7b7f814be2be"
64
65
  }
@@ -342,7 +342,6 @@
342
342
 
343
343
  .k-chat .k-card-deck {
344
344
  max-width: calc( 100% + calc( #{ $kendo-chat-message-list-padding-y} * 2 ) ); // prevent overflowing in the parent element
345
- max-width: calc( 100% + var( --kendo-chat-message-list-padding-y, calc( #{ $kendo-chat-message-list-padding-y} * 2 ) ) );
346
345
  box-sizing: border-box;
347
346
  margin-inline: calc( var( --kendo-chat-message-list-padding-x, #{ $kendo-chat-message-list-padding-x } ) * -1 );
348
347
  padding-block-start: var( --kendo-chat-message-list-padding-y, #{ $kendo-chat-message-list-padding-y } );
@@ -165,9 +165,10 @@
165
165
  }
166
166
 
167
167
  .k-contrast-validation {
168
+ --INTERNAL--kendo-color-gradient-contrast-spacing: var( --kendo-color-gradient-contrast-spacing, #{$kendo-color-gradient-contrast-spacing} );
168
169
  display: inline-flex;
169
170
  align-items: center;
170
- gap: calc( var( --kendo-color-gradient-contrast-spacing, #{$kendo-color-gradient-contrast-spacing} ) / 2 );
171
+ gap: calc( var( --INTERNAL--kendo-color-gradient-contrast-spacing ) / 2 );
171
172
 
172
173
  .k-icon {
173
174
  vertical-align: middle;
@@ -19,7 +19,7 @@
19
19
  // Variables
20
20
  @forward "./_variables.scss";
21
21
 
22
- @forward "@progress/kendo-theme-core/scss/index.import.scss" with (
22
+ @forward "@progress/kendo-theme-core/scss/index.scss" with (
23
23
  $kendo-enable-color-system: $kendo-enable-color-system !default,
24
24
  $kendo-nested-disabled: false !default,
25
25
  // Color System
@@ -40,7 +40,7 @@
40
40
  $kendo-line-height: $kendo-line-height !default,
41
41
 
42
42
  $kendo-letter-spacing: $kendo-letter-spacing !default,
43
-
43
+
44
44
  $kendo-font-family: $kendo-font-family !default,
45
45
  // Spacing
46
46
  $_default-spacing: $kendo-spacing,
@@ -1,6 +1,6 @@
1
1
  @use "sass:meta";
2
2
  @use "sass:map";
3
- @use "@progress/kendo-theme-core/scss/index.import.scss" as *;
3
+ @use "@progress/kendo-theme-core/scss/index.scss" as *;
4
4
 
5
5
  // Legacy
6
6
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// The padding of the inline Form.
6
6
  /// @group form
7
- $kendo-form-spacer: calc( #{k-spacing(2)} * 2 ) !default;
7
+ $kendo-form-spacer: k-spacing(4) !default;
8
8
 
9
9
  /// The font size of the Form.
10
10
  /// @group form
@@ -9,6 +9,7 @@
9
9
  @use "../window/_index.scss" as *;
10
10
  @use "../splitter/_index.scss" as *;
11
11
  @use "../treelist/_index.scss" as *;
12
+ @use "../time-marker/_index.scss" as *;
12
13
 
13
14
  // Component
14
15
  @forward "./_variables.scss";
@@ -27,6 +28,7 @@
27
28
  @include kendo-window--styles();
28
29
  @include kendo-splitter--styles();
29
30
  @include kendo-treelist--styles();
31
+ @include kendo-time-marker--styles();
30
32
  @include kendo-gantt--layout();
31
33
  @include kendo-gantt--theme();
32
34
  @include kendo-utils--typography--white-space();
@@ -455,6 +455,7 @@
455
455
  }
456
456
  .k-task-start { inset-inline-start: 0; }
457
457
  .k-task-end { inset-inline-end: 0; }
458
+
458
459
  .k-task-draghandle {
459
460
  margin-inline-start: 16px;
460
461
  width: 0;
@@ -465,9 +466,10 @@
465
466
  position: absolute;
466
467
  bottom: 0;
467
468
  // display: none;
468
- cursor: e-resize;
469
+ cursor: ew-resize;
469
470
  visibility: hidden;
470
471
  }
472
+
471
473
  .k-task-wrap:hover .k-task-draghandle {
472
474
  visibility: visible;
473
475
  }
@@ -543,18 +545,28 @@
543
545
  opacity: .5;
544
546
  z-index: 2;
545
547
  visibility: hidden;
548
+ cursor: ew-resize;
546
549
  }
550
+
547
551
  .k-resize-handle::before {
548
552
  position: absolute;
549
553
  top: 2px;
550
554
  bottom: 2px;
551
555
  }
552
- .k-resize-w { left: 0; }
556
+
557
+ .k-resize-w {
558
+ left: 0;
559
+ }
560
+
553
561
  .k-resize-w::before {
554
562
  left: 2px;
555
563
  border-left-width: 1px;
556
564
  }
557
- .k-resize-e { right: 0; }
565
+
566
+ .k-resize-e {
567
+ right: 0;
568
+ }
569
+
558
570
  .k-resize-e::before {
559
571
  right: 2px;
560
572
  border-left-width: 1px;
@@ -845,9 +845,9 @@
845
845
  }
846
846
 
847
847
  .k-grid-row-sticky td.k-grid-content-sticky,
848
- .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
848
+ .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
849
849
  .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
850
- .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
850
+ .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
851
851
  z-index: 3;
852
852
  }
853
853
 
@@ -112,14 +112,16 @@
112
112
 
113
113
  .k-resize-n,
114
114
  .k-resize-s {
115
- left: calc( 50% - var( --kendo-image-editor-resize-left-offset, #{$kendo-image-editor-resize-left-offset} ) );
115
+ --INTERNAL--kendo-image-editor-resize-left-offset: var( --kendo-image-editor-resize-left-offset, #{$kendo-image-editor-resize-left-offset} );
116
+ left: calc( 50% - var( --INTERNAL--kendo-image-editor-resize-left-offset ) );
116
117
  width: var( --kendo-image-editor-resize-handle-size, #{$kendo-image-editor-resize-handle-size} );
117
118
  height: 0;
118
119
  }
119
120
 
120
121
  .k-resize-w,
121
122
  .k-resize-e {
122
- top: calc( 50% - var( --kendo-image-editor-resize-top-offset, #{$kendo-image-editor-resize-top-offset} ) );
123
+ --INTERNAL--kendo-image-editor-resize-top-offset: var( --kendo-image-editor-resize-top-offset, #{$kendo-image-editor-resize-top-offset} );
124
+ top: calc( 50% - var( --INTERNAL--kendo-image-editor-resize-top-offset ) );
123
125
  width: 0;
124
126
  height: var( --kendo-image-editor-resize-handle-size, #{$kendo-image-editor-resize-handle-size} );
125
127
  }
@@ -67,7 +67,7 @@ $kendo-image-editor-action-pane-padding-y: k-spacing(3) !default;
67
67
  $kendo-image-editor-action-pane-padding-x: k-spacing(3) !default;
68
68
  /// Imageeditor action pane width.
69
69
  /// @group imageeditor
70
- $kendo-image-editor-action-pane-width: if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) ) !default;
70
+ $kendo-image-editor-action-pane-width: if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) ) !default;
71
71
 
72
72
  /// Crop background color of the imageeditor.
73
73
  /// @group imageeditor
@@ -113,6 +113,7 @@
113
113
  padding-inline: var( --INTERNAL--kendo-input-padding-x, 0 );
114
114
  padding-block: var( --INTERNAL--kendo-input-padding-y, 0 );
115
115
  appearance: auto;
116
+ align-items: center;
116
117
  }
117
118
 
118
119