@khanacademy/wonder-blocks-search-field 5.1.5 → 5.1.6
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 +12 -0
- package/dist/es/index.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-search-field
|
|
2
2
|
|
|
3
|
+
## 5.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4846e9c: Update icon buttons to use the new mapping (from `primary` to `tertiary`)
|
|
8
|
+
- Updated dependencies [3dc5dac]
|
|
9
|
+
- Updated dependencies [4846e9c]
|
|
10
|
+
- Updated dependencies [4846e9c]
|
|
11
|
+
- @khanacademy/wonder-blocks-tokens@5.2.0
|
|
12
|
+
- @khanacademy/wonder-blocks-icon-button@8.0.0
|
|
13
|
+
- @khanacademy/wonder-blocks-form@7.1.5
|
|
14
|
+
|
|
3
15
|
## 5.1.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -79,6 +79,7 @@ const SearchField = React__namespace.forwardRef(function SearchField(props, ref)
|
|
|
79
79
|
icon: xIcon__default["default"],
|
|
80
80
|
size: "small",
|
|
81
81
|
kind: "tertiary",
|
|
82
|
+
actionType: "neutral",
|
|
82
83
|
onClick: handleClear,
|
|
83
84
|
style: styles.dismissIcon,
|
|
84
85
|
"aria-label": clearAriaLabel
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-search-field",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Search Field components for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.24.5",
|
|
16
16
|
"@khanacademy/wonder-blocks-core": "12.2.1",
|
|
17
|
-
"@khanacademy/wonder-blocks-form": "7.1.
|
|
17
|
+
"@khanacademy/wonder-blocks-form": "7.1.5",
|
|
18
18
|
"@khanacademy/wonder-blocks-icon": "5.1.3",
|
|
19
|
-
"@khanacademy/wonder-blocks-icon-button": "
|
|
20
|
-
"@khanacademy/wonder-blocks-tokens": "5.
|
|
19
|
+
"@khanacademy/wonder-blocks-icon-button": "8.0.0",
|
|
20
|
+
"@khanacademy/wonder-blocks-tokens": "5.2.0",
|
|
21
21
|
"@khanacademy/wonder-blocks-typography": "3.1.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|