@layers-app/shared 0.3.1 → 0.3.2

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 (92) hide show
  1. package/dist/assets/default-workspace-avatar.jpg.js +1 -1
  2. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +14 -14
  3. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  4. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  5. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  6. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  7. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  8. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  9. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  10. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  11. package/dist/components/ColorPicker/ColorPicker.d.ts +9 -1
  12. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  13. package/dist/components/ColorPicker/ColorPicker.js +88 -74
  14. package/dist/components/ColorPicker/ColorPicker.module.css.js +31 -0
  15. package/dist/components/ColorPicker/ColorPickerList.d.ts +6 -0
  16. package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -0
  17. package/dist/components/ColorPicker/ColorPickerList.js +134 -0
  18. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +13 -0
  19. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -0
  20. package/dist/components/ColorPicker/ColorPickerToolbar.js +132 -0
  21. package/dist/components/ColorPicker/icons.d.ts +11 -0
  22. package/dist/components/ColorPicker/icons.d.ts.map +1 -0
  23. package/dist/components/ColorPicker/icons.js +71 -0
  24. package/dist/components/ColorPicker/types.d.ts +49 -0
  25. package/dist/components/ColorPicker/types.d.ts.map +1 -0
  26. package/dist/components/ColorPicker/types.js +10 -0
  27. package/dist/components/ColorPicker/useRecentColors.d.ts +13 -0
  28. package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -0
  29. package/dist/components/ColorPicker/useRecentColors.js +39 -0
  30. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  31. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  32. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  33. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  34. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  35. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  36. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  37. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  38. package/dist/components/FilePicker/FilePicker.d.ts +2 -4
  39. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  40. package/dist/components/FilePicker/FilePicker.js +226 -241
  41. package/dist/components/FilePicker/FilePicker.module.css.js +12 -14
  42. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  43. package/dist/components/FilePicker/FilePickerGallery.js +34 -60
  44. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  45. package/dist/components/FilePicker/FilePickerGiphy.js +36 -35
  46. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  47. package/dist/components/FilePicker/FilePickerLink.js +23 -26
  48. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  49. package/dist/components/FilePicker/FilePickerUnsplash.js +43 -42
  50. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  51. package/dist/components/FilePicker/FilePickerUpload.js +35 -51
  52. package/dist/components/FilePicker/index.d.ts +0 -1
  53. package/dist/components/FilePicker/index.d.ts.map +1 -1
  54. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  55. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  56. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  57. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  58. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  59. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  60. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  61. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  62. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  63. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  64. package/dist/components/Loaders/styles.module.css.js +6 -6
  65. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  66. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  67. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  68. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  69. package/dist/components/Notification/Notification.module.css.js +1 -1
  70. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  71. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  72. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  73. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  74. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  75. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  76. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  77. package/dist/components/table/FrontTable.d.ts.map +1 -1
  78. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  79. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  80. package/dist/helpers/showNotifications.module.css.js +1 -1
  81. package/dist/index.css +1 -1
  82. package/dist/index.d.ts +5 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +472 -462
  85. package/dist/lang/locales/ui_en.json.js +15 -15
  86. package/dist/lang/locales/ui_es.json.js +11 -11
  87. package/dist/lang/locales/ui_ru.json.js +16 -16
  88. package/docs/README.md +499 -499
  89. package/package.json +75 -75
  90. package/dist/components/FilePicker/coverCollections.d.ts +0 -4
  91. package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
  92. package/dist/components/FilePicker/coverCollections.js +0 -164
@@ -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
  };
@@ -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
- export type TabType = (typeof baseTabsList)[number];
7
+ 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,9 +54,7 @@ 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;
59
57
  }>;
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;
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;
61
59
  export {};
62
60
  //# 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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"}