@instructure/shared-types
Advanced tools
Comparing version 10.6.1-snapshot-13 to 10.6.1-snapshot-15
@@ -6,3 +6,3 @@ # Change Log | ||
## [10.6.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-13) (2024-11-26) | ||
## [10.6.1-snapshot-15](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-15) (2024-11-26) | ||
@@ -12,2 +12,3 @@ | ||
* **emotion,shared-types:** better TS types for theme objects and their overrides ([c790958](https://github.com/instructure/instructure-ui/commit/c7909580b283ab6808f7c9d0f53b49630bf713d9)) | ||
* **shared-types,ui-pagination:** pagination indicators have spacing and coded as a list for a11y ([e6e5a7b](https://github.com/instructure/instructure-ui/commit/e6e5a7b6cda158f16cf0d86787130877b9c22a75)) | ||
@@ -14,0 +15,0 @@ |
{ | ||
"name": "@instructure/shared-types", | ||
"version": "10.6.1-snapshot-13", | ||
"version": "10.6.1-snapshot-15", | ||
"description": "Shared TypeScript typings for Instructure UI packages.", | ||
@@ -5,0 +5,0 @@ "author": "Instructure, Inc. Engineering and Product Design", |
@@ -27,3 +27,2 @@ /* | ||
/** Recursively makes every property in T optional */ | ||
type DeepPartial<T> = { | ||
@@ -30,0 +29,0 @@ [P in keyof T]?: DeepPartial<T[P]> |
import PropTypes from 'prop-types'; | ||
/** Recursively makes every property in T optional */ | ||
type DeepPartial<T> = { | ||
@@ -4,0 +3,0 @@ [P in keyof T]?: DeepPartial<T[P]>; |
Sorry, the diff of this file is not supported yet
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
379285
4712