@atlaskit/textfield
Advanced tools
Comparing version 5.3.5 to 5.3.6
# @atlaskit/textfield | ||
## 5.3.6 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 5.3.5 | ||
@@ -4,0 +10,0 @@ |
@@ -26,3 +26,3 @@ "use strict"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.3.5" | ||
packageVersion: "5.3.6" | ||
}; | ||
@@ -29,0 +29,0 @@ var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.3.5" | ||
packageVersion: "5.3.6" | ||
}; | ||
@@ -14,0 +14,0 @@ const Textfield = /*#__PURE__*/forwardRef((props, ref) => { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"sideEffects": false | ||
} |
@@ -17,3 +17,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.3.5" | ||
packageVersion: "5.3.6" | ||
}; | ||
@@ -20,0 +20,0 @@ var Textfield = /*#__PURE__*/forwardRef(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"description": "A text field is an input that allows a user to write or edit text.", | ||
@@ -30,5 +30,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^8.2.0", | ||
"@atlaskit/analytics-next": "^9.0.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@atlaskit/tokens": "^1.0.0", | ||
"@atlaskit/tokens": "^1.2.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -78,4 +78,6 @@ "@emotion/react": "^11.7.1" | ||
"analytics": "analytics-next", | ||
"design-tokens": "spacing", | ||
"theming": "tokens", | ||
"design-tokens": [ | ||
"color", | ||
"spacing" | ||
], | ||
"design-system": "v1", | ||
@@ -82,0 +84,0 @@ "deprecation": "no-deprecated-imports" |
119406
+ Added@atlaskit/analytics-next@9.3.4(transitive)
- Removed@atlaskit/analytics-next@8.3.5(transitive)
Updated@atlaskit/tokens@^1.2.0