analytica-frontend-lib 1.0.66 → 1.0.67
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/Card/index.js +20 -30
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +20 -30
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Menu/index.js +1 -1
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.mjs +1 -1
- package/dist/Menu/index.mjs.map +1 -1
- package/dist/index.css +0 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +21 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -31
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -4
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1333,10 +1333,6 @@
|
|
|
1333
1333
|
border-bottom-style: var(--tw-border-style);
|
|
1334
1334
|
border-bottom-width: 2px;
|
|
1335
1335
|
}
|
|
1336
|
-
.border-b-4 {
|
|
1337
|
-
border-bottom-style: var(--tw-border-style);
|
|
1338
|
-
border-bottom-width: 4px;
|
|
1339
|
-
}
|
|
1340
1336
|
.border-none {
|
|
1341
1337
|
--tw-border-style: none;
|
|
1342
1338
|
border-style: none;
|