analytica-frontend-lib 1.0.81 → 1.0.82
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/Accordation/index.js +74 -128
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +74 -128
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.d.mts +0 -3
- package/dist/Card/index.d.ts +0 -3
- package/dist/Card/index.js +74 -128
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +74 -128
- package/dist/Card/index.mjs.map +1 -1
- package/dist/index.css +0 -6
- package/dist/index.css.map +1 -1
- package/dist/index.js +74 -128
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +74 -128
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -6
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -526,9 +526,6 @@
|
|
|
526
526
|
.right-\[10px\] {
|
|
527
527
|
right: 10px;
|
|
528
528
|
}
|
|
529
|
-
.bottom-0 {
|
|
530
|
-
bottom: calc(var(--spacing) * 0);
|
|
531
|
-
}
|
|
532
529
|
.bottom-4 {
|
|
533
530
|
bottom: calc(var(--spacing) * 4);
|
|
534
531
|
}
|
|
@@ -541,9 +538,6 @@
|
|
|
541
538
|
.left-1\/2 {
|
|
542
539
|
left: calc(1/2 * 100%);
|
|
543
540
|
}
|
|
544
|
-
.left-2 {
|
|
545
|
-
left: calc(var(--spacing) * 2);
|
|
546
|
-
}
|
|
547
541
|
.left-3 {
|
|
548
542
|
left: calc(var(--spacing) * 3);
|
|
549
543
|
}
|