@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.
@@ -492,4 +492,5 @@ export namespace backwardsCompatibleClasses {
492
492
  const radioDisabled_1: string;
493
493
  export { radioDisabled_1 as radioDisabled };
494
494
  export const modalTitle: string;
495
+ export const pillClose: string;
495
496
  }
@@ -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 pt-4 pb-6 rounded-r-full text-m!',
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "1.6.2-next.2",
4
+ "version": "1.6.2-next.3",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",