@progress/kendo-theme-default 8.1.0-dev.0 → 8.1.0-dev.2

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 (154) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1036 -1285
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +2066 -920
  17. package/dist/meta/sassdoc-raw-data.json +946 -421
  18. package/dist/meta/variables.json +143 -68
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/bottom-navigation/_variables.scss +1 -1
  40. package/scss/breadcrumb/_index.scss +0 -1
  41. package/scss/button/_layout.scss +1 -1
  42. package/scss/calendar/_index.scss +0 -1
  43. package/scss/captcha/_index.scss +0 -1
  44. package/scss/card/_index.scss +0 -1
  45. package/scss/card/_variables.scss +2 -2
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/chat/_layout.scss +4 -4
  48. package/scss/chat/_variables.scss +17 -3
  49. package/scss/checkbox/_layout.scss +1 -1
  50. package/scss/coloreditor/_index.scss +0 -1
  51. package/scss/colorgradient/_index.scss +0 -1
  52. package/scss/colorpalette/_index.scss +0 -1
  53. package/scss/combobox/_index.scss +0 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +0 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/drawer/_variables.scss +3 -1
  61. package/scss/dropdowngrid/_index.scss +0 -1
  62. package/scss/dropdownlist/_index.scss +0 -1
  63. package/scss/dropdowntree/_index.scss +0 -1
  64. package/scss/dropzone/_index.scss +0 -1
  65. package/scss/editor/_index.scss +0 -1
  66. package/scss/expansion-panel/_index.scss +0 -1
  67. package/scss/fab/_index.scss +0 -1
  68. package/scss/filemanager/_index.scss +0 -1
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/forms/_variables.scss +3 -3
  74. package/scss/gantt/_index.scss +1 -1
  75. package/scss/grid/_index.scss +0 -1
  76. package/scss/imageeditor/_index.scss +0 -1
  77. package/scss/index.scss +3 -1
  78. package/scss/input/_index.scss +0 -1
  79. package/scss/input/_layout.scss +2 -2
  80. package/scss/list/_index.scss +0 -1
  81. package/scss/listbox/_index.scss +0 -1
  82. package/scss/listgroup/_index.scss +0 -1
  83. package/scss/listview/_index.scss +0 -1
  84. package/scss/loader/_index.scss +0 -1
  85. package/scss/loader/_layout.scss +87 -2
  86. package/scss/loader/_variables.scss +3 -0
  87. package/scss/map/_index.scss +0 -1
  88. package/scss/maskedtextbox/_index.scss +0 -1
  89. package/scss/mediaplayer/_index.scss +0 -1
  90. package/scss/menu/_index.scss +0 -1
  91. package/scss/messagebox/_index.scss +0 -1
  92. package/scss/multiselect/_index.scss +0 -1
  93. package/scss/notification/_index.scss +0 -1
  94. package/scss/numerictextbox/_index.scss +0 -1
  95. package/scss/orgchart/_index.scss +0 -1
  96. package/scss/pager/_index.scss +0 -1
  97. package/scss/panel/_index.scss +36 -0
  98. package/scss/panel/_layout.scss +30 -0
  99. package/scss/panel/_theme.scss +23 -0
  100. package/scss/panel/_variables.scss +34 -0
  101. package/scss/panelbar/_index.scss +0 -1
  102. package/scss/pdf-viewer/_index.scss +0 -1
  103. package/scss/pivotgrid/_index.scss +0 -1
  104. package/scss/popover/_index.scss +0 -1
  105. package/scss/popup/_index.scss +0 -1
  106. package/scss/popup/_layout.scss +25 -8
  107. package/scss/progressbar/_index.scss +0 -1
  108. package/scss/progressbar/_variables.scss +1 -1
  109. package/scss/prompt/_index.scss +0 -5
  110. package/scss/radio/_layout.scss +1 -1
  111. package/scss/rating/_index.scss +0 -1
  112. package/scss/responsivepanel/_index.scss +0 -1
  113. package/scss/ripple/_index.scss +0 -1
  114. package/scss/scheduler/_index.scss +1 -1
  115. package/scss/scroller/_index.scss +0 -1
  116. package/scss/scrollview/_index.scss +0 -1
  117. package/scss/slider/_index.scss +0 -1
  118. package/scss/splitter/_index.scss +0 -1
  119. package/scss/spreadsheet/_index.scss +0 -1
  120. package/scss/stepper/_index.scss +0 -1
  121. package/scss/stepper/_variables.scss +2 -2
  122. package/scss/switch/_index.scss +0 -1
  123. package/scss/table/_index.scss +0 -1
  124. package/scss/tabstrip/_index.scss +0 -1
  125. package/scss/taskboard/_index.scss +0 -1
  126. package/scss/taskboard/_theme.scss +1 -1
  127. package/scss/textarea/_index.scss +0 -1
  128. package/scss/textbox/_index.scss +0 -1
  129. package/scss/tilelayout/_index.scss +0 -1
  130. package/scss/time-marker/_index.scss +32 -0
  131. package/scss/time-marker/_layout.scss +21 -0
  132. package/scss/time-marker/_theme.scss +24 -0
  133. package/scss/time-marker/_variables.scss +6 -0
  134. package/scss/timeline/_index.scss +0 -1
  135. package/scss/timeselector/_variables.scss +1 -1
  136. package/scss/toolbar/_index.scss +0 -1
  137. package/scss/tooltip/_index.scss +0 -1
  138. package/scss/tooltip/_variables.scss +2 -2
  139. package/scss/treelist/_index.scss +0 -1
  140. package/scss/treeview/_index.scss +0 -1
  141. package/scss/upload/_index.scss +0 -1
  142. package/scss/upload/_layout.scss +1 -1
  143. package/scss/upload/_variables.scss +4 -1
  144. package/scss/validator/_index.scss +0 -1
  145. package/scss/window/_index.scss +0 -1
  146. package/scss/window/_variables.scss +2 -2
  147. package/scss/wizard/_index.scss +0 -1
  148. package/scss/common/_animations.scss +0 -712
  149. package/scss/common/_base.scss +0 -198
  150. package/scss/common/_dragdrop.scss +0 -74
  151. package/scss/common/_index.scss +0 -5
  152. package/scss/common/_indicators.scss +0 -37
  153. package/scss/common/_resizing.scss +0 -124
  154. package/scss/common/_scrollbar.scss +0 -27
