@chayns-components/typewriter 5.0.0-beta.346 → 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 StyledTypewriter: import("styled-components").IStyledCompon
|
|
|
19
19
|
id?: string | undefined;
|
|
20
20
|
lang?: string | undefined;
|
|
21
21
|
nonce?: string | undefined;
|
|
22
|
-
placeholder?: string | undefined;
|
|
23
22
|
slot?: string | undefined;
|
|
24
23
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
25
24
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -291,7 +290,6 @@ export declare const StyledTypewriterPseudoText: import("styled-components").ISt
|
|
|
291
290
|
id?: string | undefined;
|
|
292
291
|
lang?: string | undefined;
|
|
293
292
|
nonce?: string | undefined;
|
|
294
|
-
placeholder?: string | undefined;
|
|
295
293
|
slot?: string | undefined;
|
|
296
294
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
297
295
|
style?: import("react").CSSProperties | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/typewriter",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
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,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.
|
|
54
|
-
"@chayns-components/emoji-input": "^5.0.0-beta.
|
|
53
|
+
"@chayns-components/core": "^5.0.0-beta.348",
|
|
54
|
+
"@chayns-components/emoji-input": "^5.0.0-beta.348",
|
|
55
55
|
"@chayns/colors": "^2.0.0",
|
|
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": "efcbdf3b4cfb8cd2bdf0591593f4060df5b9c3f5"
|
|
69
69
|
}
|