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