analytica-frontend-lib 1.1.22 → 1.1.23
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/NotificationCard/index.d.mts +104 -0
- package/dist/NotificationCard/index.d.ts +104 -0
- package/dist/NotificationCard/index.js +799 -0
- package/dist/NotificationCard/index.js.map +1 -0
- package/dist/NotificationCard/index.mjs +786 -0
- package/dist/NotificationCard/index.mjs.map +1 -0
- package/dist/index.css +22 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +197 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +196 -0
- package/dist/index.mjs.map +1 -1
- package/dist/no-notification-result-7Y3ACV6V.png +0 -0
- package/dist/styles.css +22 -0
- package/dist/styles.css.map +1 -1
- package/package.json +2 -1
|
Binary file
|
package/dist/styles.css
CHANGED
|
@@ -832,6 +832,9 @@
|
|
|
832
832
|
.h-\[1em\] {
|
|
833
833
|
height: 1em;
|
|
834
834
|
}
|
|
835
|
+
.h-\[7px\] {
|
|
836
|
+
height: 7px;
|
|
837
|
+
}
|
|
835
838
|
.h-\[18px\] {
|
|
836
839
|
height: 18px;
|
|
837
840
|
}
|
|
@@ -1000,6 +1003,9 @@
|
|
|
1000
1003
|
.w-\[1em\] {
|
|
1001
1004
|
width: 1em;
|
|
1002
1005
|
}
|
|
1006
|
+
.w-\[7px\] {
|
|
1007
|
+
width: 7px;
|
|
1008
|
+
}
|
|
1003
1009
|
.w-\[18px\] {
|
|
1004
1010
|
width: 18px;
|
|
1005
1011
|
}
|
|
@@ -1085,6 +1091,9 @@
|
|
|
1085
1091
|
.max-w-\[266px\] {
|
|
1086
1092
|
max-width: 266px;
|
|
1087
1093
|
}
|
|
1094
|
+
.max-w-\[316px\] {
|
|
1095
|
+
max-width: 316px;
|
|
1096
|
+
}
|
|
1088
1097
|
.max-w-\[324px\] {
|
|
1089
1098
|
max-width: 324px;
|
|
1090
1099
|
}
|
|
@@ -1172,6 +1181,9 @@
|
|
|
1172
1181
|
.min-w-\[140px\] {
|
|
1173
1182
|
min-width: 140px;
|
|
1174
1183
|
}
|
|
1184
|
+
.min-w-\[160px\] {
|
|
1185
|
+
min-width: 160px;
|
|
1186
|
+
}
|
|
1175
1187
|
.min-w-\[210px\] {
|
|
1176
1188
|
min-width: 210px;
|
|
1177
1189
|
}
|
|
@@ -2905,6 +2917,10 @@
|
|
|
2905
2917
|
--tw-leading: 21px;
|
|
2906
2918
|
line-height: 21px;
|
|
2907
2919
|
}
|
|
2920
|
+
.leading-\[23px\] {
|
|
2921
|
+
--tw-leading: 23px;
|
|
2922
|
+
line-height: 23px;
|
|
2923
|
+
}
|
|
2908
2924
|
.leading-\[150\%\] {
|
|
2909
2925
|
--tw-leading: 150%;
|
|
2910
2926
|
line-height: 150%;
|
|
@@ -3808,6 +3824,12 @@
|
|
|
3808
3824
|
color: var(--color-text-600);
|
|
3809
3825
|
}
|
|
3810
3826
|
}
|
|
3827
|
+
.last\:border-b-0 {
|
|
3828
|
+
&:last-child {
|
|
3829
|
+
border-bottom-style: var(--tw-border-style);
|
|
3830
|
+
border-bottom-width: 0px;
|
|
3831
|
+
}
|
|
3832
|
+
}
|
|
3811
3833
|
.hover\:border-background-50 {
|
|
3812
3834
|
&:hover {
|
|
3813
3835
|
@media (hover: hover) {
|