@powerhousedao/common 1.10.3 → 1.10.5-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 +45 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
package/dist/editors/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
@@ -1766,6 +1766,9 @@
|
|
|
1766
1766
|
.h-\[20px\] {
|
|
1767
1767
|
height: 20px;
|
|
1768
1768
|
}
|
|
1769
|
+
.h-\[22px\] {
|
|
1770
|
+
height: 22px;
|
|
1771
|
+
}
|
|
1769
1772
|
.h-\[28px\] {
|
|
1770
1773
|
height: 28px;
|
|
1771
1774
|
}
|
|
@@ -1916,6 +1919,9 @@
|
|
|
1916
1919
|
.w-\[68px\] {
|
|
1917
1920
|
width: 68px;
|
|
1918
1921
|
}
|
|
1922
|
+
.w-\[83px\] {
|
|
1923
|
+
width: 83px;
|
|
1924
|
+
}
|
|
1919
1925
|
.w-\[114px\] {
|
|
1920
1926
|
width: 114px;
|
|
1921
1927
|
}
|
|
@@ -2248,6 +2254,20 @@
|
|
|
2248
2254
|
.gap-y-\[15px\] {
|
|
2249
2255
|
row-gap: 15px;
|
|
2250
2256
|
}
|
|
2257
|
+
.divide-y {
|
|
2258
|
+
:where(& > :not(:last-child)) {
|
|
2259
|
+
--tw-divide-y-reverse: 0;
|
|
2260
|
+
border-bottom-style: var(--tw-border-style);
|
|
2261
|
+
border-top-style: var(--tw-border-style);
|
|
2262
|
+
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2263
|
+
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
.divide-gray-200 {
|
|
2267
|
+
:where(& > :not(:last-child)) {
|
|
2268
|
+
border-color: var(--color-gray-200);
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2251
2271
|
.truncate {
|
|
2252
2272
|
overflow: hidden;
|
|
2253
2273
|
text-overflow: ellipsis;
|
|
@@ -2980,6 +3000,9 @@
|
|
|
2980
3000
|
.opacity-80 {
|
|
2981
3001
|
opacity: 80%;
|
|
2982
3002
|
}
|
|
3003
|
+
.opacity-100 {
|
|
3004
|
+
opacity: 100%;
|
|
3005
|
+
}
|
|
2983
3006
|
.shadow {
|
|
2984
3007
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2985
3008
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -3091,6 +3114,10 @@
|
|
|
3091
3114
|
--tw-duration: 75ms;
|
|
3092
3115
|
transition-duration: 75ms;
|
|
3093
3116
|
}
|
|
3117
|
+
.duration-150 {
|
|
3118
|
+
--tw-duration: 150ms;
|
|
3119
|
+
transition-duration: 150ms;
|
|
3120
|
+
}
|
|
3094
3121
|
.duration-200 {
|
|
3095
3122
|
--tw-duration: 200ms;
|
|
3096
3123
|
transition-duration: 200ms;
|
|
@@ -3843,6 +3870,13 @@
|
|
|
3843
3870
|
}
|
|
3844
3871
|
}
|
|
3845
3872
|
}
|
|
3873
|
+
.hover\:text-red-700 {
|
|
3874
|
+
&:hover {
|
|
3875
|
+
@media (hover: hover) {
|
|
3876
|
+
color: var(--color-red-700);
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
}
|
|
3846
3880
|
.hover\:text-red-900 {
|
|
3847
3881
|
&:hover {
|
|
3848
3882
|
@media (hover: hover) {
|
|
@@ -4041,6 +4075,11 @@
|
|
|
4041
4075
|
opacity: 50%;
|
|
4042
4076
|
}
|
|
4043
4077
|
}
|
|
4078
|
+
.active\:opacity-70 {
|
|
4079
|
+
&:active {
|
|
4080
|
+
opacity: 70%;
|
|
4081
|
+
}
|
|
4082
|
+
}
|
|
4044
4083
|
.active\:opacity-75 {
|
|
4045
4084
|
&:active {
|
|
4046
4085
|
opacity: 75%;
|
|
@@ -5350,6 +5389,11 @@ input[type="number"] {
|
|
|
5350
5389
|
inherits: false;
|
|
5351
5390
|
initial-value: 0;
|
|
5352
5391
|
}
|
|
5392
|
+
@property --tw-divide-y-reverse {
|
|
5393
|
+
syntax: "*";
|
|
5394
|
+
inherits: false;
|
|
5395
|
+
initial-value: 0;
|
|
5396
|
+
}
|
|
5353
5397
|
@property --tw-leading {
|
|
5354
5398
|
syntax: "*";
|
|
5355
5399
|
inherits: false;
|