@atlaskit/textarea 8.2.7 → 8.2.9

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/textarea
2
2
 
3
+ ## 8.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.2.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.2.7
4
16
 
5
17
  ### Patch Changes
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
21
21
  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; }
22
22
  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; }
23
23
  var packageName = "@atlaskit/textarea";
24
- var packageVersion = "0.0.0-development";
24
+ var packageVersion = "8.2.8";
25
25
  var analyticsParams = {
26
26
  componentName: 'textArea',
27
27
  packageName: packageName,
@@ -6,7 +6,7 @@ import React, { forwardRef, memo, useCallback, useEffect, useMemo, useRef } from
6
6
  import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
7
7
  import { fg } from '@atlaskit/platform-feature-flags';
8
8
  const packageName = "@atlaskit/textarea";
9
- const packageVersion = "0.0.0-development";
9
+ const packageVersion = "8.2.8";
10
10
  const analyticsParams = {
11
11
  componentName: 'textArea',
12
12
  packageName,
@@ -12,7 +12,7 @@ import React, { forwardRef, memo, useCallback, useEffect, useMemo, useRef } from
12
12
  import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
14
14
  var packageName = "@atlaskit/textarea";
15
- var packageVersion = "0.0.0-development";
15
+ var packageVersion = "8.2.8";
16
16
  var analyticsParams = {
17
17
  componentName: 'textArea',
18
18
  packageName: packageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textarea",
3
- "version": "8.2.7",
3
+ "version": "8.2.9",
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/"
@@ -43,8 +43,8 @@
43
43
  "@atlaskit/analytics-next": "^11.2.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/primitives": "^18.1.0",
46
- "@atlaskit/theme": "^22.0.0",
47
- "@atlaskit/tokens": "^11.4.0",
46
+ "@atlaskit/theme": "^23.0.0",
47
+ "@atlaskit/tokens": "^12.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.20.0"
50
50
  },
@@ -55,12 +55,12 @@
55
55
  "@af/accessibility-testing": "workspace:^",
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
- "@atlaskit/button": "^23.10.0",
58
+ "@atlaskit/button": "^23.11.0",
59
59
  "@atlaskit/css": "^0.19.0",
60
60
  "@atlaskit/docs": "^11.7.0",
61
- "@atlaskit/ds-lib": "^6.0.0",
61
+ "@atlaskit/ds-lib": "^7.0.0",
62
62
  "@atlaskit/form": "^15.5.0",
63
- "@atlaskit/link": "^3.3.0",
63
+ "@atlaskit/link": "^3.4.0",
64
64
  "@atlaskit/section-message": "^8.12.0",
65
65
  "@atlassian/react-compiler-gating": "workspace:^",
66
66
  "@atlassian/ssr-tests": "workspace:^",