@shopify/polaris
Version:
Shopify’s product component library
18 lines (16 loc) • 754 B
JavaScript
var styles = {
"Page": "Polaris-SkeletonPage__Page",
"fullWidth": "Polaris-SkeletonPage--fullWidth",
"narrowWidth": "Polaris-SkeletonPage--narrowWidth",
"Content": "Polaris-SkeletonPage__Content",
"newDesignLanguage": "Polaris-SkeletonPage--newDesignLanguage",
"Header": "Polaris-SkeletonPage__Header",
"Header-hasSecondaryActions": "Polaris-SkeletonPage__Header--hasSecondaryActions",
"BreadcrumbAction": "Polaris-SkeletonPage__BreadcrumbAction",
"TitleAndPrimaryAction": "Polaris-SkeletonPage__TitleAndPrimaryAction",
"Title": "Polaris-SkeletonPage__Title",
"PrimaryAction": "Polaris-SkeletonPage__PrimaryAction",
"Actions": "Polaris-SkeletonPage__Actions",
"Action": "Polaris-SkeletonPage__Action"
};
export default styles;