@progress/kendo-theme-default 6.1.1-dev.25 → 6.1.1-dev.38

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 (94) hide show
  1. package/dist/all.css +580 -326
  2. package/dist/all.scss +591 -325
  3. package/dist/meta/sassdoc-data.json +10 -10
  4. package/dist/meta/sassdoc-raw-data.json +2 -2
  5. package/dist/meta/variables.json +19 -11
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +4 -4
  19. package/scss/action-buttons/_layout.scss +3 -2
  20. package/scss/action-sheet/_layout.scss +10 -5
  21. package/scss/adaptive/_layout.scss +10 -5
  22. package/scss/appbar/_layout.scss +4 -2
  23. package/scss/badge/_layout.scss +2 -1
  24. package/scss/bottom-navigation/_layout.scss +8 -4
  25. package/scss/breadcrumb/_layout.scss +8 -4
  26. package/scss/button/_layout.scss +3 -2
  27. package/scss/button/_variables.scss +1 -1
  28. package/scss/calendar/_layout.scss +23 -19
  29. package/scss/card/_layout.scss +8 -4
  30. package/scss/chat/_layout.scss +10 -10
  31. package/scss/checkbox/_layout.scss +2 -1
  32. package/scss/chip/_layout.scss +10 -5
  33. package/scss/coloreditor/_layout.scss +2 -1
  34. package/scss/colorgradient/_layout.scss +2 -2
  35. package/scss/colorpicker/_layout.scss +1 -1
  36. package/scss/common/_dragdrop.scss +2 -1
  37. package/scss/dataviz/_layout.scss +10 -6
  38. package/scss/daterangepicker/_layout.scss +2 -2
  39. package/scss/datetimepicker/_layout.scss +2 -1
  40. package/scss/dialog/_layout.scss +2 -1
  41. package/scss/draggable/_layout.scss +2 -1
  42. package/scss/drawer/_layout.scss +6 -3
  43. package/scss/dropdowntree/_layout.scss +2 -1
  44. package/scss/dropzone/_layout.scss +2 -1
  45. package/scss/editor/_layout.scss +20 -9
  46. package/scss/expansion-panel/_layout.scss +4 -2
  47. package/scss/fab/_layout.scss +12 -6
  48. package/scss/filemanager/_layout.scss +6 -3
  49. package/scss/filter/_layout.scss +2 -1
  50. package/scss/forms/_layout.scss +7 -6
  51. package/scss/gantt/_layout.scss +21 -15
  52. package/scss/grid/_layout.scss +40 -20
  53. package/scss/imageeditor/_layout.scss +8 -4
  54. package/scss/input/_layout.scss +14 -7
  55. package/scss/input/_variables.scss +1 -1
  56. package/scss/list/_layout.scss +15 -8
  57. package/scss/list/_variables.scss +1 -1
  58. package/scss/listgroup/_layout.scss +10 -5
  59. package/scss/listview/_layout.scss +8 -4
  60. package/scss/map/_layout.scss +2 -1
  61. package/scss/mediaplayer/_layout.scss +2 -1
  62. package/scss/menu/_layout.scss +22 -11
  63. package/scss/messagebox/_layout.scss +2 -1
  64. package/scss/notification/_layout.scss +2 -1
  65. package/scss/orgchart/_layout.scss +8 -4
  66. package/scss/pager/_layout.scss +8 -7
  67. package/scss/panelbar/_layout.scss +4 -2
  68. package/scss/pdf-viewer/_layout.scss +4 -2
  69. package/scss/pivotgrid/_layout.scss +23 -11
  70. package/scss/popover/_layout.scss +4 -2
  71. package/scss/popup/_layout.scss +4 -2
  72. package/scss/progressbar/_layout.scss +1 -1
  73. package/scss/radio/_layout.scss +2 -1
  74. package/scss/rating/_layout.scss +6 -3
  75. package/scss/scheduler/_layout.scss +15 -10
  76. package/scss/scroller/_layout.scss +1 -1
  77. package/scss/slider/_layout.scss +3 -3
  78. package/scss/split-button/_layout.scss +8 -4
  79. package/scss/spreadsheet/_layout.scss +10 -5
  80. package/scss/stepper/_layout.scss +8 -4
  81. package/scss/table/_layout.scss +7 -5
  82. package/scss/tabstrip/_layout.scss +6 -3
  83. package/scss/taskboard/_layout.scss +20 -10
  84. package/scss/timeline/_layout.scss +18 -10
  85. package/scss/timeselector/_layout.scss +8 -4
  86. package/scss/toolbar/_layout.scss +8 -4
  87. package/scss/tooltip/_layout.scss +2 -1
  88. package/scss/treelist/_layout.scss +4 -2
  89. package/scss/treeview/_layout.scss +4 -2
  90. package/scss/treeview/_variables.scss +1 -1
  91. package/scss/typography/_layout.scss +14 -12
  92. package/scss/upload/_layout.scss +4 -2
  93. package/scss/window/_layout.scss +12 -6
  94. package/scss/wizard/_layout.scss +2 -1
