@planningcenter/tapestry 1.9.0-rc.4 → 1.9.0-rc.5
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/componentRegistration.d.ts +1 -1
- package/dist/componentRegistration.d.ts.map +1 -1
- package/dist/componentRegistration.js +5 -6
- package/dist/componentRegistration.js.map +1 -1
- package/dist/components/page-header/index.js +1 -1
- package/dist/components/sidenav/index.js +1 -1
- package/dist/reactRender.css +1669 -0
- package/dist/reactRender.css.map +1 -0
- package/dist/reactRender.d.ts +4 -0
- package/dist/reactRender.d.ts.map +1 -0
- package/dist/reactRender.js +4 -0
- package/dist/reactRender.js.map +1 -0
- package/dist/reactRenderLegacy.css +1669 -0
- package/dist/reactRenderLegacy.css.map +1 -0
- package/dist/reactRenderLegacy.js +4 -0
- package/dist/reactRenderLegacy.js.map +1 -0
- package/dist/tapestry-render/dist/buildComponent-DTliJ3_n.js +1914 -0
- package/dist/tapestry-render/dist/buildComponent-DTliJ3_n.js.map +1 -0
- package/dist/tapestry-render/dist/index.js +8 -21053
- package/dist/tapestry-render/dist/index.js.map +1 -1
- package/dist/tapestry-render/dist/legacy.js +12 -0
- package/dist/tapestry-render/dist/legacy.js.map +1 -0
- package/dist/tapestry-render/dist/registry.js +10 -0
- package/dist/tapestry-render/dist/registry.js.map +1 -0
- package/dist/tapestry-wc/dist/components/{p-lyBo0p27.js → p-BqmIwvGq.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-lyBo0p27.js.map → p-BqmIwvGq.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-CTk7MYYw.js → p-DFeSLw7g.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-CTk7MYYw.js.map → p-DFeSLw7g.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-fterdgVX.js → p-Djack9eq.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-fterdgVX.js.map → p-Djack9eq.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-Ptj6Kkrn.js → p-WacABI1W.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-Ptj6Kkrn.js.map → p-WacABI1W.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-D6g7_E5V.js → p-pLSv1dxn.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-D6g7_E5V.js.map → p-pLSv1dxn.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
- package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
- package/dist/unstable.d.ts +0 -1
- package/dist/unstable.d.ts.map +1 -1
- package/dist/unstable.js +0 -2
- package/dist/unstable.js.map +1 -1
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry",
|
|
3
|
-
"version": "1.9.0-rc.
|
|
3
|
+
"version": "1.9.0-rc.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,6 +31,8 @@
|
|
|
31
31
|
".": "./dist/index.js",
|
|
32
32
|
"./index.css": "./dist/index.css",
|
|
33
33
|
"./unstable": "./dist/unstable.js",
|
|
34
|
+
"./reactRender": "./dist/reactRender.js",
|
|
35
|
+
"./reactRenderLegacy": "./dist/reactRenderLegacy.js",
|
|
34
36
|
"./unstable.css": "./dist/unstable.css",
|
|
35
37
|
"./tokens.css": "./dist/tokens.css",
|
|
36
38
|
"./deprecated.css": "./dist/deprecated.css",
|
|
@@ -40,7 +42,7 @@
|
|
|
40
42
|
},
|
|
41
43
|
"types": "./dist/index.d.ts",
|
|
42
44
|
"devDependencies": {
|
|
43
|
-
"@planningcenter/tapestry-render": "^1.
|
|
45
|
+
"@planningcenter/tapestry-render": "^1.9.0-rc.5",
|
|
44
46
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
45
47
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
46
48
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
"shadow-dom-testing-library": "^1.11.3",
|
|
86
88
|
"storybook": "^9.0.17",
|
|
87
89
|
"style-dictionary": "^4.2.0",
|
|
88
|
-
"tapestry-wc": "^1.9.0-rc.
|
|
90
|
+
"tapestry-wc": "^1.9.0-rc.5",
|
|
89
91
|
"typescript": "^5.5.3",
|
|
90
92
|
"vite": "6.3.4",
|
|
91
93
|
"vitest": "^3.0.0"
|
|
@@ -95,5 +97,5 @@
|
|
|
95
97
|
"classnames": "^2.5.1",
|
|
96
98
|
"lodash": "^4.17.21"
|
|
97
99
|
},
|
|
98
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "2c97293d3a89990bdd5ee092cf6c229818c6dc5b"
|
|
99
101
|
}
|