@chayns-components/swipeable-wrapper 5.0.0-beta.822 → 5.0.0-beta.823

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 StyledMotionSwipeableWrapper: import("styled-components/dis
6
6
  suppressContentEditableWarning?: boolean | undefined;
7
7
  suppressHydrationWarning?: boolean | undefined;
8
8
  accessKey?: string | undefined;
9
+ autoCapitalize?: (string & {}) | "off" | "none" | "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 StyledMotionSwipeableWrapper: import("styled-components/dis
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,12 +44,12 @@ export declare const StyledMotionSwipeableWrapper: import("styled-components/dis
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?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
48
49
  is?: string | undefined;
49
50
  "aria-activedescendant"?: string | undefined;
50
51
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
51
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
52
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
52
53
  "aria-braillelabel"?: string | undefined;
53
54
  "aria-brailleroledescription"?: string | undefined;
54
55
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -11,12 +11,14 @@ export declare const StyledMotionSwipeableAction: import("styled-components/dist
11
11
  suppressContentEditableWarning?: boolean | undefined;
12
12
  suppressHydrationWarning?: boolean | undefined;
13
13
  accessKey?: string | undefined;
14
+ autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
14
15
  autoFocus?: boolean | undefined;
15
16
  className?: string | undefined;
16
17
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
17
18
  contextMenu?: string | undefined;
18
19
  dir?: string | undefined;
19
20
  draggable?: (boolean | "true" | "false") | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
20
22
  hidden?: boolean | undefined;
21
23
  id?: string | undefined;
22
24
  lang?: string | undefined;
@@ -37,7 +39,6 @@ export declare const StyledMotionSwipeableAction: import("styled-components/dist
37
39
  rev?: string | undefined;
38
40
  typeof?: string | undefined;
39
41
  vocab?: string | undefined;
40
- autoCapitalize?: string | undefined;
41
42
  autoCorrect?: string | undefined;
42
43
  autoSave?: string | undefined;
43
44
  color?: string | undefined;
@@ -48,12 +49,12 @@ export declare const StyledMotionSwipeableAction: import("styled-components/dist
48
49
  itemRef?: string | undefined;
49
50
  results?: number | undefined;
50
51
  security?: string | undefined;
51
- unselectable?: "on" | "off" | undefined;
52
+ unselectable?: "off" | "on" | undefined;
52
53
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
54
  is?: string | undefined;
54
55
  "aria-activedescendant"?: string | undefined;
55
56
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
56
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
57
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
57
58
  "aria-braillelabel"?: string | undefined;
58
59
  "aria-brailleroledescription"?: string | undefined;
59
60
  "aria-busy"?: (boolean | "true" | "false") | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/swipeable-wrapper",
3
- "version": "5.0.0-beta.822",
3
+ "version": "5.0.0-beta.823",
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.823"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "chayns-api": ">=1.0.73",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "e8b649a5bfb3f40535d95cbe0ac4b502b2c0fa85"
82
+ "gitHead": "0158e9a398555e8186a99974cd86166d38c1af6b"
83
83
  }