@powerhousedao/common 1.10.28-dev.0 → 1.10.29-dev.0
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 +12 -12
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/editors/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
flex-grow: 1;
|
|
319
319
|
}
|
|
320
320
|
.transform {
|
|
321
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
321
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
322
322
|
}
|
|
323
323
|
.flex-col {
|
|
324
324
|
flex-direction: column;
|
|
@@ -4238,6 +4238,11 @@
|
|
|
4238
4238
|
color: var(--color-gray-400);
|
|
4239
4239
|
}
|
|
4240
4240
|
}
|
|
4241
|
+
.disabled\:text-gray-500 {
|
|
4242
|
+
&:disabled {
|
|
4243
|
+
color: var(--color-gray-500);
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
4241
4246
|
.disabled\:text-gray-700 {
|
|
4242
4247
|
&:disabled {
|
|
4243
4248
|
color: var(--color-gray-700);
|
|
@@ -5723,27 +5728,22 @@ input[type="number"] {
|
|
|
5723
5728
|
@property --tw-rotate-x {
|
|
5724
5729
|
syntax: "*";
|
|
5725
5730
|
inherits: false;
|
|
5726
|
-
initial-value: rotateX(0);
|
|
5727
5731
|
}
|
|
5728
5732
|
@property --tw-rotate-y {
|
|
5729
5733
|
syntax: "*";
|
|
5730
5734
|
inherits: false;
|
|
5731
|
-
initial-value: rotateY(0);
|
|
5732
5735
|
}
|
|
5733
5736
|
@property --tw-rotate-z {
|
|
5734
5737
|
syntax: "*";
|
|
5735
5738
|
inherits: false;
|
|
5736
|
-
initial-value: rotateZ(0);
|
|
5737
5739
|
}
|
|
5738
5740
|
@property --tw-skew-x {
|
|
5739
5741
|
syntax: "*";
|
|
5740
5742
|
inherits: false;
|
|
5741
|
-
initial-value: skewX(0);
|
|
5742
5743
|
}
|
|
5743
5744
|
@property --tw-skew-y {
|
|
5744
5745
|
syntax: "*";
|
|
5745
5746
|
inherits: false;
|
|
5746
|
-
initial-value: skewY(0);
|
|
5747
5747
|
}
|
|
5748
5748
|
@property --tw-border-style {
|
|
5749
5749
|
syntax: "*";
|
|
@@ -5767,11 +5767,11 @@ input[type="number"] {
|
|
|
5767
5767
|
@layer properties {
|
|
5768
5768
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
5769
5769
|
*, ::before, ::after, ::backdrop {
|
|
5770
|
-
--tw-rotate-x:
|
|
5771
|
-
--tw-rotate-y:
|
|
5772
|
-
--tw-rotate-z:
|
|
5773
|
-
--tw-skew-x:
|
|
5774
|
-
--tw-skew-y:
|
|
5770
|
+
--tw-rotate-x: initial;
|
|
5771
|
+
--tw-rotate-y: initial;
|
|
5772
|
+
--tw-rotate-z: initial;
|
|
5773
|
+
--tw-skew-x: initial;
|
|
5774
|
+
--tw-skew-y: initial;
|
|
5775
5775
|
--tw-border-style: solid;
|
|
5776
5776
|
--tw-font-weight: initial;
|
|
5777
5777
|
--tw-translate-x: 0;
|