@zealicsolutions/web-ui 0.2.79 → 0.2.81

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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { StoryFn } from '@storybook/react';
2
+ import type { StoryFn } from '@storybook/react';
3
3
  import { ContainerComponentProps } from 'containers';
4
4
  declare const _default: {
5
5
  title: string;
@@ -1,9 +1,9 @@
1
+ import type { Nullable, StrictUnion } from 'typescript';
1
2
  import { ButtonProps } from 'atoms';
2
3
  import { SelectOption } from 'atoms/Select/types';
3
4
  import { ImageProps, TabGroupProps } from 'molecules';
4
5
  import { CSSProperties } from 'styled-components';
5
6
  import { FontSizesTypes, ThemeColors } from 'theme';
6
- import { Nullable, StrictUnion } from 'typescript';
7
7
  export declare type ImageAttributes = {
8
8
  attributeType: 'image';
9
9
  imageSource: string;
@@ -34,7 +34,7 @@ export interface BooleanAttributes {
34
34
  attributeType: 'boolean';
35
35
  value: boolean;
36
36
  }
37
- export declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header-tab-group';
37
+ export declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header_tab_group';
38
38
  export interface BaseMolecule {
39
39
  id: string;
40
40
  instance: 'molecule';
@@ -96,7 +96,7 @@ export interface VideoMolecule extends BaseMolecule {
96
96
  };
97
97
  }
98
98
  export interface TabGroupMolecule extends BaseMolecule {
99
- type: 'header-tab-group';
99
+ type: 'header_tab_group';
100
100
  config: {
101
101
  props: TabGroupProps;
102
102
  wide: {
package/dist/index.d.ts CHANGED
@@ -1188,7 +1188,7 @@ interface BooleanAttributes {
1188
1188
  attributeType: 'boolean';
1189
1189
  value: boolean;
1190
1190
  }
1191
- declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header-tab-group';
1191
+ declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header_tab_group';
1192
1192
  interface BaseMolecule {
1193
1193
  id: string;
1194
1194
  instance: 'molecule';
@@ -1250,7 +1250,7 @@ interface VideoMolecule extends BaseMolecule {
1250
1250
  };
1251
1251
  }
1252
1252
  interface TabGroupMolecule extends BaseMolecule {
1253
- type: 'header-tab-group';
1253
+ type: 'header_tab_group';
1254
1254
  config: {
1255
1255
  props: TabGroupProps$1;
1256
1256
  wide: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.2.79",
3
+ "version": "0.2.81",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"