@khanacademy/wonder-blocks-tooltip 4.1.1 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @khanacademy/wonder-blocks-tooltip
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [507cf2f]
8
+ - @khanacademy/wonder-blocks-tokens@5.1.0
9
+ - @khanacademy/wonder-blocks-layout@3.1.3
10
+ - @khanacademy/wonder-blocks-modal@7.1.3
11
+
12
+ ## 4.1.2
13
+
14
+ ### Patch Changes
15
+
16
+ - fff5da0: Migrate to semanticColor tokens
17
+ - Updated dependencies [ed26d66]
18
+ - Updated dependencies [5655b9f]
19
+ - Updated dependencies [5655b9f]
20
+ - Updated dependencies [8f53293]
21
+ - Updated dependencies [6d37702]
22
+ - Updated dependencies [051f0f8]
23
+ - Updated dependencies [e1b78db]
24
+ - Updated dependencies [051f0f8]
25
+ - @khanacademy/wonder-blocks-core@12.2.0
26
+ - @khanacademy/wonder-blocks-tokens@5.0.0
27
+ - @khanacademy/wonder-blocks-modal@7.1.2
28
+ - @khanacademy/wonder-blocks-layout@3.1.2
29
+ - @khanacademy/wonder-blocks-typography@3.1.2
30
+
3
31
  ## 4.1.1
4
32
 
5
33
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -3,7 +3,7 @@ import * as ReactDOM from 'react-dom';
3
3
  import { Text as Text$1, View, Id } from '@khanacademy/wonder-blocks-core';
4
4
  import { maybeGetPortalMountedModalHostElement } from '@khanacademy/wonder-blocks-modal';
5
5
  import { StyleSheet, css } from 'aphrodite';
6
- import { spacing, color } from '@khanacademy/wonder-blocks-tokens';
6
+ import { spacing, color, semanticColor } from '@khanacademy/wonder-blocks-tokens';
7
7
  import _extends from '@babel/runtime/helpers/extends';
8
8
  import { Strut } from '@khanacademy/wonder-blocks-layout';
9
9
  import { HeadingSmall, LabelMedium } from '@khanacademy/wonder-blocks-typography';
@@ -533,8 +533,8 @@ const styles$1 = StyleSheet.create({
533
533
  content: {
534
534
  maxWidth: 472,
535
535
  borderRadius: spacing.xxxSmall_4,
536
- border: `solid 1px ${color.offBlack16}`,
537
- backgroundColor: color.white,
536
+ border: `solid 1px ${semanticColor.border.primary}`,
537
+ backgroundColor: semanticColor.surface.primary,
538
538
  boxShadow: `0 ${spacing.xSmall_8}px ${spacing.xSmall_8}px 0 ${color.offBlack8}`,
539
539
  justifyContent: "center"
540
540
  }
package/dist/index.js CHANGED
@@ -561,8 +561,8 @@ const styles$1 = aphrodite.StyleSheet.create({
561
561
  content: {
562
562
  maxWidth: 472,
563
563
  borderRadius: wonderBlocksTokens.spacing.xxxSmall_4,
564
- border: `solid 1px ${wonderBlocksTokens.color.offBlack16}`,
565
- backgroundColor: wonderBlocksTokens.color.white,
564
+ border: `solid 1px ${wonderBlocksTokens.semanticColor.border.primary}`,
565
+ backgroundColor: wonderBlocksTokens.semanticColor.surface.primary,
566
566
  boxShadow: `0 ${wonderBlocksTokens.spacing.xSmall_8}px ${wonderBlocksTokens.spacing.xSmall_8}px 0 ${wonderBlocksTokens.color.offBlack8}`,
567
567
  justifyContent: "center"
568
568
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-tooltip",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,11 +13,11 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@babel/runtime": "^7.24.5",
16
- "@khanacademy/wonder-blocks-core": "12.1.1",
17
- "@khanacademy/wonder-blocks-layout": "3.1.1",
18
- "@khanacademy/wonder-blocks-modal": "7.1.1",
19
- "@khanacademy/wonder-blocks-tokens": "4.2.1",
20
- "@khanacademy/wonder-blocks-typography": "3.1.1"
16
+ "@khanacademy/wonder-blocks-core": "12.2.0",
17
+ "@khanacademy/wonder-blocks-layout": "3.1.3",
18
+ "@khanacademy/wonder-blocks-modal": "7.1.3",
19
+ "@khanacademy/wonder-blocks-tokens": "5.1.0",
20
+ "@khanacademy/wonder-blocks-typography": "3.1.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@popperjs/core": "^2.10.1",