@chayns-components/swipeable-wrapper 5.0.0-beta.347 → 5.0.0-beta.348

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.
@@ -19,7 +19,6 @@ export declare const StyledMotionSwipeableWrapper: import("styled-components").I
19
19
  id?: string | undefined;
20
20
  lang?: string | undefined;
21
21
  nonce?: string | undefined;
22
- placeholder?: string | undefined;
23
22
  spellCheck?: (boolean | "true" | "false") | undefined;
24
23
  tabIndex?: number | undefined;
25
24
  translate?: "yes" | "no" | undefined;
@@ -284,7 +283,6 @@ export declare const StyledSwipeableWrapperContent: 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;
@@ -21,7 +21,6 @@ export declare const StyledMotionSwipeableAction: import("styled-components").IS
21
21
  id?: string | undefined;
22
22
  lang?: string | undefined;
23
23
  nonce?: string | undefined;
24
- placeholder?: string | undefined;
25
24
  spellCheck?: (boolean | "true" | "false") | undefined;
26
25
  tabIndex?: number | undefined;
27
26
  translate?: "yes" | "no" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/swipeable-wrapper",
3
- "version": "5.0.0-beta.347",
3
+ "version": "5.0.0-beta.348",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "keywords": [
6
6
  "chayns",
@@ -34,26 +34,26 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/cli": "^7.23.4",
37
- "@babel/core": "^7.23.3",
38
- "@babel/preset-env": "^7.23.3",
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.38",
41
+ "@types/react": "^18.2.45",
42
42
  "@types/react-dom": "^18.2.17",
43
- "@types/styled-components": "^5.1.32",
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.2"
50
+ "typescript": "^5.3.3"
51
51
  },
52
52
  "dependencies": {
53
- "@chayns-components/core": "^5.0.0-beta.347",
54
- "chayns-api": "^1.0.40",
53
+ "@chayns-components/core": "^5.0.0-beta.348",
54
+ "chayns-api": "^1.0.42",
55
55
  "clsx": "^2.0.0",
56
- "framer-motion": "^10.16.5",
56
+ "framer-motion": "^10.16.16",
57
57
  "uuid": "^9.0.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "818fcc27717bc04ee628d417eb221d7a5d736496"
67
+ "gitHead": "efcbdf3b4cfb8cd2bdf0591593f4060df5b9c3f5"
68
68
  }