@planningcenter/tapestry 0.3.0-rc.0 → 0.3.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.
Files changed (2) hide show
  1. package/package.json +10 -17
  2. package/README.md +0 -7
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "0.3.0-rc.0",
3
+ "version": "0.3.1-rc.0",
4
4
  "type": "module",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/planningcenter/tapestry.git",
8
+ "directory": "packages/tapestry"
9
+ },
5
10
  "scripts": {
6
11
  "prepare": "yarn build:tokens",
7
12
  "prebuild": "rimraf dist",
@@ -10,7 +15,7 @@
10
15
  "build:tokens": "node ./src/tokens/style-dictionary.build.js",
11
16
  "storybook": "storybook dev -p 6006",
12
17
  "lint": "eslint .",
13
- "test": "vitest",
18
+ "test": "vitest run",
14
19
  "test:visual": "yarn build:storybook && yarn loki test --reactUri file:./storybook-static"
15
20
  },
16
21
  "peerDependencies": {
@@ -28,7 +33,6 @@
28
33
  "./tokens.css": "./dist/tokens.css"
29
34
  },
30
35
  "devDependencies": {
31
- "@eslint/js": "^9.9.0",
32
36
  "@rollup/plugin-commonjs": "^26.0.1",
33
37
  "@rollup/plugin-node-resolve": "^15.2.3",
34
38
  "@rollup/plugin-typescript": "^11.1.6",
@@ -54,17 +58,6 @@
54
58
  "@types/react-dom": "^18.3.0",
55
59
  "@vitejs/plugin-react-swc": "^3.5.0",
56
60
  "@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
61
  "jsdom": "^25.0.0",
69
62
  "loki": "^0.35.1",
70
63
  "postcss": "^8.4.38",
@@ -84,13 +77,12 @@
84
77
  "storybook": "^8.2.9",
85
78
  "style-dictionary": "^4.2.0",
86
79
  "typescript": "^5.5.3",
87
- "typescript-eslint": "^8.0.1",
88
80
  "vitest": "^2.0.5"
89
81
  },
90
82
  "dependencies": {
91
83
  "@planningcenter/icons": "^15.17.0",
92
84
  "@planningcenter/symbol": "^4.0.0-alpha.2",
93
- "@planningcenter/tapestry-wrap": "^0.1.1",
85
+ "@planningcenter/tapestry-wrap": "^0.2.1",
94
86
  "classnames": "^2.5.1",
95
87
  "lodash": "^4.17.21"
96
88
  },
@@ -104,5 +96,6 @@
104
96
  "mobile": false
105
97
  }
106
98
  }
107
- }
99
+ },
100
+ "gitHead": "a73719953f74e011602d967fdbad1b8313d82f30"
108
101
  }
package/README.md DELETED
@@ -1,7 +0,0 @@
1
- # Tapestry
2
-
3
- This is a monorepo for NPM packages that are related to our Tapestry design system.
4
-
5
- The main package is `@planningcenter/tapestry`, and the main documentation is provided by that library. For documentation of it, go to https://planningcenter.github.io/tapestry/.
6
-
7
- For more information about specific packages, look at their specific README file.