kwant-ui 3.38.1-dev.12 → 3.38.1-dev.13
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -807,7 +807,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
807
807
|
display: flex;
|
|
808
808
|
align-items: center;
|
|
809
809
|
justify-content: center;
|
|
810
|
-
padding: ${e=>
|
|
810
|
+
padding: ${e=>"mini"===e.variant?"10px 12px":"12px 12px"};
|
|
811
811
|
max-height: ${e=>"mini"===e.variant?"40px":"48px"};
|
|
812
812
|
border: 1px solid ${e=>e.theme.grey.grey20};
|
|
813
813
|
border-radius: 8px;
|
package/dist/index.js
CHANGED
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
display: flex;
|
|
808
808
|
align-items: center;
|
|
809
809
|
justify-content: center;
|
|
810
|
-
padding: ${e=>
|
|
810
|
+
padding: ${e=>"mini"===e.variant?"10px 12px":"12px 12px"};
|
|
811
811
|
max-height: ${e=>"mini"===e.variant?"40px":"48px"};
|
|
812
812
|
border: 1px solid ${e=>e.theme.grey.grey20};
|
|
813
813
|
border-radius: 8px;
|
package/dist/package.json
CHANGED