@vc-shell/framework 1.0.104 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.104...v1.0.105) (2023-10-02)
2
+
3
+
4
+
1
5
  ## [1.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.103...v1.0.104) (2023-10-02)
2
6
 
3
7
 
@@ -50542,6 +50542,7 @@ const r4 = /* @__PURE__ */ ne("span", null, ")", -1), i4 = { class: "tw-w-full t
50542
50542
  se(Y(vl), {
50543
50543
  src: p.url,
50544
50544
  size: "xl",
50545
+ background: "contain",
50545
50546
  bordered: !0,
50546
50547
  clickable: !0,
50547
50548
  onClick: (s) => r.value = a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.104",
3
+ "version": "1.0.105",
4
4
  "main": "./dist/framework.mjs",
5
5
  "module": "./dist/framework.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -55,8 +55,8 @@
55
55
  "whatwg-fetch": "^3.6.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@vc-shell/api-client-generator": "^1.0.104",
59
- "@vc-shell/config-generator": "^1.0.104",
58
+ "@vc-shell/api-client-generator": "^1.0.105",
59
+ "@vc-shell/config-generator": "^1.0.105",
60
60
  "@vitejs/plugin-vue": "^4.2.3",
61
61
  "sass": "^1.62.1",
62
62
  "typescript": "~5.0.4",
@@ -52,6 +52,7 @@
52
52
  <VcImage
53
53
  :src="item.url"
54
54
  size="xl"
55
+ background="contain"
55
56
  :bordered="true"
56
57
  :clickable="true"
57
58
  @click="localIndex = i"