@@ -88,6 +88,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
8888 'filePath' : 'demo/headless/accordion/basic-demo.tsx' ,
8989 } ,
9090 } ,
91+ 'autocomplete' : {
92+ 'basic-demo' : {
93+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/autocomplete/basic-demo' ) ) ,
94+ 'filePath' : 'demo/headless/autocomplete/basic-demo.tsx' ,
95+ } ,
96+ } ,
9197 'avatar' : {
9298 'basic-demo' : {
9399 'component' : React . lazy ( ( ) => import ( 'demo/headless/avatar/basic-demo' ) ) ,
@@ -124,6 +130,18 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
124130 'filePath' : 'demo/headless/chip/basic-demo.tsx' ,
125131 } ,
126132 } ,
133+ 'commandmenu' : {
134+ 'basic-demo' : {
135+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/commandmenu/basic-demo' ) ) ,
136+ 'filePath' : 'demo/headless/commandmenu/basic-demo.tsx' ,
137+ } ,
138+ } ,
139+ 'confirmpopup' : {
140+ 'basic-demo' : {
141+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/confirmpopup/basic-demo' ) ) ,
142+ 'filePath' : 'demo/headless/confirmpopup/basic-demo.tsx' ,
143+ } ,
144+ } ,
127145 'divider' : {
128146 'basic-demo' : {
129147 'component' : React . lazy ( ( ) => import ( 'demo/headless/divider/basic-demo' ) ) ,
@@ -142,18 +160,36 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
142160 'filePath' : 'demo/headless/inplace/basic-demo.tsx' ,
143161 } ,
144162 } ,
163+ 'inputnumber' : {
164+ 'basic-demo' : {
165+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputnumber/basic-demo' ) ) ,
166+ 'filePath' : 'demo/headless/inputnumber/basic-demo.tsx' ,
167+ } ,
168+ } ,
145169 'inputotp' : {
146170 'basic-demo' : {
147171 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputotp/basic-demo' ) ) ,
148172 'filePath' : 'demo/headless/inputotp/basic-demo.tsx' ,
149173 } ,
150174 } ,
175+ 'inputtags' : {
176+ 'basic-demo' : {
177+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputtags/basic-demo' ) ) ,
178+ 'filePath' : 'demo/headless/inputtags/basic-demo.tsx' ,
179+ } ,
180+ } ,
151181 'inputtext' : {
152182 'basic-demo' : {
153183 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputtext/basic-demo' ) ) ,
154184 'filePath' : 'demo/headless/inputtext/basic-demo.tsx' ,
155185 } ,
156186 } ,
187+ 'listbox' : {
188+ 'basic-demo' : {
189+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/listbox/basic-demo' ) ) ,
190+ 'filePath' : 'demo/headless/listbox/basic-demo.tsx' ,
191+ } ,
192+ } ,
157193 'menu' : {
158194 'basic-demo' : {
159195 'component' : React . lazy ( ( ) => import ( 'demo/headless/menu/basic-demo' ) ) ,
@@ -166,6 +202,30 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
166202 'filePath' : 'demo/headless/panel/basic-demo.tsx' ,
167203 } ,
168204 } ,
205+ 'password' : {
206+ 'basic-demo' : {
207+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/password/basic-demo' ) ) ,
208+ 'filePath' : 'demo/headless/password/basic-demo.tsx' ,
209+ } ,
210+ } ,
211+ 'popover' : {
212+ 'basic-demo' : {
213+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/popover/basic-demo' ) ) ,
214+ 'filePath' : 'demo/headless/popover/basic-demo.tsx' ,
215+ } ,
216+ } ,
217+ 'portal' : {
218+ 'basic-demo' : {
219+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/portal/basic-demo' ) ) ,
220+ 'filePath' : 'demo/headless/portal/basic-demo.tsx' ,
221+ } ,
222+ } ,
223+ 'positioner' : {
224+ 'basic-demo' : {
225+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/positioner/basic-demo' ) ) ,
226+ 'filePath' : 'demo/headless/positioner/basic-demo.tsx' ,
227+ } ,
228+ } ,
169229 'radiobutton' : {
170230 'basic-demo' : {
171231 'component' : React . lazy ( ( ) => import ( 'demo/headless/radiobutton/basic-demo' ) ) ,
@@ -178,12 +238,24 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
178238 'filePath' : 'demo/headless/scrollarea/basic-demo.tsx' ,
179239 } ,
180240 } ,
241+ 'select' : {
242+ 'basic-demo' : {
243+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/select/basic-demo' ) ) ,
244+ 'filePath' : 'demo/headless/select/basic-demo.tsx' ,
245+ } ,
246+ } ,
181247 'skeleton' : {
182248 'basic-demo' : {
183249 'component' : React . lazy ( ( ) => import ( 'demo/headless/skeleton/basic-demo' ) ) ,
184250 'filePath' : 'demo/headless/skeleton/basic-demo.tsx' ,
185251 } ,
186252 } ,
253+ 'splitter' : {
254+ 'basic-demo' : {
255+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/splitter/basic-demo' ) ) ,
256+ 'filePath' : 'demo/headless/splitter/basic-demo.tsx' ,
257+ } ,
258+ } ,
187259 'tabs' : {
188260 'basic-demo' : {
189261 'component' : React . lazy ( ( ) => import ( 'demo/headless/tabs/basic-demo' ) ) ,
@@ -208,6 +280,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
208280 'filePath' : 'demo/headless/toolbar/basic-demo.tsx' ,
209281 } ,
210282 } ,
283+ 'tooltip' : {
284+ 'basic-demo' : {
285+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/tooltip/basic-demo' ) ) ,
286+ 'filePath' : 'demo/headless/tooltip/basic-demo.tsx' ,
287+ } ,
288+ } ,
211289 } ,
212290 'primitives' : {
213291 'accordion' : {
@@ -216,6 +294,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
216294 'filePath' : 'demo/primitives/accordion/basic-demo.tsx' ,
217295 } ,
218296 } ,
297+ 'autocomplete' : {
298+ 'basic-demo' : {
299+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/autocomplete/basic-demo' ) ) ,
300+ 'filePath' : 'demo/primitives/autocomplete/basic-demo.tsx' ,
301+ } ,
302+ } ,
219303 'avatar' : {
220304 'basic-demo' : {
221305 'component' : React . lazy ( ( ) => import ( 'demo/primitives/avatar/basic-demo' ) ) ,
@@ -252,6 +336,18 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
252336 'filePath' : 'demo/primitives/chip/basic-demo.tsx' ,
253337 } ,
254338 } ,
339+ 'commandmenu' : {
340+ 'basic-demo' : {
341+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/commandmenu/basic-demo' ) ) ,
342+ 'filePath' : 'demo/primitives/commandmenu/basic-demo.tsx' ,
343+ } ,
344+ } ,
345+ 'confirmpopup' : {
346+ 'basic-demo' : {
347+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/confirmpopup/basic-demo' ) ) ,
348+ 'filePath' : 'demo/primitives/confirmpopup/basic-demo.tsx' ,
349+ } ,
350+ } ,
255351 'divider' : {
256352 'basic-demo' : {
257353 'component' : React . lazy ( ( ) => import ( 'demo/primitives/divider/basic-demo' ) ) ,
@@ -270,18 +366,36 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
270366 'filePath' : 'demo/primitives/inplace/basic-demo.tsx' ,
271367 } ,
272368 } ,
369+ 'inputnumber' : {
370+ 'basic-demo' : {
371+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputnumber/basic-demo' ) ) ,
372+ 'filePath' : 'demo/primitives/inputnumber/basic-demo.tsx' ,
373+ } ,
374+ } ,
273375 'inputotp' : {
274376 'basic-demo' : {
275377 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputotp/basic-demo' ) ) ,
276378 'filePath' : 'demo/primitives/inputotp/basic-demo.tsx' ,
277379 } ,
278380 } ,
381+ 'inputtags' : {
382+ 'basic-demo' : {
383+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputtags/basic-demo' ) ) ,
384+ 'filePath' : 'demo/primitives/inputtags/basic-demo.tsx' ,
385+ } ,
386+ } ,
279387 'inputtext' : {
280388 'basic-demo' : {
281389 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputtext/basic-demo' ) ) ,
282390 'filePath' : 'demo/primitives/inputtext/basic-demo.tsx' ,
283391 } ,
284392 } ,
393+ 'listbox' : {
394+ 'basic-demo' : {
395+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/listbox/basic-demo' ) ) ,
396+ 'filePath' : 'demo/primitives/listbox/basic-demo.tsx' ,
397+ } ,
398+ } ,
285399 'menu' : {
286400 'basic-demo' : {
287401 'component' : React . lazy ( ( ) => import ( 'demo/primitives/menu/basic-demo' ) ) ,
@@ -294,6 +408,24 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
294408 'filePath' : 'demo/primitives/panel/basic-demo.tsx' ,
295409 } ,
296410 } ,
411+ 'password' : {
412+ 'basic-demo' : {
413+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/password/basic-demo' ) ) ,
414+ 'filePath' : 'demo/primitives/password/basic-demo.tsx' ,
415+ } ,
416+ } ,
417+ 'popover' : {
418+ 'basic-demo' : {
419+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/popover/basic-demo' ) ) ,
420+ 'filePath' : 'demo/primitives/popover/basic-demo.tsx' ,
421+ } ,
422+ } ,
423+ 'portal' : {
424+ 'basic-demo' : {
425+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/portal/basic-demo' ) ) ,
426+ 'filePath' : 'demo/primitives/portal/basic-demo.tsx' ,
427+ } ,
428+ } ,
297429 'radiobutton' : {
298430 'basic-demo' : {
299431 'component' : React . lazy ( ( ) => import ( 'demo/primitives/radiobutton/basic-demo' ) ) ,
@@ -306,12 +438,24 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
306438 'filePath' : 'demo/primitives/scrollarea/basic-demo.tsx' ,
307439 } ,
308440 } ,
441+ 'select' : {
442+ 'basic-demo' : {
443+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/select/basic-demo' ) ) ,
444+ 'filePath' : 'demo/primitives/select/basic-demo.tsx' ,
445+ } ,
446+ } ,
309447 'skeleton' : {
310448 'basic-demo' : {
311449 'component' : React . lazy ( ( ) => import ( 'demo/primitives/skeleton/basic-demo' ) ) ,
312450 'filePath' : 'demo/primitives/skeleton/basic-demo.tsx' ,
313451 } ,
314452 } ,
453+ 'splitter' : {
454+ 'basic-demo' : {
455+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/splitter/basic-demo' ) ) ,
456+ 'filePath' : 'demo/primitives/splitter/basic-demo.tsx' ,
457+ } ,
458+ } ,
315459 'tabs' : {
316460 'basic-demo' : {
317461 'component' : React . lazy ( ( ) => import ( 'demo/primitives/tabs/basic-demo' ) ) ,
@@ -336,6 +480,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
336480 'filePath' : 'demo/primitives/toolbar/basic-demo.tsx' ,
337481 } ,
338482 } ,
483+ 'tooltip' : {
484+ 'basic-demo' : {
485+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/tooltip/basic-demo' ) ) ,
486+ 'filePath' : 'demo/primitives/tooltip/basic-demo.tsx' ,
487+ } ,
488+ } ,
339489 } ,
340490 'styled' : {
341491 'accordion' : {
0 commit comments