slice-machine-ui 2.17.3-beta.9 → 2.18.1-alpha.jp-unauthorized-error.1

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 (71) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/9KQ-HaPBlpfn5ByEJstJh/_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-a42bd4eeb1350d97.js → 489-6edb99e269996dd1.js} +1 -1
  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-a42dc5698d5dc000.js → 907-445266211c48b1a5.js} +1 -1
  11. package/out/_next/static/chunks/pages/{_app-13d39ac1e1c9aa27.js → _app-48d0855c9b0fc51c.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-2bd69f3877d60b26.js → changes-bdfa50eadb1e5a42.js} +1 -1
  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-0ecd552897e61e29.js → simulator-b127d948a17968d3.js} +1 -1
  18. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/{[variation]-8b6e7854cb3466d4.js → [variation]-98f85d5fb8d5c704.js} +1 -1
  19. package/out/_next/static/chunks/pages/{slices-fe1bb16ff3020762.js → slices-046e5e978ffc3a42.js} +1 -1
  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 -7
  33. package/src/apiClient.ts +1 -1
  34. package/src/domain/fields.ts +7 -7
  35. package/src/features/auth/LogoutButton.tsx +56 -0
  36. package/src/features/builder/AddFieldDropdown.tsx +2 -2
  37. package/src/features/environments/actions/getActiveEnvironment.ts +2 -8
  38. package/src/features/environments/useActiveEnvironment.ts +8 -1
  39. package/src/features/environments/useEnvironments.ts +8 -1
  40. package/src/legacy/components/AppLayout/index.tsx +12 -1
  41. package/src/legacy/components/ListItem/Header.tsx +18 -12
  42. package/src/legacy/components/ListItem/index.tsx +1 -0
  43. package/src/legacy/components/LoginModal/index.tsx +11 -3
  44. package/src/legacy/components/Navigation/Environment.tsx +2 -10
  45. package/src/legacy/components/Navigation/SideNavEnvironmentSelector/SideNavEnvironmentSelector.tsx +8 -0
  46. package/src/legacy/lib/builders/common/EditModal/index.jsx +3 -10
  47. package/src/legacy/lib/models/common/widgets/Boolean/index.ts +3 -0
  48. package/src/legacy/lib/models/common/widgets/Color/index.ts +3 -0
  49. package/src/legacy/lib/models/common/widgets/ContentRelationship/index.ts +3 -0
  50. package/src/legacy/lib/models/common/widgets/Date/index.ts +3 -0
  51. package/src/legacy/lib/models/common/widgets/Embed/index.ts +3 -0
  52. package/src/legacy/lib/models/common/widgets/GeoPoint/index.ts +3 -0
  53. package/src/legacy/lib/models/common/widgets/Group/createGroupWidget.ts +2 -0
  54. package/src/legacy/lib/models/common/widgets/Image/index.ts +3 -0
  55. package/src/legacy/lib/models/common/widgets/Link/index.ts +3 -0
  56. package/src/legacy/lib/models/common/widgets/LinkToMedia/index.ts +2 -0
  57. package/src/legacy/lib/models/common/widgets/Number/index.ts +3 -0
  58. package/src/legacy/lib/models/common/widgets/Select/index.ts +3 -0
  59. package/src/legacy/lib/models/common/widgets/StructuredText/index.ts +3 -0
  60. package/src/legacy/lib/models/common/widgets/Table/index.ts +3 -0
  61. package/src/legacy/lib/models/common/widgets/Text/index.ts +3 -0
  62. package/src/legacy/lib/models/common/widgets/Timestamp/index.ts +3 -0
  63. package/src/legacy/lib/models/common/widgets/UID/index.ts +3 -0
  64. package/src/legacy/lib/models/common/widgets/Widget.ts +1 -0
  65. package/out/_next/static/UBLEqMkM94kXQpW0VSAQo/_buildManifest.js +0 -1
  66. package/out/_next/static/chunks/33641354.3864aefb6106ae71.js +0 -28
  67. package/out/_next/static/chunks/44-a2056f993381ad0f.js +0 -1
  68. package/out/_next/static/chunks/630-799c128fd87fa645.js +0 -1
  69. package/out/_next/static/chunks/webpack-b3522fdebabf510a.js +0 -1
  70. package/out/_next/static/css/cc9b10286400c2b9.css +0 -1
  71. /package/out/_next/static/{UBLEqMkM94kXQpW0VSAQo → 9KQ-HaPBlpfn5ByEJstJh}/_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.