wargerm 0.1.0 → 0.1.4

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/dist/index.esm.js CHANGED
@@ -362,7 +362,7 @@ function Table(_ref) {
362
362
  return selectedRowKeys.includes(typeof rowKey === 'function' ? record[rowKey(record)] : record[rowKey]);
363
363
  }),
364
364
  onChange: onSelectAllChange
365
- }, ' ')), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
365
+ })), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
366
366
  style: {
367
367
  width: '50px',
368
368
  flex: '0 1 auto'
@@ -429,7 +429,7 @@ function Table(_ref) {
429
429
  }
430
430
  });
431
431
  }
432
- }, ' ')), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
432
+ })), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
433
433
  style: {
434
434
  width: '50px',
435
435
  flex: '0 1 auto'
package/dist/index.js CHANGED
@@ -372,7 +372,7 @@ function Table(_ref) {
372
372
  return selectedRowKeys.includes(typeof rowKey === 'function' ? record[rowKey(record)] : record[rowKey]);
373
373
  }),
374
374
  onChange: onSelectAllChange
375
- }, ' ')), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
375
+ })), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
376
376
  style: {
377
377
  width: '50px',
378
378
  flex: '0 1 auto'
@@ -439,7 +439,7 @@ function Table(_ref) {
439
439
  }
440
440
  });
441
441
  }
442
- }, ' ')), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
442
+ })), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
443
443
  style: {
444
444
  width: '50px',
445
445
  flex: '0 1 auto'
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.1.0",
4
+ "version": "0.1.4",
5
5
  "scripts": {
6
- "start": "dumi dev",
6
+ "dev": "dumi dev",
7
7
  "docs:build": "dumi build",
8
8
  "docs:deploy": "gh-pages -d docs-dist",
9
9
  "build": "father-build",