@shopify/polaris
Version:
Shopify’s admin product component library
26 lines (24 loc) • 1.24 kB
JavaScript
var styles = {
"Popover": "Polaris-Popover",
"PopoverOverlay": "Polaris-Popover__PopoverOverlay",
"PopoverOverlay-noAnimation": "Polaris-Popover__PopoverOverlay--noAnimation",
"PopoverOverlay-entering": "Polaris-Popover__PopoverOverlay--entering",
"PopoverOverlay-open": "Polaris-Popover__PopoverOverlay--open",
"measuring": "Polaris-Popover--measuring",
"PopoverOverlay-exiting": "Polaris-Popover__PopoverOverlay--exiting",
"fullWidth": "Polaris-Popover--fullWidth",
"Content": "Polaris-Popover__Content",
"positionedAbove": "Polaris-Popover--positionedAbove",
"positionedCover": "Polaris-Popover--positionedCover",
"ContentContainer": "Polaris-Popover__ContentContainer",
"Content-fullHeight": "Polaris-Popover__Content--fullHeight",
"Content-fluidContent": "Polaris-Popover__Content--fluidContent",
"Pane": "Polaris-Popover__Pane",
"Pane-fixed": "Polaris-Popover__Pane--fixed",
"Pane-subdued": "Polaris-Popover__Pane--subdued",
"Pane-captureOverscroll": "Polaris-Popover__Pane--captureOverscroll",
"Section": "Polaris-Popover__Section",
"FocusTracker": "Polaris-Popover__FocusTracker",
"PopoverOverlay-hideOnPrint": "Polaris-Popover__PopoverOverlay--hideOnPrint"
};
export { styles as default };