Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-motion

Package Overview
Dependencies
Maintainers
0
Versions
2026
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-motion - npm Package Compare versions

Comparing version 10.6.1-snapshot-5 to 10.6.1-snapshot-6

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [10.6.1-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-5) (2024-11-21)
## [10.6.1-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-6) (2024-11-22)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/ui-motion

{
"name": "@instructure/ui-motion",
"version": "10.6.1-snapshot-5",
"version": "10.6.1-snapshot-6",
"description": "A UI component library made by Instructure Inc.",

@@ -26,4 +26,4 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "10.6.1-snapshot-5",
"@instructure/ui-themes": "10.6.1-snapshot-5",
"@instructure/ui-babel-preset": "10.6.1-snapshot-6",
"@instructure/ui-themes": "10.6.1-snapshot-6",
"@testing-library/jest-dom": "^6.4.6",

@@ -35,8 +35,8 @@ "@testing-library/react": "^16.0.1",

"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.6.1-snapshot-5",
"@instructure/shared-types": "10.6.1-snapshot-5",
"@instructure/ui-dom-utils": "10.6.1-snapshot-5",
"@instructure/ui-react-utils": "10.6.1-snapshot-5",
"@instructure/ui-testable": "10.6.1-snapshot-5",
"@instructure/ui-utils": "10.6.1-snapshot-5",
"@instructure/emotion": "10.6.1-snapshot-6",
"@instructure/shared-types": "10.6.1-snapshot-6",
"@instructure/ui-dom-utils": "10.6.1-snapshot-6",
"@instructure/ui-react-utils": "10.6.1-snapshot-6",
"@instructure/ui-testable": "10.6.1-snapshot-6",
"@instructure/ui-utils": "10.6.1-snapshot-6",
"prop-types": "^15.8.1"

@@ -43,0 +43,0 @@ },

@@ -33,3 +33,3 @@ ---

<Button margin="small 0" size="small" onClick={this.handleButtonClick}>
Fade {this.state.in ? 'Out' : 'In'}
<div aria-live="polite">Fade {this.state.in ? 'Out' : 'In'}</div>
</Button>

@@ -79,3 +79,3 @@ </div>

<Button margin="small 0" size="small" onClick={this.handleButtonClick}>
{this.state.in ? 'Collapse' : 'Expand'}
<div aria-live="polite">{this.state.in ? 'Collapse' : 'Expand'}</div>
</Button>

@@ -166,3 +166,3 @@ </div>

<Button size="small" margin="medium none small" onClick={this.handleButtonClick}>
Slide {this.state.in ? 'Out' : 'In'}
<div aria-live="polite">Slide {this.state.in ? 'Out' : 'In'}</div>
</Button>

@@ -169,0 +169,0 @@ </div>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc