analytica-frontend-lib 1.1.26 → 1.1.28
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/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/NotificationCard/index.js +1 -20
- package/dist/NotificationCard/index.js.map +1 -1
- package/dist/NotificationCard/index.mjs +1 -20
- package/dist/NotificationCard/index.mjs.map +1 -1
- package/dist/index.css +0 -10
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -23
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -10
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
- package/dist/no-notification-result-7Y3ACV6V.png +0 -0
package/dist/styles.css
CHANGED
|
@@ -695,9 +695,6 @@
|
|
|
695
695
|
.mb-auto {
|
|
696
696
|
margin-bottom: auto;
|
|
697
697
|
}
|
|
698
|
-
.\!-ml-2 {
|
|
699
|
-
margin-left: calc(var(--spacing) * -2) !important;
|
|
700
|
-
}
|
|
701
698
|
.ml-1 {
|
|
702
699
|
margin-left: calc(var(--spacing) * 1);
|
|
703
700
|
}
|
|
@@ -1091,9 +1088,6 @@
|
|
|
1091
1088
|
.max-w-\[266px\] {
|
|
1092
1089
|
max-width: 266px;
|
|
1093
1090
|
}
|
|
1094
|
-
.max-w-\[316px\] {
|
|
1095
|
-
max-width: 316px;
|
|
1096
|
-
}
|
|
1097
1091
|
.max-w-\[324px\] {
|
|
1098
1092
|
max-width: 324px;
|
|
1099
1093
|
}
|
|
@@ -2920,10 +2914,6 @@
|
|
|
2920
2914
|
--tw-leading: 21px;
|
|
2921
2915
|
line-height: 21px;
|
|
2922
2916
|
}
|
|
2923
|
-
.leading-\[23px\] {
|
|
2924
|
-
--tw-leading: 23px;
|
|
2925
|
-
line-height: 23px;
|
|
2926
|
-
}
|
|
2927
2917
|
.leading-\[150\%\] {
|
|
2928
2918
|
--tw-leading: 150%;
|
|
2929
2919
|
line-height: 150%;
|