@khanacademy/wonder-blocks-button 8.0.1 → 8.0.3

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,31 @@
1
1
  # @khanacademy/wonder-blocks-button
2
2
 
3
+ ## 8.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2656fd4]
8
+ - Updated dependencies [6018552]
9
+ - Updated dependencies [7bbf311]
10
+ - Updated dependencies [7f79943]
11
+ - Updated dependencies [7bbf311]
12
+ - Updated dependencies [7f79943]
13
+ - @khanacademy/wonder-blocks-tokens@9.0.0
14
+ - @khanacademy/wonder-blocks-theming@3.3.0
15
+ - @khanacademy/wonder-blocks-clickable@7.0.3
16
+ - @khanacademy/wonder-blocks-progress-spinner@3.1.9
17
+
18
+ ## 8.0.2
19
+
20
+ ### Patch Changes
21
+
22
+ - e63adea: Update `border.width` tokens to use new naming conventions.
23
+ - Updated dependencies [e63adea]
24
+ - Updated dependencies [e63adea]
25
+ - @khanacademy/wonder-blocks-tokens@8.0.0
26
+ - @khanacademy/wonder-blocks-clickable@7.0.2
27
+ - @khanacademy/wonder-blocks-progress-spinner@3.1.8
28
+
3
29
  ## 8.0.1
4
30
 
5
31
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -200,9 +200,9 @@ const theme$1 = {
200
200
  },
201
201
  border: {
202
202
  width: {
203
- secondary: tokens.border.width.hairline,
204
- focused: tokens.border.width.thin,
205
- disabled: tokens.border.width.thin
203
+ secondary: tokens.border.width.thin,
204
+ focused: tokens.border.width.medium,
205
+ disabled: tokens.border.width.medium
206
206
  },
207
207
  offset: {
208
208
  primary: tokens.spacing.xxxxSmall_2,
@@ -297,7 +297,7 @@ const theme = mergeTheme(theme$1, {
297
297
  large: tokens.border.radius.radius_120
298
298
  },
299
299
  width: {
300
- focused: tokens.border.width.hairline
300
+ focused: tokens.border.width.thin
301
301
  }
302
302
  },
303
303
  margin: {
package/dist/index.js CHANGED
@@ -227,9 +227,9 @@ const theme$1 = {
227
227
  },
228
228
  border: {
229
229
  width: {
230
- secondary: tokens__namespace.border.width.hairline,
231
- focused: tokens__namespace.border.width.thin,
232
- disabled: tokens__namespace.border.width.thin
230
+ secondary: tokens__namespace.border.width.thin,
231
+ focused: tokens__namespace.border.width.medium,
232
+ disabled: tokens__namespace.border.width.medium
233
233
  },
234
234
  offset: {
235
235
  primary: tokens__namespace.spacing.xxxxSmall_2,
@@ -324,7 +324,7 @@ const theme = wonderBlocksTheming.mergeTheme(theme$1, {
324
324
  large: tokens__namespace.border.radius.radius_120
325
325
  },
326
326
  width: {
327
- focused: tokens__namespace.border.width.hairline
327
+ focused: tokens__namespace.border.width.thin
328
328
  }
329
329
  },
330
330
  margin: {
@@ -311,9 +311,9 @@ declare const theme: {
311
311
  };
312
312
  border: {
313
313
  width: {
314
- secondary: number;
315
- focused: number;
316
- disabled: number;
314
+ secondary: string;
315
+ focused: string;
316
+ disabled: string;
317
317
  };
318
318
  offset: {
319
319
  primary: 2;
@@ -301,9 +301,9 @@ declare const theme: {
301
301
  };
302
302
  border: {
303
303
  width: {
304
- secondary: number;
305
- focused: number;
306
- disabled: number;
304
+ secondary: string;
305
+ focused: string;
306
+ disabled: string;
307
307
  };
308
308
  offset: {
309
309
  primary: 2;
@@ -308,9 +308,9 @@ export declare const ButtonThemeContext: React.Context<{
308
308
  };
309
309
  border: {
310
310
  width: {
311
- secondary: number;
312
- focused: number;
313
- disabled: number;
311
+ secondary: string;
312
+ focused: string;
313
+ disabled: string;
314
314
  };
315
315
  offset: {
316
316
  primary: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-button",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,13 +13,13 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@babel/runtime": "^7.24.5",
16
- "@khanacademy/wonder-blocks-clickable": "7.0.1",
17
16
  "@khanacademy/wonder-blocks-core": "12.2.1",
18
17
  "@khanacademy/wonder-blocks-icon": "5.1.3",
19
- "@khanacademy/wonder-blocks-progress-spinner": "3.1.7",
20
- "@khanacademy/wonder-blocks-theming": "3.2.1",
21
- "@khanacademy/wonder-blocks-tokens": "7.0.0",
22
- "@khanacademy/wonder-blocks-typography": "3.1.3"
18
+ "@khanacademy/wonder-blocks-progress-spinner": "3.1.9",
19
+ "@khanacademy/wonder-blocks-theming": "3.3.0",
20
+ "@khanacademy/wonder-blocks-tokens": "9.0.0",
21
+ "@khanacademy/wonder-blocks-typography": "3.1.3",
22
+ "@khanacademy/wonder-blocks-clickable": "7.0.3"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "aphrodite": "^1.2.5",