xrk-components 2.0.0-beta.22 → 2.0.0-beta.23

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/lib/index.css CHANGED
@@ -19657,8 +19657,8 @@
19657
19657
  background-color: #f0f0f0;
19658
19658
  }
19659
19659
  .xrk-custom-image-viewer[data-v-35819562] {
19660
- width: 500px;
19661
- height: 500px;
19660
+ width: 100%;
19661
+ height: 100%;
19662
19662
  position: relative;
19663
19663
  overflow: hidden;
19664
19664
  }
package/lib/index.esm.js CHANGED
@@ -71271,7 +71271,10 @@ var script$B = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$z
71271
71271
 
71272
71272
  script$B.__file = "packages/base/image/image.vue";
71273
71273
 
71274
- var _hoisted_1$f = { key: 0 };
71274
+ var _hoisted_1$f = {
71275
+ key: 0,
71276
+ style: { "width": "100%", "height": "100%" }
71277
+ };
71275
71278
  var _hoisted_2$8 = {
71276
71279
  key: 0,
71277
71280
  style: { "position": "absolute", "width": "100%", "height": "100%", "left": "0", "top": "0" }
package/lib/index.umd.js CHANGED
@@ -71274,7 +71274,10 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
71274
71274
 
71275
71275
  script$B.__file = "packages/base/image/image.vue";
71276
71276
 
71277
- var _hoisted_1$f = { key: 0 };
71277
+ var _hoisted_1$f = {
71278
+ key: 0,
71279
+ style: { "width": "100%", "height": "100%" }
71280
+ };
71278
71281
  var _hoisted_2$8 = {
71279
71282
  key: 0,
71280
71283
  style: { "position": "absolute", "width": "100%", "height": "100%", "left": "0", "top": "0" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.0-beta.23",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",