@yoobic/yobi 8.5.4 → 8.5.5

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.
@@ -130,7 +130,7 @@ const YooFormDocumentComponent = class {
130
130
  }
131
131
  }
132
132
  renderCardFile() {
133
- return (index.h("yoo-card-file", { isVisible: this.isVisible, file: this.document }));
133
+ return (index.h("yoo-card-file", { type: index$1.getType(this.document), isVisible: this.isVisible, file: this.document }));
134
134
  }
135
135
  renderBase() {
136
136
  var _a;
@@ -113,7 +113,7 @@ export class YooFormDocumentComponent {
113
113
  }
114
114
  }
115
115
  renderCardFile() {
116
- return (h("yoo-card-file", { isVisible: this.isVisible, file: this.document }));
116
+ return (h("yoo-card-file", { type: getType(this.document), isVisible: this.isVisible, file: this.document }));
117
117
  }
118
118
  renderBase() {
119
119
  var _a;
@@ -126,7 +126,7 @@ const YooFormDocumentComponent = class {
126
126
  }
127
127
  }
128
128
  renderCardFile() {
129
- return (h("yoo-card-file", { isVisible: this.isVisible, file: this.document }));
129
+ return (h("yoo-card-file", { type: getType(this.document), isVisible: this.isVisible, file: this.document }));
130
130
  }
131
131
  renderBase() {
132
132
  var _a;
@@ -126,7 +126,7 @@ const YooFormDocumentComponent = class {
126
126
  }
127
127
  }
128
128
  renderCardFile() {
129
- return (h("yoo-card-file", { isVisible: this.isVisible, file: this.document }));
129
+ return (h("yoo-card-file", { type: getType(this.document), isVisible: this.isVisible, file: this.document }));
130
130
  }
131
131
  renderBase() {
132
132
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.5.4",
3
+ "version": "8.5.5",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",