@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.77 to 1.0.0-alpha.78
10
index.js
@@ -275,8 +275,8 @@ export const attention = { | ||
backdrop: | ||
'fixed inset-0 flex sm:place-content-center sm:place-items-center items-end z-20', | ||
'fixed inset-0 flex sm:place-content-center sm:place-items-center items-end z-20 [--w-modal-max-height: 80%] [--w-modal-width: 640px]', | ||
modal: | ||
'sm:pb-safe i-shadow-$shadow-modal w-[640px] max-h-4/5 relative transition-300 backface-hidden will-change-height rounded-8 mx-0 sm:mx-16 i-bg-$color-modal-background flex flex-col overflow-hidden outline-none space-y-16 pt-8 sm:pt-32 sm:pb-32 rounded-b-0 sm:rounded-b-8', | ||
'sm:pb-safe-[32] i-shadow-$shadow-modal max-h-[--w-modal-max-height] min-h-[--w-modal-min-height] w-[--w-modal-width] h-[--w-modal-height] relative transition-300 ease-in-out backface-hidden will-change-height rounded-8 mx-0 sm:mx-16 i-bg-$color-modal-background flex flex-col overflow-hidden outline-none space-y-16 pt-8 sm:pt-32 sm:pb-32 rounded-b-0 sm:rounded-b-8', | ||
content: | ||
'block overflow-y-auto overflow-x-hidden last:mb-0 flex-grow flex-shrink px-16 sm:px-32 relative', | ||
footer: 'flex justify-end flex-shrink-0 px-16 sm:px-32', | ||
'block overflow-y-auto overflow-x-hidden last:mb-0 flex-grow shrink px-16 sm:px-32 relative', | ||
footer: 'flex justify-end shrink-0 px-16 sm:px-32', | ||
transitionTitle: 'transition-all duration-300', | ||
@@ -286,3 +286,3 @@ transitionTitleCenter: 'justify-self-center', | ||
title: | ||
'-mt-4 sm:-mt-8 h-40 sm:h-48 grid f-grid gap-8 sm:gap-16 grid-cols-[auto_1fr_auto] items-center px-16 sm:px-32 border-b sm:border-b-0 flex-shrink-0', | ||
'-mt-4 sm:-mt-8 h-40 sm:h-48 grid gap-8 sm:gap-16 grid-cols-[auto_1fr_auto] items-center px-16 sm:px-32 border-b sm:border-b-0 shrink-0', | ||
titleText: 'mb-0 h4 sm:h3', | ||
@@ -289,0 +289,0 @@ titleButton: button.buttonPill + ' sm:min-h-[32px] sm:min-w-[32px]', |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.77", | ||
"version": "1.0.0-alpha.78", | ||
"description": "WARP component classes", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
79089
548