@layers-app/shared 0.2.8 → 0.3.0

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 (121) hide show
  1. package/dist/api/giphy/slice.d.ts +1 -1
  2. package/dist/api/giphy/slice.d.ts.map +1 -1
  3. package/dist/api/unsplash/slice.d.ts +1 -1
  4. package/dist/api/unsplash/slice.d.ts.map +1 -1
  5. package/dist/assets/layers-logo-icon.svg2.js +4 -0
  6. package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
  7. package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
  8. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  9. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
  11. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  12. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  13. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  14. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  15. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  16. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  17. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  18. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  19. package/dist/components/CommunitiesDialog/index.d.ts.map +1 -1
  20. package/dist/components/CommunitiesDialog/index.js +47 -46
  21. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  22. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  23. package/dist/components/Copyright/index.d.ts.map +1 -1
  24. package/dist/components/Copyright/index.js +8 -7
  25. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  26. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  27. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  28. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  29. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  30. package/dist/components/FilePicker/FilePicker.d.ts +2 -4
  31. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  32. package/dist/components/FilePicker/FilePicker.js +236 -247
  33. package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
  34. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  35. package/dist/components/FilePicker/FilePickerGallery.js +33 -59
  36. package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
  37. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  38. package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
  39. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  40. package/dist/components/FilePicker/FilePickerLink.js +19 -22
  41. package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
  42. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  43. package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
  44. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  45. package/dist/components/FilePicker/FilePickerUpload.js +35 -51
  46. package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
  47. package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
  48. package/dist/components/FilePicker/api/giphyApi.js +11 -14
  49. package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
  50. package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
  51. package/dist/components/FilePicker/api/unsplashApi.js +14 -19
  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/PictureSelectableCard.d.ts.map +1 -1
  59. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
  60. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  61. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  62. package/dist/components/FormViewer/helpers/conditions.d.ts +84 -84
  63. package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
  64. package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
  65. package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
  66. package/dist/components/FormViewer/helpers/steps.js +22 -21
  67. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
  68. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
  69. package/dist/components/FormViewer/store/formStore.d.ts +357 -357
  70. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  71. package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
  72. package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
  73. package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
  74. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  75. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  76. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  77. package/dist/components/Loaders/styles.module.css.js +6 -6
  78. package/dist/components/Logotype.d.ts +4 -3
  79. package/dist/components/Logotype.d.ts.map +1 -1
  80. package/dist/components/Logotype.js +56 -33
  81. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  82. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  83. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  84. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  85. package/dist/components/Notification/Notification.module.css.js +1 -1
  86. package/dist/components/OnBoarding/OnBoardingPage.js +35 -35
  87. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  88. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  89. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  90. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  91. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  92. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  93. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
  94. package/dist/components/table/FrontTable.d.ts.map +1 -1
  95. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  96. package/dist/config/brand.d.ts +48 -0
  97. package/dist/config/brand.d.ts.map +1 -0
  98. package/dist/config/brand.js +69 -0
  99. package/dist/config/envConfig.d.ts +70 -0
  100. package/dist/config/envConfig.d.ts.map +1 -0
  101. package/dist/config/envConfig.js +29 -0
  102. package/dist/constants.d.ts +1 -1
  103. package/dist/constants.d.ts.map +1 -1
  104. package/dist/constants.js +7 -6
  105. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  106. package/dist/helpers/showNotifications.module.css.js +1 -1
  107. package/dist/hooks/useDisableWindowScroll.js +3 -3
  108. package/dist/index.css +1 -1
  109. package/dist/index.d.ts +2 -0
  110. package/dist/index.d.ts.map +1 -1
  111. package/dist/index.js +429 -423
  112. package/dist/lang/locales/ui_en.json.js +15 -15
  113. package/dist/lang/locales/ui_es.json.js +13 -13
  114. package/dist/lang/locales/ui_ru.json.js +12 -12
  115. package/docs/README.md +499 -499
  116. package/package.json +75 -78
  117. package/dist/assets/svg/default_icon.svg.js +0 -4
  118. package/dist/components/FilePicker/coverCollections.d.ts +0 -4
  119. package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
  120. package/dist/components/FilePicker/coverCollections.js +0 -164
  121. /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