@@ -67,6 +67,10 @@
67
67
  "type": "Bool",
68
68
  "value": "true"
69
69
  },
70
+ "kendo-nested-disabled": {
71
+ "type": "Bool",
72
+ "value": "true"
73
+ },
70
74
  "kendo-icon-size": {
71
75
  "type": "Number",
72
76
  "value": "16px"
@@ -107,10 +111,6 @@
107
111
  "type": "Number",
108
112
  "value": "2"
109
113
  },
110
- "kendo-zindex-loading": {
111
- "type": "Number",
112
- "value": "100"
113
- },
114
114
  "kendo-is-dark-theme": {
115
115
  "type": "Bool",
116
116
  "value": "false"
@@ -123,26 +123,6 @@
123
123
  "type": "List",
124
124
  "value": "color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out"
125
125
  },
126
- "kendo-disabled-filter": {
127
- "type": "String",
128
- "value": "grayscale(0.1)"
129
- },
130
- "kendo-disabled-opacity": {
131
- "type": "Number",
132
- "value": "0.6"
133
- },
134
- "kendo-disabled-styling": {
135
- "type": "Map",
136
- "value": "(opacity: 0.6, filter: grayscale(0.1))",
137
- "prettyValue": {
138
- "opacity": 0.6,
139
- "filter": "grayscale(0.1)"
140
- }
141
- },
142
- "kendo-loading-opacity": {
143
- "type": "Number",
144
- "value": "0.3"
145
- },
146
126
  "kendo-color-white": {
147
127
  "type": "Color",
148
128
  "value": "#ffffff"
@@ -818,10 +798,6 @@
818
798
  "type": "Null",
819
799
  "value": "null"
820
800
  },
821
- "kendo-disabled-text": {
822
- "type": "String",
823
- "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
824
- },
825
801
  "kendo-component-header-bg": {
826
802
  "type": "String",
827
803
  "value": "var(--kendo-color-surface, #fafafa)"
@@ -2143,17 +2119,32 @@
2143
2119
  "type": "Null",
2144
2120
  "value": "null"
2145
2121
  },
2122
+ "kendo-disabled-text": {
2123
+ "type": "Null",
2124
+ "value": "null"
2125
+ },
2146
2126
  "kendo-disabled-border": {
2147
2127
  "type": "Null",
2148
2128
  "value": "null"
2149
2129
  },
