@progress/kendo-themes-html 7.2.1-dev.0 → 7.2.1-dev.1

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 (172) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1096 -888
  2. package/dist/cjs/column-menu/column-menu-expander.spec.js +5933 -0
  3. package/dist/cjs/column-menu/column-menu-item-content.js +47 -0
  4. package/dist/cjs/column-menu/column-menu-item-wrapper.js +46 -0
  5. package/dist/cjs/column-menu/column-menu-item.spec.js +4396 -0
  6. package/dist/cjs/column-menu/column-menu-multicheck-item.js +261 -0
  7. package/dist/cjs/column-menu/column-menu-multicheck-wrap.js +46 -0
  8. package/dist/cjs/column-menu/column-menu.spec.js +67 -0
  9. package/dist/cjs/column-menu/filter-menu.spec.js +61 -0
  10. package/dist/cjs/column-menu/templates/column-menu-normal.js +5957 -0
  11. package/dist/cjs/column-menu/templates/column-menu-tabbed.js +5947 -0
  12. package/dist/cjs/column-menu/templates/filter-menu-multi-check.js +5984 -0
  13. package/dist/cjs/column-menu/templates/filter-menu-normal.js +5947 -0
  14. package/dist/cjs/column-menu/tests/column-menu-rtl.js +6038 -0
  15. package/dist/cjs/column-menu/tests/column-menu-tabbed.js +6026 -0
  16. package/dist/cjs/column-menu/tests/column-menu.js +6038 -0
  17. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1096 -888
  18. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +957 -749
  19. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +911 -703
  20. package/dist/cjs/form/tests/form-field-dropdowns.js +1095 -887
  21. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +707 -603
  22. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +841 -655
  23. package/dist/cjs/grid/tests/grid-column-menu.js +706 -602
  24. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +302 -122
  25. package/dist/cjs/grid/tests/grid-column-reordering.js +308 -128
  26. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +290 -107
  27. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1168 -960
  28. package/dist/cjs/grid/tests/grid-grouping-actions.js +272 -59
  29. package/dist/cjs/index.js +2539 -2199
  30. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1071 -863
  31. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1071 -863
  32. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1077 -869
  33. package/dist/cjs/multiselect/tests/multiselect-flat.js +1101 -893
  34. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1077 -869
  35. package/dist/cjs/multiselect/tests/multiselect-opened.js +1079 -871
  36. package/dist/cjs/multiselect/tests/multiselect-outline.js +1101 -893
  37. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1108 -900
  38. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1080 -872
  39. package/dist/cjs/multiselect/tests/multiselect-solid.js +1101 -893
  40. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  41. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  42. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1110 -902
  43. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1124 -916
  44. package/dist/cjs/taskboard/taskboard-pane.js +1078 -870
  45. package/dist/cjs/taskboard/taskboard.spec.js +993 -785
  46. package/dist/cjs/taskboard/templates/taskboard-normal.js +1027 -819
  47. package/dist/cjs/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  48. package/dist/cjs/taskboard/tests/taskboard-card.js +1099 -891
  49. package/dist/cjs/taskboard/tests/taskboard-column.js +1114 -906
  50. package/dist/cjs/taskboard/tests/taskboard-pane.js +1035 -827
  51. package/dist/cjs/taskboard/tests/taskboard-resources.js +1081 -873
  52. package/dist/cjs/taskboard/tests/taskboard-rtl.js +1033 -825
  53. package/dist/cjs/taskboard/tests/taskboard.js +1033 -825
  54. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +4277 -73
  55. package/dist/cjs/treelist/tests/treelist-aggregates.js +4519 -216
  56. package/dist/cjs/treelist/tests/treelist-react.js +2518 -98
  57. package/dist/cjs/treelist/tests/treelist-row-reordering.js +4371 -59
  58. package/dist/cjs/treelist/tests/treelist.js +4409 -112
  59. package/dist/cjs/treelist/treelist.spec.js +8415 -0
  60. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1011 -803
  61. package/dist/esm/column-menu/column-menu-expander.spec.js +5917 -0
  62. package/dist/esm/column-menu/column-menu-item-content.js +25 -0
  63. package/dist/esm/column-menu/column-menu-item-wrapper.js +24 -0
  64. package/dist/esm/column-menu/column-menu-item.spec.js +4380 -0
  65. package/dist/esm/column-menu/column-menu-multicheck-item.js +239 -0
  66. package/dist/esm/column-menu/column-menu-multicheck-wrap.js +24 -0
  67. package/dist/esm/column-menu/column-menu.spec.js +45 -0
  68. package/dist/esm/column-menu/filter-menu.spec.js +39 -0
  69. package/dist/esm/column-menu/templates/column-menu-normal.js +5941 -0
  70. package/dist/esm/column-menu/templates/column-menu-tabbed.js +5931 -0
  71. package/dist/esm/column-menu/templates/filter-menu-multi-check.js +5968 -0
  72. package/dist/esm/column-menu/templates/filter-menu-normal.js +5931 -0
  73. package/dist/esm/column-menu/tests/column-menu-rtl.js +6022 -0
  74. package/dist/esm/column-menu/tests/column-menu-tabbed.js +6010 -0
  75. package/dist/esm/column-menu/tests/column-menu.js +6022 -0
  76. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1011 -803
  77. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +949 -741
  78. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +903 -695
  79. package/dist/esm/form/tests/form-field-dropdowns.js +1010 -802
  80. package/dist/esm/grid/tests/grid-column-menu-rtl.js +707 -603
  81. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +852 -666
  82. package/dist/esm/grid/tests/grid-column-menu.js +706 -602
  83. package/dist/esm/grid/tests/grid-column-reordering-actions.js +302 -122
  84. package/dist/esm/grid/tests/grid-column-reordering.js +308 -128
  85. package/dist/esm/grid/tests/grid-column-resizing-actions.js +290 -107
  86. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1083 -875
  87. package/dist/esm/grid/tests/grid-grouping-actions.js +272 -59
  88. package/dist/esm/index.js +2495 -2155
  89. package/dist/esm/multiselect/templates/multiselect-prefix.js +986 -778
  90. package/dist/esm/multiselect/templates/multiselect-suffix.js +986 -778
  91. package/dist/esm/multiselect/tests/multiselect-adaptive.js +992 -784
  92. package/dist/esm/multiselect/tests/multiselect-flat.js +1016 -808
  93. package/dist/esm/multiselect/tests/multiselect-grouping.js +992 -784
  94. package/dist/esm/multiselect/tests/multiselect-opened.js +994 -786
  95. package/dist/esm/multiselect/tests/multiselect-outline.js +1016 -808
  96. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1023 -815
  97. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +995 -787
  98. package/dist/esm/multiselect/tests/multiselect-solid.js +1016 -808
  99. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  100. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  101. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1025 -817
  102. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1039 -831
  103. package/dist/esm/taskboard/taskboard-pane.js +985 -777
  104. package/dist/esm/taskboard/taskboard.spec.js +981 -773
  105. package/dist/esm/taskboard/templates/taskboard-normal.js +1015 -807
  106. package/dist/esm/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  107. package/dist/esm/taskboard/tests/taskboard-card.js +1014 -806
  108. package/dist/esm/taskboard/tests/taskboard-column.js +1029 -821
  109. package/dist/esm/taskboard/tests/taskboard-pane.js +1023 -815
  110. package/dist/esm/taskboard/tests/taskboard-resources.js +996 -788
  111. package/dist/esm/taskboard/tests/taskboard-rtl.js +1021 -813
  112. package/dist/esm/taskboard/tests/taskboard.js +1021 -813
  113. package/dist/esm/treelist/tests/treelist-aggregate-react.js +4277 -73
  114. package/dist/esm/treelist/tests/treelist-aggregates.js +4520 -217
  115. package/dist/esm/treelist/tests/treelist-react.js +2518 -98
  116. package/dist/esm/treelist/tests/treelist-row-reordering.js +4371 -59
  117. package/dist/esm/treelist/tests/treelist.js +4410 -113
  118. package/dist/esm/treelist/treelist.spec.js +8399 -0
  119. package/dist/types/column-menu/column-menu-expander.spec.d.ts +17 -0
  120. package/dist/types/column-menu/column-menu-item-content.d.ts +1 -0
  121. package/dist/types/column-menu/column-menu-item-wrapper.d.ts +1 -0
  122. package/dist/types/column-menu/column-menu-item.spec.d.ts +17 -0
  123. package/dist/types/column-menu/column-menu-multicheck-item.d.ts +4 -0
  124. package/dist/types/column-menu/column-menu-multicheck-wrap.d.ts +1 -0
  125. package/dist/types/column-menu/column-menu.spec.d.ts +14 -0
  126. package/dist/types/column-menu/filter-menu.spec.d.ts +9 -0
  127. package/dist/types/column-menu/index.d.ts +12 -0
  128. package/dist/types/column-menu/templates/column-menu-normal.d.ts +1 -0
  129. package/dist/types/column-menu/templates/column-menu-tabbed.d.ts +1 -0
  130. package/dist/types/column-menu/templates/filter-menu-multi-check.d.ts +1 -0
  131. package/dist/types/column-menu/templates/filter-menu-normal.d.ts +1 -0
  132. package/dist/types/column-menu/tests/column-menu-rtl.d.ts +2 -0
  133. package/dist/types/column-menu/tests/column-menu-tabbed.d.ts +2 -0
  134. package/dist/types/column-menu/tests/column-menu.d.ts +2 -0
  135. package/dist/types/index.d.ts +2 -0
  136. package/dist/types/treelist/index.d.ts +1 -0
  137. package/dist/types/treelist/treelist.spec.d.ts +9 -0
  138. package/package.json +2 -2
  139. package/src/column-menu/column-menu-expander.spec.tsx +66 -0
  140. package/src/column-menu/column-menu-item-content.tsx +18 -0
  141. package/src/column-menu/column-menu-item-wrapper.tsx +17 -0
  142. package/src/column-menu/column-menu-item.spec.tsx +56 -0
  143. package/src/column-menu/column-menu-multicheck-item.tsx +32 -0
  144. package/src/column-menu/column-menu-multicheck-wrap.tsx +17 -0
  145. package/src/column-menu/column-menu.spec.tsx +46 -0
  146. package/src/column-menu/filter-menu.spec.tsx +38 -0
  147. package/src/column-menu/index.ts +12 -0
  148. package/src/column-menu/templates/column-menu-normal.tsx +23 -0
  149. package/src/column-menu/templates/column-menu-tabbed.tsx +36 -0
  150. package/src/column-menu/templates/filter-menu-multi-check.tsx +26 -0
  151. package/src/column-menu/templates/filter-menu-normal.tsx +23 -0
  152. package/src/column-menu/tests/column-menu-rtl.tsx +119 -0
  153. package/src/column-menu/tests/column-menu-tabbed.tsx +113 -0
  154. package/src/column-menu/tests/column-menu.tsx +119 -0
  155. package/src/grid/tests/grid-column-menu-rtl.tsx +194 -367
  156. package/src/grid/tests/grid-column-menu-tabbed.tsx +147 -260
  157. package/src/grid/tests/grid-column-menu.tsx +194 -366
  158. package/src/grid/tests/grid-column-reordering-actions.tsx +48 -77
  159. package/src/grid/tests/grid-column-reordering.tsx +60 -86
  160. package/src/grid/tests/grid-column-resizing-actions.tsx +25 -64
  161. package/src/grid/tests/grid-grouping-actions.tsx +15 -11
  162. package/src/index.ts +2 -1
  163. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +141 -232
  164. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +17 -34
  165. package/src/taskboard/tests/taskboard-card-column-menu.tsx +12 -22
  166. package/src/treelist/index.ts +1 -0
  167. package/src/treelist/tests/treelist-aggregate-react.tsx +73 -71
  168. package/src/treelist/tests/treelist-aggregates.tsx +219 -242
  169. package/src/treelist/tests/treelist-react.tsx +98 -95
  170. package/src/treelist/tests/treelist-row-reordering.tsx +95 -74
  171. package/src/treelist/tests/treelist.tsx +110 -139
  172. package/src/treelist/treelist.spec.tsx +32 -0
@@ -6503,7 +6503,7 @@ var Form = (props) => {
6503
6503
  tag = defaultProps32.tag,
6504
6504
  children
6505
6505
  } = props;
