@powerhousedao/common 1.10.5-dev.0 → 1.10.5-dev.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 +19 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
package/dist/editors/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.16 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
@@ -3150,6 +3150,9 @@
|
|
|
3150
3150
|
-webkit-user-select: none;
|
|
3151
3151
|
user-select: none;
|
|
3152
3152
|
}
|
|
3153
|
+
.\[scrollbar-width\:none\] {
|
|
3154
|
+
scrollbar-width: none;
|
|
3155
|
+
}
|
|
3153
3156
|
.group-focus-within\:\!text-gray-900 {
|
|
3154
3157
|
&:is(:where(.group):focus-within *) {
|
|
3155
3158
|
color: var(--color-gray-900) !important;
|
|
@@ -5261,6 +5264,21 @@
|
|
|
5261
5264
|
flex-shrink: 0;
|
|
5262
5265
|
}
|
|
5263
5266
|
}
|
|
5267
|
+
.\[\&\:\:-webkit-scrollbar\]\:\!hidden {
|
|
5268
|
+
&::-webkit-scrollbar {
|
|
5269
|
+
display: none !important;
|
|
5270
|
+
}
|
|
5271
|
+
}
|
|
5272
|
+
.\[\&\:\:-webkit-scrollbar-thumb\]\:\!hidden {
|
|
5273
|
+
&::-webkit-scrollbar-thumb {
|
|
5274
|
+
display: none !important;
|
|
5275
|
+
}
|
|
5276
|
+
}
|
|
5277
|
+
.\[\&\:\:-webkit-scrollbar-track\]\:\!hidden {
|
|
5278
|
+
&::-webkit-scrollbar-track {
|
|
5279
|
+
display: none !important;
|
|
5280
|
+
}
|
|
5281
|
+
}
|
|
5264
5282
|
.\[\&\:\:-webkit-search-cancel-button\]\:hidden {
|
|
5265
5283
|
&::-webkit-search-cancel-button {
|
|
5266
5284
|
display: none;
|