@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.
@@ -1,4 +1,4 @@
1
1
  import { Props } from './types';
2
2
 
3
- declare const A: import('@vezham/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
3
+ declare const A: import('@v0xoss/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
4
4
  export { A };
@@ -1,4 +1,4 @@
1
1
  import { Props } from './types';
2
2
 
3
- declare const StoryStatus: import('@vezham/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
3
+ declare const StoryStatus: import('@v0xoss/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
4
4
  export { StoryStatus };
@@ -1,8 +1,8 @@
1
- import { HTMLHeroUIProps, PropGetter } from '@vezham/system-rsc';
2
- import { ReactRef } from '@vezham/react-utils';
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 HTMLHeroUIProps<'div'> {
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('@vezham/system-rsc').As<any>;
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('@vezham/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
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('@vezham/system-rsc').InternalForwardRefRenderFunction<"div", Props, never>;
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.1.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
- "@vezham/chip": "^0.1.7",
21
- "@vezham/divider": "^0.1.7",
22
- "@vezham/react-utils": "^0.1.7",
23
- "@vezham/system-rsc": "^0.1.7",
24
- "@vezham/tabs": "^0.1.7",
25
- "@vezham/theme": "^0.1.7",
26
- "@vezham/v-atoms": "0.1.0"
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;}