@vezham/storybook-utils 0.1.0 → 0.2.0-poc-env-1
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/index.js +1 -0
- package/index.mjs +7809 -4653
- package/lib/a/src/index.d.ts +1 -1
- package/lib/story-status/src/index.d.ts +1 -1
- package/lib/story-status/src/types.d.ts +4 -4
- package/lib/story-tab/src/index.d.ts +1 -1
- package/lib/story-typography/src/index.d.ts +1 -1
- package/package.json +8 -8
- package/style.css +1 -1
package/lib/a/src/index.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import { Props } from './types';
|
2
2
|
|
3
|
-
declare const StoryStatus: import('@
|
3
|
+
declare const StoryStatus: import('@v0xoss/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
|
4
4
|
export { StoryStatus };
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import { ReactRef } from '@
|
1
|
+
import { PropGetter, v0xdsHTMLProps } from '@v0xoss/system-rsc';
|
2
|
+
import { ReactRef } from '@v0xoss/react-utils';
|
3
3
|
|
4
4
|
type status = 'todo' | 'dev' | 'review' | 'completed';
|
5
|
-
interface Props extends
|
5
|
+
interface Props extends v0xdsHTMLProps<'div'> {
|
6
6
|
ref?: ReactRef<HTMLDivElement | null>;
|
7
7
|
usecase: status | 'poc';
|
8
8
|
dev: status;
|
@@ -10,7 +10,7 @@ interface Props extends HTMLHeroUIProps<'div'> {
|
|
10
10
|
tests: status;
|
11
11
|
}
|
12
12
|
declare const useProps: (props: Props) => {
|
13
|
-
Component: import('@
|
13
|
+
Component: import('@v0xoss/system-rsc').As<any>;
|
14
14
|
domRef: import('react').RefObject<HTMLDivElement>;
|
15
15
|
children: import('react').ReactNode;
|
16
16
|
getBaseProps: PropGetter;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { Props } from './types';
|
2
2
|
|
3
|
-
declare const StoryTab: import('@
|
3
|
+
declare const StoryTab: import('@v0xoss/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
|
4
4
|
export { StoryTab };
|
@@ -1,5 +1,5 @@
|
|
1
1
|
interface Props {
|
2
2
|
config: string;
|
3
3
|
}
|
4
|
-
declare const StoryTypo: import('@
|
4
|
+
declare const StoryTypo: import('@v0xoss/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
|
5
5
|
export { StoryTypo };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vezham/storybook-utils",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.2.0-poc-env-1",
|
4
4
|
"description": "A package for managing storybook-utils",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,12 +17,12 @@
|
|
17
17
|
"main": "./index.js",
|
18
18
|
"types": "./index.d.ts",
|
19
19
|
"dependencies": {
|
20
|
-
"@
|
21
|
-
"@
|
22
|
-
"@
|
23
|
-
"@
|
24
|
-
"@
|
25
|
-
"@
|
26
|
-
"@vezham/v-
|
20
|
+
"@v0xoss/chip": "^0.0.4",
|
21
|
+
"@v0xoss/divider": "^0.0.4",
|
22
|
+
"@v0xoss/react-utils": "^0.0.4",
|
23
|
+
"@v0xoss/system-rsc": "^0.0.4",
|
24
|
+
"@v0xoss/tabs": "^0.0.4",
|
25
|
+
"@v0xoss/theme": "^0.0.4",
|
26
|
+
"@vezham/v-text": "0.2.0-poc-env-1"
|
27
27
|
}
|
28
28
|
}
|
package/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.vtext{line-height:1.5rem}[data-disabled] .vtext{@apply text-default-500;}
|
1
|
+
.vheader{line-height:1.5rem}[data-disabled] .vheader{@apply text-default-500;}.vdevice-mob-sm .vheader.v-xs,.vdevice-mob .vheader.v-xs,.vdevice-mob-l .vheader.v-xs,.vdevice-tab .vheader.v-xs,.vdevice-tab-l .vheader.v-xs{@apply text-2xl;}.vdevice-mob-sm .vheader.v-sm,.vdevice-mob .vheader.v-sm,.vdevice-mob-l .vheader.v-sm,.vdevice-tab .vheader.v-sm,.vdevice-tab-l .vheader.v-sm{@apply text-3xl;}.vdevice-mob-sm .vheader.v-md,.vdevice-mob .vheader.v-md,.vdevice-mob-l .vheader.v-md,.vdevice-tab .vheader.v-md,.vdevice-tab-l .vheader.v-md{@apply text-4xl;}.vdevice-mob-sm .vheader.v-lg,.vdevice-mob .vheader.v-lg,.vdevice-mob-l .vheader.v-lg,.vdevice-tab .vheader.v-lg,.vdevice-tab-l .vheader.v-lg{@apply text-5xl;}.vdevice-mob-sm .vheader.v-xl,.vdevice-mob .vheader.v-xl,.vdevice-mob-l .vheader.v-xl,.vdevice-tab .vheader.v-xl,.vdevice-tab-l .vheader.v-xl{@apply text-6xl;}.vdevice-mob-sm .vheader.v-xxl,.vdevice-mob .vheader.v-xxl,.vdevice-mob-l .vheader.v-xxl,.vdevice-tab .vheader.v-xxl,.vdevice-tab-l .vheader.v-xxl{@apply text-7xl;}.vdevice-lap .vheader.v-xs,.vdevice-desk .vheader.v-xs{@apply text-4xl;}.vdevice-lap .vheader.v-sm,.vdevice-desk .vheader.v-sm{@apply text-5xl;}.vdevice-lap .vheader.v-md,.vdevice-desk .vheader.v-md{@apply text-6xl;}.vdevice-lap .vheader.v-lg,.vdevice-desk .vheader.v-lg{@apply text-7xl;}.vdevice-lap .vheader.v-xl,.vdevice-desk .vheader.v-xl{@apply text-8xl;}.vdevice-lap .vheader.v-xxl,.vdevice-desk .vheader.v-xxl{@apply text-9xl;}.vtext{line-height:1.5rem}[data-disabled] .vtext{@apply text-default-500;}
|