@progress/kendo-themes-html 7.1.1-dev.0 → 7.2.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +2 -0
  2. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  3. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +863 -778
  4. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +2 -0
  5. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  6. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  7. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  8. package/dist/cjs/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  9. package/dist/cjs/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  10. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  11. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  12. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  13. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  14. package/dist/cjs/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  15. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  16. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  17. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +2 -0
  18. package/dist/cjs/filemanager/templates/filemanager-grid.js +2 -0
  19. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +763 -678
  20. package/dist/cjs/filemanager/tests/filemanager-gridview.js +2 -0
  21. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +717 -632
  22. package/dist/cjs/form/tests/form-field-dropdowns.js +862 -777
  23. package/dist/cjs/grid/grid-container.spec.js +46 -0
  24. package/dist/cjs/grid/grid-content.spec.js +46 -0
  25. package/dist/cjs/grid/grid-footer-table.spec.js +283 -0
  26. package/dist/cjs/grid/grid-footer.spec.js +46 -0
  27. package/dist/cjs/grid/grid-grouping-header.spec.js +57 -0
  28. package/dist/cjs/grid/grid-header-cell.spec.js +4446 -0
  29. package/dist/cjs/grid/grid-header-table.spec.js +283 -0
  30. package/dist/cjs/grid/grid-header.spec.js +46 -0
  31. package/dist/cjs/grid/grid-pager.spec.js +6058 -0
  32. package/dist/cjs/grid/grid-table.spec.js +283 -0
  33. package/dist/cjs/grid/grid-toolbar.spec.js +7876 -0
  34. package/dist/cjs/grid/grid.spec.js +120 -0
  35. package/dist/cjs/grid/tests/grid-adaptive-pager.js +2740 -380
  36. package/dist/cjs/grid/tests/grid-adaptive-search.js +1745 -1203
  37. package/dist/cjs/grid/tests/grid-angular.js +3787 -1267
  38. package/dist/cjs/grid/tests/grid-column-menu-angular.js +4095 -115
  39. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +4095 -116
  40. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +1484 -1280
  41. package/dist/cjs/grid/tests/grid-column-reordering.js +1489 -1285
  42. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +2119 -1915
  43. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1107 -869
  44. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +1972 -1218
  45. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +1959 -1201
  46. package/dist/cjs/grid/tests/grid-editing.js +1391 -635
  47. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +4092 -100
  48. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +4089 -101
  49. package/dist/cjs/grid/tests/grid-filter-row-angular.js +1327 -576
  50. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +1313 -554
  51. package/dist/cjs/grid/tests/grid-filter-row.js +1496 -59
  52. package/dist/cjs/grid/tests/grid-grouping-actions.js +1450 -1246
  53. package/dist/cjs/grid/tests/grid-grouping-blazor.js +4162 -141
  54. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +4297 -288
  55. package/dist/cjs/grid/tests/grid-grouping.js +2725 -1934
  56. package/dist/cjs/grid/tests/grid-hierarchy.js +4333 -43
  57. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +4365 -207
  58. package/dist/cjs/grid/tests/grid-locked-columns.js +4563 -424
  59. package/dist/cjs/grid/tests/grid-long-titles.js +4315 -124
  60. package/dist/cjs/grid/tests/grid-multicolumn-headers.js +4407 -135
  61. package/dist/cjs/grid/tests/grid-no-records.js +8627 -48
  62. package/dist/cjs/grid/tests/grid-pager.js +3120 -550
  63. package/dist/cjs/grid/tests/grid-react-basic.js +8500 -128
  64. package/dist/cjs/grid/tests/grid-react.js +4516 -190
  65. package/dist/cjs/grid/tests/grid-row-reordering.js +1711 -1499
  66. package/dist/cjs/grid/tests/grid-rows-resizing.js +2066 -1308
  67. package/dist/cjs/grid/tests/grid-rows-states.js +8369 -105
  68. package/dist/cjs/grid/tests/grid-rtl-angular.js +3987 -1430
  69. package/dist/cjs/grid/tests/grid-rtl.js +4028 -1469
  70. package/dist/cjs/grid/tests/grid-selection-aggregates.js +3318 -742
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +2038 -1537
  72. package/dist/cjs/grid/tests/grid-size-sm.js +1447 -946
  73. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +4118 -1505
  74. package/dist/cjs/grid/tests/grid-sticky-columns.js +4445 -177
  75. package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +8571 -53
  76. package/dist/cjs/grid/tests/grid-toolbar.js +1896 -1349
  77. package/dist/cjs/grid/tests/grid-virtualization.js +8968 -450
  78. package/dist/cjs/grid/tests/grid.js +4055 -1496
  79. package/dist/cjs/index.js +2442 -2148
  80. package/dist/cjs/multiselect/templates/multiselect-prefix.js +838 -753
  81. package/dist/cjs/multiselect/templates/multiselect-suffix.js +838 -753
  82. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +844 -759
  83. package/dist/cjs/multiselect/tests/multiselect-flat.js +868 -783
  84. package/dist/cjs/multiselect/tests/multiselect-grouping.js +844 -759
  85. package/dist/cjs/multiselect/tests/multiselect-opened.js +846 -761
  86. package/dist/cjs/multiselect/tests/multiselect-outline.js +868 -783
  87. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  88. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +847 -762
  89. package/dist/cjs/multiselect/tests/multiselect-solid.js +868 -783
  90. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +877 -792
  91. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +891 -806
  92. package/dist/cjs/table/table-th.js +2 -0
  93. package/dist/cjs/table/templates/data-table-normal.js +2 -0
  94. package/dist/cjs/table/templates/table-list-virtualization.js +2 -0
  95. package/dist/cjs/table/templates/table-list.js +2 -0
  96. package/dist/cjs/table/templates/table-native.js +2 -0
  97. package/dist/cjs/table/tests/table-data-sizes.js +2 -0
  98. package/dist/cjs/table/tests/table-list-jquery.js +2 -0
  99. package/dist/cjs/table/tests/table-list-sizes.js +2 -0
  100. package/dist/cjs/table/tests/table-list-virtual.js +2 -0
  101. package/dist/cjs/table/tests/table-native-sizes.js +2 -0
  102. package/dist/cjs/table/tests/table-native-states.js +2 -0
  103. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +2 -0
  104. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  105. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +863 -778
  106. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +2 -0
  107. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  108. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  109. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  110. package/dist/esm/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  111. package/dist/esm/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  112. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  113. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  114. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  115. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  116. package/dist/esm/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  117. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  118. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  119. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +2 -0
  120. package/dist/esm/filemanager/templates/filemanager-grid.js +2 -0
  121. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +763 -678
  122. package/dist/esm/filemanager/tests/filemanager-gridview.js +2 -0
  123. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +717 -632
  124. package/dist/esm/form/tests/form-field-dropdowns.js +862 -777
  125. package/dist/esm/grid/grid-container.spec.js +24 -0
  126. package/dist/esm/grid/grid-content.spec.js +24 -0
  127. package/dist/esm/grid/grid-footer-table.spec.js +261 -0
  128. package/dist/esm/grid/grid-footer.spec.js +24 -0
  129. package/dist/esm/grid/grid-grouping-header.spec.js +35 -0
  130. package/dist/esm/grid/grid-header-cell.spec.js +4430 -0
  131. package/dist/esm/grid/grid-header-table.spec.js +261 -0
  132. package/dist/esm/grid/grid-header.spec.js +24 -0
  133. package/dist/esm/grid/grid-pager.spec.js +6042 -0
  134. package/dist/esm/grid/grid-table.spec.js +261 -0
  135. package/dist/esm/grid/grid-toolbar.spec.js +7860 -0
  136. package/dist/esm/grid/grid.spec.js +98 -0
  137. package/dist/esm/grid/tests/grid-adaptive-pager.js +2740 -380
  138. package/dist/esm/grid/tests/grid-adaptive-search.js +1865 -1323
  139. package/dist/esm/grid/tests/grid-angular.js +3831 -1311
  140. package/dist/esm/grid/tests/grid-column-menu-angular.js +4095 -115
  141. package/dist/esm/grid/tests/grid-column-menu-blazor.js +4095 -116
  142. package/dist/esm/grid/tests/grid-column-reordering-actions.js +2314 -2110
  143. package/dist/esm/grid/tests/grid-column-reordering.js +2320 -2116
  144. package/dist/esm/grid/tests/grid-column-resizing-actions.js +2863 -2659
  145. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1107 -869
  146. package/dist/esm/grid/tests/grid-editing-inline-angular.js +1905 -1151
  147. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +1914 -1156
  148. package/dist/esm/grid/tests/grid-editing.js +1391 -635
  149. package/dist/esm/grid/tests/grid-filter-menu-angular.js +4092 -100
  150. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +4089 -101
  151. package/dist/esm/grid/tests/grid-filter-row-angular.js +1327 -576
  152. package/dist/esm/grid/tests/grid-filter-row-blazor.js +1313 -554
  153. package/dist/esm/grid/tests/grid-filter-row.js +1496 -59
  154. package/dist/esm/grid/tests/grid-grouping-actions.js +2280 -2076
  155. package/dist/esm/grid/tests/grid-grouping-blazor.js +4162 -141
  156. package/dist/esm/grid/tests/grid-grouping-detail-template.js +4297 -288
  157. package/dist/esm/grid/tests/grid-grouping.js +2679 -1888
  158. package/dist/esm/grid/tests/grid-hierarchy.js +4333 -43
  159. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +4366 -208
  160. package/dist/esm/grid/tests/grid-locked-columns.js +4564 -425
  161. package/dist/esm/grid/tests/grid-long-titles.js +4316 -125
  162. package/dist/esm/grid/tests/grid-multicolumn-headers.js +4407 -135
  163. package/dist/esm/grid/tests/grid-no-records.js +8632 -49
  164. package/dist/esm/grid/tests/grid-pager.js +3139 -569
  165. package/dist/esm/grid/tests/grid-react-basic.js +8506 -128
  166. package/dist/esm/grid/tests/grid-react.js +4516 -190
  167. package/dist/esm/grid/tests/grid-row-reordering.js +1385 -1173
  168. package/dist/esm/grid/tests/grid-rows-resizing.js +2145 -1387
  169. package/dist/esm/grid/tests/grid-rows-states.js +8375 -105
  170. package/dist/esm/grid/tests/grid-rtl-angular.js +3974 -1417
  171. package/dist/esm/grid/tests/grid-rtl.js +4022 -1463
  172. package/dist/esm/grid/tests/grid-selection-aggregates.js +3143 -567
  173. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +2100 -1599
  174. package/dist/esm/grid/tests/grid-size-sm.js +1513 -1012
  175. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +4113 -1500
  176. package/dist/esm/grid/tests/grid-sticky-columns.js +4445 -177
  177. package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +8576 -54
  178. package/dist/esm/grid/tests/grid-toolbar.js +1906 -1359
  179. package/dist/esm/grid/tests/grid-virtualization.js +8975 -451
  180. package/dist/esm/grid/tests/grid.js +4052 -1493
  181. package/dist/esm/index.js +2442 -2148
  182. package/dist/esm/multiselect/templates/multiselect-prefix.js +838 -753
  183. package/dist/esm/multiselect/templates/multiselect-suffix.js +838 -753
  184. package/dist/esm/multiselect/tests/multiselect-adaptive.js +844 -759
  185. package/dist/esm/multiselect/tests/multiselect-flat.js +868 -783
  186. package/dist/esm/multiselect/tests/multiselect-grouping.js +844 -759
  187. package/dist/esm/multiselect/tests/multiselect-opened.js +846 -761
  188. package/dist/esm/multiselect/tests/multiselect-outline.js +868 -783
  189. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  190. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +847 -762
  191. package/dist/esm/multiselect/tests/multiselect-solid.js +868 -783
  192. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +877 -792
  193. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +891 -806
  194. package/dist/esm/table/table-th.js +2 -0
  195. package/dist/esm/table/templates/data-table-normal.js +2 -0
  196. package/dist/esm/table/templates/table-list-virtualization.js +2 -0
  197. package/dist/esm/table/templates/table-list.js +2 -0
  198. package/dist/esm/table/templates/table-native.js +2 -0
  199. package/dist/esm/table/tests/table-data-sizes.js +2 -0
  200. package/dist/esm/table/tests/table-list-jquery.js +2 -0
  201. package/dist/esm/table/tests/table-list-sizes.js +2 -0
  202. package/dist/esm/table/tests/table-list-virtual.js +2 -0
  203. package/dist/esm/table/tests/table-native-sizes.js +2 -0
  204. package/dist/esm/table/tests/table-native-states.js +2 -0
  205. package/dist/types/grid/grid-container.spec.d.ts +1 -0
  206. package/dist/types/grid/grid-content.spec.d.ts +1 -0
  207. package/dist/types/grid/grid-footer-table.spec.d.ts +3 -0
  208. package/dist/types/grid/grid-footer.spec.d.ts +1 -0
  209. package/dist/types/grid/grid-grouping-header.spec.d.ts +5 -0
  210. package/dist/types/grid/grid-header-cell.spec.d.ts +17 -0
  211. package/dist/types/grid/grid-header-table.spec.d.ts +3 -0
  212. package/dist/types/grid/grid-header.spec.d.ts +1 -0
  213. package/dist/types/grid/grid-pager.spec.d.ts +2 -0
  214. package/dist/types/grid/grid-table.spec.d.ts +3 -0
  215. package/dist/types/grid/grid-toolbar.spec.d.ts +2 -0
  216. package/dist/types/grid/grid.spec.d.ts +28 -0
  217. package/dist/types/grid/index.d.ts +12 -0
  218. package/dist/types/index.d.ts +1 -0
  219. package/dist/types/table/table-th.d.ts +1 -0
  220. package/package.json +2 -2
  221. package/src/grid/grid-container.spec.tsx +17 -0
  222. package/src/grid/grid-content.spec.tsx +16 -0
  223. package/src/grid/grid-footer-table.spec.tsx +20 -0
  224. package/src/grid/grid-footer.spec.tsx +17 -0
  225. package/src/grid/grid-grouping-header.spec.tsx +33 -0
  226. package/src/grid/grid-header-cell.spec.tsx +104 -0
  227. package/src/grid/grid-header-table.spec.tsx +20 -0
  228. package/src/grid/grid-header.spec.tsx +19 -0
  229. package/src/grid/grid-pager.spec.tsx +19 -0
  230. package/src/grid/grid-table.spec.tsx +20 -0
  231. package/src/grid/grid-toolbar.spec.tsx +19 -0
  232. package/src/grid/grid.spec.tsx +67 -0
  233. package/src/grid/index.ts +12 -0
  234. package/src/grid/tests/grid-adaptive-pager.tsx +9 -7
  235. package/src/grid/tests/grid-adaptive-search.tsx +11 -9
  236. package/src/grid/tests/grid-angular.tsx +154 -237
  237. package/src/grid/tests/grid-column-menu-angular.tsx +150 -181
  238. package/src/grid/tests/grid-column-menu-blazor.tsx +121 -189
  239. package/src/grid/tests/grid-column-reordering-actions.tsx +60 -97
  240. package/src/grid/tests/grid-column-reordering.tsx +60 -99
  241. package/src/grid/tests/grid-column-resizing-actions.tsx +60 -97
  242. package/src/grid/tests/grid-editing-custom-editor.tsx +168 -201
  243. package/src/grid/tests/grid-editing-inline-angular.tsx +132 -140
  244. package/src/grid/tests/grid-editing-inline-blazor.tsx +97 -118
  245. package/src/grid/tests/grid-editing.tsx +133 -163
  246. package/src/grid/tests/grid-filter-menu-angular.tsx +171 -174
  247. package/src/grid/tests/grid-filter-menu-blazor.tsx +114 -171
  248. package/src/grid/tests/grid-filter-row-angular.tsx +171 -182
  249. package/src/grid/tests/grid-filter-row-blazor.tsx +116 -153
  250. package/src/grid/tests/grid-filter-row.tsx +110 -109
  251. package/src/grid/tests/grid-grouping-actions.tsx +60 -98
  252. package/src/grid/tests/grid-grouping-blazor.tsx +162 -241
  253. package/src/grid/tests/grid-grouping-detail-template.tsx +383 -375
  254. package/src/grid/tests/grid-grouping.tsx +195 -293
  255. package/src/grid/tests/grid-hierarchy.tsx +82 -93
  256. package/src/grid/tests/grid-locked-columns-rtl.tsx +224 -312
  257. package/src/grid/tests/grid-locked-columns.tsx +414 -572
  258. package/src/grid/tests/grid-long-titles.tsx +122 -210
  259. package/src/grid/tests/grid-multicolumn-headers.tsx +114 -208
  260. package/src/grid/tests/grid-no-records.tsx +60 -82
  261. package/src/grid/tests/grid-pager.tsx +144 -197
  262. package/src/grid/tests/grid-react-basic.tsx +138 -172
  263. package/src/grid/tests/grid-react.tsx +224 -235
  264. package/src/grid/tests/grid-row-reordering.tsx +69 -104
  265. package/src/grid/tests/grid-rows-resizing.tsx +130 -159
  266. package/src/grid/tests/grid-rows-states.tsx +106 -104
  267. package/src/grid/tests/grid-rtl-angular.tsx +114 -168
  268. package/src/grid/tests/grid-rtl.tsx +104 -149
  269. package/src/grid/tests/grid-selection-aggregates.tsx +96 -115
  270. package/src/grid/tests/grid-size-sm-comp-sm.tsx +239 -323
  271. package/src/grid/tests/grid-size-sm.tsx +239 -326
  272. package/src/grid/tests/grid-sticky-columns-rtl.tsx +112 -140
  273. package/src/grid/tests/grid-sticky-columns.tsx +208 -312
  274. package/src/grid/tests/grid-sticky-multicolumn-headers.tsx +52 -159
  275. package/src/grid/tests/grid-toolbar.tsx +43 -43
  276. package/src/grid/tests/grid-virtualization.tsx +614 -758
  277. package/src/grid/tests/grid.tsx +141 -196
  278. package/src/index.ts +1 -1
  279. package/src/table/table-th.tsx +3 -0
