@cnc_cbz/usefultools-plugin-official 1.0.6 → 1.0.8
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/base-converter.mjs +92 -0
- package/dist/case-converter.mjs +92 -0
- package/dist/chmod-calculator.mjs +92 -0
- package/dist/color-converter.mjs +92 -0
- package/dist/cron-expression.mjs +92 -0
- package/dist/cyber-chef.mjs +92 -0
- package/dist/docker-parser.mjs +3223 -0
- package/dist/hash-generator.mjs +92 -0
- package/dist/html-entity.mjs +92 -0
- package/dist/image-compressor.mjs +92 -0
- package/dist/ip-subnet.mjs +92 -0
- package/dist/js-runner.mjs +92 -0
- package/dist/json-diff.mjs +92 -0
- package/dist/json-formatter.mjs +92 -0
- package/dist/json-yaml.mjs +92 -0
- package/dist/jwt-parser.mjs +92 -0
- package/dist/lorem-ipsum.mjs +92 -0
- package/dist/markdown-preview.mjs +92 -0
- package/dist/password-generator.mjs +92 -0
- package/dist/qr-generator.mjs +92 -0
- package/dist/regex-tester.mjs +92 -0
- package/dist/sql-formatter.mjs +92 -0
- package/dist/text-diff.mjs +92 -0
- package/dist/text-stats.mjs +92 -0
- package/dist/timestamp-converter.mjs +92 -0
- package/dist/translator.mjs +203 -55
- package/dist/url-codec.mjs +92 -0
- package/dist/uuid-generator.mjs +92 -0
- package/package.json +1 -1
- package/plugin.json +2 -1
|
@@ -0,0 +1,3223 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, createCommentVNode, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString, createTextVNode, withDirectives, withKeys, withModifiers, vModelText, unref, normalizeStyle } from "vue";
|
|
2
|
+
const _hoisted_1 = { class: "flex flex-col h-full gap-4" };
|
|
3
|
+
const _hoisted_2 = { class: "flex items-center gap-2" };
|
|
4
|
+
const _hoisted_3 = ["onClick"];
|
|
5
|
+
const _hoisted_4 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-4 shadow-hard" };
|
|
6
|
+
const _hoisted_5 = { class: "flex items-center justify-between mb-3" };
|
|
7
|
+
const _hoisted_6 = { class: "flex items-center gap-2" };
|
|
8
|
+
const _hoisted_7 = { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" };
|
|
9
|
+
const _hoisted_8 = ["rows", "placeholder", "onKeydown"];
|
|
10
|
+
const _hoisted_9 = { class: "flex items-center justify-between mt-3" };
|
|
11
|
+
const _hoisted_10 = ["disabled"];
|
|
12
|
+
const _hoisted_11 = {
|
|
13
|
+
key: 0,
|
|
14
|
+
class: "px-4 py-2 bg-coral-red/20 border-2 border-coral-red rounded flex items-center gap-2 text-coral-red font-bold text-sm"
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_12 = { class: "flex-1 grid grid-cols-1 lg:grid-cols-2 gap-4 min-h-0" };
|
|
17
|
+
const _hoisted_13 = { class: "flex flex-col gap-4 overflow-y-auto pr-1" };
|
|
18
|
+
const _hoisted_14 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-4 shadow-hard" };
|
|
19
|
+
const _hoisted_15 = { class: "flex items-center justify-between mb-2" };
|
|
20
|
+
const _hoisted_16 = { class: "flex gap-2" };
|
|
21
|
+
const _hoisted_17 = { class: "font-mono text-sm text-neon-green bg-bg-dark rounded-lg p-3 border-2 border-black overflow-auto max-h-48 whitespace-pre-wrap" };
|
|
22
|
+
const _hoisted_18 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-4 shadow-hard" };
|
|
23
|
+
const _hoisted_19 = { class: "grid grid-cols-2 gap-3" };
|
|
24
|
+
const _hoisted_20 = { class: "bg-bg-dark rounded-lg p-3 border-2 border-black" };
|
|
25
|
+
const _hoisted_21 = { class: "bg-bg-dark rounded-lg p-3 border-2 border-black" };
|
|
26
|
+
const _hoisted_22 = { class: "bg-bg-dark rounded-lg p-3 border-2 border-black col-span-2" };
|
|
27
|
+
const _hoisted_23 = { class: "flex flex-col gap-4 overflow-y-auto pr-1" };
|
|
28
|
+
const _hoisted_24 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-4 shadow-hard shrink-0" };
|
|
29
|
+
const _hoisted_25 = { class: "flex flex-wrap gap-1.5 mb-3" };
|
|
30
|
+
const _hoisted_26 = ["onClick"];
|
|
31
|
+
const _hoisted_27 = { class: "flex gap-2" };
|
|
32
|
+
const _hoisted_28 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-3 shadow-hard flex-1" };
|
|
33
|
+
const _hoisted_29 = { class: "flex items-center gap-2 mb-2 px-1" };
|
|
34
|
+
const _hoisted_30 = { class: "ml-1 px-2 py-0.5 bg-primary/20 text-primary text-xs font-bold rounded border border-primary/40" };
|
|
35
|
+
const _hoisted_31 = { class: "space-y-0.5" };
|
|
36
|
+
const _hoisted_32 = { class: "flex items-center gap-2" };
|
|
37
|
+
const _hoisted_33 = ["onUpdate:modelValue"];
|
|
38
|
+
const _hoisted_34 = {
|
|
39
|
+
key: 1,
|
|
40
|
+
class: "flex-1"
|
|
41
|
+
};
|
|
42
|
+
const _hoisted_35 = ["onClick"];
|
|
43
|
+
const _hoisted_36 = { class: "text-xs text-gray-500 pl-[22px] leading-relaxed" };
|
|
44
|
+
const _hoisted_37 = {
|
|
45
|
+
key: 0,
|
|
46
|
+
class: "text-center text-gray-600 text-sm py-8"
|
|
47
|
+
};
|
|
48
|
+
const _hoisted_38 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-4 shadow-hard shrink-0" };
|
|
49
|
+
const _hoisted_39 = { class: "flex items-center justify-between mb-2" };
|
|
50
|
+
const _hoisted_40 = { class: "font-mono text-sm text-neon-green bg-bg-dark rounded-lg p-3 border-2 border-black overflow-auto max-h-36 whitespace-pre-wrap" };
|
|
51
|
+
const _hoisted_41 = { class: "flex-1 grid grid-cols-1 lg:grid-cols-2 gap-4 min-h-0" };
|
|
52
|
+
const _hoisted_42 = { class: "flex items-center gap-2 h-8" };
|
|
53
|
+
const _hoisted_43 = { class: "text-sm font-bold text-primary uppercase tracking-wider" };
|
|
54
|
+
const _hoisted_44 = {
|
|
55
|
+
key: 0,
|
|
56
|
+
class: "ml-1 px-2 py-0.5 bg-neon-green/20 text-neon-green text-xs font-bold rounded border border-neon-green/40"
|
|
57
|
+
};
|
|
58
|
+
const _hoisted_45 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-3 shadow-hard flex-1" };
|
|
59
|
+
const _hoisted_46 = { class: "space-y-0.5" };
|
|
60
|
+
const _hoisted_47 = { class: "flex items-center gap-2" };
|
|
61
|
+
const _hoisted_48 = ["onUpdate:modelValue"];
|
|
62
|
+
const _hoisted_49 = {
|
|
63
|
+
key: 1,
|
|
64
|
+
class: "flex-1 font-mono text-sm text-gray-500"
|
|
65
|
+
};
|
|
66
|
+
const _hoisted_50 = {
|
|
67
|
+
key: 0,
|
|
68
|
+
class: "text-xs text-gray-500 pl-[98px] leading-relaxed"
|
|
69
|
+
};
|
|
70
|
+
const _hoisted_51 = {
|
|
71
|
+
key: 0,
|
|
72
|
+
class: "flex flex-col gap-3 overflow-y-auto pr-1"
|
|
73
|
+
};
|
|
74
|
+
const _hoisted_52 = { class: "bg-deep-charcoal border-4 border-black rounded-xl p-3 shadow-hard flex-1" };
|
|
75
|
+
const _hoisted_53 = { class: "space-y-0.5" };
|
|
76
|
+
const _hoisted_54 = { class: "flex items-center gap-2" };
|
|
77
|
+
const _hoisted_55 = { class: "font-mono text-sm font-bold shrink-0 min-w-[90px] text-vibrant-purple" };
|
|
78
|
+
const _hoisted_56 = ["onUpdate:modelValue"];
|
|
79
|
+
const _hoisted_57 = {
|
|
80
|
+
key: 1,
|
|
81
|
+
class: "flex-1 font-mono text-sm text-gray-500"
|
|
82
|
+
};
|
|
83
|
+
const _hoisted_58 = {
|
|
84
|
+
key: 0,
|
|
85
|
+
class: "text-xs text-gray-500 pl-[98px] leading-relaxed"
|
|
86
|
+
};
|
|
87
|
+
const dockerSample = `docker run -d --name my-nginx -p 8080:80 -v /data/html:/usr/share/nginx/html:ro -e NGINX_HOST=example.com --restart unless-stopped --memory 512m --cpus 1.5 --network my-net nginx:alpine`;
|
|
88
|
+
const composeSample = `version: "3.8"
|
|
89
|
+
services:
|
|
90
|
+
web:
|
|
91
|
+
image: nginx:alpine
|
|
92
|
+
ports:
|
|
93
|
+
- "8080:80"
|
|
94
|
+
volumes:
|
|
95
|
+
- ./html:/usr/share/nginx/html:ro
|
|
96
|
+
depends_on:
|
|
97
|
+
- api
|
|
98
|
+
restart: unless-stopped
|
|
99
|
+
networks:
|
|
100
|
+
- frontend
|
|
101
|
+
api:
|
|
102
|
+
build:
|
|
103
|
+
context: ./api
|
|
104
|
+
dockerfile: Dockerfile
|
|
105
|
+
ports:
|
|
106
|
+
- "3000:3000"
|
|
107
|
+
environment:
|
|
108
|
+
- NODE_ENV=production
|
|
109
|
+
- DB_HOST=db
|
|
110
|
+
depends_on:
|
|
111
|
+
- db
|
|
112
|
+
networks:
|
|
113
|
+
- frontend
|
|
114
|
+
- backend
|
|
115
|
+
db:
|
|
116
|
+
image: postgres:16-alpine
|
|
117
|
+
volumes:
|
|
118
|
+
- db-data:/var/lib/postgresql/data
|
|
119
|
+
environment:
|
|
120
|
+
- POSTGRES_DB=myapp
|
|
121
|
+
- POSTGRES_USER=admin
|
|
122
|
+
restart: unless-stopped
|
|
123
|
+
networks:
|
|
124
|
+
- backend
|
|
125
|
+
volumes:
|
|
126
|
+
db-data:
|
|
127
|
+
networks:
|
|
128
|
+
frontend:
|
|
129
|
+
backend:`;
|
|
130
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
131
|
+
__name: "index",
|
|
132
|
+
setup(__props) {
|
|
133
|
+
const activeTab = ref("docker");
|
|
134
|
+
const rawInput = ref("");
|
|
135
|
+
const dockerEditMode = ref(false);
|
|
136
|
+
const composeEditMode = ref(false);
|
|
137
|
+
const copyField = ref("");
|
|
138
|
+
let argIdCounter = 0;
|
|
139
|
+
const dkSubCommand = ref("run");
|
|
140
|
+
const dkImage = ref("");
|
|
141
|
+
const dkContainerCmd = ref("");
|
|
142
|
+
const dkArgs = ref([]);
|
|
143
|
+
const dockerError = ref("");
|
|
144
|
+
const showAddArg = ref(false);
|
|
145
|
+
const newArgFlag = ref("");
|
|
146
|
+
const newArgValue = ref("");
|
|
147
|
+
const cServices = ref([]);
|
|
148
|
+
const cTopLevel = ref([]);
|
|
149
|
+
const composeError = ref("");
|
|
150
|
+
const booleanFlags = /* @__PURE__ */ new Set(["--rm", "--privileged", "--init", "-d", "-i", "-t", "-it"]);
|
|
151
|
+
const dockerFlagDesc = {
|
|
152
|
+
"-d": { desc: "后台运行容器,不占用当前终端(detached 模式)", category: "basic" },
|
|
153
|
+
"--detach": { desc: "后台运行容器,不占用当前终端(detached 模式)", category: "basic" },
|
|
154
|
+
"-it": { desc: "交互式终端,-i 保持输入流 + -t 分配伪终端,常用于进入容器 shell", category: "basic" },
|
|
155
|
+
"-i": { desc: "保持 STDIN 打开,允许向容器发送输入", category: "basic" },
|
|
156
|
+
"-t": { desc: "分配伪终端(TTY),使输出带颜色和格式", category: "basic" },
|
|
157
|
+
"--name": { desc: "指定容器名称,方便后续通过名称管理容器", category: "basic" },
|
|
158
|
+
"--rm": { desc: "容器停止后自动删除,适合临时任务", category: "basic" },
|
|
159
|
+
"--restart": { desc: "重启策略:no(不重启) | always(总是) | on-failure[:次数] | unless-stopped", category: "basic" },
|
|
160
|
+
"--privileged": { desc: "赋予容器几乎等同宿主机的权限,慎用", category: "basic" },
|
|
161
|
+
"--init": { desc: "使用 tini 作为 PID 1 进程,正确处理信号和僵尸进程", category: "basic" },
|
|
162
|
+
"-p": { desc: "端口映射,格式:宿主机端口:容器端口,如 8080:80 表示访问宿主机 8080 转发到容器 80", category: "network" },
|
|
163
|
+
"--publish": { desc: "端口映射,格式:宿主机端口:容器端口,如 8080:80 表示访问宿主机 8080 转发到容器 80", category: "network" },
|
|
164
|
+
"--network": { desc: "将容器连接到指定 Docker 网络,同网络内的容器可通过容器名互访", category: "network" },
|
|
165
|
+
"--hostname": { desc: "设置容器内部的主机名(/etc/hostname)", category: "network" },
|
|
166
|
+
"-h": { desc: "设置容器内部的主机名(/etc/hostname)", category: "network" },
|
|
167
|
+
"--dns": { desc: "自定义 DNS 服务器地址,覆盖容器默认 DNS", category: "network" },
|
|
168
|
+
"--link": { desc: "链接到另一个容器(已弃用,建议使用 --network 替代)", category: "network" },
|
|
169
|
+
"--add-host": { desc: "添加自定义 host 映射到容器 /etc/hosts,格式:域名:IP", category: "network" },
|
|
170
|
+
"-v": { desc: "挂载卷,格式:宿主机路径:容器路径[:选项],如 /data:/app:ro 表示只读挂载", category: "volume" },
|
|
171
|
+
"--volume": { desc: "挂载卷,格式:宿主机路径:容器路径[:选项],如 /data:/app:ro 表示只读挂载", category: "volume" },
|
|
172
|
+
"--mount": { desc: "挂载(推荐语法),type=bind|volume|tmpfs,source=源,target=目标", category: "volume" },
|
|
173
|
+
"--tmpfs": { desc: "挂载临时内存文件系统到指定路径,容器停止后数据丢失", category: "volume" },
|
|
174
|
+
"-e": { desc: "设置环境变量,格式:KEY=VALUE,容器内可通过 $KEY 访问", category: "env" },
|
|
175
|
+
"--env": { desc: "设置环境变量,格式:KEY=VALUE,容器内可通过 $KEY 访问", category: "env" },
|
|
176
|
+
"--env-file": { desc: "从文件批量读取环境变量,每行一个 KEY=VALUE", category: "env" },
|
|
177
|
+
"-w": { desc: "设置容器内的工作目录,CMD/ENTRYPOINT 将在此目录下执行", category: "env" },
|
|
178
|
+
"--workdir": { desc: "设置容器内的工作目录,CMD/ENTRYPOINT 将在此目录下执行", category: "env" },
|
|
179
|
+
"-u": { desc: "指定容器内运行进程的用户,格式:用户名或 UID[:GID]", category: "env" },
|
|
180
|
+
"--user": { desc: "指定容器内运行进程的用户,格式:用户名或 UID[:GID]", category: "env" },
|
|
181
|
+
"-m": { desc: "内存上限,如 512m、1g,超出后容器可能被 OOM Kill", category: "resource" },
|
|
182
|
+
"--memory": { desc: "内存上限,如 512m、1g,超出后容器可能被 OOM Kill", category: "resource" },
|
|
183
|
+
"--memory-swap": { desc: "内存+交换空间总上限,设为 -1 表示不限制交换空间", category: "resource" },
|
|
184
|
+
"--cpus": { desc: "CPU 核数上限,如 1.5 表示最多使用 1.5 个核心", category: "resource" },
|
|
185
|
+
"--cpu-shares": { desc: "CPU 时间片权重(相对值),默认 1024,值越大分配越多", category: "resource" },
|
|
186
|
+
"--gpus": { desc: "GPU 分配,all 表示全部,或指定数量如 2", category: "resource" },
|
|
187
|
+
"--shm-size": { desc: "共享内存 /dev/shm 大小,默认 64m,某些应用(如 Chrome)需要更大", category: "resource" },
|
|
188
|
+
"--log-driver": { desc: "日志驱动:json-file(默认) | syslog | none | fluentd 等", category: "other" },
|
|
189
|
+
"--log-opt": { desc: "日志选项,如 max-size=10m max-file=3 限制日志大小和数量", category: "other" },
|
|
190
|
+
"--label": { desc: "设置容器元数据标签,格式:key=value,用于组织和筛选", category: "other" },
|
|
191
|
+
"-l": { desc: "设置容器元数据标签,格式:key=value,用于组织和筛选", category: "other" },
|
|
192
|
+
"--cap-add": { desc: "添加 Linux capability,如 NET_ADMIN、SYS_PTRACE", category: "other" },
|
|
193
|
+
"--cap-drop": { desc: "移除 Linux capability,ALL 可移除全部后按需添加", category: "other" },
|
|
194
|
+
"--security-opt": { desc: "安全选项,如 no-new-privileges、apparmor/seccomp 配置", category: "other" },
|
|
195
|
+
"--entrypoint": { desc: "覆盖镜像默认入口点,如改为 /bin/sh 进行调试", category: "other" },
|
|
196
|
+
"--pid": { desc: "PID 命名空间,host 表示与宿主机共享进程空间", category: "other" },
|
|
197
|
+
"--ipc": { desc: "IPC 命名空间,host 或 shareable,用于进程间通信", category: "other" },
|
|
198
|
+
"--platform": { desc: "指定目标平台架构,如 linux/amd64、linux/arm64", category: "other" },
|
|
199
|
+
"--pull": { desc: "镜像拉取策略:always(总是拉取) | missing(本地没有才拉) | never(不拉取)", category: "other" }
|
|
200
|
+
};
|
|
201
|
+
const composeFieldDesc = {
|
|
202
|
+
image: "使用的 Docker 镜像及标签,如 nginx:alpine",
|
|
203
|
+
build: "构建配置,可以是 Dockerfile 路径或包含 context/dockerfile 的对象",
|
|
204
|
+
context: "构建上下文路径,Docker 会将此目录发送给守护进程",
|
|
205
|
+
dockerfile: "Dockerfile 文件路径,相对于 context",
|
|
206
|
+
ports: "端口映射,格式:宿主机端口:容器端口,如 8080:80",
|
|
207
|
+
volumes: "卷挂载,格式:宿主机路径:容器路径[:选项],或命名卷",
|
|
208
|
+
environment: "环境变量,格式:KEY=VALUE,容器内可通过 $KEY 访问",
|
|
209
|
+
env_file: "从文件批量加载环境变量,每行一个 KEY=VALUE",
|
|
210
|
+
networks: "连接到的 Docker 网络,同网络内服务可通过服务名互访",
|
|
211
|
+
depends_on: "服务启动依赖,确保依赖服务先启动(不等待就绪)",
|
|
212
|
+
restart: "重启策略:no | always | on-failure | unless-stopped",
|
|
213
|
+
command: "覆盖镜像默认的 CMD 启动命令",
|
|
214
|
+
entrypoint: "覆盖镜像默认的 ENTRYPOINT 入口点",
|
|
215
|
+
container_name: "指定容器名称,不设则自动生成",
|
|
216
|
+
working_dir: "容器内工作目录,CMD 将在此目录下执行",
|
|
217
|
+
user: "运行进程的用户,格式:用户名或 UID[:GID]",
|
|
218
|
+
privileged: "特权模式,赋予容器几乎等同宿主机的权限",
|
|
219
|
+
deploy: "部署配置,包含副本数、资源限制、更新策略等",
|
|
220
|
+
replicas: "服务副本数量,用于水平扩展",
|
|
221
|
+
resources: "资源限制配置,包含 limits(上限)和 reservations(预留)",
|
|
222
|
+
limits: "资源上限,超出后可能被 OOM Kill 或限流",
|
|
223
|
+
reservations: "资源预留,确保服务至少获得的资源量",
|
|
224
|
+
cpus: 'CPU 核数限制,如 "2.0" 表示最多 2 个核心',
|
|
225
|
+
memory: "内存限制,如 512M、1G",
|
|
226
|
+
healthcheck: "健康检查配置,Docker 定期执行以判断容器是否健康",
|
|
227
|
+
test: '健康检查命令,如 ["CMD", "curl", "-f", "http://localhost"]',
|
|
228
|
+
interval: "健康检查间隔时间,如 30s、1m",
|
|
229
|
+
timeout: "单次检查超时时间,超时视为失败",
|
|
230
|
+
retries: "连续失败多少次后标记为 unhealthy",
|
|
231
|
+
logging: "日志配置,指定驱动和选项",
|
|
232
|
+
driver: "日志/网络驱动类型",
|
|
233
|
+
options: "驱动选项,如日志的 max-size、max-file",
|
|
234
|
+
labels: "元数据标签,格式 key=value,用于组织和筛选",
|
|
235
|
+
expose: "暴露端口,仅容器间可见,不映射到宿主机",
|
|
236
|
+
extra_hosts: "添加自定义 host 映射到 /etc/hosts,格式:域名:IP",
|
|
237
|
+
dns: "自定义 DNS 服务器地址",
|
|
238
|
+
cap_add: "添加 Linux capability,如 NET_ADMIN",
|
|
239
|
+
cap_drop: "移除 Linux capability,ALL 可移除全部",
|
|
240
|
+
security_opt: "安全选项,如 no-new-privileges",
|
|
241
|
+
tmpfs: "挂载临时内存文件系统,容器停止后数据丢失",
|
|
242
|
+
shm_size: "共享内存 /dev/shm 大小,默认 64m",
|
|
243
|
+
stdin_open: "保持 STDIN 打开,等同 docker run -i",
|
|
244
|
+
tty: "分配伪终端,等同 docker run -t",
|
|
245
|
+
platform: "目标平台架构,如 linux/amd64",
|
|
246
|
+
profiles: "配置文件标签,仅在指定 profile 时启动该服务",
|
|
247
|
+
configs: "Docker 配置对象,用于非敏感配置数据",
|
|
248
|
+
secrets: "Docker 密钥对象,用于敏感数据如密码、证书"
|
|
249
|
+
};
|
|
250
|
+
const catMeta = {
|
|
251
|
+
basic: { label: "基础", bg: "bg-electric-blue", text: "text-electric-blue" },
|
|
252
|
+
network: { label: "网络", bg: "bg-neon-green", text: "text-neon-green" },
|
|
253
|
+
volume: { label: "存储", bg: "bg-vibrant-purple", text: "text-vibrant-purple" },
|
|
254
|
+
env: { label: "环境", bg: "bg-primary", text: "text-primary" },
|
|
255
|
+
resource: { label: "资源", bg: "bg-coral-red", text: "text-coral-red" },
|
|
256
|
+
other: { label: "其他", bg: "bg-hot-pink", text: "text-hot-pink" }
|
|
257
|
+
};
|
|
258
|
+
async function copyText(text, field) {
|
|
259
|
+
await navigator.clipboard.writeText(text);
|
|
260
|
+
copyField.value = field;
|
|
261
|
+
setTimeout(() => {
|
|
262
|
+
copyField.value = "";
|
|
263
|
+
}, 1200);
|
|
264
|
+
}
|
|
265
|
+
function tokenize(input) {
|
|
266
|
+
const merged = input.replace(/\\\s*\n/g, " ").replace(/`\s*\n/g, " ").trim();
|
|
267
|
+
const tokens = [];
|
|
268
|
+
let cur = "", inS = false, inD = false;
|
|
269
|
+
for (let i = 0; i < merged.length; i++) {
|
|
270
|
+
const c = merged[i];
|
|
271
|
+
if (c === "\\" && i + 1 < merged.length && inD) {
|
|
272
|
+
cur += merged[++i];
|
|
273
|
+
continue;
|
|
274
|
+
}
|
|
275
|
+
if (c === "'" && !inD) {
|
|
276
|
+
inS = !inS;
|
|
277
|
+
continue;
|
|
278
|
+
}
|
|
279
|
+
if (c === '"' && !inS) {
|
|
280
|
+
inD = !inD;
|
|
281
|
+
continue;
|
|
282
|
+
}
|
|
283
|
+
if (/\s/.test(c) && !inS && !inD) {
|
|
284
|
+
if (cur) {
|
|
285
|
+
tokens.push(cur);
|
|
286
|
+
cur = "";
|
|
287
|
+
}
|
|
288
|
+
continue;
|
|
289
|
+
}
|
|
290
|
+
cur += c;
|
|
291
|
+
}
|
|
292
|
+
if (cur) tokens.push(cur);
|
|
293
|
+
return tokens;
|
|
294
|
+
}
|
|
295
|
+
function makeArg(flag, value) {
|
|
296
|
+
const info = dockerFlagDesc[flag];
|
|
297
|
+
return {
|
|
298
|
+
id: argIdCounter++,
|
|
299
|
+
flag,
|
|
300
|
+
value,
|
|
301
|
+
desc: (info == null ? void 0 : info.desc) ?? "",
|
|
302
|
+
category: (info == null ? void 0 : info.category) ?? "other",
|
|
303
|
+
noValue: booleanFlags.has(flag)
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
function parseAndEdit() {
|
|
307
|
+
const raw = rawInput.value.trim();
|
|
308
|
+
if (!raw) return;
|
|
309
|
+
const tokens = tokenize(raw);
|
|
310
|
+
let idx = 0;
|
|
311
|
+
if (tokens[idx] === "sudo") idx++;
|
|
312
|
+
if (tokens[idx] !== "docker") {
|
|
313
|
+
dockerError.value = `不是 Docker 命令: "${tokens[idx]}"`;
|
|
314
|
+
return;
|
|
315
|
+
}
|
|
316
|
+
idx++;
|
|
317
|
+
dkSubCommand.value = tokens[idx] ?? "run";
|
|
318
|
+
idx++;
|
|
319
|
+
const args = [];
|
|
320
|
+
let image = "", containerCmd = [], imageFound = false;
|
|
321
|
+
const shortWithVal = /* @__PURE__ */ new Set(["-p", "-v", "-e", "-w", "-u", "-m", "-h", "-l"]);
|
|
322
|
+
while (idx < tokens.length) {
|
|
323
|
+
const tok = tokens[idx];
|
|
324
|
+
if (tok.startsWith("--")) {
|
|
325
|
+
if (tok.includes("=")) {
|
|
326
|
+
const eq = tok.indexOf("=");
|
|
327
|
+
args.push(makeArg(tok.substring(0, eq), tok.substring(eq + 1)));
|
|
328
|
+
} else if (booleanFlags.has(tok)) {
|
|
329
|
+
args.push(makeArg(tok, ""));
|
|
330
|
+
} else {
|
|
331
|
+
const nv = idx + 1 < tokens.length && !tokens[idx + 1].startsWith("-") ? tokens[++idx] : "";
|
|
332
|
+
args.push(makeArg(tok, nv));
|
|
333
|
+
}
|
|
334
|
+
} else if (tok.startsWith("-") && tok.length > 1) {
|
|
335
|
+
if (tok === "-it" || tok === "-ti") {
|
|
336
|
+
args.push(makeArg("-it", ""));
|
|
337
|
+
} else if (shortWithVal.has(tok)) {
|
|
338
|
+
args.push(makeArg(tok, idx + 1 < tokens.length ? tokens[++idx] : ""));
|
|
339
|
+
} else if (tok.length > 2) {
|
|
340
|
+
for (const c of tok.substring(1)) {
|
|
341
|
+
const f = `-${c}`;
|
|
342
|
+
args.push(makeArg(f, ""));
|
|
343
|
+
}
|
|
344
|
+
} else {
|
|
345
|
+
args.push(makeArg(tok, ""));
|
|
346
|
+
}
|
|
347
|
+
} else if (!imageFound && ["run", "pull", "create"].includes(dkSubCommand.value)) {
|
|
348
|
+
image = tok;
|
|
349
|
+
imageFound = true;
|
|
350
|
+
} else if (imageFound) {
|
|
351
|
+
containerCmd.push(tok);
|
|
352
|
+
} else {
|
|
353
|
+
containerCmd.push(tok);
|
|
354
|
+
}
|
|
355
|
+
idx++;
|
|
356
|
+
}
|
|
357
|
+
dkImage.value = image;
|
|
358
|
+
dkContainerCmd.value = containerCmd.join(" ");
|
|
359
|
+
dkArgs.value = args;
|
|
360
|
+
dockerError.value = "";
|
|
361
|
+
dockerEditMode.value = true;
|
|
362
|
+
}
|
|
363
|
+
const generatedCommand = computed(() => {
|
|
364
|
+
const parts = ["docker", dkSubCommand.value];
|
|
365
|
+
for (const a of dkArgs.value) {
|
|
366
|
+
if (a.noValue) {
|
|
367
|
+
parts.push(a.flag);
|
|
368
|
+
} else if (a.value) {
|
|
369
|
+
const v = a.value.includes(" ") ? `"${a.value}"` : a.value;
|
|
370
|
+
parts.push(a.flag, v);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
if (dkImage.value) parts.push(dkImage.value);
|
|
374
|
+
if (dkContainerCmd.value.trim()) parts.push(...dkContainerCmd.value.trim().split(/\s+/));
|
|
375
|
+
return parts.join(" ");
|
|
376
|
+
});
|
|
377
|
+
const generatedMultiline = computed(() => {
|
|
378
|
+
const lines = [`docker ${dkSubCommand.value}`];
|
|
379
|
+
for (const a of dkArgs.value) {
|
|
380
|
+
if (a.noValue) lines.push(` ${a.flag}`);
|
|
381
|
+
else if (a.value) {
|
|
382
|
+
const v = a.value.includes(" ") ? `"${a.value}"` : a.value;
|
|
383
|
+
lines.push(` ${a.flag} ${v}`);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
if (dkImage.value) lines.push(` ${dkImage.value}`);
|
|
387
|
+
if (dkContainerCmd.value.trim()) lines.push(` ${dkContainerCmd.value.trim()}`);
|
|
388
|
+
return lines.join(" \\\n");
|
|
389
|
+
});
|
|
390
|
+
function removeArg(id) {
|
|
391
|
+
dkArgs.value = dkArgs.value.filter((a) => a.id !== id);
|
|
392
|
+
}
|
|
393
|
+
function addArg() {
|
|
394
|
+
const flag = newArgFlag.value.trim();
|
|
395
|
+
if (!flag) return;
|
|
396
|
+
dkArgs.value.push(makeArg(flag.startsWith("-") ? flag : `--${flag}`, newArgValue.value.trim()));
|
|
397
|
+
newArgFlag.value = "";
|
|
398
|
+
newArgValue.value = "";
|
|
399
|
+
showAddArg.value = false;
|
|
400
|
+
}
|
|
401
|
+
function resetDocker() {
|
|
402
|
+
dockerEditMode.value = false;
|
|
403
|
+
rawInput.value = "";
|
|
404
|
+
dkArgs.value = [];
|
|
405
|
+
dkImage.value = "";
|
|
406
|
+
dkContainerCmd.value = "";
|
|
407
|
+
dockerError.value = "";
|
|
408
|
+
}
|
|
409
|
+
function parseCompose() {
|
|
410
|
+
const raw = rawInput.value.trim();
|
|
411
|
+
if (!raw) return;
|
|
412
|
+
const lines = raw.split("\n");
|
|
413
|
+
const services = [];
|
|
414
|
+
const topLevel = [];
|
|
415
|
+
let inSvc = false, curSvc = "", baseIndent = 0, curTopKey = "";
|
|
416
|
+
for (const line of lines) {
|
|
417
|
+
if (!line.trim() || line.trim().startsWith("#")) continue;
|
|
418
|
+
const indent = line.search(/\S/);
|
|
419
|
+
const t = line.trim();
|
|
420
|
+
if (indent === 0) {
|
|
421
|
+
const m = t.match(/^(\w[\w-]*):\s*(.*)$/);
|
|
422
|
+
if (m) {
|
|
423
|
+
const [, key, val] = m;
|
|
424
|
+
if (key === "services") {
|
|
425
|
+
inSvc = true;
|
|
426
|
+
curSvc = "";
|
|
427
|
+
curTopKey = "";
|
|
428
|
+
continue;
|
|
429
|
+
}
|
|
430
|
+
inSvc = false;
|
|
431
|
+
curTopKey = key;
|
|
432
|
+
topLevel.push({ key, value: val.replace(/['"]/g, ""), desc: composeFieldDesc[key] ?? "", depth: 0, editable: true });
|
|
433
|
+
continue;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
if (inSvc) {
|
|
437
|
+
if (indent === 2 && t.match(/^(\w[\w-]*):\s*$/)) {
|
|
438
|
+
curSvc = t.replace(":", "").trim();
|
|
439
|
+
services.push({ name: curSvc, image: "", fields: [] });
|
|
440
|
+
baseIndent = 2;
|
|
441
|
+
continue;
|
|
442
|
+
}
|
|
443
|
+
const svc = services.find((s) => s.name === curSvc);
|
|
444
|
+
if (svc && indent > baseIndent) {
|
|
445
|
+
if (t.startsWith("- ")) {
|
|
446
|
+
const val = t.substring(2);
|
|
447
|
+
const depth = Math.floor((indent - baseIndent - 2) / 2);
|
|
448
|
+
svc.fields.push({ key: "•", value: val, desc: "", depth: depth + 1, editable: true });
|
|
449
|
+
} else {
|
|
450
|
+
const kv = t.match(/^(\w[\w-]*):\s*(.*)$/);
|
|
451
|
+
if (kv) {
|
|
452
|
+
const [, key, val] = kv;
|
|
453
|
+
const depth = Math.floor((indent - baseIndent - 2) / 2);
|
|
454
|
+
const cleanVal = val.replace(/['"]/g, "");
|
|
455
|
+
if (key === "image") svc.image = cleanVal;
|
|
456
|
+
svc.fields.push({ key, value: cleanVal, desc: composeFieldDesc[key] ?? "", depth, editable: !!cleanVal });
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
} else if (curTopKey && indent > 0) {
|
|
461
|
+
if (t.startsWith("- ")) {
|
|
462
|
+
topLevel.push({ key: "•", value: t.substring(2), desc: "", depth: 1, editable: true });
|
|
463
|
+
} else {
|
|
464
|
+
const kv = t.match(/^(\w[\w-]*):\s*(.*)$/);
|
|
465
|
+
if (kv) {
|
|
466
|
+
const [, key, val] = kv;
|
|
467
|
+
topLevel.push({ key, value: val.replace(/['"]/g, ""), desc: composeFieldDesc[key] ?? "", depth: Math.floor(indent / 2), editable: !!val });
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
if (!services.length && !topLevel.length) {
|
|
473
|
+
composeError.value = "无法解析,请确认是有效的 docker-compose.yml";
|
|
474
|
+
return;
|
|
475
|
+
}
|
|
476
|
+
cServices.value = services;
|
|
477
|
+
cTopLevel.value = topLevel;
|
|
478
|
+
composeError.value = "";
|
|
479
|
+
composeEditMode.value = true;
|
|
480
|
+
}
|
|
481
|
+
const generatedYaml = computed(() => {
|
|
482
|
+
const lines = [];
|
|
483
|
+
for (const f of cTopLevel.value) {
|
|
484
|
+
if (f.depth === 0 && f.key !== "•") lines.push(`${f.key}: ${f.value}`);
|
|
485
|
+
}
|
|
486
|
+
if (cServices.value.length) {
|
|
487
|
+
lines.push("services:");
|
|
488
|
+
for (const svc of cServices.value) {
|
|
489
|
+
lines.push(` ${svc.name}:`);
|
|
490
|
+
for (const f of svc.fields) {
|
|
491
|
+
const pad = " ".repeat(f.depth + 2);
|
|
492
|
+
if (f.key === "•") {
|
|
493
|
+
lines.push(`${pad}- ${f.value}`);
|
|
494
|
+
} else if (f.value) {
|
|
495
|
+
lines.push(`${pad}${f.key}: ${f.value}`);
|
|
496
|
+
} else {
|
|
497
|
+
lines.push(`${pad}${f.key}:`);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
for (const f of cTopLevel.value) {
|
|
503
|
+
if (f.depth === 0 && f.key !== "•" && !["version"].includes(f.key)) ;
|
|
504
|
+
if (f.depth > 0) {
|
|
505
|
+
const pad = " ".repeat(f.depth);
|
|
506
|
+
if (f.key === "•") lines.push(`${pad}- ${f.value}`);
|
|
507
|
+
else if (f.value) lines.push(`${pad}${f.key}: ${f.value}`);
|
|
508
|
+
else lines.push(`${pad}${f.key}:`);
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
return lines.join("\n");
|
|
512
|
+
});
|
|
513
|
+
function resetCompose() {
|
|
514
|
+
composeEditMode.value = false;
|
|
515
|
+
rawInput.value = "";
|
|
516
|
+
cServices.value = [];
|
|
517
|
+
cTopLevel.value = [];
|
|
518
|
+
composeError.value = "";
|
|
519
|
+
}
|
|
520
|
+
function handleParse() {
|
|
521
|
+
if (activeTab.value === "docker") parseAndEdit();
|
|
522
|
+
else parseCompose();
|
|
523
|
+
}
|
|
524
|
+
function handleReset() {
|
|
525
|
+
if (activeTab.value === "docker") resetDocker();
|
|
526
|
+
else resetCompose();
|
|
527
|
+
}
|
|
528
|
+
function switchTab(tab) {
|
|
529
|
+
if (tab === activeTab.value) return;
|
|
530
|
+
handleReset();
|
|
531
|
+
activeTab.value = tab;
|
|
532
|
+
}
|
|
533
|
+
const isEditMode = computed(() => activeTab.value === "docker" ? dockerEditMode.value : composeEditMode.value);
|
|
534
|
+
const quickFlags = [
|
|
535
|
+
{ flag: "-p", placeholder: "8080:80" },
|
|
536
|
+
{ flag: "-v", placeholder: "/host:/container" },
|
|
537
|
+
{ flag: "-e", placeholder: "KEY=VALUE" },
|
|
538
|
+
{ flag: "--name", placeholder: "my-container" },
|
|
539
|
+
{ flag: "--network", placeholder: "my-net" },
|
|
540
|
+
{ flag: "--restart", placeholder: "unless-stopped" },
|
|
541
|
+
{ flag: "-d", placeholder: "" },
|
|
542
|
+
{ flag: "--rm", placeholder: "" }
|
|
543
|
+
];
|
|
544
|
+
function loadSample() {
|
|
545
|
+
rawInput.value = activeTab.value === "docker" ? dockerSample : composeSample;
|
|
546
|
+
}
|
|
547
|
+
return (_ctx, _cache) => {
|
|
548
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
549
|
+
createCommentVNode(" Tab 切换 "),
|
|
550
|
+
createElementVNode("div", _hoisted_2, [
|
|
551
|
+
(openBlock(), createElementBlock(
|
|
552
|
+
Fragment,
|
|
553
|
+
null,
|
|
554
|
+
renderList(["docker", "compose"], (tab) => {
|
|
555
|
+
return createElementVNode("button", {
|
|
556
|
+
key: tab,
|
|
557
|
+
onClick: ($event) => switchTab(tab),
|
|
558
|
+
class: normalizeClass(["h-9 px-4 font-bold border-2 border-black rounded-lg text-sm transition-all", activeTab.value === tab ? "bg-primary text-black shadow-hard-sm" : "bg-deep-charcoal text-gray-400 hover:text-gray-200"])
|
|
559
|
+
}, toDisplayString(tab === "docker" ? "Docker 命令" : "Docker Compose"), 11, _hoisted_3);
|
|
560
|
+
}),
|
|
561
|
+
64
|
|
562
|
+
/* STABLE_FRAGMENT */
|
|
563
|
+
)),
|
|
564
|
+
_cache[10] || (_cache[10] = createElementVNode(
|
|
565
|
+
"div",
|
|
566
|
+
{ class: "flex-1" },
|
|
567
|
+
null,
|
|
568
|
+
-1
|
|
569
|
+
/* CACHED */
|
|
570
|
+
)),
|
|
571
|
+
isEditMode.value ? (openBlock(), createElementBlock("button", {
|
|
572
|
+
key: 0,
|
|
573
|
+
onClick: handleReset,
|
|
574
|
+
class: "h-8 px-3 bg-deep-charcoal text-gray-400 font-bold border-2 border-black rounded shadow-hard-sm hover:shadow-none hover:translate-x-0.5 hover:translate-y-0.5 transition-all text-xs"
|
|
575
|
+
}, [..._cache[9] || (_cache[9] = [
|
|
576
|
+
createElementVNode(
|
|
577
|
+
"span",
|
|
578
|
+
{ class: "material-icons text-sm align-middle mr-1" },
|
|
579
|
+
"refresh",
|
|
580
|
+
-1
|
|
581
|
+
/* CACHED */
|
|
582
|
+
),
|
|
583
|
+
createTextVNode(
|
|
584
|
+
"重新输入 ",
|
|
585
|
+
-1
|
|
586
|
+
/* CACHED */
|
|
587
|
+
)
|
|
588
|
+
])])) : createCommentVNode("v-if", true)
|
|
589
|
+
]),
|
|
590
|
+
createCommentVNode(" ═══ 输入模式 ═══ "),
|
|
591
|
+
!isEditMode.value ? (openBlock(), createElementBlock(
|
|
592
|
+
Fragment,
|
|
593
|
+
{ key: 0 },
|
|
594
|
+
[
|
|
595
|
+
createElementVNode("div", _hoisted_4, [
|
|
596
|
+
createElementVNode("div", _hoisted_5, [
|
|
597
|
+
createElementVNode("div", _hoisted_6, [
|
|
598
|
+
_cache[11] || (_cache[11] = createElementVNode(
|
|
599
|
+
"span",
|
|
600
|
+
{ class: "material-icons text-primary text-lg" },
|
|
601
|
+
"terminal",
|
|
602
|
+
-1
|
|
603
|
+
/* CACHED */
|
|
604
|
+
)),
|
|
605
|
+
createElementVNode(
|
|
606
|
+
"span",
|
|
607
|
+
_hoisted_7,
|
|
608
|
+
toDisplayString(activeTab.value === "docker" ? "Docker 命令" : "Docker Compose YAML"),
|
|
609
|
+
1
|
|
610
|
+
/* TEXT */
|
|
611
|
+
)
|
|
612
|
+
]),
|
|
613
|
+
createElementVNode("button", {
|
|
614
|
+
onClick: loadSample,
|
|
615
|
+
class: "h-8 px-3 bg-primary text-black font-bold border-2 border-black rounded shadow-hard-sm hover:shadow-none hover:translate-x-0.5 hover:translate-y-0.5 transition-all text-xs"
|
|
616
|
+
}, " 加载示例 ")
|
|
617
|
+
]),
|
|
618
|
+
withDirectives(createElementVNode("textarea", {
|
|
619
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => rawInput.value = $event),
|
|
620
|
+
rows: activeTab.value === "docker" ? 4 : 12,
|
|
621
|
+
placeholder: activeTab.value === "docker" ? "粘贴 Docker 命令,如:docker run -d -p 8080:80 nginx" : "粘贴 docker-compose.yml 内容",
|
|
622
|
+
class: "w-full bg-bg-dark text-gray-100 border-4 border-black rounded-lg px-4 py-3 font-mono text-sm shadow-hard focus:border-primary focus:shadow-none focus:translate-x-[4px] focus:translate-y-[4px] transition-all outline-none placeholder-gray-600 resize-none",
|
|
623
|
+
onKeydown: withKeys(withModifiers(handleParse, ["ctrl"]), ["enter"])
|
|
624
|
+
}, null, 40, _hoisted_8), [
|
|
625
|
+
[vModelText, rawInput.value]
|
|
626
|
+
]),
|
|
627
|
+
createElementVNode("div", _hoisted_9, [
|
|
628
|
+
_cache[13] || (_cache[13] = createElementVNode(
|
|
629
|
+
"span",
|
|
630
|
+
{ class: "text-xs text-gray-600" },
|
|
631
|
+
"Ctrl+Enter 解析",
|
|
632
|
+
-1
|
|
633
|
+
/* CACHED */
|
|
634
|
+
)),
|
|
635
|
+
createElementVNode("button", {
|
|
636
|
+
onClick: handleParse,
|
|
637
|
+
disabled: !rawInput.value.trim(),
|
|
638
|
+
class: "h-9 px-5 bg-primary text-black font-bold border-2 border-black rounded-lg shadow-hard-sm hover:shadow-none hover:translate-x-0.5 hover:translate-y-0.5 transition-all text-sm disabled:opacity-40 disabled:cursor-not-allowed"
|
|
639
|
+
}, [..._cache[12] || (_cache[12] = [
|
|
640
|
+
createElementVNode(
|
|
641
|
+
"span",
|
|
642
|
+
{ class: "material-icons text-sm align-middle mr-1" },
|
|
643
|
+
"play_arrow",
|
|
644
|
+
-1
|
|
645
|
+
/* CACHED */
|
|
646
|
+
),
|
|
647
|
+
createTextVNode(
|
|
648
|
+
"解析 ",
|
|
649
|
+
-1
|
|
650
|
+
/* CACHED */
|
|
651
|
+
)
|
|
652
|
+
])], 8, _hoisted_10)
|
|
653
|
+
])
|
|
654
|
+
]),
|
|
655
|
+
createCommentVNode(" 错误 "),
|
|
656
|
+
dockerError.value || composeError.value ? (openBlock(), createElementBlock("div", _hoisted_11, [
|
|
657
|
+
_cache[14] || (_cache[14] = createElementVNode(
|
|
658
|
+
"span",
|
|
659
|
+
{ class: "material-icons text-lg" },
|
|
660
|
+
"error_outline",
|
|
661
|
+
-1
|
|
662
|
+
/* CACHED */
|
|
663
|
+
)),
|
|
664
|
+
createTextVNode(
|
|
665
|
+
" " + toDisplayString(dockerError.value || composeError.value),
|
|
666
|
+
1
|
|
667
|
+
/* TEXT */
|
|
668
|
+
)
|
|
669
|
+
])) : createCommentVNode("v-if", true)
|
|
670
|
+
],
|
|
671
|
+
64
|
|
672
|
+
/* STABLE_FRAGMENT */
|
|
673
|
+
)) : createCommentVNode("v-if", true),
|
|
674
|
+
createCommentVNode(" ═══ Docker 编辑模式 ═══ "),
|
|
675
|
+
activeTab.value === "docker" && dockerEditMode.value ? (openBlock(), createElementBlock(
|
|
676
|
+
Fragment,
|
|
677
|
+
{ key: 1 },
|
|
678
|
+
[
|
|
679
|
+
createCommentVNode(" 左右分栏 "),
|
|
680
|
+
createElementVNode("div", _hoisted_12, [
|
|
681
|
+
createCommentVNode(" 左列:生成命令 + 基本信息 "),
|
|
682
|
+
createElementVNode("div", _hoisted_13, [
|
|
683
|
+
createCommentVNode(" 生成命令 "),
|
|
684
|
+
createElementVNode("div", _hoisted_14, [
|
|
685
|
+
createElementVNode("div", _hoisted_15, [
|
|
686
|
+
_cache[15] || (_cache[15] = createElementVNode(
|
|
687
|
+
"div",
|
|
688
|
+
{ class: "flex items-center gap-2" },
|
|
689
|
+
[
|
|
690
|
+
createElementVNode("span", { class: "material-icons text-neon-green text-lg" }, "code"),
|
|
691
|
+
createElementVNode("span", { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" }, "生成命令")
|
|
692
|
+
],
|
|
693
|
+
-1
|
|
694
|
+
/* CACHED */
|
|
695
|
+
)),
|
|
696
|
+
createElementVNode("div", _hoisted_16, [
|
|
697
|
+
createElementVNode(
|
|
698
|
+
"button",
|
|
699
|
+
{
|
|
700
|
+
onClick: _cache[1] || (_cache[1] = ($event) => copyText(generatedCommand.value, "cmd-single")),
|
|
701
|
+
class: normalizeClass(["h-7 px-2.5 text-xs font-bold border-2 border-black rounded transition-all", copyField.value === "cmd-single" ? "bg-neon-green text-black" : "bg-bg-dark text-gray-400 hover:text-gray-200"])
|
|
702
|
+
},
|
|
703
|
+
toDisplayString(copyField.value === "cmd-single" ? "已复制" : "单行复制"),
|
|
704
|
+
3
|
|
705
|
+
/* TEXT, CLASS */
|
|
706
|
+
),
|
|
707
|
+
createElementVNode(
|
|
708
|
+
"button",
|
|
709
|
+
{
|
|
710
|
+
onClick: _cache[2] || (_cache[2] = ($event) => copyText(generatedMultiline.value, "cmd-multi")),
|
|
711
|
+
class: normalizeClass(["h-7 px-2.5 text-xs font-bold border-2 border-black rounded transition-all", copyField.value === "cmd-multi" ? "bg-neon-green text-black" : "bg-bg-dark text-gray-400 hover:text-gray-200"])
|
|
712
|
+
},
|
|
713
|
+
toDisplayString(copyField.value === "cmd-multi" ? "已复制" : "多行复制"),
|
|
714
|
+
3
|
|
715
|
+
/* TEXT, CLASS */
|
|
716
|
+
)
|
|
717
|
+
])
|
|
718
|
+
]),
|
|
719
|
+
createElementVNode(
|
|
720
|
+
"pre",
|
|
721
|
+
_hoisted_17,
|
|
722
|
+
toDisplayString(generatedMultiline.value),
|
|
723
|
+
1
|
|
724
|
+
/* TEXT */
|
|
725
|
+
)
|
|
726
|
+
]),
|
|
727
|
+
createCommentVNode(" 基本信息 "),
|
|
728
|
+
createElementVNode("div", _hoisted_18, [
|
|
729
|
+
_cache[19] || (_cache[19] = createElementVNode(
|
|
730
|
+
"div",
|
|
731
|
+
{ class: "flex items-center gap-2 mb-3" },
|
|
732
|
+
[
|
|
733
|
+
createElementVNode("span", { class: "material-icons text-electric-blue text-lg" }, "info"),
|
|
734
|
+
createElementVNode("span", { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" }, "基本信息")
|
|
735
|
+
],
|
|
736
|
+
-1
|
|
737
|
+
/* CACHED */
|
|
738
|
+
)),
|
|
739
|
+
createElementVNode("div", _hoisted_19, [
|
|
740
|
+
createElementVNode("div", _hoisted_20, [
|
|
741
|
+
_cache[16] || (_cache[16] = createElementVNode(
|
|
742
|
+
"div",
|
|
743
|
+
{ class: "text-xs text-gray-500 mb-1" },
|
|
744
|
+
"子命令",
|
|
745
|
+
-1
|
|
746
|
+
/* CACHED */
|
|
747
|
+
)),
|
|
748
|
+
withDirectives(createElementVNode(
|
|
749
|
+
"input",
|
|
750
|
+
{
|
|
751
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => dkSubCommand.value = $event),
|
|
752
|
+
class: "w-full bg-transparent text-electric-blue font-mono text-sm font-bold outline-none border-b border-transparent focus:border-electric-blue transition-colors"
|
|
753
|
+
},
|
|
754
|
+
null,
|
|
755
|
+
512
|
|
756
|
+
/* NEED_PATCH */
|
|
757
|
+
), [
|
|
758
|
+
[vModelText, dkSubCommand.value]
|
|
759
|
+
])
|
|
760
|
+
]),
|
|
761
|
+
createElementVNode("div", _hoisted_21, [
|
|
762
|
+
_cache[17] || (_cache[17] = createElementVNode(
|
|
763
|
+
"div",
|
|
764
|
+
{ class: "text-xs text-gray-500 mb-1" },
|
|
765
|
+
"镜像",
|
|
766
|
+
-1
|
|
767
|
+
/* CACHED */
|
|
768
|
+
)),
|
|
769
|
+
withDirectives(createElementVNode(
|
|
770
|
+
"input",
|
|
771
|
+
{
|
|
772
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => dkImage.value = $event),
|
|
773
|
+
class: "w-full bg-transparent text-neon-green font-mono text-sm font-bold outline-none border-b border-transparent focus:border-neon-green transition-colors",
|
|
774
|
+
placeholder: "nginx:alpine"
|
|
775
|
+
},
|
|
776
|
+
null,
|
|
777
|
+
512
|
|
778
|
+
/* NEED_PATCH */
|
|
779
|
+
), [
|
|
780
|
+
[vModelText, dkImage.value]
|
|
781
|
+
])
|
|
782
|
+
]),
|
|
783
|
+
createElementVNode("div", _hoisted_22, [
|
|
784
|
+
_cache[18] || (_cache[18] = createElementVNode(
|
|
785
|
+
"div",
|
|
786
|
+
{ class: "text-xs text-gray-500 mb-1" },
|
|
787
|
+
"容器命令",
|
|
788
|
+
-1
|
|
789
|
+
/* CACHED */
|
|
790
|
+
)),
|
|
791
|
+
withDirectives(createElementVNode(
|
|
792
|
+
"input",
|
|
793
|
+
{
|
|
794
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => dkContainerCmd.value = $event),
|
|
795
|
+
class: "w-full bg-transparent text-primary font-mono text-sm font-bold outline-none border-b border-transparent focus:border-primary transition-colors",
|
|
796
|
+
placeholder: "可选,如 /bin/sh -c ..."
|
|
797
|
+
},
|
|
798
|
+
null,
|
|
799
|
+
512
|
|
800
|
+
/* NEED_PATCH */
|
|
801
|
+
), [
|
|
802
|
+
[vModelText, dkContainerCmd.value]
|
|
803
|
+
])
|
|
804
|
+
])
|
|
805
|
+
])
|
|
806
|
+
])
|
|
807
|
+
]),
|
|
808
|
+
createCommentVNode(" 右列:添加参数 + 参数列表 "),
|
|
809
|
+
createElementVNode("div", _hoisted_23, [
|
|
810
|
+
createCommentVNode(" 添加参数 "),
|
|
811
|
+
createElementVNode("div", _hoisted_24, [
|
|
812
|
+
_cache[20] || (_cache[20] = createElementVNode(
|
|
813
|
+
"div",
|
|
814
|
+
{ class: "flex items-center gap-2 mb-3" },
|
|
815
|
+
[
|
|
816
|
+
createElementVNode("span", { class: "material-icons text-primary text-lg" }, "add_circle"),
|
|
817
|
+
createElementVNode("span", { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" }, "添加参数")
|
|
818
|
+
],
|
|
819
|
+
-1
|
|
820
|
+
/* CACHED */
|
|
821
|
+
)),
|
|
822
|
+
createElementVNode("div", _hoisted_25, [
|
|
823
|
+
(openBlock(), createElementBlock(
|
|
824
|
+
Fragment,
|
|
825
|
+
null,
|
|
826
|
+
renderList(quickFlags, (qf) => {
|
|
827
|
+
return createElementVNode("button", {
|
|
828
|
+
key: qf.flag,
|
|
829
|
+
onClick: ($event) => {
|
|
830
|
+
newArgFlag.value = qf.flag;
|
|
831
|
+
newArgValue.value = qf.placeholder;
|
|
832
|
+
if (unref(booleanFlags).has(qf.flag)) addArg();
|
|
833
|
+
},
|
|
834
|
+
class: "h-7 px-2 text-xs font-mono font-bold border border-gray-600 rounded hover:border-primary hover:text-primary transition-colors text-gray-400"
|
|
835
|
+
}, toDisplayString(qf.flag), 9, _hoisted_26);
|
|
836
|
+
}),
|
|
837
|
+
64
|
|
838
|
+
/* STABLE_FRAGMENT */
|
|
839
|
+
))
|
|
840
|
+
]),
|
|
841
|
+
createElementVNode("div", _hoisted_27, [
|
|
842
|
+
withDirectives(createElementVNode(
|
|
843
|
+
"input",
|
|
844
|
+
{
|
|
845
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => newArgFlag.value = $event),
|
|
846
|
+
placeholder: "--name",
|
|
847
|
+
class: "w-24 shrink-0 bg-bg-dark text-gray-100 border-2 border-black rounded px-2 py-1.5 font-mono text-sm outline-none focus:border-primary"
|
|
848
|
+
},
|
|
849
|
+
null,
|
|
850
|
+
512
|
|
851
|
+
/* NEED_PATCH */
|
|
852
|
+
), [
|
|
853
|
+
[vModelText, newArgFlag.value]
|
|
854
|
+
]),
|
|
855
|
+
withDirectives(createElementVNode(
|
|
856
|
+
"input",
|
|
857
|
+
{
|
|
858
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => newArgValue.value = $event),
|
|
859
|
+
placeholder: "值",
|
|
860
|
+
class: "flex-1 bg-bg-dark text-gray-100 border-2 border-black rounded px-2 py-1.5 font-mono text-sm outline-none focus:border-primary",
|
|
861
|
+
onKeydown: withKeys(addArg, ["enter"])
|
|
862
|
+
},
|
|
863
|
+
null,
|
|
864
|
+
544
|
|
865
|
+
/* NEED_HYDRATION, NEED_PATCH */
|
|
866
|
+
), [
|
|
867
|
+
[vModelText, newArgValue.value]
|
|
868
|
+
]),
|
|
869
|
+
createElementVNode("button", {
|
|
870
|
+
onClick: addArg,
|
|
871
|
+
class: "h-9 px-3 bg-neon-green text-black font-bold border-2 border-black rounded shadow-hard-sm hover:shadow-none hover:translate-x-0.5 hover:translate-y-0.5 transition-all text-xs shrink-0"
|
|
872
|
+
}, " 添加 ")
|
|
873
|
+
])
|
|
874
|
+
]),
|
|
875
|
+
createCommentVNode(" 参数列表 "),
|
|
876
|
+
createElementVNode("div", _hoisted_28, [
|
|
877
|
+
createElementVNode("div", _hoisted_29, [
|
|
878
|
+
_cache[21] || (_cache[21] = createElementVNode(
|
|
879
|
+
"span",
|
|
880
|
+
{ class: "material-icons text-vibrant-purple text-lg" },
|
|
881
|
+
"tune",
|
|
882
|
+
-1
|
|
883
|
+
/* CACHED */
|
|
884
|
+
)),
|
|
885
|
+
_cache[22] || (_cache[22] = createElementVNode(
|
|
886
|
+
"span",
|
|
887
|
+
{ class: "text-sm font-bold text-gray-400 uppercase tracking-wider" },
|
|
888
|
+
"参数列表",
|
|
889
|
+
-1
|
|
890
|
+
/* CACHED */
|
|
891
|
+
)),
|
|
892
|
+
createElementVNode(
|
|
893
|
+
"span",
|
|
894
|
+
_hoisted_30,
|
|
895
|
+
toDisplayString(dkArgs.value.length),
|
|
896
|
+
1
|
|
897
|
+
/* TEXT */
|
|
898
|
+
)
|
|
899
|
+
]),
|
|
900
|
+
createElementVNode("div", _hoisted_31, [
|
|
901
|
+
(openBlock(true), createElementBlock(
|
|
902
|
+
Fragment,
|
|
903
|
+
null,
|
|
904
|
+
renderList(dkArgs.value, (arg) => {
|
|
905
|
+
return openBlock(), createElementBlock("div", {
|
|
906
|
+
key: arg.id,
|
|
907
|
+
class: "flex flex-col gap-0.5 py-2 px-2 rounded-lg hover:bg-white/5 group transition-colors"
|
|
908
|
+
}, [
|
|
909
|
+
createElementVNode("div", _hoisted_32, [
|
|
910
|
+
createElementVNode(
|
|
911
|
+
"span",
|
|
912
|
+
{
|
|
913
|
+
class: normalizeClass(["w-1.5 h-5 rounded-full shrink-0", catMeta[arg.category].bg])
|
|
914
|
+
},
|
|
915
|
+
null,
|
|
916
|
+
2
|
|
917
|
+
/* CLASS */
|
|
918
|
+
),
|
|
919
|
+
createElementVNode(
|
|
920
|
+
"span",
|
|
921
|
+
{
|
|
922
|
+
class: normalizeClass(["font-mono text-sm font-bold shrink-0 min-w-[90px]", catMeta[arg.category].text])
|
|
923
|
+
},
|
|
924
|
+
toDisplayString(arg.flag),
|
|
925
|
+
3
|
|
926
|
+
/* TEXT, CLASS */
|
|
927
|
+
),
|
|
928
|
+
!arg.noValue ? withDirectives((openBlock(), createElementBlock("input", {
|
|
929
|
+
key: 0,
|
|
930
|
+
"onUpdate:modelValue": ($event) => arg.value = $event,
|
|
931
|
+
class: "flex-1 bg-transparent text-gray-200 font-mono text-sm outline-none border-b border-transparent focus:border-gray-500 transition-colors min-w-0",
|
|
932
|
+
placeholder: "输入值"
|
|
933
|
+
}, null, 8, _hoisted_33)), [
|
|
934
|
+
[vModelText, arg.value]
|
|
935
|
+
]) : (openBlock(), createElementBlock("span", _hoisted_34)),
|
|
936
|
+
createElementVNode("button", {
|
|
937
|
+
onClick: ($event) => removeArg(arg.id),
|
|
938
|
+
class: "opacity-0 group-hover:opacity-100 transition-opacity text-gray-500 hover:text-coral-red shrink-0"
|
|
939
|
+
}, [..._cache[23] || (_cache[23] = [
|
|
940
|
+
createElementVNode(
|
|
941
|
+
"span",
|
|
942
|
+
{ class: "material-icons text-sm" },
|
|
943
|
+
"close",
|
|
944
|
+
-1
|
|
945
|
+
/* CACHED */
|
|
946
|
+
)
|
|
947
|
+
])], 8, _hoisted_35)
|
|
948
|
+
]),
|
|
949
|
+
createElementVNode(
|
|
950
|
+
"div",
|
|
951
|
+
_hoisted_36,
|
|
952
|
+
toDisplayString(arg.desc),
|
|
953
|
+
1
|
|
954
|
+
/* TEXT */
|
|
955
|
+
)
|
|
956
|
+
]);
|
|
957
|
+
}),
|
|
958
|
+
128
|
|
959
|
+
/* KEYED_FRAGMENT */
|
|
960
|
+
)),
|
|
961
|
+
!dkArgs.value.length ? (openBlock(), createElementBlock("div", _hoisted_37, "暂无参数")) : createCommentVNode("v-if", true)
|
|
962
|
+
])
|
|
963
|
+
])
|
|
964
|
+
])
|
|
965
|
+
])
|
|
966
|
+
],
|
|
967
|
+
64
|
|
968
|
+
/* STABLE_FRAGMENT */
|
|
969
|
+
)) : createCommentVNode("v-if", true),
|
|
970
|
+
createCommentVNode(" ═══ Compose 编辑模式 ═══ "),
|
|
971
|
+
activeTab.value === "compose" && composeEditMode.value ? (openBlock(), createElementBlock(
|
|
972
|
+
Fragment,
|
|
973
|
+
{ key: 2 },
|
|
974
|
+
[
|
|
975
|
+
createCommentVNode(" YAML 预览(顶部固定) "),
|
|
976
|
+
createElementVNode("div", _hoisted_38, [
|
|
977
|
+
createElementVNode("div", _hoisted_39, [
|
|
978
|
+
_cache[24] || (_cache[24] = createElementVNode(
|
|
979
|
+
"div",
|
|
980
|
+
{ class: "flex items-center gap-2" },
|
|
981
|
+
[
|
|
982
|
+
createElementVNode("span", { class: "material-icons text-neon-green text-lg" }, "code"),
|
|
983
|
+
createElementVNode("span", { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" }, "生成 YAML")
|
|
984
|
+
],
|
|
985
|
+
-1
|
|
986
|
+
/* CACHED */
|
|
987
|
+
)),
|
|
988
|
+
createElementVNode(
|
|
989
|
+
"button",
|
|
990
|
+
{
|
|
991
|
+
onClick: _cache[8] || (_cache[8] = ($event) => copyText(generatedYaml.value, "yaml")),
|
|
992
|
+
class: normalizeClass(["h-7 px-2.5 text-xs font-bold border-2 border-black rounded transition-all", copyField.value === "yaml" ? "bg-neon-green text-black" : "bg-bg-dark text-gray-400 hover:text-gray-200"])
|
|
993
|
+
},
|
|
994
|
+
toDisplayString(copyField.value === "yaml" ? "已复制" : "复制 YAML"),
|
|
995
|
+
3
|
|
996
|
+
/* TEXT, CLASS */
|
|
997
|
+
)
|
|
998
|
+
]),
|
|
999
|
+
createElementVNode(
|
|
1000
|
+
"pre",
|
|
1001
|
+
_hoisted_40,
|
|
1002
|
+
toDisplayString(generatedYaml.value),
|
|
1003
|
+
1
|
|
1004
|
+
/* TEXT */
|
|
1005
|
+
)
|
|
1006
|
+
]),
|
|
1007
|
+
createCommentVNode(" 左右分栏:服务列表 "),
|
|
1008
|
+
createElementVNode("div", _hoisted_41, [
|
|
1009
|
+
(openBlock(true), createElementBlock(
|
|
1010
|
+
Fragment,
|
|
1011
|
+
null,
|
|
1012
|
+
renderList(cServices.value, (svc, si) => {
|
|
1013
|
+
return openBlock(), createElementBlock("div", {
|
|
1014
|
+
key: svc.name,
|
|
1015
|
+
class: "flex flex-col gap-3 overflow-y-auto pr-1"
|
|
1016
|
+
}, [
|
|
1017
|
+
createElementVNode("div", _hoisted_42, [
|
|
1018
|
+
_cache[25] || (_cache[25] = createElementVNode(
|
|
1019
|
+
"span",
|
|
1020
|
+
{ class: "material-icons text-electric-blue text-lg" },
|
|
1021
|
+
"dns",
|
|
1022
|
+
-1
|
|
1023
|
+
/* CACHED */
|
|
1024
|
+
)),
|
|
1025
|
+
createElementVNode(
|
|
1026
|
+
"span",
|
|
1027
|
+
_hoisted_43,
|
|
1028
|
+
toDisplayString(svc.name),
|
|
1029
|
+
1
|
|
1030
|
+
/* TEXT */
|
|
1031
|
+
),
|
|
1032
|
+
svc.image ? (openBlock(), createElementBlock(
|
|
1033
|
+
"span",
|
|
1034
|
+
_hoisted_44,
|
|
1035
|
+
toDisplayString(svc.image),
|
|
1036
|
+
1
|
|
1037
|
+
/* TEXT */
|
|
1038
|
+
)) : createCommentVNode("v-if", true)
|
|
1039
|
+
]),
|
|
1040
|
+
createElementVNode("div", _hoisted_45, [
|
|
1041
|
+
createElementVNode("div", _hoisted_46, [
|
|
1042
|
+
(openBlock(true), createElementBlock(
|
|
1043
|
+
Fragment,
|
|
1044
|
+
null,
|
|
1045
|
+
renderList(svc.fields, (field, fi) => {
|
|
1046
|
+
return openBlock(), createElementBlock(
|
|
1047
|
+
"div",
|
|
1048
|
+
{
|
|
1049
|
+
key: fi,
|
|
1050
|
+
class: "flex flex-col gap-0.5 py-1.5 rounded-lg hover:bg-white/5 transition-colors",
|
|
1051
|
+
style: normalizeStyle({ paddingLeft: field.depth * 12 + 8 + "px", paddingRight: "8px" })
|
|
1052
|
+
},
|
|
1053
|
+
[
|
|
1054
|
+
createElementVNode("div", _hoisted_47, [
|
|
1055
|
+
createElementVNode(
|
|
1056
|
+
"span",
|
|
1057
|
+
{
|
|
1058
|
+
class: normalizeClass(["font-mono text-sm font-bold shrink-0 min-w-[90px]", field.depth === 0 ? "text-electric-blue" : "text-gray-400"])
|
|
1059
|
+
},
|
|
1060
|
+
toDisplayString(field.key),
|
|
1061
|
+
3
|
|
1062
|
+
/* TEXT, CLASS */
|
|
1063
|
+
),
|
|
1064
|
+
field.editable ? withDirectives((openBlock(), createElementBlock("input", {
|
|
1065
|
+
key: 0,
|
|
1066
|
+
"onUpdate:modelValue": ($event) => field.value = $event,
|
|
1067
|
+
class: "flex-1 bg-transparent text-gray-200 font-mono text-sm outline-none border-b border-transparent focus:border-gray-500 transition-colors min-w-0"
|
|
1068
|
+
}, null, 8, _hoisted_48)), [
|
|
1069
|
+
[vModelText, field.value]
|
|
1070
|
+
]) : (openBlock(), createElementBlock(
|
|
1071
|
+
"span",
|
|
1072
|
+
_hoisted_49,
|
|
1073
|
+
toDisplayString(field.value || ""),
|
|
1074
|
+
1
|
|
1075
|
+
/* TEXT */
|
|
1076
|
+
))
|
|
1077
|
+
]),
|
|
1078
|
+
field.desc ? (openBlock(), createElementBlock(
|
|
1079
|
+
"div",
|
|
1080
|
+
_hoisted_50,
|
|
1081
|
+
toDisplayString(field.desc),
|
|
1082
|
+
1
|
|
1083
|
+
/* TEXT */
|
|
1084
|
+
)) : createCommentVNode("v-if", true)
|
|
1085
|
+
],
|
|
1086
|
+
4
|
|
1087
|
+
/* STYLE */
|
|
1088
|
+
);
|
|
1089
|
+
}),
|
|
1090
|
+
128
|
|
1091
|
+
/* KEYED_FRAGMENT */
|
|
1092
|
+
))
|
|
1093
|
+
])
|
|
1094
|
+
])
|
|
1095
|
+
]);
|
|
1096
|
+
}),
|
|
1097
|
+
128
|
|
1098
|
+
/* KEYED_FRAGMENT */
|
|
1099
|
+
)),
|
|
1100
|
+
createCommentVNode(" 顶层配置 "),
|
|
1101
|
+
cTopLevel.value.length ? (openBlock(), createElementBlock("div", _hoisted_51, [
|
|
1102
|
+
_cache[26] || (_cache[26] = createElementVNode(
|
|
1103
|
+
"div",
|
|
1104
|
+
{ class: "flex items-center gap-2 h-8" },
|
|
1105
|
+
[
|
|
1106
|
+
createElementVNode("span", { class: "material-icons text-vibrant-purple text-lg" }, "settings"),
|
|
1107
|
+
createElementVNode("span", { class: "text-sm font-bold text-gray-400 uppercase tracking-wider" }, "顶层配置")
|
|
1108
|
+
],
|
|
1109
|
+
-1
|
|
1110
|
+
/* CACHED */
|
|
1111
|
+
)),
|
|
1112
|
+
createElementVNode("div", _hoisted_52, [
|
|
1113
|
+
createElementVNode("div", _hoisted_53, [
|
|
1114
|
+
(openBlock(true), createElementBlock(
|
|
1115
|
+
Fragment,
|
|
1116
|
+
null,
|
|
1117
|
+
renderList(cTopLevel.value, (item, i) => {
|
|
1118
|
+
return openBlock(), createElementBlock(
|
|
1119
|
+
"div",
|
|
1120
|
+
{
|
|
1121
|
+
key: i,
|
|
1122
|
+
class: "flex flex-col gap-0.5 py-1.5 rounded-lg hover:bg-white/5",
|
|
1123
|
+
style: normalizeStyle({ paddingLeft: item.depth * 12 + 8 + "px", paddingRight: "8px" })
|
|
1124
|
+
},
|
|
1125
|
+
[
|
|
1126
|
+
createElementVNode("div", _hoisted_54, [
|
|
1127
|
+
createElementVNode(
|
|
1128
|
+
"span",
|
|
1129
|
+
_hoisted_55,
|
|
1130
|
+
toDisplayString(item.key),
|
|
1131
|
+
1
|
|
1132
|
+
/* TEXT */
|
|
1133
|
+
),
|
|
1134
|
+
item.editable ? withDirectives((openBlock(), createElementBlock("input", {
|
|
1135
|
+
key: 0,
|
|
1136
|
+
"onUpdate:modelValue": ($event) => item.value = $event,
|
|
1137
|
+
class: "flex-1 bg-transparent text-gray-200 font-mono text-sm outline-none border-b border-transparent focus:border-gray-500 transition-colors min-w-0"
|
|
1138
|
+
}, null, 8, _hoisted_56)), [
|
|
1139
|
+
[vModelText, item.value]
|
|
1140
|
+
]) : (openBlock(), createElementBlock(
|
|
1141
|
+
"span",
|
|
1142
|
+
_hoisted_57,
|
|
1143
|
+
toDisplayString(item.value || ""),
|
|
1144
|
+
1
|
|
1145
|
+
/* TEXT */
|
|
1146
|
+
))
|
|
1147
|
+
]),
|
|
1148
|
+
item.desc ? (openBlock(), createElementBlock(
|
|
1149
|
+
"div",
|
|
1150
|
+
_hoisted_58,
|
|
1151
|
+
toDisplayString(item.desc),
|
|
1152
|
+
1
|
|
1153
|
+
/* TEXT */
|
|
1154
|
+
)) : createCommentVNode("v-if", true)
|
|
1155
|
+
],
|
|
1156
|
+
4
|
|
1157
|
+
/* STYLE */
|
|
1158
|
+
);
|
|
1159
|
+
}),
|
|
1160
|
+
128
|
|
1161
|
+
/* KEYED_FRAGMENT */
|
|
1162
|
+
))
|
|
1163
|
+
])
|
|
1164
|
+
])
|
|
1165
|
+
])) : createCommentVNode("v-if", true)
|
|
1166
|
+
])
|
|
1167
|
+
],
|
|
1168
|
+
64
|
|
1169
|
+
/* STABLE_FRAGMENT */
|
|
1170
|
+
)) : createCommentVNode("v-if", true)
|
|
1171
|
+
]);
|
|
1172
|
+
};
|
|
1173
|
+
}
|
|
1174
|
+
});
|
|
1175
|
+
export {
|
|
1176
|
+
_sfc_main as default
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
;(function(){var c=typeof __exports__!=="undefined"&&__exports__;var d=c&&(c.default||c);if(d)d.__pluginCss=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
1180
|
+
@layer properties {
|
|
1181
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
1182
|
+
*, :before, :after, ::backdrop {
|
|
1183
|
+
--tw-translate-x: 0;
|
|
1184
|
+
--tw-translate-y: 0;
|
|
1185
|
+
--tw-translate-z: 0;
|
|
1186
|
+
--tw-rotate-x: initial;
|
|
1187
|
+
--tw-rotate-y: initial;
|
|
1188
|
+
--tw-rotate-z: initial;
|
|
1189
|
+
--tw-skew-x: initial;
|
|
1190
|
+
--tw-skew-y: initial;
|
|
1191
|
+
--tw-space-y-reverse: 0;
|
|
1192
|
+
--tw-border-style: solid;
|
|
1193
|
+
--tw-leading: initial;
|
|
1194
|
+
--tw-font-weight: initial;
|
|
1195
|
+
--tw-tracking: initial;
|
|
1196
|
+
--tw-shadow: 0 0 #0000;
|
|
1197
|
+
--tw-shadow-color: initial;
|
|
1198
|
+
--tw-shadow-alpha: 100%;
|
|
1199
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1200
|
+
--tw-inset-shadow-color: initial;
|
|
1201
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1202
|
+
--tw-ring-color: initial;
|
|
1203
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1204
|
+
--tw-inset-ring-color: initial;
|
|
1205
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1206
|
+
--tw-ring-inset: initial;
|
|
1207
|
+
--tw-ring-offset-width: 0px;
|
|
1208
|
+
--tw-ring-offset-color: #fff;
|
|
1209
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1210
|
+
--tw-outline-style: solid;
|
|
1211
|
+
--tw-duration: initial;
|
|
1212
|
+
--tw-scale-x: 1;
|
|
1213
|
+
--tw-scale-y: 1;
|
|
1214
|
+
--tw-scale-z: 1;
|
|
1215
|
+
--tw-blur: initial;
|
|
1216
|
+
--tw-brightness: initial;
|
|
1217
|
+
--tw-contrast: initial;
|
|
1218
|
+
--tw-grayscale: initial;
|
|
1219
|
+
--tw-hue-rotate: initial;
|
|
1220
|
+
--tw-invert: initial;
|
|
1221
|
+
--tw-opacity: initial;
|
|
1222
|
+
--tw-saturate: initial;
|
|
1223
|
+
--tw-sepia: initial;
|
|
1224
|
+
--tw-drop-shadow: initial;
|
|
1225
|
+
--tw-drop-shadow-color: initial;
|
|
1226
|
+
--tw-drop-shadow-alpha: 100%;
|
|
1227
|
+
--tw-drop-shadow-size: initial;
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
@layer theme {
|
|
1233
|
+
:root, :host {
|
|
1234
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
1235
|
+
monospace;
|
|
1236
|
+
--color-gray-100: oklch(96.7% .003 264.542);
|
|
1237
|
+
--color-gray-200: oklch(92.8% .006 264.531);
|
|
1238
|
+
--color-gray-300: oklch(87.2% .01 258.338);
|
|
1239
|
+
--color-gray-400: oklch(70.7% .022 261.325);
|
|
1240
|
+
--color-gray-500: oklch(55.1% .027 264.364);
|
|
1241
|
+
--color-gray-600: oklch(44.6% .03 256.802);
|
|
1242
|
+
--color-gray-700: oklch(37.3% .034 259.733);
|
|
1243
|
+
--color-black: #000;
|
|
1244
|
+
--color-white: #fff;
|
|
1245
|
+
--spacing: .25rem;
|
|
1246
|
+
--container-lg: 32rem;
|
|
1247
|
+
--text-xs: .75rem;
|
|
1248
|
+
--text-xs--line-height: calc(1 / .75);
|
|
1249
|
+
--text-sm: .875rem;
|
|
1250
|
+
--text-sm--line-height: calc(1.25 / .875);
|
|
1251
|
+
--text-base: 1rem;
|
|
1252
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
1253
|
+
--text-lg: 1.125rem;
|
|
1254
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
1255
|
+
--text-xl: 1.25rem;
|
|
1256
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
1257
|
+
--text-2xl: 1.5rem;
|
|
1258
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
|
1259
|
+
--text-3xl: 1.875rem;
|
|
1260
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
1261
|
+
--text-5xl: 3rem;
|
|
1262
|
+
--text-5xl--line-height: 1;
|
|
1263
|
+
--font-weight-bold: 700;
|
|
1264
|
+
--font-weight-black: 900;
|
|
1265
|
+
--tracking-wider: .05em;
|
|
1266
|
+
--tracking-widest: .1em;
|
|
1267
|
+
--leading-relaxed: 1.625;
|
|
1268
|
+
--radius-sm: .25rem;
|
|
1269
|
+
--radius-lg: .5rem;
|
|
1270
|
+
--radius-xl: .75rem;
|
|
1271
|
+
--animate-spin: spin 1s linear infinite;
|
|
1272
|
+
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
1273
|
+
--default-transition-duration: .15s;
|
|
1274
|
+
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1275
|
+
--color-primary: #f9b11f;
|
|
1276
|
+
--color-bg-dark: #231c0f;
|
|
1277
|
+
--color-electric-blue: #3b82f6;
|
|
1278
|
+
--color-neon-green: #84cc16;
|
|
1279
|
+
--color-vibrant-purple: #a855f7;
|
|
1280
|
+
--color-deep-charcoal: #1f1a14;
|
|
1281
|
+
--color-coral-red: #ff6b6b;
|
|
1282
|
+
--color-hot-pink: #ec4899;
|
|
1283
|
+
--font-display: "Space Grotesk", sans-serif;
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
@layer base, components;
|
|
1288
|
+
|
|
1289
|
+
@layer utilities {
|
|
1290
|
+
.pointer-events-none {
|
|
1291
|
+
pointer-events: none;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
.sr-only {
|
|
1295
|
+
clip-path: inset(50%);
|
|
1296
|
+
white-space: nowrap;
|
|
1297
|
+
border-width: 0;
|
|
1298
|
+
width: 1px;
|
|
1299
|
+
height: 1px;
|
|
1300
|
+
margin: -1px;
|
|
1301
|
+
padding: 0;
|
|
1302
|
+
position: absolute;
|
|
1303
|
+
overflow: hidden;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.absolute {
|
|
1307
|
+
position: absolute;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.fixed {
|
|
1311
|
+
position: fixed;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.relative {
|
|
1315
|
+
position: relative;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.inset-0 {
|
|
1319
|
+
inset: calc(var(--spacing) * 0);
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.start {
|
|
1323
|
+
inset-inline-start: var(--spacing);
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.end {
|
|
1327
|
+
inset-inline-end: var(--spacing);
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
.top-1\\/2 {
|
|
1331
|
+
top: 50%;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.right-2 {
|
|
1335
|
+
right: calc(var(--spacing) * 2);
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.left-2 {
|
|
1339
|
+
left: calc(var(--spacing) * 2);
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
.z-50 {
|
|
1343
|
+
z-index: 50;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.col-span-2 {
|
|
1347
|
+
grid-column: span 2 / span 2;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.-mx-1 {
|
|
1351
|
+
margin-inline: calc(var(--spacing) * -1);
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.mx-0\\.5 {
|
|
1355
|
+
margin-inline: calc(var(--spacing) * .5);
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.mt-0\\.5 {
|
|
1359
|
+
margin-top: calc(var(--spacing) * .5);
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.mt-1 {
|
|
1363
|
+
margin-top: calc(var(--spacing) * 1);
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
.mt-2 {
|
|
1367
|
+
margin-top: calc(var(--spacing) * 2);
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
.mt-3 {
|
|
1371
|
+
margin-top: calc(var(--spacing) * 3);
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.mr-1 {
|
|
1375
|
+
margin-right: calc(var(--spacing) * 1);
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.mr-2 {
|
|
1379
|
+
margin-right: calc(var(--spacing) * 2);
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.mr-3 {
|
|
1383
|
+
margin-right: calc(var(--spacing) * 3);
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.mb-1 {
|
|
1387
|
+
margin-bottom: calc(var(--spacing) * 1);
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.mb-1\\.5 {
|
|
1391
|
+
margin-bottom: calc(var(--spacing) * 1.5);
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.mb-2 {
|
|
1395
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.mb-3 {
|
|
1399
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.ml-0\\.5 {
|
|
1403
|
+
margin-left: calc(var(--spacing) * .5);
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.ml-1 {
|
|
1407
|
+
margin-left: calc(var(--spacing) * 1);
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.ml-1\\.5 {
|
|
1411
|
+
margin-left: calc(var(--spacing) * 1.5);
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.ml-2 {
|
|
1415
|
+
margin-left: calc(var(--spacing) * 2);
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.ml-auto {
|
|
1419
|
+
margin-left: auto;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.block {
|
|
1423
|
+
display: block;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.flex {
|
|
1427
|
+
display: flex;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.grid {
|
|
1431
|
+
display: grid;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.hidden {
|
|
1435
|
+
display: none;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.inline {
|
|
1439
|
+
display: inline;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.inline-block {
|
|
1443
|
+
display: inline-block;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.inline-flex {
|
|
1447
|
+
display: inline-flex;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.table {
|
|
1451
|
+
display: table;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.h-2 {
|
|
1455
|
+
height: calc(var(--spacing) * 2);
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.h-3 {
|
|
1459
|
+
height: calc(var(--spacing) * 3);
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.h-3\\.5 {
|
|
1463
|
+
height: calc(var(--spacing) * 3.5);
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.h-4 {
|
|
1467
|
+
height: calc(var(--spacing) * 4);
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.h-5 {
|
|
1471
|
+
height: calc(var(--spacing) * 5);
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
.h-7 {
|
|
1475
|
+
height: calc(var(--spacing) * 7);
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.h-8 {
|
|
1479
|
+
height: calc(var(--spacing) * 8);
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.h-9 {
|
|
1483
|
+
height: calc(var(--spacing) * 9);
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.h-10 {
|
|
1487
|
+
height: calc(var(--spacing) * 10);
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.h-12 {
|
|
1491
|
+
height: calc(var(--spacing) * 12);
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.h-16 {
|
|
1495
|
+
height: calc(var(--spacing) * 16);
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.h-85 {
|
|
1499
|
+
height: calc(var(--spacing) * 85);
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.h-full {
|
|
1503
|
+
height: 100%;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.max-h-36 {
|
|
1507
|
+
max-height: calc(var(--spacing) * 36);
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.max-h-40 {
|
|
1511
|
+
max-height: calc(var(--spacing) * 40);
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
.max-h-48 {
|
|
1515
|
+
max-height: calc(var(--spacing) * 48);
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.max-h-60 {
|
|
1519
|
+
max-height: calc(var(--spacing) * 60);
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.max-h-\\[200px\\] {
|
|
1523
|
+
max-height: 200px;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.max-h-full {
|
|
1527
|
+
max-height: 100%;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.min-h-0 {
|
|
1531
|
+
min-height: calc(var(--spacing) * 0);
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.min-h-\\[80px\\] {
|
|
1535
|
+
min-height: 80px;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.min-h-\\[180px\\] {
|
|
1539
|
+
min-height: 180px;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.min-h-\\[200px\\] {
|
|
1543
|
+
min-height: 200px;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.w-1\\.5 {
|
|
1547
|
+
width: calc(var(--spacing) * 1.5);
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.w-2 {
|
|
1551
|
+
width: calc(var(--spacing) * 2);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.w-3 {
|
|
1555
|
+
width: calc(var(--spacing) * 3);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
.w-3\\.5 {
|
|
1559
|
+
width: calc(var(--spacing) * 3.5);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.w-4 {
|
|
1563
|
+
width: calc(var(--spacing) * 4);
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.w-5 {
|
|
1567
|
+
width: calc(var(--spacing) * 5);
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
.w-7 {
|
|
1571
|
+
width: calc(var(--spacing) * 7);
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
.w-8 {
|
|
1575
|
+
width: calc(var(--spacing) * 8);
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
.w-9 {
|
|
1579
|
+
width: calc(var(--spacing) * 9);
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
.w-10 {
|
|
1583
|
+
width: calc(var(--spacing) * 10);
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.w-14 {
|
|
1587
|
+
width: calc(var(--spacing) * 14);
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.w-16 {
|
|
1591
|
+
width: calc(var(--spacing) * 16);
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
.w-20 {
|
|
1595
|
+
width: calc(var(--spacing) * 20);
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.w-24 {
|
|
1599
|
+
width: calc(var(--spacing) * 24);
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
.w-28 {
|
|
1603
|
+
width: calc(var(--spacing) * 28);
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.w-32 {
|
|
1607
|
+
width: calc(var(--spacing) * 32);
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.w-72 {
|
|
1611
|
+
width: calc(var(--spacing) * 72);
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.w-full {
|
|
1615
|
+
width: 100%;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.max-w-70 {
|
|
1619
|
+
max-width: calc(var(--spacing) * 70);
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.max-w-full {
|
|
1623
|
+
max-width: 100%;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.max-w-lg {
|
|
1627
|
+
max-width: var(--container-lg);
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.min-w-0 {
|
|
1631
|
+
min-width: calc(var(--spacing) * 0);
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.min-w-\\[90px\\] {
|
|
1635
|
+
min-width: 90px;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.min-w-\\[200px\\] {
|
|
1639
|
+
min-width: 200px;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.flex-1 {
|
|
1643
|
+
flex: 1;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.shrink-0 {
|
|
1647
|
+
flex-shrink: 0;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.border-collapse {
|
|
1651
|
+
border-collapse: collapse;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.translate-x-0\\.5 {
|
|
1655
|
+
--tw-translate-x: calc(var(--spacing) * .5);
|
|
1656
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.-translate-y-1\\/2 {
|
|
1660
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1661
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.translate-y-0\\.5 {
|
|
1665
|
+
--tw-translate-y: calc(var(--spacing) * .5);
|
|
1666
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.transform {
|
|
1670
|
+
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.animate-pulse {
|
|
1674
|
+
animation: var(--animate-pulse);
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.animate-spin {
|
|
1678
|
+
animation: var(--animate-spin);
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.cursor-grab {
|
|
1682
|
+
cursor: grab;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.cursor-pointer {
|
|
1686
|
+
cursor: pointer;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.resize {
|
|
1690
|
+
resize: both;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
.resize-none {
|
|
1694
|
+
resize: none;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
.appearance-none {
|
|
1698
|
+
appearance: none;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
.grid-cols-1 {
|
|
1702
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
.grid-cols-2 {
|
|
1706
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
.grid-cols-4 {
|
|
1710
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.grid-cols-5 {
|
|
1714
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
.grid-cols-\\[1fr_60px_1fr\\] {
|
|
1718
|
+
grid-template-columns: 1fr 60px 1fr;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
.flex-col {
|
|
1722
|
+
flex-direction: column;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
.flex-wrap {
|
|
1726
|
+
flex-wrap: wrap;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.items-baseline {
|
|
1730
|
+
align-items: baseline;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
.items-center {
|
|
1734
|
+
align-items: center;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
.justify-between {
|
|
1738
|
+
justify-content: space-between;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.justify-center {
|
|
1742
|
+
justify-content: center;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
.justify-end {
|
|
1746
|
+
justify-content: flex-end;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.gap-0\\.5 {
|
|
1750
|
+
gap: calc(var(--spacing) * .5);
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.gap-1 {
|
|
1754
|
+
gap: calc(var(--spacing) * 1);
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.gap-1\\.5 {
|
|
1758
|
+
gap: calc(var(--spacing) * 1.5);
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.gap-2 {
|
|
1762
|
+
gap: calc(var(--spacing) * 2);
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.gap-3 {
|
|
1766
|
+
gap: calc(var(--spacing) * 3);
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
.gap-4 {
|
|
1770
|
+
gap: calc(var(--spacing) * 4);
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.gap-5 {
|
|
1774
|
+
gap: calc(var(--spacing) * 5);
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
:where(.space-y-0\\.5 > :not(:last-child)) {
|
|
1778
|
+
--tw-space-y-reverse: 0;
|
|
1779
|
+
margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
|
|
1780
|
+
margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
:where(.space-y-1 > :not(:last-child)) {
|
|
1784
|
+
--tw-space-y-reverse: 0;
|
|
1785
|
+
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
1786
|
+
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
:where(.space-y-1\\.5 > :not(:last-child)) {
|
|
1790
|
+
--tw-space-y-reverse: 0;
|
|
1791
|
+
margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
|
|
1792
|
+
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
:where(.space-y-2 > :not(:last-child)) {
|
|
1796
|
+
--tw-space-y-reverse: 0;
|
|
1797
|
+
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
1798
|
+
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
.gap-x-6 {
|
|
1802
|
+
column-gap: calc(var(--spacing) * 6);
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.gap-y-1 {
|
|
1806
|
+
row-gap: calc(var(--spacing) * 1);
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.truncate {
|
|
1810
|
+
text-overflow: ellipsis;
|
|
1811
|
+
white-space: nowrap;
|
|
1812
|
+
overflow: hidden;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.overflow-auto {
|
|
1816
|
+
overflow: auto;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.overflow-hidden {
|
|
1820
|
+
overflow: hidden;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
.overflow-y-auto {
|
|
1824
|
+
overflow-y: auto;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.rounded {
|
|
1828
|
+
border-radius: .25rem;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.rounded-full {
|
|
1832
|
+
border-radius: 3.40282e38px;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
.rounded-lg {
|
|
1836
|
+
border-radius: var(--radius-lg);
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
.rounded-sm {
|
|
1840
|
+
border-radius: var(--radius-sm);
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.rounded-xl {
|
|
1844
|
+
border-radius: var(--radius-xl);
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
.border {
|
|
1848
|
+
border-style: var(--tw-border-style);
|
|
1849
|
+
border-width: 1px;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.border-2 {
|
|
1853
|
+
border-style: var(--tw-border-style);
|
|
1854
|
+
border-width: 2px;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.border-4 {
|
|
1858
|
+
border-style: var(--tw-border-style);
|
|
1859
|
+
border-width: 4px;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
.border-r {
|
|
1863
|
+
border-right-style: var(--tw-border-style);
|
|
1864
|
+
border-right-width: 1px;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.border-b {
|
|
1868
|
+
border-bottom-style: var(--tw-border-style);
|
|
1869
|
+
border-bottom-width: 1px;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.border-b-2 {
|
|
1873
|
+
border-bottom-style: var(--tw-border-style);
|
|
1874
|
+
border-bottom-width: 2px;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.border-l {
|
|
1878
|
+
border-left-style: var(--tw-border-style);
|
|
1879
|
+
border-left-width: 1px;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
.border-dashed {
|
|
1883
|
+
--tw-border-style: dashed;
|
|
1884
|
+
border-style: dashed;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.border-black {
|
|
1888
|
+
border-color: var(--color-black);
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.border-coral-red {
|
|
1892
|
+
border-color: var(--color-coral-red);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
.border-coral-red\\/40 {
|
|
1896
|
+
border-color: #ff6b6b66;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1900
|
+
.border-coral-red\\/40 {
|
|
1901
|
+
border-color: color-mix(in oklab, var(--color-coral-red) 40%, transparent);
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
.border-electric-blue\\/40 {
|
|
1906
|
+
border-color: #3b82f666;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1910
|
+
.border-electric-blue\\/40 {
|
|
1911
|
+
border-color: color-mix(in oklab, var(--color-electric-blue) 40%, transparent);
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
.border-gray-600 {
|
|
1916
|
+
border-color: var(--color-gray-600);
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.border-gray-700 {
|
|
1920
|
+
border-color: var(--color-gray-700);
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.border-neon-green {
|
|
1924
|
+
border-color: var(--color-neon-green);
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.border-neon-green\\/40 {
|
|
1928
|
+
border-color: #84cc1666;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1932
|
+
.border-neon-green\\/40 {
|
|
1933
|
+
border-color: color-mix(in oklab, var(--color-neon-green) 40%, transparent);
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
.border-primary {
|
|
1938
|
+
border-color: var(--color-primary);
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
.border-primary\\/40 {
|
|
1942
|
+
border-color: #f9b11f66;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1946
|
+
.border-primary\\/40 {
|
|
1947
|
+
border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.border-transparent {
|
|
1952
|
+
border-color: #0000;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.border-white\\/5 {
|
|
1956
|
+
border-color: #ffffff0d;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1960
|
+
.border-white\\/5 {
|
|
1961
|
+
border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
.border-white\\/10 {
|
|
1966
|
+
border-color: #ffffff1a;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1970
|
+
.border-white\\/10 {
|
|
1971
|
+
border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.border-white\\/20 {
|
|
1976
|
+
border-color: #fff3;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1980
|
+
.border-white\\/20 {
|
|
1981
|
+
border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
.bg-bg-dark {
|
|
1986
|
+
background-color: var(--color-bg-dark);
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.bg-black\\/60 {
|
|
1990
|
+
background-color: #0009;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1994
|
+
.bg-black\\/60 {
|
|
1995
|
+
background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.bg-coral-red {
|
|
2000
|
+
background-color: var(--color-coral-red);
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.bg-coral-red\\/10 {
|
|
2004
|
+
background-color: #ff6b6b1a;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2008
|
+
.bg-coral-red\\/10 {
|
|
2009
|
+
background-color: color-mix(in oklab, var(--color-coral-red) 10%, transparent);
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
.bg-coral-red\\/12 {
|
|
2014
|
+
background-color: #ff6b6b1f;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2018
|
+
.bg-coral-red\\/12 {
|
|
2019
|
+
background-color: color-mix(in oklab, var(--color-coral-red) 12%, transparent);
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.bg-coral-red\\/15 {
|
|
2024
|
+
background-color: #ff6b6b26;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2028
|
+
.bg-coral-red\\/15 {
|
|
2029
|
+
background-color: color-mix(in oklab, var(--color-coral-red) 15%, transparent);
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.bg-coral-red\\/20 {
|
|
2034
|
+
background-color: #ff6b6b33;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2038
|
+
.bg-coral-red\\/20 {
|
|
2039
|
+
background-color: color-mix(in oklab, var(--color-coral-red) 20%, transparent);
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.bg-deep-charcoal {
|
|
2044
|
+
background-color: var(--color-deep-charcoal);
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.bg-electric-blue {
|
|
2048
|
+
background-color: var(--color-electric-blue);
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
.bg-electric-blue\\/20 {
|
|
2052
|
+
background-color: #3b82f633;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2056
|
+
.bg-electric-blue\\/20 {
|
|
2057
|
+
background-color: color-mix(in oklab, var(--color-electric-blue) 20%, transparent);
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
.bg-hot-pink {
|
|
2062
|
+
background-color: var(--color-hot-pink);
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
.bg-neon-green {
|
|
2066
|
+
background-color: var(--color-neon-green);
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
.bg-neon-green\\/10 {
|
|
2070
|
+
background-color: #84cc161a;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2074
|
+
.bg-neon-green\\/10 {
|
|
2075
|
+
background-color: color-mix(in oklab, var(--color-neon-green) 10%, transparent);
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.bg-neon-green\\/12 {
|
|
2080
|
+
background-color: #84cc161f;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2084
|
+
.bg-neon-green\\/12 {
|
|
2085
|
+
background-color: color-mix(in oklab, var(--color-neon-green) 12%, transparent);
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
.bg-neon-green\\/20 {
|
|
2090
|
+
background-color: #84cc1633;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2094
|
+
.bg-neon-green\\/20 {
|
|
2095
|
+
background-color: color-mix(in oklab, var(--color-neon-green) 20%, transparent);
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.bg-primary {
|
|
2100
|
+
background-color: var(--color-primary);
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.bg-primary\\/10 {
|
|
2104
|
+
background-color: #f9b11f1a;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2108
|
+
.bg-primary\\/10 {
|
|
2109
|
+
background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
.bg-primary\\/15 {
|
|
2114
|
+
background-color: #f9b11f26;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2118
|
+
.bg-primary\\/15 {
|
|
2119
|
+
background-color: color-mix(in oklab, var(--color-primary) 15%, transparent);
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.bg-primary\\/20 {
|
|
2124
|
+
background-color: #f9b11f33;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2128
|
+
.bg-primary\\/20 {
|
|
2129
|
+
background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.bg-transparent {
|
|
2134
|
+
background-color: #0000;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.bg-vibrant-purple {
|
|
2138
|
+
background-color: var(--color-vibrant-purple);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.bg-white {
|
|
2142
|
+
background-color: var(--color-white);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
.bg-white\\/5 {
|
|
2146
|
+
background-color: #ffffff0d;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2150
|
+
.bg-white\\/5 {
|
|
2151
|
+
background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
.bg-white\\/10 {
|
|
2156
|
+
background-color: #ffffff1a;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2160
|
+
.bg-white\\/10 {
|
|
2161
|
+
background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
.bg-white\\/\\[0\\.02\\] {
|
|
2166
|
+
background-color: #ffffff05;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2170
|
+
.bg-white\\/\\[0\\.02\\] {
|
|
2171
|
+
background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.bg-white\\/\\[0\\.03\\] {
|
|
2176
|
+
background-color: #ffffff08;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2180
|
+
.bg-white\\/\\[0\\.03\\] {
|
|
2181
|
+
background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.bg-\\[url\\(\\'data\\:image\\/svg\\+xml\\;charset\\=utf-8\\,\\%3Csvg\\%20xmlns\\%3D\\%22http\\%3A\\%2F\\%2Fwww\\.w3\\.org\\%2F2000\\%2Fsvg\\%22\\%20width\\%3D\\%2212\\%22\\%20height\\%3D\\%2212\\%22\\%20viewBox\\%3D\\%220\\%200\\%2024\\%2024\\%22\\%20fill\\%3D\\%22\\%23999\\%22\\%3E\\%3Cpath\\%20d\\%3D\\%22M7\\%2010l5\\%205\\%205-5z\\%22\\%2F\\%3E\\%3C\\%2Fsvg\\%3E\\'\\)\\] {
|
|
2186
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23999%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22%2F%3E%3C%2Fsvg%3E");
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
.bg-\\[right_4px_center\\] {
|
|
2190
|
+
background-position: right 4px center;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
.bg-no-repeat {
|
|
2194
|
+
background-repeat: no-repeat;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.object-contain {
|
|
2198
|
+
object-fit: contain;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.p-1\\.5 {
|
|
2202
|
+
padding: calc(var(--spacing) * 1.5);
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.p-2 {
|
|
2206
|
+
padding: calc(var(--spacing) * 2);
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.p-2\\.5 {
|
|
2210
|
+
padding: calc(var(--spacing) * 2.5);
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.p-3 {
|
|
2214
|
+
padding: calc(var(--spacing) * 3);
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.p-4 {
|
|
2218
|
+
padding: calc(var(--spacing) * 4);
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.p-5 {
|
|
2222
|
+
padding: calc(var(--spacing) * 5);
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
.p-6 {
|
|
2226
|
+
padding: calc(var(--spacing) * 6);
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.px-1 {
|
|
2230
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
.px-1\\.5 {
|
|
2234
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
.px-2 {
|
|
2238
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
.px-2\\.5 {
|
|
2242
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
.px-3 {
|
|
2246
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.px-4 {
|
|
2250
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.px-5 {
|
|
2254
|
+
padding-inline: calc(var(--spacing) * 5);
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
.py-0\\.5 {
|
|
2258
|
+
padding-block: calc(var(--spacing) * .5);
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
.py-1 {
|
|
2262
|
+
padding-block: calc(var(--spacing) * 1);
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
.py-1\\.5 {
|
|
2266
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
.py-2 {
|
|
2270
|
+
padding-block: calc(var(--spacing) * 2);
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
.py-2\\.5 {
|
|
2274
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
.py-3 {
|
|
2278
|
+
padding-block: calc(var(--spacing) * 3);
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
.py-6 {
|
|
2282
|
+
padding-block: calc(var(--spacing) * 6);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.py-8 {
|
|
2286
|
+
padding-block: calc(var(--spacing) * 8);
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.pr-1 {
|
|
2290
|
+
padding-right: calc(var(--spacing) * 1);
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
.pr-1\\.5 {
|
|
2294
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.pr-2 {
|
|
2298
|
+
padding-right: calc(var(--spacing) * 2);
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.pr-4 {
|
|
2302
|
+
padding-right: calc(var(--spacing) * 4);
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
.pr-6 {
|
|
2306
|
+
padding-right: calc(var(--spacing) * 6);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
.pr-11 {
|
|
2310
|
+
padding-right: calc(var(--spacing) * 11);
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
.pl-1\\.5 {
|
|
2314
|
+
padding-left: calc(var(--spacing) * 1.5);
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
.pl-2 {
|
|
2318
|
+
padding-left: calc(var(--spacing) * 2);
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
.pl-4 {
|
|
2322
|
+
padding-left: calc(var(--spacing) * 4);
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.pl-8 {
|
|
2326
|
+
padding-left: calc(var(--spacing) * 8);
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
.pl-\\[22px\\] {
|
|
2330
|
+
padding-left: 22px;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
.pl-\\[98px\\] {
|
|
2334
|
+
padding-left: 98px;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
.text-center {
|
|
2338
|
+
text-align: center;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.text-left {
|
|
2342
|
+
text-align: left;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.text-right {
|
|
2346
|
+
text-align: right;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.align-middle {
|
|
2350
|
+
vertical-align: middle;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
.font-mono {
|
|
2354
|
+
font-family: var(--font-mono);
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.text-2xl {
|
|
2358
|
+
font-size: var(--text-2xl);
|
|
2359
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.text-3xl {
|
|
2363
|
+
font-size: var(--text-3xl);
|
|
2364
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
.text-5xl {
|
|
2368
|
+
font-size: var(--text-5xl);
|
|
2369
|
+
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.text-base {
|
|
2373
|
+
font-size: var(--text-base);
|
|
2374
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.text-lg {
|
|
2378
|
+
font-size: var(--text-lg);
|
|
2379
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.text-sm {
|
|
2383
|
+
font-size: var(--text-sm);
|
|
2384
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.text-xl {
|
|
2388
|
+
font-size: var(--text-xl);
|
|
2389
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.text-xs {
|
|
2393
|
+
font-size: var(--text-xs);
|
|
2394
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
.text-\\[9px\\] {
|
|
2398
|
+
font-size: 9px;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
.text-\\[10px\\] {
|
|
2402
|
+
font-size: 10px;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
.text-\\[11px\\] {
|
|
2406
|
+
font-size: 11px;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
.leading-6 {
|
|
2410
|
+
--tw-leading: calc(var(--spacing) * 6);
|
|
2411
|
+
line-height: calc(var(--spacing) * 6);
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.leading-none {
|
|
2415
|
+
--tw-leading: 1;
|
|
2416
|
+
line-height: 1;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.leading-relaxed {
|
|
2420
|
+
--tw-leading: var(--leading-relaxed);
|
|
2421
|
+
line-height: var(--leading-relaxed);
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.font-black {
|
|
2425
|
+
--tw-font-weight: var(--font-weight-black);
|
|
2426
|
+
font-weight: var(--font-weight-black);
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
.font-bold {
|
|
2430
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2431
|
+
font-weight: var(--font-weight-bold);
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.tracking-wider {
|
|
2435
|
+
--tw-tracking: var(--tracking-wider);
|
|
2436
|
+
letter-spacing: var(--tracking-wider);
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
.tracking-widest {
|
|
2440
|
+
--tw-tracking: var(--tracking-widest);
|
|
2441
|
+
letter-spacing: var(--tracking-widest);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.break-all {
|
|
2445
|
+
word-break: break-all;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.whitespace-nowrap {
|
|
2449
|
+
white-space: nowrap;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.whitespace-pre {
|
|
2453
|
+
white-space: pre;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.whitespace-pre-wrap {
|
|
2457
|
+
white-space: pre-wrap;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.text-black {
|
|
2461
|
+
color: var(--color-black);
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.text-coral-red {
|
|
2465
|
+
color: var(--color-coral-red);
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
.text-coral-red\\/40 {
|
|
2469
|
+
color: #ff6b6b66;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2473
|
+
.text-coral-red\\/40 {
|
|
2474
|
+
color: color-mix(in oklab, var(--color-coral-red) 40%, transparent);
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.text-coral-red\\/70 {
|
|
2479
|
+
color: #ff6b6bb3;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2483
|
+
.text-coral-red\\/70 {
|
|
2484
|
+
color: color-mix(in oklab, var(--color-coral-red) 70%, transparent);
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
.text-coral-red\\/90 {
|
|
2489
|
+
color: #ff6b6be6;
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2493
|
+
.text-coral-red\\/90 {
|
|
2494
|
+
color: color-mix(in oklab, var(--color-coral-red) 90%, transparent);
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
.text-electric-blue {
|
|
2499
|
+
color: var(--color-electric-blue);
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
.text-gray-100 {
|
|
2503
|
+
color: var(--color-gray-100);
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
.text-gray-200 {
|
|
2507
|
+
color: var(--color-gray-200);
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
.text-gray-300 {
|
|
2511
|
+
color: var(--color-gray-300);
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
.text-gray-400 {
|
|
2515
|
+
color: var(--color-gray-400);
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
.text-gray-500 {
|
|
2519
|
+
color: var(--color-gray-500);
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
.text-gray-600 {
|
|
2523
|
+
color: var(--color-gray-600);
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
.text-gray-700 {
|
|
2527
|
+
color: var(--color-gray-700);
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.text-hot-pink {
|
|
2531
|
+
color: var(--color-hot-pink);
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
.text-neon-green {
|
|
2535
|
+
color: var(--color-neon-green);
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
.text-neon-green\\/40 {
|
|
2539
|
+
color: #84cc1666;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2543
|
+
.text-neon-green\\/40 {
|
|
2544
|
+
color: color-mix(in oklab, var(--color-neon-green) 40%, transparent);
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.text-neon-green\\/70 {
|
|
2549
|
+
color: #84cc16b3;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2553
|
+
.text-neon-green\\/70 {
|
|
2554
|
+
color: color-mix(in oklab, var(--color-neon-green) 70%, transparent);
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
.text-neon-green\\/90 {
|
|
2559
|
+
color: #84cc16e6;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2563
|
+
.text-neon-green\\/90 {
|
|
2564
|
+
color: color-mix(in oklab, var(--color-neon-green) 90%, transparent);
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
.text-primary {
|
|
2569
|
+
color: var(--color-primary);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
.text-primary\\/70 {
|
|
2573
|
+
color: #f9b11fb3;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2577
|
+
.text-primary\\/70 {
|
|
2578
|
+
color: color-mix(in oklab, var(--color-primary) 70%, transparent);
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
.text-primary\\/80 {
|
|
2583
|
+
color: #f9b11fcc;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2587
|
+
.text-primary\\/80 {
|
|
2588
|
+
color: color-mix(in oklab, var(--color-primary) 80%, transparent);
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
.text-transparent {
|
|
2593
|
+
color: #0000;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
.text-vibrant-purple {
|
|
2597
|
+
color: var(--color-vibrant-purple);
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.text-white {
|
|
2601
|
+
color: var(--color-white);
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.uppercase {
|
|
2605
|
+
text-transform: uppercase;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.italic {
|
|
2609
|
+
font-style: italic;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.placeholder-gray-600::placeholder {
|
|
2613
|
+
color: var(--color-gray-600);
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.accent-primary {
|
|
2617
|
+
accent-color: var(--color-primary);
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.opacity-0 {
|
|
2621
|
+
opacity: 0;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
.opacity-40 {
|
|
2625
|
+
opacity: .4;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
.opacity-60 {
|
|
2629
|
+
opacity: .6;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
.opacity-70 {
|
|
2633
|
+
opacity: .7;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
.shadow-hard {
|
|
2637
|
+
--tw-shadow: 4px 4px 0 0 var(--tw-shadow-color, #000);
|
|
2638
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
.shadow-hard-sm {
|
|
2642
|
+
--tw-shadow: 2px 2px 0 0 var(--tw-shadow-color, #000);
|
|
2643
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
.shadow-hard-xl {
|
|
2647
|
+
--tw-shadow: 8px 8px 0 0 var(--tw-shadow-color, #000);
|
|
2648
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
.shadow-none {
|
|
2652
|
+
--tw-shadow: 0 0 #0000;
|
|
2653
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
.ring {
|
|
2657
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2658
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.outline {
|
|
2662
|
+
outline-style: var(--tw-outline-style);
|
|
2663
|
+
outline-width: 1px;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
.transition {
|
|
2667
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
2668
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2669
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
.transition-all {
|
|
2673
|
+
transition-property: all;
|
|
2674
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2675
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
.transition-colors {
|
|
2679
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2680
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2681
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
.transition-opacity {
|
|
2685
|
+
transition-property: opacity;
|
|
2686
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2687
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
.transition-transform {
|
|
2691
|
+
transition-property: transform, translate, scale, rotate;
|
|
2692
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2693
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
.duration-300 {
|
|
2697
|
+
--tw-duration: .3s;
|
|
2698
|
+
transition-duration: .3s;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
.outline-none {
|
|
2702
|
+
--tw-outline-style: none;
|
|
2703
|
+
outline-style: none;
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
.select-all {
|
|
2707
|
+
-webkit-user-select: all;
|
|
2708
|
+
user-select: all;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.select-none {
|
|
2712
|
+
-webkit-user-select: none;
|
|
2713
|
+
user-select: none;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
@media (hover: hover) {
|
|
2717
|
+
.group-hover\\:text-primary:is(:where(.group):hover *) {
|
|
2718
|
+
color: var(--color-primary);
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
.group-hover\\:opacity-100:is(:where(.group):hover *) {
|
|
2722
|
+
opacity: 1;
|
|
2723
|
+
}
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.peer-checked\\:border-primary:is(:where(.peer):checked ~ *) {
|
|
2727
|
+
border-color: var(--color-primary);
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
.peer-checked\\:bg-primary:is(:where(.peer):checked ~ *) {
|
|
2731
|
+
background-color: var(--color-primary);
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
.peer-checked\\:text-black:is(:where(.peer):checked ~ *) {
|
|
2735
|
+
color: var(--color-black);
|
|
2736
|
+
}
|
|
2737
|
+
|
|
2738
|
+
.last\\:border-b-0:last-child {
|
|
2739
|
+
border-bottom-style: var(--tw-border-style);
|
|
2740
|
+
border-bottom-width: 0;
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
@media (hover: hover) {
|
|
2744
|
+
.hover\\:translate-x-0\\.5:hover {
|
|
2745
|
+
--tw-translate-x: calc(var(--spacing) * .5);
|
|
2746
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
.hover\\:translate-x-\\[2px\\]:hover {
|
|
2750
|
+
--tw-translate-x: 2px;
|
|
2751
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.hover\\:translate-y-0\\.5:hover {
|
|
2755
|
+
--tw-translate-y: calc(var(--spacing) * .5);
|
|
2756
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
.hover\\:translate-y-\\[2px\\]:hover {
|
|
2760
|
+
--tw-translate-y: 2px;
|
|
2761
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
.hover\\:scale-110:hover {
|
|
2765
|
+
--tw-scale-x: 110%;
|
|
2766
|
+
--tw-scale-y: 110%;
|
|
2767
|
+
--tw-scale-z: 110%;
|
|
2768
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
.hover\\:border-coral-red:hover {
|
|
2772
|
+
border-color: var(--color-coral-red);
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
.hover\\:border-gray-600:hover {
|
|
2776
|
+
border-color: var(--color-gray-600);
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
.hover\\:border-neon-green:hover {
|
|
2780
|
+
border-color: var(--color-neon-green);
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.hover\\:border-primary:hover {
|
|
2784
|
+
border-color: var(--color-primary);
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.hover\\:border-primary\\/50:hover {
|
|
2788
|
+
border-color: #f9b11f80;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2792
|
+
.hover\\:border-primary\\/50:hover {
|
|
2793
|
+
border-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
.hover\\:border-vibrant-purple:hover {
|
|
2798
|
+
border-color: var(--color-vibrant-purple);
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
.hover\\:border-white:hover {
|
|
2802
|
+
border-color: var(--color-white);
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
.hover\\:bg-primary\\/5:hover {
|
|
2806
|
+
background-color: #f9b11f0d;
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2810
|
+
.hover\\:bg-primary\\/5:hover {
|
|
2811
|
+
background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
|
|
2812
|
+
}
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.hover\\:bg-white\\/5:hover {
|
|
2816
|
+
background-color: #ffffff0d;
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2820
|
+
.hover\\:bg-white\\/5:hover {
|
|
2821
|
+
background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
.hover\\:bg-white\\/10:hover {
|
|
2826
|
+
background-color: #ffffff1a;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2830
|
+
.hover\\:bg-white\\/10:hover {
|
|
2831
|
+
background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.hover\\:text-coral-red:hover {
|
|
2836
|
+
color: var(--color-coral-red);
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.hover\\:text-gray-200:hover {
|
|
2840
|
+
color: var(--color-gray-200);
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.hover\\:text-gray-300:hover {
|
|
2844
|
+
color: var(--color-gray-300);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.hover\\:text-neon-green:hover {
|
|
2848
|
+
color: var(--color-neon-green);
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
.hover\\:text-primary:hover {
|
|
2852
|
+
color: var(--color-primary);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.hover\\:text-vibrant-purple:hover {
|
|
2856
|
+
color: var(--color-vibrant-purple);
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.hover\\:text-white:hover {
|
|
2860
|
+
color: var(--color-white);
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
.hover\\:shadow-none:hover {
|
|
2864
|
+
--tw-shadow: 0 0 #0000;
|
|
2865
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.hover\\:brightness-125:hover {
|
|
2869
|
+
--tw-brightness: brightness(125%);
|
|
2870
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2874
|
+
.focus\\:translate-x-1:focus {
|
|
2875
|
+
--tw-translate-x: calc(var(--spacing) * 1);
|
|
2876
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
.focus\\:translate-x-\\[4px\\]:focus {
|
|
2880
|
+
--tw-translate-x: 4px;
|
|
2881
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2884
|
+
.focus\\:translate-y-1:focus {
|
|
2885
|
+
--tw-translate-y: calc(var(--spacing) * 1);
|
|
2886
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
.focus\\:translate-y-\\[4px\\]:focus {
|
|
2890
|
+
--tw-translate-y: 4px;
|
|
2891
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
.focus\\:border-electric-blue:focus {
|
|
2895
|
+
border-color: var(--color-electric-blue);
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
.focus\\:border-gray-500:focus {
|
|
2899
|
+
border-color: var(--color-gray-500);
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
.focus\\:border-neon-green:focus {
|
|
2903
|
+
border-color: var(--color-neon-green);
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
.focus\\:border-primary:focus {
|
|
2907
|
+
border-color: var(--color-primary);
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.focus\\:border-vibrant-purple:focus {
|
|
2911
|
+
border-color: var(--color-vibrant-purple);
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
.focus\\:shadow-none:focus {
|
|
2915
|
+
--tw-shadow: 0 0 #0000;
|
|
2916
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
.active\\:cursor-grabbing:active {
|
|
2920
|
+
cursor: grabbing;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
.disabled\\:cursor-not-allowed:disabled {
|
|
2924
|
+
cursor: not-allowed;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.disabled\\:opacity-40:disabled {
|
|
2928
|
+
opacity: .4;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
@media (min-width: 40rem) {
|
|
2932
|
+
.sm\\:grid-cols-2 {
|
|
2933
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
.sm\\:grid-cols-3 {
|
|
2937
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
.sm\\:flex-row {
|
|
2941
|
+
flex-direction: row;
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
@media (min-width: 48rem) {
|
|
2946
|
+
.md\\:grid-cols-2 {
|
|
2947
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
@media (min-width: 64rem) {
|
|
2952
|
+
.lg\\:grid-cols-2 {
|
|
2953
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
.lg\\:grid-cols-4 {
|
|
2957
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
@media (min-width: 80rem) {
|
|
2962
|
+
.xl\\:grid-cols-3 {
|
|
2963
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
@property --tw-translate-x {
|
|
2969
|
+
syntax: "*";
|
|
2970
|
+
inherits: false;
|
|
2971
|
+
initial-value: 0;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
@property --tw-translate-y {
|
|
2975
|
+
syntax: "*";
|
|
2976
|
+
inherits: false;
|
|
2977
|
+
initial-value: 0;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
@property --tw-translate-z {
|
|
2981
|
+
syntax: "*";
|
|
2982
|
+
inherits: false;
|
|
2983
|
+
initial-value: 0;
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
@property --tw-rotate-x {
|
|
2987
|
+
syntax: "*";
|
|
2988
|
+
inherits: false
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
@property --tw-rotate-y {
|
|
2992
|
+
syntax: "*";
|
|
2993
|
+
inherits: false
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
@property --tw-rotate-z {
|
|
2997
|
+
syntax: "*";
|
|
2998
|
+
inherits: false
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
@property --tw-skew-x {
|
|
3002
|
+
syntax: "*";
|
|
3003
|
+
inherits: false
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
@property --tw-skew-y {
|
|
3007
|
+
syntax: "*";
|
|
3008
|
+
inherits: false
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
@property --tw-space-y-reverse {
|
|
3012
|
+
syntax: "*";
|
|
3013
|
+
inherits: false;
|
|
3014
|
+
initial-value: 0;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
@property --tw-border-style {
|
|
3018
|
+
syntax: "*";
|
|
3019
|
+
inherits: false;
|
|
3020
|
+
initial-value: solid;
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
@property --tw-leading {
|
|
3024
|
+
syntax: "*";
|
|
3025
|
+
inherits: false
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
@property --tw-font-weight {
|
|
3029
|
+
syntax: "*";
|
|
3030
|
+
inherits: false
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
@property --tw-tracking {
|
|
3034
|
+
syntax: "*";
|
|
3035
|
+
inherits: false
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
@property --tw-shadow {
|
|
3039
|
+
syntax: "*";
|
|
3040
|
+
inherits: false;
|
|
3041
|
+
initial-value: 0 0 #0000;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
@property --tw-shadow-color {
|
|
3045
|
+
syntax: "*";
|
|
3046
|
+
inherits: false
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
@property --tw-shadow-alpha {
|
|
3050
|
+
syntax: "<percentage>";
|
|
3051
|
+
inherits: false;
|
|
3052
|
+
initial-value: 100%;
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
@property --tw-inset-shadow {
|
|
3056
|
+
syntax: "*";
|
|
3057
|
+
inherits: false;
|
|
3058
|
+
initial-value: 0 0 #0000;
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
@property --tw-inset-shadow-color {
|
|
3062
|
+
syntax: "*";
|
|
3063
|
+
inherits: false
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
@property --tw-inset-shadow-alpha {
|
|
3067
|
+
syntax: "<percentage>";
|
|
3068
|
+
inherits: false;
|
|
3069
|
+
initial-value: 100%;
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
@property --tw-ring-color {
|
|
3073
|
+
syntax: "*";
|
|
3074
|
+
inherits: false
|
|
3075
|
+
}
|
|
3076
|
+
|
|
3077
|
+
@property --tw-ring-shadow {
|
|
3078
|
+
syntax: "*";
|
|
3079
|
+
inherits: false;
|
|
3080
|
+
initial-value: 0 0 #0000;
|
|
3081
|
+
}
|
|
3082
|
+
|
|
3083
|
+
@property --tw-inset-ring-color {
|
|
3084
|
+
syntax: "*";
|
|
3085
|
+
inherits: false
|
|
3086
|
+
}
|
|
3087
|
+
|
|
3088
|
+
@property --tw-inset-ring-shadow {
|
|
3089
|
+
syntax: "*";
|
|
3090
|
+
inherits: false;
|
|
3091
|
+
initial-value: 0 0 #0000;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
@property --tw-ring-inset {
|
|
3095
|
+
syntax: "*";
|
|
3096
|
+
inherits: false
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
@property --tw-ring-offset-width {
|
|
3100
|
+
syntax: "<length>";
|
|
3101
|
+
inherits: false;
|
|
3102
|
+
initial-value: 0;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
@property --tw-ring-offset-color {
|
|
3106
|
+
syntax: "*";
|
|
3107
|
+
inherits: false;
|
|
3108
|
+
initial-value: #fff;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3111
|
+
@property --tw-ring-offset-shadow {
|
|
3112
|
+
syntax: "*";
|
|
3113
|
+
inherits: false;
|
|
3114
|
+
initial-value: 0 0 #0000;
|
|
3115
|
+
}
|
|
3116
|
+
|
|
3117
|
+
@property --tw-outline-style {
|
|
3118
|
+
syntax: "*";
|
|
3119
|
+
inherits: false;
|
|
3120
|
+
initial-value: solid;
|
|
3121
|
+
}
|
|
3122
|
+
|
|
3123
|
+
@property --tw-duration {
|
|
3124
|
+
syntax: "*";
|
|
3125
|
+
inherits: false
|
|
3126
|
+
}
|
|
3127
|
+
|
|
3128
|
+
@property --tw-scale-x {
|
|
3129
|
+
syntax: "*";
|
|
3130
|
+
inherits: false;
|
|
3131
|
+
initial-value: 1;
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
@property --tw-scale-y {
|
|
3135
|
+
syntax: "*";
|
|
3136
|
+
inherits: false;
|
|
3137
|
+
initial-value: 1;
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
@property --tw-scale-z {
|
|
3141
|
+
syntax: "*";
|
|
3142
|
+
inherits: false;
|
|
3143
|
+
initial-value: 1;
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
@property --tw-blur {
|
|
3147
|
+
syntax: "*";
|
|
3148
|
+
inherits: false
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
@property --tw-brightness {
|
|
3152
|
+
syntax: "*";
|
|
3153
|
+
inherits: false
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
@property --tw-contrast {
|
|
3157
|
+
syntax: "*";
|
|
3158
|
+
inherits: false
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
@property --tw-grayscale {
|
|
3162
|
+
syntax: "*";
|
|
3163
|
+
inherits: false
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
@property --tw-hue-rotate {
|
|
3167
|
+
syntax: "*";
|
|
3168
|
+
inherits: false
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
@property --tw-invert {
|
|
3172
|
+
syntax: "*";
|
|
3173
|
+
inherits: false
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
@property --tw-opacity {
|
|
3177
|
+
syntax: "*";
|
|
3178
|
+
inherits: false
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
@property --tw-saturate {
|
|
3182
|
+
syntax: "*";
|
|
3183
|
+
inherits: false
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
@property --tw-sepia {
|
|
3187
|
+
syntax: "*";
|
|
3188
|
+
inherits: false
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
@property --tw-drop-shadow {
|
|
3192
|
+
syntax: "*";
|
|
3193
|
+
inherits: false
|
|
3194
|
+
}
|
|
3195
|
+
|
|
3196
|
+
@property --tw-drop-shadow-color {
|
|
3197
|
+
syntax: "*";
|
|
3198
|
+
inherits: false
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
@property --tw-drop-shadow-alpha {
|
|
3202
|
+
syntax: "<percentage>";
|
|
3203
|
+
inherits: false;
|
|
3204
|
+
initial-value: 100%;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
@property --tw-drop-shadow-size {
|
|
3208
|
+
syntax: "*";
|
|
3209
|
+
inherits: false
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
@keyframes spin {
|
|
3213
|
+
to {
|
|
3214
|
+
transform: rotate(360deg);
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
@keyframes pulse {
|
|
3219
|
+
50% {
|
|
3220
|
+
opacity: .5;
|
|
3221
|
+
}
|
|
3222
|
+
}
|
|
3223
|
+
`;})();
|