package/package.json CHANGED
@@ -1,78 +1,75 @@
1
- {
2
- "name": "@layers-app/shared",
3
- "version": "0.2.8",
4
- "description": "Shared components, hooks, and utilities for Layers application",
5
- "files": [
6
- "dist",
7
- "docs"
8
- ],
9
- "publishConfig": {
10
- "access": "public"
11
- },
12
- "type": "module",
13
- "main": "dist/index.js",
14
- "module": "dist/index.js",
15
- "types": "dist/index.d.ts",
16
- "sideEffects": [
17
- "**/*.css"
18
- ],
19
- "exports": {
20
- ".": {
21
- "import": "./dist/index.js",
22
- "types": "./dist/index.d.ts"
23
- },
24
- "./styles": "./dist/index.css",
25
- "./dist/*": "./dist/*",
26
- "./assets/*": "./src/assets/*",
27
- "./package.json": "./package.json"
28
- },
29
- "scripts": {
30
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build && tsc --project tsconfig.build.json",
31
- "check:ts": "tsc --noEmit",
32
- "prePublish": "vite build && npm version patch",
33
- "watch": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --watch"
34
- },
35
- "devDependencies": {
36
- "cross-env": "^7.0.3"
37
- },
38
- "peerDependencies": {
39
- "@gfazioli/mantine-onboarding-tour": "^2.6.11",
40
- "@dnd-kit/core": "^6.0.0",
41
- "@dnd-kit/sortable": "^8.0.0",
42
- "@dnd-kit/utilities": "^3.2.0",
43
- "@mantine/core": "8.3.5",
44
- "@mantine/dates": "8.3.5",
45
- "@mantine/dropzone": "8.3.5",
46
- "@mantine/form": "8.3.5",
47
- "@mantine/hooks": "8.3.5",
48
- "@mantine/modals": "8.3.5",
49
- "@mantine/notifications": "8.3.5",
50
- "@reduxjs/toolkit": "^2.2.7",
51
- "@tabler/icons-react": "^3.7.0",
52
- "@tabler/icons-sprite": "^3.29.0",
53
- "@tanstack/react-query": "^5.52.2",
54
- "@tanstack/virtual-core": "^3.0.0",
55
- "chroma-js": "^3.1.2",
56
- "date-fns": "^4.1.0",
57
- "draggable-ui": "^0.0.1",
58
- "emoji-mart": "^5.6.0",
59
- "@emoji-mart/data": "^1.2.1",
60
- "exceljs": "^4.3.0",
61
- "framer-motion": "^11.3.24",
62
- "fuse.js": "^7.1.0",
63
- "i18next": "^25.5.2",
64
- "lodash-es": "^4.17.21",
65
- "query-string": "^9.1.0",
66
- "react": "^18.3.1",
67
- "react-dom": "^18.3.1",
68
- "react-helmet": "^6.1.0",
69
- "react-i18next": "^15.7.3",
70
- "react-router-dom": "^7.5.2",
71
- "react-zoom-pan-pinch": "^3.0.0",
72
- "shaka-player": "^4.0.0",
73
- "shaka-player-react": "^1.1.5",
74
- "styled-components": "^6.0.0",
75
- "zod": "^3.0.0",
76
- "zustand": "^5.0.3"
77
- }
78
- }
1
+ {
2
+ "name": "@layers-app/shared",
3
+ "version": "0.3.0",
4
+ "description": "Shared components, hooks, and utilities for Layers application",
5
+ "files": [
6
+ "dist",
7
+ "docs"
8
+ ],
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "type": "module",
13
+ "main": "dist/index.js",
14
+ "module": "dist/index.js",
15
+ "types": "dist/index.d.ts",
16
+ "sideEffects": [
17
+ "**/*.css"
18
+ ],
19
+ "exports": {
20
+ ".": {
21
+ "import": "./dist/index.js",
22
+ "types": "./dist/index.d.ts"
23
+ },
24
+ "./styles": "./dist/index.css",
25
+ "./dist/*": "./dist/*",
26
+ "./assets/*": "./src/assets/*",
27
+ "./package.json": "./package.json"
28
+ },
29
+ "scripts": {
30
+ "build": "NODE_OPTIONS='--max-old-space-size=8192' vite build && tsc --project tsconfig.build.json",
31
+ "check:ts": "tsc --noEmit",
32
+ "prePublish": "vite build && npm version patch",
33
+ "watch": "vite build --watch"
34
+ },
35
+ "peerDependencies": {
36
+ "@gfazioli/mantine-onboarding-tour": "^2.6.11",
37
+ "@dnd-kit/core": "^6.0.0",
38
+ "@dnd-kit/sortable": "^8.0.0",
39
+ "@dnd-kit/utilities": "^3.2.0",
40
+ "@mantine/core": "8.3.5",
41
+ "@mantine/dates": "8.3.5",
42
+ "@mantine/dropzone": "8.3.5",
43
+ "@mantine/form": "8.3.5",
44
+ "@mantine/hooks": "8.3.5",
45
+ "@mantine/modals": "8.3.5",
46
+ "@mantine/notifications": "8.3.5",
47
+ "@reduxjs/toolkit": "^2.2.7",
48
+ "@tabler/icons-react": "^3.7.0",
49
+ "@tabler/icons-sprite": "^3.29.0",
50
+ "@tanstack/react-query": "^5.52.2",
51
+ "@tanstack/virtual-core": "^3.0.0",
52
+ "chroma-js": "^3.1.2",
53
+ "date-fns": "^4.1.0",
54
+ "draggable-ui": "^0.0.1",
55
+ "emoji-mart": "^5.6.0",
56
+ "@emoji-mart/data": "^1.2.1",
57
+ "exceljs": "^4.3.0",
58
+ "framer-motion": "^11.3.24",
59
+ "fuse.js": "^7.1.0",
60
+ "i18next": "^25.5.2",
61
+ "lodash-es": "^4.17.21",
62
+ "query-string": "^9.1.0",
63
+ "react": "^18.3.1",
64
+ "react-dom": "^18.3.1",
65
+ "react-helmet": "^6.1.0",
66
+ "react-i18next": "^15.7.3",
67
+ "react-router-dom": "^7.5.2",
68
+ "react-zoom-pan-pinch": "^3.0.0",
69
+ "shaka-player": "^4.0.0",
70
+ "shaka-player-react": "^1.1.5",
71
+ "styled-components": "^6.0.0",
72
+ "zod": "^3.0.0",
73
+ "zustand": "^5.0.3"
74
+ }
75
+ }
@@ -1,4 +0,0 @@
1
- const C = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20fill='black'/%3e%3cpath%20d='M36%2023.5105V28.4925C36%2029.8436%2035.4207%2030.8569%2034.2621%2031.448C31.4483%2033.0524%2028.6345%2034.7412%2025.8207%2036.43C24.5793%2037.19%2023.5035%2037.19%2022.2621%2036.43C19.4483%2034.7412%2016.5517%2033.0524%2013.7379%2031.448C12.5793%2030.8569%2012%2029.928%2012%2028.6615V18.3597C12%2017.093%2012.4966%2016.2486%2013.5724%2015.5731C16.5517%2013.8843%2019.4483%2012.1955%2022.3448%2010.5066C23.5035%209.83112%2024.5793%209.83112%2025.7379%2010.5066C28.6345%2012.1955%2031.4483%2013.8843%2034.3449%2015.4887C35.4207%2016.1642%2036%2017.093%2036%2018.3597V23.5105ZM23.0069%2034.6568V25.115C23.0069%2024.355%2022.7586%2023.9327%2022.0966%2023.595C19.7793%2022.244%2017.4621%2020.8929%2015.2276%2019.6262C14.8138%2019.3729%2014.4%2019.2041%2013.9034%2018.8663V28.4925C13.9034%2029.1681%2014.1517%2029.5904%2014.731%2029.928C18.0414%2031.7858%2022.2621%2034.319%2023.0069%2034.7412V34.6568ZM34.0138%2029.337V22.6662C34.0138%2017.9374%2033.7656%2017.5152%2033.269%2017.1775C29.9587%2015.2353%2024.1655%2011.9421%2023.9173%2011.8577V15.1509C23.9173%2015.742%2024.0828%2015.9953%2024.5793%2016.2486C25.9035%2017.0086%2027.2276%2017.7686%2028.5517%2018.5285C29.8759%2019.2885%2030.4552%2020.3018%2030.4552%2021.8218V26.6349C30.4552%2026.8882%2030.6207%2027.226%2030.7863%2027.3948C31.7794%2027.9859%2032.7725%2028.577%2033.9311%2029.2526H34.0138V29.337ZM18.5379%2015.0665V18.5285C18.5379%2019.0352%2018.7035%2019.2885%2019.1173%2019.5418C20.5242%2020.3018%2021.8483%2021.1463%2023.2552%2021.9062C24.4966%2022.5817%2025.0759%2023.595%2025.0759%2025.0305V29.8436C25.0759%2030.097%2025.0759%2030.4347%2025.3241%2030.6036C26.3173%2031.2791%2027.3932%2031.8702%2028.5517%2032.5458V25.8749C28.5517%2021.1462%2028.2207%2020.8085%2027.9725%2020.5551C26.8139%2019.7108%2022.5931%2017.3464%2018.6207%2015.0665H18.5379Z'%20fill='white'/%3e%3c/svg%3e";
2
- export {
3
- C as default
4
- };
@@ -1,4 +0,0 @@
1
- import type { ImagePickerGalleryCollection } from './types';
2
- export type CoverGallerySource = Omit<ImagePickerGalleryCollection, 'title'>;
3
- export declare const coverCollections: CoverGallerySource[];
4
- //# sourceMappingURL=coverCollections.d.ts.map
@@ -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
- };