@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.
Files changed (54) hide show
  1. package/dist/core/types.d.ts +6 -0
  2. package/dist/core/types.d.ts.map +1 -1
  3. package/dist/data/fields.d.ts +12 -0
  4. package/dist/data/fields.d.ts.map +1 -0
  5. package/dist/data/fields.js +40 -0
  6. package/dist/data/fields.js.map +1 -0
  7. package/dist/editor/P1PuckProvider.js +66 -9
  8. package/dist/editor/P1PuckProvider.js.map +1 -1
  9. package/dist/editor/components/VersionBannerOverride.d.ts.map +1 -1
  10. package/dist/editor/components/VersionBannerOverride.js +7 -1
  11. package/dist/editor/components/VersionBannerOverride.js.map +1 -1
  12. package/dist/editor/plugin/P1Plugin.d.ts +2 -0
  13. package/dist/editor/plugin/P1Plugin.d.ts.map +1 -1
  14. package/dist/editor/plugin/P1Plugin.js +1 -1
  15. package/dist/editor/plugin/P1Plugin.js.map +1 -1
  16. package/dist/editor/useComponentRegistry.d.ts +2 -5
  17. package/dist/editor/useComponentRegistry.d.ts.map +1 -1
  18. package/dist/editor/useComponentRegistry.js +3 -172
  19. package/dist/editor/useComponentRegistry.js.map +1 -1
  20. package/dist/editor/useP1Editor.js +2 -2
  21. package/dist/editor/useP1Editor.js.map +1 -1
  22. package/dist/editor/useP1Plugin.d.ts +2 -0
  23. package/dist/editor/useP1Plugin.d.ts.map +1 -1
  24. package/dist/editor/useP1Plugin.js +1 -0
  25. package/dist/editor/useP1Plugin.js.map +1 -1
  26. package/dist/editor/utils/componentRegistry.d.ts +22 -2
  27. package/dist/editor/utils/componentRegistry.d.ts.map +1 -1
  28. package/dist/editor/utils/componentRegistry.js +9 -2
  29. package/dist/editor/utils/componentRegistry.js.map +1 -1
  30. package/dist/editor/utils/syncComponentRegistry.d.ts +29 -0
  31. package/dist/editor/utils/syncComponentRegistry.d.ts.map +1 -0
  32. package/dist/editor/utils/syncComponentRegistry.js +212 -0
  33. package/dist/editor/utils/syncComponentRegistry.js.map +1 -0
  34. package/dist/editor/utils/syncComponentRegistryWriteOnly.d.ts +24 -0
  35. package/dist/editor/utils/syncComponentRegistryWriteOnly.d.ts.map +1 -0
  36. package/dist/editor/utils/syncComponentRegistryWriteOnly.js +41 -0
  37. package/dist/editor/utils/syncComponentRegistryWriteOnly.js.map +1 -0
  38. package/dist/pds/components/P1EditorHeader.d.ts +6 -1
  39. package/dist/pds/components/P1EditorHeader.d.ts.map +1 -1
  40. package/dist/pds/components/P1EditorHeader.js +72 -4
  41. package/dist/pds/components/P1EditorHeader.js.map +1 -1
  42. package/dist/pds/components/P1EditorHeader.module.css +21 -3
  43. package/dist/pds/components/P1EditorSubheader.module.css +5 -2
  44. package/dist/pds/theme/pds-core-content.d.ts +1 -1
  45. package/dist/pds/theme/pds-core-content.d.ts.map +1 -1
  46. package/dist/pds/theme/pds-core-content.js +3 -2
  47. package/dist/pds/theme/pds-core-content.js.map +1 -1
  48. package/dist/registry-sync.d.ts +7 -0
  49. package/dist/registry-sync.d.ts.map +1 -0
  50. package/dist/registry-sync.js +8 -0
  51. package/dist/registry-sync.js.map +1 -0
  52. package/package.json +17 -4
  53. package/src/pds/theme/pds-core-content.ts +3 -2
  54. 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,2/0LAC0gxI,CAAC"}
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"}