@secondstaxorg/sscomp 1.7.39 → 1.7.41

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.
package/dist/index.min.js CHANGED
@@ -18,29 +18,14 @@
18
18
  //sizes
19
19
  &.sm{
20
20
  padding: 8px 16px;
21
- font-size: 14px;
22
- height: 33px;
23
- line-height: 17px;
24
- font-family: 'Circular Book Medium', sans-serif;
25
- font-weight: 500;
26
21
  }
27
22
 
28
23
  &.md{
29
24
  padding: 12px 18px;
30
- font-size: 16px;
31
- height: 43px;
32
- line-height: 19px;
33
- font-family: 'Circular Book Medium', sans-serif;
34
- font-weight: 500;
35
25
  }
36
26
 
37
27
  &.lg{
38
28
  padding: 14px 20px;
39
- font-size: 18px;
40
- height: 50px;
41
- line-height: 21.6px;
42
- font-family: 'Circular Book Medium', sans-serif;
43
- font-weight: 500;
44
29
  }
45
30
 
46
31
  //colors
@@ -122,7 +107,7 @@
122
107
  color: ${n["primary-500"]};
123
108
  background: none;
124
109
  }
125
- `,l=t=>{const{variant:i,size:r,disabled:n,children:l,width:a}=t,[s,c]=e.useState("100%");return e.useEffect((()=>{"number"==typeof a?c(a):"full"===a?c("100%"):"fit-content"===a&&c("fit-content")}),[a]),e.createElement(o,{className:`${i} ${r}`,disabled:n,...t,style:{width:s},__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Button\\Button.tsx",lineNumber:22}},l)},a=t.div`
110
+ `,l=t=>{const{variant:i,size:r,disabled:n,children:l,width:a}=t,[s,c]=e.useState("100%");return e.useEffect((()=>{"number"==typeof a?c(a):"full"===a?c("100%"):"fit-content"===a&&c("fit-content")}),[a]),e.createElement(o,{className:`${i} ${r} paragraph1Medium`,disabled:n,...t,style:{width:s},__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Button\\Button.tsx",lineNumber:22}},l)},a=t.div`
126
111
  display: flex;
127
112
  flex-direction: column;
128
113
  justify-content: center;