@instructure/shared-types
Advanced tools
Comparing version 10.5.1-snapshot-5 to 10.5.1-snapshot-7
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.5.1-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-snapshot-5) (2024-11-14) | ||
## [10.5.1-snapshot-7](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-snapshot-7) (2024-11-18) | ||
**Note:** Version bump only for package @instructure/shared-types | ||
### Bug Fixes | ||
* **many:** adjust border colors to meet a11y contrast standards ([2f47e06](https://github.com/instructure/instructure-ui/commit/2f47e066f7107c67e37ce8b7aff483586cf7a6b7)) | ||
# [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07) | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@instructure/shared-types", | ||
"version": "10.5.1-snapshot-5", | ||
"version": "10.5.1-snapshot-7", | ||
"description": "Shared TypeScript typings for Instructure UI packages.", | ||
@@ -5,0 +5,0 @@ "author": "Instructure, Inc. Engineering and Product Design", |
@@ -33,2 +33,3 @@ /* | ||
grey24: string | ||
grey30: string | ||
grey45: string | ||
@@ -199,2 +200,3 @@ grey57: string | ||
grey2424: Primitives['grey24'] | ||
grey3045: Primitives['grey30'] | Primitives['grey45'] | ||
grey4570: Primitives['grey45'] | Primitives['grey70'] | ||
@@ -201,0 +203,0 @@ grey5782: Primitives['grey57'] | Primitives['grey82'] |
@@ -8,2 +8,3 @@ type Primitives = { | ||
grey24: string; | ||
grey30: string; | ||
grey45: string; | ||
@@ -157,2 +158,3 @@ grey57: string; | ||
grey2424: Primitives['grey24']; | ||
grey3045: Primitives['grey30'] | Primitives['grey45']; | ||
grey4570: Primitives['grey45'] | Primitives['grey70']; | ||
@@ -159,0 +161,0 @@ grey5782: Primitives['grey57'] | Primitives['grey82']; |
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
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
378662
4708