@powerhousedao/common 1.10.47-dev.1 → 1.10.47-dev.2
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 +67 -70
- 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.7 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -399,9 +399,6 @@
|
|
|
399
399
|
.text-gray-600 {
|
|
400
400
|
color: var(--color-gray-600);
|
|
401
401
|
}
|
|
402
|
-
.filter {
|
|
403
|
-
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,);
|
|
404
|
-
}
|
|
405
402
|
}
|
|
406
403
|
/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
|
|
407
404
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
@@ -5771,6 +5768,59 @@ input[type="number"] {
|
|
|
5771
5768
|
inherits: false;
|
|
5772
5769
|
initial-value: solid;
|
|
5773
5770
|
}
|
|
5771
|
+
@property --tw-blur {
|
|
5772
|
+
syntax: "*";
|
|
5773
|
+
inherits: false;
|
|
5774
|
+
}
|
|
5775
|
+
@property --tw-brightness {
|
|
5776
|
+
syntax: "*";
|
|
5777
|
+
inherits: false;
|
|
5778
|
+
}
|
|
5779
|
+
@property --tw-contrast {
|
|
5780
|
+
syntax: "*";
|
|
5781
|
+
inherits: false;
|
|
5782
|
+
}
|
|
5783
|
+
@property --tw-grayscale {
|
|
5784
|
+
syntax: "*";
|
|
5785
|
+
inherits: false;
|
|
5786
|
+
}
|
|
5787
|
+
@property --tw-hue-rotate {
|
|
5788
|
+
syntax: "*";
|
|
5789
|
+
inherits: false;
|
|
5790
|
+
}
|
|
5791
|
+
@property --tw-invert {
|
|
5792
|
+
syntax: "*";
|
|
5793
|
+
inherits: false;
|
|
5794
|
+
}
|
|
5795
|
+
@property --tw-opacity {
|
|
5796
|
+
syntax: "*";
|
|
5797
|
+
inherits: false;
|
|
5798
|
+
}
|
|
5799
|
+
@property --tw-saturate {
|
|
5800
|
+
syntax: "*";
|
|
5801
|
+
inherits: false;
|
|
5802
|
+
}
|
|
5803
|
+
@property --tw-sepia {
|
|
5804
|
+
syntax: "*";
|
|
5805
|
+
inherits: false;
|
|
5806
|
+
}
|
|
5807
|
+
@property --tw-drop-shadow {
|
|
5808
|
+
syntax: "*";
|
|
5809
|
+
inherits: false;
|
|
5810
|
+
}
|
|
5811
|
+
@property --tw-drop-shadow-color {
|
|
5812
|
+
syntax: "*";
|
|
5813
|
+
inherits: false;
|
|
5814
|
+
}
|
|
5815
|
+
@property --tw-drop-shadow-alpha {
|
|
5816
|
+
syntax: "<percentage>";
|
|
5817
|
+
inherits: false;
|
|
5818
|
+
initial-value: 100%;
|
|
5819
|
+
}
|
|
5820
|
+
@property --tw-drop-shadow-size {
|
|
5821
|
+
syntax: "*";
|
|
5822
|
+
inherits: false;
|
|
5823
|
+
}
|
|
5774
5824
|
@property --tw-duration {
|
|
5775
5825
|
syntax: "*";
|
|
5776
5826
|
inherits: false;
|
|
@@ -5942,59 +5992,6 @@ input[type="number"] {
|
|
|
5942
5992
|
syntax: "*";
|
|
5943
5993
|
inherits: false;
|
|
5944
5994
|
}
|
|
5945
|
-
@property --tw-blur {
|
|
5946
|
-
syntax: "*";
|
|
5947
|
-
inherits: false;
|
|
5948
|
-
}
|
|
5949
|
-
@property --tw-brightness {
|
|
5950
|
-
syntax: "*";
|
|
5951
|
-
inherits: false;
|
|
5952
|
-
}
|
|
5953
|
-
@property --tw-contrast {
|
|
5954
|
-
syntax: "*";
|
|
5955
|
-
inherits: false;
|
|
5956
|
-
}
|
|
5957
|
-
@property --tw-grayscale {
|
|
5958
|
-
syntax: "*";
|
|
5959
|
-
inherits: false;
|
|
5960
|
-
}
|
|
5961
|
-
@property --tw-hue-rotate {
|
|
5962
|
-
syntax: "*";
|
|
5963
|
-
inherits: false;
|
|
5964
|
-
}
|
|
5965
|
-
@property --tw-invert {
|
|
5966
|
-
syntax: "*";
|
|
5967
|
-
inherits: false;
|
|
5968
|
-
}
|
|
5969
|
-
@property --tw-opacity {
|
|
5970
|
-
syntax: "*";
|
|
5971
|
-
inherits: false;
|
|
5972
|
-
}
|
|
5973
|
-
@property --tw-saturate {
|
|
5974
|
-
syntax: "*";
|
|
5975
|
-
inherits: false;
|
|
5976
|
-
}
|
|
5977
|
-
@property --tw-sepia {
|
|
5978
|
-
syntax: "*";
|
|
5979
|
-
inherits: false;
|
|
5980
|
-
}
|
|
5981
|
-
@property --tw-drop-shadow {
|
|
5982
|
-
syntax: "*";
|
|
5983
|
-
inherits: false;
|
|
5984
|
-
}
|
|
5985
|
-
@property --tw-drop-shadow-color {
|
|
5986
|
-
syntax: "*";
|
|
5987
|
-
inherits: false;
|
|
5988
|
-
}
|
|
5989
|
-
@property --tw-drop-shadow-alpha {
|
|
5990
|
-
syntax: "<percentage>";
|
|
5991
|
-
inherits: false;
|
|
5992
|
-
initial-value: 100%;
|
|
5993
|
-
}
|
|
5994
|
-
@property --tw-drop-shadow-size {
|
|
5995
|
-
syntax: "*";
|
|
5996
|
-
inherits: false;
|
|
5997
|
-
}
|
|
5998
5995
|
@keyframes spin {
|
|
5999
5996
|
to {
|
|
6000
5997
|
transform: rotate(360deg);
|
|
@@ -6015,19 +6012,6 @@ input[type="number"] {
|
|
|
6015
6012
|
--tw-skew-y: initial;
|
|
6016
6013
|
--tw-border-style: solid;
|
|
6017
6014
|
--tw-font-weight: initial;
|
|
6018
|
-
--tw-blur: initial;
|
|
6019
|
-
--tw-brightness: initial;
|
|
6020
|
-
--tw-contrast: initial;
|
|
6021
|
-
--tw-grayscale: initial;
|
|
6022
|
-
--tw-hue-rotate: initial;
|
|
6023
|
-
--tw-invert: initial;
|
|
6024
|
-
--tw-opacity: initial;
|
|
6025
|
-
--tw-saturate: initial;
|
|
6026
|
-
--tw-sepia: initial;
|
|
6027
|
-
--tw-drop-shadow: initial;
|
|
6028
|
-
--tw-drop-shadow-color: initial;
|
|
6029
|
-
--tw-drop-shadow-alpha: 100%;
|
|
6030
|
-
--tw-drop-shadow-size: initial;
|
|
6031
6015
|
--tw-translate-x: 0;
|
|
6032
6016
|
--tw-translate-y: 0;
|
|
6033
6017
|
--tw-translate-z: 0;
|
|
@@ -6054,6 +6038,19 @@ input[type="number"] {
|
|
|
6054
6038
|
--tw-ring-offset-color: #fff;
|
|
6055
6039
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
6056
6040
|
--tw-outline-style: solid;
|
|
6041
|
+
--tw-blur: initial;
|
|
6042
|
+
--tw-brightness: initial;
|
|
6043
|
+
--tw-contrast: initial;
|
|
6044
|
+
--tw-grayscale: initial;
|
|
6045
|
+
--tw-hue-rotate: initial;
|
|
6046
|
+
--tw-invert: initial;
|
|
6047
|
+
--tw-opacity: initial;
|
|
6048
|
+
--tw-saturate: initial;
|
|
6049
|
+
--tw-sepia: initial;
|
|
6050
|
+
--tw-drop-shadow: initial;
|
|
6051
|
+
--tw-drop-shadow-color: initial;
|
|
6052
|
+
--tw-drop-shadow-alpha: 100%;
|
|
6053
|
+
--tw-drop-shadow-size: initial;
|
|
6057
6054
|
--tw-duration: initial;
|
|
6058
6055
|
--tw-ease: initial;
|
|
6059
6056
|
--tw-content: "";
|