@warp-ds/css
Advanced tools
Comparing version 1.7.1-next.8 to 1.7.1-next.9
@@ -504,2 +504,3 @@ export namespace pageIndicator { | ||
export let removedButtonGroupTokens: string; | ||
export let removedCalloutTokens: string; | ||
} | ||
@@ -506,0 +507,0 @@ export namespace pagination { |
@@ -498,4 +498,4 @@ export const pageIndicator = { | ||
tooltip: 'i-bg-$color-tooltip-background i-border-$color-tooltip-background i-shadow-$shadow-tooltip i-text-$color-tooltip-text rounded-4 py-6 px-8', | ||
callout: 'i-bg-$color-callout-background i-border-$color-callout-border i-text-$color-callout-text py-8 px-16 rounded-8', | ||
highlight: 'i-bg-$color-callout-background i-border-$color-callout-border i-text-$color-callout-text py-8 px-16 rounded-8 drop-shadow-m', | ||
callout: 'bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8', | ||
highlight: 'bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8 drop-shadow-m', | ||
popover: 'i-bg-$color-popover-background i-border-$color-popover-background i-text-$color-popover-paragraph-text rounded-8 p-16 drop-shadow-m', | ||
@@ -508,5 +508,5 @@ arrowBase: 'absolute h-[14px] w-[14px] border-2 border-b-0 border-r-0 rounded-tl-4 transform', | ||
arrowTooltip: 'i-bg-$color-tooltip-background i-border-$color-tooltip-background', | ||
arrowCallout: 'i-bg-$color-callout-background i-border-$color-callout-border', | ||
arrowCallout: 'bg-[--w-color-callout-background] border-[--w-color-callout-border]', | ||
arrowPopover: 'i-bg-$color-popover-background i-border-$color-popover-background', | ||
arrowHighlight: 'i-bg-$color-callout-background i-border-$color-callout-border', | ||
arrowHighlight: 'bg-[--w-color-callout-background] border-[--w-color-callout-border]', | ||
content: 'last-child:mb-0', | ||
@@ -532,2 +532,3 @@ notCallout: 'absolute z-50', | ||
removedButtonGroupTokens: 'peer-hover:peer-not-checked:i-bg-$color-buttongroup-primary-background-hover peer-checked:i-text-$color-buttongroup-primary-text-selected peer-checked:i-bg-$color-buttongroup-primary-background-selected peer-checked:i-border-$color-buttongroup-primary-border-selected i-text-$color-buttongroup-primary-text i-bg-$color-buttongroup-primary-background i-border-$color-buttongroup-primary-border i-bg-$color-buttongroup-utility-background-selected! i-border-$color-buttongroup-utility-border-selected i-border-$color-buttongroup-utility-border active:i-border-$color-buttongroup-utility-border-selected active:i-bg-$color-buttongroup-utility-background-selected hover:i-bg-$color-buttongroup-utility-background-hover i-text-$color-buttongroup-utility-text-selected! i-shadow-$shadow-buttongroup i-text-$color-buttongroup-utility-text i-bg-$color-buttongroup-utility-background hover:i-bg-$color-buttongroup-utility-background-hover active:i-text-$color-buttongroup-utility-text-selected active:i-bg-$color-buttongroup-utility-background-selected', | ||
removedCalloutTokens: 'i-bg-$color-callout-background i-border-$color-callout-border i-text-$color-callout-text', | ||
}; | ||
@@ -534,0 +535,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.7.1-next.8", | ||
"version": "1.7.1-next.9", | ||
"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
301138
1297