avo-rhino_field 0.0.12.tw4 → 0.0.12

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.
@@ -1,595 +1,5 @@
1
- /*! tailwindcss v4.0.3 | MIT License | https://tailwindcss.com */
2
- @layer theme, base, components, utilities;
3
- @layer theme {
4
- :root, :host {
5
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
6
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
7
- --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
8
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
9
- "Liberation Mono", "Courier New", monospace;
10
- --color-red-50: oklch(0.971 0.013 17.38);
11
- --color-red-100: oklch(0.936 0.032 17.717);
12
- --color-red-200: oklch(0.885 0.062 18.334);
13
- --color-red-300: oklch(0.808 0.114 19.571);
14
- --color-red-400: oklch(0.704 0.191 22.216);
15
- --color-red-500: oklch(0.637 0.237 25.331);
16
- --color-red-600: oklch(0.577 0.245 27.325);
17
- --color-red-700: oklch(0.505 0.213 27.518);
18
- --color-red-800: oklch(0.444 0.177 26.899);
19
- --color-red-900: oklch(0.396 0.141 25.723);
20
- --color-red-950: oklch(0.258 0.092 26.042);
21
- --color-orange-50: oklch(0.98 0.016 73.684);
22
- --color-orange-100: oklch(0.954 0.038 75.164);
23
- --color-orange-200: oklch(0.901 0.076 70.697);
24
- --color-orange-300: oklch(0.837 0.128 66.29);
25
- --color-orange-400: oklch(0.75 0.183 55.934);
26
- --color-orange-500: oklch(0.705 0.213 47.604);
27
- --color-orange-600: oklch(0.646 0.222 41.116);
28
- --color-orange-700: oklch(0.553 0.195 38.402);
29
- --color-orange-800: oklch(0.47 0.157 37.304);
30
- --color-orange-900: oklch(0.408 0.123 38.172);
31
- --color-orange-950: oklch(0.266 0.079 36.259);
32
- --color-amber-50: oklch(0.987 0.022 95.277);
33
- --color-amber-100: oklch(0.962 0.059 95.617);
34
- --color-amber-200: oklch(0.924 0.12 95.746);
35
- --color-amber-300: oklch(0.879 0.169 91.605);
36
- --color-amber-400: oklch(0.828 0.189 84.429);
37
- --color-amber-500: oklch(0.769 0.188 70.08);
38
- --color-amber-600: oklch(0.666 0.179 58.318);
39
- --color-amber-700: oklch(0.555 0.163 48.998);
40
- --color-amber-800: oklch(0.473 0.137 46.201);
41
- --color-amber-900: oklch(0.414 0.112 45.904);
42
- --color-amber-950: oklch(0.279 0.077 45.635);
43
- --color-yellow-50: oklch(0.987 0.026 102.212);
44
- --color-yellow-100: oklch(0.973 0.071 103.193);
45
- --color-yellow-200: oklch(0.945 0.129 101.54);
46
- --color-yellow-300: oklch(0.905 0.182 98.111);
47
- --color-yellow-400: oklch(0.852 0.199 91.936);
48
- --color-yellow-500: oklch(0.795 0.184 86.047);
49
- --color-yellow-600: oklch(0.681 0.162 75.834);
50
- --color-yellow-700: oklch(0.554 0.135 66.442);
51
- --color-yellow-800: oklch(0.476 0.114 61.907);
52
- --color-yellow-900: oklch(0.421 0.095 57.708);
53
- --color-yellow-950: oklch(0.286 0.066 53.813);
54
- --color-lime-50: oklch(0.986 0.031 120.757);
55
- --color-lime-100: oklch(0.967 0.067 122.328);
56
- --color-lime-200: oklch(0.938 0.127 124.321);
57
- --color-lime-300: oklch(0.897 0.196 126.665);
58
- --color-lime-400: oklch(0.841 0.238 128.85);
59
- --color-lime-500: oklch(0.768 0.233 130.85);
60
- --color-lime-600: oklch(0.648 0.2 131.684);
61
- --color-lime-700: oklch(0.532 0.157 131.589);
62
- --color-lime-800: oklch(0.453 0.124 130.933);
63
- --color-lime-900: oklch(0.405 0.101 131.063);
64
- --color-lime-950: oklch(0.274 0.072 132.109);
65
- --color-green-50: oklch(0.982 0.018 155.826);
66
- --color-green-100: oklch(0.962 0.044 156.743);
67
- --color-green-200: oklch(0.925 0.084 155.995);
68
- --color-green-300: oklch(0.871 0.15 154.449);
69
- --color-green-400: oklch(0.792 0.209 151.711);
70
- --color-green-500: oklch(0.723 0.219 149.579);
71
- --color-green-600: oklch(0.627 0.194 149.214);
72
- --color-green-700: oklch(0.527 0.154 150.069);
73
- --color-green-800: oklch(0.448 0.119 151.328);
74
- --color-green-900: oklch(0.393 0.095 152.535);
75
- --color-green-950: oklch(0.266 0.065 152.934);
76
- --color-emerald-50: oklch(0.979 0.021 166.113);
77
- --color-emerald-100: oklch(0.95 0.052 163.051);
78
- --color-emerald-200: oklch(0.905 0.093 164.15);
79
- --color-emerald-300: oklch(0.845 0.143 164.978);
80
- --color-emerald-400: oklch(0.765 0.177 163.223);
81
- --color-emerald-500: oklch(0.696 0.17 162.48);
82
- --color-emerald-600: oklch(0.596 0.145 163.225);
83
- --color-emerald-700: oklch(0.508 0.118 165.612);
84
- --color-emerald-800: oklch(0.432 0.095 166.913);
85
- --color-emerald-900: oklch(0.378 0.077 168.94);
86
- --color-emerald-950: oklch(0.262 0.051 172.552);
87
- --color-teal-50: oklch(0.984 0.014 180.72);
88
- --color-teal-100: oklch(0.953 0.051 180.801);
89
- --color-teal-200: oklch(0.91 0.096 180.426);
90
- --color-teal-300: oklch(0.855 0.138 181.071);
91
- --color-teal-400: oklch(0.777 0.152 181.912);
92
- --color-teal-500: oklch(0.704 0.14 182.503);
93
- --color-teal-600: oklch(0.6 0.118 184.704);
94
- --color-teal-700: oklch(0.511 0.096 186.391);
95
- --color-teal-800: oklch(0.437 0.078 188.216);
96
- --color-teal-900: oklch(0.386 0.063 188.416);
97
- --color-teal-950: oklch(0.277 0.046 192.524);
98
- --color-cyan-50: oklch(0.984 0.019 200.873);
99
- --color-cyan-100: oklch(0.956 0.045 203.388);
100
- --color-cyan-200: oklch(0.917 0.08 205.041);
101
- --color-cyan-300: oklch(0.865 0.127 207.078);
102
- --color-cyan-400: oklch(0.789 0.154 211.53);
103
- --color-cyan-500: oklch(0.715 0.143 215.221);
104
- --color-cyan-600: oklch(0.609 0.126 221.723);
105
- --color-cyan-700: oklch(0.52 0.105 223.128);
106
- --color-cyan-800: oklch(0.45 0.085 224.283);
107
- --color-cyan-900: oklch(0.398 0.07 227.392);
108
- --color-cyan-950: oklch(0.302 0.056 229.695);
109
- --color-sky-50: oklch(0.977 0.013 236.62);
110
- --color-sky-100: oklch(0.951 0.026 236.824);
111
- --color-sky-200: oklch(0.901 0.058 230.902);
112
- --color-sky-300: oklch(0.828 0.111 230.318);
113
- --color-sky-400: oklch(0.746 0.16 232.661);
114
- --color-sky-500: oklch(0.685 0.169 237.323);
115
- --color-sky-600: oklch(0.588 0.158 241.966);
116
- --color-sky-700: oklch(0.5 0.134 242.749);
117
- --color-sky-800: oklch(0.443 0.11 240.79);
118
- --color-sky-900: oklch(0.391 0.09 240.876);
119
- --color-sky-950: oklch(0.293 0.066 243.157);
120
- --color-blue-50: oklch(0.97 0.014 254.604);
121
- --color-blue-100: oklch(0.932 0.032 255.585);
122
- --color-blue-200: oklch(0.882 0.059 254.128);
123
- --color-blue-300: oklch(0.809 0.105 251.813);
124
- --color-blue-400: oklch(0.707 0.165 254.624);
125
- --color-blue-500: oklch(0.623 0.214 259.815);
126
- --color-blue-600: oklch(0.546 0.245 262.881);
127
- --color-blue-700: oklch(0.488 0.243 264.376);
128
- --color-blue-800: oklch(0.424 0.199 265.638);
129
- --color-blue-900: oklch(0.379 0.146 265.522);
130
- --color-blue-950: oklch(0.282 0.091 267.935);
131
- --color-indigo-50: oklch(0.962 0.018 272.314);
132
- --color-indigo-100: oklch(0.93 0.034 272.788);
133
- --color-indigo-200: oklch(0.87 0.065 274.039);
134
- --color-indigo-300: oklch(0.785 0.115 274.713);
135
- --color-indigo-400: oklch(0.673 0.182 276.935);
136
- --color-indigo-500: oklch(0.585 0.233 277.117);
137
- --color-indigo-600: oklch(0.511 0.262 276.966);
138
- --color-indigo-700: oklch(0.457 0.24 277.023);
139
- --color-indigo-800: oklch(0.398 0.195 277.366);
140
- --color-indigo-900: oklch(0.359 0.144 278.697);
141
- --color-indigo-950: oklch(0.257 0.09 281.288);
142
- --color-violet-50: oklch(0.969 0.016 293.756);
143
- --color-violet-100: oklch(0.943 0.029 294.588);
144
- --color-violet-200: oklch(0.894 0.057 293.283);
145
- --color-violet-300: oklch(0.811 0.111 293.571);
146
- --color-violet-400: oklch(0.702 0.183 293.541);
147
- --color-violet-500: oklch(0.606 0.25 292.717);
148
- --color-violet-600: oklch(0.541 0.281 293.009);
149
- --color-violet-700: oklch(0.491 0.27 292.581);
150
- --color-violet-800: oklch(0.432 0.232 292.759);
151
- --color-violet-900: oklch(0.38 0.189 293.745);
152
- --color-violet-950: oklch(0.283 0.141 291.089);
153
- --color-purple-50: oklch(0.977 0.014 308.299);
154
- --color-purple-100: oklch(0.946 0.033 307.174);
155
- --color-purple-200: oklch(0.902 0.063 306.703);
156
- --color-purple-300: oklch(0.827 0.119 306.383);
157
- --color-purple-400: oklch(0.714 0.203 305.504);
158
- --color-purple-500: oklch(0.627 0.265 303.9);
159
- --color-purple-600: oklch(0.558 0.288 302.321);
160
- --color-purple-700: oklch(0.496 0.265 301.924);
161
- --color-purple-800: oklch(0.438 0.218 303.724);
162
- --color-purple-900: oklch(0.381 0.176 304.987);
163
- --color-purple-950: oklch(0.291 0.149 302.717);
164
- --color-fuchsia-50: oklch(0.977 0.017 320.058);
165
- --color-fuchsia-100: oklch(0.952 0.037 318.852);
166
- --color-fuchsia-200: oklch(0.903 0.076 319.62);
167
- --color-fuchsia-300: oklch(0.833 0.145 321.434);
168
- --color-fuchsia-400: oklch(0.74 0.238 322.16);
169
- --color-fuchsia-500: oklch(0.667 0.295 322.15);
170
- --color-fuchsia-600: oklch(0.591 0.293 322.896);
171
- --color-fuchsia-700: oklch(0.518 0.253 323.949);
172
- --color-fuchsia-800: oklch(0.452 0.211 324.591);
173
- --color-fuchsia-900: oklch(0.401 0.17 325.612);
174
- --color-fuchsia-950: oklch(0.293 0.136 325.661);
175
- --color-pink-50: oklch(0.971 0.014 343.198);
176
- --color-pink-100: oklch(0.948 0.028 342.258);
177
- --color-pink-200: oklch(0.899 0.061 343.231);
178
- --color-pink-300: oklch(0.823 0.12 346.018);
179
- --color-pink-400: oklch(0.718 0.202 349.761);
180
- --color-pink-500: oklch(0.656 0.241 354.308);
181
- --color-pink-600: oklch(0.592 0.249 0.584);
182
- --color-pink-700: oklch(0.525 0.223 3.958);
183
- --color-pink-800: oklch(0.459 0.187 3.815);
184
- --color-pink-900: oklch(0.408 0.153 2.432);
185
- --color-pink-950: oklch(0.284 0.109 3.907);
186
- --color-rose-50: oklch(0.969 0.015 12.422);
187
- --color-rose-100: oklch(0.941 0.03 12.58);
188
- --color-rose-200: oklch(0.892 0.058 10.001);
189
- --color-rose-300: oklch(0.81 0.117 11.638);
190
- --color-rose-400: oklch(0.712 0.194 13.428);
191
- --color-rose-500: oklch(0.645 0.246 16.439);
192
- --color-rose-600: oklch(0.586 0.253 17.585);
193
- --color-rose-700: oklch(0.514 0.222 16.935);
194
- --color-rose-800: oklch(0.455 0.188 13.697);
195
- --color-rose-900: oklch(0.41 0.159 10.272);
196
- --color-rose-950: oklch(0.271 0.105 12.094);
197
- --color-slate-50: oklch(0.984 0.003 247.858);
198
- --color-slate-100: oklch(0.968 0.007 247.896);
199
- --color-slate-200: oklch(0.929 0.013 255.508);
200
- --color-slate-300: oklch(0.869 0.022 252.894);
201
- --color-slate-400: oklch(0.704 0.04 256.788);
202
- --color-slate-500: oklch(0.554 0.046 257.417);
203
- --color-slate-600: oklch(0.446 0.043 257.281);
204
- --color-slate-700: oklch(0.372 0.044 257.287);
205
- --color-slate-800: oklch(0.279 0.041 260.031);
206
- --color-slate-900: oklch(0.208 0.042 265.755);
207
- --color-slate-950: oklch(0.129 0.042 264.695);
208
- --color-gray-50: oklch(0.985 0.002 247.839);
209
- --color-gray-100: oklch(0.967 0.003 264.542);
210
- --color-gray-200: oklch(0.928 0.006 264.531);
211
- --color-gray-300: oklch(0.872 0.01 258.338);
212
- --color-gray-400: oklch(0.707 0.022 261.325);
213
- --color-gray-500: oklch(0.551 0.027 264.364);
214
- --color-gray-600: oklch(0.446 0.03 256.802);
215
- --color-gray-700: oklch(0.373 0.034 259.733);
216
- --color-gray-800: oklch(0.278 0.033 256.848);
217
- --color-gray-900: oklch(0.21 0.034 264.665);
218
- --color-gray-950: oklch(0.13 0.028 261.692);
219
- --color-zinc-50: oklch(0.985 0 0);
220
- --color-zinc-100: oklch(0.967 0.001 286.375);
221
- --color-zinc-200: oklch(0.92 0.004 286.32);
222
- --color-zinc-300: oklch(0.871 0.006 286.286);
223
- --color-zinc-400: oklch(0.705 0.015 286.067);
224
- --color-zinc-500: oklch(0.552 0.016 285.938);
225
- --color-zinc-600: oklch(0.442 0.017 285.786);
226
- --color-zinc-700: oklch(0.37 0.013 285.805);
227
- --color-zinc-800: oklch(0.274 0.006 286.033);
228
- --color-zinc-900: oklch(0.21 0.006 285.885);
229
- --color-zinc-950: oklch(0.141 0.005 285.823);
230
- --color-neutral-50: oklch(0.985 0 0);
231
- --color-neutral-100: oklch(0.97 0 0);
232
- --color-neutral-200: oklch(0.922 0 0);
233
- --color-neutral-300: oklch(0.87 0 0);
234
- --color-neutral-400: oklch(0.708 0 0);
235
- --color-neutral-500: oklch(0.556 0 0);
236
- --color-neutral-600: oklch(0.439 0 0);
237
- --color-neutral-700: oklch(0.371 0 0);
238
- --color-neutral-800: oklch(0.269 0 0);
239
- --color-neutral-900: oklch(0.205 0 0);
240
- --color-neutral-950: oklch(0.145 0 0);
241
- --color-stone-50: oklch(0.985 0.001 106.423);
242
- --color-stone-100: oklch(0.97 0.001 106.424);
243
- --color-stone-200: oklch(0.923 0.003 48.717);
244
- --color-stone-300: oklch(0.869 0.005 56.366);
245
- --color-stone-400: oklch(0.709 0.01 56.259);
246
- --color-stone-500: oklch(0.553 0.013 58.071);
247
- --color-stone-600: oklch(0.444 0.011 73.639);
248
- --color-stone-700: oklch(0.374 0.01 67.558);
249
- --color-stone-800: oklch(0.268 0.007 34.298);
250
- --color-stone-900: oklch(0.216 0.006 56.043);
251
- --color-stone-950: oklch(0.147 0.004 49.25);
252
- --color-black: #000;
253
- --color-white: #fff;
254
- --spacing: 0.25rem;
255
- --breakpoint-sm: 40rem;
256
- --breakpoint-md: 48rem;
257
- --breakpoint-lg: 64rem;
258
- --breakpoint-xl: 80rem;
259
- --breakpoint-2xl: 96rem;
260
- --container-3xs: 16rem;
261
- --container-2xs: 18rem;
262
- --container-xs: 20rem;
263
- --container-sm: 24rem;
264
- --container-md: 28rem;
265
- --container-lg: 32rem;
266
- --container-xl: 36rem;
267
- --container-2xl: 42rem;
268
- --container-3xl: 48rem;
269
- --container-4xl: 56rem;
270
- --container-5xl: 64rem;
271
- --container-6xl: 72rem;
272
- --container-7xl: 80rem;
273
- --text-xs: 0.75rem;
274
- --text-xs--line-height: calc(1 / 0.75);
275
- --text-sm: 0.875rem;
276
- --text-sm--line-height: calc(1.25 / 0.875);
277
- --text-base: 1rem;
278
- --text-base--line-height: calc(1.5 / 1);
279
- --text-lg: 1.125rem;
280
- --text-lg--line-height: calc(1.75 / 1.125);
281
- --text-xl: 1.25rem;
282
- --text-xl--line-height: calc(1.75 / 1.25);
283
- --text-2xl: 1.5rem;
284
- --text-2xl--line-height: calc(2 / 1.5);
285
- --text-3xl: 1.875rem;
286
- --text-3xl--line-height: calc(2.25 / 1.875);
287
- --text-4xl: 2.25rem;
288
- --text-4xl--line-height: calc(2.5 / 2.25);
289
- --text-5xl: 3rem;
290
- --text-5xl--line-height: 1;
291
- --text-6xl: 3.75rem;
292
- --text-6xl--line-height: 1;
293
- --text-7xl: 4.5rem;
294
- --text-7xl--line-height: 1;
295
- --text-8xl: 6rem;
296
- --text-8xl--line-height: 1;
297
- --text-9xl: 8rem;
298
- --text-9xl--line-height: 1;
299
- --font-weight-thin: 100;
300
- --font-weight-extralight: 200;
301
- --font-weight-light: 300;
302
- --font-weight-normal: 400;
303
- --font-weight-medium: 500;
304
- --font-weight-semibold: 600;
305
- --font-weight-bold: 700;
306
- --font-weight-extrabold: 800;
307
- --font-weight-black: 900;
308
- --tracking-tighter: -0.05em;
309
- --tracking-tight: -0.025em;
310
- --tracking-normal: 0em;
311
- --tracking-wide: 0.025em;
312
- --tracking-wider: 0.05em;
313
- --tracking-widest: 0.1em;
314
- --leading-tight: 1.25;
315
- --leading-snug: 1.375;
316
- --leading-normal: 1.5;
317
- --leading-relaxed: 1.625;
318
- --leading-loose: 2;
319
- --radius-xs: 0.125rem;
320
- --radius-sm: 0.25rem;
321
- --radius-md: 0.375rem;
322
- --radius-lg: 0.5rem;
323
- --radius-xl: 0.75rem;
324
- --radius-2xl: 1rem;
325
- --radius-3xl: 1.5rem;
326
- --radius-4xl: 2rem;
327
- --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
328
- --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
329
- --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
330
- --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
331
- 0 2px 4px -2px rgb(0 0 0 / 0.1);
332
- --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
333
- 0 4px 6px -4px rgb(0 0 0 / 0.1);
334
- --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
335
- 0 8px 10px -6px rgb(0 0 0 / 0.1);
336
- --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
337
- --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
338
- --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
339
- --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
340
- --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
341
- --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
342
- --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
343
- --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
344
- --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
345
- --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
346
- --ease-in: cubic-bezier(0.4, 0, 1, 1);
347
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
348
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
349
- --animate-spin: spin 1s linear infinite;
350
- --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
351
- --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
352
- --animate-bounce: bounce 1s infinite;
353
- --blur-xs: 4px;
354
- --blur-sm: 8px;
355
- --blur-md: 12px;
356
- --blur-lg: 16px;
357
- --blur-xl: 24px;
358
- --blur-2xl: 40px;
359
- --blur-3xl: 64px;
360
- --perspective-dramatic: 100px;
361
- --perspective-near: 300px;
362
- --perspective-normal: 500px;
363
- --perspective-midrange: 800px;
364
- --perspective-distant: 1200px;
365
- --aspect-video: 16 / 9;
366
- --default-transition-duration: 150ms;
367
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
368
- --default-font-family: var(--font-sans);
369
- --default-font-feature-settings: var(--font-sans--font-feature-settings);
370
- --default-font-variation-settings: var(
371
- --font-sans--font-variation-settings
372
- );
373
- --default-mono-font-family: var(--font-mono);
374
- --default-mono-font-feature-settings: var(
375
- --font-mono--font-feature-settings
376
- );
377
- --default-mono-font-variation-settings: var(
378
- --font-mono--font-variation-settings
379
- );
380
- }
381
- }
382
- @layer base {
383
- *, ::after, ::before, ::backdrop, ::file-selector-button {
384
- box-sizing: border-box;
385
- margin: 0;
386
- padding: 0;
387
- border: 0 solid;
388
- }
389
- html, :host {
390
- line-height: 1.5;
391
- -webkit-text-size-adjust: 100%;
392
- tab-size: 4;
393
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
394
- font-feature-settings: var(--default-font-feature-settings, normal);
395
- font-variation-settings: var( --default-font-variation-settings, normal );
396
- -webkit-tap-highlight-color: transparent;
397
- }
398
- body {
399
- line-height: inherit;
400
- }
401
- hr {
402
- height: 0;
403
- color: inherit;
404
- border-top-width: 1px;
405
- }
406
- abbr:where([title]) {
407
- -webkit-text-decoration: underline dotted;
408
- text-decoration: underline dotted;
409
- }
410
- h1, h2, h3, h4, h5, h6 {
411
- font-size: inherit;
412
- font-weight: inherit;
413
- }
414
- a {
415
- color: inherit;
416
- -webkit-text-decoration: inherit;
417
- text-decoration: inherit;
418
- }
419
- b, strong {
420
- font-weight: bolder;
421
- }
422
- code, kbd, samp, pre {
423
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
424
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
425
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
426
- font-size: 1em;
427
- }
428
- small {
429
- font-size: 80%;
430
- }
431
- sub, sup {
432
- font-size: 75%;
433
- line-height: 0;
434
- position: relative;
435
- vertical-align: baseline;
436
- }
437
- sub {
438
- bottom: -0.25em;
439
- }
440
- sup {
441
- top: -0.5em;
442
- }
443
- table {
444
- text-indent: 0;
445
- border-color: inherit;
446
- border-collapse: collapse;
447
- }
448
- :-moz-focusring {
449
- outline: auto;
450
- }
451
- progress {
452
- vertical-align: baseline;
453
- }
454
- summary {
455
- display: list-item;
456
- }
457
- ol, ul, menu {
458
- list-style: none;
459
- }
460
- img, svg, video, canvas, audio, iframe, embed, object {
461
- display: block;
462
- vertical-align: middle;
463
- }
464
- img, video {
465
- max-width: 100%;
466
- height: auto;
467
- }
468
- button, input, select, optgroup, textarea, ::file-selector-button {
469
- font: inherit;
470
- font-feature-settings: inherit;
471
- font-variation-settings: inherit;
472
- letter-spacing: inherit;
473
- color: inherit;
474
- border-radius: 0;
475
- background-color: transparent;
476
- opacity: 1;
477
- }
478
- :where(select:is([multiple], [size])) optgroup {
479
- font-weight: bolder;
480
- }
481
- :where(select:is([multiple], [size])) optgroup option {
482
- padding-inline-start: 20px;
483
- }
484
- ::file-selector-button {
485
- margin-inline-end: 4px;
486
- }
487
- ::placeholder {
488
- opacity: 1;
489
- color: color-mix(in oklab, currentColor 50%, transparent);
490
- }
491
- textarea {
492
- resize: vertical;
493
- }
494
- ::-webkit-search-decoration {
495
- -webkit-appearance: none;
496
- }
497
- ::-webkit-date-and-time-value {
498
- min-height: 1lh;
499
- text-align: inherit;
500
- }
501
- ::-webkit-datetime-edit {
502
- display: inline-flex;
503
- }
504
- ::-webkit-datetime-edit-fields-wrapper {
505
- padding: 0;
506
- }
507
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
508
- padding-block: 0;
509
- }
510
- :-moz-ui-invalid {
511
- box-shadow: none;
512
- }
513
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
514
- appearance: button;
515
- }
516
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
517
- height: auto;
518
- }
519
- [hidden]:where(:not([hidden="until-found"])) {
520
- display: none !important;
521
- }
522
- }
523
- @layer utilities {
524
- .relative {
525
- position: relative;
526
- }
527
- .static {
528
- position: static;
529
- }
530
- .-mt-px {
531
- margin-top: -1px;
532
- }
533
- .-mb-1 {
534
- margin-bottom: calc(var(--spacing) * -1);
535
- }
536
- .block {
537
- display: block;
538
- }
539
- .flex {
540
- display: flex;
541
- }
542
- .hidden {
543
- display: none;
544
- }
545
- .inline-block {
546
- display: inline-block;
547
- }
548
- .h-3\.5 {
549
- height: calc(var(--spacing) * 3.5);
550
- }
551
- .\!max-h-4 {
552
- max-height: calc(var(--spacing) * 4) !important;
553
- }
554
- .\!min-h-4 {
555
- min-height: calc(var(--spacing) * 4) !important;
556
- }
557
- .w-5 {
558
- width: calc(var(--spacing) * 5);
559
- }
560
- .w-full {
561
- width: 100%;
562
- }
563
- .max-w-4xl {
564
- max-width: var(--container-4xl);
565
- }
566
- .grow-0 {
567
- flex-grow: 0;
568
- }
569
- .flex-col {
570
- flex-direction: column;
571
- }
572
- .items-center {
573
- align-items: center;
574
- }
575
- .overflow-x-auto {
576
- overflow-x: auto;
577
- }
578
- .bg-transparent {
579
- background-color: transparent;
580
- }
581
- .py-2 {
582
- padding-block: calc(var(--spacing) * 2);
583
- }
584
- .text-sm {
585
- font-size: var(--text-sm);
586
- line-height: var(--tw-leading, var(--text-sm--line-height));
587
- }
588
- .font-bold {
589
- --tw-font-weight: var(--font-weight-bold);
590
- font-weight: var(--font-weight-bold);
591
- }
592
- }
1
+ /* src/exports/styles/trix.css */
2
+
593
3
  .trix-content {
594
4
  border: 1px solid var(--rhino-border-color);
595
5
  border-radius: 0px 0px var(--rhino-border-radius) var(--rhino-border-radius);
@@ -600,25 +10,31 @@
600
10
  overflow-wrap: break-word;
601
11
  word-break: break-word;
602
12
  }
