@chayns-components/gallery 5.0.0-beta.347 → 5.0.0-beta.352
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/lib/components/Gallery.styles.d.ts +1 -2
- package/lib/components/add-file/AddFile.styles.d.ts +1 -2
- package/lib/components/gallery-item/GalleryItem.styles.d.ts +2 -4
- package/lib/components/gallery-item/media-item/MediaItem.styles.d.ts +4 -8
- package/lib/components/gallery-item/preview-item/PreviewItem.styles.d.ts +3 -6
- package/package.json +10 -10
|
@@ -10,7 +10,7 @@ export declare const StyledGallery: import("styled-components").IStyledComponent
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const StyledGallery: import("styled-components").IStyledComponent
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
slot?: string | undefined;
|
|
23
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
23
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledAddFile: import("styled-components").IStyledComponent
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const StyledAddFile: import("styled-components").IStyledComponent
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
slot?: string | undefined;
|
|
23
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
23
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledGalleryItem: import("styled-components").IStyledCompo
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const StyledGalleryItem: import("styled-components").IStyledCompo
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
slot?: string | undefined;
|
|
23
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
23
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -285,7 +284,7 @@ export declare const StyledGalleryItemMoreItemsIndicator: import("styled-compone
|
|
|
285
284
|
accessKey?: string | undefined;
|
|
286
285
|
autoFocus?: boolean | undefined;
|
|
287
286
|
className?: string | undefined;
|
|
288
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
287
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
289
288
|
contextMenu?: string | undefined;
|
|
290
289
|
dir?: string | undefined;
|
|
291
290
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -293,7 +292,6 @@ export declare const StyledGalleryItemMoreItemsIndicator: import("styled-compone
|
|
|
293
292
|
id?: string | undefined;
|
|
294
293
|
lang?: string | undefined;
|
|
295
294
|
nonce?: string | undefined;
|
|
296
|
-
placeholder?: string | undefined;
|
|
297
295
|
slot?: string | undefined;
|
|
298
296
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
299
297
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledMotionMediaItem: import("styled-components").IStyledC
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const StyledMotionMediaItem: import("styled-components").IStyledC
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
22
|
tabIndex?: number | undefined;
|
|
24
23
|
translate?: "yes" | "no" | undefined;
|
|
@@ -276,7 +275,7 @@ export declare const StyledMediaItemVideoWrapper: import("styled-components").IS
|
|
|
276
275
|
accessKey?: string | undefined;
|
|
277
276
|
autoFocus?: boolean | undefined;
|
|
278
277
|
className?: string | undefined;
|
|
279
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
278
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
280
279
|
contextMenu?: string | undefined;
|
|
281
280
|
dir?: string | undefined;
|
|
282
281
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -284,7 +283,6 @@ export declare const StyledMediaItemVideoWrapper: import("styled-components").IS
|
|
|
284
283
|
id?: string | undefined;
|
|
285
284
|
lang?: string | undefined;
|
|
286
285
|
nonce?: string | undefined;
|
|
287
|
-
placeholder?: string | undefined;
|
|
288
286
|
slot?: string | undefined;
|
|
289
287
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
290
288
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -548,7 +546,7 @@ export declare const StyledMediaItemImageWrapper: import("styled-components").IS
|
|
|
548
546
|
accessKey?: string | undefined;
|
|
549
547
|
autoFocus?: boolean | undefined;
|
|
550
548
|
className?: string | undefined;
|
|
551
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
549
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
552
550
|
contextMenu?: string | undefined;
|
|
553
551
|
dir?: string | undefined;
|
|
554
552
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -556,7 +554,6 @@ export declare const StyledMediaItemImageWrapper: import("styled-components").IS
|
|
|
556
554
|
id?: string | undefined;
|
|
557
555
|
lang?: string | undefined;
|
|
558
556
|
nonce?: string | undefined;
|
|
559
|
-
placeholder?: string | undefined;
|
|
560
557
|
slot?: string | undefined;
|
|
561
558
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
562
559
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -826,7 +823,7 @@ export declare const StyledMediaItemPlayIcon: import("styled-components").IStyle
|
|
|
826
823
|
accessKey?: string | undefined;
|
|
827
824
|
autoFocus?: boolean | undefined;
|
|
828
825
|
className?: string | undefined;
|
|
829
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
826
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
830
827
|
contextMenu?: string | undefined;
|
|
831
828
|
dir?: string | undefined;
|
|
832
829
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -834,7 +831,6 @@ export declare const StyledMediaItemPlayIcon: import("styled-components").IStyle
|
|
|
834
831
|
id?: string | undefined;
|
|
835
832
|
lang?: string | undefined;
|
|
836
833
|
nonce?: string | undefined;
|
|
837
|
-
placeholder?: string | undefined;
|
|
838
834
|
slot?: string | undefined;
|
|
839
835
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
840
836
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledMotionPreviewItem: import("styled-components").IStyle
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const StyledMotionPreviewItem: import("styled-components").IStyle
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
22
|
tabIndex?: number | undefined;
|
|
24
23
|
translate?: "yes" | "no" | undefined;
|
|
@@ -276,7 +275,7 @@ export declare const StyledPreviewItemImageWrapper: import("styled-components").
|
|
|
276
275
|
accessKey?: string | undefined;
|
|
277
276
|
autoFocus?: boolean | undefined;
|
|
278
277
|
className?: string | undefined;
|
|
279
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
278
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
280
279
|
contextMenu?: string | undefined;
|
|
281
280
|
dir?: string | undefined;
|
|
282
281
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -284,7 +283,6 @@ export declare const StyledPreviewItemImageWrapper: import("styled-components").
|
|
|
284
283
|
id?: string | undefined;
|
|
285
284
|
lang?: string | undefined;
|
|
286
285
|
nonce?: string | undefined;
|
|
287
|
-
placeholder?: string | undefined;
|
|
288
286
|
slot?: string | undefined;
|
|
289
287
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
290
288
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -551,7 +549,7 @@ export declare const StyledPreviewItemLoadingIcon: import("styled-components").I
|
|
|
551
549
|
accessKey?: string | undefined;
|
|
552
550
|
autoFocus?: boolean | undefined;
|
|
553
551
|
className?: string | undefined;
|
|
554
|
-
contentEditable?: (boolean | "true" | "false") | "
|
|
552
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
555
553
|
contextMenu?: string | undefined;
|
|
556
554
|
dir?: string | undefined;
|
|
557
555
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -559,7 +557,6 @@ export declare const StyledPreviewItemLoadingIcon: import("styled-components").I
|
|
|
559
557
|
id?: string | undefined;
|
|
560
558
|
lang?: string | undefined;
|
|
561
559
|
nonce?: string | undefined;
|
|
562
|
-
placeholder?: string | undefined;
|
|
563
560
|
slot?: string | undefined;
|
|
564
561
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
565
562
|
style?: import("react").CSSProperties | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/gallery",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.352",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chayns",
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/cli": "^7.23.4",
|
|
37
|
-
"@babel/core": "^7.23.
|
|
38
|
-
"@babel/preset-env": "^7.23.
|
|
37
|
+
"@babel/core": "^7.23.6",
|
|
38
|
+
"@babel/preset-env": "^7.23.6",
|
|
39
39
|
"@babel/preset-react": "^7.23.3",
|
|
40
40
|
"@babel/preset-typescript": "^7.23.3",
|
|
41
|
-
"@types/react": "^18.2.
|
|
41
|
+
"@types/react": "^18.2.45",
|
|
42
42
|
"@types/react-dom": "^18.2.17",
|
|
43
|
-
"@types/styled-components": "^5.1.
|
|
43
|
+
"@types/styled-components": "^5.1.34",
|
|
44
44
|
"@types/uuid": "^9.0.7",
|
|
45
45
|
"babel-loader": "^9.1.3",
|
|
46
46
|
"lerna": "^7.4.2",
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"react-dom": "^18.2.0",
|
|
49
49
|
"styled-components": "^6.1.1",
|
|
50
|
-
"typescript": "^5.3.
|
|
50
|
+
"typescript": "^5.3.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
53
|
+
"@chayns-components/core": "^5.0.0-beta.352",
|
|
54
54
|
"@chayns/colors": "^2.0.0",
|
|
55
|
-
"chayns-api": "^1.0.
|
|
55
|
+
"chayns-api": "^1.0.42",
|
|
56
56
|
"clsx": "^2.0.0",
|
|
57
|
-
"framer-motion": "^10.16.
|
|
57
|
+
"framer-motion": "^10.16.16",
|
|
58
58
|
"uuid": "^9.0.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "6e76e0e21a729086a62db418f80cdeb09868f12e"
|
|
69
69
|
}
|