@@ -131,6 +131,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
131131 } ,
132132 } ,
133133 'autocomplete' : {
134+ 'arrow-demo' : {
135+ 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/arrow-demo' ) ) ,
136+ 'filePath' : 'demo/styled/autocomplete/arrow-demo.tsx' ,
137+ } ,
134138 'autocomplete-pt' : {
135139 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/autocomplete-pt' ) ) ,
136140 'filePath' : 'demo/styled/autocomplete/autocomplete-pt.tsx' ,
@@ -139,10 +143,6 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
139143 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/basic-demo' ) ) ,
140144 'filePath' : 'demo/styled/autocomplete/basic-demo.tsx' ,
141145 } ,
142- 'checkmark-demo' : {
143- 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/checkmark-demo' ) ) ,
144- 'filePath' : 'demo/styled/autocomplete/checkmark-demo.tsx' ,
145- } ,
146146 'chip-demo' : {
147147 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/chip-demo' ) ) ,
148148 'filePath' : 'demo/styled/autocomplete/chip-demo.tsx' ,
@@ -151,14 +151,14 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
151151 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/clear-icon-demo' ) ) ,
152152 'filePath' : 'demo/styled/autocomplete/clear-icon-demo.tsx' ,
153153 } ,
154+ 'custom-group-demo' : {
155+ 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/custom-group-demo' ) ) ,
156+ 'filePath' : 'demo/styled/autocomplete/custom-group-demo.tsx' ,
157+ } ,
154158 'disabled-demo' : {
155159 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/disabled-demo' ) ) ,
156160 'filePath' : 'demo/styled/autocomplete/disabled-demo.tsx' ,
157161 } ,
158- 'dropdown-demo' : {
159- 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/dropdown-demo' ) ) ,
160- 'filePath' : 'demo/styled/autocomplete/dropdown-demo.tsx' ,
161- } ,
162162 'filled-demo' : {
163163 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/filled-demo' ) ) ,
164164 'filePath' : 'demo/styled/autocomplete/filled-demo.tsx' ,
@@ -171,6 +171,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
171171 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/fluid-demo' ) ) ,
172172 'filePath' : 'demo/styled/autocomplete/fluid-demo.tsx' ,
173173 } ,
174+ 'focus-behavior-demo' : {
175+ 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/focus-behavior-demo' ) ) ,
176+ 'filePath' : 'demo/styled/autocomplete/focus-behavior-demo.tsx' ,
177+ } ,
174178 'forceselection-demo' : {
175179 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/forceselection-demo' ) ) ,
176180 'filePath' : 'demo/styled/autocomplete/forceselection-demo.tsx' ,
@@ -199,6 +203,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
199203 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/sizes-demo' ) ) ,
200204 'filePath' : 'demo/styled/autocomplete/sizes-demo.tsx' ,
201205 } ,
206+ 'trigger-demo' : {
207+ 'component' : React . lazy ( ( ) => import ( 'demo/styled/autocomplete/trigger-demo' ) ) ,
208+ 'filePath' : 'demo/styled/autocomplete/trigger-demo.tsx' ,
209+ } ,
202210 } ,
203211 'avatar' : {
204212 'avatar-pt' : {
@@ -1679,6 +1687,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
16791687 'component' : React . lazy ( ( ) => import ( 'demo/styled/radiobutton/group-demo' ) ) ,
16801688 'filePath' : 'demo/styled/radiobutton/group-demo.tsx' ,
16811689 } ,
1690+ 'indicator-demo' : {
1691+ 'component' : React . lazy ( ( ) => import ( 'demo/styled/radiobutton/indicator-demo' ) ) ,
1692+ 'filePath' : 'demo/styled/radiobutton/indicator-demo.tsx' ,
1693+ } ,
16821694 'invalid-demo' : {
16831695 'component' : React . lazy ( ( ) => import ( 'demo/styled/radiobutton/invalid-demo' ) ) ,
16841696 'filePath' : 'demo/styled/radiobutton/invalid-demo.tsx' ,
0 commit comments