@khanacademy/wonder-blocks-modal 0.0.0-PR2921-20260107172502 → 0.0.0-PR2921-20260109172217
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/.turbo/turbo-build$colon$css.log +1 -1
- package/CHANGELOG.md +14 -8
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-modal@8.5.
|
|
2
|
+
> @khanacademy/wonder-blocks-modal@8.5.11 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-modal
|
|
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-modal/dist/css
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-modal
|
|
2
2
|
|
|
3
|
-
## 0.0.0-PR2921-
|
|
3
|
+
## 0.0.0-PR2921-20260109172217
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,14 +8,20 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- f6457be: Adjust scroll behavior for small screens in DrawerDialog and FlexibleDialog
|
|
12
11
|
- Updated dependencies [8a3ee1f]
|
|
13
|
-
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2921-
|
|
14
|
-
- @khanacademy/wonder-blocks-typography@0.0.0-PR2921-
|
|
15
|
-
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2921-
|
|
16
|
-
- @khanacademy/wonder-blocks-breadcrumbs@0.0.0-PR2921-
|
|
17
|
-
- @khanacademy/wonder-blocks-layout@0.0.0-PR2921-
|
|
18
|
-
- @khanacademy/wonder-blocks-styles@0.0.0-PR2921-
|
|
12
|
+
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2921-20260109172217
|
|
13
|
+
- @khanacademy/wonder-blocks-typography@0.0.0-PR2921-20260109172217
|
|
14
|
+
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2921-20260109172217
|
|
15
|
+
- @khanacademy/wonder-blocks-breadcrumbs@0.0.0-PR2921-20260109172217
|
|
16
|
+
- @khanacademy/wonder-blocks-layout@0.0.0-PR2921-20260109172217
|
|
17
|
+
- @khanacademy/wonder-blocks-styles@0.0.0-PR2921-20260109172217
|
|
18
|
+
|
|
19
|
+
## 8.5.11
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- f6457be: Adjust scroll behavior for small screens in DrawerDialog and FlexibleDialog
|
|
24
|
+
- @khanacademy/wonder-blocks-icon-button@11.1.1
|
|
19
25
|
|
|
20
26
|
## 8.5.10
|
|
21
27
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "0.0.0-PR2921-
|
|
6
|
+
"version": "0.0.0-PR2921-20260109172217",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"./styles.css": "./dist/css/vars.css"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@khanacademy/wonder-blocks-breadcrumbs": "0.0.0-PR2921-
|
|
31
|
+
"@khanacademy/wonder-blocks-breadcrumbs": "0.0.0-PR2921-20260109172217",
|
|
32
32
|
"@khanacademy/wonder-blocks-core": "12.4.2",
|
|
33
|
-
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2921-
|
|
34
|
-
"@khanacademy/wonder-blocks-layout": "0.0.0-PR2921-
|
|
35
|
-
"@khanacademy/wonder-blocks-styles": "0.0.0-PR2921-
|
|
33
|
+
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2921-20260109172217",
|
|
34
|
+
"@khanacademy/wonder-blocks-layout": "0.0.0-PR2921-20260109172217",
|
|
35
|
+
"@khanacademy/wonder-blocks-styles": "0.0.0-PR2921-20260109172217",
|
|
36
36
|
"@khanacademy/wonder-blocks-timing": "7.0.4",
|
|
37
|
-
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2921-
|
|
38
|
-
"@khanacademy/wonder-blocks-typography": "0.0.0-PR2921-
|
|
37
|
+
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2921-20260109172217",
|
|
38
|
+
"@khanacademy/wonder-blocks-typography": "0.0.0-PR2921-20260109172217"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@phosphor-icons/core": "^2.0.2",
|