2150
- "kendo-loading-bg": {
2151
- "type": "String",
2152
- "value": "var(--kendo-color-surface-alt, #ffffff)"
2130
+ "kendo-disabled-opacity": {
2131
+ "type": "Number",
2132
+ "value": "0.6"
2153
2133
  },
2154
- "kendo-loading-text": {
2134
+ "kendo-disabled-filter": {
2155
2135
  "type": "String",
2156
- "value": "currentColor"
2136
+ "value": "grayscale(0.1)"
2137
+ },
2138
+ "kendo-disabled-styling": {
2139
+ "type": "Map",
2140
+ "value": "(bg: null, color: null, border: null, opacity: 0.6, filter: grayscale(0.1))",
2141
+ "prettyValue": {
2142
+ "bg": null,
2143
+ "color": null,
2144
+ "border": null,
2145
+ "opacity": 0.6,
2146
+ "filter": "grayscale(0.1)"
2147
+ }
2157
2148
  },
2158
2149
  "kendo-scrollbar-width": {
2159
2150
  "type": "Number",
@@ -2161,7 +2152,7 @@
2161
2152
  },
2162
2153
  "kendo-components": {
2163
2154
  "type": "List",
2164
- "value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
2155
+ "value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
2165
2156
  },
2166
2157
  "kendo-elevation": {
2167
2158
  "type": "Map",
@@ -6126,6 +6117,22 @@
6126
6117
  "type": "String",
6127
6118
  "value": "var(--kendo-font-size-lg, inherit)"
6128
6119
  },
6120
+ "kendo-loading-bg": {
6121
+ "type": "String",
6122
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
6123
+ },
6124
+ "kendo-loading-text": {
6125
+ "type": "String",
6126
+ "value": "currentColor"
6127
+ },
6128
+ "kendo-loading-opacity": {
6129
+ "type": "Number",
6130
+ "value": "0.3"
6131
+ },
6132
+ "kendo-zindex-loading": {
6133
+ "type": "Number",
6134
+ "value": "100"
6135
+ },
6129
6136
  "kendo-skeleton-text-transform": {
6130
6137
  "type": "String",
6131
6138
  "value": "scale(1, 0.6)"
@@ -6150,6 +6157,14 @@
6150
6157
  "type": "Color",
6151
6158
  "value": "rgba(0, 0, 0, 0.04)"
6152
6159
  },
6160
+ "kendo-current-time-width": {
6161
+ "type": "Number",
6162
+ "value": "1px"
6163
+ },
6164
+ "kendo-current-time-color": {
6165
+ "type": "Color",
6166
+ "value": "#ff0000"
6167
+ },
6153
6168
  "kendo-menu-padding-x": {
6154
6169
  "type": "String",
6155
6170
  "value": "var(--kendo-spacing-0, 0px)"
@@ -7194,16 +7209,16 @@
7194
7209
  "value": "var(--kendo-font-size, inherit)"
7195
7210
  },
7196
7211
  "kendo-tooltip-line-height": {
7197
- "type": "Number",
7198
- "value": "1.25"
7212
+ "type": "String",
7213
+ "value": "var(--kendo-line-height-sm, normal)"
7199
7214
  },
7200
7215
  "kendo-tooltip-title-font-size": {
7201
7216
  "type": "Calculation",
7202
7217
  "value": "calc(var(--kendo-font-size, 0.875rem) * 1.25)"
7203
7218
  },
7204
7219
  "kendo-tooltip-title-line-height": {
7205
- "type": "Number",
7206
- "value": "1"
7220
+ "type": "String",
7221
+ "value": "var(--kendo-line-height-xs, normal)"
7207
7222
  },
7208
7223
  "kendo-tooltip-callout-size": {
7209
7224
  "type": "Number",
@@ -7314,8 +7329,8 @@
7314
7329
  "value": "var(--kendo-font-size, inherit)"
7315
7330
  },
7316
7331
  "kendo-window-line-height": {
7317
- "type": "Number",
7318
- "value": "1.25"
7332
+ "type": "String",
7333
+ "value": "var(--kendo-line-height-sm, normal)"
7319
7334
  },
7320
7335
  "kendo-window-titlebar-padding-x": {
7321
7336
  "type": "String",
@@ -7338,8 +7353,8 @@
7338
7353
  "value": "var(--kendo-font-size-lg, inherit)"
7339
7354
  },
7340
7355
  "kendo-window-title-line-height": {
7341
- "type": "Number",
7342
- "value": "1.25"
7356
+ "type": "String",
7357
+ "value": "var(--kendo-line-height-sm, normal)"
7343
7358
  },
7344
7359
  "kendo-window-actions-gap": {
7345
7360
  "type": "Null",
@@ -7484,8 +7499,8 @@
7484
7499
  "value": "100%"
7485
7500
  },
7486
7501
  "kendo-form-legend-font-size": {
7487
- "type": "Number",
7488
- "value": "14px"
7502
+ "type": "String",
7503
+ "value": "var(--kendo-font-size, inherit)"
7489
7504
  },
7490
7505
  "kendo-form-legend-text-transform": {
7491
7506
  "type": "String",
@@ -7500,8 +7515,8 @@
7500
7515
  "value": "var(--kendo-spacing-2, 0.5rem)"
7501
7516
  },
7502
7517
  "kendo-form-hint-font-size": {
7503
- "type": "Number",
7504
- "value": "12px"
7518
+ "type": "String",
7519
+ "value": "var(--kendo-font-size-sm, inherit)"
7505
7520
  },
7506
7521
  "kendo-form-hint-font-style": {
7507
7522
  "type": "String",
@@ -7564,8 +7579,8 @@
7564
7579
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
7565
7580
  },
7566
7581
  "kendo-label-optional-font-size": {
7567
- "type": "Number",
7568
- "value": "12px"
7582
+ "type": "String",
7583
+ "value": "var(--kendo-font-size-sm, inherit)"
7569
7584
  },
7570
7585
  "kendo-label-optional-font-style": {
7571
7586
  "type": "String",
@@ -7803,8 +7818,8 @@
7803
7818
  "value": "var(--kendo-font-size-sm, inherit)"
7804
7819
  },
7805
7820
  "kendo-progressbar-line-height": {
7806
- "type": "Number",
7807
- "value": "1"
7821
+ "type": "String",
7822
+ "value": "var(--kendo-line-height-xs, normal)"
7808
7823
  },
7809
7824
  "kendo-progressbar-bg": {
7810
7825
  "type": "String",
@@ -8663,12 +8678,12 @@
8663
8678
  "value": "var(--kendo-font-size-sm, inherit)"
8664
8679
  },
8665
8680
  "kendo-time-list-title-line-height": {
8666
- "type": "Number",
8667
- "value": "1.5"
8681
+ "type": "String",
8682
+ "value": "var(--kendo-line-height-lg, normal)"
8668
8683
  },
8669
8684
  "kendo-time-list-title-height": {
8670
8685
  "type": "Calculation",
8671
- "value": "calc((var(--kendo-font-size-sm, inherit)) * (1.5))"
8686
+ "value": "calc((var(--kendo-font-size-sm, inherit)) * (var(--kendo-line-height-lg, normal)))"
8672
8687
  },
8673
8688
  "kendo-time-list-title-text": {
8674
8689
  "type": "String",
@@ -9838,8 +9853,12 @@
9838
9853
  "value": "var(--kendo-spacing-3, 0.75rem)"
9839
9854
  },
9840
9855
  "kendo-upload-validation-font-size": {
9841
- "type": "Number",
9842
- "value": "11px"
9856
+ "type": "String",
9857
+ "value": "var(--kendo-font-size-sm, inherit)"
9858
+ },
9859
+ "kendo-upload-validation-line-height": {
9860
+ "type": "String",
9861
+ "value": "var(--kendo-line-height-xs, normal)"
9843
9862
  },
9844
9863
  "kendo-upload-icon-spacing": {
9845
9864
  "type": "String",
@@ -10509,8 +10528,8 @@
10509
10528
  "value": "var(--kendo-spacing-2, 0.5rem)"
10510
10529
  },
10511
10530
  "kendo-drawer-item-font-size": {
10512
- "type": "Number",
10513
- "value": "16px"
10531
+ "type": "String",
10532
+ "value": "var(--kendo-font-size-lg, inherit)"
10514
10533
  },
10515
10534
  "kendo-drawer-item-line-height": {
10516
10535
  "type": "String",
@@ -10829,8 +10848,8 @@
10829
10848
  "value": "null"
10830
10849
  },
10831
10850
  "kendo-card-title-line-height": {
10832
- "type": "Number",
10833
- "value": "1.25"
10851
+ "type": "String",
10852
+ "value": "var(--kendo-line-height-sm, normal)"
10834
10853
  },
10835
10854
  "kendo-card-title-font-weight": {
10836
10855
  "type": "String",
@@ -10854,7 +10873,7 @@
10854
10873
  },
10855
10874
  "kendo-card-subtitle-line-height": {
10856
10875
  "type": "String",
10857
- "value": "normal"
10876
+ "value": "var(--kendo-line-height-lg, normal)"
10858
10877
  },
10859
10878
  "kendo-card-subtitle-font-weight": {
10860
10879
  "type": "String",
@@ -11042,7 +11061,7 @@
11042
11061
  },
11043
11062
  "kendo-bottom-nav-line-height": {
11044
11063
  "type": "String",
11045
- "value": "var(--kendo-line-height-sm, normal)"
11064
+ "value": "var(--kendo-line-height-xs, normal)"
11046
11065
  },
11047
11066
  "kendo-bottom-nav-letter-spacing": {
11048
11067
  "type": "Number",
@@ -12149,6 +12168,46 @@
12149
12168
  "type": "String",
12150
12169
  "value": "var(--kendo-spacing-4, 1rem)"
12151
12170
  },
12171
+ "kendo-panel-border-radius": {
12172
+ "type": "String",
12173
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
12174
+ },
12175
+ "kendo-panel-border-width": {
12176
+ "type": "Number",
12177
+ "value": "1px"
12178
+ },
12179
+ "kendo-panel-border-style": {
12180
+ "type": "String",
12181
+ "value": "solid"
12182
+ },
12183
+ "kendo-panel-header-padding-inline": {
12184
+ "type": "String",
12185
+ "value": "var(--kendo-spacing-2, 0.5rem)"
12186
+ },
12187
+ "kendo-panel-header-padding-block": {
12188
+ "type": "String",
12189
+ "value": "var(--kendo-spacing-1, 0.25rem)"
12190
+ },
12191
+ "kendo-panel-content-padding-inline": {
12192
+ "type": "String",
12193
+ "value": "var(--kendo-spacing-2, 0.5rem)"
12194
+ },
12195
+ "kendo-panel-content-padding-block": {
12196
+ "type": "String",
12197
+ "value": "var(--kendo-spacing-1, 0.25rem)"
12198
+ },
12199
+ "kendo-panel-text": {
12200
+ "type": "String",
12201
+ "value": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #3d3d3d))"
12202
+ },
12203
+ "kendo-panel-bg": {
12204
+ "type": "String",
12205
+ "value": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))"
12206
+ },
12207
+ "kendo-panel-border": {
12208
+ "type": "String",
12209
+ "value": "var(--kendo-component-border, var(--kendo-color-border, rgba(0, 0, 0, 0.08)))"
12210
+ },
12152
12211
  "kendo-panelbar-padding-x": {
12153
12212
  "type": "String",
12154
12213
  "value": "var(--kendo-spacing-0, 0px)"
@@ -15523,11 +15582,11 @@
15523
15582
  },
