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