@layers-app/shared 0.4.2 → 0.4.4

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 (194) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
  2. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  3. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  4. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +15 -16
  5. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  6. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  7. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  8. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +7 -7
  9. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  10. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  11. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  12. package/dist/components/ColorPicker/ColorPicker.module.css.js +24 -24
  13. package/dist/components/CommentComposer/CommentComposer.module.css.js +1 -1
  14. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  15. package/dist/components/CommentComposer/index.js +53 -54
  16. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  17. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  18. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  19. package/dist/components/EmojiPicker/EmojiPanel.js +6 -6
  20. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  21. package/dist/components/EmojiPicker/IconsPanel.js +11 -11
  22. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  23. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  24. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  25. package/dist/components/FilePicker/FilePicker.module.css.js +10 -10
  26. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  27. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  28. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  29. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  30. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  31. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  32. package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
  33. package/dist/components/FormViewer/helpers/steps.js +11 -11
  34. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  35. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  36. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  37. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  38. package/dist/components/Loaders/styles.module.css.js +6 -6
  39. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  40. package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts +3 -0
  41. package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts.map +1 -0
  42. package/dist/components/MusicPlayerBar/MusicPlayerBar.js +239 -0
  43. package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +49 -0
  44. package/dist/components/MusicPlayerBar/components/HiddenAudio.d.ts +10 -0
  45. package/dist/components/MusicPlayerBar/components/HiddenAudio.d.ts.map +1 -0
  46. package/dist/components/MusicPlayerBar/components/HiddenAudio.js +35 -0
  47. package/dist/components/MusicPlayerBar/components/HoverActions.d.ts +20 -0
  48. package/dist/components/MusicPlayerBar/components/HoverActions.d.ts.map +1 -0
  49. package/dist/components/MusicPlayerBar/components/HoverActions.js +88 -0
  50. package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.d.ts +18 -0
  51. package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.d.ts.map +1 -0
  52. package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.js +91 -0
  53. package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.d.ts +11 -0
  54. package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.d.ts.map +1 -0
  55. package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.js +38 -0
  56. package/dist/components/MusicPlayerBar/components/MobileTailControls.d.ts +11 -0
  57. package/dist/components/MusicPlayerBar/components/MobileTailControls.d.ts.map +1 -0
  58. package/dist/components/MusicPlayerBar/components/MobileTailControls.js +50 -0
  59. package/dist/components/MusicPlayerBar/components/PlayButton.d.ts +9 -0
  60. package/dist/components/MusicPlayerBar/components/PlayButton.d.ts.map +1 -0
  61. package/dist/components/MusicPlayerBar/components/PlayButton.js +28 -0
  62. package/dist/components/MusicPlayerBar/components/SpeedPopover.d.ts +11 -0
  63. package/dist/components/MusicPlayerBar/components/SpeedPopover.d.ts.map +1 -0
  64. package/dist/components/MusicPlayerBar/components/SpeedPopover.js +90 -0
  65. package/dist/components/MusicPlayerBar/components/Timer.d.ts +8 -0
  66. package/dist/components/MusicPlayerBar/components/Timer.d.ts.map +1 -0
  67. package/dist/components/MusicPlayerBar/components/Timer.js +25 -0
  68. package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts +15 -0
  69. package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts.map +1 -0
  70. package/dist/components/MusicPlayerBar/components/VolumePopover.js +88 -0
  71. package/dist/components/MusicPlayerBar/components/Waveform.d.ts +12 -0
  72. package/dist/components/MusicPlayerBar/components/Waveform.d.ts.map +1 -0
  73. package/dist/components/MusicPlayerBar/components/Waveform.js +47 -0
  74. package/dist/components/MusicPlayerBar/constants.d.ts +19 -0
  75. package/dist/components/MusicPlayerBar/constants.d.ts.map +1 -0
  76. package/dist/components/MusicPlayerBar/constants.js +21 -0
  77. package/dist/components/MusicPlayerBar/helpers.d.ts +11 -0
  78. package/dist/components/MusicPlayerBar/helpers.d.ts.map +1 -0
  79. package/dist/components/MusicPlayerBar/helpers.js +44 -0
  80. package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.d.ts +23 -0
  81. package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.d.ts.map +1 -0
  82. package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.js +49 -0
  83. package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.d.ts +6 -0
  84. package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.d.ts.map +1 -0
  85. package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.js +17 -0
  86. package/dist/components/MusicPlayerBar/hooks/useHoverPopover.d.ts +9 -0
  87. package/dist/components/MusicPlayerBar/hooks/useHoverPopover.d.ts.map +1 -0
  88. package/dist/components/MusicPlayerBar/hooks/useHoverPopover.js +18 -0
  89. package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.d.ts +3 -0
  90. package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.d.ts.map +1 -0
  91. package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.js +26 -0
  92. package/dist/components/MusicPlayerBar/hooks/useWaveform.d.ts +7 -0
  93. package/dist/components/MusicPlayerBar/hooks/useWaveform.d.ts.map +1 -0
  94. package/dist/components/MusicPlayerBar/hooks/useWaveform.js +28 -0
  95. package/dist/components/MusicPlayerBar/index.d.ts +3 -0
  96. package/dist/components/MusicPlayerBar/index.d.ts.map +1 -0
  97. package/dist/components/MusicPlayerBar/types.d.ts +33 -0
  98. package/dist/components/MusicPlayerBar/types.d.ts.map +1 -0
  99. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  100. package/dist/components/NavbarResizer/NavbarResizer.js +1 -1
  101. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  102. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  103. package/dist/components/Notification/Notification.module.css.js +1 -1
  104. package/dist/components/OnboardingTour/OnboardingTourFooter.js +1 -1
  105. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  106. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  107. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  108. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  109. package/dist/components/table/FrontTable.d.ts.map +1 -1
  110. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  111. package/dist/components/table/hooks/useColumnsResizing.js +1 -1
  112. package/dist/helpers/isNoAccessError.d.ts +2 -0
  113. package/dist/helpers/isNoAccessError.d.ts.map +1 -0
  114. package/dist/helpers/isNoAccessError.js +7 -0
  115. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  116. package/dist/helpers/showNotifications.module.css.js +1 -1
  117. package/dist/hooks/useOfficePreviewAvailable.d.ts +2 -0
  118. package/dist/hooks/useOfficePreviewAvailable.d.ts.map +1 -0
  119. package/dist/hooks/useOfficePreviewAvailable.js +20 -0
  120. package/dist/index.css +1 -1
  121. package/dist/index.d.ts +3 -2
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +307 -305
  124. package/dist/lang/locales/ui_en.json.js +6 -4
  125. package/dist/lang/locales/ui_es.json.js +8 -6
  126. package/dist/lang/locales/ui_ru.json.js +9 -7
  127. package/docs/README.md +499 -499
  128. package/package.json +75 -75
  129. package/dist/assets/images/person.png.js +0 -4
  130. package/dist/assets/images/person2.png.js +0 -4
  131. package/dist/assets/images/person3.png.js +0 -4
  132. package/dist/assets/images/person4.png.js +0 -4
  133. package/dist/components/OnBoarding/OnBoardingPage.d.ts +0 -2
  134. package/dist/components/OnBoarding/OnBoardingPage.d.ts.map +0 -1
  135. package/dist/components/OnBoarding/OnBoardingPage.js +0 -80
  136. package/dist/components/OnBoarding/ProjectBoard.d.ts +0 -5
  137. package/dist/components/OnBoarding/ProjectBoard.d.ts.map +0 -1
  138. package/dist/components/OnBoarding/ProjectBoard.js +0 -141
  139. package/dist/components/OnBoarding/StepsNavBar.d.ts +0 -5
  140. package/dist/components/OnBoarding/StepsNavBar.d.ts.map +0 -1
  141. package/dist/components/OnBoarding/StepsNavBar.js +0 -21
  142. package/dist/components/OnBoarding/index.d.ts +0 -2
  143. package/dist/components/OnBoarding/index.d.ts.map +0 -1
  144. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts +0 -3
  145. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts.map +0 -1
  146. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +0 -42
  147. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts +0 -3
  148. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts.map +0 -1
  149. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +0 -51
  150. package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts +0 -3
  151. package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts.map +0 -1
  152. package/dist/components/OnBoarding/steps/CreateFirstProject.js +0 -45
  153. package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.d.ts +0 -3
  154. package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.d.ts.map +0 -1
  155. package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +0 -42
  156. package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.d.ts +0 -9
  157. package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.d.ts.map +0 -1
  158. package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.js +0 -22
  159. package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.d.ts +0 -3
  160. package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.d.ts.map +0 -1
  161. package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +0 -217
  162. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.d.ts +0 -3
  163. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.d.ts.map +0 -1
  164. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.js +0 -16
  165. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.d.ts +0 -3
  166. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.d.ts.map +0 -1
  167. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +0 -56
  168. package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.d.ts +0 -3
  169. package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.d.ts.map +0 -1
  170. package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +0 -272
  171. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +0 -9
  172. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts +0 -3
  173. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts.map +0 -1
  174. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +0 -86
  175. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts +0 -3
  176. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts.map +0 -1
  177. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.js +0 -26
  178. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts +0 -9
  179. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts.map +0 -1
  180. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +0 -61
  181. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts +0 -3
  182. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts.map +0 -1
  183. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +0 -42
  184. package/dist/components/OnBoarding/steps/StartedStep.d.ts +0 -3
  185. package/dist/components/OnBoarding/steps/StartedStep.d.ts.map +0 -1
  186. package/dist/components/OnBoarding/steps/StartedStep.js +0 -71
  187. package/dist/components/OnBoarding/steps/Wrapper.d.ts +0 -15
  188. package/dist/components/OnBoarding/steps/Wrapper.d.ts.map +0 -1
  189. package/dist/components/OnBoarding/steps/Wrapper.js +0 -49
  190. package/dist/components/OnBoarding/steps/styles.module.css.js +0 -17
  191. package/dist/components/OnBoarding/styles.module.css.js +0 -15
  192. package/dist/store/onboarding.d.ts +0 -30
  193. package/dist/store/onboarding.d.ts.map +0 -1
  194. package/dist/store/onboarding.js +0 -53
