@valaxyjs/devtools 0.25.10 → 0.26.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/client/assets/about-DFkCr74L.js +1 -0
- package/dist/client/assets/categories-WQHmegK2.js +1 -0
- package/dist/client/assets/en-CuU-K24Q.js +1 -0
- package/dist/client/assets/index-BOQddN-T.js +193 -0
- package/dist/client/assets/index-CvA_6hPB.css +1 -0
- package/dist/client/assets/index-mSd4dDwY.css +1 -0
- package/dist/client/assets/index-sawF36IG.js +1189 -0
- package/dist/client/assets/migration-DOxWyldM.js +1 -0
- package/dist/client/assets/splitpanes.es-Ddy4PeYi.js +786 -0
- package/dist/client/assets/tags-DpYmGAmH.js +1 -0
- package/dist/client/assets/zh-CN-D4o2KQ7y.js +1 -0
- package/dist/client/index.html +2 -2
- package/dist/index.mjs +5 -5
- package/package.json +8 -8
- package/dist/client/assets/about-Qob8NrCI.js +0 -11
- package/dist/client/assets/categories-CCrd1lfQ.js +0 -11
- package/dist/client/assets/en-BB5iiffm.js +0 -19
- package/dist/client/assets/index-CJU8Ji_S.css +0 -428
- package/dist/client/assets/index-D2I132od.js +0 -16063
- package/dist/client/assets/index-DIFIjw0M.js +0 -8008
- package/dist/client/assets/index-DKnSvpEK.css +0 -7
- package/dist/client/assets/migration-aHDx9wtc.js +0 -131
- package/dist/client/assets/splitpanes.es-CMU7vWDy.js +0 -5600
- package/dist/client/assets/tags-CsVzcEQ5.js +0 -11
- package/dist/client/assets/zh-CN-C2F6UN5K.js +0 -38
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as e,c,o as t}from"./index-BOQddN-T.js";const n={};function o(r,s){return t(),c("div",null," Tags ")}const _=e(n,[["render",o]]);export{_ as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const t={button:{about:{t:0,b:{t:2,i:[{t:3}],s:"关于"}},back:{t:0,b:{t:2,i:[{t:3}],s:"返回"}},go:{t:0,b:{t:2,i:[{t:3}],s:"确定"}},home:{t:0,b:{t:2,i:[{t:3}],s:"首页"}},toggle_dark:{t:0,b:{t:2,i:[{t:3}],s:"切换深色模式"}},toggle_langs:{t:0,b:{t:2,i:[{t:3}],s:"切换语言"}},save_frontmatter:{t:0,b:{t:2,i:[{t:3}],s:"保存 Frontmatter"}}},pageData:{path:{t:0,b:{t:2,i:[{t:3}],s:"路径"}},filePath:{t:0,b:{t:2,i:[{t:3}],s:"文件路径"}},routePath:{t:0,b:{t:2,i:[{t:3}],s:"路由路径"}}},frontmatter:{title:{t:0,b:{t:2,i:[{t:3}],s:"标题"}},title_zh:{t:0,b:{t:2,i:[{t:3}],s:"中文标题"}},time_warning:{t:0,b:{t:2,i:[{t:3}],s:"过期警告"}},hide:{t:0,b:{t:2,i:[{t:3}],s:"是否隐藏"}},date:{t:0,b:{t:2,i:[{t:3}],s:"创建日期"}},updated:{t:0,b:{t:2,i:[{t:3}],s:"更新日期"}},cover:{t:0,b:{t:2,i:[{t:3}],s:"封面"}},categories:{t:0,b:{t:2,i:[{t:3}],s:"分类"}},tags:{t:0,b:{t:2,i:[{t:3}],s:"标签"}},excerpt:{t:0,b:{t:2,i:[{t:3}],s:"摘要"}},excerpt_type:{t:0,b:{t:2,i:[{t:3}],s:"摘要类型"}},toc:{t:0,b:{t:2,i:[{t:3}],s:"是否展示目录"}},password:{t:0,b:{t:2,i:[{t:3}],s:"密码"}},password_hint:{t:0,b:{t:2,i:[{t:3}],s:"密码提示"}},type:{t:0,b:{t:2,i:[{t:3}],s:"自定义文章类型"}},end:{t:0,b:{t:2,i:[{t:3}],s:"是否完结"}},draft:{t:0,b:{t:2,i:[{t:3}],s:"是否为草稿"}}}};export{t as default};
|
package/dist/client/index.html
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
document.documentElement.classList.toggle('dark', true)
|
|
17
17
|
})()
|
|
18
18
|
</script>
|
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
19
|
+
<script type="module" crossorigin src="./assets/index-BOQddN-T.js"></script>
|
|
20
|
+
<link rel="stylesheet" crossorigin href="./assets/index-CvA_6hPB.css">
|
|
21
21
|
</head>
|
|
22
22
|
|
|
23
23
|
<body data-vite-inspect-mode="DEV">
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { colors } from 'consola/utils';
|
|
2
2
|
import sirv from 'sirv';
|
|
3
3
|
import { createRPCServer } from 'vite-dev-rpc';
|
|
4
|
-
import
|
|
4
|
+
import { dirname, resolve } from 'node:path';
|
|
5
5
|
import { fileURLToPath } from 'node:url';
|
|
6
6
|
import bodyParser from 'body-parser';
|
|
7
7
|
import fs from 'fs-extra';
|
|
@@ -10,6 +10,7 @@ import { JSON_SCHEMA } from 'js-yaml';
|
|
|
10
10
|
import process from 'node:process';
|
|
11
11
|
import dayjs from 'dayjs';
|
|
12
12
|
import fg from 'fast-glob';
|
|
13
|
+
import pathe from 'pathe';
|
|
13
14
|
|
|
14
15
|
const NAMESPACE = "valaxy:devtools";
|
|
15
16
|
|
|
@@ -84,12 +85,11 @@ function registerApi(server, _viteConfig) {
|
|
|
84
85
|
function ensurePrefix(prefix, str) {
|
|
85
86
|
if (!str.startsWith(prefix))
|
|
86
87
|
return prefix + str;
|
|
87
|
-
return str;
|
|
88
88
|
}
|
|
89
89
|
function getFunctions(server, devtoolsOptions) {
|
|
90
|
-
const userRoot = devtoolsOptions.userRoot || process.cwd();
|
|
90
|
+
const userRoot = (devtoolsOptions.userRoot || process.cwd()).replace(/\\/g, "/");
|
|
91
91
|
function getRoutePath(filePath) {
|
|
92
|
-
const relativePath =
|
|
92
|
+
const relativePath = pathe.relative(pathe.resolve(userRoot, "pages"), filePath).slice(0, -".md".length);
|
|
93
93
|
return ensurePrefix("/", relativePath);
|
|
94
94
|
}
|
|
95
95
|
return {
|
|
@@ -122,7 +122,7 @@ function getFunctions(server, devtoolsOptions) {
|
|
|
122
122
|
},
|
|
123
123
|
async getPageData(pagePath) {
|
|
124
124
|
const relativePath = pagePath.startsWith("/") ? pagePath.slice(1) : pagePath;
|
|
125
|
-
const file =
|
|
125
|
+
const file = pathe.resolve(userRoot, relativePath);
|
|
126
126
|
const { data } = matter(file);
|
|
127
127
|
return {
|
|
128
128
|
routePath: getRoutePath(file),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valaxyjs/devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.26.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/YunYouJun/valaxy"
|
|
7
7
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@rollup/pluginutils": "^5.2.0",
|
|
26
|
-
"axios": "^1.
|
|
26
|
+
"axios": "^1.11.0",
|
|
27
27
|
"body-parser": "^2.2.0",
|
|
28
28
|
"cors": "^2.8.5",
|
|
29
29
|
"http-proxy-middleware": "^3.0.5",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"@advjs/gui": "0.0.7-beta.7",
|
|
37
37
|
"@iconify-json/ri": "^1.2.5",
|
|
38
38
|
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
39
|
-
"@primevue/themes": "^4.3.
|
|
39
|
+
"@primevue/themes": "^4.3.7",
|
|
40
40
|
"@types/body-parser": "^1.19.6",
|
|
41
41
|
"@types/splitpanes": "^2.2.6",
|
|
42
42
|
"@types/wicg-file-system-access": "^2023.10.6",
|
|
43
43
|
"gray-matter": "^4.0.3",
|
|
44
|
-
"primevue": "^4.3.
|
|
44
|
+
"primevue": "^4.3.7",
|
|
45
45
|
"splitpanes": "^4.0.4",
|
|
46
|
-
"typescript": "^5.
|
|
47
|
-
"unbuild": "^3.
|
|
46
|
+
"typescript": "^5.9.2",
|
|
47
|
+
"unbuild": "^3.6.0",
|
|
48
48
|
"unplugin-vue-router": "^0.14.0",
|
|
49
|
-
"vite": "^7.0.
|
|
50
|
-
"vue-i18n": "^11.1.
|
|
49
|
+
"vite": "^7.0.6",
|
|
50
|
+
"vue-i18n": "^11.1.11"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"clean": "rimraf dist",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { _ as _export_sfc, c as createElementBlock, o as openBlock } from './index-D2I132od.js';
|
|
2
|
-
|
|
3
|
-
/* unplugin-vue-components disabled */const _sfc_main = { };
|
|
4
|
-
|
|
5
|
-
function _sfc_render(_ctx, _cache) {
|
|
6
|
-
return (openBlock(), createElementBlock("div", null, " About "))
|
|
7
|
-
}
|
|
8
|
-
const about = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
9
|
-
/* Injected with object hook! */
|
|
10
|
-
|
|
11
|
-
export { about as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { _ as _export_sfc, c as createElementBlock, o as openBlock } from './index-D2I132od.js';
|
|
2
|
-
|
|
3
|
-
/* unplugin-vue-components disabled */const _sfc_main = { };
|
|
4
|
-
|
|
5
|
-
function _sfc_render(_ctx, _cache) {
|
|
6
|
-
return (openBlock(), createElementBlock("div", null, " Categories "))
|
|
7
|
-
}
|
|
8
|
-
const categories = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
9
|
-
/* Injected with object hook! */
|
|
10
|
-
|
|
11
|
-
export { categories as default };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const resource = {
|
|
2
|
-
"button": {
|
|
3
|
-
"about": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"About"}},
|
|
4
|
-
"back": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Back"}},
|
|
5
|
-
"go": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"GO"}},
|
|
6
|
-
"home": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Home"}},
|
|
7
|
-
"toggle_dark": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Toggle dark mode"}},
|
|
8
|
-
"toggle_langs": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Change languages"}},
|
|
9
|
-
"save_frontmatter": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Save Frontmatter"}}
|
|
10
|
-
},
|
|
11
|
-
"pageData": {
|
|
12
|
-
"path": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Path"}},
|
|
13
|
-
"filePath": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"File Path"}},
|
|
14
|
-
"routePath": {"t":0,"b":{"t":2,"i":[{"t":3}],"s":"Route Path"}}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
/* Injected with object hook! */
|
|
18
|
-
|
|
19
|
-
export { resource as default };
|
|
@@ -1,428 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
3
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
4
|
-
2. [UnoCSS]: allow to override the default border color with css var `--un-default-border-color`
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
*,
|
|
8
|
-
::before,
|
|
9
|
-
::after {
|
|
10
|
-
box-sizing: border-box; /* 1 */
|
|
11
|
-
border-width: 0; /* 2 */
|
|
12
|
-
border-style: solid; /* 2 */
|
|
13
|
-
border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
::before,
|
|
17
|
-
::after {
|
|
18
|
-
--un-content: '';
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/*
|
|
22
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
23
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
24
|
-
3. Use a more readable tab size.
|
|
25
|
-
4. Use the user's configured `sans` font-family by default.
|
|
26
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
27
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
28
|
-
7. Disable tap highlights on iOS.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
html,
|
|
32
|
-
:host {
|
|
33
|
-
line-height: 1.5; /* 1 */
|
|
34
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
35
|
-
-moz-tab-size: 4; /* 3 */
|
|
36
|
-
tab-size: 4; /* 3 */
|
|
37
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
38
|
-
font-feature-settings: normal; /* 5 */
|
|
39
|
-
font-variation-settings: normal; /* 6 */
|
|
40
|
-
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/*
|
|
44
|
-
1. Remove the margin in all browsers.
|
|
45
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
|
-
body {
|
|
49
|
-
margin: 0; /* 1 */
|
|
50
|
-
line-height: inherit; /* 2 */
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/*
|
|
54
|
-
1. Add the correct height in Firefox.
|
|
55
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
56
|
-
3. Ensure horizontal rules are visible by default.
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
hr {
|
|
60
|
-
height: 0; /* 1 */
|
|
61
|
-
color: inherit; /* 2 */
|
|
62
|
-
border-top-width: 1px; /* 3 */
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/*
|
|
66
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
abbr:where([title]) {
|
|
70
|
-
text-decoration: underline dotted;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/*
|
|
74
|
-
Remove the default font size and weight for headings.
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
h1,
|
|
78
|
-
h2,
|
|
79
|
-
h3,
|
|
80
|
-
h4,
|
|
81
|
-
h5,
|
|
82
|
-
h6 {
|
|
83
|
-
font-size: inherit;
|
|
84
|
-
font-weight: inherit;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/*
|
|
88
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
89
|
-
*/
|
|
90
|
-
|
|
91
|
-
a {
|
|
92
|
-
color: inherit;
|
|
93
|
-
text-decoration: inherit;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/*
|
|
97
|
-
Add the correct font weight in Edge and Safari.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
b,
|
|
101
|
-
strong {
|
|
102
|
-
font-weight: bolder;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/*
|
|
106
|
-
1. Use the user's configured `mono` font-family by default.
|
|
107
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
108
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
109
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
110
|
-
*/
|
|
111
|
-
|
|
112
|
-
code,
|
|
113
|
-
kbd,
|
|
114
|
-
samp,
|
|
115
|
-
pre {
|
|
116
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
117
|
-
font-feature-settings: normal; /* 2 */
|
|
118
|
-
font-variation-settings: normal; /* 3 */
|
|
119
|
-
font-size: 1em; /* 4 */
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/*
|
|
123
|
-
Add the correct font size in all browsers.
|
|
124
|
-
*/
|
|
125
|
-
|
|
126
|
-
small {
|
|
127
|
-
font-size: 80%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/*
|
|
131
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
132
|
-
*/
|
|
133
|
-
|
|
134
|
-
sub,
|
|
135
|
-
sup {
|
|
136
|
-
font-size: 75%;
|
|
137
|
-
line-height: 0;
|
|
138
|
-
position: relative;
|
|
139
|
-
vertical-align: baseline;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
sub {
|
|
143
|
-
bottom: -0.25em;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
sup {
|
|
147
|
-
top: -0.5em;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/*
|
|
151
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
152
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
153
|
-
3. Remove gaps between table borders by default.
|
|
154
|
-
*/
|
|
155
|
-
|
|
156
|
-
table {
|
|
157
|
-
text-indent: 0; /* 1 */
|
|
158
|
-
border-color: inherit; /* 2 */
|
|
159
|
-
border-collapse: collapse; /* 3 */
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/*
|
|
163
|
-
1. Change the font styles in all browsers.
|
|
164
|
-
2. Remove the margin in Firefox and Safari.
|
|
165
|
-
3. Remove default padding in all browsers.
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
button,
|
|
169
|
-
input,
|
|
170
|
-
optgroup,
|
|
171
|
-
select,
|
|
172
|
-
textarea {
|
|
173
|
-
font-family: inherit; /* 1 */
|
|
174
|
-
font-feature-settings: inherit; /* 1 */
|
|
175
|
-
font-variation-settings: inherit; /* 1 */
|
|
176
|
-
font-size: 100%; /* 1 */
|
|
177
|
-
font-weight: inherit; /* 1 */
|
|
178
|
-
line-height: inherit; /* 1 */
|
|
179
|
-
color: inherit; /* 1 */
|
|
180
|
-
margin: 0; /* 2 */
|
|
181
|
-
padding: 0; /* 3 */
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/*
|
|
185
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
button,
|
|
189
|
-
select {
|
|
190
|
-
text-transform: none;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/*
|
|
194
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
195
|
-
2. Remove default button styles.
|
|
196
|
-
*/
|
|
197
|
-
|
|
198
|
-
button,
|
|
199
|
-
[type='button'],
|
|
200
|
-
[type='reset'],
|
|
201
|
-
[type='submit'] {
|
|
202
|
-
-webkit-appearance: button; /* 1 */
|
|
203
|
-
background-color: transparent; /* 2 */
|
|
204
|
-
background-image: none; /* 2 */
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/*
|
|
208
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
209
|
-
*/
|
|
210
|
-
|
|
211
|
-
:-moz-focusring {
|
|
212
|
-
outline: auto;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/*
|
|
216
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
:-moz-ui-invalid {
|
|
220
|
-
box-shadow: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/*
|
|
224
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
225
|
-
*/
|
|
226
|
-
|
|
227
|
-
progress {
|
|
228
|
-
vertical-align: baseline;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/*
|
|
232
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
233
|
-
*/
|
|
234
|
-
|
|
235
|
-
::-webkit-inner-spin-button,
|
|
236
|
-
::-webkit-outer-spin-button {
|
|
237
|
-
height: auto;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/*
|
|
241
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
242
|
-
2. Correct the outline style in Safari.
|
|
243
|
-
*/
|
|
244
|
-
|
|
245
|
-
[type='search'] {
|
|
246
|
-
-webkit-appearance: textfield; /* 1 */
|
|
247
|
-
outline-offset: -2px; /* 2 */
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/*
|
|
251
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
252
|
-
*/
|
|
253
|
-
|
|
254
|
-
::-webkit-search-decoration {
|
|
255
|
-
-webkit-appearance: none;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/*
|
|
259
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
260
|
-
2. Change font properties to `inherit` in Safari.
|
|
261
|
-
*/
|
|
262
|
-
|
|
263
|
-
::-webkit-file-upload-button {
|
|
264
|
-
-webkit-appearance: button; /* 1 */
|
|
265
|
-
font: inherit; /* 2 */
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/*
|
|
269
|
-
Add the correct display in Chrome and Safari.
|
|
270
|
-
*/
|
|
271
|
-
|
|
272
|
-
summary {
|
|
273
|
-
display: list-item;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
/*
|
|
277
|
-
Removes the default spacing for appropriate elements.
|
|
278
|
-
*/
|
|
279
|
-
|
|
280
|
-
blockquote,
|
|
281
|
-
dl,
|
|
282
|
-
dd,
|
|
283
|
-
h1,
|
|
284
|
-
h2,
|
|
285
|
-
h3,
|
|
286
|
-
h4,
|
|
287
|
-
h5,
|
|
288
|
-
h6,
|
|
289
|
-
hr,
|
|
290
|
-
figure,
|
|
291
|
-
p,
|
|
292
|
-
pre {
|
|
293
|
-
margin: 0;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
fieldset {
|
|
297
|
-
margin: 0;
|
|
298
|
-
padding: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
legend {
|
|
302
|
-
padding: 0;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
ol,
|
|
306
|
-
ul,
|
|
307
|
-
menu {
|
|
308
|
-
list-style: none;
|
|
309
|
-
margin: 0;
|
|
310
|
-
padding: 0;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
dialog {
|
|
314
|
-
padding: 0;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/*
|
|
318
|
-
Prevent resizing textareas horizontally by default.
|
|
319
|
-
*/
|
|
320
|
-
|
|
321
|
-
textarea {
|
|
322
|
-
resize: vertical;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
/*
|
|
326
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
327
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
328
|
-
*/
|
|
329
|
-
|
|
330
|
-
input::placeholder,
|
|
331
|
-
textarea::placeholder {
|
|
332
|
-
opacity: 1; /* 1 */
|
|
333
|
-
color: #9ca3af; /* 2 */
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
/*
|
|
337
|
-
Set the default cursor for buttons.
|
|
338
|
-
*/
|
|
339
|
-
|
|
340
|
-
button,
|
|
341
|
-
[role="button"] {
|
|
342
|
-
cursor: pointer;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/*
|
|
346
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
347
|
-
*/
|
|
348
|
-
|
|
349
|
-
:disabled {
|
|
350
|
-
cursor: default;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/*
|
|
354
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
355
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
356
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
357
|
-
*/
|
|
358
|
-
|
|
359
|
-
img,
|
|
360
|
-
svg,
|
|
361
|
-
video,
|
|
362
|
-
canvas,
|
|
363
|
-
audio,
|
|
364
|
-
iframe,
|
|
365
|
-
embed,
|
|
366
|
-
object {
|
|
367
|
-
display: block; /* 1 */
|
|
368
|
-
vertical-align: middle; /* 2 */
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/*
|
|
372
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
373
|
-
*/
|
|
374
|
-
|
|
375
|
-
img,
|
|
376
|
-
video {
|
|
377
|
-
max-width: 100%;
|
|
378
|
-
height: auto;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
/*
|
|
382
|
-
Make elements with the HTML hidden attribute stay hidden by default.
|
|
383
|
-
*/
|
|
384
|
-
|
|
385
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
386
|
-
display: none;
|
|
387
|
-
}
|
|
388
|
-
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.dark [i~="dark\:carbon-moon"]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.503 5.414a15.076 15.076 0 0 0 11.593 18.194a11.1 11.1 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.07 13.07 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri-archive-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 10H2V4.003C2 3.449 2.455 3 2.992 3h18.016A.99.99 0 0 1 22 4.003V10h-1v10.002a.996.996 0 0 1-.993.998H3.993A.996.996 0 0 1 3 20.002zm16 0H5v9h14zM4 5v3h16V5zm5 7h6v2H9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri-book-line,[i-ri-book-line=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5M19 20v-3H6.5a1.5 1.5 0 0 0 0 3zM5 15.337A3.5 3.5 0 0 1 6.5 15H19V4H6a1 1 0 0 0-1 1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri-folder-2-line,.i-ri\:folder-2-line,[i-ri-folder-2-line=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM20 11H4v8h16zm0-2V7h-8.414l-2-2H4v4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri-robot-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 4.055A9 9 0 0 1 21 13v9H3v-9a9 9 0 0 1 8-8.945V1h2zM19 20v-7a7 7 0 1 0-14 0v7zm-7-2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-2a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0-2a1 1 0 1 1 0-2a1 1 0 0 1 0 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri-translate,[i-ri-translate=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 15v2a2 2 0 0 0 1.85 1.994L7 19h3v2H7a4 4 0 0 1-4-4v-2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10zm-1 2.885L15.753 16h2.492zM8 2v2h4v7H8v3H6v-3H2V4h4V2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3zM6 6H4v3h2zm4 0H8v3h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri\:information-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16M11 7h2v2h-2zm0 4h2v6h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-ri\:price-tag-3-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10.904 2.1l9.9 1.414l1.414 9.9l-9.192 9.192a1 1 0 0 1-1.415 0l-9.9-9.9a1 1 0 0 1 0-1.413zm.707 2.122L3.833 12l8.485 8.485l7.779-7.778l-1.061-7.425zm2.122 6.363a2 2 0 1 1 2.828-2.828a2 2 0 0 1-2.828 2.829'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.i-vscode-icons\:file-type-html{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23e44f26' d='M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z'/%3E%3Cpath fill='%23f1662a' d='m16 27.858l8.17-2.265l1.922-21.532H16z'/%3E%3Cpath fill='%23ebebeb' d='M16 13.407h-4.09l-.282-3.165H16V7.151H8.25l.074.83l.759 8.517H16zm0 8.027l-.014.004l-3.442-.929l-.22-2.465H9.221l.433 4.852l6.332 1.758l.014-.004z'/%3E%3Cpath fill='%23fff' d='M15.989 13.407v3.091h3.806l-.358 4.009l-3.448.93v3.216l6.337-1.757l.046-.522l.726-8.137l.076-.83zm0-6.256v3.091h7.466l.062-.694l.141-1.567l.074-.83z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}.i-vscode-icons\:file-type-markdown{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='%23755838' d='M2.5 7.955h27v16.091h-27z'/%3E%3Cpath fill='%23755838' d='M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}.i-vscode-icons\:file-type-text{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23c2c2c2' d='M22.038 2H6.375a1.755 1.755 0 0 0-1.75 1.75v24.5A1.755 1.755 0 0 0 6.375 30h19.25a1.755 1.755 0 0 0 1.75-1.75V6.856Zm.525 2.844l1.663 1.531h-1.663ZM6.375 28.25V3.75h14.438v4.375h4.813V28.25Z'/%3E%3Cpath fill='%23829ec2' d='M8.125 15.097h13.076v1.75H8.125zm0 9.342h9.762v1.75H8.125zm0-4.676h15.75v1.75H8.125zm0-9.533h15.75v1.75H8.125z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}.i-vscode-icons\:file-type-vscode,[i-vscode-icons\:file-type-vscode=""]{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230065a9' d='m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575'/%3E%3Cpath fill='%23007acc' d='m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57'/%3E%3Cpath fill='%231f9cf0' d='M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}.i-vscode-icons\:folder-type-tools{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%235c4300' d='M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z'/%3E%3Cpath fill='%23d08b00' d='m23.826 20.454l1.5-1.5a4.34 4.34 0 0 0 3.382-.08a.413.413 0 0 0 .121-.668l-2.679-2.679a.833.833 0 0 1 0-1.179l2.676-2.676a.415.415 0 0 0-.117-.672a4.32 4.32 0 0 0-5.83 5.443l-1.534 1.534Zm-2.874-2.088l-2.079-2.079l-2.481 2.481l2.079 2.079l2.481 2.481l7.6 7.6a.556.556 0 0 0 .786 0l1.695-1.695a.556.556 0 0 0 0-.786l-7.6-7.6Z'/%3E%3Cpath fill='%23d08b00' d='m29.956 13.068l-2.222 2.222a.455.455 0 0 0 0 .643l1.713 1.713a.454.454 0 0 0 .676-.036a4.33 4.33 0 0 0 .571-4.406a.454.454 0 0 0-.738-.136M12.94 23.6l2.679 2.679a.833.833 0 0 1 0 1.179l-2.676 2.676a.415.415 0 0 0 .122.672a4.32 4.32 0 0 0 5.835-5.427l1.657-1.657l-2.481-2.481l-1.616 1.617a4.34 4.34 0 0 0-3.4.074a.413.413 0 0 0-.12.668'/%3E%3Cpath fill='%23d08b00' d='M11.651 24.235a4.33 4.33 0 0 0-.571 4.406a.454.454 0 0 0 .737.136l2.222-2.222a.455.455 0 0 0 0-.643L12.327 24.2a.454.454 0 0 0-.676.035m1.272-3.747a.68.68 0 0 0 .963 0l.128-.128a.68.68 0 0 0 0-.963l-.257-.257l.506-.506l-2.376-2.376l-.506.506l-.257-.257a.68.68 0 0 0-.963 0l-.128.128a.68.68 0 0 0 0 .963Zm3.677-8.8l2.347 2.347c2.705-1.8 4.218-.291 2.138-2.37c-1.44-1.439-3.257-.759-4.485.023m-.723.065a.68.68 0 0 0-.963 0l-2.89 2.89a.68.68 0 0 0 0 .963l.257.257l2.376 2.376l.257.257a.68.68 0 0 0 .882.069a1 1 0 0 0 .081-.069l.123-.121l2.481-2.481l.2-.2l.091-.091a.68.68 0 0 0 0-.963l-.28-.28l-2.356-2.356Z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}.i-vscode-icons\:folder-type-tools-opened{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%237d6933' d='M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z'/%3E%3Cpath fill='%237d6933' d='M25.7 13.7H.5l3.8 12.8h25.2z'/%3E%3Cpath fill='%23d08b00' d='m23.826 20.454l1.5-1.5a4.34 4.34 0 0 0 3.382-.08a.413.413 0 0 0 .121-.668l-2.679-2.679a.833.833 0 0 1 0-1.179l2.676-2.676a.415.415 0 0 0-.117-.672a4.32 4.32 0 0 0-5.83 5.443l-1.534 1.534Zm-2.874-2.088l-2.079-2.079l-2.481 2.481l2.079 2.079l2.481 2.481l7.6 7.6a.556.556 0 0 0 .786 0l1.695-1.695a.556.556 0 0 0 0-.786l-7.6-7.6Z'/%3E%3Cpath fill='%23d08b00' d='m29.956 13.068l-2.222 2.222a.455.455 0 0 0 0 .643l1.713 1.713a.454.454 0 0 0 .676-.036a4.33 4.33 0 0 0 .571-4.406a.454.454 0 0 0-.738-.136M12.94 23.6l2.679 2.679a.833.833 0 0 1 0 1.179l-2.676 2.676a.415.415 0 0 0 .122.672a4.32 4.32 0 0 0 5.835-5.427l1.657-1.657l-2.481-2.481l-1.616 1.617a4.34 4.34 0 0 0-3.4.074a.413.413 0 0 0-.12.668'/%3E%3Cpath fill='%23d08b00' d='M11.651 24.235a4.33 4.33 0 0 0-.571 4.406a.454.454 0 0 0 .737.136l2.222-2.222a.455.455 0 0 0 0-.643L12.327 24.2a.454.454 0 0 0-.676.035m1.272-3.747a.68.68 0 0 0 .963 0l.128-.128a.68.68 0 0 0 0-.963l-.257-.257l.506-.506l-2.376-2.376l-.506.506l-.257-.257a.68.68 0 0 0-.963 0l-.128.128a.68.68 0 0 0 0 .963Zm3.677-8.8l2.347 2.347c2.705-1.8 4.218-.291 2.138-2.37c-1.44-1.439-3.257-.759-4.485.023m-.723.065a.68.68 0 0 0-.963 0l-2.89 2.89a.68.68 0 0 0 0 .963l.257.257l2.376 2.376l.257.257a.68.68 0 0 0 .882.069a1 1 0 0 0 .081-.069l.123-.121l2.481-2.481l.2-.2l.091-.091a.68.68 0 0 0 0-.963l-.28-.28l-2.356-2.356Z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em;}[i~="carbon-sun"]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6M5.394 6.813L6.81 5.399l3.505 3.506L8.9 10.319zM2 15.005h5v2H2zm3.394 10.193L8.9 21.692l1.414 1.414l-3.505 3.506zM15 25.005h2v5h-2zm6.687-1.9l1.414-1.414l3.506 3.506l-1.414 1.414zm3.313-8.1h5v2h-5zm-3.313-6.101l3.506-3.506l1.414 1.414l-3.506 3.506zM15 2.005h2v5h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;}.fixed{position:fixed;}.relative{position:relative;}[rows~="\34 "]{grid-template-rows:repeat(4,minmax(0,1fr));}.mx-1,[m~="x-1"]{margin-left:0.25rem;margin-right:0.25rem;}.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}.size-8{width:2rem;height:2rem;}.h-8{height:2rem;}.h-full{height:100%;}.h2{height:0.5rem;}.max-h-20{max-height:5rem;}.min-h-8{min-height:2rem;}.w-32{width:8rem;}.w-8{width:2rem;}.w-full,[w-full=""]{width:100%;}.flex,[flex~="\~"]{display:flex;}.inline-flex,[inline-flex=""]{display:inline-flex;}[flex~="\31 "]{flex:1 1 0%;}.flex-grow{flex-grow:1;}.flex-col,[flex~="col"]{flex-direction:column;}.rotate-y-180{--un-rotate:0;--un-rotate-y:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-pointer{cursor:pointer;}.list-decimal{list-style-type:decimal;}.items-center,[items-center=""]{align-items:center;}.justify-end{justify-content:flex-end;}.justify-center,[justify-center=""]{justify-content:center;}.gap-0\.5,[flex~="gap-0\.5"]{gap:0.125rem;}.gap-1,[flex~="gap-1"]{gap:0.25rem;}.gap-2,[flex~="gap-2"]{gap:0.5rem;}.overflow-hidden{overflow:hidden;}[overflow~="auto"]{overflow:auto;}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.border,[border=""]{border-width:1px;}.border-b{border-bottom-width:1px;}.border-b-black,.dark [dark~="border-b-black"]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(0 0 0 / var(--un-border-bottom-opacity));}.rounded{border-radius:0.25rem;}.rounded-full,[rounded-full=""]{border-radius:9999px;}.bg-gray-1{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity)) /* #f3f4f6 */;}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity)) /* #e5e7eb */;}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}.dark .dark\:bg-dark{--un-bg-opacity:1;background-color:rgb(34 34 34 / var(--un-bg-opacity)) /* #222222 */;}.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity)) /* #1f2937 */;}.dark .dark\:bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity)) /* #111827 */;}.dark .dark\:hover\:bg-gray-800:hover{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity)) /* #1f2937 */;}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity)) /* #f3f4f6 */;}.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity)) /* #e5e7eb */;}.p-2,[p-2=""],[p~="\32 "]{padding:0.5rem;}.px-2,[p~="x-2"],[px-2=""]{padding-left:0.5rem;padding-right:0.5rem;}.py,[py~="\34 "]{padding-top:1rem;padding-bottom:1rem;}.py-1,[p~="y-1"],[py-1=""]{padding-top:0.25rem;padding-bottom:0.25rem;}.pl{padding-left:1rem;}.pr,[pr~="\34 "]{padding-right:1rem;}[pl~="\31 2"]{padding-left:3rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.dark .dark\:text-blue-400{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity)) /* #60a5fa */;}.dark [text~="dark\:gray-200"]{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity)) /* #e5e7eb */;}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */;}.text-blue-600{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;}[text~="gray-700"]{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity)) /* #374151 */;}[hover~="text-blue-500"]:hover{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */;}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}.op-60{opacity:0.6;}.op-80{opacity:0.8;}.hover\:op-100:hover{opacity:1;}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.filter-grayscale-100{--un-grayscale:grayscale(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.hover\:filter-grayscale-0:hover{--un-grayscale:grayscale(0);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}html,
|
|
389
|
-
body,
|
|
390
|
-
#app {
|
|
391
|
-
height: 100%;
|
|
392
|
-
margin: 0;
|
|
393
|
-
padding: 0;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
html {
|
|
397
|
-
background: white;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
html.dark {
|
|
401
|
-
background: #121212;
|
|
402
|
-
color-scheme: dark;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
#nprogress {
|
|
406
|
-
pointer-events: none;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
#nprogress .bar {
|
|
410
|
-
background: rgb(13, 148, 136);
|
|
411
|
-
opacity: 0.75;
|
|
412
|
-
position: fixed;
|
|
413
|
-
z-index: 1031;
|
|
414
|
-
top: 0;
|
|
415
|
-
left: 0;
|
|
416
|
-
width: 100%;
|
|
417
|
-
height: 2px;
|
|
418
|
-
}
|
|
419
|
-
.valaxy-devtools-container {
|
|
420
|
-
--c-divider: rgba(0, 0, 0, 0.15);
|
|
421
|
-
}
|
|
422
|
-
.valaxy-devtools-container .splitpanes__splitter {
|
|
423
|
-
background-color: var(--c-divider);
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.dark .valaxy-devtools-container {
|
|
427
|
-
--c-divider: rgba(255, 255, 255, 0.1);
|
|
428
|
-
}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging .splitpanes__pane,*:has(.splitpanes--dragging){-webkit-user-select:none;user-select:none;pointer-events:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out;will-change:width}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out;will-change:height}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.default-theme.splitpanes .splitpanes__pane{background-color:#f2f2f2}.default-theme.splitpanes .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.default-theme.splitpanes .splitpanes__splitter:before,.default-theme.splitpanes .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;transition:background-color .3s}.default-theme.splitpanes .splitpanes__splitter:hover:before,.default-theme.splitpanes .splitpanes__splitter:hover:after{background-color:#00000040}.default-theme.splitpanes .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{transform:translate(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}
|