@wishket/design-system 0.1.0 → 0.3.0

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.
Files changed (119) hide show
  1. package/dist/Components/Atoms/Badge/Badge.d.ts +3 -0
  2. package/dist/Components/Atoms/Badge/Badge.stories.d.ts +6 -0
  3. package/dist/Components/Atoms/Badge/index.d.ts +2 -0
  4. package/dist/Components/Atoms/Box/Box.d.ts +6 -5
  5. package/dist/Components/Atoms/Button/Button.d.ts +3 -0
  6. package/dist/Components/Atoms/Button/Button.parts.d.ts +2 -0
  7. package/dist/Components/Atoms/Button/Button.stories.d.ts +6 -0
  8. package/dist/Components/Atoms/Button/Button.types.d.ts +9 -0
  9. package/dist/Components/Atoms/Button/index.d.ts +2 -0
  10. package/dist/Components/Atoms/Checkbox/Checkbox.types.d.ts +6 -2
  11. package/dist/Components/Atoms/Radio/Radio.d.ts +3 -0
  12. package/dist/Components/Atoms/Radio/Radio.stories.d.ts +7 -0
  13. package/dist/Components/Atoms/Radio/Radio.types.d.ts +10 -0
  14. package/dist/Components/Atoms/Radio/index.d.ts +2 -0
  15. package/dist/Components/Atoms/Typography/Typography.d.ts +1 -1
  16. package/dist/Components/Atoms/Typography/Typography.types.d.ts +3 -16
  17. package/dist/Components/Atoms/index.d.ts +3 -0
  18. package/dist/Components/Molecules/CheckboxCard/CheckboxCard.d.ts +2 -1
  19. package/dist/Components/Molecules/CheckboxCard/CheckboxCard.parts.d.ts +5 -0
  20. package/dist/Components/Molecules/CheckboxCard/CheckboxCard.types.d.ts +20 -1
  21. package/dist/Components/Molecules/CheckboxCard/index.d.ts +2 -0
  22. package/dist/Components/Molecules/CheckboxCard/useCheckboxCard.d.ts +14 -0
  23. package/dist/Components/Molecules/CheckboxList/CheckboxList.d.ts +1 -1
  24. package/dist/Components/Molecules/GridLayout/GridLayout.d.ts +1 -1
  25. package/dist/Components/Molecules/GridLayout/GridLayout.types.d.ts +2 -7
  26. package/dist/Components/Molecules/WithBadge/WithBadge.d.ts +7 -0
  27. package/dist/Components/Molecules/WithBadge/WithBadge.stories.d.ts +6 -0
  28. package/dist/Components/Molecules/WithBadge/index.d.ts +2 -0
  29. package/dist/Components/Molecules/index.d.ts +2 -0
  30. package/dist/config/tailwind.config.js +168 -0
  31. package/dist/index.d.ts +0 -6
  32. package/dist/index.es.js +1 -0
  33. package/dist/index.js +1 -2
  34. package/dist/types/badge.types.d.ts +8 -0
  35. package/dist/types/index.d.ts +1 -0
  36. package/dist/types/radio.types.d.ts +6 -0
  37. package/package.json +10 -4
  38. package/dist/Components/Atoms/Box/Box.js +0 -1
  39. package/dist/Components/Atoms/Box/index.js +0 -1
  40. package/dist/Components/Atoms/Checkbox/Checkbox.js +0 -2
  41. package/dist/Components/Atoms/Checkbox/index.js +0 -1
  42. package/dist/Components/Atoms/ProductIcon/Icons/Bookmark.js +0 -1
  43. package/dist/Components/Atoms/ProductIcon/Icons/BubbleStar.js +0 -1
  44. package/dist/Components/Atoms/ProductIcon/Icons/BubbleStars.js +0 -1
  45. package/dist/Components/Atoms/ProductIcon/Icons/Building.js +0 -1
  46. package/dist/Components/Atoms/ProductIcon/Icons/Calendar.js +0 -1
  47. package/dist/Components/Atoms/ProductIcon/Icons/CardConfirm.js +0 -1
  48. package/dist/Components/Atoms/ProductIcon/Icons/CardWrite.js +0 -1
  49. package/dist/Components/Atoms/ProductIcon/Icons/Congrats.js +0 -1
  50. package/dist/Components/Atoms/ProductIcon/Icons/Credit.js +0 -1
  51. package/dist/Components/Atoms/ProductIcon/Icons/Database.js +0 -1
  52. package/dist/Components/Atoms/ProductIcon/Icons/Design.js +0 -1
  53. package/dist/Components/Atoms/ProductIcon/Icons/Discount.js +0 -1
  54. package/dist/Components/Atoms/ProductIcon/Icons/DocumentCloud.js +0 -1
  55. package/dist/Components/Atoms/ProductIcon/Icons/DocumentSuccess.js +0 -1
  56. package/dist/Components/Atoms/ProductIcon/Icons/Email.js +0 -1
  57. package/dist/Components/Atoms/ProductIcon/Icons/HandShake.js +0 -1
  58. package/dist/Components/Atoms/ProductIcon/Icons/HandThumb.js +0 -1
  59. package/dist/Components/Atoms/ProductIcon/Icons/Idea.js +0 -1
  60. package/dist/Components/Atoms/ProductIcon/Icons/Lock.js +0 -1
  61. package/dist/Components/Atoms/ProductIcon/Icons/Logout.js +0 -1
  62. package/dist/Components/Atoms/ProductIcon/Icons/MemoWrite.js +0 -1
  63. package/dist/Components/Atoms/ProductIcon/Icons/MobileConfirm.js +0 -1
  64. package/dist/Components/Atoms/ProductIcon/Icons/PaperCertify.js +0 -1
  65. package/dist/Components/Atoms/ProductIcon/Icons/PaperClip.js +0 -1
  66. package/dist/Components/Atoms/ProductIcon/Icons/PaperClock.js +0 -1
  67. package/dist/Components/Atoms/ProductIcon/Icons/PaperConfirm.js +0 -1
  68. package/dist/Components/Atoms/ProductIcon/Icons/PaperContract.js +0 -1
  69. package/dist/Components/Atoms/ProductIcon/Icons/PaperHold.js +0 -1
  70. package/dist/Components/Atoms/ProductIcon/Icons/PaperOverlap.js +0 -1
  71. package/dist/Components/Atoms/ProductIcon/Icons/PaperProject.js +0 -1
  72. package/dist/Components/Atoms/ProductIcon/Icons/PaperSecurity.js +0 -1
  73. package/dist/Components/Atoms/ProductIcon/Icons/PersonFreelancer.js +0 -1
  74. package/dist/Components/Atoms/ProductIcon/Icons/PersonOffice.js +0 -1
  75. package/dist/Components/Atoms/ProductIcon/Icons/PersonSmile.js +0 -1
  76. package/dist/Components/Atoms/ProductIcon/Icons/Receipt.js +0 -1
  77. package/dist/Components/Atoms/ProductIcon/Icons/Repair.js +0 -1
  78. package/dist/Components/Atoms/ProductIcon/Icons/Search.js +0 -1
  79. package/dist/Components/Atoms/ProductIcon/Icons/SearchConfirm.js +0 -1
  80. package/dist/Components/Atoms/ProductIcon/Icons/ShieldConfirm.js +0 -1
  81. package/dist/Components/Atoms/ProductIcon/Icons/ShieldWon.js +0 -1
  82. package/dist/Components/Atoms/ProductIcon/Icons/Shopping.js +0 -1
  83. package/dist/Components/Atoms/ProductIcon/Icons/WebDevelopment.js +0 -1
  84. package/dist/Components/Atoms/ProductIcon/Icons/WebDomain.js +0 -1
  85. package/dist/Components/Atoms/ProductIcon/Icons/WebPayment.js +0 -1
  86. package/dist/Components/Atoms/ProductIcon/Icons/WebSecurity.js +0 -1
  87. package/dist/Components/Atoms/ProductIcon/Icons/WidePaperConfirm.js +0 -1
  88. package/dist/Components/Atoms/ProductIcon/Icons/WidePaperPayment.js +0 -1
  89. package/dist/Components/Atoms/ProductIcon/Icons/WidePaperPlan.js +0 -1
  90. package/dist/Components/Atoms/ProductIcon/Icons/WidePaperStructure.js +0 -1
  91. package/dist/Components/Atoms/ProductIcon/ProductIcon.js +0 -1
  92. package/dist/Components/Atoms/ProductIcon/index.js +0 -1
  93. package/dist/Components/Atoms/Typography/Typography.js +0 -2
  94. package/dist/Components/Atoms/Typography/Typography.types.js +0 -1
  95. package/dist/Components/Atoms/Typography/index.js +0 -1
  96. package/dist/Components/Common/DesignSystemProvider.d.ts +0 -3
  97. package/dist/Components/Common/DesignSystemProvider.js +0 -2
  98. package/dist/Components/Common/index.d.ts +0 -1
  99. package/dist/Components/Molecules/CheckboxCard/CheckboxCard.styles.d.ts +0 -26
  100. package/dist/Components/Molecules/CheckboxList/CheckboxList.js +0 -2
  101. package/dist/Components/Molecules/CheckboxList/CheckboxListItem.js +0 -2
  102. package/dist/Components/Molecules/CheckboxList/index.js +0 -1
  103. package/dist/Components/Molecules/GridLayout/GridLayout.js +0 -2
  104. package/dist/Components/Molecules/GridLayout/index.js +0 -1
  105. package/dist/_virtual/_tslib.js +0 -1
  106. package/dist/styles/globals.d.ts +0 -2
  107. package/dist/styles/globals.js +0 -2
  108. package/dist/styles/index.d.ts +0 -1
  109. package/dist/variants/breakpoints.d.ts +0 -13
  110. package/dist/variants/breakpoints.js +0 -1
  111. package/dist/variants/colors.d.ts +0 -114
  112. package/dist/variants/colors.js +0 -1
  113. package/dist/variants/gradients.d.ts +0 -4
  114. package/dist/variants/gradients.js +0 -1
  115. package/dist/variants/index.d.ts +0 -3
  116. package/dist/variants/theme.d.ts +0 -16
  117. package/dist/variants/theme.js +0 -1
  118. package/dist/variants/typographies.d.ts +0 -5
  119. package/dist/variants/typographies.js +0 -1
