@cronocode/react-box 1.5.4 → 1.5.5
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.
- package/baseSvg.module.css.cjs +1 -1
- package/baseSvg.module.css.mjs +1 -1
- package/box.module.css.cjs +1 -1
- package/box.module.css.mjs +1 -1
- package/package.json +1 -1
- package/plugins.cjs +3 -3
- package/plugins.mjs +3 -3
- package/style.css +1 -1
- package/types.d.ts +1 -1
package/types.d.ts
CHANGED
|
@@ -217,7 +217,7 @@ interface BoxPointerEvents {
|
|
|
217
217
|
pointerEvents?: PointerEventsType;
|
|
218
218
|
}
|
|
219
219
|
type BoxNormalStyles = BoxPseudoClasses & BoxDisplay & BoxSizing & BoxPosition & BoxSize & BoxMargin & BoxPadding & BoxBorder & BoxCursor & BoxZIndex & BoxOverflow & BoxOpacity & BoxFont & BoxText & BoxFlex & BoxOutline & BoxTransition & BoxUserSelect & BoxAppearance & BoxPointerEvents;
|
|
220
|
-
declare namespace Augmented {
|
|
220
|
+
export declare namespace Augmented {
|
|
221
221
|
interface BoxProps {
|
|
222
222
|
}
|
|
223
223
|
interface SvgProps {
|