@flozy/editor 5.5.6 → 5.5.8

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 (210) hide show
  1. package/dist/Editor/ChatEditor.js +34 -25
  2. package/dist/Editor/CommonEditor.js +16 -33
  3. package/dist/Editor/Editor.css +20 -105
  4. package/dist/Editor/Elements/AI/AIInput.js +1 -0
  5. package/dist/Editor/Elements/AI/CustomSelect.js +10 -17
  6. package/dist/Editor/Elements/AI/PopoverAIInput.js +53 -59
  7. package/dist/Editor/Elements/AI/Styles.js +6 -24
  8. package/dist/Editor/Elements/Accordion/Accordion.js +1 -8
  9. package/dist/Editor/Elements/AppHeader/AppHeader.js +6 -6
  10. package/dist/Editor/Elements/Button/EditorButton.js +2 -9
  11. package/dist/Editor/Elements/Carousel/CarouselItem.js +3 -11
  12. package/dist/Editor/Elements/Color Picker/ColorButtons.js +5 -7
  13. package/dist/Editor/Elements/Color Picker/Styles.js +3 -8
  14. package/dist/Editor/Elements/Color Picker/defaultColors.js +2 -2
  15. package/dist/Editor/Elements/Divider/Divider.js +20 -36
  16. package/dist/Editor/Elements/Embed/Image.js +16 -51
  17. package/dist/Editor/Elements/Embed/Video.js +3 -26
  18. package/dist/Editor/Elements/Form/Form.js +2 -39
  19. package/dist/Editor/Elements/Form/FormElements/FormCheckbox.js +1 -7
  20. package/dist/Editor/Elements/Form/FormElements/FormDate.js +1 -7
  21. package/dist/Editor/Elements/Form/FormElements/FormEmail.js +1 -7
  22. package/dist/Editor/Elements/Form/FormElements/FormNumbers.js +1 -7
  23. package/dist/Editor/Elements/Form/FormElements/FormRadioButton.js +1 -7
  24. package/dist/Editor/Elements/Form/FormElements/FormText.js +1 -7
  25. package/dist/Editor/Elements/Form/FormElements/FormTextArea.js +1 -6
  26. package/dist/Editor/Elements/Form/FormPopup.js +9 -12
  27. package/dist/Editor/Elements/Form/Workflow/Styles.js +0 -2
  28. package/dist/Editor/Elements/FreeGrid/FreeGrid.js +1 -1
  29. package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +2 -4
  30. package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +1 -20
  31. package/dist/Editor/Elements/FreeGrid/breakpointConstants.js +4 -4
  32. package/dist/Editor/Elements/FreeGrid/styles.js +1 -2
  33. package/dist/Editor/Elements/Grid/GridButton.js +2 -2
  34. package/dist/Editor/Elements/Grid/GridItem.js +36 -47
  35. package/dist/Editor/Elements/Grid/Styles.js +0 -50
  36. package/dist/Editor/Elements/Link/LinkButton.js +1 -1
  37. package/dist/Editor/Elements/List/CheckList.js +1 -2
  38. package/dist/Editor/Elements/Search/SearchAttachment.js +0 -1
  39. package/dist/Editor/Elements/Search/SearchButton.js +0 -1
  40. package/dist/Editor/Elements/Signature/Signature.css +1 -1
  41. package/dist/Editor/Elements/Signature/SignatureOptions/TypeSignature.js +2 -2
  42. package/dist/Editor/Elements/Signature/SignaturePopup.js +52 -17
  43. package/dist/Editor/Elements/SimpleText/index.js +3 -11
  44. package/dist/Editor/Elements/SimpleText/style.js +1 -20
  45. package/dist/Editor/Elements/Table/Styles.js +78 -88
  46. package/dist/Editor/Elements/Table/Table.js +140 -263
  47. package/dist/Editor/Elements/Table/TableCell.js +111 -365
  48. package/dist/Editor/Elements/Table/TablePopup.js +3 -9
  49. package/dist/Editor/Elements/Table/TableRow.js +2 -10
  50. package/dist/Editor/Elements/TopBanner/TopBanner.js +1 -2
  51. package/dist/Editor/MiniEditor.js +2 -21
  52. package/dist/Editor/Styles/EditorStyles.js +4 -13
  53. package/dist/Editor/Toolbar/FormatTools/BlockButton.js +0 -10
  54. package/dist/Editor/Toolbar/FormatTools/Dropdown.js +12 -7
  55. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +4 -26
  56. package/dist/Editor/Toolbar/FormatTools/MarkButton.js +0 -3
  57. package/dist/Editor/Toolbar/FormatTools/TextSize.js +5 -5
  58. package/dist/Editor/Toolbar/Mini/MiniToolbar.js +8 -8
  59. package/dist/Editor/Toolbar/Mini/Styles.js +1 -9
  60. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/InfinityAITool.js +3 -7
  61. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +4 -6
  62. package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +15 -19
  63. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +58 -557
  64. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +16 -73
  65. package/dist/Editor/Toolbar/PopupTool/index.js +5 -3
  66. package/dist/Editor/Toolbar/Toolbar.js +0 -6
  67. package/dist/Editor/Toolbar/toolbarGroups.js +0 -4
  68. package/dist/Editor/assets/svg/BrainIcon.js +2 -2
  69. package/dist/Editor/assets/svg/SettingsIcon.js +4 -4
  70. package/dist/Editor/common/ColorPickerButton.js +45 -85
  71. package/dist/Editor/common/DnD/Draggable.js +1 -2
  72. package/dist/Editor/common/FontLoader/FontLoader.js +6 -12
  73. package/dist/Editor/common/Icon.js +21 -54
  74. package/dist/Editor/common/ImageSelector/Options/Upload.js +1 -2
  75. package/dist/Editor/common/ImageSelector/Styles.js +6 -47
  76. package/dist/Editor/common/ImageSelector/UploadStyles.js +6 -18
  77. package/dist/Editor/common/LinkSettings/NavComponents.js +1 -2
  78. package/dist/Editor/common/LinkSettings/index.js +1 -2
  79. package/dist/Editor/common/MentionsPopup/Styles.js +8 -143
  80. package/dist/Editor/common/MentionsPopup/index.js +1 -1
  81. package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +12 -108
  82. package/dist/Editor/common/RnD/GuideLines/styles.js +3 -3
  83. package/dist/Editor/common/RnD/ShadowElement.js +1 -1
  84. package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +2 -14
  85. package/dist/Editor/common/RnD/Utils/gridDropItem.js +6 -9
  86. package/dist/Editor/common/RnD/VirtualElement/index.js +1 -5
  87. package/dist/Editor/common/RnD/index.js +3 -4
  88. package/dist/Editor/common/Section/index.js +3 -3
  89. package/dist/Editor/common/Section/styles.js +1 -5
  90. package/dist/Editor/common/Shorthands/elements.js +1 -13
  91. package/dist/Editor/common/StyleBuilder/fieldStyle.js +1 -2
  92. package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +3 -9
  93. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +7 -35
  94. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +2 -15
  95. package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +2 -10
  96. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +1 -2
  97. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +1 -1
  98. package/dist/Editor/common/StyleBuilder/fieldTypes/icons.js +0 -2
  99. package/dist/Editor/common/StyleBuilder/fieldTypes/index.js +1 -3
  100. package/dist/Editor/common/StyleBuilder/fieldTypes/radiusStyle.js +11 -11
  101. package/dist/Editor/common/StyleBuilder/fieldTypes/saveAsTemplate.js +6 -22
  102. package/dist/Editor/common/StyleBuilder/fieldTypes/selectBox.js +2 -21
  103. package/dist/Editor/common/StyleBuilder/fieldTypes/text.js +4 -20
  104. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +2 -12
  105. package/dist/Editor/common/StyleBuilder/formStyle.js +149 -268
  106. package/dist/Editor/common/StyleBuilder/index.js +20 -101
  107. package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +0 -4
  108. package/dist/Editor/common/StyleBuilder/tableStyle.js +25 -69
  109. package/dist/Editor/common/SwipeableDrawer/style.js +4 -15
  110. package/dist/Editor/common/ToolbarIcon.js +1 -1
  111. package/dist/Editor/common/Uploader.js +36 -46
  112. package/dist/Editor/common/iconListV2.js +74 -598
  113. package/dist/Editor/common/iconslist.js +19 -25
  114. package/dist/Editor/commonStyle.js +15 -421
  115. package/dist/Editor/helper/deserialize/index.js +2 -31
  116. package/dist/Editor/helper/index.js +4 -17
  117. package/dist/Editor/helper/theme.js +2 -39
  118. package/dist/Editor/hooks/useBreakpoints.js +1 -1
  119. package/dist/Editor/hooks/useMouseMove.js +2 -5
  120. package/dist/Editor/plugins/withCustomDeleteBackward.js +104 -100
  121. package/dist/Editor/plugins/withEmbeds.js +26 -30
  122. package/dist/Editor/plugins/withHTML.js +12 -100
  123. package/dist/Editor/plugins/withLayout.js +0 -1
  124. package/dist/Editor/utils/SlateUtilityFunctions.js +12 -39
  125. package/dist/Editor/utils/brains.js +1 -1
  126. package/dist/Editor/utils/button.js +4 -4
  127. package/dist/Editor/utils/chatEditor/SlateUtilityFunctions.js +6 -75
  128. package/dist/Editor/utils/customHooks/useResize.js +4 -7
  129. package/dist/Editor/utils/customHooks/useTableResize.js +2 -6
  130. package/dist/Editor/utils/embed.js +1 -2
  131. package/dist/Editor/utils/events.js +1 -0
  132. package/dist/Editor/utils/font.js +4 -11
  133. package/dist/Editor/utils/formfield.js +4 -8
  134. package/dist/Editor/utils/helper.js +2 -103
  135. package/dist/Editor/utils/insertNewLine.js +1 -19
  136. package/dist/Editor/utils/pageSettings.js +2 -14
  137. package/dist/Editor/utils/serializeToText.js +0 -2
  138. package/dist/Editor/utils/table.js +24 -228
  139. package/package.json +2 -2
  140. package/dist/Editor/Elements/DataView/DataView.js +0 -124
  141. package/dist/Editor/Elements/DataView/DataViewButton.js +0 -23
  142. package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +0 -83
  143. package/dist/Editor/Elements/DataView/Layouts/DataTypes/CheckType.js +0 -33
  144. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/Select.js +0 -180
  145. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/SimpleSelect.js +0 -62
  146. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/styles.js +0 -68
  147. package/dist/Editor/Elements/DataView/Layouts/DataTypes/DateType.js +0 -35
  148. package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +0 -39
  149. package/dist/Editor/Elements/DataView/Layouts/DataTypes/NumberType.js +0 -30
  150. package/dist/Editor/Elements/DataView/Layouts/DataTypes/PersonType.js +0 -30
  151. package/dist/Editor/Elements/DataView/Layouts/DataTypes/SelectType.js +0 -35
  152. package/dist/Editor/Elements/DataView/Layouts/DataTypes/TextType.js +0 -36
  153. package/dist/Editor/Elements/DataView/Layouts/DataTypes/index.js +0 -17
  154. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseField.js +0 -29
  155. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseSort.js +0 -38
  156. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/index.js +0 -86
  157. package/dist/Editor/Elements/DataView/Layouts/FilterSort/index.js +0 -71
  158. package/dist/Editor/Elements/DataView/Layouts/FilterSort/styles.js +0 -138
  159. package/dist/Editor/Elements/DataView/Layouts/FilterView.js +0 -213
  160. package/dist/Editor/Elements/DataView/Layouts/Formula.js +0 -29
  161. package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +0 -113
  162. package/dist/Editor/Elements/DataView/Layouts/Options/AddProperty.js +0 -44
  163. package/dist/Editor/Elements/DataView/Layouts/Options/AllProperties.js +0 -146
  164. package/dist/Editor/Elements/DataView/Layouts/Options/ChangeProperty.js +0 -79
  165. package/dist/Editor/Elements/DataView/Layouts/Options/ColumnsList.js +0 -57
  166. package/dist/Editor/Elements/DataView/Layouts/Options/Constants.js +0 -101
  167. package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +0 -174
  168. package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +0 -241
  169. package/dist/Editor/Elements/DataView/Layouts/Options/FilterProperty.js +0 -45
  170. package/dist/Editor/Elements/DataView/Layouts/Options/PropertyList.js +0 -32
  171. package/dist/Editor/Elements/DataView/Layouts/Options/index.js +0 -110
  172. package/dist/Editor/Elements/DataView/Layouts/Options/styles.js +0 -217
  173. package/dist/Editor/Elements/DataView/Layouts/TableStyles.js +0 -131
  174. package/dist/Editor/Elements/DataView/Layouts/TableView.js +0 -253
  175. package/dist/Editor/Elements/DataView/Layouts/ViewData.js +0 -85
  176. package/dist/Editor/Elements/DataView/Layouts/colStyles.js +0 -10
  177. package/dist/Editor/Elements/DataView/Layouts/index.js +0 -25
  178. package/dist/Editor/Elements/DataView/Providers/DataViewProvider.js +0 -277
  179. package/dist/Editor/Elements/DataView/Utils/globalSearch.js +0 -15
  180. package/dist/Editor/Elements/DataView/Utils/multiSortRows.js +0 -88
  181. package/dist/Editor/Elements/DataView/styles.js +0 -169
  182. package/dist/Editor/Elements/Table/AddRowCol.js +0 -77
  183. package/dist/Editor/Elements/Table/DragButton.js +0 -142
  184. package/dist/Editor/Elements/Table/DragStyles.js +0 -70
  185. package/dist/Editor/Elements/Table/Draggable.js +0 -25
  186. package/dist/Editor/Elements/Table/Droppable.js +0 -53
  187. package/dist/Editor/Elements/Table/TableTool.js +0 -101
  188. package/dist/Editor/Elements/Table/tableHelper.js +0 -71
  189. package/dist/Editor/assets/svg/ArrowDownIcon.js +0 -25
  190. package/dist/Editor/assets/svg/ArrowUpIcon.js +0 -25
  191. package/dist/Editor/assets/svg/CalenderIconTick.js +0 -64
  192. package/dist/Editor/assets/svg/ChervDown.js +0 -18
  193. package/dist/Editor/assets/svg/ChervUp.js +0 -18
  194. package/dist/Editor/assets/svg/DataTableIcon.js +0 -50
  195. package/dist/Editor/assets/svg/DuplicateIcon.js +0 -23
  196. package/dist/Editor/assets/svg/EyeIcon.js +0 -23
  197. package/dist/Editor/assets/svg/EyeSlash.js +0 -43
  198. package/dist/Editor/assets/svg/HashtagIcon.js +0 -33
  199. package/dist/Editor/assets/svg/PlusIcon.js +0 -23
  200. package/dist/Editor/assets/svg/SelectRoundedIcon.js +0 -24
  201. package/dist/Editor/assets/svg/SortByIcon.js +0 -33
  202. package/dist/Editor/assets/svg/TableIcons.js +0 -220
  203. package/dist/Editor/assets/svg/TickOutlined.js +0 -23
  204. package/dist/Editor/assets/svg/TrashCanIcon.js +0 -38
  205. package/dist/Editor/common/Select/index.js +0 -20
  206. package/dist/Editor/common/Select/styles.js +0 -17
  207. package/dist/Editor/common/StyleBuilder/fieldTypes/lineSpacing.js +0 -79
  208. package/dist/Editor/helper/enforceDateFormat.js +0 -41
  209. package/dist/Editor/hooks/useTable.js +0 -210
  210. package/dist/Editor/utils/dataView.js +0 -43
