@prismicio/types-internal 2.4.1 → 2.5.0-alpha.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 (43) hide show
  1. package/lib/content/Document.d.ts +3982 -7936
  2. package/lib/content/fields/GroupContent.d.ts +17 -1754
  3. package/lib/content/fields/GroupContent.js +59 -21
  4. package/lib/content/fields/WidgetContent.d.ts +3375 -7328
  5. package/lib/content/fields/nestable/NestableContent.d.ts +3 -145
  6. package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +4 -212
  7. package/lib/content/fields/nestable/RichTextContent/Blocks.js +2 -0
  8. package/lib/content/fields/nestable/RichTextContent/index.d.ts +4 -184
  9. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +10 -294
  10. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +5 -385
  11. package/lib/content/fields/slices/Slice/RepeatableContent.js +4 -1
  12. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +19 -1337
  13. package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +7 -1182
  14. package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +7 -1182
  15. package/lib/content/fields/slices/Slice/index.d.ts +991 -2943
  16. package/lib/content/fields/slices/SliceItem.d.ts +155 -2107
  17. package/lib/content/fields/slices/SlicesContent.d.ts +1134 -3912
  18. package/lib/content/fields/withDefaultValues.d.ts +4 -3
  19. package/lib/content/fields/withDefaultValues.js +17 -1
  20. package/lib/customtypes/CustomType.d.ts +70 -915
  21. package/lib/customtypes/Section.d.ts +70 -915
  22. package/lib/customtypes/diff/SharedSlice.d.ts +2 -340
  23. package/lib/customtypes/diff/Variation.d.ts +3 -340
  24. package/lib/customtypes/diff/Widgets.d.ts +1 -1
  25. package/lib/customtypes/widgets/Group.d.ts +15 -331
  26. package/lib/customtypes/widgets/Group.js +22 -5
  27. package/lib/customtypes/widgets/Widget.d.ts +7 -1014
  28. package/lib/customtypes/widgets/slices/LegacySlice.d.ts +2 -168
  29. package/lib/customtypes/widgets/slices/SharedSlice.d.ts +2 -336
  30. package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +3 -338
  31. package/lib/customtypes/widgets/slices/Slices.d.ts +7 -1184
  32. package/package.json +5 -5
  33. package/src/content/fields/GroupContent.ts +101 -31
  34. package/src/content/fields/nestable/RichTextContent/Blocks.ts +3 -1
  35. package/src/content/fields/slices/Slice/RepeatableContent.ts +9 -2
  36. package/src/content/fields/withDefaultValues.ts +27 -3
  37. package/src/customtypes/diff/Variation.ts +4 -2
  38. package/src/customtypes/diff/Widgets.ts +1 -7
  39. package/src/customtypes/widgets/Group.ts +60 -20
  40. package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -727
  41. package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
  42. package/lib/customtypes/widgets/slices/SliceWidget.d.ts +0 -327
  43. package/lib/customtypes/widgets/slices/SliceWidget.js +0 -8

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.