@instructure/ui-view
Advanced tools
Comparing version 6.10.1-rc.15 to 6.10.1-rc.16
@@ -11,3 +11,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
var _dec, _dec2, _class, _class2, _temp; | ||
var _dec, _dec2, _dec3, _class, _class2, _temp; | ||
@@ -44,3 +44,3 @@ /* | ||
import { cursor as cursorPropTypes } from '@instructure/ui-prop-types'; | ||
import { getElementType, omitProps, pickProps, passthroughProps } from '@instructure/ui-react-utils'; | ||
import { getElementType, omitProps, pickProps, passthroughProps, experimental } from '@instructure/ui-react-utils'; | ||
var styles = { | ||
@@ -114,2 +114,3 @@ componentId: 'dUUne', | ||
category: components | ||
experimental: true | ||
--- | ||
@@ -119,3 +120,3 @@ @module View | ||
var View = (_dec = bidirectional(), _dec2 = themeable(theme, styles), _dec(_class = _dec2(_class = (_temp = _class2 = | ||
var View = (_dec = bidirectional(), _dec2 = experimental(), _dec3 = themeable(theme, styles), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = | ||
/*#__PURE__*/ | ||
@@ -535,3 +536,3 @@ function (_Component) { | ||
shouldAnimateFocus: true | ||
}, _temp)) || _class) || _class); // TODO: Remove this code once all components are using passthroughProps in place | ||
}, _temp)) || _class) || _class) || _class); // TODO: Remove this code once all components are using passthroughProps in place | ||
// of omitProps and have removed this function | ||
@@ -538,0 +539,0 @@ // omitViewProps needs to be called on the composed View component so that the |
@@ -60,5 +60,7 @@ "use strict"; | ||
var _experimental = require("@instructure/ui-react-utils/lib/experimental"); | ||
var _theme = _interopRequireDefault(require("./theme")); | ||
var _dec, _dec2, _class, _class2, _temp; | ||
var _dec, _dec2, _dec3, _class, _class2, _temp; | ||
@@ -133,6 +135,7 @@ var styles = { | ||
category: components | ||
experimental: true | ||
--- | ||
@module View | ||
**/ | ||
var View = (_dec = (0, _bidirectional.bidirectional)(), _dec2 = (0, _themeable.themeable)(_theme.default, styles), _dec(_class = _dec2(_class = (_temp = _class2 = | ||
var View = (_dec = (0, _bidirectional.bidirectional)(), _dec2 = (0, _experimental.experimental)(), _dec3 = (0, _themeable.themeable)(_theme.default, styles), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = | ||
/*#__PURE__*/ | ||
@@ -550,3 +553,3 @@ function (_Component) { | ||
shouldAnimateFocus: true | ||
}, _temp)) || _class) || _class); // TODO: Remove this code once all components are using passthroughProps in place | ||
}, _temp)) || _class) || _class) || _class); // TODO: Remove this code once all components are using passthroughProps in place | ||
// of omitProps and have removed this function | ||
@@ -553,0 +556,0 @@ // omitViewProps needs to be called on the composed View component so that the |
{ | ||
"name": "@instructure/ui-view", | ||
"version": "6.10.1-rc.15+98730ff20", | ||
"version": "6.10.1-rc.16+6b805fa6e", | ||
"description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.", | ||
@@ -26,9 +26,9 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7", | ||
"@instructure/console": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-color-utils": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-dom-utils": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-i18n": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-prop-types": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-react-utils": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-themeable": "6.10.1-rc.15+98730ff20", | ||
"@instructure/console": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-color-utils": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-dom-utils": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-i18n": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-prop-types": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-react-utils": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-themeable": "6.10.1-rc.16+6b805fa6e", | ||
"classnames": "^2", | ||
@@ -38,4 +38,4 @@ "prop-types": "^15" | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.10.1-rc.15+98730ff20", | ||
"@instructure/ui-test-utils": "6.10.1-rc.15+98730ff20" | ||
"@instructure/ui-babel-preset": "6.10.1-rc.16+6b805fa6e", | ||
"@instructure/ui-test-utils": "6.10.1-rc.16+6b805fa6e" | ||
}, | ||
@@ -49,3 +49,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "98730ff2049276bea1c1477736610723eb211c41" | ||
"gitHead": "6b805fa6e82571935ed31682d4a8867b9562feb2" | ||
} |
--- | ||
category: packages | ||
experimental: true | ||
--- | ||
@@ -4,0 +5,0 @@ |
@@ -45,2 +45,3 @@ /* | ||
passthroughProps, | ||
experimental | ||
} from '@instructure/ui-react-utils' | ||
@@ -54,2 +55,3 @@ | ||
category: components | ||
experimental: true | ||
--- | ||
@@ -59,2 +61,3 @@ @module View | ||
@bidirectional() | ||
@experimental() | ||
@themeable(theme, styles) | ||
@@ -61,0 +64,0 @@ class View extends Component { |
@@ -253,3 +253,3 @@ --- | ||
> | ||
default | ||
primary | ||
</View> | ||
@@ -256,0 +256,0 @@ <View |
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
126513
2384
40