13
+
603
14
  .trix-content[contenteditable=true] {
604
15
  white-space: pre-wrap;
605
16
  }
17
+
606
18
  .trix-content:is(:focus, :focus-within) {
607
19
  border-color: var(--rhino-button-active-border-color);
608
20
  }
21
+
609
22
  .trix-content :is(img, svg, figure) {
610
23
  width: 100%;
611
24
  max-width: 100%;
612
25
  height: auto;
613
26
  display: block;
614
27
  }
28
+
615
29
  .trix-content :is(figure, p) {
616
30
  padding: 0;
617
31
  margin: 0;
618
32
  }
33
+
619
34
  .trix-content figure {
620
35
  position: relative;
621
36
  }
37
+
622
38
  .trix-content figcaption {
623
39
  line-break: anywhere;
624
40
  display: inline-block;
@@ -638,22 +54,30 @@
638
54
  -moz-appearance: none;
639
55
  appearance: none;
640
56
  }
57
+
641
58
  .trix-content[contenteditable=true] figcaption {
642
59
  white-space: break-spaces;
643
60
  }
61
+
644
62
  .trix-content .rhino-upload-error {
645
63
  background-color: rgba(255, 0, 0, 0.3);
646
64
  }
65
+
647
66
  .trix-content:not([readonly]) figure:is(:focus-within, :focus, .has-focus) :nth-child(2) {
648
67
  outline: transparent;
649
68
  box-shadow: var(--rhino-focus-ring);
650
69
  }
