@layers-app/shared 0.3.2 → 0.3.3
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.
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +14 -14
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.module.css.js +14 -14
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +4 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +241 -226
- package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +60 -34
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +35 -36
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +26 -23
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +51 -35
- package/dist/components/FilePicker/coverCollections.d.ts +4 -0
- package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
- package/dist/components/FilePicker/coverCollections.js +164 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.js +34 -31
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/envConfig.d.ts +4 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +67 -65
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +11 -11
- package/dist/lang/locales/ui_ru.json.js +16 -16
- package/docs/README.md +499 -499
- package/package.json +75 -75
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_page_1vjqw_5", g = "_figureContainer_1vjqw_31", _ = "_figure_1vjqw_31", a = "_figureA_1vjqw_57", r = "_figureB_1vjqw_65", n = "_grainOverlay_1vjqw_229", i = "_badgeWrap_1vjqw_253", t = "_badge0_1vjqw_309", d = "_badge1_1vjqw_319", o = "_badge2_1vjqw_337", b = "_badge3_1vjqw_355", s = {
|
|
2
2
|
page: e,
|
|
3
3
|
figureContainer: g,
|
|
4
4
|
figure: _,
|
|
5
5
|
figureA: a,
|
|
6
6
|
figureB: r,
|
|
7
|
-
grainOverlay:
|
|
8
|
-
badgeWrap:
|
|
9
|
-
badge0:
|
|
10
|
-
badge1:
|
|
11
|
-
badge2:
|
|
12
|
-
badge3:
|
|
7
|
+
grainOverlay: n,
|
|
8
|
+
badgeWrap: i,
|
|
9
|
+
badge0: t,
|
|
10
|
+
badge1: d,
|
|
11
|
+
badge2: o,
|
|
12
|
+
badge3: b
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
t as badge0,
|
|
16
|
+
d as badge1,
|
|
17
|
+
o as badge2,
|
|
18
|
+
b as badge3,
|
|
19
|
+
i as badgeWrap,
|
|
20
|
+
s as default,
|
|
21
21
|
_ as figure,
|
|
22
22
|
a as figureA,
|
|
23
23
|
r as figureB,
|
|
24
24
|
g as figureContainer,
|
|
25
|
-
|
|
25
|
+
n as grainOverlay,
|
|
26
26
|
e as page
|
|
27
27
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_toolTitleInput_12w1k_37", n = "_appSidebarButton_12w1k_67", o = "_slideContainer_12w1k_109", e = "_slideContent_12w1k_121", i = "_main_12w1k_151", s = {
|
|
2
2
|
toolTitleInput: t,
|
|
3
3
|
appSidebarButton: n,
|
|
4
4
|
slideContainer: o,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
root:
|
|
3
|
-
header:
|
|
1
|
+
const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ = "_leftSidebar_10w7v_55", n = "_rightSidebar_10w7v_71", r = "_main_10w7v_87", i = "_workContent_10w7v_103", a = {
|
|
2
|
+
root: t,
|
|
3
|
+
header: e,
|
|
4
4
|
section: o,
|
|
5
5
|
leftSidebar: _,
|
|
6
6
|
rightSidebar: n,
|
|
@@ -9,11 +9,11 @@ const e = "_root_9zlef_1", t = "_header_9zlef_9", o = "_section_9zlef_20", _ = "
|
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
a as default,
|
|
12
|
-
|
|
12
|
+
e as header,
|
|
13
13
|
_ as leftSidebar,
|
|
14
14
|
r as main,
|
|
15
15
|
n as rightSidebar,
|
|
16
|
-
|
|
16
|
+
t as root,
|
|
17
17
|
o as section,
|
|
18
18
|
i as workContent
|
|
19
19
|
};
|
package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const
|
|
2
|
-
"vod-player": "_vod-
|
|
3
|
-
"vod-player__player": "_vod-
|
|
1
|
+
const a = {
|
|
2
|
+
"vod-player": "_vod-player_1paib_1",
|
|
3
|
+
"vod-player__player": "_vod-player__player_1paib_25"
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_container_sq5v9_1", t = "_root_sq5v9_13", n = "_carouselRoot_sq5v9_27", e = "_carouselViewport_sq5v9_35", a = "_carouselSlide_sq5v9_43", s = "_navButton_sq5v9_57", _ = "_navButtonPrev_sq5v9_83", r = "_navButtonNext_sq5v9_91", v = "_modalContent_sq5v9_99", c = "_modalBody_sq5v9_109", i = "_videoContainer_sq5v9_121", l = "_imageContainer_sq5v9_131", u = {
|
|
2
2
|
container: o,
|
|
3
3
|
root: t,
|
|
4
4
|
carouselRoot: n,
|
|
5
5
|
carouselViewport: e,
|
|
6
6
|
carouselSlide: a,
|
|
7
|
-
navButton:
|
|
8
|
-
navButtonPrev:
|
|
7
|
+
navButton: s,
|
|
8
|
+
navButtonPrev: _,
|
|
9
9
|
navButtonNext: r,
|
|
10
|
-
modalContent:
|
|
11
|
-
modalBody:
|
|
12
|
-
videoContainer:
|
|
13
|
-
imageContainer:
|
|
10
|
+
modalContent: v,
|
|
11
|
+
modalBody: c,
|
|
12
|
+
videoContainer: i,
|
|
13
|
+
imageContainer: l
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
n as carouselRoot,
|
|
17
17
|
a as carouselSlide,
|
|
18
18
|
e as carouselViewport,
|
|
19
19
|
o as container,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
u as default,
|
|
21
|
+
l as imageContainer,
|
|
22
|
+
c as modalBody,
|
|
23
|
+
v as modalContent,
|
|
24
|
+
s as navButton,
|
|
25
25
|
r as navButtonNext,
|
|
26
|
-
|
|
26
|
+
_ as navButtonPrev,
|
|
27
27
|
t as root,
|
|
28
|
-
|
|
28
|
+
i as videoContainer
|
|
29
29
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_imagePreviewWrapper_1814g_1", t = "_deleteButton_1814g_11", o = "_downloadButton_1814g_25", i = "_filePreviewList_1814g_63", r = "_fileDownloadName_1814g_89", a = "_filePreviewWrapper_1814g_101", l = {
|
|
2
2
|
imagePreviewWrapper: e,
|
|
3
3
|
deleteButton: t,
|
|
4
4
|
downloadButton: o,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_wrapper_1n4or_1", s = "_logo_1n4or_15", _ = "_desktop_1n4or_45", t = "_shadow_1n4or_73", d = "_desktopShadow_1n4or_99", p = {
|
|
2
2
|
wrapper: o,
|
|
3
3
|
logo: s,
|
|
4
|
-
desktop:
|
|
5
|
-
shadow:
|
|
6
|
-
desktopShadow:
|
|
4
|
+
desktop: _,
|
|
5
|
+
shadow: t,
|
|
6
|
+
desktopShadow: d
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
p as default,
|
|
10
|
+
_ as desktop,
|
|
11
|
+
d as desktopShadow,
|
|
12
12
|
s as logo,
|
|
13
|
-
|
|
13
|
+
t as shadow,
|
|
14
14
|
o as wrapper
|
|
15
15
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_accordionRoot_1of7x_1", c = "_accordionControl_1of7x_9", n = "_accordionItem_1of7x_17", t = {
|
|
2
2
|
accordionRoot: o,
|
|
3
3
|
accordionControl: c,
|
|
4
4
|
accordionItem: n
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
section:
|
|
3
|
-
sectionLabel:
|
|
1
|
+
const i = "_section_14k6i_3", t = "_sectionLabel_14k6i_29", n = "_listItem_14k6i_91", e = "_listItemActive_14k6i_143", c = "_listItemLabel_14k6i_151", l = "_listItemSwatch_14k6i_167", _ = "_grid_14k6i_183", s = "_inlineSection_14k6i_323", o = "_inlineSectionLabel_14k6i_343", a = "_inlineRow_14k6i_359", S = "_inlineSwatch_14k6i_377", w = "_inlineSwatchActive_14k6i_427", k = "_inlineSwatchRound_14k6i_439", h = {
|
|
2
|
+
section: i,
|
|
3
|
+
sectionLabel: t,
|
|
4
4
|
listItem: n,
|
|
5
5
|
listItemActive: e,
|
|
6
6
|
listItemLabel: c,
|
|
@@ -8,24 +8,24 @@ const t = "_section_ux1w4_2", i = "_sectionLabel_ux1w4_15", n = "_listItem_ux1w4
|
|
|
8
8
|
grid: _,
|
|
9
9
|
inlineSection: s,
|
|
10
10
|
inlineSectionLabel: o,
|
|
11
|
-
inlineRow:
|
|
12
|
-
inlineSwatch:
|
|
13
|
-
inlineSwatchActive:
|
|
14
|
-
inlineSwatchRound:
|
|
11
|
+
inlineRow: a,
|
|
12
|
+
inlineSwatch: S,
|
|
13
|
+
inlineSwatchActive: w,
|
|
14
|
+
inlineSwatchRound: k
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
h as default,
|
|
18
18
|
_ as grid,
|
|
19
|
-
|
|
19
|
+
a as inlineRow,
|
|
20
20
|
s as inlineSection,
|
|
21
21
|
o as inlineSectionLabel,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
S as inlineSwatch,
|
|
23
|
+
w as inlineSwatchActive,
|
|
24
|
+
k as inlineSwatchRound,
|
|
25
25
|
n as listItem,
|
|
26
26
|
e as listItemActive,
|
|
27
27
|
c as listItemLabel,
|
|
28
28
|
l as listItemSwatch,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
i as section,
|
|
30
|
+
t as sectionLabel
|
|
31
31
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
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:
|
|
6
|
+
editMode: p
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
e as commentComposerFloat,
|
|
10
10
|
o as commentComposerWrapper,
|
|
11
11
|
r as composerContainer,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
m as default,
|
|
13
|
+
p as editMode,
|
|
14
14
|
t as editorWrapper
|
|
15
15
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const o = "
|
|
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:
|
|
4
|
-
originalTab:
|
|
5
|
-
customTab:
|
|
3
|
+
randomIcon: s,
|
|
4
|
+
originalTab: a,
|
|
5
|
+
customTab: n
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
n as customTab,
|
|
9
|
+
t as default,
|
|
10
10
|
o as item,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
a as originalTab,
|
|
12
|
+
s as randomIcon
|
|
13
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;
|
|
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 = "
|
|
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:
|
|
4
|
-
collapsedBar:
|
|
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:
|
|
14
|
-
stepsDrawerOpened:
|
|
15
|
-
expandedContainer:
|
|
13
|
+
stepsDrawer: d,
|
|
14
|
+
stepsDrawerOpened: i,
|
|
15
|
+
expandedContainer: m,
|
|
16
16
|
expandedProgressRow: P,
|
|
17
|
-
expandedProgressEmoji:
|
|
18
|
-
expandedPercent:
|
|
19
|
-
stepsList:
|
|
20
|
-
stepItem:
|
|
21
|
-
stepCircle:
|
|
22
|
-
stepCirclePending:
|
|
23
|
-
stepCircleDone:
|
|
24
|
-
stepText:
|
|
25
|
-
startTutorialButtonWrap:
|
|
26
|
-
startTutorialButton:
|
|
27
|
-
completeModalBody:
|
|
28
|
-
completeCelebration:
|
|
29
|
-
completeCelebrationSvg:
|
|
30
|
-
completeCone:
|
|
31
|
-
completeParticleA:
|
|
32
|
-
completeParticleB:
|
|
33
|
-
completeParticleC:
|
|
34
|
-
completeParticleD:
|
|
35
|
-
completeParticleE:
|
|
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
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
w as completeCelebration,
|
|
52
|
+
R as completeCelebrationSvg,
|
|
53
|
+
W as completeCone,
|
|
54
54
|
H as completeDescription,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
m as expandedContainer,
|
|
66
|
+
f as expandedPercent,
|
|
67
|
+
b as expandedProgressEmoji,
|
|
68
68
|
P as expandedProgressRow,
|
|
69
69
|
e as featureProgressRoot,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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":"AAAA,OAAO,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"FilePicker.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/FilePicker.tsx"],"names":[],"mappings":"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"}
|