@spark-ui/cli-utils
Advanced tools
Comparing version
{ | ||
"name": "@spark-ui/cli-utils", | ||
"version": "10.11.1", | ||
"version": "10.11.2", | ||
"description": "Spark CLI utils", | ||
@@ -46,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bc1efc40750f0a97c0c0af4e1adc3d0752d5c0d1" | ||
"gitHead": "73edb0a6efd7290e27fef78e141fd9f2faea1830" | ||
} |
@@ -6,3 +6,3 @@ import { pascalCase } from 'pascal-case' | ||
return `import { Meta, Canvas } from '@storybook/blocks' | ||
return `import { Meta, Canvas } from '@storybook/addon-docs/blocks' | ||
import { ArgTypes } from '@docs/helpers/ArgTypes' | ||
@@ -9,0 +9,0 @@ |
@@ -6,4 +6,4 @@ import { camelCase } from 'camel-case' | ||
return `import { Meta, Story } from '@storybook/blocks' | ||
import { ArgTypes } from '@storybook/blocks'; | ||
return `import { Meta, Story } from '@storybook/addon-docs/blocks' | ||
import { ArgTypes } from '@storybook/addon-docs/blocks'; | ||
@@ -10,0 +10,0 @@ import { ${hookName} } from '.' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
99642
0.2%