slice-machine-ui 2.17.3-beta.8 → 2.18.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 (91) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/by9lqJyIeSCZtBP_fLO45/_buildManifest.js +1 -0
  3. package/out/_next/static/chunks/04ad993f.d7f986af0f739cc9.js +28 -0
  4. package/out/_next/static/chunks/{248-6f20227ad4764216.js → 248-bdbfde18c5a04eae.js} +1 -1
  5. package/out/_next/static/chunks/{34-6c3125e6f01c62c7.js → 34-8d9d9b2944824750.js} +1 -1
  6. package/out/_next/static/chunks/489-6edb99e269996dd1.js +1 -0
  7. package/out/_next/static/chunks/50-586dc7ab5e584e76.js +1 -0
  8. package/out/_next/static/chunks/630-bb6e3db525588f16.js +1 -0
  9. package/out/_next/static/chunks/{647-7b9b5aa9468f9e4b.js → 647-4379a741c8d85d9e.js} +1 -1
  10. package/out/_next/static/chunks/907-445266211c48b1a5.js +1 -0
  11. package/out/_next/static/chunks/pages/{_app-87bfdef015dea569.js → _app-76c43bdc0320687e.js} +220 -222
  12. package/out/_next/static/chunks/pages/{changelog-98836c22c6a40c5d.js → changelog-21b960abba5abf71.js} +1 -1
  13. package/out/_next/static/chunks/pages/changes-bdfa50eadb1e5a42.js +1 -0
  14. package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-4024560ca59ad2be.js → [customTypeId]-7102c23f96cd1768.js} +1 -1
  15. package/out/_next/static/chunks/pages/{labs-ad7f36c6f544c1a8.js → labs-d79597003a1ff74e.js} +1 -1
  16. package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-0d2416da0958eb40.js → [pageTypeId]-d4bc920a5efffa0a.js} +1 -1
  17. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/simulator-b127d948a17968d3.js +1 -0
  18. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-98f85d5fb8d5c704.js +1 -0
  19. package/out/_next/static/chunks/pages/slices-046e5e978ffc3a42.js +1 -0
  20. package/out/_next/static/chunks/webpack-e0c07a2fe4908d81.js +1 -0
  21. package/out/_next/static/css/303dad78be1eb854.css +1 -0
  22. package/out/changelog.html +1 -1
  23. package/out/changes.html +1 -1
  24. package/out/custom-types/[customTypeId].html +1 -1
  25. package/out/custom-types.html +1 -1
  26. package/out/index.html +1 -1
  27. package/out/labs.html +1 -1
  28. package/out/page-types/[pageTypeId].html +1 -1
  29. package/out/slices/[lib]/[sliceName]/[variation]/simulator.html +1 -1
  30. package/out/slices/[lib]/[sliceName]/[variation].html +1 -1
  31. package/out/slices.html +1 -1
  32. package/package.json +7 -8
  33. package/src/apiClient.ts +1 -1
  34. package/src/domain/fields.ts +7 -7
  35. package/src/features/auth/LogoutButton.tsx +37 -0
  36. package/src/features/builder/AddFieldDropdown.tsx +2 -2
  37. package/src/features/customTypes/customTypesBuilder/CreateSliceFromImageModal/CreateSliceFromImageModal.tsx +8 -21
  38. package/src/features/customTypes/customTypesBuilder/SliceZoneBlankSlate.tsx +4 -12
  39. package/src/features/customTypes/customTypesBuilder/sliceCreationOptions.tsx +5 -11
  40. package/src/features/environments/actions/getActiveEnvironment.ts +2 -8
  41. package/src/features/environments/useActiveEnvironment.ts +8 -1
  42. package/src/features/environments/useEnvironments.ts +8 -1
  43. package/src/features/navigation/Navigation.tsx +1 -7
  44. package/src/legacy/components/ChangesItems/ChangesItems.tsx +1 -8
  45. package/src/legacy/components/Forms/CreateSliceModal/CreateSliceModal.tsx +3 -8
  46. package/src/legacy/components/ListItem/Header.tsx +18 -12
  47. package/src/legacy/components/ListItem/index.tsx +1 -0
  48. package/src/legacy/components/LoginModal/index.tsx +11 -3
  49. package/src/legacy/components/Navigation/SideNavEnvironmentSelector/SideNavEnvironmentSelector.tsx +3 -0
  50. package/src/legacy/components/Simulator/components/FailedConnect/index.tsx +51 -56
  51. package/src/legacy/components/ToasterContainer/index.tsx +3 -14
  52. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/SlicesTemplatesModal.tsx +1 -4
  53. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/UpdateSliceZoneModal.tsx +1 -5
  54. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/index.tsx +4 -16
  55. package/src/legacy/lib/builders/SliceBuilder/index.tsx +1 -6
  56. package/src/legacy/lib/builders/common/EditModal/index.jsx +3 -10
  57. package/src/legacy/lib/builders/common/Zone/components/ZoneEmptyState/ZoneEmptyState.tsx +5 -10
  58. package/src/legacy/lib/models/common/widgets/Boolean/index.ts +3 -0
  59. package/src/legacy/lib/models/common/widgets/Color/index.ts +3 -0
  60. package/src/legacy/lib/models/common/widgets/ContentRelationship/index.ts +3 -0
  61. package/src/legacy/lib/models/common/widgets/Date/index.ts +3 -0
  62. package/src/legacy/lib/models/common/widgets/Embed/index.ts +3 -0
  63. package/src/legacy/lib/models/common/widgets/GeoPoint/index.ts +3 -0
  64. package/src/legacy/lib/models/common/widgets/Group/createGroupWidget.ts +2 -0
  65. package/src/legacy/lib/models/common/widgets/Image/index.ts +3 -0
  66. package/src/legacy/lib/models/common/widgets/Link/index.ts +3 -0
  67. package/src/legacy/lib/models/common/widgets/LinkToMedia/index.ts +2 -0
  68. package/src/legacy/lib/models/common/widgets/Number/index.ts +3 -0
  69. package/src/legacy/lib/models/common/widgets/Select/index.ts +3 -0
  70. package/src/legacy/lib/models/common/widgets/StructuredText/index.ts +3 -0
  71. package/src/legacy/lib/models/common/widgets/Table/index.ts +3 -0
  72. package/src/legacy/lib/models/common/widgets/Text/index.ts +3 -0
  73. package/src/legacy/lib/models/common/widgets/Timestamp/index.ts +3 -0
  74. package/src/legacy/lib/models/common/widgets/UID/index.ts +3 -0
  75. package/src/legacy/lib/models/common/widgets/Widget.ts +1 -0
  76. package/src/pages/slices.tsx +10 -38
  77. package/out/_next/static/KBrx-cAqXdE6ViRC7yyKz/_buildManifest.js +0 -1
  78. package/out/_next/static/chunks/33641354.3864aefb6106ae71.js +0 -28
  79. package/out/_next/static/chunks/44-a2056f993381ad0f.js +0 -1
  80. package/out/_next/static/chunks/489-6578dbeec3dcdace.js +0 -1
  81. package/out/_next/static/chunks/630-29c729ad2a291ef6.js +0 -1
  82. package/out/_next/static/chunks/907-590c914f55547b96.js +0 -1
  83. package/out/_next/static/chunks/pages/changes-db800bf4a08faa31.js +0 -1
  84. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/simulator-5008e29008aa04f4.js +0 -1
  85. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-0bc862dd7bd99611.js +0 -1
  86. package/out/_next/static/chunks/pages/slices-4b229ae47d0a37e2.js +0 -1
  87. package/out/_next/static/chunks/webpack-b3522fdebabf510a.js +0 -1
  88. package/out/_next/static/css/cc9b10286400c2b9.css +0 -1
  89. package/src/features/builder/useSectionsNamingExperiment.ts +0 -15
  90. package/src/utils/textConversion.ts +0 -11
  91. /package/out/_next/static/{KBrx-cAqXdE6ViRC7yyKz → by9lqJyIeSCZtBP_fLO45}/_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.