@planningcenter/tapestry 3.0.0-rc.25 → 3.0.0-rc.26

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 (38) hide show
  1. package/dist/index.css +87 -98
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.d.ts +0 -2
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/jsTokens.d.ts +1 -1
  6. package/dist/jsTokens.d.ts.map +1 -1
  7. package/dist/jsTokens.js +1 -1
  8. package/dist/jsTokens.js.map +1 -1
  9. package/dist/reactRender.css +1007 -1018
  10. package/dist/reactRender.css.map +1 -1
  11. package/dist/reactRenderLegacy.css +1007 -1018
  12. package/dist/reactRenderLegacy.css.map +1 -1
  13. package/dist/tokens-dark.css.map +1 -1
  14. package/dist/tokens-dark.js +2 -0
  15. package/dist/tokens-deprecated.css +0 -3
  16. package/dist/tokens-deprecated.css.map +1 -1
  17. package/dist/tokens-deprecated.js +2 -0
  18. package/dist/tokens.css.map +1 -1
  19. package/dist/tokens.js +2 -0
  20. package/dist/unstable.css +87 -98
  21. package/dist/unstable.css.map +1 -1
  22. package/dist/unstable.d.ts +1 -1
  23. package/dist/unstable.d.ts.map +1 -1
  24. package/dist/unstable.js +2 -1
  25. package/dist/unstable.js.map +1 -1
  26. package/package.json +7 -7
  27. package/dist/tokens/ts/react-native-tokens.d.ts +0 -1927
  28. package/dist/tokens/ts/react-native-tokens.d.ts.map +0 -1
  29. package/dist/tokens/ts/react-native-tokens.js +0 -497
  30. package/dist/tokens/ts/react-native-tokens.js.map +0 -1
  31. package/dist/tokens/ts/tokens.d.ts +0 -497
  32. package/dist/tokens/ts/tokens.d.ts.map +0 -1
  33. package/dist/tokens/ts/tokens.js +0 -499
  34. package/dist/tokens/ts/tokens.js.map +0 -1
  35. package/dist/tokens-deprecated.d.ts +0 -5
  36. package/dist/tokens-deprecated.d.ts.map +0 -1
  37. package/dist/tokens.d.ts +0 -4
  38. package/dist/tokens.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "3.0.0-rc.25",
3
+ "version": "3.0.0-rc.26",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,11 +8,10 @@
8
8
  "directory": "packages/tapestry"
9
9
  },
10
10
  "scripts": {
11
- "prepare": "yarn build:tokens && yarn build",
11
+ "prepare": "[ -d dist ] || yarn build",
12
12
  "prebuild": "rimraf dist",
13
- "build": "yarn build:tokens && rollup -c",
13
+ "build": "rollup -c",
14
14
  "build:storybook": "storybook build",
15
- "build:tokens": "node ./src/tokens/style-dictionary.build.js",
16
15
  "storybook": "storybook dev -p 6006",
17
16
  "test": "vitest run",
18
17
  "test:visual": "npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn storybook --quiet\" \"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook\"",
@@ -47,7 +46,7 @@
47
46
  },
48
47
  "types": "./dist/index.d.ts",
49
48
  "devDependencies": {
50
- "@planningcenter/tapestry-render": "^2.6.0",
49
+ "@planningcenter/tapestry-render": "^3.0.0-rc.26",
51
50
  "@rollup/plugin-commonjs": "^26.0.1",
52
51
  "@rollup/plugin-node-resolve": "^16.0.3",
53
52
  "@rollup/plugin-typescript": "^12.3.0",
@@ -93,15 +92,16 @@
93
92
  "shadow-dom-testing-library": "^1.11.3",
94
93
  "storybook": "^9.1.10",
95
94
  "style-dictionary": "^4.2.0",
96
- "tapestry-wc": "^3.0.0-rc.25",
95
+ "tapestry-wc": "^3.0.0-rc.26",
97
96
  "typescript": "^5.5.3",
98
97
  "vite": "^6.4.1",
99
98
  "vitest": "^3.0.0"
100
99
  },
101
100
  "dependencies": {
102
101
  "@planningcenter/icons": "^15.24.1",
102
+ "@planningcenter/tapestry-tokens": "^3.0.0-rc.26",
103
103
  "classnames": "^2.5.1",
104
104
  "lodash": "^4.17.21"
105
105
  },
106
- "gitHead": "b43547d16b655b681e4d6e9f1205eee39a061334"
106
+ "gitHead": "aea28b347c2ec3f8fa459eb4dbe58e47710d54a5"
107
107
  }