6506
- const Parent = ({ tag: tag2, className: className31, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx88("form", { className: className31, children: children2 }) : /* @__PURE__ */ jsx88("div", { className: className31, children: children2 });
6506
+ const Parent = ({ tag: tag2, className: className32, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx88("form", { className: className32, children: children2 }) : /* @__PURE__ */ jsx88("div", { className: className32, children: children2 });
6507
6507
  const formChildren = [];
6508
6508
  if (children) {
6509
6509
  if (Array.isArray(children)) {
@@ -14603,121 +14603,143 @@ ListViewItem.defaultProps = defaultProps119;
14603
14603
  // src/listview/templates/listview-normal.tsx
14604
14604
  import { Fragment as Fragment109, jsx as jsx392, jsxs as jsxs155 } from "react/jsx-runtime";
14605
14605
 
14606
- // src/filter/filter-preview.tsx
14606
+ // src/treelist/treelist.spec.tsx
14607
14607
  import { jsx as jsx393 } from "react/jsx-runtime";
14608
- var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14608
+ var TREELIST_CLASSNAME = "k-treelist";
14609
14609
  var states131 = [];
14610
14610
  var options121 = {};
14611
14611
  var defaultProps120 = {};
14612
+ var TreeList = (props) => /* @__PURE__ */ jsx393(
14613
+ Grid,
14614
+ {
14615
+ ...props,
14616
+ className: classNames(
14617
+ TREELIST_CLASSNAME,
14618
+ props.className
14619
+ ),
14620
+ children: props.children
14621
+ }
14622
+ );
14623
+ TreeList.states = states131;
14624
+ TreeList.options = options121;
14625
+ TreeList.className = TREELIST_CLASSNAME;
14626
+ TreeList.defaultProps = defaultProps120;
14627
+
14628
+ // src/filter/filter-preview.tsx
14629
+ import { jsx as jsx394 } from "react/jsx-runtime";
14630
+ var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14631
+ var states132 = [];
14632
+ var options122 = {};
14633
+ var defaultProps121 = {};
14612
14634
  var FilterPreview = (props) => {
14613
14635
  const { fields } = props;
14614
14636
  const expressionPreview = [];
14615
14637
  if (fields) {
14616
14638
  fields.map(({ name, value }) => {
14617
14639
  expressionPreview.push(
14618
- /* @__PURE__ */ jsx393("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14640
+ /* @__PURE__ */ jsx394("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14619
14641
  );
14620
14642
  });
14621
14643
  }
14622
- return /* @__PURE__ */ jsx393("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14644
+ return /* @__PURE__ */ jsx394("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14623
14645
  };
14624
- FilterPreview.states = states131;
14625
- FilterPreview.options = options121;
14626
- FilterPreview.defaultProps = defaultProps120;
14646
+ FilterPreview.states = states132;
14647
+ FilterPreview.options = options122;
14648
+ FilterPreview.defaultProps = defaultProps121;
14627
14649
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14628
14650
 
14629
14651
  // src/filter/filter.spec.tsx
14630
- import { Fragment as Fragment110, jsx as jsx394, jsxs as jsxs156 } from "react/jsx-runtime";
14652
+ import { Fragment as Fragment110, jsx as jsx395, jsxs as jsxs156 } from "react/jsx-runtime";
14631
14653
  var FILTER_CLASSNAME = "k-filter";
14632
- var states132 = [];
14633
- var options122 = {};
14634
- var defaultProps121 = {};
14654
+ var states133 = [];
14655
+ var options123 = {};
14656
+ var defaultProps122 = {};
14635
14657
  var Filter = (props) => {
14636
14658
  const {
14637
14659
  children,
14638
14660
  showApplyButton
14639
14661
  } = props;
14640
14662
  const filterChildren = [];
14641
- let expressionPreview = /* @__PURE__ */ jsx394(Fragment110, {});
14663
+ let expressionPreview = /* @__PURE__ */ jsx395(Fragment110, {});
14642
14664
  if (children) {
14643
14665
  if (Array.isArray(children)) {
14644
14666
  children.map((child) => {
14645
14667
  if (child.type !== FilterPreview) {
14646
14668
  filterChildren.push(child);
14647
14669
  } else {
14648
- expressionPreview = /* @__PURE__ */ jsx394(FilterPreview, { ...child.props });
14670
+ expressionPreview = /* @__PURE__ */ jsx395(FilterPreview, { ...child.props });
14649
14671
  }
14650
14672
  });
14651
14673
  }
14652
14674
  }
14653
14675
  return /* @__PURE__ */ jsxs156("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14654
- /* @__PURE__ */ jsx394("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx394("li", { className: "k-filter-group-main", children: filterChildren }) }),
14676
+ /* @__PURE__ */ jsx395("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx395("li", { className: "k-filter-group-main", children: filterChildren }) }),
14655
14677
  expressionPreview,
14656
- showApplyButton && /* @__PURE__ */ jsx394(Button, { className: "k-filter-apply", children: "Apply" })
14678
+ showApplyButton && /* @__PURE__ */ jsx395(Button, { className: "k-filter-apply", children: "Apply" })
14657
14679
  ] });
14658
14680
  };
14659
- Filter.states = states132;
14660
- Filter.options = options122;
14661
- Filter.defaultProps = defaultProps121;
14681
+ Filter.states = states133;
14682
+ Filter.options = options123;
14683
+ Filter.defaultProps = defaultProps122;
14662
14684
  Filter.className = FILTER_CLASSNAME;
14663
14685
 
14664
14686
  // src/filter/filter-toolbar.tsx
14665
- import { jsx as jsx395 } from "react/jsx-runtime";
14687
+ import { jsx as jsx396 } from "react/jsx-runtime";
14666
14688
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14667
- var states133 = [];
14668
- var options123 = {};
14669
- var defaultProps122 = {};
14689
+ var states134 = [];
14690
+ var options124 = {};
14691
+ var defaultProps123 = {};
14670
14692
  var FilterToolbar = (props) => {
14671
14693
  const { children } = props;
14672
- return /* @__PURE__ */ jsx395("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14694
+ return /* @__PURE__ */ jsx396("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14673
14695
  };
14674
- FilterToolbar.states = states133;
14675
- FilterToolbar.options = options123;
14676
- FilterToolbar.defaultProps = defaultProps122;
14696
+ FilterToolbar.states = states134;
14697
+ FilterToolbar.options = options124;
14698
+ FilterToolbar.defaultProps = defaultProps123;
14677
14699
 
14678
14700
  // src/filter/filter-lines.tsx
14679
- import { jsx as jsx396 } from "react/jsx-runtime";
14701
+ import { jsx as jsx397 } from "react/jsx-runtime";
14680
14702
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14681
- var states134 = [];
14682
- var options124 = {};
14683
- var defaultProps123 = {};
14703
+ var states135 = [];
14704
+ var options125 = {};
14705
+ var defaultProps124 = {};
14684
14706
  var FilterLines = (props) => {
14685
14707
  const { children } = props;
14686
- return /* @__PURE__ */ jsx396("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14708
+ return /* @__PURE__ */ jsx397("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14687
14709
  };
14688
- FilterLines.states = states134;
14689
- FilterLines.options = options124;
14690
- FilterLines.defaultProps = defaultProps123;
14710
+ FilterLines.states = states135;
14711
+ FilterLines.options = options125;
14712
+ FilterLines.defaultProps = defaultProps124;
14691
14713
 
14692
14714
  // src/filter/filter-item.tsx
14693
- import { jsx as jsx397 } from "react/jsx-runtime";
14715
+ import { jsx as jsx398 } from "react/jsx-runtime";
14694
14716
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14695
- var states135 = [];
14696
- var options125 = {};
14697
- var defaultProps124 = {};
14717
+ var states136 = [];
14718
+ var options126 = {};
14719
+ var defaultProps125 = {};
14698
14720
  var FilterItem = (props) => {
14699
14721
  const { children } = props;
14700
- return /* @__PURE__ */ jsx397("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14722
+ return /* @__PURE__ */ jsx398("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14701
14723
  };
14702
- FilterItem.states = states135;
14703
- FilterItem.options = options125;
14704
- FilterItem.defaultProps = defaultProps124;
14724
+ FilterItem.states = states136;
14725
+ FilterItem.options = options126;
14726
+ FilterItem.defaultProps = defaultProps125;
14705
14727
 
14706
14728
  // src/filter/templates/filter-normal.tsx
14707
- import { jsx as jsx398, jsxs as jsxs157 } from "react/jsx-runtime";
14729
+ import { jsx as jsx399, jsxs as jsxs157 } from "react/jsx-runtime";
14708
14730
 
14709
14731
  // src/filemanager/filemanager-toolbar.spec.tsx
14710
- import { jsx as jsx399 } from "react/jsx-runtime";
14732
+ import { jsx as jsx400 } from "react/jsx-runtime";
14711
14733
  var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14712
- var states136 = [];
14713
- var options126 = {};
14714
- var defaultProps125 = {};
14734
+ var states137 = [];
14735
+ var options127 = {};
14736
+ var defaultProps126 = {};
14715
14737
  var FileManagerToolbar = (props) => {
14716
14738
  const {
14717
14739
  children,
14718
14740
  ...other
14719
14741
  } = props;
14720
- return /* @__PURE__ */ jsx399(
14742
+ return /* @__PURE__ */ jsx400(
14721
14743
  Toolbar,
14722
14744
  {
14723
14745
  ...other,
@@ -14729,44 +14751,44 @@ var FileManagerToolbar = (props) => {
14729
14751
  }
14730
14752
  );
14731
14753
  };
14732
- FileManagerToolbar.states = states136;
14733
- FileManagerToolbar.options = options126;
14754
+ FileManagerToolbar.states = states137;
14755
+ FileManagerToolbar.options = options127;
14734
14756
  FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14735
- FileManagerToolbar.defaultProps = defaultProps125;
14757
+ FileManagerToolbar.defaultProps = defaultProps126;
14736
14758
 
14737
14759
  // src/filemanager/filemanager.spec.tsx
14738
- import { Fragment as Fragment111, jsx as jsx400, jsxs as jsxs158 } from "react/jsx-runtime";
14760
+ import { Fragment as Fragment111, jsx as jsx401, jsxs as jsxs158 } from "react/jsx-runtime";
14739
14761
  var FILEMANAGER_CLASSNAME = "k-filemanager";
14740
- var states137 = [
14762
+ var states138 = [
14741
14763
  States.disabled
14742
14764
  ];
14743
- var options127 = {};
14744
- var defaultToolbar = /* @__PURE__ */ jsx400(Fragment111, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
14745
- /* @__PURE__ */ jsx400(Button, { children: "New Folder" }),
14746
- /* @__PURE__ */ jsx400(Button, { children: "Upload" }),
14765
+ var options128 = {};
14766
+ var defaultToolbar = /* @__PURE__ */ jsx401(Fragment111, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
14767
+ /* @__PURE__ */ jsx401(Button, { children: "New Folder" }),
14768
+ /* @__PURE__ */ jsx401(Button, { children: "Upload" }),
14747
14769
  /* @__PURE__ */ jsxs158(ButtonGroup, { children: [
14748
- /* @__PURE__ */ jsx400(Button, { icon: "sort-asc-small" }),
14749
- /* @__PURE__ */ jsx400(Button, { icon: "sort-desc-small" })
14770
+ /* @__PURE__ */ jsx401(Button, { icon: "sort-asc-small" }),
14771
+ /* @__PURE__ */ jsx401(Button, { icon: "sort-desc-small" })
14750
14772
  ] }),
14751
- /* @__PURE__ */ jsx400(SplitButton, { text: "Sort By" }),
14773
+ /* @__PURE__ */ jsx401(SplitButton, { text: "Sort By" }),
14752
14774
  /* @__PURE__ */ jsxs158(ButtonGroup, { children: [
14753
- /* @__PURE__ */ jsx400(Button, { icon: "grid-layout" }),
14754
- /* @__PURE__ */ jsx400(Button, { icon: "grid" })
14775
+ /* @__PURE__ */ jsx401(Button, { icon: "grid-layout" }),
14776
+ /* @__PURE__ */ jsx401(Button, { icon: "grid" })
14755
14777
  ] }),
14756
- /* @__PURE__ */ jsx400("div", { className: "k-spacer" }),
14778
+ /* @__PURE__ */ jsx401("div", { className: "k-spacer" }),
14757
14779
  /* @__PURE__ */ jsxs158("div", { className: "k-filemanager-details-toggle", children: [
14758
- /* @__PURE__ */ jsx400("label", { children: "View Details" }),
14759
- /* @__PURE__ */ jsx400(Switch, {})
14780
+ /* @__PURE__ */ jsx401("label", { children: "View Details" }),
14781
+ /* @__PURE__ */ jsx401(Switch, {})
14760
14782
  ] }),
14761
- /* @__PURE__ */ jsx400(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14783
+ /* @__PURE__ */ jsx401(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14762
14784
  ] }) });
14763
- var defaultProps126 = {
14785
+ var defaultProps127 = {
14764
14786
  toolbar: defaultToolbar
14765
14787
  };
14766
14788
  var FileManager = (props) => {
14767
14789
  const {
14768
14790
  disabled,
14769
- toolbar = defaultProps126.toolbar
14791
+ toolbar = defaultProps127.toolbar
14770
14792
  } = props;
14771
14793
  return /* @__PURE__ */ jsxs158("div", { className: classNames(
14772
14794
  props.className,
@@ -14775,27 +14797,27 @@ var FileManager = (props) => {
14775
14797
  disabled
14776
14798
  })
14777
14799
  ), children: [
14778
- /* @__PURE__ */ jsx400("div", { className: "k-filemanager-header", children: toolbar }),
14779
- /* @__PURE__ */ jsx400("div", { className: "k-filemanager-content-container", children: props.children })
14800
+ /* @__PURE__ */ jsx401("div", { className: "k-filemanager-header", children: toolbar }),
14801
+ /* @__PURE__ */ jsx401("div", { className: "k-filemanager-content-container", children: props.children })
14780
14802
  ] });
14781
14803
  };
14782
- FileManager.states = states137;
14783
- FileManager.options = options127;
14804
+ FileManager.states = states138;
14805
+ FileManager.options = options128;
14784
14806
  FileManager.className = FILEMANAGER_CLASSNAME;
14785
- FileManager.defaultProps = defaultProps126;
14807
+ FileManager.defaultProps = defaultProps127;
14786
14808
 
14787
14809
  // src/filemanager/filemanager-breadcrumb.spec.tsx
14788
- import { jsx as jsx401 } from "react/jsx-runtime";
14810
+ import { jsx as jsx402 } from "react/jsx-runtime";
14789
14811
  var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14790
- var states138 = [];
14791
- var options128 = {};
14792
- var defaultProps127 = {};
14812
+ var states139 = [];
14813
+ var options129 = {};
14814
+ var defaultProps128 = {};
14793
14815
  var FileManagerBreadcrumb = (props) => {
14794
14816
  const {
14795
14817
  children,
14796
14818
  ...other
14797
14819
  } = props;
14798
- return /* @__PURE__ */ jsx401(
14820
+ return /* @__PURE__ */ jsx402(
14799
14821
  Breadcrumb,
14800
14822
  {
14801
14823
  className: classNames(
@@ -14807,23 +14829,23 @@ var FileManagerBreadcrumb = (props) => {
14807
14829
  }
14808
14830
  );
14809
14831
  };
14810
- FileManagerBreadcrumb.states = states138;
14811
- FileManagerBreadcrumb.options = options128;
14832
+ FileManagerBreadcrumb.states = states139;
14833
+ FileManagerBreadcrumb.options = options129;
14812
14834
  FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14813
- FileManagerBreadcrumb.defaultProps = defaultProps127;
14835
+ FileManagerBreadcrumb.defaultProps = defaultProps128;
14814
14836
 
14815
14837
  // src/filemanager/filemanager-listview.spec.tsx
14816
- import { jsx as jsx402 } from "react/jsx-runtime";
14838
+ import { jsx as jsx403 } from "react/jsx-runtime";
14817
14839
  var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14818
- var states139 = [];
14819
- var options129 = {};
14820
- var defaultProps128 = {};
14840
+ var states140 = [];
14841
+ var options130 = {};
14842
+ var defaultProps129 = {};
14821
14843
  var FileManagerListView = (props) => {
14822
14844
  const {
14823
14845
  children,
14824
14846
  ...other
14825
14847
  } = props;
14826
- return /* @__PURE__ */ jsx402(
14848
+ return /* @__PURE__ */ jsx403(
14827
14849
  ListView,
14828
14850
  {
14829
14851
  className: classNames(
@@ -14837,23 +14859,23 @@ var FileManagerListView = (props) => {
14837
14859
  }
14838
14860
  );
14839
14861
  };
14840
- FileManagerListView.states = states139;
14841
- FileManagerListView.options = options129;
14862
+ FileManagerListView.states = states140;
14863
+ FileManagerListView.options = options130;
14842
14864
  FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14843
- FileManagerListView.defaultProps = defaultProps128;
14865
+ FileManagerListView.defaultProps = defaultProps129;
14844
14866
 
14845
14867
  // src/filemanager/filemanager-treeview.spec.tsx
14846
- import { jsx as jsx403 } from "react/jsx-runtime";
14868
+ import { jsx as jsx404 } from "react/jsx-runtime";
14847
14869
  var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14848
- var states140 = [];
14849
- var options130 = {};
14850
- var defaultProps129 = {};
14870
+ var states141 = [];
14871
+ var options131 = {};
14872
+ var defaultProps130 = {};
14851
14873
  var FileManagerTreeview = (props) => {
14852
14874
  const {
14853
14875
  children,
14854
14876
  ...other
14855
14877
  } = props;
14856
- return /* @__PURE__ */ jsx403(
14878
+ return /* @__PURE__ */ jsx404(
14857
14879
  Treeview,
14858
14880
  {
14859
14881
  className: classNames(
@@ -14865,23 +14887,23 @@ var FileManagerTreeview = (props) => {
14865
14887
  }
14866
14888
  );
14867
14889
  };
14868
- FileManagerTreeview.states = states140;
14869
- FileManagerTreeview.options = options130;
14890
+ FileManagerTreeview.states = states141;
14891
+ FileManagerTreeview.options = options131;
14870
14892
  FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14871
- FileManagerTreeview.defaultProps = defaultProps129;
14893
+ FileManagerTreeview.defaultProps = defaultProps130;
14872
14894
 
14873
14895
  // src/filemanager/filemanager-drag-hint.tsx
14874
- import { jsx as jsx404, jsxs as jsxs159 } from "react/jsx-runtime";
14896
+ import { jsx as jsx405, jsxs as jsxs159 } from "react/jsx-runtime";
14875
14897
  var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14876
- var states141 = [];
14877
- var options131 = {};
14878
- var defaultProps130 = {
14898
+ var states142 = [];
14899
+ var options132 = {};
14900
+ var defaultProps131 = {
14879
14901
  icon: "file"
14880
14902
  };
14881
14903
  var FileManagerDragHint = (props) => {
14882
14904
  const {
14883
14905
  hint,
14884
- icon = defaultProps130.icon,
14906
+ icon = defaultProps131.icon,
14885
14907
  ...other
14886
14908
  } = props;
14887
14909
  return /* @__PURE__ */ jsxs159(
@@ -14894,31 +14916,31 @@ var FileManagerDragHint = (props) => {
14894
14916
  ),
14895
14917
  ...other,
14896
14918
  children: [
14897
- /* @__PURE__ */ jsx404(Icon, { icon }),
14898
- /* @__PURE__ */ jsx404("span", { children: hint })
14919
+ /* @__PURE__ */ jsx405(Icon, { icon }),
14920
+ /* @__PURE__ */ jsx405("span", { children: hint })
14899
14921
  ]
14900
14922
  }
14901
14923
  );
14902
14924
  };
14903
- FileManagerDragHint.states = states141;
14904
- FileManagerDragHint.options = options131;
14925
+ FileManagerDragHint.states = states142;
14926
+ FileManagerDragHint.options = options132;
14905
14927
  FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14906
- FileManagerDragHint.defaultProps = defaultProps130;
14928
+ FileManagerDragHint.defaultProps = defaultProps131;
14907
14929
 
14908
14930
  // src/filemanager/file-info.tsx
14909
- import { Fragment as Fragment112, jsx as jsx405, jsxs as jsxs160 } from "react/jsx-runtime";
14931
+ import { Fragment as Fragment112, jsx as jsx406, jsxs as jsxs160 } from "react/jsx-runtime";
14910
14932
  var FILEINFO_CLASSNAME = "k-file-info";
14911
- var states142 = [];
14912
- var options132 = {};
14913
- var defaultProps131 = {
14933
+ var states143 = [];
14934
+ var options133 = {};
14935
+ var defaultProps132 = {
14914
14936
  name: "No File Selected",
14915
14937
  icon: "file"
14916
14938
  };
14917
14939
  var FileInfo = (props) => {
14918
14940
  const {
14919
14941
  selection,
14920
- name = defaultProps131.name,
14921
- icon = defaultProps131.icon,
14942
+ name = defaultProps132.name,
14943
+ icon = defaultProps132.icon,
14922
14944
  fileType,
14923
14945
  fileSize,
14924
14946
  fileDateCreated,
@@ -14928,7 +14950,7 @@ var FileInfo = (props) => {
14928
14950
  props.className,
14929
14951
  FILEINFO_CLASSNAME
14930
14952
  ), children: [
14931
- /* @__PURE__ */ jsx405(
14953
+ /* @__PURE__ */ jsx406(
14932
14954
  FilePreview,
14933
14955
  {
14934
14956
  className: classNames(
@@ -14943,43 +14965,43 @@ var FileInfo = (props) => {
14943
14965
  size: "xxxlarge"
14944
14966
  }
14945
14967
  ),
14946
- selection === "single" && /* @__PURE__ */ jsx405(Fragment112, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
14968
+ selection === "single" && /* @__PURE__ */ jsx406(Fragment112, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
14947
14969
  fileType && /* @__PURE__ */ jsxs160(Fragment112, { children: [
14948
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Type: " }),
14949
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14950
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
14970
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Type: " }),
14971
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14972
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
14951
14973
  ] }),
14952
14974
  fileSize && /* @__PURE__ */ jsxs160(Fragment112, { children: [
14953
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Size: " }),
14954
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14955
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
14975
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Size: " }),
14976
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14977
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
14956
14978
  ] }),
14957
14979
  fileDateCreated && /* @__PURE__ */ jsxs160(Fragment112, { children: [
14958
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14959
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14960
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
14980
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14981
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14982
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
14961
14983
  ] }),
14962
14984
  fileDateModified && /* @__PURE__ */ jsxs160(Fragment112, { children: [
14963
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14964
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14965
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
14985
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14986
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14987
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
14966
14988
  ] })
14967
14989
  ] }) })
14968
14990
  ] });
14969
14991
  };
14970
- FileInfo.states = states142;
14971
- FileInfo.options = options132;
14992
+ FileInfo.states = states143;
14993
+ FileInfo.options = options133;
14972
14994
  FileInfo.className = FILEINFO_CLASSNAME;
14973
- FileInfo.defaultProps = defaultProps131;
14995
+ FileInfo.defaultProps = defaultProps132;
14974
14996
 
14975
14997
  // src/filemanager/file-preview.tsx
14976
- import { Fragment as Fragment113, jsx as jsx406, jsxs as jsxs161 } from "react/jsx-runtime";
14998
+ import { Fragment as Fragment113, jsx as jsx407, jsxs as jsxs161 } from "react/jsx-runtime";
14977
14999
  var FILEPREVIEW_CLASSNAME = "k-file-preview";
14978
- var states143 = [];
14979
- var options133 = {
15000
+ var states144 = [];
15001
+ var options134 = {
14980
15002
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14981
15003
  };
14982
- var defaultProps132 = {};
15004
+ var defaultProps133 = {};
14983
15005
  var FilePreview = (props) => {
14984
15006
  const {
14985
15007
  size,
@@ -14987,9 +15009,9 @@ var FilePreview = (props) => {
14987
15009
  name
14988
15010
  } = props;
14989
15011
  return /* @__PURE__ */ jsxs161(Fragment113, { children: [
14990
- /* @__PURE__ */ jsx406("span", { className: classNames(
15012
+ /* @__PURE__ */ jsx407("span", { className: classNames(
14991
15013
  FILEPREVIEW_CLASSNAME
14992
- ), children: /* @__PURE__ */ jsx406(
15014
+ ), children: /* @__PURE__ */ jsx407(
14993
15015
  Icon,
14994
15016
  {
14995
15017
  className: "k-file-icon",
@@ -14997,41 +15019,41 @@ var FilePreview = (props) => {
14997
15019
  size
14998
15020
  }
14999
15021
  ) }),
15000
- /* @__PURE__ */ jsx406("span", { className: classNames(
15022
+ /* @__PURE__ */ jsx407("span", { className: classNames(
15001
15023
  props.className,
15002
15024
  "k-file-name"
15003
15025
  ), children: name })
15004
15026
  ] });
15005
15027
  };
15006
- FilePreview.states = states143;
15007
- FilePreview.options = options133;
15028
+ FilePreview.states = states144;
15029
+ FilePreview.options = options134;
15008
15030
  FilePreview.className = FILEPREVIEW_CLASSNAME;
15009
- FilePreview.defaultProps = defaultProps132;
15031
+ FilePreview.defaultProps = defaultProps133;
15010
15032
 
15011
15033
  // src/filemanager/templates/filemanager-normal.tsx
15012
- import { Fragment as Fragment114, jsx as jsx407, jsxs as jsxs162 } from "react/jsx-runtime";
15034
+ import { Fragment as Fragment114, jsx as jsx408, jsxs as jsxs162 } from "react/jsx-runtime";
15013
15035
 
15014
15036
  // src/filemanager/templates/filemanager-preview.tsx
15015
- import { Fragment as Fragment115, jsx as jsx408, jsxs as jsxs163 } from "react/jsx-runtime";
15037
+ import { Fragment as Fragment115, jsx as jsx409, jsxs as jsxs163 } from "react/jsx-runtime";
15016
15038
 
15017
15039
  // src/filemanager/templates/filemanager-grid.tsx
15018
- import { Fragment as Fragment116, jsx as jsx409, jsxs as jsxs164 } from "react/jsx-runtime";
15040
+ import { Fragment as Fragment116, jsx as jsx410, jsxs as jsxs164 } from "react/jsx-runtime";
15019
15041
 
15020
15042
  // src/filemanager/templates/filemanager-grid-preview.tsx
15021
- import { Fragment as Fragment117, jsx as jsx410, jsxs as jsxs165 } from "react/jsx-runtime";
15043
+ import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs165 } from "react/jsx-runtime";
15022
15044
 
15023
15045
  // src/taskboard/taskboard-toolbar.tsx
15024
- import { jsx as jsx411 } from "react/jsx-runtime";
15046
+ import { jsx as jsx412 } from "react/jsx-runtime";
15025
15047
  var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
15026
- var states144 = [];
15027
- var options134 = {};
15028
- var defaultProps133 = {};
15048
+ var states145 = [];
15049
+ var options135 = {};
15050
+ var defaultProps134 = {};
15029
15051
  var TaskBoardToolbar = (props) => {
15030
15052
  const {
15031
15053
  children,
15032
15054
  ...other
15033
15055
  } = props;
15034
- return /* @__PURE__ */ jsx411(
15056
+ return /* @__PURE__ */ jsx412(
15035
15057
  Toolbar,
15036
15058
  {
15037
15059
  ...other,
@@ -15043,27 +15065,27 @@ var TaskBoardToolbar = (props) => {
15043
15065
  }
15044
15066
  );
15045
15067
  };
15046
- TaskBoardToolbar.states = states144;
15047
- TaskBoardToolbar.options = options134;
15068
+ TaskBoardToolbar.states = states145;
15069
+ TaskBoardToolbar.options = options135;
15048
15070
  TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
15049
- TaskBoardToolbar.defaultProps = defaultProps133;
15071
+ TaskBoardToolbar.defaultProps = defaultProps134;
15050
15072
 
15051
15073
  // src/taskboard/taskboard-pane.tsx
15052
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs166 } from "react/jsx-runtime";
15074
+ import { Fragment as Fragment118, jsx as jsx413, jsxs as jsxs166 } from "react/jsx-runtime";
15053
15075
  var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
15054
- var states145 = [];
15055
- var options135 = {};
15076
+ var states146 = [];
15077
+ var options136 = {};
15056
15078
  var defaultHeader = /* @__PURE__ */ jsxs166(Fragment118, { children: [
15057
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
15058
- /* @__PURE__ */ jsx412("span", { className: "k-spacer" }),
15059
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx412(Button, { fillMode: "flat", icon: "x" }) })
15079
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
15080
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15081
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" }) })
15060
15082
  ] });
15061
- var defaultProps134 = {
15083
+ var defaultProps135 = {
15062
15084
  header: defaultHeader
15063
15085
  };
15064
15086
  var TaskBoardPane = (props) => {
15065
15087
  const {
15066
- header = defaultProps134.header,
15088
+ header = defaultProps135.header,
15067
15089
  ...other
15068
15090
  } = props;
15069
15091
  return /* @__PURE__ */ jsxs166(
@@ -15076,34 +15098,34 @@ var TaskBoardPane = (props) => {
15076
15098
  "k-taskboard-edit-pane"
15077
15099
  ),
15078
15100
  children: [
15079
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header", children: header }),
15080
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-content", children: props.children }),
15101
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header", children: header }),
15102
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-content", children: props.children }),
15081
15103
  /* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
15082
- /* @__PURE__ */ jsx412(Button, { icon: "trash", children: "Delete" }),
15083
- /* @__PURE__ */ jsx412(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
15104
+ /* @__PURE__ */ jsx413(Button, { icon: "trash", children: "Delete" }),
15105
+ /* @__PURE__ */ jsx413(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
15084
15106
  ] })
15085
15107
  ]
15086
15108
  }
15087
15109
  );
15088
15110
  };
15089
- TaskBoardPane.states = states145;
15090
- TaskBoardPane.options = options135;
15111
+ TaskBoardPane.states = states146;
15112
+ TaskBoardPane.options = options136;
15091
15113
  TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
15092
- TaskBoardPane.defaultProps = defaultProps134;
15114
+ TaskBoardPane.defaultProps = defaultProps135;
15093
15115
 
15094
15116
  // src/taskboard/taskboard.spec.tsx
15095
- import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs167 } from "react/jsx-runtime";
15117
+ import { Fragment as Fragment119, jsx as jsx414, jsxs as jsxs167 } from "react/jsx-runtime";
15096
15118
  var TASKBOARD_CLASSNAME = `k-taskboard`;
15097
- var states146 = [
15119
+ var states147 = [
15098
15120
  States.disabled
15099
15121
  ];
15100
- var options136 = {};
15101
- var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
15102
- /* @__PURE__ */ jsx413(Button, { icon: "plus", children: "Add Column" }),
15103
- /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15104
- /* @__PURE__ */ jsx413(Searchbox, { placeholder: "Search..." })
15122
+ var options137 = {};
15123
+ var defaultToolbar2 = /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
15124
+ /* @__PURE__ */ jsx414(Button, { icon: "plus", children: "Add Column" }),
15125
+ /* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
15126
+ /* @__PURE__ */ jsx414(Searchbox, { placeholder: "Search..." })
15105
15127
  ] }) });
15106
- var defaultProps135 = {
15128
+ var defaultProps136 = {
15107
15129
  toolbar: defaultToolbar2,
15108
15130
  pane: false,
15109
15131
  panePosition: "end"
@@ -15111,8 +15133,8 @@ var defaultProps135 = {
15111
15133
  var TaskBoard = (props) => {
15112
15134
  const {
15113
15135
  disabled,
15114
- toolbar = defaultProps135.toolbar,
15115
- panePosition = defaultProps135.panePosition,
15136
+ toolbar = defaultProps136.toolbar,
15137
+ panePosition = defaultProps136.panePosition,
15116
15138
  pane,
15117
15139
  ...other
15118
15140
  } = props;
@@ -15128,45 +15150,45 @@ var TaskBoard = (props) => {
15128
15150
  })
15129
15151
  ),
15130
15152
  children: [
15131
- /* @__PURE__ */ jsx413("div", { className: "k-taskboard-header", children: toolbar }),
15132
- /* @__PURE__ */ jsx413("div", { className: "k-taskboard-content", style: {
15153
+ /* @__PURE__ */ jsx414("div", { className: "k-taskboard-header", children: toolbar }),
15154
+ /* @__PURE__ */ jsx414("div", { className: "k-taskboard-content", style: {
15133
15155
  marginRight: pane && panePosition === "end" ? "304px" : void 0,
15134
15156
  marginLeft: pane && panePosition === "start" ? "304px" : void 0
15135
- }, children: /* @__PURE__ */ jsx413("div", { className: "k-taskboard-columns-container", children: props.children }) }),
15136
- pane && /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsx413(TaskBoardPane, { className: classNames(
15157
+ }, children: /* @__PURE__ */ jsx414("div", { className: "k-taskboard-columns-container", children: props.children }) }),
15158
+ pane && /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsx414(TaskBoardPane, { className: classNames(
15137
15159
  {
15138
15160
  ["k-taskboard-pane-start"]: panePosition === "start"
15139
15161
  }
15140
- ), children: /* @__PURE__ */ jsx413(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx413(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx413(Textbox, {}) }) }) }) })
15162
+ ), children: /* @__PURE__ */ jsx414(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx414(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx414(Textbox, {}) }) }) }) })
15141
15163
  ]
15142
15164
  }
15143
15165
  );
15144
15166
  };
15145
- TaskBoard.states = states146;
15146
- TaskBoard.options = options136;
15167
+ TaskBoard.states = states147;
15168
+ TaskBoard.options = options137;
15147
15169
  TaskBoard.className = TASKBOARD_CLASSNAME;
15148
- TaskBoard.defaultProps = defaultProps135;
15170
+ TaskBoard.defaultProps = defaultProps136;
15149
15171
 
15150
15172
  // src/taskboard/taskboard-column.tsx
15151
- import { Fragment as Fragment120, jsx as jsx414, jsxs as jsxs168 } from "react/jsx-runtime";
15173
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs168 } from "react/jsx-runtime";
15152
15174
  var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
15153
- var states147 = [];
15154
- var options137 = {};
15175
+ var states148 = [];
15176
+ var options138 = {};
15155
15177
  var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment120, { children: [
15156
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
15157
- /* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
15178
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
15179
+ /* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
15158
15180
  /* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
15159
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "pencil" }),
15160
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "plus" }),
15161
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "x" })
15181
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "pencil" }),
15182
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "plus" }),
15183
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" })
15162
15184
  ] })
15163
15185
  ] });
15164
- var defaultProps136 = {
15186
+ var defaultProps137 = {
15165
15187
  header: defaultHeader2
15166
15188
  };
15167
15189
  var TaskBoardColumn = (props) => {
15168
15190
  const {
15169
- header = defaultProps136.header,
15191
+ header = defaultProps137.header,
15170
15192
  edit,
15171
15193
  ...other
15172
15194
  } = props;
@@ -15182,30 +15204,30 @@ var TaskBoardColumn = (props) => {
15182
15204
  }
15183
15205
  ),
15184
15206
  children: [
15185
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-header", children: header }),
15186
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-cards", children: props.children }) })
15207
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header", children: header }),
15208
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards", children: props.children }) })
15187
15209
  ]
15188
15210
  }
15189
15211
  );
15190
15212
  };
15191
- TaskBoardColumn.states = states147;
15192
- TaskBoardColumn.options = options137;
15213
+ TaskBoardColumn.states = states148;
15214
+ TaskBoardColumn.options = options138;
15193
15215
  TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
15194
- TaskBoardColumn.defaultProps = defaultProps136;
15216
+ TaskBoardColumn.defaultProps = defaultProps137;
15195
15217
 
15196
15218
  // src/taskboard/taskboard-card.tsx
15197
- import { jsx as jsx415 } from "react/jsx-runtime";
15219
+ import { jsx as jsx416 } from "react/jsx-runtime";
15198
15220
  var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
15199
- var states148 = [];
15200
- var options138 = {};
15201
- var defaultProps137 = {};
15221
+ var states149 = [];
15222
+ var options139 = {};
15223
+ var defaultProps138 = {};
15202
15224
  var TaskBoardCard = (props) => {
15203
15225
  const {
15204
15226
  children,
15205
15227
  category,
15206
15228
  ...other
15207
15229
  } = props;
15208
- return /* @__PURE__ */ jsx415(
15230
+ return /* @__PURE__ */ jsx416(
15209
15231
  Card,
15210
15232
  {
15211
15233
  ...other,
@@ -15220,19 +15242,205 @@ var TaskBoardCard = (props) => {
15220
15242
  }
15221
15243
  );
15222
15244
  };
15223
- TaskBoardCard.states = states148;
15224
- TaskBoardCard.options = options138;
15245
+ TaskBoardCard.states = states149;
15246
+ TaskBoardCard.options = options139;
15225
15247
  TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
15226
- TaskBoardCard.defaultProps = defaultProps137;
15248
+ TaskBoardCard.defaultProps = defaultProps138;
15227
15249
 
15228
15250
  // src/taskboard/templates/taskboard-normal.tsx
15229
- import { Fragment as Fragment121, jsx as jsx416, jsxs as jsxs169 } from "react/jsx-runtime";
15251
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs169 } from "react/jsx-runtime";
15252
+
15253
+ // src/column-menu/column-menu.spec.tsx
15254
+ import { jsx as jsx418 } from "react/jsx-runtime";
15255
+ var COLUMNMENU_CLASSNAME = `k-column-menu`;
15256
+ var states150 = [];
15257
+ var options140 = {};
15258
+ var defaultProps139 = {
15259
+ view: "list"
15260
+ };
15261
+ var ColumnMenu = (props) => {
15262
+ const {
15263
+ view = defaultProps139.view,
15264
+ ...other
15265
+ } = props;
15266
+ return /* @__PURE__ */ jsx418(
15267
+ "div",
15268
+ {
15269
+ ...other,
15270
+ className: classNames(
15271
+ props.className,
15272
+ COLUMNMENU_CLASSNAME,
15273
+ {
15274
+ "k-column-menu-tabbed": view === "tabbed"
15275
+ }
15276
+ ),
15277
+ children: props.children
15278
+ }
15279
+ );
15280
+ };
15281
+ ColumnMenu.states = states150;
15282
+ ColumnMenu.options = options140;
15283
+ ColumnMenu.className = COLUMNMENU_CLASSNAME;
15284
+ ColumnMenu.defaultProps = defaultProps139;
15285
+
15286
+ // src/column-menu/column-menu-item.spec.tsx
15287
+ import { jsx as jsx419, jsxs as jsxs170 } from "react/jsx-runtime";
15288
+ var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
15289
+ var states151 = [
15290
+ States.focus,
15291
+ States.selected
15292
+ ];
15293
+ var options141 = {};
15294
+ var defaultProps140 = {};
15295
+ var ColumnMenuItem = (props) => {
15296
+ const {
15297
+ focus,
15298
+ selected,
15299
+ text,
15300
+ icon,
15301
+ ...other
15302
+ } = props;
15303
+ return /* @__PURE__ */ jsxs170(
15304
+ "div",
15305
+ {
15306
+ ...other,
15307
+ className: classNames(
15308
+ props.className,
15309
+ COLUMNMENUITEM_CLASSNAME,
15310
+ stateClassNames(COLUMNMENUITEM_CLASSNAME, {
15311
+ focus,
15312
+ selected
15313
+ })
15314
+ ),
15315
+ children: [
15316
+ /* @__PURE__ */ jsx419(Icon, { icon }),
15317
+ text,
15318
+ props.children
15319
+ ]
15320
+ }
15321
+ );
15322
+ };
15323
+ ColumnMenuItem.states = states151;
15324
+ ColumnMenuItem.options = options141;
15325
+ ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
15326
+ ColumnMenuItem.defaultProps = defaultProps140;
15327
+
15328
+ // src/column-menu/column-menu-item-wrapper.tsx
15329
+ import { jsx as jsx420 } from "react/jsx-runtime";
15330
+
15331
+ // src/column-menu/column-menu-item-content.tsx
15332
+ import { jsx as jsx421 } from "react/jsx-runtime";
15333
+ var className31 = `k-columnmenu-item-content`;
15334
+ var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx421(
15335
+ "div",
15336
+ {
15337
+ ...props,
15338
+ className: classNames(
15339
+ props.className,
15340
+ className31,
15341
+ "k-columns-item"
15342
+ ),
15343
+ children: props.children
15344
+ }
15345
+ );
15346
+
15347
+ // src/column-menu/filter-menu.spec.tsx
15348
+ import { jsx as jsx422 } from "react/jsx-runtime";
15349
+ var FILTERMENU_CLASSNAME = `k-filter-menu`;
15350
+ var states152 = [];
15351
+ var options142 = {};
15352
+ var defaultProps141 = {};
15353
+ var FilterMenu = (props) => {
15354
+ const {
15355
+ ...other
15356
+ } = props;
15357
+ return /* @__PURE__ */ jsx422(
15358
+ "form",
15359
+ {
15360
+ ...other,
15361
+ className: classNames(
15362
+ props.className,
15363
+ FILTERMENU_CLASSNAME
15364
+ ),
15365
+ children: /* @__PURE__ */ jsx422("div", { className: "k-filter-menu-container", children: props.children })
15366
+ }
15367
+ );
15368
+ };
15369
+ FilterMenu.states = states152;
15370
+ FilterMenu.options = options142;
15371
+ FilterMenu.className = FILTERMENU_CLASSNAME;
15372
+ FilterMenu.defaultProps = defaultProps141;
15373
+
15374
+ // src/column-menu/column-menu-multicheck-wrap.tsx
15375
+ import { jsx as jsx423 } from "react/jsx-runtime";
15376
+
15377
+ // src/column-menu/column-menu-multicheck-item.tsx
15378
+ import { jsx as jsx424, jsxs as jsxs171 } from "react/jsx-runtime";
15379
+
15380
+ // src/column-menu/column-menu-expander.spec.tsx
15381
+ import { Fragment as Fragment122, jsx as jsx425, jsxs as jsxs172 } from "react/jsx-runtime";
15382
+ var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
15383
+ var states153 = [];
15384
+ var options143 = {};
15385
+ var defaultProps142 = {};
15386
+ var ColumnMenuExpander = (props) => {
15387
+ const {
15388
+ itemText,
15389
+ itemIcon,
15390
+ expanded,
15391
+ itemContent,
15392
+ expanderIcon,
15393
+ ...other
15394
+ } = props;
15395
+ let icon = /* @__PURE__ */ jsx425(Fragment122, {});
15396
+ if (!expanded && !expanderIcon) {
15397
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-down" });
15398
+ } else if (expanded && !expanderIcon) {
15399
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-up" });
15400
+ } else {
15401
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: expanderIcon });
15402
+ }
15403
+ return /* @__PURE__ */ jsxs172(
15404
+ "div",
15405
+ {
15406
+ ...other,
15407
+ className: classNames(
15408
+ props.className,
15409
+ COLUMNMENUEXPANDER_CLASSNAME
15410
+ ),
15411
+ children: [
15412
+ /* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
15413
+ /* @__PURE__ */ jsx425("span", { className: "k-spacer" }),
15414
+ /* @__PURE__ */ jsx425("span", { className: "k-expander-indicator", children: icon })
15415
+ ] }),
15416
+ expanded && /* @__PURE__ */ jsx425(ColumnMenuItemContent, { children: itemContent }),
15417
+ props.children
15418
+ ]
15419
+ }
15420
+ );
15421
+ };
15422
+ ColumnMenuExpander.states = states153;
15423
+ ColumnMenuExpander.options = options143;
15424
+ ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
15425
+ ColumnMenuExpander.defaultProps = defaultProps142;
15426
+
15427
+ // src/column-menu/templates/column-menu-normal.tsx
15428
+ import { jsx as jsx426, jsxs as jsxs173 } from "react/jsx-runtime";
15429
+
15430
+ // src/column-menu/templates/column-menu-tabbed.tsx
15431
+ import { jsx as jsx427, jsxs as jsxs174 } from "react/jsx-runtime";
15432
+
15433
+ // src/column-menu/templates/filter-menu-normal.tsx
15434
+ import { jsx as jsx428, jsxs as jsxs175 } from "react/jsx-runtime";
15435
+
15436
+ // src/column-menu/templates/filter-menu-multi-check.tsx
15437
+ import { jsx as jsx429, jsxs as jsxs176 } from "react/jsx-runtime";
15230
15438
 
15231
15439
  // src/chat/chat.spec.tsx
15232
- import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs170 } from "react/jsx-runtime";
15440
+ import { Fragment as Fragment123, jsx as jsx430, jsxs as jsxs177 } from "react/jsx-runtime";
15233
15441
  var CHAT_CLASSNAME = "k-chat";
15234
- var states149 = [];
15235
- var options139 = {};
15442
+ var states154 = [];
15443
+ var options144 = {};
15236
15444
  var defaultOptions = {
15237
15445
  showToolbar: true,
15238
15446
  showMessageBox: true,
@@ -15246,7 +15454,7 @@ var Chat = (props) => {
15246
15454
  showMoreButton,
15247
15455
  ...other
15248
15456
  } = props;
15249
- return /* @__PURE__ */ jsxs170(
15457
+ return /* @__PURE__ */ jsxs177(
15250
15458
  "div",
15251
15459
  {
15252
15460
  ...other,
@@ -15256,63 +15464,63 @@ var Chat = (props) => {
15256
15464
  ),
15257
15465
  dir,
15258
15466
  children: [
15259
- /* @__PURE__ */ jsx417("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx417("div", { className: "k-message-list-content", children: props.children }) }),
15260
- showMessageBox && /* @__PURE__ */ jsx417(
15467
+ /* @__PURE__ */ jsx430("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx430("div", { className: "k-message-list-content", children: props.children }) }),
15468
+ showMessageBox && /* @__PURE__ */ jsx430(
15261
15469
  Textbox,
15262
15470
  {
15263
15471
  className: "k-message-box",
15264
15472
  placeholder: "Type a message...",
15265
- suffix: /* @__PURE__ */ jsxs170(Fragment122, { children: [
15266
- showMoreButton && /* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "more-horizontal" }),
15267
- /* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
15473
+ suffix: /* @__PURE__ */ jsxs177(Fragment123, { children: [
15474
+ showMoreButton && /* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "more-horizontal" }),
15475
+ /* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
15268
15476
  ] })
15269
15477
  }
15270
15478
  ),
15271
- showToolbar && /* @__PURE__ */ jsxs170("div", { className: "k-chat-toolbar k-toolbar", children: [
15272
- /* @__PURE__ */ jsx417(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
15273
- /* @__PURE__ */ jsxs170("div", { className: "k-toolbar-group k-button-list", children: [
15274
- /* @__PURE__ */ jsx417(Button, { icon: "arrow-rotate-cw" }),
15275
- /* @__PURE__ */ jsx417(Button, { icon: "gear" }),
15276
- /* @__PURE__ */ jsx417(Button, { icon: "wrench" }),
15277
- /* @__PURE__ */ jsx417(Button, { icon: "plus" }),
15278
- /* @__PURE__ */ jsx417(Button, { icon: "search" }),
15279
- /* @__PURE__ */ jsx417(Button, { icon: "star" }),
15280
- /* @__PURE__ */ jsx417(Button, { icon: "bell" }),
15281
- /* @__PURE__ */ jsx417(Button, { icon: "question-circle" }),
15282
- /* @__PURE__ */ jsx417(Button, { icon: "trash" })
15479
+ showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
15480
+ /* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
15481
+ /* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
15482
+ /* @__PURE__ */ jsx430(Button, { icon: "arrow-rotate-cw" }),
15483
+ /* @__PURE__ */ jsx430(Button, { icon: "gear" }),
15484
+ /* @__PURE__ */ jsx430(Button, { icon: "wrench" }),
15485
+ /* @__PURE__ */ jsx430(Button, { icon: "plus" }),
15486
+ /* @__PURE__ */ jsx430(Button, { icon: "search" }),
15487
+ /* @__PURE__ */ jsx430(Button, { icon: "star" }),
15488
+ /* @__PURE__ */ jsx430(Button, { icon: "bell" }),
15489
+ /* @__PURE__ */ jsx430(Button, { icon: "question-circle" }),
15490
+ /* @__PURE__ */ jsx430(Button, { icon: "trash" })
15283
15491
  ] }),
15284
- /* @__PURE__ */ jsx417(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
15492
+ /* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
15285
15493
  ] })
15286
15494
  ]
15287
15495
  }
15288
15496
  );
15289
15497
  };
15290
- Chat.states = states149;
15291
- Chat.options = options139;
15498
+ Chat.states = states154;
15499
+ Chat.options = options144;
15292
15500
  Chat.className = CHAT_CLASSNAME;
15293
15501
  Chat.defaultOptions = defaultOptions;
15294
15502
 
15295
15503
  // src/chat/chat-message.tsx
15296
- import { jsx as jsx418, jsxs as jsxs171 } from "react/jsx-runtime";
15504
+ import { jsx as jsx431, jsxs as jsxs178 } from "react/jsx-runtime";
15297
15505
  var CHATMESSAGE_CLASSNAME = "k-message";
15298
- var states150 = [
15506
+ var states155 = [
15299
15507
  States.selected
15300
15508
  ];
15301
- var options140 = {};
15302
- var defaultProps138 = {
15509
+ var options145 = {};
15510
+ var defaultProps143 = {
15303
15511
  time: "Thu Feb 08 2018",
15304
15512
  text: "How can I help you?",
15305
15513
  status: "Seen"
15306
15514
  };
15307
15515
  var ChatMessage = (props) => {
15308
15516
  const {
15309
- time = defaultProps138.time,
15310
- text = defaultProps138.text,
15311
- status = defaultProps138.status,
15517
+ time = defaultProps143.time,
15518
+ text = defaultProps143.text,
15519
+ status = defaultProps143.status,
15312
15520
  selected,
15313
15521
  ...other
15314
15522
  } = props;
15315
- return /* @__PURE__ */ jsxs171(
15523
+ return /* @__PURE__ */ jsxs178(
15316
15524
  "div",
15317
15525
  {
15318
15526
  ...other,
@@ -15322,39 +15530,39 @@ var ChatMessage = (props) => {
15322
15530
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
15323
15531
  ),
15324
15532
  children: [
15325
- /* @__PURE__ */ jsx418("time", { className: "k-message-time", children: time }),
15326
- /* @__PURE__ */ jsx418("div", { className: "k-chat-bubble", children: text }),
15327
- /* @__PURE__ */ jsx418("span", { className: "k-message-status", children: status })
15533
+ /* @__PURE__ */ jsx431("time", { className: "k-message-time", children: time }),
15534
+ /* @__PURE__ */ jsx431("div", { className: "k-chat-bubble", children: text }),
15535
+ /* @__PURE__ */ jsx431("span", { className: "k-message-status", children: status })
15328
15536
  ]
15329
15537
  }
15330
15538
  );
15331
15539
  };
15332
- ChatMessage.states = states150;
15333
- ChatMessage.options = options140;
15540
+ ChatMessage.states = states155;
15541
+ ChatMessage.options = options145;
15334
15542
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
15335
- ChatMessage.defaultProps = defaultProps138;
15543
+ ChatMessage.defaultProps = defaultProps143;
15336
15544
 
15337
15545
  // src/chat/chat-message-group.tsx
15338
- import { jsx as jsx419, jsxs as jsxs172 } from "react/jsx-runtime";
15546
+ import { jsx as jsx432, jsxs as jsxs179 } from "react/jsx-runtime";
15339
15547
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
15340
- var states151 = [
15548
+ var states156 = [
15341
15549
  States.selected
15342
15550
  ];
15343
- var options141 = {};
15344
- var defaultProps139 = {
15551
+ var options146 = {};
15552
+ var defaultProps144 = {
15345
15553
  author: "Bruv",
15346
15554
  avatar: "/packages/html/assets/avatar.jpg",
15347
15555
  alt: false
15348
15556
  };
15349
15557
  var ChatMessageGroup = (props) => {
15350
15558
  const {
15351
- alt = defaultProps139.alt,
15352
- author = defaultProps139.author,
15353
- avatar = defaultProps139.avatar,
15559
+ alt = defaultProps144.alt,
15560
+ author = defaultProps144.author,
15561
+ avatar = defaultProps144.avatar,
15354
15562
  selected,
15355
15563
  ...other
15356
15564
  } = props;
15357
- return /* @__PURE__ */ jsxs172(
15565
+ return /* @__PURE__ */ jsxs179(
15358
15566
  "div",
15359
15567
  {
15360
15568
  ...other,
@@ -15368,23 +15576,23 @@ var ChatMessageGroup = (props) => {
15368
15576
  }
15369
15577
  ),
15370
15578
  children: [
15371
- author && /* @__PURE__ */ jsx419("p", { className: "k-author", children: author }),
15372
- avatar && /* @__PURE__ */ jsx419(Avatar, { type: "image", children: /* @__PURE__ */ jsx419("img", { src: avatar }) }),
15579
+ author && /* @__PURE__ */ jsx432("p", { className: "k-author", children: author }),
15580
+ avatar && /* @__PURE__ */ jsx432(Avatar, { type: "image", children: /* @__PURE__ */ jsx432("img", { src: avatar }) }),
15373
15581
  props.children
15374
15582
  ]
15375
15583
  }
15376
15584
  );
15377
15585
  };
15378
- ChatMessageGroup.states = states151;
15379
- ChatMessageGroup.options = options141;
15586
+ ChatMessageGroup.states = states156;
15587
+ ChatMessageGroup.options = options146;
15380
15588
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
15381
- ChatMessageGroup.defaultProps = defaultProps139;
15589
+ ChatMessageGroup.defaultProps = defaultProps144;
15382
15590
 
15383
15591
  // src/chat/chat-quick-replies.tsx
15384
- import { jsx as jsx420 } from "react/jsx-runtime";
15592
+ import { jsx as jsx433 } from "react/jsx-runtime";
15385
15593
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
15386
- var states152 = [];
15387
- var options142 = {};
15594
+ var states157 = [];
15595
+ var options147 = {};
15388
15596
  var defaultOptions2 = {
15389
15597
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
15390
15598
  };
@@ -15397,11 +15605,11 @@ var ChatQuickReply = (props) => {
15397
15605
  if (actions) {
15398
15606
  actions.map((action, index) => {
15399
15607
  children.push(
15400
- /* @__PURE__ */ jsx420("span", { className: "k-quick-reply", children: action }, index)
15608
+ /* @__PURE__ */ jsx433("span", { className: "k-quick-reply", children: action }, index)
15401
15609
  );
15402
15610
  });
15403
15611
  }
15404
- return /* @__PURE__ */ jsx420(
15612
+ return /* @__PURE__ */ jsx433(
15405
15613
  "div",
15406
15614
  {
15407
15615
  ...other,
@@ -15413,26 +15621,26 @@ var ChatQuickReply = (props) => {
15413
15621
  }
15414
15622
  );
15415
15623
  };
15416
- ChatQuickReply.states = states152;
15417
- ChatQuickReply.options = options142;
15624
+ ChatQuickReply.states = states157;
15625
+ ChatQuickReply.options = options147;
15418
15626
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
15419
15627
  ChatQuickReply.defaultOptions = defaultOptions2;
15420
15628
 
15421
15629
  // src/chat/templates/chat-normal.tsx
15422
- import { Fragment as Fragment123, jsx as jsx421, jsxs as jsxs173 } from "react/jsx-runtime";
15630
+ import { Fragment as Fragment124, jsx as jsx434, jsxs as jsxs180 } from "react/jsx-runtime";
15423
15631
 
15424
15632
  // src/chat/templates/chat-with-toolbar.tsx
15425
- import { Fragment as Fragment124, jsx as jsx422, jsxs as jsxs174 } from "react/jsx-runtime";
15633
+ import { Fragment as Fragment125, jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
15426
15634
 
15427
15635
  // src/chat/templates/chat-with-options.tsx
15428
- import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs175 } from "react/jsx-runtime";
15636
+ import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs182 } from "react/jsx-runtime";
15429
15637
 
15430
15638
  // src/timeline/timeline.spec.tsx
15431
- import { Fragment as Fragment126, jsx as jsx424 } from "react/jsx-runtime";
15639
+ import { Fragment as Fragment127, jsx as jsx437 } from "react/jsx-runtime";
15432
15640
  var TIMELINE_CLASSNAME = `k-timeline`;
15433
- var states153 = [];
15434
- var options143 = {};
15435
- var defaultProps140 = {
15641
+ var states158 = [];
15642
+ var options148 = {};
15643
+ var defaultProps145 = {
15436
15644
  orientation: "vertical"
15437
15645
  };
15438
15646
  var Timeline = (props) => {
@@ -15442,7 +15650,7 @@ var Timeline = (props) => {
15442
15650
  alternatingMode,
15443
15651
  ...other
15444
15652
  } = props;
15445
- return /* @__PURE__ */ jsx424(
15653
+ return /* @__PURE__ */ jsx437(
15446
15654
  "div",
15447
15655
  {
15448
15656
  ...other,
@@ -15455,21 +15663,21 @@ var Timeline = (props) => {
15455
15663
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
15456
15664
  }
15457
15665
  ),
15458
- children: /* @__PURE__ */ jsx424(Fragment126, { children: props.children })
15666
+ children: /* @__PURE__ */ jsx437(Fragment127, { children: props.children })
15459
15667
  }
15460
15668
  );
15461
15669
  };
15462
- Timeline.states = states153;
15463
- Timeline.options = options143;
15670
+ Timeline.states = states158;
15671
+ Timeline.options = options148;
15464
15672
  Timeline.className = TIMELINE_CLASSNAME;
15465
- Timeline.defaultProps = defaultProps140;
15673
+ Timeline.defaultProps = defaultProps145;
15466
15674
 
15467
15675
  // src/timeline/vertical-timeline-event.spec.tsx
15468
- import { jsx as jsx425, jsxs as jsxs176 } from "react/jsx-runtime";
15676
+ import { jsx as jsx438, jsxs as jsxs183 } from "react/jsx-runtime";
15469
15677
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
15470
- var states154 = [];
15471
- var options144 = {};
15472
- var defaultProps141 = {
15678
+ var states159 = [];
15679
+ var options149 = {};
15680
+ var defaultProps146 = {
15473
15681
  collapsed: false,
15474
15682
  reverse: false,
15475
15683
  title: "Event title",
@@ -15479,15 +15687,15 @@ var defaultProps141 = {
15479
15687
  var VerticalTimelineEvent = (props) => {
15480
15688
  const {
15481
15689
  date,
15482
- content = defaultProps141.content,
15483
- collapsed = defaultProps141.collapsed,
15484
- reverse = defaultProps141.reverse,
15485
- title = defaultProps141.title,
15486
- subtitle = defaultProps141.subtitle,
15690
+ content = defaultProps146.content,
15691
+ collapsed = defaultProps146.collapsed,
15692
+ reverse = defaultProps146.reverse,
15693
+ title = defaultProps146.title,
15694
+ subtitle = defaultProps146.subtitle,
15487
15695
  showCollapseButton,
15488
15696
  ...other
15489
15697
  } = props;
15490
- return /* @__PURE__ */ jsxs176(
15698
+ return /* @__PURE__ */ jsxs183(
15491
15699
  "li",
15492
15700
  {
15493
15701
  ...other,
@@ -15497,43 +15705,43 @@ var VerticalTimelineEvent = (props) => {
15497
15705
  { "k-reverse": reverse }
15498
15706
  ),
15499
15707
  children: [
15500
- date && /* @__PURE__ */ jsx425("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx425("span", { className: "k-timeline-date", children: date }) }),
15501
- /* @__PURE__ */ jsx425(TimelineCircle, {}),
15502
- content && /* @__PURE__ */ jsx425("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx425(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs176("div", { className: "k-card-inner", children: [
15503
- /* @__PURE__ */ jsxs176(CardHeader, { children: [
15504
- /* @__PURE__ */ jsx425(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15505
- /* @__PURE__ */ jsx425(CardSubtitle, { children: subtitle })
15708
+ date && /* @__PURE__ */ jsx438("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx438("span", { className: "k-timeline-date", children: date }) }),
15709
+ /* @__PURE__ */ jsx438(TimelineCircle, {}),
15710
+ content && /* @__PURE__ */ jsx438("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx438(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs183("div", { className: "k-card-inner", children: [
15711
+ /* @__PURE__ */ jsxs183(CardHeader, { children: [
15712
+ /* @__PURE__ */ jsx438(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15713
+ /* @__PURE__ */ jsx438(CardSubtitle, { children: subtitle })
15506
15714
  ] }),
15507
- /* @__PURE__ */ jsx425(CardBody, { children: /* @__PURE__ */ jsx425("div", { className: "k-card-description", children: content }) })
15715
+ /* @__PURE__ */ jsx438(CardBody, { children: /* @__PURE__ */ jsx438("div", { className: "k-card-description", children: content }) })
15508
15716
  ] }) }) }),
15509
15717
  props.children
15510
15718
  ]
15511
15719
  }
15512
15720
  );
15513
15721
  };
15514
- VerticalTimelineEvent.states = states154;
15515
- VerticalTimelineEvent.options = options144;
15722
+ VerticalTimelineEvent.states = states159;
15723
+ VerticalTimelineEvent.options = options149;
15516
15724
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
15517
- VerticalTimelineEvent.defaultProps = defaultProps141;
15725
+ VerticalTimelineEvent.defaultProps = defaultProps146;
15518
15726
 
15519
15727
  // src/timeline/horizontal-timeline-event.spec.tsx
15520
- import { jsx as jsx426, jsxs as jsxs177 } from "react/jsx-runtime";
15728
+ import { jsx as jsx439, jsxs as jsxs184 } from "react/jsx-runtime";
15521
15729
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
15522
- var states155 = [];
15523
- var options145 = {};
15524
- var defaultProps142 = {
15730
+ var states160 = [];
15731
+ var options150 = {};
15732
+ var defaultProps147 = {
15525
15733
  title: "Event title",
15526
15734
  subtitle: "Event subtitle",
15527
15735
  content: "Event content"
15528
15736
  };
15529
15737
  var HorizontalTimelineEvent = (props) => {
15530
15738
  const {
15531
- content = defaultProps142.content,
15532
- title = defaultProps142.title,
15533
- subtitle = defaultProps142.subtitle,
15739
+ content = defaultProps147.content,
15740
+ title = defaultProps147.title,
15741
+ subtitle = defaultProps147.subtitle,
15534
15742
  ...other
15535
15743
  } = props;
15536
- return /* @__PURE__ */ jsxs177(
15744
+ return /* @__PURE__ */ jsxs184(
15537
15745
  "li",
15538
15746
  {
15539
15747
  ...other,
@@ -15542,35 +15750,35 @@ var HorizontalTimelineEvent = (props) => {
15542
15750
  TIMELINEHORIZONTALEVENT_CLASSNAME
15543
15751
  ),
15544
15752
  children: [
15545
- content && /* @__PURE__ */ jsx426("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx426(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs177("div", { className: "k-card-inner", children: [
15546
- /* @__PURE__ */ jsxs177(CardHeader, { children: [
15547
- /* @__PURE__ */ jsx426(TimelineCardTitle, { children: title }),
15548
- /* @__PURE__ */ jsx426(CardSubtitle, { children: subtitle })
15753
+ content && /* @__PURE__ */ jsx439("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx439(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs184("div", { className: "k-card-inner", children: [
15754
+ /* @__PURE__ */ jsxs184(CardHeader, { children: [
15755
+ /* @__PURE__ */ jsx439(TimelineCardTitle, { children: title }),
15756
+ /* @__PURE__ */ jsx439(CardSubtitle, { children: subtitle })
15549
15757
  ] }),
15550
- /* @__PURE__ */ jsx426(CardBody, { children: /* @__PURE__ */ jsx426("div", { className: "k-card-description", children: content }) })
15758
+ /* @__PURE__ */ jsx439(CardBody, { children: /* @__PURE__ */ jsx439("div", { className: "k-card-description", children: content }) })
15551
15759
  ] }) }) }),
15552
15760
  props.children
15553
15761
  ]
15554
15762
  }
15555
15763
  );
15556
15764
  };
15557
- HorizontalTimelineEvent.states = states155;
15558
- HorizontalTimelineEvent.options = options145;
15765
+ HorizontalTimelineEvent.states = states160;
15766
+ HorizontalTimelineEvent.options = options150;
15559
15767
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
15560
- HorizontalTimelineEvent.defaultProps = defaultProps142;
15768
+ HorizontalTimelineEvent.defaultProps = defaultProps147;
15561
15769
 
15562
15770
  // src/timeline/timeline-event-list.spec.tsx
15563
- import { jsx as jsx427 } from "react/jsx-runtime";
15771
+ import { jsx as jsx440 } from "react/jsx-runtime";
15564
15772
 
15565
15773
  // src/timeline/timeline-flag-wrap.spec.tsx
15566
- import { jsx as jsx428, jsxs as jsxs178 } from "react/jsx-runtime";
15774
+ import { jsx as jsx441, jsxs as jsxs185 } from "react/jsx-runtime";
15567
15775
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
15568
- var states156 = [
15776
+ var states161 = [
15569
15777
  States.focus,
15570
15778
  States.selected
15571
15779
  ];
15572
- var options146 = {};
15573
- var defaultProps143 = {
15780
+ var options151 = {};
15781
+ var defaultProps148 = {
15574
15782
  year: "2020"
15575
15783
  };
15576
15784
  var TimelineFlagWrap = (props) => {
@@ -15578,7 +15786,7 @@ var TimelineFlagWrap = (props) => {
15578
15786
  year,
15579
15787
  ...other
15580
15788
  } = props;
15581
- return /* @__PURE__ */ jsxs178(
15789
+ return /* @__PURE__ */ jsxs185(
15582
15790
  "li",
15583
15791
  {
15584
15792
  ...other,
@@ -15587,25 +15795,25 @@ var TimelineFlagWrap = (props) => {
15587
15795
  TIMELINEFLAGWRAP_CLASSNAME
15588
15796
  ),
15589
15797
  children: [
15590
- /* @__PURE__ */ jsx428("span", { className: "k-timeline-flag", children: year }),
15798
+ /* @__PURE__ */ jsx441("span", { className: "k-timeline-flag", children: year }),
15591
15799
  props.children
15592
15800
  ]
15593
15801
  }
15594
15802
  );
15595
15803
  };
15596
- TimelineFlagWrap.states = states156;
15597
- TimelineFlagWrap.options = options146;
15804
+ TimelineFlagWrap.states = states161;
15805
+ TimelineFlagWrap.options = options151;
15598
15806
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
15599
- TimelineFlagWrap.defaultProps = defaultProps143;
15807
+ TimelineFlagWrap.defaultProps = defaultProps148;
15600
15808
 
15601
15809
  // src/timeline/timeline-circle.spec.tsx
15602
- import { jsx as jsx429 } from "react/jsx-runtime";
15810
+ import { jsx as jsx442 } from "react/jsx-runtime";
15603
15811
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
15604
15812
  var TimelineCircle = (props) => {
15605
15813
  const {
15606
15814
  ...other
15607
15815
  } = props;
15608
- return /* @__PURE__ */ jsx429(
15816
+ return /* @__PURE__ */ jsx442(
15609
15817
  "span",
15610
15818
  {
15611
15819
  ...other,
@@ -15618,19 +15826,19 @@ var TimelineCircle = (props) => {
15618
15826
  };
15619
15827
 
15620
15828
  // src/timeline/timeline-flag.spec.tsx
15621
- import { jsx as jsx430 } from "react/jsx-runtime";
15829
+ import { jsx as jsx443 } from "react/jsx-runtime";
15622
15830
 
15623
15831
  // src/timeline/timeline-card.spec.tsx
15624
- import { jsx as jsx431, jsxs as jsxs179 } from "react/jsx-runtime";
15625
- var states157 = [];
15626
- var defaultProps144 = {};
15832
+ import { jsx as jsx444, jsxs as jsxs186 } from "react/jsx-runtime";
15833
+ var states162 = [];
15834
+ var defaultProps149 = {};
15627
15835
  var TimelineCard = (props) => {
15628
15836
  const {
15629
15837
  callout,
15630
15838
  children,
15631
15839
  ...other
15632
15840
  } = props;
15633
- return /* @__PURE__ */ jsxs179(
15841
+ return /* @__PURE__ */ jsxs186(
15634
15842
  Card,
15635
15843
  {
15636
15844
  className: classNames(
@@ -15640,27 +15848,27 @@ var TimelineCard = (props) => {
15640
15848
  callout: "true",
15641
15849
  ...other,
15642
15850
  children: [
15643
- callout && /* @__PURE__ */ jsx431(TimelineCardCallout, { callout }),
15851
+ callout && /* @__PURE__ */ jsx444(TimelineCardCallout, { callout }),
15644
15852
  children
15645
15853
  ]
15646
15854
  }
15647
15855
  );
15648
15856
  };
15649
- TimelineCard.states = states157;
15650
- TimelineCard.defaultProps = defaultProps144;
15857
+ TimelineCard.states = states162;
15858
+ TimelineCard.defaultProps = defaultProps149;
15651
15859
 
15652
15860
  // src/timeline/timeline-card-title.tsx
15653
- import { jsx as jsx432, jsxs as jsxs180 } from "react/jsx-runtime";
15861
+ import { jsx as jsx445, jsxs as jsxs187 } from "react/jsx-runtime";
15654
15862
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
15655
- var states158 = [];
15656
- var defaultProps145 = {};
15863
+ var states163 = [];
15864
+ var defaultProps150 = {};
15657
15865
  var TimelineCardTitle = (props) => {
15658
15866
  const {
15659
15867
  collapsible,
15660
15868
  children,
15661
15869
  ...other
15662
15870
  } = props;
15663
- return /* @__PURE__ */ jsxs180(
15871
+ return /* @__PURE__ */ jsxs187(
15664
15872
  "div",
15665
15873
  {
15666
15874
  className: classNames(
@@ -15669,26 +15877,26 @@ var TimelineCardTitle = (props) => {
15669
15877
  ),
15670
15878
  ...other,
15671
15879
  children: [
15672
- /* @__PURE__ */ jsx432("span", { className: "k-event-title", children }),
15673
- collapsible && /* @__PURE__ */ jsx432("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__ */ jsx432(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15880
+ /* @__PURE__ */ jsx445("span", { className: "k-event-title", children }),
15881
+ collapsible && /* @__PURE__ */ jsx445("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__ */ jsx445(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15674
15882
  ]
15675
15883
  }
15676
15884
  );
15677
15885
  };
15678
- TimelineCardTitle.states = states158;
15886
+ TimelineCardTitle.states = states163;
15679
15887
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
15680
- TimelineCardTitle.defaultProps = defaultProps145;
15888
+ TimelineCardTitle.defaultProps = defaultProps150;
15681
15889
 
15682
15890
  // src/timeline/timeline-card-callout.tsx
15683
- import { jsx as jsx433 } from "react/jsx-runtime";
15891
+ import { jsx as jsx446 } from "react/jsx-runtime";
15684
15892
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
15685
- var states159 = [];
15686
- var defaultProps146 = {};
15893
+ var states164 = [];
15894
+ var defaultProps151 = {};
15687
15895
  var TimelineCardCallout = (props) => {
15688
15896
  const {
15689
15897
  ...other
15690
15898
  } = props;
15691
- return /* @__PURE__ */ jsx433(
15899
+ return /* @__PURE__ */ jsx446(
15692
15900
  CardCallout,
15693
15901
  {
15694
15902
  className: classNames(
@@ -15699,24 +15907,24 @@ var TimelineCardCallout = (props) => {
15699
15907
  }
15700
15908
  );
15701
15909
  };
15702
- TimelineCardCallout.states = states159;
15910
+ TimelineCardCallout.states = states164;
15703
15911
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
15704
- TimelineCardCallout.defaultProps = defaultProps146;
15912
+ TimelineCardCallout.defaultProps = defaultProps151;
15705
15913
 
15706
15914
  // src/timeline/timeline-date-wrap.spec.tsx
15707
- import { jsx as jsx434 } from "react/jsx-runtime";
15915
+ import { jsx as jsx447 } from "react/jsx-runtime";
15708
15916
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
15709
- var states160 = [];
15710
- var options147 = {};
15711
- var defaultProps147 = {
15917
+ var states165 = [];
15918
+ var options152 = {};
15919
+ var defaultProps152 = {
15712
15920
  date: "May 25, 2008"
15713
15921
  };
15714
15922
  var TimelineDateWrap = (props) => {
15715
15923
  const {
15716
- date = defaultProps147.date,
15924
+ date = defaultProps152.date,
15717
15925
  ...other
15718
15926
  } = props;
15719
- return /* @__PURE__ */ jsx434(
15927
+ return /* @__PURE__ */ jsx447(
15720
15928
  "div",
15721
15929
  {
15722
15930
  ...other,
@@ -15724,52 +15932,52 @@ var TimelineDateWrap = (props) => {
15724
15932
  props.className,
15725
15933
  TIMELINEDATEWRAP_CLASSNAME
15726
15934
  ),
15727
- children: /* @__PURE__ */ jsx434("span", { className: "k-timeline-date", children: date })
15935
+ children: /* @__PURE__ */ jsx447("span", { className: "k-timeline-date", children: date })
15728
15936
  }
15729
15937
  );
15730
15938
  };
15731
- TimelineDateWrap.states = states160;
15732
- TimelineDateWrap.options = options147;
15939
+ TimelineDateWrap.states = states165;
15940
+ TimelineDateWrap.options = options152;
15733
15941
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
15734
- TimelineDateWrap.defaultProps = defaultProps147;
15942
+ TimelineDateWrap.defaultProps = defaultProps152;
15735
15943
 
15736
15944
  // src/timeline/timeline-track-wrap.spec.tsx
15737
- import { jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
15945
+ import { jsx as jsx448, jsxs as jsxs188 } from "react/jsx-runtime";
15738
15946
 
15739
15947
  // src/timeline/timeline-track.spec.tsx
15740
- import { jsx as jsx436 } from "react/jsx-runtime";
15948
+ import { jsx as jsx449 } from "react/jsx-runtime";
15741
15949
 
15742
15950
  // src/timeline/timeline-track-item.spec.tsx
15743
- import { jsxs as jsxs182 } from "react/jsx-runtime";
15951
+ import { jsxs as jsxs189 } from "react/jsx-runtime";
15744
15952
 
15745
15953
  // src/timeline/templates/timeline-normal.tsx
15746
- import { jsx as jsx437, jsxs as jsxs183 } from "react/jsx-runtime";
15954
+ import { jsx as jsx450, jsxs as jsxs190 } from "react/jsx-runtime";
15747
15955
 
15748
15956
  // src/timeline/templates/timeline-normal-collapsible.tsx
15749
- import { jsx as jsx438, jsxs as jsxs184 } from "react/jsx-runtime";
15957
+ import { jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
15750
15958
 
15751
15959
  // src/timeline/templates/timeline-normal-alternating.tsx
15752
- import { jsx as jsx439, jsxs as jsxs185 } from "react/jsx-runtime";
15960
+ import { jsx as jsx452, jsxs as jsxs192 } from "react/jsx-runtime";
15753
15961
 
15754
15962
  // src/timeline/templates/timeline-horizontal.tsx
15755
- import { Fragment as Fragment127, jsx as jsx440, jsxs as jsxs186 } from "react/jsx-runtime";
15963
+ import { Fragment as Fragment128, jsx as jsx453, jsxs as jsxs193 } from "react/jsx-runtime";
15756
15964
 
15757
15965
  // src/pdf-viewer/pdf-viewer.spec.tsx
15758
- import { Fragment as Fragment128, jsx as jsx441, jsxs as jsxs187 } from "react/jsx-runtime";
15966
+ import { Fragment as Fragment129, jsx as jsx454, jsxs as jsxs194 } from "react/jsx-runtime";
15759
15967
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
15760
- var states161 = [
15968
+ var states166 = [
15761
15969
  States.disabled
15762
15970
  ];
15763
- var options148 = {};
15764
- var defaultToolbar3 = /* @__PURE__ */ jsx441(Fragment128, { children: /* @__PURE__ */ jsxs187(Toolbar, { resizable: true, children: [
15765
- /* @__PURE__ */ jsx441(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15766
- /* @__PURE__ */ jsx441("span", { className: "k-spacer" }),
15767
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "search" }),
15768
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "file-pdf" }),
15769
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "print" }),
15770
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "fullscreen" })
15971
+ var options153 = {};
15972
+ var defaultToolbar3 = /* @__PURE__ */ jsx454(Fragment129, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
15973
+ /* @__PURE__ */ jsx454(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15974
+ /* @__PURE__ */ jsx454("span", { className: "k-spacer" }),
15975
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "search" }),
15976
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "file-pdf" }),
15977
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "print" }),
15978
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "fullscreen" })
15771
15979
  ] }) });
15772
- var defaultProps148 = {
15980
+ var defaultProps153 = {
15773
15981
  toolbar: defaultToolbar3,
15774
15982
  showSearchPanel: false,
15775
15983
  blank: false
@@ -15782,7 +15990,7 @@ var PDFViewer = (props) => {
15782
15990
  blank,
15783
15991
  ...other
15784
15992
  } = props;
15785
- return /* @__PURE__ */ jsxs187(
15993
+ return /* @__PURE__ */ jsxs194(
15786
15994
  "div",
15787
15995
  {
15788
15996
  ...other,
@@ -15793,42 +16001,42 @@ var PDFViewer = (props) => {
15793
16001
  ),
15794
16002
  children: [
15795
16003
  toolbar,
15796
- /* @__PURE__ */ jsxs187("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15797
- showSearchPanel && /* @__PURE__ */ jsxs187("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15798
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15799
- /* @__PURE__ */ jsx441(
16004
+ /* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
16005
+ showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
16006
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
16007
+ /* @__PURE__ */ jsx454(
15800
16008
  Textbox,
15801
16009
  {
15802
- suffix: /* @__PURE__ */ jsx441(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
16010
+ suffix: /* @__PURE__ */ jsx454(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15803
16011
  }
15804
16012
  ),
15805
- /* @__PURE__ */ jsxs187("span", { className: "k-search-matches", children: [
15806
- /* @__PURE__ */ jsx441("span", { children: "0" }),
16013
+ /* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
16014
+ /* @__PURE__ */ jsx454("span", { children: "0" }),
15807
16015
  " of ",
15808
- /* @__PURE__ */ jsx441("span", { children: "1" })
16016
+ /* @__PURE__ */ jsx454("span", { children: "1" })
15809
16017
  ] }),
15810
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "arrow-up" }),
15811
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "arrow-down" }),
15812
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "x" })
16018
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-up" }),
16019
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-down" }),
16020
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "x" })
15813
16021
  ] }),
15814
- /* @__PURE__ */ jsx441("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs187("div", { className: "k-page k-blank-page", children: [
15815
- /* @__PURE__ */ jsx441(DropzoneNormal, {}),
15816
- /* @__PURE__ */ jsx441(UploadNormal, { empty: true, status: "upload" })
16022
+ /* @__PURE__ */ jsx454("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
16023
+ /* @__PURE__ */ jsx454(DropzoneNormal, {}),
16024
+ /* @__PURE__ */ jsx454(UploadNormal, { empty: true, status: "upload" })
15817
16025
  ] }) : props.children })
15818
16026
  ] })
15819
16027
  ]
15820
16028
  }
15821
16029
  );
15822
16030
  };
15823
- PDFViewer.states = states161;
15824
- PDFViewer.options = options148;
16031
+ PDFViewer.states = states166;
16032
+ PDFViewer.options = options153;
15825
16033
  PDFViewer.className = PDFVIEWER_CLASSNAME;
15826
- PDFViewer.defaultProps = defaultProps148;
16034
+ PDFViewer.defaultProps = defaultProps153;
15827
16035
 
15828
16036
  // src/pdf-viewer/pdf-viewer-page.tsx
15829
- import { jsx as jsx442 } from "react/jsx-runtime";
16037
+ import { jsx as jsx455 } from "react/jsx-runtime";
15830
16038
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
15831
- var defaultProps149 = {
16039
+ var defaultProps154 = {
15832
16040
  width: "720px",
15833
16041
  height: "360px"
15834
16042
  };
@@ -15838,7 +16046,7 @@ var PDFViewerPage = (props) => {
15838
16046
  height,
15839
16047
  ...other
15840
16048
  } = props;
15841
- return /* @__PURE__ */ jsx442(
16049
+ return /* @__PURE__ */ jsx455(
15842
16050
  "div",
15843
16051
  {
15844
16052
  ...other,
@@ -15851,23 +16059,23 @@ var PDFViewerPage = (props) => {
15851
16059
  );
15852
16060
  };
15853
16061
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
15854
- PDFViewerPage.defaultProps = defaultProps149;
16062
+ PDFViewerPage.defaultProps = defaultProps154;
15855
16063
 
15856
16064
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
15857
- import { Fragment as Fragment129, jsx as jsx443, jsxs as jsxs188 } from "react/jsx-runtime";
16065
+ import { Fragment as Fragment130, jsx as jsx456, jsxs as jsxs195 } from "react/jsx-runtime";
15858
16066
 
15859
16067
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
15860
- import { jsx as jsx444 } from "react/jsx-runtime";
16068
+ import { jsx as jsx457 } from "react/jsx-runtime";
15861
16069
 
15862
16070
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
15863
- import { Fragment as Fragment130, jsx as jsx445, jsxs as jsxs189 } from "react/jsx-runtime";
16071
+ import { Fragment as Fragment131, jsx as jsx458, jsxs as jsxs196 } from "react/jsx-runtime";
15864
16072
 
15865
16073
  // src/scrollview/scrollview-spec.tsx
15866
- import { Fragment as Fragment131, jsx as jsx446, jsxs as jsxs190 } from "react/jsx-runtime";
16074
+ import { Fragment as Fragment132, jsx as jsx459, jsxs as jsxs197 } from "react/jsx-runtime";
15867
16075
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
15868
- var states162 = [];
15869
- var options149 = {};
15870
- var defaultProps150 = {
16076
+ var states167 = [];
16077
+ var options154 = {};
16078
+ var defaultProps155 = {
15871
16079
  mode: "normal",
15872
16080
  views: 9,
15873
16081
  animate: true,
@@ -15877,12 +16085,12 @@ var defaultProps150 = {
15877
16085
  };
15878
16086
  var ScrollView = (props) => {
15879
16087
  const {
15880
- mode = defaultProps150.mode,
15881
- views = defaultProps150.views,
15882
- animate = defaultProps150.animate,
15883
- arrows = defaultProps150.arrows,
15884
- pager = defaultProps150.pager,
15885
- rtl = defaultProps150.rtl,
16088
+ mode = defaultProps155.mode,
16089
+ views = defaultProps155.views,
16090
+ animate = defaultProps155.animate,
16091
+ arrows = defaultProps155.arrows,
16092
+ pager = defaultProps155.pager,
16093
+ rtl = defaultProps155.rtl,
15886
16094
  ...other
15887
16095
  } = props;
15888
16096
  const scrollviewViews = [];
@@ -15890,10 +16098,10 @@ var ScrollView = (props) => {
15890
16098
  const iconNext = rtl ? "chevron-left" : "chevron-right";
15891
16099
  for (let i = 0; i < views; i++) {
15892
16100
  scrollviewViews.push(
15893
- /* @__PURE__ */ jsx446("div", { className: "k-scrollview-view" }, i)
16101
+ /* @__PURE__ */ jsx459("div", { className: "k-scrollview-view" }, i)
15894
16102
  );
15895
16103
  }
15896
- return /* @__PURE__ */ jsxs190(
16104
+ return /* @__PURE__ */ jsxs197(
15897
16105
  "div",
15898
16106
  {
15899
16107
  ...other,
@@ -15906,44 +16114,44 @@ var ScrollView = (props) => {
15906
16114
  }
15907
16115
  ),
15908
16116
  children: [
15909
- /* @__PURE__ */ jsx446("div", { className: classNames(
16117
+ /* @__PURE__ */ jsx459("div", { className: classNames(
15910
16118
  "k-scrollview-wrap",
15911
16119
  {
15912
16120
  ["k-scrollview-animate"]: animate
15913
16121
  }
15914
16122
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
15915
- /* @__PURE__ */ jsxs190("div", { className: "k-scrollview-elements", children: [
15916
- arrows && /* @__PURE__ */ jsxs190(Fragment131, { children: [
15917
- /* @__PURE__ */ jsx446("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx446(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15918
- /* @__PURE__ */ jsx446("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx446(Icon, { icon: iconNext, size: "xxxlarge" }) })
16123
+ /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
16124
+ arrows && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16125
+ /* @__PURE__ */ jsx459("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx459(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
16126
+ /* @__PURE__ */ jsx459("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx459(Icon, { icon: iconNext, size: "xxxlarge" }) })
15919
16127
  ] }),
15920
- pager && /* @__PURE__ */ jsx446("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs190("div", { className: "k-scrollview-nav", children: [
15921
- mode === "light" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
15922
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
15923
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
15924
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary k-focus" }),
15925
- /* @__PURE__ */ jsx446("span", { className: "k-link k-focus" }),
15926
- /* @__PURE__ */ jsx446("span", { className: "k-link" })
16128
+ pager && /* @__PURE__ */ jsx459("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
16129
+ mode === "light" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16130
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16131
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16132
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary k-focus" }),
16133
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-focus" }),
16134
+ /* @__PURE__ */ jsx459("span", { className: "k-link" })
15927
16135
  ] }),
15928
- mode === "normal" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
15929
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15930
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15931
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15932
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
15933
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
15934
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
15935
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15936
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15937
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16136
+ mode === "normal" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16137
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16138
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16139
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16140
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16141
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16142
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16143
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16144
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16145
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15938
16146
  ] }),
15939
- mode === "dark" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
15940
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15941
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15942
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
15943
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
15944
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
15945
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15946
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16147
+ mode === "dark" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16148
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16149
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16150
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16151
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16152
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16153
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16154
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15947
16155
  ] })
15948
16156
  ] }) })
15949
16157
  ] })
@@ -15951,83 +16159,83 @@ var ScrollView = (props) => {
15951
16159
  }
15952
16160
  );
15953
16161
  };
15954
- ScrollView.states = states162;
15955
- ScrollView.options = options149;
16162
+ ScrollView.states = states167;
16163
+ ScrollView.options = options154;
15956
16164
  ScrollView.className = SCROLLVIEW_CLASSNAME;
15957
- ScrollView.defaultProps = defaultProps150;
16165
+ ScrollView.defaultProps = defaultProps155;
15958
16166
 
15959
16167
  // src/scrollview/templates/scrollview-normal.tsx
15960
- import { jsx as jsx447 } from "react/jsx-runtime";
16168
+ import { jsx as jsx460 } from "react/jsx-runtime";
15961
16169
 
15962
16170
  // src/prompt/prompt.spec.tsx
15963
- import { Fragment as Fragment132, jsx as jsx448 } from "react/jsx-runtime";
16171
+ import { Fragment as Fragment133, jsx as jsx461 } from "react/jsx-runtime";
15964
16172
  var PROMPT_CLASSNAME = `k-prompt`;
15965
- var states163 = [];
15966
- var options150 = {};
15967
- var defaultProps151 = {};
16173
+ var states168 = [];
16174
+ var options155 = {};
16175
+ var defaultProps156 = {};
15968
16176
  var Prompt = (props) => {
15969
16177
  const {
15970
16178
  ...other
15971
16179
  } = props;
15972
- return /* @__PURE__ */ jsx448("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx448(Fragment132, { children: props.children }) });
16180
+ return /* @__PURE__ */ jsx461("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx461(Fragment133, { children: props.children }) });
15973
16181
  };
15974
- Prompt.states = states163;
15975
- Prompt.options = options150;
16182
+ Prompt.states = states168;
16183
+ Prompt.options = options155;
15976
16184
  Prompt.className = PROMPT_CLASSNAME;
15977
- Prompt.defaultProps = defaultProps151;
16185
+ Prompt.defaultProps = defaultProps156;
15978
16186
 
15979
16187
  // src/prompt/prompt-header.tsx
15980
- import { jsx as jsx449 } from "react/jsx-runtime";
16188
+ import { jsx as jsx462 } from "react/jsx-runtime";
15981
16189
 
15982
16190
  // src/prompt/prompt-content.tsx
15983
- import { Fragment as Fragment133, jsx as jsx450 } from "react/jsx-runtime";
16191
+ import { Fragment as Fragment134, jsx as jsx463 } from "react/jsx-runtime";
15984
16192
 
15985
16193
  // src/prompt/prompt-view.tsx
15986
- import { Fragment as Fragment134, jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
16194
+ import { Fragment as Fragment135, jsx as jsx464, jsxs as jsxs198 } from "react/jsx-runtime";
15987
16195
 
15988
16196
  // src/prompt/prompt-footer.tsx
15989
- import { jsx as jsx452 } from "react/jsx-runtime";
16197
+ import { jsx as jsx465 } from "react/jsx-runtime";
15990
16198
 
15991
16199
  // src/prompt/prompt-suggestion.tsx
15992
- import { jsx as jsx453 } from "react/jsx-runtime";
16200
+ import { jsx as jsx466 } from "react/jsx-runtime";
15993
16201
 
15994
16202
  // src/prompt/prompt-setting.tsx
15995
- import { jsx as jsx454 } from "react/jsx-runtime";
16203
+ import { jsx as jsx467 } from "react/jsx-runtime";
15996
16204
 
15997
16205
  // src/prompt/templates/prompt-normal.tsx
15998
- import { jsx as jsx455, jsxs as jsxs192 } from "react/jsx-runtime";
16206
+ import { jsx as jsx468, jsxs as jsxs199 } from "react/jsx-runtime";
15999
16207
 
16000
16208
  // src/prompt/templates/prompt-suggestions.tsx
16001
- import { Fragment as Fragment135, jsx as jsx456, jsxs as jsxs193 } from "react/jsx-runtime";
16209
+ import { Fragment as Fragment136, jsx as jsx469, jsxs as jsxs200 } from "react/jsx-runtime";
16002
16210
 
16003
16211
  // src/prompt/templates/prompt-settings.tsx
16004
- import { Fragment as Fragment136, jsx as jsx457, jsxs as jsxs194 } from "react/jsx-runtime";
16212
+ import { Fragment as Fragment137, jsx as jsx470, jsxs as jsxs201 } from "react/jsx-runtime";
16005
16213
 
16006
16214
  // src/prompt/templates/prompt-output.tsx
16007
- import { jsx as jsx458, jsxs as jsxs195 } from "react/jsx-runtime";
16215
+ import { jsx as jsx471, jsxs as jsxs202 } from "react/jsx-runtime";
16008
16216
 
16009
16217
  // src/prompt/templates/prompt-more-actions.tsx
16010
- import { jsx as jsx459, jsxs as jsxs196 } from "react/jsx-runtime";
16218
+ import { jsx as jsx472, jsxs as jsxs203 } from "react/jsx-runtime";
16011
16219
 
16012
16220
  // src/prompt/templates/prompt-popup.tsx
16013
- import { jsx as jsx460, jsxs as jsxs197 } from "react/jsx-runtime";
16221
+ import { jsx as jsx473, jsxs as jsxs204 } from "react/jsx-runtime";
16014
16222
 
16015
16223
  // src/orgchart/orgchart.spec.tsx
16016
- import { jsx as jsx461 } from "react/jsx-runtime";
16224
+ import { jsx as jsx474 } from "react/jsx-runtime";
16017
16225
  var ORGCHART_CLASSNAME = `k-orgchart`;
16018
- var states164 = [];
16019
- var options151 = {};
16020
- var defaultProps152 = {
16226
+ var states169 = [];
16227
+ var options156 = {};
16228
+ var defaultProps157 = {
16021
16229
  width: "100%",
16022
16230
  height: "300px"
16023
16231
  };
16024
16232
  var Orgchart = (props) => {
16025
16233
  const {
16026
- width = defaultProps152.width,
16027
- height = defaultProps152.height,
16234
+ width = defaultProps157.width,
16235
+ height = defaultProps157.height,
16028
16236
  ...other
16029
16237
  } = props;
16030
- return /* @__PURE__ */ jsx461(
16238
+ return /* @__PURE__ */ jsx474(
16031
16239
  "div",
16032
16240
  {
16033
16241
  ...other,
@@ -16035,19 +16243,19 @@ var Orgchart = (props) => {
16035
16243
  props.className,
16036
16244
  ORGCHART_CLASSNAME
16037
16245
  ),
16038
- children: /* @__PURE__ */ jsx461("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
16246
+ children: /* @__PURE__ */ jsx474("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
16039
16247
  }
16040
16248
  );
16041
16249
  };
16042
- Orgchart.states = states164;
16043
- Orgchart.options = options151;
16250
+ Orgchart.states = states169;
16251
+ Orgchart.options = options156;
16044
16252
  Orgchart.className = ORGCHART_CLASSNAME;
16045
- Orgchart.defaultProps = defaultProps152;
16253
+ Orgchart.defaultProps = defaultProps157;
16046
16254
 
16047
16255
  // src/orgchart/orgchart-node.tsx
16048
- import { jsx as jsx462, jsxs as jsxs198 } from "react/jsx-runtime";
16256
+ import { jsx as jsx475, jsxs as jsxs205 } from "react/jsx-runtime";
16049
16257
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
16050
- var defaultProps153 = {
16258
+ var defaultProps158 = {
16051
16259
  buttonIcon: "plus"
16052
16260
  };
16053
16261
  var OrgchartNode = (props) => {
@@ -16059,12 +16267,12 @@ var OrgchartNode = (props) => {
16059
16267
  lineBottom,
16060
16268
  lineTop,
16061
16269
  button,
16062
- buttonIcon: buttonIcon2 = defaultProps153.buttonIcon,
16270
+ buttonIcon: buttonIcon2 = defaultProps158.buttonIcon,
16063
16271
  avatar,
16064
16272
  avatarType,
16065
16273
  ...other
16066
16274
  } = props;
16067
- return /* @__PURE__ */ jsxs198(
16275
+ return /* @__PURE__ */ jsxs205(
16068
16276
  "div",
16069
16277
  {
16070
16278
  ...other,
@@ -16075,35 +16283,35 @@ var OrgchartNode = (props) => {
16075
16283
  "k-align-items-center"
16076
16284
  ),
16077
16285
  children: [
16078
- lineTop && /* @__PURE__ */ jsx462("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16079
- /* @__PURE__ */ jsx462(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs198(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
16080
- /* @__PURE__ */ jsx462(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx462("img", { src: avatar }) : avatar }),
16081
- /* @__PURE__ */ jsxs198("div", { className: "k-card-title-wrap k-vstack", children: [
16082
- /* @__PURE__ */ jsx462(CardTitle, { className: "k-text-ellipsis", children: title }),
16083
- /* @__PURE__ */ jsx462("span", { className: "k-spacer" }),
16084
- /* @__PURE__ */ jsx462(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
16286
+ lineTop && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16287
+ /* @__PURE__ */ jsx475(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
16288
+ /* @__PURE__ */ jsx475(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx475("img", { src: avatar }) : avatar }),
16289
+ /* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
16290
+ /* @__PURE__ */ jsx475(CardTitle, { className: "k-text-ellipsis", children: title }),
16291
+ /* @__PURE__ */ jsx475("span", { className: "k-spacer" }),
16292
+ /* @__PURE__ */ jsx475(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
16085
16293
  ] }),
16086
- /* @__PURE__ */ jsx462("span", { className: "k-spacer" })
16294
+ /* @__PURE__ */ jsx475("span", { className: "k-spacer" })
16087
16295
  ] }) }),
16088
- lineBottom && /* @__PURE__ */ jsx462("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16089
- button && /* @__PURE__ */ jsx462(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16296
+ lineBottom && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16297
+ button && /* @__PURE__ */ jsx475(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16090
16298
  ]
16091
16299
  }
16092
16300
  );
16093
16301
  };
16094
16302
 
16095
16303
  // src/orgchart/orgchart-group.tsx
16096
- import { Fragment as Fragment137, jsx as jsx463, jsxs as jsxs199 } from "react/jsx-runtime";
16304
+ import { Fragment as Fragment138, jsx as jsx476, jsxs as jsxs206 } from "react/jsx-runtime";
16097
16305
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
16098
- var states165 = [];
16099
- var options152 = {};
16100
- var defaultProps154 = {
16306
+ var states170 = [];
16307
+ var options157 = {};
16308
+ var defaultProps159 = {
16101
16309
  orientation: "horizontal"
16102
16310
  };
16103
16311
  var OrgchartGroup = (props) => {
16104
16312
  const {
16105
16313
  children,
16106
- orientation = defaultProps154.orientation,
16314
+ orientation = defaultProps159.orientation,
16107
16315
  justifyContent,
16108
16316
  ...other
16109
16317
  } = props;
@@ -16126,7 +16334,7 @@ var OrgchartGroup = (props) => {
16126
16334
  }
16127
16335
  }
16128
16336
  }
16129
- return /* @__PURE__ */ jsxs199(
16337
+ return /* @__PURE__ */ jsxs206(
16130
16338
  "div",
16131
16339
  {
16132
16340
  ...other,
@@ -16140,7 +16348,7 @@ var OrgchartGroup = (props) => {
16140
16348
  ),
16141
16349
  style: { width: "100%" },
16142
16350
  children: [
16143
- chartNodes.length > 0 && /* @__PURE__ */ jsx463(
16351
+ chartNodes.length > 0 && /* @__PURE__ */ jsx476(
16144
16352
  "div",
16145
16353
  {
16146
16354
  className: classNames(
@@ -16150,26 +16358,26 @@ var OrgchartGroup = (props) => {
16150
16358
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
16151
16359
  }
16152
16360
  ),
16153
- children: /* @__PURE__ */ jsx463(Fragment137, { children: chartNodes })
16361
+ children: /* @__PURE__ */ jsx476(Fragment138, { children: chartNodes })
16154
16362
  }
16155
16363
  ),
16156
- /* @__PURE__ */ jsx463(Fragment137, { children: chartGroups })
16364
+ /* @__PURE__ */ jsx476(Fragment138, { children: chartGroups })
16157
16365
  ]
16158
16366
  }
16159
16367
  );
16160
16368
  };
16161
- OrgchartGroup.states = states165;
16162
- OrgchartGroup.options = options152;
16369
+ OrgchartGroup.states = states170;
16370
+ OrgchartGroup.options = options157;
16163
16371
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
16164
- OrgchartGroup.defaultProps = defaultProps154;
16372
+ OrgchartGroup.defaultProps = defaultProps159;
16165
16373
 
16166
16374
  // src/orgchart/orgchart-node-group.tsx
16167
- import { jsx as jsx464, jsxs as jsxs200 } from "react/jsx-runtime";
16375
+ import { jsx as jsx477, jsxs as jsxs207 } from "react/jsx-runtime";
16168
16376
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
16169
- var states166 = [
16377
+ var states171 = [
16170
16378
  States.focus
16171
16379
  ];
16172
- var defaultProps155 = {
16380
+ var defaultProps160 = {
16173
16381
  orientation: "horizontal",
16174
16382
  buttonIcon: "plus"
16175
16383
  };
@@ -16180,12 +16388,12 @@ var OrgchartNodeGroup = (props) => {
16180
16388
  lineBottom,
16181
16389
  lineTop,
16182
16390
  button,
16183
- buttonIcon: buttonIcon2 = defaultProps155.buttonIcon,
16391
+ buttonIcon: buttonIcon2 = defaultProps160.buttonIcon,
16184
16392
  focus,
16185
- orientation = defaultProps155.orientation,
16393
+ orientation = defaultProps160.orientation,
16186
16394
  ...other
16187
16395
  } = props;
16188
- return /* @__PURE__ */ jsxs200(
16396
+ return /* @__PURE__ */ jsxs207(
16189
16397
  "div",
16190
16398
  {
16191
16399
  ...other,
@@ -16196,8 +16404,8 @@ var OrgchartNodeGroup = (props) => {
16196
16404
  "k-align-items-center"
16197
16405
  ),
16198
16406
  children: [
16199
- lineTop && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16200
- /* @__PURE__ */ jsxs200(
16407
+ lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16408
+ /* @__PURE__ */ jsxs207(
16201
16409
  "div",
16202
16410
  {
16203
16411
  className: classNames(
@@ -16208,9 +16416,9 @@ var OrgchartNodeGroup = (props) => {
16208
16416
  })
16209
16417
  ),
16210
16418
  children: [
16211
- title && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-node-group-title", children: title }),
16212
- subtitle && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
16213
- /* @__PURE__ */ jsx464(
16419
+ title && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-title", children: title }),
16420
+ subtitle && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
16421
+ /* @__PURE__ */ jsx477(
16214
16422
  "div",
16215
16423
  {
16216
16424
  className: classNames(
@@ -16225,51 +16433,51 @@ var OrgchartNodeGroup = (props) => {
16225
16433
  ]
16226
16434
  }
16227
16435
  ),
16228
- lineBottom && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16229
- button && /* @__PURE__ */ jsx464(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16436
+ lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16437
+ button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16230
16438
  ]
16231
16439
  }
16232
16440
  );
16233
16441
  };
16234
- OrgchartNodeGroup.states = states166;
16442
+ OrgchartNodeGroup.states = states171;
16235
16443
 
16236
16444
  // src/orgchart/templates/orgchart-normal.tsx
16237
- import { jsx as jsx465, jsxs as jsxs201 } from "react/jsx-runtime";
16445
+ import { jsx as jsx478, jsxs as jsxs208 } from "react/jsx-runtime";
16238
16446
 
16239
16447
  // src/orgchart/templates/orgchart-vertical.tsx
16240
- import { jsx as jsx466, jsxs as jsxs202 } from "react/jsx-runtime";
16448
+ import { jsx as jsx479, jsxs as jsxs209 } from "react/jsx-runtime";
16241
16449
 
16242
16450
  // src/orgchart/templates/orgchart-group-normal.tsx
16243
- import { jsx as jsx467, jsxs as jsxs203 } from "react/jsx-runtime";
16451
+ import { jsx as jsx480, jsxs as jsxs210 } from "react/jsx-runtime";
16244
16452
 
16245
16453
  // src/orgchart/templates/orgchart-group-vertical.tsx
16246
- import { jsx as jsx468, jsxs as jsxs204 } from "react/jsx-runtime";
16454
+ import { jsx as jsx481, jsxs as jsxs211 } from "react/jsx-runtime";
16247
16455
 
16248
16456
  // src/signature/signature.spec.tsx
16249
- import { jsx as jsx469, jsxs as jsxs205 } from "react/jsx-runtime";
16457
+ import { jsx as jsx482, jsxs as jsxs212 } from "react/jsx-runtime";
16250
16458
  var SIGNATURE_CLASSNAME = `k-signature`;
16251
- var states167 = [
16459
+ var states172 = [
16252
16460
  States.hover,
16253
16461
  States.focus,
16254
16462
  States.valid,
16255
16463
  States.invalid,
16256
16464
  States.disabled
16257
16465
  ];
16258
- var options153 = {
16466
+ var options158 = {
16259
16467
  size: [Size.small, Size.medium, Size.large],
16260
16468
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
16261
16469
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
16262
16470
  };
16263
- var defaultProps156 = {
16471
+ var defaultProps161 = {
16264
16472
  size: Size.medium,
16265
16473
  rounded: Roundness.medium,
16266
16474
  fillMode: FillMode.solid
16267
16475
  };
16268
16476
  var Signature = (props) => {
16269
16477
  const {
16270
- size = defaultProps156.size,
16271
- rounded = defaultProps156.rounded,
16272
- fillMode = defaultProps156.fillMode,
16478
+ size = defaultProps161.size,
16479
+ rounded = defaultProps161.rounded,
16480
+ fillMode = defaultProps161.fillMode,
16273
16481
  hover,
16274
16482
  focus,
16275
16483
  valid,
@@ -16278,7 +16486,7 @@ var Signature = (props) => {
16278
16486
  maximized,
16279
16487
  ...other
16280
16488
  } = props;
16281
- return /* @__PURE__ */ jsxs205(
16489
+ return /* @__PURE__ */ jsxs212(
16282
16490
  "div",
16283
16491
  {
16284
16492
  ...other,
@@ -16306,8 +16514,8 @@ var Signature = (props) => {
16306
16514
  }
16307
16515
  ),
16308
16516
  children: [
16309
- /* @__PURE__ */ jsx469("canvas", { className: "k-signature-canvas" }),
16310
- /* @__PURE__ */ jsxs205(
16517
+ /* @__PURE__ */ jsx482("canvas", { className: "k-signature-canvas" }),
16518
+ /* @__PURE__ */ jsxs212(
16311
16519
  "div",
16312
16520
  {
16313
16521
  className: classNames(
@@ -16315,7 +16523,7 @@ var Signature = (props) => {
16315
16523
  "k-signature-actions-top"
16316
16524
  ),
16317
16525
  children: [
16318
- /* @__PURE__ */ jsx469(
16526
+ /* @__PURE__ */ jsx482(
16319
16527
  Button,
16320
16528
  {
16321
16529
  className: classNames(
@@ -16329,7 +16537,7 @@ var Signature = (props) => {
16329
16537
  fillMode: "flat"
16330
16538
  }
16331
16539
  ),
16332
- /* @__PURE__ */ jsx469(
16540
+ /* @__PURE__ */ jsx482(
16333
16541
  Button,
16334
16542
  {
16335
16543
  className: classNames(
@@ -16346,15 +16554,15 @@ var Signature = (props) => {
16346
16554
  ]
16347
16555
  }
16348
16556
  ),
16349
- /* @__PURE__ */ jsx469("div", { className: "k-signature-line" }),
16350
- /* @__PURE__ */ jsx469(
16557
+ /* @__PURE__ */ jsx482("div", { className: "k-signature-line" }),
16558
+ /* @__PURE__ */ jsx482(
16351
16559
  "div",
16352
16560
  {
16353
16561
  className: classNames(
16354
16562
  "k-signature-actions",
16355
16563
  "k-signature-actions-bottom"
16356
16564
  ),
16357
- children: /* @__PURE__ */ jsx469(
16565
+ children: /* @__PURE__ */ jsx482(
16358
16566
  Button,
16359
16567
  {
16360
16568
  className: classNames(
@@ -16373,27 +16581,27 @@ var Signature = (props) => {
16373
16581
  }
16374
16582
  );
16375
16583
  };
16376
- Signature.states = states167;
16377
- Signature.options = options153;
16584
+ Signature.states = states172;
16585
+ Signature.options = options158;
16378
16586
  Signature.className = SIGNATURE_CLASSNAME;
16379
- Signature.defaultProps = defaultProps156;
16587
+ Signature.defaultProps = defaultProps161;
16380
16588
 
16381
16589
  // src/editor/editor.spec.tsx
16382
- import { jsx as jsx470 } from "react/jsx-runtime";
16590
+ import { jsx as jsx483 } from "react/jsx-runtime";
16383
16591
  var EDITOR_CLASSNAME = `k-editor`;
16384
- var states168 = [
16592
+ var states173 = [
16385
16593
  States.readonly,
16386
16594
  States.disabled
16387
16595
  ];
16388
- var options154 = {};
16389
- var defaultProps157 = {};
16596
+ var options159 = {};
16597
+ var defaultProps162 = {};
16390
16598
  var Editor = (props) => {
16391
16599
  const {
16392
16600
  readonly,
16393
16601
  disabled,
16394
16602
  ...other
16395
16603
  } = props;
16396
- return /* @__PURE__ */ jsx470(
16604
+ return /* @__PURE__ */ jsx483(
16397
16605
  "div",
16398
16606
  {
16399
16607
  ...other,
@@ -16409,691 +16617,691 @@ var Editor = (props) => {
16409
16617
  }
16410
16618
  );
16411
16619
  };
16412
- Editor.states = states168;
16413
- Editor.options = options154;
16620
+ Editor.states = states173;
16621
+ Editor.options = options159;
16414
16622
  Editor.className = EDITOR_CLASSNAME;
16415
- Editor.defaultProps = defaultProps157;
16623
+ Editor.defaultProps = defaultProps162;
16416
16624
 
16417
16625
  // src/editor/editor-toolbar.tsx
16418
- import { jsx as jsx471 } from "react/jsx-runtime";
16626
+ import { jsx as jsx484 } from "react/jsx-runtime";
16419
16627
 
16420
16628
  // src/editor/editor-content.tsx
16421
- import { jsx as jsx472 } from "react/jsx-runtime";
16422
- var states169 = [
16629
+ import { jsx as jsx485 } from "react/jsx-runtime";
16630
+ var states174 = [
16423
16631
  States.focus
16424
16632
  ];
16425
16633
 
16426
16634
  // src/editor/templates/editor-normal.tsx
16427
- import { Fragment as Fragment138, jsx as jsx473, jsxs as jsxs206 } from "react/jsx-runtime";
16635
+ import { Fragment as Fragment139, jsx as jsx486, jsxs as jsxs213 } from "react/jsx-runtime";
16428
16636
 
16429
16637
  // src/utils/templates/background/background-clip/border-clip.tsx
16430
- import { jsx as jsx474 } from "react/jsx-runtime";
16638
+ import { jsx as jsx487 } from "react/jsx-runtime";
16431
16639
 
16432
16640
  // src/utils/templates/background/background-clip/content-clip.tsx
16433
- import { jsx as jsx475 } from "react/jsx-runtime";
16641
+ import { jsx as jsx488 } from "react/jsx-runtime";
16434
16642
 
16435
16643
  // src/utils/templates/background/background-clip/padding-clip.tsx
16436
- import { jsx as jsx476 } from "react/jsx-runtime";
16644
+ import { jsx as jsx489 } from "react/jsx-runtime";
16437
16645
 
16438
16646
  // src/utils/templates/background/background-clip/text-clip.tsx
16439
- import { jsx as jsx477 } from "react/jsx-runtime";
16647
+ import { jsx as jsx490 } from "react/jsx-runtime";
16440
16648
 
16441
16649
  // src/utils/templates/background/background-color/color.tsx
16442
- import { jsx as jsx478, jsxs as jsxs207 } from "react/jsx-runtime";
16650
+ import { jsx as jsx491, jsxs as jsxs214 } from "react/jsx-runtime";
16443
16651
 
16444
16652
  // src/utils/templates/borders/border-color/all-sides.tsx
16445
- import { jsx as jsx479, jsxs as jsxs208 } from "react/jsx-runtime";
16653
+ import { jsx as jsx492, jsxs as jsxs215 } from "react/jsx-runtime";
16446
16654
 
16447
16655
  // src/utils/templates/borders/border-color/individual.tsx
16448
- import { jsx as jsx480, jsxs as jsxs209 } from "react/jsx-runtime";
16656
+ import { jsx as jsx493, jsxs as jsxs216 } from "react/jsx-runtime";
16449
16657
 
16450
16658
  // src/utils/templates/borders/border-color/left-right.tsx
16451
- import { jsx as jsx481, jsxs as jsxs210 } from "react/jsx-runtime";
16659
+ import { jsx as jsx494, jsxs as jsxs217 } from "react/jsx-runtime";
16452
16660
 
16453
16661
  // src/utils/templates/borders/border-color/top-bottom.tsx
16454
- import { jsx as jsx482, jsxs as jsxs211 } from "react/jsx-runtime";
16662
+ import { jsx as jsx495, jsxs as jsxs218 } from "react/jsx-runtime";
16455
16663
 
16456
16664
  // src/utils/templates/borders/border-radius/corners.tsx
16457
- import { jsx as jsx483, jsxs as jsxs212 } from "react/jsx-runtime";
16665
+ import { jsx as jsx496, jsxs as jsxs219 } from "react/jsx-runtime";
16458
16666
 
16459
16667
  // src/utils/templates/borders/border-radius/no-rounding.tsx
16460
- import { jsx as jsx484, jsxs as jsxs213 } from "react/jsx-runtime";
16668
+ import { jsx as jsx497, jsxs as jsxs220 } from "react/jsx-runtime";
16461
16669
 
16462
16670
  // src/utils/templates/borders/border-radius/rounding.tsx
16463
- import { jsx as jsx485, jsxs as jsxs214 } from "react/jsx-runtime";
16671
+ import { jsx as jsx498, jsxs as jsxs221 } from "react/jsx-runtime";
16464
16672
 
16465
16673
  // src/utils/templates/borders/border-radius/sides.tsx
16466
- import { jsx as jsx486, jsxs as jsxs215 } from "react/jsx-runtime";
16674
+ import { jsx as jsx499, jsxs as jsxs222 } from "react/jsx-runtime";
16467
16675
 
16468
16676
  // src/utils/templates/borders/border-style/all-sides.tsx
16469
- import { jsx as jsx487, jsxs as jsxs216 } from "react/jsx-runtime";
16677
+ import { jsx as jsx500, jsxs as jsxs223 } from "react/jsx-runtime";
16470
16678
 
16471
16679
  // src/utils/templates/borders/border-style/individual.tsx
16472
- import { jsx as jsx488, jsxs as jsxs217 } from "react/jsx-runtime";
16680
+ import { jsx as jsx501, jsxs as jsxs224 } from "react/jsx-runtime";
16473
16681
 
16474
16682
  // src/utils/templates/borders/border-style/left-right.tsx
16475
- import { jsx as jsx489, jsxs as jsxs218 } from "react/jsx-runtime";
16683
+ import { jsx as jsx502, jsxs as jsxs225 } from "react/jsx-runtime";
16476
16684
 
16477
16685
  // src/utils/templates/borders/border-style/no-style.tsx
16478
- import { jsx as jsx490 } from "react/jsx-runtime";
16686
+ import { jsx as jsx503 } from "react/jsx-runtime";
16479
16687
 
16480
16688
  // src/utils/templates/borders/border-style/top-bottom.tsx
16481
- import { jsx as jsx491, jsxs as jsxs219 } from "react/jsx-runtime";
16689
+ import { jsx as jsx504, jsxs as jsxs226 } from "react/jsx-runtime";
16482
16690
 
16483
16691
  // src/utils/templates/borders/border-width/all-sides.tsx
16484
- import { jsx as jsx492, jsxs as jsxs220 } from "react/jsx-runtime";
16692
+ import { jsx as jsx505, jsxs as jsxs227 } from "react/jsx-runtime";
16485
16693
 
16486
16694
  // src/utils/templates/borders/border-width/individual.tsx
16487
- import { jsx as jsx493, jsxs as jsxs221 } from "react/jsx-runtime";
16695
+ import { jsx as jsx506, jsxs as jsxs228 } from "react/jsx-runtime";
16488
16696
 
16489
16697
  // src/utils/templates/borders/border-width/left-right.tsx
16490
- import { jsx as jsx494, jsxs as jsxs222 } from "react/jsx-runtime";
16698
+ import { jsx as jsx507, jsxs as jsxs229 } from "react/jsx-runtime";
16491
16699
 
16492
16700
  // src/utils/templates/borders/border-width/top-bottom.tsx
16493
- import { jsx as jsx495, jsxs as jsxs223 } from "react/jsx-runtime";
16701
+ import { jsx as jsx508, jsxs as jsxs230 } from "react/jsx-runtime";
16494
16702
 
16495
16703
  // src/utils/templates/borders/outline-color/all-sides.tsx
16496
- import { jsx as jsx496 } from "react/jsx-runtime";
16704
+ import { jsx as jsx509 } from "react/jsx-runtime";
16497
16705
 
16498
16706
  // src/utils/templates/borders/outline-offset/all-sides.tsx
16499
- import { jsx as jsx497, jsxs as jsxs224 } from "react/jsx-runtime";
16707
+ import { jsx as jsx510, jsxs as jsxs231 } from "react/jsx-runtime";
16500
16708
 
16501
16709
  // src/utils/templates/borders/outline-offset/no-offset.tsx
16502
- import { jsx as jsx498 } from "react/jsx-runtime";
16710
+ import { jsx as jsx511 } from "react/jsx-runtime";
16503
16711
 
16504
16712
  // src/utils/templates/borders/outline-style/all-sides.tsx
16505
- import { jsx as jsx499, jsxs as jsxs225 } from "react/jsx-runtime";
16713
+ import { jsx as jsx512, jsxs as jsxs232 } from "react/jsx-runtime";
16506
16714
 
16507
16715
  // src/utils/templates/borders/outline-style/no-style.tsx
16508
- import { jsx as jsx500 } from "react/jsx-runtime";
16716
+ import { jsx as jsx513 } from "react/jsx-runtime";
16509
16717
 
16510
16718
  // src/utils/templates/borders/outline-width/all-sides.tsx
16511
- import { jsx as jsx501, jsxs as jsxs226 } from "react/jsx-runtime";
16719
+ import { jsx as jsx514, jsxs as jsxs233 } from "react/jsx-runtime";
16512
16720
 
16513
16721
  // src/utils/templates/borders/outline-width/no-width.tsx
16514
- import { jsx as jsx502 } from "react/jsx-runtime";
16722
+ import { jsx as jsx515 } from "react/jsx-runtime";
16515
16723
 
16516
16724
  // src/utils/templates/effects/opacity/applying.tsx
16517
- import { jsx as jsx503, jsxs as jsxs227 } from "react/jsx-runtime";
16725
+ import { jsx as jsx516, jsxs as jsxs234 } from "react/jsx-runtime";
16518
16726
 
16519
16727
  // src/utils/templates/filters/backdrop-blur/applying.tsx
16520
- import { Fragment as Fragment139, jsx as jsx504, jsxs as jsxs228 } from "react/jsx-runtime";
16728
+ import { Fragment as Fragment140, jsx as jsx517, jsxs as jsxs235 } from "react/jsx-runtime";
16521
16729
 
16522
16730
  // src/utils/templates/flex-grid/align-content/around.tsx
16523
- import { jsx as jsx505, jsxs as jsxs229 } from "react/jsx-runtime";
16731
+ import { jsx as jsx518, jsxs as jsxs236 } from "react/jsx-runtime";
16524
16732
 
16525
16733
  // src/utils/templates/flex-grid/align-content/between.tsx
16526
- import { jsx as jsx506, jsxs as jsxs230 } from "react/jsx-runtime";
16734
+ import { jsx as jsx519, jsxs as jsxs237 } from "react/jsx-runtime";
16527
16735
 
16528
16736
  // src/utils/templates/flex-grid/align-content/center.tsx
16529
- import { jsx as jsx507, jsxs as jsxs231 } from "react/jsx-runtime";
16737
+ import { jsx as jsx520, jsxs as jsxs238 } from "react/jsx-runtime";
16530
16738
 
16531
16739
  // src/utils/templates/flex-grid/align-content/end.tsx
16532
- import { jsx as jsx508, jsxs as jsxs232 } from "react/jsx-runtime";
16740
+ import { jsx as jsx521, jsxs as jsxs239 } from "react/jsx-runtime";
16533
16741
 
16534
16742
  // src/utils/templates/flex-grid/align-content/evenly.tsx
16535
- import { jsx as jsx509, jsxs as jsxs233 } from "react/jsx-runtime";
16743
+ import { jsx as jsx522, jsxs as jsxs240 } from "react/jsx-runtime";
16536
16744
 
16537
16745
  // src/utils/templates/flex-grid/align-content/normal.tsx
16538
- import { jsx as jsx510, jsxs as jsxs234 } from "react/jsx-runtime";
16746
+ import { jsx as jsx523, jsxs as jsxs241 } from "react/jsx-runtime";
16539
16747
 
16540
16748
  // src/utils/templates/flex-grid/align-content/start.tsx
16541
- import { jsx as jsx511, jsxs as jsxs235 } from "react/jsx-runtime";
16749
+ import { jsx as jsx524, jsxs as jsxs242 } from "react/jsx-runtime";
16542
16750
 
16543
16751
  // src/utils/templates/flex-grid/align-content/stretch.tsx
16544
- import { jsx as jsx512, jsxs as jsxs236 } from "react/jsx-runtime";
16752
+ import { jsx as jsx525, jsxs as jsxs243 } from "react/jsx-runtime";
16545
16753
 
16546
16754
  // src/utils/templates/flex-grid/align-items/baseline.tsx
16547
- import { jsx as jsx513, jsxs as jsxs237 } from "react/jsx-runtime";
16755
+ import { jsx as jsx526, jsxs as jsxs244 } from "react/jsx-runtime";
16548
16756
 
16549
16757
  // src/utils/templates/flex-grid/align-items/center.tsx
16550
- import { jsx as jsx514, jsxs as jsxs238 } from "react/jsx-runtime";
16758
+ import { jsx as jsx527, jsxs as jsxs245 } from "react/jsx-runtime";
16551
16759
 
16552
16760
  // src/utils/templates/flex-grid/align-items/end.tsx
16553
- import { jsx as jsx515, jsxs as jsxs239 } from "react/jsx-runtime";
16761
+ import { jsx as jsx528, jsxs as jsxs246 } from "react/jsx-runtime";
16554
16762
 
16555
16763
  // src/utils/templates/flex-grid/align-items/start.tsx
16556
- import { jsx as jsx516, jsxs as jsxs240 } from "react/jsx-runtime";
16764
+ import { jsx as jsx529, jsxs as jsxs247 } from "react/jsx-runtime";
16557
16765
 
16558
16766
  // src/utils/templates/flex-grid/align-items/stretch.tsx
16559
- import { jsx as jsx517, jsxs as jsxs241 } from "react/jsx-runtime";
16767
+ import { jsx as jsx530, jsxs as jsxs248 } from "react/jsx-runtime";
16560
16768
 
16561
16769
  // src/utils/templates/flex-grid/align-self/baseline.tsx
16562
- import { jsx as jsx518, jsxs as jsxs242 } from "react/jsx-runtime";
16770
+ import { jsx as jsx531, jsxs as jsxs249 } from "react/jsx-runtime";
16563
16771
 
16564
16772
  // src/utils/templates/flex-grid/align-self/center.tsx
16565
- import { jsx as jsx519, jsxs as jsxs243 } from "react/jsx-runtime";
16773
+ import { jsx as jsx532, jsxs as jsxs250 } from "react/jsx-runtime";
16566
16774
 
16567
16775
  // src/utils/templates/flex-grid/align-self/end.tsx
16568
- import { jsx as jsx520, jsxs as jsxs244 } from "react/jsx-runtime";
16776
+ import { jsx as jsx533, jsxs as jsxs251 } from "react/jsx-runtime";
16569
16777
 
16570
16778
  // src/utils/templates/flex-grid/align-self/start.tsx
16571
- import { jsx as jsx521, jsxs as jsxs245 } from "react/jsx-runtime";
16779
+ import { jsx as jsx534, jsxs as jsxs252 } from "react/jsx-runtime";
16572
16780
 
16573
16781
  // src/utils/templates/flex-grid/align-self/stretch.tsx
16574
- import { jsx as jsx522, jsxs as jsxs246 } from "react/jsx-runtime";
16782
+ import { jsx as jsx535, jsxs as jsxs253 } from "react/jsx-runtime";
16575
16783
 
16576
16784
  // src/utils/templates/flex-grid/flex/auto.tsx
16577
- import { jsx as jsx523, jsxs as jsxs247 } from "react/jsx-runtime";
16785
+ import { jsx as jsx536, jsxs as jsxs254 } from "react/jsx-runtime";
16578
16786
 
16579
16787
  // src/utils/templates/flex-grid/flex/flex-1.tsx
16580
- import { jsx as jsx524, jsxs as jsxs248 } from "react/jsx-runtime";
16788
+ import { jsx as jsx537, jsxs as jsxs255 } from "react/jsx-runtime";
16581
16789
 
16582
16790
  // src/utils/templates/flex-grid/flex/initial.tsx
16583
- import { jsx as jsx525, jsxs as jsxs249 } from "react/jsx-runtime";
16791
+ import { jsx as jsx538, jsxs as jsxs256 } from "react/jsx-runtime";
16584
16792
 
16585
16793
  // src/utils/templates/flex-grid/flex/none.tsx
16586
- import { jsx as jsx526, jsxs as jsxs250 } from "react/jsx-runtime";
16794
+ import { jsx as jsx539, jsxs as jsxs257 } from "react/jsx-runtime";
16587
16795
 
16588
16796
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
16589
- import { jsx as jsx527, jsxs as jsxs251 } from "react/jsx-runtime";
16797
+ import { jsx as jsx540, jsxs as jsxs258 } from "react/jsx-runtime";
16590
16798
 
16591
16799
  // src/utils/templates/flex-grid/flex-basis/size.tsx
16592
- import { jsx as jsx528, jsxs as jsxs252 } from "react/jsx-runtime";
16800
+ import { jsx as jsx541, jsxs as jsxs259 } from "react/jsx-runtime";
16593
16801
 
16594
16802
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
16595
- import { jsx as jsx529, jsxs as jsxs253 } from "react/jsx-runtime";
16803
+ import { jsx as jsx542, jsxs as jsxs260 } from "react/jsx-runtime";
16596
16804
 
16597
16805
  // src/utils/templates/flex-grid/flex-direction/column.tsx
16598
- import { jsx as jsx530, jsxs as jsxs254 } from "react/jsx-runtime";
16806
+ import { jsx as jsx543, jsxs as jsxs261 } from "react/jsx-runtime";
16599
16807
 
16600
16808
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
16601
- import { jsx as jsx531, jsxs as jsxs255 } from "react/jsx-runtime";
16809
+ import { jsx as jsx544, jsxs as jsxs262 } from "react/jsx-runtime";
16602
16810
 
16603
16811
  // src/utils/templates/flex-grid/flex-direction/row.tsx
16604
- import { jsx as jsx532, jsxs as jsxs256 } from "react/jsx-runtime";
16812
+ import { jsx as jsx545, jsxs as jsxs263 } from "react/jsx-runtime";
16605
16813
 
16606
16814
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
16607
- import { jsx as jsx533, jsxs as jsxs257 } from "react/jsx-runtime";
16815
+ import { jsx as jsx546, jsxs as jsxs264 } from "react/jsx-runtime";
16608
16816
 
16609
16817
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
16610
- import { jsx as jsx534, jsxs as jsxs258 } from "react/jsx-runtime";
16818
+ import { jsx as jsx547, jsxs as jsxs265 } from "react/jsx-runtime";
16611
16819
 
16612
16820
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
16613
- import { jsx as jsx535, jsxs as jsxs259 } from "react/jsx-runtime";
16821
+ import { jsx as jsx548, jsxs as jsxs266 } from "react/jsx-runtime";
16614
16822
 
16615
16823
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
16616
- import { jsx as jsx536, jsxs as jsxs260 } from "react/jsx-runtime";
16824
+ import { jsx as jsx549, jsxs as jsxs267 } from "react/jsx-runtime";
16617
16825
 
16618
16826
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
16619
- import { jsx as jsx537, jsxs as jsxs261 } from "react/jsx-runtime";
16827
+ import { jsx as jsx550, jsxs as jsxs268 } from "react/jsx-runtime";
16620
16828
 
16621
16829
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
16622
- import { jsx as jsx538, jsxs as jsxs262 } from "react/jsx-runtime";
16830
+ import { jsx as jsx551, jsxs as jsxs269 } from "react/jsx-runtime";
16623
16831
 
16624
16832
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
16625
- import { jsx as jsx539, jsxs as jsxs263 } from "react/jsx-runtime";
16833
+ import { jsx as jsx552, jsxs as jsxs270 } from "react/jsx-runtime";
16626
16834
 
16627
16835
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
16628
- import { jsx as jsx540, jsxs as jsxs264 } from "react/jsx-runtime";
16836
+ import { jsx as jsx553, jsxs as jsxs271 } from "react/jsx-runtime";
16629
16837
 
16630
16838
  // src/utils/templates/flex-grid/gap/size.tsx
16631
- import { jsx as jsx541, jsxs as jsxs265 } from "react/jsx-runtime";
16839
+ import { jsx as jsx554, jsxs as jsxs272 } from "react/jsx-runtime";
16632
16840
 
16633
16841
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
16634
- import { jsx as jsx542, jsxs as jsxs266 } from "react/jsx-runtime";
16842
+ import { jsx as jsx555, jsxs as jsxs273 } from "react/jsx-runtime";
16635
16843
 
16636
16844
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
16637
- import { jsx as jsx543, jsxs as jsxs267 } from "react/jsx-runtime";
16845
+ import { jsx as jsx556, jsxs as jsxs274 } from "react/jsx-runtime";
16638
16846
 
16639
16847
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
16640
- import { jsx as jsx544, jsxs as jsxs268 } from "react/jsx-runtime";
16848
+ import { jsx as jsx557, jsxs as jsxs275 } from "react/jsx-runtime";
16641
16849
 
16642
16850
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
16643
- import { jsx as jsx545, jsxs as jsxs269 } from "react/jsx-runtime";
16851
+ import { jsx as jsx558, jsxs as jsxs276 } from "react/jsx-runtime";
16644
16852
 
16645
16853
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
16646
- import { jsx as jsx546, jsxs as jsxs270 } from "react/jsx-runtime";
16854
+ import { jsx as jsx559, jsxs as jsxs277 } from "react/jsx-runtime";
16647
16855
 
16648
16856
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
16649
- import { jsx as jsx547, jsxs as jsxs271 } from "react/jsx-runtime";
16857
+ import { jsx as jsx560, jsxs as jsxs278 } from "react/jsx-runtime";
16650
16858
 
16651
16859
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
16652
- import { jsx as jsx548, jsxs as jsxs272 } from "react/jsx-runtime";
16860
+ import { jsx as jsx561, jsxs as jsxs279 } from "react/jsx-runtime";
16653
16861
 
16654
16862
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
16655
- import { jsx as jsx549, jsxs as jsxs273 } from "react/jsx-runtime";
16863
+ import { jsx as jsx562, jsxs as jsxs280 } from "react/jsx-runtime";
16656
16864
 
16657
16865
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
16658
- import { jsx as jsx550, jsxs as jsxs274 } from "react/jsx-runtime";
16866
+ import { jsx as jsx563, jsxs as jsxs281 } from "react/jsx-runtime";
16659
16867
 
16660
16868
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
16661
- import { jsx as jsx551, jsxs as jsxs275 } from "react/jsx-runtime";
16869
+ import { jsx as jsx564, jsxs as jsxs282 } from "react/jsx-runtime";
16662
16870
 
16663
16871
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
16664
- import { jsx as jsx552, jsxs as jsxs276 } from "react/jsx-runtime";
16872
+ import { jsx as jsx565, jsxs as jsxs283 } from "react/jsx-runtime";
16665
16873
 
16666
16874
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
16667
- import { jsx as jsx553, jsxs as jsxs277 } from "react/jsx-runtime";
16875
+ import { jsx as jsx566, jsxs as jsxs284 } from "react/jsx-runtime";
16668
16876
 
16669
16877
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
16670
- import { jsx as jsx554, jsxs as jsxs278 } from "react/jsx-runtime";
16878
+ import { jsx as jsx567, jsxs as jsxs285 } from "react/jsx-runtime";
16671
16879
 
16672
16880
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
16673
- import { jsx as jsx555, jsxs as jsxs279 } from "react/jsx-runtime";
16881
+ import { jsx as jsx568, jsxs as jsxs286 } from "react/jsx-runtime";
16674
16882
 
16675
16883
  // src/utils/templates/flex-grid/justify-content/around.tsx
16676
- import { jsx as jsx556, jsxs as jsxs280 } from "react/jsx-runtime";
16884
+ import { jsx as jsx569, jsxs as jsxs287 } from "react/jsx-runtime";
16677
16885
 
16678
16886
  // src/utils/templates/flex-grid/justify-content/between.tsx
16679
- import { jsx as jsx557, jsxs as jsxs281 } from "react/jsx-runtime";
16887
+ import { jsx as jsx570, jsxs as jsxs288 } from "react/jsx-runtime";
16680
16888
 
16681
16889
  // src/utils/templates/flex-grid/justify-content/center.tsx
16682
- import { jsx as jsx558, jsxs as jsxs282 } from "react/jsx-runtime";
16890
+ import { jsx as jsx571, jsxs as jsxs289 } from "react/jsx-runtime";
16683
16891
 
16684
16892
  // src/utils/templates/flex-grid/justify-content/end.tsx
16685
- import { jsx as jsx559, jsxs as jsxs283 } from "react/jsx-runtime";
16893
+ import { jsx as jsx572, jsxs as jsxs290 } from "react/jsx-runtime";
16686
16894
 
16687
16895
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
16688
- import { jsx as jsx560, jsxs as jsxs284 } from "react/jsx-runtime";
16896
+ import { jsx as jsx573, jsxs as jsxs291 } from "react/jsx-runtime";
16689
16897
 
16690
16898
  // src/utils/templates/flex-grid/justify-content/normal.tsx
16691
- import { jsx as jsx561, jsxs as jsxs285 } from "react/jsx-runtime";
16899
+ import { jsx as jsx574, jsxs as jsxs292 } from "react/jsx-runtime";
16692
16900
 
16693
16901
  // src/utils/templates/flex-grid/justify-content/start.tsx
16694
- import { jsx as jsx562, jsxs as jsxs286 } from "react/jsx-runtime";
16902
+ import { jsx as jsx575, jsxs as jsxs293 } from "react/jsx-runtime";
16695
16903
 
16696
16904
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
16697
- import { jsx as jsx563, jsxs as jsxs287 } from "react/jsx-runtime";
16905
+ import { jsx as jsx576, jsxs as jsxs294 } from "react/jsx-runtime";
16698
16906
 
16699
16907
  // src/utils/templates/flex-grid/justify-items/center.tsx
16700
- import { jsx as jsx564, jsxs as jsxs288 } from "react/jsx-runtime";
16908
+ import { jsx as jsx577, jsxs as jsxs295 } from "react/jsx-runtime";
16701
16909
 
16702
16910
  // src/utils/templates/flex-grid/justify-items/end.tsx
16703
- import { jsx as jsx565, jsxs as jsxs289 } from "react/jsx-runtime";
16911
+ import { jsx as jsx578, jsxs as jsxs296 } from "react/jsx-runtime";
16704
16912
 
16705
16913
  // src/utils/templates/flex-grid/justify-items/start.tsx
16706
- import { jsx as jsx566, jsxs as jsxs290 } from "react/jsx-runtime";
16914
+ import { jsx as jsx579, jsxs as jsxs297 } from "react/jsx-runtime";
16707
16915
 
16708
16916
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
16709
- import { jsx as jsx567, jsxs as jsxs291 } from "react/jsx-runtime";
16917
+ import { jsx as jsx580, jsxs as jsxs298 } from "react/jsx-runtime";
16710
16918
 
16711
16919
  // src/utils/templates/flex-grid/justify-self/center.tsx
16712
- import { jsx as jsx568, jsxs as jsxs292 } from "react/jsx-runtime";
16920
+ import { jsx as jsx581, jsxs as jsxs299 } from "react/jsx-runtime";
16713
16921
 
16714
16922
  // src/utils/templates/flex-grid/justify-self/end.tsx
16715
- import { jsx as jsx569, jsxs as jsxs293 } from "react/jsx-runtime";
16923
+ import { jsx as jsx582, jsxs as jsxs300 } from "react/jsx-runtime";
16716
16924
 
16717
16925
  // src/utils/templates/flex-grid/justify-self/start.tsx
16718
- import { jsx as jsx570, jsxs as jsxs294 } from "react/jsx-runtime";
16926
+ import { jsx as jsx583, jsxs as jsxs301 } from "react/jsx-runtime";
16719
16927
 
16720
16928
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
16721
- import { jsx as jsx571, jsxs as jsxs295 } from "react/jsx-runtime";
16929
+ import { jsx as jsx584, jsxs as jsxs302 } from "react/jsx-runtime";
16722
16930
 
16723
16931
  // src/utils/templates/flex-grid/order/first.tsx
16724
- import { jsx as jsx572, jsxs as jsxs296 } from "react/jsx-runtime";
16932
+ import { jsx as jsx585, jsxs as jsxs303 } from "react/jsx-runtime";
16725
16933
 
16726
16934
  // src/utils/templates/flex-grid/order/integer.tsx
16727
- import { jsx as jsx573, jsxs as jsxs297 } from "react/jsx-runtime";
16935
+ import { jsx as jsx586, jsxs as jsxs304 } from "react/jsx-runtime";
16728
16936
 
16729
16937
  // src/utils/templates/flex-grid/order/last.tsx
16730
- import { jsx as jsx574, jsxs as jsxs298 } from "react/jsx-runtime";
16938
+ import { jsx as jsx587, jsxs as jsxs305 } from "react/jsx-runtime";
16731
16939
 
16732
16940
  // src/utils/templates/flex-grid/place-content/around.tsx
16733
- import { jsx as jsx575, jsxs as jsxs299 } from "react/jsx-runtime";
16941
+ import { jsx as jsx588, jsxs as jsxs306 } from "react/jsx-runtime";
16734
16942
 
16735
16943
  // src/utils/templates/flex-grid/place-content/between.tsx
16736
- import { jsx as jsx576, jsxs as jsxs300 } from "react/jsx-runtime";
16944
+ import { jsx as jsx589, jsxs as jsxs307 } from "react/jsx-runtime";
16737
16945
 
16738
16946
  // src/utils/templates/flex-grid/place-content/center.tsx
16739
- import { jsx as jsx577, jsxs as jsxs301 } from "react/jsx-runtime";
16947
+ import { jsx as jsx590, jsxs as jsxs308 } from "react/jsx-runtime";
16740
16948
 
16741
16949
  // src/utils/templates/flex-grid/place-content/end.tsx
16742
- import { jsx as jsx578, jsxs as jsxs302 } from "react/jsx-runtime";
16950
+ import { jsx as jsx591, jsxs as jsxs309 } from "react/jsx-runtime";
16743
16951
 
16744
16952
  // src/utils/templates/flex-grid/place-content/evenly.tsx
16745
- import { jsx as jsx579, jsxs as jsxs303 } from "react/jsx-runtime";
16953
+ import { jsx as jsx592, jsxs as jsxs310 } from "react/jsx-runtime";
16746
16954
 
16747
16955
  // src/utils/templates/flex-grid/place-content/normal.tsx
16748
- import { jsx as jsx580, jsxs as jsxs304 } from "react/jsx-runtime";
16956
+ import { jsx as jsx593, jsxs as jsxs311 } from "react/jsx-runtime";
16749
16957
 
16750
16958
  // src/utils/templates/flex-grid/place-content/start.tsx
16751
- import { jsx as jsx581, jsxs as jsxs305 } from "react/jsx-runtime";
16959
+ import { jsx as jsx594, jsxs as jsxs312 } from "react/jsx-runtime";
16752
16960
 
16753
16961
  // src/utils/templates/flex-grid/place-content/stretch.tsx
16754
- import { jsx as jsx582, jsxs as jsxs306 } from "react/jsx-runtime";
16962
+ import { jsx as jsx595, jsxs as jsxs313 } from "react/jsx-runtime";
16755
16963
 
16756
16964
  // src/utils/templates/flex-grid/place-items/center.tsx
16757
- import { jsx as jsx583, jsxs as jsxs307 } from "react/jsx-runtime";
16965
+ import { jsx as jsx596, jsxs as jsxs314 } from "react/jsx-runtime";
16758
16966
 
16759
16967
  // src/utils/templates/flex-grid/place-items/end.tsx
16760
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
16968
+ import { jsx as jsx597, jsxs as jsxs315 } from "react/jsx-runtime";
16761
16969
 
16762
16970
  // src/utils/templates/flex-grid/place-items/start.tsx
16763
- import { jsx as jsx585, jsxs as jsxs309 } from "react/jsx-runtime";
16971
+ import { jsx as jsx598, jsxs as jsxs316 } from "react/jsx-runtime";
16764
16972
 
16765
16973
  // src/utils/templates/flex-grid/place-items/stretch.tsx
16766
- import { jsx as jsx586, jsxs as jsxs310 } from "react/jsx-runtime";
16974
+ import { jsx as jsx599, jsxs as jsxs317 } from "react/jsx-runtime";
16767
16975
 
16768
16976
  // src/utils/templates/flex-grid/place-self/center.tsx
16769
- import { jsx as jsx587, jsxs as jsxs311 } from "react/jsx-runtime";
16977
+ import { jsx as jsx600, jsxs as jsxs318 } from "react/jsx-runtime";
16770
16978
 
16771
16979
  // src/utils/templates/flex-grid/place-self/end.tsx
16772
- import { jsx as jsx588, jsxs as jsxs312 } from "react/jsx-runtime";
16980
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
16773
16981
 
16774
16982
  // src/utils/templates/flex-grid/place-self/start.tsx
16775
- import { jsx as jsx589, jsxs as jsxs313 } from "react/jsx-runtime";
16983
+ import { jsx as jsx602, jsxs as jsxs320 } from "react/jsx-runtime";
16776
16984
 
16777
16985
  // src/utils/templates/flex-grid/place-self/stretch.tsx
16778
- import { jsx as jsx590, jsxs as jsxs314 } from "react/jsx-runtime";
16986
+ import { jsx as jsx603, jsxs as jsxs321 } from "react/jsx-runtime";
16779
16987
 
16780
16988
  // src/utils/templates/interactivity/appearance/applying.tsx
16781
- import { jsx as jsx591, jsxs as jsxs315 } from "react/jsx-runtime";
16989
+ import { jsx as jsx604, jsxs as jsxs322 } from "react/jsx-runtime";
16782
16990
 
16783
16991
  // src/utils/templates/interactivity/appearance/none.tsx
16784
- import { jsx as jsx592, jsxs as jsxs316 } from "react/jsx-runtime";
16992
+ import { jsx as jsx605, jsxs as jsxs323 } from "react/jsx-runtime";
16785
16993
 
16786
16994
  // src/utils/templates/interactivity/cursor/applying.tsx
16787
- import { jsx as jsx593, jsxs as jsxs317 } from "react/jsx-runtime";
16995
+ import { jsx as jsx606, jsxs as jsxs324 } from "react/jsx-runtime";
16788
16996
 
16789
16997
  // src/utils/templates/interactivity/pointer-events/applying.tsx
16790
- import { jsx as jsx594, jsxs as jsxs318 } from "react/jsx-runtime";
16998
+ import { jsx as jsx607, jsxs as jsxs325 } from "react/jsx-runtime";
16791
16999
 
16792
17000
  // src/utils/templates/interactivity/resize/all-directions.tsx
16793
- import { jsx as jsx595 } from "react/jsx-runtime";
17001
+ import { jsx as jsx608 } from "react/jsx-runtime";
16794
17002
 
16795
17003
  // src/utils/templates/interactivity/resize/horizontal.tsx
16796
- import { jsx as jsx596 } from "react/jsx-runtime";
17004
+ import { jsx as jsx609 } from "react/jsx-runtime";
16797
17005
 
16798
17006
  // src/utils/templates/interactivity/resize/no-resizing.tsx
16799
- import { jsx as jsx597 } from "react/jsx-runtime";
17007
+ import { jsx as jsx610 } from "react/jsx-runtime";
16800
17008
 
16801
17009
  // src/utils/templates/interactivity/resize/vertical.tsx
16802
- import { jsx as jsx598 } from "react/jsx-runtime";
17010
+ import { jsx as jsx611 } from "react/jsx-runtime";
16803
17011
 
16804
17012
  // src/utils/templates/interactivity/touch-action/auto.tsx
16805
- import { jsx as jsx599 } from "react/jsx-runtime";
17013
+ import { jsx as jsx612 } from "react/jsx-runtime";
16806
17014
 
16807
17015
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
16808
- import { jsx as jsx600 } from "react/jsx-runtime";
17016
+ import { jsx as jsx613 } from "react/jsx-runtime";
16809
17017
 
16810
17018
  // src/utils/templates/interactivity/touch-action/none.tsx
16811
- import { jsx as jsx601 } from "react/jsx-runtime";
17019
+ import { jsx as jsx614 } from "react/jsx-runtime";
16812
17020
 
16813
17021
  // src/utils/templates/interactivity/touch-action/vertical.tsx
16814
- import { jsx as jsx602 } from "react/jsx-runtime";
17022
+ import { jsx as jsx615 } from "react/jsx-runtime";
16815
17023
 
16816
17024
  // src/utils/templates/interactivity/user-select/all.tsx
16817
- import { jsx as jsx603 } from "react/jsx-runtime";
17025
+ import { jsx as jsx616 } from "react/jsx-runtime";
16818
17026
 
16819
17027
  // src/utils/templates/interactivity/user-select/none.tsx
16820
- import { jsx as jsx604 } from "react/jsx-runtime";
17028
+ import { jsx as jsx617 } from "react/jsx-runtime";
16821
17029
 
16822
17030
  // src/utils/templates/interactivity/user-select/text.tsx
16823
- import { jsx as jsx605 } from "react/jsx-runtime";
17031
+ import { jsx as jsx618 } from "react/jsx-runtime";
16824
17032
 
16825
17033
  // src/utils/templates/layout/aspect-ratio/auto.tsx
16826
- import { jsx as jsx606 } from "react/jsx-runtime";
17034
+ import { jsx as jsx619 } from "react/jsx-runtime";
16827
17035
 
16828
17036
  // src/utils/templates/layout/aspect-ratio/one.tsx
16829
- import { jsx as jsx607 } from "react/jsx-runtime";
17037
+ import { jsx as jsx620 } from "react/jsx-runtime";
16830
17038
 
16831
17039
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
16832
- import { jsx as jsx608 } from "react/jsx-runtime";
17040
+ import { jsx as jsx621 } from "react/jsx-runtime";
16833
17041
 
16834
17042
  // src/utils/templates/layout/aspect-ratio/video.tsx
16835
- import { jsx as jsx609 } from "react/jsx-runtime";
17043
+ import { jsx as jsx622 } from "react/jsx-runtime";
16836
17044
 
16837
17045
  // src/utils/templates/layout/box-sizing/border.tsx
16838
- import { jsx as jsx610 } from "react/jsx-runtime";
17046
+ import { jsx as jsx623 } from "react/jsx-runtime";
16839
17047
 
16840
17048
  // src/utils/templates/layout/box-sizing/content.tsx
16841
- import { jsx as jsx611 } from "react/jsx-runtime";
17049
+ import { jsx as jsx624 } from "react/jsx-runtime";
16842
17050
 
16843
17051
  // src/utils/templates/layout/clear/both.tsx
16844
- import { jsx as jsx612, jsxs as jsxs319 } from "react/jsx-runtime";
17052
+ import { jsx as jsx625, jsxs as jsxs326 } from "react/jsx-runtime";
16845
17053
 
16846
17054
  // src/utils/templates/layout/clear/left.tsx
16847
- import { jsx as jsx613, jsxs as jsxs320 } from "react/jsx-runtime";
17055
+ import { jsx as jsx626, jsxs as jsxs327 } from "react/jsx-runtime";
16848
17056
 
16849
17057
  // src/utils/templates/layout/clear/no-clear.tsx
16850
- import { jsx as jsx614, jsxs as jsxs321 } from "react/jsx-runtime";
17058
+ import { jsx as jsx627, jsxs as jsxs328 } from "react/jsx-runtime";
16851
17059
 
16852
17060
  // src/utils/templates/layout/clear/right.tsx
16853
- import { jsx as jsx615, jsxs as jsxs322 } from "react/jsx-runtime";
17061
+ import { jsx as jsx628, jsxs as jsxs329 } from "react/jsx-runtime";
16854
17062
 
16855
17063
  // src/utils/templates/layout/columns/automatic.tsx
16856
- import { jsx as jsx616, jsxs as jsxs323 } from "react/jsx-runtime";
17064
+ import { jsx as jsx629, jsxs as jsxs330 } from "react/jsx-runtime";
16857
17065
 
16858
17066
  // src/utils/templates/layout/columns/count.tsx
16859
- import { jsx as jsx617, jsxs as jsxs324 } from "react/jsx-runtime";
17067
+ import { jsx as jsx630, jsxs as jsxs331 } from "react/jsx-runtime";
16860
17068
 
16861
17069
  // src/utils/templates/layout/display/block.tsx
16862
- import { jsx as jsx618, jsxs as jsxs325 } from "react/jsx-runtime";
17070
+ import { jsx as jsx631, jsxs as jsxs332 } from "react/jsx-runtime";
16863
17071
 
16864
17072
  // src/utils/templates/layout/display/flex.tsx
16865
- import { jsx as jsx619, jsxs as jsxs326 } from "react/jsx-runtime";
17073
+ import { jsx as jsx632, jsxs as jsxs333 } from "react/jsx-runtime";
16866
17074
 
16867
17075
  // src/utils/templates/layout/display/inline.tsx
16868
- import { jsx as jsx620, jsxs as jsxs327 } from "react/jsx-runtime";
17076
+ import { jsx as jsx633, jsxs as jsxs334 } from "react/jsx-runtime";
16869
17077
 
16870
17078
  // src/utils/templates/layout/display/none.tsx
16871
- import { Fragment as Fragment140, jsx as jsx621, jsxs as jsxs328 } from "react/jsx-runtime";
17079
+ import { Fragment as Fragment141, jsx as jsx634, jsxs as jsxs335 } from "react/jsx-runtime";
16872
17080
 
16873
17081
  // src/utils/templates/layout/float/left.tsx
16874
- import { jsx as jsx622, jsxs as jsxs329 } from "react/jsx-runtime";
17082
+ import { jsx as jsx635, jsxs as jsxs336 } from "react/jsx-runtime";
16875
17083
 
16876
17084
  // src/utils/templates/layout/float/no-float.tsx
16877
- import { jsx as jsx623, jsxs as jsxs330 } from "react/jsx-runtime";
17085
+ import { jsx as jsx636, jsxs as jsxs337 } from "react/jsx-runtime";
16878
17086
 
16879
17087
  // src/utils/templates/layout/float/right.tsx
16880
- import { jsx as jsx624, jsxs as jsxs331 } from "react/jsx-runtime";
17088
+ import { jsx as jsx637, jsxs as jsxs338 } from "react/jsx-runtime";
16881
17089
 
16882
17090
  // src/utils/templates/layout/object-fit/contain.tsx
16883
- import { jsx as jsx625 } from "react/jsx-runtime";
17091
+ import { jsx as jsx638 } from "react/jsx-runtime";
16884
17092
 
16885
17093
  // src/utils/templates/layout/object-fit/cover.tsx
16886
- import { jsx as jsx626 } from "react/jsx-runtime";
17094
+ import { jsx as jsx639 } from "react/jsx-runtime";
16887
17095
 
16888
17096
  // src/utils/templates/layout/object-fit/fill.tsx
16889
- import { jsx as jsx627 } from "react/jsx-runtime";
17097
+ import { jsx as jsx640 } from "react/jsx-runtime";
16890
17098
 
16891
17099
  // src/utils/templates/layout/object-fit/scale-down.tsx
16892
- import { jsx as jsx628 } from "react/jsx-runtime";
17100
+ import { jsx as jsx641 } from "react/jsx-runtime";
16893
17101
 
16894
17102
  // src/utils/templates/layout/object-position/position.tsx
16895
- import { jsx as jsx629, jsxs as jsxs332 } from "react/jsx-runtime";
17103
+ import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
16896
17104
 
16897
17105
  // src/utils/templates/layout/overflow/hidden.tsx
16898
- import { jsx as jsx630 } from "react/jsx-runtime";
17106
+ import { jsx as jsx643 } from "react/jsx-runtime";
16899
17107
 
16900
17108
  // src/utils/templates/layout/overflow/horizontal.tsx
16901
- import { jsx as jsx631 } from "react/jsx-runtime";
17109
+ import { jsx as jsx644 } from "react/jsx-runtime";
16902
17110
 
16903
17111
  // src/utils/templates/layout/overflow/vertical.tsx
16904
- import { jsx as jsx632 } from "react/jsx-runtime";
17112
+ import { jsx as jsx645 } from "react/jsx-runtime";
16905
17113
 
16906
17114
  // src/utils/templates/layout/overflow/visible.tsx
16907
- import { jsx as jsx633 } from "react/jsx-runtime";
17115
+ import { jsx as jsx646 } from "react/jsx-runtime";
16908
17116
 
16909
17117
  // src/utils/templates/layout/placement/multiple.tsx
16910
- import { jsx as jsx634, jsxs as jsxs333 } from "react/jsx-runtime";
17118
+ import { jsx as jsx647, jsxs as jsxs340 } from "react/jsx-runtime";
16911
17119
 
16912
17120
  // src/utils/templates/layout/placement/single.tsx
16913
- import { jsx as jsx635, jsxs as jsxs334 } from "react/jsx-runtime";
17121
+ import { jsx as jsx648, jsxs as jsxs341 } from "react/jsx-runtime";
16914
17122
 
16915
17123
  // src/utils/templates/layout/position/applying.tsx
16916
- import { jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
17124
+ import { jsx as jsx649, jsxs as jsxs342 } from "react/jsx-runtime";
16917
17125
 
16918
17126
  // src/utils/templates/layout/visibility/invisible.tsx
16919
- import { jsx as jsx637, jsxs as jsxs336 } from "react/jsx-runtime";
17127
+ import { jsx as jsx650, jsxs as jsxs343 } from "react/jsx-runtime";
16920
17128
 
16921
17129
  // src/utils/templates/layout/z-index/applying.tsx
16922
- import { Fragment as Fragment141, jsx as jsx638, jsxs as jsxs337 } from "react/jsx-runtime";
17130
+ import { Fragment as Fragment142, jsx as jsx651, jsxs as jsxs344 } from "react/jsx-runtime";
16923
17131
 
16924
17132
  // src/utils/templates/sizing/height/fixed.tsx
16925
- import { jsx as jsx639, jsxs as jsxs338 } from "react/jsx-runtime";
17133
+ import { jsx as jsx652, jsxs as jsxs345 } from "react/jsx-runtime";
16926
17134
 
16927
17135
  // src/utils/templates/sizing/height/full.tsx
16928
- import { jsx as jsx640 } from "react/jsx-runtime";
17136
+ import { jsx as jsx653 } from "react/jsx-runtime";
16929
17137
 
16930
17138
  // src/utils/templates/sizing/height/maximum.tsx
16931
- import { jsx as jsx641 } from "react/jsx-runtime";
17139
+ import { jsx as jsx654 } from "react/jsx-runtime";
16932
17140
 
16933
17141
  // src/utils/templates/sizing/height/minimum.tsx
16934
- import { jsx as jsx642 } from "react/jsx-runtime";
17142
+ import { jsx as jsx655 } from "react/jsx-runtime";
16935
17143
 
16936
17144
  // src/utils/templates/sizing/height/screen.tsx
16937
- import { jsx as jsx643 } from "react/jsx-runtime";
17145
+ import { jsx as jsx656 } from "react/jsx-runtime";
16938
17146
 
16939
17147
  // src/utils/templates/sizing/width/fixed.tsx
16940
- import { jsx as jsx644, jsxs as jsxs339 } from "react/jsx-runtime";
17148
+ import { jsx as jsx657, jsxs as jsxs346 } from "react/jsx-runtime";
16941
17149
 
16942
17150
  // src/utils/templates/sizing/width/full.tsx
16943
- import { jsx as jsx645 } from "react/jsx-runtime";
17151
+ import { jsx as jsx658 } from "react/jsx-runtime";
16944
17152
 
16945
17153
  // src/utils/templates/sizing/width/maximum.tsx
16946
- import { jsx as jsx646 } from "react/jsx-runtime";
17154
+ import { jsx as jsx659 } from "react/jsx-runtime";
16947
17155
 
16948
17156
  // src/utils/templates/sizing/width/minimum.tsx
16949
- import { jsx as jsx647 } from "react/jsx-runtime";
17157
+ import { jsx as jsx660 } from "react/jsx-runtime";
16950
17158
 
16951
17159
  // src/utils/templates/sizing/width/screen.tsx
16952
- import { jsx as jsx648 } from "react/jsx-runtime";
17160
+ import { jsx as jsx661 } from "react/jsx-runtime";
16953
17161
 
16954
17162
  // src/utils/templates/spacing/margin/all.tsx
16955
- import { jsx as jsx649 } from "react/jsx-runtime";
17163
+ import { jsx as jsx662 } from "react/jsx-runtime";
16956
17164
 
16957
17165
  // src/utils/templates/spacing/margin/single.tsx
16958
- import { Fragment as Fragment142, jsx as jsx650, jsxs as jsxs340 } from "react/jsx-runtime";
17166
+ import { Fragment as Fragment143, jsx as jsx663, jsxs as jsxs347 } from "react/jsx-runtime";
16959
17167
 
16960
17168
  // src/utils/templates/spacing/margin/x.tsx
16961
- import { jsx as jsx651 } from "react/jsx-runtime";
17169
+ import { jsx as jsx664 } from "react/jsx-runtime";
16962
17170
 
16963
17171
  // src/utils/templates/spacing/margin/y.tsx
16964
- import { jsx as jsx652 } from "react/jsx-runtime";
17172
+ import { jsx as jsx665 } from "react/jsx-runtime";
16965
17173
 
16966
17174
  // src/utils/templates/spacing/padding/all.tsx
16967
- import { jsx as jsx653 } from "react/jsx-runtime";
17175
+ import { jsx as jsx666 } from "react/jsx-runtime";
16968
17176
 
16969
17177
  // src/utils/templates/spacing/padding/single.tsx
16970
- import { Fragment as Fragment143, jsx as jsx654, jsxs as jsxs341 } from "react/jsx-runtime";
17178
+ import { Fragment as Fragment144, jsx as jsx667, jsxs as jsxs348 } from "react/jsx-runtime";
16971
17179
 
16972
17180
  // src/utils/templates/spacing/padding/x.tsx
16973
- import { jsx as jsx655 } from "react/jsx-runtime";
17181
+ import { jsx as jsx668 } from "react/jsx-runtime";
16974
17182
 
16975
17183
  // src/utils/templates/spacing/padding/y.tsx
16976
- import { jsx as jsx656 } from "react/jsx-runtime";
17184
+ import { jsx as jsx669 } from "react/jsx-runtime";
16977
17185
 
16978
17186
  // src/utils/templates/svg/fill/color.tsx
16979
- import { Fragment as Fragment144, jsx as jsx657, jsxs as jsxs342 } from "react/jsx-runtime";
17187
+ import { Fragment as Fragment145, jsx as jsx670, jsxs as jsxs349 } from "react/jsx-runtime";
16980
17188
 
16981
17189
  // src/utils/templates/svg/stroke/color.tsx
16982
- import { Fragment as Fragment145, jsx as jsx658, jsxs as jsxs343 } from "react/jsx-runtime";
17190
+ import { Fragment as Fragment146, jsx as jsx671, jsxs as jsxs350 } from "react/jsx-runtime";
16983
17191
 
16984
17192
  // src/utils/templates/table/border-collapse/collapse.tsx
16985
- import { jsx as jsx659, jsxs as jsxs344 } from "react/jsx-runtime";
17193
+ import { jsx as jsx672, jsxs as jsxs351 } from "react/jsx-runtime";
16986
17194
 
16987
17195
  // src/utils/templates/table/border-collapse/separate.tsx
16988
- import { jsx as jsx660, jsxs as jsxs345 } from "react/jsx-runtime";
17196
+ import { jsx as jsx673, jsxs as jsxs352 } from "react/jsx-runtime";
16989
17197
 
16990
17198
  // src/utils/templates/table/table-layout/auto.tsx
16991
- import { jsx as jsx661, jsxs as jsxs346 } from "react/jsx-runtime";
17199
+ import { jsx as jsx674, jsxs as jsxs353 } from "react/jsx-runtime";
16992
17200
 
16993
17201
  // src/utils/templates/table/table-layout/fixed.tsx
16994
- import { jsx as jsx662, jsxs as jsxs347 } from "react/jsx-runtime";
17202
+ import { jsx as jsx675, jsxs as jsxs354 } from "react/jsx-runtime";
16995
17203
 
16996
17204
  // src/utils/templates/transform/flip/horizontal.tsx
16997
- import { jsx as jsx663, jsxs as jsxs348 } from "react/jsx-runtime";
17205
+ import { jsx as jsx676, jsxs as jsxs355 } from "react/jsx-runtime";
16998
17206
 
16999
17207
  // src/utils/templates/transform/flip/vertical.tsx
17000
- import { jsx as jsx664, jsxs as jsxs349 } from "react/jsx-runtime";
17208
+ import { jsx as jsx677, jsxs as jsxs356 } from "react/jsx-runtime";
17001
17209
 
17002
17210
  // src/utils/templates/transform/origin/applying.tsx
17003
- import { jsx as jsx665, jsxs as jsxs350 } from "react/jsx-runtime";
17211
+ import { jsx as jsx678, jsxs as jsxs357 } from "react/jsx-runtime";
17004
17212
 
17005
17213
  // src/utils/templates/transform/rotate/applying.tsx
17006
- import { jsx as jsx666, jsxs as jsxs351 } from "react/jsx-runtime";
17214
+ import { jsx as jsx679, jsxs as jsxs358 } from "react/jsx-runtime";
17007
17215
 
17008
17216
  // src/utils/templates/transform/scale/applying.tsx
17009
- import { jsx as jsx667, jsxs as jsxs352 } from "react/jsx-runtime";
17217
+ import { jsx as jsx680, jsxs as jsxs359 } from "react/jsx-runtime";
17010
17218
 
17011
17219
  // src/utils/templates/transform/skew/applying.tsx
17012
- import { jsx as jsx668, jsxs as jsxs353 } from "react/jsx-runtime";
17220
+ import { jsx as jsx681, jsxs as jsxs360 } from "react/jsx-runtime";
17013
17221
 
17014
17222
  // src/utils/templates/transform/translate/applying.tsx
17015
- import { jsx as jsx669, jsxs as jsxs354 } from "react/jsx-runtime";
17223
+ import { jsx as jsx682, jsxs as jsxs361 } from "react/jsx-runtime";
17016
17224
 
17017
17225
  // src/utils/templates/typography/font-style/italic.tsx
17018
- import { jsx as jsx670 } from "react/jsx-runtime";
17226
+ import { jsx as jsx683 } from "react/jsx-runtime";
17019
17227
 
17020
17228
  // src/utils/templates/typography/font-weight/size.tsx
17021
- import { Fragment as Fragment146, jsx as jsx671, jsxs as jsxs355 } from "react/jsx-runtime";
17229
+ import { Fragment as Fragment147, jsx as jsx684, jsxs as jsxs362 } from "react/jsx-runtime";
17022
17230
 
17023
17231
  // src/utils/templates/typography/list-style-type/decimal.tsx
17024
- import { jsx as jsx672, jsxs as jsxs356 } from "react/jsx-runtime";
17232
+ import { jsx as jsx685, jsxs as jsxs363 } from "react/jsx-runtime";
17025
17233
 
17026
17234
  // src/utils/templates/typography/list-style-type/disc.tsx
17027
- import { jsx as jsx673, jsxs as jsxs357 } from "react/jsx-runtime";
17235
+ import { jsx as jsx686, jsxs as jsxs364 } from "react/jsx-runtime";
17028
17236
 
17029
17237
  // src/utils/templates/typography/list-style-type/none.tsx
17030
- import { jsx as jsx674, jsxs as jsxs358 } from "react/jsx-runtime";
17238
+ import { jsx as jsx687, jsxs as jsxs365 } from "react/jsx-runtime";
17031
17239
 
17032
17240
  // src/utils/templates/typography/text-align/center.tsx
17033
- import { jsx as jsx675 } from "react/jsx-runtime";
17241
+ import { jsx as jsx688 } from "react/jsx-runtime";
17034
17242
 
17035
17243
  // src/utils/templates/typography/text-align/justify.tsx
17036
- import { jsx as jsx676 } from "react/jsx-runtime";
17244
+ import { jsx as jsx689 } from "react/jsx-runtime";
17037
17245
 
17038
17246
  // src/utils/templates/typography/text-align/left.tsx
17039
- import { jsx as jsx677 } from "react/jsx-runtime";
17247
+ import { jsx as jsx690 } from "react/jsx-runtime";
17040
17248
 
17041
17249
  // src/utils/templates/typography/text-align/right.tsx
17042
- import { jsx as jsx678 } from "react/jsx-runtime";
17250
+ import { jsx as jsx691 } from "react/jsx-runtime";
17043
17251
 
17044
17252
  // src/utils/templates/typography/text-color/inherit.tsx
17045
- import { jsx as jsx679 } from "react/jsx-runtime";
17253
+ import { jsx as jsx692 } from "react/jsx-runtime";
17046
17254
 
17047
17255
  // src/utils/templates/typography/text-color/white.tsx
17048
- import { jsx as jsx680 } from "react/jsx-runtime";
17256
+ import { jsx as jsx693 } from "react/jsx-runtime";
17049
17257
 
17050
17258
  // src/utils/templates/typography/text-decoration/all.tsx
17051
- import { Fragment as Fragment147, jsx as jsx681, jsxs as jsxs359 } from "react/jsx-runtime";
17259
+ import { Fragment as Fragment148, jsx as jsx694, jsxs as jsxs366 } from "react/jsx-runtime";
17052
17260
 
17053
17261
  // src/utils/templates/typography/text-overflow/clip.tsx
17054
- import { jsx as jsx682 } from "react/jsx-runtime";
17262
+ import { jsx as jsx695 } from "react/jsx-runtime";
17055
17263
 
17056
17264
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
17057
- import { jsx as jsx683 } from "react/jsx-runtime";
17265
+ import { jsx as jsx696 } from "react/jsx-runtime";
17058
17266
 
17059
17267
  // src/utils/templates/typography/text-transform/all.tsx
17060
- import { Fragment as Fragment148, jsx as jsx684, jsxs as jsxs360 } from "react/jsx-runtime";
17268
+ import { Fragment as Fragment149, jsx as jsx697, jsxs as jsxs367 } from "react/jsx-runtime";
17061
17269
 
17062
17270
  // src/utils/templates/typography/vertical-align/baseline.tsx
17063
- import { jsx as jsx685, jsxs as jsxs361 } from "react/jsx-runtime";
17271
+ import { jsx as jsx698, jsxs as jsxs368 } from "react/jsx-runtime";
17064
17272
 
17065
17273
  // src/utils/templates/typography/vertical-align/bottom.tsx
17066
- import { jsx as jsx686, jsxs as jsxs362 } from "react/jsx-runtime";
17274
+ import { jsx as jsx699, jsxs as jsxs369 } from "react/jsx-runtime";
17067
17275
 
17068
17276
  // src/utils/templates/typography/vertical-align/center.tsx
17069
- import { jsx as jsx687, jsxs as jsxs363 } from "react/jsx-runtime";
17277
+ import { jsx as jsx700, jsxs as jsxs370 } from "react/jsx-runtime";
17070
17278
 
17071
17279
  // src/utils/templates/typography/vertical-align/top.tsx
17072
- import { jsx as jsx688, jsxs as jsxs364 } from "react/jsx-runtime";
17280
+ import { jsx as jsx701, jsxs as jsxs371 } from "react/jsx-runtime";
17073
17281
 
17074
17282
  // src/utils/templates/typography/white-space/normal.tsx
17075
- import { jsx as jsx689 } from "react/jsx-runtime";
17283
+ import { jsx as jsx702 } from "react/jsx-runtime";
17076
17284
 
17077
17285
  // src/utils/templates/typography/white-space/nowrap.tsx
17078
- import { jsx as jsx690 } from "react/jsx-runtime";
17286
+ import { jsx as jsx703 } from "react/jsx-runtime";
17079
17287
 
17080
17288
  // src/utils/templates/typography/white-space/pre-line.tsx
17081
- import { jsx as jsx691 } from "react/jsx-runtime";
17289
+ import { jsx as jsx704 } from "react/jsx-runtime";
17082
17290
 
17083
17291
  // src/utils/templates/typography/white-space/pre-wrap.tsx
17084
- import { jsx as jsx692 } from "react/jsx-runtime";
17292
+ import { jsx as jsx705 } from "react/jsx-runtime";
17085
17293
 
17086
17294
  // src/utils/templates/typography/white-space/pre.tsx
17087
- import { jsx as jsx693 } from "react/jsx-runtime";
17295
+ import { jsx as jsx706 } from "react/jsx-runtime";
17088
17296
 
17089
17297
  // src/multiselect/templates/multiselect-prefix.tsx
17090
- import { Fragment as Fragment149, jsx as jsx694 } from "react/jsx-runtime";
17298
+ import { Fragment as Fragment150, jsx as jsx707 } from "react/jsx-runtime";
17091
17299
 
17092
17300
  // src/multiselect/templates/multiselect-suffix.tsx
17093
- import { Fragment as Fragment150, jsx as jsx695 } from "react/jsx-runtime";
17301
+ import { Fragment as Fragment151, jsx as jsx708 } from "react/jsx-runtime";
17094
17302
 
17095
17303
  // src/multiselect/tests/multiselect-adaptive.tsx
17096
- import { Fragment as Fragment151, jsx as jsx696, jsxs as jsxs365 } from "react/jsx-runtime";
17304
+ import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
17097
17305
  var styles = `
17098
17306
  #test-area {
17099
17307
  --kendo-actionsheet-height: 500px;
@@ -17107,13 +17315,13 @@ var styles = `
17107
17315
  transform: translateZ(0);
17108
17316
  }
17109
17317
  `;
17110
- var multiselect_adaptive_default = () => /* @__PURE__ */ jsxs365(Fragment151, { children: [
17111
- /* @__PURE__ */ jsx696("style", { children: styles }),
17112
- /* @__PURE__ */ jsxs365("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
17113
- /* @__PURE__ */ jsx696("span", { children: "partial" }),
17114
- /* @__PURE__ */ jsx696("span", { children: "full screen" }),
17115
- /* @__PURE__ */ jsx696("section", { children: /* @__PURE__ */ jsx696(MultiSelectAdaptive, {}) }),
17116
- /* @__PURE__ */ jsx696("section", { children: /* @__PURE__ */ jsx696(MultiSelectAdaptive, { adaptiveSettings: { fullscreen: true } }) })
17318
+ var multiselect_adaptive_default = () => /* @__PURE__ */ jsxs372(Fragment152, { children: [
17319
+ /* @__PURE__ */ jsx709("style", { children: styles }),
17320
+ /* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
17321
+ /* @__PURE__ */ jsx709("span", { children: "partial" }),
17322
+ /* @__PURE__ */ jsx709("span", { children: "full screen" }),
17323
+ /* @__PURE__ */ jsx709("section", { children: /* @__PURE__ */ jsx709(MultiSelectAdaptive, {}) }),
17324
+ /* @__PURE__ */ jsx709("section", { children: /* @__PURE__ */ jsx709(MultiSelectAdaptive, { adaptiveSettings: { fullscreen: true } }) })
17117
17325
  ] })
17118
17326
  ] });
17119
17327
  export {