@prom-ui/core 2.5.0 → 3.0.0-alpha.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.
- package/Avatar/cjs/index.development.js +8 -0
- package/Avatar/cjs/index.development.v2.js +8 -0
- package/Avatar/cjs/index.production.js +1 -1
- package/Avatar/cjs/index.production.v2.js +1 -1
- package/Avatar/index.d.ts +13 -5
- package/Avatar/package.json +1 -1
- package/Backdrop/cjs/index.development.js +5 -3
- package/Backdrop/cjs/index.development.v2.js +5 -3
- package/Backdrop/cjs/index.production.js +1 -1
- package/Backdrop/cjs/index.production.v2.js +1 -1
- package/Backdrop/index.d.ts +11 -9
- package/Backdrop/package.json +1 -1
- package/Badge/cjs/index.development.js +7 -1
- package/Badge/cjs/index.development.v2.js +7 -1
- package/Badge/cjs/index.production.js +1 -1
- package/Badge/cjs/index.production.v2.js +1 -1
- package/Badge/index.d.ts +17 -9
- package/Badge/package.json +1 -1
- package/Body/cjs/index.development.js +22 -0
- package/Body/cjs/index.development.v2.js +22 -0
- package/Body/index.d.ts +68 -0
- package/Body/package.json +1 -1
- package/BodyProvider/cjs/index.development.js +103 -151
- package/BodyProvider/cjs/index.development.v2.js +103 -151
- package/BodyProvider/cjs/index.production.js +1 -1
- package/BodyProvider/cjs/index.production.v2.js +1 -1
- package/BodyProvider/hooks/useSyncDomColorScheme.d.ts +10 -0
- package/BodyProvider/hooks/useSyncStoreProps.d.ts +13 -0
- package/BodyProvider/index.d.ts +17 -1
- package/BodyProvider/package.json +1 -1
- package/BodyProvider/slices/sliceColorScheme.d.ts +16 -0
- package/BodyProvider/slices/sliceTTag.d.ts +1 -1
- package/BodyProvider/store.d.ts +4 -2
- package/BodyScrollLock/cjs/index.development.js +7 -0
- package/BodyScrollLock/cjs/index.development.v2.js +7 -0
- package/BodyScrollLock/cjs/index.production.js +1 -1
- package/BodyScrollLock/cjs/index.production.v2.js +1 -1
- package/BodyScrollLock/index.d.ts +8 -0
- package/BodyScrollLock/package.json +1 -1
- package/Box/cjs/index.development.js +14 -3
- package/Box/cjs/index.development.v2.js +14 -3
- package/Box/index.d.ts +110 -3
- package/Box/package.json +1 -1
- package/Button/cjs/index.development.js +16 -0
- package/Button/cjs/index.development.v2.js +16 -0
- package/Button/cjs/index.production.js +1 -1
- package/Button/cjs/index.production.v2.js +1 -1
- package/Button/index.d.ts +87 -1
- package/Button/package.json +1 -1
- package/ButtonPageUp/cjs/index.development.js +8 -0
- package/ButtonPageUp/cjs/index.development.v2.js +8 -0
- package/ButtonPageUp/cjs/index.production.js +1 -1
- package/ButtonPageUp/cjs/index.production.v2.js +1 -1
- package/ButtonPageUp/index.d.ts +14 -5
- package/ButtonPageUp/package.json +1 -1
- package/Checkbox/cjs/index.development.js +6 -0
- package/Checkbox/cjs/index.development.v2.js +6 -0
- package/Checkbox/cjs/index.production.js +1 -1
- package/Checkbox/cjs/index.production.v2.js +1 -1
- package/Checkbox/index.d.ts +9 -0
- package/Checkbox/package.json +1 -1
- package/ColorScheme/cjs/index.development.js +14 -3
- package/ColorScheme/cjs/index.development.v2.js +14 -3
- package/ColorScheme/cjs/index.production.js +1 -1
- package/ColorScheme/cjs/index.production.v2.js +1 -1
- package/ColorScheme/index.d.ts +12 -2
- package/ColorScheme/package.json +1 -1
- package/ContextMenu/cjs/index.development.js +8 -0
- package/ContextMenu/cjs/index.development.v2.js +8 -0
- package/ContextMenu/cjs/index.production.js +1 -1
- package/ContextMenu/cjs/index.production.v2.js +1 -1
- package/ContextMenu/index.d.ts +14 -5
- package/ContextMenu/package.json +1 -1
- package/ErrorCatch/ErrorCatch.d.ts +9 -3
- package/ErrorCatch/cjs/index.development.js +6 -1
- package/ErrorCatch/cjs/index.development.v2.js +6 -1
- package/ErrorCatch/cjs/index.production.js +1 -1
- package/ErrorCatch/cjs/index.production.v2.js +1 -1
- package/ErrorCatch/package.json +1 -1
- package/Flex/cjs/index.development.js +30 -0
- package/Flex/cjs/index.development.v2.js +30 -0
- package/Flex/index.d.ts +86 -0
- package/Flex/package.json +1 -1
- package/Grid/cjs/index.development.js +30 -2
- package/Grid/cjs/index.development.v2.js +30 -2
- package/Grid/cjs/index.production.js +1 -1
- package/Grid/cjs/index.production.v2.js +1 -1
- package/Grid/cjs/style.development.css +1324 -4959
- package/Grid/cjs/style.development.v2.css +1324 -4959
- package/Grid/cjs/style.production.css +1 -1
- package/Grid/cjs/style.production.v2.css +1 -1
- package/Grid/index.d.ts +94 -9
- package/Grid/package.json +1 -1
- package/Icon/cjs/index.development.js +13 -0
- package/Icon/cjs/index.development.v2.js +13 -0
- package/Icon/index.d.ts +29 -2
- package/Icon/package.json +1 -1
- package/Image/cjs/index.development.js +16 -0
- package/Image/cjs/index.development.v2.js +16 -0
- package/Image/cjs/style.development.css +1 -2
- package/Image/cjs/style.development.v2.css +1 -2
- package/Image/cjs/style.production.css +1 -1
- package/Image/cjs/style.production.v2.css +1 -1
- package/Image/index.d.ts +74 -0
- package/Image/package.json +1 -1
- package/ImageEmoji/cjs/index.development.js +6 -0
- package/ImageEmoji/cjs/index.development.v2.js +6 -0
- package/ImageEmoji/cjs/index.production.js +1 -1
- package/ImageEmoji/cjs/index.production.v2.js +1 -1
- package/ImageEmoji/index.d.ts +8 -1
- package/ImageEmoji/package.json +1 -1
- package/Input/cjs/index.development.js +15 -0
- package/Input/cjs/index.development.v2.js +15 -0
- package/Input/index.d.ts +35 -0
- package/Input/package.json +1 -1
- package/InputField/cjs/index.development.js +7 -0
- package/InputField/cjs/index.development.v2.js +7 -0
- package/InputField/cjs/index.production.js +1 -1
- package/InputField/cjs/index.production.v2.js +1 -1
- package/InputField/index.d.ts +13 -4
- package/InputField/package.json +1 -1
- package/KeyPress/cjs/index.development.js +8 -0
- package/KeyPress/cjs/index.development.v2.js +8 -0
- package/KeyPress/cjs/index.production.js +1 -1
- package/KeyPress/cjs/index.production.v2.js +1 -1
- package/KeyPress/index.d.ts +11 -4
- package/KeyPress/package.json +1 -1
- package/Label/cjs/index.development.js +9 -1
- package/Label/cjs/index.development.v2.js +9 -1
- package/Label/index.d.ts +15 -2
- package/Label/package.json +1 -1
- package/Line/cjs/index.development.js +11 -0
- package/Line/cjs/index.development.v2.js +11 -0
- package/Line/index.d.ts +35 -0
- package/Line/package.json +1 -1
- package/Link/cjs/index.development.js +10 -4
- package/Link/cjs/index.development.v2.js +10 -4
- package/Link/cjs/style.development.css +1 -2
- package/Link/cjs/style.development.v2.css +1 -2
- package/Link/cjs/style.production.css +1 -1
- package/Link/cjs/style.production.v2.css +1 -1
- package/Link/index.d.ts +61 -3
- package/Link/package.json +1 -1
- package/List/cjs/index.development.js +22 -0
- package/List/cjs/index.development.v2.js +22 -0
- package/List/index.d.ts +64 -0
- package/List/package.json +1 -1
- package/Media/cjs/index.development.js +6 -1
- package/Media/cjs/index.development.v2.js +6 -1
- package/Media/cjs/index.production.js +1 -1
- package/Media/cjs/index.production.v2.js +1 -1
- package/Media/index.d.ts +8 -3
- package/Media/package.json +1 -1
- package/Modal/cjs/index.development.js +8 -0
- package/Modal/cjs/index.development.v2.js +8 -0
- package/Modal/cjs/index.production.js +1 -1
- package/Modal/cjs/index.production.v2.js +1 -1
- package/Modal/index.d.ts +16 -8
- package/Modal/package.json +1 -1
- package/OutsideClick/cjs/index.development.js +8 -0
- package/OutsideClick/cjs/index.development.v2.js +8 -0
- package/OutsideClick/cjs/index.production.js +1 -1
- package/OutsideClick/cjs/index.production.v2.js +1 -1
- package/OutsideClick/index.d.ts +10 -2
- package/OutsideClick/package.json +1 -1
- package/Overlay/cjs/index.development.js +7 -2
- package/Overlay/cjs/index.development.v2.js +7 -2
- package/Overlay/cjs/index.production.js +1 -1
- package/Overlay/cjs/index.production.v2.js +1 -1
- package/Overlay/index.d.ts +34 -29
- package/Overlay/package.json +1 -1
- package/PhotoGallery/cjs/index.development.js +22 -3
- package/PhotoGallery/cjs/index.development.v2.js +22 -3
- package/PhotoGallery/cjs/index.production.js +1 -1
- package/PhotoGallery/cjs/index.production.v2.js +1 -1
- package/PhotoGallery/cjs/style.development.css +34 -18
- package/PhotoGallery/cjs/style.development.v2.css +34 -18
- package/PhotoGallery/cjs/style.production.css +1 -1
- package/PhotoGallery/cjs/style.production.v2.css +1 -1
- package/PhotoGallery/index.d.ts +22 -7
- package/PhotoGallery/package.json +1 -1
- package/Picture/cjs/index.development.js +22 -0
- package/Picture/cjs/index.development.v2.js +22 -0
- package/Picture/cjs/style.development.css +1 -2
- package/Picture/cjs/style.development.v2.css +1 -2
- package/Picture/cjs/style.production.css +1 -1
- package/Picture/cjs/style.production.v2.css +1 -1
- package/Picture/index.d.ts +62 -0
- package/Picture/package.json +1 -1
- package/Portal/cjs/index.development.js +10 -0
- package/Portal/cjs/index.development.v2.js +10 -0
- package/Portal/cjs/index.production.js +1 -1
- package/Portal/cjs/index.production.v2.js +1 -1
- package/Portal/index.d.ts +12 -3
- package/Portal/package.json +1 -1
- package/Progress/cjs/index.development.js +5 -1
- package/Progress/cjs/index.development.v2.js +5 -1
- package/Progress/cjs/index.production.js +1 -1
- package/Progress/cjs/index.production.v2.js +1 -1
- package/Progress/index.d.ts +9 -1
- package/Progress/package.json +1 -1
- package/QRCode/cjs/index.development.js +6 -0
- package/QRCode/cjs/index.development.v2.js +6 -0
- package/QRCode/cjs/index.production.js +1 -1
- package/QRCode/cjs/index.production.v2.js +1 -1
- package/QRCode/index.d.ts +11 -5
- package/QRCode/package.json +1 -1
- package/Rating/cjs/index.development.js +8 -0
- package/Rating/cjs/index.development.v2.js +8 -0
- package/Rating/cjs/index.production.js +1 -1
- package/Rating/cjs/index.production.v2.js +1 -1
- package/Rating/index.d.ts +12 -4
- package/Rating/package.json +1 -1
- package/RatingSelect/cjs/index.development.js +7 -0
- package/RatingSelect/cjs/index.development.v2.js +7 -0
- package/RatingSelect/cjs/index.production.js +1 -1
- package/RatingSelect/cjs/index.production.v2.js +1 -1
- package/RatingSelect/index.d.ts +13 -6
- package/RatingSelect/package.json +1 -1
- package/Scroll/cjs/index.development.js +23 -0
- package/Scroll/cjs/index.development.v2.js +23 -0
- package/Scroll/index.d.ts +67 -7
- package/Scroll/package.json +1 -1
- package/ScrollControls/ScrollControlsButton.d.ts +2 -0
- package/ScrollControls/cjs/index.development.js +19 -3
- package/ScrollControls/cjs/index.development.v2.js +19 -3
- package/ScrollControls/cjs/index.production.js +1 -1
- package/ScrollControls/cjs/index.production.v2.js +1 -1
- package/ScrollControls/index.d.ts +21 -4
- package/ScrollControls/package.json +1 -1
- package/SimpleSlider/cjs/index.development.js +9 -0
- package/SimpleSlider/cjs/index.development.v2.js +9 -0
- package/SimpleSlider/cjs/index.production.js +1 -1
- package/SimpleSlider/cjs/index.production.v2.js +1 -1
- package/SimpleSlider/index.d.ts +27 -16
- package/SimpleSlider/package.json +1 -1
- package/Skeleton/cjs/index.development.js +11 -0
- package/Skeleton/cjs/index.development.v2.js +11 -0
- package/Skeleton/cjs/index.production.js +1 -1
- package/Skeleton/cjs/index.production.v2.js +1 -1
- package/Skeleton/index.d.ts +73 -12
- package/Skeleton/package.json +1 -1
- package/SnackBar/cjs/index.development.js +6 -1
- package/SnackBar/cjs/index.development.v2.js +6 -1
- package/SnackBar/cjs/index.production.js +1 -1
- package/SnackBar/cjs/index.production.v2.js +1 -1
- package/SnackBar/index.d.ts +22 -15
- package/SnackBar/package.json +1 -1
- package/Spinner/cjs/index.development.js +11 -0
- package/Spinner/cjs/index.development.v2.js +11 -0
- package/Spinner/cjs/index.production.js +1 -1
- package/Spinner/cjs/index.production.v2.js +1 -1
- package/Spinner/index.d.ts +39 -7
- package/Spinner/package.json +1 -1
- package/Text/cjs/index.development.js +16 -0
- package/Text/cjs/index.development.v2.js +16 -0
- package/Text/cjs/style.development.css +4 -8
- package/Text/cjs/style.development.v2.css +4 -8
- package/Text/cjs/style.production.css +1 -1
- package/Text/cjs/style.production.v2.css +1 -1
- package/Text/index.d.ts +83 -0
- package/Text/package.json +1 -1
- package/TextEmoji/cjs/index.development.js +7 -0
- package/TextEmoji/cjs/index.development.v2.js +7 -0
- package/TextEmoji/cjs/index.production.js +1 -1
- package/TextEmoji/cjs/index.production.v2.js +1 -1
- package/TextEmoji/index.d.ts +8 -0
- package/TextEmoji/package.json +1 -1
- package/Tooltip/cjs/index.development.js +8 -0
- package/Tooltip/cjs/index.development.v2.js +8 -0
- package/Tooltip/cjs/index.production.js +1 -1
- package/Tooltip/cjs/index.production.v2.js +1 -1
- package/Tooltip/index.d.ts +37 -30
- package/Tooltip/package.json +1 -1
- package/Tumbler/cjs/index.development.js +6 -0
- package/Tumbler/cjs/index.development.v2.js +6 -0
- package/Tumbler/cjs/index.production.js +1 -1
- package/Tumbler/cjs/index.production.v2.js +1 -1
- package/Tumbler/index.d.ts +8 -0
- package/Tumbler/package.json +1 -1
- package/Viewport/cjs/index.development.js +10 -0
- package/Viewport/cjs/index.development.v2.js +10 -0
- package/Viewport/cjs/index.production.js +1 -1
- package/Viewport/cjs/index.production.v2.js +1 -1
- package/Viewport/index.d.ts +15 -4
- package/Viewport/package.json +1 -1
- package/evokit/cjs/index.production.js +1 -1
- package/evokit/cjs/index.production.v2.js +1 -1
- package/evokit/package.json +1 -1
- package/package.json +3 -16
- package/useBrowserLayoutEffect/cjs/index.development.js +1 -1
- package/useBrowserLayoutEffect/cjs/index.development.v2.js +1 -1
- package/useBrowserLayoutEffect/index.d.ts +1 -1
- package/useBrowserLayoutEffect/package.json +1 -1
- package/useColorScheme/cjs/index.development.js +61 -0
- package/useColorScheme/cjs/index.development.v2.js +61 -0
- package/useColorScheme/cjs/index.production.js +1 -0
- package/useColorScheme/cjs/index.production.v2.js +1 -0
- package/useColorScheme/index.d.ts +31 -0
- package/useColorScheme/index.js +7 -0
- package/useColorScheme/index.v2.js +7 -0
- package/useColorScheme/package.json +9 -0
- package/useDebounce/cjs/index.development.js +2 -9
- package/useDebounce/cjs/index.development.v2.js +2 -9
- package/useDebounce/cjs/index.production.js +1 -1
- package/useDebounce/cjs/index.production.v2.js +1 -1
- package/useDebounce/index.d.ts +1 -1
- package/useDebounce/package.json +1 -1
- package/useForwardRef/cjs/index.development.js +1 -1
- package/useForwardRef/cjs/index.development.v2.js +1 -1
- package/useForwardRef/cjs/index.production.js +1 -1
- package/useForwardRef/cjs/index.production.v2.js +1 -1
- package/useForwardRef/index.d.ts +1 -1
- package/useForwardRef/package.json +1 -1
- package/useInView/package.json +1 -1
- package/useIsMounted/cjs/index.development.js +1 -1
- package/useIsMounted/cjs/index.development.v2.js +1 -1
- package/useIsMounted/cjs/index.production.js +1 -1
- package/useIsMounted/cjs/index.production.v2.js +1 -1
- package/useIsMounted/index.d.ts +1 -1
- package/useIsMounted/package.json +1 -1
- package/useKeyPress/cjs/index.development.js +1 -9
- package/useKeyPress/cjs/index.development.v2.js +1 -9
- package/useKeyPress/cjs/index.production.js +1 -1
- package/useKeyPress/cjs/index.production.v2.js +1 -1
- package/useKeyPress/index.d.ts +1 -1
- package/useKeyPress/package.json +1 -1
- package/useMedia/cjs/index.development.js +1 -1
- package/useMedia/cjs/index.development.v2.js +1 -1
- package/useMedia/index.d.ts +3 -3
- package/useMedia/package.json +1 -1
- package/useOutsideClick/cjs/index.development.js +1 -1
- package/useOutsideClick/cjs/index.development.v2.js +1 -1
- package/useOutsideClick/index.d.ts +1 -1
- package/useOutsideClick/package.json +1 -1
- package/usePortal/cjs/index.development.js +9 -21
- package/usePortal/cjs/index.development.v2.js +9 -21
- package/usePortal/cjs/index.production.js +1 -1
- package/usePortal/cjs/index.production.v2.js +1 -1
- package/usePortal/index.d.ts +5 -6
- package/usePortal/package.json +1 -1
- package/useScrollPosition/cjs/index.development.js +1 -1
- package/useScrollPosition/cjs/index.development.v2.js +1 -1
- package/useScrollPosition/index.d.ts +1 -1
- package/useScrollPosition/package.json +1 -1
- package/useScrollSync/cjs/index.development.js +210 -0
- package/useScrollSync/cjs/index.development.v2.js +210 -0
- package/useScrollSync/cjs/index.production.js +1 -0
- package/useScrollSync/cjs/index.production.v2.js +1 -0
- package/useScrollSync/index.d.ts +31 -0
- package/useScrollSync/index.js +7 -0
- package/useScrollSync/index.v2.js +7 -0
- package/useScrollSync/package.json +12 -0
- package/useSnackBar/cjs/index.development.js +1 -1
- package/useSnackBar/cjs/index.development.v2.js +1 -1
- package/useSnackBar/cjs/index.production.js +1 -1
- package/useSnackBar/cjs/index.production.v2.js +1 -1
- package/useSnackBar/index.d.ts +1 -1
- package/useSnackBar/package.json +1 -1
- package/base/colors-dark.css +0 -5
|
@@ -225,38 +225,54 @@
|
|
|
225
225
|
object-fit: cover;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
.PhotoGallery__previewRating___GqvTR {
|
|
229
|
+
position: absolute;
|
|
230
|
+
top: 4px;
|
|
231
|
+
right: 4px;
|
|
232
|
+
pointer-events: none;
|
|
233
|
+
-webkit-user-select: none;
|
|
234
|
+
-moz-user-select: none;
|
|
235
|
+
user-select: none;
|
|
236
|
+
border-radius: var(--pds-round-3xl);
|
|
237
|
+
height: 20px;
|
|
238
|
+
display: flex;
|
|
239
|
+
align-items: center;
|
|
240
|
+
padding: 0 6px;
|
|
241
|
+
gap: 2px;
|
|
242
|
+
background: rgba(255, 255, 255, 0.6);
|
|
243
|
+
color: var(--pds-color-light-black-900);
|
|
244
|
+
font-weight: 500;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.PhotoGallery__previewRatingIcon___qPTNw {
|
|
248
|
+
width: 12px;
|
|
249
|
+
height: 12px;
|
|
250
|
+
color: var(--pds-color-light-violet-500);
|
|
251
|
+
}
|
|
252
|
+
|
|
228
253
|
/* video */
|
|
229
254
|
|
|
230
255
|
.PhotoGallery__videoPlayLabel___2kU58 {
|
|
231
256
|
position: absolute;
|
|
232
|
-
left:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
width: 45%;
|
|
238
|
-
height: 45%;
|
|
239
|
-
min-width: 24px;
|
|
240
|
-
min-height: 24px;
|
|
241
|
-
max-width: 48px;
|
|
242
|
-
max-height: 48px;
|
|
257
|
+
left: 4px;
|
|
258
|
+
bottom: 4px;
|
|
259
|
+
border-radius: var(--pds-round-xs);
|
|
260
|
+
width: 24px;
|
|
261
|
+
height: 20px;
|
|
243
262
|
display: flex;
|
|
244
263
|
align-items: center;
|
|
245
264
|
justify-content: center;
|
|
246
|
-
color: var(--black-900);
|
|
247
265
|
pointer-events: none;
|
|
248
266
|
-webkit-user-select: none;
|
|
249
267
|
-moz-user-select: none;
|
|
250
268
|
user-select: none;
|
|
269
|
+
background: rgba(10, 10, 10, 0.3);
|
|
270
|
+
color: var(--pds-color-light-white);
|
|
251
271
|
}
|
|
252
272
|
|
|
253
273
|
.PhotoGallery__videoPlayLabelIcon___WR7T8 {
|
|
254
|
-
width:
|
|
255
|
-
height:
|
|
256
|
-
min-width: 10px;
|
|
257
|
-
min-height: 10px;
|
|
258
|
-
max-width: 16px;
|
|
259
|
-
max-height: 16px;
|
|
274
|
+
width: 20px;
|
|
275
|
+
height: 20px;
|
|
260
276
|
}
|
|
261
277
|
|
|
262
278
|
/* animation */
|
|
@@ -225,38 +225,54 @@
|
|
|
225
225
|
object-fit: cover;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
.PhotoGallery__previewRating___6dvN5 {
|
|
229
|
+
position: absolute;
|
|
230
|
+
top: 4px;
|
|
231
|
+
right: 4px;
|
|
232
|
+
pointer-events: none;
|
|
233
|
+
-webkit-user-select: none;
|
|
234
|
+
-moz-user-select: none;
|
|
235
|
+
user-select: none;
|
|
236
|
+
border-radius: var(--pds-round-3xl);
|
|
237
|
+
height: 20px;
|
|
238
|
+
display: flex;
|
|
239
|
+
align-items: center;
|
|
240
|
+
padding: 0 6px;
|
|
241
|
+
gap: 2px;
|
|
242
|
+
background: rgba(255, 255, 255, 0.6);
|
|
243
|
+
color: var(--pds-color-light-black-900);
|
|
244
|
+
font-weight: 500;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.PhotoGallery__previewRatingIcon___qXV70 {
|
|
248
|
+
width: 12px;
|
|
249
|
+
height: 12px;
|
|
250
|
+
color: var(--pds-color-light-violet-500);
|
|
251
|
+
}
|
|
252
|
+
|
|
228
253
|
/* video */
|
|
229
254
|
|
|
230
255
|
.PhotoGallery__videoPlayLabel___jQiDN {
|
|
231
256
|
position: absolute;
|
|
232
|
-
left:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
width: 45%;
|
|
238
|
-
height: 45%;
|
|
239
|
-
min-width: 24px;
|
|
240
|
-
min-height: 24px;
|
|
241
|
-
max-width: 48px;
|
|
242
|
-
max-height: 48px;
|
|
257
|
+
left: 4px;
|
|
258
|
+
bottom: 4px;
|
|
259
|
+
border-radius: var(--pds-round-xs);
|
|
260
|
+
width: 24px;
|
|
261
|
+
height: 20px;
|
|
243
262
|
display: flex;
|
|
244
263
|
align-items: center;
|
|
245
264
|
justify-content: center;
|
|
246
|
-
color: var(--black-900);
|
|
247
265
|
pointer-events: none;
|
|
248
266
|
-webkit-user-select: none;
|
|
249
267
|
-moz-user-select: none;
|
|
250
268
|
user-select: none;
|
|
269
|
+
background: rgba(10, 10, 10, 0.3);
|
|
270
|
+
color: var(--pds-color-light-white);
|
|
251
271
|
}
|
|
252
272
|
|
|
253
273
|
.PhotoGallery__videoPlayLabelIcon___wSdjd {
|
|
254
|
-
width:
|
|
255
|
-
height:
|
|
256
|
-
min-width: 10px;
|
|
257
|
-
min-height: 10px;
|
|
258
|
-
max-width: 16px;
|
|
259
|
-
max-height: 16px;
|
|
274
|
+
width: 20px;
|
|
275
|
+
height: 20px;
|
|
260
276
|
}
|
|
261
277
|
|
|
262
278
|
/* animation */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.BeLzR{overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.BeLzR::-webkit-scrollbar{display:none}.nJWgH{position:fixed;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:var(--white);z-index:1000;overflow:hidden}.BDoOb{display:flex;flex-direction:column;height:100%}.iNVA1{padding:var(--pds-spacing-l) var(--pds-spacing-m)}.KxMxT{display:block;padding:0}.C-jWr{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.MQh-L{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}._3FXm5{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.WPu-a{flex:1;min-width:0;min-height:0}.G5FaN{display:block}.gQFQR{align-self:center;padding:var(--pds-spacing-m)0;min-width:0;min-height:0;max-width:100%}.pw0QV{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.NpSWI{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:var(--pds-font-size-h3);font-weight:700;line-height:24px;padding-right:var(--pds-spacing-5xl);padding-left:var(--pds-spacing-5xl)}.-B9Zg{position:absolute;right:0;top:0;margin:var(--pds-spacing-m)}.ckcap{height:100%;width:100%}.-r4WP{display:flex;flex-wrap:nowrap;min-width:0;scroll-snap-type:x mandatory;width:100%;height:100%}.Q7wDI{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 auto;width:100%;min-width:0;max-width:100%;overflow:hidden}.Q7wDI+.Q7wDI{margin-left:var(--pds-spacing-m)}.NrcBT{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.kObZY{width:100%;height:100%;border:0}._86-3f{display:flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box;max-height:100%;max-width:100%;min-width:0}.gnB8m{flex:0 0 auto;box-sizing:border-box;min-width:0;min-height:0}.gnB8m:first-child{padding-left:var(--pds-spacing-m)}.gnB8m:last-child{padding-right:var(--pds-spacing-m)}.gnB8m+.gnB8m{margin-left:var(--pds-spacing-xs)}.L4PR-{display:block;position:relative;overflow:hidden;border-radius:var(--pds-round-m);border:1px solid var(--black-400);margin:1px;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.L4PR-:disabled{border-color:var(--violet-500);border-width:2px;margin:0}._8dsDI{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.
|
|
1
|
+
.BeLzR{overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.BeLzR::-webkit-scrollbar{display:none}.nJWgH{position:fixed;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:var(--white);z-index:1000;overflow:hidden}.BDoOb{display:flex;flex-direction:column;height:100%}.iNVA1{padding:var(--pds-spacing-l) var(--pds-spacing-m)}.KxMxT{display:block;padding:0}.C-jWr{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.MQh-L{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}._3FXm5{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.WPu-a{flex:1;min-width:0;min-height:0}.G5FaN{display:block}.gQFQR{align-self:center;padding:var(--pds-spacing-m)0;min-width:0;min-height:0;max-width:100%}.pw0QV{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.NpSWI{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:var(--pds-font-size-h3);font-weight:700;line-height:24px;padding-right:var(--pds-spacing-5xl);padding-left:var(--pds-spacing-5xl)}.-B9Zg{position:absolute;right:0;top:0;margin:var(--pds-spacing-m)}.ckcap{height:100%;width:100%}.-r4WP{display:flex;flex-wrap:nowrap;min-width:0;scroll-snap-type:x mandatory;width:100%;height:100%}.Q7wDI{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 auto;width:100%;min-width:0;max-width:100%;overflow:hidden}.Q7wDI+.Q7wDI{margin-left:var(--pds-spacing-m)}.NrcBT{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.kObZY{width:100%;height:100%;border:0}._86-3f{display:flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box;max-height:100%;max-width:100%;min-width:0}.gnB8m{flex:0 0 auto;box-sizing:border-box;min-width:0;min-height:0}.gnB8m:first-child{padding-left:var(--pds-spacing-m)}.gnB8m:last-child{padding-right:var(--pds-spacing-m)}.gnB8m+.gnB8m{margin-left:var(--pds-spacing-xs)}.L4PR-{display:block;position:relative;overflow:hidden;border-radius:var(--pds-round-m);border:1px solid var(--black-400);margin:1px;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.L4PR-:disabled{border-color:var(--violet-500);border-width:2px;margin:0}._8dsDI{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.GqvTR{position:absolute;top:4px;right:4px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:var(--pds-round-3xl);height:20px;display:flex;align-items:center;padding:0 6px;gap:2px;background:rgba(255,255,255,.6);color:var(--pds-color-light-black-900);font-weight:500}.qPTNw{width:12px;height:12px;color:var(--pds-color-light-violet-500)}._2kU58{position:absolute;left:4px;bottom:4px;border-radius:var(--pds-round-xs);width:24px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:rgba(10,10,10,.3);color:var(--pds-color-light-white)}.WR7T8{width:20px;height:20px}.sM8Qu,.veHZr{pointer-events:auto}.VP4oy,.AMPJ3{pointer-events:none;transition:transform 240ms cubic-bezier(0,0,.2,1) 0ms,opacity 240ms cubic-bezier(0,0,.2,1) 0ms}.sM8Qu{transform:translate(-50%,100%);opacity:0}.VP4oy{transform:translate(-50%,-50%);opacity:1}.veHZr{transform:translate(-50%,-50%);opacity:1}.AMPJ3{transform:translate(-50%,100%);opacity:0}@media only screen and (min-width:960px){.nJWgH{max-width:80%;max-height:80%;border-radius:var(--pds-round-m)}.iNVA1{padding:var(--pds-spacing-3xl)}.C-jWr{flex-direction:row;padding:0 var(--pds-spacing-3xl) var(--pds-spacing-3xl)}._3FXm5{order:2}.gQFQR{align-self:flex-start;order:1;padding:0;margin-right:var(--pds-spacing-xl);height:100%}.pw0QV{order:3;margin-left:var(--pds-spacing-xl);height:100%;max-height:none;max-width:50%}.MQh-L{margin:0 var(--pds-spacing-3xl) var(--pds-spacing-3xl)}.NpSWI{padding-left:0;text-align:left;font-weight:400;font-size:var(--pds-font-size-h2)}._86-3f{flex-direction:column}.gnB8m:first-child{padding-left:0}.gnB8m:last-child{padding-right:0}.gnB8m+.gnB8m{margin-left:0;margin-top:var(--pds-spacing-xs)}.sM8Qu{transform:translate(-50%,-46%);opacity:0}.VP4oy{transform:translate(-50%,-50%);opacity:1}.veHZr{transform:translate(-50%,-50%);opacity:1}.AMPJ3{transform:translate(-50%,-46%);opacity:0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.q1DKc{overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.q1DKc::-webkit-scrollbar{display:none}.KiBKq{position:fixed;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:var(--white);z-index:1000;overflow:hidden}.JBDok{display:flex;flex-direction:column;height:100%}.tVG4b{padding:var(--pds-spacing-l) var(--pds-spacing-m)}._8R2r5{display:block;padding:0}.O43ff{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.Gz4gH{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.CvZb6{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}._2TSDW{flex:1;min-width:0;min-height:0}.LTbHF{display:block}.-hzyv{align-self:center;padding:var(--pds-spacing-m)0;min-width:0;min-height:0;max-width:100%}.mR5-f{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.QiOEy{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:var(--pds-font-size-h3);font-weight:700;line-height:24px;padding-right:var(--pds-spacing-5xl);padding-left:var(--pds-spacing-5xl)}.qdl3x{position:absolute;right:0;top:0;margin:var(--pds-spacing-m)}.PeY3Y{height:100%;width:100%}.QIMHy{display:flex;flex-wrap:nowrap;min-width:0;scroll-snap-type:x mandatory;width:100%;height:100%}.aZCyk{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 auto;width:100%;min-width:0;max-width:100%;overflow:hidden}.aZCyk+.aZCyk{margin-left:var(--pds-spacing-m)}._2aEr5{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.kThdT{width:100%;height:100%;border:0}.F-k0z{display:flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box;max-height:100%;max-width:100%;min-width:0}.jf683{flex:0 0 auto;box-sizing:border-box;min-width:0;min-height:0}.jf683:first-child{padding-left:var(--pds-spacing-m)}.jf683:last-child{padding-right:var(--pds-spacing-m)}.jf683+.jf683{margin-left:var(--pds-spacing-xs)}.VAXOP{display:block;position:relative;overflow:hidden;border-radius:var(--pds-round-m);border:1px solid var(--black-400);margin:1px;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.VAXOP:disabled{border-color:var(--violet-500);border-width:2px;margin:0}.Mx2Y-{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.
|
|
1
|
+
.q1DKc{overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.q1DKc::-webkit-scrollbar{display:none}.KiBKq{position:fixed;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:var(--white);z-index:1000;overflow:hidden}.JBDok{display:flex;flex-direction:column;height:100%}.tVG4b{padding:var(--pds-spacing-l) var(--pds-spacing-m)}._8R2r5{display:block;padding:0}.O43ff{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.Gz4gH{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.CvZb6{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}._2TSDW{flex:1;min-width:0;min-height:0}.LTbHF{display:block}.-hzyv{align-self:center;padding:var(--pds-spacing-m)0;min-width:0;min-height:0;max-width:100%}.mR5-f{box-sizing:border-box;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;max-height:50%}.QiOEy{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:var(--pds-font-size-h3);font-weight:700;line-height:24px;padding-right:var(--pds-spacing-5xl);padding-left:var(--pds-spacing-5xl)}.qdl3x{position:absolute;right:0;top:0;margin:var(--pds-spacing-m)}.PeY3Y{height:100%;width:100%}.QIMHy{display:flex;flex-wrap:nowrap;min-width:0;scroll-snap-type:x mandatory;width:100%;height:100%}.aZCyk{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 auto;width:100%;min-width:0;max-width:100%;overflow:hidden}.aZCyk+.aZCyk{margin-left:var(--pds-spacing-m)}._2aEr5{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.kThdT{width:100%;height:100%;border:0}.F-k0z{display:flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box;max-height:100%;max-width:100%;min-width:0}.jf683{flex:0 0 auto;box-sizing:border-box;min-width:0;min-height:0}.jf683:first-child{padding-left:var(--pds-spacing-m)}.jf683:last-child{padding-right:var(--pds-spacing-m)}.jf683+.jf683{margin-left:var(--pds-spacing-xs)}.VAXOP{display:block;position:relative;overflow:hidden;border-radius:var(--pds-round-m);border:1px solid var(--black-400);margin:1px;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.VAXOP:disabled{border-color:var(--violet-500);border-width:2px;margin:0}.Mx2Y-{display:block;outline:0;border:0;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}._6dvN5{position:absolute;top:4px;right:4px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:var(--pds-round-3xl);height:20px;display:flex;align-items:center;padding:0 6px;gap:2px;background:rgba(255,255,255,.6);color:var(--pds-color-light-black-900);font-weight:500}.qXV70{width:12px;height:12px;color:var(--pds-color-light-violet-500)}.jQiDN{position:absolute;left:4px;bottom:4px;border-radius:var(--pds-round-xs);width:24px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:rgba(10,10,10,.3);color:var(--pds-color-light-white)}.wSdjd{width:20px;height:20px}.Lnosr,.NW-xY{pointer-events:auto}.LrirU,.L6st-{pointer-events:none;transition:transform 240ms cubic-bezier(0,0,.2,1) 0ms,opacity 240ms cubic-bezier(0,0,.2,1) 0ms}.Lnosr{transform:translate(-50%,100%);opacity:0}.LrirU{transform:translate(-50%,-50%);opacity:1}.NW-xY{transform:translate(-50%,-50%);opacity:1}.L6st-{transform:translate(-50%,100%);opacity:0}@media only screen and (min-width:960px){.KiBKq{max-width:80%;max-height:80%;border-radius:var(--pds-round-m)}.tVG4b{padding:var(--pds-spacing-3xl)}.O43ff{flex-direction:row;padding:0 var(--pds-spacing-3xl) var(--pds-spacing-3xl)}.CvZb6{order:2}.-hzyv{align-self:flex-start;order:1;padding:0;margin-right:var(--pds-spacing-xl);height:100%}.mR5-f{order:3;margin-left:var(--pds-spacing-xl);height:100%;max-height:none;max-width:50%}.Gz4gH{margin:0 var(--pds-spacing-3xl) var(--pds-spacing-3xl)}.QiOEy{padding-left:0;text-align:left;font-weight:400;font-size:var(--pds-font-size-h2)}.F-k0z{flex-direction:column}.jf683:first-child{padding-left:0}.jf683:last-child{padding-right:0}.jf683+.jf683{margin-left:0;margin-top:var(--pds-spacing-xs)}.Lnosr{transform:translate(-50%,-46%);opacity:0}.LrirU{transform:translate(-50%,-50%);opacity:1}.NW-xY{transform:translate(-50%,-50%);opacity:1}.L6st-{transform:translate(-50%,-46%);opacity:0}}
|
package/PhotoGallery/index.d.ts
CHANGED
|
@@ -2,28 +2,43 @@ import * as React from 'react';
|
|
|
2
2
|
import { type SlotContainerProps } from './components/SlotContainer';
|
|
3
3
|
export type interactionEvents = 'opened' | 'closed' | 'keyPressClose' | 'keyPressPrev' | 'keyPressNext' | 'clickCloseButton' | 'clickPrevButton' | 'clickNextButton' | 'clickPreviewVideo' | 'clickPreviewImage' | 'scrollPreviews' | 'maybeZoomImage' | 'maybePlayVideo' | 'maybeSwipeLeft' | 'maybeSwipeRight';
|
|
4
4
|
export type PhotoGalleryProps = {
|
|
5
|
-
/**
|
|
5
|
+
/** Видимий індекс фото/відео при відкритті */
|
|
6
6
|
visibleIndex?: number;
|
|
7
|
-
/**
|
|
7
|
+
/** Стан — відкрито чи ні */
|
|
8
8
|
isOpen: boolean;
|
|
9
9
|
/** Заголовок */
|
|
10
10
|
title?: string;
|
|
11
|
-
/**
|
|
11
|
+
/** Обробник закриття фотогалереї */
|
|
12
12
|
onClose: (index: number) => void;
|
|
13
|
-
/**
|
|
13
|
+
/** Обробник зміни видимого зображення: swipe/next/prev */
|
|
14
14
|
onChange?: (index: number) => void;
|
|
15
|
-
/** Для
|
|
15
|
+
/** Для аналітики */
|
|
16
16
|
onInteraction?: (eventName: interactionEvents) => void;
|
|
17
|
-
/** Список
|
|
17
|
+
/** Список фото/відео */
|
|
18
18
|
items: {
|
|
19
19
|
type: 'image' | 'video';
|
|
20
20
|
src: string;
|
|
21
|
+
rating?: number;
|
|
21
22
|
}[];
|
|
22
|
-
/**
|
|
23
|
+
/** Розміщення по z-осі */
|
|
23
24
|
zIndex?: number;
|
|
25
|
+
/** Слот для кастомного заголовка замість стандартного */
|
|
24
26
|
slotHeader?: SlotContainerProps['slotProps'];
|
|
27
|
+
/** Слот для додаткової панелі праворуч від основного фото */
|
|
25
28
|
slotAside?: SlotContainerProps['slotProps'];
|
|
29
|
+
/** Слот для підвалу галереї */
|
|
26
30
|
slotFooter?: SlotContainerProps['slotProps'];
|
|
31
|
+
/** Слот для підвалу під основним фото */
|
|
27
32
|
slotMainPhotoFooter?: SlotContainerProps['slotProps'];
|
|
28
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* Повноекранна галерея фото та відео з навігацією клавіатурою та смугою попередніх переглядів.
|
|
36
|
+
* @example
|
|
37
|
+
* import { PhotoGallery } from '@prom-ui/core/PhotoGallery'
|
|
38
|
+
* <PhotoGallery
|
|
39
|
+
* isOpen={isOpen}
|
|
40
|
+
* items={[{ type: 'image', src: '/photo.jpg' }]}
|
|
41
|
+
* onClose={(index) => setOpen(false)}
|
|
42
|
+
* />
|
|
43
|
+
*/
|
|
29
44
|
export declare const PhotoGallery: React.FC<PhotoGalleryProps>;
|
|
@@ -6,10 +6,32 @@ var evokit = require('@prom-ui/core/evokit');
|
|
|
6
6
|
|
|
7
7
|
var css = {"ek-picture":"Picture__ek-picture___KHneM","ek-picture__item":"Picture__ek-picture__item___XUh3F","ek-picture_display_block":"Picture__ek-picture_display_block___tLmQF","ek-picture_display_block@medium":"Picture__ek-picture_display_block--medium___iWZza","ek-picture_display_none":"Picture__ek-picture_display_none___oPKnE","ek-picture_display_none@medium":"Picture__ek-picture_display_none--medium___QcjVU","ek-picture__item_display_block":"Picture__ek-picture__item_display_block___VE8Fb","ek-picture__item_display_block@medium":"Picture__ek-picture__item_display_block--medium___gHWs4","ek-picture__item_display_none":"Picture__ek-picture__item_display_none___XKEns","ek-picture__item_display_none@medium":"Picture__ek-picture__item_display_none--medium___TArUJ","ek-picture_fit_none":"Picture__ek-picture_fit_none___jiGxS","ek-picture_fit_none@medium":"Picture__ek-picture_fit_none--medium___Wy1dD","ek-picture_fit_fill":"Picture__ek-picture_fit_fill___MSSLo","ek-picture_fit_fill@medium":"Picture__ek-picture_fit_fill--medium___q-pMk","ek-picture_fit_contain":"Picture__ek-picture_fit_contain___sJzf8","ek-picture_fit_contain@medium":"Picture__ek-picture_fit_contain--medium___aAucH","ek-picture_fit_cover":"Picture__ek-picture_fit_cover___QegrL","ek-picture_fit_cover@medium":"Picture__ek-picture_fit_cover--medium___-9YpT","ek-picture_fit_scale-down":"Picture__ek-picture_fit_scale-down___a3Xqd","ek-picture_fit_scale-down@medium":"Picture__ek-picture_fit_scale-down--medium___16l3G","ek-picture_round_none":"Picture__ek-picture_round_none___13fcD","ek-picture_round_none@medium":"Picture__ek-picture_round_none--medium___nKqAT","ek-picture_round-top_none":"Picture__ek-picture_round-top_none___GCWfU","ek-picture_round-top_none@medium":"Picture__ek-picture_round-top_none--medium___vfdiI","ek-picture_round-right_none":"Picture__ek-picture_round-right_none___gA4KS","ek-picture_round-right_none@medium":"Picture__ek-picture_round-right_none--medium___Ysb9d","ek-picture_round-bottom_none":"Picture__ek-picture_round-bottom_none___X-5ao","ek-picture_round-bottom_none@medium":"Picture__ek-picture_round-bottom_none--medium___evinm","ek-picture_round-left_none":"Picture__ek-picture_round-left_none___V0b-m","ek-picture_round-left_none@medium":"Picture__ek-picture_round-left_none--medium___QMZoI","ek-picture_round-top-left_none":"Picture__ek-picture_round-top-left_none___XLTc3","ek-picture_round-top-left_none@medium":"Picture__ek-picture_round-top-left_none--medium___-N7i1","ek-picture_round-top-right_none":"Picture__ek-picture_round-top-right_none___tAKGq","ek-picture_round-top-right_none@medium":"Picture__ek-picture_round-top-right_none--medium___FI--M","ek-picture_round-bottom-right_none":"Picture__ek-picture_round-bottom-right_none___mIn1a","ek-picture_round-bottom-right_none@medium":"Picture__ek-picture_round-bottom-right_none--medium___Rb-fq","ek-picture_round-bottom-left_none":"Picture__ek-picture_round-bottom-left_none___FHK1m","ek-picture_round-bottom-left_none@medium":"Picture__ek-picture_round-bottom-left_none--medium___LnKg3","ek-picture_round_xxs":"Picture__ek-picture_round_xxs___6WGi4","ek-picture_round_xxs@medium":"Picture__ek-picture_round_xxs--medium___aRtD0","ek-picture_round-top_xxs":"Picture__ek-picture_round-top_xxs___kQSNV","ek-picture_round-top_xxs@medium":"Picture__ek-picture_round-top_xxs--medium___AD5Mu","ek-picture_round-right_xxs":"Picture__ek-picture_round-right_xxs___QyGYb","ek-picture_round-right_xxs@medium":"Picture__ek-picture_round-right_xxs--medium___E408c","ek-picture_round-bottom_xxs":"Picture__ek-picture_round-bottom_xxs___yWK18","ek-picture_round-bottom_xxs@medium":"Picture__ek-picture_round-bottom_xxs--medium___daK6x","ek-picture_round-left_xxs":"Picture__ek-picture_round-left_xxs___lB0Px","ek-picture_round-left_xxs@medium":"Picture__ek-picture_round-left_xxs--medium___i5pJw","ek-picture_round-top-left_xxs":"Picture__ek-picture_round-top-left_xxs___XhkNJ","ek-picture_round-top-left_xxs@medium":"Picture__ek-picture_round-top-left_xxs--medium___58TSK","ek-picture_round-top-right_xxs":"Picture__ek-picture_round-top-right_xxs___EfQDR","ek-picture_round-top-right_xxs@medium":"Picture__ek-picture_round-top-right_xxs--medium___S32f-","ek-picture_round-bottom-right_xxs":"Picture__ek-picture_round-bottom-right_xxs___yTAgj","ek-picture_round-bottom-right_xxs@medium":"Picture__ek-picture_round-bottom-right_xxs--medium___-9eTj","ek-picture_round-bottom-left_xxs":"Picture__ek-picture_round-bottom-left_xxs___DgglJ","ek-picture_round-bottom-left_xxs@medium":"Picture__ek-picture_round-bottom-left_xxs--medium___FtUOd","ek-picture_round_xs":"Picture__ek-picture_round_xs___pC7M2","ek-picture_round_xs@medium":"Picture__ek-picture_round_xs--medium___rTqNn","ek-picture_round-top_xs":"Picture__ek-picture_round-top_xs___ucnhj","ek-picture_round-top_xs@medium":"Picture__ek-picture_round-top_xs--medium___bkwsz","ek-picture_round-right_xs":"Picture__ek-picture_round-right_xs___5TZNG","ek-picture_round-right_xs@medium":"Picture__ek-picture_round-right_xs--medium___yMpSY","ek-picture_round-bottom_xs":"Picture__ek-picture_round-bottom_xs___lahzv","ek-picture_round-bottom_xs@medium":"Picture__ek-picture_round-bottom_xs--medium___-tAf-","ek-picture_round-left_xs":"Picture__ek-picture_round-left_xs___ilMPQ","ek-picture_round-left_xs@medium":"Picture__ek-picture_round-left_xs--medium___76M4d","ek-picture_round-top-left_xs":"Picture__ek-picture_round-top-left_xs___a58EH","ek-picture_round-top-left_xs@medium":"Picture__ek-picture_round-top-left_xs--medium___NcxaU","ek-picture_round-top-right_xs":"Picture__ek-picture_round-top-right_xs___4gzGz","ek-picture_round-top-right_xs@medium":"Picture__ek-picture_round-top-right_xs--medium___ePvtS","ek-picture_round-bottom-right_xs":"Picture__ek-picture_round-bottom-right_xs___ZAuMC","ek-picture_round-bottom-right_xs@medium":"Picture__ek-picture_round-bottom-right_xs--medium___-evie","ek-picture_round-bottom-left_xs":"Picture__ek-picture_round-bottom-left_xs___DtoHy","ek-picture_round-bottom-left_xs@medium":"Picture__ek-picture_round-bottom-left_xs--medium___Rg8Ws","ek-picture_round_s":"Picture__ek-picture_round_s___rz9hj","ek-picture_round_s@medium":"Picture__ek-picture_round_s--medium___XbQVq","ek-picture_round-top_s":"Picture__ek-picture_round-top_s___aiYNg","ek-picture_round-top_s@medium":"Picture__ek-picture_round-top_s--medium___SgCCK","ek-picture_round-right_s":"Picture__ek-picture_round-right_s___ujdho","ek-picture_round-right_s@medium":"Picture__ek-picture_round-right_s--medium___-O8Oy","ek-picture_round-bottom_s":"Picture__ek-picture_round-bottom_s___R4k5C","ek-picture_round-bottom_s@medium":"Picture__ek-picture_round-bottom_s--medium___W0C0K","ek-picture_round-left_s":"Picture__ek-picture_round-left_s___dmIe-","ek-picture_round-left_s@medium":"Picture__ek-picture_round-left_s--medium___m5nRo","ek-picture_round-top-left_s":"Picture__ek-picture_round-top-left_s___xCD6Y","ek-picture_round-top-left_s@medium":"Picture__ek-picture_round-top-left_s--medium___-fXE5","ek-picture_round-top-right_s":"Picture__ek-picture_round-top-right_s___-WzyB","ek-picture_round-top-right_s@medium":"Picture__ek-picture_round-top-right_s--medium___BklNT","ek-picture_round-bottom-right_s":"Picture__ek-picture_round-bottom-right_s___grv4T","ek-picture_round-bottom-right_s@medium":"Picture__ek-picture_round-bottom-right_s--medium___VZR8O","ek-picture_round-bottom-left_s":"Picture__ek-picture_round-bottom-left_s___j3kdq","ek-picture_round-bottom-left_s@medium":"Picture__ek-picture_round-bottom-left_s--medium___S844v","ek-picture_round_m":"Picture__ek-picture_round_m___qH5JI","ek-picture_round_m@medium":"Picture__ek-picture_round_m--medium___bCSHm","ek-picture_round-top_m":"Picture__ek-picture_round-top_m___jOcoK","ek-picture_round-top_m@medium":"Picture__ek-picture_round-top_m--medium___Q80-T","ek-picture_round-right_m":"Picture__ek-picture_round-right_m___yJ01P","ek-picture_round-right_m@medium":"Picture__ek-picture_round-right_m--medium___Ja6CJ","ek-picture_round-bottom_m":"Picture__ek-picture_round-bottom_m___zKJva","ek-picture_round-bottom_m@medium":"Picture__ek-picture_round-bottom_m--medium___IraQf","ek-picture_round-left_m":"Picture__ek-picture_round-left_m___W3JGU","ek-picture_round-left_m@medium":"Picture__ek-picture_round-left_m--medium___hKQYt","ek-picture_round-top-left_m":"Picture__ek-picture_round-top-left_m___1Rv2n","ek-picture_round-top-left_m@medium":"Picture__ek-picture_round-top-left_m--medium___OF45l","ek-picture_round-top-right_m":"Picture__ek-picture_round-top-right_m___vKWC8","ek-picture_round-top-right_m@medium":"Picture__ek-picture_round-top-right_m--medium___XjDTo","ek-picture_round-bottom-right_m":"Picture__ek-picture_round-bottom-right_m___RhB-2","ek-picture_round-bottom-right_m@medium":"Picture__ek-picture_round-bottom-right_m--medium___FpT-O","ek-picture_round-bottom-left_m":"Picture__ek-picture_round-bottom-left_m___zxUFD","ek-picture_round-bottom-left_m@medium":"Picture__ek-picture_round-bottom-left_m--medium___9AreI","ek-picture_round_l":"Picture__ek-picture_round_l___OxyjV","ek-picture_round_l@medium":"Picture__ek-picture_round_l--medium___5aOmj","ek-picture_round-top_l":"Picture__ek-picture_round-top_l___Dxdl6","ek-picture_round-top_l@medium":"Picture__ek-picture_round-top_l--medium___U8VIL","ek-picture_round-right_l":"Picture__ek-picture_round-right_l___8dYxM","ek-picture_round-right_l@medium":"Picture__ek-picture_round-right_l--medium___EP-9g","ek-picture_round-bottom_l":"Picture__ek-picture_round-bottom_l___WkzWK","ek-picture_round-bottom_l@medium":"Picture__ek-picture_round-bottom_l--medium___eZaSj","ek-picture_round-left_l":"Picture__ek-picture_round-left_l___rshkG","ek-picture_round-left_l@medium":"Picture__ek-picture_round-left_l--medium___djtcv","ek-picture_round-top-left_l":"Picture__ek-picture_round-top-left_l___dexUH","ek-picture_round-top-left_l@medium":"Picture__ek-picture_round-top-left_l--medium___9aWjl","ek-picture_round-top-right_l":"Picture__ek-picture_round-top-right_l___TvBvQ","ek-picture_round-top-right_l@medium":"Picture__ek-picture_round-top-right_l--medium___YifFS","ek-picture_round-bottom-right_l":"Picture__ek-picture_round-bottom-right_l___TmQgE","ek-picture_round-bottom-right_l@medium":"Picture__ek-picture_round-bottom-right_l--medium___FzL7A","ek-picture_round-bottom-left_l":"Picture__ek-picture_round-bottom-left_l___5jy9z","ek-picture_round-bottom-left_l@medium":"Picture__ek-picture_round-bottom-left_l--medium___-RZ3H","ek-picture_round_xl":"Picture__ek-picture_round_xl___H-5nE","ek-picture_round_xl@medium":"Picture__ek-picture_round_xl--medium___7VWwl","ek-picture_round-top_xl":"Picture__ek-picture_round-top_xl___G8k1U","ek-picture_round-top_xl@medium":"Picture__ek-picture_round-top_xl--medium___Y9Lbo","ek-picture_round-right_xl":"Picture__ek-picture_round-right_xl___9fXT5","ek-picture_round-right_xl@medium":"Picture__ek-picture_round-right_xl--medium___tYWkf","ek-picture_round-bottom_xl":"Picture__ek-picture_round-bottom_xl___WaQ-E","ek-picture_round-bottom_xl@medium":"Picture__ek-picture_round-bottom_xl--medium___ymrPf","ek-picture_round-left_xl":"Picture__ek-picture_round-left_xl___CnSju","ek-picture_round-left_xl@medium":"Picture__ek-picture_round-left_xl--medium___NVWW5","ek-picture_round-top-left_xl":"Picture__ek-picture_round-top-left_xl___jQGDP","ek-picture_round-top-left_xl@medium":"Picture__ek-picture_round-top-left_xl--medium___Lnubx","ek-picture_round-top-right_xl":"Picture__ek-picture_round-top-right_xl___0owgs","ek-picture_round-top-right_xl@medium":"Picture__ek-picture_round-top-right_xl--medium___6JOma","ek-picture_round-bottom-right_xl":"Picture__ek-picture_round-bottom-right_xl___ZKEWH","ek-picture_round-bottom-right_xl@medium":"Picture__ek-picture_round-bottom-right_xl--medium___55qE1","ek-picture_round-bottom-left_xl":"Picture__ek-picture_round-bottom-left_xl___Hdskg","ek-picture_round-bottom-left_xl@medium":"Picture__ek-picture_round-bottom-left_xl--medium___aaa1Y","ek-picture_round_xxl":"Picture__ek-picture_round_xxl___DseF5","ek-picture_round_xxl@medium":"Picture__ek-picture_round_xxl--medium___u7-pV","ek-picture_round-top_xxl":"Picture__ek-picture_round-top_xxl___riBqx","ek-picture_round-top_xxl@medium":"Picture__ek-picture_round-top_xxl--medium___wBhKi","ek-picture_round-right_xxl":"Picture__ek-picture_round-right_xxl___kM1f6","ek-picture_round-right_xxl@medium":"Picture__ek-picture_round-right_xxl--medium___wuQVl","ek-picture_round-bottom_xxl":"Picture__ek-picture_round-bottom_xxl___hxCKb","ek-picture_round-bottom_xxl@medium":"Picture__ek-picture_round-bottom_xxl--medium___Or9cE","ek-picture_round-left_xxl":"Picture__ek-picture_round-left_xxl___N4DRL","ek-picture_round-left_xxl@medium":"Picture__ek-picture_round-left_xxl--medium___FR1lT","ek-picture_round-top-left_xxl":"Picture__ek-picture_round-top-left_xxl___M4UHh","ek-picture_round-top-left_xxl@medium":"Picture__ek-picture_round-top-left_xxl--medium___jzcfg","ek-picture_round-top-right_xxl":"Picture__ek-picture_round-top-right_xxl___7zGuo","ek-picture_round-top-right_xxl@medium":"Picture__ek-picture_round-top-right_xxl--medium___XIt2S","ek-picture_round-bottom-right_xxl":"Picture__ek-picture_round-bottom-right_xxl___8vIWB","ek-picture_round-bottom-right_xxl@medium":"Picture__ek-picture_round-bottom-right_xxl--medium___mzAy6","ek-picture_round-bottom-left_xxl":"Picture__ek-picture_round-bottom-left_xxl___aO9gQ","ek-picture_round-bottom-left_xxl@medium":"Picture__ek-picture_round-bottom-left_xxl--medium___F4IyF","ek-picture_round_3xl":"Picture__ek-picture_round_3xl___AYLZd","ek-picture_round_3xl@medium":"Picture__ek-picture_round_3xl--medium___lijrH","ek-picture_round-top_3xl":"Picture__ek-picture_round-top_3xl___dITUQ","ek-picture_round-top_3xl@medium":"Picture__ek-picture_round-top_3xl--medium___9fgEe","ek-picture_round-right_3xl":"Picture__ek-picture_round-right_3xl___o9D9M","ek-picture_round-right_3xl@medium":"Picture__ek-picture_round-right_3xl--medium___-9kKk","ek-picture_round-bottom_3xl":"Picture__ek-picture_round-bottom_3xl___bPuOZ","ek-picture_round-bottom_3xl@medium":"Picture__ek-picture_round-bottom_3xl--medium___uP5jJ","ek-picture_round-left_3xl":"Picture__ek-picture_round-left_3xl___0-EMp","ek-picture_round-left_3xl@medium":"Picture__ek-picture_round-left_3xl--medium___F9XII","ek-picture_round-top-left_3xl":"Picture__ek-picture_round-top-left_3xl___i81lD","ek-picture_round-top-left_3xl@medium":"Picture__ek-picture_round-top-left_3xl--medium___4F5He","ek-picture_round-top-right_3xl":"Picture__ek-picture_round-top-right_3xl___JZ6Gb","ek-picture_round-top-right_3xl@medium":"Picture__ek-picture_round-top-right_3xl--medium___4t2cq","ek-picture_round-bottom-right_3xl":"Picture__ek-picture_round-bottom-right_3xl___ReMMQ","ek-picture_round-bottom-right_3xl@medium":"Picture__ek-picture_round-bottom-right_3xl--medium___CMDVE","ek-picture_round-bottom-left_3xl":"Picture__ek-picture_round-bottom-left_3xl___yufGr","ek-picture_round-bottom-left_3xl@medium":"Picture__ek-picture_round-bottom-left_3xl--medium___U3ADX","ek-picture_round_4xl":"Picture__ek-picture_round_4xl___QgYVs","ek-picture_round_4xl@medium":"Picture__ek-picture_round_4xl--medium___WSsnc","ek-picture_round-top_4xl":"Picture__ek-picture_round-top_4xl___q5Sq8","ek-picture_round-top_4xl@medium":"Picture__ek-picture_round-top_4xl--medium___TXRPS","ek-picture_round-right_4xl":"Picture__ek-picture_round-right_4xl___v9ivP","ek-picture_round-right_4xl@medium":"Picture__ek-picture_round-right_4xl--medium___SkLXc","ek-picture_round-bottom_4xl":"Picture__ek-picture_round-bottom_4xl___jExWI","ek-picture_round-bottom_4xl@medium":"Picture__ek-picture_round-bottom_4xl--medium___mzK0b","ek-picture_round-left_4xl":"Picture__ek-picture_round-left_4xl___lYFn7","ek-picture_round-left_4xl@medium":"Picture__ek-picture_round-left_4xl--medium___Hbp5X","ek-picture_round-top-left_4xl":"Picture__ek-picture_round-top-left_4xl___3apab","ek-picture_round-top-left_4xl@medium":"Picture__ek-picture_round-top-left_4xl--medium___S7Af-","ek-picture_round-top-right_4xl":"Picture__ek-picture_round-top-right_4xl___bcw-W","ek-picture_round-top-right_4xl@medium":"Picture__ek-picture_round-top-right_4xl--medium___H7qo0","ek-picture_round-bottom-right_4xl":"Picture__ek-picture_round-bottom-right_4xl___CRyVb","ek-picture_round-bottom-right_4xl@medium":"Picture__ek-picture_round-bottom-right_4xl--medium___eXFzc","ek-picture_round-bottom-left_4xl":"Picture__ek-picture_round-bottom-left_4xl___NGIiQ","ek-picture_round-bottom-left_4xl@medium":"Picture__ek-picture_round-bottom-left_4xl--medium___VK-eo","ek-picture_round_5xl":"Picture__ek-picture_round_5xl___W7cvo","ek-picture_round_5xl@medium":"Picture__ek-picture_round_5xl--medium___rRsww","ek-picture_round-top_5xl":"Picture__ek-picture_round-top_5xl___us3zy","ek-picture_round-top_5xl@medium":"Picture__ek-picture_round-top_5xl--medium___8czBm","ek-picture_round-right_5xl":"Picture__ek-picture_round-right_5xl___PrQvL","ek-picture_round-right_5xl@medium":"Picture__ek-picture_round-right_5xl--medium___l7TK8","ek-picture_round-bottom_5xl":"Picture__ek-picture_round-bottom_5xl___LGaVr","ek-picture_round-bottom_5xl@medium":"Picture__ek-picture_round-bottom_5xl--medium___B9Saf","ek-picture_round-left_5xl":"Picture__ek-picture_round-left_5xl___KNKaa","ek-picture_round-left_5xl@medium":"Picture__ek-picture_round-left_5xl--medium___EqZG1","ek-picture_round-top-left_5xl":"Picture__ek-picture_round-top-left_5xl___YjAsB","ek-picture_round-top-left_5xl@medium":"Picture__ek-picture_round-top-left_5xl--medium___F-NQX","ek-picture_round-top-right_5xl":"Picture__ek-picture_round-top-right_5xl___rS6W8","ek-picture_round-top-right_5xl@medium":"Picture__ek-picture_round-top-right_5xl--medium___80Bc6","ek-picture_round-bottom-right_5xl":"Picture__ek-picture_round-bottom-right_5xl___RAGsS","ek-picture_round-bottom-right_5xl@medium":"Picture__ek-picture_round-bottom-right_5xl--medium___BKehS","ek-picture_round-bottom-left_5xl":"Picture__ek-picture_round-bottom-left_5xl___NqWb1","ek-picture_round-bottom-left_5xl@medium":"Picture__ek-picture_round-bottom-left_5xl--medium___TGHfp","ek-picture_round_full":"Picture__ek-picture_round_full___SFPoM","ek-picture_round_full@medium":"Picture__ek-picture_round_full--medium___7gkpV","ek-picture_round-top_full":"Picture__ek-picture_round-top_full___OQtEk","ek-picture_round-top_full@medium":"Picture__ek-picture_round-top_full--medium___Hei2t","ek-picture_round-right_full":"Picture__ek-picture_round-right_full___J1dEA","ek-picture_round-right_full@medium":"Picture__ek-picture_round-right_full--medium___vtipT","ek-picture_round-bottom_full":"Picture__ek-picture_round-bottom_full___wfI43","ek-picture_round-bottom_full@medium":"Picture__ek-picture_round-bottom_full--medium___CeM9C","ek-picture_round-left_full":"Picture__ek-picture_round-left_full___241Ny","ek-picture_round-left_full@medium":"Picture__ek-picture_round-left_full--medium___Em86A","ek-picture_round-top-left_full":"Picture__ek-picture_round-top-left_full___RC1Fm","ek-picture_round-top-left_full@medium":"Picture__ek-picture_round-top-left_full--medium___O6op2","ek-picture_round-top-right_full":"Picture__ek-picture_round-top-right_full___1sx-4","ek-picture_round-top-right_full@medium":"Picture__ek-picture_round-top-right_full--medium___cFdwn","ek-picture_round-bottom-right_full":"Picture__ek-picture_round-bottom-right_full___RK5hg","ek-picture_round-bottom-right_full@medium":"Picture__ek-picture_round-bottom-right_full--medium___7C5Eb","ek-picture_round-bottom-left_full":"Picture__ek-picture_round-bottom-left_full___HEM7P","ek-picture_round-bottom-left_full@medium":"Picture__ek-picture_round-bottom-left_full--medium___282u-","ek-picture_border-width_none":"Picture__ek-picture_border-width_none___K-3f3","ek-picture_border-width_none@medium":"Picture__ek-picture_border-width_none--medium___MNMdx","ek-picture_border-width-top_none":"Picture__ek-picture_border-width-top_none___LGAM3","ek-picture_border-width-top_none@medium":"Picture__ek-picture_border-width-top_none--medium___JjPrT","ek-picture_border-width-right_none":"Picture__ek-picture_border-width-right_none___MLTOD","ek-picture_border-width-right_none@medium":"Picture__ek-picture_border-width-right_none--medium___S5W4T","ek-picture_border-width-bottom_none":"Picture__ek-picture_border-width-bottom_none___xtDfy","ek-picture_border-width-bottom_none@medium":"Picture__ek-picture_border-width-bottom_none--medium___SMu1E","ek-picture_border-width-left_none":"Picture__ek-picture_border-width-left_none___o6EHc","ek-picture_border-width-left_none@medium":"Picture__ek-picture_border-width-left_none--medium___pZbyk","ek-picture_border-width_xxs":"Picture__ek-picture_border-width_xxs___7l5-7","ek-picture_border-width_xxs@medium":"Picture__ek-picture_border-width_xxs--medium___NYEpz","ek-picture_border-width-top_xxs":"Picture__ek-picture_border-width-top_xxs___XPzev","ek-picture_border-width-top_xxs@medium":"Picture__ek-picture_border-width-top_xxs--medium___2Y3qc","ek-picture_border-width-right_xxs":"Picture__ek-picture_border-width-right_xxs___0alYv","ek-picture_border-width-right_xxs@medium":"Picture__ek-picture_border-width-right_xxs--medium___soDNl","ek-picture_border-width-bottom_xxs":"Picture__ek-picture_border-width-bottom_xxs___bLYzQ","ek-picture_border-width-bottom_xxs@medium":"Picture__ek-picture_border-width-bottom_xxs--medium___LbhjG","ek-picture_border-width-left_xxs":"Picture__ek-picture_border-width-left_xxs___cnf7I","ek-picture_border-width-left_xxs@medium":"Picture__ek-picture_border-width-left_xxs--medium___Cr5Ra","ek-picture_border-width_xs":"Picture__ek-picture_border-width_xs___N6JBS","ek-picture_border-width_xs@medium":"Picture__ek-picture_border-width_xs--medium___qFdAo","ek-picture_border-width-top_xs":"Picture__ek-picture_border-width-top_xs___dBElJ","ek-picture_border-width-top_xs@medium":"Picture__ek-picture_border-width-top_xs--medium___cwnWO","ek-picture_border-width-right_xs":"Picture__ek-picture_border-width-right_xs___iyjJJ","ek-picture_border-width-right_xs@medium":"Picture__ek-picture_border-width-right_xs--medium___VuarE","ek-picture_border-width-bottom_xs":"Picture__ek-picture_border-width-bottom_xs___BRfV7","ek-picture_border-width-bottom_xs@medium":"Picture__ek-picture_border-width-bottom_xs--medium___Qb-de","ek-picture_border-width-left_xs":"Picture__ek-picture_border-width-left_xs___LTwz0","ek-picture_border-width-left_xs@medium":"Picture__ek-picture_border-width-left_xs--medium___RbM6e","ek-picture_border-width_s":"Picture__ek-picture_border-width_s___73rkS","ek-picture_border-width_s@medium":"Picture__ek-picture_border-width_s--medium___Loj0w","ek-picture_border-width-top_s":"Picture__ek-picture_border-width-top_s___pfevi","ek-picture_border-width-top_s@medium":"Picture__ek-picture_border-width-top_s--medium___Gu1Nm","ek-picture_border-width-right_s":"Picture__ek-picture_border-width-right_s___D8-1B","ek-picture_border-width-right_s@medium":"Picture__ek-picture_border-width-right_s--medium___1AZOv","ek-picture_border-width-bottom_s":"Picture__ek-picture_border-width-bottom_s___ViRsJ","ek-picture_border-width-bottom_s@medium":"Picture__ek-picture_border-width-bottom_s--medium___yG5yL","ek-picture_border-width-left_s":"Picture__ek-picture_border-width-left_s___UpDje","ek-picture_border-width-left_s@medium":"Picture__ek-picture_border-width-left_s--medium___fbWOl","ek-picture_border-width_m":"Picture__ek-picture_border-width_m___RXcnr","ek-picture_border-width_m@medium":"Picture__ek-picture_border-width_m--medium___AsvWy","ek-picture_border-width-top_m":"Picture__ek-picture_border-width-top_m___qn7yj","ek-picture_border-width-top_m@medium":"Picture__ek-picture_border-width-top_m--medium___RbaUA","ek-picture_border-width-right_m":"Picture__ek-picture_border-width-right_m___33G9N","ek-picture_border-width-right_m@medium":"Picture__ek-picture_border-width-right_m--medium___PUuzB","ek-picture_border-width-bottom_m":"Picture__ek-picture_border-width-bottom_m___ywSxz","ek-picture_border-width-bottom_m@medium":"Picture__ek-picture_border-width-bottom_m--medium___E17Uc","ek-picture_border-width-left_m":"Picture__ek-picture_border-width-left_m___6qGbR","ek-picture_border-width-left_m@medium":"Picture__ek-picture_border-width-left_m--medium___Zm3TU","ek-picture_border-width_l":"Picture__ek-picture_border-width_l___buVAa","ek-picture_border-width_l@medium":"Picture__ek-picture_border-width_l--medium___DV9nz","ek-picture_border-width-top_l":"Picture__ek-picture_border-width-top_l___UGTDv","ek-picture_border-width-top_l@medium":"Picture__ek-picture_border-width-top_l--medium___qiZa4","ek-picture_border-width-right_l":"Picture__ek-picture_border-width-right_l___KGpn3","ek-picture_border-width-right_l@medium":"Picture__ek-picture_border-width-right_l--medium___gb-vX","ek-picture_border-width-bottom_l":"Picture__ek-picture_border-width-bottom_l___myTGI","ek-picture_border-width-bottom_l@medium":"Picture__ek-picture_border-width-bottom_l--medium___I-123","ek-picture_border-width-left_l":"Picture__ek-picture_border-width-left_l___cCujL","ek-picture_border-width-left_l@medium":"Picture__ek-picture_border-width-left_l--medium___ao9vJ","ek-picture_border-width_xl":"Picture__ek-picture_border-width_xl___XHCh2","ek-picture_border-width_xl@medium":"Picture__ek-picture_border-width_xl--medium___JUaD-","ek-picture_border-width-top_xl":"Picture__ek-picture_border-width-top_xl___-Cr1J","ek-picture_border-width-top_xl@medium":"Picture__ek-picture_border-width-top_xl--medium___q9x-m","ek-picture_border-width-right_xl":"Picture__ek-picture_border-width-right_xl___-Ihxn","ek-picture_border-width-right_xl@medium":"Picture__ek-picture_border-width-right_xl--medium___E0DGz","ek-picture_border-width-bottom_xl":"Picture__ek-picture_border-width-bottom_xl___Bizcw","ek-picture_border-width-bottom_xl@medium":"Picture__ek-picture_border-width-bottom_xl--medium___Cwqrf","ek-picture_border-width-left_xl":"Picture__ek-picture_border-width-left_xl___rlTzA","ek-picture_border-width-left_xl@medium":"Picture__ek-picture_border-width-left_xl--medium___u1je0","ek-picture_border-width_xxl":"Picture__ek-picture_border-width_xxl___d6he7","ek-picture_border-width_xxl@medium":"Picture__ek-picture_border-width_xxl--medium___3uo-w","ek-picture_border-width-top_xxl":"Picture__ek-picture_border-width-top_xxl___bSqiw","ek-picture_border-width-top_xxl@medium":"Picture__ek-picture_border-width-top_xxl--medium___lYsFJ","ek-picture_border-width-right_xxl":"Picture__ek-picture_border-width-right_xxl___Wxdjl","ek-picture_border-width-right_xxl@medium":"Picture__ek-picture_border-width-right_xxl--medium___DSQtv","ek-picture_border-width-bottom_xxl":"Picture__ek-picture_border-width-bottom_xxl___tQUac","ek-picture_border-width-bottom_xxl@medium":"Picture__ek-picture_border-width-bottom_xxl--medium___uW-rO","ek-picture_border-width-left_xxl":"Picture__ek-picture_border-width-left_xxl___BRnWw","ek-picture_border-width-left_xxl@medium":"Picture__ek-picture_border-width-left_xxl--medium___x3noi","ek-picture_border-width_3xl":"Picture__ek-picture_border-width_3xl___yxORj","ek-picture_border-width_3xl@medium":"Picture__ek-picture_border-width_3xl--medium___lloSl","ek-picture_border-width-top_3xl":"Picture__ek-picture_border-width-top_3xl___bfST8","ek-picture_border-width-top_3xl@medium":"Picture__ek-picture_border-width-top_3xl--medium___u3y7v","ek-picture_border-width-right_3xl":"Picture__ek-picture_border-width-right_3xl___hu74W","ek-picture_border-width-right_3xl@medium":"Picture__ek-picture_border-width-right_3xl--medium___aNKCg","ek-picture_border-width-bottom_3xl":"Picture__ek-picture_border-width-bottom_3xl___Ve77V","ek-picture_border-width-bottom_3xl@medium":"Picture__ek-picture_border-width-bottom_3xl--medium___ALICP","ek-picture_border-width-left_3xl":"Picture__ek-picture_border-width-left_3xl___-oiG8","ek-picture_border-width-left_3xl@medium":"Picture__ek-picture_border-width-left_3xl--medium___pK0uG","ek-picture_border-width_4xl":"Picture__ek-picture_border-width_4xl___V85vP","ek-picture_border-width_4xl@medium":"Picture__ek-picture_border-width_4xl--medium___hc-A7","ek-picture_border-width-top_4xl":"Picture__ek-picture_border-width-top_4xl___FHdcE","ek-picture_border-width-top_4xl@medium":"Picture__ek-picture_border-width-top_4xl--medium___9lzhL","ek-picture_border-width-right_4xl":"Picture__ek-picture_border-width-right_4xl___mTV5O","ek-picture_border-width-right_4xl@medium":"Picture__ek-picture_border-width-right_4xl--medium___TREoN","ek-picture_border-width-bottom_4xl":"Picture__ek-picture_border-width-bottom_4xl___aqtJW","ek-picture_border-width-bottom_4xl@medium":"Picture__ek-picture_border-width-bottom_4xl--medium___Iu9w-","ek-picture_border-width-left_4xl":"Picture__ek-picture_border-width-left_4xl___PW3TB","ek-picture_border-width-left_4xl@medium":"Picture__ek-picture_border-width-left_4xl--medium___OfgEA","ek-picture_border-width_5xl":"Picture__ek-picture_border-width_5xl___KpAEb","ek-picture_border-width_5xl@medium":"Picture__ek-picture_border-width_5xl--medium___U051n","ek-picture_border-width-top_5xl":"Picture__ek-picture_border-width-top_5xl___-lRDr","ek-picture_border-width-top_5xl@medium":"Picture__ek-picture_border-width-top_5xl--medium___Jm6PM","ek-picture_border-width-right_5xl":"Picture__ek-picture_border-width-right_5xl___ELi4I","ek-picture_border-width-right_5xl@medium":"Picture__ek-picture_border-width-right_5xl--medium___jhqID","ek-picture_border-width-bottom_5xl":"Picture__ek-picture_border-width-bottom_5xl___yyX1d","ek-picture_border-width-bottom_5xl@medium":"Picture__ek-picture_border-width-bottom_5xl--medium___bYlrp","ek-picture_border-width-left_5xl":"Picture__ek-picture_border-width-left_5xl___mBrdi","ek-picture_border-width-left_5xl@medium":"Picture__ek-picture_border-width-left_5xl--medium___U1dSf","ek-picture_border-style_solid":"Picture__ek-picture_border-style_solid___bNB6G","ek-picture_border-style_solid@medium":"Picture__ek-picture_border-style_solid--medium___04H40","ek-picture_border-style-top_solid":"Picture__ek-picture_border-style-top_solid___YQsx3","ek-picture_border-style-top_solid@medium":"Picture__ek-picture_border-style-top_solid--medium___v4nep","ek-picture_border-style-right_solid":"Picture__ek-picture_border-style-right_solid___1wnt-","ek-picture_border-style-right_solid@medium":"Picture__ek-picture_border-style-right_solid--medium___XOR28","ek-picture_border-style-bottom_solid":"Picture__ek-picture_border-style-bottom_solid___p28d7","ek-picture_border-style-bottom_solid@medium":"Picture__ek-picture_border-style-bottom_solid--medium___YUPLv","ek-picture_border-style-left_solid":"Picture__ek-picture_border-style-left_solid___J8DBE","ek-picture_border-style-left_solid@medium":"Picture__ek-picture_border-style-left_solid--medium___X3jSs","ek-picture_border-style_dotted":"Picture__ek-picture_border-style_dotted___tt9tf","ek-picture_border-style_dotted@medium":"Picture__ek-picture_border-style_dotted--medium___2fPx4","ek-picture_border-style-top_dotted":"Picture__ek-picture_border-style-top_dotted___H4Jwi","ek-picture_border-style-top_dotted@medium":"Picture__ek-picture_border-style-top_dotted--medium___TzfeM","ek-picture_border-style-right_dotted":"Picture__ek-picture_border-style-right_dotted___R9pKN","ek-picture_border-style-right_dotted@medium":"Picture__ek-picture_border-style-right_dotted--medium___6GdGs","ek-picture_border-style-bottom_dotted":"Picture__ek-picture_border-style-bottom_dotted___JQo8E","ek-picture_border-style-bottom_dotted@medium":"Picture__ek-picture_border-style-bottom_dotted--medium___osNtl","ek-picture_border-style-left_dotted":"Picture__ek-picture_border-style-left_dotted___RaA0H","ek-picture_border-style-left_dotted@medium":"Picture__ek-picture_border-style-left_dotted--medium___6OEOJ","ek-picture_border-style_dashed":"Picture__ek-picture_border-style_dashed___Y-Koh","ek-picture_border-style_dashed@medium":"Picture__ek-picture_border-style_dashed--medium___ws9N8","ek-picture_border-style-top_dashed":"Picture__ek-picture_border-style-top_dashed___8JaOh","ek-picture_border-style-top_dashed@medium":"Picture__ek-picture_border-style-top_dashed--medium___Nnk5E","ek-picture_border-style-right_dashed":"Picture__ek-picture_border-style-right_dashed___0d8pl","ek-picture_border-style-right_dashed@medium":"Picture__ek-picture_border-style-right_dashed--medium___Ot8gl","ek-picture_border-style-bottom_dashed":"Picture__ek-picture_border-style-bottom_dashed___yTYyR","ek-picture_border-style-bottom_dashed@medium":"Picture__ek-picture_border-style-bottom_dashed--medium___dElfA","ek-picture_border-style-left_dashed":"Picture__ek-picture_border-style-left_dashed___KLZ9M","ek-picture_border-style-left_dashed@medium":"Picture__ek-picture_border-style-left_dashed--medium___wkCJq","ek-picture_background_black-400":"Picture__ek-picture_background_black-400___JFjSJ","ek-picture_background_black-400@medium":"Picture__ek-picture_background_black-400--medium___Uw5kt","ek-picture_border_black-400":"Picture__ek-picture_border_black-400___8qp0T","ek-picture_border_black-400@medium":"Picture__ek-picture_border_black-400--medium___EsVmw","ek-picture_border-top_black-400":"Picture__ek-picture_border-top_black-400___-ivIM","ek-picture_border-top_black-400@medium":"Picture__ek-picture_border-top_black-400--medium___6xlXh","ek-picture_border-right_black-400":"Picture__ek-picture_border-right_black-400___oZSks","ek-picture_border-right_black-400@medium":"Picture__ek-picture_border-right_black-400--medium___PD0xP","ek-picture_border-bottom_black-400":"Picture__ek-picture_border-bottom_black-400___kmacI","ek-picture_border-bottom_black-400@medium":"Picture__ek-picture_border-bottom_black-400--medium___Vo6VS","ek-picture_border-left_black-400":"Picture__ek-picture_border-left_black-400___bMJd1","ek-picture_border-left_black-400@medium":"Picture__ek-picture_border-left_black-400--medium___NSGBL","ek-picture_border-color_black-400":"Picture__ek-picture_border-color_black-400___3tLYD","ek-picture_border-color_black-400@medium":"Picture__ek-picture_border-color_black-400--medium___aOo6b","ek-picture_border-color-top_black-400":"Picture__ek-picture_border-color-top_black-400___2JC6o","ek-picture_border-color-top_black-400@medium":"Picture__ek-picture_border-color-top_black-400--medium___TWyBN","ek-picture_border-color-right_black-400":"Picture__ek-picture_border-color-right_black-400___XY4Lk","ek-picture_border-color-right_black-400@medium":"Picture__ek-picture_border-color-right_black-400--medium___kcikj","ek-picture_border-color-bottom_black-400":"Picture__ek-picture_border-color-bottom_black-400___bT9xj","ek-picture_border-color-bottom_black-400@medium":"Picture__ek-picture_border-color-bottom_black-400--medium___bz9Ib","ek-picture_border-color-left_black-400":"Picture__ek-picture_border-color-left_black-400___8t7Or","ek-picture_border-color-left_black-400@medium":"Picture__ek-picture_border-color-left_black-400--medium___RnKJI","ek-picture_border-tb_black-400":"Picture__ek-picture_border-tb_black-400___yK44t","ek-picture_border-tb_black-400@medium":"Picture__ek-picture_border-tb_black-400--medium___r--jd","ek-picture_border-lr_black-400":"Picture__ek-picture_border-lr_black-400___CCjar","ek-picture_border-lr_black-400@medium":"Picture__ek-picture_border-lr_black-400--medium___OwcmJ","ek-picture_background_white":"Picture__ek-picture_background_white___E887f","ek-picture_background_white@medium":"Picture__ek-picture_background_white--medium___alMRT","ek-picture_border_white":"Picture__ek-picture_border_white___4aRer","ek-picture_border_white@medium":"Picture__ek-picture_border_white--medium___xAw2g","ek-picture_border-top_white":"Picture__ek-picture_border-top_white___TSCji","ek-picture_border-top_white@medium":"Picture__ek-picture_border-top_white--medium___yqo6u","ek-picture_border-right_white":"Picture__ek-picture_border-right_white___mIB-Z","ek-picture_border-right_white@medium":"Picture__ek-picture_border-right_white--medium___QfCD9","ek-picture_border-bottom_white":"Picture__ek-picture_border-bottom_white___4eVLa","ek-picture_border-bottom_white@medium":"Picture__ek-picture_border-bottom_white--medium___8Flx8","ek-picture_border-left_white":"Picture__ek-picture_border-left_white___G-n5w","ek-picture_border-left_white@medium":"Picture__ek-picture_border-left_white--medium___95Gx7","ek-picture_border-color_white":"Picture__ek-picture_border-color_white___m8FOh","ek-picture_border-color_white@medium":"Picture__ek-picture_border-color_white--medium___97zSA","ek-picture_border-color-top_white":"Picture__ek-picture_border-color-top_white___zuE0e","ek-picture_border-color-top_white@medium":"Picture__ek-picture_border-color-top_white--medium___sEC9A","ek-picture_border-color-right_white":"Picture__ek-picture_border-color-right_white___D-cHo","ek-picture_border-color-right_white@medium":"Picture__ek-picture_border-color-right_white--medium___qzJDL","ek-picture_border-color-bottom_white":"Picture__ek-picture_border-color-bottom_white___PNgt-","ek-picture_border-color-bottom_white@medium":"Picture__ek-picture_border-color-bottom_white--medium___L0oOP","ek-picture_border-color-left_white":"Picture__ek-picture_border-color-left_white___RTHJ0","ek-picture_border-color-left_white@medium":"Picture__ek-picture_border-color-left_white--medium___1V4aa","ek-picture_border-tb_white":"Picture__ek-picture_border-tb_white___z3CTA","ek-picture_border-tb_white@medium":"Picture__ek-picture_border-tb_white--medium___J2KfB","ek-picture_border-lr_white":"Picture__ek-picture_border-lr_white___VqTHK","ek-picture_border-lr_white@medium":"Picture__ek-picture_border-lr_white--medium___yZRJE","ek-picture_background_yellow-500":"Picture__ek-picture_background_yellow-500___HbLOZ","ek-picture_background_yellow-500@medium":"Picture__ek-picture_background_yellow-500--medium___NeaNg","ek-picture_border_yellow-500":"Picture__ek-picture_border_yellow-500___eGiQk","ek-picture_border_yellow-500@medium":"Picture__ek-picture_border_yellow-500--medium___8zn-B","ek-picture_border-top_yellow-500":"Picture__ek-picture_border-top_yellow-500___d9K6K","ek-picture_border-top_yellow-500@medium":"Picture__ek-picture_border-top_yellow-500--medium___ropZ0","ek-picture_border-right_yellow-500":"Picture__ek-picture_border-right_yellow-500___8PYjQ","ek-picture_border-right_yellow-500@medium":"Picture__ek-picture_border-right_yellow-500--medium___ZK1pn","ek-picture_border-bottom_yellow-500":"Picture__ek-picture_border-bottom_yellow-500___N0xfS","ek-picture_border-bottom_yellow-500@medium":"Picture__ek-picture_border-bottom_yellow-500--medium___zgfTh","ek-picture_border-left_yellow-500":"Picture__ek-picture_border-left_yellow-500___nH8-V","ek-picture_border-left_yellow-500@medium":"Picture__ek-picture_border-left_yellow-500--medium___djg13","ek-picture_border-color_yellow-500":"Picture__ek-picture_border-color_yellow-500___6XMGR","ek-picture_border-color_yellow-500@medium":"Picture__ek-picture_border-color_yellow-500--medium___416EK","ek-picture_border-color-top_yellow-500":"Picture__ek-picture_border-color-top_yellow-500___5KowZ","ek-picture_border-color-top_yellow-500@medium":"Picture__ek-picture_border-color-top_yellow-500--medium___NyASO","ek-picture_border-color-right_yellow-500":"Picture__ek-picture_border-color-right_yellow-500___wdtLu","ek-picture_border-color-right_yellow-500@medium":"Picture__ek-picture_border-color-right_yellow-500--medium___YBoCu","ek-picture_border-color-bottom_yellow-500":"Picture__ek-picture_border-color-bottom_yellow-500___6z9Af","ek-picture_border-color-bottom_yellow-500@medium":"Picture__ek-picture_border-color-bottom_yellow-500--medium___27VLP","ek-picture_border-color-left_yellow-500":"Picture__ek-picture_border-color-left_yellow-500___KyQfS","ek-picture_border-color-left_yellow-500@medium":"Picture__ek-picture_border-color-left_yellow-500--medium___7xfX0","ek-picture_border-tb_yellow-500":"Picture__ek-picture_border-tb_yellow-500___PCqb3","ek-picture_border-tb_yellow-500@medium":"Picture__ek-picture_border-tb_yellow-500--medium___1soeZ","ek-picture_border-lr_yellow-500":"Picture__ek-picture_border-lr_yellow-500___PIQM0","ek-picture_border-lr_yellow-500@medium":"Picture__ek-picture_border-lr_yellow-500--medium___I24Zd","ek-picture_background_violet-500":"Picture__ek-picture_background_violet-500___YMpOx","ek-picture_background_violet-500@medium":"Picture__ek-picture_background_violet-500--medium___gEtwq","ek-picture_border_violet-500":"Picture__ek-picture_border_violet-500___-csjp","ek-picture_border_violet-500@medium":"Picture__ek-picture_border_violet-500--medium___FBF-O","ek-picture_border-top_violet-500":"Picture__ek-picture_border-top_violet-500___EhvPI","ek-picture_border-top_violet-500@medium":"Picture__ek-picture_border-top_violet-500--medium___IHdvh","ek-picture_border-right_violet-500":"Picture__ek-picture_border-right_violet-500___VMEYY","ek-picture_border-right_violet-500@medium":"Picture__ek-picture_border-right_violet-500--medium___UAHTY","ek-picture_border-bottom_violet-500":"Picture__ek-picture_border-bottom_violet-500___p-8fV","ek-picture_border-bottom_violet-500@medium":"Picture__ek-picture_border-bottom_violet-500--medium___2SJXM","ek-picture_border-left_violet-500":"Picture__ek-picture_border-left_violet-500___E6NtR","ek-picture_border-left_violet-500@medium":"Picture__ek-picture_border-left_violet-500--medium___d2bZy","ek-picture_border-color_violet-500":"Picture__ek-picture_border-color_violet-500___fWbVa","ek-picture_border-color_violet-500@medium":"Picture__ek-picture_border-color_violet-500--medium___aFpmr","ek-picture_border-color-top_violet-500":"Picture__ek-picture_border-color-top_violet-500___mquxc","ek-picture_border-color-top_violet-500@medium":"Picture__ek-picture_border-color-top_violet-500--medium___3KHtY","ek-picture_border-color-right_violet-500":"Picture__ek-picture_border-color-right_violet-500___qiCQo","ek-picture_border-color-right_violet-500@medium":"Picture__ek-picture_border-color-right_violet-500--medium___lcUJ9","ek-picture_border-color-bottom_violet-500":"Picture__ek-picture_border-color-bottom_violet-500___kb2E5","ek-picture_border-color-bottom_violet-500@medium":"Picture__ek-picture_border-color-bottom_violet-500--medium___GsrOS","ek-picture_border-color-left_violet-500":"Picture__ek-picture_border-color-left_violet-500___zjilq","ek-picture_border-color-left_violet-500@medium":"Picture__ek-picture_border-color-left_violet-500--medium___SEQ3e","ek-picture_border-tb_violet-500":"Picture__ek-picture_border-tb_violet-500___xAMUn","ek-picture_border-tb_violet-500@medium":"Picture__ek-picture_border-tb_violet-500--medium___97XX8","ek-picture_border-lr_violet-500":"Picture__ek-picture_border-lr_violet-500___qf1nV","ek-picture_border-lr_violet-500@medium":"Picture__ek-picture_border-lr_violet-500--medium___wypXq","ek-picture_blackhole_alt-hidden":"Picture__ek-picture_blackhole_alt-hidden___Grw6B"};
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Дочірній `<img>` елемент усередині `<Picture>`. Використовується як `<Picture.Item>`.
|
|
11
|
+
*
|
|
12
|
+
* Медіа-суфікси: `@medium`
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* <Picture.Item src='photo.jpg' alt='Фото' picture-item-display='none@medium' />
|
|
16
|
+
*/
|
|
9
17
|
var PictureItem = evokit.createBlock('img', 'picture__item', ['display'], {
|
|
10
18
|
css: css
|
|
11
19
|
});
|
|
12
20
|
PictureItem.displayName = 'PictureItem';
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Адаптивне зображення (`<picture>`) з підтримкою PDS-стилів.
|
|
24
|
+
*
|
|
25
|
+
* Медіа-суфікси: `@medium`
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* import { Picture } from '@prom-ui/core/Picture';
|
|
29
|
+
*
|
|
30
|
+
* <Picture picture-round='m' picture-fit='cover'>
|
|
31
|
+
* <source srcSet='photo@2x.jpg 2x' />
|
|
32
|
+
* <Picture.Item src='photo.jpg' alt='Фото' />
|
|
33
|
+
* </Picture>
|
|
34
|
+
*/
|
|
13
35
|
var Picture = evokit.createBlock('picture', 'picture', ['blackhole', 'background', 'display', 'fit', ['border', ['border-color', 'border-width', 'border-style']], ['border-top', ['border-color-top', 'border-width-top', 'border-style-top']], ['border-right', ['border-color-right', 'border-width-right', 'border-style-right']], ['border-bottom', ['border-color-bottom', 'border-width-bottom', 'border-style-bottom']], ['border-left', ['border-color-left', 'border-width-left', 'border-style-left']], ['border-color', [['border-color-top', 'border-color-bottom'], ['border-color-right', 'border-color-left'], 'border-color-bottom', 'border-color-left']], ['border-width', [['border-width-top', 'border-width-bottom'], ['border-width-right', 'border-width-left'], 'border-width-bottom', 'border-width-left']], ['border-style', [['border-style-top', 'border-style-bottom'], ['border-style-right', 'border-style-left'], 'border-style-bottom', 'border-style-left']], ['round', [['round-top-left', 'round-bottom-right'], ['round-top-right', 'round-bottom-left'], 'round-bottom-right', 'round-bottom-left']]], {
|
|
14
36
|
css: css
|
|
15
37
|
});
|
|
@@ -6,10 +6,32 @@ var evokit = require('@prom-ui/core/evokit');
|
|
|
6
6
|
|
|
7
7
|
var css = {"ek-picture":"Picture__ek-picture___EOucS","ek-picture__item":"Picture__ek-picture__item___3LOyj","ek-picture_display_block":"Picture__ek-picture_display_block___xnSMj","ek-picture_display_block@medium":"Picture__ek-picture_display_block--medium___d2O1U","ek-picture_display_none":"Picture__ek-picture_display_none___mmDmr","ek-picture_display_none@medium":"Picture__ek-picture_display_none--medium___40apg","ek-picture__item_display_block":"Picture__ek-picture__item_display_block___4V56W","ek-picture__item_display_block@medium":"Picture__ek-picture__item_display_block--medium___9WjGG","ek-picture__item_display_none":"Picture__ek-picture__item_display_none___eVtmH","ek-picture__item_display_none@medium":"Picture__ek-picture__item_display_none--medium___Dh7IO","ek-picture_fit_none":"Picture__ek-picture_fit_none___sSFjP","ek-picture_fit_none@medium":"Picture__ek-picture_fit_none--medium___4F4eD","ek-picture_fit_fill":"Picture__ek-picture_fit_fill___NF4LE","ek-picture_fit_fill@medium":"Picture__ek-picture_fit_fill--medium___Ju-6p","ek-picture_fit_contain":"Picture__ek-picture_fit_contain___llnPp","ek-picture_fit_contain@medium":"Picture__ek-picture_fit_contain--medium___0TxnU","ek-picture_fit_cover":"Picture__ek-picture_fit_cover___gu9pB","ek-picture_fit_cover@medium":"Picture__ek-picture_fit_cover--medium___9wlKR","ek-picture_fit_scale-down":"Picture__ek-picture_fit_scale-down___VxyAY","ek-picture_fit_scale-down@medium":"Picture__ek-picture_fit_scale-down--medium___X33MD","ek-picture_round_none":"Picture__ek-picture_round_none___nUD2C","ek-picture_round_none@medium":"Picture__ek-picture_round_none--medium___aolue","ek-picture_round-top_none":"Picture__ek-picture_round-top_none___Pmc8l","ek-picture_round-top_none@medium":"Picture__ek-picture_round-top_none--medium___inTlZ","ek-picture_round-right_none":"Picture__ek-picture_round-right_none___5lsLc","ek-picture_round-right_none@medium":"Picture__ek-picture_round-right_none--medium___jqPID","ek-picture_round-bottom_none":"Picture__ek-picture_round-bottom_none___PAR7A","ek-picture_round-bottom_none@medium":"Picture__ek-picture_round-bottom_none--medium___aKFhI","ek-picture_round-left_none":"Picture__ek-picture_round-left_none___O7Ysi","ek-picture_round-left_none@medium":"Picture__ek-picture_round-left_none--medium___7vH3u","ek-picture_round-top-left_none":"Picture__ek-picture_round-top-left_none___pSelN","ek-picture_round-top-left_none@medium":"Picture__ek-picture_round-top-left_none--medium___J5oy2","ek-picture_round-top-right_none":"Picture__ek-picture_round-top-right_none___DEhb6","ek-picture_round-top-right_none@medium":"Picture__ek-picture_round-top-right_none--medium___Z4a-W","ek-picture_round-bottom-right_none":"Picture__ek-picture_round-bottom-right_none___GjUop","ek-picture_round-bottom-right_none@medium":"Picture__ek-picture_round-bottom-right_none--medium___npNsK","ek-picture_round-bottom-left_none":"Picture__ek-picture_round-bottom-left_none___eMWPA","ek-picture_round-bottom-left_none@medium":"Picture__ek-picture_round-bottom-left_none--medium___BR7lf","ek-picture_round_xxs":"Picture__ek-picture_round_xxs___SodrO","ek-picture_round_xxs@medium":"Picture__ek-picture_round_xxs--medium___gLdiH","ek-picture_round-top_xxs":"Picture__ek-picture_round-top_xxs___7Gs6L","ek-picture_round-top_xxs@medium":"Picture__ek-picture_round-top_xxs--medium___cNz9x","ek-picture_round-right_xxs":"Picture__ek-picture_round-right_xxs___zL9Uu","ek-picture_round-right_xxs@medium":"Picture__ek-picture_round-right_xxs--medium___imwmn","ek-picture_round-bottom_xxs":"Picture__ek-picture_round-bottom_xxs___bjbUw","ek-picture_round-bottom_xxs@medium":"Picture__ek-picture_round-bottom_xxs--medium___qQMZP","ek-picture_round-left_xxs":"Picture__ek-picture_round-left_xxs___jQz7X","ek-picture_round-left_xxs@medium":"Picture__ek-picture_round-left_xxs--medium___2NsIJ","ek-picture_round-top-left_xxs":"Picture__ek-picture_round-top-left_xxs___tGtMn","ek-picture_round-top-left_xxs@medium":"Picture__ek-picture_round-top-left_xxs--medium___omQxI","ek-picture_round-top-right_xxs":"Picture__ek-picture_round-top-right_xxs___cszg1","ek-picture_round-top-right_xxs@medium":"Picture__ek-picture_round-top-right_xxs--medium___EpdFv","ek-picture_round-bottom-right_xxs":"Picture__ek-picture_round-bottom-right_xxs___A-fls","ek-picture_round-bottom-right_xxs@medium":"Picture__ek-picture_round-bottom-right_xxs--medium___Gw4ex","ek-picture_round-bottom-left_xxs":"Picture__ek-picture_round-bottom-left_xxs___re4v9","ek-picture_round-bottom-left_xxs@medium":"Picture__ek-picture_round-bottom-left_xxs--medium___nF-vZ","ek-picture_round_xs":"Picture__ek-picture_round_xs___vYy9h","ek-picture_round_xs@medium":"Picture__ek-picture_round_xs--medium___x5DZx","ek-picture_round-top_xs":"Picture__ek-picture_round-top_xs___rOZEt","ek-picture_round-top_xs@medium":"Picture__ek-picture_round-top_xs--medium___Zj-Yl","ek-picture_round-right_xs":"Picture__ek-picture_round-right_xs___VjQRI","ek-picture_round-right_xs@medium":"Picture__ek-picture_round-right_xs--medium___7kEVS","ek-picture_round-bottom_xs":"Picture__ek-picture_round-bottom_xs___-0fgt","ek-picture_round-bottom_xs@medium":"Picture__ek-picture_round-bottom_xs--medium___VmGuA","ek-picture_round-left_xs":"Picture__ek-picture_round-left_xs___JH69f","ek-picture_round-left_xs@medium":"Picture__ek-picture_round-left_xs--medium___Mp1eD","ek-picture_round-top-left_xs":"Picture__ek-picture_round-top-left_xs___X-Gw-","ek-picture_round-top-left_xs@medium":"Picture__ek-picture_round-top-left_xs--medium___g61Dj","ek-picture_round-top-right_xs":"Picture__ek-picture_round-top-right_xs___JNTe6","ek-picture_round-top-right_xs@medium":"Picture__ek-picture_round-top-right_xs--medium___ErNvd","ek-picture_round-bottom-right_xs":"Picture__ek-picture_round-bottom-right_xs___jEn6v","ek-picture_round-bottom-right_xs@medium":"Picture__ek-picture_round-bottom-right_xs--medium___YPtLu","ek-picture_round-bottom-left_xs":"Picture__ek-picture_round-bottom-left_xs___R9opR","ek-picture_round-bottom-left_xs@medium":"Picture__ek-picture_round-bottom-left_xs--medium___Q6GCc","ek-picture_round_s":"Picture__ek-picture_round_s___khk17","ek-picture_round_s@medium":"Picture__ek-picture_round_s--medium___LiuaO","ek-picture_round-top_s":"Picture__ek-picture_round-top_s___Ca3HB","ek-picture_round-top_s@medium":"Picture__ek-picture_round-top_s--medium___YQEtd","ek-picture_round-right_s":"Picture__ek-picture_round-right_s___Ndfdz","ek-picture_round-right_s@medium":"Picture__ek-picture_round-right_s--medium___vca0E","ek-picture_round-bottom_s":"Picture__ek-picture_round-bottom_s___18erB","ek-picture_round-bottom_s@medium":"Picture__ek-picture_round-bottom_s--medium___NzuHb","ek-picture_round-left_s":"Picture__ek-picture_round-left_s___crKya","ek-picture_round-left_s@medium":"Picture__ek-picture_round-left_s--medium___ZY8DV","ek-picture_round-top-left_s":"Picture__ek-picture_round-top-left_s___Uhaiq","ek-picture_round-top-left_s@medium":"Picture__ek-picture_round-top-left_s--medium___8g-LB","ek-picture_round-top-right_s":"Picture__ek-picture_round-top-right_s___v-Dc8","ek-picture_round-top-right_s@medium":"Picture__ek-picture_round-top-right_s--medium___hoOQF","ek-picture_round-bottom-right_s":"Picture__ek-picture_round-bottom-right_s___kNbql","ek-picture_round-bottom-right_s@medium":"Picture__ek-picture_round-bottom-right_s--medium___Escbe","ek-picture_round-bottom-left_s":"Picture__ek-picture_round-bottom-left_s___qI2x1","ek-picture_round-bottom-left_s@medium":"Picture__ek-picture_round-bottom-left_s--medium___9ozJK","ek-picture_round_m":"Picture__ek-picture_round_m___7UdMu","ek-picture_round_m@medium":"Picture__ek-picture_round_m--medium___I31HD","ek-picture_round-top_m":"Picture__ek-picture_round-top_m___TG3lL","ek-picture_round-top_m@medium":"Picture__ek-picture_round-top_m--medium___my-bu","ek-picture_round-right_m":"Picture__ek-picture_round-right_m___5YifZ","ek-picture_round-right_m@medium":"Picture__ek-picture_round-right_m--medium___93X7Z","ek-picture_round-bottom_m":"Picture__ek-picture_round-bottom_m___GPhFe","ek-picture_round-bottom_m@medium":"Picture__ek-picture_round-bottom_m--medium___MZcuV","ek-picture_round-left_m":"Picture__ek-picture_round-left_m___kTDE0","ek-picture_round-left_m@medium":"Picture__ek-picture_round-left_m--medium___o7vXN","ek-picture_round-top-left_m":"Picture__ek-picture_round-top-left_m___GXZBI","ek-picture_round-top-left_m@medium":"Picture__ek-picture_round-top-left_m--medium___DYbFx","ek-picture_round-top-right_m":"Picture__ek-picture_round-top-right_m___6hd-V","ek-picture_round-top-right_m@medium":"Picture__ek-picture_round-top-right_m--medium___foFis","ek-picture_round-bottom-right_m":"Picture__ek-picture_round-bottom-right_m___adcIL","ek-picture_round-bottom-right_m@medium":"Picture__ek-picture_round-bottom-right_m--medium___GhjxK","ek-picture_round-bottom-left_m":"Picture__ek-picture_round-bottom-left_m___k4OLU","ek-picture_round-bottom-left_m@medium":"Picture__ek-picture_round-bottom-left_m--medium___qZONY","ek-picture_round_l":"Picture__ek-picture_round_l___aNiOM","ek-picture_round_l@medium":"Picture__ek-picture_round_l--medium___k4ncU","ek-picture_round-top_l":"Picture__ek-picture_round-top_l___fwqnR","ek-picture_round-top_l@medium":"Picture__ek-picture_round-top_l--medium___Sdm5J","ek-picture_round-right_l":"Picture__ek-picture_round-right_l___Fsjle","ek-picture_round-right_l@medium":"Picture__ek-picture_round-right_l--medium___nmIzR","ek-picture_round-bottom_l":"Picture__ek-picture_round-bottom_l___59334","ek-picture_round-bottom_l@medium":"Picture__ek-picture_round-bottom_l--medium___1X1h6","ek-picture_round-left_l":"Picture__ek-picture_round-left_l___S5PmE","ek-picture_round-left_l@medium":"Picture__ek-picture_round-left_l--medium___3r-HQ","ek-picture_round-top-left_l":"Picture__ek-picture_round-top-left_l___aTlcF","ek-picture_round-top-left_l@medium":"Picture__ek-picture_round-top-left_l--medium___ItgTE","ek-picture_round-top-right_l":"Picture__ek-picture_round-top-right_l___UELCP","ek-picture_round-top-right_l@medium":"Picture__ek-picture_round-top-right_l--medium___5cCqs","ek-picture_round-bottom-right_l":"Picture__ek-picture_round-bottom-right_l___5VWaM","ek-picture_round-bottom-right_l@medium":"Picture__ek-picture_round-bottom-right_l--medium___N0omY","ek-picture_round-bottom-left_l":"Picture__ek-picture_round-bottom-left_l___YkpXB","ek-picture_round-bottom-left_l@medium":"Picture__ek-picture_round-bottom-left_l--medium___SLnY-","ek-picture_round_xl":"Picture__ek-picture_round_xl___g0jfa","ek-picture_round_xl@medium":"Picture__ek-picture_round_xl--medium___qgnMb","ek-picture_round-top_xl":"Picture__ek-picture_round-top_xl___u-Sh-","ek-picture_round-top_xl@medium":"Picture__ek-picture_round-top_xl--medium___c2Wyy","ek-picture_round-right_xl":"Picture__ek-picture_round-right_xl___z9kJe","ek-picture_round-right_xl@medium":"Picture__ek-picture_round-right_xl--medium___U-64C","ek-picture_round-bottom_xl":"Picture__ek-picture_round-bottom_xl___YV8dy","ek-picture_round-bottom_xl@medium":"Picture__ek-picture_round-bottom_xl--medium___VqVzv","ek-picture_round-left_xl":"Picture__ek-picture_round-left_xl___Z6c1H","ek-picture_round-left_xl@medium":"Picture__ek-picture_round-left_xl--medium___wlW-g","ek-picture_round-top-left_xl":"Picture__ek-picture_round-top-left_xl___ewzzq","ek-picture_round-top-left_xl@medium":"Picture__ek-picture_round-top-left_xl--medium___RM36F","ek-picture_round-top-right_xl":"Picture__ek-picture_round-top-right_xl___7xjjF","ek-picture_round-top-right_xl@medium":"Picture__ek-picture_round-top-right_xl--medium___pMPsy","ek-picture_round-bottom-right_xl":"Picture__ek-picture_round-bottom-right_xl___XrdIK","ek-picture_round-bottom-right_xl@medium":"Picture__ek-picture_round-bottom-right_xl--medium___TEk-8","ek-picture_round-bottom-left_xl":"Picture__ek-picture_round-bottom-left_xl___FQWb4","ek-picture_round-bottom-left_xl@medium":"Picture__ek-picture_round-bottom-left_xl--medium___GQOPY","ek-picture_round_xxl":"Picture__ek-picture_round_xxl___jRqPA","ek-picture_round_xxl@medium":"Picture__ek-picture_round_xxl--medium___x3h5T","ek-picture_round-top_xxl":"Picture__ek-picture_round-top_xxl___xjDEd","ek-picture_round-top_xxl@medium":"Picture__ek-picture_round-top_xxl--medium___-JzxU","ek-picture_round-right_xxl":"Picture__ek-picture_round-right_xxl___xPTeX","ek-picture_round-right_xxl@medium":"Picture__ek-picture_round-right_xxl--medium___sncw8","ek-picture_round-bottom_xxl":"Picture__ek-picture_round-bottom_xxl___ESGZZ","ek-picture_round-bottom_xxl@medium":"Picture__ek-picture_round-bottom_xxl--medium___YBkSu","ek-picture_round-left_xxl":"Picture__ek-picture_round-left_xxl___bqK9O","ek-picture_round-left_xxl@medium":"Picture__ek-picture_round-left_xxl--medium___pT9HE","ek-picture_round-top-left_xxl":"Picture__ek-picture_round-top-left_xxl___lK-Jf","ek-picture_round-top-left_xxl@medium":"Picture__ek-picture_round-top-left_xxl--medium___pA9BV","ek-picture_round-top-right_xxl":"Picture__ek-picture_round-top-right_xxl___Pzy4Z","ek-picture_round-top-right_xxl@medium":"Picture__ek-picture_round-top-right_xxl--medium___72e9b","ek-picture_round-bottom-right_xxl":"Picture__ek-picture_round-bottom-right_xxl___VCDY0","ek-picture_round-bottom-right_xxl@medium":"Picture__ek-picture_round-bottom-right_xxl--medium___L-fNL","ek-picture_round-bottom-left_xxl":"Picture__ek-picture_round-bottom-left_xxl___S6XNc","ek-picture_round-bottom-left_xxl@medium":"Picture__ek-picture_round-bottom-left_xxl--medium___E0S-E","ek-picture_round_3xl":"Picture__ek-picture_round_3xl___-RzPn","ek-picture_round_3xl@medium":"Picture__ek-picture_round_3xl--medium___KGmKF","ek-picture_round-top_3xl":"Picture__ek-picture_round-top_3xl___DnmGm","ek-picture_round-top_3xl@medium":"Picture__ek-picture_round-top_3xl--medium___6KmIk","ek-picture_round-right_3xl":"Picture__ek-picture_round-right_3xl___hKjLK","ek-picture_round-right_3xl@medium":"Picture__ek-picture_round-right_3xl--medium___egKsT","ek-picture_round-bottom_3xl":"Picture__ek-picture_round-bottom_3xl___eSpBh","ek-picture_round-bottom_3xl@medium":"Picture__ek-picture_round-bottom_3xl--medium___qGdJ0","ek-picture_round-left_3xl":"Picture__ek-picture_round-left_3xl___hvwYk","ek-picture_round-left_3xl@medium":"Picture__ek-picture_round-left_3xl--medium___mYZx7","ek-picture_round-top-left_3xl":"Picture__ek-picture_round-top-left_3xl___cdOnV","ek-picture_round-top-left_3xl@medium":"Picture__ek-picture_round-top-left_3xl--medium___JUBKi","ek-picture_round-top-right_3xl":"Picture__ek-picture_round-top-right_3xl___5N8bq","ek-picture_round-top-right_3xl@medium":"Picture__ek-picture_round-top-right_3xl--medium___NTmsA","ek-picture_round-bottom-right_3xl":"Picture__ek-picture_round-bottom-right_3xl___EhKFC","ek-picture_round-bottom-right_3xl@medium":"Picture__ek-picture_round-bottom-right_3xl--medium___0sRch","ek-picture_round-bottom-left_3xl":"Picture__ek-picture_round-bottom-left_3xl___xm-Pj","ek-picture_round-bottom-left_3xl@medium":"Picture__ek-picture_round-bottom-left_3xl--medium___CWY82","ek-picture_round_4xl":"Picture__ek-picture_round_4xl___zYIFy","ek-picture_round_4xl@medium":"Picture__ek-picture_round_4xl--medium___suziZ","ek-picture_round-top_4xl":"Picture__ek-picture_round-top_4xl___T3kFc","ek-picture_round-top_4xl@medium":"Picture__ek-picture_round-top_4xl--medium___GbgaM","ek-picture_round-right_4xl":"Picture__ek-picture_round-right_4xl___LaOQr","ek-picture_round-right_4xl@medium":"Picture__ek-picture_round-right_4xl--medium___ejDZT","ek-picture_round-bottom_4xl":"Picture__ek-picture_round-bottom_4xl___0nfvr","ek-picture_round-bottom_4xl@medium":"Picture__ek-picture_round-bottom_4xl--medium___9W056","ek-picture_round-left_4xl":"Picture__ek-picture_round-left_4xl___o8zQm","ek-picture_round-left_4xl@medium":"Picture__ek-picture_round-left_4xl--medium___xlBDF","ek-picture_round-top-left_4xl":"Picture__ek-picture_round-top-left_4xl___BtLK8","ek-picture_round-top-left_4xl@medium":"Picture__ek-picture_round-top-left_4xl--medium___-B0G9","ek-picture_round-top-right_4xl":"Picture__ek-picture_round-top-right_4xl___xwvIB","ek-picture_round-top-right_4xl@medium":"Picture__ek-picture_round-top-right_4xl--medium___MdLE1","ek-picture_round-bottom-right_4xl":"Picture__ek-picture_round-bottom-right_4xl___hoeXn","ek-picture_round-bottom-right_4xl@medium":"Picture__ek-picture_round-bottom-right_4xl--medium___4DbFE","ek-picture_round-bottom-left_4xl":"Picture__ek-picture_round-bottom-left_4xl___0YjMk","ek-picture_round-bottom-left_4xl@medium":"Picture__ek-picture_round-bottom-left_4xl--medium___6Shqu","ek-picture_round_5xl":"Picture__ek-picture_round_5xl___sIHDE","ek-picture_round_5xl@medium":"Picture__ek-picture_round_5xl--medium___yny8U","ek-picture_round-top_5xl":"Picture__ek-picture_round-top_5xl___D1Q5M","ek-picture_round-top_5xl@medium":"Picture__ek-picture_round-top_5xl--medium___pyAbf","ek-picture_round-right_5xl":"Picture__ek-picture_round-right_5xl___3-SkD","ek-picture_round-right_5xl@medium":"Picture__ek-picture_round-right_5xl--medium___6gW8y","ek-picture_round-bottom_5xl":"Picture__ek-picture_round-bottom_5xl___GnNZh","ek-picture_round-bottom_5xl@medium":"Picture__ek-picture_round-bottom_5xl--medium___8M81h","ek-picture_round-left_5xl":"Picture__ek-picture_round-left_5xl___a6ft-","ek-picture_round-left_5xl@medium":"Picture__ek-picture_round-left_5xl--medium___BtIm4","ek-picture_round-top-left_5xl":"Picture__ek-picture_round-top-left_5xl___w3vwj","ek-picture_round-top-left_5xl@medium":"Picture__ek-picture_round-top-left_5xl--medium___UH-Or","ek-picture_round-top-right_5xl":"Picture__ek-picture_round-top-right_5xl___St0FN","ek-picture_round-top-right_5xl@medium":"Picture__ek-picture_round-top-right_5xl--medium___keFVv","ek-picture_round-bottom-right_5xl":"Picture__ek-picture_round-bottom-right_5xl___-E7ez","ek-picture_round-bottom-right_5xl@medium":"Picture__ek-picture_round-bottom-right_5xl--medium___K2t--","ek-picture_round-bottom-left_5xl":"Picture__ek-picture_round-bottom-left_5xl___95Q-I","ek-picture_round-bottom-left_5xl@medium":"Picture__ek-picture_round-bottom-left_5xl--medium___c-CpO","ek-picture_round_full":"Picture__ek-picture_round_full___jfNoQ","ek-picture_round_full@medium":"Picture__ek-picture_round_full--medium___esZpf","ek-picture_round-top_full":"Picture__ek-picture_round-top_full___Sq6Uw","ek-picture_round-top_full@medium":"Picture__ek-picture_round-top_full--medium___2XoHy","ek-picture_round-right_full":"Picture__ek-picture_round-right_full___eNxlg","ek-picture_round-right_full@medium":"Picture__ek-picture_round-right_full--medium___FxmfM","ek-picture_round-bottom_full":"Picture__ek-picture_round-bottom_full___kDFDU","ek-picture_round-bottom_full@medium":"Picture__ek-picture_round-bottom_full--medium___9rw2o","ek-picture_round-left_full":"Picture__ek-picture_round-left_full___ZLh1K","ek-picture_round-left_full@medium":"Picture__ek-picture_round-left_full--medium___O3Q-k","ek-picture_round-top-left_full":"Picture__ek-picture_round-top-left_full___EOAyI","ek-picture_round-top-left_full@medium":"Picture__ek-picture_round-top-left_full--medium___1nwrE","ek-picture_round-top-right_full":"Picture__ek-picture_round-top-right_full___ed9yv","ek-picture_round-top-right_full@medium":"Picture__ek-picture_round-top-right_full--medium___XoK2o","ek-picture_round-bottom-right_full":"Picture__ek-picture_round-bottom-right_full___jiROR","ek-picture_round-bottom-right_full@medium":"Picture__ek-picture_round-bottom-right_full--medium___gEYek","ek-picture_round-bottom-left_full":"Picture__ek-picture_round-bottom-left_full___AaVK6","ek-picture_round-bottom-left_full@medium":"Picture__ek-picture_round-bottom-left_full--medium___D0a-a","ek-picture_border-width_none":"Picture__ek-picture_border-width_none___0KBm2","ek-picture_border-width_none@medium":"Picture__ek-picture_border-width_none--medium___O-dim","ek-picture_border-width-top_none":"Picture__ek-picture_border-width-top_none___A5tD-","ek-picture_border-width-top_none@medium":"Picture__ek-picture_border-width-top_none--medium___JHtAc","ek-picture_border-width-right_none":"Picture__ek-picture_border-width-right_none___zERb-","ek-picture_border-width-right_none@medium":"Picture__ek-picture_border-width-right_none--medium___kT-vF","ek-picture_border-width-bottom_none":"Picture__ek-picture_border-width-bottom_none___EIIZs","ek-picture_border-width-bottom_none@medium":"Picture__ek-picture_border-width-bottom_none--medium___cjDuE","ek-picture_border-width-left_none":"Picture__ek-picture_border-width-left_none___xLXdf","ek-picture_border-width-left_none@medium":"Picture__ek-picture_border-width-left_none--medium___QW8dR","ek-picture_border-width_xxs":"Picture__ek-picture_border-width_xxs___PA-rQ","ek-picture_border-width_xxs@medium":"Picture__ek-picture_border-width_xxs--medium___NdyWt","ek-picture_border-width-top_xxs":"Picture__ek-picture_border-width-top_xxs___VGHWV","ek-picture_border-width-top_xxs@medium":"Picture__ek-picture_border-width-top_xxs--medium___STcr5","ek-picture_border-width-right_xxs":"Picture__ek-picture_border-width-right_xxs___4yNQy","ek-picture_border-width-right_xxs@medium":"Picture__ek-picture_border-width-right_xxs--medium___60LHi","ek-picture_border-width-bottom_xxs":"Picture__ek-picture_border-width-bottom_xxs___2nF9x","ek-picture_border-width-bottom_xxs@medium":"Picture__ek-picture_border-width-bottom_xxs--medium___lH-vr","ek-picture_border-width-left_xxs":"Picture__ek-picture_border-width-left_xxs___Wp4ea","ek-picture_border-width-left_xxs@medium":"Picture__ek-picture_border-width-left_xxs--medium___TazHX","ek-picture_border-width_xs":"Picture__ek-picture_border-width_xs___ucuT8","ek-picture_border-width_xs@medium":"Picture__ek-picture_border-width_xs--medium___d2yFF","ek-picture_border-width-top_xs":"Picture__ek-picture_border-width-top_xs___PedDd","ek-picture_border-width-top_xs@medium":"Picture__ek-picture_border-width-top_xs--medium___am3Xt","ek-picture_border-width-right_xs":"Picture__ek-picture_border-width-right_xs___rMcRO","ek-picture_border-width-right_xs@medium":"Picture__ek-picture_border-width-right_xs--medium___EnQic","ek-picture_border-width-bottom_xs":"Picture__ek-picture_border-width-bottom_xs___PLDeJ","ek-picture_border-width-bottom_xs@medium":"Picture__ek-picture_border-width-bottom_xs--medium___uZr7s","ek-picture_border-width-left_xs":"Picture__ek-picture_border-width-left_xs___RcT2r","ek-picture_border-width-left_xs@medium":"Picture__ek-picture_border-width-left_xs--medium___nqlYQ","ek-picture_border-width_s":"Picture__ek-picture_border-width_s___Mus8x","ek-picture_border-width_s@medium":"Picture__ek-picture_border-width_s--medium___HDoNw","ek-picture_border-width-top_s":"Picture__ek-picture_border-width-top_s___ZuPLg","ek-picture_border-width-top_s@medium":"Picture__ek-picture_border-width-top_s--medium___VA9ku","ek-picture_border-width-right_s":"Picture__ek-picture_border-width-right_s___ACIte","ek-picture_border-width-right_s@medium":"Picture__ek-picture_border-width-right_s--medium___m3-V6","ek-picture_border-width-bottom_s":"Picture__ek-picture_border-width-bottom_s___TqUFP","ek-picture_border-width-bottom_s@medium":"Picture__ek-picture_border-width-bottom_s--medium___uTyl-","ek-picture_border-width-left_s":"Picture__ek-picture_border-width-left_s___F8yrx","ek-picture_border-width-left_s@medium":"Picture__ek-picture_border-width-left_s--medium___WOlep","ek-picture_border-width_m":"Picture__ek-picture_border-width_m___1PgNe","ek-picture_border-width_m@medium":"Picture__ek-picture_border-width_m--medium___HtvjJ","ek-picture_border-width-top_m":"Picture__ek-picture_border-width-top_m___FepXU","ek-picture_border-width-top_m@medium":"Picture__ek-picture_border-width-top_m--medium___aj0Tj","ek-picture_border-width-right_m":"Picture__ek-picture_border-width-right_m___fqtwI","ek-picture_border-width-right_m@medium":"Picture__ek-picture_border-width-right_m--medium___UsClf","ek-picture_border-width-bottom_m":"Picture__ek-picture_border-width-bottom_m___BrYvj","ek-picture_border-width-bottom_m@medium":"Picture__ek-picture_border-width-bottom_m--medium___T5yz9","ek-picture_border-width-left_m":"Picture__ek-picture_border-width-left_m___i4Evx","ek-picture_border-width-left_m@medium":"Picture__ek-picture_border-width-left_m--medium___HaeOh","ek-picture_border-width_l":"Picture__ek-picture_border-width_l___pRHGw","ek-picture_border-width_l@medium":"Picture__ek-picture_border-width_l--medium___Idbio","ek-picture_border-width-top_l":"Picture__ek-picture_border-width-top_l___tHmjz","ek-picture_border-width-top_l@medium":"Picture__ek-picture_border-width-top_l--medium___f2A1X","ek-picture_border-width-right_l":"Picture__ek-picture_border-width-right_l___ue13m","ek-picture_border-width-right_l@medium":"Picture__ek-picture_border-width-right_l--medium___E8i1s","ek-picture_border-width-bottom_l":"Picture__ek-picture_border-width-bottom_l___tmGtF","ek-picture_border-width-bottom_l@medium":"Picture__ek-picture_border-width-bottom_l--medium___qryHt","ek-picture_border-width-left_l":"Picture__ek-picture_border-width-left_l___Q6JfN","ek-picture_border-width-left_l@medium":"Picture__ek-picture_border-width-left_l--medium___QWLPb","ek-picture_border-width_xl":"Picture__ek-picture_border-width_xl___nENp-","ek-picture_border-width_xl@medium":"Picture__ek-picture_border-width_xl--medium___sVLUs","ek-picture_border-width-top_xl":"Picture__ek-picture_border-width-top_xl___Gl5yz","ek-picture_border-width-top_xl@medium":"Picture__ek-picture_border-width-top_xl--medium___B0Ltp","ek-picture_border-width-right_xl":"Picture__ek-picture_border-width-right_xl___sFi-g","ek-picture_border-width-right_xl@medium":"Picture__ek-picture_border-width-right_xl--medium___j8jfW","ek-picture_border-width-bottom_xl":"Picture__ek-picture_border-width-bottom_xl___qZNA1","ek-picture_border-width-bottom_xl@medium":"Picture__ek-picture_border-width-bottom_xl--medium___mMZNN","ek-picture_border-width-left_xl":"Picture__ek-picture_border-width-left_xl___nfZY4","ek-picture_border-width-left_xl@medium":"Picture__ek-picture_border-width-left_xl--medium___Fh57c","ek-picture_border-width_xxl":"Picture__ek-picture_border-width_xxl___UnsGS","ek-picture_border-width_xxl@medium":"Picture__ek-picture_border-width_xxl--medium___yvK2g","ek-picture_border-width-top_xxl":"Picture__ek-picture_border-width-top_xxl___m42yc","ek-picture_border-width-top_xxl@medium":"Picture__ek-picture_border-width-top_xxl--medium___VeDBY","ek-picture_border-width-right_xxl":"Picture__ek-picture_border-width-right_xxl___HfGcn","ek-picture_border-width-right_xxl@medium":"Picture__ek-picture_border-width-right_xxl--medium___BsUrV","ek-picture_border-width-bottom_xxl":"Picture__ek-picture_border-width-bottom_xxl___PnQbZ","ek-picture_border-width-bottom_xxl@medium":"Picture__ek-picture_border-width-bottom_xxl--medium___BS637","ek-picture_border-width-left_xxl":"Picture__ek-picture_border-width-left_xxl___OSZuz","ek-picture_border-width-left_xxl@medium":"Picture__ek-picture_border-width-left_xxl--medium___4WthQ","ek-picture_border-width_3xl":"Picture__ek-picture_border-width_3xl___0zaik","ek-picture_border-width_3xl@medium":"Picture__ek-picture_border-width_3xl--medium___Cd24S","ek-picture_border-width-top_3xl":"Picture__ek-picture_border-width-top_3xl___PQRto","ek-picture_border-width-top_3xl@medium":"Picture__ek-picture_border-width-top_3xl--medium___CTi1e","ek-picture_border-width-right_3xl":"Picture__ek-picture_border-width-right_3xl___pGD4R","ek-picture_border-width-right_3xl@medium":"Picture__ek-picture_border-width-right_3xl--medium___DYnHR","ek-picture_border-width-bottom_3xl":"Picture__ek-picture_border-width-bottom_3xl___XN8Jn","ek-picture_border-width-bottom_3xl@medium":"Picture__ek-picture_border-width-bottom_3xl--medium___33gJR","ek-picture_border-width-left_3xl":"Picture__ek-picture_border-width-left_3xl___zryKT","ek-picture_border-width-left_3xl@medium":"Picture__ek-picture_border-width-left_3xl--medium___YopUE","ek-picture_border-width_4xl":"Picture__ek-picture_border-width_4xl___KSuKF","ek-picture_border-width_4xl@medium":"Picture__ek-picture_border-width_4xl--medium___yRstR","ek-picture_border-width-top_4xl":"Picture__ek-picture_border-width-top_4xl___gYjCr","ek-picture_border-width-top_4xl@medium":"Picture__ek-picture_border-width-top_4xl--medium___1dS9f","ek-picture_border-width-right_4xl":"Picture__ek-picture_border-width-right_4xl___odZea","ek-picture_border-width-right_4xl@medium":"Picture__ek-picture_border-width-right_4xl--medium___7Xaq7","ek-picture_border-width-bottom_4xl":"Picture__ek-picture_border-width-bottom_4xl___qB7oe","ek-picture_border-width-bottom_4xl@medium":"Picture__ek-picture_border-width-bottom_4xl--medium___hCkdO","ek-picture_border-width-left_4xl":"Picture__ek-picture_border-width-left_4xl___ZmBPk","ek-picture_border-width-left_4xl@medium":"Picture__ek-picture_border-width-left_4xl--medium___csklo","ek-picture_border-width_5xl":"Picture__ek-picture_border-width_5xl___-OqsP","ek-picture_border-width_5xl@medium":"Picture__ek-picture_border-width_5xl--medium___VAuQx","ek-picture_border-width-top_5xl":"Picture__ek-picture_border-width-top_5xl___dzNfe","ek-picture_border-width-top_5xl@medium":"Picture__ek-picture_border-width-top_5xl--medium___MnFvr","ek-picture_border-width-right_5xl":"Picture__ek-picture_border-width-right_5xl___esHVP","ek-picture_border-width-right_5xl@medium":"Picture__ek-picture_border-width-right_5xl--medium___p3Hvh","ek-picture_border-width-bottom_5xl":"Picture__ek-picture_border-width-bottom_5xl___XlMc8","ek-picture_border-width-bottom_5xl@medium":"Picture__ek-picture_border-width-bottom_5xl--medium___wLfKg","ek-picture_border-width-left_5xl":"Picture__ek-picture_border-width-left_5xl___ckhes","ek-picture_border-width-left_5xl@medium":"Picture__ek-picture_border-width-left_5xl--medium___y4C2Y","ek-picture_border-style_solid":"Picture__ek-picture_border-style_solid___HVs6B","ek-picture_border-style_solid@medium":"Picture__ek-picture_border-style_solid--medium___-OZ8T","ek-picture_border-style-top_solid":"Picture__ek-picture_border-style-top_solid___Aj1vI","ek-picture_border-style-top_solid@medium":"Picture__ek-picture_border-style-top_solid--medium___LSfM1","ek-picture_border-style-right_solid":"Picture__ek-picture_border-style-right_solid___jYip6","ek-picture_border-style-right_solid@medium":"Picture__ek-picture_border-style-right_solid--medium___f3pHz","ek-picture_border-style-bottom_solid":"Picture__ek-picture_border-style-bottom_solid___60EiQ","ek-picture_border-style-bottom_solid@medium":"Picture__ek-picture_border-style-bottom_solid--medium___4ZD-C","ek-picture_border-style-left_solid":"Picture__ek-picture_border-style-left_solid___Uy0Zt","ek-picture_border-style-left_solid@medium":"Picture__ek-picture_border-style-left_solid--medium___eWq92","ek-picture_border-style_dotted":"Picture__ek-picture_border-style_dotted___MnIJP","ek-picture_border-style_dotted@medium":"Picture__ek-picture_border-style_dotted--medium___dkrwy","ek-picture_border-style-top_dotted":"Picture__ek-picture_border-style-top_dotted___xRhYJ","ek-picture_border-style-top_dotted@medium":"Picture__ek-picture_border-style-top_dotted--medium___R-OQh","ek-picture_border-style-right_dotted":"Picture__ek-picture_border-style-right_dotted___-8Dus","ek-picture_border-style-right_dotted@medium":"Picture__ek-picture_border-style-right_dotted--medium___ds5Gc","ek-picture_border-style-bottom_dotted":"Picture__ek-picture_border-style-bottom_dotted___kLA-d","ek-picture_border-style-bottom_dotted@medium":"Picture__ek-picture_border-style-bottom_dotted--medium___i3lZU","ek-picture_border-style-left_dotted":"Picture__ek-picture_border-style-left_dotted___BTeOf","ek-picture_border-style-left_dotted@medium":"Picture__ek-picture_border-style-left_dotted--medium___50-Y5","ek-picture_border-style_dashed":"Picture__ek-picture_border-style_dashed___WL3qd","ek-picture_border-style_dashed@medium":"Picture__ek-picture_border-style_dashed--medium___h0iQE","ek-picture_border-style-top_dashed":"Picture__ek-picture_border-style-top_dashed___270tL","ek-picture_border-style-top_dashed@medium":"Picture__ek-picture_border-style-top_dashed--medium___6fS1f","ek-picture_border-style-right_dashed":"Picture__ek-picture_border-style-right_dashed___60jzb","ek-picture_border-style-right_dashed@medium":"Picture__ek-picture_border-style-right_dashed--medium___0SOjF","ek-picture_border-style-bottom_dashed":"Picture__ek-picture_border-style-bottom_dashed___HsI4b","ek-picture_border-style-bottom_dashed@medium":"Picture__ek-picture_border-style-bottom_dashed--medium___V-L1L","ek-picture_border-style-left_dashed":"Picture__ek-picture_border-style-left_dashed___WtZzC","ek-picture_border-style-left_dashed@medium":"Picture__ek-picture_border-style-left_dashed--medium___WGOgg","ek-picture_background_black-400":"Picture__ek-picture_background_black-400___eQd-p","ek-picture_background_black-400@medium":"Picture__ek-picture_background_black-400--medium___Qg-VS","ek-picture_border_black-400":"Picture__ek-picture_border_black-400___bdg-S","ek-picture_border_black-400@medium":"Picture__ek-picture_border_black-400--medium___Mm3Uk","ek-picture_border-top_black-400":"Picture__ek-picture_border-top_black-400___zLrSi","ek-picture_border-top_black-400@medium":"Picture__ek-picture_border-top_black-400--medium___yJ869","ek-picture_border-right_black-400":"Picture__ek-picture_border-right_black-400___xcdgb","ek-picture_border-right_black-400@medium":"Picture__ek-picture_border-right_black-400--medium___QcPRk","ek-picture_border-bottom_black-400":"Picture__ek-picture_border-bottom_black-400___cu2f4","ek-picture_border-bottom_black-400@medium":"Picture__ek-picture_border-bottom_black-400--medium___ShZCu","ek-picture_border-left_black-400":"Picture__ek-picture_border-left_black-400___cXIx4","ek-picture_border-left_black-400@medium":"Picture__ek-picture_border-left_black-400--medium___X3iMV","ek-picture_border-color_black-400":"Picture__ek-picture_border-color_black-400___MqXWQ","ek-picture_border-color_black-400@medium":"Picture__ek-picture_border-color_black-400--medium___e5ZWD","ek-picture_border-color-top_black-400":"Picture__ek-picture_border-color-top_black-400___0VKO0","ek-picture_border-color-top_black-400@medium":"Picture__ek-picture_border-color-top_black-400--medium___T2W3M","ek-picture_border-color-right_black-400":"Picture__ek-picture_border-color-right_black-400___z9PU0","ek-picture_border-color-right_black-400@medium":"Picture__ek-picture_border-color-right_black-400--medium___kDF1K","ek-picture_border-color-bottom_black-400":"Picture__ek-picture_border-color-bottom_black-400___c6KrR","ek-picture_border-color-bottom_black-400@medium":"Picture__ek-picture_border-color-bottom_black-400--medium___0aIfv","ek-picture_border-color-left_black-400":"Picture__ek-picture_border-color-left_black-400___uIIy-","ek-picture_border-color-left_black-400@medium":"Picture__ek-picture_border-color-left_black-400--medium___yltQE","ek-picture_border-tb_black-400":"Picture__ek-picture_border-tb_black-400___VPcxa","ek-picture_border-tb_black-400@medium":"Picture__ek-picture_border-tb_black-400--medium___wrESG","ek-picture_border-lr_black-400":"Picture__ek-picture_border-lr_black-400___GnBbC","ek-picture_border-lr_black-400@medium":"Picture__ek-picture_border-lr_black-400--medium___w3SrS","ek-picture_background_white":"Picture__ek-picture_background_white___ZC-tP","ek-picture_background_white@medium":"Picture__ek-picture_background_white--medium___z6h9n","ek-picture_border_white":"Picture__ek-picture_border_white___V8cJg","ek-picture_border_white@medium":"Picture__ek-picture_border_white--medium___I-Byr","ek-picture_border-top_white":"Picture__ek-picture_border-top_white___YhxzG","ek-picture_border-top_white@medium":"Picture__ek-picture_border-top_white--medium___qHwKR","ek-picture_border-right_white":"Picture__ek-picture_border-right_white___mc5wZ","ek-picture_border-right_white@medium":"Picture__ek-picture_border-right_white--medium___RXwoK","ek-picture_border-bottom_white":"Picture__ek-picture_border-bottom_white___siEPc","ek-picture_border-bottom_white@medium":"Picture__ek-picture_border-bottom_white--medium___dtHMW","ek-picture_border-left_white":"Picture__ek-picture_border-left_white___KyxWz","ek-picture_border-left_white@medium":"Picture__ek-picture_border-left_white--medium___mHh8c","ek-picture_border-color_white":"Picture__ek-picture_border-color_white___PKo-B","ek-picture_border-color_white@medium":"Picture__ek-picture_border-color_white--medium___UdG8N","ek-picture_border-color-top_white":"Picture__ek-picture_border-color-top_white___6CHDO","ek-picture_border-color-top_white@medium":"Picture__ek-picture_border-color-top_white--medium___1JaZG","ek-picture_border-color-right_white":"Picture__ek-picture_border-color-right_white___xvX2T","ek-picture_border-color-right_white@medium":"Picture__ek-picture_border-color-right_white--medium___a9JsN","ek-picture_border-color-bottom_white":"Picture__ek-picture_border-color-bottom_white___rIb-E","ek-picture_border-color-bottom_white@medium":"Picture__ek-picture_border-color-bottom_white--medium___OIWJw","ek-picture_border-color-left_white":"Picture__ek-picture_border-color-left_white___Q4hEM","ek-picture_border-color-left_white@medium":"Picture__ek-picture_border-color-left_white--medium___kk18O","ek-picture_border-tb_white":"Picture__ek-picture_border-tb_white___s9DdB","ek-picture_border-tb_white@medium":"Picture__ek-picture_border-tb_white--medium___7sKlO","ek-picture_border-lr_white":"Picture__ek-picture_border-lr_white___WwW1D","ek-picture_border-lr_white@medium":"Picture__ek-picture_border-lr_white--medium___W2dnl","ek-picture_background_yellow-500":"Picture__ek-picture_background_yellow-500___0YtUA","ek-picture_background_yellow-500@medium":"Picture__ek-picture_background_yellow-500--medium___WnH-8","ek-picture_border_yellow-500":"Picture__ek-picture_border_yellow-500___HzPcn","ek-picture_border_yellow-500@medium":"Picture__ek-picture_border_yellow-500--medium___kzjV8","ek-picture_border-top_yellow-500":"Picture__ek-picture_border-top_yellow-500___X0Fl0","ek-picture_border-top_yellow-500@medium":"Picture__ek-picture_border-top_yellow-500--medium___bbrt8","ek-picture_border-right_yellow-500":"Picture__ek-picture_border-right_yellow-500___bvuc5","ek-picture_border-right_yellow-500@medium":"Picture__ek-picture_border-right_yellow-500--medium___kbR67","ek-picture_border-bottom_yellow-500":"Picture__ek-picture_border-bottom_yellow-500___ataQ8","ek-picture_border-bottom_yellow-500@medium":"Picture__ek-picture_border-bottom_yellow-500--medium___pIepV","ek-picture_border-left_yellow-500":"Picture__ek-picture_border-left_yellow-500___3Ub-8","ek-picture_border-left_yellow-500@medium":"Picture__ek-picture_border-left_yellow-500--medium___0AnuL","ek-picture_border-color_yellow-500":"Picture__ek-picture_border-color_yellow-500___3olZJ","ek-picture_border-color_yellow-500@medium":"Picture__ek-picture_border-color_yellow-500--medium___fx4oT","ek-picture_border-color-top_yellow-500":"Picture__ek-picture_border-color-top_yellow-500___ErM5l","ek-picture_border-color-top_yellow-500@medium":"Picture__ek-picture_border-color-top_yellow-500--medium___H60VX","ek-picture_border-color-right_yellow-500":"Picture__ek-picture_border-color-right_yellow-500___sthqD","ek-picture_border-color-right_yellow-500@medium":"Picture__ek-picture_border-color-right_yellow-500--medium___70tPt","ek-picture_border-color-bottom_yellow-500":"Picture__ek-picture_border-color-bottom_yellow-500___O0stB","ek-picture_border-color-bottom_yellow-500@medium":"Picture__ek-picture_border-color-bottom_yellow-500--medium___WeFbF","ek-picture_border-color-left_yellow-500":"Picture__ek-picture_border-color-left_yellow-500___yqhRT","ek-picture_border-color-left_yellow-500@medium":"Picture__ek-picture_border-color-left_yellow-500--medium___BAyy9","ek-picture_border-tb_yellow-500":"Picture__ek-picture_border-tb_yellow-500___rzMNZ","ek-picture_border-tb_yellow-500@medium":"Picture__ek-picture_border-tb_yellow-500--medium___J8pTm","ek-picture_border-lr_yellow-500":"Picture__ek-picture_border-lr_yellow-500___Qv-VJ","ek-picture_border-lr_yellow-500@medium":"Picture__ek-picture_border-lr_yellow-500--medium___BPdM-","ek-picture_background_violet-500":"Picture__ek-picture_background_violet-500___5YVLt","ek-picture_background_violet-500@medium":"Picture__ek-picture_background_violet-500--medium___UsQjj","ek-picture_border_violet-500":"Picture__ek-picture_border_violet-500___YKcxs","ek-picture_border_violet-500@medium":"Picture__ek-picture_border_violet-500--medium___UwZ2x","ek-picture_border-top_violet-500":"Picture__ek-picture_border-top_violet-500___qVJah","ek-picture_border-top_violet-500@medium":"Picture__ek-picture_border-top_violet-500--medium___7AxjR","ek-picture_border-right_violet-500":"Picture__ek-picture_border-right_violet-500___uWSUQ","ek-picture_border-right_violet-500@medium":"Picture__ek-picture_border-right_violet-500--medium___sPypI","ek-picture_border-bottom_violet-500":"Picture__ek-picture_border-bottom_violet-500___tzw7p","ek-picture_border-bottom_violet-500@medium":"Picture__ek-picture_border-bottom_violet-500--medium___RuqeS","ek-picture_border-left_violet-500":"Picture__ek-picture_border-left_violet-500___Hj-dN","ek-picture_border-left_violet-500@medium":"Picture__ek-picture_border-left_violet-500--medium___avDeW","ek-picture_border-color_violet-500":"Picture__ek-picture_border-color_violet-500___hIwR-","ek-picture_border-color_violet-500@medium":"Picture__ek-picture_border-color_violet-500--medium___o--6a","ek-picture_border-color-top_violet-500":"Picture__ek-picture_border-color-top_violet-500___j4yuW","ek-picture_border-color-top_violet-500@medium":"Picture__ek-picture_border-color-top_violet-500--medium___vj-gI","ek-picture_border-color-right_violet-500":"Picture__ek-picture_border-color-right_violet-500___t2ci5","ek-picture_border-color-right_violet-500@medium":"Picture__ek-picture_border-color-right_violet-500--medium___WThoU","ek-picture_border-color-bottom_violet-500":"Picture__ek-picture_border-color-bottom_violet-500___VSYN8","ek-picture_border-color-bottom_violet-500@medium":"Picture__ek-picture_border-color-bottom_violet-500--medium___NW6yV","ek-picture_border-color-left_violet-500":"Picture__ek-picture_border-color-left_violet-500___QREo4","ek-picture_border-color-left_violet-500@medium":"Picture__ek-picture_border-color-left_violet-500--medium___xf2xB","ek-picture_border-tb_violet-500":"Picture__ek-picture_border-tb_violet-500___MPvt-","ek-picture_border-tb_violet-500@medium":"Picture__ek-picture_border-tb_violet-500--medium___Wk-Gb","ek-picture_border-lr_violet-500":"Picture__ek-picture_border-lr_violet-500___t7mOg","ek-picture_border-lr_violet-500@medium":"Picture__ek-picture_border-lr_violet-500--medium___Ie70H","ek-picture_blackhole_alt-hidden":"Picture__ek-picture_blackhole_alt-hidden___KCzZG"};
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Дочірній `<img>` елемент усередині `<Picture>`. Використовується як `<Picture.Item>`.
|
|
11
|
+
*
|
|
12
|
+
* Медіа-суфікси: `@medium`
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* <Picture.Item src='photo.jpg' alt='Фото' picture-item-display='none@medium' />
|
|
16
|
+
*/
|
|
9
17
|
var PictureItem = evokit.createBlock('img', 'picture__item', ['display'], {
|
|
10
18
|
css: css
|
|
11
19
|
});
|
|
12
20
|
PictureItem.displayName = 'PictureItem';
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Адаптивне зображення (`<picture>`) з підтримкою PDS-стилів.
|
|
24
|
+
*
|
|
25
|
+
* Медіа-суфікси: `@medium`
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* import { Picture } from '@prom-ui/core/Picture';
|
|
29
|
+
*
|
|
30
|
+
* <Picture picture-round='m' picture-fit='cover'>
|
|
31
|
+
* <source srcSet='photo@2x.jpg 2x' />
|
|
32
|
+
* <Picture.Item src='photo.jpg' alt='Фото' />
|
|
33
|
+
* </Picture>
|
|
34
|
+
*/
|
|
13
35
|
var Picture = evokit.createBlock('picture', 'picture', ['blackhole', 'background', 'display', 'fit', ['border', ['border-color', 'border-width', 'border-style']], ['border-top', ['border-color-top', 'border-width-top', 'border-style-top']], ['border-right', ['border-color-right', 'border-width-right', 'border-style-right']], ['border-bottom', ['border-color-bottom', 'border-width-bottom', 'border-style-bottom']], ['border-left', ['border-color-left', 'border-width-left', 'border-style-left']], ['border-color', [['border-color-top', 'border-color-bottom'], ['border-color-right', 'border-color-left'], 'border-color-bottom', 'border-color-left']], ['border-width', [['border-width-top', 'border-width-bottom'], ['border-width-right', 'border-width-left'], 'border-width-bottom', 'border-width-left']], ['border-style', [['border-style-top', 'border-style-bottom'], ['border-style-right', 'border-style-left'], 'border-style-bottom', 'border-style-left']], ['round', [['round-top-left', 'round-bottom-right'], ['round-top-right', 'round-bottom-left'], 'round-bottom-right', 'round-bottom-left']]], {
|
|
14
36
|
css: css
|
|
15
37
|
});
|