ydb-components-material 0.1.78 → 0.1.79

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.
@@ -580,11 +580,11 @@ var FileItem = function FileItem(_ref) {
580
580
  onClick: function onClick() {
581
581
  return setIsShowGuide(false);
582
582
  }
583
- }), /*#__PURE__*/React.createElement("iframe", {
583
+ }), /*#__PURE__*/React.createElement("img", {
584
584
  src: guideurl,
585
- frameborder: "0",
586
- height: "90%",
587
- width: "100%"
585
+ style: {
586
+ height: '90%'
587
+ }
588
588
  })), checkPointData && /*#__PURE__*/React.createElement(CheckPoint, {
589
589
  checkPointData: checkPointData,
590
590
  handleClose: function handleClose() {
@@ -586,11 +586,11 @@ var FileItem = function FileItem(_ref) {
586
586
  onClick: function onClick() {
587
587
  return setIsShowGuide(false);
588
588
  }
589
- }), /*#__PURE__*/_react["default"].createElement("iframe", {
589
+ }), /*#__PURE__*/_react["default"].createElement("img", {
590
590
  src: guideurl,
591
- frameborder: "0",
592
- height: "90%",
593
- width: "100%"
591
+ style: {
592
+ height: '90%'
593
+ }
594
594
  })), checkPointData && /*#__PURE__*/_react["default"].createElement(_checkPoint["default"], {
595
595
  checkPointData: checkPointData,
596
596
  handleClose: function handleClose() {
@@ -89,7 +89,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
89
89
  packageName = 'ydb-components-material';
90
90
  }
91
91
  if (version === void 0) {
92
- version = '0.1.78';
92
+ version = '0.1.79';
93
93
  }
94
94
  if (basicLibraryVersion === void 0) {
95
95
  basicLibraryVersion = {
@@ -94,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
94
94
  packageName = 'ydb-components-material';
95
95
  }
96
96
  if (version === void 0) {
97
- version = '0.1.78';
97
+ version = '0.1.79';
98
98
  }
99
99
  if (basicLibraryVersion === void 0) {
100
100
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -97,10 +97,10 @@
97
97
  },
98
98
  "componentConfig": {
99
99
  "isComponentLibrary": true,
100
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.78/build/lowcode/assets-prod.json"
100
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.79/build/lowcode/assets-prod.json"
101
101
  },
102
102
  "lcMeta": {
103
103
  "type": "component"
104
104
  },
105
- "homepage": "https://unpkg.com/ydb-components-material@0.1.78/build/index.html"
105
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.79/build/index.html"
106
106
  }