@@ -0,0 +1,3 @@
1
+ import { BadgeType as BadgeProps } from '../../../types/badge.types';
2
+ declare const Badge: ({ text, className, variant, showZero, disabled, }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Badge;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import Badge from './Badge';
3
+ declare const meta: Meta<typeof Badge>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import Badge from './Badge';
2
+ export default Badge;
@@ -1,6 +1,7 @@
1
- /// <reference types="react" />
2
- declare const Box: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1
+ import { PropsWithChildren } from 'react';
2
+ interface BoxProps extends PropsWithChildren {
3
+ className?: string;
4
+ [key: string]: any;
5
+ }
6
+ declare const Box: <T>({ children, className, ...rest }: BoxProps) => import("react/jsx-runtime").JSX.Element;
6
7
  export default Box;
@@ -0,0 +1,3 @@
1
+ import { ButtonProps } from './Button.types';
2
+ declare const Button: ({ type, ref, disabled, children, className, onClick, size, variant, rounded, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Button;
@@ -0,0 +1,2 @@
1
+ import { ButtonProps } from './Button.types';
2
+ export declare const ButtonContainer: ({ rounded, size, variant, children, className, disabled, onClick, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import Button from '.';
3
+ declare const meta: Meta<typeof Button>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Default: Story;
@@ -0,0 +1,9 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ type ButtonSizeType = 'sm' | 'md' | 'lg';
3
+ type ButtonVariantType = 'default' | 'solid' | 'outlined';
4
+ export interface ButtonProps extends ComponentPropsWithRef<'button'> {
5
+ size?: ButtonSizeType;
6
+ variant?: ButtonVariantType;
7
+ rounded?: boolean;
8
+ }
9
+ export {};
@@ -0,0 +1,2 @@
1
+ import Button from './Button';
2
+ export default Button;
@@ -1,9 +1,13 @@
1
1
  import { ChangeEvent } from 'react';
2
2
  import { CheckboxStatus } from '../../../types';
3
- export interface CheckboxContainerProps extends CheckboxStatus {
3
+ export interface CheckboxButtonProps extends CheckboxStatus {
4
4
  type?: 'box' | 'circle';
5
+ className?: string;
6
+ }
7
+ export interface CheckMarkProps {
8
+ checked: boolean;
5
9
  }
6
- export interface CheckboxProps extends CheckboxContainerProps {
10
+ export interface CheckboxProps extends CheckboxButtonProps {
7
11
  onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
8
12
  className?: string;
9
13
  [key: string]: any;
@@ -0,0 +1,3 @@
1
+ import { RadioProps } from './Radio.types';
2
+ declare const Radio: ({ value, checked, onChange, disabled, isError, isHover, className, ...rest }: RadioProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Radio;
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Radio from './Radio';
3
+ import { RadioProps } from './Radio.types';
4
+ declare const meta: Meta<typeof Radio>;
5
+ export default meta;
6
+ type Story = StoryObj<RadioProps>;
7
+ export declare const Default: Story;
@@ -0,0 +1,10 @@
1
+ import { ChangeEvent } from 'react';
2
+ import { RadioStatus } from '../../../types';
3
+ export interface RadioButtonProps extends RadioStatus {
4
+ className?: string;
5
+ }
6
+ export interface RadioProps extends RadioButtonProps {
7
+ value?: string;
8
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
9
+ [key: string]: any;
10
+ }
@@ -0,0 +1,2 @@
1
+ import Radio from './Radio';
2
+ export default Radio;
@@ -1,3 +1,3 @@
1
1
  import { TypographyProps } from './Typography.types';
2
- declare const Typography: ({ children, variant, align, weight, color, testId, className, ...rest }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const Typography: ({ children, variant, className, ...rest }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default Typography;
@@ -1,20 +1,7 @@
1
- import { ReactNode } from 'react';
2
- import { ThemeColors, TypographyVariants } from '../../..';
3
- export type Aligns = 'left' | 'right' | 'center';
4
- export type Weights = 'bold' | 'medium' | 'regular' | 'light';
5
- export declare enum WeightsEnum {
6
- bold = 700,
7
- medium = 500,
8
- regular = 400,
9
- light = 300
10
- }
11
- export interface TypographyProps {
1
+ import { PropsWithChildren } from 'react';
2
+ export type TypographyVariants = 'title1' | 'title2' | 'title3' | 'subTitle1' | 'subTitle2' | 'body1' | 'body2' | 'body3' | 'caption1' | 'caption2';
3
+ export interface TypographyProps extends PropsWithChildren {
12
4
  variant: TypographyVariants;
13
- children: ReactNode;
14
- weight?: Weights;
15
- align?: Aligns;
16
- color?: ThemeColors;
17
- testId?: string;
18
5
  className?: string;
19
6
  [key: string]: any;
20
7
  }
@@ -1,4 +1,7 @@
1
1
  export { default as Typography } from './Typography';
2
2
  export { default as Checkbox } from './Checkbox';
3
+ export { default as Badge } from './Badge';
3
4
  export { default as Box } from './Box';
4
5
  export { default as ProductIcon } from './ProductIcon';
6
+ export { default as Radio } from './Radio';
7
+ export { default as Button } from './Button';
@@ -1,2 +1,3 @@
1
1
  import { CheckboxCardProps } from './CheckboxCard.types';
2
- export default function CheckboxCard(props: CheckboxCardProps): import("react/jsx-runtime").JSX.Element;
2
+ declare const CheckboxCard: ({ disabled, checked, isError, onChange, isWide, className, iconName, title, description, testId, }: CheckboxCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckboxCard;
@@ -0,0 +1,5 @@
1
+ import { CheckboxCardContainerProps, CheckboxCardIconProps, StyledCheckboxProps, TitleContainerProps } from './CheckboxCard.types';
2
+ export declare const CheckboxCardContainer: ({ children, isWide, checked, isError, isHover, disabled, className, ...rest }: CheckboxCardContainerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const TitleContainer: ({ isWide, children }: TitleContainerProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const StyledCheckbox: ({ isWide, className, ...rest }: StyledCheckboxProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const CheckboxCardIcon: ({ iconName, disabled, }: CheckboxCardIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
- import { ChangeEvent } from 'react';
1
+ import { ChangeEvent, PropsWithChildren, ReactNode } from 'react';
2
2
  import { CheckboxStatus } from '../../../types';
3
3
  import { ProductIconName } from '../../Atoms/ProductIcon/ProductIcon.types';
4
+ import { CheckboxProps } from '../../Atoms/Checkbox/Checkbox.types';
4
5
  export interface CheckboxCardProps extends CheckboxStatus {
5
6
  onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
6
7
  className?: string;
@@ -8,4 +9,22 @@ export interface CheckboxCardProps extends CheckboxStatus {
8
9
  isWide?: boolean;
9
10
  title: string;
10
11
  description?: string;
12
+ testId?: string;
13
+ }
14
+ export interface CheckboxCardContainerProps extends CheckboxStatus {
15
+ isWide?: boolean;
16
+ className?: string;
17
+ children: ReactNode;
18
+ onMouseOver: () => void;
19
+ onMouseOut: () => void;
20
+ }
21
+ export interface CheckboxCardIconProps {
22
+ iconName: ProductIconName;
23
+ disabled: boolean;
24
+ }
25
+ export interface StyledCheckboxProps extends CheckboxProps {
26
+ isWide: boolean;
27
+ }
28
+ export interface TitleContainerProps extends PropsWithChildren {
29
+ isWide: boolean;
11
30
  }
@@ -0,0 +1,2 @@
1
+ import CheckboxCard from './CheckboxCard';
2
+ export default CheckboxCard;
@@ -0,0 +1,14 @@
1
+ import { ChangeEvent } from 'react';
2
+ interface useCheckboxCardProps {
3
+ checked: boolean;
4
+ disabled: boolean;
5
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
6
+ }
7
+ declare const useCheckboxCard: ({ checked, disabled, onChange, }: useCheckboxCardProps) => {
8
+ isHover: boolean;
9
+ isChecked: boolean;
10
+ handleChange: (e: ChangeEvent<HTMLInputElement>) => void;
11
+ hoverListItemContainer: () => void;
12
+ unhoverListItemContainer: () => void;
13
+ };
14
+ export default useCheckboxCard;
@@ -1,3 +1,3 @@
1
1
  import { CheckboxListProps } from './CheckboxList.types';
2
- declare const CheckboxList: ({ data, className, ...rest }: CheckboxListProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const CheckboxList: ({ data, className, testId }: CheckboxListProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default CheckboxList;
@@ -1,3 +1,3 @@
1
1
  import { GridLayoutProps } from './GridLayout.types';
2
- declare const GridLayout: ({ children, className, gridTemplateAreas, ...rest }: GridLayoutProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const GridLayout: ({ children, gridTemplateAreaClass, testId, }: GridLayoutProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default GridLayout;
@@ -1,10 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  export interface GridLayoutProps extends PropsWithChildren {
3
- gridTemplateAreas?: {
4
- mobile: string;
5
- tablet: string;
6
- desktop: string;
7
- };
8
- className?: string;
9
- [key: string]: any;
3
+ gridTemplateAreaClass?: string;
4
+ testId?: string;
10
5
  }
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ import { BadgeType } from '../../../types/badge.types';
3
+ interface WithBadgeProps extends BadgeType {
4
+ children: ReactNode;
5
+ }
6
+ declare const WithBadge: ({ text, children, className, variant, showZero, disabled, }: WithBadgeProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default WithBadge;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import WithBadge from './WithBadge';
3
+ declare const meta: Meta<typeof WithBadge>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import WithBadge from './WithBadge';
2
+ export default WithBadge;
@@ -1,2 +1,4 @@
1
+ export { default as WithBadge } from './WithBadge';
1
2
  export { default as GridLayout } from './GridLayout';
2
3
  export { default as CheckboxList } from './CheckboxList';
4
+ export { default as CheckboxCard } from './CheckboxCard';
@@ -0,0 +1,168 @@
1
+ /** @type {import('tailwindcss').Config} */
2
+
3
+ module.exports = {
4
+ content: [
5
+ './src/app/**/*.{js,ts,jsx,tsx,mdx}',
6
+ './src/Components/**/*.{js,ts,jsx,tsx,mdx}',
7
+ './src/styles/**/*.{js,ts,jsx,tsx,mdx}',
8
+ ],
9
+ theme: {
10
+ screens: {
11
+ 'mobile': '360px',
12
+ 'tablet': '720px',
13
+ 'desktop': '980px',
14
+ },
15
+ extend: {
16
+ gridAutoColumns: {
17
+ '1fr': '1fr',
18
+ },
19
+ spacing: {
20
+ 'container':'1200px',
21
+ },
22
+ colors: {
23
+ 'w-cyan-10': '#F2FCFF',
24
+ 'w-cyan-50': '#E8FAFF',
25
+ 'w-cyan-100': '#BFEDFA',
26
+ 'w-cyan-200': '#ABE3F2',
27
+ 'w-cyan-300': '#80C7DE',
28
+ 'w-cyan-400': '#5DB6D4',
29
+ 'w-cyan-500': '#3BA3C7',
30
+ 'w-cyan-600': '#369CC2',
31
+ 'w-cyan-700': '#3391BA',
32
+ 'w-cyan-800': '#308AB3',
33
+ 'w-cyan-900': '#2E82AB',
34
+ 'w-indigo-10': '#F5F9FF',
35
+ 'w-indigo-50': '#E3EDFA',
36
+ 'w-indigo-100': '#CCDBED',
37
+ 'w-indigo-200': '#A6BFDE',
38
+ 'w-indigo-300': '#7DA3CC',
39
+ 'w-indigo-400': '#5487BA',
40
+ 'w-indigo-500': '#2E6BAA',
41
+ 'w-indigo-600': '#26619E',
42
+ 'w-indigo-700': '#1F578C',
43
+ 'w-indigo-800': '#1A4D80',
44
+ 'w-indigo-900': '#144570',
45
+ 'w-red-10': '#FFF5F5',
46
+ 'w-red-50': '#FFE8E8',
47
+ 'w-red-100': '#FFC9C9',
48
+ 'w-red-200': '#ED9191',
49
+ 'w-red-300': '#ED6666',
50
+ 'w-red-400': '#EB3F3F',
51
+ 'w-red-500': '#E52929',
52
+ 'w-red-600': '#DB2121',
53
+ 'w-red-700': '#D11519',
54
+ 'w-red-800': '#C70006',
55
+ 'w-red-900': '#BF0006',
56
+ 'w-orange-10': '#FFF9F5',
57
+ 'w-orange-50': '#FFF0E8',
58
+ 'w-orange-100': '#FFD6BF',
59
+ 'w-orange-200': '#FFBB99',
60
+ 'w-orange-300': '#FFA070',
61
+ 'w-orange-400': '#FF8547',
62
+ 'w-orange-500': '#FF6B21',
63
+ 'w-orange-600': '#F4611D',
64
+ 'w-orange-700': '#E65918',
65
+ 'w-orange-800': '#DB5314',
66
+ 'w-orange-900': '#D14B0F',
67
+ 'w-yellow-10': '#FFFDF5',
68
+ 'w-yellow-50': '#FFF9E0',
69
+ 'w-yellow-100': '#FFEEB8',
70
+ 'w-yellow-200': '#FFE491',
71
+ 'w-yellow-300': '#FFDA6A',
72
+ 'w-yellow-400': '#FFD043',
73
+ 'w-yellow-500': '#FFC61C',
74
+ 'w-yellow-600': '#FFB012',
75
+ 'w-yellow-700': '#F79E0F',
76
+ 'w-yellow-800': '#F79205',
77
+ 'w-yellow-900': '#F28A05',
78
+ 'w-green-10': '#F5FFFC',
79
+ 'w-green-50': '#EBFFF9',
80
+ 'w-green-100': '#C4EDE1',
81
+ 'w-green-200': '#93DBC6',
82
+ 'w-green-300': '#63C9AB',
83
+ 'w-green-400': '#30B891',
84
+ 'w-green-500': '#00A878',
85
+ 'w-green-600': '#009C6F',
86
+ 'w-green-700': '#009168',
87
+ 'w-green-800': '#008761',
88
+ 'w-green-900': '#007D59',
89
+ 'w-bluegray-10': '#F7FAFC',
90
+ 'w-bluegray-50': '#E6EBF0',
91
+ 'w-bluegray-100': '#CCD1D6',
92
+ 'w-bluegray-200': '#A1A6AD',
93
+ 'w-bluegray-300': '#787D85',
94
+ 'w-bluegray-400': '#4D525C',
95
+ 'w-bluegray-500': '#383D47',
96
+ 'w-bluegray-600': '#242933',
97
+ 'w-bluegray-700': '#1C2029',
98
+ 'w-bluegray-800': '#14171F',
99
+ 'w-bluegray-900': '#0D0F14',
100
+ 'w-gray-10': '#FAFAFA',
101
+ 'w-gray-50': '#F5F5F5',
102
+ 'w-gray-100': '#EEEEEE',
103
+ 'w-gray-200': '#E0E0E0',
104
+ 'w-gray-300': '#BDBDBD',
105
+ 'w-gray-400': '#9E9E9E',
106
+ 'w-gray-500': '#757575',
107
+ 'w-gray-600': '#616161',
108
+ 'w-gray-700': '#424242',
109
+ 'w-gray-800': '#313131',
110
+ 'w-gray-900': '#212121',
111
+ 'w-violet-10': '#FAF6FF',
112
+ 'w-violet-50': '#F2E8FC',
113
+ 'w-violet-100': '#D6C1FA',
114
+ 'w-violet-200': '#BB98F7',
115
+ 'w-violet-300': '#9E6BF5',
116
+ 'w-violet-400': '#8646F2',
117
+ 'w-violet-500': '#6B16EE',
118
+ 'w-violet-600': '#5A00DB',
119
+ 'w-violet-700': '#400EC0',
120
+ 'w-violet-800': '#3200AC',
121
+ 'w-violet-900': '#110394',
122
+ 'w-black': '#000000',
123
+ 'w-white': '#ffffff',
124
+ 'w-primary': '#3BA3C7',
125
+ 'w-secondary': '#2E6BAA',
126
+ 'y-primary': '#6B16EE',
127
+ },
128
+ backgroundImage: {
129
+ 'gradient-cyan-0': "linear-gradient(0deg, #5db6d4 0%, #369cc2 100%)",
130
+ 'gradient-violet-0': "linear-gradient(0deg, #8e2de2 0%, #5a00db 100%)",
131
+ 'gradient-indigo-0': "linear-gradient(0deg, #5487ba 0%, #26619e 100%)",
132
+ 'gradient-cyan-30': "linear-gradient(30deg, #5db6d4 0%, #369cc2 100%)",
133
+ 'gradient-violet-30': "linear-gradient(30deg, #8e2de2 0%, #5a00db 100%)",
134
+ 'gradient-indigo-30': "linear-gradient(30deg, #5487ba 0%, #26619e 100%)",
135
+ 'gradient-cyan-45': "linear-gradient(45deg, #5db6d4 0%, #369cc2 100%)",
136
+ 'gradient-violet-45': "linear-gradient(45deg, #8e2de2 0%, #5a00db 100%)",
137
+ 'gradient-indigo-45': "linear-gradient(45deg, #5487ba 0%, #26619e 100%)",
138
+ 'gradient-cyan-60': "linear-gradient(60deg, #5db6d4 0%, #369cc2 100%)",
139
+ 'gradient-violet-60': "linear-gradient(60deg, #8e2de2 0%, #5a00db 100%)",
140
+ 'gradient-indigo-60': "linear-gradient(60deg, #5487ba 0%, #26619e 100%)",
141
+ 'gradient-cyan-90': "linear-gradient(90deg, #5db6d4 0%, #369cc2 100%)",
142
+ 'gradient-violet-90': "linear-gradient(90deg, #8e2de2 0%, #5a00db 100%)",
143
+ 'gradient-indigo-90': "linear-gradient(90deg, #5487ba 0%, #26619e 100%)",
144
+ },
145
+ gridTemplateAreas: {
146
+ 'default-mobile': ['content content content content'],
147
+ 'default-tablet': [
148
+ 'content content content content content content content content',
149
+ ],
150
+ 'default-desktop': [
151
+ 'content content content content content content content content content content content content',
152
+ ],
153
+ 'checkbox-list-item-container':['checkbox label',' . description']
154
+ },
155
+ gridTemplateRows: {
156
+ 'checkbox-list-item-container': 'min-content min-content',
157
+ },
158
+ gridTemplateColumns: {
159
+ 'checkbox-list-item-container': '18px min-content',
160
+ },
161
+ },
162
+ },
163
+ plugins: [require('@savvywombat/tailwindcss-grid-areas')],
164
+ variants: {
165
+ gridTemplateAreas: ['responsive'],
166
+ },
167
+ }
168
+
package/dist/index.d.ts CHANGED
@@ -1,8 +1,2 @@
1
1
  export * from './Components/Atoms';
2
2
  export * from './Components/Molecules';
3
- export * from './Components/Common';
4
- export * from './styles';
5
- export * from './variants';
6
- export { css, keyframes, useTheme } from '@emotion/react';
7
- export type { Theme } from '@emotion/react';
8
- export { default as styled } from '@emotion/styled';