New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/shared-types

Package Overview
Dependencies
Maintainers
0
Versions
899
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/shared-types - npm Package Compare versions

Comparing version

to
9.11.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [9.11.1](https://github.com/instructure/instructure-ui/compare/v9.11.0...v9.11.1) (2025-03-11)
### Bug Fixes
* fix FormFieldLabel not read on NVDA hover ([c29b6ab](https://github.com/instructure/instructure-ui/commit/c29b6ab989266c6a7875e3f0dbdee3efbf18606a))
# [9.11.0](https://github.com/instructure/instructure-ui/compare/v9.10.2...v9.11.0) (2025-02-12)

@@ -8,0 +19,0 @@

2

package.json
{
"name": "@instructure/shared-types",
"version": "9.11.0",
"version": "9.11.1",
"description": "Shared TypeScript typings for Instructure UI packages.",

@@ -5,0 +5,0 @@ "author": "Instructure, Inc. Engineering and Product Design",

@@ -581,2 +581,13 @@ /*

export type FormFieldLayoutTheme = {
color: Colors['textDarkest'] // todo should be contrasts.grey125125
fontFamily: Typography['fontFamily']
fontWeight: Typography['fontWeightBold']
fontSize: Typography['fontSizeMedium']
lineHeight: Typography['lineHeightFit']
inlinePadding: Spacing['xxSmall']
stackedOrInlineBreakpoint: Breakpoints['medium']
spacing: any // TODO remove any
}
export type FormFieldMessageTheme = {

@@ -583,0 +594,0 @@ colorHint: Colors['textDarkest']

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