@khanacademy/wonder-blocks-typography
Advanced tools
Comparing version 2.1.15 to 2.1.16
# @khanacademy/wonder-blocks-typography | ||
## 2.1.16 | ||
### Patch Changes | ||
- 02a1b298: Make sure we don't package tsconfig and tsbuildinfo files | ||
- Updated dependencies [02a1b298] | ||
- @khanacademy/wonder-blocks-core@7.0.1 | ||
## 2.1.15 | ||
@@ -4,0 +12,0 @@ |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default BodyMonospace; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default BodySerifBlock; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default BodySerif; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default Body; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default Caption; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default Footnote; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default HeadingLarge; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default HeadingMedium; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default HeadingSmall; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default HeadingXSmall; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default LabelLarge; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default LabelMedium; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default LabelSmall; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default LabelXSmall; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default Tagline; |
@@ -14,4 +14,4 @@ import * as React from "react"; | ||
"data-placement"?: string | undefined; | ||
} & Readonly<import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes> & Readonly<{ | ||
role?: import("../../../wonder-blocks-core/src/util/aria-types").AriaRole | undefined; | ||
} & Readonly<import("@khanacademy/wonder-blocks-core").AriaAttributes> & Readonly<{ | ||
role?: import("@khanacademy/wonder-blocks-core").AriaRole | undefined; | ||
}> & { | ||
@@ -54,3 +54,3 @@ onMouseDown?: ((e: React.MouseEvent<Element, MouseEvent>) => unknown) | undefined; | ||
tag?: string | undefined; | ||
} & React.RefAttributes<unknown>, keyof import("../../../wonder-blocks-core/src/util/aria-types").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
} & React.RefAttributes<unknown>, keyof import("@khanacademy/wonder-blocks-core").AriaAttributes | "role" | "style" | "title" | "children" | "tag" | "testId" | "lang" | "className" | "htmlFor" | "tabIndex" | "id" | "data-modal-launcher-portal" | "data-placement" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onClick" | "onDoubleClick" | "onMouseEnter" | "onMouseLeave" | "onMouseOut" | "onMouseOver" | "onDrag" | "onDragEnd" | "onDragEnter" | "onDragExit" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onChange" | "onInput" | "onInvalid" | "onSubmit" | "onTouchCancel" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onFocus" | "onBlur" | "key"> & React.RefAttributes<unknown>>; | ||
export default Title; |
{ | ||
"name": "@khanacademy/wonder-blocks-typography", | ||
"version": "2.1.15", | ||
"version": "2.1.16", | ||
"design": "v2", | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
"@babel/runtime": "^7.18.6", | ||
"@khanacademy/wonder-blocks-core": "^7.0.0" | ||
"@khanacademy/wonder-blocks-core": "^7.0.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105839
23
1690