@powerhousedao/vetra 4.1.0-dev.57 → 4.1.0-dev.58
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/style.css +7 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -627,13 +627,14 @@
|
|
|
627
627
|
.after\:transition {
|
|
628
628
|
&::after {
|
|
629
629
|
content: var(--tw-content);
|
|
630
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
630
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
631
631
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
632
632
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
633
633
|
}
|
|
634
634
|
}
|
|
635
635
|
.after\:content-\[\'\'\] {
|
|
636
636
|
&::after {
|
|
637
|
+
content: var(--tw-content);
|
|
637
638
|
--tw-content: '';
|
|
638
639
|
content: var(--tw-content);
|
|
639
640
|
}
|
|
@@ -748,7 +749,7 @@
|
|
|
748
749
|
}
|
|
749
750
|
}
|
|
750
751
|
}
|
|
751
|
-
/*! tailwindcss v4.1.
|
|
752
|
+
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
|
|
752
753
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
753
754
|
@layer properties;
|
|
754
755
|
:root {
|
|
@@ -1715,7 +1716,7 @@
|
|
|
1715
1716
|
padding: 0;
|
|
1716
1717
|
margin: -1px;
|
|
1717
1718
|
overflow: hidden;
|
|
1718
|
-
clip
|
|
1719
|
+
clip: rect(0, 0, 0, 0);
|
|
1719
1720
|
white-space: nowrap;
|
|
1720
1721
|
border-width: 0;
|
|
1721
1722
|
}
|
|
@@ -3339,7 +3340,7 @@
|
|
|
3339
3340
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3340
3341
|
}
|
|
3341
3342
|
.transition {
|
|
3342
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
3343
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
3343
3344
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3344
3345
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3345
3346
|
}
|
|
@@ -3716,6 +3717,7 @@
|
|
|
3716
3717
|
}
|
|
3717
3718
|
.after\:content-\[\'\'\] {
|
|
3718
3719
|
&::after {
|
|
3720
|
+
content: var(--tw-content);
|
|
3719
3721
|
--tw-content: '';
|
|
3720
3722
|
content: var(--tw-content);
|
|
3721
3723
|
}
|