instructure-ui icon indicating copy to clipboard operation
instructure-ui copied to clipboard

A UI Component Library made by Instructure, Inc.

Results 103 instructure-ui issues
Sort by recently updated
recently updated
newest added

INSTUI-4876 INSTUI-4877 ## Summary Migrated List and InlineList component from the old theming system. ## Test plan On the documentation page, verify that everything displays and works correctly. ## Co-Authored-By:...

INSTUI-4793 ISSUE: FileDrop is migrated to the new theming system TEST PLAN: - Check if design is ok https://www.figma.com/design/5WFqF3HVlNdfcJooCaiFoh/InstUI-Component-Library?node-id=11608-654&p=f&m=dev - Check if all tokens are used in styles.ts

Closes InstUI-4802 Test: - check if all the tokens are used in the `ProgressBar` component - check if design is ok, use the Figma component page: https://www.figma.com/design/5WFqF3HVlNdfcJooCaiFoh/InstUI-Component-Library?node-id=10541-5968&p=f&m=dev

INSTUI-4879 **ISSUE:** SourceCodeEditor needs to be migarted to the new theming system **TEST PLAN:** - check if all tokens are used in styles.ts - check if the component works the...

…n ColorContrast INSTUI-4874 **ISSUE:** - the label of the ColorContrast component's heading level cannot be set, so screen reader users may have a hard time understanding the relationship between sections....

INSTUI-4865 ## Summary Migrates View and ContextView components to token-based theme system: - Remove theme.ts files from View and ContextView - Switch from `withStyleRework` to `withStyle` decorator - Rename `calcMarginFromShorthand`...

INSTUI-4871 **ISSUE:** - the remaining of tokens in FormFieldGroup needs to be removed because they are now longer needed for newError-style errors - FormFieldMessages theme.ts needs to be removed **TEST...

INSTUI-4811 **ISSUE:** - Badge needs to be migarted to the new theming system **TEST PLAN:** - compare the component to the Figma design https://www.figma.com/design/5WFqF3HVlNdfcJooCaiFoh/InstUI-Component-Library?node-id=5580-7135&p=f&m=dev - check if all tokens are...

CheckboxGroup overrides the onChange value of contained Checkbox components. If a developer incorrectly sets an onChange property on the Checkbox contained within a CheckboxGroup we write a warning to the...