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

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 (64) hide show
  1. package/dist/components/page-header/index.js +1 -1
  2. package/dist/components/sidenav/index.js +1 -1
  3. package/dist/index.css +101 -104
  4. package/dist/index.css.map +1 -1
  5. package/dist/index.d.ts +0 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/jsTokens.d.ts +1 -1
  8. package/dist/jsTokens.d.ts.map +1 -1
  9. package/dist/jsTokens.js +1 -1
  10. package/dist/jsTokens.js.map +1 -1
  11. package/dist/reactRender.css +1333 -1336
  12. package/dist/reactRender.css.map +1 -1
  13. package/dist/reactRenderLegacy.css +1333 -1336
  14. package/dist/reactRenderLegacy.css.map +1 -1
  15. package/dist/tapestry-wc/dist/components/{p-BgG83B1-.js → p-B0afbgCV.js} +2 -2
  16. package/dist/tapestry-wc/dist/components/{p-BgG83B1-.js.map → p-B0afbgCV.js.map} +1 -1
  17. package/dist/tapestry-wc/dist/components/{p-B3g3KE10.js → p-Bs1ymX9N.js} +3 -3
  18. package/dist/tapestry-wc/dist/components/{p-B3g3KE10.js.map → p-Bs1ymX9N.js.map} +1 -1
  19. package/dist/tapestry-wc/dist/components/{p-BMbHCIAM.js → p-C8YG9N-Y.js} +3 -3
  20. package/dist/tapestry-wc/dist/components/{p-BMbHCIAM.js.map → p-C8YG9N-Y.js.map} +1 -1
  21. package/dist/tapestry-wc/dist/components/{p-DObZMtMA.js → p-EISM4h4-.js} +3 -3
  22. package/dist/tapestry-wc/dist/components/{p-DObZMtMA.js.map → p-EISM4h4-.js.map} +1 -1
  23. package/dist/tapestry-wc/dist/components/{p-CWT-jsBv.js → p-di2so2cC.js} +2 -2
  24. package/dist/tapestry-wc/dist/components/{p-CWT-jsBv.js.map → p-di2so2cC.js.map} +1 -1
  25. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  26. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  27. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  28. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  29. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  30. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  31. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  32. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  33. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  34. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  35. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  36. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  37. package/dist/tokens-dark.css +4 -4
  38. package/dist/tokens-dark.css.map +1 -1
  39. package/dist/tokens-dark.js +2 -0
  40. package/dist/tokens-deprecated.css +0 -3
  41. package/dist/tokens-deprecated.css.map +1 -1
  42. package/dist/tokens-deprecated.js +2 -0
  43. package/dist/tokens.css +14 -6
  44. package/dist/tokens.css.map +1 -1
  45. package/dist/tokens.js +2 -0
  46. package/dist/unstable.css +101 -104
  47. package/dist/unstable.css.map +1 -1
  48. package/dist/unstable.d.ts +1 -1
  49. package/dist/unstable.d.ts.map +1 -1
  50. package/dist/unstable.js +2 -1
  51. package/dist/unstable.js.map +1 -1
  52. package/package.json +7 -7
  53. package/dist/tokens/ts/react-native-tokens.d.ts +0 -1927
  54. package/dist/tokens/ts/react-native-tokens.d.ts.map +0 -1
  55. package/dist/tokens/ts/react-native-tokens.js +0 -497
  56. package/dist/tokens/ts/react-native-tokens.js.map +0 -1
  57. package/dist/tokens/ts/tokens.d.ts +0 -497
  58. package/dist/tokens/ts/tokens.d.ts.map +0 -1
  59. package/dist/tokens/ts/tokens.js +0 -499
  60. package/dist/tokens/ts/tokens.js.map +0 -1
  61. package/dist/tokens-deprecated.d.ts +0 -5
  62. package/dist/tokens-deprecated.d.ts.map +0 -1
  63. package/dist/tokens.d.ts +0 -4
  64. 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.27",
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.27",
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.27",
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.27",
103
103
  "classnames": "^2.5.1",
104
104
  "lodash": "^4.17.21"
105
105
  },
106
- "gitHead": "b43547d16b655b681e4d6e9f1205eee39a061334"
106
+ "gitHead": "be65a3b3b19d28ac86191da296568f48516c72fd"
107
107
  }