@planningcenter/tapestry 0.2.0 → 0.2.1-rc.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/package.json +5 -17
- package/README.md +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry",
|
|
3
|
-
"version": "0.2.0",
|
|
3
|
+
"version": "0.2.1-rc.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "yarn build:tokens",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"build:tokens": "node ./src/tokens/style-dictionary.build.js",
|
|
11
11
|
"storybook": "storybook dev -p 6006",
|
|
12
12
|
"lint": "eslint .",
|
|
13
|
-
"test": "vitest",
|
|
13
|
+
"test": "vitest run",
|
|
14
14
|
"test:visual": "yarn build:storybook && yarn loki test --reactUri file:./storybook-static"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"./tokens.css": "./dist/tokens.css"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@eslint/js": "^9.9.0",
|
|
32
31
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
33
32
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
34
33
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -54,17 +53,6 @@
|
|
|
54
53
|
"@types/react-dom": "^18.3.0",
|
|
55
54
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
56
55
|
"@whitespace/storybook-addon-html": "^6.1.1",
|
|
57
|
-
"eslint": "^9.9.0",
|
|
58
|
-
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
59
|
-
"eslint-plugin-react": "^7.22.0",
|
|
60
|
-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
61
|
-
"eslint-plugin-react-refresh": "^0.4.9",
|
|
62
|
-
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
63
|
-
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
64
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
65
|
-
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
66
|
-
"eslint-plugin-vitest": "^0.5.4",
|
|
67
|
-
"globals": "^15.9.0",
|
|
68
56
|
"jsdom": "^25.0.0",
|
|
69
57
|
"loki": "^0.35.1",
|
|
70
58
|
"postcss": "^8.4.38",
|
|
@@ -84,13 +72,12 @@
|
|
|
84
72
|
"storybook": "^8.2.9",
|
|
85
73
|
"style-dictionary": "^4.2.0",
|
|
86
74
|
"typescript": "^5.5.3",
|
|
87
|
-
"typescript-eslint": "^8.0.1",
|
|
88
75
|
"vitest": "^2.0.5"
|
|
89
76
|
},
|
|
90
77
|
"dependencies": {
|
|
91
78
|
"@planningcenter/icons": "^15.17.0",
|
|
92
79
|
"@planningcenter/symbol": "^4.0.0-alpha.2",
|
|
93
|
-
"@planningcenter/tapestry-wrap": "^0.1.
|
|
80
|
+
"@planningcenter/tapestry-wrap": "^0.2.1-rc.0",
|
|
94
81
|
"classnames": "^2.5.1",
|
|
95
82
|
"lodash": "^4.17.21"
|
|
96
83
|
},
|
|
@@ -104,5 +91,6 @@
|
|
|
104
91
|
"mobile": false
|
|
105
92
|
}
|
|
106
93
|
}
|
|
107
|
-
}
|
|
94
|
+
},
|
|
95
|
+
"gitHead": "391799141a5372615d45b452e28e5d04e2fbe65d"
|
|
108
96
|
}
|
package/README.md
DELETED