@arbisoft/react-design-tool 1.0.30 → 1.0.31
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/README.md +2 -2
- package/dist/cjs/index.js +1 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,13 +40,13 @@ yarn add @arbisoft/react-design-tool
|
|
|
40
40
|
#### ⚠️ Important: Installation Guide for React 18 and Below
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
npm install @arbisoft/react-design-tool@1.0.
|
|
43
|
+
npm install @arbisoft/react-design-tool@1.0.31
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
OR
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
|
-
yarn add @arbisoft/react-design-tool@1.0.
|
|
49
|
+
yarn add @arbisoft/react-design-tool@1.0.31
|
|
50
50
|
|
|
51
51
|
```
|
|
52
52
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -5463,9 +5463,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
5463
5463
|
onToggle = _ref.onToggle,
|
|
5464
5464
|
isActive = _ref.isActive,
|
|
5465
5465
|
disabled = _ref.disabled;
|
|
5466
|
-
return /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(InfoContainer, null, /*#__PURE__*/React.createElement(
|
|
5467
|
-
src: IconInfo
|
|
5468
|
-
}), /*#__PURE__*/React.createElement(StyledText, {
|
|
5466
|
+
return /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(InfoContainer, null, /*#__PURE__*/React.createElement(StyledText, {
|
|
5469
5467
|
marginLeft: 6,
|
|
5470
5468
|
color: theme.color.black,
|
|
5471
5469
|
fontSize: 12,
|