analytica-frontend-lib 1.0.48 → 1.0.49

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
@@ -2277,6 +2277,11 @@
2277
2277
  }
2278
2278
  }
2279
2279
  }
2280
+ .focus\:rounded-sm {
2281
+ &:focus {
2282
+ border-radius: var(--radius-sm);
2283
+ }
2284
+ }
2280
2285
  .focus\:border-2 {
2281
2286
  &:focus {
2282
2287
  border-style: var(--tw-border-style);