kwant-ui 3.16.0 → 3.16.1
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 +0 -3
- package/dist/index.js +0 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3819,9 +3819,6 @@ import{jsx as e,jsxs as t}from"react/jsx-runtime";import c,{css as r,createGloba
|
|
|
3819
3819
|
line-height: 20px;
|
|
3820
3820
|
text-decoration-line: underline;
|
|
3821
3821
|
`,n`
|
|
3822
|
-
/** poppins font-family CDN */
|
|
3823
|
-
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
|
|
3824
|
-
|
|
3825
3822
|
*{
|
|
3826
3823
|
margin: 0;
|
|
3827
3824
|
padding: 0;
|
package/dist/index.js
CHANGED
|
@@ -3819,9 +3819,6 @@
|
|
|
3819
3819
|
line-height: 20px;
|
|
3820
3820
|
text-decoration-line: underline;
|
|
3821
3821
|
`,t.createGlobalStyle`
|
|
3822
|
-
/** poppins font-family CDN */
|
|
3823
|
-
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
|
|
3824
|
-
|
|
3825
3822
|
*{
|
|
3826
3823
|
margin: 0;
|
|
3827
3824
|
padding: 0;
|
package/dist/package.json
CHANGED