@progress/kendo-theme-default 12.2.0-dev.3 → 12.2.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.
Files changed (67) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +91605 -60575
  15. package/dist/meta/sassdoc-raw-data.json +35717 -21592
  16. package/dist/meta/variables.json +1 -113
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-buttons/_variables.scss +19 -0
  31. package/scss/action-sheet/_variables.scss +146 -0
  32. package/scss/adaptive/_variables.scss +36 -0
  33. package/scss/appbar/_variables.scss +2 -0
  34. package/scss/badge/_variables.scss +2 -0
  35. package/scss/bottom-navigation/_variables.scss +2 -0
  36. package/scss/button/_variables.scss +28 -24
  37. package/scss/card/_variables.scss +2 -0
  38. package/scss/chat/_variables.scss +1 -1
  39. package/scss/checkbox/_variables.scss +2 -0
  40. package/scss/chip/_variables.scss +0 -2
  41. package/scss/color-preview/_variables.scss +18 -0
  42. package/scss/column-menu/_variables.scss +40 -0
  43. package/scss/dataviz/_variables.scss +202 -0
  44. package/scss/daterangepicker/_variables.scss +2 -0
  45. package/scss/draggable/_variables.scss +40 -0
  46. package/scss/editor/_variables.scss +6 -0
  47. package/scss/grid/_variables.scss +178 -18
  48. package/scss/imageeditor/_variables.scss +62 -0
  49. package/scss/input/_variables.scss +0 -4
  50. package/scss/list/_variables.scss +126 -30
  51. package/scss/listgroup/_variables.scss +20 -0
  52. package/scss/loader/_variables.scss +2 -0
  53. package/scss/marquee/_variables.scss +6 -0
  54. package/scss/menu/_variables.scss +37 -5
  55. package/scss/messagebox/_variables.scss +24 -0
  56. package/scss/otp/_variables.scss +2 -0
  57. package/scss/overlay/_variables.scss +6 -0
  58. package/scss/pivotgrid/_variables.scss +9 -21
  59. package/scss/scheduler/_variables.scss +2 -0
  60. package/scss/signature/_variables.scss +42 -0
  61. package/scss/skeleton/_variables.scss +4 -0
  62. package/scss/spreadsheet/_variables.scss +4 -0
  63. package/scss/stepper/_variables.scss +3 -3
  64. package/scss/suggestion/_variables.scss +2 -0
  65. package/scss/table/_variables.scss +12 -0
  66. package/scss/timeselector/_variables.scss +86 -0
  67. package/scss/upload/_variables.scss +4 -0
@@ -3486,46 +3486,6 @@
3486
3486
  "type": "Null",
3487
3487
  "value": "null"
3488
3488
  },
3489
- "kendo-solid-button-shade-function": {
3490
- "type": "String",
3491
- "value": "\"k-try-shade\""
3492
- },
3493
- "kendo-solid-button-shade-text-amount": {
3494
- "type": "Number",
3495
- "value": "0"
3496
- },
3497
- "kendo-solid-button-shade-bg-amount": {
3498
- "type": "Number",
3499
- "value": "0"
3500
- },
3501
- "kendo-solid-button-shade-border-amount": {
3502
- "type": "Number",
3503
- "value": "0"
3504
- },
3505
- "kendo-solid-button-hover-shade-text-amount": {
3506
- "type": "Null",
3507
- "value": "null"
3508
- },
3509
- "kendo-solid-button-hover-shade-bg-amount": {
3510
- "type": "Number",
3511
- "value": "0.5"
3512
- },
3513
- "kendo-solid-button-hover-shade-border-amount": {
3514
- "type": "Number",
3515
- "value": "0.5"
3516
- },
3517
- "kendo-solid-button-active-shade-text-amount": {
3518
- "type": "Null",
3519
- "value": "null"
3520
- },
3521
- "kendo-solid-button-active-shade-bg-amount": {
3522
- "type": "Number",
3523
- "value": "1.5"
3524
- },
3525
- "kendo-solid-button-active-shade-border-amount": {
3526
- "type": "Number",
3527
- "value": "1.5"
3528
- },
3529
3489
  "kendo-solid-button-shadow": {
3530
3490
  "type": "Bool",
3531
3491
  "value": "true"
@@ -3610,10 +3570,6 @@
3610
3570
  "type": "Number",
3611
3571
  "value": "1px"
3612
3572
  },
