slice-machine-ui 2.7.2-beta.2 → 2.8.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 (75) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/NHNPoIm5ZybAGepO-LVh5/_buildManifest.js +1 -0
  3. package/out/_next/static/chunks/{150-84da9b485587e8c4.js → 150-96a0c443c430ec4b.js} +1 -1
  4. package/out/_next/static/chunks/18539003-9b393c900c89e552.js +22 -0
  5. package/out/_next/static/chunks/372-cfee53700e416e09.js +1 -0
  6. package/out/_next/static/chunks/441-76bd8e7cf8cc22da.js +12 -0
  7. package/out/_next/static/chunks/588-d017e0fe2a651a87.js +1 -0
  8. package/out/_next/static/chunks/{918-38ab72e6ee071fec.js → 591-a272f15a4bf9830a.js} +2 -2
  9. package/out/_next/static/chunks/{479-6205c85aa978fc0b.js → 627-092c9e4c99442c08.js} +2 -2
  10. package/out/_next/static/chunks/750-aa35f21031ee1f96.js +1 -0
  11. package/out/_next/static/chunks/{772-58d0c8f8ae1c6791.js → 772-db5f72095641ec1d.js} +1 -1
  12. package/out/_next/static/chunks/{882-1ccb9dbd9bd4734b.js → 882-32959ffa63fa455c.js} +1 -1
  13. package/out/_next/static/chunks/pages/{_app-8405076cd58a41f0.js → _app-51bef5d3c62d085e.js} +156 -154
  14. package/out/_next/static/chunks/pages/{changelog-f9055af0d38a0c24.js → changelog-86f30b15d852e710.js} +1 -1
  15. package/out/_next/static/chunks/pages/changes-6c05ef623617785e.js +1 -0
  16. package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-2eb64c9ea82fcd0a.js → [customTypeId]-fd2416081ef2ffca.js} +1 -1
  17. package/out/_next/static/chunks/pages/{custom-types-ddc20cfdd8049c04.js → custom-types-5de2dd7b9b93236e.js} +1 -1
  18. package/out/_next/static/chunks/pages/{index-17f953c11b46cb20.js → index-2d7f95201a656c12.js} +1 -1
  19. package/out/_next/static/chunks/pages/{labs-867606e5aff179cd.js → labs-81cf5c5f09fa0bda.js} +1 -1
  20. package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-e5a5e6b345081e0a.js → [pageTypeId]-59e143620505f73f.js} +1 -1
  21. package/out/_next/static/chunks/pages/settings-80e0d6f1c79282d3.js +1 -0
  22. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/{simulator-783b6577bd4e3728.js → simulator-908e779f6d24760d.js} +1 -1
  23. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-0b6162eb591ee324.js +1 -0
  24. package/out/_next/static/chunks/pages/{slices-0f6e50acfb5957ed.js → slices-317ec2bd3451566e.js} +1 -1
  25. package/out/_next/static/css/{22103e0fe77e9b53.css → 4e475d945cf8a890.css} +1 -1
  26. package/out/_next/static/css/850c81be38195a0f.css +1 -0
  27. package/out/_next/static/css/{00e9fba6d8022425.css → 9d17b7d9f44c5c5d.css} +1 -1
  28. package/out/_next/static/css/{cc20f7c46912c5dc.css → e5c7f63f02ff4d0f.css} +1 -1
  29. package/out/_next/static/css/{7f2ebc8f03a13272.css → e5f781f20e24a5ea.css} +1 -1
  30. package/out/changelog.html +1 -1
  31. package/out/changes.html +1 -1
  32. package/out/custom-types/[customTypeId].html +1 -1
  33. package/out/custom-types.html +1 -1
  34. package/out/index.html +1 -1
  35. package/out/labs.html +1 -1
  36. package/out/page-types/[pageTypeId].html +1 -1
  37. package/out/settings.html +1 -1
  38. package/out/slices/[lib]/[sliceName]/[variation]/simulator.html +1 -1
  39. package/out/slices/[lib]/[sliceName]/[variation].html +1 -1
  40. package/out/slices.html +1 -1
  41. package/package.json +9 -10
  42. package/src/components/BlankSlate/BlankSlate.module.css +0 -10
  43. package/src/components/BlankSlate/BlankSlate.module.css.d.ts +0 -1
  44. package/src/components/BlankSlate/BlankSlate.tsx +2 -2
  45. package/src/components/Breadcrumb/Breadcrumb.module.css +0 -4
  46. package/src/components/Breadcrumb/Breadcrumb.module.css.d.ts +0 -1
  47. package/src/components/Breadcrumb/Breadcrumb.tsx +1 -2
  48. package/src/components/ContentTabs/ContentTabs.tsx +2 -1
  49. package/src/components/FieldSet/FieldSet.module.css +0 -8
  50. package/src/components/FieldSet/FieldSet.module.css.d.ts +0 -2
  51. package/src/components/FieldSet/FieldSet.tsx +2 -7
  52. package/src/components/SideNav/SideNavEnvironmentSelector.tsx +2 -1
  53. package/src/features/builder/AddFieldDropdown.tsx +1 -1
  54. package/src/features/documentation/MarkdownRenderer/index.tsx +4 -2
  55. package/src/features/onboarding/OnboardingProgressStepper.tsx +2 -1
  56. package/src/features/sync/components/AutoSyncStatusIndicator.tsx +5 -1
  57. package/src/legacy/lib/builders/CustomTypeBuilder/TabZone/index.tsx +3 -0
  58. package/src/legacy/lib/builders/SliceBuilder/FieldZones/index.tsx +3 -0
  59. package/src/legacy/lib/models/common/widgets/Group/ListItem/index.jsx +3 -0
  60. package/src/legacy/lib/models/common/widgets/Link/Form.jsx +43 -3
  61. package/src/legacy/lib/models/common/widgets/Link/components.tsx +56 -0
  62. package/src/legacy/lib/models/common/widgets/Link/index.ts +8 -3
  63. package/src/legacy/lib/models/common/widgets/LinkToMedia/Form.jsx +14 -1
  64. package/src/legacy/lib/models/common/widgets/LinkToMedia/index.ts +1 -0
  65. package/out/_next/static/E30Hv5Nt7vNi3zj5fcpLn/_buildManifest.js +0 -1
  66. package/out/_next/static/chunks/18539003-080f6b8eec027936.js +0 -22
  67. package/out/_next/static/chunks/372-a86e2c479a721702.js +0 -1
  68. package/out/_next/static/chunks/441-126d623f1b578785.js +0 -12
  69. package/out/_next/static/chunks/50-586dc7ab5e584e76.js +0 -1
  70. package/out/_next/static/chunks/764-e040bcebe6027fea.js +0 -1
  71. package/out/_next/static/chunks/pages/changes-72a49635f1ee5057.js +0 -1
  72. package/out/_next/static/chunks/pages/settings-0edb6f6c78439c20.js +0 -1
  73. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-68074c174d83cf1e.js +0 -1
  74. package/out/_next/static/css/34067e4b880866ca.css +0 -1
  75. /package/out/_next/static/{E30Hv5Nt7vNi3zj5fcpLn → NHNPoIm5ZybAGepO-LVh5}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.