@instructure/ui-motion
Advanced tools
Comparing version 10.6.1-snapshot-5 to 10.6.1-snapshot-6
@@ -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> |
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
300273
+ Added@instructure/console@10.6.1-snapshot-6(transitive)
+ Added@instructure/emotion@10.6.1-snapshot-6(transitive)
+ Added@instructure/shared-types@10.6.1-snapshot-6(transitive)
+ Added@instructure/theme-registry@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-decorator@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-dom-utils@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-i18n@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-prop-types@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-react-utils@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-testable@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-themes@10.6.1-snapshot-6(transitive)
+ Added@instructure/ui-utils@10.6.1-snapshot-6(transitive)
+ Added@jridgewell/gen-mapping@0.3.6(transitive)
+ Added@jridgewell/sourcemap-codec@1.4.16-beta.0(transitive)
- Removed@instructure/console@10.6.1-snapshot-5(transitive)
- Removed@instructure/emotion@10.6.1-snapshot-5(transitive)
- Removed@instructure/shared-types@10.6.1-snapshot-5(transitive)
- Removed@instructure/theme-registry@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-decorator@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-dom-utils@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-i18n@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-prop-types@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-react-utils@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-testable@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-themes@10.6.1-snapshot-5(transitive)
- Removed@instructure/ui-utils@10.6.1-snapshot-5(transitive)
- Removed@jridgewell/gen-mapping@0.3.5(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)