@khanacademy/wonder-blocks-dropdown 2.6.0 → 2.6.1
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,16 +1,28 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-dropdown
|
|
2
2
|
|
|
3
|
+
## 2.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [901bfe82]
|
|
8
|
+
- Updated dependencies [e7bbf149]
|
|
9
|
+
- @khanacademy/wonder-blocks-clickable@2.2.2
|
|
10
|
+
- @khanacademy/wonder-blocks-modal@2.2.0
|
|
11
|
+
- @khanacademy/wonder-blocks-button@2.11.1
|
|
12
|
+
- @khanacademy/wonder-blocks-icon-button@3.4.2
|
|
13
|
+
|
|
3
14
|
## 2.6.0
|
|
15
|
+
|
|
4
16
|
### Minor Changes
|
|
5
17
|
|
|
6
|
-
-
|
|
18
|
+
- 8bccbc9d: Adds `lang` attribute to the `ActionItem` component
|
|
7
19
|
|
|
8
20
|
### Patch Changes
|
|
9
21
|
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
22
|
+
- Updated dependencies [029b4810]
|
|
23
|
+
- Updated dependencies [45588e5f]
|
|
24
|
+
- Updated dependencies [c57cd770]
|
|
25
|
+
- Updated dependencies [29766c8e]
|
|
26
|
+
- Updated dependencies [875b7893]
|
|
27
|
+
- @khanacademy/wonder-blocks-timing@2.1.0
|
|
28
|
+
- @khanacademy/wonder-blocks-core@4.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-dropdown",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Dropdown variants for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.16.3",
|
|
19
|
-
"@khanacademy/wonder-blocks-button": "^2.
|
|
20
|
-
"@khanacademy/wonder-blocks-clickable": "^2.2.
|
|
19
|
+
"@khanacademy/wonder-blocks-button": "^2.11.1",
|
|
20
|
+
"@khanacademy/wonder-blocks-clickable": "^2.2.2",
|
|
21
21
|
"@khanacademy/wonder-blocks-color": "^1.1.20",
|
|
22
22
|
"@khanacademy/wonder-blocks-core": "^4.1.0",
|
|
23
23
|
"@khanacademy/wonder-blocks-icon": "^1.2.24",
|
|
24
|
-
"@khanacademy/wonder-blocks-icon-button": "^3.4.
|
|
24
|
+
"@khanacademy/wonder-blocks-icon-button": "^3.4.2",
|
|
25
25
|
"@khanacademy/wonder-blocks-layout": "^1.4.6",
|
|
26
|
-
"@khanacademy/wonder-blocks-modal": "^2.
|
|
26
|
+
"@khanacademy/wonder-blocks-modal": "^2.2.0",
|
|
27
27
|
"@khanacademy/wonder-blocks-spacing": "^3.0.5",
|
|
28
28
|
"@khanacademy/wonder-blocks-timing": "^2.1.0",
|
|
29
29
|
"@khanacademy/wonder-blocks-typography": "^1.1.28"
|
|
@@ -651,7 +651,7 @@ exports[`wonder-blocks-dropdown example 4 1`] = `
|
|
|
651
651
|
"touchAction": "manipulation",
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
|
-
tabIndex={
|
|
654
|
+
tabIndex={0}
|
|
655
655
|
type="button"
|
|
656
656
|
>
|
|
657
657
|
<div
|
|
@@ -1134,8 +1134,8 @@ exports[`wonder-blocks-dropdown example 6 1`] = `
|
|
|
1134
1134
|
}
|
|
1135
1135
|
/>
|
|
1136
1136
|
<button
|
|
1137
|
+
aria-disabled={false}
|
|
1137
1138
|
className=""
|
|
1138
|
-
disabled={false}
|
|
1139
1139
|
onBlur={[Function]}
|
|
1140
1140
|
onClick={[Function]}
|
|
1141
1141
|
onDragStart={[Function]}
|
|
@@ -1627,7 +1627,7 @@ exports[`wonder-blocks-dropdown example 10 1`] = `
|
|
|
1627
1627
|
"whiteSpace": "nowrap",
|
|
1628
1628
|
}
|
|
1629
1629
|
}
|
|
1630
|
-
tabIndex={
|
|
1630
|
+
tabIndex={0}
|
|
1631
1631
|
type="button"
|
|
1632
1632
|
>
|
|
1633
1633
|
<span
|
|
@@ -1926,7 +1926,7 @@ exports[`wonder-blocks-dropdown example 12 1`] = `
|
|
|
1926
1926
|
"whiteSpace": "nowrap",
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
|
-
tabIndex={
|
|
1929
|
+
tabIndex={0}
|
|
1930
1930
|
type="button"
|
|
1931
1931
|
>
|
|
1932
1932
|
<span
|
|
@@ -2292,8 +2292,8 @@ exports[`wonder-blocks-dropdown example 14 1`] = `
|
|
|
2292
2292
|
}
|
|
2293
2293
|
/>
|
|
2294
2294
|
<button
|
|
2295
|
+
aria-disabled={false}
|
|
2295
2296
|
className=""
|
|
2296
|
-
disabled={false}
|
|
2297
2297
|
onBlur={[Function]}
|
|
2298
2298
|
onClick={[Function]}
|
|
2299
2299
|
onDragStart={[Function]}
|
|
@@ -2998,8 +2998,8 @@ exports[`wonder-blocks-dropdown example 20 1`] = `
|
|
|
2998
2998
|
}
|
|
2999
2999
|
>
|
|
3000
3000
|
<button
|
|
3001
|
+
aria-disabled={false}
|
|
3001
3002
|
className=""
|
|
3002
|
-
disabled={false}
|
|
3003
3003
|
onBlur={[Function]}
|
|
3004
3004
|
onClick={[Function]}
|
|
3005
3005
|
onDragStart={[Function]}
|
|
@@ -3159,7 +3159,7 @@ exports[`wonder-blocks-dropdown example 21 1`] = `
|
|
|
3159
3159
|
"whiteSpace": "nowrap",
|
|
3160
3160
|
}
|
|
3161
3161
|
}
|
|
3162
|
-
tabIndex={
|
|
3162
|
+
tabIndex={0}
|
|
3163
3163
|
type="button"
|
|
3164
3164
|
>
|
|
3165
3165
|
<span
|
|
@@ -3661,8 +3661,8 @@ exports[`wonder-blocks-dropdown example 24 1`] = `
|
|
|
3661
3661
|
}
|
|
3662
3662
|
/>
|
|
3663
3663
|
<button
|
|
3664
|
+
aria-disabled={false}
|
|
3664
3665
|
className=""
|
|
3665
|
-
disabled={false}
|
|
3666
3666
|
onBlur={[Function]}
|
|
3667
3667
|
onClick={[Function]}
|
|
3668
3668
|
onDragStart={[Function]}
|