slice-machine-ui 2.16.2-alpha.xru-tracking-cr.4 → 2.16.2-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.
- package/out/404.html +1 -1
- package/out/_next/static/EvmgR0Gau-7Wz9Fnt3n3p/_buildManifest.js +1 -0
- package/out/_next/static/chunks/268-6d5fc7642a1b87c8.js +1 -0
- package/out/_next/static/chunks/34-2911c905c8a6e9d9.js +1 -0
- package/out/_next/static/chunks/630-93339694ef30b82d.js +1 -0
- package/out/_next/static/chunks/867-8164160c810122c6.js +1 -0
- package/out/_next/static/chunks/882-28837678beff7e51.js +1 -0
- package/out/_next/static/chunks/895-8c214ba470a4e23c.js +1 -0
- package/out/_next/static/chunks/pages/_app-80614b8c7575109c.js +657 -0
- package/out/_next/static/chunks/pages/changelog-80a618708f44f25f.js +1 -0
- package/out/_next/static/chunks/pages/changes-d40c17939854b984.js +1 -0
- package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-a408f5a660e096a6.js → [customTypeId]-389d1b7a492fb3e7.js} +1 -1
- package/out/_next/static/chunks/pages/{custom-types-5acd56959b60346f.js → custom-types-2a5fd94ee42ba593.js} +1 -1
- package/out/_next/static/chunks/pages/{index-0d8cb369de720a35.js → index-02dd147957c8b40f.js} +1 -1
- package/out/_next/static/chunks/pages/labs-c6df252ea5d8fb6f.js +1 -0
- package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-f5e851ebe35049a8.js → [pageTypeId]-3589bd1f9138a97b.js} +1 -1
- package/out/_next/static/chunks/pages/settings-170379902605f38a.js +1 -0
- package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/simulator-063fa88ba75f483e.js +1 -0
- package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-6de02b8ed13b680d.js +1 -0
- package/out/_next/static/chunks/pages/slices-071bb494907adf0f.js +1 -0
- package/out/_next/static/chunks/webpack-2f903acb0cccbf9e.js +1 -0
- package/out/_next/static/css/9c9a7de81f9ac811.css +1 -0
- package/out/changelog.html +1 -1
- package/out/changes.html +1 -1
- package/out/custom-types/[customTypeId].html +1 -1
- package/out/custom-types.html +1 -1
- package/out/index.html +1 -1
- package/out/labs.html +1 -1
- package/out/page-types/[pageTypeId].html +1 -1
- package/out/settings.html +1 -1
- package/out/slices/[lib]/[sliceName]/[variation]/simulator.html +1 -1
- package/out/slices/[lib]/[sliceName]/[variation].html +1 -1
- package/out/slices.html +1 -1
- package/package.json +7 -7
- package/src/features/customTypes/customTypesTable/CustomTypesTable.tsx +4 -2
- package/src/features/customTypes/customTypesTable/{useCustomTypesAutoRevalidation.tsx → useCustomTypes.ts} +34 -1
- package/src/legacy/lib/builders/common/Zone/Card/components/Hints/index.tsx +1 -12
- package/src/legacy/lib/models/common/widgets/ContentRelationship/Form.tsx +77 -35
- package/src/legacy/lib/models/common/widgets/ContentRelationship/index.ts +14 -44
- package/src/legacy/lib/models/common/widgets/Link/index.ts +1 -1
- package/src/utils/tracking/trackFieldAdded.ts +5 -2
- package/src/utils/tracking/trackFieldUpdated.ts +5 -2
- package/out/_next/static/chunks/248-03446cd9e9f13730.js +0 -1
- package/out/_next/static/chunks/268-6a9214b97195af9c.js +0 -1
- package/out/_next/static/chunks/33641354.3864aefb6106ae71.js +0 -28
- package/out/_next/static/chunks/34-e684c5fd75cc9dd0.js +0 -1
- package/out/_next/static/chunks/630-8efab4cfe04dfb06.js +0 -1
- package/out/_next/static/chunks/647-7b9b5aa9468f9e4b.js +0 -1
- package/out/_next/static/chunks/882-151468121d542ed6.js +0 -1
- package/out/_next/static/chunks/pages/_app-500efc039f19ee3b.js +0 -708
- package/out/_next/static/chunks/pages/changelog-063c5e11dfc8fd55.js +0 -1
- package/out/_next/static/chunks/pages/changes-564336edb0ed18b0.js +0 -1
- package/out/_next/static/chunks/pages/labs-9630bfb1005be02b.js +0 -1
- package/out/_next/static/chunks/pages/settings-01f4aeb9112a1f87.js +0 -1
- package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/simulator-5008e29008aa04f4.js +0 -1
- package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-bd5e45632c419567.js +0 -1
- package/out/_next/static/chunks/pages/slices-4a60cd5f2c71327e.js +0 -1
- package/out/_next/static/chunks/webpack-b3522fdebabf510a.js +0 -1
- package/out/_next/static/css/cc9b10286400c2b9.css +0 -1
- package/out/_next/static/zAOttmW3TuLUODww2NpRw/_buildManifest.js +0 -1
- package/src/features/builder/fields/contentRelationship/ContentRelationshipFieldPicker.tsx +0 -1276
- package/src/features/builder/fields/contentRelationship/Hint.tsx +0 -28
- package/src/features/builder/fields/contentRelationship/__tests__/ContentRelationshipFieldPicker.test.ts +0 -265
- package/src/features/customTypes/useCustomTypes.ts +0 -48
- package/src/utils/isValidObject.ts +0 -32
- package/src/utils/tracking/getLinkTrackingProperties.ts +0 -26
- /package/out/_next/static/{zAOttmW3TuLUODww2NpRw → EvmgR0Gau-7Wz9Fnt3n3p}/_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.