twntyx-css 1.0.14 → 1.0.15
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/llm/index.json +2 -2
- package/package.json +1 -1
- package/styles/menu.css +28 -0
package/llm/index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"llmSchemaVersion": "1.0.0",
|
|
3
|
-
"designSystemVersion": "1.0.
|
|
3
|
+
"designSystemVersion": "1.0.15",
|
|
4
4
|
"packageName": "twntyx-css",
|
|
5
5
|
"apiModel": "html-class",
|
|
6
|
-
"sourceFingerprint": "
|
|
6
|
+
"sourceFingerprint": "e1f4d4ff6601711c6cf50c03f9b0aad3f7aaf75e3f18e57148fe69b4c31aeda0",
|
|
7
7
|
"files": {
|
|
8
8
|
"schema": "schema.json",
|
|
9
9
|
"tokens": "tokens.json",
|
package/package.json
CHANGED
package/styles/menu.css
CHANGED
|
@@ -45,6 +45,10 @@
|
|
|
45
45
|
&:active > * {
|
|
46
46
|
@apply translate-y-px duration-0;
|
|
47
47
|
}
|
|
48
|
+
|
|
49
|
+
svg {
|
|
50
|
+
@apply fill-current size-5;
|
|
51
|
+
}
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
> .menu-row-action {
|
|
@@ -246,6 +250,14 @@
|
|
|
246
250
|
> .menu-row {
|
|
247
251
|
@apply gap-1 px-2 py-1 text-xs;
|
|
248
252
|
|
|
253
|
+
> :where(a, button:not(.menu-row-action)) svg {
|
|
254
|
+
@apply size-3.5;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
> .menu-row-action svg {
|
|
258
|
+
@apply size-3;
|
|
259
|
+
}
|
|
260
|
+
|
|
249
261
|
.menu-row-input .input-text {
|
|
250
262
|
@apply text-xs;
|
|
251
263
|
}
|
|
@@ -279,6 +291,14 @@
|
|
|
279
291
|
> .menu-row {
|
|
280
292
|
@apply gap-1.5 px-3 py-1.5 text-xs;
|
|
281
293
|
|
|
294
|
+
> :where(a, button:not(.menu-row-action)) svg {
|
|
295
|
+
@apply size-[18px];
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
> .menu-row-action svg {
|
|
299
|
+
@apply size-3.5;
|
|
300
|
+
}
|
|
301
|
+
|
|
282
302
|
.menu-row-input .input-text {
|
|
283
303
|
@apply text-xs;
|
|
284
304
|
}
|
|
@@ -312,6 +332,14 @@
|
|
|
312
332
|
> .menu-row {
|
|
313
333
|
@apply gap-3 px-5 py-3 text-base;
|
|
314
334
|
|
|
335
|
+
> :where(a, button:not(.menu-row-action)) svg {
|
|
336
|
+
@apply size-6;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
> .menu-row-action svg {
|
|
340
|
+
@apply size-4;
|
|
341
|
+
}
|
|
342
|
+
|
|
315
343
|
.menu-row-input .input-text {
|
|
316
344
|
@apply text-base;
|
|
317
345
|
}
|