@chromatic-com/tetra 2.1.0--canary.107.b84f7bf.0 → 2.1.0
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.
- package/dist/index.d.mts +62 -102
- package/dist/index.d.ts +62 -102
- package/dist/index.js +727 -665
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +629 -570
- package/dist/index.mjs.map +1 -1
- package/dist/public/guides/frontend-testing-guide-thumbnail.jpg +0 -0
- package/package.json +22 -19
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chromatic-com/tetra",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Style Guide + UI library for Chromatic and Storybook marketing sites and docs",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "winkervsbecks"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dev": "concurrently -n \"Build,SB\" \"pnpm run build --watch\" \"pnpm run storybook\" ",
|
|
15
15
|
"build": "tsup --onSuccess \"cp -a public/. dist/public\"",
|
|
16
16
|
"type-check": "tsc",
|
|
17
|
-
"lint": "eslint --ignore-
|
|
17
|
+
"lint": "eslint --ignore-pattern .gitignore \"src/**/*.+(ts|js|tsx)\"",
|
|
18
18
|
"lint:fix": "pnpm run lint --fix && prettier --write .",
|
|
19
19
|
"storybook": "storybook dev -p 6006",
|
|
20
20
|
"build-storybook": "storybook build",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"lint-staged": {
|
|
25
25
|
"./src/**/*.{ts,js,jsx,tsx}": [
|
|
26
|
-
"eslint --ignore-
|
|
26
|
+
"eslint --ignore-pattern .gitignore --fix"
|
|
27
27
|
],
|
|
28
28
|
"*.{js,jsx,json,md}": "prettier --write"
|
|
29
29
|
},
|
|
@@ -48,16 +48,18 @@
|
|
|
48
48
|
"node": ">=14.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@storybook/addon-
|
|
54
|
-
"@storybook/addon-
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@storybook/
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/
|
|
51
|
+
"@emotion/react": "^11.13.3",
|
|
52
|
+
"@emotion/styled": "^11.13.0",
|
|
53
|
+
"@storybook/addon-a11y": "^8.6.4",
|
|
54
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
55
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
56
|
+
"@storybook/addon-mdx-gfm": "^8.6.4",
|
|
57
|
+
"@storybook/blocks": "^8.6.4",
|
|
58
|
+
"@storybook/eslint-config-storybook": "^4.0.0",
|
|
59
|
+
"@storybook/react": "^8.6.4",
|
|
60
|
+
"@storybook/react-vite": "^8.6.4",
|
|
61
|
+
"@storybook/testing-library": "^0.2.2",
|
|
62
|
+
"@storybook/theming": "^8.6.4",
|
|
61
63
|
"@types/node": "18.15.3",
|
|
62
64
|
"@types/react": "18.0.28",
|
|
63
65
|
"@types/react-dom": "18.0.11",
|
|
@@ -66,23 +68,24 @@
|
|
|
66
68
|
"@vitejs/plugin-react": "3.1.0",
|
|
67
69
|
"auto": "11.1.6",
|
|
68
70
|
"concurrently": "8.0.1",
|
|
69
|
-
"eslint": "8.
|
|
71
|
+
"eslint": "8.57.0",
|
|
70
72
|
"eslint-plugin-import": "2.27.5",
|
|
71
73
|
"eslint-plugin-jest": "27.2.1",
|
|
72
|
-
"eslint-plugin-storybook": "0.
|
|
74
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
73
75
|
"framer-motion": "11.0.3",
|
|
74
76
|
"husky": "^8.0.0",
|
|
75
77
|
"lint-staged": "13.2.2",
|
|
76
|
-
"prettier": "
|
|
78
|
+
"prettier": "3.3.3",
|
|
77
79
|
"react": "18.2.0",
|
|
78
80
|
"react-dom": "18.2.0",
|
|
79
|
-
"storybook": "^
|
|
81
|
+
"storybook": "^8.6.4",
|
|
80
82
|
"tsup": "7.2.0",
|
|
81
83
|
"typescript": "5.0.2",
|
|
82
84
|
"vite": "4.2.1"
|
|
83
85
|
},
|
|
84
86
|
"peerDependencies": {
|
|
85
|
-
"@
|
|
87
|
+
"@emotion/react": "^11.13.3",
|
|
88
|
+
"@emotion/styled": "^11.13.0",
|
|
86
89
|
"framer-motion": "^11.0.3",
|
|
87
90
|
"react": ">=17",
|
|
88
91
|
"react-dom": ">=17"
|
|
@@ -111,5 +114,5 @@
|
|
|
111
114
|
"resolutions": {
|
|
112
115
|
"jackspeak": "2.1.1"
|
|
113
116
|
},
|
|
114
|
-
"packageManager": "pnpm@9.
|
|
117
|
+
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
|
|
115
118
|
}
|