@minto-ai/mini-ui 1.0.103 → 1.0.105

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -2009,7 +2009,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2009
2009
  const imageStyles = computed(() => {
2010
2010
  const styles = {};
2011
2011
  if (!checkEmpty(props.width)) {
2012
- styles["--mt-image-wdith"] = convertValueToViewportWidth(props.width);
2012
+ styles["--mt-image-width"] = convertValueToViewportWidth(props.width);
2013
2013
  }
2014
2014
  if (!checkEmpty(props.height)) {
2015
2015
  styles["--mt-image-height"] = convertValueToViewportWidth(props.height);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@minto-ai/mini-ui",
3
3
  "type": "module",
4
- "version": "1.0.103",
4
+ "version": "1.0.105",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },