@layers-app/shared 0.3.0 → 0.3.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.
- package/dist/assets/default-workspace-avatar.jpg.js +4 -0
- package/dist/assets/layers-logo-full.svg.js +2 -3
- package/dist/assets/layers-logo-full.svg2.js +3 -2
- package/dist/assets/layers-logo-icon.svg.js +2 -3
- package/dist/assets/layers-logo-icon.svg2.js +3 -2
- package/dist/assets/projects/figureA.svg.js +4 -0
- package/dist/assets/projects/figureB.svg.js +4 -0
- package/dist/assets/qwebchannel.d.ts +15 -0
- package/dist/assets/qwebchannel.d.ts.map +1 -0
- package/dist/assets/taskPriorities/high.svg.js +5 -0
- package/dist/assets/taskPriorities/low.svg.js +5 -0
- package/dist/assets/taskPriorities/none.svg.js +5 -0
- package/dist/assets/taskPriorities/normal.svg.js +5 -0
- package/dist/assets/taskPriorities/urgent.svg.js +5 -0
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.d.ts +3 -0
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.d.ts.map +1 -0
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.js +69 -0
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +27 -0
- package/dist/components/AnimatedFigurePage/types.d.ts +15 -0
- package/dist/components/AnimatedFigurePage/types.d.ts.map +1 -0
- package/dist/components/AnimatedFigurePage/useParallax.d.ts +6 -0
- package/dist/components/AnimatedFigurePage/useParallax.d.ts.map +1 -0
- package/dist/components/AnimatedFigurePage/useParallax.js +29 -0
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +37 -36
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +80 -45
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +60 -69
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +57 -51
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +3 -1
- package/dist/components/AppContainer/types.d.ts +3 -0
- package/dist/components/AppContainer/types.d.ts.map +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/ColorPickerPopover.d.ts +6 -6
- package/dist/components/ColorPicker/ColorPickerPopover.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerPopover.js +29 -31
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +115 -111
- 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/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +12 -10
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +3 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +49 -46
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EmojiPicker/IconsPanel.d.ts +2 -1
- package/dist/components/EmojiPicker/IconsPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/IconsPanel.js +47 -45
- package/dist/components/EmojiPicker/custom-icons/customIcons.d.ts.map +1 -1
- package/dist/components/EmojiPicker/custom-icons/customIcons.js +66 -31
- package/dist/components/EntityIcon.d.ts +3 -3
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +59 -35
- package/dist/components/EntityTitle/EntityTitle.d.ts +1 -1
- package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
- package/dist/components/EntityTitle/EntityTitle.js +34 -34
- 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 -238
- 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 +60 -42
- 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/UploadField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +34 -33
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +3 -3
- 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/Logotype.d.ts +2 -1
- package/dist/components/Logotype.d.ts.map +1 -1
- package/dist/components/Logotype.js +58 -49
- 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/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +122 -107
- package/dist/components/NavMenu/types.d.ts +1 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- 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/ProjectIcon/ProjectIcon.js +13 -13
- 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.d.ts +9 -0
- package/dist/components/TreeIndent/TreeIndent.d.ts.map +1 -0
- package/dist/components/TreeIndent/TreeIndent.js +15 -0
- package/dist/components/TreeIndent/TreeIndent.module.css.js +11 -0
- package/dist/components/TreeIndent/index.d.ts +2 -0
- package/dist/components/TreeIndent/index.d.ts.map +1 -0
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +11 -11
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +97 -101
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts +1 -0
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +42 -34
- package/dist/config/envConfig.d.ts +40 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +29 -10
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +15 -4
- package/dist/helpers/getFileIcons.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +34 -29
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +3 -3
- package/dist/helpers/hotjar.d.ts.map +1 -1
- package/dist/helpers/hotjar.js +11 -7
- package/dist/helpers/platform.js +4 -4
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts +3 -0
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +79 -44
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDateFnsLocale.d.ts +2 -0
- package/dist/hooks/useDateFnsLocale.d.ts.map +1 -1
- package/dist/hooks/useDateFnsLocale.js +9 -8
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +19 -19
- package/dist/hooks/useFormatDistance.d.ts.map +1 -1
- package/dist/hooks/useFormatDistance.js +6 -6
- package/dist/hooks/useNumberQueryParam.d.ts +1 -1
- package/dist/hooks/useNumberQueryParam.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +504 -492
- 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/dist/utils/formatStorage.d.ts +9 -0
- package/dist/utils/formatStorage.d.ts.map +1 -1
- package/dist/utils/formatStorage.js +14 -10
- package/docs/README.md +499 -499
- package/package.json +75 -75
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
const e = [
|
|
2
|
+
{
|
|
3
|
+
path: "color-and-gradients",
|
|
4
|
+
id: "colorGradients",
|
|
5
|
+
url: "https://images.superfamous.com/36-Gradients",
|
|
6
|
+
items: [
|
|
7
|
+
"/gradients_2.webp",
|
|
8
|
+
"/gradients_3.webp",
|
|
9
|
+
"/gradients_4.webp",
|
|
10
|
+
"/gradients_5.webp",
|
|
11
|
+
"/gradients_8.webp",
|
|
12
|
+
"/gradients_10.webp",
|
|
13
|
+
"/gradients_11.webp",
|
|
14
|
+
"/solid_beige.webp",
|
|
15
|
+
"/solid_blue.webp",
|
|
16
|
+
"/solid_red.webp",
|
|
17
|
+
"/solid_yellow.webp"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
path: "indian-art",
|
|
22
|
+
id: "theIndianEdition",
|
|
23
|
+
url: "https://www.artisera.com/pages/fine-art",
|
|
24
|
+
items: [
|
|
25
|
+
"/5-acquatinte-01.jpg",
|
|
26
|
+
"/5-acquatinte-03.jpg",
|
|
27
|
+
"/5-acquatinte-04.jpg",
|
|
28
|
+
"/5-acquatinte-05.jpg",
|
|
29
|
+
"/1280px-Edwin_Lord_Weeks_-_The_Taj_Mahal_-_Walters_37316.jpg",
|
|
30
|
+
"/Ethnic-Serendipity-_-Acrylic-on-canvas-_48-x-84-inches-_-9600.jpg",
|
|
31
|
+
"/Raja_Ravi_Varma,_Galaxy_of_Musicians.jpg",
|
|
32
|
+
"/T12511_10.webp",
|
|
33
|
+
"/screen-2023-07-04-00-04-38.jpg"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
path: "james-webb-telescope",
|
|
38
|
+
id: "jamesWebbTelescope",
|
|
39
|
+
url: "https://webbtelescope.org",
|
|
40
|
+
items: ["/webb1.jpg", "/webb2.webp", "/webb3.jpg", "/webb4.jpg"]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
path: "japanese-print",
|
|
44
|
+
id: "theMetMuseumJapanesePrints",
|
|
45
|
+
url: "https://www.metmuseum.org/art/the-collection",
|
|
46
|
+
items: [
|
|
47
|
+
"/woodcuts_1.jpg",
|
|
48
|
+
"/woodcuts_2.jpg",
|
|
49
|
+
"/woodcuts_3.jpg",
|
|
50
|
+
"/woodcuts_4.jpg",
|
|
51
|
+
"/woodcuts_5.jpg",
|
|
52
|
+
"/woodcuts_6.jpg",
|
|
53
|
+
"/woodcuts_7.jpg",
|
|
54
|
+
"/woodcuts_8.jpg",
|
|
55
|
+
"/woodcuts_9.jpg",
|
|
56
|
+
"/woodcuts_10.jpg",
|
|
57
|
+
"/woodcuts_11.jpg",
|
|
58
|
+
"/woodcuts_13.jpg",
|
|
59
|
+
"/woodcuts_14.jpg",
|
|
60
|
+
"/woodcuts_15.jpg",
|
|
61
|
+
"/woodcuts_16.jpg",
|
|
62
|
+
"/woodcuts_sekka_1.jpg",
|
|
63
|
+
"/woodcuts_sekka_2.jpg",
|
|
64
|
+
"/woodcuts_sekka_3.jpg"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
path: "met-museum",
|
|
69
|
+
id: "theMetMuseum",
|
|
70
|
+
url: "https://www.metmuseum.org/art/the-collection",
|
|
71
|
+
items: [
|
|
72
|
+
"/met_arnold_bocklin_1880.jpg",
|
|
73
|
+
"/met_bruegel_1565.jpg",
|
|
74
|
+
"/met_camille_pissarro_1896.jpg",
|
|
75
|
+
"/met_canaletto_1720.jpg",
|
|
76
|
+
"/met_cezanne_1890.jpg",
|
|
77
|
+
"/met_edgar_degas_1874.jpg",
|
|
78
|
+
"/met_emanuel_leutze.jpg",
|
|
79
|
+
"/met_fitz_henry_lane.jpg",
|
|
80
|
+
"/met_frederic_edwin_church_1871.jpg",
|
|
81
|
+
"/met_georges_seurat_1884.jpg",
|
|
82
|
+
"/met_gerome_1890.jpg",
|
|
83
|
+
"/met_goya_1789.jpg",
|
|
84
|
+
"/met_henri_rousseau_1907.webp",
|
|
85
|
+
"/met_henri_tl_1892.jpg",
|
|
86
|
+
"/met_henry_lerolle_1885.jpg",
|
|
87
|
+
"/met_horace_pippin.jpg",
|
|
88
|
+
"/met_jean_beraud.jpg",
|
|
89
|
+
"/met_john_singer_sargent_morocco.jpg",
|
|
90
|
+
"/met_joseph_hidley_1870.jpg",
|
|
91
|
+
"/met_jules_tavernier_1878.jpg",
|
|
92
|
+
"/met_klimt_1912.jpg",
|
|
93
|
+
"/met_paul_signac.jpg",
|
|
94
|
+
"/met_terracotta_funerary_plaque.jpg",
|
|
95
|
+
"/met_the_unicorn_in_captivity.jpg",
|
|
96
|
+
"/met_vincent_van_gogh_cradle.jpg",
|
|
97
|
+
"/met_vincent_van_gogh_ginoux.jpg",
|
|
98
|
+
"/met_vincent_van_gogh_irises.jpg",
|
|
99
|
+
"/met_vincent_van_gogh_oleanders.jpg",
|
|
100
|
+
"/met_william_turner_1835.jpg",
|
|
101
|
+
"/met_winslow_homer_maine_coast.jpg"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
path: "nasa-archive",
|
|
106
|
+
id: "nasaArchive",
|
|
107
|
+
url: "https://www.flickr.com/photos/nasacommons/",
|
|
108
|
+
items: [
|
|
109
|
+
"/nasa_bruce_mccandless_spacewalk.webp",
|
|
110
|
+
"/nasa_buzz_aldrin_on_the_moon.webp",
|
|
111
|
+
"/nasa_carina_nebula.jpg",
|
|
112
|
+
"/nasa_eagle_in_lunar_orbit.webp",
|
|
113
|
+
"/nasa_earth_grid.webp",
|
|
114
|
+
"/nasa_eva_during_skylab_3.webp",
|
|
115
|
+
"/nasa_fingerprints_of_water_on_the_sand.webp",
|
|
116
|
+
"/nasa_great_sandy_desert_australia.webp",
|
|
117
|
+
"/nasa_ibm_type_704.webp",
|
|
118
|
+
"/nasa_multi-axis_gimbal_rig.webp",
|
|
119
|
+
"/nasa_new_york_city_grid.webp",
|
|
120
|
+
"/nasa_reduced_gravity_walking_simulator.webp",
|
|
121
|
+
"/nasa_robert_stewart_spacewalk.jpg",
|
|
122
|
+
"/nasa_robert_stewart_spacewalk_2.jpg",
|
|
123
|
+
"/nasa_space_shuttle_challenger.jpg",
|
|
124
|
+
"/nasa_space_shuttle_columbia.jpg",
|
|
125
|
+
"/nasa_space_shuttle_columbia_and_sunrise.webp",
|
|
126
|
+
"/nasa_the_blue_marble.webp",
|
|
127
|
+
"/nasa_tim_peake_spacewalk.webp",
|
|
128
|
+
"/nasa_transonic_tunnel.webp",
|
|
129
|
+
"/nasa_wrights_first_flight.webp"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
path: "patterns",
|
|
134
|
+
id: "theMetMuseumPatterns",
|
|
135
|
+
url: "https://www.metmuseum.org/art/the-collection",
|
|
136
|
+
items: [
|
|
137
|
+
"/met_silk_kashan_carpet.webp",
|
|
138
|
+
"/met_william_morris_1875.webp",
|
|
139
|
+
"/met_william_morris_1877_willow.webp",
|
|
140
|
+
"/met_william_morris_1878.webp"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
path: "rijks-museum",
|
|
145
|
+
id: "rijkmuseum",
|
|
146
|
+
url: "https://www.rijksmuseum.nl/en/rijksstudio?ii=0&p=0&from=2023-07-02T23%3A55%3A33.8008630Z",
|
|
147
|
+
items: [
|
|
148
|
+
"/rijksmuseum_avercamp_1608.webp",
|
|
149
|
+
"/rijksmuseum_avercamp_1620.webp",
|
|
150
|
+
"/rijksmuseum_claesz_1628.webp",
|
|
151
|
+
"/rijksmuseum_jan_lievens_1627.jpg",
|
|
152
|
+
"/rijksmuseum_jansz_1636.jpg",
|
|
153
|
+
"/rijksmuseum_jansz_1637.jpg",
|
|
154
|
+
"/rijksmuseum_jansz_1641.jpg",
|
|
155
|
+
"/rijksmuseum_jansz_1649.webp",
|
|
156
|
+
"/rijksmuseum_mignons_1660.webp",
|
|
157
|
+
"/rijksmuseum_rembrandt_1642.webp",
|
|
158
|
+
"/rijksmuseum_vermeer_the_milkmaid.jpg"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
];
|
|
162
|
+
export {
|
|
163
|
+
e as coverCollections
|
|
164
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
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 = {
|
|
2
2
|
themeProvider: t,
|
|
3
3
|
root: o,
|
|
4
4
|
container: e,
|
|
@@ -6,32 +6,32 @@ const t = "_themeProvider_1lm79_1", o = "_root_1lm79_7", e = "_container_1lm79_3
|
|
|
6
6
|
background: _,
|
|
7
7
|
stepRoot: s,
|
|
8
8
|
content: c,
|
|
9
|
-
mediaInner:
|
|
10
|
-
stepTitle:
|
|
11
|
-
stepDescription:
|
|
12
|
-
stepIndicator:
|
|
13
|
-
stepIndicatorIcon:
|
|
14
|
-
focusBox:
|
|
15
|
-
dropzone:
|
|
16
|
-
allSlidesLayout:
|
|
17
|
-
allSlidesLayoutStep:
|
|
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
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
k as allSlidesLayout,
|
|
21
|
+
v as allSlidesLayoutStep,
|
|
22
22
|
_ as background,
|
|
23
23
|
e as container,
|
|
24
24
|
c as content,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
u as default,
|
|
26
|
+
f as dropzone,
|
|
27
|
+
l as focusBox,
|
|
28
28
|
n as media,
|
|
29
|
-
|
|
29
|
+
i as mediaInner,
|
|
30
30
|
o as root,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
r as stepDescription,
|
|
32
|
+
d as stepIndicator,
|
|
33
|
+
p as stepIndicatorIcon,
|
|
34
34
|
s as stepRoot,
|
|
35
|
-
|
|
35
|
+
a as stepTitle,
|
|
36
36
|
t as themeProvider
|
|
37
37
|
};
|
package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_card_18zj4_1", c = "_image_18zj4_95", _ = "_controls_18zj4_119", s = "_radio_18zj4_163", t = "_checkbox_18zj4_173", a = {
|
|
2
2
|
card: o,
|
|
3
3
|
image: c,
|
|
4
|
-
controls:
|
|
5
|
-
radio:
|
|
6
|
-
checkbox:
|
|
4
|
+
controls: _,
|
|
5
|
+
radio: s,
|
|
6
|
+
checkbox: t
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
o as card,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
t as checkbox,
|
|
11
|
+
_ as controls,
|
|
12
|
+
a as default,
|
|
13
13
|
c as image,
|
|
14
|
-
|
|
14
|
+
s as radio
|
|
15
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FormViewer/components/fields/UploadField/UploadField.tsx"],"names":[],"mappings":"AAaA,OAAO,EAA2B,YAAY,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"UploadField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FormViewer/components/fields/UploadField/UploadField.tsx"],"names":[],"mappings":"AAaA,OAAO,EAA2B,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAW1E,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAK/D,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAIF,eAAO,MAAM,WAAW,GAAI,qBAGzB;IACD,OAAO,EAAE,aAAa,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,4CAsNA,CAAC"}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
import { jsxs as v, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useCallback as S, useMemo as
|
|
2
|
+
import { useCallback as S, useMemo as B } from "react";
|
|
3
3
|
import { useTranslation as V } from "react-i18next";
|
|
4
4
|
import { useMantineTheme as W, parseThemeColor as A, alpha as _, Stack as M, Group as $, Box as G, Text as L, InputError as X } from "@mantine/core";
|
|
5
5
|
import { Dropzone as h } from "@mantine/dropzone";
|
|
6
|
+
import { getMaxUploadSize as q } from "../../../../../config/envConfig.js";
|
|
6
7
|
import { showNotification as f } from "@mantine/notifications";
|
|
7
|
-
import { IconUpload as
|
|
8
|
+
import { IconUpload as H, IconX as J, IconCloudUpload as K } from "@tabler/icons-react";
|
|
8
9
|
import { formatBytes as C } from "../../../../../helpers/formatBytes.js";
|
|
9
|
-
import { useEvent as
|
|
10
|
-
import { getRandomId as
|
|
11
|
-
import { useSteps as
|
|
12
|
-
import { useFormViewerStore as
|
|
13
|
-
import { UploadFile as
|
|
14
|
-
import
|
|
15
|
-
const
|
|
16
|
-
control:
|
|
10
|
+
import { useEvent as P } from "../../../../../hooks/useEvent.js";
|
|
11
|
+
import { getRandomId as Q } from "../../../helpers/steps.js";
|
|
12
|
+
import { useSteps as Y } from "../../../hooks/useCreateFormContext.js";
|
|
13
|
+
import { useFormViewerStore as Z } from "../../../store/formStore.js";
|
|
14
|
+
import { UploadFile as ee } from "./UploadFile/UploadFile.js";
|
|
15
|
+
import oe from "../../../FormViewer.module.css.js";
|
|
16
|
+
const te = () => q() ?? 25 * 1024 * 1024, Fe = ({
|
|
17
|
+
control: s,
|
|
17
18
|
theme: d
|
|
18
19
|
}) => {
|
|
19
|
-
const { t: o } = V("forms"), { form: a } =
|
|
20
|
+
const { t: o } = V("forms"), { form: a } = Y(), { id: r } = s, T = a.values[r], I = a.errors[r], m = s.maxSize || te(), t = s.maxFiles ?? 1, g = s.minFiles ?? 0, U = !!s.multiple || t > 1, l = s.accept && s.accept.length ? s.accept : void 0, { useStore: y } = Z(), E = y((e) => e.editing), R = y((e) => e.preview), b = W(), O = A({
|
|
20
21
|
color: d?.primaryColor || "",
|
|
21
22
|
theme: b
|
|
22
|
-
}), j =
|
|
23
|
-
const c = a.values[
|
|
23
|
+
}), j = y((e) => e.uploadFileFn), F = P((e) => {
|
|
24
|
+
const c = a.values[r]?.findIndex(
|
|
24
25
|
(u) => u.id === e.id
|
|
25
26
|
);
|
|
26
|
-
c !== -1 && a.setFieldValue(`${
|
|
27
|
+
c !== -1 && a.setFieldValue(`${r}.${c}`, e);
|
|
27
28
|
}), k = S(
|
|
28
29
|
(e) => {
|
|
29
30
|
if (e.some(
|
|
@@ -79,7 +80,7 @@ const oe = 25 * 1024 * 1024, ye = ({
|
|
|
79
80
|
[F, j]
|
|
80
81
|
), w = S(
|
|
81
82
|
(e) => {
|
|
82
|
-
const c = a.values[
|
|
83
|
+
const c = a.values[r]?.length || 0, u = typeof t == "number" ? Math.max(0, t - c) : 1 / 0;
|
|
83
84
|
if (u === 0) {
|
|
84
85
|
f({
|
|
85
86
|
message: o("uploadOption.tooManyFiles", { count: t })
|
|
@@ -89,59 +90,59 @@ const oe = 25 * 1024 * 1024, ye = ({
|
|
|
89
90
|
const z = e.slice(0, u);
|
|
90
91
|
z.forEach((p) => {
|
|
91
92
|
const n = {
|
|
92
|
-
id:
|
|
93
|
+
id: Q(),
|
|
93
94
|
file: p,
|
|
94
95
|
isError: !1,
|
|
95
96
|
isLoading: !0,
|
|
96
97
|
isSuccess: !1
|
|
97
98
|
};
|
|
98
|
-
a.insertListItem(
|
|
99
|
+
a.insertListItem(r, n), x(n);
|
|
99
100
|
}), z.length < e.length && f({
|
|
100
101
|
message: o("uploadOption.tooManyFiles", { count: t })
|
|
101
102
|
});
|
|
102
103
|
},
|
|
103
|
-
[a, x,
|
|
104
|
-
),
|
|
104
|
+
[a, x, r, t, o]
|
|
105
|
+
), D = B(() => [
|
|
105
106
|
o("uploadOption.maxSize", { size: C(m) }),
|
|
106
|
-
|
|
107
|
+
g ? o("uploadOption.minFilesWithCount", { count: g }) : "",
|
|
107
108
|
t ? o("uploadOption.maxFilesWithCount", { count: t }) : "",
|
|
108
109
|
l ? o("uploadOption.accept", { types: l.join(", ") }) : ""
|
|
109
|
-
].filter(Boolean).join(" · "), [
|
|
110
|
+
].filter(Boolean).join(" · "), [g, t, l, o, m]), N = {
|
|
110
111
|
"--primary-color": O.value,
|
|
111
112
|
"--primary-color-hover": _(O.value, 0.05)
|
|
112
113
|
};
|
|
113
|
-
return /* @__PURE__ */ v(M, { gap: 8, "data-control-id":
|
|
114
|
+
return /* @__PURE__ */ v(M, { gap: 8, "data-control-id": r, w: "100%", children: [
|
|
114
115
|
(T?.length ?? 0) < t && /* @__PURE__ */ i(
|
|
115
116
|
h,
|
|
116
117
|
{
|
|
117
118
|
radius: d?.borderRadius,
|
|
118
119
|
__size: d?.size,
|
|
119
|
-
disabled:
|
|
120
|
+
disabled: E || R,
|
|
120
121
|
onDrop: w,
|
|
121
122
|
onReject: k,
|
|
122
123
|
maxFiles: t,
|
|
123
124
|
maxSize: m,
|
|
124
125
|
accept: l,
|
|
125
|
-
multiple:
|
|
126
|
+
multiple: U,
|
|
126
127
|
unstyled: !0,
|
|
127
|
-
className:
|
|
128
|
-
style:
|
|
128
|
+
className: oe.dropzone,
|
|
129
|
+
style: N,
|
|
129
130
|
children: /* @__PURE__ */ i($, { justify: "center", py: 24, children: /* @__PURE__ */ v(M, { justify: "center", align: "center", gap: 8, children: [
|
|
130
131
|
/* @__PURE__ */ v(G, { c: "var(--primary-color)", children: [
|
|
131
|
-
/* @__PURE__ */ i(h.Accept, { children: /* @__PURE__ */ i(
|
|
132
|
-
/* @__PURE__ */ i(h.Reject, { children: /* @__PURE__ */ i(
|
|
133
|
-
/* @__PURE__ */ i(h.Idle, { children: /* @__PURE__ */ i(
|
|
132
|
+
/* @__PURE__ */ i(h.Accept, { children: /* @__PURE__ */ i(H, { size: 70, stroke: 1.2 }) }),
|
|
133
|
+
/* @__PURE__ */ i(h.Reject, { children: /* @__PURE__ */ i(J, { size: 70, stroke: 1.2 }) }),
|
|
134
|
+
/* @__PURE__ */ i(h.Idle, { children: /* @__PURE__ */ i(K, { size: 70, stroke: 1.2 }) })
|
|
134
135
|
] }),
|
|
135
136
|
/* @__PURE__ */ i(L, { size: "xl", inline: !0, ta: "center", c: d?.title?.color, children: o("uploadOption.title") }),
|
|
136
|
-
/* @__PURE__ */ i(L, { size: "sm", c: d?.description?.color, mt: 4, children:
|
|
137
|
+
/* @__PURE__ */ i(L, { size: "sm", c: d?.description?.color, mt: 4, children: D })
|
|
137
138
|
] }) })
|
|
138
139
|
}
|
|
139
140
|
),
|
|
140
141
|
T?.map((e) => /* @__PURE__ */ i(
|
|
141
|
-
|
|
142
|
+
ee,
|
|
142
143
|
{
|
|
143
144
|
file: e,
|
|
144
|
-
id:
|
|
145
|
+
id: r,
|
|
145
146
|
onReload: x,
|
|
146
147
|
theme: d
|
|
147
148
|
},
|
|
@@ -151,5 +152,5 @@ const oe = 25 * 1024 * 1024, ye = ({
|
|
|
151
152
|
] });
|
|
152
153
|
};
|
|
153
154
|
export {
|
|
154
|
-
|
|
155
|
+
Fe as UploadField
|
|
155
156
|
};
|
|
@@ -16,14 +16,14 @@ export declare const useFormGlobalTheme: ({ innerId }: {
|
|
|
16
16
|
grape?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
17
17
|
green?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
18
18
|
orange?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
19
|
-
|
|
20
|
-
cyan?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
19
|
+
teal?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
21
20
|
yellow?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
22
21
|
red?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
23
22
|
dark?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
23
|
+
gray?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
24
24
|
pink?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
25
|
+
cyan?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
25
26
|
lime?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
26
|
-
teal?: import("@mantine/core").MantineColorsTuple | undefined;
|
|
27
27
|
} | undefined;
|
|
28
28
|
primaryShade?: import("@mantine/core").MantineColorShade | {
|
|
29
29
|
light?: import("@mantine/core").MantineColorShade | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAKlB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,QAAQ,EACT,MAAM,eAAe,CAAC;AAGvB,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC;AACvE,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,WAAW,CAAC;AACxD,MAAM,WAAW,sBAAsB;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;CACxD;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,EAAE;QACV,OAAO,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/C,UAAU,CAAC,EAAE,MAAM,QAAQ,CAAC;IAC5B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACpD,YAAY,CAAC,EAAE,CACb,IAAI,EAAE,cAAc,EACpB,YAAY,CAAC,EAAE,sBAAsB,KAClC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
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 = "
|
|
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 = {
|
|
2
2
|
container: e,
|
|
3
|
-
image:
|
|
4
|
-
overlay:
|
|
3
|
+
image: a,
|
|
4
|
+
overlay: n,
|
|
5
5
|
circularOverlay: _,
|
|
6
6
|
cropArea: d,
|
|
7
|
-
dashedBorder:
|
|
8
|
-
edgeLine:
|
|
9
|
-
edgeLineTop:
|
|
10
|
-
edgeLineBottom:
|
|
11
|
-
edgeLineLeft:
|
|
12
|
-
edgeLineRight:
|
|
13
|
-
cornerHandle:
|
|
7
|
+
dashedBorder: h,
|
|
8
|
+
edgeLine: o,
|
|
9
|
+
edgeLineTop: l,
|
|
10
|
+
edgeLineBottom: r,
|
|
11
|
+
edgeLineLeft: c,
|
|
12
|
+
edgeLineRight: t,
|
|
13
|
+
cornerHandle: s,
|
|
14
14
|
cornerHandleArm: g,
|
|
15
15
|
handleNW: i,
|
|
16
|
-
handleNE:
|
|
17
|
-
handleSW:
|
|
18
|
-
handleSE:
|
|
19
|
-
edgeHandle:
|
|
20
|
-
edgeHandleBar:
|
|
21
|
-
handleN:
|
|
22
|
-
handleS:
|
|
23
|
-
handleE:
|
|
24
|
-
handleW:
|
|
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
|
|
25
25
|
};
|
|
26
26
|
export {
|
|
27
27
|
_ as circularOverlay,
|
|
28
28
|
e as container,
|
|
29
|
-
|
|
29
|
+
s as cornerHandle,
|
|
30
30
|
g as cornerHandleArm,
|
|
31
31
|
d as cropArea,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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,
|
|
44
44
|
i as handleNW,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
E as handleS,
|
|
46
|
+
L as handleSE,
|
|
47
|
+
w as handleSW,
|
|
48
|
+
S as handleW,
|
|
49
|
+
a as image,
|
|
50
|
+
n as overlay
|
|
51
51
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const n = "
|
|
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 = {
|
|
2
2
|
particle: n,
|
|
3
|
-
iconContainer:
|
|
4
|
-
iconInner:
|
|
5
|
-
particleContainer:
|
|
3
|
+
iconContainer: o,
|
|
4
|
+
iconInner: a,
|
|
5
|
+
particleContainer: t,
|
|
6
6
|
animationRoot: i,
|
|
7
|
-
animationContainer:
|
|
8
|
-
backgroundImage:
|
|
7
|
+
animationContainer: c,
|
|
8
|
+
backgroundImage: e
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
c as animationContainer,
|
|
12
12
|
i as animationRoot,
|
|
13
|
-
|
|
13
|
+
e as backgroundImage,
|
|
14
14
|
r as default,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
o as iconContainer,
|
|
16
|
+
a as iconInner,
|
|
17
17
|
n as particle,
|
|
18
|
-
|
|
18
|
+
t as particleContainer
|
|
19
19
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
loader:
|
|
3
|
-
wrapper:
|
|
1
|
+
const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
|
|
2
|
+
loader: a,
|
|
3
|
+
wrapper: r
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
e as default,
|
|
7
|
+
a as loader,
|
|
8
|
+
r as wrapper
|
|
9
9
|
};
|
|
@@ -3,11 +3,12 @@ export declare const LayersLogoIcon: ({ color: _color, fontSize: _fontSize, widt
|
|
|
3
3
|
alt?: string;
|
|
4
4
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export declare const LayersLogoCopyright: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export declare const Logotype: ({ minified, isLink, to, variant, isDesktop, ...props }: FlexProps & {
|
|
6
|
+
export declare const Logotype: ({ minified, isLink, to, variant, isDesktop, forceDark, ...props }: FlexProps & {
|
|
7
7
|
minified?: boolean;
|
|
8
8
|
isLink?: boolean;
|
|
9
9
|
to?: string;
|
|
10
10
|
variant?: "default" | "copyright";
|
|
11
11
|
isDesktop?: boolean;
|
|
12
|
+
forceDark?: boolean;
|
|
12
13
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
//# sourceMappingURL=Logotype.d.ts.map
|