@khanacademy/wonder-blocks-icon-button 11.2.2 → 11.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @khanacademy/wonder-blocks-icon-button@11.2.2 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-icon-button
2
+ > @khanacademy/wonder-blocks-icon-button@11.2.3 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-icon-button
3
3
  > pnpm exec wonder-blocks-tokens .
4
4
 
5
5
  CSS variables generated successfully in: /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-icon-button/dist/css
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @khanacademy/wonder-blocks-icon-button
2
2
 
3
+ ## 11.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c1c74df]
8
+ - Updated dependencies [72c5272]
9
+ - @khanacademy/wonder-blocks-tokens@16.4.0
10
+ - @khanacademy/wonder-blocks-clickable@8.1.8
11
+ - @khanacademy/wonder-blocks-icon@5.3.12
12
+ - @khanacademy/wonder-blocks-styles@0.2.43
13
+ - @khanacademy/wonder-blocks-typography@4.3.2
14
+
3
15
  ## 11.2.2
4
16
 
5
17
  ### Patch Changes
@@ -16,9 +16,9 @@ import type { IconButtonProps, IconButtonRef } from "../util/icon-button.types";
16
16
  * behavior of Button.
17
17
  *
18
18
  * IconButtons require a certain amount of space between them to ensure the
19
- * focus rings don't overlap. The minimum amount of spacing is 16px, but you
20
- * should refer to the mocks provided by design. Using a Strut in between
21
- * IconButtons is the preferred way to for adding this spacing.
19
+ * focus rings don't overlap. The minimum amount of spacing is 1.6rem, but you
20
+ * should refer to the mocks provided by design. Using the `gap` CSS property
21
+ * in between IconButtons is the preferred way to for adding this spacing.
22
22
  *
23
23
  * Many layouts require alignment of visual left (or right) side of an
24
24
  * `IconButton`. This requires a little bit of pixel nudging since each icon as
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "11.2.2",
6
+ "version": "11.2.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -28,13 +28,13 @@
28
28
  "./styles.css": "./dist/css/vars.css"
29
29
  },
30
30
  "dependencies": {
31
- "@khanacademy/wonder-blocks-clickable": "8.1.7",
31
+ "@khanacademy/wonder-blocks-clickable": "8.1.8",
32
32
  "@khanacademy/wonder-blocks-core": "12.4.3",
33
- "@khanacademy/wonder-blocks-icon": "5.3.11",
34
- "@khanacademy/wonder-blocks-styles": "0.2.42",
33
+ "@khanacademy/wonder-blocks-icon": "5.3.12",
34
+ "@khanacademy/wonder-blocks-styles": "0.2.43",
35
35
  "@khanacademy/wonder-blocks-theming": "4.0.2",
36
- "@khanacademy/wonder-blocks-tokens": "16.3.0",
37
- "@khanacademy/wonder-blocks-typography": "4.3.1"
36
+ "@khanacademy/wonder-blocks-tokens": "16.4.0",
37
+ "@khanacademy/wonder-blocks-typography": "4.3.2"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "aphrodite": "^1.2.5",