651
- .rhino-attachment-editor::part(delete-button), .rhino-attachment-editor::part(file-metadata) {
70
+
71
+ .rhino-attachment-editor::part(delete-button),
72
+ .rhino-attachment-editor::part(file-metadata) {
652
73
  display: none;
653
74
  }
654
- .trix-content:not([readonly]) figure:is(:focus-within, :focus, .has-focus) .rhino-attachment-editor::part(delete-button), .trix-content:not([readonly]) figure:is(:focus-within, :focus, .has-focus) .rhino-attachment-editor::part(file-metadata) {
75
+
76
+ .trix-content:not([readonly]) figure:is(:focus-within, :focus, .has-focus) .rhino-attachment-editor::part(delete-button),
77
+ .trix-content:not([readonly]) figure:is(:focus-within, :focus, .has-focus) .rhino-attachment-editor::part(file-metadata) {
655
78
  display: flex;
656
79
  }
80
+
657
81
  .trix-content .placeholder {
658
82
  position: absolute;
659
83
  pointer-events: none;
@@ -661,53 +85,66 @@
661
85
  cursor: text;
662
86
  content: "";
663
87
  }
88
+
664
89
  .trix-content figure.attachment figcaption {
665
90
  position: relative;
666
91
  }
667
- .trix-content p.is-editor-empty:first-child::before, .trix-content figure[data-trix-attachment].has-focus figcaption.is-empty::before {
92
+
93
+ .trix-content p.is-editor-empty:first-child::before,
94
+ .trix-content figure[data-trix-attachment].has-focus figcaption.is-empty::before {
668
95
  color: var(--rhino-placeholder-text-color);
669
96
  content: attr(data-placeholder);
670
97
  pointer-events: none;
671
98
  }
99
+
672
100
  .trix-content figure[data-trix-attachment]:not(.has-focus) figcaption.is-empty::before {
673
101
  content: attr(data-default-caption);
674
102
  pointer-events: none;
675
103
  }
104
+
676
105
  .trix-content ul {
677
106
  list-style: disc;
678
107
  }
108
+
679
109
  .trix-content figure[data-trix-attachment].has-focus figcaption.is-empty::before {
680
110
  position: absolute;
681
111
  left: 50%;
682
112
  top: 0;
683
113
  transform: translate(-50%, 0%);
684
114
  }
115
+
685
116
  .trix-content p.is-editor-empty:first-child::before {
686
117
  float: left;
687
118
  height: 0;
688
119
  pointer-events: none;
689
120
  }
121
+
690
122
  .trix-content {
691
123
  box-sizing: border-box;
692
124
  }
125
+
693
126
  .trix-content * {
694
127
  box-sizing: inherit;
695
128
  margin: 0;
696
129
  padding: 0;
697
130
  }
131
+
698
132
  .trix-content h1 {
699
133
  font-size: 1.2em;
700
134
  line-height: 1.2;
701
135
  }
136
+
702
137
  .trix-content blockquote {
703
138
  border: 0 solid #ccc;
704
139
  border-inline-start-width: 0.3em;
705
140
  margin-inline-start: 0.3em;
706
141
  padding-inline-start: 0.6em;
707
142
  }
143
+
708
144
  .trix-content li {
709
145
  margin-inline-start: 1em;
710
146
  }
147
+
711
148
  .trix-content :where(pre) {
712
149
  display: inline-block;
713
150
  width: 100%;
@@ -719,39 +156,49 @@
719
156
  background-color: #eee;
720
157
  overflow-x: auto;
721
158
  }
159
+
722
160
  .trix-content img {
723
161
  max-width: 100%;
724
162
  height: auto;
725
163
  }
164
+
726
165
  .trix-content .attachment {
727
166
  display: block;
728
167
  position: relative;
729
168
  max-width: 100%;
730
169
  }
170
+
731
171
  .trix-content .attachment a {
732
172
  color: inherit;
733
173
  text-decoration: none;
734
174
  }
735
- .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
175
+
176
+ .trix-content .attachment a:hover,
177
+ .trix-content .attachment a:visited:hover {
736
178
  color: inherit;
737
179
  }
180
+
738
181
  .trix-content .attachment__caption {
739
182
  text-align: center;
740
183
  margin-top: 0.5em;
741
184
  }
185
+
742
186
  .trix-content .attachment__caption .attachment__name + .attachment__size::before {
743
187
  content: " \b7 ";
744
188
  }
189
+
745
190
  .trix-content .attachment--preview {
746
191
  width: 100%;
747
192
  text-align: center;
748
193
  margin: 0.6em 0;
749
194
  }
195
+
750
196
  .trix-content .attachment--preview .attachment__caption {
751
197
  color: #666;
752
198
  font-size: 0.9em;
753
199
  line-height: 1.2;
754
200
  }
201
+
755
202
  .trix-content .attachment.attachment--file {
756
203
  color: #333;
757
204
  line-height: 1;
@@ -760,16 +207,19 @@
760
207
  border: 1px solid var(--rhino-border-color);
761
208
  border-radius: var(--rhino-border-radius);
762
209
  }
210
+
763
211
  .trix-content .attachment-gallery {
764
212
  display: flex;
765
213
  flex-wrap: wrap;
766
214
  position: relative;
767
215
  }
216
+
768
217
  .trix-content figure.attachment {
769
218
  display: inline-block;
770
219
  position: relative;
771
220
  white-space: normal;
772
221
  }
222
+
773
223
  .trix-content .attachment-gallery > p {
774
224
  width: 0px;
775
225
  padding: 0;
@@ -778,30 +228,42 @@
778
228
  flex-shrink: 1;
779
229
  flex-grow: 0;
780
230
  }
231
+
781
232
  .trix-content .attachment-gallery .attachment {
782
233
  flex: 1 0 100%;
783
234
  padding: 0 0.5em;
784
235
  max-width: 100%;
785
236
  white-space: normal;
786
237
  }
238
+
787
239
  .trix-content .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]) {
788
240
  flex: 1 0 33%;
789
241
  padding: 0 0.5em;
790
242
  max-width: 33%;
791
243
  white-space: normal;
792
244
  }
793
- .trix-content .attachment-gallery > :is(.attachment, action-text-attachment):first-of-type:nth-last-of-type(1) ~ :is(.attachment, action-text-attachment), .trix-content .attachment-gallery > :is(.attachment, action-text-attachment):first-of-type:nth-last-of-type(1) {
245
+
246
+ .trix-content .attachment-gallery > :is(.attachment, action-text-attachment):first-of-type:nth-last-of-type(1) ~ :is(.attachment, action-text-attachment),
247
+ .trix-content .attachment-gallery > :is(.attachment, action-text-attachment):first-of-type:nth-last-of-type(1) {
794
248
  padding: 0;
795
249
  flex-basis: 100%;
796
250
  max-width: 100%;
797
251
  }
798
- .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(2), .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(2) ~ :is(.attachment--preview, action-text-attachment[previewable=true]), .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(4), .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(4) ~ :is(.attachment--preview, action-text-attachment[previewable=true]) {
252
+
253
+ .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(2),
254
+ .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(2) ~ :is(.attachment--preview, action-text-attachment[previewable=true]),
255
+ .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(4),
256
+ .attachment-gallery > :is(.attachment--preview, action-text-attachment[previewable=true]):first-of-type:nth-last-of-type(4) ~ :is(.attachment--preview, action-text-attachment[previewable=true]) {
799
257
  flex-basis: 50%;
800
258
  max-width: 50%;
801
259
  }
802
- .trix-content .attachment-gallery.attachment-gallery--2 action-text-attachment > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 action-text-attachment > .attachment, .trix-content .attachment-gallery action-text-attachment > .attachment {
260
+
261
+ .trix-content .attachment-gallery.attachment-gallery--2 action-text-attachment > .attachment,
262
+ .trix-content .attachment-gallery.attachment-gallery--4 action-text-attachment > .attachment,
263
+ .trix-content .attachment-gallery action-text-attachment > .attachment {
803
264
  max-width: 100%;
804
265
  }
266
+
805
267
  .trix-content {
806
268
  --rhino-focus-ring: 0px 0px 4px 1px var(--rhino-button-active-border-color);
807
269
  --rhino-border-radius: 4px;
@@ -825,141 +287,718 @@
825
287
  display: block;
826
288
  color: var(--rhino-text-color);
827
289
  }
290
+
828
291
  .rhino-toolbar-button {
829
292
  border: 1px solid var(--rhino-border-color);
830
293
  border-radius: var(--rhino-border-radius);
831
294
  padding: 0.2em 0.4em;
832
295
  color: inherit;
833
296
  }
297
+
834
298
  .rhino-toolbar-button:is([aria-disabled=true], :disabled) {
835
299
  color: var(--rhino-button-disabled-text-color);
836
300
  border-color: var(--rhino-button-disabled-border-color);
837
301
  }
302
+
838
303
  .rhino-toolbar-button[aria-disabled=true]:focus {
839
304
  border-color: var(--rhino-button-disabled-border-color);
840
305
  }
306
+
841
307
  .rhino-toolbar-button svg {
842
308
  min-height: var(--rhino-toolbar-icon-size);
843
309
  min-width: var(--rhino-toolbar-icon-size);
844
310
  max-height: var(--rhino-toolbar-icon-size);
845
311
  max-width: var(--rhino-toolbar-icon-size);
846
312
  }
313
+
847
314
  .rhino-toolbar-button:is(:focus, :hover):not([aria-disabled=true], :disabled) {
848
315
  outline: transparent;
849
316
  box-shadow: var(--rhino-focus-ring);
850
317
  border-color: var(--rhino-button-active-border-color);
851
318
  }
319
+
852
320
  .rhino-toolbar-button:is(:focus, :hover):not([aria-disabled=true], :disabled, [aria-pressed=true], [part~=toolbar__button--active]) {
853
321
  background-color: var(--rhino-button-focus-background-color);
854
322
  }
323
+
855
324
  .rhino-toolbar-button:is([aria-disabled=true], :disabled):not([part~=toolbar__button--active]) {
856
325
  color: var(--rhino-button-disabled-text-color);
857
326
  border-color: var(--rhino-button-disabled-border-color);
858
327
  }
328
+
859
329
  .rhino-toolbar-button:is(:focus, :hover):is([aria-disabled=true], :disabled):not([part~=toolbar__button--active]) {
860
330
  outline: transparent;
861
331
  color: var(--rhino-button-disabled-text-color);
862
332
  border-color: var(--rhino-button-disabled-border-color);
863
333
  box-shadow: 0 0 0 1px var(--rhino-button-disabled-border-color);
864
334
  }
865
- .rhino-editor .rhino-toolbar-button, .rhino-editor::part(toolbar__button) {
866
- --rhino-toolbar-icon-size: 18px;
335
+
336
+ /* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */
337
+
338
+ /*
339
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
340
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
341
+ */
342
+
343
+ *,
344
+ ::before,
345
+ ::after {
346
+ box-sizing: border-box;
347
+ /* 1 */
348
+ border-width: 0;
349
+ /* 2 */
350
+ border-style: solid;
351
+ /* 2 */
352
+ border-color: #C8CBD0;
353
+ /* 2 */
354
+ }
355
+
356
+ ::before,
357
+ ::after {
358
+ --tw-content: '';
359
+ }
360
+
361
+ /*
362
+ 1. Use a consistent sensible line-height in all browsers.
363
+ 2. Prevent adjustments of font size after orientation changes in iOS.
364
+ 3. Use a more readable tab size.
365
+ 4. Use the user's configured `sans` font-family by default.
366
+ 5. Use the user's configured `sans` font-feature-settings by default.
367
+ 6. Use the user's configured `sans` font-variation-settings by default.
368
+ 7. Disable tap highlights on iOS
369
+ */
370
+
371
+ html,
372
+ :host {
373
+ line-height: 1.5;
374
+ /* 1 */
375
+ -webkit-text-size-adjust: 100%;
376
+ /* 2 */
377
+ -moz-tab-size: 4;
378
+ /* 3 */
379
+ -o-tab-size: 4;
380
+ tab-size: 4;
381
+ /* 3 */
382
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
383
+ /* 4 */
384
+ font-feature-settings: normal;
385
+ /* 5 */
386
+ font-variation-settings: normal;
387
+ /* 6 */
388
+ -webkit-tap-highlight-color: transparent;
389
+ /* 7 */
390
+ }
391
+
392
+ /*
393
+ 1. Remove the margin in all browsers.
394
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
395
+ */
396
+
397
+ body {
398
+ margin: 0;
399
+ /* 1 */
400
+ line-height: inherit;
401
+ /* 2 */
402
+ }
403
+
404
+ /*
405
+ 1. Add the correct height in Firefox.
406
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
407
+ 3. Ensure horizontal rules are visible by default.
408
+ */
409
+
410
+ hr {
411
+ height: 0;
412
+ /* 1 */
413
+ color: inherit;
414
+ /* 2 */
415
+ border-top-width: 1px;
416
+ /* 3 */
417
+ }
418
+
419
+ /*
420
+ Add the correct text decoration in Chrome, Edge, and Safari.
421
+ */
422
+
423
+ abbr:where([title]) {
424
+ -webkit-text-decoration: underline dotted;
425
+ text-decoration: underline dotted;
426
+ }
427
+
428
+ /*
429
+ Remove the default font size and weight for headings.
430
+ */
431
+
432
+ h1,
433
+ h2,
434
+ h3,
435
+ h4,
436
+ h5,
437
+ h6 {
438
+ font-size: inherit;
439
+ font-weight: inherit;
440
+ }
441
+
442
+ /*
443
+ Reset links to optimize for opt-in styling instead of opt-out.
444
+ */
445
+
446
+ a {
447
+ color: inherit;
448
+ text-decoration: inherit;
449
+ }
450
+
451
+ /*
452
+ Add the correct font weight in Edge and Safari.
453
+ */
454
+
455
+ b,
456
+ strong {
457
+ font-weight: bolder;
458
+ }
459
+
460
+ /*
461
+ 1. Use the user's configured `mono` font-family by default.
462
+ 2. Use the user's configured `mono` font-feature-settings by default.
463
+ 3. Use the user's configured `mono` font-variation-settings by default.
464
+ 4. Correct the odd `em` font sizing in all browsers.
465
+ */
466
+
467
+ code,
468
+ kbd,
469
+ samp,
470
+ pre {
471
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
472
+ /* 1 */
473
+ font-feature-settings: normal;
474
+ /* 2 */
475
+ font-variation-settings: normal;
476
+ /* 3 */
477
+ font-size: 1em;
478
+ /* 4 */
479
+ }
480
+
481
+ /*
482
+ Add the correct font size in all browsers.
483
+ */
484
+
485
+ small {
486
+ font-size: 80%;
487
+ }
488
+
489
+ /*
490
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
491
+ */
492
+
493
+ sub,
494
+ sup {
495
+ font-size: 75%;
496
+ line-height: 0;
497
+ position: relative;
498
+ vertical-align: baseline;
499
+ }
500
+
501
+ sub {
502
+ bottom: -0.25em;
503
+ }
504
+
505
+ sup {
506
+ top: -0.5em;
507
+ }
508
+
509
+ /*
510
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
511
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
512
+ 3. Remove gaps between table borders by default.
513
+ */
514
+
515
+ table {
516
+ text-indent: 0;
517
+ /* 1 */
518
+ border-color: inherit;
519
+ /* 2 */
520
+ border-collapse: collapse;
521
+ /* 3 */
522
+ }
523
+
524
+ /*
525
+ 1. Change the font styles in all browsers.
526
+ 2. Remove the margin in Firefox and Safari.
527
+ 3. Remove default padding in all browsers.
528
+ */
529
+
530
+ button,
531
+ input,
532
+ optgroup,
533
+ select,
534
+ textarea {
535
+ font-family: inherit;
536
+ /* 1 */
537
+ font-feature-settings: inherit;
538
+ /* 1 */
539
+ font-variation-settings: inherit;
540
+ /* 1 */
541
+ font-size: 100%;
542
+ /* 1 */
543
+ font-weight: inherit;
544
+ /* 1 */
545
+ line-height: inherit;
546
+ /* 1 */
547
+ letter-spacing: inherit;
548
+ /* 1 */
549
+ color: inherit;
550
+ /* 1 */
551
+ margin: 0;
552
+ /* 2 */
553
+ padding: 0;
554
+ /* 3 */
555
+ }
556
+
557
+ /*
558
+ Remove the inheritance of text transform in Edge and Firefox.
559
+ */
560
+
561
+ button,
562
+ select {
563
+ text-transform: none;
564
+ }
565
+
566
+ /*
567
+ 1. Correct the inability to style clickable types in iOS and Safari.
568
+ 2. Remove default button styles.
569
+ */
570
+
571
+ button,
572
+ input:where([type='button']),
573
+ input:where([type='reset']),
574
+ input:where([type='submit']) {
575
+ -webkit-appearance: button;
576
+ /* 1 */
577
+ background-color: transparent;
578
+ /* 2 */
579
+ background-image: none;
580
+ /* 2 */
581
+ }
582
+
583
+ /*
584
+ Use the modern Firefox focus style for all focusable elements.
585
+ */
586
+
587
+ :-moz-focusring {
588
+ outline: auto;
589
+ }
590
+
591
+ /*
592
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
593
+ */
594
+
595
+ :-moz-ui-invalid {
596
+ box-shadow: none;
597
+ }
598
+
599
+ /*
600
+ Add the correct vertical alignment in Chrome and Firefox.
601
+ */
602
+
603
+ progress {
604
+ vertical-align: baseline;
605
+ }
606
+
607
+ /*
608
+ Correct the cursor style of increment and decrement buttons in Safari.
609
+ */
610
+
611
+ ::-webkit-inner-spin-button,
612
+ ::-webkit-outer-spin-button {
613
+ height: auto;
614
+ }
615
+
616
+ /*
617
+ 1. Correct the odd appearance in Chrome and Safari.
618
+ 2. Correct the outline style in Safari.
619
+ */
620
+
621
+ [type='search'] {
622
+ -webkit-appearance: textfield;
623
+ /* 1 */
624
+ outline-offset: -2px;
625
+ /* 2 */
626
+ }
627
+
628
+ /*
629
+ Remove the inner padding in Chrome and Safari on macOS.
630
+ */
631
+
632
+ ::-webkit-search-decoration {
633
+ -webkit-appearance: none;
634
+ }
635
+
636
+ /*
637
+ 1. Correct the inability to style clickable types in iOS and Safari.
638
+ 2. Change font properties to `inherit` in Safari.
639
+ */
640
+
641
+ ::-webkit-file-upload-button {
642
+ -webkit-appearance: button;
643
+ /* 1 */
644
+ font: inherit;
645
+ /* 2 */
646
+ }
647
+
648
+ /*
649
+ Add the correct display in Chrome and Safari.
650
+ */
651
+
652
+ summary {
653
+ display: list-item;
654
+ }
655
+
656
+ /*
657
+ Removes the default spacing and border for appropriate elements.
658
+ */
659
+
660
+ blockquote,
661
+ dl,
662
+ dd,
663
+ h1,
664
+ h2,
665
+ h3,
666
+ h4,
667
+ h5,
668
+ h6,
669
+ hr,
670
+ figure,
671
+ p,
672
+ pre {
673
+ margin: 0;
674
+ }
675
+
676
+ fieldset {
677
+ margin: 0;
678
+ padding: 0;
679
+ }
680
+
681
+ legend {
682
+ padding: 0;
683
+ }
684
+
685
+ ol,
686
+ ul,
687
+ menu {
688
+ list-style: none;
689
+ margin: 0;
690
+ padding: 0;
691
+ }
692
+
693
+ /*
694
+ Reset default styling for dialogs.
695
+ */
696
+
697
+ dialog {
698
+ padding: 0;
699
+ }
700
+
701
+ /*
702
+ Prevent resizing textareas horizontally by default.
703
+ */
704
+
705
+ textarea {
706
+ resize: vertical;
707
+ }
708
+
709
+ /*
710
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
711
+ 2. Set the default placeholder color to the user's configured gray 400 color.
712
+ */
713
+
714
+ input::-moz-placeholder, textarea::-moz-placeholder {
715
+ opacity: 1;
716
+ /* 1 */
717
+ color: #9197A1;
718
+ /* 2 */
719
+ }
720
+
721
+ input::placeholder,
722
+ textarea::placeholder {
723
+ opacity: 1;
724
+ /* 1 */
725
+ color: #9197A1;
726
+ /* 2 */
727
+ }
728
+
729
+ /*
730
+ Set the default cursor for buttons.
731
+ */
732
+
733
+ button,
734
+ [role="button"] {
735
+ cursor: pointer;
736
+ }
737
+
738
+ /*
739
+ Make sure disabled buttons don't get the pointer cursor.
740
+ */
741
+
742
+ :disabled {
743
+ cursor: default;
744
+ }
745
+
746
+ /*
747
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
748
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
749
+ This can trigger a poorly considered lint error in some tools but is included by design.
750
+ */
751
+
752
+ img,
753
+ svg,
754
+ video,
755
+ canvas,
756
+ audio,
757
+ iframe,
758
+ embed,
759
+ object {
760
+ display: block;
761
+ /* 1 */
762
+ vertical-align: middle;
763
+ /* 2 */
764
+ }
765
+
766
+ /*
767
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
768
+ */
769
+
770
+ img,
771
+ video {
772
+ max-width: 100%;
773
+ height: auto;
774
+ }
775
+
776
+ /* Make elements with the HTML hidden attribute stay hidden by default */
777
+
778
+ [hidden] {
779
+ display: none;
780
+ }
781
+
782
+ *, ::before, ::after {
783
+ --tw-border-spacing-x: 0;
784
+ --tw-border-spacing-y: 0;
785
+ --tw-translate-x: 0;
786
+ --tw-translate-y: 0;
787
+ --tw-rotate: 0;
788
+ --tw-skew-x: 0;
789
+ --tw-skew-y: 0;
790
+ --tw-scale-x: 1;
791
+ --tw-scale-y: 1;
792
+ --tw-pan-x: ;
793
+ --tw-pan-y: ;
794
+ --tw-pinch-zoom: ;
795
+ --tw-scroll-snap-strictness: proximity;
796
+ --tw-gradient-from-position: ;
797
+ --tw-gradient-via-position: ;
798
+ --tw-gradient-to-position: ;
799
+ --tw-ordinal: ;
800
+ --tw-slashed-zero: ;
801
+ --tw-numeric-figure: ;
802
+ --tw-numeric-spacing: ;
803
+ --tw-numeric-fraction: ;
804
+ --tw-ring-inset: ;
805
+ --tw-ring-offset-width: 0px;
806
+ --tw-ring-offset-color: #fff;
807
+ --tw-ring-color: rgb(8 134 222 / 0.5);
808
+ --tw-ring-offset-shadow: 0 0 #0000;
809
+ --tw-ring-shadow: 0 0 #0000;
810
+ --tw-shadow: 0 0 #0000;
811
+ --tw-shadow-colored: 0 0 #0000;
812
+ --tw-blur: ;
813
+ --tw-brightness: ;
814
+ --tw-contrast: ;
815
+ --tw-grayscale: ;
816
+ --tw-hue-rotate: ;
817
+ --tw-invert: ;
818
+ --tw-saturate: ;
819
+ --tw-sepia: ;
820
+ --tw-drop-shadow: ;
821
+ --tw-backdrop-blur: ;
822
+ --tw-backdrop-brightness: ;
823
+ --tw-backdrop-contrast: ;
824
+ --tw-backdrop-grayscale: ;
825
+ --tw-backdrop-hue-rotate: ;
826
+ --tw-backdrop-invert: ;
827
+ --tw-backdrop-opacity: ;
828
+ --tw-backdrop-saturate: ;
829
+ --tw-backdrop-sepia: ;
830
+ --tw-contain-size: ;
831
+ --tw-contain-layout: ;
832
+ --tw-contain-paint: ;
833
+ --tw-contain-style: ;
834
+ }
835
+
836
+ ::backdrop {
837
+ --tw-border-spacing-x: 0;
838
+ --tw-border-spacing-y: 0;
839
+ --tw-translate-x: 0;
840
+ --tw-translate-y: 0;
841
+ --tw-rotate: 0;
842
+ --tw-skew-x: 0;
843
+ --tw-skew-y: 0;
844
+ --tw-scale-x: 1;
845
+ --tw-scale-y: 1;
846
+ --tw-pan-x: ;
847
+ --tw-pan-y: ;
848
+ --tw-pinch-zoom: ;
849
+ --tw-scroll-snap-strictness: proximity;
850
+ --tw-gradient-from-position: ;
851
+ --tw-gradient-via-position: ;
852
+ --tw-gradient-to-position: ;
853
+ --tw-ordinal: ;
854
+ --tw-slashed-zero: ;
855
+ --tw-numeric-figure: ;
856
+ --tw-numeric-spacing: ;
857
+ --tw-numeric-fraction: ;
858
+ --tw-ring-inset: ;
859
+ --tw-ring-offset-width: 0px;
860
+ --tw-ring-offset-color: #fff;
861
+ --tw-ring-color: rgb(8 134 222 / 0.5);
862
+ --tw-ring-offset-shadow: 0 0 #0000;
863
+ --tw-ring-shadow: 0 0 #0000;
864
+ --tw-shadow: 0 0 #0000;
865
+ --tw-shadow-colored: 0 0 #0000;
866
+ --tw-blur: ;
867
+ --tw-brightness: ;
868
+ --tw-contrast: ;
869
+ --tw-grayscale: ;
870
+ --tw-hue-rotate: ;
871
+ --tw-invert: ;
872
+ --tw-saturate: ;
873
+ --tw-sepia: ;
874
+ --tw-drop-shadow: ;
875
+ --tw-backdrop-blur: ;
876
+ --tw-backdrop-brightness: ;
877
+ --tw-backdrop-contrast: ;
878
+ --tw-backdrop-grayscale: ;
879
+ --tw-backdrop-hue-rotate: ;
880
+ --tw-backdrop-invert: ;
881
+ --tw-backdrop-opacity: ;
882
+ --tw-backdrop-saturate: ;
883
+ --tw-backdrop-sepia: ;
884
+ --tw-contain-size: ;
885
+ --tw-contain-layout: ;
886
+ --tw-contain-paint: ;
887
+ --tw-contain-style: ;
888
+ }
889
+
890
+ .static {
891
+ position: static;
892
+ }
893
+
894
+ .relative {
895
+ position: relative;
896
+ }
897
+
898
+ .-mb-1 {
899
+ margin-bottom: -0.25rem;
900
+ }
901
+
902
+ .-mt-px {
903
+ margin-top: -1px;
904
+ }
905
+
906
+ .block {
907
+ display: block;
908
+ }
909
+
910
+ .inline-block {
911
+ display: inline-block;
912
+ }
913
+
914
+ .flex {
867
915
  display: flex;
916
+ }
917
+
918
+ .hidden {
919
+ display: none;
920
+ }
921
+
922
+ .h-3\.5 {
923
+ height: 0.875rem;
924
+ }
925
+
926
+ .\!max-h-4 {
927
+ max-height: 1rem !important;
928
+ }
929
+
930
+ .\!min-h-4 {
931
+ min-height: 1rem !important;
932
+ }
933
+
934
+ .w-5 {
935
+ width: 1.25rem;
936
+ }
937
+
938
+ .w-full {
939
+ width: 100%;
940
+ }
941
+
942
+ .max-w-4xl {
943
+ max-width: 56rem;
944
+ }
945
+
946
+ .grow-0 {
947
+ flex-grow: 0;
948
+ }
949
+
950
+ .flex-col {
951
+ flex-direction: column;
952
+ }
953
+
954
+ .items-center {
868
955
  align-items: center;
869
- justify-content: center;
870
- --tw-border-style: none;
871
- border-style: none;
872
- &:hover {
873
- background-color: var(--color-gray-100);
874
- --tw-shadow: 0 0 #0000;
875
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
876
- }
877
956
  }
878
- .hidden-until-rhino-boots-up {
879
- display: none !important;
957
+
958
+ .overflow-x-auto {
959
+ overflow-x: auto;
880
960
  }
881
- @keyframes spin {
882
- to {
883
- transform: rotate(360deg);
884
- }
961
+
962
+ .bg-transparent {
963
+ background-color: transparent;
885
964
  }
886
- @keyframes ping {
887
- 75%, 100% {
888
- transform: scale(2);
889
- opacity: 0;
890
- }
965
+
966
+ .py-2 {
967
+ padding-top: 0.5rem;
968
+ padding-bottom: 0.5rem;
891
969
  }
892
- @keyframes pulse {
893
- 50% {
894
- opacity: 0.5;
895
- }
970
+
971
+ .text-sm {
972
+ font-size: 0.875rem;
973
+ line-height: 1.25rem;
974
+ }
975
+
976
+ .font-bold {
977
+ font-weight: 700;
896
978
  }
897
- @keyframes bounce {
898
- 0%, 100% {
899
- transform: translateY(-25%);
900
- animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
979
+
980
+ .rhino-editor .rhino-toolbar-button,
981
+ .rhino-editor::part(toolbar__button) {
982
+ --rhino-toolbar-icon-size: 18px;
983
+ display: flex;
984
+ align-items: center;
985
+ justify-content: center;
986
+ border-style: none;
987
+ }
988
+
989
+ .rhino-editor .rhino-toolbar-button:hover, .rhino-editor::part(toolbar__button):hover {
990
+ --tw-bg-opacity: 1;
991
+ background-color: rgb(227 229 232 / var(--tw-bg-opacity));
901
992
  }
902
- 50% {
903
- transform: none;
904
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
993
+
994
+ .rhino-editor .rhino-toolbar-button:hover, .rhino-editor::part(toolbar__button):hover {
995
+ --tw-shadow: 0 0 #0000;
996
+ --tw-shadow-colored: 0 0 #0000;
997
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
905
998
  }
999
+
1000
+ .hidden-until-rhino-boots-up {
1001
+ display: none !important;
906
1002
  }
907
- @property --tw-font-weight {
908
- syntax: "*";
909
- inherits: false;
910
- }
911
- @property --tw-shadow {
912
- syntax: "*";
913
- inherits: false;
914
- initial-value: 0 0 #0000;
915
- }
916
- @property --tw-shadow-color {
917
- syntax: "*";
918
- inherits: false;
919
- }
920
- @property --tw-inset-shadow {
921
- syntax: "*";
922
- inherits: false;
923
- initial-value: 0 0 #0000;
924
- }
925
- @property --tw-inset-shadow-color {
926
- syntax: "*";
927
- inherits: false;
928
- }
929
- @property --tw-ring-color {
930
- syntax: "*";
931
- inherits: false;
932
- }
933
- @property --tw-ring-shadow {
934
- syntax: "*";
935
- inherits: false;
936
- initial-value: 0 0 #0000;
937
- }
938
- @property --tw-inset-ring-color {
939
- syntax: "*";
940
- inherits: false;
941
- }
942
- @property --tw-inset-ring-shadow {
943
- syntax: "*";
944
- inherits: false;
945
- initial-value: 0 0 #0000;
946
- }
947
- @property --tw-ring-inset {
948
- syntax: "*";
949
- inherits: false;
950
- }
951
- @property --tw-ring-offset-width {
952
- syntax: "<length>";
953
- inherits: false;
954
- initial-value: 0px;
955
- }
956
- @property --tw-ring-offset-color {
957
- syntax: "*";
958
- inherits: false;
959
- initial-value: #fff;
960
- }
961
- @property --tw-ring-offset-shadow {
962
- syntax: "*";
963
- inherits: false;
964
- initial-value: 0 0 #0000;
965
- }
1003
+
1004
+ /*# sourceMappingURL=avo-rhino_field.css.map */