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