@chayns-components/gallery 5.0.0-beta.822 → 5.0.0-beta.824

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.
@@ -6,12 +6,14 @@ export declare const StyledMotionMediaItem: import("styled-components/dist/types
6
6
  suppressContentEditableWarning?: boolean | undefined;
7
7
  suppressHydrationWarning?: boolean | undefined;
8
8
  accessKey?: string | undefined;
9
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
9
10
  autoFocus?: boolean | undefined;
10
11
  className?: string | undefined;
11
12
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
12
13
  contextMenu?: string | undefined;
13
14
  dir?: string | undefined;
14
15
  draggable?: (boolean | "true" | "false") | undefined;
16
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
15
17
  hidden?: boolean | undefined;
16
18
  id?: string | undefined;
17
19
  lang?: string | undefined;
@@ -32,7 +34,6 @@ export declare const StyledMotionMediaItem: import("styled-components/dist/types
32
34
  rev?: string | undefined;
33
35
  typeof?: string | undefined;
34
36
  vocab?: string | undefined;
35
- autoCapitalize?: string | undefined;
36
37
  autoCorrect?: string | undefined;
37
38
  autoSave?: string | undefined;
38
39
  color?: string | undefined;
@@ -43,7 +44,7 @@ export declare const StyledMotionMediaItem: import("styled-components/dist/types
43
44
  itemRef?: string | undefined;
44
45
  results?: number | undefined;
45
46
  security?: string | undefined;
46
- unselectable?: "on" | "off" | undefined;
47
+ unselectable?: "off" | "on" | undefined;
47
48
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
48
49
  is?: string | undefined;
49
50
  "aria-activedescendant"?: string | undefined;
@@ -6,12 +6,14 @@ export declare const StyledMotionPreviewItem: import("styled-components/dist/typ
6
6
  suppressContentEditableWarning?: boolean | undefined;
7
7
  suppressHydrationWarning?: boolean | undefined;
8
8
  accessKey?: string | undefined;
9
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
9
10
  autoFocus?: boolean | undefined;
10
11
  className?: string | undefined;
11
12
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
12
13
  contextMenu?: string | undefined;
13
14
  dir?: string | undefined;
14
15
  draggable?: (boolean | "true" | "false") | undefined;
16
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
15
17
  hidden?: boolean | undefined;
16
18
  id?: string | undefined;
17
19
  lang?: string | undefined;
@@ -32,7 +34,6 @@ export declare const StyledMotionPreviewItem: import("styled-components/dist/typ
32
34
  rev?: string | undefined;
33
35
  typeof?: string | undefined;
34
36
  vocab?: string | undefined;
35
- autoCapitalize?: string | undefined;
36
37
  autoCorrect?: string | undefined;
37
38
  autoSave?: string | undefined;
38
39
  color?: string | undefined;
@@ -43,7 +44,7 @@ export declare const StyledMotionPreviewItem: import("styled-components/dist/typ
43
44
  itemRef?: string | undefined;
44
45
  results?: number | undefined;
45
46
  security?: string | undefined;
46
- unselectable?: "on" | "off" | undefined;
47
+ unselectable?: "off" | "on" | undefined;
47
48
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
48
49
  is?: string | undefined;
49
50
  "aria-activedescendant"?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/gallery",
3
- "version": "5.0.0-beta.822",
3
+ "version": "5.0.0-beta.824",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -54,7 +54,7 @@
54
54
  "@babel/preset-env": "^7.25.4",
55
55
  "@babel/preset-react": "^7.24.7",
56
56
  "@babel/preset-typescript": "^7.24.7",
57
- "@types/react": "^18.3.6",
57
+ "@types/react": "^18.3.10",
58
58
  "@types/react-dom": "^18.3.0",
59
59
  "@types/styled-components": "^5.1.34",
60
60
  "@types/uuid": "^10.0.0",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.6.2"
68
68
  },
69
69
  "dependencies": {
70
- "@chayns-components/core": "^5.0.0-beta.822",
70
+ "@chayns-components/core": "^5.0.0-beta.824",
71
71
  "uuid": "^10.0.0"
72
72
  },
73
73
  "peerDependencies": {
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "e8b649a5bfb3f40535d95cbe0ac4b502b2c0fa85"
83
+ "gitHead": "54d1989a02b288b59895d7ac45fe63e7dc82dada"
84
84
  }