2022-06-17 14:56:42 +00:00
|
|
|
export * from './accordion';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './ag-grid';
|
2022-05-23 12:21:54 +00:00
|
|
|
export * from './arrows';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './async-renderer';
|
2022-09-29 19:10:53 +00:00
|
|
|
export * from './background-video';
|
2023-01-31 16:12:44 +00:00
|
|
|
export * from './announcement-banner';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './button';
|
|
|
|
export * from './callout';
|
2022-06-24 03:16:01 +00:00
|
|
|
export * from './checkbox';
|
feat: market list mega dropdown (rich popover) (#889)
* feat: use MarketList query only
* fix: remove Market.ts from index
* feat: 30 refactor dialog, market list, change query
* feat: #30 add indicativeVolume, total fees, tooltip, large dialog, tooltip accepts html description
* fix: #30 total fees display in tooltip
* fix: #30 toggle title on dialog open
* fix: #30 fix order, price, high, low utils
* fix: #30 fix test for market utils
* feat: #30 add popover with markets to select
* feat: #30 storybook popover
* feat: #30 remove border on trigger and add some other classes
* fix: #30 fix format check with format:write
* feat: #30 add tooltip on taker fee
* feat: #30 add tooltip on taker fee
* fix: #30 format on select market list
* fix: #30 remove unknown cast in test mock data
* fix: #30 show markets where you have open positions
* fix: #30 double check if open positions
* fix: #30 dialog has only small/large sizes
* feat: #30 add border on trigger and change padding and no wrap
* fix: #30 if fees or factors are not found
* fix: #30 remove markets.cy tests as markets page is now gone
* fix #30 remove view full market list test
* fix: #30 add rotating arrow on market title
* fix: #30 add ease-in-out on popover
* fix: #30 add ease-in-out on popover
* fix: #30 align select a market table
* fix: #30 select a market title
* fix: #30 select a market title
* fix: #30 fix any validateDOMnesting issues
* fix: #30 show loading market data
* fix: #30 add list of header columns
* fix: #30 add list of header columns
* fix: #30 small refactoring after review
* fix: #30 update bold undreline class names
* fix: #30 add large-mobile size
* feat: #30 refactor select markets tables to render array of columns
* fix: #30 remove size from select market dialog
* fix: #30 add extra file for columns
* fix: #30 update formtting
* fix: #30 make sure popup closes on same market navigation
* fix: rename market-utils, add calcCandle methods, store market id on select
* fix: useMemo ondata and marketPositionData + orderbook stories fix
* feat: #30 add open volume positions
* fix: add market summary back
* fix: update formatting
* fix: use currentcolor on arrow
* fix: create all markets page
* fix: add overflow-y auto
* fix: enlarge select market to get started dialog
* fix: revert markets container
* fix: use query to fix flickering on position markets
* fix: edit unordered list in tooltips
* fix: fix tooltip table
* fix: fix home.cy.ts
* chore: skip /markets tests
2022-08-11 11:56:35 +00:00
|
|
|
export * from './copy-with-tooltip';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './dialog';
|
2023-01-17 09:59:12 +00:00
|
|
|
export * from './drawer';
|
2022-05-13 13:08:32 +00:00
|
|
|
export * from './dropdown-menu';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './form-group';
|
|
|
|
export * from './icon';
|
|
|
|
export * from './indicator';
|
|
|
|
export * from './input-error';
|
2022-09-30 00:40:44 +00:00
|
|
|
export * from './input';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './key-value-table';
|
2022-06-17 14:56:42 +00:00
|
|
|
export * from './link';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './loader';
|
|
|
|
export * from './lozenge';
|
2022-12-06 16:00:37 +00:00
|
|
|
export * from './nav';
|
2023-01-12 11:45:22 +00:00
|
|
|
export * from './nav-dropdown';
|
feat: market list mega dropdown (rich popover) (#889)
* feat: use MarketList query only
* fix: remove Market.ts from index
* feat: 30 refactor dialog, market list, change query
* feat: #30 add indicativeVolume, total fees, tooltip, large dialog, tooltip accepts html description
* fix: #30 total fees display in tooltip
* fix: #30 toggle title on dialog open
* fix: #30 fix order, price, high, low utils
* fix: #30 fix test for market utils
* feat: #30 add popover with markets to select
* feat: #30 storybook popover
* feat: #30 remove border on trigger and add some other classes
* fix: #30 fix format check with format:write
* feat: #30 add tooltip on taker fee
* feat: #30 add tooltip on taker fee
* fix: #30 format on select market list
* fix: #30 remove unknown cast in test mock data
* fix: #30 show markets where you have open positions
* fix: #30 double check if open positions
* fix: #30 dialog has only small/large sizes
* feat: #30 add border on trigger and change padding and no wrap
* fix: #30 if fees or factors are not found
* fix: #30 remove markets.cy tests as markets page is now gone
* fix #30 remove view full market list test
* fix: #30 add rotating arrow on market title
* fix: #30 add ease-in-out on popover
* fix: #30 add ease-in-out on popover
* fix: #30 align select a market table
* fix: #30 select a market title
* fix: #30 select a market title
* fix: #30 fix any validateDOMnesting issues
* fix: #30 show loading market data
* fix: #30 add list of header columns
* fix: #30 add list of header columns
* fix: #30 small refactoring after review
* fix: #30 update bold undreline class names
* fix: #30 add large-mobile size
* feat: #30 refactor select markets tables to render array of columns
* fix: #30 remove size from select market dialog
* fix: #30 add extra file for columns
* fix: #30 update formtting
* fix: #30 make sure popup closes on same market navigation
* fix: rename market-utils, add calcCandle methods, store market id on select
* fix: useMemo ondata and marketPositionData + orderbook stories fix
* feat: #30 add open volume positions
* fix: add market summary back
* fix: update formatting
* fix: use currentcolor on arrow
* fix: create all markets page
* fix: add overflow-y auto
* fix: enlarge select market to get started dialog
* fix: revert markets container
* fix: use query to fix flickering on position markets
* fix: edit unordered list in tooltips
* fix: fix tooltip table
* fix: fix home.cy.ts
* chore: skip /markets tests
2022-08-11 11:56:35 +00:00
|
|
|
export * from './popover';
|
2022-05-23 12:21:54 +00:00
|
|
|
export * from './price-change';
|
2022-08-16 07:18:55 +00:00
|
|
|
export * from './progress-bar';
|
2022-05-23 09:04:15 +00:00
|
|
|
export * from './radio-group';
|
2022-08-31 04:35:46 +00:00
|
|
|
export * from './resizable-grid';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './select';
|
2022-09-30 00:40:44 +00:00
|
|
|
export * from './slider';
|
2022-05-23 12:21:54 +00:00
|
|
|
export * from './sparkline';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './splash';
|
2022-05-23 12:21:54 +00:00
|
|
|
export * from './syntax-highlighter';
|
2022-06-24 03:16:01 +00:00
|
|
|
export * from './tabs';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './text-area';
|
|
|
|
export * from './theme-switcher';
|
2022-10-26 12:44:10 +00:00
|
|
|
export * from './thumbs';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './toggle';
|
|
|
|
export * from './tooltip';
|
2022-10-03 18:12:34 +00:00
|
|
|
export * from './vega-icons';
|
2022-04-29 13:27:20 +00:00
|
|
|
export * from './vega-logo';
|
2023-01-19 11:16:21 +00:00
|
|
|
export * from './viewing-as-user';
|
2022-10-23 13:08:02 +00:00
|
|
|
export * from './traffic-light';
|
2022-11-15 14:26:13 +00:00
|
|
|
export * from './toast';
|
2022-11-25 15:10:22 +00:00
|
|
|
export * from './notification';
|
2022-12-14 13:25:03 +00:00
|
|
|
export * from './rounded-wrapper';
|
2023-01-04 12:45:50 +00:00
|
|
|
export * from './maintenance-page';
|