@powerhousedao/common 1.10.47-dev.2 → 1.10.49-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 +96 -78
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
package/dist/editors/styles.css
CHANGED
|
@@ -7,55 +7,55 @@
|
|
|
7
7
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
|
-
--color-red-400: oklch(
|
|
11
|
-
--color-red-500: oklch(
|
|
12
|
-
--color-red-600: oklch(
|
|
13
|
-
--color-red-700: oklch(
|
|
14
|
-
--color-red-800: oklch(
|
|
15
|
-
--color-red-900: oklch(
|
|
16
|
-
--color-orange-100: oklch(
|
|
17
|
-
--color-orange-700: oklch(
|
|
18
|
-
--color-orange-800: oklch(47
|
|
19
|
-
--color-orange-900: oklch(
|
|
20
|
-
--color-yellow-100: oklch(
|
|
21
|
-
--color-yellow-300: oklch(
|
|
22
|
-
--color-yellow-400: oklch(
|
|
23
|
-
--color-yellow-900: oklch(
|
|
24
|
-
--color-green-100: oklch(
|
|
25
|
-
--color-green-500: oklch(
|
|
26
|
-
--color-green-600: oklch(
|
|
27
|
-
--color-green-700: oklch(
|
|
28
|
-
--color-green-800: oklch(
|
|
29
|
-
--color-green-900: oklch(
|
|
30
|
-
--color-blue-50: oklch(97
|
|
31
|
-
--color-blue-100: oklch(
|
|
32
|
-
--color-blue-200: oklch(
|
|
33
|
-
--color-blue-300: oklch(
|
|
34
|
-
--color-blue-400: oklch(
|
|
35
|
-
--color-blue-500: oklch(
|
|
36
|
-
--color-blue-600: oklch(
|
|
37
|
-
--color-blue-800: oklch(
|
|
38
|
-
--color-blue-900: oklch(
|
|
39
|
-
--color-purple-900: oklch(
|
|
40
|
-
--color-slate-50: oklch(
|
|
41
|
-
--color-slate-100: oklch(
|
|
42
|
-
--color-slate-200: oklch(
|
|
43
|
-
--color-slate-300: oklch(
|
|
44
|
-
--color-slate-500: oklch(
|
|
45
|
-
--color-slate-600: oklch(
|
|
46
|
-
--color-slate-700: oklch(
|
|
47
|
-
--color-slate-800: oklch(
|
|
48
|
-
--color-slate-900: oklch(
|
|
49
|
-
--color-gray-50: oklch(
|
|
50
|
-
--color-gray-100: oklch(
|
|
51
|
-
--color-gray-200: oklch(
|
|
52
|
-
--color-gray-300: oklch(
|
|
53
|
-
--color-gray-400: oklch(
|
|
54
|
-
--color-gray-500: oklch(
|
|
55
|
-
--color-gray-600: oklch(
|
|
56
|
-
--color-gray-700: oklch(
|
|
57
|
-
--color-gray-800: oklch(
|
|
58
|
-
--color-gray-900: oklch(21
|
|
10
|
+
--color-red-400: oklch(0.704 0.191 22.216);
|
|
11
|
+
--color-red-500: oklch(0.637 0.237 25.331);
|
|
12
|
+
--color-red-600: oklch(0.577 0.245 27.325);
|
|
13
|
+
--color-red-700: oklch(0.505 0.213 27.518);
|
|
14
|
+
--color-red-800: oklch(0.444 0.177 26.899);
|
|
15
|
+
--color-red-900: oklch(0.396 0.141 25.723);
|
|
16
|
+
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
17
|
+
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
18
|
+
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
19
|
+
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
20
|
+
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
21
|
+
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
22
|
+
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
23
|
+
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
24
|
+
--color-green-100: oklch(0.962 0.044 156.743);
|
|
25
|
+
--color-green-500: oklch(0.723 0.219 149.579);
|
|
26
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
|
27
|
+
--color-green-700: oklch(0.527 0.154 150.069);
|
|
28
|
+
--color-green-800: oklch(0.448 0.119 151.328);
|
|
29
|
+
--color-green-900: oklch(0.393 0.095 152.535);
|
|
30
|
+
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
31
|
+
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
32
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
33
|
+
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
34
|
+
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
35
|
+
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
36
|
+
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
37
|
+
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
38
|
+
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
39
|
+
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
40
|
+
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
41
|
+
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
42
|
+
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
43
|
+
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
44
|
+
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
45
|
+
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
46
|
+
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
47
|
+
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
48
|
+
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
49
|
+
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
50
|
+
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
51
|
+
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
52
|
+
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
53
|
+
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
54
|
+
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
55
|
+
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
56
|
+
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
57
|
+
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
58
|
+
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
59
59
|
--color-black: #000;
|
|
60
60
|
--color-white: #fff;
|
|
61
61
|
--spacing: 0.25rem;
|
|
@@ -93,7 +93,17 @@
|
|
|
93
93
|
--default-transition-duration: 150ms;
|
|
94
94
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
95
95
|
--default-font-family: var(--font-sans);
|
|
96
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
97
|
+
--default-font-variation-settings: var(
|
|
98
|
+
--font-sans--font-variation-settings
|
|
99
|
+
);
|
|
96
100
|
--default-mono-font-family: var(--font-mono);
|
|
101
|
+
--default-mono-font-feature-settings: var(
|
|
102
|
+
--font-mono--font-feature-settings
|
|
103
|
+
);
|
|
104
|
+
--default-mono-font-variation-settings: var(
|
|
105
|
+
--font-mono--font-variation-settings
|
|
106
|
+
);
|
|
97
107
|
}
|
|
98
108
|
}
|
|
99
109
|
@layer base {
|
|
@@ -107,11 +117,14 @@
|
|
|
107
117
|
line-height: 1.5;
|
|
108
118
|
-webkit-text-size-adjust: 100%;
|
|
109
119
|
tab-size: 4;
|
|
110
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
120
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
111
121
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
112
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
122
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
113
123
|
-webkit-tap-highlight-color: transparent;
|
|
114
124
|
}
|
|
125
|
+
body {
|
|
126
|
+
line-height: inherit;
|
|
127
|
+
}
|
|
115
128
|
hr {
|
|
116
129
|
height: 0;
|
|
117
130
|
color: inherit;
|
|
@@ -134,9 +147,9 @@
|
|
|
134
147
|
font-weight: bolder;
|
|
135
148
|
}
|
|
136
149
|
code, kbd, samp, pre {
|
|
137
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
138
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
139
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
150
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
151
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
152
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
140
153
|
font-size: 1em;
|
|
141
154
|
}
|
|
142
155
|
small {
|
|
@@ -200,13 +213,9 @@
|
|
|
200
213
|
}
|
|
201
214
|
::placeholder {
|
|
202
215
|
opacity: 1;
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
color: currentcolor;
|
|
207
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
208
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
209
|
-
}
|
|
216
|
+
color: currentColor;
|
|
217
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
218
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
210
219
|
}
|
|
211
220
|
}
|
|
212
221
|
textarea {
|
|
@@ -1113,7 +1122,7 @@
|
|
|
1113
1122
|
--color-green-700: hsl(136 52% 55%);
|
|
1114
1123
|
--color-green-800: hsl(136 53% 49%);
|
|
1115
1124
|
--color-green-900: hsl(136 53% 43%);
|
|
1116
|
-
--color-blue-50: oklch(97
|
|
1125
|
+
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
1117
1126
|
--color-blue-100: hsl(209 100% 90%);
|
|
1118
1127
|
--color-blue-200: hsl(209 97% 85%);
|
|
1119
1128
|
--color-blue-300: hsl(209 100% 80%);
|
|
@@ -1179,7 +1188,17 @@
|
|
|
1179
1188
|
--default-transition-duration: 150ms;
|
|
1180
1189
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1181
1190
|
--default-font-family: var(--font-sans);
|
|
1191
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
1192
|
+
--default-font-variation-settings: var(
|
|
1193
|
+
--font-sans--font-variation-settings
|
|
1194
|
+
);
|
|
1182
1195
|
--default-mono-font-family: var(--font-mono);
|
|
1196
|
+
--default-mono-font-feature-settings: var(
|
|
1197
|
+
--font-mono--font-feature-settings
|
|
1198
|
+
);
|
|
1199
|
+
--default-mono-font-variation-settings: var(
|
|
1200
|
+
--font-mono--font-variation-settings
|
|
1201
|
+
);
|
|
1183
1202
|
--color-charcoal-300: hsl(221 17% 67%);
|
|
1184
1203
|
--color-charcoal-700: hsl(219 17% 34%);
|
|
1185
1204
|
--color-charcoal-800: hsl(221 17% 26%);
|
|
@@ -1205,11 +1224,14 @@
|
|
|
1205
1224
|
line-height: 1.5;
|
|
1206
1225
|
-webkit-text-size-adjust: 100%;
|
|
1207
1226
|
tab-size: 4;
|
|
1208
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
1227
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
1209
1228
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1210
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1229
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
1211
1230
|
-webkit-tap-highlight-color: transparent;
|
|
1212
1231
|
}
|
|
1232
|
+
body {
|
|
1233
|
+
line-height: inherit;
|
|
1234
|
+
}
|
|
1213
1235
|
hr {
|
|
1214
1236
|
height: 0;
|
|
1215
1237
|
color: inherit;
|
|
@@ -1232,9 +1254,9 @@
|
|
|
1232
1254
|
font-weight: bolder;
|
|
1233
1255
|
}
|
|
1234
1256
|
code, kbd, samp, pre {
|
|
1235
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1236
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1237
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
1257
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
1258
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
1259
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
1238
1260
|
font-size: 1em;
|
|
1239
1261
|
}
|
|
1240
1262
|
small {
|
|
@@ -1298,15 +1320,11 @@
|
|
|
1298
1320
|
}
|
|
1299
1321
|
::placeholder {
|
|
1300
1322
|
opacity: 1;
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
color: currentcolor;
|
|
1323
|
+
color: currentColor;
|
|
1324
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1325
|
+
color: currentColor;
|
|
1305
1326
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1306
|
-
color:
|
|
1307
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1308
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1309
|
-
}
|
|
1327
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1310
1328
|
}
|
|
1311
1329
|
}
|
|
1312
1330
|
}
|
|
@@ -2680,7 +2698,7 @@
|
|
|
2680
2698
|
.bg-green-600\/30 {
|
|
2681
2699
|
background-color: color-mix(in srgb, hsl(136 53% 60%) 30%, transparent);
|
|
2682
2700
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2683
|
-
background-color: color-mix(in srgb, oklch(
|
|
2701
|
+
background-color: color-mix(in srgb, oklch(0.627 0.194 149.214) 30%, transparent);
|
|
2684
2702
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2685
2703
|
background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
|
|
2686
2704
|
}
|
|
@@ -2704,7 +2722,7 @@
|
|
|
2704
2722
|
.bg-red-600\/30 {
|
|
2705
2723
|
background-color: color-mix(in srgb, hsl(4 81% 74%) 30%, transparent);
|
|
2706
2724
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2707
|
-
background-color: color-mix(in srgb, oklch(
|
|
2725
|
+
background-color: color-mix(in srgb, oklch(0.577 0.245 27.325) 30%, transparent);
|
|
2708
2726
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2709
2727
|
background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
|
|
2710
2728
|
}
|
|
@@ -2722,7 +2740,7 @@
|
|
|
2722
2740
|
.bg-slate-900\/50 {
|
|
2723
2741
|
background-color: color-mix(in srgb, hsl(195 6% 6%) 50%, transparent);
|
|
2724
2742
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2725
|
-
background-color: color-mix(in srgb, oklch(
|
|
2743
|
+
background-color: color-mix(in srgb, oklch(0.208 0.042 265.755) 50%, transparent);
|
|
2726
2744
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2727
2745
|
background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
|
|
2728
2746
|
}
|