@powerhousedao/common 1.10.28-dev.0 → 1.10.28-staging.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 +7 -12
- 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.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;
|
|
@@ -5723,27 +5723,22 @@ input[type="number"] {
|
|
|
5723
5723
|
@property --tw-rotate-x {
|
|
5724
5724
|
syntax: "*";
|
|
5725
5725
|
inherits: false;
|
|
5726
|
-
initial-value: rotateX(0);
|
|
5727
5726
|
}
|
|
5728
5727
|
@property --tw-rotate-y {
|
|
5729
5728
|
syntax: "*";
|
|
5730
5729
|
inherits: false;
|
|
5731
|
-
initial-value: rotateY(0);
|
|
5732
5730
|
}
|
|
5733
5731
|
@property --tw-rotate-z {
|
|
5734
5732
|
syntax: "*";
|
|
5735
5733
|
inherits: false;
|
|
5736
|
-
initial-value: rotateZ(0);
|
|
5737
5734
|
}
|
|
5738
5735
|
@property --tw-skew-x {
|
|
5739
5736
|
syntax: "*";
|
|
5740
5737
|
inherits: false;
|
|
5741
|
-
initial-value: skewX(0);
|
|
5742
5738
|
}
|
|
5743
5739
|
@property --tw-skew-y {
|
|
5744
5740
|
syntax: "*";
|
|
5745
5741
|
inherits: false;
|
|
5746
|
-
initial-value: skewY(0);
|
|
5747
5742
|
}
|
|
5748
5743
|
@property --tw-border-style {
|
|
5749
5744
|
syntax: "*";
|
|
@@ -5767,11 +5762,11 @@ input[type="number"] {
|
|
|
5767
5762
|
@layer properties {
|
|
5768
5763
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
5769
5764
|
*, ::before, ::after, ::backdrop {
|
|
5770
|
-
--tw-rotate-x:
|
|
5771
|
-
--tw-rotate-y:
|
|
5772
|
-
--tw-rotate-z:
|
|
5773
|
-
--tw-skew-x:
|
|
5774
|
-
--tw-skew-y:
|
|
5765
|
+
--tw-rotate-x: initial;
|
|
5766
|
+
--tw-rotate-y: initial;
|
|
5767
|
+
--tw-rotate-z: initial;
|
|
5768
|
+
--tw-skew-x: initial;
|
|
5769
|
+
--tw-skew-y: initial;
|
|
5775
5770
|
--tw-border-style: solid;
|
|
5776
5771
|
--tw-font-weight: initial;
|
|
5777
5772
|
--tw-translate-x: 0;
|