@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.es.js +66 -81
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -16
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -16
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -110,29 +110,14 @@ const ButtonComp = styled.button`
|
|
|
110
110
|
//sizes
|
|
111
111
|
&.sm{
|
|
112
112
|
padding: 8px 16px;
|
|
113
|
-
font-size: 14px;
|
|
114
|
-
height: 33px;
|
|
115
|
-
line-height: 17px;
|
|
116
|
-
font-family: 'Circular Book Medium', sans-serif;
|
|
117
|
-
font-weight: 500;
|
|
118
113
|
}
|
|
119
114
|
|
|
120
115
|
&.md{
|
|
121
116
|
padding: 12px 18px;
|
|
122
|
-
font-size: 16px;
|
|
123
|
-
height: 43px;
|
|
124
|
-
line-height: 19px;
|
|
125
|
-
font-family: 'Circular Book Medium', sans-serif;
|
|
126
|
-
font-weight: 500;
|
|
127
117
|
}
|
|
128
118
|
|
|
129
119
|
&.lg{
|
|
130
120
|
padding: 14px 20px;
|
|
131
|
-
font-size: 18px;
|
|
132
|
-
height: 50px;
|
|
133
|
-
line-height: 21.6px;
|
|
134
|
-
font-family: 'Circular Book Medium', sans-serif;
|
|
135
|
-
font-weight: 500;
|
|
136
121
|
}
|
|
137
122
|
|
|
138
123
|
//colors
|
|
@@ -234,7 +219,7 @@ const Button$1 = (props) => {
|
|
|
234
219
|
}
|
|
235
220
|
},[width]);
|
|
236
221
|
|
|
237
|
-
return React$1.createElement(ButtonComp, { className: `${variant} ${size}`, disabled: disabled, ...props, style: {width:btnWidth}, __self: undefined, __source: {fileName: _jsxFileName$19, lineNumber: 22}}, children)
|
|
222
|
+
return React$1.createElement(ButtonComp, { className: `${variant} ${size} paragraph1Medium`, disabled: disabled, ...props, style: {width:btnWidth}, __self: undefined, __source: {fileName: _jsxFileName$19, lineNumber: 22}}, children)
|
|
238
223
|
};
|
|
239
224
|
|
|
240
225
|
const Container$d = styled.div`
|