@@ -10768,6 +10768,7 @@ var TableTh = (props) => {
10768
10768
  const {
10769
10769
  text,
10770
10770
  colspan,
10771
+ rowspan,
10771
10772
  ...other
10772
10773
  } = props;
10773
10774
  const textOrChildren = text ? text : props.children;
@@ -10775,6 +10776,7 @@ var TableTh = (props) => {
10775
10776
  "th",
10776
10777
  {
10777
10778
  colSpan: colspan,
10779
+ rowSpan: rowspan,
10778
10780
  ...other,
10779
10781
  className: classNames(
10780
10782
  props.className,
@@ -14137,15 +14139,98 @@ TileLayoutItemHint.defaultProps = defaultProps110;
14137
14139
  // src/tilelayout/templates/tilelayout-normal.tsx
14138
14140
  import { jsx as jsx367 } from "react/jsx-runtime";
14139
14141
 
14142
+ // src/grid/grid.spec.tsx
14143
+ import { jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
14144
+ var GRID_CLASSNAME = "k-grid";
14145
+ var states121 = [];
14146
+ var options112 = {
14147
+ size: [Size.small, Size.medium, Size.large]
14148
+ };
14149
+ var defaultProps111 = {
14150
+ size: Size.medium,
14151
+ pagerPosition: "bottom"
14152
+ };
14153
+ var Grid = (props) => {
14154
+ const {
14155
+ size = defaultProps111.size,
14156
+ toolbar,
14157
+ pager,
14158
+ pagerPosition,
14159
+ groupingHeader,
14160
+ _renderAriaRoot,
14161
+ ...other
14162
+ } = props;
14163
+ return /* @__PURE__ */ jsxs145(
14164
+ "div",
14165
+ {
14166
+ ...other,
14167
+ className: classNames(
14168
+ props.className,
14169
+ GRID_CLASSNAME,
14170
+ optionClassNames(GRID_CLASSNAME, { size })
14171
+ ),
14172
+ children: [
14173
+ toolbar,
14174
+ pagerPosition === "top" && pager,
14175
+ groupingHeader,
14176
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx368("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
14177
+ pagerPosition === "bottom" && pager
14178
+ ]
14179
+ }
14180
+ );
14181
+ };
14182
+ Grid.states = states121;
14183
+ Grid.options = options112;
14184
+ Grid.className = GRID_CLASSNAME;
14185
+ Grid.defaultProps = defaultProps111;
14186
+
14187
+ // src/grid/grid-header.spec.tsx
14188
+ import { jsx as jsx369 } from "react/jsx-runtime";
14189
+
14190
+ // src/grid/grid-grouping-header.spec.tsx
14191
+ import { jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14192
+
14193
+ // src/grid/grid-header-table.spec.tsx
14194
+ import { jsx as jsx371 } from "react/jsx-runtime";
14195
+
14196
+ // src/grid/grid-header-cell.spec.tsx
14197
+ import { jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14198
+ var states122 = [
14199
+ States.hover,
14200
+ States.focus,
14201
+ States.active
14202
+ ];
14203
+
14204
+ // src/grid/grid-container.spec.tsx
14205
+ import { jsx as jsx373 } from "react/jsx-runtime";
14206
+
14207
+ // src/grid/grid-content.spec.tsx
14208
+ import { jsx as jsx374 } from "react/jsx-runtime";
14209
+
14210
+ // src/grid/grid-table.spec.tsx
14211
+ import { jsx as jsx375 } from "react/jsx-runtime";
14212
+
14213
+ // src/grid/grid-footer.spec.tsx
14214
+ import { jsx as jsx376 } from "react/jsx-runtime";
14215
+
14216
+ // src/grid/grid-footer-table.spec.tsx
14217
+ import { jsx as jsx377 } from "react/jsx-runtime";
14218
+
14219
+ // src/grid/grid-pager.spec.tsx
14220
+ import { jsx as jsx378 } from "react/jsx-runtime";
14221
+
14222
+ // src/grid/grid-toolbar.spec.tsx
14223
+ import { jsx as jsx379 } from "react/jsx-runtime";
14224
+
14140
14225
  // src/listview/listview.spec.tsx
14141
- import { Fragment as Fragment103, jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
14226
+ import { Fragment as Fragment103, jsx as jsx380, jsxs as jsxs148 } from "react/jsx-runtime";
14142
14227
  var LISTVIEW_CLASSNAME = `k-listview`;
14143
- var states121 = [
14228
+ var states123 = [
14144
14229
  States.loading,
14145
14230
  States.disabled
14146
14231
  ];
14147
- var options112 = {};
14148
- var defaultProps111 = {
14232
+ var options113 = {};
14233
+ var defaultProps112 = {
14149
14234
  pagerPosition: "bottom",
14150
14235
  layout: "flex",
14151
14236
  flexDirection: "row"
@@ -14155,23 +14240,23 @@ var ListView = (props) => {
14155
14240
  header,
14156
14241
  footer,
14157
14242
  pageable,
14158
- pagerPosition = defaultProps111.pagerPosition,
14243
+ pagerPosition = defaultProps112.pagerPosition,
14159
14244
  bordered,
14160
- layout = defaultProps111.layout,
14161
- flexDirection = defaultProps111.flexDirection,
14245
+ layout = defaultProps112.layout,
14246
+ flexDirection = defaultProps112.flexDirection,
14162
14247
  flexWrap,
14163
14248
  gridColumns,
14164
14249
  loading,
14165
14250
  disabled,
14166
14251
  ...other
14167
14252
  } = props;
14168
- const pager = /* @__PURE__ */ jsx368(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14169
- const loader = /* @__PURE__ */ jsx368(Fragment103, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14170
- /* @__PURE__ */ jsx368("span", { className: "k-loading-text", children: "Loading..." }),
14171
- /* @__PURE__ */ jsx368("div", { className: "k-loading-image" }),
14172
- /* @__PURE__ */ jsx368("div", { className: "k-loading-color" })
14253
+ const pager = /* @__PURE__ */ jsx380(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14254
+ const loader = /* @__PURE__ */ jsx380(Fragment103, { children: /* @__PURE__ */ jsxs148("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14255
+ /* @__PURE__ */ jsx380("span", { className: "k-loading-text", children: "Loading..." }),
14256
+ /* @__PURE__ */ jsx380("div", { className: "k-loading-image" }),
14257
+ /* @__PURE__ */ jsx380("div", { className: "k-loading-color" })
14173
14258
  ] }) });
14174
- return /* @__PURE__ */ jsxs145(
14259
+ return /* @__PURE__ */ jsxs148(
14175
14260
  "div",
14176
14261
  {
14177
14262
  ...other,
@@ -14188,8 +14273,8 @@ var ListView = (props) => {
14188
14273
  ),
14189
14274
  children: [
14190
14275
  pageable && pagerPosition === "top" && pager,
14191
- header && /* @__PURE__ */ jsx368("div", { className: "k-listview-header", children: "Header" }),
14192
- /* @__PURE__ */ jsxs145("div", { className: classNames(
14276
+ header && /* @__PURE__ */ jsx380("div", { className: "k-listview-header", children: "Header" }),
14277
+ /* @__PURE__ */ jsxs148("div", { className: classNames(
14193
14278
  "k-listview-content",
14194
14279
  {
14195
14280
  [`k-d-${layout}`]: layout,
@@ -14201,33 +14286,33 @@ var ListView = (props) => {
14201
14286
  loading && loader,
14202
14287
  props.children
14203
14288
  ] }),
14204
- footer && /* @__PURE__ */ jsx368("div", { className: "k-listview-footer", children: "Footer" }),
14289
+ footer && /* @__PURE__ */ jsx380("div", { className: "k-listview-footer", children: "Footer" }),
14205
14290
  pageable && pagerPosition === "bottom" && pager
14206
14291
  ]
14207
14292
  }
14208
14293
  );
14209
14294
  };
14210
- ListView.states = states121;
14211
- ListView.options = options112;
14295
+ ListView.states = states123;
14296
+ ListView.options = options113;
14212
14297
  ListView.className = LISTVIEW_CLASSNAME;
14213
- ListView.defaultProps = defaultProps111;
14298
+ ListView.defaultProps = defaultProps112;
14214
14299
 
14215
14300
  // src/listview/listview-item.spec.tsx
14216
- import { jsx as jsx369 } from "react/jsx-runtime";
14301
+ import { jsx as jsx381 } from "react/jsx-runtime";
14217
14302
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14218
- var states122 = [
14303
+ var states124 = [
14219
14304
  States.focus,
14220
14305
  States.selected
14221
14306
  ];
14222
- var options113 = {};
14223
- var defaultProps112 = {};
14307
+ var options114 = {};
14308
+ var defaultProps113 = {};
14224
14309
  var ListViewItem = (props) => {
14225
14310
  const {
14226
14311
  focus,
14227
14312
  selected,
14228
14313
  ...other
14229
14314
  } = props;
14230
- return /* @__PURE__ */ jsx369(
14315
+ return /* @__PURE__ */ jsx381(
14231
14316
  "div",
14232
14317
  {
14233
14318
  ...other,
@@ -14243,129 +14328,129 @@ var ListViewItem = (props) => {
14243
14328
  }
14244
14329
  );
14245
14330
  };
14246
- ListViewItem.states = states122;
14247
- ListViewItem.options = options113;
14331
+ ListViewItem.states = states124;
14332
+ ListViewItem.options = options114;
14248
14333
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14249
- ListViewItem.defaultProps = defaultProps112;
14334
+ ListViewItem.defaultProps = defaultProps113;
14250
14335
 
14251
14336
  // src/listview/templates/listview-normal.tsx
14252
- import { Fragment as Fragment104, jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14337
+ import { Fragment as Fragment104, jsx as jsx382, jsxs as jsxs149 } from "react/jsx-runtime";
14253
14338
 
14254
14339
  // src/filter/filter-preview.tsx
14255
- import { jsx as jsx371 } from "react/jsx-runtime";
14340
+ import { jsx as jsx383 } from "react/jsx-runtime";
14256
14341
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14257
- var states123 = [];
14258
- var options114 = {};
14259
- var defaultProps113 = {};
14342
+ var states125 = [];
14343
+ var options115 = {};
14344
+ var defaultProps114 = {};
14260
14345
  var FilterPreview = (props) => {
14261
14346
  const { fields } = props;
14262
14347
  const expressionPreview = [];
14263
14348
  if (fields) {
14264
14349
  fields.map(({ name, value }) => {
14265
14350
  expressionPreview.push(
14266
- /* @__PURE__ */ jsx371("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14351
+ /* @__PURE__ */ jsx383("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14267
14352
  );
14268
14353
  });
14269
14354
  }
14270
- return /* @__PURE__ */ jsx371("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14355
+ return /* @__PURE__ */ jsx383("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14271
14356
  };
14272
- FilterPreview.states = states123;
14273
- FilterPreview.options = options114;
14274
- FilterPreview.defaultProps = defaultProps113;
14357
+ FilterPreview.states = states125;
14358
+ FilterPreview.options = options115;
14359
+ FilterPreview.defaultProps = defaultProps114;
14275
14360
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14276
14361
 
14277
14362
  // src/filter/filter.spec.tsx
14278
- import { Fragment as Fragment105, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14363
+ import { Fragment as Fragment105, jsx as jsx384, jsxs as jsxs150 } from "react/jsx-runtime";
14279
14364
  var FILTER_CLASSNAME = "k-filter";
14280
- var states124 = [];
14281
- var options115 = {};
14282
- var defaultProps114 = {};
14365
+ var states126 = [];
14366
+ var options116 = {};
14367
+ var defaultProps115 = {};
14283
14368
  var Filter = (props) => {
14284
14369
  const {
14285
14370
  children,
14286
14371
  showApplyButton
14287
14372
  } = props;
14288
14373
  const filterChildren = [];
14289
- let expressionPreview = /* @__PURE__ */ jsx372(Fragment105, {});
14374
+ let expressionPreview = /* @__PURE__ */ jsx384(Fragment105, {});
14290
14375
  if (children) {
14291
14376
  if (Array.isArray(children)) {
14292
14377
  children.map((child) => {
14293
14378
  if (child.type !== FilterPreview) {
14294
14379
  filterChildren.push(child);
14295
14380
  } else {
14296
- expressionPreview = /* @__PURE__ */ jsx372(FilterPreview, { ...child.props });
14381
+ expressionPreview = /* @__PURE__ */ jsx384(FilterPreview, { ...child.props });
14297
14382
  }
14298
14383
  });
14299
14384
  }
14300
14385
  }
14301
- return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14302
- /* @__PURE__ */ jsx372("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx372("li", { className: "k-filter-group-main", children: filterChildren }) }),
14386
+ return /* @__PURE__ */ jsxs150("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14387
+ /* @__PURE__ */ jsx384("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx384("li", { className: "k-filter-group-main", children: filterChildren }) }),
14303
14388
  expressionPreview,
14304
- showApplyButton && /* @__PURE__ */ jsx372(Button, { className: "k-filter-apply", children: "Apply" })
14389
+ showApplyButton && /* @__PURE__ */ jsx384(Button, { className: "k-filter-apply", children: "Apply" })
14305
14390
  ] });
14306
14391
  };
14307
- Filter.states = states124;
14308
- Filter.options = options115;
14309
- Filter.defaultProps = defaultProps114;
14392
+ Filter.states = states126;
14393
+ Filter.options = options116;
14394
+ Filter.defaultProps = defaultProps115;
14310
14395
  Filter.className = FILTER_CLASSNAME;
14311
14396
 
14312
14397
  // src/filter/filter-toolbar.tsx
14313
- import { jsx as jsx373 } from "react/jsx-runtime";
14398
+ import { jsx as jsx385 } from "react/jsx-runtime";
14314
14399
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14315
- var states125 = [];
14316
- var options116 = {};
14317
- var defaultProps115 = {};
14400
+ var states127 = [];
14401
+ var options117 = {};
14402
+ var defaultProps116 = {};
14318
14403
  var FilterToolbar = (props) => {
14319
14404
  const { children } = props;
14320
- return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14405
+ return /* @__PURE__ */ jsx385("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14321
14406
  };
14322
- FilterToolbar.states = states125;
14323
- FilterToolbar.options = options116;
14324
- FilterToolbar.defaultProps = defaultProps115;
14407
+ FilterToolbar.states = states127;
14408
+ FilterToolbar.options = options117;
14409
+ FilterToolbar.defaultProps = defaultProps116;
14325
14410
 
14326
14411
  // src/filter/filter-lines.tsx
14327
- import { jsx as jsx374 } from "react/jsx-runtime";
14412
+ import { jsx as jsx386 } from "react/jsx-runtime";
14328
14413
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14329
- var states126 = [];
14330
- var options117 = {};
14331
- var defaultProps116 = {};
14414
+ var states128 = [];
14415
+ var options118 = {};
14416
+ var defaultProps117 = {};
14332
14417
  var FilterLines = (props) => {
14333
14418
  const { children } = props;
14334
- return /* @__PURE__ */ jsx374("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14419
+ return /* @__PURE__ */ jsx386("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14335
14420
  };
14336
- FilterLines.states = states126;
14337
- FilterLines.options = options117;
14338
- FilterLines.defaultProps = defaultProps116;
14421
+ FilterLines.states = states128;
14422
+ FilterLines.options = options118;
14423
+ FilterLines.defaultProps = defaultProps117;
14339
14424
 
14340
14425
  // src/filter/filter-item.tsx
14341
- import { jsx as jsx375 } from "react/jsx-runtime";
14426
+ import { jsx as jsx387 } from "react/jsx-runtime";
14342
14427
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14343
- var states127 = [];
14344
- var options118 = {};
14345
- var defaultProps117 = {};
14428
+ var states129 = [];
14429
+ var options119 = {};
14430
+ var defaultProps118 = {};
14346
14431
  var FilterItem = (props) => {
14347
14432
  const { children } = props;
14348
- return /* @__PURE__ */ jsx375("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14433
+ return /* @__PURE__ */ jsx387("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14349
14434
  };
14350
- FilterItem.states = states127;
14351
- FilterItem.options = options118;
14352
- FilterItem.defaultProps = defaultProps117;
14435
+ FilterItem.states = states129;
14436
+ FilterItem.options = options119;
14437
+ FilterItem.defaultProps = defaultProps118;
14353
14438
 
14354
14439
  // src/filter/templates/filter-normal.tsx
14355
- import { jsx as jsx376, jsxs as jsxs148 } from "react/jsx-runtime";
14440
+ import { jsx as jsx388, jsxs as jsxs151 } from "react/jsx-runtime";
14356
14441
 
14357
14442
  // src/filemanager/filemanager-toolbar.spec.tsx
14358
- import { jsx as jsx377 } from "react/jsx-runtime";
14443
+ import { jsx as jsx389 } from "react/jsx-runtime";
14359
14444
  var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14360
- var states128 = [];
14361
- var options119 = {};
14362
- var defaultProps118 = {};
14445
+ var states130 = [];
14446
+ var options120 = {};
14447
+ var defaultProps119 = {};
14363
14448
  var FileManagerToolbar = (props) => {
14364
14449
  const {
14365
14450
  children,
14366
14451
  ...other
14367
14452
  } = props;
14368
- return /* @__PURE__ */ jsx377(
14453
+ return /* @__PURE__ */ jsx389(
14369
14454
  Toolbar,
14370
14455
  {
14371
14456
  className: classNames(
@@ -14377,39 +14462,39 @@ var FileManagerToolbar = (props) => {
14377
14462
  }
14378
14463
  );
14379
14464
  };
14380
- FileManagerToolbar.states = states128;
14381
- FileManagerToolbar.options = options119;
14465
+ FileManagerToolbar.states = states130;
14466
+ FileManagerToolbar.options = options120;
14382
14467
  FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14383
- FileManagerToolbar.defaultProps = defaultProps118;
14468
+ FileManagerToolbar.defaultProps = defaultProps119;
14384
14469
  var filemanager_toolbar_spec_default = FileManagerToolbar;
14385
14470
 
14386
14471
  // src/filemanager/filemanager.spec.tsx
14387
- import { Fragment as Fragment106, jsx as jsx378, jsxs as jsxs149 } from "react/jsx-runtime";
14472
+ import { Fragment as Fragment106, jsx as jsx390, jsxs as jsxs152 } from "react/jsx-runtime";
14388
14473
  var FILEMANAGER_CLASSNAME = "k-filemanager";
14389
- var states129 = [
14474
+ var states131 = [
14390
14475
  States.disabled
14391
14476
  ];
14392
- var options120 = {};
14393
- var defaultToolbar = /* @__PURE__ */ jsx378(Fragment106, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14394
- /* @__PURE__ */ jsx378(Button, { children: "New Folder" }),
14395
- /* @__PURE__ */ jsx378(Button, { children: "Upload" }),
14396
- /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14397
- /* @__PURE__ */ jsx378(Button, { icon: "sort-asc-small" }),
14398
- /* @__PURE__ */ jsx378(Button, { icon: "sort-desc-small" })
14477
+ var options121 = {};
14478
+ var defaultToolbar = /* @__PURE__ */ jsx390(Fragment106, { children: /* @__PURE__ */ jsxs152(filemanager_toolbar_spec_default, { children: [
14479
+ /* @__PURE__ */ jsx390(Button, { children: "New Folder" }),
14480
+ /* @__PURE__ */ jsx390(Button, { children: "Upload" }),
14481
+ /* @__PURE__ */ jsxs152(ButtonGroup, { children: [
14482
+ /* @__PURE__ */ jsx390(Button, { icon: "sort-asc-small" }),
14483
+ /* @__PURE__ */ jsx390(Button, { icon: "sort-desc-small" })
14399
14484
  ] }),
14400
- /* @__PURE__ */ jsx378(SplitButton, { text: "Sort By" }),
14401
- /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14402
- /* @__PURE__ */ jsx378(Button, { icon: "grid-layout" }),
14403
- /* @__PURE__ */ jsx378(Button, { icon: "grid" })
14485
+ /* @__PURE__ */ jsx390(SplitButton, { text: "Sort By" }),
14486
+ /* @__PURE__ */ jsxs152(ButtonGroup, { children: [
14487
+ /* @__PURE__ */ jsx390(Button, { icon: "grid-layout" }),
14488
+ /* @__PURE__ */ jsx390(Button, { icon: "grid" })
14404
14489
  ] }),
14405
- /* @__PURE__ */ jsx378("div", { className: "k-spacer" }),
14406
- /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14407
- /* @__PURE__ */ jsx378("label", { children: "View Details" }),
14408
- /* @__PURE__ */ jsx378(Switch, {})
14490
+ /* @__PURE__ */ jsx390("div", { className: "k-spacer" }),
14491
+ /* @__PURE__ */ jsxs152("div", { className: "k-filemanager-details-toggle", children: [
14492
+ /* @__PURE__ */ jsx390("label", { children: "View Details" }),
14493
+ /* @__PURE__ */ jsx390(Switch, {})
14409
14494
  ] }),
14410
- /* @__PURE__ */ jsx378(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14495
+ /* @__PURE__ */ jsx390(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14411
14496
  ] }) });
14412
- var defaultProps119 = {
14497
+ var defaultProps120 = {
14413
14498
  toolbar: defaultToolbar
14414
14499
  };
14415
14500
  var FileManager = (props) => {
@@ -14417,34 +14502,34 @@ var FileManager = (props) => {
14417
14502
  disabled,
14418
14503
  toolbar
14419
14504
  } = props;
14420
- return /* @__PURE__ */ jsxs149("div", { className: classNames(
14505
+ return /* @__PURE__ */ jsxs152("div", { className: classNames(
14421
14506
  props.className,
14422
14507
  FILEMANAGER_CLASSNAME,
14423
14508
  stateClassNames(FILEMANAGER_CLASSNAME, {
14424
14509
  disabled
14425
14510
  })
14426
14511
  ), children: [
14427
- /* @__PURE__ */ jsx378("div", { className: "k-filemanager-header", children: toolbar }),
14428
- /* @__PURE__ */ jsx378("div", { className: "k-filemanager-content-container", children: props.children })
14512
+ /* @__PURE__ */ jsx390("div", { className: "k-filemanager-header", children: toolbar }),
14513
+ /* @__PURE__ */ jsx390("div", { className: "k-filemanager-content-container", children: props.children })
14429
14514
  ] });
14430
14515
  };
14431
- FileManager.states = states129;
14432
- FileManager.options = options120;
14516
+ FileManager.states = states131;
14517
+ FileManager.options = options121;
14433
14518
  FileManager.className = FILEMANAGER_CLASSNAME;
14434
- FileManager.defaultProps = defaultProps119;
14519
+ FileManager.defaultProps = defaultProps120;
14435
14520
 
14436
14521
  // src/filemanager/filemanager-breadcrumb.spec.tsx
14437
- import { jsx as jsx379 } from "react/jsx-runtime";
14522
+ import { jsx as jsx391 } from "react/jsx-runtime";
14438
14523
  var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14439
- var states130 = [];
14440
- var options121 = {};
14441
- var defaultProps120 = {};
14524
+ var states132 = [];
14525
+ var options122 = {};
14526
+ var defaultProps121 = {};
14442
14527
  var FileManagerBreadcrumb = (props) => {
14443
14528
  const {
14444
14529
  children,
14445
14530
  ...other
14446
14531
  } = props;
14447
- return /* @__PURE__ */ jsx379(
14532
+ return /* @__PURE__ */ jsx391(
14448
14533
  Breadcrumb,
14449
14534
  {
14450
14535
  className: classNames(
@@ -14456,23 +14541,23 @@ var FileManagerBreadcrumb = (props) => {
14456
14541
  }
14457
14542
  );
14458
14543
  };
14459
- FileManagerBreadcrumb.states = states130;
14460
- FileManagerBreadcrumb.options = options121;
14544
+ FileManagerBreadcrumb.states = states132;
14545
+ FileManagerBreadcrumb.options = options122;
14461
14546
  FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14462
- FileManagerBreadcrumb.defaultProps = defaultProps120;
14547
+ FileManagerBreadcrumb.defaultProps = defaultProps121;
14463
14548
 
14464
14549
  // src/filemanager/filemanager-listview.spec.tsx
14465
- import { jsx as jsx380 } from "react/jsx-runtime";
14550
+ import { jsx as jsx392 } from "react/jsx-runtime";
14466
14551
  var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14467
- var states131 = [];
14468
- var options122 = {};
14469
- var defaultProps121 = {};
14552
+ var states133 = [];
14553
+ var options123 = {};
14554
+ var defaultProps122 = {};
14470
14555
  var FileManagerListView = (props) => {
14471
14556
  const {
14472
14557
  children,
14473
14558
  ...other
14474
14559
  } = props;
14475
- return /* @__PURE__ */ jsx380(
14560
+ return /* @__PURE__ */ jsx392(
14476
14561
  ListView,
14477
14562
  {
14478
14563
  className: classNames(
@@ -14486,23 +14571,23 @@ var FileManagerListView = (props) => {
14486
14571
  }
14487
14572
  );
14488
14573
  };
14489
- FileManagerListView.states = states131;
14490
- FileManagerListView.options = options122;
14574
+ FileManagerListView.states = states133;
14575
+ FileManagerListView.options = options123;
14491
14576
  FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14492
- FileManagerListView.defaultProps = defaultProps121;
14577
+ FileManagerListView.defaultProps = defaultProps122;
14493
14578
 
14494
14579
  // src/filemanager/filemanager-treeview.spec.tsx
14495
- import { jsx as jsx381 } from "react/jsx-runtime";
14580
+ import { jsx as jsx393 } from "react/jsx-runtime";
14496
14581
  var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14497
- var states132 = [];
14498
- var options123 = {};
14499
- var defaultProps122 = {};
14582
+ var states134 = [];
14583
+ var options124 = {};
14584
+ var defaultProps123 = {};
14500
14585
  var FileManagerTreeview = (props) => {
14501
14586
  const {
14502
14587
  children,
14503
14588
  ...other
14504
14589
  } = props;
14505
- return /* @__PURE__ */ jsx381(
14590
+ return /* @__PURE__ */ jsx393(
14506
14591
  Treeview,
14507
14592
  {
14508
14593
  className: classNames(
@@ -14514,26 +14599,26 @@ var FileManagerTreeview = (props) => {
14514
14599
  }
14515
14600
  );
14516
14601
  };
14517
- FileManagerTreeview.states = states132;
14518
- FileManagerTreeview.options = options123;
14602
+ FileManagerTreeview.states = states134;
14603
+ FileManagerTreeview.options = options124;
14519
14604
  FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14520
- FileManagerTreeview.defaultProps = defaultProps122;
14605
+ FileManagerTreeview.defaultProps = defaultProps123;
14521
14606
 
14522
14607
  // src/filemanager/filemanager-drag-hint.tsx
14523
- import { jsx as jsx382, jsxs as jsxs150 } from "react/jsx-runtime";
14608
+ import { jsx as jsx394, jsxs as jsxs153 } from "react/jsx-runtime";
14524
14609
  var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14525
- var states133 = [];
14526
- var options124 = {};
14527
- var defaultProps123 = {
14610
+ var states135 = [];
14611
+ var options125 = {};
14612
+ var defaultProps124 = {
14528
14613
  icon: "file"
14529
14614
  };
14530
14615
  var FileManagerDragHint = (props) => {
14531
14616
  const {
14532
14617
  hint,
14533
- icon = defaultProps123.icon,
14618
+ icon = defaultProps124.icon,
14534
14619
  ...other
14535
14620
  } = props;
14536
- return /* @__PURE__ */ jsxs150(
14621
+ return /* @__PURE__ */ jsxs153(
14537
14622
  "div",
14538
14623
  {
14539
14624
  className: classNames(
@@ -14543,41 +14628,41 @@ var FileManagerDragHint = (props) => {
14543
14628
  ),
14544
14629
  ...other,
14545
14630
  children: [
14546
- /* @__PURE__ */ jsx382(Icon, { icon }),
14547
- /* @__PURE__ */ jsx382("span", { children: hint })
14631
+ /* @__PURE__ */ jsx394(Icon, { icon }),
14632
+ /* @__PURE__ */ jsx394("span", { children: hint })
14548
14633
  ]
14549
14634
  }
14550
14635
  );
14551
14636
  };
14552
- FileManagerDragHint.states = states133;
14553
- FileManagerDragHint.options = options124;
14637
+ FileManagerDragHint.states = states135;
14638
+ FileManagerDragHint.options = options125;
14554
14639
  FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14555
- FileManagerDragHint.defaultProps = defaultProps123;
14640
+ FileManagerDragHint.defaultProps = defaultProps124;
14556
14641
 
14557
14642
  // src/filemanager/file-info.tsx
14558
- import { Fragment as Fragment107, jsx as jsx383, jsxs as jsxs151 } from "react/jsx-runtime";
14643
+ import { Fragment as Fragment107, jsx as jsx395, jsxs as jsxs154 } from "react/jsx-runtime";
14559
14644
  var FILEINFO_CLASSNAME = "k-file-info";
14560
- var states134 = [];
14561
- var options125 = {};
14562
- var defaultProps124 = {
14645
+ var states136 = [];
14646
+ var options126 = {};
14647
+ var defaultProps125 = {
14563
14648
  name: "No File Selected",
14564
14649
  icon: "file"
14565
14650
  };
14566
14651
  var FileInfo = (props) => {
14567
14652
  const {
14568
14653
  selection,
14569
- name = defaultProps124.name,
14570
- icon = defaultProps124.icon,
14654
+ name = defaultProps125.name,
14655
+ icon = defaultProps125.icon,
14571
14656
  fileType,
14572
14657
  fileSize,
14573
14658
  fileDateCreated,
14574
14659
  fileDateModified
14575
14660
  } = props;
14576
- return /* @__PURE__ */ jsxs151("div", { className: classNames(
14661
+ return /* @__PURE__ */ jsxs154("div", { className: classNames(
14577
14662
  props.className,
14578
14663
  FILEINFO_CLASSNAME
14579
14664
  ), children: [
14580
- /* @__PURE__ */ jsx383(
14665
+ /* @__PURE__ */ jsx395(
14581
14666
  FilePreview,
14582
14667
  {
14583
14668
  className: classNames(
@@ -14592,53 +14677,53 @@ var FileInfo = (props) => {
14592
14677
  size: "xxxlarge"
14593
14678
  }
14594
14679
  ),
14595
- selection === "single" && /* @__PURE__ */ jsx383(Fragment107, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14596
- fileType && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14597
- /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Type: " }),
14598
- /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14599
- /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14680
+ selection === "single" && /* @__PURE__ */ jsx395(Fragment107, { children: /* @__PURE__ */ jsxs154("dl", { className: "k-file-meta", children: [
14681
+ fileType && /* @__PURE__ */ jsxs154(Fragment107, { children: [
14682
+ /* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Type: " }),
14683
+ /* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14684
+ /* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
14600
14685
  ] }),
14601
- fileSize && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14602
- /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Size: " }),
14603
- /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14604
- /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14686
+ fileSize && /* @__PURE__ */ jsxs154(Fragment107, { children: [
14687
+ /* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Size: " }),
14688
+ /* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14689
+ /* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
14605
14690
  ] }),
14606
- fileDateCreated && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14607
- /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14608
- /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14609
- /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14691
+ fileDateCreated && /* @__PURE__ */ jsxs154(Fragment107, { children: [
14692
+ /* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14693
+ /* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14694
+ /* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
14610
14695
  ] }),
14611
- fileDateModified && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14612
- /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14613
- /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14614
- /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14696
+ fileDateModified && /* @__PURE__ */ jsxs154(Fragment107, { children: [
14697
+ /* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14698
+ /* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14699
+ /* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
14615
14700
  ] })
14616
14701
  ] }) })
14617
14702
  ] });
14618
14703
  };
14619
- FileInfo.states = states134;
14620
- FileInfo.options = options125;
14704
+ FileInfo.states = states136;
14705
+ FileInfo.options = options126;
14621
14706
  FileInfo.className = FILEINFO_CLASSNAME;
14622
- FileInfo.defaultProps = defaultProps124;
14707
+ FileInfo.defaultProps = defaultProps125;
14623
14708
 
14624
14709
  // src/filemanager/file-preview.tsx
14625
- import { Fragment as Fragment108, jsx as jsx384, jsxs as jsxs152 } from "react/jsx-runtime";
14710
+ import { Fragment as Fragment108, jsx as jsx396, jsxs as jsxs155 } from "react/jsx-runtime";
14626
14711
  var FILEPREVIEW_CLASSNAME = "k-file-preview";
14627
- var states135 = [];
14628
- var options126 = {
14712
+ var states137 = [];
14713
+ var options127 = {
14629
14714
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14630
14715
  };
14631
- var defaultProps125 = {};
14716
+ var defaultProps126 = {};
14632
14717
  var FilePreview = (props) => {
14633
14718
  const {
14634
14719
  size,
14635
14720
  icon,
14636
14721
  name
14637
14722
  } = props;
14638
- return /* @__PURE__ */ jsxs152(Fragment108, { children: [
14639
- /* @__PURE__ */ jsx384("span", { className: classNames(
14723
+ return /* @__PURE__ */ jsxs155(Fragment108, { children: [
14724
+ /* @__PURE__ */ jsx396("span", { className: classNames(
14640
14725
  FILEPREVIEW_CLASSNAME
14641
- ), children: /* @__PURE__ */ jsx384(
14726
+ ), children: /* @__PURE__ */ jsx396(
14642
14727
  Icon,
14643
14728
  {
14644
14729
  className: "k-file-icon",
@@ -14646,34 +14731,34 @@ var FilePreview = (props) => {
14646
14731
  size
14647
14732
  }
14648
14733
  ) }),
14649
- /* @__PURE__ */ jsx384("span", { className: classNames(
14734
+ /* @__PURE__ */ jsx396("span", { className: classNames(
14650
14735
  props.className,
14651
14736
  "k-file-name"
14652
14737
  ), children: name })
14653
14738
  ] });
14654
14739
  };
14655
- FilePreview.states = states135;
14656
- FilePreview.options = options126;
14740
+ FilePreview.states = states137;
14741
+ FilePreview.options = options127;
14657
14742
  FilePreview.className = FILEPREVIEW_CLASSNAME;
14658
- FilePreview.defaultProps = defaultProps125;
14743
+ FilePreview.defaultProps = defaultProps126;
14659
14744
 
14660
14745
  // src/filemanager/templates/filemanager-normal.tsx
14661
- import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs153 } from "react/jsx-runtime";
14746
+ import { Fragment as Fragment109, jsx as jsx397, jsxs as jsxs156 } from "react/jsx-runtime";
14662
14747
 
14663
14748
  // src/filemanager/templates/filemanager-preview.tsx
14664
- import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs154 } from "react/jsx-runtime";
14749
+ import { Fragment as Fragment110, jsx as jsx398, jsxs as jsxs157 } from "react/jsx-runtime";
14665
14750
 
14666
14751
  // src/filemanager/templates/filemanager-grid.tsx
14667
- import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs155 } from "react/jsx-runtime";
14752
+ import { Fragment as Fragment111, jsx as jsx399, jsxs as jsxs158 } from "react/jsx-runtime";
14668
14753
 
14669
14754
  // src/filemanager/templates/filemanager-grid-preview.tsx
14670
- import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs156 } from "react/jsx-runtime";
14755
+ import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs159 } from "react/jsx-runtime";
14671
14756
 
14672
14757
  // src/chat/chat.spec.tsx
14673
- import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs157 } from "react/jsx-runtime";
14758
+ import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs160 } from "react/jsx-runtime";
14674
14759
  var CHAT_CLASSNAME = "k-chat";
14675
- var states136 = [];
14676
- var options127 = {};
14760
+ var states138 = [];
14761
+ var options128 = {};
14677
14762
  var defaultOptions = {
14678
14763
  showToolbar: true,
14679
14764
  showMessageBox: true,
@@ -14687,7 +14772,7 @@ var Chat = (props) => {
14687
14772
  showMoreButton,
14688
14773
  ...other
14689
14774
  } = props;
14690
- return /* @__PURE__ */ jsxs157(
14775
+ return /* @__PURE__ */ jsxs160(
14691
14776
  "div",
14692
14777
  {
14693
14778
  ...other,
@@ -14697,63 +14782,63 @@ var Chat = (props) => {
14697
14782
  ),
14698
14783
  dir,
14699
14784
  children: [
14700
- /* @__PURE__ */ jsx389("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx389("div", { className: "k-message-list-content", children: props.children }) }),
14701
- showMessageBox && /* @__PURE__ */ jsx389(
14785
+ /* @__PURE__ */ jsx401("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx401("div", { className: "k-message-list-content", children: props.children }) }),
14786
+ showMessageBox && /* @__PURE__ */ jsx401(
14702
14787
  Textbox,
14703
14788
  {
14704
14789
  className: "k-message-box",
14705
14790
  placeholder: "Type a message...",
14706
- suffix: /* @__PURE__ */ jsxs157(Fragment113, { children: [
14707
- showMoreButton && /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "more-horizontal" }),
14708
- /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14791
+ suffix: /* @__PURE__ */ jsxs160(Fragment113, { children: [
14792
+ showMoreButton && /* @__PURE__ */ jsx401(Button, { fillMode: "flat", icon: "more-horizontal" }),
14793
+ /* @__PURE__ */ jsx401(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14709
14794
  ] })
14710
14795
  }
14711
14796
  ),
14712
- showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14713
- /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14714
- /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14715
- /* @__PURE__ */ jsx389(Button, { icon: "arrow-rotate-cw" }),
14716
- /* @__PURE__ */ jsx389(Button, { icon: "gear" }),
14717
- /* @__PURE__ */ jsx389(Button, { icon: "wrench" }),
14718
- /* @__PURE__ */ jsx389(Button, { icon: "plus" }),
14719
- /* @__PURE__ */ jsx389(Button, { icon: "search" }),
14720
- /* @__PURE__ */ jsx389(Button, { icon: "star" }),
14721
- /* @__PURE__ */ jsx389(Button, { icon: "bell" }),
14722
- /* @__PURE__ */ jsx389(Button, { icon: "question-circle" }),
14723
- /* @__PURE__ */ jsx389(Button, { icon: "trash" })
14797
+ showToolbar && /* @__PURE__ */ jsxs160("div", { className: "k-chat-toolbar k-toolbar", children: [
14798
+ /* @__PURE__ */ jsx401(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14799
+ /* @__PURE__ */ jsxs160("div", { className: "k-toolbar-group k-button-list", children: [
14800
+ /* @__PURE__ */ jsx401(Button, { icon: "arrow-rotate-cw" }),
14801
+ /* @__PURE__ */ jsx401(Button, { icon: "gear" }),
14802
+ /* @__PURE__ */ jsx401(Button, { icon: "wrench" }),
14803
+ /* @__PURE__ */ jsx401(Button, { icon: "plus" }),
14804
+ /* @__PURE__ */ jsx401(Button, { icon: "search" }),
14805
+ /* @__PURE__ */ jsx401(Button, { icon: "star" }),
14806
+ /* @__PURE__ */ jsx401(Button, { icon: "bell" }),
14807
+ /* @__PURE__ */ jsx401(Button, { icon: "question-circle" }),
14808
+ /* @__PURE__ */ jsx401(Button, { icon: "trash" })
14724
14809
  ] }),
14725
- /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14810
+ /* @__PURE__ */ jsx401(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14726
14811
  ] })
14727
14812
  ]
14728
14813
  }
14729
14814
  );
14730
14815
  };
14731
- Chat.states = states136;
14732
- Chat.options = options127;
14816
+ Chat.states = states138;
14817
+ Chat.options = options128;
14733
14818
  Chat.className = CHAT_CLASSNAME;
14734
14819
  Chat.defaultOptions = defaultOptions;
14735
14820
 
14736
14821
  // src/chat/chat-message.tsx
14737
- import { jsx as jsx390, jsxs as jsxs158 } from "react/jsx-runtime";
14822
+ import { jsx as jsx402, jsxs as jsxs161 } from "react/jsx-runtime";
14738
14823
  var CHATMESSAGE_CLASSNAME = "k-message";
14739
- var states137 = [
14824
+ var states139 = [
14740
14825
  States.selected
14741
14826
  ];
14742
- var options128 = {};
14743
- var defaultProps126 = {
14827
+ var options129 = {};
14828
+ var defaultProps127 = {
14744
14829
  time: "Thu Feb 08 2018",
14745
14830
  text: "How can I help you?",
14746
14831
  status: "Seen"
14747
14832
  };
14748
14833
  var ChatMessage = (props) => {
14749
14834
  const {
14750
- time = defaultProps126.time,
14751
- text = defaultProps126.text,
14752
- status = defaultProps126.status,
14835
+ time = defaultProps127.time,
14836
+ text = defaultProps127.text,
14837
+ status = defaultProps127.status,
14753
14838
  selected,
14754
14839
  ...other
14755
14840
  } = props;
14756
- return /* @__PURE__ */ jsxs158(
14841
+ return /* @__PURE__ */ jsxs161(
14757
14842
  "div",
14758
14843
  {
14759
14844
  ...other,
@@ -14763,39 +14848,39 @@ var ChatMessage = (props) => {
14763
14848
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14764
14849
  ),
14765
14850
  children: [
14766
- /* @__PURE__ */ jsx390("time", { className: "k-message-time", children: time }),
14767
- /* @__PURE__ */ jsx390("div", { className: "k-chat-bubble", children: text }),
14768
- /* @__PURE__ */ jsx390("span", { className: "k-message-status", children: status })
14851
+ /* @__PURE__ */ jsx402("time", { className: "k-message-time", children: time }),
14852
+ /* @__PURE__ */ jsx402("div", { className: "k-chat-bubble", children: text }),
14853
+ /* @__PURE__ */ jsx402("span", { className: "k-message-status", children: status })
14769
14854
  ]
14770
14855
  }
14771
14856
  );
14772
14857
  };
14773
- ChatMessage.states = states137;
14774
- ChatMessage.options = options128;
14858
+ ChatMessage.states = states139;
14859
+ ChatMessage.options = options129;
14775
14860
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14776
- ChatMessage.defaultProps = defaultProps126;
14861
+ ChatMessage.defaultProps = defaultProps127;
14777
14862
 
14778
14863
  // src/chat/chat-message-group.tsx
14779
- import { jsx as jsx391, jsxs as jsxs159 } from "react/jsx-runtime";
14864
+ import { jsx as jsx403, jsxs as jsxs162 } from "react/jsx-runtime";
14780
14865
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14781
- var states138 = [
14866
+ var states140 = [
14782
14867
  States.selected
14783
14868
  ];
14784
- var options129 = {};
14785
- var defaultProps127 = {
14869
+ var options130 = {};
14870
+ var defaultProps128 = {
14786
14871
  author: "Bruv",
14787
14872
  avatar: "/packages/html/assets/avatar.jpg",
14788
14873
  alt: false
14789
14874
  };
14790
14875
  var ChatMessageGroup = (props) => {
14791
14876
  const {
14792
- alt = defaultProps127.alt,
14793
- author = defaultProps127.author,
14794
- avatar = defaultProps127.avatar,
14877
+ alt = defaultProps128.alt,
14878
+ author = defaultProps128.author,
14879
+ avatar = defaultProps128.avatar,
14795
14880
  selected,
14796
14881
  ...other
14797
14882
  } = props;
14798
- return /* @__PURE__ */ jsxs159(
14883
+ return /* @__PURE__ */ jsxs162(
14799
14884
  "div",
14800
14885
  {
14801
14886
  ...other,
@@ -14809,23 +14894,23 @@ var ChatMessageGroup = (props) => {
14809
14894
  }
14810
14895
  ),
14811
14896
  children: [
14812
- author && /* @__PURE__ */ jsx391("p", { className: "k-author", children: author }),
14813
- avatar && /* @__PURE__ */ jsx391(Avatar, { type: "image", children: /* @__PURE__ */ jsx391("img", { src: avatar }) }),
14897
+ author && /* @__PURE__ */ jsx403("p", { className: "k-author", children: author }),
14898
+ avatar && /* @__PURE__ */ jsx403(Avatar, { type: "image", children: /* @__PURE__ */ jsx403("img", { src: avatar }) }),
14814
14899
  props.children
14815
14900
  ]
14816
14901
  }
14817
14902
  );
14818
14903
  };
14819
- ChatMessageGroup.states = states138;
14820
- ChatMessageGroup.options = options129;
14904
+ ChatMessageGroup.states = states140;
14905
+ ChatMessageGroup.options = options130;
14821
14906
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14822
- ChatMessageGroup.defaultProps = defaultProps127;
14907
+ ChatMessageGroup.defaultProps = defaultProps128;
14823
14908
 
14824
14909
  // src/chat/chat-quick-replies.tsx
14825
- import { jsx as jsx392 } from "react/jsx-runtime";
14910
+ import { jsx as jsx404 } from "react/jsx-runtime";
14826
14911
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14827
- var states139 = [];
14828
- var options130 = {};
14912
+ var states141 = [];
14913
+ var options131 = {};
14829
14914
  var defaultOptions2 = {
14830
14915
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14831
14916
  };
@@ -14838,11 +14923,11 @@ var ChatQuickReply = (props) => {
14838
14923
  if (actions) {
14839
14924
  actions.map((action, index) => {
14840
14925
  children.push(
14841
- /* @__PURE__ */ jsx392("span", { className: "k-quick-reply", children: action }, index)
14926
+ /* @__PURE__ */ jsx404("span", { className: "k-quick-reply", children: action }, index)
14842
14927
  );
14843
14928
  });
14844
14929
  }
14845
- return /* @__PURE__ */ jsx392(
14930
+ return /* @__PURE__ */ jsx404(
14846
14931
  "div",
14847
14932
  {
14848
14933
  ...other,
@@ -14854,26 +14939,26 @@ var ChatQuickReply = (props) => {
14854
14939
  }
14855
14940
  );
14856
14941
  };
14857
- ChatQuickReply.states = states139;
14858
- ChatQuickReply.options = options130;
14942
+ ChatQuickReply.states = states141;
14943
+ ChatQuickReply.options = options131;
14859
14944
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14860
14945
  ChatQuickReply.defaultOptions = defaultOptions2;
14861
14946
 
14862
14947
  // src/chat/templates/chat-normal.tsx
14863
- import { Fragment as Fragment114, jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
14948
+ import { Fragment as Fragment114, jsx as jsx405, jsxs as jsxs163 } from "react/jsx-runtime";
14864
14949
 
14865
14950
  // src/chat/templates/chat-with-toolbar.tsx
14866
- import { Fragment as Fragment115, jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
14951
+ import { Fragment as Fragment115, jsx as jsx406, jsxs as jsxs164 } from "react/jsx-runtime";
14867
14952
 
14868
14953
  // src/chat/templates/chat-with-options.tsx
14869
- import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
14954
+ import { Fragment as Fragment116, jsx as jsx407, jsxs as jsxs165 } from "react/jsx-runtime";
14870
14955
 
14871
14956
  // src/timeline/timeline.spec.tsx
14872
- import { Fragment as Fragment117, jsx as jsx396 } from "react/jsx-runtime";
14957
+ import { Fragment as Fragment117, jsx as jsx408 } from "react/jsx-runtime";
14873
14958
  var TIMELINE_CLASSNAME = `k-timeline`;
14874
- var states140 = [];
14875
- var options131 = {};
14876
- var defaultProps128 = {
14959
+ var states142 = [];
14960
+ var options132 = {};
14961
+ var defaultProps129 = {
14877
14962
  orientation: "vertical"
14878
14963
  };
14879
14964
  var Timeline = (props) => {
@@ -14883,7 +14968,7 @@ var Timeline = (props) => {
14883
14968
  alternatingMode,
14884
14969
  ...other
14885
14970
  } = props;
14886
- return /* @__PURE__ */ jsx396(
14971
+ return /* @__PURE__ */ jsx408(
14887
14972
  "div",
14888
14973
  {
14889
14974
  ...other,
@@ -14896,21 +14981,21 @@ var Timeline = (props) => {
14896
14981
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14897
14982
  }
14898
14983
  ),
14899
- children: /* @__PURE__ */ jsx396(Fragment117, { children: props.children })
14984
+ children: /* @__PURE__ */ jsx408(Fragment117, { children: props.children })
14900
14985
  }
14901
14986
  );
14902
14987
  };
14903
- Timeline.states = states140;
14904
- Timeline.options = options131;
14988
+ Timeline.states = states142;
14989
+ Timeline.options = options132;
14905
14990
  Timeline.className = TIMELINE_CLASSNAME;
14906
- Timeline.defaultProps = defaultProps128;
14991
+ Timeline.defaultProps = defaultProps129;
14907
14992
 
14908
14993
  // src/timeline/vertical-timeline-event.spec.tsx
14909
- import { jsx as jsx397, jsxs as jsxs163 } from "react/jsx-runtime";
14994
+ import { jsx as jsx409, jsxs as jsxs166 } from "react/jsx-runtime";
14910
14995
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14911
- var states141 = [];
14912
- var options132 = {};
14913
- var defaultProps129 = {
14996
+ var states143 = [];
14997
+ var options133 = {};
14998
+ var defaultProps130 = {
14914
14999
  collapsed: false,
14915
15000
  reverse: false,
14916
15001
  title: "Event title",
@@ -14920,15 +15005,15 @@ var defaultProps129 = {
14920
15005
  var VerticalTimelineEvent = (props) => {
14921
15006
  const {
14922
15007
  date,
14923
- content = defaultProps129.content,
14924
- collapsed = defaultProps129.collapsed,
14925
- reverse = defaultProps129.reverse,
14926
- title = defaultProps129.title,
14927
- subtitle = defaultProps129.subtitle,
15008
+ content = defaultProps130.content,
15009
+ collapsed = defaultProps130.collapsed,
15010
+ reverse = defaultProps130.reverse,
15011
+ title = defaultProps130.title,
15012
+ subtitle = defaultProps130.subtitle,
14928
15013
  showCollapseButton,
14929
15014
  ...other
14930
15015
  } = props;
14931
- return /* @__PURE__ */ jsxs163(
15016
+ return /* @__PURE__ */ jsxs166(
14932
15017
  "li",
14933
15018
  {
14934
15019
  ...other,
@@ -14938,43 +15023,43 @@ var VerticalTimelineEvent = (props) => {
14938
15023
  { "k-reverse": reverse }
14939
15024
  ),
14940
15025
  children: [
14941
- date && /* @__PURE__ */ jsx397("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx397("span", { className: "k-timeline-date", children: date }) }),
14942
- /* @__PURE__ */ jsx397(TimelineCircle, {}),
14943
- content && /* @__PURE__ */ jsx397("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx397(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs163("div", { className: "k-card-inner", children: [
14944
- /* @__PURE__ */ jsxs163(CardHeader, { children: [
14945
- /* @__PURE__ */ jsx397(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14946
- /* @__PURE__ */ jsx397(CardSubtitle, { children: subtitle })
15026
+ date && /* @__PURE__ */ jsx409("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx409("span", { className: "k-timeline-date", children: date }) }),
15027
+ /* @__PURE__ */ jsx409(TimelineCircle, {}),
15028
+ content && /* @__PURE__ */ jsx409("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx409(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs166("div", { className: "k-card-inner", children: [
15029
+ /* @__PURE__ */ jsxs166(CardHeader, { children: [
15030
+ /* @__PURE__ */ jsx409(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15031
+ /* @__PURE__ */ jsx409(CardSubtitle, { children: subtitle })
14947
15032
  ] }),
14948
- /* @__PURE__ */ jsx397(CardBody, { children: /* @__PURE__ */ jsx397("div", { className: "k-card-description", children: content }) })
15033
+ /* @__PURE__ */ jsx409(CardBody, { children: /* @__PURE__ */ jsx409("div", { className: "k-card-description", children: content }) })
14949
15034
  ] }) }) }),
14950
15035
  props.children
14951
15036
  ]
14952
15037
  }
14953
15038
  );
14954
15039
  };
14955
- VerticalTimelineEvent.states = states141;
14956
- VerticalTimelineEvent.options = options132;
15040
+ VerticalTimelineEvent.states = states143;
15041
+ VerticalTimelineEvent.options = options133;
14957
15042
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14958
- VerticalTimelineEvent.defaultProps = defaultProps129;
15043
+ VerticalTimelineEvent.defaultProps = defaultProps130;
14959
15044
 
14960
15045
  // src/timeline/horizontal-timeline-event.spec.tsx
14961
- import { jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
15046
+ import { jsx as jsx410, jsxs as jsxs167 } from "react/jsx-runtime";
14962
15047
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14963
- var states142 = [];
14964
- var options133 = {};
14965
- var defaultProps130 = {
15048
+ var states144 = [];
15049
+ var options134 = {};
15050
+ var defaultProps131 = {
14966
15051
  title: "Event title",
14967
15052
  subtitle: "Event subtitle",
14968
15053
  content: "Event content"
14969
15054
  };
14970
15055
  var HorizontalTimelineEvent = (props) => {
14971
15056
  const {
14972
- content = defaultProps130.content,
14973
- title = defaultProps130.title,
14974
- subtitle = defaultProps130.subtitle,
15057
+ content = defaultProps131.content,
15058
+ title = defaultProps131.title,
15059
+ subtitle = defaultProps131.subtitle,
14975
15060
  ...other
14976
15061
  } = props;
14977
- return /* @__PURE__ */ jsxs164(
15062
+ return /* @__PURE__ */ jsxs167(
14978
15063
  "li",
14979
15064
  {
14980
15065
  ...other,
@@ -14983,35 +15068,35 @@ var HorizontalTimelineEvent = (props) => {
14983
15068
  TIMELINEHORIZONTALEVENT_CLASSNAME
14984
15069
  ),
14985
15070
  children: [
14986
- content && /* @__PURE__ */ jsx398("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx398(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs164("div", { className: "k-card-inner", children: [
14987
- /* @__PURE__ */ jsxs164(CardHeader, { children: [
14988
- /* @__PURE__ */ jsx398(TimelineCardTitle, { children: title }),
14989
- /* @__PURE__ */ jsx398(CardSubtitle, { children: subtitle })
15071
+ content && /* @__PURE__ */ jsx410("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx410(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs167("div", { className: "k-card-inner", children: [
15072
+ /* @__PURE__ */ jsxs167(CardHeader, { children: [
15073
+ /* @__PURE__ */ jsx410(TimelineCardTitle, { children: title }),
15074
+ /* @__PURE__ */ jsx410(CardSubtitle, { children: subtitle })
14990
15075
  ] }),
14991
- /* @__PURE__ */ jsx398(CardBody, { children: /* @__PURE__ */ jsx398("div", { className: "k-card-description", children: content }) })
15076
+ /* @__PURE__ */ jsx410(CardBody, { children: /* @__PURE__ */ jsx410("div", { className: "k-card-description", children: content }) })
14992
15077
  ] }) }) }),
14993
15078
  props.children
14994
15079
  ]
14995
15080
  }
14996
15081
  );
14997
15082
  };
14998
- HorizontalTimelineEvent.states = states142;
14999
- HorizontalTimelineEvent.options = options133;
15083
+ HorizontalTimelineEvent.states = states144;
15084
+ HorizontalTimelineEvent.options = options134;
15000
15085
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
15001
- HorizontalTimelineEvent.defaultProps = defaultProps130;
15086
+ HorizontalTimelineEvent.defaultProps = defaultProps131;
15002
15087
 
15003
15088
  // src/timeline/timeline-event-list.spec.tsx
15004
- import { jsx as jsx399 } from "react/jsx-runtime";
15089
+ import { jsx as jsx411 } from "react/jsx-runtime";
15005
15090
 
15006
15091
  // src/timeline/timeline-flag-wrap.spec.tsx
15007
- import { jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
15092
+ import { jsx as jsx412, jsxs as jsxs168 } from "react/jsx-runtime";
15008
15093
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
15009
- var states143 = [
15094
+ var states145 = [
15010
15095
  States.focus,
15011
15096
  States.selected
15012
15097
  ];
15013
- var options134 = {};
15014
- var defaultProps131 = {
15098
+ var options135 = {};
15099
+ var defaultProps132 = {
15015
15100
  year: "2020"
15016
15101
  };
15017
15102
  var TimelineFlagWrap = (props) => {
@@ -15019,7 +15104,7 @@ var TimelineFlagWrap = (props) => {
15019
15104
  year,
15020
15105
  ...other
15021
15106
  } = props;
15022
- return /* @__PURE__ */ jsxs165(
15107
+ return /* @__PURE__ */ jsxs168(
15023
15108
  "li",
15024
15109
  {
15025
15110
  ...other,
@@ -15028,25 +15113,25 @@ var TimelineFlagWrap = (props) => {
15028
15113
  TIMELINEFLAGWRAP_CLASSNAME
15029
15114
  ),
15030
15115
  children: [
15031
- /* @__PURE__ */ jsx400("span", { className: "k-timeline-flag", children: year }),
15116
+ /* @__PURE__ */ jsx412("span", { className: "k-timeline-flag", children: year }),
15032
15117
  props.children
15033
15118
  ]
15034
15119
  }
15035
15120
  );
15036
15121
  };
15037
- TimelineFlagWrap.states = states143;
15038
- TimelineFlagWrap.options = options134;
15122
+ TimelineFlagWrap.states = states145;
15123
+ TimelineFlagWrap.options = options135;
15039
15124
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
15040
- TimelineFlagWrap.defaultProps = defaultProps131;
15125
+ TimelineFlagWrap.defaultProps = defaultProps132;
15041
15126
 
15042
15127
  // src/timeline/timeline-circle.spec.tsx
15043
- import { jsx as jsx401 } from "react/jsx-runtime";
15128
+ import { jsx as jsx413 } from "react/jsx-runtime";
15044
15129
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
15045
15130
  var TimelineCircle = (props) => {
15046
15131
  const {
15047
15132
  ...other
15048
15133
  } = props;
15049
- return /* @__PURE__ */ jsx401(
15134
+ return /* @__PURE__ */ jsx413(
15050
15135
  "span",
15051
15136
  {
15052
15137
  ...other,
@@ -15059,19 +15144,19 @@ var TimelineCircle = (props) => {
15059
15144
  };
15060
15145
 
15061
15146
  // src/timeline/timeline-flag.spec.tsx
15062
- import { jsx as jsx402 } from "react/jsx-runtime";
15147
+ import { jsx as jsx414 } from "react/jsx-runtime";
15063
15148
 
15064
15149
  // src/timeline/timeline-card.spec.tsx
15065
- import { jsx as jsx403, jsxs as jsxs166 } from "react/jsx-runtime";
15066
- var states144 = [];
15067
- var defaultProps132 = {};
15150
+ import { jsx as jsx415, jsxs as jsxs169 } from "react/jsx-runtime";
15151
+ var states146 = [];
15152
+ var defaultProps133 = {};
15068
15153
  var TimelineCard = (props) => {
15069
15154
  const {
15070
15155
  callout,
15071
15156
  children,
15072
15157
  ...other
15073
15158
  } = props;
15074
- return /* @__PURE__ */ jsxs166(
15159
+ return /* @__PURE__ */ jsxs169(
15075
15160
  Card,
15076
15161
  {
15077
15162
  className: classNames(
@@ -15081,27 +15166,27 @@ var TimelineCard = (props) => {
15081
15166
  callout: "true",
15082
15167
  ...other,
15083
15168
  children: [
15084
- callout && /* @__PURE__ */ jsx403(TimelineCardCallout, { callout }),
15169
+ callout && /* @__PURE__ */ jsx415(TimelineCardCallout, { callout }),
15085
15170
  children
15086
15171
  ]
15087
15172
  }
15088
15173
  );
15089
15174
  };
15090
- TimelineCard.states = states144;
15091
- TimelineCard.defaultProps = defaultProps132;
15175
+ TimelineCard.states = states146;
15176
+ TimelineCard.defaultProps = defaultProps133;
15092
15177
 
15093
15178
  // src/timeline/timeline-card-title.tsx
15094
- import { jsx as jsx404, jsxs as jsxs167 } from "react/jsx-runtime";
15179
+ import { jsx as jsx416, jsxs as jsxs170 } from "react/jsx-runtime";
15095
15180
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
15096
- var states145 = [];
15097
- var defaultProps133 = {};
15181
+ var states147 = [];
15182
+ var defaultProps134 = {};
15098
15183
  var TimelineCardTitle = (props) => {
15099
15184
  const {
15100
15185
  collapsible,
15101
15186
  children,
15102
15187
  ...other
15103
15188
  } = props;
15104
- return /* @__PURE__ */ jsxs167(
15189
+ return /* @__PURE__ */ jsxs170(
15105
15190
  "div",
15106
15191
  {
15107
15192
  className: classNames(
@@ -15110,26 +15195,26 @@ var TimelineCardTitle = (props) => {
15110
15195
  ),
15111
15196
  ...other,
15112
15197
  children: [
15113
- /* @__PURE__ */ jsx404("span", { className: "k-event-title", children }),
15114
- collapsible && /* @__PURE__ */ jsx404("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx404(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15198
+ /* @__PURE__ */ jsx416("span", { className: "k-event-title", children }),
15199
+ collapsible && /* @__PURE__ */ jsx416("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx416(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15115
15200
  ]
15116
15201
  }
15117
15202
  );
15118
15203
  };
15119
- TimelineCardTitle.states = states145;
15204
+ TimelineCardTitle.states = states147;
15120
15205
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
15121
- TimelineCardTitle.defaultProps = defaultProps133;
15206
+ TimelineCardTitle.defaultProps = defaultProps134;
15122
15207
 
15123
15208
  // src/timeline/timeline-card-callout.tsx
15124
- import { jsx as jsx405 } from "react/jsx-runtime";
15209
+ import { jsx as jsx417 } from "react/jsx-runtime";
15125
15210
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
15126
- var states146 = [];
15127
- var defaultProps134 = {};
15211
+ var states148 = [];
15212
+ var defaultProps135 = {};
15128
15213
  var TimelineCardCallout = (props) => {
15129
15214
  const {
15130
15215
  ...other
15131
15216
  } = props;
15132
- return /* @__PURE__ */ jsx405(
15217
+ return /* @__PURE__ */ jsx417(
15133
15218
  CardCallout,
15134
15219
  {
15135
15220
  className: classNames(
@@ -15140,24 +15225,24 @@ var TimelineCardCallout = (props) => {
15140
15225
  }
15141
15226
  );
15142
15227
  };
15143
- TimelineCardCallout.states = states146;
15228
+ TimelineCardCallout.states = states148;
15144
15229
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
15145
- TimelineCardCallout.defaultProps = defaultProps134;
15230
+ TimelineCardCallout.defaultProps = defaultProps135;
15146
15231
 
15147
15232
  // src/timeline/timeline-date-wrap.spec.tsx
15148
- import { jsx as jsx406 } from "react/jsx-runtime";
15233
+ import { jsx as jsx418 } from "react/jsx-runtime";
15149
15234
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
15150
- var states147 = [];
15151
- var options135 = {};
15152
- var defaultProps135 = {
15235
+ var states149 = [];
15236
+ var options136 = {};
15237
+ var defaultProps136 = {
15153
15238
  date: "May 25, 2008"
15154
15239
  };
15155
15240
  var TimelineDateWrap = (props) => {
15156
15241
  const {
15157
- date = defaultProps135.date,
15242
+ date = defaultProps136.date,
15158
15243
  ...other
15159
15244
  } = props;
15160
- return /* @__PURE__ */ jsx406(
15245
+ return /* @__PURE__ */ jsx418(
15161
15246
  "div",
15162
15247
  {
15163
15248
  ...other,
@@ -15165,52 +15250,52 @@ var TimelineDateWrap = (props) => {
15165
15250
  props.className,
15166
15251
  TIMELINEDATEWRAP_CLASSNAME
15167
15252
  ),
15168
- children: /* @__PURE__ */ jsx406("span", { className: "k-timeline-date", children: date })
15253
+ children: /* @__PURE__ */ jsx418("span", { className: "k-timeline-date", children: date })
15169
15254
  }
15170
15255
  );
15171
15256
  };
15172
- TimelineDateWrap.states = states147;
15173
- TimelineDateWrap.options = options135;
15257
+ TimelineDateWrap.states = states149;
15258
+ TimelineDateWrap.options = options136;
15174
15259
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
15175
- TimelineDateWrap.defaultProps = defaultProps135;
15260
+ TimelineDateWrap.defaultProps = defaultProps136;
15176
15261
 
15177
15262
  // src/timeline/timeline-track-wrap.spec.tsx
15178
- import { jsx as jsx407, jsxs as jsxs168 } from "react/jsx-runtime";
15263
+ import { jsx as jsx419, jsxs as jsxs171 } from "react/jsx-runtime";
15179
15264
 
15180
15265
  // src/timeline/timeline-track.spec.tsx
15181
- import { jsx as jsx408 } from "react/jsx-runtime";
15266
+ import { jsx as jsx420 } from "react/jsx-runtime";
15182
15267
 
15183
15268
  // src/timeline/timeline-track-item.spec.tsx
15184
- import { jsxs as jsxs169 } from "react/jsx-runtime";
15269
+ import { jsxs as jsxs172 } from "react/jsx-runtime";
15185
15270
 
15186
15271
  // src/timeline/templates/timeline-normal.tsx
15187
- import { jsx as jsx409, jsxs as jsxs170 } from "react/jsx-runtime";
15272
+ import { jsx as jsx421, jsxs as jsxs173 } from "react/jsx-runtime";
15188
15273
 
15189
15274
  // src/timeline/templates/timeline-normal-collapsible.tsx
15190
- import { jsx as jsx410, jsxs as jsxs171 } from "react/jsx-runtime";
15275
+ import { jsx as jsx422, jsxs as jsxs174 } from "react/jsx-runtime";
15191
15276
 
15192
15277
  // src/timeline/templates/timeline-normal-alternating.tsx
15193
- import { jsx as jsx411, jsxs as jsxs172 } from "react/jsx-runtime";
15278
+ import { jsx as jsx423, jsxs as jsxs175 } from "react/jsx-runtime";
15194
15279
 
15195
15280
  // src/timeline/templates/timeline-horizontal.tsx
15196
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs173 } from "react/jsx-runtime";
15281
+ import { Fragment as Fragment118, jsx as jsx424, jsxs as jsxs176 } from "react/jsx-runtime";
15197
15282
 
15198
15283
  // src/pdf-viewer/pdf-viewer.spec.tsx
15199
- import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs174 } from "react/jsx-runtime";
15284
+ import { Fragment as Fragment119, jsx as jsx425, jsxs as jsxs177 } from "react/jsx-runtime";
15200
15285
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
15201
- var states148 = [
15286
+ var states150 = [
15202
15287
  States.disabled
15203
15288
  ];
15204
- var options136 = {};
15205
- var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15206
- /* @__PURE__ */ jsx413(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15207
- /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15208
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "search" }),
15209
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "file-pdf" }),
15210
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "print" }),
15211
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "fullscreen" })
15289
+ var options137 = {};
15290
+ var defaultToolbar2 = /* @__PURE__ */ jsx425(Fragment119, { children: /* @__PURE__ */ jsxs177(Toolbar, { resizable: true, children: [
15291
+ /* @__PURE__ */ jsx425(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15292
+ /* @__PURE__ */ jsx425("span", { className: "k-spacer" }),
15293
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "search" }),
15294
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "file-pdf" }),
15295
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "print" }),
15296
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "fullscreen" })
15212
15297
  ] }) });
15213
- var defaultProps136 = {
15298
+ var defaultProps137 = {
15214
15299
  toolbar: defaultToolbar2,
15215
15300
  showSearchPanel: false,
15216
15301
  blank: false
@@ -15223,7 +15308,7 @@ var PDFViewer = (props) => {
15223
15308
  blank,
15224
15309
  ...other
15225
15310
  } = props;
15226
- return /* @__PURE__ */ jsxs174(
15311
+ return /* @__PURE__ */ jsxs177(
15227
15312
  "div",
15228
15313
  {
15229
15314
  ...other,
@@ -15234,42 +15319,42 @@ var PDFViewer = (props) => {
15234
15319
  ),
15235
15320
  children: [
15236
15321
  toolbar,
15237
- /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15238
- showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15239
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15240
- /* @__PURE__ */ jsx413(
15322
+ /* @__PURE__ */ jsxs177("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15323
+ showSearchPanel && /* @__PURE__ */ jsxs177("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15324
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15325
+ /* @__PURE__ */ jsx425(
15241
15326
  Textbox,
15242
15327
  {
15243
- suffix: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15328
+ suffix: /* @__PURE__ */ jsx425(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15244
15329
  }
15245
15330
  ),
15246
- /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15247
- /* @__PURE__ */ jsx413("span", { children: "0" }),
15331
+ /* @__PURE__ */ jsxs177("span", { className: "k-search-matches", children: [
15332
+ /* @__PURE__ */ jsx425("span", { children: "0" }),
15248
15333
  " of ",
15249
- /* @__PURE__ */ jsx413("span", { children: "1" })
15334
+ /* @__PURE__ */ jsx425("span", { children: "1" })
15250
15335
  ] }),
15251
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-up" }),
15252
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-down" }),
15253
- /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" })
15336
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "arrow-up" }),
15337
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "arrow-down" }),
15338
+ /* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "x" })
15254
15339
  ] }),
15255
- /* @__PURE__ */ jsx413("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15256
- /* @__PURE__ */ jsx413(DropzoneNormal, {}),
15257
- /* @__PURE__ */ jsx413(UploadNormal, { empty: true, status: "upload" })
15340
+ /* @__PURE__ */ jsx425("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs177("div", { className: "k-page k-blank-page", children: [
15341
+ /* @__PURE__ */ jsx425(DropzoneNormal, {}),
15342
+ /* @__PURE__ */ jsx425(UploadNormal, { empty: true, status: "upload" })
15258
15343
  ] }) : props.children })
15259
15344
  ] })
15260
15345
  ]
15261
15346
  }
15262
15347
  );
15263
15348
  };
15264
- PDFViewer.states = states148;
15265
- PDFViewer.options = options136;
15349
+ PDFViewer.states = states150;
15350
+ PDFViewer.options = options137;
15266
15351
  PDFViewer.className = PDFVIEWER_CLASSNAME;
15267
- PDFViewer.defaultProps = defaultProps136;
15352
+ PDFViewer.defaultProps = defaultProps137;
15268
15353
 
15269
15354
  // src/pdf-viewer/pdf-viewer-page.tsx
15270
- import { jsx as jsx414 } from "react/jsx-runtime";
15355
+ import { jsx as jsx426 } from "react/jsx-runtime";
15271
15356
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
15272
- var defaultProps137 = {
15357
+ var defaultProps138 = {
15273
15358
  width: "720px",
15274
15359
  height: "360px"
15275
15360
  };
@@ -15279,7 +15364,7 @@ var PDFViewerPage = (props) => {
15279
15364
  height,
15280
15365
  ...other
15281
15366
  } = props;
15282
- return /* @__PURE__ */ jsx414(
15367
+ return /* @__PURE__ */ jsx426(
15283
15368
  "div",
15284
15369
  {
15285
15370
  ...other,
@@ -15292,23 +15377,23 @@ var PDFViewerPage = (props) => {
15292
15377
  );
15293
15378
  };
15294
15379
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
15295
- PDFViewerPage.defaultProps = defaultProps137;
15380
+ PDFViewerPage.defaultProps = defaultProps138;
15296
15381
 
15297
15382
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
15298
- import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs175 } from "react/jsx-runtime";
15383
+ import { Fragment as Fragment120, jsx as jsx427, jsxs as jsxs178 } from "react/jsx-runtime";
15299
15384
 
15300
15385
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
15301
- import { jsx as jsx416 } from "react/jsx-runtime";
15386
+ import { jsx as jsx428 } from "react/jsx-runtime";
15302
15387
 
15303
15388
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
15304
- import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs176 } from "react/jsx-runtime";
15389
+ import { Fragment as Fragment121, jsx as jsx429, jsxs as jsxs179 } from "react/jsx-runtime";
15305
15390
 
15306
15391
  // src/scrollview/scrollview-spec.tsx
15307
- import { Fragment as Fragment122, jsx as jsx418, jsxs as jsxs177 } from "react/jsx-runtime";
15392
+ import { Fragment as Fragment122, jsx as jsx430, jsxs as jsxs180 } from "react/jsx-runtime";
15308
15393
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
15309
- var states149 = [];
15310
- var options137 = {};
15311
- var defaultProps138 = {
15394
+ var states151 = [];
15395
+ var options138 = {};
15396
+ var defaultProps139 = {
15312
15397
  mode: "normal",
15313
15398
  views: 9,
15314
15399
  animate: true,
@@ -15318,12 +15403,12 @@ var defaultProps138 = {
15318
15403
  };
15319
15404
  var ScrollView = (props) => {
15320
15405
  const {
15321
- mode = defaultProps138.mode,
15322
- views = defaultProps138.views,
15323
- animate = defaultProps138.animate,
15324
- arrows = defaultProps138.arrows,
15325
- pager = defaultProps138.pager,
15326
- rtl = defaultProps138.rtl,
15406
+ mode = defaultProps139.mode,
15407
+ views = defaultProps139.views,
15408
+ animate = defaultProps139.animate,
15409
+ arrows = defaultProps139.arrows,
15410
+ pager = defaultProps139.pager,
15411
+ rtl = defaultProps139.rtl,
15327
15412
  ...other
15328
15413
  } = props;
15329
15414
  const scrollviewViews = [];
@@ -15331,10 +15416,10 @@ var ScrollView = (props) => {
15331
15416
  const iconNext = rtl ? "chevron-left" : "chevron-right";
15332
15417
  for (let i = 0; i < views; i++) {
15333
15418
  scrollviewViews.push(
15334
- /* @__PURE__ */ jsx418("div", { className: "k-scrollview-view" }, i)
15419
+ /* @__PURE__ */ jsx430("div", { className: "k-scrollview-view" }, i)
15335
15420
  );
15336
15421
  }
15337
- return /* @__PURE__ */ jsxs177(
15422
+ return /* @__PURE__ */ jsxs180(
15338
15423
  "div",
15339
15424
  {
15340
15425
  ...other,
@@ -15347,44 +15432,44 @@ var ScrollView = (props) => {
15347
15432
  }
15348
15433
  ),
15349
15434
  children: [
15350
- /* @__PURE__ */ jsx418("div", { className: classNames(
15435
+ /* @__PURE__ */ jsx430("div", { className: classNames(
15351
15436
  "k-scrollview-wrap",
15352
15437
  {
15353
15438
  ["k-scrollview-animate"]: animate
15354
15439
  }
15355
15440
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
15356
- /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15357
- arrows && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15358
- /* @__PURE__ */ jsx418("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx418(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15359
- /* @__PURE__ */ jsx418("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx418(Icon, { icon: iconNext, size: "xxxlarge" }) })
15441
+ /* @__PURE__ */ jsxs180("div", { className: "k-scrollview-elements", children: [
15442
+ arrows && /* @__PURE__ */ jsxs180(Fragment122, { children: [
15443
+ /* @__PURE__ */ jsx430("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx430(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15444
+ /* @__PURE__ */ jsx430("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx430(Icon, { icon: iconNext, size: "xxxlarge" }) })
15360
15445
  ] }),
15361
- pager && /* @__PURE__ */ jsx418("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15362
- mode === "light" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15363
- /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15364
- /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15365
- /* @__PURE__ */ jsx418("span", { className: "k-link k-primary k-focus" }),
15366
- /* @__PURE__ */ jsx418("span", { className: "k-link k-focus" }),
15367
- /* @__PURE__ */ jsx418("span", { className: "k-link" })
15446
+ pager && /* @__PURE__ */ jsx430("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs180("div", { className: "k-scrollview-nav", children: [
15447
+ mode === "light" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
15448
+ /* @__PURE__ */ jsx430("span", { className: "k-link" }),
15449
+ /* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
15450
+ /* @__PURE__ */ jsx430("span", { className: "k-link k-primary k-focus" }),
15451
+ /* @__PURE__ */ jsx430("span", { className: "k-link k-focus" }),
15452
+ /* @__PURE__ */ jsx430("span", { className: "k-link" })
15368
15453
  ] }),
15369
- mode === "normal" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15370
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15371
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15372
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15373
- /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15374
- /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15375
- /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15376
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15377
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15378
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15454
+ mode === "normal" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
15455
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15456
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15457
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15458
+ /* @__PURE__ */ jsx430("span", { className: "k-link" }),
15459
+ /* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
15460
+ /* @__PURE__ */ jsx430("span", { className: "k-link" }),
15461
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15462
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15463
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15379
15464
  ] }),
15380
- mode === "dark" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15381
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15382
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15383
- /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15384
- /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15385
- /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15386
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15387
- /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15465
+ mode === "dark" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
15466
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15467
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15468
+ /* @__PURE__ */ jsx430("span", { className: "k-link" }),
15469
+ /* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
15470
+ /* @__PURE__ */ jsx430("span", { className: "k-link" }),
15471
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15472
+ /* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15388
15473
  ] })
15389
15474
  ] }) })
15390
15475
  ] })
@@ -15392,83 +15477,83 @@ var ScrollView = (props) => {
15392
15477
  }
15393
15478
  );
15394
15479
  };
15395
- ScrollView.states = states149;
15396
- ScrollView.options = options137;
15480
+ ScrollView.states = states151;
15481
+ ScrollView.options = options138;
15397
15482
  ScrollView.className = SCROLLVIEW_CLASSNAME;
15398
- ScrollView.defaultProps = defaultProps138;
15483
+ ScrollView.defaultProps = defaultProps139;
15399
15484
 
15400
15485
  // src/scrollview/templates/scrollview-normal.tsx
15401
- import { jsx as jsx419 } from "react/jsx-runtime";
15486
+ import { jsx as jsx431 } from "react/jsx-runtime";
15402
15487
 
15403
15488
  // src/prompt/prompt.spec.tsx
15404
- import { Fragment as Fragment123, jsx as jsx420 } from "react/jsx-runtime";
15489
+ import { Fragment as Fragment123, jsx as jsx432 } from "react/jsx-runtime";
15405
15490
  var PROMPT_CLASSNAME = `k-prompt`;
15406
- var states150 = [];
15407
- var options138 = {};
15408
- var defaultProps139 = {};
15491
+ var states152 = [];
15492
+ var options139 = {};
15493
+ var defaultProps140 = {};
15409
15494
  var Prompt = (props) => {
15410
15495
  const {
15411
15496
  ...other
15412
15497
  } = props;
15413
- return /* @__PURE__ */ jsx420("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx420(Fragment123, { children: props.children }) });
15498
+ return /* @__PURE__ */ jsx432("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx432(Fragment123, { children: props.children }) });
15414
15499
  };
15415
- Prompt.states = states150;
15416
- Prompt.options = options138;
15500
+ Prompt.states = states152;
15501
+ Prompt.options = options139;
15417
15502
  Prompt.className = PROMPT_CLASSNAME;
15418
- Prompt.defaultProps = defaultProps139;
15503
+ Prompt.defaultProps = defaultProps140;
15419
15504
 
15420
15505
  // src/prompt/prompt-header.tsx
15421
- import { jsx as jsx421 } from "react/jsx-runtime";
15506
+ import { jsx as jsx433 } from "react/jsx-runtime";
15422
15507
 
15423
15508
  // src/prompt/prompt-content.tsx
15424
- import { Fragment as Fragment124, jsx as jsx422 } from "react/jsx-runtime";
15509
+ import { Fragment as Fragment124, jsx as jsx434 } from "react/jsx-runtime";
15425
15510
 
15426
15511
  // src/prompt/prompt-view.tsx
15427
- import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs178 } from "react/jsx-runtime";
15512
+ import { Fragment as Fragment125, jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
15428
15513
 
15429
15514
  // src/prompt/prompt-footer.tsx
15430
- import { jsx as jsx424 } from "react/jsx-runtime";
15515
+ import { jsx as jsx436 } from "react/jsx-runtime";
15431
15516
 
15432
15517
  // src/prompt/prompt-suggestion.tsx
15433
- import { jsx as jsx425 } from "react/jsx-runtime";
15518
+ import { jsx as jsx437 } from "react/jsx-runtime";
15434
15519
 
15435
15520
  // src/prompt/prompt-setting.tsx
15436
- import { jsx as jsx426 } from "react/jsx-runtime";
15521
+ import { jsx as jsx438 } from "react/jsx-runtime";
15437
15522
 
15438
15523
  // src/prompt/templates/prompt-normal.tsx
15439
- import { jsx as jsx427, jsxs as jsxs179 } from "react/jsx-runtime";
15524
+ import { jsx as jsx439, jsxs as jsxs182 } from "react/jsx-runtime";
15440
15525
 
15441
15526
  // src/prompt/templates/prompt-suggestions.tsx
15442
- import { Fragment as Fragment126, jsx as jsx428, jsxs as jsxs180 } from "react/jsx-runtime";
15527
+ import { Fragment as Fragment126, jsx as jsx440, jsxs as jsxs183 } from "react/jsx-runtime";
15443
15528
 
15444
15529
  // src/prompt/templates/prompt-settings.tsx
15445
- import { Fragment as Fragment127, jsx as jsx429, jsxs as jsxs181 } from "react/jsx-runtime";
15530
+ import { Fragment as Fragment127, jsx as jsx441, jsxs as jsxs184 } from "react/jsx-runtime";
15446
15531
 
15447
15532
  // src/prompt/templates/prompt-output.tsx
15448
- import { jsx as jsx430, jsxs as jsxs182 } from "react/jsx-runtime";
15533
+ import { jsx as jsx442, jsxs as jsxs185 } from "react/jsx-runtime";
15449
15534
 
15450
15535
  // src/prompt/templates/prompt-more-actions.tsx
15451
- import { jsx as jsx431, jsxs as jsxs183 } from "react/jsx-runtime";
15536
+ import { jsx as jsx443, jsxs as jsxs186 } from "react/jsx-runtime";
15452
15537
 
15453
15538
  // src/prompt/templates/prompt-popup.tsx
15454
- import { jsx as jsx432, jsxs as jsxs184 } from "react/jsx-runtime";
15539
+ import { jsx as jsx444, jsxs as jsxs187 } from "react/jsx-runtime";
15455
15540
 
15456
15541
  // src/orgchart/orgchart.spec.tsx
15457
- import { jsx as jsx433 } from "react/jsx-runtime";
15542
+ import { jsx as jsx445 } from "react/jsx-runtime";
15458
15543
  var ORGCHART_CLASSNAME = `k-orgchart`;
15459
- var states151 = [];
15460
- var options139 = {};
15461
- var defaultProps140 = {
15544
+ var states153 = [];
15545
+ var options140 = {};
15546
+ var defaultProps141 = {
15462
15547
  width: "100%",
15463
15548
  height: "300px"
15464
15549
  };
15465
15550
  var Orgchart = (props) => {
15466
15551
  const {
15467
- width = defaultProps140.width,
15468
- height = defaultProps140.height,
15552
+ width = defaultProps141.width,
15553
+ height = defaultProps141.height,
15469
15554
  ...other
15470
15555
  } = props;
15471
- return /* @__PURE__ */ jsx433(
15556
+ return /* @__PURE__ */ jsx445(
15472
15557
  "div",
15473
15558
  {
15474
15559
  ...other,
@@ -15476,19 +15561,19 @@ var Orgchart = (props) => {
15476
15561
  props.className,
15477
15562
  ORGCHART_CLASSNAME
15478
15563
  ),
15479
- children: /* @__PURE__ */ jsx433("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15564
+ children: /* @__PURE__ */ jsx445("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15480
15565
  }
15481
15566
  );
15482
15567
  };
15483
- Orgchart.states = states151;
15484
- Orgchart.options = options139;
15568
+ Orgchart.states = states153;
15569
+ Orgchart.options = options140;
15485
15570
  Orgchart.className = ORGCHART_CLASSNAME;
15486
- Orgchart.defaultProps = defaultProps140;
15571
+ Orgchart.defaultProps = defaultProps141;
15487
15572
 
15488
15573
  // src/orgchart/orgchart-node.tsx
15489
- import { jsx as jsx434, jsxs as jsxs185 } from "react/jsx-runtime";
15574
+ import { jsx as jsx446, jsxs as jsxs188 } from "react/jsx-runtime";
15490
15575
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
15491
- var defaultProps141 = {
15576
+ var defaultProps142 = {
15492
15577
  buttonIcon: "plus"
15493
15578
  };
15494
15579
  var OrgchartNode = (props) => {
@@ -15500,12 +15585,12 @@ var OrgchartNode = (props) => {
15500
15585
  lineBottom,
15501
15586
  lineTop,
15502
15587
  button,
15503
- buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
15588
+ buttonIcon: buttonIcon2 = defaultProps142.buttonIcon,
15504
15589
  avatar,
15505
15590
  avatarType,
15506
15591
  ...other
15507
15592
  } = props;
15508
- return /* @__PURE__ */ jsxs185(
15593
+ return /* @__PURE__ */ jsxs188(
15509
15594
  "div",
15510
15595
  {
15511
15596
  ...other,
@@ -15516,35 +15601,35 @@ var OrgchartNode = (props) => {
15516
15601
  "k-align-items-center"
15517
15602
  ),
15518
15603
  children: [
15519
- lineTop && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15520
- /* @__PURE__ */ jsx434(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15521
- /* @__PURE__ */ jsx434(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx434("img", { src: avatar }) : avatar }),
15522
- /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15523
- /* @__PURE__ */ jsx434(CardTitle, { className: "k-text-ellipsis", children: title }),
15524
- /* @__PURE__ */ jsx434("span", { className: "k-spacer" }),
15525
- /* @__PURE__ */ jsx434(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15604
+ lineTop && /* @__PURE__ */ jsx446("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15605
+ /* @__PURE__ */ jsx446(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs188(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15606
+ /* @__PURE__ */ jsx446(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx446("img", { src: avatar }) : avatar }),
15607
+ /* @__PURE__ */ jsxs188("div", { className: "k-card-title-wrap k-vstack", children: [
15608
+ /* @__PURE__ */ jsx446(CardTitle, { className: "k-text-ellipsis", children: title }),
15609
+ /* @__PURE__ */ jsx446("span", { className: "k-spacer" }),
15610
+ /* @__PURE__ */ jsx446(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15526
15611
  ] }),
15527
- /* @__PURE__ */ jsx434("span", { className: "k-spacer" })
15612
+ /* @__PURE__ */ jsx446("span", { className: "k-spacer" })
15528
15613
  ] }) }),
15529
- lineBottom && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15530
- button && /* @__PURE__ */ jsx434(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15614
+ lineBottom && /* @__PURE__ */ jsx446("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15615
+ button && /* @__PURE__ */ jsx446(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15531
15616
  ]
15532
15617
  }
15533
15618
  );
15534
15619
  };
15535
15620
 
15536
15621
  // src/orgchart/orgchart-group.tsx
15537
- import { Fragment as Fragment128, jsx as jsx435, jsxs as jsxs186 } from "react/jsx-runtime";
15622
+ import { Fragment as Fragment128, jsx as jsx447, jsxs as jsxs189 } from "react/jsx-runtime";
15538
15623
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15539
- var states152 = [];
15540
- var options140 = {};
15541
- var defaultProps142 = {
15624
+ var states154 = [];
15625
+ var options141 = {};
15626
+ var defaultProps143 = {
15542
15627
  orientation: "horizontal"
15543
15628
  };
15544
15629
  var OrgchartGroup = (props) => {
15545
15630
  const {
15546
15631
  children,
15547
- orientation = defaultProps142.orientation,
15632
+ orientation = defaultProps143.orientation,
15548
15633
  justifyContent,
15549
15634
  ...other
15550
15635
  } = props;
@@ -15567,7 +15652,7 @@ var OrgchartGroup = (props) => {
15567
15652
  }
15568
15653
  }
15569
15654
  }
15570
- return /* @__PURE__ */ jsxs186(
15655
+ return /* @__PURE__ */ jsxs189(
15571
15656
  "div",
15572
15657
  {
15573
15658
  ...other,
@@ -15581,7 +15666,7 @@ var OrgchartGroup = (props) => {
15581
15666
  ),
15582
15667
  style: { width: "100%" },
15583
15668
  children: [
15584
- chartNodes.length > 0 && /* @__PURE__ */ jsx435(
15669
+ chartNodes.length > 0 && /* @__PURE__ */ jsx447(
15585
15670
  "div",
15586
15671
  {
15587
15672
  className: classNames(
@@ -15591,26 +15676,26 @@ var OrgchartGroup = (props) => {
15591
15676
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15592
15677
  }
15593
15678
  ),
15594
- children: /* @__PURE__ */ jsx435(Fragment128, { children: chartNodes })
15679
+ children: /* @__PURE__ */ jsx447(Fragment128, { children: chartNodes })
15595
15680
  }
15596
15681
  ),
15597
- /* @__PURE__ */ jsx435(Fragment128, { children: chartGroups })
15682
+ /* @__PURE__ */ jsx447(Fragment128, { children: chartGroups })
15598
15683
  ]
15599
15684
  }
15600
15685
  );
15601
15686
  };
15602
- OrgchartGroup.states = states152;
15603
- OrgchartGroup.options = options140;
15687
+ OrgchartGroup.states = states154;
15688
+ OrgchartGroup.options = options141;
15604
15689
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15605
- OrgchartGroup.defaultProps = defaultProps142;
15690
+ OrgchartGroup.defaultProps = defaultProps143;
15606
15691
 
15607
15692
  // src/orgchart/orgchart-node-group.tsx
15608
- import { jsx as jsx436, jsxs as jsxs187 } from "react/jsx-runtime";
15693
+ import { jsx as jsx448, jsxs as jsxs190 } from "react/jsx-runtime";
15609
15694
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15610
- var states153 = [
15695
+ var states155 = [
15611
15696
  States.focus
15612
15697
  ];
15613
- var defaultProps143 = {
15698
+ var defaultProps144 = {
15614
15699
  orientation: "horizontal",
15615
15700
  buttonIcon: "plus"
15616
15701
  };
@@ -15621,12 +15706,12 @@ var OrgchartNodeGroup = (props) => {
15621
15706
  lineBottom,
15622
15707
  lineTop,
15623
15708
  button,
15624
- buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15709
+ buttonIcon: buttonIcon2 = defaultProps144.buttonIcon,
15625
15710
  focus,
15626
- orientation = defaultProps143.orientation,
15711
+ orientation = defaultProps144.orientation,
15627
15712
  ...other
15628
15713
  } = props;
15629
- return /* @__PURE__ */ jsxs187(
15714
+ return /* @__PURE__ */ jsxs190(
15630
15715
  "div",
15631
15716
  {
15632
15717
  ...other,
@@ -15637,8 +15722,8 @@ var OrgchartNodeGroup = (props) => {
15637
15722
  "k-align-items-center"
15638
15723
  ),
15639
15724
  children: [
15640
- lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15641
- /* @__PURE__ */ jsxs187(
15725
+ lineTop && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15726
+ /* @__PURE__ */ jsxs190(
15642
15727
  "div",
15643
15728
  {
15644
15729
  className: classNames(
@@ -15649,9 +15734,9 @@ var OrgchartNodeGroup = (props) => {
15649
15734
  })
15650
15735
  ),
15651
15736
  children: [
15652
- title && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-title", children: title }),
15653
- subtitle && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15654
- /* @__PURE__ */ jsx436(
15737
+ title && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-node-group-title", children: title }),
15738
+ subtitle && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15739
+ /* @__PURE__ */ jsx448(
15655
15740
  "div",
15656
15741
  {
15657
15742
  className: classNames(
@@ -15666,51 +15751,51 @@ var OrgchartNodeGroup = (props) => {
15666
15751
  ]
15667
15752
  }
15668
15753
  ),
15669
- lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15670
- button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15754
+ lineBottom && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15755
+ button && /* @__PURE__ */ jsx448(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15671
15756
  ]
15672
15757
  }
15673
15758
  );
15674
15759
  };
15675
- OrgchartNodeGroup.states = states153;
15760
+ OrgchartNodeGroup.states = states155;
15676
15761
 
15677
15762
  // src/orgchart/templates/orgchart-normal.tsx
15678
- import { jsx as jsx437, jsxs as jsxs188 } from "react/jsx-runtime";
15763
+ import { jsx as jsx449, jsxs as jsxs191 } from "react/jsx-runtime";
15679
15764
 
15680
15765
  // src/orgchart/templates/orgchart-vertical.tsx
15681
- import { jsx as jsx438, jsxs as jsxs189 } from "react/jsx-runtime";
15766
+ import { jsx as jsx450, jsxs as jsxs192 } from "react/jsx-runtime";
15682
15767
 
15683
15768
  // src/orgchart/templates/orgchart-group-normal.tsx
15684
- import { jsx as jsx439, jsxs as jsxs190 } from "react/jsx-runtime";
15769
+ import { jsx as jsx451, jsxs as jsxs193 } from "react/jsx-runtime";
15685
15770
 
15686
15771
  // src/orgchart/templates/orgchart-group-vertical.tsx
15687
- import { jsx as jsx440, jsxs as jsxs191 } from "react/jsx-runtime";
15772
+ import { jsx as jsx452, jsxs as jsxs194 } from "react/jsx-runtime";
15688
15773
 
15689
15774
  // src/signature/signature.spec.tsx
15690
- import { jsx as jsx441, jsxs as jsxs192 } from "react/jsx-runtime";
15775
+ import { jsx as jsx453, jsxs as jsxs195 } from "react/jsx-runtime";
15691
15776
  var SIGNATURE_CLASSNAME = `k-signature`;
15692
- var states154 = [
15777
+ var states156 = [
15693
15778
  States.hover,
15694
15779
  States.focus,
15695
15780
  States.valid,
15696
15781
  States.invalid,
15697
15782
  States.disabled
15698
15783
  ];
15699
- var options141 = {
15784
+ var options142 = {
15700
15785
  size: [Size.small, Size.medium, Size.large],
15701
15786
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15702
15787
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15703
15788
  };
15704
- var defaultProps144 = {
15789
+ var defaultProps145 = {
15705
15790
  size: Size.medium,
15706
15791
  rounded: Roundness.medium,
15707
15792
  fillMode: FillMode.solid
15708
15793
  };
15709
15794
  var Signature = (props) => {
15710
15795
  const {
15711
- size = defaultProps144.size,
15712
- rounded = defaultProps144.rounded,
15713
- fillMode = defaultProps144.fillMode,
15796
+ size = defaultProps145.size,
15797
+ rounded = defaultProps145.rounded,
15798
+ fillMode = defaultProps145.fillMode,
15714
15799
  hover,
15715
15800
  focus,
15716
15801
  valid,
@@ -15719,7 +15804,7 @@ var Signature = (props) => {
15719
15804
  maximized,
15720
15805
  ...other
15721
15806
  } = props;
15722
- return /* @__PURE__ */ jsxs192(
15807
+ return /* @__PURE__ */ jsxs195(
15723
15808
  "div",
15724
15809
  {
15725
15810
  ...other,
@@ -15747,8 +15832,8 @@ var Signature = (props) => {
15747
15832
  }
15748
15833
  ),
15749
15834
  children: [
15750
- /* @__PURE__ */ jsx441("canvas", { className: "k-signature-canvas" }),
15751
- /* @__PURE__ */ jsxs192(
15835
+ /* @__PURE__ */ jsx453("canvas", { className: "k-signature-canvas" }),
15836
+ /* @__PURE__ */ jsxs195(
15752
15837
  "div",
15753
15838
  {
15754
15839
  className: classNames(
@@ -15756,7 +15841,7 @@ var Signature = (props) => {
15756
15841
  "k-signature-actions-top"
15757
15842
  ),
15758
15843
  children: [
15759
- /* @__PURE__ */ jsx441(
15844
+ /* @__PURE__ */ jsx453(
15760
15845
  Button,
15761
15846
  {
15762
15847
  className: classNames(
@@ -15770,7 +15855,7 @@ var Signature = (props) => {
15770
15855
  fillMode: "flat"
15771
15856
  }
15772
15857
  ),
15773
- /* @__PURE__ */ jsx441(
15858
+ /* @__PURE__ */ jsx453(
15774
15859
  Button,
15775
15860
  {
15776
15861
  className: classNames(
@@ -15787,15 +15872,15 @@ var Signature = (props) => {
15787
15872
  ]
15788
15873
  }
15789
15874
  ),
15790
- /* @__PURE__ */ jsx441("div", { className: "k-signature-line" }),
15791
- /* @__PURE__ */ jsx441(
15875
+ /* @__PURE__ */ jsx453("div", { className: "k-signature-line" }),
15876
+ /* @__PURE__ */ jsx453(
15792
15877
  "div",
15793
15878
  {
15794
15879
  className: classNames(
15795
15880
  "k-signature-actions",
15796
15881
  "k-signature-actions-bottom"
15797
15882
  ),
15798
- children: /* @__PURE__ */ jsx441(
15883
+ children: /* @__PURE__ */ jsx453(
15799
15884
  Button,
15800
15885
  {
15801
15886
  className: classNames(
@@ -15814,27 +15899,27 @@ var Signature = (props) => {
15814
15899
  }
15815
15900
  );
15816
15901
  };
15817
- Signature.states = states154;
15818
- Signature.options = options141;
15902
+ Signature.states = states156;
15903
+ Signature.options = options142;
15819
15904
  Signature.className = SIGNATURE_CLASSNAME;
15820
- Signature.defaultProps = defaultProps144;
15905
+ Signature.defaultProps = defaultProps145;
15821
15906
 
15822
15907
  // src/editor/editor.spec.tsx
15823
- import { jsx as jsx442 } from "react/jsx-runtime";
15908
+ import { jsx as jsx454 } from "react/jsx-runtime";
15824
15909
  var EDITOR_CLASSNAME = `k-editor`;
15825
- var states155 = [
15910
+ var states157 = [
15826
15911
  States.readonly,
15827
15912
  States.disabled
15828
15913
  ];
15829
- var options142 = {};
15830
- var defaultProps145 = {};
15914
+ var options143 = {};
15915
+ var defaultProps146 = {};
15831
15916
  var Editor = (props) => {
15832
15917
  const {
15833
15918
  readonly,
15834
15919
  disabled,
15835
15920
  ...other
15836
15921
  } = props;
15837
- return /* @__PURE__ */ jsx442(
15922
+ return /* @__PURE__ */ jsx454(
15838
15923
  "div",
15839
15924
  {
15840
15925
  ...other,
@@ -15850,706 +15935,706 @@ var Editor = (props) => {
15850
15935
  }
15851
15936
  );
15852
15937
  };
15853
- Editor.states = states155;
15854
- Editor.options = options142;
15938
+ Editor.states = states157;
15939
+ Editor.options = options143;
15855
15940
  Editor.className = EDITOR_CLASSNAME;
15856
- Editor.defaultProps = defaultProps145;
15941
+ Editor.defaultProps = defaultProps146;
15857
15942
 
15858
15943
  // src/editor/editor-toolbar.tsx
15859
- import { jsx as jsx443 } from "react/jsx-runtime";
15944
+ import { jsx as jsx455 } from "react/jsx-runtime";
15860
15945
 
15861
15946
  // src/editor/editor-content.tsx
15862
- import { jsx as jsx444 } from "react/jsx-runtime";
15863
- var states156 = [
15947
+ import { jsx as jsx456 } from "react/jsx-runtime";
15948
+ var states158 = [
15864
15949
  States.focus
15865
15950
  ];
15866
15951
 
15867
15952
  // src/editor/templates/editor-normal.tsx
15868
- import { Fragment as Fragment129, jsx as jsx445, jsxs as jsxs193 } from "react/jsx-runtime";
15953
+ import { Fragment as Fragment129, jsx as jsx457, jsxs as jsxs196 } from "react/jsx-runtime";
15869
15954
 
15870
15955
  // src/utils/templates/background/background-clip/border-clip.tsx
15871
- import { jsx as jsx446 } from "react/jsx-runtime";
15956
+ import { jsx as jsx458 } from "react/jsx-runtime";
15872
15957
 
15873
15958
  // src/utils/templates/background/background-clip/content-clip.tsx
15874
- import { jsx as jsx447 } from "react/jsx-runtime";
15959
+ import { jsx as jsx459 } from "react/jsx-runtime";
15875
15960
 
15876
15961
  // src/utils/templates/background/background-clip/padding-clip.tsx
15877
- import { jsx as jsx448 } from "react/jsx-runtime";
15962
+ import { jsx as jsx460 } from "react/jsx-runtime";
15878
15963
 
15879
15964
  // src/utils/templates/background/background-clip/text-clip.tsx
15880
- import { jsx as jsx449 } from "react/jsx-runtime";
15965
+ import { jsx as jsx461 } from "react/jsx-runtime";
15881
15966
 
15882
15967
  // src/utils/templates/background/background-color/color.tsx
15883
- import { jsx as jsx450, jsxs as jsxs194 } from "react/jsx-runtime";
15968
+ import { jsx as jsx462, jsxs as jsxs197 } from "react/jsx-runtime";
15884
15969
 
15885
15970
  // src/utils/templates/borders/border-color/all-sides.tsx
15886
- import { jsx as jsx451, jsxs as jsxs195 } from "react/jsx-runtime";
15971
+ import { jsx as jsx463, jsxs as jsxs198 } from "react/jsx-runtime";
15887
15972
 
15888
15973
  // src/utils/templates/borders/border-color/individual.tsx
15889
- import { jsx as jsx452, jsxs as jsxs196 } from "react/jsx-runtime";
15974
+ import { jsx as jsx464, jsxs as jsxs199 } from "react/jsx-runtime";
15890
15975
 
15891
15976
  // src/utils/templates/borders/border-color/left-right.tsx
15892
- import { jsx as jsx453, jsxs as jsxs197 } from "react/jsx-runtime";
15977
+ import { jsx as jsx465, jsxs as jsxs200 } from "react/jsx-runtime";
15893
15978
 
15894
15979
  // src/utils/templates/borders/border-color/top-bottom.tsx
15895
- import { jsx as jsx454, jsxs as jsxs198 } from "react/jsx-runtime";
15980
+ import { jsx as jsx466, jsxs as jsxs201 } from "react/jsx-runtime";
15896
15981
 
15897
15982
  // src/utils/templates/borders/border-radius/corners.tsx
15898
- import { jsx as jsx455, jsxs as jsxs199 } from "react/jsx-runtime";
15983
+ import { jsx as jsx467, jsxs as jsxs202 } from "react/jsx-runtime";
15899
15984
 
15900
15985
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15901
- import { jsx as jsx456, jsxs as jsxs200 } from "react/jsx-runtime";
15986
+ import { jsx as jsx468, jsxs as jsxs203 } from "react/jsx-runtime";
15902
15987
 
15903
15988
  // src/utils/templates/borders/border-radius/rounding.tsx
15904
- import { jsx as jsx457, jsxs as jsxs201 } from "react/jsx-runtime";
15989
+ import { jsx as jsx469, jsxs as jsxs204 } from "react/jsx-runtime";
15905
15990
 
15906
15991
  // src/utils/templates/borders/border-radius/sides.tsx
15907
- import { jsx as jsx458, jsxs as jsxs202 } from "react/jsx-runtime";
15992
+ import { jsx as jsx470, jsxs as jsxs205 } from "react/jsx-runtime";
15908
15993
 
15909
15994
  // src/utils/templates/borders/border-style/all-sides.tsx
15910
- import { jsx as jsx459, jsxs as jsxs203 } from "react/jsx-runtime";
15995
+ import { jsx as jsx471, jsxs as jsxs206 } from "react/jsx-runtime";
15911
15996
 
15912
15997
  // src/utils/templates/borders/border-style/individual.tsx
15913
- import { jsx as jsx460, jsxs as jsxs204 } from "react/jsx-runtime";
15998
+ import { jsx as jsx472, jsxs as jsxs207 } from "react/jsx-runtime";
15914
15999
 
15915
16000
  // src/utils/templates/borders/border-style/left-right.tsx
15916
- import { jsx as jsx461, jsxs as jsxs205 } from "react/jsx-runtime";
16001
+ import { jsx as jsx473, jsxs as jsxs208 } from "react/jsx-runtime";
15917
16002
 
15918
16003
  // src/utils/templates/borders/border-style/no-style.tsx
15919
- import { jsx as jsx462 } from "react/jsx-runtime";
16004
+ import { jsx as jsx474 } from "react/jsx-runtime";
15920
16005
 
15921
16006
  // src/utils/templates/borders/border-style/top-bottom.tsx
15922
- import { jsx as jsx463, jsxs as jsxs206 } from "react/jsx-runtime";
16007
+ import { jsx as jsx475, jsxs as jsxs209 } from "react/jsx-runtime";
15923
16008
 
15924
16009
  // src/utils/templates/borders/border-width/all-sides.tsx
15925
- import { jsx as jsx464, jsxs as jsxs207 } from "react/jsx-runtime";
16010
+ import { jsx as jsx476, jsxs as jsxs210 } from "react/jsx-runtime";
15926
16011
 
15927
16012
  // src/utils/templates/borders/border-width/individual.tsx
15928
- import { jsx as jsx465, jsxs as jsxs208 } from "react/jsx-runtime";
16013
+ import { jsx as jsx477, jsxs as jsxs211 } from "react/jsx-runtime";
15929
16014
 
15930
16015
  // src/utils/templates/borders/border-width/left-right.tsx
15931
- import { jsx as jsx466, jsxs as jsxs209 } from "react/jsx-runtime";
16016
+ import { jsx as jsx478, jsxs as jsxs212 } from "react/jsx-runtime";
15932
16017
 
15933
16018
  // src/utils/templates/borders/border-width/top-bottom.tsx
15934
- import { jsx as jsx467, jsxs as jsxs210 } from "react/jsx-runtime";
16019
+ import { jsx as jsx479, jsxs as jsxs213 } from "react/jsx-runtime";
15935
16020
 
15936
16021
  // src/utils/templates/borders/outline-color/all-sides.tsx
15937
- import { jsx as jsx468 } from "react/jsx-runtime";
16022
+ import { jsx as jsx480 } from "react/jsx-runtime";
15938
16023
 
15939
16024
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15940
- import { jsx as jsx469, jsxs as jsxs211 } from "react/jsx-runtime";
16025
+ import { jsx as jsx481, jsxs as jsxs214 } from "react/jsx-runtime";
15941
16026
 
15942
16027
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15943
- import { jsx as jsx470 } from "react/jsx-runtime";
16028
+ import { jsx as jsx482 } from "react/jsx-runtime";
15944
16029
 
15945
16030
  // src/utils/templates/borders/outline-style/all-sides.tsx
15946
- import { jsx as jsx471, jsxs as jsxs212 } from "react/jsx-runtime";
16031
+ import { jsx as jsx483, jsxs as jsxs215 } from "react/jsx-runtime";
15947
16032
 
15948
16033
  // src/utils/templates/borders/outline-style/no-style.tsx
15949
- import { jsx as jsx472 } from "react/jsx-runtime";
16034
+ import { jsx as jsx484 } from "react/jsx-runtime";
15950
16035
 
15951
16036
  // src/utils/templates/borders/outline-width/all-sides.tsx
15952
- import { jsx as jsx473, jsxs as jsxs213 } from "react/jsx-runtime";
16037
+ import { jsx as jsx485, jsxs as jsxs216 } from "react/jsx-runtime";
15953
16038
 
15954
16039
  // src/utils/templates/borders/outline-width/no-width.tsx
15955
- import { jsx as jsx474 } from "react/jsx-runtime";
16040
+ import { jsx as jsx486 } from "react/jsx-runtime";
15956
16041
 
15957
16042
  // src/utils/templates/effects/opacity/applying.tsx
15958
- import { jsx as jsx475, jsxs as jsxs214 } from "react/jsx-runtime";
16043
+ import { jsx as jsx487, jsxs as jsxs217 } from "react/jsx-runtime";
15959
16044
 
15960
16045
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15961
- import { Fragment as Fragment130, jsx as jsx476, jsxs as jsxs215 } from "react/jsx-runtime";
16046
+ import { Fragment as Fragment130, jsx as jsx488, jsxs as jsxs218 } from "react/jsx-runtime";
15962
16047
 
15963
16048
  // src/utils/templates/flex-grid/align-content/around.tsx
15964
- import { jsx as jsx477, jsxs as jsxs216 } from "react/jsx-runtime";
16049
+ import { jsx as jsx489, jsxs as jsxs219 } from "react/jsx-runtime";
15965
16050
 
15966
16051
  // src/utils/templates/flex-grid/align-content/between.tsx
15967
- import { jsx as jsx478, jsxs as jsxs217 } from "react/jsx-runtime";
16052
+ import { jsx as jsx490, jsxs as jsxs220 } from "react/jsx-runtime";
15968
16053
 
15969
16054
  // src/utils/templates/flex-grid/align-content/center.tsx
15970
- import { jsx as jsx479, jsxs as jsxs218 } from "react/jsx-runtime";
16055
+ import { jsx as jsx491, jsxs as jsxs221 } from "react/jsx-runtime";
15971
16056
 
15972
16057
  // src/utils/templates/flex-grid/align-content/end.tsx
15973
- import { jsx as jsx480, jsxs as jsxs219 } from "react/jsx-runtime";
16058
+ import { jsx as jsx492, jsxs as jsxs222 } from "react/jsx-runtime";
15974
16059
 
15975
16060
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15976
- import { jsx as jsx481, jsxs as jsxs220 } from "react/jsx-runtime";
16061
+ import { jsx as jsx493, jsxs as jsxs223 } from "react/jsx-runtime";
15977
16062
 
15978
16063
  // src/utils/templates/flex-grid/align-content/normal.tsx
15979
- import { jsx as jsx482, jsxs as jsxs221 } from "react/jsx-runtime";
16064
+ import { jsx as jsx494, jsxs as jsxs224 } from "react/jsx-runtime";
15980
16065
 
15981
16066
  // src/utils/templates/flex-grid/align-content/start.tsx
15982
- import { jsx as jsx483, jsxs as jsxs222 } from "react/jsx-runtime";
16067
+ import { jsx as jsx495, jsxs as jsxs225 } from "react/jsx-runtime";
15983
16068
 
15984
16069
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15985
- import { jsx as jsx484, jsxs as jsxs223 } from "react/jsx-runtime";
16070
+ import { jsx as jsx496, jsxs as jsxs226 } from "react/jsx-runtime";
15986
16071
 
15987
16072
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15988
- import { jsx as jsx485, jsxs as jsxs224 } from "react/jsx-runtime";
16073
+ import { jsx as jsx497, jsxs as jsxs227 } from "react/jsx-runtime";
15989
16074
 
15990
16075
  // src/utils/templates/flex-grid/align-items/center.tsx
15991
- import { jsx as jsx486, jsxs as jsxs225 } from "react/jsx-runtime";
16076
+ import { jsx as jsx498, jsxs as jsxs228 } from "react/jsx-runtime";
15992
16077
 
15993
16078
  // src/utils/templates/flex-grid/align-items/end.tsx
15994
- import { jsx as jsx487, jsxs as jsxs226 } from "react/jsx-runtime";
16079
+ import { jsx as jsx499, jsxs as jsxs229 } from "react/jsx-runtime";
15995
16080
 
15996
16081
  // src/utils/templates/flex-grid/align-items/start.tsx
15997
- import { jsx as jsx488, jsxs as jsxs227 } from "react/jsx-runtime";
16082
+ import { jsx as jsx500, jsxs as jsxs230 } from "react/jsx-runtime";
15998
16083
 
15999
16084
  // src/utils/templates/flex-grid/align-items/stretch.tsx
16000
- import { jsx as jsx489, jsxs as jsxs228 } from "react/jsx-runtime";
16085
+ import { jsx as jsx501, jsxs as jsxs231 } from "react/jsx-runtime";
16001
16086
 
16002
16087
  // src/utils/templates/flex-grid/align-self/baseline.tsx
16003
- import { jsx as jsx490, jsxs as jsxs229 } from "react/jsx-runtime";
16088
+ import { jsx as jsx502, jsxs as jsxs232 } from "react/jsx-runtime";
16004
16089
 
16005
16090
  // src/utils/templates/flex-grid/align-self/center.tsx
16006
- import { jsx as jsx491, jsxs as jsxs230 } from "react/jsx-runtime";
16091
+ import { jsx as jsx503, jsxs as jsxs233 } from "react/jsx-runtime";
16007
16092
 
16008
16093
  // src/utils/templates/flex-grid/align-self/end.tsx
16009
- import { jsx as jsx492, jsxs as jsxs231 } from "react/jsx-runtime";
16094
+ import { jsx as jsx504, jsxs as jsxs234 } from "react/jsx-runtime";
16010
16095
 
16011
16096
  // src/utils/templates/flex-grid/align-self/start.tsx
16012
- import { jsx as jsx493, jsxs as jsxs232 } from "react/jsx-runtime";
16097
+ import { jsx as jsx505, jsxs as jsxs235 } from "react/jsx-runtime";
16013
16098
 
16014
16099
  // src/utils/templates/flex-grid/align-self/stretch.tsx
16015
- import { jsx as jsx494, jsxs as jsxs233 } from "react/jsx-runtime";
16100
+ import { jsx as jsx506, jsxs as jsxs236 } from "react/jsx-runtime";
16016
16101
 
16017
16102
  // src/utils/templates/flex-grid/flex/auto.tsx
16018
- import { jsx as jsx495, jsxs as jsxs234 } from "react/jsx-runtime";
16103
+ import { jsx as jsx507, jsxs as jsxs237 } from "react/jsx-runtime";
16019
16104
 
16020
16105
  // src/utils/templates/flex-grid/flex/flex-1.tsx
16021
- import { jsx as jsx496, jsxs as jsxs235 } from "react/jsx-runtime";
16106
+ import { jsx as jsx508, jsxs as jsxs238 } from "react/jsx-runtime";
16022
16107
 
16023
16108
  // src/utils/templates/flex-grid/flex/initial.tsx
16024
- import { jsx as jsx497, jsxs as jsxs236 } from "react/jsx-runtime";
16109
+ import { jsx as jsx509, jsxs as jsxs239 } from "react/jsx-runtime";
16025
16110
 
16026
16111
  // src/utils/templates/flex-grid/flex/none.tsx
16027
- import { jsx as jsx498, jsxs as jsxs237 } from "react/jsx-runtime";
16112
+ import { jsx as jsx510, jsxs as jsxs240 } from "react/jsx-runtime";
16028
16113
 
16029
16114
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
16030
- import { jsx as jsx499, jsxs as jsxs238 } from "react/jsx-runtime";
16115
+ import { jsx as jsx511, jsxs as jsxs241 } from "react/jsx-runtime";
16031
16116
 
16032
16117
  // src/utils/templates/flex-grid/flex-basis/size.tsx
16033
- import { jsx as jsx500, jsxs as jsxs239 } from "react/jsx-runtime";
16118
+ import { jsx as jsx512, jsxs as jsxs242 } from "react/jsx-runtime";
16034
16119
 
16035
16120
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
16036
- import { jsx as jsx501, jsxs as jsxs240 } from "react/jsx-runtime";
16121
+ import { jsx as jsx513, jsxs as jsxs243 } from "react/jsx-runtime";
16037
16122
 
16038
16123
  // src/utils/templates/flex-grid/flex-direction/column.tsx
16039
- import { jsx as jsx502, jsxs as jsxs241 } from "react/jsx-runtime";
16124
+ import { jsx as jsx514, jsxs as jsxs244 } from "react/jsx-runtime";
16040
16125
 
16041
16126
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
16042
- import { jsx as jsx503, jsxs as jsxs242 } from "react/jsx-runtime";
16127
+ import { jsx as jsx515, jsxs as jsxs245 } from "react/jsx-runtime";
16043
16128
 
16044
16129
  // src/utils/templates/flex-grid/flex-direction/row.tsx
16045
- import { jsx as jsx504, jsxs as jsxs243 } from "react/jsx-runtime";
16130
+ import { jsx as jsx516, jsxs as jsxs246 } from "react/jsx-runtime";
16046
16131
 
16047
16132
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
16048
- import { jsx as jsx505, jsxs as jsxs244 } from "react/jsx-runtime";
16133
+ import { jsx as jsx517, jsxs as jsxs247 } from "react/jsx-runtime";
16049
16134
 
16050
16135
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
16051
- import { jsx as jsx506, jsxs as jsxs245 } from "react/jsx-runtime";
16136
+ import { jsx as jsx518, jsxs as jsxs248 } from "react/jsx-runtime";
16052
16137
 
16053
16138
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
16054
- import { jsx as jsx507, jsxs as jsxs246 } from "react/jsx-runtime";
16139
+ import { jsx as jsx519, jsxs as jsxs249 } from "react/jsx-runtime";
16055
16140
 
16056
16141
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
16057
- import { jsx as jsx508, jsxs as jsxs247 } from "react/jsx-runtime";
16142
+ import { jsx as jsx520, jsxs as jsxs250 } from "react/jsx-runtime";
16058
16143
 
16059
16144
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
16060
- import { jsx as jsx509, jsxs as jsxs248 } from "react/jsx-runtime";
16145
+ import { jsx as jsx521, jsxs as jsxs251 } from "react/jsx-runtime";
16061
16146
 
16062
16147
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
16063
- import { jsx as jsx510, jsxs as jsxs249 } from "react/jsx-runtime";
16148
+ import { jsx as jsx522, jsxs as jsxs252 } from "react/jsx-runtime";
16064
16149
 
16065
16150
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
16066
- import { jsx as jsx511, jsxs as jsxs250 } from "react/jsx-runtime";
16151
+ import { jsx as jsx523, jsxs as jsxs253 } from "react/jsx-runtime";
16067
16152
 
16068
16153
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
16069
- import { jsx as jsx512, jsxs as jsxs251 } from "react/jsx-runtime";
16154
+ import { jsx as jsx524, jsxs as jsxs254 } from "react/jsx-runtime";
16070
16155
 
16071
16156
  // src/utils/templates/flex-grid/gap/size.tsx
16072
- import { jsx as jsx513, jsxs as jsxs252 } from "react/jsx-runtime";
16157
+ import { jsx as jsx525, jsxs as jsxs255 } from "react/jsx-runtime";
16073
16158
 
16074
16159
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
16075
- import { jsx as jsx514, jsxs as jsxs253 } from "react/jsx-runtime";
16160
+ import { jsx as jsx526, jsxs as jsxs256 } from "react/jsx-runtime";
16076
16161
 
16077
16162
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
16078
- import { jsx as jsx515, jsxs as jsxs254 } from "react/jsx-runtime";
16163
+ import { jsx as jsx527, jsxs as jsxs257 } from "react/jsx-runtime";
16079
16164
 
16080
16165
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
16081
- import { jsx as jsx516, jsxs as jsxs255 } from "react/jsx-runtime";
16166
+ import { jsx as jsx528, jsxs as jsxs258 } from "react/jsx-runtime";
16082
16167
 
16083
16168
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
16084
- import { jsx as jsx517, jsxs as jsxs256 } from "react/jsx-runtime";
16169
+ import { jsx as jsx529, jsxs as jsxs259 } from "react/jsx-runtime";
16085
16170
 
16086
16171
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
16087
- import { jsx as jsx518, jsxs as jsxs257 } from "react/jsx-runtime";
16172
+ import { jsx as jsx530, jsxs as jsxs260 } from "react/jsx-runtime";
16088
16173
 
16089
16174
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
16090
- import { jsx as jsx519, jsxs as jsxs258 } from "react/jsx-runtime";
16175
+ import { jsx as jsx531, jsxs as jsxs261 } from "react/jsx-runtime";
16091
16176
 
16092
16177
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
16093
- import { jsx as jsx520, jsxs as jsxs259 } from "react/jsx-runtime";
16178
+ import { jsx as jsx532, jsxs as jsxs262 } from "react/jsx-runtime";
16094
16179
 
16095
16180
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
16096
- import { jsx as jsx521, jsxs as jsxs260 } from "react/jsx-runtime";
16181
+ import { jsx as jsx533, jsxs as jsxs263 } from "react/jsx-runtime";
16097
16182
 
16098
16183
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
16099
- import { jsx as jsx522, jsxs as jsxs261 } from "react/jsx-runtime";
16184
+ import { jsx as jsx534, jsxs as jsxs264 } from "react/jsx-runtime";
16100
16185
 
16101
16186
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
16102
- import { jsx as jsx523, jsxs as jsxs262 } from "react/jsx-runtime";
16187
+ import { jsx as jsx535, jsxs as jsxs265 } from "react/jsx-runtime";
16103
16188
 
16104
16189
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
16105
- import { jsx as jsx524, jsxs as jsxs263 } from "react/jsx-runtime";
16190
+ import { jsx as jsx536, jsxs as jsxs266 } from "react/jsx-runtime";
16106
16191
 
16107
16192
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
16108
- import { jsx as jsx525, jsxs as jsxs264 } from "react/jsx-runtime";
16193
+ import { jsx as jsx537, jsxs as jsxs267 } from "react/jsx-runtime";
16109
16194
 
16110
16195
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
16111
- import { jsx as jsx526, jsxs as jsxs265 } from "react/jsx-runtime";
16196
+ import { jsx as jsx538, jsxs as jsxs268 } from "react/jsx-runtime";
16112
16197
 
16113
16198
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
16114
- import { jsx as jsx527, jsxs as jsxs266 } from "react/jsx-runtime";
16199
+ import { jsx as jsx539, jsxs as jsxs269 } from "react/jsx-runtime";
16115
16200
 
16116
16201
  // src/utils/templates/flex-grid/justify-content/around.tsx
16117
- import { jsx as jsx528, jsxs as jsxs267 } from "react/jsx-runtime";
16202
+ import { jsx as jsx540, jsxs as jsxs270 } from "react/jsx-runtime";
16118
16203
 
16119
16204
  // src/utils/templates/flex-grid/justify-content/between.tsx
16120
- import { jsx as jsx529, jsxs as jsxs268 } from "react/jsx-runtime";
16205
+ import { jsx as jsx541, jsxs as jsxs271 } from "react/jsx-runtime";
16121
16206
 
16122
16207
  // src/utils/templates/flex-grid/justify-content/center.tsx
16123
- import { jsx as jsx530, jsxs as jsxs269 } from "react/jsx-runtime";
16208
+ import { jsx as jsx542, jsxs as jsxs272 } from "react/jsx-runtime";
16124
16209
 
16125
16210
  // src/utils/templates/flex-grid/justify-content/end.tsx
16126
- import { jsx as jsx531, jsxs as jsxs270 } from "react/jsx-runtime";
16211
+ import { jsx as jsx543, jsxs as jsxs273 } from "react/jsx-runtime";
16127
16212
 
16128
16213
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
16129
- import { jsx as jsx532, jsxs as jsxs271 } from "react/jsx-runtime";
16214
+ import { jsx as jsx544, jsxs as jsxs274 } from "react/jsx-runtime";
16130
16215
 
16131
16216
  // src/utils/templates/flex-grid/justify-content/normal.tsx
16132
- import { jsx as jsx533, jsxs as jsxs272 } from "react/jsx-runtime";
16217
+ import { jsx as jsx545, jsxs as jsxs275 } from "react/jsx-runtime";
16133
16218
 
16134
16219
  // src/utils/templates/flex-grid/justify-content/start.tsx
16135
- import { jsx as jsx534, jsxs as jsxs273 } from "react/jsx-runtime";
16220
+ import { jsx as jsx546, jsxs as jsxs276 } from "react/jsx-runtime";
16136
16221
 
16137
16222
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
16138
- import { jsx as jsx535, jsxs as jsxs274 } from "react/jsx-runtime";
16223
+ import { jsx as jsx547, jsxs as jsxs277 } from "react/jsx-runtime";
16139
16224
 
16140
16225
  // src/utils/templates/flex-grid/justify-items/center.tsx
16141
- import { jsx as jsx536, jsxs as jsxs275 } from "react/jsx-runtime";
16226
+ import { jsx as jsx548, jsxs as jsxs278 } from "react/jsx-runtime";
16142
16227
 
16143
16228
  // src/utils/templates/flex-grid/justify-items/end.tsx
16144
- import { jsx as jsx537, jsxs as jsxs276 } from "react/jsx-runtime";
16229
+ import { jsx as jsx549, jsxs as jsxs279 } from "react/jsx-runtime";
16145
16230
 
16146
16231
  // src/utils/templates/flex-grid/justify-items/start.tsx
16147
- import { jsx as jsx538, jsxs as jsxs277 } from "react/jsx-runtime";
16232
+ import { jsx as jsx550, jsxs as jsxs280 } from "react/jsx-runtime";
16148
16233
 
16149
16234
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
16150
- import { jsx as jsx539, jsxs as jsxs278 } from "react/jsx-runtime";
16235
+ import { jsx as jsx551, jsxs as jsxs281 } from "react/jsx-runtime";
16151
16236
 
16152
16237
  // src/utils/templates/flex-grid/justify-self/center.tsx
16153
- import { jsx as jsx540, jsxs as jsxs279 } from "react/jsx-runtime";
16238
+ import { jsx as jsx552, jsxs as jsxs282 } from "react/jsx-runtime";
16154
16239
 
16155
16240
  // src/utils/templates/flex-grid/justify-self/end.tsx
16156
- import { jsx as jsx541, jsxs as jsxs280 } from "react/jsx-runtime";
16241
+ import { jsx as jsx553, jsxs as jsxs283 } from "react/jsx-runtime";
16157
16242
 
16158
16243
  // src/utils/templates/flex-grid/justify-self/start.tsx
16159
- import { jsx as jsx542, jsxs as jsxs281 } from "react/jsx-runtime";
16244
+ import { jsx as jsx554, jsxs as jsxs284 } from "react/jsx-runtime";
16160
16245
 
16161
16246
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
16162
- import { jsx as jsx543, jsxs as jsxs282 } from "react/jsx-runtime";
16247
+ import { jsx as jsx555, jsxs as jsxs285 } from "react/jsx-runtime";
16163
16248
 
16164
16249
  // src/utils/templates/flex-grid/order/first.tsx
16165
- import { jsx as jsx544, jsxs as jsxs283 } from "react/jsx-runtime";
16250
+ import { jsx as jsx556, jsxs as jsxs286 } from "react/jsx-runtime";
16166
16251
 
16167
16252
  // src/utils/templates/flex-grid/order/integer.tsx
16168
- import { jsx as jsx545, jsxs as jsxs284 } from "react/jsx-runtime";
16253
+ import { jsx as jsx557, jsxs as jsxs287 } from "react/jsx-runtime";
16169
16254
 
16170
16255
  // src/utils/templates/flex-grid/order/last.tsx
16171
- import { jsx as jsx546, jsxs as jsxs285 } from "react/jsx-runtime";
16256
+ import { jsx as jsx558, jsxs as jsxs288 } from "react/jsx-runtime";
16172
16257
 
16173
16258
  // src/utils/templates/flex-grid/place-content/around.tsx
16174
- import { jsx as jsx547, jsxs as jsxs286 } from "react/jsx-runtime";
16259
+ import { jsx as jsx559, jsxs as jsxs289 } from "react/jsx-runtime";
16175
16260
 
16176
16261
  // src/utils/templates/flex-grid/place-content/between.tsx
16177
- import { jsx as jsx548, jsxs as jsxs287 } from "react/jsx-runtime";
16262
+ import { jsx as jsx560, jsxs as jsxs290 } from "react/jsx-runtime";
16178
16263
 
16179
16264
  // src/utils/templates/flex-grid/place-content/center.tsx
16180
- import { jsx as jsx549, jsxs as jsxs288 } from "react/jsx-runtime";
16265
+ import { jsx as jsx561, jsxs as jsxs291 } from "react/jsx-runtime";
16181
16266
 
16182
16267
  // src/utils/templates/flex-grid/place-content/end.tsx
16183
- import { jsx as jsx550, jsxs as jsxs289 } from "react/jsx-runtime";
16268
+ import { jsx as jsx562, jsxs as jsxs292 } from "react/jsx-runtime";
16184
16269
 
16185
16270
  // src/utils/templates/flex-grid/place-content/evenly.tsx
16186
- import { jsx as jsx551, jsxs as jsxs290 } from "react/jsx-runtime";
16271
+ import { jsx as jsx563, jsxs as jsxs293 } from "react/jsx-runtime";
16187
16272
 
16188
16273
  // src/utils/templates/flex-grid/place-content/normal.tsx
16189
- import { jsx as jsx552, jsxs as jsxs291 } from "react/jsx-runtime";
16274
+ import { jsx as jsx564, jsxs as jsxs294 } from "react/jsx-runtime";
16190
16275
 
16191
16276
  // src/utils/templates/flex-grid/place-content/start.tsx
16192
- import { jsx as jsx553, jsxs as jsxs292 } from "react/jsx-runtime";
16277
+ import { jsx as jsx565, jsxs as jsxs295 } from "react/jsx-runtime";
16193
16278
 
16194
16279
  // src/utils/templates/flex-grid/place-content/stretch.tsx
16195
- import { jsx as jsx554, jsxs as jsxs293 } from "react/jsx-runtime";
16280
+ import { jsx as jsx566, jsxs as jsxs296 } from "react/jsx-runtime";
16196
16281
 
16197
16282
  // src/utils/templates/flex-grid/place-items/center.tsx
16198
- import { jsx as jsx555, jsxs as jsxs294 } from "react/jsx-runtime";
16283
+ import { jsx as jsx567, jsxs as jsxs297 } from "react/jsx-runtime";
16199
16284
 
16200
16285
  // src/utils/templates/flex-grid/place-items/end.tsx
16201
- import { jsx as jsx556, jsxs as jsxs295 } from "react/jsx-runtime";
16286
+ import { jsx as jsx568, jsxs as jsxs298 } from "react/jsx-runtime";
16202
16287
 
16203
16288
  // src/utils/templates/flex-grid/place-items/start.tsx
16204
- import { jsx as jsx557, jsxs as jsxs296 } from "react/jsx-runtime";
16289
+ import { jsx as jsx569, jsxs as jsxs299 } from "react/jsx-runtime";
16205
16290
 
16206
16291
  // src/utils/templates/flex-grid/place-items/stretch.tsx
16207
- import { jsx as jsx558, jsxs as jsxs297 } from "react/jsx-runtime";
16292
+ import { jsx as jsx570, jsxs as jsxs300 } from "react/jsx-runtime";
16208
16293
 
16209
16294
  // src/utils/templates/flex-grid/place-self/center.tsx
16210
- import { jsx as jsx559, jsxs as jsxs298 } from "react/jsx-runtime";
16295
+ import { jsx as jsx571, jsxs as jsxs301 } from "react/jsx-runtime";
16211
16296
 
16212
16297
  // src/utils/templates/flex-grid/place-self/end.tsx
16213
- import { jsx as jsx560, jsxs as jsxs299 } from "react/jsx-runtime";
16298
+ import { jsx as jsx572, jsxs as jsxs302 } from "react/jsx-runtime";
16214
16299
 
16215
16300
  // src/utils/templates/flex-grid/place-self/start.tsx
16216
- import { jsx as jsx561, jsxs as jsxs300 } from "react/jsx-runtime";
16301
+ import { jsx as jsx573, jsxs as jsxs303 } from "react/jsx-runtime";
16217
16302
 
16218
16303
  // src/utils/templates/flex-grid/place-self/stretch.tsx
16219
- import { jsx as jsx562, jsxs as jsxs301 } from "react/jsx-runtime";
16304
+ import { jsx as jsx574, jsxs as jsxs304 } from "react/jsx-runtime";
16220
16305
 
16221
16306
  // src/utils/templates/interactivity/appearance/applying.tsx
16222
- import { jsx as jsx563, jsxs as jsxs302 } from "react/jsx-runtime";
16307
+ import { jsx as jsx575, jsxs as jsxs305 } from "react/jsx-runtime";
16223
16308
 
16224
16309
  // src/utils/templates/interactivity/appearance/none.tsx
16225
- import { jsx as jsx564, jsxs as jsxs303 } from "react/jsx-runtime";
16310
+ import { jsx as jsx576, jsxs as jsxs306 } from "react/jsx-runtime";
16226
16311
 
16227
16312
  // src/utils/templates/interactivity/cursor/applying.tsx
16228
- import { jsx as jsx565, jsxs as jsxs304 } from "react/jsx-runtime";
16313
+ import { jsx as jsx577, jsxs as jsxs307 } from "react/jsx-runtime";
16229
16314
 
16230
16315
  // src/utils/templates/interactivity/pointer-events/applying.tsx
16231
- import { jsx as jsx566, jsxs as jsxs305 } from "react/jsx-runtime";
16316
+ import { jsx as jsx578, jsxs as jsxs308 } from "react/jsx-runtime";
16232
16317
 
16233
16318
  // src/utils/templates/interactivity/resize/all-directions.tsx
16234
- import { jsx as jsx567 } from "react/jsx-runtime";
16319
+ import { jsx as jsx579 } from "react/jsx-runtime";
16235
16320
 
16236
16321
  // src/utils/templates/interactivity/resize/horizontal.tsx
16237
- import { jsx as jsx568 } from "react/jsx-runtime";
16322
+ import { jsx as jsx580 } from "react/jsx-runtime";
16238
16323
 
16239
16324
  // src/utils/templates/interactivity/resize/no-resizing.tsx
16240
- import { jsx as jsx569 } from "react/jsx-runtime";
16325
+ import { jsx as jsx581 } from "react/jsx-runtime";
16241
16326
 
16242
16327
  // src/utils/templates/interactivity/resize/vertical.tsx
16243
- import { jsx as jsx570 } from "react/jsx-runtime";
16328
+ import { jsx as jsx582 } from "react/jsx-runtime";
16244
16329
 
16245
16330
  // src/utils/templates/interactivity/touch-action/auto.tsx
16246
- import { jsx as jsx571 } from "react/jsx-runtime";
16331
+ import { jsx as jsx583 } from "react/jsx-runtime";
16247
16332
 
16248
16333
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
16249
- import { jsx as jsx572 } from "react/jsx-runtime";
16334
+ import { jsx as jsx584 } from "react/jsx-runtime";
16250
16335
 
16251
16336
  // src/utils/templates/interactivity/touch-action/none.tsx
16252
- import { jsx as jsx573 } from "react/jsx-runtime";
16337
+ import { jsx as jsx585 } from "react/jsx-runtime";
16253
16338
 
16254
16339
  // src/utils/templates/interactivity/touch-action/vertical.tsx
16255
- import { jsx as jsx574 } from "react/jsx-runtime";
16340
+ import { jsx as jsx586 } from "react/jsx-runtime";
16256
16341
 
16257
16342
  // src/utils/templates/interactivity/user-select/all.tsx
16258
- import { jsx as jsx575 } from "react/jsx-runtime";
16343
+ import { jsx as jsx587 } from "react/jsx-runtime";
16259
16344
 
16260
16345
  // src/utils/templates/interactivity/user-select/none.tsx
16261
- import { jsx as jsx576 } from "react/jsx-runtime";
16346
+ import { jsx as jsx588 } from "react/jsx-runtime";
16262
16347
 
16263
16348
  // src/utils/templates/interactivity/user-select/text.tsx
16264
- import { jsx as jsx577 } from "react/jsx-runtime";
16349
+ import { jsx as jsx589 } from "react/jsx-runtime";
16265
16350
 
16266
16351
  // src/utils/templates/layout/aspect-ratio/auto.tsx
16267
- import { jsx as jsx578 } from "react/jsx-runtime";
16352
+ import { jsx as jsx590 } from "react/jsx-runtime";
16268
16353
 
16269
16354
  // src/utils/templates/layout/aspect-ratio/one.tsx
16270
- import { jsx as jsx579 } from "react/jsx-runtime";
16355
+ import { jsx as jsx591 } from "react/jsx-runtime";
16271
16356
 
16272
16357
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
16273
- import { jsx as jsx580 } from "react/jsx-runtime";
16358
+ import { jsx as jsx592 } from "react/jsx-runtime";
16274
16359
 
16275
16360
  // src/utils/templates/layout/aspect-ratio/video.tsx
16276
- import { jsx as jsx581 } from "react/jsx-runtime";
16361
+ import { jsx as jsx593 } from "react/jsx-runtime";
16277
16362
 
16278
16363
  // src/utils/templates/layout/box-sizing/border.tsx
16279
- import { jsx as jsx582 } from "react/jsx-runtime";
16364
+ import { jsx as jsx594 } from "react/jsx-runtime";
16280
16365
 
16281
16366
  // src/utils/templates/layout/box-sizing/content.tsx
16282
- import { jsx as jsx583 } from "react/jsx-runtime";
16367
+ import { jsx as jsx595 } from "react/jsx-runtime";
16283
16368
 
16284
16369
  // src/utils/templates/layout/clear/both.tsx
16285
- import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
16370
+ import { jsx as jsx596, jsxs as jsxs309 } from "react/jsx-runtime";
16286
16371
 
16287
16372
  // src/utils/templates/layout/clear/left.tsx
16288
- import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
16373
+ import { jsx as jsx597, jsxs as jsxs310 } from "react/jsx-runtime";
16289
16374
 
16290
16375
  // src/utils/templates/layout/clear/no-clear.tsx
16291
- import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
16376
+ import { jsx as jsx598, jsxs as jsxs311 } from "react/jsx-runtime";
16292
16377
 
16293
16378
  // src/utils/templates/layout/clear/right.tsx
16294
- import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
16379
+ import { jsx as jsx599, jsxs as jsxs312 } from "react/jsx-runtime";
16295
16380
 
16296
16381
  // src/utils/templates/layout/columns/automatic.tsx
16297
- import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
16382
+ import { jsx as jsx600, jsxs as jsxs313 } from "react/jsx-runtime";
16298
16383
 
16299
16384
  // src/utils/templates/layout/columns/count.tsx
16300
- import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
16385
+ import { jsx as jsx601, jsxs as jsxs314 } from "react/jsx-runtime";
16301
16386
 
16302
16387
  // src/utils/templates/layout/display/block.tsx
16303
- import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
16388
+ import { jsx as jsx602, jsxs as jsxs315 } from "react/jsx-runtime";
16304
16389
 
16305
16390
  // src/utils/templates/layout/display/flex.tsx
16306
- import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
16391
+ import { jsx as jsx603, jsxs as jsxs316 } from "react/jsx-runtime";
16307
16392
 
16308
16393
  // src/utils/templates/layout/display/inline.tsx
16309
- import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
16394
+ import { jsx as jsx604, jsxs as jsxs317 } from "react/jsx-runtime";
16310
16395
 
16311
16396
  // src/utils/templates/layout/display/none.tsx
16312
- import { Fragment as Fragment131, jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
16397
+ import { Fragment as Fragment131, jsx as jsx605, jsxs as jsxs318 } from "react/jsx-runtime";
16313
16398
 
16314
16399
  // src/utils/templates/layout/float/left.tsx
16315
- import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
16400
+ import { jsx as jsx606, jsxs as jsxs319 } from "react/jsx-runtime";
16316
16401
 
16317
16402
  // src/utils/templates/layout/float/no-float.tsx
16318
- import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
16403
+ import { jsx as jsx607, jsxs as jsxs320 } from "react/jsx-runtime";
16319
16404
 
16320
16405
  // src/utils/templates/layout/float/right.tsx
16321
- import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
16406
+ import { jsx as jsx608, jsxs as jsxs321 } from "react/jsx-runtime";
16322
16407
 
16323
16408
  // src/utils/templates/layout/object-fit/contain.tsx
16324
- import { jsx as jsx597 } from "react/jsx-runtime";
16409
+ import { jsx as jsx609 } from "react/jsx-runtime";
16325
16410
 
16326
16411
  // src/utils/templates/layout/object-fit/cover.tsx
16327
- import { jsx as jsx598 } from "react/jsx-runtime";
16412
+ import { jsx as jsx610 } from "react/jsx-runtime";
16328
16413
 
16329
16414
  // src/utils/templates/layout/object-fit/fill.tsx
16330
- import { jsx as jsx599 } from "react/jsx-runtime";
16415
+ import { jsx as jsx611 } from "react/jsx-runtime";
16331
16416
 
16332
16417
  // src/utils/templates/layout/object-fit/scale-down.tsx
16333
- import { jsx as jsx600 } from "react/jsx-runtime";
16418
+ import { jsx as jsx612 } from "react/jsx-runtime";
16334
16419
 
16335
16420
  // src/utils/templates/layout/object-position/position.tsx
16336
- import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
16421
+ import { jsx as jsx613, jsxs as jsxs322 } from "react/jsx-runtime";
16337
16422
 
16338
16423
  // src/utils/templates/layout/overflow/hidden.tsx
16339
- import { jsx as jsx602 } from "react/jsx-runtime";
16424
+ import { jsx as jsx614 } from "react/jsx-runtime";
16340
16425
 
16341
16426
  // src/utils/templates/layout/overflow/horizontal.tsx
16342
- import { jsx as jsx603 } from "react/jsx-runtime";
16427
+ import { jsx as jsx615 } from "react/jsx-runtime";
16343
16428
 
16344
16429
  // src/utils/templates/layout/overflow/vertical.tsx
16345
- import { jsx as jsx604 } from "react/jsx-runtime";
16430
+ import { jsx as jsx616 } from "react/jsx-runtime";
16346
16431
 
16347
16432
  // src/utils/templates/layout/overflow/visible.tsx
16348
- import { jsx as jsx605 } from "react/jsx-runtime";
16433
+ import { jsx as jsx617 } from "react/jsx-runtime";
16349
16434
 
16350
16435
  // src/utils/templates/layout/placement/multiple.tsx
16351
- import { jsx as jsx606, jsxs as jsxs320 } from "react/jsx-runtime";
16436
+ import { jsx as jsx618, jsxs as jsxs323 } from "react/jsx-runtime";
16352
16437
 
16353
16438
  // src/utils/templates/layout/placement/single.tsx
16354
- import { jsx as jsx607, jsxs as jsxs321 } from "react/jsx-runtime";
16439
+ import { jsx as jsx619, jsxs as jsxs324 } from "react/jsx-runtime";
16355
16440
 
16356
16441
  // src/utils/templates/layout/position/applying.tsx
16357
- import { jsx as jsx608, jsxs as jsxs322 } from "react/jsx-runtime";
16442
+ import { jsx as jsx620, jsxs as jsxs325 } from "react/jsx-runtime";
16358
16443
 
16359
16444
  // src/utils/templates/layout/visibility/invisible.tsx
16360
- import { jsx as jsx609, jsxs as jsxs323 } from "react/jsx-runtime";
16445
+ import { jsx as jsx621, jsxs as jsxs326 } from "react/jsx-runtime";
16361
16446
 
16362
16447
  // src/utils/templates/layout/z-index/applying.tsx
16363
- import { Fragment as Fragment132, jsx as jsx610, jsxs as jsxs324 } from "react/jsx-runtime";
16448
+ import { Fragment as Fragment132, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
16364
16449
 
16365
16450
  // src/utils/templates/sizing/height/fixed.tsx
16366
- import { jsx as jsx611, jsxs as jsxs325 } from "react/jsx-runtime";
16451
+ import { jsx as jsx623, jsxs as jsxs328 } from "react/jsx-runtime";
16367
16452
 
16368
16453
  // src/utils/templates/sizing/height/full.tsx
16369
- import { jsx as jsx612 } from "react/jsx-runtime";
16454
+ import { jsx as jsx624 } from "react/jsx-runtime";
16370
16455
 
16371
16456
  // src/utils/templates/sizing/height/maximum.tsx
16372
- import { jsx as jsx613 } from "react/jsx-runtime";
16457
+ import { jsx as jsx625 } from "react/jsx-runtime";
16373
16458
 
16374
16459
  // src/utils/templates/sizing/height/minimum.tsx
16375
- import { jsx as jsx614 } from "react/jsx-runtime";
16460
+ import { jsx as jsx626 } from "react/jsx-runtime";
16376
16461
 
16377
16462
  // src/utils/templates/sizing/height/screen.tsx
16378
- import { jsx as jsx615 } from "react/jsx-runtime";
16463
+ import { jsx as jsx627 } from "react/jsx-runtime";
16379
16464
 
16380
16465
  // src/utils/templates/sizing/width/fixed.tsx
16381
- import { jsx as jsx616, jsxs as jsxs326 } from "react/jsx-runtime";
16466
+ import { jsx as jsx628, jsxs as jsxs329 } from "react/jsx-runtime";
16382
16467
 
16383
16468
  // src/utils/templates/sizing/width/full.tsx
16384
- import { jsx as jsx617 } from "react/jsx-runtime";
16469
+ import { jsx as jsx629 } from "react/jsx-runtime";
16385
16470
 
16386
16471
  // src/utils/templates/sizing/width/maximum.tsx
16387
- import { jsx as jsx618 } from "react/jsx-runtime";
16472
+ import { jsx as jsx630 } from "react/jsx-runtime";
16388
16473
 
16389
16474
  // src/utils/templates/sizing/width/minimum.tsx
16390
- import { jsx as jsx619 } from "react/jsx-runtime";
16475
+ import { jsx as jsx631 } from "react/jsx-runtime";
16391
16476
 
16392
16477
  // src/utils/templates/sizing/width/screen.tsx
16393
- import { jsx as jsx620 } from "react/jsx-runtime";
16478
+ import { jsx as jsx632 } from "react/jsx-runtime";
16394
16479
 
16395
16480
  // src/utils/templates/spacing/margin/all.tsx
16396
- import { jsx as jsx621 } from "react/jsx-runtime";
16481
+ import { jsx as jsx633 } from "react/jsx-runtime";
16397
16482
 
16398
16483
  // src/utils/templates/spacing/margin/single.tsx
16399
- import { Fragment as Fragment133, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
16484
+ import { Fragment as Fragment133, jsx as jsx634, jsxs as jsxs330 } from "react/jsx-runtime";
16400
16485
 
16401
16486
  // src/utils/templates/spacing/margin/x.tsx
16402
- import { jsx as jsx623 } from "react/jsx-runtime";
16487
+ import { jsx as jsx635 } from "react/jsx-runtime";
16403
16488
 
16404
16489
  // src/utils/templates/spacing/margin/y.tsx
16405
- import { jsx as jsx624 } from "react/jsx-runtime";
16490
+ import { jsx as jsx636 } from "react/jsx-runtime";
16406
16491
 
16407
16492
  // src/utils/templates/spacing/padding/all.tsx
16408
- import { jsx as jsx625 } from "react/jsx-runtime";
16493
+ import { jsx as jsx637 } from "react/jsx-runtime";
16409
16494
 
16410
16495
  // src/utils/templates/spacing/padding/single.tsx
16411
- import { Fragment as Fragment134, jsx as jsx626, jsxs as jsxs328 } from "react/jsx-runtime";
16496
+ import { Fragment as Fragment134, jsx as jsx638, jsxs as jsxs331 } from "react/jsx-runtime";
16412
16497
 
16413
16498
  // src/utils/templates/spacing/padding/x.tsx
16414
- import { jsx as jsx627 } from "react/jsx-runtime";
16499
+ import { jsx as jsx639 } from "react/jsx-runtime";
16415
16500
 
16416
16501
  // src/utils/templates/spacing/padding/y.tsx
16417
- import { jsx as jsx628 } from "react/jsx-runtime";
16502
+ import { jsx as jsx640 } from "react/jsx-runtime";
16418
16503
 
16419
16504
  // src/utils/templates/svg/fill/color.tsx
16420
- import { Fragment as Fragment135, jsx as jsx629, jsxs as jsxs329 } from "react/jsx-runtime";
16505
+ import { Fragment as Fragment135, jsx as jsx641, jsxs as jsxs332 } from "react/jsx-runtime";
16421
16506
 
16422
16507
  // src/utils/templates/svg/stroke/color.tsx
16423
- import { Fragment as Fragment136, jsx as jsx630, jsxs as jsxs330 } from "react/jsx-runtime";
16508
+ import { Fragment as Fragment136, jsx as jsx642, jsxs as jsxs333 } from "react/jsx-runtime";
16424
16509
 
16425
16510
  // src/utils/templates/table/border-collapse/collapse.tsx
16426
- import { jsx as jsx631, jsxs as jsxs331 } from "react/jsx-runtime";
16511
+ import { jsx as jsx643, jsxs as jsxs334 } from "react/jsx-runtime";
16427
16512
 
16428
16513
  // src/utils/templates/table/border-collapse/separate.tsx
16429
- import { jsx as jsx632, jsxs as jsxs332 } from "react/jsx-runtime";
16514
+ import { jsx as jsx644, jsxs as jsxs335 } from "react/jsx-runtime";
16430
16515
 
16431
16516
  // src/utils/templates/table/table-layout/auto.tsx
16432
- import { jsx as jsx633, jsxs as jsxs333 } from "react/jsx-runtime";
16517
+ import { jsx as jsx645, jsxs as jsxs336 } from "react/jsx-runtime";
16433
16518
 
16434
16519
  // src/utils/templates/table/table-layout/fixed.tsx
16435
- import { jsx as jsx634, jsxs as jsxs334 } from "react/jsx-runtime";
16520
+ import { jsx as jsx646, jsxs as jsxs337 } from "react/jsx-runtime";
16436
16521
 
16437
16522
  // src/utils/templates/transform/flip/horizontal.tsx
16438
- import { jsx as jsx635, jsxs as jsxs335 } from "react/jsx-runtime";
16523
+ import { jsx as jsx647, jsxs as jsxs338 } from "react/jsx-runtime";
16439
16524
 
16440
16525
  // src/utils/templates/transform/flip/vertical.tsx
16441
- import { jsx as jsx636, jsxs as jsxs336 } from "react/jsx-runtime";
16526
+ import { jsx as jsx648, jsxs as jsxs339 } from "react/jsx-runtime";
16442
16527
 
16443
16528
  // src/utils/templates/transform/origin/applying.tsx
16444
- import { jsx as jsx637, jsxs as jsxs337 } from "react/jsx-runtime";
16529
+ import { jsx as jsx649, jsxs as jsxs340 } from "react/jsx-runtime";
16445
16530
 
16446
16531
  // src/utils/templates/transform/rotate/applying.tsx
16447
- import { jsx as jsx638, jsxs as jsxs338 } from "react/jsx-runtime";
16532
+ import { jsx as jsx650, jsxs as jsxs341 } from "react/jsx-runtime";
16448
16533
 
16449
16534
  // src/utils/templates/transform/scale/applying.tsx
16450
- import { jsx as jsx639, jsxs as jsxs339 } from "react/jsx-runtime";
16535
+ import { jsx as jsx651, jsxs as jsxs342 } from "react/jsx-runtime";
16451
16536
 
16452
16537
  // src/utils/templates/transform/skew/applying.tsx
16453
- import { jsx as jsx640, jsxs as jsxs340 } from "react/jsx-runtime";
16538
+ import { jsx as jsx652, jsxs as jsxs343 } from "react/jsx-runtime";
16454
16539
 
16455
16540
  // src/utils/templates/transform/translate/applying.tsx
16456
- import { jsx as jsx641, jsxs as jsxs341 } from "react/jsx-runtime";
16541
+ import { jsx as jsx653, jsxs as jsxs344 } from "react/jsx-runtime";
16457
16542
 
16458
16543
  // src/utils/templates/typography/font-style/italic.tsx
16459
- import { jsx as jsx642 } from "react/jsx-runtime";
16544
+ import { jsx as jsx654 } from "react/jsx-runtime";
16460
16545
 
16461
16546
  // src/utils/templates/typography/font-weight/size.tsx
16462
- import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs342 } from "react/jsx-runtime";
16547
+ import { Fragment as Fragment137, jsx as jsx655, jsxs as jsxs345 } from "react/jsx-runtime";
16463
16548
 
16464
16549
  // src/utils/templates/typography/list-style-type/decimal.tsx
16465
- import { jsx as jsx644, jsxs as jsxs343 } from "react/jsx-runtime";
16550
+ import { jsx as jsx656, jsxs as jsxs346 } from "react/jsx-runtime";
16466
16551
 
16467
16552
  // src/utils/templates/typography/list-style-type/disc.tsx
16468
- import { jsx as jsx645, jsxs as jsxs344 } from "react/jsx-runtime";
16553
+ import { jsx as jsx657, jsxs as jsxs347 } from "react/jsx-runtime";
16469
16554
 
16470
16555
  // src/utils/templates/typography/list-style-type/none.tsx
16471
- import { jsx as jsx646, jsxs as jsxs345 } from "react/jsx-runtime";
16556
+ import { jsx as jsx658, jsxs as jsxs348 } from "react/jsx-runtime";
16472
16557
 
16473
16558
  // src/utils/templates/typography/text-align/center.tsx
16474
- import { jsx as jsx647 } from "react/jsx-runtime";
16559
+ import { jsx as jsx659 } from "react/jsx-runtime";
16475
16560
 
16476
16561
  // src/utils/templates/typography/text-align/justify.tsx
16477
- import { jsx as jsx648 } from "react/jsx-runtime";
16562
+ import { jsx as jsx660 } from "react/jsx-runtime";
16478
16563
 
16479
16564
  // src/utils/templates/typography/text-align/left.tsx
16480
- import { jsx as jsx649 } from "react/jsx-runtime";
16565
+ import { jsx as jsx661 } from "react/jsx-runtime";
16481
16566
 
16482
16567
  // src/utils/templates/typography/text-align/right.tsx
16483
- import { jsx as jsx650 } from "react/jsx-runtime";
16568
+ import { jsx as jsx662 } from "react/jsx-runtime";
16484
16569
 
16485
16570
  // src/utils/templates/typography/text-color/inherit.tsx
16486
- import { jsx as jsx651 } from "react/jsx-runtime";
16571
+ import { jsx as jsx663 } from "react/jsx-runtime";
16487
16572
 
16488
16573
  // src/utils/templates/typography/text-color/white.tsx
16489
- import { jsx as jsx652 } from "react/jsx-runtime";
16574
+ import { jsx as jsx664 } from "react/jsx-runtime";
16490
16575
 
16491
16576
  // src/utils/templates/typography/text-decoration/all.tsx
16492
- import { Fragment as Fragment138, jsx as jsx653, jsxs as jsxs346 } from "react/jsx-runtime";
16577
+ import { Fragment as Fragment138, jsx as jsx665, jsxs as jsxs349 } from "react/jsx-runtime";
16493
16578
 
16494
16579
  // src/utils/templates/typography/text-overflow/clip.tsx
16495
- import { jsx as jsx654 } from "react/jsx-runtime";
16580
+ import { jsx as jsx666 } from "react/jsx-runtime";
16496
16581
 
16497
16582
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
16498
- import { jsx as jsx655 } from "react/jsx-runtime";
16583
+ import { jsx as jsx667 } from "react/jsx-runtime";
16499
16584
 
16500
16585
  // src/utils/templates/typography/text-transform/all.tsx
16501
- import { Fragment as Fragment139, jsx as jsx656, jsxs as jsxs347 } from "react/jsx-runtime";
16586
+ import { Fragment as Fragment139, jsx as jsx668, jsxs as jsxs350 } from "react/jsx-runtime";
16502
16587
 
16503
16588
  // src/utils/templates/typography/vertical-align/baseline.tsx
16504
- import { jsx as jsx657, jsxs as jsxs348 } from "react/jsx-runtime";
16589
+ import { jsx as jsx669, jsxs as jsxs351 } from "react/jsx-runtime";
16505
16590
 
16506
16591
  // src/utils/templates/typography/vertical-align/bottom.tsx
16507
- import { jsx as jsx658, jsxs as jsxs349 } from "react/jsx-runtime";
16592
+ import { jsx as jsx670, jsxs as jsxs352 } from "react/jsx-runtime";
16508
16593
 
16509
16594
  // src/utils/templates/typography/vertical-align/center.tsx
16510
- import { jsx as jsx659, jsxs as jsxs350 } from "react/jsx-runtime";
16595
+ import { jsx as jsx671, jsxs as jsxs353 } from "react/jsx-runtime";
16511
16596
 
16512
16597
  // src/utils/templates/typography/vertical-align/top.tsx
16513
- import { jsx as jsx660, jsxs as jsxs351 } from "react/jsx-runtime";
16598
+ import { jsx as jsx672, jsxs as jsxs354 } from "react/jsx-runtime";
16514
16599
 
16515
16600
  // src/utils/templates/typography/white-space/normal.tsx
16516
- import { jsx as jsx661 } from "react/jsx-runtime";
16601
+ import { jsx as jsx673 } from "react/jsx-runtime";
16517
16602
 
16518
16603
  // src/utils/templates/typography/white-space/nowrap.tsx
16519
- import { jsx as jsx662 } from "react/jsx-runtime";
16604
+ import { jsx as jsx674 } from "react/jsx-runtime";
16520
16605
 
16521
16606
  // src/utils/templates/typography/white-space/pre-line.tsx
16522
- import { jsx as jsx663 } from "react/jsx-runtime";
16607
+ import { jsx as jsx675 } from "react/jsx-runtime";
16523
16608
 
16524
16609
  // src/utils/templates/typography/white-space/pre-wrap.tsx
16525
- import { jsx as jsx664 } from "react/jsx-runtime";
16610
+ import { jsx as jsx676 } from "react/jsx-runtime";
16526
16611
 
16527
16612
  // src/utils/templates/typography/white-space/pre.tsx
16528
- import { jsx as jsx665 } from "react/jsx-runtime";
16613
+ import { jsx as jsx677 } from "react/jsx-runtime";
16529
16614
 
16530
16615
  // src/multiselect/templates/multiselect-prefix.tsx
16531
- import { Fragment as Fragment140, jsx as jsx666 } from "react/jsx-runtime";
16616
+ import { Fragment as Fragment140, jsx as jsx678 } from "react/jsx-runtime";
16532
16617
 
16533
16618
  // src/multiselect/templates/multiselect-suffix.tsx
16534
- import { Fragment as Fragment141, jsx as jsx667 } from "react/jsx-runtime";
16619
+ import { Fragment as Fragment141, jsx as jsx679 } from "react/jsx-runtime";
16535
16620
 
16536
16621
  // src/multiselect/tests/multiselect-size-rounded.tsx
16537
- import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16622
+ import { Fragment as Fragment142, jsx as jsx680, jsxs as jsxs355 } from "react/jsx-runtime";
16538
16623
  var styles = `
16539
16624
  #test-area {
16540
16625
  grid-template-columns: 120px repeat(3, 1fr);
16541
16626
  }
16542
16627
  `;
16543
- var multiselect_size_rounded_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16544
- /* @__PURE__ */ jsx668("style", { children: styles }),
16545
- /* @__PURE__ */ jsxs352("div", { id: "test-area", className: "k-d-grid", children: [
16546
- /* @__PURE__ */ jsx668("span", { children: /* @__PURE__ */ jsx668("small", { children: "rounded / size" }) }),
16547
- /* @__PURE__ */ jsx668("span", { children: "small" }),
16548
- /* @__PURE__ */ jsx668("span", { children: "medium" }),
16549
- /* @__PURE__ */ jsx668("span", { children: "large" }),
16550
- MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16551
- /* @__PURE__ */ jsx668("span", { children: rounded }),
16552
- MultiSelect.options.size.map((size) => /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(MultiSelectValue, { size, rounded, children: "Multiselect" }) }) }))
16628
+ var multiselect_size_rounded_default = () => /* @__PURE__ */ jsxs355(Fragment142, { children: [
16629
+ /* @__PURE__ */ jsx680("style", { children: styles }),
16630
+ /* @__PURE__ */ jsxs355("div", { id: "test-area", className: "k-d-grid", children: [
16631
+ /* @__PURE__ */ jsx680("span", { children: /* @__PURE__ */ jsx680("small", { children: "rounded / size" }) }),
16632
+ /* @__PURE__ */ jsx680("span", { children: "small" }),
16633
+ /* @__PURE__ */ jsx680("span", { children: "medium" }),
16634
+ /* @__PURE__ */ jsx680("span", { children: "large" }),
16635
+ MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */ jsxs355(Fragment142, { children: [
16636
+ /* @__PURE__ */ jsx680("span", { children: rounded }),
16637
+ MultiSelect.options.size.map((size) => /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(MultiSelectValue, { size, rounded, children: "Multiselect" }) }) }))
16553
16638
  ] }))
16554
16639
  ] })
16555
16640
  ] });