@warp-ds/css
Advanced tools
Comparing version 1.7.1-next.20 to 1.7.1-next.21
@@ -513,2 +513,3 @@ export namespace pageIndicator { | ||
export let removedModalTokens: string; | ||
export let removedPageIndicatorTokens: string; | ||
} | ||
@@ -515,0 +516,0 @@ export namespace pagination { |
export const pageIndicator = { | ||
wrapper: 'flex space-x-8 p-8', | ||
dot: 'h-8 w-8 rounded-full', | ||
inactive: 'i-bg-$color-pageindicator-background hover:i-bg-$color-pageindicator-background-hover', | ||
active: 'i-bg-$color-pageindicator-background-selected', | ||
inactive: 'bg-[--w-s-icon-disabled] hover:bg-[--w-s-icon-subtle]', | ||
active: 'bg-[--w-s-icon-selected]', | ||
}; | ||
@@ -539,2 +539,3 @@ | ||
removedModalTokens: 'i-bg-$color-modal-background i-shadow-$shadow-modal before:i-bg-$color-modal-backdrop-background before:content-[""] before:absolute before:top-0 before:bottom-0 before:left-0 before:right-0 before:opacity-25', | ||
removedPageIndicatorTokens: 'i-bg-$color-pageindicator-background hover:i-bg-$color-pageindicator-background-hover i-bg-$color-pageindicator-background-selected', | ||
}; | ||
@@ -541,0 +542,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.7.1-next.20", | ||
"version": "1.7.1-next.21", | ||
"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
Sorry, the diff of this file is not supported yet
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
311599
1335