@@ -522,7 +522,7 @@
522
522
  "context": {
523
523
  "type": "variable",
524
524
  "name": "kendo-button-lg-padding-x",
525
- "value": "k-map-get( $kendo-spacing, 3 )",
525
+ "value": "k-map-get( $kendo-spacing, 2 )",
526
526
  "scope": "default",
527
527
  "line": {
528
528
  "start": 22,
@@ -537,7 +537,7 @@
537
537
  "path": "button/_variables.scss",
538
538
  "name": "_variables.scss"
539
539
  },
540
- "resolvedValue": "12px",
540
+ "resolvedValue": "8px",
541
541
  "resolvedType": "Number"
542
542
  },
543
543
  {
@@ -7905,7 +7905,7 @@
7905
7905
  "context": {
7906
7906
  "type": "variable",
7907
7907
  "name": "kendo-input-lg-padding-x",
7908
- "value": "k-map-get( $kendo-spacing, 3 )",
7908
+ "value": "k-map-get( $kendo-spacing, 2 )",
7909
7909
  "scope": "default",
7910
7910
  "line": {
7911
7911
  "start": 26,
@@ -7920,7 +7920,7 @@
7920
7920
  "path": "input/_variables.scss",
7921
7921
  "name": "_variables.scss"
7922
7922
  },
7923
- "resolvedValue": "12px",
7923
+ "resolvedValue": "8px",
7924
7924
  "resolvedType": "Number"
7925
7925
  },
7926
7926
  {
@@ -17478,7 +17478,7 @@
17478
17478
  "path": "treeview/_variables.scss",
17479
17479
  "name": "_variables.scss"
17480
17480
  },
17481
- "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))",
17481
+ "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 8px, item-padding-y: 8px))",
17482
17482
  "resolvedType": "Map"
17483
17483
  },