15524
15583
  "kendo-chat-timestamp-font-size": {
15525
15584
  "type": "String",
15526
- "value": "smaller"
15585
+ "value": "var(--kendo-font-size-sm, inherit)"
15527
15586
  },
15528
15587
  "kendo-chat-timestamp-line-height": {
15529
- "type": "Null",
15530
- "value": "null"
15588
+ "type": "String",
15589
+ "value": "var(--kendo-line-height-lg, normal)"
15531
15590
  },
15532
15591
  "kendo-chat-timestamp-transform": {
15533
15592
  "type": "String",
@@ -15541,6 +15600,22 @@
15541
15600
  "type": "Null",
15542
15601
  "value": "null"
15543
15602
  },
15603
+ "kendo-chat-message-meta-font-size": {
15604
+ "type": "String",
15605
+ "value": "var(--kendo-font-size-sm, inherit)"
15606
+ },
15607
+ "kendo-chat-message-meta-line-height": {
15608
+ "type": "String",
15609
+ "value": "var(--kendo-line-height-lg, normal)"
15610
+ },
15611
+ "kendo-chat-author-font-size": {
15612
+ "type": "String",
15613
+ "value": "var(--kendo-font-size-sm, inherit)"
15614
+ },
15615
+ "kendo-chat-author-line-height": {
15616
+ "type": "String",
15617
+ "value": "var(--kendo-line-height-lg, normal)"
15618
+ },
15544
15619
  "kendo-chat-bubble-padding-x": {
15545
15620
  "type": "String",
15546
15621
  "value": "var(--kendo-spacing-3, 0.75rem)"
@@ -15554,8 +15629,8 @@
15554
15629
  "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15555
15630
  },
15556
15631
  "kendo-chat-bubble-line-height": {
15557
- "type": "Number",
15558
- "value": "18px"
15632
+ "type": "String",
15633
+ "value": "var(--kendo-line-height, normal)"
15559
15634
  },
15560
15635
  "kendo-chat-bubble-border-radius": {
15561
15636
  "type": "Number",
@@ -15610,8 +15685,8 @@
15610
15685
  "value": "var(--kendo-spacing-2, 0.5rem)"
15611
15686
  },
15612
15687
  "kendo-chat-quick-reply-line-height": {
15613
- "type": "Number",
15614
- "value": "18px"
15688
+ "type": "String",
15689
+ "value": "var(--kendo-line-height, normal)"
15615
15690
  },
15616
15691
  "kendo-chat-bg": {
15617
15692
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
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": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
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": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",