@layers-app/shared 0.3.9 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +10 -10
  2. package/dist/components/AppContainer/AppContainer.d.ts +6 -1
  3. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  4. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  5. package/dist/components/AppContainer/components/ToolbarNewButton.d.ts +7 -2
  6. package/dist/components/AppContainer/components/ToolbarNewButton.d.ts.map +1 -1
  7. package/dist/components/AppContainer/components/ToolbarNewButton.js +14 -14
  8. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  9. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  10. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
  11. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +33 -27
  12. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
  13. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +60 -47
  14. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  15. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +2 -1
  16. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +1 -1
  17. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +13 -12
  18. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +17 -17
  19. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  20. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  21. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  22. package/dist/components/ColorPicker/ColorPicker.d.ts +9 -13
  23. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  24. package/dist/components/ColorPicker/ColorPicker.js +139 -145
  25. package/dist/components/ColorPicker/ColorPicker.module.css.js +8 -8
  26. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  27. package/dist/components/ColorPicker/ColorPickerToolbar.js +88 -71
  28. package/dist/components/ColorPicker/icons.js +4 -4
  29. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  30. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  31. package/dist/components/CommentComposer/CommentEditorHotkeys.js +4 -3
  32. package/dist/components/CommentComposer/index.js +1 -1
  33. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  34. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  35. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  36. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  37. package/dist/components/EmojiPicker/EmojiPanel.js +22 -22
  38. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  39. package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
  40. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  41. package/dist/components/EmojiPicker/IconsPanel.js +13 -13
  42. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  43. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  44. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  45. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  46. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  47. package/dist/components/FilePicker/FilePicker.js +241 -226
  48. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  49. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  50. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  51. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  52. package/dist/components/FilePicker/FilePickerGiphy.js +38 -39
  53. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  54. package/dist/components/FilePicker/FilePickerLink.js +29 -26
  55. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  56. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  57. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  58. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  59. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  60. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  61. package/dist/components/FilePicker/coverCollections.js +164 -0
  62. package/dist/components/FilePicker/index.d.ts +1 -0
  63. package/dist/components/FilePicker/index.d.ts.map +1 -1
  64. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  65. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  66. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  67. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  68. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  69. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  70. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  71. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  72. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  73. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  74. package/dist/components/Loaders/styles.module.css.js +6 -6
  75. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  76. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  77. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  78. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  79. package/dist/components/Notification/Notification.module.css.js +1 -1
  80. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  81. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  82. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  83. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  84. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  85. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  86. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  87. package/dist/components/table/FrontTable.d.ts.map +1 -1
  88. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  89. package/dist/helpers/getFileType.d.ts +1 -1
  90. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  91. package/dist/helpers/showNotifications.module.css.js +1 -1
  92. package/dist/index.css +1 -1
  93. package/dist/index.d.ts +1 -1
  94. package/dist/index.d.ts.map +1 -1
  95. package/dist/index.js +466 -463
  96. package/dist/lang/locales/ui_en.json.js +20 -18
  97. package/dist/lang/locales/ui_es.json.js +14 -12
  98. package/dist/lang/locales/ui_ru.json.js +15 -13
  99. package/docs/README.md +499 -499
  100. package/package.json +75 -75
  101. package/dist/components/TextColorIcon.d.ts +0 -8
  102. package/dist/components/TextColorIcon.d.ts.map +0 -1
  103. package/dist/components/TextColorIcon.js +0 -60
