@warp-ds/css
Advanced tools
Comparing version 1.4.0-next.4 to 1.4.0-next.5
@@ -209,4 +209,4 @@ export const pageIndicator = { | ||
chevron: 'inline-block align-middle i-text-$color-expandable-icon', | ||
chevronNonBox: 'relative left-8', | ||
chevronBox: 'absolute right-16', | ||
chevronNonBox: 'ml-8', | ||
chevronBox: '', | ||
chevronTransform: 'transform transition-transform transform-gpu ease-in-out', | ||
@@ -222,5 +222,5 @@ chevronExpand: '-rotate-180', | ||
button: buttonReset + ' hover:underline focus-visible:underline', | ||
buttonBox: 'w-full text-left relative inline-flex items-center ' + box.box, | ||
buttonBox: 'w-full text-left relative inline-flex items-center justify-between ' + box.box, | ||
paddingTop: 'pt-0', | ||
title: 'flex justify-between items-center', | ||
title: 'flex w-full justify-between items-center', | ||
titleType: 'h4', | ||
@@ -548,2 +548,2 @@ }; | ||
closeBtn: `${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonColors.pill} justify-self-end -mr-8 ml-8`, | ||
}; | ||
}; |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.4.0-next.4", | ||
"version": "1.4.0-next.5", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc", |
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
1027
74847