x-ui-design 0.2.73 → 0.2.74

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.js CHANGED
@@ -1368,33 +1368,33 @@ const EmptyContent = ({
1368
1368
  title = 'No Data',
1369
1369
  description = 'No data',
1370
1370
  prefixCls = prefixClsEmpty
1371
- }) => /*#__PURE__*/React.createElement("div", {
1371
+ }) => /*#__PURE__*/React$1.createElement("div", {
1372
1372
  style: style,
1373
1373
  className: `${prefixCls} ${prefixCls}-normal ${prefixCls}-small ${className}`
1374
- }, /*#__PURE__*/React.createElement("div", {
1374
+ }, /*#__PURE__*/React$1.createElement("div", {
1375
1375
  className: `${prefixCls}-image`
1376
- }, icon || /*#__PURE__*/React.createElement("svg", {
1376
+ }, icon || /*#__PURE__*/React$1.createElement("svg", {
1377
1377
  width: "64",
1378
1378
  height: "41",
1379
1379
  viewBox: "0 0 64 41",
1380
1380
  xmlns: "http://www.w3.org/2000/svg"
1381
- }, /*#__PURE__*/React.createElement("title", null, title), /*#__PURE__*/React.createElement("g", {
1381
+ }, /*#__PURE__*/React$1.createElement("title", null, title), /*#__PURE__*/React$1.createElement("g", {
1382
1382
  transform: "translate(0 1)",
1383
1383
  fill: "none"
1384
- }, /*#__PURE__*/React.createElement("ellipse", {
1384
+ }, /*#__PURE__*/React$1.createElement("ellipse", {
1385
1385
  fill: "#f5f5f5",
1386
1386
  cx: "32",
1387
1387
  cy: "33",
1388
1388
  rx: "32",
1389
1389
  ry: "7"
1390
- }), /*#__PURE__*/React.createElement("g", {
1390
+ }), /*#__PURE__*/React$1.createElement("g", {
1391
1391
  stroke: "#d9d9d9"
1392
- }, /*#__PURE__*/React.createElement("path", {
1392
+ }, /*#__PURE__*/React$1.createElement("path", {
1393
1393
  d: "M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
1394
- }), /*#__PURE__*/React.createElement("path", {
1394
+ }), /*#__PURE__*/React$1.createElement("path", {
1395
1395
  d: "M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",
1396
1396
  fill: "#fafafa"
1397
- }))))), /*#__PURE__*/React.createElement("div", {
1397
+ }))))), /*#__PURE__*/React$1.createElement("div", {
1398
1398
  className: `${prefixCls}-description`
1399
1399
  }, description));
1400
1400