@@ -3,8 +3,8 @@ import { useState as d, useRef as p, useEffect as R, useCallback as K } from "re
3
3
  import { useTranslation as L } from "react-i18next";
4
4
  import { Search01Icon as U, ShuffleIcon as V, Clock01Icon as W, SmileIcon as X, Pizza01Icon as Z, FootballIcon as _, Airplane01Icon as ee, BulbIcon as te, Asterisk02Icon as oe, Flag02Icon as re } from "@hugeicons/core-free-icons";
5
5
  import { HugeiconsIcon as c } from "@hugeicons/react";
6
- import { Stack as v, FocusTrap as ne, Flex as z, TextInput as ie, Tooltip as ce, ActionIcon as A, Paper as F, Text as q, SimpleGrid as N } from "@mantine/core";
7
- import { useEvent as se } from "draggable-ui";
6
+ import { useEvent as ne } from "@layers-app/draggable-ui";
7
+ import { Stack as v, FocusTrap as ie, Flex as z, TextInput as ce, Tooltip as se, ActionIcon as A, Paper as F, Text as q, SimpleGrid as N } from "@mantine/core";
8
8
  import ae from "fuse.js";
9
9
  import le from "../../assets/svg/dog.svg.js";
10
10
  import { pickRandomEmoji as fe } from "../../helpers/pickRandomEmoji.js";