3613
- "kendo-input-border-height": {
3614
- "type": "Number",
3615
- "value": "2px"
3616
- },
3617
3573
  "kendo-input-border-radius": {
3618
3574
  "type": "Null",
3619
3575
  "value": "null"
@@ -11431,10 +11387,6 @@
11431
11387
  "type": "String",
11432
11388
  "value": "var(--kendo-font-size-sm, inherit)"
11433
11389
  },
11434
- "kendo-grid-sorting-index-height": {
11435
- "type": "Number",
11436
- "value": "16px"
11437
- },
11438
11390
  "kendo-grid-sorting-index-spacing-y": {
11439
11391
  "type": "Calculation",
11440
11392
  "value": "calc(var(--kendo-spacing-1, 0.25rem) / 2)"
@@ -11463,10 +11415,6 @@
11463
11415
  "type": "String",
11464
11416
  "value": "var(--kendo-color-base, #f5f5f5)"
11465
11417
  },
11466
- "kendo-grid-sticky-text": {
11467
- "type": "String",
11468
- "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
11469
- },
11470
11418
  "kendo-grid-sticky-border": {
11471
11419
  "type": "Color",
11472
11420
  "value": "rgba(0, 0, 0, 0.3)"
@@ -11487,10 +11435,6 @@
11487
11435
  "type": "String",
11488
11436
  "value": "var(--kendo-color-surface, #fafafa)"
11489
11437
  },
11490
- "kendo-grid-sticky-footer-hover-bg": {
11491
- "type": "String",
11492
- "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent)"
11493
- },
11494
11438
  "kendo-grid-column-menu-width": {
11495
11439
  "type": "Number",
11496
11440
  "value": "230px"
@@ -11499,18 +11443,6 @@
11499
11443
  "type": "Number",
11500
11444
  "value": "320px"
11501
11445
  },
11502
- "kendo-grid-filter-menu-check-all-border-bottom-width": {
11503
- "type": "Number",
11504
- "value": "1px"
11505
- },
11506
- "kendo-grid-filter-menu-item-spacing-x": {
11507
- "type": "String",
11508
- "value": "var(--kendo-spacing-2, 0.5rem)"
11509
- },
11510
- "kendo-grid-filter-menu-item-spacing-y": {
11511
- "type": "String",
11512
- "value": "var(--kendo-spacing-2, 0.5rem)"
11513
- },
11514
11446
  "kendo-grid-column-menu-popup-padding-x": {
11515
11447
  "type": "Null",
11516
11448
  "value": "null"
@@ -11595,10 +11527,6 @@
11595
11527
  "type": "Number",
11596
11528
  "value": "36px"
11597
11529
  },
11598
- "kendo-grid-row-inner-height": {
11599
- "type": "Calculation",
11600
- "value": "calc(calc(1.4285714286 * 1em) + var(--kendo-spacing-2, 0.5rem) * 2)"
11601
- },
11602
11530
  "kendo-grid-hierarchy-col-width": {
11603
11531
  "type": "Number",
11604
11532
  "value": "32px"
@@ -11611,10 +11539,6 @@
11611
11539
  "type": "Number",
11612
11540
  "value": "1px"
11613
11541
  },
11614
- "kendo-grid-group-footer-second-cell-border": {
11615
- "type": "Number",
11616
- "value": "1px"
11617
- },
11618
11542
  "kendo-grid-row-resizer-hover-bg": {
11619
11543
  "type": "String",
11620
11544
  "value": "color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 20%, transparent)"
@@ -12371,46 +12295,10 @@
12371
12295
  "type": "String",
12372
12296
  "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
12373
12297
  },
