ydb-components-material 0.1.99 → 0.1.100

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.
@@ -213,7 +213,6 @@ var SceneTree = function SceneTree(_ref) {
213
213
  "aria-labelledby": "groupId"
214
214
  }, node.options.map(function (option, index) {
215
215
  console.log('optionsVal', option.value);
216
- var isOverFlow = option.name.length > 4;
217
216
  return /*#__PURE__*/React.createElement("div", {
218
217
  key: index,
219
218
  style: {
@@ -247,7 +246,6 @@ var SceneTree = function SceneTree(_ref) {
247
246
  onChange: onValChange,
248
247
  className: isPC && 'options_pc'
249
248
  }, node.options.map(function (option, index) {
250
- var showMutualExclusionPrompt = option.mutualExclusionPrompt;
251
249
  return /*#__PURE__*/React.createElement("div", {
252
250
  style: {
253
251
  display: 'flex',
@@ -274,7 +272,7 @@ var SceneTree = function SceneTree(_ref) {
274
272
  arrowPointToCenter: true,
275
273
  title: "",
276
274
  delay: 20
277
- }, node.description), option.showMutuallyExclusivePrompt && option.mutualExclusionPrompt && /*#__PURE__*/React.createElement("div", {
275
+ }, option.description), option.showMutuallyExclusivePrompt && option.mutualExclusionPrompt && /*#__PURE__*/React.createElement("div", {
278
276
  className: "mutualExclusionPrompt"
279
277
  }, /*#__PURE__*/React.createElement(_Icon, {
280
278
  type: "prompt",
@@ -219,7 +219,6 @@ var SceneTree = function SceneTree(_ref) {
219
219
  "aria-labelledby": "groupId"
220
220
  }, node.options.map(function (option, index) {
221
221
  console.log('optionsVal', option.value);
222
- var isOverFlow = option.name.length > 4;
223
222
  return /*#__PURE__*/React.createElement("div", {
224
223
  key: index,
225
224
  style: {
@@ -253,7 +252,6 @@ var SceneTree = function SceneTree(_ref) {
253
252
  onChange: onValChange,
254
253
  className: isPC && 'options_pc'
255
254
  }, node.options.map(function (option, index) {
256
- var showMutualExclusionPrompt = option.mutualExclusionPrompt;
257
255
  return /*#__PURE__*/React.createElement("div", {
258
256
  style: {
259
257
  display: 'flex',
@@ -280,7 +278,7 @@ var SceneTree = function SceneTree(_ref) {
280
278
  arrowPointToCenter: true,
281
279
  title: "",
282
280
  delay: 20
283
- }, node.description), option.showMutuallyExclusivePrompt && option.mutualExclusionPrompt && /*#__PURE__*/React.createElement("div", {
281
+ }, option.description), option.showMutuallyExclusivePrompt && option.mutualExclusionPrompt && /*#__PURE__*/React.createElement("div", {
284
282
  className: "mutualExclusionPrompt"
285
283
  }, /*#__PURE__*/React.createElement(_icon["default"], {
286
284
  type: "prompt",
@@ -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.99';
97
+ version = '0.1.100';
98
98
  }
99
99
  if (basicLibraryVersion === void 0) {
100
100
  basicLibraryVersion = {
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
99
99
  packageName = 'ydb-components-material';
100
100
  }
101
101
  if (version === void 0) {
102
- version = '0.1.99';
102
+ version = '0.1.100';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -100,10 +100,10 @@
100
100
  },
101
101
  "componentConfig": {
102
102
  "isComponentLibrary": true,
103
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.99/build/lowcode/assets-prod.json"
103
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.100/build/lowcode/assets-prod.json"
104
104
  },
105
105
  "lcMeta": {
106
106
  "type": "component"
107
107
  },
108
- "homepage": "https://unpkg.com/ydb-components-material@0.1.99/build/index.html"
108
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.100/build/index.html"
109
109
  }