@atlaskit/textfield
Advanced tools
Comparing version 3.1.6 to 3.1.7
# @atlaskit/textfield | ||
## 3.1.7 | ||
### Patch Changes | ||
- [patch][91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db): | ||
Textfield now exports its props as TextFieldProps- Updated dependencies [eaad41d56c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaad41d56c): | ||
- Updated dependencies [c12ba5eb3e](https://bitbucket.org/atlassian/atlassian-frontend/commits/c12ba5eb3e): | ||
- Updated dependencies [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07): | ||
- @atlaskit/form@7.1.3 | ||
- @atlaskit/icon@20.0.2 | ||
## 3.1.6 | ||
@@ -4,0 +17,0 @@ |
export { default } from './components/Textfield'; | ||
export { Theme, themeTokens } from './theme'; | ||
export { ThemeAppearance, ThemeProps, ThemeTokens } from './theme'; | ||
export { PublicProps as TextFieldProps } from './types'; |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"sideEffects": false | ||
} |
export { default } from './components/Textfield'; | ||
export { Theme, themeTokens } from './theme'; | ||
export { ThemeAppearance, ThemeProps, ThemeTokens } from './theme'; | ||
export { PublicProps as TextFieldProps } from './types'; |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "3.1.6", | ||
"description": "Text Field Component", | ||
"version": "3.1.7", | ||
"description": "A text field is an input that allows a user to write or edit text", | ||
"publishConfig": { | ||
@@ -13,7 +13,7 @@ "registry": "https://registry.npmjs.org/" | ||
"atlaskit:src": "src/index.ts", | ||
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/textfield", | ||
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/text-field", | ||
"sideEffects": false, | ||
"author": "Atlassian Pty Ltd", | ||
"atlaskit": { | ||
"name": "Textfield" | ||
"name": "Text Field" | ||
}, | ||
@@ -36,4 +36,4 @@ "team": "Design System Team", | ||
"@atlaskit/docs": "^8.3.2", | ||
"@atlaskit/form": "^7.1.2", | ||
"@atlaskit/icon": "^20.0.1", | ||
"@atlaskit/form": "^7.1.3", | ||
"@atlaskit/icon": "^20.0.2", | ||
"@atlaskit/ssr": "^0.1.1", | ||
@@ -40,0 +40,0 @@ "@atlaskit/visual-regression": "^0.1.9", |
431950
51
1623