17484
17484
  {
@@ -21001,7 +21001,7 @@
21001
21001
  "context": {
21002
21002
  "type": "variable",
21003
21003
  "name": "kendo-button-lg-padding-x",
21004
- "value": "k-map-get( $kendo-spacing, 3 )",
21004
+ "value": "k-map-get( $kendo-spacing, 2 )",
21005
21005
  "scope": "default",
21006
21006
  "line": {
21007
21007
  "start": 22,
@@ -21016,7 +21016,7 @@
21016
21016
  "path": "button/_variables.scss",
21017
21017
  "name": "_variables.scss"
21018
21018
  },
21019
- "resolvedValue": "12px",
21019
+ "resolvedValue": "8px",
21020
21020
  "resolvedType": "Number"
21021
21021
  },
21022
21022
  {
@@ -27763,7 +27763,7 @@
27763
27763
  "context": {
27764
27764
  "type": "variable",
27765
27765
  "name": "kendo-input-lg-padding-x",
27766
- "value": "k-map-get( $kendo-spacing, 3 )",
27766
+ "value": "k-map-get( $kendo-spacing, 2 )",
27767
27767
  "scope": "default",
27768
27768
  "line": {
27769
27769
  "start": 26,
@@ -27778,7 +27778,7 @@
27778
27778
  "path": "input/_variables.scss",
27779
27779
  "name": "_variables.scss"
27780
27780
  },
27781
- "resolvedValue": "12px",
27781
+ "resolvedValue": "8px",
27782
27782
  "resolvedType": "Number"
27783
27783
  },
27784
27784
  {
@@ -37420,7 +37420,7 @@
37420
37420
  "path": "treeview/_variables.scss",
37421
37421
  "name": "_variables.scss"
37422
37422
  },
37423
- "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))",
37423
+ "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 8px, item-padding-y: 8px))",
37424
37424
  "resolvedType": "Map"
37425
37425
  },
37426
37426
  {
@@ -483,7 +483,7 @@
483
483
  "context": {
484
484
  "type": "variable",
485
485
  "name": "kendo-button-lg-padding-x",
486
- "value": "k-map-get( $kendo-spacing, 3 )",
486
+ "value": "k-map-get( $kendo-spacing, 2 )",
487
487
  "scope": "default",
488
488
  "line": {
489
489
  "start": 22,
@@ -7320,7 +7320,7 @@
7320
7320
  "context": {
7321
7321
  "type": "variable",
7322
7322
  "name": "kendo-input-lg-padding-x",
7323
- "value": "k-map-get( $kendo-spacing, 3 )",
7323
+ "value": "k-map-get( $kendo-spacing, 2 )",
7324
7324
  "scope": "default",
7325
7325
  "line": {
7326
7326
  "start": 26,
@@ -19,6 +19,14 @@
19
19
  "type": "Color",
20
20
  "value": "white"
21
21
  },
22
+ "kendo-light-color-level-step": {
23
+ "type": "Number",
24
+ "value": "8%"
25
+ },
26
+ "kendo-dark-color-level-step": {
27
+ "type": "Number",
28
+ "value": "16%"
29
+ },
22
30
  "kendo-color-level-step": {
23
31
  "type": "Number",
24
32
  "value": "8%"
@@ -893,7 +901,7 @@
893
901
  },
894
902
  "kendo-utils": {
895
903
  "type": "Map",
896
- "value": "(\"screen-readers\": true, \"aspect-ratio\": (auto: auto, 1: 1, square: 1 / 1, video: 16 / 9), \"container\": (), \"columns\": (), \"break-after\": (), \"break-before\": (), \"break-inside\": (), \"box-decoration-break\": (), \"box-sizing\": (), \"display\": (none, block, inline, inline-block, flex, inline-flex, grid, inline-grid, table, inline-table, list-item), \"float\": (left, right, none), \"clear\": (left, right, both, none), \"isolation\": (), \"object-fit\": (), \"object-position\": (), \"overflow\": (auto: auto, hidden: hidden, visible: visible, scroll: scroll, clip: clip, x-auto: auto, x-hidden: hidden, x-visible: visible, x-scroll: scroll, x-clip: clip, y-auto: auto, y-hidden: hidden, y-visible: visible, y-scroll: scroll, y-clip: clip), \"overscroll\": (), \"position\": (static, relative, absolute, fixed, sticky), \"inset\": (0: 0, 1: 1px, -1: -1px), \"visibility\": (visible, hidden), \"zindex\": (0: 0, 10: 10, 20: 20, 30: 30, 40: 40, 50: 50, auto: auto), \"flex-direction\": (row: row, row-reverse: row-reverse, col: column, col-reverse: column-reverse), \"flex-wrap\": (wrap, wrap-reverse, nowrap), \"flex\": (1: 1 1 0%, auto: 1 1 auto, initial: 0 1 auto, none: none), \"flex-grow\": (DEFAULT: 1, 0: 0), \"flex-shrink\": (DEFAULT: 1, 0: 0), \"flex-basis\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content), \"order\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, first: -9999, last: 9999, none: 0), \"grid-template-columns\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-template-rows\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-column-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: 1 / -1, auto: auto), \"grid-row-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: span 1/span -1, auto: auto), \"grid-auto-flow\": (row: row, col: column, row-dense: row dense, col-dense: column dense, unset: unset), \"grid-auto-columns\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"grid-auto-rows\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"gap\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"align-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"align-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"align-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"justify-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"justify-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"justify-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"place-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, between: space-between, around: space-around, evenly: space-evenly), \"place-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"place-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: flex-start, end: flex-end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"space-between\": (), \"width\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vw), \"min-width\": (0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"max-width\": (none: none, 0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"height\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vh), \"min-height\": (0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"max-height\": (none: none, 0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"font-family\": (), \"font-size\": (xs: 10px, sm: 12px, md: 14px, lg: 16px, xl: 20px), \"font-smoothing\": (), \"font-style\": (italic: italic, non-italic: normal), \"font-weight\": (\"thin\": 100, \"extralight\": 200, \"light\": 300, \"normal\": 400, \"medium\": 500, \"semibold\": 600, \"bold\": 700, \"extrabold\": 800, \"black\": 900), \"font-variant-numeric\": (), \"letter-spacing\": (), \"line-height\": (), \"list-style-type\": (), \"list-style-position\": (), \"text-align\": (left, right, center, justify), \"text-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"text-decoration\": (), \"text-decoration-width\": (), \"text-decoration-style\": (), \"text-decoration-color\": (), \"text-decoration-offset\": (), \"text-transform\": (uppercase: uppercase, lowercase: lowercase, capitalize: capitalize, normal-case: none), \"text-overflow\": (), \"text-indent\": (), \"vertical-align\": (), \"white-space\": (normal, nowrap, pre, pre-line, pre-wrap, break-spaces), \"word-break\": (), \"background-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"border-style\": (solid, dashed, dotted, double, hidden, none), \"border-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-radius\": (DEFAULT: 4px, 0: 0, sm: 2px, md: 4px, lg: 6px, full: 9999px), \"outline-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"outline-style\": (solid, dashed, dotted, double, groove, ridge, inset, outset, none), \"outline-color\": (), \"outline-offset\": (0: 0, 1: 1px, 2: 2px, 4: 4px, 8: 8px), \"border-collapse\": (collapse, separate), \"table-layout\": (auto, fixed), \"flip\": true, \"scale\": (0: 0, 0.25: 0.25, 0.5: 0.5, 0.75: 0.75, 1: 1, 1.25: 1.25, 1.5: 1.5, 2: 2), \"rotate\": (0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg), \"translate\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%), \"skew\": (0: 0deg, 1: 1deg, 2: 2deg, 3: 3deg, 4: 4deg, 5: 5deg, 6: 6deg, 7: 7deg, 8: 8deg, 9: 9deg, 10: 10deg, 11: 11deg, 12: 12deg), \"origin\": (center: center, top: top, right: right, bottom: bottom, left: left, top-left: top left, top-right: top right, bottom-left: bottom left, bottom-right: bottom right), \"accent-color\": (), \"appearance\": (none, auto), \"cursor\": (none, auto, default, context-menu, help, pointer, progress, wait, cell, crosshair, text, vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize, row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing), \"caret-color\": (), \"pointer-events\": (none, auto), \"resize\": (DEFAULT: both, none: none, x: horizontal, y: vertical), \"scroll-behavior\": (auto, smooth), \"scroll-snap-type\": (none: none, snap-x: x var(--k-scroll-snap-strictness), snap-y: y var(--k-scroll-snap-strictness), snap-both: both var(--k-scroll-snap-strictness)), \"scroll-snap-align\": (start, end, center, none), \"scroll-snap-stop\": (normal, always), \"scroll-margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"scroll-padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"touch-action\": (none, auto, pan-x, pan-left, pan-right, pan-y, pan-up, pan-down, pinch-zoom, manipulation), \"user-select\": (none, auto, text, all, contain), \"will-change\": (auto: auto, scroll: scroll-position, contents: contents, transform: transform))"
904
+ "value": "(\"screen-readers\": true, \"aspect-ratio\": (auto: auto, 1: 1, square: 1 / 1, video: 16 / 9), \"container\": (), \"columns\": (), \"break-after\": (), \"break-before\": (), \"break-inside\": (), \"box-decoration-break\": (), \"box-sizing\": (), \"display\": (none, block, inline, inline-block, flex, inline-flex, grid, inline-grid, table, inline-table, list-item), \"float\": (left, right, none), \"clear\": (left, right, both, none), \"isolation\": (), \"object-fit\": (), \"object-position\": (), \"overflow\": (auto: auto, hidden: hidden, visible: visible, scroll: scroll, clip: clip, x-auto: auto, x-hidden: hidden, x-visible: visible, x-scroll: scroll, x-clip: clip, y-auto: auto, y-hidden: hidden, y-visible: visible, y-scroll: scroll, y-clip: clip), \"overscroll\": (), \"position\": (static, relative, absolute, fixed, sticky), \"inset\": (0: 0, 1: 1px, -1: -1px), \"visibility\": (visible, hidden), \"zindex\": (0: 0, 10: 10, 20: 20, 30: 30, 40: 40, 50: 50, auto: auto), \"flex-direction\": (row: row, row-reverse: row-reverse, col: column, col-reverse: column-reverse), \"flex-wrap\": (wrap, wrap-reverse, nowrap), \"flex\": (1: 1 1 0%, auto: 1 1 auto, initial: 0 1 auto, none: none), \"flex-grow\": (DEFAULT: 1, 0: 0), \"flex-shrink\": (DEFAULT: 1, 0: 0), \"flex-basis\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content), \"order\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, first: -9999, last: 9999, none: 0), \"grid-template-columns\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-template-rows\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-column-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: 1 / -1, auto: auto), \"grid-row-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: span 1/span -1, auto: auto), \"grid-auto-flow\": (row: row, col: column, row-dense: row dense, col-dense: column dense, unset: unset), \"grid-auto-columns\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"grid-auto-rows\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"gap\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"align-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"align-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"align-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"justify-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"justify-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"justify-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"place-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, between: space-between, around: space-around, evenly: space-evenly), \"place-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"place-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: flex-start, end: flex-end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"space-between\": (), \"width\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vw), \"min-width\": (0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"max-width\": (none: none, 0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"height\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vh), \"min-height\": (0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"max-height\": (none: none, 0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"font-family\": (), \"font-size\": (xs: 10px, sm: 12px, md: 14px, lg: 16px, xl: 20px), \"font-smoothing\": (), \"font-style\": (italic: italic, non-italic: normal), \"font-weight\": (\"thin\": 100, \"extralight\": 200, \"light\": 300, \"normal\": 400, \"medium\": 500, \"semibold\": 600, \"bold\": 700, \"extrabold\": 800, \"black\": 900), \"font-variant-numeric\": (), \"letter-spacing\": (), \"line-height\": (), \"list-style-type\": (), \"list-style-position\": (), \"text-align\": (left, right, center, justify), \"text-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"text-decoration\": (), \"text-decoration-width\": (), \"text-decoration-style\": (), \"text-decoration-color\": (), \"text-decoration-offset\": (), \"text-transform\": (uppercase: uppercase, lowercase: lowercase, capitalize: capitalize, normal-case: none), \"text-overflow\": (clip: clip, ellipsis: ellipsis), \"text-indent\": (), \"vertical-align\": (), \"white-space\": (normal, nowrap, pre, pre-line, pre-wrap, break-spaces), \"word-break\": (), \"background-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"border-style\": (solid, dashed, dotted, double, hidden, none), \"border-color\": (\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-radius\": (DEFAULT: 4px, 0: 0, sm: 2px, md: 4px, lg: 6px, full: 9999px), \"outline-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"outline-style\": (solid, dashed, dotted, double, groove, ridge, inset, outset, none), \"outline-color\": (), \"outline-offset\": (0: 0, 1: 1px, 2: 2px, 4: 4px, 8: 8px), \"border-collapse\": (collapse, separate), \"table-layout\": (auto, fixed), \"flip\": true, \"scale\": (0: 0, 0.25: 0.25, 0.5: 0.5, 0.75: 0.75, 1: 1, 1.25: 1.25, 1.5: 1.5, 2: 2), \"rotate\": (0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg), \"translate\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%), \"skew\": (0: 0deg, 1: 1deg, 2: 2deg, 3: 3deg, 4: 4deg, 5: 5deg, 6: 6deg, 7: 7deg, 8: 8deg, 9: 9deg, 10: 10deg, 11: 11deg, 12: 12deg), \"origin\": (center: center, top: top, right: right, bottom: bottom, left: left, top-left: top left, top-right: top right, bottom-left: bottom left, bottom-right: bottom right), \"accent-color\": (), \"appearance\": (none, auto), \"cursor\": (none, auto, default, context-menu, help, pointer, progress, wait, cell, crosshair, text, vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize, row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing), \"caret-color\": (), \"pointer-events\": (none, auto), \"resize\": (DEFAULT: both, none: none, x: horizontal, y: vertical), \"scroll-behavior\": (auto, smooth), \"scroll-snap-type\": (none: none, snap-x: x var(--k-scroll-snap-strictness), snap-y: y var(--k-scroll-snap-strictness), snap-both: both var(--k-scroll-snap-strictness)), \"scroll-snap-align\": (start, end, center, none), \"scroll-snap-stop\": (normal, always), \"scroll-margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"scroll-padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"touch-action\": (none, auto, pan-x, pan-left, pan-right, pan-y, pan-up, pan-down, pinch-zoom, manipulation), \"user-select\": (none, auto, text, all, contain), \"will-change\": (auto: auto, scroll: scroll-position, contents: contents, transform: transform))"
897
905
  },
898
906
  "ki-embed-font": {
899
907
  "type": "Bool",
@@ -1197,7 +1205,7 @@
1197
1205
  },
1198
1206
  "kendo-list-lg-item-padding-x": {
1199
1207
  "type": "Number",
1200
- "value": "12px"
1208
+ "value": "8px"
1201
1209
  },
1202
1210
  "kendo-list-item-padding-y": {
1203
1211
  "type": "Null",
@@ -1321,7 +1329,7 @@
1321
1329
  },
1322
1330
  "kendo-list-sizes": {
1323
1331
  "type": "Map",
1324
- "value": "(sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 12px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null))"
1332
+ "value": "(sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null))"
1325
1333
  },
1326
1334
  "kendo-list-bg": {
1327
1335
  "type": "Color",
@@ -1997,7 +2005,7 @@
1997
2005
  },
1998
2006
  "kendo-button-lg-padding-x": {
1999
2007
  "type": "Number",
2000
- "value": "12px"
2008
+ "value": "8px"
2001
2009
  },
2002
2010
  "kendo-button-padding-y": {
2003
2011
  "type": "Number",
@@ -2085,7 +2093,7 @@
2085
2093
  },
2086
2094
  "kendo-button-sizes": {
2087
2095
  "type": "Map",
2088
- "value": "(sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286), lg: (padding-x: 12px, padding-y: 8px, font-size: 16px, line-height: 1.5))"
2096
+ "value": "(sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286), lg: (padding-x: 8px, padding-y: 8px, font-size: 16px, line-height: 1.5))"
2089
2097
  },
2090
2098
  "kendo-button-theme-colors": {
2091
2099
  "type": "Map",
@@ -3221,7 +3229,7 @@
3221
3229
  },
3222
3230
  "kendo-input-lg-padding-x": {
3223
3231
  "type": "Number",
3224
- "value": "12px"
3232
+ "value": "8px"
3225
3233
  },
3226
3234
  "kendo-input-padding-y": {
3227
3235
  "type": "Number",
@@ -3277,7 +3285,7 @@
3277
3285
  },
3278
3286
  "kendo-input-sizes": {
3279
3287
  "type": "Map",
3280
- "value": "(sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, icon-size: calc( 16px + 4px ), button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, icon-size: calc( 16px + 8px ), button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 12px, padding-y: 8px, font-size: 16px, line-height: 1.5, icon-size: calc( 16px + 16px ), button-padding-x: 8px, button-padding-y: 8px))"
3288
+ "value": "(sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, icon-size: calc( 16px + 4px ), button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, icon-size: calc( 16px + 8px ), button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 8px, padding-y: 8px, font-size: 16px, line-height: 1.5, icon-size: calc( 16px + 16px ), button-padding-x: 8px, button-padding-y: 8px))"
3281
3289
  },
3282
3290
  "kendo-input-bg": {
3283
3291
  "type": "Color",
@@ -5181,7 +5189,7 @@
5181
5189
  },
5182
5190
  "kendo-time-selector-lg-list-item-padding-x": {
5183
5191
  "type": "Number",
5184
- "value": "12px"
5192
+ "value": "8px"
5185
5193
  },
5186
5194
  "kendo-time-selector-lg-list-item-padding-y": {
5187
5195
  "type": "Number",
@@ -5189,7 +5197,7 @@
5189
5197
  },
5190
5198
  "kendo-time-selector-sizes": {
5191
5199
  "type": "Map",
5192
- "value": "(sm: (font-size: 14px, line-height: 1.4285714286, list-item-padding-x: 8px, list-item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, list-item-padding-x: 8px, list-item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, list-item-padding-x: 12px, list-item-padding-y: 8px))"
5200
+ "value": "(sm: (font-size: 14px, line-height: 1.4285714286, list-item-padding-x: 8px, list-item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, list-item-padding-x: 8px, list-item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, list-item-padding-x: 8px, list-item-padding-y: 8px))"
5193
5201
  },
5194
5202
  "kendo-captcha-spacer": {
5195
5203
  "type": "Number",
@@ -5601,7 +5609,7 @@
5601
5609
  },
5602
5610
  "kendo-treeview-lg-item-padding-x": {
5603
5611
  "type": "Number",
5604
- "value": "12px"
5612
+ "value": "8px"
5605
5613
  },
5606
5614
  "kendo-treeview-item-padding-y": {
5607
5615
  "type": "Number",
@@ -5629,7 +5637,7 @@
5629
5637
  },
5630
5638
  "kendo-treeview-sizes": {
5631
5639
  "type": "Map",
5632
- "value": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))"
5640
+ "value": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 8px, item-padding-y: 8px))"
5633
5641
  },
