@coinbase/ui-mobile-playground 4.5.10 → 4.5.12

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/src/routes.ts CHANGED
@@ -170,6 +170,11 @@ export const routes = [
170
170
  getComponent: () =>
171
171
  require('@coinbase/cds-mobile/collapsible/__stories__/Collapsible.stories').default,
172
172
  },
173
+ {
174
+ key: 'Combobox',
175
+ getComponent: () =>
176
+ require('@coinbase/cds-mobile/alpha/combobox/__stories__/Combobox.stories').default,
177
+ },
173
178
  {
174
179
  key: 'ContainedAssetCard',
175
180
  getComponent: () =>
@@ -303,6 +308,11 @@ export const routes = [
303
308
  getComponent: () =>
304
309
  require('@coinbase/cds-mobile/controls/__stories__/InputStack.stories').default,
305
310
  },
311
+ {
312
+ key: 'Legend',
313
+ getComponent: () =>
314
+ require('@coinbase/cds-mobile-visualization/chart/legend/__stories__/Legend.stories').default,
315
+ },
306
316
  {
307
317
  key: 'LinearGradient',
308
318
  getComponent: () =>