@warp-ds/css 1.6.2-next.2 → 1.6.2-next.3
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.
|
@@ -73,7 +73,7 @@ export const pill = {
|
|
|
73
73
|
label: 'pl-12 py-8 rounded-l-full',
|
|
74
74
|
labelWithoutClose: 'pr-12 rounded-r-full',
|
|
75
75
|
labelWithClose: 'pr-2',
|
|
76
|
-
close: 'pr-12 pl-4
|
|
76
|
+
close: 'pr-12 pl-4 py-10 rounded-r-full',
|
|
77
77
|
a11y: 'sr-only',
|
|
78
78
|
};
|
|
79
79
|
|
|
@@ -553,5 +553,6 @@ export const backwardsCompatibleClasses = {
|
|
|
553
553
|
checkboxInvalid: 'peer-checked:before:i-border-$color-checkbox-negative-border-selected peer-checked:peer-hover:before:i-border-$color-checkbox-negative-border-selected-hover', //replaced in v1.5.0
|
|
554
554
|
radioInvalid: 'peer-checked:before:i-border-$color-radio-negative-border-selected peer-checked:peer-hover:before:i-border-$color-radio-negative-border-selected-hover ', //replaced in v1.5.0
|
|
555
555
|
radioDisabled: 'before:i-bg-$color-radio-background-disabled before:i-bg-$color-checkbox-background-disabled peer-checked:before:i-border-$color-radio-border-selected-disabled', //replaced in v1.5.0
|
|
556
|
-
modalTitle: 'h-40 sm:h-48 items-center' // replaced by min-h-40 sm:min-h-48 items-start
|
|
556
|
+
modalTitle: 'h-40 sm:h-48 items-center', // replaced by min-h-40 sm:min-h-48 items-start
|
|
557
|
+
pillClose: 'pt-4 pb-6 text-m!' //replaced by py-10
|
|
557
558
|
};
|
package/package.json
CHANGED