5634
5642
  "kendo-treeview-bg": {
5635
5643
  "type": "Null",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
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": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.1.1-dev.25+bd878b468",
6
+ "version": "6.1.1-dev.38+aedcf66cc",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "6.1.1-dev.25+bd878b468",
4
+ "version": "6.1.1-dev.38+aedcf66cc",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@progress/kendo-font-icons": "1.4.0",
51
- "@progress/kendo-theme-core": "6.1.1-dev.25+bd878b468",
52
- "@progress/kendo-theme-utils": "6.1.1-dev.25+bd878b468"
51
+ "@progress/kendo-theme-core": "6.1.1-dev.38+aedcf66cc",
52
+ "@progress/kendo-theme-utils": "6.1.1-dev.38+aedcf66cc"
53
53
  },
54
- "gitHead": "bd878b468ff65ff14c8a636431427ad2ba4b7b7e"
54
+ "gitHead": "aedcf66cc006856d53f3fde47acdeaf627f44a1c"
55
55
  }
@@ -1,7 +1,8 @@
1
1
  @include exports("action-buttons/layout") {
2
2
 
3
3
  .k-actions {
4
- padding: $kendo-actions-padding-y $kendo-actions-padding-x;
4
+ padding-block: $kendo-actions-padding-y;
5
+ padding-inline: $kendo-actions-padding-x;
5
6
  box-sizing: border-box;
6
7
  border-width: $kendo-actions-border-width 0 0 0;
7
8
  border-style: solid;
@@ -33,7 +34,7 @@
33
34
  .k-edit-buttons,
34
35
  .k-action-buttons,
35
36
  .k-columnmenu-actions {
36
- @extend .k-actions;
37
+ @extend .k-actions !optional;
37
38
  }
38
39
 
39
40
  // Actions align
@@ -82,7 +82,8 @@
82
82
 
83
83
  // Actionsheet titlebar
84
84
  .k-actionsheet-titlebar {
85
- padding: $kendo-actionsheet-titlebar-padding-y $kendo-actionsheet-titlebar-padding-x;
85
+ padding-block: $kendo-actionsheet-titlebar-padding-y;
86
+ padding-inline: $kendo-actionsheet-titlebar-padding-x;
86
87
  border-width: 0;
87
88
  border-bottom-width: if( $kendo-actionsheet-titlebar-border-width, $kendo-actionsheet-titlebar-border-width, null );
88
89
  border-style: solid;
@@ -147,7 +148,8 @@
147
148
  }
148
149
  .k-actionsheet-action {
149
150
  margin: 0;
150
- padding: $kendo-actionsheet-item-padding-y $kendo-actionsheet-item-padding-x;
151
+ padding-block: $kendo-actionsheet-item-padding-y;
152
+ padding-inline: $kendo-actionsheet-item-padding-x;
151
153
  min-height: $kendo-actionsheet-item-min-height;
152
154
  box-sizing: border-box;
153
155
  color: inherit;
@@ -242,16 +244,19 @@
242
244
  flex-flow: column nowrap;
243
245
 
244
246
  .k-actionsheet-titlebar {
245
- padding: $kendo-adaptive-actionsheet-titlebar-padding-y $kendo-adaptive-actionsheet-titlebar-padding-x;
247
+ padding-block: $kendo-adaptive-actionsheet-titlebar-padding-y;
248
+ padding-inline: $kendo-adaptive-actionsheet-titlebar-padding-x;
246
249
  border-bottom-width: $kendo-adaptive-actionsheet-titlebar-border-width;
247
250
  }
248
251
 
249
252
  .k-actionsheet-content {
250
- padding: $kendo-adaptive-actionsheet-content-padding-y $kendo-adaptive-actionsheet-content-padding-x;
253
+ padding-block: $kendo-adaptive-actionsheet-content-padding-y;
254
+ padding-inline: $kendo-adaptive-actionsheet-content-padding-x;
251
255
  }
252
256
 
253
257
  .k-actionsheet-footer {
254
- padding: $kendo-adaptive-actionsheet-footer-padding-y $kendo-adaptive-actionsheet-footer-padding-x;
258
+ padding-block: $kendo-adaptive-actionsheet-footer-padding-y;
259
+ padding-inline: $kendo-adaptive-actionsheet-footer-padding-x;
255
260
  }
256
261
 
257
262
  .k-actionsheet-filter {
@@ -134,7 +134,8 @@
134
134
 
135
135
  .k-recur-items-wrap {
136
136
  width: 100%;
137
- margin: -1px 0;
137
+ margin-block: -1px;
138
+ margin-inline: 0;
138
139
  }
139
140
 
140
141
  .k-scheduler-recur-end-wrap {
@@ -160,7 +161,8 @@
160
161
  }
161
162
 
162
163
  .k-scheduler-toolbar {
163
- padding: $kendo-toolbar-md-padding-y $kendo-toolbar-md-padding-x;
164
+ padding-block: $kendo-toolbar-md-padding-y;
165
+ padding-inline: $kendo-toolbar-md-padding-x;
164
166
 
165
167
  > * {
166
168
  margin: 0;
@@ -195,7 +197,8 @@
195
197
  }
196
198
 
197
199
  .k-scheduler-footer {
198
- padding: $kendo-toolbar-md-padding-y $kendo-toolbar-md-padding-x;
200
+ padding-block: $kendo-toolbar-md-padding-y;
201
+ padding-inline: $kendo-toolbar-md-padding-x;
199
202
  display: flex;
200
203
  justify-content: space-between;
201
204
 
@@ -353,12 +356,14 @@
353
356
 
354
357
  .k-list-title,
355
358
  .k-filter-help-text {
356
- padding: $kendo-listgroup-item-padding-y $kendo-listgroup-item-padding-x;
359
+ padding-block: $kendo-listgroup-item-padding-y;
360
+ padding-inline: $kendo-listgroup-item-padding-x;
357
361
  display: block;
358
362
  }
359
363
 
360
364
  .k-listgroup-title {
361
- padding: $kendo-listgroup-item-padding-y $kendo-listgroup-item-padding-x;
365
+ padding-block: $kendo-listgroup-item-padding-y;
366
+ padding-inline: $kendo-listgroup-item-padding-x;
362
367
  font-weight: bold;
363
368
  text-transform: uppercase;
364
369
  }
@@ -2,8 +2,10 @@
2
2
 
3
3
  // Appbar
4
4
  .k-appbar {
5
- margin: $kendo-appbar-margin-y $kendo-appbar-margin-x;
6
- padding: $kendo-appbar-padding-y $kendo-appbar-padding-x;
5
+ margin-block: $kendo-appbar-margin-y;
6
+ margin-inline: $kendo-appbar-margin-x;
7
+ padding-block: $kendo-appbar-padding-y;
8
+ padding-inline: $kendo-appbar-padding-x;
7
9
  border-width: $kendo-appbar-border-width;
8
10
  border-style: solid;
9
11
  box-sizing: border-box;
@@ -60,7 +60,8 @@
60
60
  $_min-width: k-map-get( $size-props, min-width );
61
61
 
62
62
  .k-badge-#{$size} {
63
- padding: $_padding-y $_padding-x;
63
+ padding-block: $_padding-y;
64
+ padding-inline: $_padding-x;
64
65
  font-size: $_font-size;
65
66
  line-height: $_line-height;
66
67
  min-width: $_min-width;
@@ -2,7 +2,8 @@
2
2
 
3
3
  // Bottom Navigation
4
4
  .k-bottom-nav {
5
- padding: $kendo-bottom-nav-padding-y $kendo-bottom-nav-padding-x;
5
+ padding-block: $kendo-bottom-nav-padding-y;
6
+ padding-inline: $kendo-bottom-nav-padding-x;
6
7
  width: 100%;
7
8
  border-width: 0;
8
9
  border-style: solid;
@@ -38,7 +39,8 @@
38
39
 
39
40
  // Items
40
41
  .k-bottom-nav-item {
41
- padding: $kendo-bottom-nav-item-padding-y $kendo-bottom-nav-item-padding-x;
42
+ padding-block: $kendo-bottom-nav-item-padding-y;
43
+ padding-inline: $kendo-bottom-nav-item-padding-x;
42
44
  min-width: $kendo-bottom-nav-item-min-width;
43
45
  max-width: $kendo-bottom-nav-item-max-width;
44
46
  min-height: $kendo-bottom-nav-item-min-height;
@@ -68,8 +70,10 @@
68
70
  }
69
71
 
70
72
  > .k-bottom-nav-link {
71
- margin: (-$kendo-bottom-nav-item-padding-y) (-$kendo-bottom-nav-item-padding-x);
72
- padding: $kendo-bottom-nav-item-padding-y $kendo-bottom-nav-item-padding-x;
73
+ margin-block: (-$kendo-bottom-nav-item-padding-y);
74
+ margin-inline: (-$kendo-bottom-nav-item-padding-x);
75
+ padding-block: $kendo-bottom-nav-item-padding-y;
76
+ padding-inline: $kendo-bottom-nav-item-padding-x;
73
77
  width: 100%;
74
78
  color: inherit;
75
79
  display: flex;