diff --git a/package.json b/package.json index 453e483..2ce49f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-bitloops", - "version": "0.3.13", + "version": "0.3.14", "description": "Next.js with TypeScript, Tailwind, Storybook and Cypress generator by Bitloops", "license": "MIT", "author": "Bitloops S.A.", diff --git a/setup/templates/src/components/bitloops/unsupported/Unsupported.tsx b/setup/templates/src/components/bitloops/unsupported/Unsupported.tsx index 3a4b8e9..1daf5d5 100644 --- a/setup/templates/src/components/bitloops/unsupported/Unsupported.tsx +++ b/setup/templates/src/components/bitloops/unsupported/Unsupported.tsx @@ -9,7 +9,9 @@ type UnsupportedType = | 'LINE' | 'REGULAR_POLYGON' | 'SLICE' - | 'IMAGE'; + | 'IMAGE' + | 'INSTANCE' + | 'COMPONENT'; export type UnsupportedElementProps = { type: UnsupportedType;