12374
- "kendo-pivotgrid-container-bg": {
12375
- "type": "String",
12376
- "value": "var(--kendo-color-surface-alt, #ffffff)"
12377
- },
12378
12298
  "kendo-pivotgrid-row-headers-bg": {
12379
12299
  "type": "String",
12380
12300
  "value": "var(--kendo-color-base, #f5f5f5)"
12381
12301
  },
12382
- "kendo-pivotgrid-button-bg": {
12383
- "type": "Null",
12384
- "value": "null"
12385
- },
12386
- "kendo-pivotgrid-button-text": {
12387
- "type": "Null",
12388
- "value": "null"
12389
- },
12390
- "kendo-pivotgrid-button-hover-bg": {
12391
- "type": "Null",
12392
- "value": "null"
12393
- },
12394
- "kendo-pivotgrid-button-hover-text": {
12395
- "type": "Null",
12396
- "value": "null"
12397
- },
12398
- "kendo-pivotgrid-button-active-bg": {
12399
- "type": "Null",
12400
- "value": "null"
12401
- },
12402
- "kendo-pivotgrid-button-active-text": {
12403
- "type": "Null",
12404
- "value": "null"
12405
- },
12406
- "kendo-pivotgrid-remove-bg": {
12407
- "type": "Null",
12408
- "value": "null"
12409
- },
12410
- "kendo-pivotgrid-remove-text": {
12411
- "type": "Null",
12412
- "value": "null"
12413
- },
12414
12302
  "kendo-treelist-footer-row-bg": {
12415
12303
  "type": "String",
12416
12304
  "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent)"
@@ -13789,7 +13677,7 @@
13789
13677
  },
13790
13678
  "kendo-chat-width": {
13791
13679
  "type": "Number",
13792
- "value": "320px"
13680
+ "value": "280px"
13793
13681
  },
13794
13682
  "kendo-chat-height": {
13795
13683
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ff6358",
9
9
  "#ffd246",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#151515",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#50686e",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "12.2.0-dev.3",
6
+ "version": "12.2.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "12.2.0-dev.3",
4
+ "version": "12.2.0-dev.4",
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.5.0",
56
- "@progress/kendo-theme-core": "12.2.0-dev.3",
57
- "@progress/kendo-theme-utils": "12.2.0-dev.3"
56
+ "@progress/kendo-theme-core": "12.2.0-dev.4",
57
+ "@progress/kendo-theme-utils": "12.2.0-dev.4"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "588ba9ebfab39ffb964ec92ed317edabb5f38a84"
63
+ "gitHead": "a283a92613df9104316d448606ec801b4a9628c8"
64
64
  }
@@ -1,15 +1,34 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
3
  // Actions
4
+
5
+ /// The top margin of the ActionButtons.
6
+ /// @group action-buttons
4
7
  $kendo-actions-margin-top: k-spacing(4) !default;
8
+ /// The horizontal padding of the ActionButtons.
9
+ /// @group action-buttons
5
10
  $kendo-actions-padding-x: k-spacing(2) !default;
11
+ /// The vertical padding of the ActionButtons.
12
+ /// @group action-buttons
6
13
  $kendo-actions-padding-y: k-spacing(2) !default;
14
+ /// The width of the border around the ActionButtons.
15
+ /// @group action-buttons
7
16
  $kendo-actions-border-width: 0px !default;
17
+ /// The spacing between the ActionButtons buttons.
18
+ /// @group action-buttons
8
19
  $kendo-actions-button-spacing: k-spacing(2) !default;
9
20
 
21
+ /// The background color of the ActionButtons.
22
+ /// @group action-buttons
10
23
  $kendo-actions-bg: null !default;
24
+ /// The text color of the ActionButtons.
25
+ /// @group action-buttons
11
26
  $kendo-actions-text: null !default;
27
+ /// The border color of the ActionButtons.
28
+ /// @group action-buttons
12
29
  $kendo-actions-border: null !default;
30
+ /// The background gradient of the ActionButtons.
31
+ /// @group action-buttons
13
32
  $kendo-actions-gradient: null !default;
14
33
 
