twntyx-css 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +105 -0
- package/llm/CHANGELOG.md +7 -0
- package/llm/components/ai-background.json +90 -0
- package/llm/components/ai-orb.json +91 -0
- package/llm/components/ai-perl.json +91 -0
- package/llm/components/all-components.json +104 -0
- package/llm/components/animation-references.json +84 -0
- package/llm/components/avatar.json +149 -0
- package/llm/components/badge.json +263 -0
- package/llm/components/banner-marketplace.json +81 -0
- package/llm/components/banner.json +120 -0
- package/llm/components/breadcrumb.json +169 -0
- package/llm/components/button-container.json +150 -0
- package/llm/components/button-feedback.json +155 -0
- package/llm/components/button.json +290 -0
- package/llm/components/card-assessment.json +93 -0
- package/llm/components/card-test.json +83 -0
- package/llm/components/card.json +94 -0
- package/llm/components/chat.json +155 -0
- package/llm/components/checkbox.json +186 -0
- package/llm/components/checkmark.json +175 -0
- package/llm/components/collapsible.json +100 -0
- package/llm/components/color-palette.json +79 -0
- package/llm/components/color-usage.json +83 -0
- package/llm/components/combobox.json +143 -0
- package/llm/components/command-palette.json +159 -0
- package/llm/components/countdown.json +113 -0
- package/llm/components/datepicker.json +151 -0
- package/llm/components/divider.json +104 -0
- package/llm/components/empty-state.json +80 -0
- package/llm/components/field.json +123 -0
- package/llm/components/fieldset.json +78 -0
- package/llm/components/file-upload.json +163 -0
- package/llm/components/form-example.json +82 -0
- package/llm/components/getting-started.json +70 -0
- package/llm/components/icons-reference.json +78 -0
- package/llm/components/illustrations-library.json +78 -0
- package/llm/components/input-group.json +94 -0
- package/llm/components/introduction.json +71 -0
- package/llm/components/join.json +105 -0
- package/llm/components/kbd.json +139 -0
- package/llm/components/key-value.json +86 -0
- package/llm/components/link.json +120 -0
- package/llm/components/loader.json +117 -0
- package/llm/components/logotype.json +75 -0
- package/llm/components/menu.json +192 -0
- package/llm/components/modal.json +167 -0
- package/llm/components/navbar.json +158 -0
- package/llm/components/pagination.json +122 -0
- package/llm/components/pie-chart.json +94 -0
- package/llm/components/popover.json +174 -0
- package/llm/components/progress-bullet.json +203 -0
- package/llm/components/progress-linear.json +129 -0
- package/llm/components/progress-radial.json +125 -0
- package/llm/components/radio.json +162 -0
- package/llm/components/range-slider.json +125 -0
- package/llm/components/scrollbar.json +96 -0
- package/llm/components/select-input.json +224 -0
- package/llm/components/shadows.json +107 -0
- package/llm/components/skeleton.json +84 -0
- package/llm/components/stacked-chart.json +100 -0
- package/llm/components/state.json +138 -0
- package/llm/components/stepper.json +95 -0
- package/llm/components/steps.json +177 -0
- package/llm/components/surface.json +181 -0
- package/llm/components/table.json +223 -0
- package/llm/components/tabs.json +147 -0
- package/llm/components/template-ai.json +80 -0
- package/llm/components/template-login.json +88 -0
- package/llm/components/template-stats.json +76 -0
- package/llm/components/text-input.json +275 -0
- package/llm/components/textarea.json +183 -0
- package/llm/components/timeline.json +142 -0
- package/llm/components/toast.json +164 -0
- package/llm/components/toggle.json +158 -0
- package/llm/components/tool-svg-to-base64.json +78 -0
- package/llm/components/tool-svg-to-icon-data.json +81 -0
- package/llm/components/tooltip.json +90 -0
- package/llm/examples/ai-background.html +1 -0
- package/llm/examples/ai-orb.html +1 -0
- package/llm/examples/ai-perl.html +1 -0
- package/llm/examples/all-components.html +1 -0
- package/llm/examples/animation-references.html +1 -0
- package/llm/examples/avatar.html +1 -0
- package/llm/examples/badge.html +1 -0
- package/llm/examples/banner-marketplace.html +1 -0
- package/llm/examples/banner.html +1 -0
- package/llm/examples/breadcrumb.html +1 -0
- package/llm/examples/button-container.html +1 -0
- package/llm/examples/button-feedback.html +1 -0
- package/llm/examples/button.html +3 -0
- package/llm/examples/card-assessment.html +1 -0
- package/llm/examples/card-test.html +1 -0
- package/llm/examples/card.html +1 -0
- package/llm/examples/chat.html +1 -0
- package/llm/examples/checkbox.html +1 -0
- package/llm/examples/checkmark.html +1 -0
- package/llm/examples/collapsible.html +1 -0
- package/llm/examples/color-palette.html +1 -0
- package/llm/examples/color-usage.html +1 -0
- package/llm/examples/combobox.html +1 -0
- package/llm/examples/command-palette.html +1 -0
- package/llm/examples/countdown.html +1 -0
- package/llm/examples/datepicker.html +1 -0
- package/llm/examples/divider.html +1 -0
- package/llm/examples/empty-state.html +1 -0
- package/llm/examples/field.html +1 -0
- package/llm/examples/fieldset.html +1 -0
- package/llm/examples/file-upload.html +1 -0
- package/llm/examples/form-example.html +1 -0
- package/llm/examples/getting-started.html +1 -0
- package/llm/examples/icons-reference.html +1 -0
- package/llm/examples/illustrations-library.html +1 -0
- package/llm/examples/input-group.html +1 -0
- package/llm/examples/introduction.html +1 -0
- package/llm/examples/join.html +1 -0
- package/llm/examples/kbd.html +1 -0
- package/llm/examples/key-value.html +1 -0
- package/llm/examples/link.html +1 -0
- package/llm/examples/loader.html +1 -0
- package/llm/examples/logotype.html +1 -0
- package/llm/examples/menu.html +1 -0
- package/llm/examples/modal.html +16 -0
- package/llm/examples/navbar.html +1 -0
- package/llm/examples/pagination.html +1 -0
- package/llm/examples/pie-chart.html +1 -0
- package/llm/examples/popover.html +1 -0
- package/llm/examples/progress-bullet.html +1 -0
- package/llm/examples/progress-linear.html +1 -0
- package/llm/examples/progress-radial.html +1 -0
- package/llm/examples/radio.html +1 -0
- package/llm/examples/range-slider.html +1 -0
- package/llm/examples/scrollbar.html +1 -0
- package/llm/examples/select-input.html +1 -0
- package/llm/examples/shadows.html +1 -0
- package/llm/examples/skeleton.html +1 -0
- package/llm/examples/stacked-chart.html +1 -0
- package/llm/examples/state.html +1 -0
- package/llm/examples/stepper.html +1 -0
- package/llm/examples/steps.html +1 -0
- package/llm/examples/surface.html +1 -0
- package/llm/examples/table.html +16 -0
- package/llm/examples/tabs.html +1 -0
- package/llm/examples/template-ai.html +1 -0
- package/llm/examples/template-login.html +1 -0
- package/llm/examples/template-stats.html +1 -0
- package/llm/examples/text-input.html +10 -0
- package/llm/examples/textarea.html +1 -0
- package/llm/examples/timeline.html +1 -0
- package/llm/examples/toast.html +5 -0
- package/llm/examples/toggle.html +1 -0
- package/llm/examples/tool-svg-to-base64.html +1 -0
- package/llm/examples/tool-svg-to-icon-data.html +1 -0
- package/llm/examples/tooltip.html +1 -0
- package/llm/index.json +1615 -0
- package/llm/llms.txt +18 -0
- package/llm/patterns.json +111 -0
- package/llm/rules.json +47 -0
- package/llm/schema.json +804 -0
- package/llm/tokens.json +3629 -0
- package/package.json +30 -0
- package/styles/ai.css +114 -0
- package/styles/animation.css +2493 -0
- package/styles/avatar.css +101 -0
- package/styles/background-ai.css +118 -0
- package/styles/badge.css +274 -0
- package/styles/banner.css +98 -0
- package/styles/breadcrumb.css +72 -0
- package/styles/button.css +621 -0
- package/styles/card.css +27 -0
- package/styles/chart-pie.css +39 -0
- package/styles/chart-stacked.css +91 -0
- package/styles/chat.css +506 -0
- package/styles/checkmark.css +105 -0
- package/styles/code.css +264 -0
- package/styles/collapsible.css +93 -0
- package/styles/colors.css +536 -0
- package/styles/combobox.css +66 -0
- package/styles/command.css +81 -0
- package/styles/contest.css +227 -0
- package/styles/countdown.css +65 -0
- package/styles/datepicker.css +124 -0
- package/styles/divider.css +72 -0
- package/styles/drawer.css +142 -0
- package/styles/dropdown.css +22 -0
- package/styles/empty-state.css +48 -0
- package/styles/field.css +47 -0
- package/styles/fieldset.css +24 -0
- package/styles/form-checkbox-radio-toggle.css +233 -0
- package/styles/form-fileupload.css +146 -0
- package/styles/form-rangeslider.css +106 -0
- package/styles/form-shared.css +41 -0
- package/styles/form-text-select.css +411 -0
- package/styles/form.css +86 -0
- package/styles/globals.css +66 -0
- package/styles/input-group.css +63 -0
- package/styles/join.css +141 -0
- package/styles/kbd.css +55 -0
- package/styles/key-value.css +44 -0
- package/styles/link.css +48 -0
- package/styles/loader.css +183 -0
- package/styles/logotype.css +13 -0
- package/styles/menu.css +317 -0
- package/styles/modal.css +172 -0
- package/styles/navbar.css +48 -0
- package/styles/package-quill.css +1001 -0
- package/styles/pagination.css +147 -0
- package/styles/panel.css +113 -0
- package/styles/popover.css +303 -0
- package/styles/prism.css +60 -0
- package/styles/progress.css +209 -0
- package/styles/scrollbar.css +17 -0
- package/styles/shadow.css +25 -0
- package/styles/shared.css +226 -0
- package/styles/skeleton.css +34 -0
- package/styles/state.css +150 -0
- package/styles/stepper.css +72 -0
- package/styles/steps.css +98 -0
- package/styles/surface.css +252 -0
- package/styles/tab.css +286 -0
- package/styles/table.css +243 -0
- package/styles/theme.css +126 -0
- package/styles/timeline.css +193 -0
- package/styles/toast.css +150 -0
- package/styles/tooltip.css +8 -0
- package/styles/typography.css +160 -0
- package/styles/utility.css +20 -0
- package/tailwind.config.cjs +9 -0
package/llm/index.json
ADDED
|
@@ -0,0 +1,1615 @@
|
|
|
1
|
+
{
|
|
2
|
+
"llmSchemaVersion": "1.0.0",
|
|
3
|
+
"designSystemVersion": "1.0.0",
|
|
4
|
+
"packageName": "twntyx-css",
|
|
5
|
+
"apiModel": "html-class",
|
|
6
|
+
"sourceFingerprint": "7e17140f9f9bd46722b67daac0578dfe19eed83d9e2a0cffa1585850bde1f505",
|
|
7
|
+
"files": {
|
|
8
|
+
"schema": "schema.json",
|
|
9
|
+
"tokens": "tokens.json",
|
|
10
|
+
"patterns": "patterns.json",
|
|
11
|
+
"rules": "rules.json",
|
|
12
|
+
"componentsDir": "components",
|
|
13
|
+
"examplesDir": "examples",
|
|
14
|
+
"llms": "llms.txt"
|
|
15
|
+
},
|
|
16
|
+
"components": [
|
|
17
|
+
{
|
|
18
|
+
"id": "ai-background",
|
|
19
|
+
"name": "Background",
|
|
20
|
+
"file": "components/ai-background.json",
|
|
21
|
+
"status": "stable",
|
|
22
|
+
"summary": "AI background is a twntyX branded background for AI experiences with animated gradients.",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"agent",
|
|
25
|
+
"ai",
|
|
26
|
+
"ai background",
|
|
27
|
+
"ai-background",
|
|
28
|
+
"background",
|
|
29
|
+
"background blur",
|
|
30
|
+
"blur",
|
|
31
|
+
"blur background",
|
|
32
|
+
"chat",
|
|
33
|
+
"gpt",
|
|
34
|
+
"llama",
|
|
35
|
+
"llm",
|
|
36
|
+
"openai",
|
|
37
|
+
"twntyX"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "ai-orb",
|
|
42
|
+
"name": "Orb",
|
|
43
|
+
"file": "components/ai-orb.json",
|
|
44
|
+
"status": "stable",
|
|
45
|
+
"summary": "Ambient AI orb with layered conic gradients and soft glow.",
|
|
46
|
+
"keywords": [
|
|
47
|
+
"ai",
|
|
48
|
+
"ai orb",
|
|
49
|
+
"ai-orb",
|
|
50
|
+
"ambient",
|
|
51
|
+
"animation",
|
|
52
|
+
"background",
|
|
53
|
+
"glow",
|
|
54
|
+
"orb",
|
|
55
|
+
"sphere"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "ai-perl",
|
|
60
|
+
"name": "Perl",
|
|
61
|
+
"file": "components/ai-perl.json",
|
|
62
|
+
"status": "stable",
|
|
63
|
+
"summary": "Animated AI loader with circular glow ring and letter pulse.",
|
|
64
|
+
"keywords": [
|
|
65
|
+
"ai",
|
|
66
|
+
"ai perl",
|
|
67
|
+
"ai-perl",
|
|
68
|
+
"animation",
|
|
69
|
+
"generating",
|
|
70
|
+
"loading",
|
|
71
|
+
"overlay",
|
|
72
|
+
"perl",
|
|
73
|
+
"spinner"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "all-components",
|
|
78
|
+
"name": "All components",
|
|
79
|
+
"file": "components/all-components.json",
|
|
80
|
+
"status": "stable",
|
|
81
|
+
"summary": "Overview of all available components with live examples.",
|
|
82
|
+
"keywords": [
|
|
83
|
+
"all components",
|
|
84
|
+
"all-components",
|
|
85
|
+
"catalog",
|
|
86
|
+
"collection",
|
|
87
|
+
"components",
|
|
88
|
+
"demo",
|
|
89
|
+
"docs",
|
|
90
|
+
"documentation",
|
|
91
|
+
"elements",
|
|
92
|
+
"examples",
|
|
93
|
+
"gallery",
|
|
94
|
+
"guide",
|
|
95
|
+
"index",
|
|
96
|
+
"interface",
|
|
97
|
+
"library",
|
|
98
|
+
"list",
|
|
99
|
+
"overview",
|
|
100
|
+
"preview",
|
|
101
|
+
"reference",
|
|
102
|
+
"sample",
|
|
103
|
+
"showcase",
|
|
104
|
+
"ui"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "animation-references",
|
|
109
|
+
"name": "Animation references",
|
|
110
|
+
"file": "components/animation-references.json",
|
|
111
|
+
"status": "stable",
|
|
112
|
+
"summary": "Browse and preview all available CSS animations from the design system. Includes entrance, exit, and infinite loop animations with live previews and copy-to-clipboard functionality.",
|
|
113
|
+
"keywords": [
|
|
114
|
+
"animation",
|
|
115
|
+
"animation references",
|
|
116
|
+
"animation-references",
|
|
117
|
+
"bounce",
|
|
118
|
+
"css animation",
|
|
119
|
+
"effect",
|
|
120
|
+
"entrance",
|
|
121
|
+
"exit",
|
|
122
|
+
"fade",
|
|
123
|
+
"float",
|
|
124
|
+
"keyframes",
|
|
125
|
+
"motion",
|
|
126
|
+
"rotate",
|
|
127
|
+
"scale",
|
|
128
|
+
"slide",
|
|
129
|
+
"transition"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "avatar",
|
|
134
|
+
"name": "Avatar",
|
|
135
|
+
"file": "components/avatar.json",
|
|
136
|
+
"status": "stable",
|
|
137
|
+
"summary": "Avatar component for displaying user profile images with various styles and states.",
|
|
138
|
+
"keywords": [
|
|
139
|
+
"account",
|
|
140
|
+
"avatar",
|
|
141
|
+
"face",
|
|
142
|
+
"headshot",
|
|
143
|
+
"icon",
|
|
144
|
+
"identity",
|
|
145
|
+
"image",
|
|
146
|
+
"person",
|
|
147
|
+
"photo",
|
|
148
|
+
"picture",
|
|
149
|
+
"portrait",
|
|
150
|
+
"profile",
|
|
151
|
+
"thumbnail",
|
|
152
|
+
"user"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "badge",
|
|
157
|
+
"name": "Badge",
|
|
158
|
+
"file": "components/badge.json",
|
|
159
|
+
"status": "stable",
|
|
160
|
+
"summary": "Small status indicators and labels.",
|
|
161
|
+
"keywords": [
|
|
162
|
+
"badge",
|
|
163
|
+
"chip",
|
|
164
|
+
"counter",
|
|
165
|
+
"dot",
|
|
166
|
+
"flag",
|
|
167
|
+
"highlight",
|
|
168
|
+
"indicator",
|
|
169
|
+
"label",
|
|
170
|
+
"marker",
|
|
171
|
+
"notification",
|
|
172
|
+
"pill",
|
|
173
|
+
"status",
|
|
174
|
+
"tag"
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "banner",
|
|
179
|
+
"name": "Banner",
|
|
180
|
+
"file": "components/banner.json",
|
|
181
|
+
"status": "stable",
|
|
182
|
+
"summary": "Informative banners to display important messages and actions.",
|
|
183
|
+
"keywords": [
|
|
184
|
+
"alert",
|
|
185
|
+
"announcement",
|
|
186
|
+
"banner",
|
|
187
|
+
"bar",
|
|
188
|
+
"callout",
|
|
189
|
+
"error",
|
|
190
|
+
"info",
|
|
191
|
+
"message",
|
|
192
|
+
"notice",
|
|
193
|
+
"notification",
|
|
194
|
+
"strip",
|
|
195
|
+
"success",
|
|
196
|
+
"toast",
|
|
197
|
+
"warning"
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "banner-marketplace",
|
|
202
|
+
"name": "Funding banner",
|
|
203
|
+
"file": "components/banner-marketplace.json",
|
|
204
|
+
"status": "preview",
|
|
205
|
+
"summary": "A marketing banner component designed for promoting fundraising workflows and investor outreach actions.",
|
|
206
|
+
"keywords": [
|
|
207
|
+
"advertisement",
|
|
208
|
+
"alert",
|
|
209
|
+
"announcement",
|
|
210
|
+
"banner",
|
|
211
|
+
"banner marketplace",
|
|
212
|
+
"banner-marketplace",
|
|
213
|
+
"capital raise",
|
|
214
|
+
"fundraising",
|
|
215
|
+
"investor",
|
|
216
|
+
"marketing",
|
|
217
|
+
"message",
|
|
218
|
+
"notification",
|
|
219
|
+
"promotion"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "breadcrumb",
|
|
224
|
+
"name": "Breadcrumb",
|
|
225
|
+
"file": "components/breadcrumb.json",
|
|
226
|
+
"status": "stable",
|
|
227
|
+
"summary": "Breadcrumb navigation for showing the user's current location and path hierarchy.",
|
|
228
|
+
"keywords": [
|
|
229
|
+
"breadcrumb",
|
|
230
|
+
"current page",
|
|
231
|
+
"hierarchy",
|
|
232
|
+
"location",
|
|
233
|
+
"navigation",
|
|
234
|
+
"path",
|
|
235
|
+
"trail"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"id": "button",
|
|
240
|
+
"name": "Button",
|
|
241
|
+
"file": "components/button.json",
|
|
242
|
+
"status": "stable",
|
|
243
|
+
"summary": "Interactive button component with various styles and sizes.",
|
|
244
|
+
"keywords": [
|
|
245
|
+
"action",
|
|
246
|
+
"button",
|
|
247
|
+
"cancel",
|
|
248
|
+
"click",
|
|
249
|
+
"close",
|
|
250
|
+
"confirm",
|
|
251
|
+
"cta",
|
|
252
|
+
"delete",
|
|
253
|
+
"disabled",
|
|
254
|
+
"edit",
|
|
255
|
+
"enabled",
|
|
256
|
+
"focus",
|
|
257
|
+
"hover",
|
|
258
|
+
"interactive",
|
|
259
|
+
"pressed",
|
|
260
|
+
"primary",
|
|
261
|
+
"save",
|
|
262
|
+
"secondary",
|
|
263
|
+
"submit"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "button-container",
|
|
268
|
+
"name": "Button container",
|
|
269
|
+
"file": "components/button-container.json",
|
|
270
|
+
"status": "stable",
|
|
271
|
+
"summary": "Button container styles for claim effects and highlighted button surfaces.",
|
|
272
|
+
"keywords": [
|
|
273
|
+
"button",
|
|
274
|
+
"button container",
|
|
275
|
+
"button-container",
|
|
276
|
+
"claim",
|
|
277
|
+
"container",
|
|
278
|
+
"effect",
|
|
279
|
+
"glow",
|
|
280
|
+
"highlight",
|
|
281
|
+
"ring",
|
|
282
|
+
"surface",
|
|
283
|
+
"wrapper"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "button-feedback",
|
|
288
|
+
"name": "Button feedback",
|
|
289
|
+
"file": "components/button-feedback.json",
|
|
290
|
+
"status": "stable",
|
|
291
|
+
"summary": "Button feedback patterns for inline messages and status tooltips.",
|
|
292
|
+
"keywords": [
|
|
293
|
+
"attention",
|
|
294
|
+
"button",
|
|
295
|
+
"button feedback",
|
|
296
|
+
"button-feedback",
|
|
297
|
+
"error",
|
|
298
|
+
"feedback",
|
|
299
|
+
"message",
|
|
300
|
+
"status",
|
|
301
|
+
"success",
|
|
302
|
+
"tooltip"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "card",
|
|
307
|
+
"name": "Card",
|
|
308
|
+
"file": "components/card.json",
|
|
309
|
+
"status": "stable",
|
|
310
|
+
"summary": "Card is used to display content in a container with a border and padding.",
|
|
311
|
+
"keywords": [
|
|
312
|
+
"block",
|
|
313
|
+
"box",
|
|
314
|
+
"card",
|
|
315
|
+
"container",
|
|
316
|
+
"content",
|
|
317
|
+
"layout",
|
|
318
|
+
"panel",
|
|
319
|
+
"section",
|
|
320
|
+
"surface",
|
|
321
|
+
"wrapper"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "card-assessment",
|
|
326
|
+
"name": "Investor fit card",
|
|
327
|
+
"file": "components/card-assessment.json",
|
|
328
|
+
"status": "preview",
|
|
329
|
+
"summary": "A versatile card component for displaying investor-fit insights, outreach criteria, and funding-readiness signals.",
|
|
330
|
+
"keywords": [
|
|
331
|
+
"card",
|
|
332
|
+
"card assessment",
|
|
333
|
+
"card-assessment",
|
|
334
|
+
"criteria",
|
|
335
|
+
"evaluation",
|
|
336
|
+
"feedback",
|
|
337
|
+
"fundraising",
|
|
338
|
+
"investor",
|
|
339
|
+
"investor fit",
|
|
340
|
+
"outreach",
|
|
341
|
+
"pipeline",
|
|
342
|
+
"pitch call",
|
|
343
|
+
"profile",
|
|
344
|
+
"progress",
|
|
345
|
+
"readiness",
|
|
346
|
+
"results",
|
|
347
|
+
"review"
|
|
348
|
+
]
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": "card-test",
|
|
352
|
+
"name": "Readiness card",
|
|
353
|
+
"file": "components/card-test.json",
|
|
354
|
+
"status": "preview",
|
|
355
|
+
"summary": "A versatile card component for tracking fundraising readiness steps and milestone completion.",
|
|
356
|
+
"keywords": [
|
|
357
|
+
"card",
|
|
358
|
+
"card test",
|
|
359
|
+
"card-test",
|
|
360
|
+
"checklist",
|
|
361
|
+
"due diligence",
|
|
362
|
+
"evaluation",
|
|
363
|
+
"feedback",
|
|
364
|
+
"fundraising",
|
|
365
|
+
"go-to-market",
|
|
366
|
+
"investor",
|
|
367
|
+
"pitch deck",
|
|
368
|
+
"profile",
|
|
369
|
+
"progress",
|
|
370
|
+
"readiness",
|
|
371
|
+
"results"
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "chat",
|
|
376
|
+
"name": "Chat",
|
|
377
|
+
"file": "components/chat.json",
|
|
378
|
+
"status": "stable",
|
|
379
|
+
"summary": "Chat component for displaying conversations between users or with AI assistants.",
|
|
380
|
+
"keywords": [
|
|
381
|
+
"ai chat",
|
|
382
|
+
"chat",
|
|
383
|
+
"chatbot",
|
|
384
|
+
"communication",
|
|
385
|
+
"conversation",
|
|
386
|
+
"messages"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "checkbox",
|
|
391
|
+
"name": "Checkbox",
|
|
392
|
+
"file": "components/checkbox.json",
|
|
393
|
+
"status": "stable",
|
|
394
|
+
"summary": "Checkbox input component for multiple selection and boolean states.",
|
|
395
|
+
"keywords": [
|
|
396
|
+
"boolean",
|
|
397
|
+
"box",
|
|
398
|
+
"check",
|
|
399
|
+
"checkbox",
|
|
400
|
+
"control",
|
|
401
|
+
"field",
|
|
402
|
+
"form",
|
|
403
|
+
"input",
|
|
404
|
+
"multiple",
|
|
405
|
+
"option",
|
|
406
|
+
"selection",
|
|
407
|
+
"switch",
|
|
408
|
+
"tick",
|
|
409
|
+
"toggle"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": "checkmark",
|
|
414
|
+
"name": "Checkmark",
|
|
415
|
+
"file": "components/checkmark.json",
|
|
416
|
+
"status": "stable",
|
|
417
|
+
"summary": "Animated checkmark indicator for active and completion states.",
|
|
418
|
+
"keywords": [
|
|
419
|
+
"boolean",
|
|
420
|
+
"check",
|
|
421
|
+
"checkmark",
|
|
422
|
+
"complete",
|
|
423
|
+
"done",
|
|
424
|
+
"indicator",
|
|
425
|
+
"selection",
|
|
426
|
+
"state",
|
|
427
|
+
"status",
|
|
428
|
+
"success",
|
|
429
|
+
"tick"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"id": "collapsible",
|
|
434
|
+
"name": "Collapsible",
|
|
435
|
+
"file": "components/collapsible.json",
|
|
436
|
+
"status": "stable",
|
|
437
|
+
"summary": "Expandable and collapsible content container with smooth animations and optional headers.",
|
|
438
|
+
"keywords": [
|
|
439
|
+
"accordion",
|
|
440
|
+
"collapse",
|
|
441
|
+
"collapsible",
|
|
442
|
+
"disclosure",
|
|
443
|
+
"drawer",
|
|
444
|
+
"expand",
|
|
445
|
+
"fold",
|
|
446
|
+
"hide",
|
|
447
|
+
"section",
|
|
448
|
+
"show",
|
|
449
|
+
"toggle",
|
|
450
|
+
"unfold"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "color-palette",
|
|
455
|
+
"name": "Color palette",
|
|
456
|
+
"file": "components/color-palette.json",
|
|
457
|
+
"status": "stable",
|
|
458
|
+
"summary": "Explore our comprehensive color system featuring semantic color tokens, brand colors, and design variables that ensure consistent and accessible interfaces across light and dark themes.",
|
|
459
|
+
"keywords": [
|
|
460
|
+
"brand colors",
|
|
461
|
+
"color palette",
|
|
462
|
+
"color system",
|
|
463
|
+
"color tokens",
|
|
464
|
+
"color variables",
|
|
465
|
+
"color-palette",
|
|
466
|
+
"colors",
|
|
467
|
+
"design tokens",
|
|
468
|
+
"palette",
|
|
469
|
+
"semantic colors",
|
|
470
|
+
"theme"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"id": "color-usage",
|
|
475
|
+
"name": "Color usage",
|
|
476
|
+
"file": "components/color-usage.json",
|
|
477
|
+
"status": "stable",
|
|
478
|
+
"summary": "Learn how to effectively apply our color system through detailed guidelines, accessibility requirements, and best practices for creating visually cohesive and WCAG-compliant interfaces.",
|
|
479
|
+
"keywords": [
|
|
480
|
+
"accessibility",
|
|
481
|
+
"best practices",
|
|
482
|
+
"color combinations",
|
|
483
|
+
"color guidelines",
|
|
484
|
+
"color hierarchy",
|
|
485
|
+
"color usage",
|
|
486
|
+
"color-usage",
|
|
487
|
+
"colors",
|
|
488
|
+
"contrast",
|
|
489
|
+
"theme",
|
|
490
|
+
"usage"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "combobox",
|
|
495
|
+
"name": "Combobox",
|
|
496
|
+
"file": "components/combobox.json",
|
|
497
|
+
"status": "stable",
|
|
498
|
+
"summary": "Combobox pattern for searchable selection with keyboard-friendly option lists.",
|
|
499
|
+
"keywords": [
|
|
500
|
+
"autocomplete",
|
|
501
|
+
"combobox",
|
|
502
|
+
"filter options",
|
|
503
|
+
"search select",
|
|
504
|
+
"typeahead"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "command-palette",
|
|
509
|
+
"name": "Command palette",
|
|
510
|
+
"file": "components/command-palette.json",
|
|
511
|
+
"status": "stable",
|
|
512
|
+
"summary": "Searchable command palette pattern for fast navigation and actions.",
|
|
513
|
+
"keywords": [
|
|
514
|
+
"command",
|
|
515
|
+
"command palette",
|
|
516
|
+
"command-palette",
|
|
517
|
+
"menu",
|
|
518
|
+
"palette",
|
|
519
|
+
"quick actions",
|
|
520
|
+
"search",
|
|
521
|
+
"shortcuts",
|
|
522
|
+
"spotlight"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"id": "countdown",
|
|
527
|
+
"name": "Countdown",
|
|
528
|
+
"file": "components/countdown.json",
|
|
529
|
+
"status": "stable",
|
|
530
|
+
"summary": "Animated countdown timer with various display options.",
|
|
531
|
+
"keywords": [
|
|
532
|
+
"alert",
|
|
533
|
+
"clock",
|
|
534
|
+
"countdown",
|
|
535
|
+
"counter",
|
|
536
|
+
"deadline",
|
|
537
|
+
"duration",
|
|
538
|
+
"reminder",
|
|
539
|
+
"stopwatch",
|
|
540
|
+
"time",
|
|
541
|
+
"timer"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"id": "datepicker",
|
|
546
|
+
"name": "Datepicker",
|
|
547
|
+
"file": "components/datepicker.json",
|
|
548
|
+
"status": "stable",
|
|
549
|
+
"summary": "Calendar component for selecting single dates or date ranges with an intuitive interface.",
|
|
550
|
+
"keywords": [
|
|
551
|
+
"calendar",
|
|
552
|
+
"date",
|
|
553
|
+
"date picker",
|
|
554
|
+
"date range",
|
|
555
|
+
"date selection",
|
|
556
|
+
"datepicker",
|
|
557
|
+
"range",
|
|
558
|
+
"time"
|
|
559
|
+
]
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"id": "divider",
|
|
563
|
+
"name": "Divider",
|
|
564
|
+
"file": "components/divider.json",
|
|
565
|
+
"status": "stable",
|
|
566
|
+
"summary": "Divider component to separate content with an optional label.",
|
|
567
|
+
"keywords": [
|
|
568
|
+
"border",
|
|
569
|
+
"break",
|
|
570
|
+
"divider",
|
|
571
|
+
"division",
|
|
572
|
+
"horizontal",
|
|
573
|
+
"hr",
|
|
574
|
+
"line",
|
|
575
|
+
"rule",
|
|
576
|
+
"separator",
|
|
577
|
+
"spacer",
|
|
578
|
+
"split"
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "empty-state",
|
|
583
|
+
"name": "Empty state",
|
|
584
|
+
"file": "components/empty-state.json",
|
|
585
|
+
"status": "stable",
|
|
586
|
+
"summary": "Empty state patterns to communicate no-content situations and guide next actions.",
|
|
587
|
+
"keywords": [
|
|
588
|
+
"blank state",
|
|
589
|
+
"empty state",
|
|
590
|
+
"empty-state",
|
|
591
|
+
"no data",
|
|
592
|
+
"placeholder",
|
|
593
|
+
"zero state"
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"id": "field",
|
|
598
|
+
"name": "Field",
|
|
599
|
+
"file": "components/field.json",
|
|
600
|
+
"status": "stable",
|
|
601
|
+
"summary": "Field composition pattern that pairs labels, helper text, and validation messages with controls.",
|
|
602
|
+
"keywords": [
|
|
603
|
+
"error",
|
|
604
|
+
"field",
|
|
605
|
+
"form field",
|
|
606
|
+
"helper text",
|
|
607
|
+
"label",
|
|
608
|
+
"validation"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"id": "fieldset",
|
|
613
|
+
"name": "Fieldset",
|
|
614
|
+
"file": "components/fieldset.json",
|
|
615
|
+
"status": "stable",
|
|
616
|
+
"summary": "Fieldset pattern for grouping related controls with a semantic legend.",
|
|
617
|
+
"keywords": [
|
|
618
|
+
"fieldset",
|
|
619
|
+
"form group",
|
|
620
|
+
"group",
|
|
621
|
+
"legend",
|
|
622
|
+
"options"
|
|
623
|
+
]
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"id": "file-upload",
|
|
627
|
+
"name": "File upload",
|
|
628
|
+
"file": "components/file-upload.json",
|
|
629
|
+
"status": "stable",
|
|
630
|
+
"summary": "File upload components for single and multiple files with drag and drop support.",
|
|
631
|
+
"keywords": [
|
|
632
|
+
"attachment",
|
|
633
|
+
"browse",
|
|
634
|
+
"document",
|
|
635
|
+
"drag and drop",
|
|
636
|
+
"dropzone",
|
|
637
|
+
"file",
|
|
638
|
+
"file upload",
|
|
639
|
+
"file-upload",
|
|
640
|
+
"form",
|
|
641
|
+
"import",
|
|
642
|
+
"input",
|
|
643
|
+
"select",
|
|
644
|
+
"transfer",
|
|
645
|
+
"upload",
|
|
646
|
+
"uploader"
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"id": "form-example",
|
|
651
|
+
"name": "Form example",
|
|
652
|
+
"file": "components/form-example.json",
|
|
653
|
+
"status": "preview",
|
|
654
|
+
"summary": "Complete form example using all form components.",
|
|
655
|
+
"keywords": [
|
|
656
|
+
"complete",
|
|
657
|
+
"components",
|
|
658
|
+
"demo",
|
|
659
|
+
"example",
|
|
660
|
+
"fields",
|
|
661
|
+
"form",
|
|
662
|
+
"form example",
|
|
663
|
+
"form-example",
|
|
664
|
+
"inputs",
|
|
665
|
+
"interactive",
|
|
666
|
+
"showcase",
|
|
667
|
+
"submission",
|
|
668
|
+
"template",
|
|
669
|
+
"validation"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"id": "getting-started",
|
|
674
|
+
"name": "Getting Started",
|
|
675
|
+
"file": "components/getting-started.json",
|
|
676
|
+
"status": "preview",
|
|
677
|
+
"summary": "Documentation and contract metadata for Getting Started in the twntyX design system.",
|
|
678
|
+
"keywords": [
|
|
679
|
+
"getting started",
|
|
680
|
+
"getting-started"
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"id": "icons-reference",
|
|
685
|
+
"name": "Icons reference",
|
|
686
|
+
"file": "components/icons-reference.json",
|
|
687
|
+
"status": "stable",
|
|
688
|
+
"summary": "Collection of icons used throughout the application, twntyX uses [Google's Material Symbols and Icons](https://fonts.google.com/icons), which provides us with an extensive icon library with over 2,500 glyphs",
|
|
689
|
+
"keywords": [
|
|
690
|
+
"assets",
|
|
691
|
+
"collection",
|
|
692
|
+
"glyphs",
|
|
693
|
+
"icons",
|
|
694
|
+
"icons reference",
|
|
695
|
+
"icons-reference",
|
|
696
|
+
"interface elements",
|
|
697
|
+
"material symbols",
|
|
698
|
+
"pictograms",
|
|
699
|
+
"visual indicators"
|
|
700
|
+
]
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "illustrations-library",
|
|
704
|
+
"name": "Illustrations library",
|
|
705
|
+
"file": "components/illustrations-library.json",
|
|
706
|
+
"status": "stable",
|
|
707
|
+
"summary": "Browse our collection of custom illustrations and visual elements used to enhance the user experience and reinforce our brand identity across the application. The source assets located in [Figma](https://www.figma.com/design/1zI7ewgpqCGoxrPpiu6w2R/Product-illustrations?m=auto&t=LU9WIUq52kD6qdO8-1) *(Marketing / Assets)*, which can also be downloaded as a [.fig file](/figma/Product_illustrations.fig).",
|
|
708
|
+
"keywords": [
|
|
709
|
+
"artwork",
|
|
710
|
+
"assets",
|
|
711
|
+
"brand assets",
|
|
712
|
+
"decorative graphics",
|
|
713
|
+
"graphics",
|
|
714
|
+
"illustrations",
|
|
715
|
+
"illustrations library",
|
|
716
|
+
"illustrations-library",
|
|
717
|
+
"images",
|
|
718
|
+
"visual elements"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"id": "input-group",
|
|
723
|
+
"name": "Input group",
|
|
724
|
+
"file": "components/input-group.json",
|
|
725
|
+
"status": "stable",
|
|
726
|
+
"summary": "Input group pattern for combining controls with prefixes, suffixes, and inline actions.",
|
|
727
|
+
"keywords": [
|
|
728
|
+
"addon",
|
|
729
|
+
"composed input",
|
|
730
|
+
"input group",
|
|
731
|
+
"input-group",
|
|
732
|
+
"prefix",
|
|
733
|
+
"suffix"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"id": "introduction",
|
|
738
|
+
"name": "Introduction",
|
|
739
|
+
"file": "components/introduction.json",
|
|
740
|
+
"status": "stable",
|
|
741
|
+
"summary": "The **twntyX CSS Framework** is a comprehensive design system that empowers developers to rapidly build consistent, accessible, and brand-aligned user interfaces. Check out our [getting started guide](/design-system/getting-started) or explore our [components](/design-system/button).",
|
|
742
|
+
"keywords": [
|
|
743
|
+
"introduction",
|
|
744
|
+
"luigUI",
|
|
745
|
+
"overview"
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"id": "join",
|
|
750
|
+
"name": "Join",
|
|
751
|
+
"file": "components/join.json",
|
|
752
|
+
"status": "stable",
|
|
753
|
+
"summary": "Join component for grouping multiple items together with consistent styling.",
|
|
754
|
+
"keywords": [
|
|
755
|
+
"button group",
|
|
756
|
+
"container",
|
|
757
|
+
"group",
|
|
758
|
+
"input group",
|
|
759
|
+
"join"
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "kbd",
|
|
764
|
+
"name": "Kbd",
|
|
765
|
+
"file": "components/kbd.json",
|
|
766
|
+
"status": "stable",
|
|
767
|
+
"summary": "Display keyboard shortcuts and key combinations.",
|
|
768
|
+
"keywords": [
|
|
769
|
+
"command",
|
|
770
|
+
"control",
|
|
771
|
+
"hotkey",
|
|
772
|
+
"hotkeys",
|
|
773
|
+
"input",
|
|
774
|
+
"kbd",
|
|
775
|
+
"key",
|
|
776
|
+
"keybind",
|
|
777
|
+
"keybinding",
|
|
778
|
+
"keyboard",
|
|
779
|
+
"keypress",
|
|
780
|
+
"keys",
|
|
781
|
+
"shortcut"
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"id": "key-value",
|
|
786
|
+
"name": "Key-value",
|
|
787
|
+
"file": "components/key-value.json",
|
|
788
|
+
"status": "stable",
|
|
789
|
+
"summary": "Key-value layout for compact metadata, account details, and structured summaries.",
|
|
790
|
+
"keywords": [
|
|
791
|
+
"definition list",
|
|
792
|
+
"details",
|
|
793
|
+
"key value",
|
|
794
|
+
"key-value",
|
|
795
|
+
"label value",
|
|
796
|
+
"metadata"
|
|
797
|
+
]
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"id": "link",
|
|
801
|
+
"name": "Link",
|
|
802
|
+
"file": "components/link.json",
|
|
803
|
+
"status": "stable",
|
|
804
|
+
"summary": "Accessible link component for navigating between pages or external resources, with support for different visual styles, states and behaviors.",
|
|
805
|
+
"keywords": [
|
|
806
|
+
"a11y",
|
|
807
|
+
"accessibility",
|
|
808
|
+
"anchor",
|
|
809
|
+
"button link",
|
|
810
|
+
"external link",
|
|
811
|
+
"href",
|
|
812
|
+
"hyperlink",
|
|
813
|
+
"internal link",
|
|
814
|
+
"link",
|
|
815
|
+
"navigation",
|
|
816
|
+
"routing",
|
|
817
|
+
"text link",
|
|
818
|
+
"url"
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "loader",
|
|
823
|
+
"name": "Loader",
|
|
824
|
+
"file": "components/loader.json",
|
|
825
|
+
"status": "stable",
|
|
826
|
+
"summary": "Loading indicators and spinners to show content loading states.",
|
|
827
|
+
"keywords": [
|
|
828
|
+
"animation",
|
|
829
|
+
"busy",
|
|
830
|
+
"indicator",
|
|
831
|
+
"loader",
|
|
832
|
+
"loading",
|
|
833
|
+
"processing",
|
|
834
|
+
"progress",
|
|
835
|
+
"spinner",
|
|
836
|
+
"status",
|
|
837
|
+
"wait"
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"id": "logotype",
|
|
842
|
+
"name": "Logotype",
|
|
843
|
+
"file": "components/logotype.json",
|
|
844
|
+
"status": "stable",
|
|
845
|
+
"summary": "Logotype component for displaying the brand logo.",
|
|
846
|
+
"keywords": [
|
|
847
|
+
"brand",
|
|
848
|
+
"branding",
|
|
849
|
+
"identity",
|
|
850
|
+
"logo",
|
|
851
|
+
"logotype",
|
|
852
|
+
"visual"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "menu",
|
|
857
|
+
"name": "Menu",
|
|
858
|
+
"file": "components/menu.json",
|
|
859
|
+
"status": "stable",
|
|
860
|
+
"summary": "Menu is used to display a list of links vertically or horizontally.",
|
|
861
|
+
"keywords": [
|
|
862
|
+
"choices",
|
|
863
|
+
"dropdown",
|
|
864
|
+
"horizontal",
|
|
865
|
+
"items",
|
|
866
|
+
"links",
|
|
867
|
+
"list",
|
|
868
|
+
"menu",
|
|
869
|
+
"nav",
|
|
870
|
+
"navbar",
|
|
871
|
+
"navigation",
|
|
872
|
+
"options",
|
|
873
|
+
"select",
|
|
874
|
+
"ui",
|
|
875
|
+
"vertical"
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"id": "modal",
|
|
880
|
+
"name": "Modal",
|
|
881
|
+
"file": "components/modal.json",
|
|
882
|
+
"status": "stable",
|
|
883
|
+
"summary": "Modal dialogs for displaying content that requires attention or user input.",
|
|
884
|
+
"keywords": [
|
|
885
|
+
"alert",
|
|
886
|
+
"attention",
|
|
887
|
+
"content",
|
|
888
|
+
"dialog",
|
|
889
|
+
"focus",
|
|
890
|
+
"form",
|
|
891
|
+
"interaction",
|
|
892
|
+
"layer",
|
|
893
|
+
"lightbox",
|
|
894
|
+
"message",
|
|
895
|
+
"modal",
|
|
896
|
+
"notification",
|
|
897
|
+
"overlay",
|
|
898
|
+
"panel",
|
|
899
|
+
"popup",
|
|
900
|
+
"screen",
|
|
901
|
+
"window"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "navbar",
|
|
906
|
+
"name": "Navbar",
|
|
907
|
+
"file": "components/navbar.json",
|
|
908
|
+
"status": "stable",
|
|
909
|
+
"summary": "Navbar layout pattern for top-level product navigation and actions.",
|
|
910
|
+
"keywords": [
|
|
911
|
+
"header",
|
|
912
|
+
"nav",
|
|
913
|
+
"navbar",
|
|
914
|
+
"navigation bar",
|
|
915
|
+
"site navigation",
|
|
916
|
+
"top bar"
|
|
917
|
+
]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "pagination",
|
|
921
|
+
"name": "Pagination",
|
|
922
|
+
"file": "components/pagination.json",
|
|
923
|
+
"status": "stable",
|
|
924
|
+
"summary": "Pagination component for navigating through multiple pages of content.",
|
|
925
|
+
"keywords": [
|
|
926
|
+
"entries",
|
|
927
|
+
"items",
|
|
928
|
+
"list",
|
|
929
|
+
"navigation",
|
|
930
|
+
"next",
|
|
931
|
+
"numbers",
|
|
932
|
+
"pager",
|
|
933
|
+
"pages",
|
|
934
|
+
"pagination",
|
|
935
|
+
"previous",
|
|
936
|
+
"records",
|
|
937
|
+
"results",
|
|
938
|
+
"table"
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"id": "pie-chart",
|
|
943
|
+
"name": "Pie chart",
|
|
944
|
+
"file": "components/pie-chart.json",
|
|
945
|
+
"status": "stable",
|
|
946
|
+
"summary": "Pie chart used to visualize data in a circular format.",
|
|
947
|
+
"keywords": [
|
|
948
|
+
"analytics",
|
|
949
|
+
"chart",
|
|
950
|
+
"circle",
|
|
951
|
+
"comparison",
|
|
952
|
+
"data visualization",
|
|
953
|
+
"dataset",
|
|
954
|
+
"distribution",
|
|
955
|
+
"graph",
|
|
956
|
+
"parts",
|
|
957
|
+
"percentage",
|
|
958
|
+
"pie",
|
|
959
|
+
"pie chart",
|
|
960
|
+
"pie-chart",
|
|
961
|
+
"probability",
|
|
962
|
+
"proportion",
|
|
963
|
+
"ratio",
|
|
964
|
+
"sector",
|
|
965
|
+
"segment",
|
|
966
|
+
"slice",
|
|
967
|
+
"statistics",
|
|
968
|
+
"visualization",
|
|
969
|
+
"whole"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "popover",
|
|
974
|
+
"name": "Popover",
|
|
975
|
+
"file": "components/popover.json",
|
|
976
|
+
"status": "stable",
|
|
977
|
+
"summary": "Native HTML popovers for overlays, panels, and menus using browser-managed focus, keyboard support, and no custom JavaScript.",
|
|
978
|
+
"keywords": [
|
|
979
|
+
"menu",
|
|
980
|
+
"native html",
|
|
981
|
+
"off-canvas",
|
|
982
|
+
"overlay",
|
|
983
|
+
"panel",
|
|
984
|
+
"popover",
|
|
985
|
+
"popoverTarget",
|
|
986
|
+
"popoverTargetaction",
|
|
987
|
+
"popup",
|
|
988
|
+
"tooltip"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": "progress-bullet",
|
|
993
|
+
"name": "Bullet progress",
|
|
994
|
+
"file": "components/progress-bullet.json",
|
|
995
|
+
"status": "stable",
|
|
996
|
+
"summary": "Bullet progress indicator for displaying completion steps.",
|
|
997
|
+
"keywords": [
|
|
998
|
+
"bullet",
|
|
999
|
+
"checkpoint",
|
|
1000
|
+
"completion",
|
|
1001
|
+
"dots",
|
|
1002
|
+
"indicator",
|
|
1003
|
+
"journey",
|
|
1004
|
+
"marker",
|
|
1005
|
+
"milestone",
|
|
1006
|
+
"navigation",
|
|
1007
|
+
"path",
|
|
1008
|
+
"phase",
|
|
1009
|
+
"point",
|
|
1010
|
+
"progress",
|
|
1011
|
+
"progress bullet",
|
|
1012
|
+
"progress-bullet",
|
|
1013
|
+
"sequence",
|
|
1014
|
+
"stage",
|
|
1015
|
+
"stepper",
|
|
1016
|
+
"steps",
|
|
1017
|
+
"tracker",
|
|
1018
|
+
"wizard"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"id": "progress-linear",
|
|
1023
|
+
"name": "Linear progress",
|
|
1024
|
+
"file": "components/progress-linear.json",
|
|
1025
|
+
"status": "stable",
|
|
1026
|
+
"summary": "Linear progress bar for displaying completion percentages.",
|
|
1027
|
+
"keywords": [
|
|
1028
|
+
"advancement",
|
|
1029
|
+
"amount",
|
|
1030
|
+
"bar",
|
|
1031
|
+
"completion",
|
|
1032
|
+
"degree",
|
|
1033
|
+
"gauge",
|
|
1034
|
+
"indicator",
|
|
1035
|
+
"level",
|
|
1036
|
+
"linear",
|
|
1037
|
+
"loading",
|
|
1038
|
+
"measurement",
|
|
1039
|
+
"meter",
|
|
1040
|
+
"percentage",
|
|
1041
|
+
"progress",
|
|
1042
|
+
"progress linear",
|
|
1043
|
+
"progress-linear",
|
|
1044
|
+
"progression",
|
|
1045
|
+
"quantity",
|
|
1046
|
+
"rate",
|
|
1047
|
+
"status",
|
|
1048
|
+
"tracker"
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"id": "progress-radial",
|
|
1053
|
+
"name": "Radial progress",
|
|
1054
|
+
"file": "components/progress-radial.json",
|
|
1055
|
+
"status": "stable",
|
|
1056
|
+
"summary": "Radial progress indicator for displaying completion percentages.",
|
|
1057
|
+
"keywords": [
|
|
1058
|
+
"chart",
|
|
1059
|
+
"circle",
|
|
1060
|
+
"circular",
|
|
1061
|
+
"completion",
|
|
1062
|
+
"dial",
|
|
1063
|
+
"gauge",
|
|
1064
|
+
"indicator",
|
|
1065
|
+
"loading",
|
|
1066
|
+
"meter",
|
|
1067
|
+
"percentage",
|
|
1068
|
+
"progress",
|
|
1069
|
+
"progress radial",
|
|
1070
|
+
"progress-radial",
|
|
1071
|
+
"radial",
|
|
1072
|
+
"round",
|
|
1073
|
+
"spinner",
|
|
1074
|
+
"status"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"id": "radio",
|
|
1079
|
+
"name": "Radio",
|
|
1080
|
+
"file": "components/radio.json",
|
|
1081
|
+
"status": "stable",
|
|
1082
|
+
"summary": "Radio input component for single selection from multiple options.",
|
|
1083
|
+
"keywords": [
|
|
1084
|
+
"button",
|
|
1085
|
+
"choose",
|
|
1086
|
+
"control",
|
|
1087
|
+
"exclusive",
|
|
1088
|
+
"field",
|
|
1089
|
+
"form",
|
|
1090
|
+
"input",
|
|
1091
|
+
"option",
|
|
1092
|
+
"radio",
|
|
1093
|
+
"select",
|
|
1094
|
+
"selection",
|
|
1095
|
+
"single choice"
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"id": "range-slider",
|
|
1100
|
+
"name": "Range slider",
|
|
1101
|
+
"file": "components/range-slider.json",
|
|
1102
|
+
"status": "stable",
|
|
1103
|
+
"summary": "Range slider component for selecting numeric values.",
|
|
1104
|
+
"keywords": [
|
|
1105
|
+
"adjust",
|
|
1106
|
+
"control",
|
|
1107
|
+
"drag",
|
|
1108
|
+
"form",
|
|
1109
|
+
"input",
|
|
1110
|
+
"max",
|
|
1111
|
+
"min",
|
|
1112
|
+
"number",
|
|
1113
|
+
"numeric",
|
|
1114
|
+
"range",
|
|
1115
|
+
"range slider",
|
|
1116
|
+
"range-slider",
|
|
1117
|
+
"scale",
|
|
1118
|
+
"slide",
|
|
1119
|
+
"slider",
|
|
1120
|
+
"value"
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"id": "scrollbar",
|
|
1125
|
+
"name": "Scrollbar",
|
|
1126
|
+
"file": "components/scrollbar.json",
|
|
1127
|
+
"status": "stable",
|
|
1128
|
+
"summary": "Alternative scrollbar designs for the browser's scrollbar.",
|
|
1129
|
+
"keywords": [
|
|
1130
|
+
"bar",
|
|
1131
|
+
"container",
|
|
1132
|
+
"custom scrollbar",
|
|
1133
|
+
"overflow",
|
|
1134
|
+
"pane",
|
|
1135
|
+
"scroll",
|
|
1136
|
+
"scroll styling",
|
|
1137
|
+
"scrollbar",
|
|
1138
|
+
"scroller",
|
|
1139
|
+
"scrolling",
|
|
1140
|
+
"thumb",
|
|
1141
|
+
"track",
|
|
1142
|
+
"viewport"
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "select-input",
|
|
1147
|
+
"name": "Select input",
|
|
1148
|
+
"file": "components/select-input.json",
|
|
1149
|
+
"status": "stable",
|
|
1150
|
+
"summary": "Select input component for choosing from predefined options.",
|
|
1151
|
+
"keywords": [
|
|
1152
|
+
"choice",
|
|
1153
|
+
"choose",
|
|
1154
|
+
"combobox",
|
|
1155
|
+
"dropdown",
|
|
1156
|
+
"field",
|
|
1157
|
+
"form",
|
|
1158
|
+
"input",
|
|
1159
|
+
"list",
|
|
1160
|
+
"menu",
|
|
1161
|
+
"options",
|
|
1162
|
+
"picker",
|
|
1163
|
+
"select",
|
|
1164
|
+
"select input",
|
|
1165
|
+
"select-input",
|
|
1166
|
+
"selection"
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"id": "shadows",
|
|
1171
|
+
"name": "Shadows",
|
|
1172
|
+
"file": "components/shadows.json",
|
|
1173
|
+
"status": "stable",
|
|
1174
|
+
"summary": "Layered shadow system for adding depth and elevation to elements.",
|
|
1175
|
+
"keywords": [
|
|
1176
|
+
"blur",
|
|
1177
|
+
"box-shadow",
|
|
1178
|
+
"depth",
|
|
1179
|
+
"dimension",
|
|
1180
|
+
"drop",
|
|
1181
|
+
"effect",
|
|
1182
|
+
"elevation",
|
|
1183
|
+
"layer",
|
|
1184
|
+
"shade",
|
|
1185
|
+
"shadows",
|
|
1186
|
+
"spread",
|
|
1187
|
+
"stack"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "skeleton",
|
|
1192
|
+
"name": "Skeleton",
|
|
1193
|
+
"file": "components/skeleton.json",
|
|
1194
|
+
"status": "stable",
|
|
1195
|
+
"summary": "Skeleton loaders provide visual placeholders for content while it loads, improving perceived performance.",
|
|
1196
|
+
"keywords": [
|
|
1197
|
+
"animation",
|
|
1198
|
+
"fallback",
|
|
1199
|
+
"loader",
|
|
1200
|
+
"loading",
|
|
1201
|
+
"placeholder",
|
|
1202
|
+
"preview",
|
|
1203
|
+
"progress",
|
|
1204
|
+
"pulse",
|
|
1205
|
+
"shimmer",
|
|
1206
|
+
"skeleton",
|
|
1207
|
+
"suspense",
|
|
1208
|
+
"wait",
|
|
1209
|
+
"wave"
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"id": "stacked-chart",
|
|
1214
|
+
"name": "Stacked chart",
|
|
1215
|
+
"file": "components/stacked-chart.json",
|
|
1216
|
+
"status": "stable",
|
|
1217
|
+
"summary": "Stacked chart component used to visualize and compare scores or performance metrics across multiple individuals or groups.",
|
|
1218
|
+
"keywords": [
|
|
1219
|
+
"analytics",
|
|
1220
|
+
"benchmark",
|
|
1221
|
+
"chart",
|
|
1222
|
+
"comparison",
|
|
1223
|
+
"data visualization",
|
|
1224
|
+
"distribution",
|
|
1225
|
+
"evaluation",
|
|
1226
|
+
"graph",
|
|
1227
|
+
"group",
|
|
1228
|
+
"individual",
|
|
1229
|
+
"investor score",
|
|
1230
|
+
"measurement",
|
|
1231
|
+
"metrics",
|
|
1232
|
+
"performance",
|
|
1233
|
+
"ranking",
|
|
1234
|
+
"results",
|
|
1235
|
+
"score",
|
|
1236
|
+
"stacked",
|
|
1237
|
+
"stacked chart",
|
|
1238
|
+
"stacked-chart",
|
|
1239
|
+
"statistics",
|
|
1240
|
+
"visualization"
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"id": "state",
|
|
1245
|
+
"name": "State",
|
|
1246
|
+
"file": "components/state.json",
|
|
1247
|
+
"status": "stable",
|
|
1248
|
+
"summary": "State feedback for displaying temporary messages and feedback.",
|
|
1249
|
+
"keywords": [
|
|
1250
|
+
"alert",
|
|
1251
|
+
"banner",
|
|
1252
|
+
"error",
|
|
1253
|
+
"feedback",
|
|
1254
|
+
"indicator",
|
|
1255
|
+
"info",
|
|
1256
|
+
"message",
|
|
1257
|
+
"notification",
|
|
1258
|
+
"response",
|
|
1259
|
+
"state",
|
|
1260
|
+
"status",
|
|
1261
|
+
"success",
|
|
1262
|
+
"toast",
|
|
1263
|
+
"update",
|
|
1264
|
+
"warning"
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"id": "stepper",
|
|
1269
|
+
"name": "Stepper",
|
|
1270
|
+
"file": "components/stepper.json",
|
|
1271
|
+
"status": "stable",
|
|
1272
|
+
"summary": "Animated number stepper for displaying percentage values.",
|
|
1273
|
+
"keywords": [
|
|
1274
|
+
"control",
|
|
1275
|
+
"count",
|
|
1276
|
+
"counter",
|
|
1277
|
+
"decrement",
|
|
1278
|
+
"increment",
|
|
1279
|
+
"input",
|
|
1280
|
+
"number",
|
|
1281
|
+
"numeric",
|
|
1282
|
+
"percentage",
|
|
1283
|
+
"progress",
|
|
1284
|
+
"stepper",
|
|
1285
|
+
"value"
|
|
1286
|
+
]
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"id": "steps",
|
|
1290
|
+
"name": "Steps",
|
|
1291
|
+
"file": "components/steps.json",
|
|
1292
|
+
"status": "stable",
|
|
1293
|
+
"summary": "Step-by-step navigation component for multi-step processes.",
|
|
1294
|
+
"keywords": [
|
|
1295
|
+
"flow",
|
|
1296
|
+
"guide",
|
|
1297
|
+
"journey",
|
|
1298
|
+
"navigation",
|
|
1299
|
+
"path",
|
|
1300
|
+
"phases",
|
|
1301
|
+
"process",
|
|
1302
|
+
"progress",
|
|
1303
|
+
"sequence",
|
|
1304
|
+
"stages",
|
|
1305
|
+
"stepper",
|
|
1306
|
+
"steps",
|
|
1307
|
+
"wizard"
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"id": "surface",
|
|
1312
|
+
"name": "Surface",
|
|
1313
|
+
"file": "components/surface.json",
|
|
1314
|
+
"status": "stable",
|
|
1315
|
+
"summary": "Surface components for creating consistent container styles with backgrounds and borders.",
|
|
1316
|
+
"keywords": [
|
|
1317
|
+
"area",
|
|
1318
|
+
"background",
|
|
1319
|
+
"block",
|
|
1320
|
+
"border",
|
|
1321
|
+
"box",
|
|
1322
|
+
"card",
|
|
1323
|
+
"container",
|
|
1324
|
+
"panel",
|
|
1325
|
+
"region",
|
|
1326
|
+
"section",
|
|
1327
|
+
"surface",
|
|
1328
|
+
"wrapper"
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"id": "table",
|
|
1333
|
+
"name": "Table",
|
|
1334
|
+
"file": "components/table.json",
|
|
1335
|
+
"status": "stable",
|
|
1336
|
+
"summary": "Table component for displaying data in a grid layout with various styling options and features.",
|
|
1337
|
+
"keywords": [
|
|
1338
|
+
"cell",
|
|
1339
|
+
"column",
|
|
1340
|
+
"content",
|
|
1341
|
+
"data",
|
|
1342
|
+
"display",
|
|
1343
|
+
"filter",
|
|
1344
|
+
"grid",
|
|
1345
|
+
"header",
|
|
1346
|
+
"list",
|
|
1347
|
+
"pagination",
|
|
1348
|
+
"row",
|
|
1349
|
+
"sort",
|
|
1350
|
+
"spreadsheet",
|
|
1351
|
+
"table"
|
|
1352
|
+
]
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"id": "tabs",
|
|
1356
|
+
"name": "Tabs",
|
|
1357
|
+
"file": "components/tabs.json",
|
|
1358
|
+
"status": "stable",
|
|
1359
|
+
"summary": "Tab component for switching between different views.",
|
|
1360
|
+
"keywords": [
|
|
1361
|
+
"content",
|
|
1362
|
+
"interface",
|
|
1363
|
+
"menu",
|
|
1364
|
+
"navigation",
|
|
1365
|
+
"panels",
|
|
1366
|
+
"panes",
|
|
1367
|
+
"sections",
|
|
1368
|
+
"switch",
|
|
1369
|
+
"tabpanel",
|
|
1370
|
+
"tabs",
|
|
1371
|
+
"toggle",
|
|
1372
|
+
"views"
|
|
1373
|
+
]
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"id": "template-ai",
|
|
1377
|
+
"name": "Fundraising AI components",
|
|
1378
|
+
"file": "components/template-ai.json",
|
|
1379
|
+
"status": "preview",
|
|
1380
|
+
"summary": "Explore AI components tailored to fundraising workflows.",
|
|
1381
|
+
"keywords": [
|
|
1382
|
+
"agent",
|
|
1383
|
+
"ai",
|
|
1384
|
+
"alva",
|
|
1385
|
+
"chat",
|
|
1386
|
+
"fundraising AI",
|
|
1387
|
+
"gpt",
|
|
1388
|
+
"llama",
|
|
1389
|
+
"llm",
|
|
1390
|
+
"openai",
|
|
1391
|
+
"template ai",
|
|
1392
|
+
"template-ai",
|
|
1393
|
+
"twntyX"
|
|
1394
|
+
]
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"id": "template-login",
|
|
1398
|
+
"name": "Login components",
|
|
1399
|
+
"file": "components/template-login.json",
|
|
1400
|
+
"status": "preview",
|
|
1401
|
+
"summary": "Explore various authentication components including login and password setup templates.",
|
|
1402
|
+
"keywords": [
|
|
1403
|
+
"auth",
|
|
1404
|
+
"authentication",
|
|
1405
|
+
"google",
|
|
1406
|
+
"login",
|
|
1407
|
+
"microsoft",
|
|
1408
|
+
"oauth",
|
|
1409
|
+
"password",
|
|
1410
|
+
"sign in",
|
|
1411
|
+
"single sign on",
|
|
1412
|
+
"sso",
|
|
1413
|
+
"template login",
|
|
1414
|
+
"template-login"
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "template-stats",
|
|
1419
|
+
"name": "Stats template",
|
|
1420
|
+
"file": "components/template-stats.json",
|
|
1421
|
+
"status": "preview",
|
|
1422
|
+
"summary": "Tailwind-first stats template for composing metric cards directly in markup without component-specific classes.",
|
|
1423
|
+
"keywords": [
|
|
1424
|
+
"dashboard",
|
|
1425
|
+
"kpi",
|
|
1426
|
+
"metrics",
|
|
1427
|
+
"stats",
|
|
1428
|
+
"tailwind",
|
|
1429
|
+
"template",
|
|
1430
|
+
"template stats",
|
|
1431
|
+
"template-stats"
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"id": "text-input",
|
|
1436
|
+
"name": "Text input",
|
|
1437
|
+
"file": "components/text-input.json",
|
|
1438
|
+
"status": "stable",
|
|
1439
|
+
"summary": "Text input component for single line text input.",
|
|
1440
|
+
"keywords": [
|
|
1441
|
+
"box",
|
|
1442
|
+
"edit",
|
|
1443
|
+
"entry",
|
|
1444
|
+
"field",
|
|
1445
|
+
"form",
|
|
1446
|
+
"input",
|
|
1447
|
+
"line",
|
|
1448
|
+
"single",
|
|
1449
|
+
"text",
|
|
1450
|
+
"text field",
|
|
1451
|
+
"text input",
|
|
1452
|
+
"text-input",
|
|
1453
|
+
"textbox",
|
|
1454
|
+
"type",
|
|
1455
|
+
"write"
|
|
1456
|
+
]
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"id": "textarea",
|
|
1460
|
+
"name": "Textarea",
|
|
1461
|
+
"file": "components/textarea.json",
|
|
1462
|
+
"status": "stable",
|
|
1463
|
+
"summary": "Textarea component for multiline text input.",
|
|
1464
|
+
"keywords": [
|
|
1465
|
+
"box",
|
|
1466
|
+
"content",
|
|
1467
|
+
"edit",
|
|
1468
|
+
"entry",
|
|
1469
|
+
"field",
|
|
1470
|
+
"form",
|
|
1471
|
+
"input",
|
|
1472
|
+
"multiline",
|
|
1473
|
+
"paragraph",
|
|
1474
|
+
"text area",
|
|
1475
|
+
"textarea",
|
|
1476
|
+
"type",
|
|
1477
|
+
"write"
|
|
1478
|
+
]
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"id": "timeline",
|
|
1482
|
+
"name": "Timeline",
|
|
1483
|
+
"file": "components/timeline.json",
|
|
1484
|
+
"status": "stable",
|
|
1485
|
+
"summary": "Timeline pattern for visualizing ordered events, milestones, and process history.",
|
|
1486
|
+
"keywords": [
|
|
1487
|
+
"activity",
|
|
1488
|
+
"events",
|
|
1489
|
+
"history",
|
|
1490
|
+
"progress",
|
|
1491
|
+
"sequence",
|
|
1492
|
+
"timeline"
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"id": "toast",
|
|
1497
|
+
"name": "Toast",
|
|
1498
|
+
"file": "components/toast.json",
|
|
1499
|
+
"status": "stable",
|
|
1500
|
+
"summary": "Toast notifications for displaying temporary messages and feedback.",
|
|
1501
|
+
"keywords": [
|
|
1502
|
+
"alert",
|
|
1503
|
+
"banner",
|
|
1504
|
+
"error",
|
|
1505
|
+
"feedback",
|
|
1506
|
+
"flash",
|
|
1507
|
+
"indicator",
|
|
1508
|
+
"info",
|
|
1509
|
+
"message",
|
|
1510
|
+
"notice",
|
|
1511
|
+
"notification",
|
|
1512
|
+
"popup",
|
|
1513
|
+
"response",
|
|
1514
|
+
"status",
|
|
1515
|
+
"success",
|
|
1516
|
+
"temporary",
|
|
1517
|
+
"toast",
|
|
1518
|
+
"update",
|
|
1519
|
+
"warning"
|
|
1520
|
+
]
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": "toggle",
|
|
1524
|
+
"name": "Toggle",
|
|
1525
|
+
"file": "components/toggle.json",
|
|
1526
|
+
"status": "stable",
|
|
1527
|
+
"summary": "Toggle switch component for boolean states.",
|
|
1528
|
+
"keywords": [
|
|
1529
|
+
"boolean",
|
|
1530
|
+
"button",
|
|
1531
|
+
"checkbox",
|
|
1532
|
+
"control",
|
|
1533
|
+
"flip",
|
|
1534
|
+
"form",
|
|
1535
|
+
"input",
|
|
1536
|
+
"off",
|
|
1537
|
+
"on",
|
|
1538
|
+
"selection",
|
|
1539
|
+
"state",
|
|
1540
|
+
"switch",
|
|
1541
|
+
"toggle"
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": "tool-svg-to-base64",
|
|
1546
|
+
"name": "SVG to Base64",
|
|
1547
|
+
"file": "components/tool-svg-to-base64.json",
|
|
1548
|
+
"status": "experimental",
|
|
1549
|
+
"summary": "Upload an SVG and convert it into a URL-encoded `data:image/svg+xml` string for direct usage in CSS or markup.",
|
|
1550
|
+
"keywords": [
|
|
1551
|
+
"asset",
|
|
1552
|
+
"base64",
|
|
1553
|
+
"convert",
|
|
1554
|
+
"data url",
|
|
1555
|
+
"encoder",
|
|
1556
|
+
"svg",
|
|
1557
|
+
"tool",
|
|
1558
|
+
"tool svg to base64",
|
|
1559
|
+
"tool-svg-to-base64",
|
|
1560
|
+
"upload"
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"id": "tool-svg-to-icon-data",
|
|
1565
|
+
"name": "SVG to Icon Data",
|
|
1566
|
+
"file": "components/tool-svg-to-icon-data.json",
|
|
1567
|
+
"status": "experimental",
|
|
1568
|
+
"summary": "Upload an SVG to generate a `dataIcons` entry with `name`, `keywords`, and `elements` ready to paste into the design system.",
|
|
1569
|
+
"keywords": [
|
|
1570
|
+
"converter",
|
|
1571
|
+
"dataicons",
|
|
1572
|
+
"elements",
|
|
1573
|
+
"generator",
|
|
1574
|
+
"icon",
|
|
1575
|
+
"path",
|
|
1576
|
+
"svg",
|
|
1577
|
+
"tool",
|
|
1578
|
+
"tool svg to icon data",
|
|
1579
|
+
"tool-svg-to-icon-data",
|
|
1580
|
+
"upload"
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"id": "tooltip",
|
|
1585
|
+
"name": "Tooltip",
|
|
1586
|
+
"file": "components/tooltip.json",
|
|
1587
|
+
"status": "stable",
|
|
1588
|
+
"summary": "Tooltip patterns for supplemental contextual information on interactive elements.",
|
|
1589
|
+
"keywords": [
|
|
1590
|
+
"description",
|
|
1591
|
+
"helper text",
|
|
1592
|
+
"hint",
|
|
1593
|
+
"hover",
|
|
1594
|
+
"overlay",
|
|
1595
|
+
"tooltip"
|
|
1596
|
+
]
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"queryBehavior": {
|
|
1600
|
+
"lookupPriority": [
|
|
1601
|
+
"id",
|
|
1602
|
+
"name",
|
|
1603
|
+
"keywords"
|
|
1604
|
+
],
|
|
1605
|
+
"unsupportedComponent": {
|
|
1606
|
+
"code": "UNSUPPORTED_COMPONENT",
|
|
1607
|
+
"message": "The requested component is not part of this design-system contract. Use index.json to find the nearest supported component.",
|
|
1608
|
+
"suggestedActions": [
|
|
1609
|
+
"Search index.components by keywords.",
|
|
1610
|
+
"Fallback to the closest stable component.",
|
|
1611
|
+
"Return no code when a safe mapping is not available."
|
|
1612
|
+
]
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
}
|