@semcore/bulk-textarea 16.6.0-prerelease.5 → 16.6.0
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/lib/esm/BulkTextarea.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import { Counter } from "./components/Counter.mjs";
|
|
|
13
13
|
import { ErrorsNavigation } from "./components/ErrorsNavigation.mjs";
|
|
14
14
|
import { InputField } from "./components/InputField/InputField.mjs";
|
|
15
15
|
import { localizedMessages } from "./translations/__intergalactic-dynamic-locales.mjs";
|
|
16
|
-
var BulkTextareaRoot = /* @__PURE__ */ function(_Component) {
|
|
16
|
+
var BulkTextareaRoot = /* @__PURE__ */ (function(_Component) {
|
|
17
17
|
function BulkTextareaRoot2() {
|
|
18
18
|
var _this;
|
|
19
19
|
_classCallCheck(this, BulkTextareaRoot2);
|
|
@@ -244,7 +244,7 @@ var BulkTextareaRoot = /* @__PURE__ */ function(_Component) {
|
|
|
244
244
|
}, _ref));
|
|
245
245
|
}
|
|
246
246
|
}]);
|
|
247
|
-
}(Component);
|
|
247
|
+
})(Component);
|
|
248
248
|
_defineProperty(BulkTextareaRoot, "displayName", "BulkTextarea");
|
|
249
249
|
_defineProperty(BulkTextareaRoot, "defaultProps", {
|
|
250
250
|
defaultValue: "",
|
|
@@ -259,14 +259,14 @@ _defineProperty(BulkTextareaRoot, "defaultProps", {
|
|
|
259
259
|
defaultShowErrors: false
|
|
260
260
|
});
|
|
261
261
|
_defineProperty(BulkTextareaRoot, "enhance", [i18nEnhance(localizedMessages), uniqueIDEnhancement()]);
|
|
262
|
-
var BulkTextarea = function() {
|
|
262
|
+
var BulkTextarea = (function() {
|
|
263
263
|
return createComponent(BulkTextareaRoot, {
|
|
264
264
|
InputField,
|
|
265
265
|
Counter,
|
|
266
266
|
ClearAll,
|
|
267
267
|
ErrorsNavigation
|
|
268
268
|
});
|
|
269
|
-
}();
|
|
269
|
+
})();
|
|
270
270
|
export {
|
|
271
271
|
BulkTextarea as default
|
|
272
272
|
};
|
|
@@ -36,7 +36,7 @@ var style = (
|
|
|
36
36
|
"_state_invalid": "_state_invalid_12olf_gg_"
|
|
37
37
|
})
|
|
38
38
|
);
|
|
39
|
-
var InputField = /* @__PURE__ */ function(_Component) {
|
|
39
|
+
var InputField = /* @__PURE__ */ (function(_Component) {
|
|
40
40
|
function InputField2(props) {
|
|
41
41
|
var _this;
|
|
42
42
|
_classCallCheck(this, InputField2);
|
|
@@ -1102,7 +1102,7 @@ var InputField = /* @__PURE__ */ function(_Component) {
|
|
|
1102
1102
|
return null;
|
|
1103
1103
|
}
|
|
1104
1104
|
}]);
|
|
1105
|
-
}(Component);
|
|
1105
|
+
})(Component);
|
|
1106
1106
|
_defineProperty(InputField, "displayName", "Textarea");
|
|
1107
1107
|
_defineProperty(InputField, "style", style);
|
|
1108
1108
|
_defineProperty(InputField, "enhance", [uniqueIDEnhancement()]);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/bulk-textarea",
|
|
3
3
|
"description": "Semrush BulkTextarea Component",
|
|
4
|
-
"version": "16.6.0
|
|
4
|
+
"version": "16.6.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/flex-box": "16.0.10
|
|
18
|
-
"@semcore/button": "16.0.10
|
|
19
|
-
"@semcore/typography": "16.3.0
|
|
20
|
-
"@semcore/counter": "16.0.10
|
|
21
|
-
"@semcore/icon": "16.5.1
|
|
22
|
-
"@semcore/popper": "16.0.10
|
|
23
|
-
"@semcore/tooltip": "16.0.10
|
|
17
|
+
"@semcore/flex-box": "16.0.10",
|
|
18
|
+
"@semcore/button": "16.0.10",
|
|
19
|
+
"@semcore/typography": "16.3.0",
|
|
20
|
+
"@semcore/counter": "16.0.10",
|
|
21
|
+
"@semcore/icon": "16.5.1",
|
|
22
|
+
"@semcore/popper": "16.0.10",
|
|
23
|
+
"@semcore/tooltip": "16.0.10",
|
|
24
24
|
"dompurify": "3.2.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@semcore/base-components": "^16.
|
|
27
|
+
"@semcore/base-components": "^16.0.0"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/dompurify": "3.2.0",
|
|
36
|
-
"@semcore/core": "16.5.0
|
|
36
|
+
"@semcore/core": "16.5.0",
|
|
37
37
|
"@semcore/testing-utils": "1.0.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|