@khanacademy/wonder-blocks-typography 4.2.16 → 4.2.18

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,19 @@
1
1
  # @khanacademy/wonder-blocks-typography
2
2
 
3
+ ## 4.2.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4aad557]
8
+ - @khanacademy/wonder-blocks-tokens@12.1.0
9
+
10
+ ## 4.2.17
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1334e74]
15
+ - @khanacademy/wonder-blocks-core@12.4.0
16
+
3
17
  ## 4.2.16
4
18
 
5
19
  ### Patch Changes
@@ -5,6 +5,7 @@ declare const BodyMonospace: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const BodySerifBlock: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const BodySerif: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const Body: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const Caption: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const Footnote: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const HeadingLarge: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const HeadingMedium: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const HeadingSmall: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const HeadingXSmall: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const LabelLarge: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const LabelMedium: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const LabelSmall: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const LabelXSmall: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const Tagline: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
@@ -5,6 +5,7 @@ declare const Title: React.ForwardRefExoticComponent<Omit<{
5
5
  testId?: string;
6
6
  lang?: string;
7
7
  className?: string;
8
+ dir?: "ltr" | "rtl" | "auto";
8
9
  htmlFor?: string;
9
10
  tabIndex?: number;
10
11
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-typography",
3
- "version": "4.2.16",
3
+ "version": "4.2.18",
4
4
  "design": "v2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,8 +12,8 @@
12
12
  "author": "",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@khanacademy/wonder-blocks-core": "12.3.0",
16
- "@khanacademy/wonder-blocks-tokens": "12.0.2"
15
+ "@khanacademy/wonder-blocks-core": "12.4.0",
16
+ "@khanacademy/wonder-blocks-tokens": "12.1.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "aphrodite": "^1.2.5",