@@ -1,15 +1,15 @@
1
- const o = "_commentComposerWrapper_1mv8w_1", e = "_commentComposerFloat_1mv8w_68", r = "_composerContainer_1mv8w_97", t = "_editorWrapper_1mv8w_113", m = "_editMode_1mv8w_181", p = {
1
+ const o = "_commentComposerWrapper_f5dl7_1", e = "_commentComposerFloat_f5dl7_135", r = "_composerContainer_f5dl7_193", t = "_editorWrapper_f5dl7_225", p = "_editMode_f5dl7_361", m = {
2
2
  commentComposerWrapper: o,
3
3
  commentComposerFloat: e,
4
4
  composerContainer: r,
5
5
  editorWrapper: t,
6
- editMode: m
6
+ editMode: p
7
7
  };
8
8
  export {
9
9
  e as commentComposerFloat,
10
10
  o as commentComposerWrapper,
11
11
  r as composerContainer,
12
- p as default,
13
- m as editMode,
12
+ m as default,
13
+ p as editMode,
14
14
  t as editorWrapper
15
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CommentEditorHotkeys.d.ts","sourceRoot":"","sources":["../../../src/components/CommentComposer/CommentEditorHotkeys.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAIjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAI/C,eAAO,MAAM,oBAAoB,GAAI,8GAWlC;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IACvC,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAC/C,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,EAAE,CAAC;KACjD,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;CACZ,4CAuJA,CAAC"}
1
+ {"version":3,"file":"CommentEditorHotkeys.d.ts","sourceRoot":"","sources":["../../../src/components/CommentComposer/CommentEditorHotkeys.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAIjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAI/C,eAAO,MAAM,oBAAoB,GAAI,8GAWlC;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IACvC,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAC/C,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,EAAE,CAAC;KACjD,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;CACZ,4CAwJA,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { jsx as S } from "react/jsx-runtime";
2
- import { useRef as D, useEffect as m } from "react";
3
- import { useTranslation as T } from "react-i18next";
2
+ import { useRef as x, useEffect as m } from "react";
3
+ import { useTranslation as D } from "react-i18next";
4
4
  import { openRemoveConfirmModal as g } from "../modals/RemoveConfirmModal.js";
5
5
  import w from "./CommentComposer.module.css.js";
6
6
  const W = ({
@@ -15,7 +15,7 @@ const W = ({
15
15
  hasChanges: s,
16
16
  ns: P
17
17
  }) => {
18
- const p = D(null), L = i || f, { t: r } = T(P);
18
+ const p = x(null), L = i || f, { t: r } = D(P);
19
19
  return m(() => {
20
20
  const o = (e) => {
21
21
  if (e.code === "Enter" && !e.shiftKey) {
@@ -85,6 +85,7 @@ const W = ({
85
85
  cancel: r("editor.composer.cancel")
86
86
  },
87
87
  icon: null,
88
+ zIndex: 301,
88
89
  onConfirm: () => c?.()
89
90
  });
90
91
  return;
@@ -296,7 +296,7 @@ const Ne = ({
296
296
  offset: 10,
297
297
  withinPortal: !1,
298
298
  floatingStrategy: "fixed",
299
- zIndex: 100,
299
+ zIndex: 300,
300
300
  middlewares: {
301
301
  flip: { padding: 8 },
302
302
  shift: { padding: 8 },
@@ -1,4 +1,4 @@
1
- const s = "_section_s7rqu_1", t = {
1
+ const s = "_section_6nzxb_1", t = {
2
2
  section: s
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const r = "_brandingWrapper_vvk0o_1", a = {
1
+ const r = "_brandingWrapper_ag0no_1", a = {
2
2
  brandingWrapper: r
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const o = "_root_195do_1", t = {
1
+ const o = "_root_122b9_1", t = {
2
2
  root: o
3
3
  };
4
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"EmojiPanel.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPanel.tsx"],"names":[],"mappings":"AAyCA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAsBjD,eAAO,MAAM,UAAU,GAAI,6DAMxB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAAC,GAAG;IAC5E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC,4CAmTA,CAAC"}
1
+ {"version":3,"file":"EmojiPanel.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPanel.tsx"],"names":[],"mappings":"AAyCA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAsBjD,eAAO,MAAM,UAAU,GAAI,6DAMxB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAAC,GAAG;IAC5E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC,4CAiTA,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsxs as y, jsx as t } from "react/jsx-runtime";
2
- import { useState as u, useRef as d, useEffect as R, useCallback as K } from "react";
2
+ import { useState as d, useRef as p, useEffect as R, useCallback as K } from "react";
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";
@@ -10,8 +10,8 @@ import le from "../../assets/svg/dog.svg.js";
10
10
  import { pickRandomEmoji as fe } from "../../helpers/pickRandomEmoji.js";
11
11
  import { NoData as ue } from "../NoData/NoData.js";
12
12
  import { IconEntity as de } from "../ProjectIcon/ProjectIcon.js";
13
- import { frequentEmoji as me } from "./constants.js";
14
- import { getEmojis as pe } from "./utils.js";
13
+ import { frequentEmoji as pe } from "./constants.js";
14
+ import { getEmojis as me } from "./utils.js";
15
15
  import T from "./EmojiPicker.module.css.js";
16
16
  const he = [
17
17
  { i: "frequent", icon: /* @__PURE__ */ t(c, { size: 20, icon: W }) },
@@ -27,31 +27,31 @@ const he = [
27
27
  { i: "symbols", icon: /* @__PURE__ */ t(c, { size: 20, icon: oe }) },
28
28
  { i: "flags", icon: /* @__PURE__ */ t(c, { size: 20, icon: re }) }
29
29
  ], Re = ({
30
- locales: m,
30
+ locales: u,
31
31
  onChange: C,
32
32
  onClose: M,
33
33
  setRandomIcon: P,
34
- querySearch: p
34
+ querySearch: m
35
35
  }) => {
36
- const [b, k] = u("frequent"), x = d("frequent"), h = d({}), I = d(null), [w, S] = u(""), [Q, O] = u([]), [a, B] = u(null), [E, j] = u([]), { t: G } = L(), g = d(!1), l = d(null);
36
+ const [b, k] = d("frequent"), x = p("frequent"), h = p({}), I = p(null), [S, w] = d(""), [Q, O] = d([]), [a, B] = d(null), [E, j] = d([]), { t: G } = L(), g = p(!1), l = p(null);
37
37
  R(() => {
38
- if (typeof p == "string") {
39
- const e = p.slice(1);
40
- if (S(e), a) {
38
+ if (typeof m == "string") {
39
+ const e = m.slice(1);
40
+ if (w(e), a) {
41
41
  const o = a.search(e);
42
42
  j(o.map((r) => r.item.e));
43
43
  }
44
44
  }
45
- }, [p, a]), R(() => {
45
+ }, [m, a]), R(() => {
46
46
  (async () => {
47
- const o = await pe(), r = o.flatMap(
47
+ const o = await me(), r = o.flatMap(
48
48
  (i) => i.e.map((n) => ({
49
49
  e: n.e,
50
50
  n: n.n,
51
51
  k: n.k
52
52
  // категория
53
53
  }))
54
- ), s = me.map(
54
+ ), s = pe.map(
55
55
  (i) => r.find((n) => n.e === i)
56
56
  );
57
57
  O([{ i: "frequent", e: s }, ...o]);
@@ -74,7 +74,7 @@ const he = [
74
74
  const H = K(
75
75
  (e) => {
76
76
  const o = e.currentTarget.value;
77
- if (S(o), a) {
77
+ if (w(o), a) {
78
78
  const r = a.search(o);
79
79
  j(r.map((s) => s.item.e));
80
80
  }
@@ -112,7 +112,7 @@ const he = [
112
112
  n < s && (s = n, r = f);
113
113
  }
114
114
  }), r !== x.current && (x.current = r, k(r));
115
- }, J = typeof p == "string";
115
+ }, J = typeof m == "string";
116
116
  return /* @__PURE__ */ y(v, { gap: 0, h: "100%", children: [
117
117
  /* @__PURE__ */ t(ne, { active: !0, children: /* @__PURE__ */ y(
118
118
  z,
@@ -128,8 +128,8 @@ const he = [
128
128
  ie,
129
129
  {
130
130
  leftSection: /* @__PURE__ */ t(c, { size: 16, icon: U }),
131
- value: w,
132
- placeholder: `${m?.search}...`,
131
+ value: S,
132
+ placeholder: `${u?.search}...`,
133
133
  "data-autofocus": !0,
134
134
  styles: {
135
135
  input: {
@@ -142,7 +142,7 @@ const he = [
142
142
  radius: "var(--mantine-radius-default)"
143
143
  }
144
144
  ),
145
- /* @__PURE__ */ t(ce, { withArrow: !0, label: G("random"), children: /* @__PURE__ */ t(
145
+ /* @__PURE__ */ t(ce, { withArrow: !0, label: u?.random || G("random"), children: /* @__PURE__ */ t(
146
146
  A,
147
147
  {
148
148
  h: 36,
@@ -175,7 +175,7 @@ const he = [
175
175
  },
176
176
  ref: I,
177
177
  onScroll: $,
178
- children: w ? /* @__PURE__ */ y(v, { flex: 1, align: "stretch", children: [
178
+ children: S ? /* @__PURE__ */ y(v, { flex: 1, align: "stretch", children: [
179
179
  !J && /* @__PURE__ */ t(
180
180
  F,
181
181
  {
@@ -185,7 +185,7 @@ const he = [
185
185
  top: -1,
186
186
  style: { zIndex: 1 },
187
187
  bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
188
- children: /* @__PURE__ */ t(q, { fz: "sm", c: "dimmed", children: m?.searchResults })
188
+ children: /* @__PURE__ */ t(q, { fz: "sm", c: "dimmed", children: u?.searchResults })
189
189
  }
190
190
  ),
191
191
  E.length ? /* @__PURE__ */ t(N, { cols: 10, spacing: 0, children: E.map((e) => /* @__PURE__ */ t(
@@ -201,7 +201,7 @@ const he = [
201
201
  ue,
202
202
  {
203
203
  size: 100,
204
- description: m?.searchNoResults,
204
+ description: u?.searchNoResults,
205
205
  descriptionProps: {
206
206
  fz: "sm"
207
207
  }
@@ -217,14 +217,14 @@ const he = [
217
217
  /* @__PURE__ */ t(
218
218
  F,
219
219
  {
220
- bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
220
+ bg: "transparent",
221
221
  py: 2,
222
222
  px: 6,
223
223
  pos: "sticky",
224
224
  top: -1,
225
225
  h: 23,
226
226
  style: { zIndex: 1 },
227
- children: /* @__PURE__ */ t(q, { fz: "xs", c: "dimmed", children: m?.emojiCategory?.[e.i] })
227
+ children: /* @__PURE__ */ t(q, { fz: "xs", c: "dimmed", children: u?.emojiCategory?.[e.i] })
228
228
  }
229
229
  ),
230
230
  /* @__PURE__ */ t(N, { cols: 10, spacing: 0, children: e.e.map((o) => /* @__PURE__ */ t(
@@ -1 +1 @@
1
- {"version":3,"file":"EmojiPicker.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAGxE,OAAO,EAIL,gBAAgB,EAEhB,YAAY,EAEb,MAAM,eAAe,CAAC;AAQvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,kIAAkI;IAClI,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChC,2GAA2G;IAC3G,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gHAAgH;IAChH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,2OAmBzB,iBAAiB,CAAC,gBAAgB,CAAC,4CAgNrC,CAAC"}
1
+ {"version":3,"file":"EmojiPicker.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAGxE,OAAO,EAIL,gBAAgB,EAEhB,YAAY,EAEb,MAAM,eAAe,CAAC;AAQvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,kIAAkI;IAClI,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChC,2GAA2G;IAC3G,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gHAAgH;IAChH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,2OAmBzB,iBAAiB,CAAC,gBAAgB,CAAC,4CAiNrC,CAAC"}
@@ -30,6 +30,7 @@ const ee = ({
30
30
  emojis: e("emojis"),
31
31
  remove: e("remove"),
32
32
  search: e("search"),
33
+ random: e("random"),
33
34
  searchResults: e("emojiPicker.searchResults"),
34
35
  icons: e("emojiPicker.icons"),
35
36
  searchNoResults: e("emojiPicker.searchNoResults"),
@@ -1,13 +1,13 @@
1
- const o = "_item_o1hlf_1", a = "_randomIcon_o1hlf_26", n = "_originalTab_o1hlf_30", t = "_customTab_o1hlf_36", _ = {
1
+ const o = "_item_s1gb0_1", s = "_randomIcon_s1gb0_51", a = "_originalTab_s1gb0_59", n = "_customTab_s1gb0_71", t = {
2
2
  item: o,
3
- randomIcon: a,
4
- originalTab: n,
5
- customTab: t
3
+ randomIcon: s,
4
+ originalTab: a,
5
+ customTab: n
6
6
  };
7
7
  export {
8
- t as customTab,
9
- _ as default,
8
+ n as customTab,
9
+ t as default,
10
10
  o as item,
11
- n as originalTab,
12
- a as randomIcon
11
+ a as originalTab,
12
+ s as randomIcon
13
13
  };
@@ -13,18 +13,18 @@ import { IconEntity as I, IconType as A } from "../ProjectIcon/ProjectIcon.js";
13
13
  import { customIcons as D } from "./custom-icons/customIcons.js";
14
14
  import { getIconsList as F, getRandomIcon as ae } from "./utils.js";
15
15
  import h from "./EmojiPicker.module.css.js";
16
- async function le(c, a, l = 500) {
17
- const u = [], p = c.length;
16
+ async function le(a, c, l = 500) {
17
+ const u = [], p = a.length;
18
18
  for (let r = 0; r < p; r += l) {
19
- const w = c.slice(r, r + l).filter(a);
19
+ const w = a.slice(r, r + l).filter(c);
20
20
  u.push(...w), await new Promise((f) => setTimeout(f, 0));
21
21
  }
22
22
  return u;
23
23
  }
24
24
  const Ce = M(
25
25
  ({
26
- showColors: c,
27
- locales: a,
26
+ showColors: a,
27
+ locales: c,
28
28
  onChange: l,
29
29
  value: u,
30
30
  onClose: p,
@@ -65,7 +65,7 @@ const Ce = M(
65
65
  color: i?.color,
66
66
  type: i?.type || A.FILLED
67
67
  })
68
- ), c || p());
68
+ ), a || p());
69
69
  }), n = J({
70
70
  color: i?.color || ie.COLORS[0],
71
71
  theme: w
@@ -77,11 +77,11 @@ const Ce = M(
77
77
  "--icon-color-hover": K(n.value, 0.2)
78
78
  }, [n]), q = async () => {
79
79
  const o = await ae(r);
80
- S([]), l?.(I.stringify({ icon: o, color: i?.color })), !c && !C && p();
80
+ S([]), l?.(I.stringify({ icon: o, color: i?.color })), !a && !C && p();
81
81
  };
82
82
  return /* @__PURE__ */ m(y, { w: "100%", gap: "sm", pt: 12, pb: 8, h: "100%", children: [
83
- c && /* @__PURE__ */ m(y, { gap: 4, px: 8, w: "100%", children: [
84
- /* @__PURE__ */ e(b, { lh: "140%", fw: 500, c: "dimmed", fz: "xs", children: a?.chooseColor || k("chooseColor") }),
83
+ a && /* @__PURE__ */ m(y, { gap: 4, px: 8, w: "100%", children: [
84
+ /* @__PURE__ */ e(b, { lh: "140%", fw: 500, c: "dimmed", fz: "xs", children: c?.chooseColor || k("chooseColor") }),
85
85
  /* @__PURE__ */ e(
86
86
  ne,
87
87
  {
@@ -117,7 +117,7 @@ const Ce = M(
117
117
  {
118
118
  leftSection: /* @__PURE__ */ e(L, { size: 16, icon: Q }),
119
119
  value: f,
120
- placeholder: `${a?.search}...`,
120
+ placeholder: `${c?.search}...`,
121
121
  "data-autofocus": !0,
122
122
  styles: {
123
123
  input: {
@@ -130,7 +130,7 @@ const Ce = M(
130
130
  radius: "var(--mantine-radius-default)"
131
131
  }
132
132
  ) }),
133
- /* @__PURE__ */ e(Z, { withArrow: !0, label: k("random"), children: /* @__PURE__ */ e(
133
+ /* @__PURE__ */ e(Z, { withArrow: !0, label: c?.random || k("random"), children: /* @__PURE__ */ e(
134
134
  ee,
135
135
  {
136
136
  h: 36,
@@ -168,7 +168,7 @@ const Ce = M(
168
168
  top: -1,
169
169
  style: { zIndex: 1 },
170
170
  bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
171
- children: /* @__PURE__ */ e(b, { fz: "xs", fw: 500, lh: "140%", c: "dimmed", children: a?.searchResults })
171
+ children: /* @__PURE__ */ e(b, { fz: "xs", fw: 500, lh: "140%", c: "dimmed", children: c?.searchResults })
172
172
  }
173
173
  ),
174
174
  T.length ? /* @__PURE__ */ e(N, { cols: 8, spacing: 0, children: T.map((o) => {
@@ -203,7 +203,7 @@ const Ce = M(
203
203
  ce,
204
204
  {
205
205
  size: 100,
206
- description: a?.searchNoResults,
206
+ description: c?.searchNoResults,
207
207
  descriptionProps: {
208
208
  fz: "sm"
209
209
  }
@@ -1,4 +1,4 @@
1
- const t = "_textareaRoot_1ubu6_27", e = "_textareaInput_1ubu6_31", a = {
1
+ const t = "_textareaRoot_1bpsw_53", e = "_textareaInput_1bpsw_61", 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;eACkX,CAAC;6CADxW,CAAC"}
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,7 +1,7 @@
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 = {
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 = {
2
2
  featureProgressRoot: e,
3
- progressTrack: t,
4
- collapsedBar: o,
3
+ progressTrack: o,
4
+ collapsedBar: t,
5
5
  collapsedBarComplete: l,
6
6
  collapsedTitle: s,
7
7
  collapsedCompleteRight: c,
@@ -10,36 +10,36 @@ const e = "_featureProgressRoot_179em_1", t = "_progressTrack_179em_5", o = "_co
10
10
  collapsedPercent: a,
11
11
  collapsedCloseBtn: _,
12
12
  collapsedBarOpened: n,
13
- stepsDrawer: m,
14
- stepsDrawerOpened: d,
15
- expandedContainer: i,
13
+ stepsDrawer: d,
14
+ stepsDrawerOpened: i,
15
+ expandedContainer: m,
16
16
  expandedProgressRow: P,
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,
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,
36
36
  completeParticleF: A,
37
37
  completeParticleG: F,
38
38
  completeTitle: G,
39
39
  completeDescription: H
40
40
  };
41
41
  export {
42
- o as collapsedBar,
42
+ t 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
- E as completeCelebration,
52
- O as completeCelebrationSvg,
53
- f as completeCone,
51
+ w as completeCelebration,
52
+ R as completeCelebrationSvg,
53
+ W as completeCone,
54
54
  H as completeDescription,
55
- b as completeModalBody,
56
- y as completeParticleA,
57
- h as completeParticleB,
58
- j as completeParticleC,
59
- k as completeParticleD,
60
- v as completeParticleE,
55
+ D as completeModalBody,
56
+ E as completeParticleA,
57
+ O as completeParticleB,
58
+ y as completeParticleC,
59
+ h as completeParticleD,
60
+ k as completeParticleE,
61
61
  A as completeParticleF,
62
62
  F as completeParticleG,
63
63
  G as completeTitle,
64
64
  I as default,
65
- i as expandedContainer,
66
- g as expandedPercent,
67
- C as expandedProgressEmoji,
65
+ m as expandedContainer,
66
+ f as expandedPercent,
67
+ b as expandedProgressEmoji,
68
68
  P as expandedProgressRow,
69
69
  e as featureProgressRoot,
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
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
81
81
  };
@@ -4,7 +4,7 @@ import { DropzoneProps, FileWithPath } from '@mantine/dropzone';
4
4
  import type { BreadcrumbItem, MediaFile } from '../MediaLibrary/types';
5
5
  import { FileType, ImagePickerGalleryCollection } from './types';
6
6
  declare const baseTabsList: readonly ["gallery", "upload", "link", "unsplash", "giphy", "googleDrive", "media"];
7
- type TabType = (typeof baseTabsList)[number];
7
+ export type TabType = (typeof baseTabsList)[number];
8
8
  export type FilePickerProps = PropsWithChildren<{
9
9
  onChange?: (v: string) => void;
10
10
  onRemove?: (e: React.MouseEvent<HTMLButtonElement>) => void;
@@ -54,7 +54,9 @@ export type FilePickerProps = PropsWithChildren<{
54
54
  onBreadcrumbClick?: (crumb: BreadcrumbItem, index: number) => void;
55
55
  onSelect?: (file: MediaFile) => void;
56
56
  };
57
+ inline?: boolean;
58
+ tab?: TabType | string;
57
59
  }>;
58
- export declare const FilePicker: ({ onChange, onRemove, onUpload, uploading, showTabs, children, width, position, readOnly, hasImage, giphyToken: _giphyToken, unsplashClientId: _unsplashClientId, type, galleryCollection, isValidMediaUrl, popoverProps, dropZoneProps, targetProps, onOpenedChange, googleDrive, mediaLibrary, }: PropsWithChildren<FilePickerProps>) => import("react/jsx-runtime").JSX.Element;
60
+ export declare const FilePicker: ({ onChange, onRemove, onUpload, uploading, showTabs, children, width, position, readOnly, hasImage, giphyToken: _giphyToken, unsplashClientId: _unsplashClientId, type, galleryCollection, isValidMediaUrl, popoverProps, dropZoneProps, targetProps, onOpenedChange, googleDrive, mediaLibrary, inline, tab: tabProp, }: PropsWithChildren<FilePickerProps>) => import("react/jsx-runtime").JSX.Element;
59
61
  export {};
60
62
  //# sourceMappingURL=FilePicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FilePicker.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/FilePicker.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FilePicker.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/FilePicker.tsx"],"names":[],"mappings":"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"}