analytica-frontend-lib 1.0.55 → 1.0.57

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/styles.css CHANGED
@@ -1178,6 +1178,10 @@
1178
1178
  border-bottom-style: var(--tw-border-style);
1179
1179
  border-bottom-width: 2px;
1180
1180
  }
1181
+ .border-b-4 {
1182
+ border-bottom-style: var(--tw-border-style);
1183
+ border-bottom-width: 4px;
1184
+ }
1181
1185
  .border-none {
1182
1186
  --tw-border-style: none;
1183
1187
  border-style: none;
@@ -1737,6 +1741,9 @@
1737
1741
  .text-blue-500 {
1738
1742
  color: var(--color-blue-500);
1739
1743
  }
1744
+ .text-current {
1745
+ color: currentcolor;
1746
+ }
1740
1747
  .text-error-300 {
1741
1748
  color: var(--color-error-300);
1742
1749
  }