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