ydb-components-material 0.1.149 → 0.1.150

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.
@@ -257,7 +257,7 @@ var FileItem = function FileItem(_ref) {
257
257
  content: '请选择文件上传方式',
258
258
  footerAlign: 'center',
259
259
  okProps: {
260
- children: '拍照'
260
+ children: '拍照上传'
261
261
  },
262
262
  cancelProps: {
263
263
  children: '选择文件'
@@ -142,6 +142,7 @@
142
142
  .btn {
143
143
  display: flex;
144
144
  gap: 4px;
145
+ width: 55px;
145
146
  }
146
147
  }
147
148
  }
@@ -263,7 +263,7 @@ var FileItem = function FileItem(_ref) {
263
263
  content: '请选择文件上传方式',
264
264
  footerAlign: 'center',
265
265
  okProps: {
266
- children: '拍照'
266
+ children: '拍照上传'
267
267
  },
268
268
  cancelProps: {
269
269
  children: '选择文件'
@@ -142,6 +142,7 @@
142
142
  .btn {
143
143
  display: flex;
144
144
  gap: 4px;
145
+ width: 55px;
145
146
  }
146
147
  }
147
148
  }
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
98
98
  packageName = 'ydb-components-material';
99
99
  }
100
100
  if (version === void 0) {
101
- version = '0.1.149';
101
+ version = '0.1.150';
102
102
  }
103
103
  if (basicLibraryVersion === void 0) {
104
104
  basicLibraryVersion = {
@@ -103,7 +103,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
103
103
  packageName = 'ydb-components-material';
104
104
  }
105
105
  if (version === void 0) {
106
- version = '0.1.149';
106
+ version = '0.1.150';
107
107
  }
108
108
  if (basicLibraryVersion === void 0) {
109
109
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.149",
3
+ "version": "0.1.150",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -102,10 +102,10 @@
102
102
  },
103
103
  "componentConfig": {
104
104
  "isComponentLibrary": true,
105
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.149/build/lowcode/assets-prod.json"
105
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.150/build/lowcode/assets-prod.json"
106
106
  },
107
107
  "lcMeta": {
108
108
  "type": "component"
109
109
  },
110
- "homepage": "https://unpkg.com/ydb-components-material@0.1.149/build/index.html"
110
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.150/build/index.html"
111
111
  }