@@ -142,6 +142,18 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
142142 'filePath' : 'demo/headless/inplace/basic-demo.tsx' ,
143143 } ,
144144 } ,
145+ 'inputotp' : {
146+ 'basic-demo' : {
147+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputotp/basic-demo' ) ) ,
148+ 'filePath' : 'demo/headless/inputotp/basic-demo.tsx' ,
149+ } ,
150+ } ,
151+ 'inputtext' : {
152+ 'basic-demo' : {
153+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/inputtext/basic-demo' ) ) ,
154+ 'filePath' : 'demo/headless/inputtext/basic-demo.tsx' ,
155+ } ,
156+ } ,
145157 'menu' : {
146158 'basic-demo' : {
147159 'component' : React . lazy ( ( ) => import ( 'demo/headless/menu/basic-demo' ) ) ,
@@ -154,6 +166,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
154166 'filePath' : 'demo/headless/panel/basic-demo.tsx' ,
155167 } ,
156168 } ,
169+ 'radiobutton' : {
170+ 'basic-demo' : {
171+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/radiobutton/basic-demo' ) ) ,
172+ 'filePath' : 'demo/headless/radiobutton/basic-demo.tsx' ,
173+ } ,
174+ } ,
157175 'scrollarea' : {
158176 'basic-demo' : {
159177 'component' : React . lazy ( ( ) => import ( 'demo/headless/scrollarea/basic-demo' ) ) ,
@@ -178,6 +196,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
178196 'filePath' : 'demo/headless/tag/basic-demo.tsx' ,
179197 } ,
180198 } ,
199+ 'textarea' : {
200+ 'basic-demo' : {
201+ 'component' : React . lazy ( ( ) => import ( 'demo/headless/textarea/basic-demo' ) ) ,
202+ 'filePath' : 'demo/headless/textarea/basic-demo.tsx' ,
203+ } ,
204+ } ,
181205 'toolbar' : {
182206 'basic-demo' : {
183207 'component' : React . lazy ( ( ) => import ( 'demo/headless/toolbar/basic-demo' ) ) ,
@@ -246,6 +270,18 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
246270 'filePath' : 'demo/primitives/inplace/basic-demo.tsx' ,
247271 } ,
248272 } ,
273+ 'inputotp' : {
274+ 'basic-demo' : {
275+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputotp/basic-demo' ) ) ,
276+ 'filePath' : 'demo/primitives/inputotp/basic-demo.tsx' ,
277+ } ,
278+ } ,
279+ 'inputtext' : {
280+ 'basic-demo' : {
281+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/inputtext/basic-demo' ) ) ,
282+ 'filePath' : 'demo/primitives/inputtext/basic-demo.tsx' ,
283+ } ,
284+ } ,
249285 'menu' : {
250286 'basic-demo' : {
251287 'component' : React . lazy ( ( ) => import ( 'demo/primitives/menu/basic-demo' ) ) ,
@@ -258,6 +294,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
258294 'filePath' : 'demo/primitives/panel/basic-demo.tsx' ,
259295 } ,
260296 } ,
297+ 'radiobutton' : {
298+ 'basic-demo' : {
299+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/radiobutton/basic-demo' ) ) ,
300+ 'filePath' : 'demo/primitives/radiobutton/basic-demo.tsx' ,
301+ } ,
302+ } ,
261303 'scrollarea' : {
262304 'basic-demo' : {
263305 'component' : React . lazy ( ( ) => import ( 'demo/primitives/scrollarea/basic-demo' ) ) ,
@@ -282,6 +324,12 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
282324 'filePath' : 'demo/primitives/tag/basic-demo.tsx' ,
283325 } ,
284326 } ,
327+ 'textarea' : {
328+ 'basic-demo' : {
329+ 'component' : React . lazy ( ( ) => import ( 'demo/primitives/textarea/basic-demo' ) ) ,
330+ 'filePath' : 'demo/primitives/textarea/basic-demo.tsx' ,
331+ } ,
332+ } ,
285333 'toolbar' : {
286334 'basic-demo' : {
287335 'component' : React . lazy ( ( ) => import ( 'demo/primitives/toolbar/basic-demo' ) ) ,
0 commit comments