@warp-ds/css 1.4.0-next.4 → 1.4.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -206,8 +206,8 @@ export const expandable = {
|
|
|
206
206
|
expandableBox: 'i-bg-$color-expandable-background hover:i-bg-$color-expandable-background-hover py-0 px-0 ' + box.box,
|
|
207
207
|
expandableBleed: box.bleed,
|
|
208
208
|
chevron: 'inline-block align-middle i-text-$color-expandable-icon',
|
|
209
|
-
chevronNonBox: '
|
|
210
|
-
chevronBox: '
|
|
209
|
+
chevronNonBox: 'ml-8',
|
|
210
|
+
chevronBox: '',
|
|
211
211
|
chevronTransform: 'transform transition-transform transform-gpu ease-in-out',
|
|
212
212
|
chevronExpand: '-rotate-180',
|
|
213
213
|
chevronCollapse: 'rotate-180',
|
|
@@ -218,9 +218,9 @@ export const expandable = {
|
|
|
218
218
|
expansion: 'overflow-hidden',
|
|
219
219
|
expansionNotExpanded: 'h-0 invisible',
|
|
220
220
|
button: buttonReset + ' hover:underline focus-visible:underline',
|
|
221
|
-
buttonBox: 'w-full text-left relative inline-flex items-center ' + box.box,
|
|
221
|
+
buttonBox: 'w-full text-left relative inline-flex items-center justify-between ' + box.box,
|
|
222
222
|
paddingTop: 'pt-0',
|
|
223
|
-
title: 'flex justify-between items-center',
|
|
223
|
+
title: 'flex w-full justify-between items-center',
|
|
224
224
|
titleType: 'h4',
|
|
225
225
|
};
|
|
226
226
|
|
|
@@ -543,4 +543,4 @@ export const attention = {
|
|
|
543
543
|
content: 'last-child:mb-0',
|
|
544
544
|
notCallout: 'absolute z-50',
|
|
545
545
|
closeBtn: `${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonColors.pill} justify-self-end -mr-8 ml-8`,
|
|
546
|
-
};
|
|
546
|
+
};
|
package/package.json
CHANGED