Skip to content

Commit b5ba365

Browse files
chore: menu and apidoc updates
1 parent a9e40cb commit b5ba365

5 files changed

Lines changed: 76060 additions & 46253 deletions

File tree

apps/showcase/__store__/index.mjs

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,40 @@ export const Store = {
423423
'filePath': 'demo/inplace/inplace-pt.tsx',
424424
},
425425
},
426+
'inputotp': {
427+
'basic-demo': {
428+
'component': React.lazy(() => import('demo/inputotp/basic-demo.tsx')),
429+
'filePath': 'demo/inputotp/basic-demo.tsx',
430+
},
431+
'custom-demo': {
432+
'component': React.lazy(() => import('demo/inputotp/custom-demo.tsx')),
433+
'filePath': 'demo/inputotp/custom-demo.tsx',
434+
},
435+
'filled-demo': {
436+
'component': React.lazy(() => import('demo/inputotp/filled-demo.tsx')),
437+
'filePath': 'demo/inputotp/filled-demo.tsx',
438+
},
439+
'inputotp-pt': {
440+
'component': React.lazy(() => import('demo/inputotp/inputotp-pt.tsx')),
441+
'filePath': 'demo/inputotp/inputotp-pt.tsx',
442+
},
443+
'integer-only-demo': {
444+
'component': React.lazy(() => import('demo/inputotp/integer-only-demo.tsx')),
445+
'filePath': 'demo/inputotp/integer-only-demo.tsx',
446+
},
447+
'mask-demo': {
448+
'component': React.lazy(() => import('demo/inputotp/mask-demo.tsx')),
449+
'filePath': 'demo/inputotp/mask-demo.tsx',
450+
},
451+
'sample-demo': {
452+
'component': React.lazy(() => import('demo/inputotp/sample-demo.tsx')),
453+
'filePath': 'demo/inputotp/sample-demo.tsx',
454+
},
455+
'sizes-demo': {
456+
'component': React.lazy(() => import('demo/inputotp/sizes-demo.tsx')),
457+
'filePath': 'demo/inputotp/sizes-demo.tsx',
458+
},
459+
},
426460
'inputtext': {
427461
'basic-demo': {
428462
'component': React.lazy(() => import('demo/inputtext/basic-demo.tsx')),
@@ -901,6 +935,58 @@ export const Store = {
901935
'filePath': 'demo/tailwind/color-palette-demo.tsx',
902936
},
903937
},
938+
'terminal': {
939+
'basic-demo': {
940+
'component': React.lazy(() => import('demo/terminal/basic-demo.tsx')),
941+
'filePath': 'demo/terminal/basic-demo.tsx',
942+
},
943+
'template-demo': {
944+
'component': React.lazy(() => import('demo/terminal/template-demo.tsx')),
945+
'filePath': 'demo/terminal/template-demo.tsx',
946+
},
947+
'terminal-pt': {
948+
'component': React.lazy(() => import('demo/terminal/terminal-pt.tsx')),
949+
'filePath': 'demo/terminal/terminal-pt.tsx',
950+
},
951+
},
952+
'textarea': {
953+
'auto-resize-demo': {
954+
'component': React.lazy(() => import('demo/textarea/auto-resize-demo.tsx')),
955+
'filePath': 'demo/textarea/auto-resize-demo.tsx',
956+
},
957+
'basic-demo': {
958+
'component': React.lazy(() => import('demo/textarea/basic-demo.tsx')),
959+
'filePath': 'demo/textarea/basic-demo.tsx',
960+
},
961+
'disabled-demo': {
962+
'component': React.lazy(() => import('demo/textarea/disabled-demo.tsx')),
963+
'filePath': 'demo/textarea/disabled-demo.tsx',
964+
},
965+
'filled-demo': {
966+
'component': React.lazy(() => import('demo/textarea/filled-demo.tsx')),
967+
'filePath': 'demo/textarea/filled-demo.tsx',
968+
},
969+
'float-label-demo': {
970+
'component': React.lazy(() => import('demo/textarea/float-label-demo.tsx')),
971+
'filePath': 'demo/textarea/float-label-demo.tsx',
972+
},
973+
'ifta-label-demo': {
974+
'component': React.lazy(() => import('demo/textarea/ifta-label-demo.tsx')),
975+
'filePath': 'demo/textarea/ifta-label-demo.tsx',
976+
},
977+
'invalid-demo': {
978+
'component': React.lazy(() => import('demo/textarea/invalid-demo.tsx')),
979+
'filePath': 'demo/textarea/invalid-demo.tsx',
980+
},
981+
'sizes-demo': {
982+
'component': React.lazy(() => import('demo/textarea/sizes-demo.tsx')),
983+
'filePath': 'demo/textarea/sizes-demo.tsx',
984+
},
985+
'textarea-pt': {
986+
'component': React.lazy(() => import('demo/textarea/textarea-pt.tsx')),
987+
'filePath': 'demo/textarea/textarea-pt.tsx',
988+
},
989+
},
904990
'togglebutton': {
905991
'all-demo': {
906992
'component': React.lazy(() => import('demo/togglebutton/all-demo.tsx')),

0 commit comments

Comments
 (0)