@umami/react-zen 0.235.0 → 0.237.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.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +2 -2
- package/styles.full.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -181,8 +181,6 @@ interface BoxProps extends Omit<HTMLAttributes<HTMLElement>, 'color'> {
|
|
|
181
181
|
display?: Responsive$1<Display>;
|
|
182
182
|
color?: FontColor;
|
|
183
183
|
backgroundColor?: BackgroundColor;
|
|
184
|
-
fontSize?: Responsive$1<FontSize>;
|
|
185
|
-
fontWeight?: Responsive$1<FontWeight>;
|
|
186
184
|
border?: Responsive$1<Border>;
|
|
187
185
|
borderWidth?: Responsive$1<BorderWidth>;
|
|
188
186
|
borderColor?: BorderColor;
|
package/dist/index.d.ts
CHANGED
|
@@ -181,8 +181,6 @@ interface BoxProps extends Omit<HTMLAttributes<HTMLElement>, 'color'> {
|
|
|
181
181
|
display?: Responsive$1<Display>;
|
|
182
182
|
color?: FontColor;
|
|
183
183
|
backgroundColor?: BackgroundColor;
|
|
184
|
-
fontSize?: Responsive$1<FontSize>;
|
|
185
|
-
fontWeight?: Responsive$1<FontWeight>;
|
|
186
184
|
border?: Responsive$1<Border>;
|
|
187
185
|
borderWidth?: Responsive$1<BorderWidth>;
|
|
188
186
|
borderColor?: BorderColor;
|
package/dist/index.js
CHANGED
|
@@ -2478,8 +2478,6 @@ var Box = react.forwardRef(function Box2({
|
|
|
2478
2478
|
display,
|
|
2479
2479
|
color,
|
|
2480
2480
|
backgroundColor,
|
|
2481
|
-
fontSize,
|
|
2482
|
-
fontWeight,
|
|
2483
2481
|
border,
|
|
2484
2482
|
borderWidth,
|
|
2485
2483
|
borderColor,
|
|
@@ -2548,8 +2546,6 @@ var Box = react.forwardRef(function Box2({
|
|
|
2548
2546
|
mapDisplay(display),
|
|
2549
2547
|
mapTextColor(toStringValue(color)),
|
|
2550
2548
|
mapBackgroundColor(toStringValue(backgroundColor)),
|
|
2551
|
-
mapFontSize(fontSize),
|
|
2552
|
-
mapFontWeight(fontWeight),
|
|
2553
2549
|
mapBorder(border),
|
|
2554
2550
|
mapBorderWidth(borderWidth),
|
|
2555
2551
|
mapBorderColor(toStringValue(borderColor)),
|