15
34
  @forward "@progress/kendo-theme-core/scss/components/action-buttons/_variables.scss" with (
@@ -2,99 +2,245 @@
2
2
 
3
3
  // Action sheet
4
4
 
5
+ /// The horizontal padding of the ActionSheet.
6
+ /// @group action-sheet
5
7
  $kendo-actionsheet-padding-x: null !default;
8
+ /// The vertical padding of the ActionSheet.
9
+ /// @group action-sheet
6
10
  $kendo-actionsheet-padding-y: null !default;
11
+ /// The width of the ActionSheet.
12
+ /// @group action-sheet
7
13
  $kendo-actionsheet-width: 360px !default;
14
+ /// The maximum width of the ActionSheet.
15
+ /// @group action-sheet
8
16
  $kendo-actionsheet-max-width: 100% !default;
17
+ /// The height of the ActionSheet.
18
+ /// @group action-sheet
9
19
  $kendo-actionsheet-height: 60vh !default;
20
+ /// The maximum height of the ActionSheet.
21
+ /// @group action-sheet
10
22
  $kendo-actionsheet-max-height: 60vh !default;
11
23
 
24
+ /// The width of the border around the ActionSheet.
25
+ /// @group action-sheet
12
26
  $kendo-actionsheet-border-width: 0px !default;
27
+ /// The border radius of the ActionSheet.
28
+ /// @group action-sheet
13
29
  $kendo-actionsheet-border-radius: 0px !default;
14
30
 
31
+ /// The font size of the ActionSheet.
32
+ /// @group action-sheet
15
33
  $kendo-actionsheet-font-size: var( --kendo-font-size, inherit ) !default;
34
+ /// The font family of the ActionSheet.
35
+ /// @group action-sheet
16
36
  $kendo-actionsheet-font-family: var( --kendo-font-family, inherit ) !default;
37
+ /// The line height of the ActionSheet.
38
+ /// @group action-sheet
17
39
  $kendo-actionsheet-line-height: var( --kendo-line-height, normal ) !default;
18
40
 
41
+ /// The background color of the ActionSheet.
42
+ /// @group action-sheet
19
43
  $kendo-actionsheet-bg: k-color(surface-alt) !default;
44
+ /// The text color of the ActionSheet.
45
+ /// @group action-sheet
20
46
  $kendo-actionsheet-text: k-color(on-app-surface) !default;
47
+ /// The border color of the ActionSheet.
48
+ /// @group action-sheet
21
49
  $kendo-actionsheet-border: k-color(border) !default;
50
+ /// The shadow of the ActionSheet.
51
+ /// @group action-sheet
22
52
  $kendo-actionsheet-shadow: k-elevation(7) !default;
23
53
 
24
54
 
25
55
  // Actionsheet header
56
+ /// The horizontal padding of the ActionSheet titlebar.
57
+ /// @group action-sheet
26
58
  $kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
59
+ /// The vertical padding of the ActionSheet titlebar.
60
+ /// @group action-sheet
27
61
  $kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
62
+ /// The width of the border around the ActionSheet titlebar.
63
+ /// @group action-sheet
28
64
  $kendo-actionsheet-titlebar-border-width: 1px !default;
65
+ /// The font size of the ActionSheet titlebar.
66
+ /// @group action-sheet
29
67
  $kendo-actionsheet-titlebar-font-size: null !default;
68
+ /// The font family of the ActionSheet titlebar.
69
+ /// @group action-sheet
30
70
  $kendo-actionsheet-titlebar-font-family: null !default;
71
+ /// The line height of the ActionSheet titlebar.
72
+ /// @group action-sheet
31
73
  $kendo-actionsheet-titlebar-line-height: null !default;
74
+ /// The gap of the ActionSheet titlebar.
75
+ /// @group action-sheet
32
76
  $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
33
77
 
78
+ /// The background color of the ActionSheet titlebar.
79
+ /// @group action-sheet
34
80
  $kendo-actionsheet-titlebar-bg: null !default;
81
+ /// The text color of the ActionSheet titlebar.
82
+ /// @group action-sheet
35
83
  $kendo-actionsheet-titlebar-text: null !default;
84
+ /// The border color of the ActionSheet titlebar.
85
+ /// @group action-sheet
36
86
  $kendo-actionsheet-titlebar-border: k-color(border) !default;
87
+ /// The background gradient of the ActionSheet titlebar.
88
+ /// @group action-sheet
37
89
  $kendo-actionsheet-titlebar-gradient: null !default;
90
+ /// The shadow of the ActionSheet titlebar.
91
+ /// @group action-sheet
38
92
  $kendo-actionsheet-titlebar-shadow: null !default;
39
93
 
94
+ /// The font size of the ActionSheet subtitle.
95
+ /// @group action-sheet
40
96
  $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
97
+ /// The line height of the ActionSheet subtitle.
98
+ /// @group action-sheet
41
99
  $kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
100
+ /// The text color of the ActionSheet subtitle.
101
+ /// @group action-sheet
42
102
  $kendo-actionsheet-subtitle-text: k-color(subtle) !default;
43
103
 
104
+ /// The width of the border around the ActionSheet footer.
105
+ /// @group action-sheet
44
106
  $kendo-actionsheet-footer-border-width: 1px !default;
45
107
 
108
+ /// The background color of the ActionSheet footer.
109
+ /// @group action-sheet
46
110
  $kendo-actionsheet-footer-bg: null !default;
111
+ /// The text color of the ActionSheet footer.
112
+ /// @group action-sheet
47
113
  $kendo-actionsheet-footer-text: null !default;
114
+ /// The border color of the ActionSheet footer.
115
+ /// @group action-sheet
48
116
  $kendo-actionsheet-footer-border: k-color(border) !default;
117
+ /// The background gradient of the ActionSheet footer.
118
+ /// @group action-sheet
49
119
  $kendo-actionsheet-footer-gradient: null !default;
120
+ /// The shadow of the ActionSheet footer.
121
+ /// @group action-sheet
50
122
  $kendo-actionsheet-footer-shadow: null !default;
51
123
 
52
124
  // Actionsheet item
125
+ /// The minimum height of the ActionSheet item.
126
+ /// @group action-sheet
53
127
  $kendo-actionsheet-item-min-height: 40px !default;
128
+ /// The horizontal padding of the ActionSheet item.
129
+ /// @group action-sheet
54
130
  $kendo-actionsheet-item-padding-x: k-spacing(4) !default;
131
+ /// The vertical padding of the ActionSheet item.
132
+ /// @group action-sheet
55
133
  $kendo-actionsheet-item-padding-y: k-spacing(2) !default;
134
+ /// The width of the border around the ActionSheet item.
135
+ /// @group action-sheet
56
136
  $kendo-actionsheet-item-border-width: 1px !default;
137
+ /// The spacing between the ActionSheet items.
138
+ /// @group action-sheet
57
139
  $kendo-actionsheet-item-spacing: k-spacing(3) !default;
58
140
 
141
+ /// The font weight of the ActionSheet item title.
142
+ /// @group action-sheet
59
143
  $kendo-actionsheet-item-title-font-weight: null !default;
144
+ /// The text transform of the ActionSheet item title.
145
+ /// @group action-sheet
60
146
  $kendo-actionsheet-item-title-text-transform: null !default;
61
147
 
148
+ /// The font size of the ActionSheet item description.
149
+ /// @group action-sheet
62
150
  $kendo-actionsheet-item-description-font-size: .875em !default;
151
+ /// The text color of the ActionSheet item description.
152
+ /// @group action-sheet
63
153
  $kendo-actionsheet-item-description-text: k-color(subtle) !default;
154
+ /// The line height of the ActionSheet item description.
155
+ /// @group action-sheet
64
156
  $kendo-actionsheet-item-description-line-height: null !default;
157
+ /// The background color of the hovered ActionSheet item.
158
+ /// @group action-sheet
65
159
  $kendo-actionsheet-item-hover-bg: k-color(base-hover) !default;
160
+ /// The text color of the hovered ActionSheet item.
161
+ /// @group action-sheet
66
162
  $kendo-actionsheet-item-hover-text: null !default;
163
+ /// The border color of the hovered ActionSheet item.
164
+ /// @group action-sheet
67
165
  $kendo-actionsheet-item-hover-border: null !default;
166
+ /// The background gradient of the hovered ActionSheet item.
167
+ /// @group action-sheet
68
168
  $kendo-actionsheet-item-hover-gradient: null !default;
169
+ /// The shadow of the hovered ActionSheet item.
170
+ /// @group action-sheet
69
171
  $kendo-actionsheet-item-hover-shadow: null !default;
70
172
 
173
+ /// The background color of the focused ActionSheet item.
174
+ /// @group action-sheet
71
175
  $kendo-actionsheet-item-focus-bg: null !default;
176
+ /// The text color of the focused ActionSheet item.
177
+ /// @group action-sheet
72
178
  $kendo-actionsheet-item-focus-text: null !default;
179
+ /// The border color of the focused ActionSheet item.
180
+ /// @group action-sheet
73
181
  $kendo-actionsheet-item-focus-border: null !default;
182
+ /// The background gradient of the focused ActionSheet item.
183
+ /// @group action-sheet
74
184
  $kendo-actionsheet-item-focus-gradient: null !default;
185
+ /// The shadow of the focused ActionSheet item.
186
+ /// @group action-sheet
75
187
  $kendo-actionsheet-item-focus-shadow: $kendo-focus-shadow !default;
76
188
 
189
+ /// The background color of the disabled ActionSheet item.
190
+ /// @group action-sheet
77
191
  $kendo-actionsheet-item-disabled-bg: null !default;
192
+ /// The text color of the disabled ActionSheet item.
193
+ /// @group action-sheet
78
194
  $kendo-actionsheet-item-disabled-text: null !default;
195
+ /// The border color of the disabled ActionSheet item.
196
+ /// @group action-sheet
79
197
  $kendo-actionsheet-item-disabled-border: null !default;
198
+ /// The background gradient of the disabled ActionSheet item.
199
+ /// @group action-sheet
80
200
  $kendo-actionsheet-item-disabled-gradient: null !default;
201
+ /// The shadow of the disabled ActionSheet item.
202
+ /// @group action-sheet
81
203
  $kendo-actionsheet-item-disabled-shadow: null !default;
82
204
 
205
+ /// The hover background of the ActionSheet item.
206
+ /// @group action-sheet
83
207
  $kendo-actionsheet-item-hover-background: null !default;
208
+ /// The focus background of the ActionSheet item.
209
+ /// @group action-sheet
84
210
  $kendo-actionsheet-item-focus-background: null !default;
211
+ /// The opacity of the disabled ActionSheet item.
212
+ /// @group action-sheet
85
213
  $kendo-actionsheet-item-disabled-opacity: null !default;
86
214
 
87
215
  // Adaptive Actionsheet
216
+ /// The font size of the adaptive ActionSheet.
217
+ /// @group action-sheet
88
218
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
219
+ /// The line height of the adaptive ActionSheet.
220
+ /// @group action-sheet
89
221
  $kendo-adaptive-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
222
+ /// The vertical padding of the adaptive ActionSheet titlebar.
223
+ /// @group action-sheet
90
224
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
225
+ /// The horizontal padding of the adaptive ActionSheet titlebar.
226
+ /// @group action-sheet
91
227
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
228
+ /// The border color of the adaptive ActionSheet titlebar.
229
+ /// @group action-sheet
92
230
  $kendo-adaptive-actionsheet-titlebar-border: k-color(border) !default;
93
231
 
232
+ /// The vertical padding of the adaptive ActionSheet content.
233
+ /// @group action-sheet
94
234
  $kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
235
+ /// The horizontal padding of the adaptive ActionSheet content.
236
+ /// @group action-sheet
95
237
  $kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
96
238
 
239
+ /// The vertical padding of the adaptive ActionSheet footer.
240
+ /// @group action-sheet
97
241
  $kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
242
+ /// The horizontal padding of the adaptive ActionSheet footer.
243
+ /// @group action-sheet
98
244
  $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
99
245
 
100
246
  @forward "@progress/kendo-theme-core/scss/components/action-sheet/_variables.scss" with (