Skip to content

Commit 2cb52b8

Browse files
authored
added unsupported types (#3)
1 parent 43da4ba commit 2cb52b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-bitloops",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"description": "Next.js with TypeScript, Tailwind, Storybook and Cypress generator by Bitloops",
55
"license": "MIT",
66
"author": "Bitloops S.A.",

setup/templates/src/components/bitloops/unsupported/Unsupported.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ type UnsupportedType =
99
| 'LINE'
1010
| 'REGULAR_POLYGON'
1111
| 'SLICE'
12-
| 'IMAGE';
12+
| 'IMAGE'
13+
| 'INSTANCE'
14+
| 'COMPONENT';
1315

1416
export type UnsupportedElementProps = {
1517
type: UnsupportedType;

0 commit comments

Comments
 (0)