@@ -6,7 +6,6 @@ export const ImageElementIcon = props => /*#__PURE__*/_jsxs("svg", {
6
6
  viewBox: "0 0 14 14",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
- className: "commonSvgStyle",
10
9
  children: [/*#__PURE__*/_jsx("path", {
11
10
  d: "M5.2 13H8.8C11.8 13 13 11.8 13 8.8V5.2C13 2.2 11.8 1 8.8 1H5.2C2.2 1 1 2.2 1 5.2V8.8C1 11.8 2.2 13 5.2 13Z",
12
11
  stroke: "#64748B",
@@ -30,7 +29,6 @@ export const DocUploadElementIcon = props => /*#__PURE__*/_jsxs("svg", {
30
29
  viewBox: "0 0 16 16",
31
30
  fill: "none",
32
31
  xmlns: "http://www.w3.org/2000/svg",
33
- className: "commonSvgStyle",
34
32
  children: [/*#__PURE__*/_jsx("path", {
35
33
  d: "M14 4.66634V11.333C14 13.333 13 14.6663 10.6667 14.6663H5.33333C3 14.6663 2 13.333 2 11.333V4.66634C2 2.66634 3 1.33301 5.33333 1.33301H10.6667C13 1.33301 14 2.66634 14 4.66634Z",
36
34
  stroke: "#64748B",
@@ -63,7 +61,6 @@ export const VideoElementIcon = props => /*#__PURE__*/_jsxs("svg", {
63
61
  viewBox: "0 0 16 16",
64
62
  fill: "none",
65
63
  xmlns: "http://www.w3.org/2000/svg",
66
- className: "commonSvgStyle",
67
64
  children: [/*#__PURE__*/_jsx("path", {
68
65
  d: "M14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967Z",
69
66
  stroke: "#64748B",
@@ -98,7 +95,6 @@ export const EmbedElementIcon = props => /*#__PURE__*/_jsxs("svg", {
98
95
  viewBox: "0 0 14 14",
99
96
  fill: "none",
100
97
  xmlns: "http://www.w3.org/2000/svg",
101
- className: "commonSvgStyle",
102
98
  children: [/*#__PURE__*/_jsx("path", {
103
99
  d: "M8.02903 5.96965C7.483 5.42382 6.74256 5.11719 5.97051 5.11719C5.19847 5.11719 4.45803 5.42382 3.91199 5.96965L1.85281 8.02828C1.30676 8.57435 1 9.31498 1 10.0872C1 10.8595 1.30676 11.6001 1.85281 12.1462C2.39885 12.6923 3.13944 12.9991 3.91166 12.9991C4.68388 12.9991 5.42447 12.6923 5.97051 12.1462L6.99977 11.1169",
104
100
  stroke: "#64748B",
@@ -117,7 +113,6 @@ export const ColorBoxElementIcon = props => /*#__PURE__*/_jsxs("svg", {
117
113
  viewBox: "0 0 16 16",
118
114
  fill: "none",
119
115
  xmlns: "http://www.w3.org/2000/svg",
120
- className: "colorBoxElementIcon",
121
116
  children: [/*#__PURE__*/_jsx("path", {
122
117
  d: "M4.66536 4H11.332C11.7454 4 12.112 4.01333 12.4387 4.06C14.192 4.25333 14.6654 5.08 14.6654 7.33333V8.66667C14.6654 10.92 14.192 11.7467 12.4387 11.94C12.112 11.9867 11.7454 12 11.332 12H4.66536C4.25203 12 3.88536 11.9867 3.5587 11.94C1.80536 11.7467 1.33203 10.92 1.33203 8.66667V7.33333C1.33203 5.08 1.80536 4.25333 3.5587 4.06C3.88536 4.01333 4.25203 4 4.66536 4Z",
123
118
  fill: "#DDDDDD",
@@ -142,7 +137,6 @@ export const GridElementIcon = props => /*#__PURE__*/_jsxs("svg", {
142
137
  viewBox: "0 0 16 16",
143
138
  fill: "none",
144
139
  xmlns: "http://www.w3.org/2000/svg",
145
- className: "gridElementIcon",
146
140
  children: [/*#__PURE__*/_jsx("path", {
147
141
  d: "M14.6667 5.67967V2.65301C14.6667 1.71301 14.24 1.33301 13.18 1.33301H10.4867C9.42667 1.33301 9 1.71301 9 2.65301V5.67301C9 6.61967 9.42667 6.99301 10.4867 6.99301H13.18C14.24 6.99967 14.6667 6.61967 14.6667 5.67967Z",
148
142
  stroke: "#64748B",
@@ -171,7 +165,6 @@ export const TableElementIcon = props => /*#__PURE__*/_jsxs("svg", {
171
165
  viewBox: "0 0 16 16",
172
166
  fill: "none",
173
167
  xmlns: "http://www.w3.org/2000/svg",
174
- className: "commonSvgStyle",
175
168
  children: [/*#__PURE__*/_jsx("path", {
176
169
  d: "M5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663Z",
177
170
  stroke: "#64748B",
@@ -205,7 +198,6 @@ export const CarouselElementIcon = props => /*#__PURE__*/_jsxs("svg", {
205
198
  viewBox: "0 0 16 16",
206
199
  fill: "none",
207
200
  xmlns: "http://www.w3.org/2000/svg",
208
- className: "commonSvgStyle",
209
201
  children: [/*#__PURE__*/_jsx("path", {
210
202
  d: "M5.99969 8.66699C5.55969 8.88699 5.19302 9.21366 4.91969 9.62033C4.76635 9.85366 4.76635 10.147 4.91969 10.3803C5.19302 10.787 5.55969 11.1137 5.99969 11.3337",
211
203
  stroke: "#64748B",
@@ -234,7 +226,6 @@ export const DividerElementIcon = props => /*#__PURE__*/_jsxs("svg", {
234
226
  viewBox: "0 0 16 16",
235
227
  fill: "none",
236
228
  xmlns: "http://www.w3.org/2000/svg",
237
- className: "commonSvgStyle",
238
229
  children: [/*#__PURE__*/_jsx("path", {
239
230
  d: "M2 14.667H14",
240
231
  stroke: "#64748B",
@@ -268,7 +259,6 @@ export const EmojiElementIcon = props => /*#__PURE__*/_jsxs("svg", {
268
259
  viewBox: "0 0 16 16",
269
260
  fill: "none",
270
261
  xmlns: "http://www.w3.org/2000/svg",
271
- className: "commonSvgStyle2",
272
262
  children: [/*#__PURE__*/_jsx("path", {
273
263
  d: "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z",
274
264
  stroke: "#64748B",
@@ -299,7 +289,6 @@ export const NewLineElementIcon = props => /*#__PURE__*/_jsxs("svg", {
299
289
  viewBox: "0 0 16 16",
300
290
  fill: "none",
301
291
  xmlns: "http://www.w3.org/2000/svg",
302
- className: "newLineElementIcon",
303
292
  children: [/*#__PURE__*/_jsx("path", {
304
293
  d: "M14 5.16699H2C1.72667 5.16699 1.5 4.94033 1.5 4.66699C1.5 4.39366 1.72667 4.16699 2 4.16699H14C14.2733 4.16699 14.5 4.39366 14.5 4.66699C14.5 4.94033 14.2733 5.16699 14 5.16699Z",
305
294
  fill: "#64748B"
@@ -317,7 +306,6 @@ export const SignatureElementIcon = props => /*#__PURE__*/_jsxs("svg", {
317
306
  viewBox: "0 0 16 16",
318
307
  fill: "none",
319
308
  xmlns: "http://www.w3.org/2000/svg",
320
- className: "signatureElementIcon",
321
309
  children: [/*#__PURE__*/_jsx("path", {
322
310
  d: "M15.6664 11.5031H7.49382C7.75186 10.6187 7.98377 9.66296 8.19851 8.6858C8.77183 8.27708 9.33523 7.94217 9.81784 7.74203C10.2158 7.57737 10.4165 7.56488 10.4925 7.56488C10.5165 7.56488 10.5279 7.56698 10.5292 7.56418C10.5438 7.6033 10.6899 8.08102 9.84919 9.83886C9.66124 10.233 9.69852 10.5225 9.96057 10.7003C10.3693 10.9772 10.5599 10.7352 11.2693 9.82974C11.7493 9.21726 12.552 8.19125 12.95 7.90937C13.3733 7.61077 13.6173 7.59969 13.6693 7.64429C13.766 7.72311 13.8646 8.21064 13.5319 9.14123C13.4353 9.41261 13.5673 9.7132 13.8252 9.81502C14.0859 9.91685 14.3719 9.77731 14.4685 9.50813C14.9132 8.26236 14.8472 7.28295 14.2879 6.82195C14.0139 6.59669 13.4045 6.32459 12.3898 7.04242C12.1506 7.21198 11.8658 7.50136 11.5472 7.86826C11.5752 7.43233 11.4819 7.10233 11.2699 6.86108C10.7259 6.2396 9.76449 6.63792 9.44989 6.76906C9.16383 6.88759 8.84251 7.05504 8.50054 7.2608C8.57855 6.88269 8.65456 6.50608 8.73056 6.13287C8.76058 5.98433 8.78994 5.83708 8.81985 5.69064C9.64654 5.23652 10.3492 4.72245 10.6965 4.23702C12.1319 2.23513 11.9665 1.14143 11.7405 0.668204C11.5405 0.249679 11.1492 0 10.6939 0C9.9972 0 9.30457 0.543364 8.88648 1.41814C8.55913 2.10314 8.26382 3.40963 7.9425 4.97559C6.76649 5.55657 5.39449 6.01198 4.66648 6.01198C4.39048 6.01198 4.16648 6.24635 4.16648 6.53514C4.16648 6.82392 4.39048 7.05829 4.66648 7.05829C5.40512 7.05829 6.56381 6.7284 7.6845 6.24426C7.5672 6.82323 7.44052 7.44402 7.30313 8.07671C5.96518 9.08601 4.61114 10.4218 4.02511 11.5029H0.333373C0.149332 11.5029 0 11.6592 0 11.8517C0 12.0443 0.149332 12.2005 0.333373 12.2005H3.68796C3.28662 13.1227 2.73393 14.7236 3.30125 15.5383C3.4566 15.7614 3.74053 16 4.24119 16C4.3499 16 4.46854 15.9888 4.59788 15.9637C5.77992 15.7363 6.61786 14.2241 7.27858 12.1997L15.6666 12.1998C15.8507 12.1998 16 12.0435 16 11.851C16 11.6584 15.8507 11.5028 15.6666 11.5028L15.6664 11.5031ZM9.78041 1.88604C10.0557 1.30988 10.447 1.04689 10.693 1.04689C10.7937 1.04689 10.8237 1.0908 10.8457 1.13693C10.9684 1.3929 10.9057 2.20132 9.89569 3.60966C9.73698 3.83153 9.45829 4.07138 9.10574 4.31066C9.33766 3.23642 9.56232 2.34297 9.78041 1.88604ZM6.93308 9.6936C6.7804 10.3179 6.61779 10.929 6.44379 11.503L5.22435 11.5029C5.64033 10.9352 6.25305 10.2935 6.93308 9.6936ZM4.41701 14.9356C4.22303 14.9733 4.12706 14.9475 4.10963 14.9224C3.92626 14.6587 4.19233 13.4311 4.80092 12.2006H6.21967C5.71041 13.6926 5.1143 14.8017 4.41698 14.9356L4.41701 14.9356Z",
323
311
  fill: "#64748B"
@@ -332,7 +320,6 @@ export const ButtonElementIcon = props => /*#__PURE__*/_jsxs("svg", {
332
320
  viewBox: "0 0 16 16",
333
321
  fill: "none",
334
322
  xmlns: "http://www.w3.org/2000/svg",
335
- className: "commonSvgStyle",
336
323
  children: [/*#__PURE__*/_jsx("path", {
337
324
  d: "M12.8799 6.66651H3.12652C2.13985 6.66651 1.33984 5.85985 1.33984 4.87985V3.12652C1.33984 2.13985 2.14652 1.33984 3.12652 1.33984H12.8799C13.8665 1.33984 14.6665 2.14652 14.6665 3.12652V4.87985C14.6665 5.85985 13.8599 6.66651 12.8799 6.66651Z",
338
325
  stroke: "#64748B",
@@ -381,7 +368,6 @@ export const TopBannerElementIcon = props => /*#__PURE__*/_jsxs("svg", {
381
368
  viewBox: "0 0 16 16",
382
369
  fill: "none",
383
370
  xmlns: "http://www.w3.org/2000/svg",
384
- className: "commonSvgStyle",
385
371
  children: [/*#__PURE__*/_jsx("path", {
386
372
  d: "M4.84145 1.33301H11.1548C11.5881 1.33301 11.9748 1.34636 12.3215 1.39303C14.1681 1.59969 14.6681 2.46635 14.6681 4.83968V9.05302C14.6681 11.4264 14.1681 12.293 12.3215 12.4997C11.9748 12.5463 11.5948 12.5597 11.1548 12.5597H4.84145C4.40812 12.5597 4.02145 12.5463 3.67478 12.4997C1.82812 12.293 1.32812 11.4264 1.32812 9.05302V4.83968C1.32812 2.46635 1.82812 1.59969 3.67478 1.39303C4.02145 1.34636 4.40812 1.33301 4.84145 1.33301Z",
387
373
  stroke: "#64748B",
@@ -420,7 +406,6 @@ export const FormElementIcon = props => /*#__PURE__*/_jsxs("svg", {
420
406
  viewBox: "0 0 16 16",
421
407
  fill: "none",
422
408
  xmlns: "http://www.w3.org/2000/svg",
423
- className: "commonSvgStyle",
424
409
  children: [/*#__PURE__*/_jsx("path", {
425
410
  d: "M7.33203 13H13.9987",
426
411
  stroke: "#64748B",
@@ -454,130 +439,121 @@ export const FormElementIcon = props => /*#__PURE__*/_jsxs("svg", {
454
439
  })]
455
440
  });
456
441
  export const OrderedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
457
- width: "24",
458
- height: "25",
442
+ width: "19",
443
+ height: "19",
459
444
  viewBox: "0 0 24 25",
460
445
  fill: "none",
461
446
  xmlns: "http://www.w3.org/2000/svg",
462
- className: "orderedListIcon",
463
447
  children: [/*#__PURE__*/_jsx("path", {
464
448
  d: "M11 19.8564H21",
465
449
  stroke: "#64748B",
466
- strokeWidth: "2",
450
+ strokeWidth: "1.5",
467
451
  strokeLinecap: "round",
468
- strokeLinejoin: "round",
469
- className: "strokePathList"
452
+ strokeLinejoin: "round"
470
453
  }), /*#__PURE__*/_jsx("path", {
471
454
  d: "M11 12.8564H21",
472
455
  stroke: "#64748B",
473
- strokeWidth: "2",
456
+ strokeWidth: "1.5",
474
457
  strokeLinecap: "round",
475
- strokeLinejoin: "round",
476
- className: "strokePathList"
458
+ strokeLinejoin: "round"
477
459
  }), /*#__PURE__*/_jsx("path", {
478
460
  d: "M11 5.85645H21",
479
461
  stroke: "#64748B",
480
- strokeWidth: "2",
462
+ strokeWidth: "1.5",
481
463
  strokeLinecap: "round",
482
- strokeLinejoin: "round",
483
- className: "strokePathList"
464
+ strokeLinejoin: "round"
484
465
  }), /*#__PURE__*/_jsx("path", {
485
- d: "M5.63139 3.12917V7.85645H4.34801V4.31099H4.32031L3.28622 4.9296V3.84011L4.44957 3.12917H5.63139Z",
486
- fill: "#64748B",
487
- className: "fillPathList"
466
+ d: "M5.02415 4.22008V7.85645H4.03693V5.12917H4.01562L3.22017 5.60502V4.76696L4.11506 4.22008H5.02415Z",
467
+ fill: "#64748B"
488
468
  }), /*#__PURE__*/_jsx("path", {
489
- d: "M3.31392 14.8564V13.9331L5.07741 12.4743C5.19437 12.3774 5.29439 12.2866 5.37749 12.202C5.46212 12.1158 5.52675 12.0273 5.57138 11.9365C5.61754 11.8457 5.64062 11.7449 5.64062 11.6341C5.64062 11.5126 5.61447 11.4087 5.56215 11.3225C5.51136 11.2364 5.44058 11.1702 5.34979 11.124C5.259 11.0763 5.15436 11.0525 5.03587 11.0525C4.91738 11.0525 4.81274 11.0763 4.72195 11.124C4.63269 11.1717 4.56345 11.2417 4.5142 11.3341C4.46496 11.4264 4.44034 11.5387 4.44034 11.6711H3.22159C3.22159 11.3387 3.29622 11.0525 3.44549 10.8124C3.59476 10.5724 3.80558 10.3877 4.07795 10.2584C4.35032 10.1292 4.66963 10.0645 5.03587 10.0645C5.41442 10.0645 5.74219 10.1253 6.01918 10.2469C6.2977 10.3669 6.51237 10.5362 6.66317 10.7547C6.81552 10.9732 6.89169 11.2294 6.89169 11.5233C6.89169 11.7049 6.85399 11.8857 6.77859 12.0658C6.70318 12.2443 6.56777 12.442 6.37234 12.659C6.17691 12.876 5.89915 13.1345 5.53906 13.4346L5.09588 13.8039V13.8316H6.94247V14.8564H3.31392Z",
490
- fill: "#64748B",
491
- className: "fillPathList"
469
+ d: "M3.24148 14.8564V14.1462L4.59801 13.0241C4.68797 12.9495 4.76491 12.8796 4.82884 12.8145C4.89394 12.7483 4.94366 12.6802 4.97798 12.6104C5.01349 12.5405 5.03125 12.463 5.03125 12.3778C5.03125 12.2842 5.01113 12.2043 4.97088 12.1381C4.93182 12.0718 4.87737 12.0209 4.80753 11.9854C4.73769 11.9487 4.6572 11.9303 4.56605 11.9303C4.47491 11.9303 4.39441 11.9487 4.32457 11.9854C4.25592 12.022 4.20265 12.0759 4.16477 12.1469C4.12689 12.218 4.10795 12.3044 4.10795 12.4062H3.17045C3.17045 12.1505 3.22786 11.9303 3.34268 11.7456C3.4575 11.561 3.61967 11.4189 3.82919 11.3195C4.03871 11.2201 4.28433 11.1704 4.56605 11.1704C4.85724 11.1704 5.10938 11.2171 5.32244 11.3106C5.5367 11.403 5.70182 11.5332 5.81783 11.7013C5.93501 11.8693 5.99361 12.0664 5.99361 12.2925C5.99361 12.4322 5.96461 12.5713 5.90661 12.7098C5.8486 12.8471 5.74444 12.9992 5.59411 13.1661C5.44377 13.333 5.23011 13.5319 4.95312 13.7627L4.61222 14.0468V14.0681H6.03267V14.8564H3.24148Z",
470
+ fill: "#64748B"
492
471
  }), /*#__PURE__*/_jsx("path", {
493
- d: "M5.16051 21.9211C4.78812 21.9211 4.45727 21.8572 4.16797 21.7295C3.88021 21.6002 3.654 21.4225 3.48935 21.1963C3.32469 20.9701 3.2416 20.71 3.24006 20.4161H4.53267C4.53421 20.5069 4.56191 20.5885 4.61577 20.6608C4.67116 20.7316 4.74657 20.787 4.84197 20.827C4.93738 20.867 5.04664 20.887 5.16974 20.887C5.28823 20.887 5.39287 20.8662 5.48366 20.8247C5.57446 20.7816 5.64524 20.7223 5.69602 20.6469C5.7468 20.5715 5.77143 20.4854 5.76989 20.3884C5.77143 20.293 5.74219 20.2084 5.68217 20.1345C5.6237 20.0606 5.54137 20.0029 5.43519 19.9614C5.32901 19.9198 5.20668 19.8991 5.06818 19.8991H4.58807V19.0127H5.06818C5.1959 19.0127 5.30824 18.9919 5.40518 18.9504C5.50367 18.9088 5.57984 18.8511 5.6337 18.7773C5.6891 18.7034 5.71603 18.6188 5.71449 18.5233C5.71603 18.431 5.69371 18.3495 5.64755 18.2787C5.60138 18.2079 5.53675 18.1525 5.45366 18.1125C5.3721 18.0725 5.27746 18.0525 5.16974 18.0525C5.05279 18.0525 4.94815 18.0732 4.85582 18.1148C4.76503 18.1563 4.69348 18.214 4.64116 18.2879C4.58884 18.3618 4.56191 18.4464 4.56037 18.5418H3.33239C3.33393 18.2525 3.41317 17.9971 3.57013 17.7755C3.72863 17.5539 3.94561 17.38 4.22106 17.2538C4.49651 17.1276 4.81274 17.0645 5.16974 17.0645C5.51906 17.0645 5.82759 17.1238 6.09535 17.2423C6.36464 17.3608 6.57469 17.5239 6.7255 17.7316C6.87784 17.9378 6.95324 18.174 6.9517 18.4403C6.95478 18.7049 6.86399 18.9219 6.67933 19.0912C6.49621 19.2604 6.26385 19.3605 5.98224 19.3912V19.4282C6.36387 19.4697 6.65086 19.5867 6.84322 19.779C7.03557 19.9698 7.13021 20.2099 7.12713 20.4992C7.12867 20.7762 7.04557 21.0216 6.87784 21.2355C6.71165 21.4494 6.48005 21.6172 6.18306 21.7387C5.88761 21.8603 5.54676 21.9211 5.16051 21.9211Z",
494
- fill: "#64748B",
495
- className: "fillPathList"
472
+ d: "M4.66193 21.9062C4.37547 21.9062 4.12098 21.857 3.89844 21.7588C3.67708 21.6594 3.50308 21.5226 3.37642 21.3486C3.24976 21.1746 3.18584 20.9746 3.18466 20.7485H4.17898C4.18016 20.8183 4.20147 20.8811 4.2429 20.9367C4.28551 20.9912 4.34351 21.0338 4.4169 21.0645C4.49029 21.0953 4.57434 21.1107 4.66903 21.1107C4.76018 21.1107 4.84067 21.0947 4.91051 21.0628C4.98035 21.0296 5.0348 20.984 5.07386 20.926C5.11293 20.868 5.13187 20.8018 5.13068 20.7272C5.13187 20.6538 5.10938 20.5887 5.06321 20.5319C5.01823 20.4751 4.9549 20.4307 4.87322 20.3987C4.79155 20.3667 4.69744 20.3508 4.59091 20.3508H4.22159V19.6689H4.59091C4.68916 19.6689 4.77557 19.653 4.85014 19.621C4.9259 19.589 4.98449 19.5447 5.02592 19.4878C5.06854 19.431 5.08925 19.3659 5.08807 19.2925C5.08925 19.2215 5.07209 19.1588 5.03658 19.1043C5.00107 19.0499 4.95135 19.0073 4.88743 18.9765C4.82469 18.9457 4.75189 18.9303 4.66903 18.9303C4.57907 18.9303 4.49858 18.9463 4.42756 18.9782C4.35772 19.0102 4.30268 19.0546 4.26243 19.1114C4.22218 19.1682 4.20147 19.2333 4.20028 19.3067H3.25568C3.25687 19.0842 3.31783 18.8877 3.43857 18.7172C3.56049 18.5468 3.72739 18.413 3.93928 18.316C4.15116 18.2189 4.39441 18.1704 4.66903 18.1704C4.93774 18.1704 5.17507 18.2159 5.38104 18.3071C5.58819 18.3982 5.74976 18.5237 5.86577 18.6835C5.98295 18.8421 6.04096 19.0238 6.03977 19.2286C6.04214 19.4322 5.9723 19.5991 5.83026 19.7293C5.68939 19.8595 5.51065 19.9365 5.29403 19.9601V19.9885C5.58759 20.0205 5.80836 20.1105 5.95632 20.2584C6.10429 20.4052 6.17708 20.5899 6.17472 20.8124C6.1759 21.0255 6.11198 21.2143 5.98295 21.3788C5.85511 21.5434 5.67696 21.6724 5.44851 21.7659C5.22124 21.8594 4.95904 21.9062 4.66193 21.9062Z",
473
+ fill: "#64748B"
496
474
  })]
497
475
  });
498
476
  export const BulletedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
499
477
  width: "19",
500
478
  height: "19",
501
- viewBox: "0 0 22 22",
479
+ viewBox: "0 0 24 25",
502
480
  fill: "none",
503
481
  xmlns: "http://www.w3.org/2000/svg",
504
- className: "bulletedListTextIcon",
505
482
  children: [/*#__PURE__*/_jsx("path", {
506
483
  d: "M11 19.8564H21",
507
- stroke: "currentColor",
508
- strokeWidth: "2",
484
+ stroke: "#64748B",
485
+ strokeWidth: "1.5",
509
486
  strokeLinecap: "round",
510
487
  strokeLinejoin: "round"
511
488
  }), /*#__PURE__*/_jsx("path", {
512
489
  d: "M11 12.8564H21",
513
- stroke: "currentColor",
514
- strokeWidth: "2",
490
+ stroke: "#64748B",
491
+ strokeWidth: "1.5",
515
492
  strokeLinecap: "round",
516
493
  strokeLinejoin: "round"
517
494
  }), /*#__PURE__*/_jsx("path", {
518
495
  d: "M11 5.85645H21",
519
- stroke: "currentColor",
520
- strokeWidth: "2",
496
+ stroke: "#64748B",
497
+ strokeWidth: "1.5",
521
498
  strokeLinecap: "round",
522
499
  strokeLinejoin: "round"
523
500
  }), /*#__PURE__*/_jsx("circle", {
524
501
  cx: "5.25",
525
502
  cy: "5.80664",
526
- r: "1.7",
527
- fill: "currentColor"
503
+ r: "1.25",
504
+ fill: "#64748B"
528
505
  }), /*#__PURE__*/_jsx("circle", {
529
506
  cx: "5.25",
530
507
  cy: "12.8066",
531
- r: "1.7",
532
- fill: "currentColor"
508
+ r: "1.25",
509
+ fill: "#64748B"
533
510
  }), /*#__PURE__*/_jsx("circle", {
534
511
  cx: "5.25",
535
512
  cy: "19.8066",
536
- r: "1.7",
537
- fill: "currentColor"
513
+ r: "1.25",
514
+ fill: "#64748B"
538
515
  })]
539
516
  });
540
517
  export const CheckListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
541
518
  width: "19",
542
519
  height: "19",
543
- viewBox: "0 0 22 22",
520
+ viewBox: "0 0 24 25",
544
521
  fill: "none",
545
522
  xmlns: "http://www.w3.org/2000/svg",
546
- className: "checkedListTextIcon",
547
523
  children: [/*#__PURE__*/_jsx("path", {
548
524
  d: "M11 19.8564H21",
549
- stroke: "currentColor",
550
- strokeWidth: "2",
525
+ stroke: "#64748B",
526
+ strokeWidth: "1.5",
551
527
  strokeLinecap: "round",
552
528
  strokeLinejoin: "round"
553
529
  }), /*#__PURE__*/_jsx("path", {
554
530
  d: "M11 12.8564H21",
555
- stroke: "currentColor",
556
- strokeWidth: "2",
531
+ stroke: "#64748B",
532
+ strokeWidth: "1.5",
557
533
  strokeLinecap: "round",
558
534
  strokeLinejoin: "round"
559
535
  }), /*#__PURE__*/_jsx("path", {
560
536
  d: "M11 5.85645H21",
561
- stroke: "currentColor",
562
- strokeWidth: "2",
537
+ stroke: "#64748B",
538
+ strokeWidth: "1.5",
563
539
  strokeLinecap: "round",
564
540
  strokeLinejoin: "round"
565
541
  }), /*#__PURE__*/_jsx("path", {
566
542
  d: "M3 5.85645L4 6.85645L7 3.85645",
567
- stroke: "currentColor",
568
- strokeWidth: "2",
543
+ stroke: "#64748B",
544
+ strokeWidth: "1.5",
569
545
  strokeLinecap: "round",
570
546
  strokeLinejoin: "round"
571
547
  }), /*#__PURE__*/_jsx("path", {
572
548
  d: "M3 12.8564L4 13.8564L7 10.8564",
573
- stroke: "currentColor",
574
- strokeWidth: "2",
549
+ stroke: "#64748B",
550
+ strokeWidth: "1.5",
575
551
  strokeLinecap: "round",
576
552
  strokeLinejoin: "round"
577
553
  }), /*#__PURE__*/_jsx("path", {
578
554
  d: "M3 19.8564L4 20.8564L7 17.8564",
579
- stroke: "currentColor",
580
- strokeWidth: "2",
555
+ stroke: "#64748B",
556
+ strokeWidth: "1.5",
581
557
  strokeLinecap: "round",
582
558
  strokeLinejoin: "round"
583
559
  })]
@@ -585,38 +561,37 @@ export const CheckListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
585
561
  export const AccordionTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
586
562
  width: "19",
587
563
  height: "19",
588
- viewBox: "0 0 22 22",
564
+ viewBox: "0 0 24 25",
589
565
  fill: "none",
590
566
  xmlns: "http://www.w3.org/2000/svg",
591
- className: "accordianIconSvgTextFormat",
592
567
  children: [/*#__PURE__*/_jsx("path", {
593
- d: "M14 4.85547H21",
568
+ d: "M14 4.85645H21",
594
569
  stroke: "#64748B",
595
- strokeWidth: "1.7",
570
+ strokeWidth: "1.5",
596
571
  strokeLinecap: "round",
597
572
  strokeLinejoin: "round"
598
573
  }), /*#__PURE__*/_jsx("path", {
599
- d: "M14 9.85547H21",
574
+ d: "M14 9.85645H21",
600
575
  stroke: "#64748B",
601
- strokeWidth: "1.7",
576
+ strokeWidth: "1.5",
602
577
  strokeLinecap: "round",
603
578
  strokeLinejoin: "round"
604
579
  }), /*#__PURE__*/_jsx("path", {
605
- d: "M3 14.8555H21",
580
+ d: "M3 14.8564H21",
606
581
  stroke: "#64748B",
607
- strokeWidth: "1.7",
582
+ strokeWidth: "1.5",
608
583
  strokeLinecap: "round",
609
584
  strokeLinejoin: "round"
610
585
  }), /*#__PURE__*/_jsx("path", {
611
- d: "M3 19.8555H21",
586
+ d: "M3 19.8564H21",
612
587
  stroke: "#64748B",
613
- strokeWidth: "1.7",
588
+ strokeWidth: "1.5",
614
589
  strokeLinecap: "round",
615
590
  strokeLinejoin: "round"
616
591
  }), /*#__PURE__*/_jsx("path", {
617
- d: "M8.8 6.66265C9.33333 6.97057 9.33333 7.74037 8.8 8.04829L3.7 10.9928C3.16667 11.3007 2.5 10.9158 2.5 10.3L2.5 4.41098C2.5 3.79514 3.16667 3.41024 3.7 3.71816L8.8 6.66265Z",
592
+ d: "M8.8 6.66362C9.33333 6.97154 9.33333 7.74135 8.8 8.04927L3.7 10.9938C3.16667 11.3017 2.5 10.9168 2.5 10.3009L2.5 4.41196C2.5 3.79612 3.16667 3.41122 3.7 3.71914L8.8 6.66362Z",
618
593
  stroke: "#64748B",
619
- strokeWidth: "1.7"
594
+ strokeWidth: "1.5"
620
595
  })]
621
596
  });
622
597
  export const BoldTextFormatIcon = props => /*#__PURE__*/_jsx("svg", {
@@ -627,7 +602,7 @@ export const BoldTextFormatIcon = props => /*#__PURE__*/_jsx("svg", {
627
602
  xmlns: "http://www.w3.org/2000/svg",
628
603
  children: /*#__PURE__*/_jsx("path", {
629
604
  d: "M0.598011 15.3564V0.81099H5.92472C6.95691 0.81099 7.81155 0.981445 8.48864 1.32235C9.16572 1.65853 9.67235 2.11544 10.0085 2.69309C10.3447 3.26601 10.5128 3.91232 10.5128 4.63201C10.5128 5.23807 10.4015 5.74944 10.179 6.1661C9.95644 6.57804 9.65814 6.90948 9.28409 7.16042C8.91477 7.40663 8.50758 7.58656 8.0625 7.7002V7.84224C8.54545 7.86591 9.01657 8.02216 9.47585 8.31099C9.93987 8.59508 10.3234 8.99991 10.6264 9.52548C10.9295 10.051 11.081 10.6903 11.081 11.4431C11.081 12.1865 10.9058 12.8541 10.5554 13.4459C10.2098 14.0331 9.67472 14.4994 8.95028 14.8451C8.22585 15.186 7.30019 15.3564 6.1733 15.3564H0.598011ZM2.79261 13.4743H5.96023C7.01136 13.4743 7.7642 13.2707 8.21875 12.8635C8.6733 12.4564 8.90057 11.9474 8.90057 11.3366C8.90057 10.8773 8.78456 10.4559 8.55256 10.0724C8.32055 9.68883 7.98911 9.38343 7.55824 9.15616C7.1321 8.92889 6.62547 8.81525 6.03835 8.81525H2.79261V13.4743ZM2.79261 7.1036H5.73295C6.22538 7.1036 6.66809 7.00891 7.06108 6.81951C7.45881 6.63012 7.77367 6.36497 8.00568 6.02406C8.24242 5.67841 8.3608 5.27122 8.3608 4.80247C8.3608 4.20114 8.15009 3.69688 7.72869 3.28968C7.30729 2.88249 6.66099 2.67889 5.78977 2.67889H2.79261V7.1036Z",
630
- fill: "currentColor"
605
+ fill: "#64748B"
631
606
  })
632
607
  });
633
608
  export const UnderlineTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
@@ -638,13 +613,13 @@ export const UnderlineTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
638
613
  xmlns: "http://www.w3.org/2000/svg",
639
614
  children: [/*#__PURE__*/_jsx("path", {
640
615
  d: "M3.41406 1.58301V6.16634C3.41406 7.38192 3.89695 8.54771 4.75649 9.40725C5.61603 10.2668 6.78182 10.7497 7.9974 10.7497C9.21297 10.7497 10.3788 10.2668 11.2383 9.40725C12.0978 8.54771 12.5807 7.38192 12.5807 6.16634V1.58301",
641
- stroke: "currentColor",
616
+ stroke: "#64748B",
642
617
  strokeWidth: "2",
643
618
  strokeLinecap: "round",
644
619
  strokeLinejoin: "round"
645
620
  }), /*#__PURE__*/_jsx("path", {
646
621
  d: "M1.58203 14.416H14.4154",
647
- stroke: "currentColor",
622
+ stroke: "#64748B",
648
623
  strokeWidth: "2",
649
624
  strokeLinecap: "round",
650
625
  strokeLinejoin: "round"
@@ -658,19 +633,19 @@ export const ItalicTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
658
633
  xmlns: "http://www.w3.org/2000/svg",
659
634
  children: [/*#__PURE__*/_jsx("path", {
660
635
  d: "M4.71094 1.45801H9.46094",
661
- stroke: "currentColor",
636
+ stroke: "#64748B",
662
637
  strokeWidth: "2",
663
638
  strokeLinecap: "round",
664
639
  strokeLinejoin: "round"
665
640
  }), /*#__PURE__*/_jsx("path", {
666
641
  d: "M1.54297 12.541H6.29297",
667
- stroke: "currentColor",
642
+ stroke: "#64748B",
668
643
  strokeWidth: "2",
669
644
  strokeLinecap: "round",
670
645
  strokeLinejoin: "round"
671
646
  }), /*#__PURE__*/_jsx("path", {
672
647
  d: "M7.08464 1.45801L3.91797 12.5413",
673
- stroke: "currentColor",
648
+ stroke: "#64748B",
674
649
  strokeWidth: "2",
675
650
  strokeLinecap: "round",
676
651
  strokeLinejoin: "round"
@@ -682,7 +657,6 @@ export const LinkIconV2 = props => /*#__PURE__*/_jsxs("svg", {
682
657
  viewBox: "1.5 0 17 20",
683
658
  fill: "none",
684
659
  xmlns: "http://www.w3.org/2000/svg",
685
- className: "linkIcon",
686
660
  children: [/*#__PURE__*/_jsx("path", {
687
661
  d: "M11.2869 8.71403C10.6043 8.03173 9.67871 7.64844 8.71358 7.64844C7.74846 7.64844 6.82284 8.03173 6.14025 8.71403L3.56608 11.2874C2.88348 11.97 2.5 12.8958 2.5 13.8611C2.5 14.8265 2.88348 15.7523 3.56608 16.4349C4.24868 17.1175 5.17449 17.5009 6.13983 17.5009C7.10518 17.5009 8.03098 17.1175 8.71358 16.4349L10.0002 15.1482",
688
662
  stroke: "#64748B",
@@ -874,7 +848,6 @@ export function H1() {
874
848
  viewBox: "0 0 14 11",
875
849
  fill: "none",
876
850
  xmlns: "http://www.w3.org/2000/svg",
877
- className: "signatureElementIcon",
878
851
  children: /*#__PURE__*/_jsx("path", {
879
852
  d: "M0.884943 11V0.818182H3.03764V5.01918H7.40767V0.818182H9.5554V11H7.40767V6.79403H3.03764V11H0.884943ZM13.4482 5.18182V11H12.218V6.34943H12.1839L10.8516 7.18466V6.09375L12.2919 5.18182H13.4482Z",
880
853
  fill: "#64748B"
@@ -888,7 +861,6 @@ export function H2() {
888
861
  viewBox: "0 0 16 11",
889
862
  fill: "none",
890
863
  xmlns: "http://www.w3.org/2000/svg",
891
- className: "signatureElementIcon",
892
864
  children: /*#__PURE__*/_jsx("path", {
893
865
  d: "M0.884943 11V0.818182H3.03764V5.01918H7.40767V0.818182H9.5554V11H7.40767V6.79403H3.03764V11H0.884943ZM10.9169 11V10.1136L12.9879 8.19602C13.1641 8.02557 13.3118 7.87216 13.4311 7.7358C13.5523 7.59943 13.6442 7.46591 13.7067 7.33523C13.7692 7.20265 13.8004 7.05966 13.8004 6.90625C13.8004 6.7358 13.7616 6.58902 13.6839 6.46591C13.6063 6.34091 13.5002 6.24527 13.3658 6.17898C13.2313 6.1108 13.0788 6.0767 12.9084 6.0767C12.7304 6.0767 12.575 6.11269 12.4425 6.18466C12.3099 6.25663 12.2076 6.35985 12.1357 6.49432C12.0637 6.62879 12.0277 6.78883 12.0277 6.97443H10.8601C10.8601 6.59375 10.9463 6.26326 11.1186 5.98295C11.291 5.70265 11.5324 5.4858 11.843 5.33239C12.1536 5.17898 12.5116 5.10227 12.9169 5.10227C13.3336 5.10227 13.6963 5.17614 14.005 5.32386C14.3156 5.4697 14.5571 5.67235 14.7294 5.93182C14.9018 6.19129 14.9879 6.48864 14.9879 6.82386C14.9879 7.04356 14.9444 7.26042 14.8572 7.47443C14.772 7.68845 14.6196 7.92614 14.3999 8.1875C14.1802 8.44697 13.8705 8.75852 13.4709 9.12216L12.6214 9.95455V9.99432H15.0646V11H10.9169Z",
894
866
  fill: "#64748B"
@@ -902,533 +874,37 @@ export function H3() {
902
874
  viewBox: "0 0 16 12",
903
875
  fill: "none",
904
876
  xmlns: "http://www.w3.org/2000/svg",
905
- className: "signatureElementIcon",
906
877
  children: /*#__PURE__*/_jsx("path", {
907
878
  d: "M0.884943 11V0.818182H3.03764V5.01918H7.40767V0.818182H9.5554V11H7.40767V6.79403H3.03764V11H0.884943ZM13.0675 11.0795C12.6432 11.0795 12.2654 11.0066 11.9339 10.8608C11.6044 10.7131 11.344 10.5104 11.1527 10.2528C10.9633 9.99337 10.8658 9.69413 10.8601 9.35511H12.0987C12.1063 9.49716 12.1527 9.62216 12.2379 9.73011C12.325 9.83617 12.4406 9.91856 12.5845 9.97727C12.7285 10.036 12.8904 10.0653 13.0703 10.0653C13.2578 10.0653 13.4235 10.0322 13.5675 9.96591C13.7114 9.89962 13.8241 9.80777 13.9055 9.69034C13.987 9.57292 14.0277 9.4375 14.0277 9.28409C14.0277 9.12879 13.9841 8.99148 13.897 8.87216C13.8118 8.75095 13.6887 8.65625 13.5277 8.58807C13.3686 8.51989 13.1792 8.4858 12.9595 8.4858H12.4169V7.58239H12.9595C13.1451 7.58239 13.3089 7.55019 13.451 7.4858C13.5949 7.4214 13.7067 7.33239 13.7862 7.21875C13.8658 7.10322 13.9055 6.96875 13.9055 6.81534C13.9055 6.66951 13.8705 6.54167 13.8004 6.43182C13.7322 6.32008 13.6357 6.23295 13.5107 6.17045C13.3875 6.10795 13.2436 6.0767 13.0788 6.0767C12.9122 6.0767 12.7597 6.10701 12.6214 6.16761C12.4832 6.22633 12.3724 6.31061 12.2891 6.42045C12.2057 6.5303 12.1612 6.65909 12.1555 6.80682H10.9766C10.9822 6.47159 11.0779 6.17614 11.2635 5.92045C11.4491 5.66477 11.6991 5.46496 12.0135 5.32102C12.3298 5.17519 12.6868 5.10227 13.0845 5.10227C13.486 5.10227 13.8374 5.17519 14.1385 5.32102C14.4396 5.46686 14.6735 5.66383 14.8402 5.91193C15.0088 6.15814 15.0921 6.43466 15.0902 6.74148C15.0921 7.06723 14.9908 7.33902 14.7862 7.55682C14.5836 7.77462 14.3194 7.91288 13.9936 7.97159V8.01705C14.4216 8.07197 14.7474 8.22064 14.9709 8.46307C15.1963 8.7036 15.308 9.00473 15.3061 9.36648C15.308 9.69792 15.2124 9.99242 15.0192 10.25C14.8279 10.5076 14.5637 10.7102 14.2266 10.858C13.8894 11.0057 13.5031 11.0795 13.0675 11.0795Z",
908
879
  fill: "#64748B"
909
880
  })
910
881
  });
911
882
  }
912
- export function DragIcon() {
913
- return /*#__PURE__*/_jsxs("svg", {
914
- width: "16",
915
- height: "12",
916
- viewBox: "0 0 10 6",
917
- fill: "none",
918
- xmlns: "http://www.w3.org/2000/svg",
919
- className: "dragIcon",
920
- children: [/*#__PURE__*/_jsx("ellipse", {
921
- cx: "1.49462",
922
- cy: "4.42384",
923
- rx: "0.779289",
924
- ry: "0.779289",
925
- transform: "rotate(-90 1.49462 4.42384)",
926
- fill: "#94A3B8"
927
- }), /*#__PURE__*/_jsx("ellipse", {
928
- cx: "4.99999",
929
- cy: "4.42384",
930
- rx: "0.779289",
931
- ry: "0.779289",
932
- transform: "rotate(-90 4.99999 4.42384)",
933
- fill: "#94A3B8"
934
- }), /*#__PURE__*/_jsx("ellipse", {
935
- cx: "8.50732",
936
- cy: "4.42384",
937
- rx: "0.779289",
938
- ry: "0.779289",
939
- transform: "rotate(-90 8.50732 4.42384)",
940
- fill: "#94A3B8"
941
- }), /*#__PURE__*/_jsx("ellipse", {
942
- cx: "1.49462",
943
- cy: "0.91993",
944
- rx: "0.779289",
945
- ry: "0.779289",
946
- transform: "rotate(-90 1.49462 0.91993)",
947
- fill: "#94A3B8"
948
- }), /*#__PURE__*/_jsx("ellipse", {
949
- cx: "4.99999",
950
- cy: "0.91993",
951
- rx: "0.779289",
952
- ry: "0.779289",
953
- transform: "rotate(-90 4.99999 0.91993)",
954
- fill: "#94A3B8"
955
- }), /*#__PURE__*/_jsx("ellipse", {
956
- cx: "8.50732",
957
- cy: "0.91993",
958
- rx: "0.779289",
959
- ry: "0.779289",
960
- transform: "rotate(-90 8.50732 0.91993)",
961
- fill: "#94A3B8"
962
- })]
963
- });
964
- }
965
- export function LeftAlignTextFormat() {
966
- return /*#__PURE__*/_jsxs("svg", {
967
- width: "19",
968
- height: "19",
969
- viewBox: "0 0 20 22",
970
- fill: "none",
971
- xmlns: "http://www.w3.org/2000/svg",
972
- className: "textAlignIconSameStyles",
973
- children: [/*#__PURE__*/_jsx("path", {
974
- d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
975
- fill: "currentColor",
976
- stroke: "currentColor",
977
- strokeWidth: "0.5",
978
- strokeLinecap: "round",
979
- strokeLinejoin: "round"
980
- }), /*#__PURE__*/_jsx("path", {
981
- d: "M10.3917 10.6055H2.5C2.15833 10.6055 1.875 10.2655 1.875 9.85547C1.875 9.44547 2.15833 9.10547 2.5 9.10547H10.3917C10.7333 9.10547 11.0167 9.44547 11.0167 9.85547C11.0167 10.2655 10.7417 10.6055 10.3917 10.6055Z",
982
- fill: "currentColor",
983
- stroke: "currentColor",
984
- strokeWidth: "0.5",
985
- strokeLinecap: "round",
986
- strokeLinejoin: "round"
987
- }), /*#__PURE__*/_jsx("path", {
988
- d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
989
- fill: "currentColor",
990
- stroke: "currentColor",
991
- strokeWidth: "0.5",
992
- strokeLinecap: "round",
993
- strokeLinejoin: "round"
994
- }), /*#__PURE__*/_jsx("path", {
995
- d: "M10.3917 20.6055H2.5C2.15833 20.6055 1.875 20.2655 1.875 19.8555C1.875 19.4455 2.15833 19.1055 2.5 19.1055H10.3917C10.7333 19.1055 11.0167 19.4455 11.0167 19.8555C11.0167 20.2655 10.7417 20.6055 10.3917 20.6055Z",
996
- fill: "currentColor",
997
- stroke: "currentColor",
998
- strokeWidth: "0.5",
999
- strokeLinecap: "round",
1000
- strokeLinejoin: "round"
1001
- })]
1002
- });
1003
- }
1004
- export function CenterAlignTextFormat() {
1005
- return /*#__PURE__*/_jsxs("svg", {
1006
- width: "19",
1007
- height: "19",
1008
- viewBox: "0 0 20 22",
1009
- fill: "none",
1010
- xmlns: "http://www.w3.org/2000/svg",
1011
- className: "textAlignIconSameStyles",
1012
- children: [/*#__PURE__*/_jsx("path", {
1013
- d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
1014
- fill: "currentColor",
1015
- stroke: "currentColor",
1016
- strokeWidth: "0.5",
1017
- strokeLinecap: "round",
1018
- strokeLinejoin: "round"
1019
- }), /*#__PURE__*/_jsx("path", {
1020
- d: "M13.9508 10.6055H6.05078C5.70911 10.6055 5.42578 10.2655 5.42578 9.85547C5.42578 9.44547 5.70911 9.10547 6.05078 9.10547H13.9424C14.2841 9.10547 14.5674 9.44547 14.5674 9.85547C14.5674 10.2655 14.2924 10.6055 13.9508 10.6055Z",
1021
- fill: "currentColor",
1022
- stroke: "currentColor",
1023
- strokeWidth: "0.5",
1024
- strokeLinecap: "round",
1025
- strokeLinejoin: "round"
1026
- }), /*#__PURE__*/_jsx("path", {
1027
- d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
1028
- fill: "currentColor",
1029
- stroke: "currentColor",
1030
- strokeWidth: "0.5",
1031
- strokeLinecap: "round",
1032
- strokeLinejoin: "round"
1033
- }), /*#__PURE__*/_jsx("path", {
1034
- d: "M13.9508 20.6055H6.05078C5.70911 20.6055 5.42578 20.2655 5.42578 19.8555C5.42578 19.4455 5.70911 19.1055 6.05078 19.1055H13.9424C14.2841 19.1055 14.5674 19.4455 14.5674 19.8555C14.5674 20.2655 14.2924 20.6055 13.9508 20.6055Z",
1035
- fill: "currentColor",
1036
- stroke: "currentColor",
1037
- strokeWidth: "0.5",
1038
- strokeLinecap: "round",
1039
- strokeLinejoin: "round"
1040
- })]
1041
- });
1042
- }
1043
- export function RightAlignTextFormat() {
1044
- return /*#__PURE__*/_jsxs("svg", {
1045
- width: "19",
1046
- height: "19",
1047
- viewBox: "0 0 20 22",
1048
- fill: "currentColor",
1049
- xmlns: "http://www.w3.org/2000/svg",
1050
- className: "textAlignIconSameStyles",
1051
- children: [/*#__PURE__*/_jsx("path", {
1052
- d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
1053
- fill: "currentColor",
1054
- stroke: "currentColor",
1055
- strokeWidth: "0.5",
1056
- strokeLinecap: "round",
1057
- strokeLinejoin: "round"
1058
- }), /*#__PURE__*/_jsx("path", {
1059
- d: "M17.4991 10.6055H9.60742C9.26576 10.6055 8.98242 10.2655 8.98242 9.85547C8.98242 9.44547 9.26576 9.10547 9.60742 9.10547H17.4991C17.8408 9.10547 18.1241 9.44547 18.1241 9.85547C18.1241 10.2655 17.8408 10.6055 17.4991 10.6055Z",
1060
- fill: "currentColor",
1061
- stroke: "currentColor",
1062
- strokeWidth: "0.5",
1063
- strokeLinecap: "round",
1064
- strokeLinejoin: "round"
1065
- }), /*#__PURE__*/_jsx("path", {
1066
- d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
1067
- fill: "currentColor",
1068
- stroke: "currentColor",
1069
- strokeWidth: "0.5",
1070
- strokeLinecap: "round",
1071
- strokeLinejoin: "round"
1072
- }), /*#__PURE__*/_jsx("path", {
1073
- d: "M17.4991 20.6055H9.60742C9.26576 20.6055 8.98242 20.2655 8.98242 19.8555C8.98242 19.4455 9.26576 19.1055 9.60742 19.1055H17.4991C17.8408 19.1055 18.1241 19.4455 18.1241 19.8555C18.1241 20.2655 17.8408 20.6055 17.4991 20.6055Z",
1074
- fill: "currentColor",
1075
- stroke: "currentColor",
1076
- strokeWidth: "0.5",
1077
- strokeLinecap: "round",
1078
- strokeLinejoin: "round"
1079
- })]
1080
- });
1081
- }
1082
- export function JustifyTextFormat() {
1083
- return /*#__PURE__*/_jsxs("svg", {
1084
- width: "19",
1085
- height: "19",
1086
- viewBox: "0 0 20 22"
1087
- // fill="none"
1088
- ,
1089
- xmlns: "http://www.w3.org/2000/svg",
1090
- className: "justifyIcon",
1091
- children: [/*#__PURE__*/_jsx("path", {
1092
- d: "M2.5 4.85547H17.5",
1093
- stroke: "currentColor",
1094
- strokeWidth: "2",
1095
- strokeLinecap: "round",
1096
- strokeLinejoin: "round"
1097
- }), /*#__PURE__*/_jsx("path", {
1098
- d: "M2.5 9.85547H17.5",
1099
- stroke: "currentColor",
1100
- strokeWidth: "2",
1101
- strokeLinecap: "round",
1102
- strokeLinejoin: "round"
1103
- }), /*#__PURE__*/_jsx("path", {
1104
- d: "M2.5 14.8555H17.5",
1105
- stroke: "currentColor",
1106
- strokeWidth: "2",
1107
- strokeLinecap: "round",
1108
- strokeLinejoin: "round"
1109
- }), /*#__PURE__*/_jsx("path", {
1110
- d: "M2.5 19.8555H17.5",
1111
- stroke: "currentColor",
1112
- strokeWidth: "2",
1113
- strokeLinecap: "round",
1114
- strokeLinejoin: "round"
1115
- })]
1116
- });
1117
- }
1118
- export function FreeGridElement() {
1119
- return /*#__PURE__*/_jsxs("svg", {
1120
- xmlns: "http://www.w3.org/2000/svg",
1121
- width: "16",
1122
- height: "16",
1123
- viewBox: "0 0 16 16",
1124
- fill: "none",
1125
- className: "commonSvgStyle",
1126
- children: [/*#__PURE__*/_jsx("path", {
1127
- d: "M13.2654 8.99935H2.73203C1.73203 8.99935 1.33203 9.42602 1.33203 10.486L1.33203 13.1793C1.33203 14.2393 1.73203 14.666 2.73203 14.666H13.2654C14.2654 14.666 14.6654 14.2393 14.6654 13.1793V10.486C14.6654 9.42602 14.2654 8.99935 13.2654 8.99935Z",
1128
- stroke: "#64748B",
1129
- strokeLinecap: "round",
1130
- strokeLinejoin: "round"
1131
- }), /*#__PURE__*/_jsx("path", {
1132
- d: "M7.26536 1.33333H2.73203C1.73203 1.33333 1.33203 1.76 1.33203 2.82L1.33203 5.51333C1.33203 6.57333 1.73203 7 2.73203 7H7.26536C8.26536 7 8.66536 6.57333 8.66536 5.51333V2.82C8.66536 1.76 8.26536 1.33333 7.26536 1.33333Z",
1133
- stroke: "#64748B",
1134
- strokeLinecap: "round",
1135
- strokeLinejoin: "round"
1136
- }), /*#__PURE__*/_jsx("path", {
1137
- d: "M13.268 1.33333H12.068C11.068 1.33333 10.668 1.76 10.668 2.82V5.51333C10.668 6.57333 11.068 7 12.068 7H13.268C14.268 7 14.668 6.57333 14.668 5.51333V2.82C14.668 1.76 14.268 1.33333 13.268 1.33333Z",
1138
- stroke: "#64748B",
1139
- strokeLinecap: "round",
1140
- strokeLinejoin: "round"
1141
- })]
1142
- });
1143
- }
1144
- export function AppHeaderElement() {
1145
- return /*#__PURE__*/_jsxs("svg", {
1146
- xmlns: "http://www.w3.org/2000/svg",
1147
- width: "15",
1148
- height: "14",
1149
- viewBox: "0 0 15 14",
1150
- fill: "none",
1151
- className: "commonSvgStyle",
1152
- children: [/*#__PURE__*/_jsx("path", {
1153
- d: "M6 4.66699L11.5 4.66699",
1154
- stroke: "#64748B",
1155
- strokeLinecap: "round",
1156
- strokeLinejoin: "round"
1157
- }), /*#__PURE__*/_jsx("path", {
1158
- d: "M4.06307 4.66634H4.06906",
1159
- stroke: "#64748B",
1160
- strokeWidth: "1.5",
1161
- strokeLinecap: "round",
1162
- strokeLinejoin: "round"
1163
- }), /*#__PURE__*/_jsx("path", {
1164
- d: "M4.33333 1H10.3333C10.7467 1 11.1133 1.015 11.44 1.0675C13.1933 1.285 13.6667 2.215 13.6667 4.75V9.25C13.6667 11.785 13.1933 12.715 11.44 12.9325C11.1133 12.985 10.7467 13 10.3333 13H4.33333C3.92 13 3.55333 12.985 3.22667 12.9325C1.47333 12.715 1 11.785 1 9.25V4.75C1 2.215 1.47333 1.285 3.22667 1.0675C3.55333 1.015 3.92 1 4.33333 1Z",
1165
- stroke: "#64748B",
1166
- strokeLinecap: "round",
1167
- strokeLinejoin: "round"
1168
- })]
1169
- });
1170
- }
1171
- export function GridElement() {
1172
- return /*#__PURE__*/_jsxs("svg", {
1173
- width: "16",
1174
- height: "16",
1175
- viewBox: "0 0 16 16",
1176
- fill: "none",
1177
- xmlns: "http://www.w3.org/2000/svg",
1178
- className: "commonSvgStyle",
1179
- children: [/*#__PURE__*/_jsx("path", {
1180
- d: "M14.6667 5.68065V2.65398C14.6667 1.71398 14.24 1.33398 13.18 1.33398H10.4867C9.42667 1.33398 9 1.71398 9 2.65398V5.67398C9 6.62065 9.42667 6.99398 10.4867 6.99398H13.18C14.24 7.00065 14.6667 6.62065 14.6667 5.68065Z",
1181
- stroke: "#64748B",
1182
- strokeLinecap: "round",
1183
- strokeLinejoin: "round"
1184
- }), /*#__PURE__*/_jsx("path", {
1185
- d: "M14.6667 13.18V10.4867C14.6667 9.42667 14.24 9 13.18 9H10.4867C9.42667 9 9 9.42667 9 10.4867V13.18C9 14.24 9.42667 14.6667 10.4867 14.6667H13.18C14.24 14.6667 14.6667 14.24 14.6667 13.18Z",
1186
- stroke: "#64748B",
1187
- strokeLinecap: "round",
1188
- strokeLinejoin: "round"
1189
- }), /*#__PURE__*/_jsx("path", {
1190
- d: "M7.00065 5.68065V2.65398C7.00065 1.71398 6.57398 1.33398 5.51398 1.33398H2.82065C1.76065 1.33398 1.33398 1.71398 1.33398 2.65398V5.67398C1.33398 6.62065 1.76065 6.99398 2.82065 6.99398H5.51398C6.57398 7.00065 7.00065 6.62065 7.00065 5.68065Z",
1191
- stroke: "#64748B",
1192
- strokeLinecap: "round",
1193
- strokeLinejoin: "round"
1194
- }), /*#__PURE__*/_jsx("path", {
1195
- d: "M7.00065 13.18V10.4867C7.00065 9.42667 6.57398 9 5.51398 9H2.82065C1.76065 9 1.33398 9.42667 1.33398 10.4867V13.18C1.33398 14.24 1.76065 14.6667 2.82065 14.6667H5.51398C6.57398 14.6667 7.00065 14.24 7.00065 13.18Z",
1196
- stroke: "#64748B",
1197
- strokeLinecap: "round",
1198
- strokeLinejoin: "round"
1199
- })]
1200
- });
1201
- }
1202
- export function ToggleFullScreenIcon() {
1203
- return /*#__PURE__*/_jsxs("svg", {
1204
- width: "16",
1205
- height: "16",
1206
- viewBox: "0 0 16 16",
1207
- fill: "none",
1208
- xmlns: "http://www.w3.org/2000/svg",
1209
- className: "toogleFullScreenSvg",
1210
- children: [/*#__PURE__*/_jsx("path", {
1211
- d: "M14 6V2H10",
1212
- stroke: "#8F9CAE",
1213
- strokeWidth: "1.5",
1214
- strokeLinecap: "round",
1215
- strokeLinejoin: "round"
1216
- }), /*#__PURE__*/_jsx("path", {
1217
- d: "M2 10V14H6",
1218
- stroke: "#8F9CAE",
1219
- strokeWidth: "1.5",
1220
- strokeLinecap: "round",
1221
- strokeLinejoin: "round"
1222
- }), /*#__PURE__*/_jsx("path", {
1223
- d: "M14 2L9 7",
1224
- stroke: "#8F9CAE",
1225
- strokeWidth: "1.5",
1226
- strokeLinecap: "round",
1227
- strokeLinejoin: "round"
1228
- }), /*#__PURE__*/_jsx("path", {
1229
- d: "M7 9L2 14",
1230
- stroke: "#8F9CAE",
1231
- strokeWidth: "1.5",
1232
- strokeLinecap: "round",
1233
- strokeLinejoin: "round"
1234
- })]
1235
- });
1236
- }
1237
- export function CodeElementIcon() {
883
+ export function CalendlyIcon() {
1238
884
  return /*#__PURE__*/_jsxs("svg", {
1239
885
  width: "12",
1240
- height: "9",
1241
- viewBox: "0 0 12 9",
886
+ height: "14",
887
+ viewBox: "0 0 12 14",
1242
888
  fill: "none",
1243
889
  xmlns: "http://www.w3.org/2000/svg",
1244
- className: "commonSvgStyle",
1245
- children: [/*#__PURE__*/_jsx("path", {
1246
- d: "M6.83331 1L4.83331 8",
1247
- stroke: "#64748B",
1248
- strokeMiterlimit: "10",
1249
- strokeLinecap: "round",
1250
- strokeLinejoin: "round"
1251
- }), /*#__PURE__*/_jsx("path", {
1252
- d: "M8.83331 2.32983L10.6666 4.32983L8.83331 6.32983",
890
+ children: [/*#__PURE__*/_jsx("rect", {
891
+ x: "0.5",
892
+ y: "2.5",
893
+ width: "11",
894
+ height: "11",
895
+ rx: "1.5",
896
+ stroke: "#64748B"
897
+ }), /*#__PURE__*/_jsx("path", {
898
+ d: "M3 1L3 4",
1253
899
  stroke: "#64748B",
1254
- strokeMiterlimit: "10",
1255
- strokeLinecap: "round",
1256
- strokeLinejoin: "round"
900
+ strokeLinecap: "round"
1257
901
  }), /*#__PURE__*/_jsx("path", {
1258
- d: "M2.83333 2.32983L1 4.32983L2.83333 6.32983",
1259
- stroke: "#64748B",
1260
- strokeMiterlimit: "10",
1261
- strokeLinecap: "round",
1262
- strokeLinejoin: "round"
1263
- })]
1264
- });
1265
- }
1266
- export function TextSizeUpArrow() {
1267
- return /*#__PURE__*/_jsx("svg", {
1268
- width: "9",
1269
- height: "5",
1270
- viewBox: "0 0 9 5",
1271
- fill: "none",
1272
- xmlns: "http://www.w3.org/2000/svg",
1273
- children: /*#__PURE__*/_jsx("path", {
1274
- d: "M8 3.85645L5.11869 1.10055C4.77841 0.775079 4.22159 0.775079 3.88131 1.10055L1 3.85645",
902
+ d: "M9 1L9 4",
1275
903
  stroke: "#64748B",
1276
- strokeWidth: "1.5",
1277
- strokeMiterlimit: "10",
1278
- strokeLinecap: "round",
1279
- strokeLinejoin: "round"
1280
- })
1281
- });
1282
- }
1283
- export function TextSizeDownArrow() {
1284
- return /*#__PURE__*/_jsx("svg", {
1285
- width: "9",
1286
- height: "5",
1287
- viewBox: "0 0 9 5",
1288
- fill: "none",
1289
- xmlns: "http://www.w3.org/2000/svg",
1290
- children: /*#__PURE__*/_jsx("path", {
1291
- d: "M1 0.856445L3.88131 3.61235C4.22159 3.93781 4.77841 3.93781 5.11869 3.61235L8 0.856445",
1292
- stroke: "#64748B",
1293
- strokeWidth: "1.5",
1294
- strokeMiterlimit: "10",
1295
- strokeLinecap: "round",
1296
- strokeLinejoin: "round"
1297
- })
1298
- });
1299
- }
1300
- export function CheckedBoxCheckIcon() {
1301
- return /*#__PURE__*/_jsx("svg", {
1302
- width: "10",
1303
- height: "8",
1304
- viewBox: "0 0 10 8",
1305
- fill: "none",
1306
- xmlns: "http://www.w3.org/2000/svg",
1307
- children: /*#__PURE__*/_jsx("path", {
1308
- d: "M1.70605 4.06139L4.121 6.47532L8.94886 1.64746",
1309
- stroke: "white",
1310
- strokeWidth: "1.5",
1311
- strokeLinecap: "round",
1312
- strokeLinejoin: "round"
1313
- })
1314
- });
1315
- }
1316
- export function SectionSettingIcon() {
1317
- return /*#__PURE__*/_jsxs("svg", {
1318
- width: "13",
1319
- height: "12",
1320
- viewBox: "0 0 13 12",
1321
- fill: "none",
1322
- xmlns: "http://www.w3.org/2000/svg",
1323
- children: [/*#__PURE__*/_jsx("path", {
1324
- d: "M11.9102 2.5L6.41016 2.5",
1325
- stroke: "#94A3B8",
1326
- strokeWidth: "0.8",
1327
- strokeMiterlimit: "10",
1328
- strokeLinecap: "round",
1329
- strokeLinejoin: "round"
1330
- }), /*#__PURE__*/_jsx("path", {
1331
- d: "M4.41016 2.5L1.91016 2.5",
1332
- stroke: "#94A3B8",
1333
- strokeWidth: "0.8",
1334
- strokeMiterlimit: "10",
1335
- strokeLinecap: "round",
1336
- strokeLinejoin: "round"
1337
- }), /*#__PURE__*/_jsx("path", {
1338
- d: "M11.9102 6L9.41016 6",
1339
- stroke: "#94A3B8",
1340
- strokeWidth: "0.8",
1341
- strokeMiterlimit: "10",
1342
- strokeLinecap: "round",
1343
- strokeLinejoin: "round"
1344
- }), /*#__PURE__*/_jsx("path", {
1345
- d: "M7.41016 6L1.91016 6",
1346
- stroke: "#94A3B8",
1347
- strokeWidth: "0.8",
1348
- strokeMiterlimit: "10",
1349
- strokeLinecap: "round",
1350
- strokeLinejoin: "round"
1351
- }), /*#__PURE__*/_jsx("path", {
1352
- d: "M11.9102 9.5L6.41016 9.5",
1353
- stroke: "#94A3B8",
1354
- strokeWidth: "0.8",
1355
- strokeMiterlimit: "10",
1356
- strokeLinecap: "round",
1357
- strokeLinejoin: "round"
1358
- }), /*#__PURE__*/_jsx("path", {
1359
- d: "M4.41016 9.5H1.91016",
1360
- stroke: "#94A3B8",
1361
- strokeWidth: "0.8",
1362
- strokeMiterlimit: "10",
1363
- strokeLinecap: "round",
1364
- strokeLinejoin: "round"
904
+ strokeLinecap: "round"
1365
905
  }), /*#__PURE__*/_jsx("path", {
1366
- d: "M6.41016 10.5L6.41016 8.5",
1367
- stroke: "#94A3B8",
1368
- strokeWidth: "0.8",
1369
- strokeMiterlimit: "10",
1370
- strokeLinecap: "round",
1371
- strokeLinejoin: "round"
1372
- }), /*#__PURE__*/_jsx("path", {
1373
- d: "M6.41016 3.5L6.41016 1.5",
1374
- stroke: "#94A3B8",
1375
- strokeWidth: "0.8",
1376
- strokeMiterlimit: "10",
1377
- strokeLinecap: "round",
1378
- strokeLinejoin: "round"
1379
- }), /*#__PURE__*/_jsx("path", {
1380
- d: "M7.41016 7L7.41016 5",
1381
- stroke: "#94A3B8",
1382
- strokeWidth: "0.8",
1383
- strokeMiterlimit: "10",
1384
- strokeLinecap: "round",
1385
- strokeLinejoin: "round"
1386
- })]
1387
- });
1388
- }
1389
- export function SectionDragIcon() {
1390
- return /*#__PURE__*/_jsxs("svg", {
1391
- width: "6",
1392
- height: "10",
1393
- viewBox: "0 0 6 10",
1394
- fill: "none",
1395
- xmlns: "http://www.w3.org/2000/svg",
1396
- children: [/*#__PURE__*/_jsx("ellipse", {
1397
- cx: "0.909171",
1398
- cy: "0.909171",
1399
- rx: "0.909171",
1400
- ry: "0.909171",
1401
- fill: "#94A3B8"
1402
- }), /*#__PURE__*/_jsx("ellipse", {
1403
- cx: "0.909171",
1404
- cy: "4.99999",
1405
- rx: "0.909171",
1406
- ry: "0.909171",
1407
- fill: "#94A3B8"
1408
- }), /*#__PURE__*/_jsx("ellipse", {
1409
- cx: "0.909171",
1410
- cy: "9.09081",
1411
- rx: "0.909171",
1412
- ry: "0.909171",
1413
- fill: "#94A3B8"
1414
- }), /*#__PURE__*/_jsx("ellipse", {
1415
- cx: "5.00097",
1416
- cy: "0.909171",
1417
- rx: "0.909171",
1418
- ry: "0.909171",
1419
- fill: "#94A3B8"
1420
- }), /*#__PURE__*/_jsx("ellipse", {
1421
- cx: "5.00097",
1422
- cy: "4.99999",
1423
- rx: "0.909171",
1424
- ry: "0.909171",
1425
- fill: "#94A3B8"
1426
- }), /*#__PURE__*/_jsx("ellipse", {
1427
- cx: "5.00097",
1428
- cy: "9.09081",
1429
- rx: "0.909171",
1430
- ry: "0.909171",
1431
- fill: "#94A3B8"
906
+ d: "M8.10369 7.0554H7.43892C7.41335 6.91335 7.36577 6.78835 7.29616 6.6804C7.22656 6.57244 7.14134 6.48082 7.04048 6.40554C6.93963 6.33026 6.8267 6.27344 6.7017 6.23509C6.57813 6.19673 6.44673 6.17756 6.30753 6.17756C6.05611 6.17756 5.83097 6.24077 5.6321 6.36719C5.43466 6.49361 5.27841 6.67898 5.16335 6.9233C5.04972 7.16761 4.9929 7.46591 4.9929 7.81818C4.9929 8.1733 5.04972 8.47301 5.16335 8.71733C5.27841 8.96165 5.43537 9.14631 5.63423 9.27131C5.8331 9.39631 6.05682 9.45881 6.3054 9.45881C6.44318 9.45881 6.57386 9.44034 6.69744 9.40341C6.82244 9.36506 6.93537 9.30895 7.03622 9.23509C7.13707 9.16122 7.2223 9.07102 7.2919 8.96449C7.36293 8.85653 7.41193 8.73295 7.43892 8.59375L8.10369 8.59588C8.06818 8.81037 7.99929 9.00781 7.89702 9.18821C7.79616 9.36719 7.66619 9.52202 7.5071 9.6527C7.34943 9.78196 7.16903 9.8821 6.96591 9.95312C6.76278 10.0241 6.54119 10.0597 6.30114 10.0597C5.9233 10.0597 5.58665 9.97017 5.29119 9.79119C4.99574 9.6108 4.76278 9.35298 4.59233 9.01776C4.4233 8.68253 4.33878 8.28267 4.33878 7.81818C4.33878 7.35227 4.42401 6.95241 4.59446 6.61861C4.76491 6.28338 4.99787 6.02628 5.29332 5.8473C5.58878 5.6669 5.92472 5.5767 6.30114 5.5767C6.53267 5.5767 6.74858 5.61009 6.94886 5.67685C7.15057 5.74219 7.33168 5.83878 7.49219 5.96662C7.6527 6.09304 7.78551 6.24787 7.89062 6.43111C7.99574 6.61293 8.06676 6.82102 8.10369 7.0554Z",
907
+ fill: "#64748B"
1432
908
  })]
1433
909
  });
1434
910
  }