@powerhousedao/common 4.1.0-dev.17 → 4.1.0-dev.19
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/editors/styles.css +4 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
package/dist/editors/styles.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 {
|
|
@@ -2777,6 +2777,9 @@
|
|
|
2777
2777
|
.text-red-400 {
|
|
2778
2778
|
color: var(--color-red-400);
|
|
2779
2779
|
}
|
|
2780
|
+
.text-red-500 {
|
|
2781
|
+
color: var(--color-red-500);
|
|
2782
|
+
}
|
|
2780
2783
|
.text-red-700 {
|
|
2781
2784
|
color: var(--color-red-700);
|
|
2782
2785
|
}
|