@warp-ds/css
Advanced tools
Comparing version 1.6.2-next.3 to 1.7.0-next.1
@@ -497,1 +497,15 @@ export namespace pageIndicator { | ||
} | ||
export namespace pagination { | ||
export const currentPage: string; | ||
const icon_4: string; | ||
export { icon_4 as icon }; | ||
export const containerNav: string; | ||
export const heading: string; | ||
export const pages: string; | ||
export const nextPage: string; | ||
export const firstPageButton: string; | ||
export const firstPageLabel: string; | ||
const active_1: string; | ||
export { active_1 as active }; | ||
export const defaultPage: string; | ||
} |
@@ -558,2 +558,15 @@ export const pageIndicator = { | ||
pillClose: 'pt-4 pb-6 text-m!' //replaced by py-10 | ||
}; | ||
export const pagination = { | ||
currentPage: 'block md:hidden p-8 font-bold', | ||
icon: 'flex w-16 h-16 s-icon', | ||
containerNav: 'flex items-center justify-center space-x-8 p-8', | ||
heading: 'sr-only', | ||
pages: 'hidden md:block s-text-link', | ||
nextPage: 'flex items-center', | ||
firstPageButton: 'md:hidden', | ||
firstPageLabel: 'font-bold', | ||
active: 's-bg-primary s-text-inverted', | ||
defaultPage: 'hover:s-bg-primary-subtle-hover' | ||
}; |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.6.2-next.3", | ||
"version": "1.7.0-next.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288188
1281