@umami/react-zen 0.40.0 → 0.41.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -0
- package/dist/index.mjs +9 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -308,7 +308,7 @@ declare module '@umami/react-zen/Box' {
|
|
|
308
308
|
as?: string;
|
|
309
309
|
asChild?: boolean;
|
|
310
310
|
}
|
|
311
|
-
function Box({ display, color, backgroundColor, borderSize, borderRadius, shadow, padding, paddingX, paddingY, paddingTop, paddingRight, paddingBottom, paddingLeft, margin, marginX, marginY, marginTop, marginRight, marginBottom, marginLeft, width, minWidth, maxWidth, height, minHeight, maxHeight, position, align, top, right, bottom, left, flexBasis, flexGrow, flexShrink, gridArea, gridRow, gridColumn, order, as, asChild, className, style, children, ...props }: BoxProps): import("react").JSX.Element;
|
|
311
|
+
function Box({ display, color, backgroundColor, borderSize, borderRadius, shadow, padding, paddingX, paddingY, paddingTop, paddingRight, paddingBottom, paddingLeft, margin, marginX, marginY, marginTop, marginRight, marginBottom, marginLeft, overflow, overflowX, overflowY, width, minWidth, maxWidth, height, minHeight, maxHeight, position, align, top, right, bottom, left, flexBasis, flexGrow, flexShrink, gridArea, gridRow, gridColumn, order, as, asChild, className, style, children, ...props }: BoxProps): import("react").JSX.Element;
|
|
312
312
|
export { Box };
|
|
313
313
|
export type { BoxProps };
|
|
314
314
|
}
|
package/dist/index.js
CHANGED
|
@@ -26086,6 +26086,9 @@ var CSS_MAP = {
|
|
|
26086
26086
|
marginRight: "margin-right",
|
|
26087
26087
|
marginBottom: "margin-bottom",
|
|
26088
26088
|
marginLeft: "margin-left",
|
|
26089
|
+
overflow: "overflow",
|
|
26090
|
+
overflowX: "overflow-x",
|
|
26091
|
+
overflowY: "overflow-y",
|
|
26089
26092
|
width: "width",
|
|
26090
26093
|
height: "height",
|
|
26091
26094
|
minHeight: "min-height",
|
|
@@ -26202,6 +26205,9 @@ function Box({
|
|
|
26202
26205
|
marginRight,
|
|
26203
26206
|
marginBottom,
|
|
26204
26207
|
marginLeft,
|
|
26208
|
+
overflow,
|
|
26209
|
+
overflowX,
|
|
26210
|
+
overflowY,
|
|
26205
26211
|
width,
|
|
26206
26212
|
minWidth,
|
|
26207
26213
|
maxWidth,
|
|
@@ -26250,6 +26256,9 @@ function Box({
|
|
|
26250
26256
|
marginRight,
|
|
26251
26257
|
marginBottom,
|
|
26252
26258
|
marginLeft,
|
|
26259
|
+
overflow,
|
|
26260
|
+
overflowX,
|
|
26261
|
+
overflowY,
|
|
26253
26262
|
width,
|
|
26254
26263
|
minWidth,
|
|
26255
26264
|
maxWidth,
|
package/dist/index.mjs
CHANGED
|
@@ -25987,6 +25987,9 @@ var CSS_MAP = {
|
|
|
25987
25987
|
marginRight: "margin-right",
|
|
25988
25988
|
marginBottom: "margin-bottom",
|
|
25989
25989
|
marginLeft: "margin-left",
|
|
25990
|
+
overflow: "overflow",
|
|
25991
|
+
overflowX: "overflow-x",
|
|
25992
|
+
overflowY: "overflow-y",
|
|
25990
25993
|
width: "width",
|
|
25991
25994
|
height: "height",
|
|
25992
25995
|
minHeight: "min-height",
|
|
@@ -26103,6 +26106,9 @@ function Box({
|
|
|
26103
26106
|
marginRight,
|
|
26104
26107
|
marginBottom,
|
|
26105
26108
|
marginLeft,
|
|
26109
|
+
overflow,
|
|
26110
|
+
overflowX,
|
|
26111
|
+
overflowY,
|
|
26106
26112
|
width,
|
|
26107
26113
|
minWidth,
|
|
26108
26114
|
maxWidth,
|
|
@@ -26151,6 +26157,9 @@ function Box({
|
|
|
26151
26157
|
marginRight,
|
|
26152
26158
|
marginBottom,
|
|
26153
26159
|
marginLeft,
|
|
26160
|
+
overflow,
|
|
26161
|
+
overflowX,
|
|
26162
|
+
overflowY,
|
|
26154
26163
|
width,
|
|
26155
26164
|
minWidth,
|
|
26156
26165
|
maxWidth,
|