@powerhousedao/network-admin 0.0.39 → 0.0.41

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.
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
2
2
  import { actions, } from "../../document-models/request-for-proposals/index.js";
3
3
  import { DatePicker, Select, TextInput, NumberInput, } from "@powerhousedao/document-engineering";
4
4
  import { toast, ToastContainer } from "@powerhousedao/design-system/connect";
5
- import { MarkdownEditor } from "./markdown-editor.jsx";
5
+ import { MarkdownEditor } from "./markdown-editor.js";
6
6
  import { useSelectedRequestForProposalsDocument } from "../../document-models/request-for-proposals/hooks.js";
7
7
  import { DocumentToolbar } from "@powerhousedao/design-system/connect";
8
8
  import { setSelectedNode, useParentFolderForSelectedNode, } from "@powerhousedao/reactor-browser";
package/dist/style.css CHANGED
@@ -2049,6 +2049,1296 @@
2049
2049
  }
2050
2050
  }
2051
2051
  }
2052
+ .w-md-editor-bar {
2053
+ position: absolute;
2054
+ cursor: s-resize;
2055
+ right: 0;
2056
+ bottom: 0;
2057
+ margin-top: -11px;
2058
+ margin-right: 0;
2059
+ width: 14px;
2060
+ z-index: 3;
2061
+ height: 10px;
2062
+ border-radius: 0 0 3px 0;
2063
+ -webkit-user-select: none;
2064
+ user-select: none;
2065
+ }
2066
+ .w-md-editor-bar svg {
2067
+ display: block;
2068
+ margin: 0 auto;
2069
+ }
2070
+ .w-md-editor-area {
2071
+ overflow: auto;
2072
+ border-radius: 5px;
2073
+ }
2074
+ .w-md-editor-text {
2075
+ min-height: 100%;
2076
+ position: relative;
2077
+ text-align: left;
2078
+ white-space: pre-wrap;
2079
+ word-break: keep-all;
2080
+ overflow-wrap: break-word;
2081
+ box-sizing: border-box;
2082
+ padding: 10px;
2083
+ margin: 0;
2084
+ font-size: 14px !important;
2085
+ line-height: 18px !important;
2086
+ font-variant-ligatures: common-ligatures;
2087
+ }
2088
+ .w-md-editor-text-pre, .w-md-editor-text-input, .w-md-editor-text > .w-md-editor-text-pre {
2089
+ margin: 0;
2090
+ border: 0;
2091
+ background: none;
2092
+ box-sizing: inherit;
2093
+ display: inherit;
2094
+ font-family: inherit;
2095
+ font-family: var(--md-editor-font-family) !important;
2096
+ font-size: inherit;
2097
+ font-style: inherit;
2098
+ font-variant-ligatures: inherit;
2099
+ font-weight: inherit;
2100
+ letter-spacing: inherit;
2101
+ line-height: inherit;
2102
+ tab-size: inherit;
2103
+ text-indent: inherit;
2104
+ text-rendering: inherit;
2105
+ text-transform: inherit;
2106
+ white-space: inherit;
2107
+ overflow-wrap: inherit;
2108
+ word-break: inherit;
2109
+ word-break: normal;
2110
+ padding: 0;
2111
+ }
2112
+ .w-md-editor-text-pre {
2113
+ position: relative;
2114
+ margin: 0px !important;
2115
+ pointer-events: none;
2116
+ background-color: transparent !important;
2117
+ }
2118
+ .w-md-editor-text-pre > code {
2119
+ padding: 0 !important;
2120
+ font-family: var(--md-editor-font-family) !important;
2121
+ font-size: 14px !important;
2122
+ line-height: 18px !important;
2123
+ }
2124
+ .w-md-editor-text-input {
2125
+ position: absolute;
2126
+ top: 0px;
2127
+ left: 0px;
2128
+ height: 100%;
2129
+ width: 100%;
2130
+ resize: none;
2131
+ color: inherit;
2132
+ overflow: hidden;
2133
+ outline: 0;
2134
+ padding: inherit;
2135
+ -webkit-font-smoothing: antialiased;
2136
+ -webkit-text-fill-color: transparent;
2137
+ }
2138
+ .w-md-editor-text-input:empty {
2139
+ -webkit-text-fill-color: inherit !important;
2140
+ }
2141
+ .w-md-editor-text-pre, .w-md-editor-text-input {
2142
+ word-wrap: pre;
2143
+ word-break: break-word;
2144
+ white-space: pre-wrap;
2145
+ }
2146
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2147
+ .w-md-editor-text-input {
2148
+ color: transparent !important;
2149
+ }
2150
+ .w-md-editor-text-input::selection {
2151
+ background-color: #accef7 !important;
2152
+ color: transparent !important;
2153
+ }
2154
+ }
2155
+ .w-md-editor-text-pre .punctuation {
2156
+ color: var(--color-prettylights-syntax-comment, #8b949e) !important;
2157
+ }
2158
+ .w-md-editor-text-pre .token.url, .w-md-editor-text-pre .token.content {
2159
+ color: var(--color-prettylights-syntax-constant, #0550ae) !important;
2160
+ }
2161
+ .w-md-editor-text-pre .token.title.important {
2162
+ color: var(--color-prettylights-syntax-markup-bold, #24292f);
2163
+ }
2164
+ .w-md-editor-text-pre .token.code-block .function {
2165
+ color: var(--color-prettylights-syntax-entity, #8250df);
2166
+ }
2167
+ .w-md-editor-text-pre .token.bold {
2168
+ font-weight: unset !important;
2169
+ }
2170
+ .w-md-editor-text-pre .token.title {
2171
+ line-height: unset !important;
2172
+ font-size: unset !important;
2173
+ font-weight: unset !important;
2174
+ }
2175
+ .w-md-editor-text-pre .token.code.keyword {
2176
+ color: var(--color-prettylights-syntax-constant, #0550ae) !important;
2177
+ }
2178
+ .w-md-editor-text-pre .token.strike, .w-md-editor-text-pre .token.strike .content {
2179
+ color: var(--color-prettylights-syntax-markup-deleted-text, #82071e) !important;
2180
+ }
2181
+ .w-md-editor-toolbar-child {
2182
+ position: absolute;
2183
+ border-radius: 3px;
2184
+ box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
2185
+ background-color: var(--md-editor-background-color);
2186
+ z-index: 1;
2187
+ display: none;
2188
+ }
2189
+ .w-md-editor-toolbar-child.active {
2190
+ display: block;
2191
+ }
2192
+ .w-md-editor-toolbar-child .w-md-editor-toolbar {
2193
+ border-bottom: 0;
2194
+ padding: 3px;
2195
+ border-radius: 3px;
2196
+ }
2197
+ .w-md-editor-toolbar-child .w-md-editor-toolbar ul > li {
2198
+ display: block;
2199
+ }
2200
+ .w-md-editor-toolbar-child .w-md-editor-toolbar ul > li button {
2201
+ width: -webkit-fill-available;
2202
+ height: initial;
2203
+ box-sizing: border-box;
2204
+ padding: 3px 4px 2px 4px;
2205
+ margin: 0;
2206
+ }
2207
+ .w-md-editor-toolbar {
2208
+ border-bottom: 1px solid var(--md-editor-box-shadow-color);
2209
+ background-color: var(--md-editor-background-color);
2210
+ padding: 3px;
2211
+ display: flex;
2212
+ justify-content: space-between;
2213
+ align-items: center;
2214
+ border-radius: 3px 3px 0 0;
2215
+ -webkit-user-select: none;
2216
+ user-select: none;
2217
+ flex-wrap: wrap;
2218
+ }
2219
+ .w-md-editor-toolbar.bottom {
2220
+ border-bottom: 0px;
2221
+ border-top: 1px solid var(--md-editor-box-shadow-color);
2222
+ border-radius: 0 0 3px 3px;
2223
+ }
2224
+ .w-md-editor-toolbar ul, .w-md-editor-toolbar li {
2225
+ margin: 0;
2226
+ padding: 0;
2227
+ list-style: none;
2228
+ line-height: initial;
2229
+ }
2230
+ .w-md-editor-toolbar li {
2231
+ display: inline-block;
2232
+ font-size: 14px;
2233
+ }
2234
+ .w-md-editor-toolbar li + li {
2235
+ margin: 0;
2236
+ }
2237
+ .w-md-editor-toolbar li > button {
2238
+ border: none;
2239
+ height: 20px;
2240
+ line-height: 14px;
2241
+ background: none;
2242
+ padding: 4px;
2243
+ margin: 0 1px;
2244
+ border-radius: 2px;
2245
+ text-transform: none;
2246
+ font-weight: normal;
2247
+ overflow: visible;
2248
+ outline: none;
2249
+ cursor: pointer;
2250
+ transition: all 0.3s;
2251
+ white-space: nowrap;
2252
+ color: var(--color-fg-default);
2253
+ }
2254
+ .w-md-editor-toolbar li > button:hover, .w-md-editor-toolbar li > button:focus {
2255
+ background-color: var(--color-neutral-muted);
2256
+ color: var(--color-accent-fg);
2257
+ }
2258
+ .w-md-editor-toolbar li > button:active {
2259
+ background-color: var(--color-neutral-muted);
2260
+ color: var(--color-danger-fg);
2261
+ }
2262
+ .w-md-editor-toolbar li > button:disabled {
2263
+ color: var(--md-editor-box-shadow-color);
2264
+ cursor: not-allowed;
2265
+ }
2266
+ .w-md-editor-toolbar li > button:disabled:hover {
2267
+ background-color: transparent;
2268
+ color: var(--md-editor-box-shadow-color);
2269
+ }
2270
+ .w-md-editor-toolbar li.active > button {
2271
+ color: var(--color-accent-fg);
2272
+ background-color: var(--color-neutral-muted);
2273
+ }
2274
+ .w-md-editor-toolbar-divider {
2275
+ height: 14px;
2276
+ width: 1px;
2277
+ margin: -3px 3px 0 3px !important;
2278
+ vertical-align: middle;
2279
+ background-color: var(--md-editor-box-shadow-color);
2280
+ }
2281
+ .w-md-editor {
2282
+ text-align: left;
2283
+ border-radius: 3px;
2284
+ padding-bottom: 1px;
2285
+ position: relative;
2286
+ color: var(--color-fg-default);
2287
+ --md-editor-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2288
+ --md-editor-background-color: var(--color-canvas-default, #ffffff);
2289
+ --md-editor-box-shadow-color: var(--color-border-default, #d0d7de);
2290
+ box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
2291
+ background-color: var(--md-editor-background-color);
2292
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2293
+ display: flex;
2294
+ flex-direction: column;
2295
+ }
2296
+ .w-md-editor.w-md-editor-rtl {
2297
+ direction: rtl !important;
2298
+ text-align: right !important;
2299
+ }
2300
+ .w-md-editor.w-md-editor-rtl .w-md-editor-preview {
2301
+ right: unset !important;
2302
+ left: 0;
2303
+ text-align: right !important;
2304
+ box-shadow: inset -1px 0 0 0 var(--md-editor-box-shadow-color);
2305
+ }
2306
+ .w-md-editor.w-md-editor-rtl .w-md-editor-text {
2307
+ text-align: right !important;
2308
+ }
2309
+ .w-md-editor-toolbar {
2310
+ height: fit-content;
2311
+ }
2312
+ .w-md-editor-content {
2313
+ height: 100%;
2314
+ overflow: auto;
2315
+ position: relative;
2316
+ border-radius: 0 0 3px 0;
2317
+ }
2318
+ .w-md-editor .copied {
2319
+ display: none !important;
2320
+ }
2321
+ .w-md-editor-input {
2322
+ width: 50%;
2323
+ height: 100%;
2324
+ }
2325
+ .w-md-editor-text-pre > code {
2326
+ word-break: break-word !important;
2327
+ white-space: pre-wrap !important;
2328
+ }
2329
+ .w-md-editor-preview {
2330
+ width: 50%;
2331
+ box-sizing: border-box;
2332
+ box-shadow: inset 1px 0 0 0 var(--md-editor-box-shadow-color);
2333
+ position: absolute;
2334
+ padding: 10px 20px;
2335
+ overflow: auto;
2336
+ top: 0;
2337
+ right: 0;
2338
+ bottom: 0;
2339
+ border-radius: 0 0 5px 0;
2340
+ display: flex;
2341
+ flex-direction: column;
2342
+ }
2343
+ .w-md-editor-preview .anchor {
2344
+ display: none;
2345
+ }
2346
+ .w-md-editor-preview .contains-task-list li.task-list-item {
2347
+ list-style: none;
2348
+ }
2349
+ .w-md-editor-show-preview .w-md-editor-input {
2350
+ width: 0%;
2351
+ overflow: hidden;
2352
+ background-color: var(--md-editor-background-color);
2353
+ }
2354
+ .w-md-editor-show-preview .w-md-editor-preview {
2355
+ width: 100%;
2356
+ box-shadow: inset 0 0 0 0;
2357
+ }
2358
+ .w-md-editor-show-edit .w-md-editor-input {
2359
+ width: 100%;
2360
+ }
2361
+ .w-md-editor-show-edit .w-md-editor-preview {
2362
+ width: 0%;
2363
+ padding: 0;
2364
+ }
2365
+ .w-md-editor-fullscreen {
2366
+ overflow: hidden;
2367
+ position: fixed;
2368
+ z-index: 99999;
2369
+ top: 0;
2370
+ left: 0;
2371
+ right: 0;
2372
+ bottom: 0;
2373
+ height: 100% !important;
2374
+ }
2375
+ .w-md-editor-fullscreen .w-md-editor-content {
2376
+ height: 100%;
2377
+ }
2378
+ @media (prefers-color-scheme: dark) {
2379
+ .wmde-markdown, .wmde-markdown-var {
2380
+ color-scheme: dark;
2381
+ --color-prettylights-syntax-comment: #8b949e;
2382
+ --color-prettylights-syntax-constant: #79c0ff;
2383
+ --color-prettylights-syntax-entity: #d2a8ff;
2384
+ --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
2385
+ --color-prettylights-syntax-entity-tag: #7ee787;
2386
+ --color-prettylights-syntax-keyword: #ff7b72;
2387
+ --color-prettylights-syntax-string: #a5d6ff;
2388
+ --color-prettylights-syntax-variable: #ffa657;
2389
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
2390
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
2391
+ --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
2392
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
2393
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
2394
+ --color-prettylights-syntax-string-regexp: #7ee787;
2395
+ --color-prettylights-syntax-markup-list: #f2cc60;
2396
+ --color-prettylights-syntax-markup-heading: #1f6feb;
2397
+ --color-prettylights-syntax-markup-italic: #c9d1d9;
2398
+ --color-prettylights-syntax-markup-bold: #c9d1d9;
2399
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
2400
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
2401
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
2402
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
2403
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
2404
+ --color-prettylights-syntax-markup-changed-bg: #5a1e02;
2405
+ --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
2406
+ --color-prettylights-syntax-markup-ignored-bg: #1158c7;
2407
+ --color-prettylights-syntax-meta-diff-range: #d2a8ff;
2408
+ --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
2409
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
2410
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
2411
+ --color-fg-default: #c9d1d9;
2412
+ --color-fg-muted: #8b949e;
2413
+ --color-fg-subtle: #484f58;
2414
+ --color-canvas-default: #0d1117;
2415
+ --color-canvas-subtle: #161b22;
2416
+ --color-border-default: #30363d;
2417
+ --color-border-muted: #21262d;
2418
+ --color-neutral-muted: rgba(110, 118, 129, 0.4);
2419
+ --color-accent-fg: #58a6ff;
2420
+ --color-accent-emphasis: #1f6feb;
2421
+ --color-attention-subtle: rgba(187, 128, 9, 0.15);
2422
+ --color-danger-fg: #f85149;
2423
+ --color-danger-emphasis: #da3633;
2424
+ --color-attention-fg: #d29922;
2425
+ --color-attention-emphasis: #9e6a03;
2426
+ --color-done-fg: #a371f7;
2427
+ --color-done-emphasis: #8957e5;
2428
+ --color-success-fg: #3fb950;
2429
+ --color-success-emphasis: #238636;
2430
+ --color-copied-active-bg: #2e9b33;
2431
+ }
2432
+ }
2433
+ @media (prefers-color-scheme: light) {
2434
+ .wmde-markdown, .wmde-markdown-var {
2435
+ color-scheme: light;
2436
+ --color-prettylights-syntax-comment: #6e7781;
2437
+ --color-prettylights-syntax-constant: #0550ae;
2438
+ --color-prettylights-syntax-entity: #8250df;
2439
+ --color-prettylights-syntax-storage-modifier-import: #24292f;
2440
+ --color-prettylights-syntax-entity-tag: #116329;
2441
+ --color-prettylights-syntax-keyword: #cf222e;
2442
+ --color-prettylights-syntax-string: #0a3069;
2443
+ --color-prettylights-syntax-variable: #953800;
2444
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
2445
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
2446
+ --color-prettylights-syntax-invalid-illegal-bg: #82071e;
2447
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
2448
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
2449
+ --color-prettylights-syntax-string-regexp: #116329;
2450
+ --color-prettylights-syntax-markup-list: #3b2300;
2451
+ --color-prettylights-syntax-markup-heading: #0550ae;
2452
+ --color-prettylights-syntax-markup-italic: #24292f;
2453
+ --color-prettylights-syntax-markup-bold: #24292f;
2454
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
2455
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
2456
+ --color-prettylights-syntax-markup-inserted-text: #116329;
2457
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
2458
+ --color-prettylights-syntax-markup-changed-text: #953800;
2459
+ --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
2460
+ --color-prettylights-syntax-markup-ignored-text: #eaeef2;
2461
+ --color-prettylights-syntax-markup-ignored-bg: #0550ae;
2462
+ --color-prettylights-syntax-meta-diff-range: #8250df;
2463
+ --color-prettylights-syntax-brackethighlighter-angle: #57606a;
2464
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
2465
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
2466
+ --color-fg-default: #24292f;
2467
+ --color-fg-muted: #57606a;
2468
+ --color-fg-subtle: #6e7781;
2469
+ --color-canvas-default: #ffffff;
2470
+ --color-canvas-subtle: #f6f8fa;
2471
+ --color-border-default: #d0d7de;
2472
+ --color-border-muted: hsl(210, 18%, 87%);
2473
+ --color-neutral-muted: rgba(175, 184, 193, 0.2);
2474
+ --color-accent-fg: #0969da;
2475
+ --color-accent-emphasis: #0969da;
2476
+ --color-attention-subtle: #fff8c5;
2477
+ --color-danger-fg: #d1242f;
2478
+ --color-danger-emphasis: #cf222e;
2479
+ --color-attention-fg: #9a6700;
2480
+ --color-attention-emphasis: #9a6700;
2481
+ --color-done-fg: #8250df;
2482
+ --color-done-emphasis: #8250df;
2483
+ --color-success-fg: #1a7f37;
2484
+ --color-success-emphasis: #1f883d;
2485
+ --color-copied-active-bg: #2e9b33;
2486
+ }
2487
+ }
2488
+ [data-color-mode*='dark'] .wmde-markdown, [data-color-mode*='dark'] .wmde-markdown-var, .wmde-markdown-var[data-color-mode*='dark'], .wmde-markdown[data-color-mode*='dark'], body[data-color-mode*='dark'] {
2489
+ color-scheme: dark;
2490
+ --color-prettylights-syntax-comment: #8b949e;
2491
+ --color-prettylights-syntax-constant: #79c0ff;
2492
+ --color-prettylights-syntax-entity: #d2a8ff;
2493
+ --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
2494
+ --color-prettylights-syntax-entity-tag: #7ee787;
2495
+ --color-prettylights-syntax-keyword: #ff7b72;
2496
+ --color-prettylights-syntax-string: #a5d6ff;
2497
+ --color-prettylights-syntax-variable: #ffa657;
2498
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
2499
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
2500
+ --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
2501
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
2502
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
2503
+ --color-prettylights-syntax-string-regexp: #7ee787;
2504
+ --color-prettylights-syntax-markup-list: #f2cc60;
2505
+ --color-prettylights-syntax-markup-heading: #1f6feb;
2506
+ --color-prettylights-syntax-markup-italic: #c9d1d9;
2507
+ --color-prettylights-syntax-markup-bold: #c9d1d9;
2508
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
2509
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
2510
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
2511
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
2512
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
2513
+ --color-prettylights-syntax-markup-changed-bg: #5a1e02;
2514
+ --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
2515
+ --color-prettylights-syntax-markup-ignored-bg: #1158c7;
2516
+ --color-prettylights-syntax-meta-diff-range: #d2a8ff;
2517
+ --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
2518
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
2519
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
2520
+ --color-fg-default: #c9d1d9;
2521
+ --color-fg-muted: #8b949e;
2522
+ --color-fg-subtle: #484f58;
2523
+ --color-canvas-default: #0d1117;
2524
+ --color-canvas-subtle: #161b22;
2525
+ --color-border-default: #30363d;
2526
+ --color-border-muted: #21262d;
2527
+ --color-neutral-muted: rgba(110, 118, 129, 0.4);
2528
+ --color-accent-fg: #58a6ff;
2529
+ --color-accent-emphasis: #1f6feb;
2530
+ --color-attention-subtle: rgba(187, 128, 9, 0.15);
2531
+ --color-danger-fg: #f85149;
2532
+ }
2533
+ [data-color-mode*='light'] .wmde-markdown, [data-color-mode*='light'] .wmde-markdown-var, .wmde-markdown-var[data-color-mode*='light'], .wmde-markdown[data-color-mode*='light'], body[data-color-mode*='light'] {
2534
+ color-scheme: light;
2535
+ --color-prettylights-syntax-comment: #6e7781;
2536
+ --color-prettylights-syntax-constant: #0550ae;
2537
+ --color-prettylights-syntax-entity: #8250df;
2538
+ --color-prettylights-syntax-storage-modifier-import: #24292f;
2539
+ --color-prettylights-syntax-entity-tag: #116329;
2540
+ --color-prettylights-syntax-keyword: #cf222e;
2541
+ --color-prettylights-syntax-string: #0a3069;
2542
+ --color-prettylights-syntax-variable: #953800;
2543
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
2544
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
2545
+ --color-prettylights-syntax-invalid-illegal-bg: #82071e;
2546
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
2547
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
2548
+ --color-prettylights-syntax-string-regexp: #116329;
2549
+ --color-prettylights-syntax-markup-list: #3b2300;
2550
+ --color-prettylights-syntax-markup-heading: #0550ae;
2551
+ --color-prettylights-syntax-markup-italic: #24292f;
2552
+ --color-prettylights-syntax-markup-bold: #24292f;
2553
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
2554
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
2555
+ --color-prettylights-syntax-markup-inserted-text: #116329;
2556
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
2557
+ --color-prettylights-syntax-markup-changed-text: #953800;
2558
+ --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
2559
+ --color-prettylights-syntax-markup-ignored-text: #eaeef2;
2560
+ --color-prettylights-syntax-markup-ignored-bg: #0550ae;
2561
+ --color-prettylights-syntax-meta-diff-range: #8250df;
2562
+ --color-prettylights-syntax-brackethighlighter-angle: #57606a;
2563
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
2564
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
2565
+ --color-fg-default: #24292f;
2566
+ --color-fg-muted: #57606a;
2567
+ --color-fg-subtle: #6e7781;
2568
+ --color-canvas-default: #ffffff;
2569
+ --color-canvas-subtle: #f6f8fa;
2570
+ --color-border-default: #d0d7de;
2571
+ --color-border-muted: hsl(210, 18%, 87%);
2572
+ --color-neutral-muted: rgba(175, 184, 193, 0.2);
2573
+ --color-accent-fg: #0969da;
2574
+ --color-accent-emphasis: #0969da;
2575
+ --color-attention-subtle: #fff8c5;
2576
+ --color-danger-fg: #cf222e;
2577
+ }
2578
+ .wmde-markdown {
2579
+ -webkit-text-size-adjust: 100%;
2580
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
2581
+ font-size: 16px;
2582
+ line-height: 1.5;
2583
+ word-wrap: break-word;
2584
+ color: var(--color-fg-default);
2585
+ background-color: var(--color-canvas-default);
2586
+ }
2587
+ .wmde-markdown details, .wmde-markdown figcaption, .wmde-markdown figure {
2588
+ display: block;
2589
+ }
2590
+ .wmde-markdown summary {
2591
+ display: list-item;
2592
+ }
2593
+ .wmde-markdown [hidden] {
2594
+ display: none !important;
2595
+ }
2596
+ .wmde-markdown a {
2597
+ background-color: transparent;
2598
+ color: var(--color-accent-fg);
2599
+ text-decoration: none;
2600
+ }
2601
+ .wmde-markdown a:active, .wmde-markdown a:hover {
2602
+ outline-width: 0;
2603
+ }
2604
+ .wmde-markdown abbr[title] {
2605
+ border-bottom: none;
2606
+ -webkit-text-decoration: underline dotted;
2607
+ text-decoration: underline dotted;
2608
+ }
2609
+ .wmde-markdown b, .wmde-markdown strong {
2610
+ font-weight: 600;
2611
+ }
2612
+ .wmde-markdown dfn {
2613
+ font-style: italic;
2614
+ }
2615
+ .wmde-markdown h1 {
2616
+ margin: 0.67em 0;
2617
+ font-weight: 600;
2618
+ padding-bottom: 0.3em;
2619
+ font-size: 2em;
2620
+ border-bottom: 1px solid var(--color-border-muted);
2621
+ }
2622
+ .wmde-markdown mark {
2623
+ background-color: var(--color-attention-subtle);
2624
+ color: var(--color-text-primary);
2625
+ }
2626
+ .wmde-markdown small {
2627
+ font-size: 90%;
2628
+ }
2629
+ .wmde-markdown sub, .wmde-markdown sup {
2630
+ font-size: 75%;
2631
+ line-height: 0;
2632
+ position: relative;
2633
+ vertical-align: baseline;
2634
+ }
2635
+ .wmde-markdown sub {
2636
+ bottom: -0.25em;
2637
+ }
2638
+ .wmde-markdown sup {
2639
+ top: -0.5em;
2640
+ }
2641
+ .wmde-markdown img {
2642
+ display: inline-block;
2643
+ border-style: none;
2644
+ max-width: 100%;
2645
+ box-sizing: content-box;
2646
+ background-color: var(--color-canvas-default);
2647
+ }
2648
+ .wmde-markdown code, .wmde-markdown kbd, .wmde-markdown pre, .wmde-markdown samp {
2649
+ font-family: monospace, monospace;
2650
+ font-size: 1em;
2651
+ }
2652
+ .wmde-markdown figure {
2653
+ margin: 1em 40px;
2654
+ }
2655
+ .wmde-markdown hr {
2656
+ box-sizing: content-box;
2657
+ overflow: hidden;
2658
+ background: transparent;
2659
+ border: 0;
2660
+ border-bottom: 1px solid var(--color-border-muted);
2661
+ height: 0.25em;
2662
+ padding: 0;
2663
+ margin: 24px 0;
2664
+ background-color: var(--color-border-default);
2665
+ }
2666
+ .wmde-markdown input {
2667
+ font: inherit;
2668
+ margin: 0;
2669
+ overflow: visible;
2670
+ font-family: inherit;
2671
+ font-size: inherit;
2672
+ line-height: inherit;
2673
+ }
2674
+ .wmde-markdown [type='button'], .wmde-markdown [type='reset'], .wmde-markdown [type='submit'] {
2675
+ -webkit-appearance: button;
2676
+ }
2677
+ .wmde-markdown [type='button']::-moz-focus-inner, .wmde-markdown [type='reset']::-moz-focus-inner, .wmde-markdown [type='submit']::-moz-focus-inner {
2678
+ border-style: none;
2679
+ padding: 0;
2680
+ }
2681
+ .wmde-markdown [type='button']:-moz-focusring, .wmde-markdown [type='reset']:-moz-focusring, .wmde-markdown [type='submit']:-moz-focusring {
2682
+ outline: 1px dotted ButtonText;
2683
+ }
2684
+ .wmde-markdown [type='checkbox'], .wmde-markdown [type='radio'] {
2685
+ box-sizing: border-box;
2686
+ padding: 0;
2687
+ }
2688
+ .wmde-markdown [type='number']::-webkit-inner-spin-button, .wmde-markdown [type='number']::-webkit-outer-spin-button {
2689
+ height: auto;
2690
+ }
2691
+ .wmde-markdown [type='search'] {
2692
+ -webkit-appearance: textfield;
2693
+ outline-offset: -2px;
2694
+ }
2695
+ .wmde-markdown [type='search']::-webkit-search-cancel-button, .wmde-markdown [type='search']::-webkit-search-decoration {
2696
+ -webkit-appearance: none;
2697
+ }
2698
+ .wmde-markdown ::-webkit-input-placeholder {
2699
+ color: inherit;
2700
+ opacity: 0.54;
2701
+ }
2702
+ .wmde-markdown ::-webkit-file-upload-button {
2703
+ -webkit-appearance: button;
2704
+ font: inherit;
2705
+ }
2706
+ .wmde-markdown a:hover {
2707
+ text-decoration: underline;
2708
+ }
2709
+ .wmde-markdown hr::before {
2710
+ display: table;
2711
+ content: '';
2712
+ }
2713
+ .wmde-markdown hr::after {
2714
+ display: table;
2715
+ clear: both;
2716
+ content: '';
2717
+ }
2718
+ .wmde-markdown table {
2719
+ border-spacing: 0;
2720
+ border-collapse: collapse;
2721
+ display: block;
2722
+ width: max-content;
2723
+ max-width: 100%;
2724
+ }
2725
+ .wmde-markdown td, .wmde-markdown th {
2726
+ padding: 0;
2727
+ }
2728
+ .wmde-markdown details summary {
2729
+ cursor: pointer;
2730
+ }
2731
+ .wmde-markdown details:not([open]) > *:not(summary) {
2732
+ display: none !important;
2733
+ }
2734
+ .wmde-markdown kbd {
2735
+ display: inline-block;
2736
+ padding: 3px 5px;
2737
+ font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
2738
+ line-height: 10px;
2739
+ color: var(--color-fg-default);
2740
+ vertical-align: middle;
2741
+ background-color: var(--color-canvas-subtle);
2742
+ border: solid 1px var(--color-neutral-muted);
2743
+ border-bottom-color: var(--color-neutral-muted);
2744
+ border-radius: 6px;
2745
+ box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
2746
+ }
2747
+ .wmde-markdown h1, .wmde-markdown h2, .wmde-markdown h3, .wmde-markdown h4, .wmde-markdown h5, .wmde-markdown h6 {
2748
+ margin-top: 24px;
2749
+ margin-bottom: 16px;
2750
+ font-weight: 600;
2751
+ line-height: 1.25;
2752
+ }
2753
+ .wmde-markdown td, .wmde-markdown th {
2754
+ padding: 0;
2755
+ }
2756
+ .wmde-markdown details summary {
2757
+ cursor: pointer;
2758
+ }
2759
+ .wmde-markdown details:not([open]) > *:not(summary) {
2760
+ display: none !important;
2761
+ }
2762
+ .wmde-markdown kbd {
2763
+ display: inline-block;
2764
+ padding: 3px 5px;
2765
+ font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
2766
+ line-height: 10px;
2767
+ color: var(--color-fg-default);
2768
+ vertical-align: middle;
2769
+ background-color: var(--color-canvas-subtle);
2770
+ border: solid 1px var(--color-neutral-muted);
2771
+ border-bottom-color: var(--color-neutral-muted);
2772
+ border-radius: 6px;
2773
+ box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
2774
+ }
2775
+ .wmde-markdown h1, .wmde-markdown h2, .wmde-markdown h3, .wmde-markdown h4, .wmde-markdown h5, .wmde-markdown h6 {
2776
+ margin-top: 24px;
2777
+ margin-bottom: 16px;
2778
+ font-weight: 600;
2779
+ line-height: 1.25;
2780
+ }
2781
+ .wmde-markdown h2 {
2782
+ font-weight: 600;
2783
+ padding-bottom: 0.3em;
2784
+ font-size: 1.5em;
2785
+ border-bottom: 1px solid var(--color-border-muted);
2786
+ }
2787
+ .wmde-markdown h3 {
2788
+ font-weight: 600;
2789
+ font-size: 1.25em;
2790
+ }
2791
+ .wmde-markdown h4 {
2792
+ font-weight: 600;
2793
+ font-size: 1em;
2794
+ }
2795
+ .wmde-markdown h5 {
2796
+ font-weight: 600;
2797
+ font-size: 0.875em;
2798
+ }
2799
+ .wmde-markdown h6 {
2800
+ font-weight: 600;
2801
+ font-size: 0.85em;
2802
+ color: var(--color-fg-muted);
2803
+ }
2804
+ .wmde-markdown p {
2805
+ margin-top: 0;
2806
+ margin-bottom: 10px;
2807
+ }
2808
+ .wmde-markdown blockquote {
2809
+ margin: 0;
2810
+ padding: 0 1em;
2811
+ color: var(--color-fg-muted);
2812
+ border-left: 0.25em solid var(--color-border-default);
2813
+ }
2814
+ .wmde-markdown ul, .wmde-markdown ol {
2815
+ margin-top: 0;
2816
+ margin-bottom: 0;
2817
+ padding-left: 2em;
2818
+ }
2819
+ .wmde-markdown ol ol, .wmde-markdown ul ol {
2820
+ list-style-type: lower-roman;
2821
+ }
2822
+ .wmde-markdown ul ul ol, .wmde-markdown ul ol ol, .wmde-markdown ol ul ol, .wmde-markdown ol ol ol {
2823
+ list-style-type: lower-alpha;
2824
+ }
2825
+ .wmde-markdown dd {
2826
+ margin-left: 0;
2827
+ }
2828
+ .wmde-markdown tt, .wmde-markdown code {
2829
+ font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
2830
+ font-size: 12px;
2831
+ }
2832
+ .wmde-markdown pre {
2833
+ margin-top: 0;
2834
+ margin-bottom: 0;
2835
+ font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
2836
+ font-size: 12px;
2837
+ word-wrap: normal;
2838
+ }
2839
+ .wmde-markdown .octicon {
2840
+ display: inline-block;
2841
+ overflow: visible !important;
2842
+ vertical-align: text-bottom;
2843
+ fill: currentColor;
2844
+ }
2845
+ .wmde-markdown ::placeholder {
2846
+ color: var(--color-fg-subtle);
2847
+ opacity: 1;
2848
+ }
2849
+ .wmde-markdown input::-webkit-outer-spin-button, .wmde-markdown input::-webkit-inner-spin-button {
2850
+ margin: 0;
2851
+ appearance: none;
2852
+ }
2853
+ .wmde-markdown [data-catalyst] {
2854
+ display: block;
2855
+ }
2856
+ .wmde-markdown::before {
2857
+ display: table;
2858
+ content: '';
2859
+ }
2860
+ .wmde-markdown::after {
2861
+ display: table;
2862
+ clear: both;
2863
+ content: '';
2864
+ }
2865
+ .wmde-markdown > *:first-child {
2866
+ margin-top: 0 !important;
2867
+ }
2868
+ .wmde-markdown > *:last-child {
2869
+ margin-bottom: 0 !important;
2870
+ }
2871
+ .wmde-markdown a:not([href]) {
2872
+ color: inherit;
2873
+ text-decoration: none;
2874
+ }
2875
+ .wmde-markdown .absent {
2876
+ color: var(--color-danger-fg);
2877
+ }
2878
+ .wmde-markdown a.anchor {
2879
+ float: left;
2880
+ padding-right: 4px;
2881
+ margin-left: -20px;
2882
+ line-height: 1;
2883
+ }
2884
+ .wmde-markdown .anchor:focus {
2885
+ outline: none;
2886
+ }
2887
+ .wmde-markdown p, .wmde-markdown blockquote, .wmde-markdown ul, .wmde-markdown ol, .wmde-markdown dl, .wmde-markdown table, .wmde-markdown pre, .wmde-markdown details {
2888
+ margin-top: 0;
2889
+ margin-bottom: 16px;
2890
+ }
2891
+ .wmde-markdown blockquote > :first-child {
2892
+ margin-top: 0;
2893
+ }
2894
+ .wmde-markdown blockquote > :last-child {
2895
+ margin-bottom: 0;
2896
+ }
2897
+ .wmde-markdown sup > a::before {
2898
+ content: '[';
2899
+ }
2900
+ .wmde-markdown sup > a::after {
2901
+ content: ']';
2902
+ }
2903
+ .wmde-markdown h1 .octicon-link, .wmde-markdown h2 .octicon-link, .wmde-markdown h3 .octicon-link, .wmde-markdown h4 .octicon-link, .wmde-markdown h5 .octicon-link, .wmde-markdown h6 .octicon-link {
2904
+ color: var(--color-fg-default);
2905
+ vertical-align: middle;
2906
+ visibility: hidden;
2907
+ }
2908
+ .wmde-markdown h1:hover .anchor, .wmde-markdown h2:hover .anchor, .wmde-markdown h3:hover .anchor, .wmde-markdown h4:hover .anchor, .wmde-markdown h5:hover .anchor, .wmde-markdown h6:hover .anchor {
2909
+ text-decoration: none;
2910
+ }
2911
+ .wmde-markdown h1:hover .anchor .octicon-link, .wmde-markdown h2:hover .anchor .octicon-link, .wmde-markdown h3:hover .anchor .octicon-link, .wmde-markdown h4:hover .anchor .octicon-link, .wmde-markdown h5:hover .anchor .octicon-link, .wmde-markdown h6:hover .anchor .octicon-link {
2912
+ visibility: visible;
2913
+ }
2914
+ .wmde-markdown h1 tt, .wmde-markdown h1 code, .wmde-markdown h2 tt, .wmde-markdown h2 code, .wmde-markdown h3 tt, .wmde-markdown h3 code, .wmde-markdown h4 tt, .wmde-markdown h4 code, .wmde-markdown h5 tt, .wmde-markdown h5 code, .wmde-markdown h6 tt, .wmde-markdown h6 code {
2915
+ padding: 0 0.2em;
2916
+ font-size: inherit;
2917
+ }
2918
+ .wmde-markdown ul.no-list, .wmde-markdown ol.no-list {
2919
+ padding: 0;
2920
+ list-style-type: none;
2921
+ }
2922
+ .wmde-markdown ol[type='1'] {
2923
+ list-style-type: decimal;
2924
+ }
2925
+ .wmde-markdown ol[type='a'] {
2926
+ list-style-type: lower-alpha;
2927
+ }
2928
+ .wmde-markdown ol[type='i'] {
2929
+ list-style-type: lower-roman;
2930
+ }
2931
+ .wmde-markdown div > ol:not([type]) {
2932
+ list-style-type: decimal;
2933
+ }
2934
+ .wmde-markdown ul ul, .wmde-markdown ul ol, .wmde-markdown ol ol, .wmde-markdown ol ul {
2935
+ margin-top: 0;
2936
+ margin-bottom: 0;
2937
+ }
2938
+ .wmde-markdown li > p {
2939
+ margin-top: 16px;
2940
+ }
2941
+ .wmde-markdown li + li {
2942
+ margin-top: 0.25em;
2943
+ }
2944
+ .wmde-markdown dl {
2945
+ padding: 0;
2946
+ }
2947
+ .wmde-markdown dl dt {
2948
+ padding: 0;
2949
+ margin-top: 16px;
2950
+ font-size: 1em;
2951
+ font-style: italic;
2952
+ font-weight: 600;
2953
+ }
2954
+ .wmde-markdown dl dd {
2955
+ padding: 0 16px;
2956
+ margin-bottom: 16px;
2957
+ }
2958
+ .wmde-markdown table th {
2959
+ font-weight: 600;
2960
+ }
2961
+ .wmde-markdown table th, .wmde-markdown table td {
2962
+ padding: 6px 13px;
2963
+ border: 1px solid var(--color-border-default);
2964
+ }
2965
+ .wmde-markdown table tr {
2966
+ background-color: var(--color-canvas-default);
2967
+ border-top: 1px solid var(--color-border-muted);
2968
+ }
2969
+ .wmde-markdown table tr:nth-child(2n) {
2970
+ background-color: var(--color-canvas-subtle);
2971
+ }
2972
+ .wmde-markdown table img {
2973
+ background-color: transparent;
2974
+ }
2975
+ .wmde-markdown img[align='right'] {
2976
+ padding-left: 20px;
2977
+ }
2978
+ .wmde-markdown img[align='left'] {
2979
+ padding-right: 20px;
2980
+ }
2981
+ .wmde-markdown .emoji {
2982
+ max-width: none;
2983
+ vertical-align: text-top;
2984
+ background-color: transparent;
2985
+ }
2986
+ .wmde-markdown span.frame {
2987
+ display: block;
2988
+ overflow: hidden;
2989
+ }
2990
+ .wmde-markdown span.frame > span {
2991
+ display: block;
2992
+ float: left;
2993
+ width: auto;
2994
+ padding: 7px;
2995
+ margin: 13px 0 0;
2996
+ overflow: hidden;
2997
+ border: 1px solid var(--color-border-default);
2998
+ }
2999
+ .wmde-markdown span.frame span img {
3000
+ display: block;
3001
+ float: left;
3002
+ }
3003
+ .wmde-markdown span.frame span span {
3004
+ display: block;
3005
+ padding: 5px 0 0;
3006
+ clear: both;
3007
+ color: var(--color-fg-default);
3008
+ }
3009
+ .wmde-markdown span.align-center {
3010
+ display: block;
3011
+ overflow: hidden;
3012
+ clear: both;
3013
+ }
3014
+ .wmde-markdown span.align-center > span {
3015
+ display: block;
3016
+ margin: 13px auto 0;
3017
+ overflow: hidden;
3018
+ text-align: center;
3019
+ }
3020
+ .wmde-markdown span.align-center span img {
3021
+ margin: 0 auto;
3022
+ text-align: center;
3023
+ }
3024
+ .wmde-markdown span.align-right {
3025
+ display: block;
3026
+ overflow: hidden;
3027
+ clear: both;
3028
+ }
3029
+ .wmde-markdown span.align-right > span {
3030
+ display: block;
3031
+ margin: 13px 0 0;
3032
+ overflow: hidden;
3033
+ text-align: right;
3034
+ }
3035
+ .wmde-markdown span.align-right span img {
3036
+ margin: 0;
3037
+ text-align: right;
3038
+ }
3039
+ .wmde-markdown span.float-left {
3040
+ display: block;
3041
+ float: left;
3042
+ margin-right: 13px;
3043
+ overflow: hidden;
3044
+ }
3045
+ .wmde-markdown span.float-left span {
3046
+ margin: 13px 0 0;
3047
+ }
3048
+ .wmde-markdown span.float-right {
3049
+ display: block;
3050
+ float: right;
3051
+ margin-left: 13px;
3052
+ overflow: hidden;
3053
+ }
3054
+ .wmde-markdown span.float-right > span {
3055
+ display: block;
3056
+ margin: 13px auto 0;
3057
+ overflow: hidden;
3058
+ text-align: right;
3059
+ }
3060
+ .wmde-markdown code, .wmde-markdown tt {
3061
+ padding: 0.2em 0.4em;
3062
+ margin: 0;
3063
+ font-size: 85%;
3064
+ background-color: var(--color-neutral-muted);
3065
+ border-radius: 6px;
3066
+ }
3067
+ .wmde-markdown code br, .wmde-markdown tt br {
3068
+ display: none;
3069
+ }
3070
+ .wmde-markdown del code {
3071
+ text-decoration: inherit;
3072
+ }
3073
+ .wmde-markdown pre code {
3074
+ font-size: 100%;
3075
+ }
3076
+ .wmde-markdown pre > code {
3077
+ padding: 0;
3078
+ margin: 0;
3079
+ word-break: normal;
3080
+ white-space: pre;
3081
+ background: transparent;
3082
+ border: 0;
3083
+ }
3084
+ .wmde-markdown pre {
3085
+ font-size: 85%;
3086
+ line-height: 1.45;
3087
+ background-color: var(--color-canvas-subtle);
3088
+ border-radius: 6px;
3089
+ }
3090
+ .wmde-markdown pre code, .wmde-markdown pre tt {
3091
+ display: inline;
3092
+ max-width: auto;
3093
+ padding: 0;
3094
+ margin: 0;
3095
+ overflow: visible;
3096
+ line-height: inherit;
3097
+ word-wrap: normal;
3098
+ background-color: transparent;
3099
+ border: 0;
3100
+ }
3101
+ .wmde-markdown pre > code {
3102
+ padding: 16px;
3103
+ overflow: auto;
3104
+ display: block;
3105
+ }
3106
+ .wmde-markdown pre > code::-webkit-scrollbar {
3107
+ background: transparent;
3108
+ width: 8px;
3109
+ height: 8px;
3110
+ }
3111
+ .wmde-markdown pre > code::-webkit-scrollbar-thumb {
3112
+ background: var(--color-fg-muted);
3113
+ border-radius: 10px;
3114
+ }
3115
+ .wmde-markdown .csv-data td, .wmde-markdown .csv-data th {
3116
+ padding: 5px;
3117
+ overflow: hidden;
3118
+ font-size: 12px;
3119
+ line-height: 1;
3120
+ text-align: left;
3121
+ white-space: nowrap;
3122
+ }
3123
+ .wmde-markdown .csv-data .blob-num {
3124
+ padding: 10px 8px 9px;
3125
+ text-align: right;
3126
+ background: var(--color-canvas-default);
3127
+ border: 0;
3128
+ }
3129
+ .wmde-markdown .csv-data tr {
3130
+ border-top: 0;
3131
+ }
3132
+ .wmde-markdown .csv-data th {
3133
+ font-weight: 600;
3134
+ background: var(--color-canvas-subtle);
3135
+ border-top: 0;
3136
+ }
3137
+ .wmde-markdown .footnotes {
3138
+ font-size: 12px;
3139
+ color: var(--color-fg-muted);
3140
+ border-top: 1px solid var(--color-border-default);
3141
+ }
3142
+ .wmde-markdown .footnotes ol {
3143
+ padding-left: 16px;
3144
+ }
3145
+ .wmde-markdown .footnotes li {
3146
+ position: relative;
3147
+ }
3148
+ .wmde-markdown .footnotes li:target::before {
3149
+ position: absolute;
3150
+ top: -8px;
3151
+ right: -8px;
3152
+ bottom: -8px;
3153
+ left: -24px;
3154
+ pointer-events: none;
3155
+ content: '';
3156
+ border: 2px solid var(--color-accent-emphasis);
3157
+ border-radius: 6px;
3158
+ }
3159
+ .wmde-markdown .footnotes li:target {
3160
+ color: var(--color-fg-default);
3161
+ }
3162
+ .wmde-markdown .footnotes .data-footnote-backref g-emoji {
3163
+ font-family: monospace;
3164
+ }
3165
+ .wmde-markdown .task-list-item {
3166
+ list-style-type: none;
3167
+ }
3168
+ .wmde-markdown .task-list-item label {
3169
+ font-weight: 400;
3170
+ }
3171
+ .wmde-markdown .task-list-item.enabled label {
3172
+ cursor: pointer;
3173
+ }
3174
+ .wmde-markdown .task-list-item + .wmde-markdown .task-list-item {
3175
+ margin-top: 3px;
3176
+ }
3177
+ .wmde-markdown .task-list-item .handle {
3178
+ display: none;
3179
+ }
3180
+ .wmde-markdown .task-list-item-checkbox, .wmde-markdown .contains-task-list input[type='checkbox'] {
3181
+ margin: 0 0.2em 0.25em -1.6em;
3182
+ vertical-align: middle;
3183
+ }
3184
+ .wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox, .wmde-markdown .contains-task-list:dir(rtl) input[type='checkbox'] {
3185
+ margin: 0 -1.6em 0.25em 0.2em;
3186
+ }
3187
+ .wmde-markdown ::-webkit-calendar-picker-indicator {
3188
+ filter: invert(50%);
3189
+ }
3190
+ .wmde-markdown pre {
3191
+ position: relative;
3192
+ }
3193
+ .wmde-markdown pre .copied {
3194
+ visibility: hidden;
3195
+ display: flex;
3196
+ position: absolute;
3197
+ cursor: pointer;
3198
+ color: var(--color-fg-default);
3199
+ top: 6px;
3200
+ right: 6px;
3201
+ border-radius: 5px;
3202
+ background: var(--color-border-default);
3203
+ padding: 6px;
3204
+ font-size: 12px;
3205
+ transition: all 0.3s;
3206
+ }
3207
+ .wmde-markdown pre .copied .octicon-copy {
3208
+ display: block;
3209
+ }
3210
+ .wmde-markdown pre .copied .octicon-check {
3211
+ display: none;
3212
+ }
3213
+ .wmde-markdown pre:hover .copied {
3214
+ visibility: visible;
3215
+ }
3216
+ .wmde-markdown pre:hover .copied:hover {
3217
+ background: var(--color-prettylights-syntax-entity-tag);
3218
+ color: var(--color-canvas-default);
3219
+ }
3220
+ .wmde-markdown pre:hover .copied:active, .wmde-markdown pre .copied.active {
3221
+ background: var(--color-copied-active-bg);
3222
+ color: var(--color-canvas-default);
3223
+ }
3224
+ .wmde-markdown pre .active .octicon-copy {
3225
+ display: none;
3226
+ }
3227
+ .wmde-markdown pre .active .octicon-check {
3228
+ display: block;
3229
+ }
3230
+ .wmde-markdown .markdown-alert {
3231
+ padding: 0.5rem 1em;
3232
+ color: inherit;
3233
+ margin-bottom: 16px;
3234
+ border-left: 0.25em solid var(--borderColor-default, var(--color-border-default));
3235
+ }
3236
+ .wmde-markdown .markdown-alert > :last-child {
3237
+ margin-bottom: 0 !important;
3238
+ }
3239
+ .wmde-markdown .markdown-alert .markdown-alert-title {
3240
+ display: flex;
3241
+ align-items: center;
3242
+ line-height: 1;
3243
+ font-weight: 500;
3244
+ font-size: 14px;
3245
+ }
3246
+ .wmde-markdown .markdown-alert .markdown-alert-title svg.octicon {
3247
+ margin-right: var(--base-size-8, 8px) !important;
3248
+ }
3249
+ .wmde-markdown .markdown-alert.markdown-alert-note {
3250
+ border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
3251
+ }
3252
+ .wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title {
3253
+ color: var(--fgColor-accent, var(--color-accent-fg));
3254
+ }
3255
+ .wmde-markdown .markdown-alert.markdown-alert-tip {
3256
+ border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
3257
+ }
3258
+ .wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title {
3259
+ color: var(--fgColor-success, var(--color-success-fg));
3260
+ }
3261
+ .wmde-markdown .markdown-alert.markdown-alert-important {
3262
+ border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
3263
+ }
3264
+ .wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title {
3265
+ color: var(--fgColor-done, var(--color-done-fg));
3266
+ }
3267
+ .wmde-markdown .markdown-alert.markdown-alert-warning {
3268
+ border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
3269
+ }
3270
+ .wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title {
3271
+ color: var(--fgColor-attention, var(--color-attention-fg));
3272
+ }
3273
+ .wmde-markdown .markdown-alert.markdown-alert-caution {
3274
+ border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
3275
+ }
3276
+ .wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title {
3277
+ color: var(--fgColor-danger, var(--color-danger-fg));
3278
+ }
3279
+ .wmde-markdown .highlight-line {
3280
+ background-color: var(--color-neutral-muted);
3281
+ }
3282
+ .wmde-markdown .code-line.line-number::before {
3283
+ display: inline-block;
3284
+ width: 1rem;
3285
+ text-align: right;
3286
+ margin-right: 16px;
3287
+ color: var(--color-fg-subtle);
3288
+ content: attr(line);
3289
+ white-space: nowrap;
3290
+ }
3291
+ .wmde-markdown .token.comment, .wmde-markdown .token.prolog, .wmde-markdown .token.doctype, .wmde-markdown .token.cdata {
3292
+ color: var(--color-prettylights-syntax-comment);
3293
+ }
3294
+ .wmde-markdown .token.namespace {
3295
+ opacity: 0.7;
3296
+ }
3297
+ .wmde-markdown .token.property, .wmde-markdown .token.tag, .wmde-markdown .token.selector, .wmde-markdown .token.constant, .wmde-markdown .token.symbol, .wmde-markdown .token.deleted {
3298
+ color: var(--color-prettylights-syntax-entity-tag);
3299
+ }
3300
+ .wmde-markdown .token.maybe-class-name {
3301
+ color: var(--color-prettylights-syntax-variable);
3302
+ }
3303
+ .wmde-markdown .token.property-access, .wmde-markdown .token.operator, .wmde-markdown .token.boolean, .wmde-markdown .token.number, .wmde-markdown .token.selector .token.class, .wmde-markdown .token.attr-name, .wmde-markdown .token.string, .wmde-markdown .token.char, .wmde-markdown .token.builtin {
3304
+ color: var(--color-prettylights-syntax-constant);
3305
+ }
3306
+ .wmde-markdown .token.deleted {
3307
+ color: var(--color-prettylights-syntax-markup-deleted-text);
3308
+ }
3309
+ .wmde-markdown .code-line .token.deleted {
3310
+ background-color: var(--color-prettylights-syntax-markup-deleted-bg);
3311
+ }
3312
+ .wmde-markdown .token.inserted {
3313
+ color: var(--color-prettylights-syntax-markup-inserted-text);
3314
+ }
3315
+ .wmde-markdown .code-line .token.inserted {
3316
+ background-color: var(--color-prettylights-syntax-markup-inserted-bg);
3317
+ }
3318
+ .wmde-markdown .token.variable {
3319
+ color: var(--color-prettylights-syntax-constant);
3320
+ }
3321
+ .wmde-markdown .token.entity, .wmde-markdown .token.url, .wmde-markdown .language-css .token.string, .wmde-markdown .style .token.string {
3322
+ color: var(--color-prettylights-syntax-string);
3323
+ }
3324
+ .wmde-markdown .token.color, .wmde-markdown .token.atrule, .wmde-markdown .token.attr-value, .wmde-markdown .token.function, .wmde-markdown .token.class-name {
3325
+ color: var(--color-prettylights-syntax-string);
3326
+ }
3327
+ .wmde-markdown .token.rule, .wmde-markdown .token.regex, .wmde-markdown .token.important, .wmde-markdown .token.keyword {
3328
+ color: var(--color-prettylights-syntax-keyword);
3329
+ }
3330
+ .wmde-markdown .token.coord {
3331
+ color: var(--color-prettylights-syntax-meta-diff-range);
3332
+ }
3333
+ .wmde-markdown .token.important, .wmde-markdown .token.bold {
3334
+ font-weight: bold;
3335
+ }
3336
+ .wmde-markdown .token.italic {
3337
+ font-style: italic;
3338
+ }
3339
+ .wmde-markdown .token.entity {
3340
+ cursor: help;
3341
+ }
2052
3342
  @property --tw-rotate-x {
2053
3343
  syntax: "*";
2054
3344
  inherits: false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/network-admin",
3
3
  "description": "Network Admin package for Powerhouse",
4
- "version": "0.0.39",
4
+ "version": "0.0.41",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
7
7
  "files": [