@aloudata/aloudata-design 1.0.7 → 1.0.8

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.
@@ -25,6 +25,7 @@ var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
25
25
  return /*#__PURE__*/React.createElement(AntdInput, _extends({}, rest, {
26
26
  ref: ref,
27
27
  bordered: true,
28
+ spellCheck: false,
28
29
  className: classnames('ald-input', "ald-input-".concat(getSizeType(size)), className),
29
30
  suffix: null
30
31
  }));
@@ -26,6 +26,7 @@ export default /*#__PURE__*/React.forwardRef(function (props, ref) {
26
26
 
27
27
  return /*#__PURE__*/React.createElement(AntdPassword, _extends({}, restProps, {
28
28
  ref: ref,
29
+ spellCheck: false,
29
30
  className: classnames('ald-input', "ald-input-".concat(getSizeType(size)), className),
30
31
  iconRender: function iconRender(visible) {
31
32
  return visible ? /*#__PURE__*/React.createElement(EyeOnLine, {
@@ -20,6 +20,7 @@ export default /*#__PURE__*/React.forwardRef(function (props, ref) {
20
20
  rest = _objectWithoutProperties(props, _excluded);
21
21
 
22
22
  return /*#__PURE__*/React.createElement(AntdTextArea, _extends({}, rest, {
23
+ spellCheck: false,
23
24
  className: classnames('ald-input-textarea', "ald-input-textarea-".concat(getSizeType(size)), className),
24
25
  ref: ref,
25
26
  bordered: bordered
@@ -60,6 +60,14 @@
60
60
  }
61
61
  }
62
62
 
63
+ .ant-menu-submenu{
64
+ padding:6px 0;
65
+
66
+ .ant-menu-submenu-title{
67
+ padding: 0 12px;
68
+ }
69
+ }
70
+
63
71
  .ant-menu-title-content{
64
72
  line-height: 20px;
65
73
  font-size: 13px;
@@ -76,7 +84,9 @@
76
84
 
77
85
  .ant-menu-submenu.ant-menu-submenu-popup.ant-menu{
78
86
  .ant-menu-vertical {
79
- border: none;
87
+ border: 1px solid @BG70;
88
+ border-radius: 2px;
89
+ box-shadow: @shadow-L;
80
90
  }
81
91
 
82
92
  .ant-menu-item,
@@ -125,6 +135,15 @@
125
135
  background: none;
126
136
  }
127
137
  }
138
+
139
+ }
140
+
141
+ .ant-menu-submenu{
142
+ padding:6px 0;
143
+
144
+ .ant-menu-submenu-title{
145
+ padding: 0 12px;
146
+ }
128
147
  }
129
148
 
130
149
  .ant-menu.ant-menu-sub{
@@ -357,6 +357,7 @@ var Select = /*#__PURE__*/forwardRef(function (props, ref) {
357
357
  'ald-select-open': typeof _open === 'boolean' ? _open : isOpen,
358
358
  'ald-select-focus': isFocus
359
359
  }),
360
+ spellCheck: false,
360
361
  style: Object.assign(styleVar, style)
361
362
  }, !!prefix && /*#__PURE__*/React.createElement("span", {
362
363
  ref: prefixRef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  },
53
53
  "dependencies": {
54
- "@aloudata/icons-react": "^0.2.0",
54
+ "@aloudata/icons-react": "^0.2.2",
55
55
  "@aloudata/icons-svg": "0.1.7",
56
56
  "antd": "^5.3.1",
57
57
  "compare-func": "^2.0.0",