@pantheon-systems/puck-css 0.5.0 → 0.7.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.
- package/dist/core/types.d.ts +6 -0
- package/dist/core/types.d.ts.map +1 -1
- package/dist/data/fields.d.ts +12 -0
- package/dist/data/fields.d.ts.map +1 -0
- package/dist/data/fields.js +40 -0
- package/dist/data/fields.js.map +1 -0
- package/dist/editor/P1PuckProvider.js +66 -9
- package/dist/editor/P1PuckProvider.js.map +1 -1
- package/dist/editor/components/VersionBannerOverride.d.ts.map +1 -1
- package/dist/editor/components/VersionBannerOverride.js +7 -1
- package/dist/editor/components/VersionBannerOverride.js.map +1 -1
- package/dist/editor/plugin/P1Plugin.d.ts +2 -0
- package/dist/editor/plugin/P1Plugin.d.ts.map +1 -1
- package/dist/editor/plugin/P1Plugin.js +1 -1
- package/dist/editor/plugin/P1Plugin.js.map +1 -1
- package/dist/editor/useComponentRegistry.d.ts +2 -5
- package/dist/editor/useComponentRegistry.d.ts.map +1 -1
- package/dist/editor/useComponentRegistry.js +3 -172
- package/dist/editor/useComponentRegistry.js.map +1 -1
- package/dist/editor/useP1Editor.js +2 -2
- package/dist/editor/useP1Editor.js.map +1 -1
- package/dist/editor/useP1Plugin.d.ts +2 -0
- package/dist/editor/useP1Plugin.d.ts.map +1 -1
- package/dist/editor/useP1Plugin.js +1 -0
- package/dist/editor/useP1Plugin.js.map +1 -1
- package/dist/editor/utils/componentRegistry.d.ts +22 -2
- package/dist/editor/utils/componentRegistry.d.ts.map +1 -1
- package/dist/editor/utils/componentRegistry.js +9 -2
- package/dist/editor/utils/componentRegistry.js.map +1 -1
- package/dist/editor/utils/syncComponentRegistry.d.ts +29 -0
- package/dist/editor/utils/syncComponentRegistry.d.ts.map +1 -0
- package/dist/editor/utils/syncComponentRegistry.js +212 -0
- package/dist/editor/utils/syncComponentRegistry.js.map +1 -0
- package/dist/editor/utils/syncComponentRegistryWriteOnly.d.ts +24 -0
- package/dist/editor/utils/syncComponentRegistryWriteOnly.d.ts.map +1 -0
- package/dist/editor/utils/syncComponentRegistryWriteOnly.js +41 -0
- package/dist/editor/utils/syncComponentRegistryWriteOnly.js.map +1 -0
- package/dist/pds/components/P1EditorHeader.d.ts +6 -1
- package/dist/pds/components/P1EditorHeader.d.ts.map +1 -1
- package/dist/pds/components/P1EditorHeader.js +72 -4
- package/dist/pds/components/P1EditorHeader.js.map +1 -1
- package/dist/pds/components/P1EditorHeader.module.css +21 -3
- package/dist/pds/components/P1EditorSubheader.module.css +5 -2
- package/dist/pds/theme/pds-core-content.d.ts +1 -1
- package/dist/pds/theme/pds-core-content.d.ts.map +1 -1
- package/dist/pds/theme/pds-core-content.js +3 -2
- package/dist/pds/theme/pds-core-content.js.map +1 -1
- package/dist/registry-sync.d.ts +7 -0
- package/dist/registry-sync.d.ts.map +1 -0
- package/dist/registry-sync.js +8 -0
- package/dist/registry-sync.js.map +1 -0
- package/package.json +17 -4
- package/src/pds/theme/pds-core-content.ts +3 -2
- package/src/pds/theme/pds-core.css +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-core-content.d.ts","sourceRoot":"","sources":["../../../src/pds/theme/pds-core-content.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"pds-core-content.d.ts","sourceRoot":"","sources":["../../../src/pds/theme/pds-core-content.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,0tzMAEqozM,CAAC"}
|