@arbisoft/react-design-tool 1.0.14 → 1.0.16
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 +8 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +8 -9
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -566,7 +566,7 @@ var palette = {
|
|
|
566
566
|
gray_F5F6F6: '#F5F6F6',
|
|
567
567
|
gray_A1A1A1: '#A1A1A1',
|
|
568
568
|
gray_F0F2F7: '#F0F2F7',
|
|
569
|
-
gray_333: '#
|
|
569
|
+
gray_333: '#333333',
|
|
570
570
|
gray_EFEFEF: '#EFEFEF',
|
|
571
571
|
gray_9DA1A7: '#9DA1A7',
|
|
572
572
|
green_80D965: '#80D965',
|
|
@@ -815,7 +815,7 @@ var textList = [{
|
|
|
815
815
|
text: '+ Heading 1',
|
|
816
816
|
fontFamily: 'Open Sans',
|
|
817
817
|
fontSize: 18,
|
|
818
|
-
color: '#
|
|
818
|
+
color: '#333333',
|
|
819
819
|
fontWeight: theme.fontWeights[700],
|
|
820
820
|
textDecoration: 'normal',
|
|
821
821
|
fontStyle: 'normal',
|
|
@@ -825,7 +825,7 @@ var textList = [{
|
|
|
825
825
|
text: '+ Heading 2',
|
|
826
826
|
fontFamily: 'Open Sans',
|
|
827
827
|
fontSize: 16,
|
|
828
|
-
color: '#
|
|
828
|
+
color: '#333333',
|
|
829
829
|
fontWeight: theme.fontWeights[700],
|
|
830
830
|
textDecoration: 'normal',
|
|
831
831
|
fontStyle: 'normal',
|
|
@@ -835,7 +835,7 @@ var textList = [{
|
|
|
835
835
|
// text: 'What problem are you facing in this meeting room?',
|
|
836
836
|
// fontFamily: 'Open Sans Condensed',
|
|
837
837
|
// fontSize: 18,
|
|
838
|
-
// color: '#
|
|
838
|
+
// color: '#333333',
|
|
839
839
|
// fontWeight: theme.fontWeights[700],
|
|
840
840
|
// textDecoration: 'normal',
|
|
841
841
|
// fontStyle: 'normal',
|
|
@@ -845,7 +845,7 @@ var textList = [{
|
|
|
845
845
|
text: 'Scan this QR code from your mobile to report the issue',
|
|
846
846
|
fontFamily: 'Open Sans',
|
|
847
847
|
fontSize: 16,
|
|
848
|
-
color: '#
|
|
848
|
+
color: '#333333',
|
|
849
849
|
fontWeight: theme.fontWeights[400],
|
|
850
850
|
textDecoration: 'normal',
|
|
851
851
|
fontStyle: 'normal',
|
|
@@ -864,7 +864,7 @@ var textList = [{
|
|
|
864
864
|
text: 'www.domain.com',
|
|
865
865
|
fontFamily: 'Plus Jakarta Sans',
|
|
866
866
|
fontSize: 10,
|
|
867
|
-
color: '#
|
|
867
|
+
color: '#333333',
|
|
868
868
|
fontWeight: theme.fontWeights[400],
|
|
869
869
|
textDecoration: 'normal',
|
|
870
870
|
fontStyle: 'normal',
|
|
@@ -2221,7 +2221,7 @@ var IconWrapper$3 = styled.img(_templateObject2$i || (_templateObject2$i = _tagg
|
|
|
2221
2221
|
var DropDownList = styled.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteral(["\n position: absolute;\n left: 0;\n top: 50;\n background-color: white;\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n border-radius: 4px;\n margin-top: 5px;\n z-index: 10;\n width: 100%;\n max-height: 200px;\n overflow-y: auto;\n z-index: 9999;\n"])));
|
|
2222
2222
|
|
|
2223
2223
|
// Individual option in the dropdown
|
|
2224
|
-
var DropDownOption = styled.div(_templateObject4$3 || (_templateObject4$3 = _taggedTemplateLiteral(["\n padding: 8px 16px;\n cursor: pointer;\n font-size: 14px;\n color: #
|
|
2224
|
+
var DropDownOption = styled.div(_templateObject4$3 || (_templateObject4$3 = _taggedTemplateLiteral(["\n padding: 8px 16px;\n cursor: pointer;\n font-size: 14px;\n color: #333333;\n &:hover {\n background-color: #f0f0f0;\n }\n &:active {\n background-color: #e0e0e0;\n }\n"])));
|
|
2225
2225
|
|
|
2226
2226
|
var DropDown = function DropDown(_ref) {
|
|
2227
2227
|
var left = _ref.left,
|
|
@@ -4092,8 +4092,7 @@ var propTypes$c = {
|
|
|
4092
4092
|
onTransform: PropTypes.func,
|
|
4093
4093
|
onChangeTextContent: PropTypes.func,
|
|
4094
4094
|
onChangeTextProperty: PropTypes.func,
|
|
4095
|
-
onDragMove: PropTypes.func
|
|
4096
|
-
key: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
4095
|
+
onDragMove: PropTypes.func
|
|
4097
4096
|
};
|
|
4098
4097
|
|
|
4099
4098
|
var TextEditor = function TextEditor(_ref) {
|