@wishket/design-system 1.13.2 → 1.13.3

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.
@@ -103,9 +103,9 @@ const ButtonContainer = (_param)=>{
103
103
  "onClick"
104
104
  ]);
105
105
  const generateSize = ()=>{
106
- if (size === 'sm') return 'h-[36px] text-sm leading-6 gap-x-1';
107
- if (size === 'lg') return 'h-[60px] text-[20px] leading-[30px] gap-x-2';
108
- return 'h-[50px] text-base leading-[26px] gap-x-1.5';
106
+ if (size === 'sm') return 'h-[36px] typo-body2 gap-x-1';
107
+ if (size === 'lg') return 'h-[60px] typo-subTitle1 gap-x-2';
108
+ return 'h-[50px] typo-body1 gap-x-1.5';
109
109
  };
110
110
  const generatePadding = ()=>{
111
111
  const isSolid = variant === 'solid';
@@ -105,9 +105,9 @@ const ButtonContainer = (_param)=>{
105
105
  "onClick"
106
106
  ]);
107
107
  const generateSize = ()=>{
108
- if (size === 'sm') return 'h-[36px] text-sm leading-6 gap-x-1';
109
- if (size === 'lg') return 'h-[60px] text-[20px] leading-[30px] gap-x-2';
110
- return 'h-[50px] text-base leading-[26px] gap-x-1.5';
108
+ if (size === 'sm') return 'h-[36px] typo-body2 gap-x-1';
109
+ if (size === 'lg') return 'h-[60px] typo-subTitle1 gap-x-2';
110
+ return 'h-[50px] typo-body1 gap-x-1.5';
111
111
  };
112
112
  const generatePadding = ()=>{
113
113
  const isSolid = variant === 'solid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishket/design-system",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "type": "module",
5
5
  "description": "Wishket Design System",
6
6
  "main": "dist/index.js",