@atlaskit/textfield
Advanced tools
Comparing version 5.6.3 to 5.6.4
# @atlaskit/textfield | ||
## 5.6.4 | ||
### Patch Changes | ||
- [`356d6ebed05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/356d6ebed05) - This package is now onboarded onto the product push model. | ||
## 5.6.3 | ||
@@ -4,0 +10,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.6.3" | ||
packageVersion: "5.6.4" | ||
}; | ||
@@ -30,0 +30,0 @@ var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.6.3", | ||
"version": "5.6.4", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.6.3" | ||
packageVersion: "5.6.4" | ||
}; | ||
@@ -14,0 +14,0 @@ const Textfield = /*#__PURE__*/forwardRef((props, ref) => { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.6.3", | ||
"version": "5.6.4", | ||
"sideEffects": false | ||
} |
@@ -17,3 +17,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.6.3" | ||
packageVersion: "5.6.4" | ||
}; | ||
@@ -20,0 +20,0 @@ var Textfield = /*#__PURE__*/forwardRef(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.6.3", | ||
"version": "5.6.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.6.3", | ||
"version": "5.6.4", | ||
"description": "A text field is an input that allows a user to write or edit text.", | ||
@@ -15,10 +15,2 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -28,2 +20,5 @@ "atlaskit:src": "src/index.tsx", | ||
"team": "Design System Team", | ||
"productPushConsumption": [ | ||
"jira" | ||
], | ||
"releaseModel": "continuous", | ||
@@ -35,5 +30,2 @@ "website": { | ||
}, | ||
"af:exports": { | ||
".": "./src/index.tsx" | ||
}, | ||
"dependencies": { | ||
@@ -43,3 +35,3 @@ "@atlaskit/analytics-next": "^9.1.0", | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.11.0", | ||
"@atlaskit/tokens": "^1.14.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -53,2 +45,3 @@ "@emotion/react": "^11.7.1" | ||
"@af/accessibility-testing": "*", | ||
"@af/visual-regression": "*", | ||
"@atlaskit/codemod-utils": "^4.2.3", | ||
@@ -94,2 +87,13 @@ "@atlaskit/ds-lib": "^2.2.0", | ||
}, | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"af:exports": { | ||
".": "./src/index.tsx" | ||
}, | ||
"platform-feature-flags": { | ||
@@ -96,0 +100,0 @@ "platform.design-system-team.border-checkbox_nyoiu": { |
147118
48
3066
16
Updated@atlaskit/tokens@^1.14.0