@tuwaio/nova-connect 1.0.0-fix-test-alpha.63.15a38cd → 1.0.0-fix-test-alpha.65.ce03365

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
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -595,7 +595,9 @@
595
595
  .novacon\:bg-\[var\(--tuwa-bg-primary\)\]\/50 {
596
596
  background-color: var(--tuwa-bg-primary);
597
597
  @supports (color: color-mix(in lab, red, red)) {
598
- background-color: color-mix(in oklab, var(--tuwa-bg-primary) 50%, transparent);
598
+ & {
599
+ background-color: color-mix(in oklab, var(--tuwa-bg-primary) 50%, transparent);
600
+ }
599
601
  }
600
602
  }
601
603
  .novacon\:bg-\[var\(--tuwa-bg-secondary\)\] {