@instructure/ui-link
Advanced tools
Comparing version 6.14.1-rc.28 to 6.14.1-rc.29
@@ -40,4 +40,4 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import { themeable, ThemeablePropTypes } from '@instructure/ui-themeable'; | ||
import { findFocusable, hasVisibleChildren } from '@instructure/ui-a11y'; | ||
import { isActiveElement } from '@instructure/ui-dom-utils'; | ||
import { hasVisibleChildren } from '@instructure/ui-a11y-utils'; | ||
import { isActiveElement, findFocusable } from '@instructure/ui-dom-utils'; | ||
import { deprecated, getElementType, matchComponentTypes, passthroughProps, callRenderProp } from '@instructure/ui-react-utils'; | ||
@@ -44,0 +44,0 @@ import { testable } from '@instructure/ui-testable'; |
@@ -40,8 +40,8 @@ "use strict"; | ||
var _findFocusable = require("@instructure/ui-a11y/lib/findFocusable"); | ||
var _hasVisibleChildren = require("@instructure/ui-a11y-utils/lib/hasVisibleChildren"); | ||
var _hasVisibleChildren = require("@instructure/ui-a11y/lib/hasVisibleChildren"); | ||
var _isActiveElement = require("@instructure/ui-dom-utils/lib/isActiveElement"); | ||
var _findFocusable = require("@instructure/ui-dom-utils/lib/findFocusable"); | ||
var _deprecated = require("@instructure/ui-react-utils/lib/deprecated"); | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "@instructure/ui-link", | ||
"version": "6.14.1-rc.28+acc474404", | ||
"version": "6.14.1-rc.29+c88cf8ec4", | ||
"description": "A component for creating links", | ||
@@ -26,12 +26,12 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.5.0", | ||
"@instructure/console": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-a11y": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-color-utils": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-dom-utils": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-icons": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-prop-types": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-react-utils": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-testable": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-themeable": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-view": "6.14.1-rc.28+acc474404", | ||
"@instructure/console": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-a11y-utils": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-color-utils": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-dom-utils": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-icons": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-prop-types": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-react-utils": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-testable": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-themeable": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-view": "6.14.1-rc.29+c88cf8ec4", | ||
"classnames": "^2", | ||
@@ -41,4 +41,4 @@ "prop-types": "^15" | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.14.1-rc.28+acc474404", | ||
"@instructure/ui-test-utils": "6.14.1-rc.28+acc474404" | ||
"@instructure/ui-babel-preset": "6.14.1-rc.29+c88cf8ec4", | ||
"@instructure/ui-test-utils": "6.14.1-rc.29+c88cf8ec4" | ||
}, | ||
@@ -52,3 +52,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "acc474404e4ae909a9f5c29fcc426f16e7d1fad9" | ||
"gitHead": "c88cf8ec41c89f8f97f39b339fbc4e0c4ba5b793" | ||
} |
@@ -31,4 +31,4 @@ /* | ||
import { themeable, ThemeablePropTypes } from '@instructure/ui-themeable' | ||
import { findFocusable, hasVisibleChildren } from '@instructure/ui-a11y' | ||
import { isActiveElement } from '@instructure/ui-dom-utils' | ||
import { hasVisibleChildren } from '@instructure/ui-a11y-utils' | ||
import { isActiveElement, findFocusable } from '@instructure/ui-dom-utils' | ||
import { | ||
@@ -35,0 +35,0 @@ deprecated, |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
76830