@khanacademy/wonder-blocks-search-field 5.1.8 → 5.1.9

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @khanacademy/wonder-blocks-search-field
2
2
 
3
+ ## 5.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e8ccf60: Update `borderRadius` styles to use new `border.radius` tokens
8
+ - Updated dependencies [e8ccf60]
9
+ - Updated dependencies [e8ccf60]
10
+ - @khanacademy/wonder-blocks-icon-button@9.0.1
11
+ - @khanacademy/wonder-blocks-form@7.1.8
12
+ - @khanacademy/wonder-blocks-tokens@7.0.0
13
+
3
14
  ## 5.1.8
4
15
 
5
16
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -9,7 +9,7 @@ import { Id, View } from '@khanacademy/wonder-blocks-core';
9
9
  import IconButton from '@khanacademy/wonder-blocks-icon-button';
10
10
  import { TextField } from '@khanacademy/wonder-blocks-form';
11
11
  import { PhosphorIcon } from '@khanacademy/wonder-blocks-icon';
12
- import { semanticColor, spacing } from '@khanacademy/wonder-blocks-tokens';
12
+ import { semanticColor, border, spacing } from '@khanacademy/wonder-blocks-tokens';
13
13
 
14
14
  const defaultLabels = {
15
15
  clearSearch: "Clear search"
@@ -95,7 +95,7 @@ const styles = StyleSheet.create({
95
95
  inputContainer: {
96
96
  boxSizing: "border-box",
97
97
  flexDirection: "row",
98
- borderRadius: spacing.xxxSmall_4,
98
+ borderRadius: border.radius.radius_040,
99
99
  alignItems: "center",
100
100
  height: 40
101
101
  },
package/dist/index.js CHANGED
@@ -124,7 +124,7 @@ const styles = aphrodite.StyleSheet.create({
124
124
  inputContainer: {
125
125
  boxSizing: "border-box",
126
126
  flexDirection: "row",
127
- borderRadius: wonderBlocksTokens.spacing.xxxSmall_4,
127
+ borderRadius: wonderBlocksTokens.border.radius.radius_040,
128
128
  alignItems: "center",
129
129
  height: 40
130
130
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-search-field",
3
- "version": "5.1.8",
3
+ "version": "5.1.9",
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.7",
17
+ "@khanacademy/wonder-blocks-form": "7.1.8",
18
18
  "@khanacademy/wonder-blocks-icon": "5.1.3",
19
- "@khanacademy/wonder-blocks-icon-button": "9.0.0",
20
- "@khanacademy/wonder-blocks-tokens": "6.0.0",
19
+ "@khanacademy/wonder-blocks-icon-button": "9.0.1",
20
+ "@khanacademy/wonder-blocks-tokens": "7.0.0",
21
21
  "@khanacademy/wonder-blocks-typography": "3.1.3"
22
22
  },
23
23
  "peerDependencies": {