@powerhousedao/common 1.11.0 → 1.11.1
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
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
color: var(--color-gray-600);
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
/*! tailwindcss v4.1.
|
|
400
|
+
/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
|
|
401
401
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
402
402
|
@layer properties;
|
|
403
403
|
:root {
|
|
@@ -3138,7 +3138,7 @@
|
|
|
3138
3138
|
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,);
|
|
3139
3139
|
}
|
|
3140
3140
|
.transition {
|
|
3141
|
-
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;
|
|
3141
|
+
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;
|
|
3142
3142
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3143
3143
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3144
3144
|
}
|