analytica-frontend-lib 1.1.42 → 1.1.43

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 CHANGED
@@ -1335,9 +1335,6 @@
1335
1335
  .grid-cols-\[1fr_auto\] {
1336
1336
  grid-template-columns: 1fr auto;
1337
1337
  }
1338
- .\!flex-col {
1339
- flex-direction: column !important;
1340
- }
1341
1338
  .flex-col {
1342
1339
  flex-direction: column;
1343
1340
  }