@atlaskit/textarea
Advanced tools
Comparing version 5.5.1 to 5.5.2
# @atlaskit/textarea | ||
## 5.5.2 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 5.5.1 | ||
@@ -4,0 +10,0 @@ |
@@ -17,3 +17,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
*/ /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
* @jsx jsx | ||
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
var disabledRules = { | ||
@@ -20,0 +21,0 @@ backgroundColor: componentTokens.disabledBackground, |
@@ -20,4 +20,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -29,3 +29,3 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "5.5.1"; | ||
var packageVersion = "5.5.2"; | ||
var analyticsParams = { | ||
@@ -32,0 +32,0 @@ componentName: 'textArea', |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -6,0 +6,0 @@ import { css } from '@emotion/react'; |
import _extends from "@babel/runtime/helpers/extends"; | ||
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React, { forwardRef, memo, useCallback, useEffect, useMemo, useRef } from 'react'; | ||
@@ -13,3 +13,3 @@ | ||
const packageName = "@atlaskit/textarea"; | ||
const packageVersion = "5.5.1"; | ||
const packageVersion = "5.5.2"; | ||
const analyticsParams = { | ||
@@ -16,0 +16,0 @@ componentName: 'textArea', |
@@ -6,4 +6,4 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -10,0 +10,0 @@ import { css } from '@emotion/react'; |
@@ -10,4 +10,4 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React, { forwardRef, memo, useCallback, useEffect, useMemo, useRef } from 'react'; | ||
@@ -20,3 +20,3 @@ | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "5.5.1"; | ||
var packageVersion = "5.5.2"; | ||
var analyticsParams = { | ||
@@ -23,0 +23,0 @@ componentName: 'textArea', |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React from 'react'; | ||
@@ -6,0 +6,0 @@ import { type TextAreaProps } from './types'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React from 'react'; | ||
@@ -6,0 +6,0 @@ import { type TextAreaProps } from './types'; |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"description": "A text area lets users enter long form text which spans over multiple lines.", | ||
@@ -45,5 +45,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^9.3.0", | ||
"@atlaskit/analytics-next": "^10.0.0", | ||
"@atlaskit/theme": "^12.11.0", | ||
"@atlaskit/tokens": "^1.51.0", | ||
"@atlaskit/tokens": "^1.57.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -63,3 +63,3 @@ "@emotion/react": "^11.7.1" | ||
"@atlassian/feature-flags-test-utils": "*", | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/dom": "^10.1.0", | ||
"@testing-library/react": "^12.1.5", | ||
@@ -66,0 +66,0 @@ "jest-in-case": "^1.0.2", |
140584
1937
+ Added@atlaskit/analytics-next@10.3.1(transitive)
+ Added@atlaskit/atlassian-context@0.1.0(transitive)
+ Added@atlaskit/feature-gate-js-client@4.23.4(transitive)
+ Added@atlaskit/platform-feature-flags@1.0.0(transitive)
+ Addedeventemitter2@4.1.2(transitive)
+ Addedimport-fresh@3.3.1(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
+ Addedstatsig-js-lite@1.6.0(transitive)
- Removed@atlaskit/analytics-next@9.3.4(transitive)
- Removedimport-fresh@3.3.0(transitive)
Updated@atlaskit/tokens@^1.57.0