@khanacademy/wonder-blocks-floating 0.0.0-PR2844-20251112222210 → 0.0.0-PR2844-20251112222914

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @khanacademy/wonder-blocks-floating
2
2
 
3
- ## 0.0.0-PR2844-20251112222210
3
+ ## 0.0.0-PR2844-20251112222914
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 7cc5c0d: Adds wonder-blocks-floating package
8
8
  - b286374: Adds Floating component with basic props (including middlewares)
9
- - 19c49ac: Adds `portal` prop to Floating component. Includes `maybeGetPortalMountedModalHostElement` util to portal floating elements inside modals.
9
+ - 2f1f68d: Adds `portal` prop to Floating component. Includes `maybeGetPortalMountedModalHostElement` util to portal floating elements inside modals.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A package that provides support for floating UI components in our UIs, including portal and focus management support.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.0.0-PR2844-20251112222210",
6
+ "version": "0.0.0-PR2844-20251112222914",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -20,7 +20,7 @@
20
20
  "types": "dist/index.d.ts",
21
21
  "dependencies": {
22
22
  "@floating-ui/react": "^0.27.16",
23
- "@khanacademy/wonder-blocks-tokens": "14.1.0"
23
+ "@khanacademy/wonder-blocks-tokens": "14.1.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "aphrodite": "^1.2.5",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@khanacademy/wb-dev-build-settings": "3.2.0",
31
- "@khanacademy/wonder-blocks-modal": "8.5.3"
31
+ "@khanacademy/wonder-blocks-modal": "8.5.4"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "echo \"Error: no test specified\" && exit 1"