@warp-ds/css 1.7.0-next.1 → 1.7.0

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-10 rounded-r-full',
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-10
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
@@ -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.7.0-next.1",
4
+ "version": "1.7.0",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",