@prismicio/slice-simulator-react
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,1 @@ | ||
import * as React from 'react'; | ||
import { SliceSimulatorState, SliceSimulatorProps as SliceSimulatorProps$1 } from '@prismicio/slice-simulator-core'; | ||
@@ -6,5 +5,5 @@ | ||
className?: string; | ||
sliceZone: (args: { | ||
sliceZone: (props: { | ||
slices: SliceSimulatorState["slices"]; | ||
}) => React.ComponentType; | ||
}) => JSX.Element; | ||
} & SliceSimulatorProps$1; | ||
@@ -11,0 +10,0 @@ declare const SliceSimulator: (props: SliceSimulatorProps) => JSX.Element; |
{ | ||
"name": "@prismicio/slice-simulator-react", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Preview and develop Prismic slices fast with minimal configuration", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/react": "^17.0.38", | ||
"@types/react": "^17.0.39", | ||
"ava": "^3.15.0", | ||
@@ -48,0 +48,0 @@ "nyc": "^15.1.0", |
@@ -129,3 +129,3 @@ <!-- | ||
``` | ||
Copyright 2013-2021 Prismic <contact@prismic.io> (https://prismic.io) | ||
Copyright 2013-2022 Prismic <contact@prismic.io> (https://prismic.io) | ||
@@ -132,0 +132,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40117
264