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

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