slice-machine-ui 2.17.3-beta.1 → 2.17.3-beta.11

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 (132) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/Mn1b3xEWEJNa-mSgCSYLq/_buildManifest.js +1 -0
  3. package/out/_next/static/chunks/04ad993f.d7f986af0f739cc9.js +28 -0
  4. package/out/_next/static/chunks/248-bdbfde18c5a04eae.js +1 -0
  5. package/out/_next/static/chunks/34-8d9d9b2944824750.js +1 -0
  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-20b580525c9dd4d8.js → _app-76c43bdc0320687e.js} +220 -222
  12. package/out/_next/static/chunks/pages/changelog-21b960abba5abf71.js +1 -0
  13. package/out/_next/static/chunks/pages/changes-bdfa50eadb1e5a42.js +1 -0
  14. package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-a408f5a660e096a6.js → [customTypeId]-7102c23f96cd1768.js} +1 -1
  15. package/out/_next/static/chunks/pages/labs-d79597003a1ff74e.js +1 -0
  16. package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-f5e851ebe35049a8.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 +6 -6
  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/changes/PushChangesButton.tsx +4 -67
  38. package/src/features/customTypes/customTypesBuilder/CreateSliceFromImageModal/CreateSliceFromImageModal.tsx +8 -21
  39. package/src/features/customTypes/customTypesBuilder/SliceZoneBlankSlate.tsx +13 -25
  40. package/src/features/customTypes/customTypesBuilder/sliceCreationOptions.tsx +5 -11
  41. package/src/features/environments/actions/getActiveEnvironment.ts +14 -5
  42. package/src/features/environments/useActiveEnvironment.ts +8 -1
  43. package/src/features/environments/useEnvironments.ts +8 -1
  44. package/src/features/navigation/Navigation.tsx +4 -24
  45. package/src/features/slices/sliceCards/SharedSliceCard.tsx +2 -10
  46. package/src/legacy/components/AppLayout/index.tsx +34 -2
  47. package/src/legacy/components/ChangesItems/ChangesItems.tsx +1 -8
  48. package/src/legacy/components/Forms/CreateSliceModal/CreateSliceModal.tsx +3 -8
  49. package/src/legacy/components/ListItem/Header.tsx +18 -12
  50. package/src/legacy/components/ListItem/index.tsx +1 -0
  51. package/src/legacy/components/LoginModal/index.tsx +11 -3
  52. package/src/legacy/components/Navigation/Environment.tsx +11 -3
  53. package/src/legacy/components/Navigation/SideNavEnvironmentSelector/SideNavEnvironmentSelector.tsx +3 -0
  54. package/src/legacy/components/Simulator/components/FailedConnect/index.tsx +51 -56
  55. package/src/legacy/components/ToasterContainer/index.tsx +3 -14
  56. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/SlicesTemplatesModal.tsx +20 -28
  57. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/UpdateSliceZoneModal.tsx +1 -5
  58. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/UpdateSliceZoneModalList.tsx +1 -6
  59. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/index.tsx +13 -29
  60. package/src/legacy/lib/builders/SliceBuilder/index.tsx +1 -6
  61. package/src/legacy/lib/builders/common/EditModal/index.jsx +3 -10
  62. package/src/legacy/lib/builders/common/Zone/components/ZoneEmptyState/ZoneEmptyState.tsx +5 -10
  63. package/src/legacy/lib/models/common/widgets/Boolean/index.ts +3 -0
  64. package/src/legacy/lib/models/common/widgets/Color/index.ts +3 -0
  65. package/src/legacy/lib/models/common/widgets/ContentRelationship/index.ts +3 -0
  66. package/src/legacy/lib/models/common/widgets/Date/index.ts +3 -0
  67. package/src/legacy/lib/models/common/widgets/Embed/index.ts +3 -0
  68. package/src/legacy/lib/models/common/widgets/GeoPoint/index.ts +3 -0
  69. package/src/legacy/lib/models/common/widgets/Group/createGroupWidget.ts +2 -0
  70. package/src/legacy/lib/models/common/widgets/Image/index.ts +3 -0
  71. package/src/legacy/lib/models/common/widgets/Link/index.ts +3 -0
  72. package/src/legacy/lib/models/common/widgets/LinkToMedia/index.ts +2 -0
  73. package/src/legacy/lib/models/common/widgets/Number/index.ts +3 -0
  74. package/src/legacy/lib/models/common/widgets/Select/index.ts +3 -0
  75. package/src/legacy/lib/models/common/widgets/StructuredText/index.ts +3 -0
  76. package/src/legacy/lib/models/common/widgets/Table/index.ts +3 -0
  77. package/src/legacy/lib/models/common/widgets/Text/index.ts +3 -0
  78. package/src/legacy/lib/models/common/widgets/Timestamp/index.ts +3 -0
  79. package/src/legacy/lib/models/common/widgets/UID/index.ts +3 -0
  80. package/src/legacy/lib/models/common/widgets/Widget.ts +1 -0
  81. package/src/pages/slices.tsx +19 -51
  82. package/out/_next/static/chunks/248-03446cd9e9f13730.js +0 -1
  83. package/out/_next/static/chunks/268-6a9214b97195af9c.js +0 -1
  84. package/out/_next/static/chunks/33641354.3864aefb6106ae71.js +0 -28
  85. package/out/_next/static/chunks/34-e684c5fd75cc9dd0.js +0 -1
  86. package/out/_next/static/chunks/44-a2056f993381ad0f.js +0 -1
  87. package/out/_next/static/chunks/630-29c729ad2a291ef6.js +0 -1
  88. package/out/_next/static/chunks/882-151468121d542ed6.js +0 -1
  89. package/out/_next/static/chunks/pages/changelog-063c5e11dfc8fd55.js +0 -1
  90. package/out/_next/static/chunks/pages/changes-564336edb0ed18b0.js +0 -1
  91. package/out/_next/static/chunks/pages/labs-9630bfb1005be02b.js +0 -1
  92. package/out/_next/static/chunks/pages/settings-01f4aeb9112a1f87.js +0 -1
  93. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/simulator-5008e29008aa04f4.js +0 -1
  94. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-bd5e45632c419567.js +0 -1
  95. package/out/_next/static/chunks/pages/slices-4a60cd5f2c71327e.js +0 -1
  96. package/out/_next/static/chunks/webpack-b3522fdebabf510a.js +0 -1
  97. package/out/_next/static/css/cc9b10286400c2b9.css +0 -1
  98. package/out/_next/static/css/e5f781f20e24a5ea.css +0 -1
  99. package/out/_next/static/qsIV6OuRkZuXZ3EaJau1x/_buildManifest.js +0 -1
  100. package/out/settings.html +0 -1
  101. package/out/videoHighlights.png +0 -0
  102. package/public/videoHighlights.png +0 -0
  103. package/src/components/FieldSet/FieldSet.module.css +0 -84
  104. package/src/components/FieldSet/FieldSet.module.css.d.ts +0 -16
  105. package/src/components/FieldSet/FieldSet.stories.tsx +0 -244
  106. package/src/components/FieldSet/FieldSet.tsx +0 -67
  107. package/src/components/FieldSet/index.ts +0 -9
  108. package/src/features/builder/useAiSliceGenerationExperiment.ts +0 -8
  109. package/src/features/builder/useSectionsNamingExperiment.ts +0 -15
  110. package/src/features/settings/SettingsPage.tsx +0 -50
  111. package/src/features/settings/git/ConnectGitRepository.tsx +0 -112
  112. package/src/features/settings/git/ConnectGitRepositoryBlankSlate.tsx +0 -33
  113. package/src/features/settings/git/GitOwnerSelect.tsx +0 -71
  114. package/src/features/settings/git/GitProvider.ts +0 -40
  115. package/src/features/settings/git/GitProviderConnectButtons.tsx +0 -63
  116. package/src/features/settings/git/GitRepositoriesList.tsx +0 -76
  117. package/src/features/settings/git/GitRepositoriesSearch.tsx +0 -69
  118. package/src/features/settings/git/GitRepositoryConnectDialog.tsx +0 -97
  119. package/src/features/settings/git/GitRepositoryDisconnectDialog.tsx +0 -62
  120. package/src/features/settings/git/useGitIntegrationExperiment.ts +0 -8
  121. package/src/features/settings/git/useGitOwners.ts +0 -12
  122. package/src/features/settings/git/useGitRepos.ts +0 -24
  123. package/src/features/settings/git/useLinkedGitRepos.ts +0 -41
  124. package/src/features/settings/git/useWriteAPIToken.ts +0 -23
  125. package/src/icons/BitbucketIcon.tsx +0 -19
  126. package/src/icons/GitHubIcon.tsx +0 -17
  127. package/src/icons/GitLabIcon.tsx +0 -19
  128. package/src/icons/SettingsIcon.tsx +0 -19
  129. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/sliceTemplatesComingSoon.ts +0 -30
  130. package/src/pages/settings.tsx +0 -1
  131. package/src/utils/textConversion.ts +0 -11
  132. /package/out/_next/static/{qsIV6OuRkZuXZ3EaJau1x → Mn1b3xEWEJNa-mSgCSYLq}/_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.