@warp-ds/css 1.7.0-next.1 → 1.7.0-next.2
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 py-
|
|
76
|
+
close: 'pr-12 pl-4 py-8 rounded-r-full',
|
|
77
77
|
a11y: 'sr-only',
|
|
78
78
|
};
|
|
79
79
|
|
|
@@ -554,7 +554,7 @@ export const backwardsCompatibleClasses = {
|
|
|
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
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-
|
|
557
|
+
pillClose: 'pt-4 pb-6 text-m!' //replaced by py-8
|
|
558
558
|
};
|
|
559
559
|
|
|
560
560
|
export const pagination = {
|
package/package.json
CHANGED