@instructure/ui-focusable
Advanced tools
Comparing version 10.4.1 to 10.4.2-pr-snapshot-1730913754131
@@ -6,2 +6,13 @@ # Change Log | ||
## [10.4.2-pr-snapshot-1730913754131](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-pr-snapshot-1730913754131) (2024-11-06) | ||
### Bug Fixes | ||
* docs Github corner has focus ring ([cc742d1](https://github.com/instructure/instructure-ui/commit/cc742d16c6c2a1ac8de9defae1eb53d5db4fc0bd)) | ||
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28) | ||
@@ -8,0 +19,0 @@ |
@@ -181,6 +181,3 @@ /* | ||
} | ||
if (isContentEditable) { | ||
return true; | ||
} | ||
return false; | ||
return isContentEditable; | ||
} | ||
@@ -187,0 +184,0 @@ render() { |
@@ -190,6 +190,3 @@ "use strict"; | ||
} | ||
if (isContentEditable) { | ||
return true; | ||
} | ||
return false; | ||
return isContentEditable; | ||
} | ||
@@ -196,0 +193,0 @@ render() { |
{ | ||
"name": "@instructure/ui-focusable", | ||
"version": "10.4.1", | ||
"version": "10.4.2-pr-snapshot-1730913754131", | ||
"description": "A utility used to identify when an element receives focus.", | ||
@@ -26,13 +26,13 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.4.1", | ||
"@instructure/ui-test-utils": "10.4.1" | ||
"@instructure/ui-babel-preset": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-test-utils": "10.4.2-pr-snapshot-1730913754131" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.6", | ||
"@instructure/console": "10.4.1", | ||
"@instructure/shared-types": "10.4.1", | ||
"@instructure/ui-dom-utils": "10.4.1", | ||
"@instructure/ui-react-utils": "10.4.1", | ||
"@instructure/ui-utils": "10.4.1", | ||
"@instructure/ui-view": "10.4.1", | ||
"@instructure/console": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/shared-types": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-dom-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-react-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-view": "10.4.2-pr-snapshot-1730913754131", | ||
"prop-types": "^15.8.1" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
182764
1058
1
+ Added@instructure/console@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/debounce@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/emotion@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/shared-types@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/theme-registry@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-color-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-decorator@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-dom-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-i18n@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-portal@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-position@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-prop-types@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-react-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-testable@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-themes@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-view@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/uid@10.4.2-pr-snapshot-1730913754131(transitive)
- Removed@instructure/console@10.4.1(transitive)
- Removed@instructure/debounce@10.4.1(transitive)
- Removed@instructure/emotion@10.4.1(transitive)
- Removed@instructure/shared-types@10.4.1(transitive)
- Removed@instructure/theme-registry@10.4.1(transitive)
- Removed@instructure/ui-color-utils@10.4.1(transitive)
- Removed@instructure/ui-decorator@10.4.1(transitive)
- Removed@instructure/ui-dom-utils@10.4.1(transitive)
- Removed@instructure/ui-i18n@10.4.1(transitive)
- Removed@instructure/ui-portal@10.4.1(transitive)
- Removed@instructure/ui-position@10.4.1(transitive)
- Removed@instructure/ui-prop-types@10.4.1(transitive)
- Removed@instructure/ui-react-utils@10.4.1(transitive)
- Removed@instructure/ui-testable@10.4.1(transitive)
- Removed@instructure/ui-themes@10.4.1(transitive)
- Removed@instructure/ui-utils@10.4.1(transitive)
- Removed@instructure/ui-view@10.4.1(transitive)
- Removed@instructure/uid@10.4.1(transitive)
Updated@instructure/console@10.4.2-pr-snapshot-1730913754131
Updated@instructure/shared-types@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-dom-utils@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-react-utils@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-utils@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-view@10.4.2-pr-snapshot-1730913754131