@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/evm/index.d.cts +31 -0
- package/dist/evm/index.d.ts +31 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/providers/index.js.map +1 -1
- package/package.json +15 -15
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
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
|
-
|
|
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\)\] {
|