@layers-app/shared 0.3.6 → 0.3.8
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 +10 -10
- package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +4 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +22 -15
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -21
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +48 -91
- 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/GallerySlide.d.ts +3 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +89 -63
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +35 -26
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +43 -36
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +6 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +16 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +4 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +59 -20
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -18
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +22 -18
- 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.d.ts +19 -21
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +136 -144
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +3 -4
- package/dist/components/CommentComposer/index.js +1 -1
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
- 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 +13 -12
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +0 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +0 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EmojiPicker/IconsPanel.js +13 -13
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +43 -33
- 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 +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +226 -241
- package/dist/components/FilePicker/FilePicker.module.css.js +12 -14
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +34 -60
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +39 -38
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +26 -29
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +43 -42
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/index.d.ts +0 -1
- 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/helpers/conditions.d.ts +38 -38
- package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
- package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +6 -0
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +4 -3
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +248 -248
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
- package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
- package/dist/components/FormViewer/types/form.d.ts +1 -1
- package/dist/components/FormViewer/types/form.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.d.ts +381 -6358
- package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.js +1 -1
- package/dist/components/GroupAvatar/index.d.ts +3 -1
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +24 -21
- 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/MediaLibrary/MediaLibraryRow.js +7 -7
- package/dist/components/NavMenu/NavMenu.d.ts +3 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +7 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.js +21 -23
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NewColorPicker/components/Target.d.ts +3 -1
- package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
- package/dist/components/NewColorPicker/components/Target.js +48 -43
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.js +3 -1
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/Notification/NotificationCard.d.ts +3 -1
- package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
- package/dist/components/Notification/NotificationCard.js +87 -86
- 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/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +70 -74
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +7 -12
- package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
- package/dist/components/ProjectIcon/ProjectIcon.js +58 -60
- 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/UserAvatar/index.d.ts +2 -1
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +38 -35
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +19 -18
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
- 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.js +8 -8
- package/dist/config/envConfig.d.ts +8 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +21 -13
- package/dist/helpers/getFileIcons.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +63 -45
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +29 -8
- package/dist/helpers/getPartOfTheDay.d.ts +1 -1
- package/dist/helpers/offlineSuppression.d.ts +3 -0
- package/dist/helpers/offlineSuppression.d.ts.map +1 -0
- package/dist/helpers/offlineSuppression.js +8 -0
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +5 -4
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +30 -29
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useOutsideClick.d.ts +1 -1
- package/dist/hooks/useOutsideClick.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +498 -509
- package/dist/lang/locales/ui_en.json.js +18 -20
- package/dist/lang/locales/ui_es.json.js +12 -14
- package/dist/lang/locales/ui_ru.json.js +13 -15
- package/dist/node_modules/countries-and-timezones/esm/index.js +281 -4011
- package/docs/README.md +499 -499
- package/package.json +75 -75
- package/dist/components/ColorPicker/ColorPicker.module.css.js +0 -31
- package/dist/components/ColorPicker/ColorPickerList.d.ts +0 -6
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPickerList.js +0 -134
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +0 -13
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +0 -149
- package/dist/components/ColorPicker/icons.d.ts +0 -11
- package/dist/components/ColorPicker/icons.d.ts.map +0 -1
- package/dist/components/ColorPicker/icons.js +0 -71
- package/dist/components/ColorPicker/types.d.ts +0 -49
- package/dist/components/ColorPicker/types.d.ts.map +0 -1
- package/dist/components/ColorPicker/types.js +0 -10
- package/dist/components/ColorPicker/useRecentColors.d.ts +0 -13
- package/dist/components/ColorPicker/useRecentColors.d.ts.map +0 -1
- package/dist/components/ColorPicker/useRecentColors.js +0 -39
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { useState as I, useCallback as c } from "react";
|
|
2
|
-
const d = "color-picker-recent", p = 11;
|
|
3
|
-
function n(e) {
|
|
4
|
-
try {
|
|
5
|
-
const t = localStorage.getItem(e);
|
|
6
|
-
return t ? JSON.parse(t) : [];
|
|
7
|
-
} catch {
|
|
8
|
-
return [];
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
function E(e, t, o) {
|
|
12
|
-
try {
|
|
13
|
-
localStorage.setItem(e, JSON.stringify(t.slice(0, o)));
|
|
14
|
-
} catch {
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
function v(e) {
|
|
18
|
-
const t = e?.storageKey ?? d, o = e?.maxItems ?? p, [i, r] = I(() => n(t)), S = c(() => {
|
|
19
|
-
r(n(t));
|
|
20
|
-
}, [t]), g = c(
|
|
21
|
-
(s, a, f) => {
|
|
22
|
-
const y = n(t).filter(
|
|
23
|
-
(m) => !(m.value === s && m.sectionKey === a)
|
|
24
|
-
), l = [{ value: s, sectionKey: a, border: f }, ...y].slice(0, o);
|
|
25
|
-
E(t, l, o), r(l);
|
|
26
|
-
},
|
|
27
|
-
[t, o]
|
|
28
|
-
), u = c(() => {
|
|
29
|
-
try {
|
|
30
|
-
localStorage.removeItem(t);
|
|
31
|
-
} catch {
|
|
32
|
-
}
|
|
33
|
-
r([]);
|
|
34
|
-
}, [t]);
|
|
35
|
-
return { recentColors: i, addRecent: g, clearRecent: u, reload: S };
|
|
36
|
-
}
|
|
37
|
-
export {
|
|
38
|
-
v as useRecentColors
|
|
39
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coverCollections.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/coverCollections.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAE7E,eAAO,MAAM,gBAAgB,EAAE,kBAAkB,EAgKhD,CAAC"}
|
|
@@ -1,164 +0,0 @@
|
|
|
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
|
-
};
|