@planningcenter/tapestry 1.9.0-rc.4 → 1.9.0-rc.6
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/index.css +2 -2
- package/dist/index.css.map +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-fterdgVX.js → p-7dr3OekM.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-fterdgVX.js.map → p-7dr3OekM.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-D6g7_E5V.js → p-B9fhQl8-.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-D6g7_E5V.js.map → p-B9fhQl8-.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-Ptj6Kkrn.js → p-C97Ul-Cd.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-Ptj6Kkrn.js.map → p-C97Ul-Cd.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-lyBo0p27.js → p-D2LOBIRQ.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-lyBo0p27.js.map → p-D2LOBIRQ.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-CTk7MYYw.js → p-nFIyw4zy.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-CTk7MYYw.js.map → p-nFIyw4zy.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/tokens/ts/tokens.d.ts +2 -2
- package/dist/tokens/ts/tokens.js +2 -2
- package/dist/tokens/ts/tokens.js.map +1 -1
- package/dist/tokens.css +2 -2
- package/dist/tokens.css.map +1 -1
- package/dist/unstable.css +2 -2
- package/dist/unstable.css.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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import r from 'react-dom';
|
|
2
|
+
import { b as Be } from './buildComponent-DTliJ3_n.js';
|
|
3
|
+
|
|
4
|
+
function m() {
|
|
5
|
+
document.querySelectorAll("[data-tapestry-react-root]").forEach((e) => {
|
|
6
|
+
const t = e, o = Be(t);
|
|
7
|
+
o && r.render(o, t);
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { m as mountTapestryLegacy };
|
|
12
|
+
//# sourceMappingURL=legacy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legacy.js","sources":["../../../../tapestry-render/dist/legacy.mjs"],"sourcesContent":["import r from \"react-dom\";\nimport { b as n } from \"./buildComponent-DTliJ3_n.mjs\";\nfunction m() {\n document.querySelectorAll(\"[data-tapestry-react-root]\").forEach((e) => {\n const t = e, o = n(t);\n o && r.render(o, t);\n });\n}\nexport {\n m as mountTapestryLegacy\n};\n"],"names":["n"],"mappings":";;;AAEA,SAAS,CAAC,GAAG;AACb,EAAE,QAAQ,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;AACzE,IAAI,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAGA,EAAC,CAAC,CAAC,CAAC,CAAC;AAC1B,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AACxB,GAAG,CAAC,CAAC;AACL;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.js","sources":["../../../../tapestry-render/dist/registry.mjs"],"sourcesContent":["const e = /* @__PURE__ */ new Map();\nfunction r(t, n) {\n e.set(t, n);\n}\nfunction o(t) {\n return e.get(t);\n}\nexport {\n o as getComponent,\n r as register,\n e as registry\n};\n"],"names":[],"mappings":"AAAK,MAAC,CAAC,mBAAmB,IAAI,GAAG,GAAG;AACpC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE;AACjB,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AACd,CAAC;AACD,SAAS,CAAC,CAAC,CAAC,EAAE;AACd,EAAE,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAClB;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Planning Center Tapestry Web Components
|
|
3
|
-
* Version: 1.9.0-rc.
|
|
3
|
+
* Version: 1.9.0-rc.5
|
|
4
4
|
*/
|
|
5
5
|
const NAMESPACE = 'tapestry';
|
|
6
6
|
const BUILD = /* tapestry */ { experimentalSlotFixes: true, hydratedSelectorName: "hydrated", lazyLoad: false, shadowDom: false, slotRelocation: true, updatable: true, watchCallback: false };
|
|
@@ -1733,4 +1733,4 @@ var proxyCustomElement = (Cstr, compactMeta) => {
|
|
|
1733
1733
|
};
|
|
1734
1734
|
|
|
1735
1735
|
export { H, Host as c, h, proxyCustomElement as p };
|
|
1736
|
-
//# sourceMappingURL=p-
|
|
1736
|
+
//# sourceMappingURL=p-7dr3OekM.js.map
|