@chayns-components/typewriter 5.0.42 → 5.0.44

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.
Files changed (2) hide show
  1. package/AGENTS.md +0 -12
  2. package/package.json +3 -3
package/AGENTS.md CHANGED
@@ -217,18 +217,6 @@ import { Typewriter } from '@chayns-components/typewriter';
217
217
  </Typewriter>
218
218
  ```
219
219
 
220
- #### test
221
-
222
- ```tsx
223
- <Typewriter
224
- textStyle={{
225
- color: 'red',
226
- }}
227
- >
228
- {'Hallooo.'}
229
- </Typewriter>
230
- ```
231
-
232
220
  ### Props
233
221
 
234
222
  No prop documentation available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/typewriter",
3
- "version": "5.0.42",
3
+ "version": "5.0.44",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -71,7 +71,7 @@
71
71
  "typescript": "^5.9.3"
72
72
  },
73
73
  "dependencies": {
74
- "@chayns-components/core": "^5.0.41",
74
+ "@chayns-components/core": "^5.0.44",
75
75
  "react-compiler-runtime": "^1.0.0"
76
76
  },
77
77
  "peerDependencies": {
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "511eae07f3dbd13e4de6910884e17b227e2cfd5b"
87
+ "gitHead": "9355b0582ecc6200f82b4c52f9636d95609a40b0"
88
88
  }