@shopify/polaris
Version:
Shopify’s product component library
22 lines (20 loc) • 956 B
JavaScript
var styles = {
"Popover": "Polaris-Popover",
"PopoverOverlay": "Polaris-Popover__PopoverOverlay",
"PopoverOverlay-entering": "Polaris-Popover__PopoverOverlay--entering",
"PopoverOverlay-open": "Polaris-Popover__PopoverOverlay--open",
"PopoverOverlay-exiting": "Polaris-Popover__PopoverOverlay--exiting",
"measuring": "Polaris-Popover--measuring",
"fullWidth": "Polaris-Popover--fullWidth",
"Content": "Polaris-Popover__Content",
"positionedAbove": "Polaris-Popover--positionedAbove",
"Wrapper": "Polaris-Popover__Wrapper",
"Content-fullHeight": "Polaris-Popover__Content--fullHeight",
"Content-fluidContent": "Polaris-Popover__Content--fluidContent",
"Pane": "Polaris-Popover__Pane",
"Pane-fixed": "Polaris-Popover__Pane--fixed",
"Section": "Polaris-Popover__Section",
"FocusTracker": "Polaris-Popover__FocusTracker",
"PopoverOverlay-hideOnPrint": "Polaris-Popover__PopoverOverlay--hideOnPrint"
};
export default styles;