@arbisoft/react-design-tool 1.0.12 → 1.0.13
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 +2 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,11 +36,11 @@ yarn add @arbisoft/react-design-tool
|
|
|
36
36
|
#### ⚠️ Important: Installation Guide for React 18 and Below
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
npm install @arbisoft/react-design-tool@1.0.
|
|
39
|
+
npm install @arbisoft/react-design-tool@1.0.13
|
|
40
40
|
```
|
|
41
41
|
OR
|
|
42
42
|
```bash
|
|
43
|
-
yarn add @arbisoft/react-design-tool@1.0.
|
|
43
|
+
yarn add @arbisoft/react-design-tool@1.0.13
|
|
44
44
|
|
|
45
45
|
```
|
|
46
46
|
## 🚀 Quick Start
|
package/dist/cjs/index.js
CHANGED
|
@@ -608,7 +608,6 @@ var _templateObject$t;
|
|
|
608
608
|
var SideBarWrapper$1 = styled.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteral(["\n background-color: ", ";\n display: flex;\n flex-direction: column;\n width: 100px;\n overflow: auto;\n"])), theme.color.white);
|
|
609
609
|
|
|
610
610
|
var propTypes$y = {
|
|
611
|
-
key: PropTypes.string,
|
|
612
611
|
isSelected: PropTypes.bool,
|
|
613
612
|
onClick: PropTypes.func,
|
|
614
613
|
icon: PropTypes.node,
|
|
@@ -1880,7 +1879,7 @@ var SideBar = function SideBar(_ref) {
|
|
|
1880
1879
|
return null;
|
|
1881
1880
|
}
|
|
1882
1881
|
return /*#__PURE__*/React.createElement(SideBarPill, {
|
|
1883
|
-
key:
|
|
1882
|
+
key: Date.now(),
|
|
1884
1883
|
id: item === null || item === void 0 ? void 0 : item.id,
|
|
1885
1884
|
isSelected: selectedSideBarItem === (item === null || item === void 0 ? void 0 : item.id),
|
|
1886
1885
|
onClick: function onClick() {
|
|
@@ -2213,7 +2212,7 @@ var propTypes$s = {
|
|
|
2213
2212
|
paddingRight: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2214
2213
|
list: PropTypes.array,
|
|
2215
2214
|
onSelect: PropTypes.func,
|
|
2216
|
-
fontPicker: PropTypes.
|
|
2215
|
+
fontPicker: PropTypes.any,
|
|
2217
2216
|
tooltip: PropTypes.string
|
|
2218
2217
|
};
|
|
2219
2218
|
|