-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
587 lines (587 loc) · 15.6 KB
/
manifest.json
File metadata and controls
587 lines (587 loc) · 15.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
[
{
"slug": "typography",
"title": "Typography",
"section": "Foundations",
"category": "Styling",
"order": 0,
"file": "pages/typography.md",
"description": ""
},
{
"slug": "overview",
"title": "kinu Overview",
"section": "Foundations",
"category": "Introduction",
"order": 1,
"file": "pages/overview.md",
"description": ""
},
{
"slug": "theming",
"title": "Theming & Tokens",
"section": "Foundations",
"category": "Styling",
"order": 2,
"file": "pages/theming.md",
"description": ""
},
{
"slug": "commands",
"title": "Command Attributes",
"section": "Foundations",
"category": "Interactivity",
"order": 3,
"file": "pages/commands.md",
"description": ""
},
{
"slug": "base-css",
"title": "Base Styles",
"section": "Foundations",
"category": "Styling",
"order": 3,
"file": "pages/base-styles.md",
"description": ""
},
{
"slug": "button",
"title": "Button",
"section": "Components",
"category": "Actions",
"order": 0,
"file": "components/button.md",
"description": "Button component that forwards props to `<button>` or `<a>` when href is provided."
},
{
"slug": "item",
"title": "Item",
"section": "Components",
"category": "Actions",
"order": 0,
"file": "components/item.md",
"description": "Generic selectable item for lists, menus, comboboxes, and more."
},
{
"slug": "badge",
"title": "Badge",
"section": "Components",
"category": "Data Display",
"order": 0,
"file": "components/badge.md",
"description": "Tiny inline status indicator with multiple tone variants."
},
{
"slug": "chip",
"title": "Chip",
"section": "Components",
"category": "Data Display",
"order": 0,
"file": "components/chip.md",
"description": "Badge-like label with an optional inline action button."
},
{
"slug": "field",
"title": "Field",
"section": "Components",
"category": "Data Input",
"order": 0,
"file": "components/field.md",
"description": "Layout wrapper that groups a label, control, description, and error message."
},
{
"slug": "accordion",
"title": "Accordion",
"section": "Components",
"category": "Data Display",
"order": 1,
"file": "components/accordion.md",
"description": "Disclosure built on the native `<details>` element with smooth open and close animation."
},
{
"slug": "avatar",
"title": "Avatar",
"section": "Components",
"category": "Data Display",
"order": 1,
"file": "components/avatar.md",
"description": "Styled `<img>` avatar that falls back to initials from the alt text."
},
{
"slug": "card",
"title": "Card",
"section": "Components",
"category": "Data Display",
"order": 1,
"file": "components/card.md",
"description": "Surface container with padding, border, and typography defaults."
},
{
"slug": "input",
"title": "Input",
"section": "Components",
"category": "Data Input",
"order": 1,
"file": "components/input.md",
"description": "Text input with size, tone, and invalid states handled in CSS."
},
{
"slug": "alert",
"title": "Alert",
"section": "Components",
"category": "Feedback",
"order": 1,
"file": "components/alert.md",
"description": "Inline status message with tone variants."
},
{
"slug": "tooltip",
"title": "Tooltip",
"section": "Components",
"category": "Feedback",
"order": 1,
"file": "components/tooltip.md",
"description": "Hover/focus tooltip with placement attributes and CSS timing."
},
{
"slug": "list",
"title": "List",
"section": "Components",
"category": "Navigation",
"order": 1,
"file": "components/list.md",
"description": "Interactive selectable list with shared item styling."
},
{
"slug": "tabs",
"title": "Tabs",
"section": "Components",
"category": "Navigation",
"order": 1,
"file": "components/tabs.md",
"description": "TabList, Tab, and TabPanel wrappers using aria attributes."
},
{
"slug": "collapsible",
"title": "Collapsible",
"section": "Components",
"category": "Data Display",
"order": 2,
"file": "components/collapsible.md",
"description": "Minimal hide/show container built on `<details>` without default markers."
},
{
"slug": "table",
"title": "Table",
"section": "Components",
"category": "Data Display",
"order": 2,
"file": "components/table.md",
"description": "Table wrapper with zebra striping and compact density."
},
{
"slug": "checkbox",
"title": "Checkbox",
"section": "Components",
"category": "Data Input",
"order": 2,
"file": "components/checkbox.md",
"description": "Accessible checkbox input with custom visuals."
},
{
"slug": "input-group",
"title": "Input Group",
"section": "Components",
"category": "Data Input",
"order": 2,
"file": "components/input-group.md",
"description": "Compact fieldset wrapper for joined controls like input and button rows."
},
{
"slug": "otp-input",
"title": "OTP Input",
"section": "Components",
"category": "Data Input",
"order": 2,
"file": "components/otp-input.md",
"description": "Single `<input>` styled as N segmented one-time-code cells."
},
{
"slug": "spinner",
"title": "Spinner",
"section": "Components",
"category": "Feedback",
"order": 2,
"file": "components/spinner.md",
"description": "Inline loading indicator for compact pending states."
},
{
"slug": "aspect-ratio",
"title": "Aspect Ratio",
"section": "Components",
"category": "Layout",
"order": 2,
"file": "components/aspect-ratio.md",
"description": "Maintains responsive boxes at a fixed ratio using pure CSS."
},
{
"slug": "popover",
"title": "Popover",
"section": "Components",
"category": "Layout",
"order": 2,
"file": "components/popover.md",
"description": "Lightweight popover using native dialog with trigger/content primitives."
},
{
"slug": "breadcrumb",
"title": "Breadcrumb",
"section": "Components",
"category": "Navigation",
"order": 2,
"file": "components/breadcrumb.md",
"description": "Composable breadcrumb trail built from list primitives."
},
{
"slug": "dialog",
"title": "Dialog",
"section": "Components",
"category": "Actions",
"order": 3,
"file": "components/dialog.md",
"description": "Composable modal built on the native `<dialog>` element."
},
{
"slug": "empty",
"title": "Empty",
"section": "Components",
"category": "Data Display",
"order": 3,
"file": "components/empty.md",
"description": "Centered placeholder for no-data / no-results states."
},
{
"slug": "kbd",
"title": "Kbd",
"section": "Components",
"category": "Data Display",
"order": 3,
"file": "components/kbd.md",
"description": "Styled `<kbd>` wrapper for keyboard shortcut glyphs."
},
{
"slug": "tree",
"title": "Tree",
"section": "Components",
"category": "Data Display",
"order": 3,
"file": "components/tree.md",
"description": "Composable tree view built from native `<details>` and `<summary>` primitives."
},
{
"slug": "radio-group",
"title": "Radio Group",
"section": "Components",
"category": "Data Input",
"order": 3,
"file": "components/radio-group.md",
"description": "Container that styles a set of native radio inputs."
},
{
"slug": "progress",
"title": "Progress",
"section": "Components",
"category": "Feedback",
"order": 3,
"file": "components/progress.md",
"description": "Styled progress meter with determinate and indeterminate states."
},
{
"slug": "progress-ring",
"title": "Progress Ring",
"section": "Components",
"category": "Feedback",
"order": 3,
"file": "components/progress-ring.md",
"description": "Circular progress indicator rendered entirely in CSS via conic-gradient and a radial mask."
},
{
"slug": "scroll-area",
"title": "Scroll Area",
"section": "Components",
"category": "Layout",
"order": 3,
"file": "components/scroll-area.md",
"description": "Overflow wrapper with custom scrollbars and shadow indicators."
},
{
"slug": "navigation-menu",
"title": "Navigation Menu",
"section": "Components",
"category": "Navigation",
"order": 3,
"file": "components/navigation-menu.md",
"description": "Composable navigation with list, item, and link helpers."
},
{
"slug": "alert-dialog",
"title": "Alert Dialog",
"section": "Components",
"category": "Actions",
"order": 4,
"file": "components/alert-dialog.md",
"description": "Alias of Dialog with alert-focused styling defaults."
},
{
"slug": "skeleton",
"title": "Skeleton",
"section": "Components",
"category": "Data Display",
"order": 4,
"file": "components/skeleton.md",
"description": "Animated shimmer placeholder for loading states."
},
{
"slug": "timeline",
"title": "Timeline",
"section": "Components",
"category": "Data Display",
"order": 4,
"file": "components/timeline.md",
"description": "Vertical sequence of events with connecting line + dot markers."
},
{
"slug": "select",
"title": "Select",
"section": "Components",
"category": "Data Input",
"order": 4,
"file": "components/select.md",
"description": "Styled native `<select>` element with size variants."
},
{
"slug": "resizable",
"title": "Resizable",
"section": "Components",
"category": "Layout",
"order": 4,
"file": "components/resizable.md",
"description": "Resizable container that exposes native CSS handles."
},
{
"slug": "menubar",
"title": "Menubar",
"section": "Components",
"category": "Navigation",
"order": 4,
"file": "components/menubar.md",
"description": "Horizontal command bar composed of styled buttons."
},
{
"slug": "drawer",
"title": "Drawer",
"section": "Components",
"category": "Actions",
"order": 5,
"file": "components/drawer.md",
"description": "Bottom sheet style overlay with trigger and close helpers."
},
{
"slug": "slider",
"title": "Slider",
"section": "Components",
"category": "Data Input",
"order": 5,
"file": "components/slider.md",
"description": "Range input with CSS-driven track and thumb styling."
},
{
"slug": "toast",
"title": "Toast",
"section": "Components",
"category": "Feedback",
"order": 5,
"file": "pages/toast.md",
"description": ""
},
{
"slug": "separator",
"title": "Separator",
"section": "Components",
"category": "Layout",
"order": 5,
"file": "components/separator.md",
"description": "Semantic horizontal or vertical divider."
},
{
"slug": "pagination",
"title": "Pagination",
"section": "Components",
"category": "Navigation",
"order": 5,
"file": "components/pagination.md",
"description": "Semantic pagination list with previous/next helpers."
},
{
"slug": "dropdown-menu",
"title": "Dropdown Menu",
"section": "Components",
"category": "Actions",
"order": 6,
"file": "components/dropdown-menu.md",
"description": "Command-driven dropdown built on top of `<dialog>`."
},
{
"slug": "carousel",
"title": "Carousel",
"section": "Components",
"category": "Data Display",
"order": 6,
"file": "components/carousel.md",
"description": "Scroll snapping carousel with previous/next helpers."
},
{
"slug": "calendar",
"title": "Calendar",
"section": "Components",
"category": "Data Input",
"order": 6,
"file": "components/calendar.md",
"description": "Styled wrapper around the native `<input type=\"date\">` element."
},
{
"slug": "switch",
"title": "Switch",
"section": "Components",
"category": "Data Input",
"order": 6,
"file": "components/switch.md",
"description": "Accessible toggle switch built from a checkbox input."
},
{
"slug": "sidebar",
"title": "Sidebar",
"section": "Components",
"category": "Layout",
"order": 6,
"file": "components/sidebar.md",
"description": "Responsive sidebar dialog that collapses on mobile."
},
{
"slug": "context-menu",
"title": "Context Menu",
"section": "Components",
"category": "Actions",
"order": 7,
"file": "components/context-menu.md",
"description": "Right-click context menu powered by the native dialog element."
},
{
"slug": "color-picker",
"title": "Color Picker",
"section": "Components",
"category": "Data Input",
"order": 7,
"file": "components/color-picker.md",
"description": "Styled color swatch input that opens the native OS color picker."
},
{
"slug": "combobox",
"title": "Combobox",
"section": "Components",
"category": "Data Input",
"order": 7,
"file": "components/combobox.md",
"description": "Autocomplete input with trigger, list, and option primitives."
},
{
"slug": "listbox",
"title": "Listbox",
"section": "Components",
"category": "Data Input",
"order": 7,
"file": "components/listbox.md",
"description": "Non-modal filterable list for inline search and selection."
},
{
"slug": "hover-card",
"title": "Hover Card",
"section": "Components",
"category": "Data Display",
"order": 8,
"file": "components/hover-card.md",
"description": "Delayed hover preview card with trigger/content primitives."
},
{
"slug": "date-picker",
"title": "Date Picker",
"section": "Components",
"category": "Data Input",
"order": 8,
"file": "components/date-picker.md",
"description": "Styled date input that shares the same foundation as Calendar."
},
{
"slug": "file-upload",
"title": "File Upload",
"section": "Components",
"category": "Data Input",
"order": 8,
"file": "components/file-upload.md",
"description": "Native file input with a styled button for selecting local files."
},
{
"slug": "sheet",
"title": "Sheet",
"section": "Components",
"category": "Actions",
"order": 9,
"file": "components/sheet.md",
"description": "Side or bottom sheet overlay with directional variants."
},
{
"slug": "label",
"title": "Label",
"section": "Components",
"category": "Data Input",
"order": 9,
"file": "components/label.md",
"description": "Typography-aligned label component for form controls."
},
{
"slug": "time-picker",
"title": "Time Picker",
"section": "Components",
"category": "Data Input",
"order": 9,
"file": "components/time-picker.md",
"description": "Styled time input that shares the same foundation as Date Picker."
},
{
"slug": "textarea",
"title": "Textarea",
"section": "Components",
"category": "Data Input",
"order": 10,
"file": "components/textarea.md",
"description": "Text area with matching input styling, variants, and sizes."
},
{
"slug": "toggle",
"title": "Toggle",
"section": "Components",
"category": "Data Input",
"order": 11,
"file": "components/toggle.md",
"description": "ARIA-pressed aware button for on/off interactions."
},
{
"slug": "toggle-group",
"title": "Toggle Group",
"section": "Components",
"category": "Data Input",
"order": 12,
"file": "components/toggle-group.md",
"description": "Container that lets Toggle buttons coordinate pressed state."
}
]