@chayns-components/typewriter 5.0.0-beta.685 → 5.0.0-beta.694

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { WithTheme } from '@chayns-components/core';
3
2
  export declare const StyledTypewriter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
3
  export declare const StyledTypewriterPseudoText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledTypewriterTextProps>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/typewriter",
3
- "version": "5.0.0-beta.685",
3
+ "version": "5.0.0-beta.694",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -49,25 +49,25 @@
49
49
  "url": "https://github.com/TobitSoftware/chayns-components/issues"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/cli": "^7.24.6",
53
- "@babel/core": "^7.24.6",
54
- "@babel/preset-env": "^7.24.6",
55
- "@babel/preset-react": "^7.24.6",
56
- "@babel/preset-typescript": "^7.24.6",
52
+ "@babel/cli": "^7.24.8",
53
+ "@babel/core": "^7.24.9",
54
+ "@babel/preset-env": "^7.24.8",
55
+ "@babel/preset-react": "^7.24.7",
56
+ "@babel/preset-typescript": "^7.24.7",
57
57
  "@types/react": "^18.3.3",
58
58
  "@types/react-dom": "^18.3.0",
59
59
  "@types/styled-components": "^5.1.34",
60
60
  "@types/uuid": "^9.0.8",
61
61
  "babel-loader": "^9.1.3",
62
62
  "cross-env": "^7.0.3",
63
- "lerna": "^8.1.3",
63
+ "lerna": "^8.1.6",
64
64
  "react": "^18.3.1",
65
65
  "react-dom": "^18.3.1",
66
66
  "styled-components": "^6.1.11",
67
- "typescript": "^5.4.5"
67
+ "typescript": "^5.5.3"
68
68
  },
69
69
  "dependencies": {
70
- "@chayns-components/core": "^5.0.0-beta.685"
70
+ "@chayns-components/core": "^5.0.0-beta.694"
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": "1db92aec0c63535d40e83004ded0ab5f841241c1"
82
+ "gitHead": "53f4f7c8fdabf8493b09818872eb8fc7ce132550"
83
83
  }