cynx-ui 1.3.19 → 1.3.20

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.
@@ -80,10 +80,10 @@ const VARIANTS = {
80
80
  };
81
81
 
82
82
  const SIZES = {
83
- xs: { padding: '4px 8px', fontSize: 12, height: 32 },
84
- sm: { padding: '4px 8px', fontSize: 12, height: 32 },
85
- md: { padding: '8px 16px', fontSize: 13, height: 32 },
86
- lg: { padding: '10px 20px', fontSize: 14, height: 32 },
83
+ xs: { padding: '0 6px', fontSize: 11, height: 24 },
84
+ sm: { padding: '0 8px', fontSize: 11.5, height: 28 },
85
+ md: { padding: '0 14px', fontSize: 13, height: 32 },
86
+ lg: { padding: '0 18px', fontSize: 14, height: 36 },
87
87
  };
88
88
 
89
89
  export default function Button({
@@ -1,10 +1,10 @@
1
1
  import { useRef, useState } from 'react';
2
2
 
3
3
  const SIZES = {
4
- xs: { height: 32, fontSize: 11, paddingH: 8 },
5
- sm: { height: 32, fontSize: 12, paddingH: 9 },
4
+ xs: { height: 24, fontSize: 11, paddingH: 6 },
5
+ sm: { height: 28, fontSize: 11.5, paddingH: 8 },
6
6
  md: { height: 32, fontSize: 13, paddingH: 11 },
7
- lg: { height: 32, fontSize: 14, paddingH: 14 },
7
+ lg: { height: 36, fontSize: 14, paddingH: 14 },
8
8
  };
9
9
 
10
10
  export default function Input({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cynx-ui",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js"