@khanacademy/wonder-blocks-search-field
Advanced tools
Comparing version 1.0.18 to 1.0.19
# @khanacademy/wonder-blocks-search-field | ||
## 1.0.19 | ||
### Patch Changes | ||
- 91cb727c: Remove file extensions from imports | ||
- Updated dependencies [91cb727c] | ||
- Updated dependencies [91cb727c] | ||
- Updated dependencies [91cb727c] | ||
- @khanacademy/wonder-blocks-icon@1.2.37 | ||
- @khanacademy/wonder-blocks-color@1.2.1 | ||
- @khanacademy/wonder-blocks-core@4.7.0 | ||
- @khanacademy/wonder-blocks-form@3.1.11 | ||
- @khanacademy/wonder-blocks-icon-button@3.4.21 | ||
- @khanacademy/wonder-blocks-typography@1.1.38 | ||
## 1.0.18 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@khanacademy/wonder-blocks-search-field", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"design": "v1", | ||
@@ -19,9 +19,9 @@ "description": "Search Field components for Wonder Blocks.", | ||
"@babel/runtime": "^7.18.6", | ||
"@khanacademy/wonder-blocks-color": "^1.2.0", | ||
"@khanacademy/wonder-blocks-core": "^4.6.2", | ||
"@khanacademy/wonder-blocks-form": "^3.1.10", | ||
"@khanacademy/wonder-blocks-icon": "^1.2.36", | ||
"@khanacademy/wonder-blocks-icon-button": "^3.4.20", | ||
"@khanacademy/wonder-blocks-color": "^1.2.1", | ||
"@khanacademy/wonder-blocks-core": "^4.7.0", | ||
"@khanacademy/wonder-blocks-form": "^3.1.11", | ||
"@khanacademy/wonder-blocks-icon": "^1.2.37", | ||
"@khanacademy/wonder-blocks-icon-button": "^3.4.21", | ||
"@khanacademy/wonder-blocks-spacing": "^3.0.5", | ||
"@khanacademy/wonder-blocks-typography": "^1.1.37" | ||
"@khanacademy/wonder-blocks-typography": "^1.1.38" | ||
}, | ||
@@ -33,4 +33,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"wb-dev-build-settings": "^0.7.0" | ||
"wb-dev-build-settings": "^0.7.1" | ||
} | ||
} |
@@ -12,3 +12,3 @@ // @flow | ||
import SearchField from "../search-field.js"; | ||
import SearchField from "../search-field"; | ||
@@ -15,0 +15,0 @@ export default { |
@@ -6,3 +6,3 @@ // @flow | ||
import SearchField from "../search-field.js"; | ||
import SearchField from "../search-field"; | ||
@@ -9,0 +9,0 @@ describe("SearchField", () => { |
@@ -14,3 +14,3 @@ // @flow | ||
import {defaultLabels} from "../util/constants.js"; | ||
import {defaultLabels} from "../util/constants"; | ||
@@ -17,0 +17,0 @@ type Props = {| |
// @flow | ||
import SearchField from "./components/search-field.js"; | ||
import SearchField from "./components/search-field"; | ||
export default SearchField; |
Sorry, the diff of this file is not supported yet
33036