@uni-design-system/uni-react 8.4.0 → 9.0.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/esm/index.js CHANGED
@@ -19733,7 +19733,6 @@ const BOX_STYLE_PROP_KEYS = [
19733
19733
  "gridColumn",
19734
19734
  "gridRow",
19735
19735
  "overflow",
19736
- "elevation",
19737
19736
  "shadow",
19738
19737
  "gap",
19739
19738
  "fullWidth",
@@ -19778,7 +19777,6 @@ function boxClassName(props, styles) {
19778
19777
  ...styles.paddingRight(props.paddingRight),
19779
19778
  ...styles.paddingTop(props.paddingTop),
19780
19779
  ...styles.paddingBottom(props.paddingBottom),
19781
- ...styles.boxShadow(props.elevation),
19782
19780
  ...styles.boxShadow(props.shadow),
19783
19781
  ...styles.radius(props.borderRadius),
19784
19782
  ...styles.getRadiusLeft(props.borderRadiusLeft),