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