@atlaskit/textfield 6.1.3 → 6.2.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/CHANGELOG.md +578 -391
- package/dist/cjs/text-field.js +1 -1
- package/dist/es2019/text-field.js +1 -1
- package/dist/esm/text-field.js +1 -1
- package/package.json +7 -6
package/dist/cjs/text-field.js
CHANGED
|
@@ -23,7 +23,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
23
23
|
var analyticsParams = {
|
|
24
24
|
componentName: 'textField',
|
|
25
25
|
packageName: "@atlaskit/textfield",
|
|
26
|
-
packageVersion: "6.
|
|
26
|
+
packageVersion: "6.2.0"
|
|
27
27
|
};
|
|
28
28
|
var TextfieldComponent = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
29
29
|
var _props$appearance = props.appearance,
|
|
@@ -7,7 +7,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
|
|
|
7
7
|
const analyticsParams = {
|
|
8
8
|
componentName: 'textField',
|
|
9
9
|
packageName: "@atlaskit/textfield",
|
|
10
|
-
packageVersion: "6.
|
|
10
|
+
packageVersion: "6.2.0"
|
|
11
11
|
};
|
|
12
12
|
const TextfieldComponent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
13
13
|
const {
|
package/dist/esm/text-field.js
CHANGED
|
@@ -13,7 +13,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
|
|
|
13
13
|
var analyticsParams = {
|
|
14
14
|
componentName: 'textField',
|
|
15
15
|
packageName: "@atlaskit/textfield",
|
|
16
|
-
packageVersion: "6.
|
|
16
|
+
packageVersion: "6.2.0"
|
|
17
17
|
};
|
|
18
18
|
var TextfieldComponent = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
19
19
|
var _props$appearance = props.appearance,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textfield",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "A text field is an input that allows a user to write or edit text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"atlaskit:src": "src/index.tsx",
|
|
17
17
|
"atlassian": {
|
|
18
18
|
"team": "Design System Team",
|
|
19
|
+
"runReact18": true,
|
|
19
20
|
"productPushConsumption": [
|
|
20
21
|
"jira"
|
|
21
22
|
],
|
|
@@ -26,22 +27,22 @@
|
|
|
26
27
|
}
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
29
|
-
"@atlaskit/analytics-next": "^9.
|
|
30
|
+
"@atlaskit/analytics-next": "^9.3.0",
|
|
30
31
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
31
|
-
"@atlaskit/theme": "^12.
|
|
32
|
-
"@atlaskit/tokens": "^1.
|
|
32
|
+
"@atlaskit/theme": "^12.7.0",
|
|
33
|
+
"@atlaskit/tokens": "^1.44.0",
|
|
33
34
|
"@babel/runtime": "^7.0.0",
|
|
34
35
|
"@emotion/react": "^11.7.1"
|
|
35
36
|
},
|
|
36
37
|
"peerDependencies": {
|
|
37
|
-
"react": "^16.8.0"
|
|
38
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@af/accessibility-testing": "*",
|
|
41
42
|
"@af/integration-testing": "*",
|
|
42
43
|
"@af/visual-regression": "*",
|
|
43
44
|
"@atlaskit/codemod-utils": "^4.2.3",
|
|
44
|
-
"@atlaskit/ds-lib": "^2.
|
|
45
|
+
"@atlaskit/ds-lib": "^2.3.0",
|
|
45
46
|
"@atlaskit/ssr": "*",
|
|
46
47
|
"@atlaskit/visual-regression": "*",
|
|
47
48
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|