@@ -80,7 +80,7 @@ const he = [
80
80
  }
81
81
  },
82
82
  [a]
83
- ), D = se((e) => {
83
+ ), D = ne((e) => {
84
84
  const o = e.currentTarget.getAttribute("data-icon");
85
85
  o && (C?.(
86
86
  de.stringify({
@@ -114,7 +114,7 @@ const he = [
114
114
  }), r !== x.current && (x.current = r, k(r));
115
115
  }, J = typeof m == "string";
116
116
  return /* @__PURE__ */ y(v, { gap: 0, h: "100%", children: [
117
- /* @__PURE__ */ t(ne, { active: !0, children: /* @__PURE__ */ y(
117
+ /* @__PURE__ */ t(ie, { active: !0, children: /* @__PURE__ */ y(
118
118
  z,
119
119
  {
120
120
  my: "sm",
@@ -125,7 +125,7 @@ const he = [
125
125
  h: 38,
126
126
  children: [
127
127
  /* @__PURE__ */ t(
128
- ie,
128
+ ce,
129
129
  {
130
130
  leftSection: /* @__PURE__ */ t(c, { size: 16, icon: U }),
131
131
  value: S,
@@ -142,7 +142,7 @@ const he = [
142
142
  radius: "var(--mantine-radius-default)"
143
143
  }
144
144
  ),
145
- /* @__PURE__ */ t(ce, { withArrow: !0, label: u?.random || G("random"), children: /* @__PURE__ */ t(
145
+ /* @__PURE__ */ t(se, { withArrow: !0, label: u?.random || G("random"), children: /* @__PURE__ */ t(
146
146
  A,
147
147
  {
148
148
  h: 36,
@@ -1,13 +1,13 @@
1
- const o = "_item_s1gb0_1", s = "_randomIcon_s1gb0_51", a = "_originalTab_s1gb0_59", n = "_customTab_s1gb0_71", t = {
1
+ const o = "_item_o1hlf_1", a = "_randomIcon_o1hlf_26", n = "_originalTab_o1hlf_30", t = "_customTab_o1hlf_36", _ = {
2
2
  item: o,
3
- randomIcon: s,
4
- originalTab: a,
5
- customTab: n
3
+ randomIcon: a,
4
+ originalTab: n,
5
+ customTab: t
6
6
  };
7
7
  export {
8
- n as customTab,
9
- t as default,
8
+ t as customTab,
9
+ _ as default,
10
10
  o as item,
11
- a as originalTab,
12
- s as randomIcon
11
+ n as originalTab,
12
+ a as randomIcon
13
13
  };
@@ -3,8 +3,8 @@ import { memo as M, useState as x, useEffect as U, useCallback as V, useMemo as
3
3
  import { useTranslation as G } from "react-i18next";
4
4
  import { Search01Icon as Q, ShuffleIcon as Y } from "@hugeicons/core-free-icons";
5
5
  import { HugeiconsIcon as L } from "@hugeicons/react";
6
- import { useMantineTheme as _, parseThemeColor as J, darken as K, Stack as y, Text as b, Flex as z, FocusTrap as W, TextInput as X, Tooltip as Z, ActionIcon as ee, Box as oe, Paper as E, SimpleGrid as N } from "@mantine/core";
7
- import { useEvent as te } from "draggable-ui";
6
+ import { useEvent as _ } from "@layers-app/draggable-ui";
7
+ import { useMantineTheme as J, parseThemeColor as K, darken as W, Stack as y, Text as b, Flex as z, FocusTrap as X, TextInput as Z, Tooltip as ee, ActionIcon as oe, Box as te, Paper as E, SimpleGrid as N } from "@mantine/core";
8
8
  import { groupBy as re } from "lodash-es";
9
9
  import { DEFAULT_VALUES as ie } from "../../constants.js";
10
10
  import { ColorPicker as ne } from "../ColorPicker/ColorPicker.js";
@@ -31,7 +31,7 @@ const Ce = M(
31
31
  project: r,
32
32
  keepOpenOnRandom: C = !1
33
33
  }) => {
34
- const w = _(), [f, R] = x(""), { t: k } = G("ui"), [P, $] = x(
34
+ const w = J(), [f, R] = x(""), { t: k } = G("ui"), [P, $] = x(
35
35
  []
36
36
  );
37
37
  U(() => {
@@ -57,7 +57,7 @@ const Ce = M(
57
57
  S(v.map((d) => d.n));
58
58
  },
59
59
  [r]
60
- ), i = I.parse(u), g = te((o) => {
60
+ ), i = I.parse(u), g = _((o) => {
61
61
  const t = o.currentTarget.getAttribute("data-icon");
62
62
  t && (l?.(
63
63
  I.stringify({
@@ -66,7 +66,7 @@ const Ce = M(
66
66
  type: i?.type || A.FILLED
67
67
  })
68
68
  ), a || p());
69
- }), n = J({
69
+ }), n = K({
70
70
  color: i?.color || ie.COLORS[0],
71
71
  theme: w
72
72
  }), O = j(() => n.isThemeColor ? {
@@ -74,7 +74,7 @@ const Ce = M(
74
74
  "--icon-color-hover": `var(--mantine-color-${n.color}-filled-hover)`
75
75
  } : {
76
76
  "--icon-color": n.value,
77
- "--icon-color-hover": K(n.value, 0.2)
77
+ "--icon-color-hover": W(n.value, 0.2)
78
78
  }, [n]), q = async () => {
79
79
  const o = await ae(r);
80
80
  S([]), l?.(I.stringify({ icon: o, color: i?.color })), !a && !C && p();
@@ -112,8 +112,8 @@ const Ce = M(
112
112
  )
113
113
  ] }),
114
114
  /* @__PURE__ */ m(z, { w: "100%", justify: "space-between", gap: 4, px: 8, h: 38, children: [
115
- /* @__PURE__ */ e(W, { active: !0, children: /* @__PURE__ */ e(
116
- X,
115
+ /* @__PURE__ */ e(X, { active: !0, children: /* @__PURE__ */ e(
116
+ Z,
117
117
  {
118
118
  leftSection: /* @__PURE__ */ e(L, { size: 16, icon: Q }),
119
119
  value: f,
@@ -130,8 +130,8 @@ const Ce = M(
130
130
  radius: "var(--mantine-radius-default)"
131
131
  }
132
132
  ) }),
133
- /* @__PURE__ */ e(Z, { withArrow: !0, label: c?.random || k("random"), children: /* @__PURE__ */ e(
134
- ee,
133
+ /* @__PURE__ */ e(ee, { withArrow: !0, label: c?.random || k("random"), children: /* @__PURE__ */ e(
134
+ oe,
135
135
  {
136
136
  h: 36,
137
137
  w: 36,
@@ -150,7 +150,7 @@ const Ce = M(
150
150
  }
151
151
  ) })
152
152
  ] }),
153
- /* @__PURE__ */ e(oe, { h: "100%", pl: 8, pt: 4, style: O, children: /* @__PURE__ */ e(
153
+ /* @__PURE__ */ e(te, { h: "100%", pl: 8, pt: 4, style: O, children: /* @__PURE__ */ e(
154
154
  y,
155
155
  {
156
156
  mah: "210px",
@@ -1,4 +1,4 @@
1
- const t = "_textareaRoot_1bpsw_53", e = "_textareaInput_1bpsw_61", a = {
1
+ const t = "_textareaRoot_1ubu6_27", e = "_textareaInput_1ubu6_31", a = {
2
2
  textareaRoot: t,
3
3
  textareaInput: e
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;eAC+X,CAAC;6CADrX,CAAC"}
1
+ {"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;eACkX,CAAC;6CADxW,CAAC"}
@@ -1,7 +1,7 @@
1
- const e = "_featureProgressRoot_bvfoj_1", o = "_progressTrack_bvfoj_9", t = "_collapsedBar_bvfoj_23", l = "_collapsedBarComplete_bvfoj_73", s = "_collapsedTitle_bvfoj_91", c = "_collapsedCompleteRight_bvfoj_99", r = "_collapsedProgressWrap_bvfoj_135", p = "_collapsedProgressWrapHidden_bvfoj_147", a = "_collapsedPercent_bvfoj_155", _ = "_collapsedCloseBtn_bvfoj_169", n = "_collapsedBarOpened_bvfoj_177", d = "_stepsDrawer_bvfoj_185", i = "_stepsDrawerOpened_bvfoj_221", m = "_expandedContainer_bvfoj_237", P = "_expandedProgressRow_bvfoj_245", b = "_expandedProgressEmoji_bvfoj_259", f = "_expandedPercent_bvfoj_271", j = "_stepsList_bvfoj_285", v = "_stepItem_bvfoj_301", C = "_stepCircle_bvfoj_315", g = "_stepCirclePending_bvfoj_341", B = "_stepCircleDone_bvfoj_353", T = "_stepText_bvfoj_365", u = "_startTutorialButtonWrap_bvfoj_385", x = "_startTutorialButton_bvfoj_385", D = "_completeModalBody_bvfoj_419", w = "_completeCelebration_bvfoj_435", R = "_completeCelebrationSvg_bvfoj_451", W = "_completeCone_bvfoj_463", E = "_completeParticleA_bvfoj_475", O = "_completeParticleB_bvfoj_477", y = "_completeParticleC_bvfoj_479", h = "_completeParticleD_bvfoj_481", k = "_completeParticleE_bvfoj_483", A = "_completeParticleF_bvfoj_485", F = "_completeParticleG_bvfoj_487", G = "_completeTitle_bvfoj_753", H = "_completeDescription_bvfoj_767", I = {
1
+ const e = "_featureProgressRoot_179em_1", t = "_progressTrack_179em_5", o = "_collapsedBar_179em_12", l = "_collapsedBarComplete_179em_37", s = "_collapsedTitle_179em_46", c = "_collapsedCompleteRight_179em_50", r = "_collapsedProgressWrap_179em_68", p = "_collapsedProgressWrapHidden_179em_74", a = "_collapsedPercent_179em_78", _ = "_collapsedCloseBtn_179em_85", n = "_collapsedBarOpened_179em_89", m = "_stepsDrawer_179em_93", d = "_stepsDrawerOpened_179em_111", i = "_expandedContainer_179em_119", P = "_expandedProgressRow_179em_123", C = "_expandedProgressEmoji_179em_130", g = "_expandedPercent_179em_136", B = "_stepsList_179em_143", T = "_stepItem_179em_151", u = "_stepCircle_179em_158", x = "_stepCirclePending_179em_171", D = "_stepCircleDone_179em_177", w = "_stepText_179em_183", R = "_startTutorialButtonWrap_179em_193", W = "_startTutorialButton_179em_193", b = "_completeModalBody_179em_210", E = "_completeCelebration_179em_218", O = "_completeCelebrationSvg_179em_226", f = "_completeCone_179em_232", y = "_completeParticleA_179em_238", h = "_completeParticleB_179em_239", j = "_completeParticleC_179em_240", k = "_completeParticleD_179em_241", v = "_completeParticleE_179em_242", A = "_completeParticleF_179em_243", F = "_completeParticleG_179em_244", G = "_completeTitle_179em_377", H = "_completeDescription_179em_384", I = {
2
2
  featureProgressRoot: e,
3
- progressTrack: o,
4
- collapsedBar: t,
3
+ progressTrack: t,
4
+ collapsedBar: o,
5
5
  collapsedBarComplete: l,
6
6
  collapsedTitle: s,
7
7
  collapsedCompleteRight: c,
@@ -10,36 +10,36 @@ const e = "_featureProgressRoot_bvfoj_1", o = "_progressTrack_bvfoj_9", t = "_co
10
10
  collapsedPercent: a,
11
11
  collapsedCloseBtn: _,
12
12
  collapsedBarOpened: n,
13
- stepsDrawer: d,
14
- stepsDrawerOpened: i,
15
- expandedContainer: m,
13
+ stepsDrawer: m,
14
+ stepsDrawerOpened: d,
15
+ expandedContainer: i,
16
16
  expandedProgressRow: P,
17
- expandedProgressEmoji: b,
18
- expandedPercent: f,
19
- stepsList: j,
20
- stepItem: v,
21
- stepCircle: C,
22
- stepCirclePending: g,
23
- stepCircleDone: B,
24
- stepText: T,
25
- startTutorialButtonWrap: u,
26
- startTutorialButton: x,
27
- completeModalBody: D,
28
- completeCelebration: w,
29
- completeCelebrationSvg: R,
30
- completeCone: W,
31
- completeParticleA: E,
32
- completeParticleB: O,
33
- completeParticleC: y,
34
- completeParticleD: h,
35
- completeParticleE: k,
17
+ expandedProgressEmoji: C,
18
+ expandedPercent: g,
19
+ stepsList: B,
20
+ stepItem: T,
21
+ stepCircle: u,
22
+ stepCirclePending: x,
23
+ stepCircleDone: D,
24
+ stepText: w,
25
+ startTutorialButtonWrap: R,
26
+ startTutorialButton: W,
27
+ completeModalBody: b,
28
+ completeCelebration: E,
29
+ completeCelebrationSvg: O,
30
+ completeCone: f,
31
+ completeParticleA: y,
32
+ completeParticleB: h,
33
+ completeParticleC: j,
34
+ completeParticleD: k,
35
+ completeParticleE: v,
36
36
  completeParticleF: A,
37
37
  completeParticleG: F,
38
38
  completeTitle: G,
39
39
  completeDescription: H
40
40
  };
41
41
  export {
42
- t as collapsedBar,
42
+ o as collapsedBar,
43
43
  l as collapsedBarComplete,
44
44
  n as collapsedBarOpened,
45
45
  _ as collapsedCloseBtn,
@@ -48,34 +48,34 @@ export {
48
48
  r as collapsedProgressWrap,
49
49
  p as collapsedProgressWrapHidden,
50
50
  s as collapsedTitle,
51
- w as completeCelebration,
52
- R as completeCelebrationSvg,
53
- W as completeCone,
51
+ E as completeCelebration,
52
+ O as completeCelebrationSvg,
53
+ f as completeCone,
54
54
  H as completeDescription,
55
- D as completeModalBody,
56
- E as completeParticleA,
57
- O as completeParticleB,
58
- y as completeParticleC,
59
- h as completeParticleD,
60
- k as completeParticleE,
55
+ b as completeModalBody,
56
+ y as completeParticleA,
57
+ h as completeParticleB,
58
+ j as completeParticleC,
59
+ k as completeParticleD,
60
+ v as completeParticleE,
61
61
  A as completeParticleF,
62
62
  F as completeParticleG,
63
63
  G as completeTitle,
64
64
  I as default,
65
- m as expandedContainer,
66
- f as expandedPercent,
67
- b as expandedProgressEmoji,
65
+ i as expandedContainer,
66
+ g as expandedPercent,
67
+ C as expandedProgressEmoji,
68
68
  P as expandedProgressRow,
69
69
  e as featureProgressRoot,
70
- o as progressTrack,
71
- x as startTutorialButton,
72
- u as startTutorialButtonWrap,
73
- C as stepCircle,
74
- B as stepCircleDone,
75
- g as stepCirclePending,
76
- v as stepItem,
77
- T as stepText,
78
- d as stepsDrawer,
79
- i as stepsDrawerOpened,
80
- j as stepsList
70
+ t as progressTrack,
71
+ W as startTutorialButton,
72
+ R as startTutorialButtonWrap,
73
+ u as stepCircle,
74
+ D as stepCircleDone,
75
+ x as stepCirclePending,
76
+ T as stepItem,
77
+ w as stepText,
78
+ m as stepsDrawer,
79
+ d as stepsDrawerOpened,
80
+ B as stepsList
81
81
  };
@@ -1,17 +1,17 @@
1
- const o = "_itemImage_7zb8o_1", t = "_imageAuthor_7zb8o_27", e = "_originalTab_7zb8o_43", _ = "_customTab_7zb8o_55", a = "_button_7zb8o_71", n = "_pickerDropZone_7zb8o_91", b = {
1
+ const o = "_itemImage_5y6cx_1", t = "_imageAuthor_5y6cx_14", c = "_originalTab_5y6cx_22", e = "_customTab_5y6cx_28", _ = "_button_5y6cx_36", a = "_pickerDropZone_5y6cx_46", n = {
2
2
  itemImage: o,
3
3
  imageAuthor: t,
4
- originalTab: e,
5
- customTab: _,
6
- button: a,
7
- pickerDropZone: n
4
+ originalTab: c,
5
+ customTab: e,
6
+ button: _,
7
+ pickerDropZone: a
8
8
  };
9
9
  export {
10
- a as button,
11
- _ as customTab,
12
- b as default,
10
+ _ as button,
11
+ e as customTab,
12
+ n as default,
13
13
  t as imageAuthor,
14
14
  o as itemImage,
15
- e as originalTab,
16
- n as pickerDropZone
15
+ c as originalTab,
16
+ a as pickerDropZone
17
17
  };
@@ -1,4 +1,4 @@
1
- const t = "_themeProvider_1fk4v_1", o = "_root_1fk4v_13", e = "_container_1fk4v_71", n = "_media_1fk4v_83", _ = "_background_1fk4v_91", s = "_stepRoot_1fk4v_117", c = "_content_1fk4v_207", i = "_mediaInner_1fk4v_337", a = "_stepTitle_1fk4v_663", r = "_stepDescription_1fk4v_709", d = "_stepIndicator_1fk4v_737", p = "_stepIndicatorIcon_1fk4v_771", l = "_focusBox_1fk4v_809", f = "_dropzone_1fk4v_827", k = "_allSlidesLayout_1fk4v_863", v = "_allSlidesLayoutStep_1fk4v_875", u = {
1
+ const t = "_themeProvider_1lm79_1", o = "_root_1lm79_7", e = "_container_1lm79_36", n = "_media_1lm79_42", _ = "_background_1lm79_46", s = "_stepRoot_1lm79_59", c = "_content_1lm79_104", l = "_mediaInner_1lm79_169", i = "_stepTitle_1lm79_332", a = "_stepDescription_1lm79_355", r = "_stepIndicator_1lm79_369", d = "_stepIndicatorIcon_1lm79_386", m = "_focusBox_1lm79_405", p = "_dropzone_1lm79_414", u = "_allSlidesLayout_1lm79_432", I = "_allSlidesLayoutStep_1lm79_438", S = {
2
2
  themeProvider: t,
3
3
  root: o,
4
4
  container: e,
@@ -6,32 +6,32 @@ const t = "_themeProvider_1fk4v_1", o = "_root_1fk4v_13", e = "_container_1fk4v_
6
6
  background: _,
7
7
  stepRoot: s,
8
8
  content: c,
9
- mediaInner: i,
10
- stepTitle: a,
11
- stepDescription: r,
12
- stepIndicator: d,
13
- stepIndicatorIcon: p,
14
- focusBox: l,
15
- dropzone: f,
16
- allSlidesLayout: k,
17
- allSlidesLayoutStep: v
9
+ mediaInner: l,
10
+ stepTitle: i,
11
+ stepDescription: a,
12
+ stepIndicator: r,
13
+ stepIndicatorIcon: d,
14
+ focusBox: m,
15
+ dropzone: p,
16
+ allSlidesLayout: u,
17
+ allSlidesLayoutStep: I
18
18
  };
19
19
  export {
20
- k as allSlidesLayout,
21
- v as allSlidesLayoutStep,
20
+ u as allSlidesLayout,
21
+ I as allSlidesLayoutStep,
22
22
  _ as background,
23
23
  e as container,
24
24
  c as content,
25
- u as default,
26
- f as dropzone,
27
- l as focusBox,
25
+ S as default,
26
+ p as dropzone,
27
+ m as focusBox,
28
28
  n as media,
29
- i as mediaInner,
29
+ l as mediaInner,
30
30
  o as root,
31
- r as stepDescription,
32
- d as stepIndicator,
33
- p as stepIndicatorIcon,
31
+ a as stepDescription,
32
+ r as stepIndicator,
33
+ d as stepIndicatorIcon,
34
34
  s as stepRoot,
35
- a as stepTitle,
35
+ i as stepTitle,
36
36
  t as themeProvider
37
37
  };
@@ -1,4 +1,4 @@
1
- const s = "_dragOptions_8pbru_1", t = {
1
+ const s = "_dragOptions_gdwk6_1", t = {
2
2
  dragOptions: s
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const o = "_optionsContainer_19qy4_1", n = {
1
+ const o = "_optionsContainer_1xro2_1", n = {
2
2
  optionsContainer: o
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const t = "_editableContent_14jzv_1", e = {
1
+ const t = "_editableContent_a0zig_1", e = {
2
2
  editableContent: t
3
3
  };
4
4
  export {
@@ -1,15 +1,15 @@
1
- const o = "_card_18zj4_1", c = "_image_18zj4_95", _ = "_controls_18zj4_119", s = "_radio_18zj4_163", t = "_checkbox_18zj4_173", a = {
1
+ const o = "_card_aspur_1", c = "_image_aspur_48", s = "_controls_aspur_60", a = "_radio_aspur_82", r = "_checkbox_aspur_87", _ = {
2
2
  card: o,
3
3
  image: c,
4
- controls: _,
5
- radio: s,
6
- checkbox: t
4
+ controls: s,
5
+ radio: a,
6
+ checkbox: r
7
7
  };
8
8
  export {
9
9
  o as card,
10
- t as checkbox,
11
- _ as controls,
12
- a as default,
10
+ r as checkbox,
11
+ s as controls,
12
+ _ as default,
13
13
  c as image,
14
- s as radio
14
+ a as radio
15
15
  };
@@ -1,7 +1,7 @@
1
- const e = "_image_jcfli_1", a = {
2
- image: e
1
+ const a = "_image_1om5a_1", e = {
2
+ image: a
3
3
  };
4
4
  export {
5
- a as default,
6
- e as image
5
+ e as default,
6
+ a as image
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/helpers/steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,OAAO,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aACD,CAAC;AAE9C,eAAO,MAAM,mBAAmB,iBAAiB,CAAC;AAClD,eAAO,MAAM,qBAAqB,mBAAmB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,GAAI,GAAG,SAAS,KAAG,QAkBlD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,GAAG,SAAS,KAAG,QAoBhD,CAAC;AAEF,eAAO,MAAM,WAAW,IAAI,CAAC;AAC7B,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC,eAAO,MAAM,WAAW,OAAO,CAAC;AAChC,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAE5C,eAAO,MAAM,wBAAwB,0BAA0B,CAAC;AAChE,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC,eAAO,MAAM,yBAAyB,GAAI,GAAG,SAAS,WACE,CAAC;AAEzD,eAAO,MAAM,WAAW,cAAiC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,eAAO,MAAM,kBAAkB,MAAM,CAAC"}
1
+ {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/helpers/steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,OAAO,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aACuB,CAAC;AAEtE,eAAO,MAAM,mBAAmB,iBAAiB,CAAC;AAClD,eAAO,MAAM,qBAAqB,mBAAmB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,GAAI,GAAG,SAAS,KAAG,QAkBlD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,GAAG,SAAS,KAAG,QAoBhD,CAAC;AAEF,eAAO,MAAM,WAAW,IAAI,CAAC;AAC7B,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC,eAAO,MAAM,WAAW,OAAO,CAAC;AAChC,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAE5C,eAAO,MAAM,wBAAwB,0BAA0B,CAAC;AAChE,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC,eAAO,MAAM,yBAAyB,GAAI,GAAG,SAAS,WACE,CAAC;AAEzD,eAAO,MAAM,WAAW,cAAiC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,eAAO,MAAM,kBAAkB,MAAM,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { randomId as o } from "@mantine/hooks";
2
2
  import { brand as r } from "../../../config/brand.js";
3
- const c = (t) => t.find((n) => n.isStart) || t.at(0), T = "__end_step__", s = "__start_step__", I = (t) => ({
3
+ const c = (t) => t.find((n) => n.isStart) || t.filter((n) => !n.isEnd).at(0), T = "__end_step__", s = "__start_step__", E = (t) => ({
4
4
  id: s,
5
5
  trigger: "",
6
6
  isStart: !0,
@@ -16,7 +16,7 @@ const c = (t) => t.find((n) => n.isStart) || t.at(0), T = "__end_step__", s = "_
16
16
  buttonIcon: "i=player-play"
17
17
  }
18
18
  ]
19
- }), E = (t) => ({
19
+ }), I = (t) => ({
20
20
  id: e(),
21
21
  trigger: "",
22
22
  isEnd: !0,
@@ -34,23 +34,23 @@ const c = (t) => t.find((n) => n.isStart) || t.at(0), T = "__end_step__", s = "_
34
34
  theme: {
35
35
  align: "center"
36
36
  }
37
- }), D = 0, a = 1, d = 9999, p = 99, l = "CREATE_CONDITION_FORM", O = "EDIT_CONDITION_FORM", S = 20, N = (t) => [1, 2, 3].map((n) => t("option") + " " + n).join(`
38
- `), e = () => o().split("-")[1], u = 100, A = 100;
37
+ }), d = 0, D = 1, a = 9999, p = 99, l = "CREATE_CONDITION_FORM", O = "EDIT_CONDITION_FORM", S = 20, N = (t) => [1, 2, 3].map((n) => t("option") + " " + n).join(`
38
+ `), e = () => o().split("-")[1], f = 100, u = 100;
39
39
  export {
40
40
  l as CREATE_CONDITION_FORM_ID,
41
41
  T as DEFAULT_END_STEP_ID,
42
- d as DEFAULT_MAX,
43
- u as DEFAULT_MEDIA_BRIGHTNESS,
44
- A as DEFAULT_MEDIA_SIZE,
45
- D as DEFAULT_MIN,
46
- a as DEFAULT_OPTIONS_MIN,
42
+ a as DEFAULT_MAX,
43
+ f as DEFAULT_MEDIA_BRIGHTNESS,
44
+ u as DEFAULT_MEDIA_SIZE,
45
+ d as DEFAULT_MIN,
46
+ D as DEFAULT_OPTIONS_MIN,
47
47
  p as DEFAULT_OPTION_MAX_LENGTH,
48
48
  s as DEFAULT_START_STEP_ID,
49
49
  O as EDIT_CONDITION_FORM_ID,
50
50
  S as MAX_OPTIONS_COUNT,
51
51
  N as getDefaultDropdownOptions,
52
- E as getDefaultEndStep,
53
- I as getDefaultStartStep,
52
+ I as getDefaultEndStep,
53
+ E as getDefaultStartStep,
54
54
  c as getFirstStep,
55
55
  e as getRandomId
56
56
  };
@@ -1 +1 @@
1
- {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
@@ -1,51 +1,51 @@
1
- const e = "_container_wajah_1", a = "_image_wajah_23", n = "_overlay_wajah_37", _ = "_circularOverlay_wajah_49", d = "_cropArea_wajah_65", h = "_dashedBorder_wajah_77", o = "_edgeLine_wajah_91", l = "_edgeLineTop_wajah_103", r = "_edgeLineBottom_wajah_119", c = "_edgeLineLeft_wajah_135", t = "_edgeLineRight_wajah_151", s = "_cornerHandle_wajah_167", g = "_cornerHandleArm_wajah_183", i = "_handleNW_wajah_213", j = "_handleNE_wajah_245", w = "_handleSW_wajah_277", L = "_handleSE_wajah_311", H = "_edgeHandle_wajah_343", m = "_edgeHandleBar_wajah_361", B = "_handleN_wajah_213", E = "_handleS_wajah_277", N = "_handleE_wajah_425", S = "_handleW_wajah_453", W = {
1
+ const e = "_container_z996o_1", n = "_image_z996o_12", o = "_overlay_z996o_19", _ = "_circularOverlay_z996o_25", d = "_cropArea_z996o_33", a = "_dashedBorder_z996o_39", l = "_edgeLine_z996o_46", r = "_edgeLineTop_z996o_52", c = "_edgeLineBottom_z996o_60", t = "_edgeLineLeft_z996o_68", s = "_edgeLineRight_z996o_76", h = "_cornerHandle_z996o_84", g = "_cornerHandleArm_z996o_92", i = "_handleNW_z996o_107", z = "_handleNE_z996o_123", L = "_handleSW_z996o_139", H = "_handleSE_z996o_156", m = "_edgeHandle_z996o_172", B = "_edgeHandleBar_z996o_181", E = "_handleN_z996o_107", N = "_handleS_z996o_139", S = "_handleE_z996o_213", W = "_handleW_z996o_227", p = {
2
2
  container: e,
3
- image: a,
4
- overlay: n,
3
+ image: n,
4
+ overlay: o,
5
5
  circularOverlay: _,
6
6
  cropArea: d,
7
- dashedBorder: h,
8
- edgeLine: o,
9
- edgeLineTop: l,
10
- edgeLineBottom: r,
11
- edgeLineLeft: c,
12
- edgeLineRight: t,
13
- cornerHandle: s,
7
+ dashedBorder: a,
8
+ edgeLine: l,
9
+ edgeLineTop: r,
10
+ edgeLineBottom: c,
11
+ edgeLineLeft: t,
12
+ edgeLineRight: s,
13
+ cornerHandle: h,
14
14
  cornerHandleArm: g,
15
15
  handleNW: i,
16
- handleNE: j,
17
- handleSW: w,
18
- handleSE: L,
19
- edgeHandle: H,
20
- edgeHandleBar: m,
21
- handleN: B,
22
- handleS: E,
23
- handleE: N,
24
- handleW: S
16
+ handleNE: z,
17
+ handleSW: L,
18
+ handleSE: H,
19
+ edgeHandle: m,
20
+ edgeHandleBar: B,
21
+ handleN: E,
22
+ handleS: N,
23
+ handleE: S,
24
+ handleW: W
25
25
  };
26
26
  export {
27
27
  _ as circularOverlay,
28
28
  e as container,
29
- s as cornerHandle,
29
+ h as cornerHandle,
30
30
  g as cornerHandleArm,
31
31
  d as cropArea,
32
- h as dashedBorder,
33
- W as default,
34
- H as edgeHandle,
35
- m as edgeHandleBar,
36
- o as edgeLine,
37
- r as edgeLineBottom,
38
- c as edgeLineLeft,
39
- t as edgeLineRight,
40
- l as edgeLineTop,
41
- N as handleE,
42
- B as handleN,
43
- j as handleNE,
32
+ a as dashedBorder,
33
+ p as default,
34
+ m as edgeHandle,
35
+ B as edgeHandleBar,
36
+ l as edgeLine,
37
+ c as edgeLineBottom,
38
+ t as edgeLineLeft,
39
+ s as edgeLineRight,
40
+ r as edgeLineTop,
41
+ S as handleE,
42
+ E as handleN,
43
+ z as handleNE,
44
44
  i as handleNW,
45
- E as handleS,
46
- L as handleSE,
47
- w as handleSW,
48
- S as handleW,
49
- a as image,
50
- n as overlay
45
+ N as handleS,
46
+ H as handleSE,
47
+ L as handleSW,
48
+ W as handleW,
49
+ n as image,
50
+ o as overlay
51
51
  };
@@ -1,19 +1,19 @@
1
- const n = "_particle_46hv8_93", o = "_iconContainer_46hv8_115", a = "_iconInner_46hv8_139", t = "_particleContainer_46hv8_163", i = "_animationRoot_46hv8_243", c = "_animationContainer_46hv8_251", e = "_backgroundImage_46hv8_271", r = {
1
+ const n = "_particle_12tge_47", t = "_iconContainer_12tge_58", o = "_iconInner_12tge_70", a = "_particleContainer_12tge_82", i = "_animationRoot_12tge_122", e = "_animationContainer_12tge_126", c = "_backgroundImage_12tge_136", r = {
2
2
  particle: n,
3
- iconContainer: o,
4
- iconInner: a,
5
- particleContainer: t,
3
+ iconContainer: t,
4
+ iconInner: o,
5
+ particleContainer: a,
6
6
  animationRoot: i,
7
- animationContainer: c,
8
- backgroundImage: e
7
+ animationContainer: e,
8
+ backgroundImage: c
9
9
  };
10
10
  export {
11
- c as animationContainer,
11
+ e as animationContainer,
12
12
  i as animationRoot,
13
- e as backgroundImage,
13
+ c as backgroundImage,
14
14
  r as default,
15
- o as iconContainer,
16
- a as iconInner,
15
+ t as iconContainer,
16
+ o as iconInner,
17
17
  n as particle,
18
- t as particleContainer
18
+ a as particleContainer
19
19
  };