@sinco/react 1.1.2-rc.78 → 1.1.2-rc.79

Sign up to get free protection for your applications and to get access to all the features.
package/index.esm.js CHANGED
@@ -13649,19 +13649,19 @@ var ProgressSinco = function ProgressSinco(_ref) {
13649
13649
  id: "spinner",
13650
13650
  viewBox: "0 0 91 60"
13651
13651
  }, React__default.createElement("path", {
13652
- id: styles.path1,
13652
+ id: styles['path1'],
13653
13653
  d: "M16.8395 59.9966L34.0333 41.8759L23.6316 19.7821L0.100342 19.845L16.8395 59.9966Z",
13654
13654
  fill: "#0C4271"
13655
13655
  }), React__default.createElement("path", {
13656
- id: styles.path2,
13656
+ id: styles['path2'],
13657
13657
  d: "M0 18.1417H54.2501L69.5867 0L13.9796 0.160958L0 18.1417Z",
13658
13658
  fill: "#3872A9"
13659
13659
  }), React__default.createElement("path", {
13660
- id: styles.path3,
13660
+ id: styles['path3'],
13661
13661
  d: "M90.177 41.0402L71.8396 0.0457764L55.4082 19.2962L65.6909 41.0332L90.177 41.0402Z",
13662
13662
  fill: "#2063A0"
13663
13663
  }), React__default.createElement("path", {
13664
- id: styles.path4,
13664
+ id: styles['path4'],
13665
13665
  d: "M35.4515 42.6838L19.1216 59.9965L76.425 60L90.1772 42.6838H35.4515Z",
13666
13666
  fill: "#4E91C3"
13667
13667
  })), React__default.createElement("use", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.78",
3
+ "version": "1.1.2-rc.79",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  interface FooterActionsProperties {
3
- labelChangeCounter: React.ReactNode;
3
+ children?: React.ReactNode;
4
+ labelChangeCounter: React.ReactNode | string;
4
5
  leftContent?: React.ReactNode;
5
6
  rightContent?: React.ReactNode;
6
7
  }