@atlaskit/textarea 8.0.3 → 8.0.5
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/CHANGELOG.md +12 -0
- package/dist/cjs/text-area.js +2 -3
- package/dist/es2019/text-area.js +1 -1
- package/dist/esm/text-area.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/dist/cjs/text-area.js
CHANGED
|
@@ -18,12 +18,11 @@ var _analyticsNext = require("@atlaskit/analytics-next");
|
|
|
18
18
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
19
19
|
var _colors = require("@atlaskit/theme/colors");
|
|
20
20
|
var _excluded = ["resize", "appearance", "isCompact", "isRequired", "isReadOnly", "isDisabled", "isInvalid", "isMonospaced", "minimumRows", "testId", "maxHeight", "onBlur", "onFocus", "onChange", "value", "style"];
|
|
21
|
-
function
|
|
22
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof3(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof3(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
23
22
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24
23
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25
24
|
var packageName = "@atlaskit/textarea";
|
|
26
|
-
var packageVersion = "8.0.
|
|
25
|
+
var packageVersion = "8.0.4";
|
|
27
26
|
var analyticsParams = {
|
|
28
27
|
componentName: 'textArea',
|
|
29
28
|
packageName: packageName,
|
package/dist/es2019/text-area.js
CHANGED
|
@@ -7,7 +7,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
|
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { B200, N0, N10, N20, N200, N30, N70, N900, R400 } from '@atlaskit/theme/colors';
|
|
9
9
|
const packageName = "@atlaskit/textarea";
|
|
10
|
-
const packageVersion = "8.0.
|
|
10
|
+
const packageVersion = "8.0.4";
|
|
11
11
|
const analyticsParams = {
|
|
12
12
|
componentName: 'textArea',
|
|
13
13
|
packageName,
|
package/dist/esm/text-area.js
CHANGED
|
@@ -13,7 +13,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
|
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { B200, N0, N10, N20, N200, N30, N70, N900, R400 } from '@atlaskit/theme/colors';
|
|
15
15
|
var packageName = "@atlaskit/textarea";
|
|
16
|
-
var packageVersion = "8.0.
|
|
16
|
+
var packageVersion = "8.0.4";
|
|
17
17
|
var analyticsParams = {
|
|
18
18
|
componentName: 'textArea',
|
|
19
19
|
packageName: packageName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.5",
|
|
4
4
|
"description": "A text area lets users enter long form text which spans over multiple lines.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"homepage": "https://atlassian.design/components/textarea/",
|
|
28
28
|
"atlassian": {
|
|
29
29
|
"team": "Design System Team",
|
|
30
|
-
"runReact18": true,
|
|
31
30
|
"website": {
|
|
32
31
|
"name": "Text area",
|
|
33
32
|
"category": "Forms and input"
|
|
@@ -39,11 +38,11 @@
|
|
|
39
38
|
"./types": "./src/types.tsx"
|
|
40
39
|
},
|
|
41
40
|
"dependencies": {
|
|
42
|
-
"@atlaskit/analytics-next": "^11.
|
|
41
|
+
"@atlaskit/analytics-next": "^11.1.0",
|
|
43
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^14.
|
|
45
|
-
"@atlaskit/theme": "^
|
|
46
|
-
"@atlaskit/tokens": "^4.
|
|
43
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
44
|
+
"@atlaskit/theme": "^19.0.0",
|
|
45
|
+
"@atlaskit/tokens": "^5.4.0",
|
|
47
46
|
"@babel/runtime": "^7.0.0",
|
|
48
47
|
"@compiled/react": "^0.18.3"
|
|
49
48
|
},
|
|
@@ -51,19 +50,20 @@
|
|
|
51
50
|
"react": "^18.2.0"
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|
|
54
|
-
"@af/accessibility-testing": "
|
|
55
|
-
"@af/integration-testing": "
|
|
56
|
-
"@af/visual-regression": "
|
|
57
|
-
"@atlaskit/button": "^
|
|
58
|
-
"@atlaskit/css": "^0.
|
|
59
|
-
"@atlaskit/docs": "^
|
|
53
|
+
"@af/accessibility-testing": "workspace:^",
|
|
54
|
+
"@af/integration-testing": "workspace:^",
|
|
55
|
+
"@af/visual-regression": "workspace:^",
|
|
56
|
+
"@atlaskit/button": "^23.2.0",
|
|
57
|
+
"@atlaskit/css": "^0.12.0",
|
|
58
|
+
"@atlaskit/docs": "^11.0.0",
|
|
60
59
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
61
60
|
"@atlaskit/form": "^12.0.0",
|
|
62
|
-
"@atlaskit/link": "^3.
|
|
61
|
+
"@atlaskit/link": "^3.2.0",
|
|
63
62
|
"@atlaskit/section-message": "^8.2.0",
|
|
64
|
-
"@atlaskit/ssr": "
|
|
63
|
+
"@atlaskit/ssr": "workspace:^",
|
|
65
64
|
"@atlaskit/textarea": "^8.0.0",
|
|
66
|
-
"@atlaskit/visual-regression": "
|
|
65
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
66
|
+
"@atlassian/ssr-tests": "^0.2.0",
|
|
67
67
|
"@testing-library/react": "^13.4.0",
|
|
68
68
|
"@testing-library/user-event": "^14.4.3",
|
|
69
69
|
"jest-in-case": "^1.0.2",
|