@umami/react-zen 0.236.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.mjs
CHANGED
|
@@ -2457,8 +2457,6 @@ var Box = forwardRef(function Box2({
|
|
|
2457
2457
|
display,
|
|
2458
2458
|
color,
|
|
2459
2459
|
backgroundColor,
|
|
2460
|
-
fontSize,
|
|
2461
|
-
fontWeight,
|
|
2462
2460
|
border,
|
|
2463
2461
|
borderWidth,
|
|
2464
2462
|
borderColor,
|
|
@@ -2527,8 +2525,6 @@ var Box = forwardRef(function Box2({
|
|
|
2527
2525
|
mapDisplay(display),
|
|
2528
2526
|
mapTextColor(toStringValue(color)),
|
|
2529
2527
|
mapBackgroundColor(toStringValue(backgroundColor)),
|
|
2530
|
-
mapFontSize(fontSize),
|
|
2531
|
-
mapFontWeight(fontWeight),
|
|
2532
2528
|
mapBorder(border),
|
|
2533
2529
|
mapBorderWidth(borderWidth),
|
|
2534
2530
|
mapBorderColor(toStringValue(borderColor)),
|