@dreamcommerce/aurora 3.0.0-251 → 3.0.0-253
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/build/cjs/packages/aurora/src/components/controls/text_area_control/text_area_control.js +1 -3
- package/build/cjs/packages/aurora/src/components/controls/text_area_control/text_area_control.js.map +1 -1
- package/build/cjs/packages/aurora/src/components/select/components/select_content.js +2 -2
- package/build/cjs/packages/aurora/src/components/text_area/text_area.js +1 -4
- package/build/cjs/packages/aurora/src/components/text_area/text_area.js.map +1 -1
- package/build/esm/packages/aurora/src/components/controls/text_area_control/text_area_control.js +1 -3
- package/build/esm/packages/aurora/src/components/controls/text_area_control/text_area_control.js.map +1 -1
- package/build/esm/packages/aurora/src/components/select/components/select_content.js +2 -2
- package/build/esm/packages/aurora/src/components/text_area/text_area.js +1 -4
- package/build/esm/packages/aurora/src/components/text_area/text_area.js.map +1 -1
- package/package.json +1 -1
package/build/cjs/packages/aurora/src/components/controls/text_area_control/text_area_control.js
CHANGED
|
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
|
|
16
16
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
17
17
|
|
|
18
|
-
var _excluded = ["id", "name", "label", "errors", "placeholder", "disabled", "readOnly", "value", "
|
|
18
|
+
var _excluded = ["id", "name", "label", "errors", "placeholder", "disabled", "readOnly", "value", "helperText", "required", "tooltip", "onChange"];
|
|
19
19
|
var TextAreaControl = function TextAreaControl(_ref) {
|
|
20
20
|
var id = _ref.id,
|
|
21
21
|
name = _ref.name,
|
|
@@ -25,7 +25,6 @@ var TextAreaControl = function TextAreaControl(_ref) {
|
|
|
25
25
|
disabled = _ref.disabled,
|
|
26
26
|
readOnly = _ref.readOnly,
|
|
27
27
|
value = _ref.value,
|
|
28
|
-
defaultValue = _ref.defaultValue,
|
|
29
28
|
helperText = _ref.helperText,
|
|
30
29
|
_ref$required = _ref.required,
|
|
31
30
|
required = _ref$required === void 0 ? false : _ref$required,
|
|
@@ -44,7 +43,6 @@ var TextAreaControl = function TextAreaControl(_ref) {
|
|
|
44
43
|
name: name,
|
|
45
44
|
placeholder: placeholder,
|
|
46
45
|
value: value,
|
|
47
|
-
defaultValue: defaultValue,
|
|
48
46
|
disabled: disabled,
|
|
49
47
|
readOnly: readOnly,
|
|
50
48
|
errors: errors,
|
package/build/cjs/packages/aurora/src/components/controls/text_area_control/text_area_control.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -51,11 +51,11 @@ var SelectContent = /*#__PURE__*/React__default['default'].forwardRef(function (
|
|
|
51
51
|
}
|
|
52
52
|
}, props), /*#__PURE__*/React__default['default'].createElement(index.Root, {
|
|
53
53
|
type: "auto",
|
|
54
|
-
className: "aurora-w-full aurora-max-h-60 relative"
|
|
54
|
+
className: "aurora-w-full aurora-max-h-60 aurora-relative"
|
|
55
55
|
}, /*#__PURE__*/React__default['default'].createElement(SelectPrimitive.Viewport, {
|
|
56
56
|
asChild: true
|
|
57
57
|
}, /*#__PURE__*/React__default['default'].createElement(index.Viewport, {
|
|
58
|
-
className: cn.cn('aurora-p-1 aurora-max-h-60 aurora-w-full'),
|
|
58
|
+
className: cn.cn('aurora-p-1 aurora-max-h-60 aurora-w-full aurora-overflow-y-auto'),
|
|
59
59
|
onScroll: onScroll
|
|
60
60
|
}, hasSearch && (/*#__PURE__*/React__default['default'].createElement("div", {
|
|
61
61
|
className: "aurora-p-2"
|
|
@@ -10,15 +10,13 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
|
|
13
|
-
var _excluded = ["errors", "className", "id", "name", "value", "
|
|
13
|
+
var _excluded = ["errors", "className", "id", "name", "value", "placeholder", "disabled", "readOnly", "onChange", "onKeyDown", "onKeyUp"];
|
|
14
14
|
var TextArea = /*#__PURE__*/React__default['default'].forwardRef(function (_ref, ref) {
|
|
15
15
|
var errors = _ref.errors,
|
|
16
16
|
className = _ref.className,
|
|
17
17
|
id = _ref.id,
|
|
18
18
|
name = _ref.name,
|
|
19
19
|
value = _ref.value,
|
|
20
|
-
_ref$defaultValue = _ref.defaultValue,
|
|
21
|
-
defaultValue = _ref$defaultValue === void 0 ? '' : _ref$defaultValue,
|
|
22
20
|
_ref$placeholder = _ref.placeholder,
|
|
23
21
|
placeholder = _ref$placeholder === void 0 ? '' : _ref$placeholder,
|
|
24
22
|
disabled = _ref.disabled,
|
|
@@ -32,7 +30,6 @@ var TextArea = /*#__PURE__*/React__default['default'].forwardRef(function (_ref,
|
|
|
32
30
|
id: id,
|
|
33
31
|
name: name,
|
|
34
32
|
value: value,
|
|
35
|
-
defaultValue: defaultValue,
|
|
36
33
|
placeholder: placeholder,
|
|
37
34
|
disabled: disabled,
|
|
38
35
|
readOnly: readOnly,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
package/build/esm/packages/aurora/src/components/controls/text_area_control/text_area_control.js
CHANGED
|
@@ -7,7 +7,7 @@ import { ErrorList } from '../../error_list/error_list.js';
|
|
|
7
7
|
import { Control } from '../../control/control.js';
|
|
8
8
|
import { TextArea } from '../../text_area/text_area.js';
|
|
9
9
|
|
|
10
|
-
var _excluded = ["id", "name", "label", "errors", "placeholder", "disabled", "readOnly", "value", "
|
|
10
|
+
var _excluded = ["id", "name", "label", "errors", "placeholder", "disabled", "readOnly", "value", "helperText", "required", "tooltip", "onChange"];
|
|
11
11
|
var TextAreaControl = function TextAreaControl(_ref) {
|
|
12
12
|
var id = _ref.id,
|
|
13
13
|
name = _ref.name,
|
|
@@ -17,7 +17,6 @@ var TextAreaControl = function TextAreaControl(_ref) {
|
|
|
17
17
|
disabled = _ref.disabled,
|
|
18
18
|
readOnly = _ref.readOnly,
|
|
19
19
|
value = _ref.value,
|
|
20
|
-
defaultValue = _ref.defaultValue,
|
|
21
20
|
helperText = _ref.helperText,
|
|
22
21
|
_ref$required = _ref.required,
|
|
23
22
|
required = _ref$required === void 0 ? false : _ref$required,
|
|
@@ -36,7 +35,6 @@ var TextAreaControl = function TextAreaControl(_ref) {
|
|
|
36
35
|
name: name,
|
|
37
36
|
placeholder: placeholder,
|
|
38
37
|
value: value,
|
|
39
|
-
defaultValue: defaultValue,
|
|
40
38
|
disabled: disabled,
|
|
41
39
|
readOnly: readOnly,
|
|
42
40
|
errors: errors,
|
package/build/esm/packages/aurora/src/components/controls/text_area_control/text_area_control.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -43,11 +43,11 @@ var SelectContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
43
43
|
}
|
|
44
44
|
}, props), /*#__PURE__*/React.createElement(Root, {
|
|
45
45
|
type: "auto",
|
|
46
|
-
className: "aurora-w-full aurora-max-h-60 relative"
|
|
46
|
+
className: "aurora-w-full aurora-max-h-60 aurora-relative"
|
|
47
47
|
}, /*#__PURE__*/React.createElement(Viewport, {
|
|
48
48
|
asChild: true
|
|
49
49
|
}, /*#__PURE__*/React.createElement(Viewport$1, {
|
|
50
|
-
className: cn('aurora-p-1 aurora-max-h-60 aurora-w-full'),
|
|
50
|
+
className: cn('aurora-p-1 aurora-max-h-60 aurora-w-full aurora-overflow-y-auto'),
|
|
51
51
|
onScroll: onScroll
|
|
52
52
|
}, hasSearch && (/*#__PURE__*/React.createElement("div", {
|
|
53
53
|
className: "aurora-p-2"
|
|
@@ -2,15 +2,13 @@ import React from 'react';
|
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
3
|
import { cn } from '../../utilities/cn.js';
|
|
4
4
|
|
|
5
|
-
var _excluded = ["errors", "className", "id", "name", "value", "
|
|
5
|
+
var _excluded = ["errors", "className", "id", "name", "value", "placeholder", "disabled", "readOnly", "onChange", "onKeyDown", "onKeyUp"];
|
|
6
6
|
var TextArea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7
7
|
var errors = _ref.errors,
|
|
8
8
|
className = _ref.className,
|
|
9
9
|
id = _ref.id,
|
|
10
10
|
name = _ref.name,
|
|
11
11
|
value = _ref.value,
|
|
12
|
-
_ref$defaultValue = _ref.defaultValue,
|
|
13
|
-
defaultValue = _ref$defaultValue === void 0 ? '' : _ref$defaultValue,
|
|
14
12
|
_ref$placeholder = _ref.placeholder,
|
|
15
13
|
placeholder = _ref$placeholder === void 0 ? '' : _ref$placeholder,
|
|
16
14
|
disabled = _ref.disabled,
|
|
@@ -24,7 +22,6 @@ var TextArea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
24
22
|
id: id,
|
|
25
23
|
name: name,
|
|
26
24
|
value: value,
|
|
27
|
-
defaultValue: defaultValue,
|
|
28
25
|
placeholder: placeholder,
|
|
29
26
|
disabled: disabled,
|
|
30
27
|
readOnly: readOnly,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|