@warp-ds/css 1.4.2-next.2 → 1.4.2-next.4

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.
@@ -479,5 +479,9 @@ export namespace attention {
479
479
  export const closeBtn: string;
480
480
  }
481
481
  export namespace backwardsCompatibleClasses {
482
- const modalBackdrop: string;
482
+ export const modalBackdrop: string;
483
+ const chevronBox_1: string;
484
+ export { chevronBox_1 as chevronBox };
485
+ const chevronNonBox_1: string;
486
+ export { chevronNonBox_1 as chevronNonBox };
483
487
  }
@@ -547,4 +547,6 @@ export const attention = {
547
547
 
548
548
  export const backwardsCompatibleClasses = {
549
549
  modalBackdrop: 'z-20', // replaced by z-30 in v1.4.0
550
+ chevronBox: 'right-16', //removed in v1.4.0
551
+ chevronNonBox: 'left-8', //removed in v1.4.0
550
552
  };
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.4.2-next.2",
4
+ "version": "1.4.2-next.4",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",