@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
|
}
|
package/package.json
CHANGED