@instructure/shared-types
Advanced tools
Comparing version 10.9.1-snapshot-4 to 10.9.1-snapshot-5
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.9.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.9.1-snapshot-4) (2024-12-18) | ||
## [10.9.1-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.9.1-snapshot-5) (2024-12-18) | ||
**Note:** Version bump only for package @instructure/shared-types | ||
### Features | ||
* **many:** add new Typography tokens and update text and heading ([a09fa0f](https://github.com/instructure/instructure-ui/commit/a09fa0f9ee3b92e8b20415e1d57f5f465526936c)) | ||
# [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12) | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@instructure/shared-types", | ||
"version": "10.9.1-snapshot-4", | ||
"version": "10.9.1-snapshot-5", | ||
"description": "Shared TypeScript typings for Instructure UI packages.", | ||
@@ -5,0 +5,0 @@ "author": "Instructure, Inc. Engineering and Product Design", |
@@ -114,2 +114,22 @@ /* | ||
letterSpacingExpanded: string | 0 | ||
titlePageDesktop: string | ||
titlePageMobile: string | ||
titleSection: string | ||
titleModule: string | ||
titleCardLarge: string | ||
titleCardRegular: string | ||
titleCardMini: string | ||
descriptionPage: string | ||
descriptionSection: string | ||
label: string | ||
content: string | ||
contentSmall: string | ||
legend: string | ||
lineHeight100: number | ||
lineHeight125: number | ||
lineHeight150: number | ||
weightRegular: number | ||
weightImportant: number | ||
} | ||
@@ -116,0 +136,0 @@ |
@@ -81,2 +81,20 @@ import { Colors } from './Colors'; | ||
letterSpacingExpanded: string | 0; | ||
titlePageDesktop: string; | ||
titlePageMobile: string; | ||
titleSection: string; | ||
titleModule: string; | ||
titleCardLarge: string; | ||
titleCardRegular: string; | ||
titleCardMini: string; | ||
descriptionPage: string; | ||
descriptionSection: string; | ||
label: string; | ||
content: string; | ||
contentSmall: string; | ||
legend: string; | ||
lineHeight100: number; | ||
lineHeight125: number; | ||
lineHeight150: number; | ||
weightRegular: number; | ||
weightImportant: number; | ||
}; | ||
@@ -83,0 +101,0 @@ type Size = { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
382833
4756