slice-machine-ui 2.19.1 → 2.19.2-alpha.lg-import-slices.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 (46) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/Q_2lm2CqEzK8hMGWeR30R/_buildManifest.js +1 -0
  3. package/out/_next/static/chunks/130-e1a16d2f94fb2b64.js +1 -0
  4. package/out/_next/static/chunks/{429-aab52070cad2884b.js → 429-e5d7e39160de9f5e.js} +1 -1
  5. package/out/_next/static/chunks/489-d6580011169630a1.js +1 -0
  6. package/out/_next/static/chunks/585-c89bb2471e85b9f8.js +1 -0
  7. package/out/_next/static/chunks/928-ebbe58b08e1e70b1.js +1 -0
  8. package/out/_next/static/chunks/954-bedaaabf664584a0.js +1 -0
  9. package/out/_next/static/chunks/pages/{_app-664e26e8e0083aaa.js → _app-a8345a65a46d8112.js} +1 -1
  10. package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-af9376721beb489e.js → [customTypeId]-97120b65616617fb.js} +1 -1
  11. package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-a24665e91b882169.js → [pageTypeId]-b358358b5c2c1c43.js} +1 -1
  12. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/{simulator-faeb6d2f77d97096.js → simulator-8c70298caf51bed0.js} +1 -1
  13. package/out/_next/static/chunks/pages/slices-d5a2b0fcb7490565.js +1 -0
  14. package/out/changelog.html +1 -1
  15. package/out/changes.html +1 -1
  16. package/out/custom-types/[customTypeId].html +1 -1
  17. package/out/custom-types.html +1 -1
  18. package/out/index.html +1 -1
  19. package/out/labs.html +1 -1
  20. package/out/page-types/[pageTypeId].html +1 -1
  21. package/out/slices/[lib]/[sliceName]/[variation]/simulator.html +1 -1
  22. package/out/slices/[lib]/[sliceName]/[variation].html +1 -1
  23. package/out/slices.html +1 -1
  24. package/package.json +5 -4
  25. package/src/features/customTypes/customTypesBuilder/CreateSliceFromImageModal/CreateSliceFromImageModal.tsx +3 -36
  26. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/ImportSlicesFromLibraryModal.tsx +291 -0
  27. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/SliceCard.tsx +48 -0
  28. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/hooks/useImportSlicesFromGithub.ts +93 -0
  29. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/index.tsx +1 -0
  30. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/types.ts +28 -0
  31. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils/addSlices.ts +193 -0
  32. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils/github.ts +630 -0
  33. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils/mapWithConcurrency.ts +28 -0
  34. package/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils/sliceWithoutConflicts.ts +51 -0
  35. package/src/features/customTypes/customTypesBuilder/SliceZoneBlankSlate.tsx +11 -0
  36. package/src/features/customTypes/customTypesBuilder/shared/getSubmitButtonLabel.ts +12 -0
  37. package/src/features/customTypes/customTypesBuilder/shared/useExistingSlices.ts +26 -0
  38. package/src/features/customTypes/customTypesBuilder/sliceCreationOptions.tsx +14 -0
  39. package/src/legacy/lib/builders/CustomTypeBuilder/SliceZone/index.tsx +51 -0
  40. package/src/pages/slices.tsx +30 -0
  41. package/out/_next/static/chunks/422-c9192a1dbdd2ae0e.js +0 -1
  42. package/out/_next/static/chunks/489-ce3053e1d81ade83.js +0 -1
  43. package/out/_next/static/chunks/907-180eb33eefccc237.js +0 -1
  44. package/out/_next/static/chunks/pages/slices-81c1c3f1bcad60f4.js +0 -1
  45. package/out/_next/static/mWW0JPKbrqF9bfSpOlAsb/_buildManifest.js +0 -1
  46. /package/out/_next/static/{mWW0JPKbrqF9bfSpOlAsb → Q_2lm2CqEzK8hMGWeR30R}/_ssgManifest.js +0 -0