analytica-frontend-lib 1.0.71 → 1.0.72
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.css +0 -84
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -160
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -159
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -84
- package/dist/styles.css.map +1 -1
- package/package.json +1 -2
- package/dist/Tab/index.d.mts +0 -37
- package/dist/Tab/index.d.ts +0 -37
- package/dist/Tab/index.js +0 -182
- package/dist/Tab/index.js.map +0 -1
- package/dist/Tab/index.mjs +0 -161
- package/dist/Tab/index.mjs.map +0 -1
package/dist/index.css
CHANGED
|
@@ -524,9 +524,6 @@
|
|
|
524
524
|
.right-\[10px\] {
|
|
525
525
|
right: 10px;
|
|
526
526
|
}
|
|
527
|
-
.bottom-0 {
|
|
528
|
-
bottom: calc(var(--spacing) * 0);
|
|
529
|
-
}
|
|
530
527
|
.bottom-4 {
|
|
531
528
|
bottom: calc(var(--spacing) * 4);
|
|
532
529
|
}
|
|
@@ -539,27 +536,18 @@
|
|
|
539
536
|
.left-1\/2 {
|
|
540
537
|
left: calc(1/2 * 100%);
|
|
541
538
|
}
|
|
542
|
-
.left-2 {
|
|
543
|
-
left: calc(var(--spacing) * 2);
|
|
544
|
-
}
|
|
545
539
|
.left-3 {
|
|
546
540
|
left: calc(var(--spacing) * 3);
|
|
547
541
|
}
|
|
548
542
|
.left-4 {
|
|
549
543
|
left: calc(var(--spacing) * 4);
|
|
550
544
|
}
|
|
551
|
-
.isolate {
|
|
552
|
-
isolation: isolate;
|
|
553
|
-
}
|
|
554
545
|
.z-10 {
|
|
555
546
|
z-index: 10;
|
|
556
547
|
}
|
|
557
548
|
.z-50 {
|
|
558
549
|
z-index: 50;
|
|
559
550
|
}
|
|
560
|
-
.z-\[2\] {
|
|
561
|
-
z-index: 2;
|
|
562
|
-
}
|
|
563
551
|
.container {
|
|
564
552
|
width: 100%;
|
|
565
553
|
@media (width >= 40rem) {
|
|
@@ -856,9 +844,6 @@
|
|
|
856
844
|
.min-h-\[80px\] {
|
|
857
845
|
min-height: 80px;
|
|
858
846
|
}
|
|
859
|
-
.min-h-\[200px\] {
|
|
860
|
-
min-height: 200px;
|
|
861
|
-
}
|
|
862
847
|
.min-h-\[300px\] {
|
|
863
848
|
min-height: 300px;
|
|
864
849
|
}
|
|
@@ -925,24 +910,12 @@
|
|
|
925
910
|
.w-\[58px\] {
|
|
926
911
|
width: 58px;
|
|
927
912
|
}
|
|
928
|
-
.w-\[70px\] {
|
|
929
|
-
width: 70px;
|
|
930
|
-
}
|
|
931
|
-
.w-\[80px\] {
|
|
932
|
-
width: 80px;
|
|
933
|
-
}
|
|
934
913
|
.w-\[90px\] {
|
|
935
914
|
width: 90px;
|
|
936
915
|
}
|
|
937
|
-
.w-\[100px\] {
|
|
938
|
-
width: 100px;
|
|
939
|
-
}
|
|
940
916
|
.w-\[110px\] {
|
|
941
917
|
width: 110px;
|
|
942
918
|
}
|
|
943
|
-
.w-\[115px\] {
|
|
944
|
-
width: 115px;
|
|
945
|
-
}
|
|
946
919
|
.w-\[131px\] {
|
|
947
920
|
width: 131px;
|
|
948
921
|
}
|
|
@@ -955,9 +928,6 @@
|
|
|
955
928
|
.w-\[200px\] {
|
|
956
929
|
width: 200px;
|
|
957
930
|
}
|
|
958
|
-
.w-\[240px\] {
|
|
959
|
-
width: 240px;
|
|
960
|
-
}
|
|
961
931
|
.w-\[320px\] {
|
|
962
932
|
width: 320px;
|
|
963
933
|
}
|
|
@@ -1442,10 +1412,6 @@
|
|
|
1442
1412
|
border-left-style: var(--tw-border-style);
|
|
1443
1413
|
border-left-width: 4px;
|
|
1444
1414
|
}
|
|
1445
|
-
.border-dashed {
|
|
1446
|
-
--tw-border-style: dashed;
|
|
1447
|
-
border-style: dashed;
|
|
1448
|
-
}
|
|
1449
1415
|
.border-none {
|
|
1450
1416
|
--tw-border-style: none;
|
|
1451
1417
|
border-style: none;
|
|
@@ -2636,10 +2602,6 @@
|
|
|
2636
2602
|
--tw-font-weight: var(--font-weight-semibold);
|
|
2637
2603
|
font-weight: var(--font-weight-semibold);
|
|
2638
2604
|
}
|
|
2639
|
-
.tracking-\[0\.2px\] {
|
|
2640
|
-
--tw-tracking: 0.2px;
|
|
2641
|
-
letter-spacing: 0.2px;
|
|
2642
|
-
}
|
|
2643
2605
|
.tracking-normal {
|
|
2644
2606
|
--tw-tracking: var(--tracking-normal);
|
|
2645
2607
|
letter-spacing: var(--tracking-normal);
|
|
@@ -7560,11 +7522,6 @@
|
|
|
7560
7522
|
--tw-ring-color: var(--color-indicator-info);
|
|
7561
7523
|
}
|
|
7562
7524
|
}
|
|
7563
|
-
.focus-visible\:ring-primary-500 {
|
|
7564
|
-
&:focus-visible {
|
|
7565
|
-
--tw-ring-color: var(--color-primary-500);
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
7525
|
.focus-visible\:ring-primary-600 {
|
|
7569
7526
|
&:focus-visible {
|
|
7570
7527
|
--tw-ring-color: var(--color-primary-600);
|
|
@@ -7576,12 +7533,6 @@
|
|
|
7576
7533
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
7577
7534
|
}
|
|
7578
7535
|
}
|
|
7579
|
-
.focus-visible\:ring-offset-2 {
|
|
7580
|
-
&:focus-visible {
|
|
7581
|
-
--tw-ring-offset-width: 2px;
|
|
7582
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
7583
|
-
}
|
|
7584
|
-
}
|
|
7585
7536
|
.focus-visible\:outline-none {
|
|
7586
7537
|
&:focus-visible {
|
|
7587
7538
|
--tw-outline-style: none;
|
|
@@ -7721,16 +7672,6 @@
|
|
|
7721
7672
|
opacity: 50%;
|
|
7722
7673
|
}
|
|
7723
7674
|
}
|
|
7724
|
-
.sm\:hidden {
|
|
7725
|
-
@media (width >= 40rem) {
|
|
7726
|
-
display: none;
|
|
7727
|
-
}
|
|
7728
|
-
}
|
|
7729
|
-
.sm\:inline {
|
|
7730
|
-
@media (width >= 40rem) {
|
|
7731
|
-
display: inline;
|
|
7732
|
-
}
|
|
7733
|
-
}
|
|
7734
7675
|
.sm\:h-3 {
|
|
7735
7676
|
@media (width >= 40rem) {
|
|
7736
7677
|
height: calc(var(--spacing) * 3);
|
|
@@ -7756,31 +7697,6 @@
|
|
|
7756
7697
|
width: calc(var(--spacing) * 5);
|
|
7757
7698
|
}
|
|
7758
7699
|
}
|
|
7759
|
-
.sm\:w-\[120px\] {
|
|
7760
|
-
@media (width >= 40rem) {
|
|
7761
|
-
width: 120px;
|
|
7762
|
-
}
|
|
7763
|
-
}
|
|
7764
|
-
.sm\:w-\[140px\] {
|
|
7765
|
-
@media (width >= 40rem) {
|
|
7766
|
-
width: 140px;
|
|
7767
|
-
}
|
|
7768
|
-
}
|
|
7769
|
-
.sm\:w-\[160px\] {
|
|
7770
|
-
@media (width >= 40rem) {
|
|
7771
|
-
width: 160px;
|
|
7772
|
-
}
|
|
7773
|
-
}
|
|
7774
|
-
.sm\:w-\[204px\] {
|
|
7775
|
-
@media (width >= 40rem) {
|
|
7776
|
-
width: 204px;
|
|
7777
|
-
}
|
|
7778
|
-
}
|
|
7779
|
-
.sm\:w-\[416px\] {
|
|
7780
|
-
@media (width >= 40rem) {
|
|
7781
|
-
width: 416px;
|
|
7782
|
-
}
|
|
7783
|
-
}
|
|
7784
7700
|
.sm\:w-auto {
|
|
7785
7701
|
@media (width >= 40rem) {
|
|
7786
7702
|
width: auto;
|