@khanacademy/wonder-blocks-icon-button 11.1.3 → 11.1.5
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.1.
|
|
2
|
+
> @khanacademy/wonder-blocks-icon-button@11.1.5 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,26 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-icon-button
|
|
2
2
|
|
|
3
|
+
## 11.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c75abe9]
|
|
8
|
+
- Updated dependencies [c75abe9]
|
|
9
|
+
- Updated dependencies [530d692]
|
|
10
|
+
- @khanacademy/wonder-blocks-tokens@16.0.0
|
|
11
|
+
- @khanacademy/wonder-blocks-clickable@8.1.4
|
|
12
|
+
- @khanacademy/wonder-blocks-icon@5.3.8
|
|
13
|
+
- @khanacademy/wonder-blocks-styles@0.2.39
|
|
14
|
+
- @khanacademy/wonder-blocks-typography@4.2.30
|
|
15
|
+
|
|
16
|
+
## 11.1.4
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 12e04c3: Update component documentation for the `disabled` props to include details about `aria-disabled` being set internally to keep an element focusable while in a disabled state
|
|
21
|
+
- Updated dependencies [12e04c3]
|
|
22
|
+
- @khanacademy/wonder-blocks-clickable@8.1.3
|
|
23
|
+
|
|
3
24
|
## 11.1.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -30,6 +30,9 @@ export type BaseIconButtonProps = Partial<Omit<AriaProps, "aria-disabled">> & {
|
|
|
30
30
|
kind?: IconButtonKind;
|
|
31
31
|
/**
|
|
32
32
|
* Whether the icon button is disabled.
|
|
33
|
+
*
|
|
34
|
+
* Internally, the `aria-disabled` attribute will be set so that the
|
|
35
|
+
* element remains focusable and will be included in the tab order.
|
|
33
36
|
*/
|
|
34
37
|
disabled?: boolean;
|
|
35
38
|
/**
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "11.1.
|
|
6
|
+
"version": "11.1.5",
|
|
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.
|
|
31
|
+
"@khanacademy/wonder-blocks-clickable": "8.1.4",
|
|
32
32
|
"@khanacademy/wonder-blocks-core": "12.4.3",
|
|
33
|
-
"@khanacademy/wonder-blocks-icon": "5.3.
|
|
34
|
-
"@khanacademy/wonder-blocks-styles": "0.2.
|
|
33
|
+
"@khanacademy/wonder-blocks-icon": "5.3.8",
|
|
34
|
+
"@khanacademy/wonder-blocks-styles": "0.2.39",
|
|
35
35
|
"@khanacademy/wonder-blocks-theming": "4.0.2",
|
|
36
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
37
|
-
"@khanacademy/wonder-blocks-typography": "4.2.
|
|
36
|
+
"@khanacademy/wonder-blocks-tokens": "16.0.0",
|
|
37
|
+
"@khanacademy/wonder-blocks-typography": "4.2.30"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"aphrodite": "^1.2.5",
|