@instructure/ui-table
Advanced tools
Comparing version 5.52.3-rc.24 to 5.52.3-rc.25
@@ -38,3 +38,3 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import { View } from '@instructure/ui-layout'; | ||
@@ -41,0 +41,0 @@ import Row from '../Row'; |
@@ -37,3 +37,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import themeable from '@instructure/ui-themeable'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp'; | ||
@@ -40,0 +40,0 @@ import { View } from '@instructure/ui-layout'; |
@@ -37,3 +37,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import themeable from '@instructure/ui-themeable'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import { IconMiniArrowUpLine, IconMiniArrowDownLine } from '@instructure/ui-icons'; | ||
@@ -40,0 +40,0 @@ import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp'; |
@@ -37,3 +37,3 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; | ||
import matchComponentTypes from '@instructure/ui-react-utils/lib/matchComponentTypes'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types'; | ||
@@ -40,0 +40,0 @@ import { Select } from '@instructure/ui-forms'; |
@@ -41,3 +41,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import safeCloneElement from '@instructure/ui-react-utils/lib/safeCloneElement'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types'; | ||
@@ -44,0 +44,0 @@ import { ScreenReaderContent } from '@instructure/ui-a11y'; |
@@ -39,3 +39,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import safeCloneElement from '@instructure/ui-react-utils/lib/safeCloneElement'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types'; | ||
@@ -42,0 +42,0 @@ import { View } from '@instructure/ui-layout'; |
@@ -37,3 +37,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import themeable from '@instructure/ui-themeable'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps'; | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps'; | ||
import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp'; | ||
@@ -40,0 +40,0 @@ import { View } from '@instructure/ui-layout'; |
@@ -34,3 +34,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -78,3 +78,3 @@ var _uiLayout = require("@instructure/ui-layout"); | ||
headers = _this$props.headers; | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _passthroughProps.omitProps)(this.props, Body.propTypes), Body), { | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _omitProps.omitProps)(this.props, Body.propTypes), Body), { | ||
as: isStacked ? 'div' : 'tbody', | ||
@@ -81,0 +81,0 @@ className: styles.root, |
@@ -32,3 +32,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -81,3 +81,3 @@ var _callRenderProp = _interopRequireDefault(require("@instructure/ui-react-utils/lib/callRenderProp")); | ||
header = _this$props.header; | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _passthroughProps.omitProps)(this.props, Cell.propTypes), Cell), { | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _omitProps.omitProps)(this.props, Cell.propTypes), Cell), { | ||
as: isStacked ? 'div' : 'td', | ||
@@ -84,0 +84,0 @@ className: (0, _classnames2.default)((_classnames = {}, (0, _defineProperty2.default)(_classnames, styles.root, true), (0, _defineProperty2.default)(_classnames, styles["textAlign--".concat(textAlign)], textAlign), _classnames)), |
@@ -32,3 +32,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -138,3 +138,3 @@ var _uiIcons = require("@instructure/ui-icons"); | ||
children = _this$props3.children; | ||
return _react.default.createElement("th", Object.assign({}, (0, _passthroughProps.omitProps)(this.props, ColHeader.propTypes), { | ||
return _react.default.createElement("th", Object.assign({}, (0, _omitProps.omitProps)(this.props, ColHeader.propTypes), { | ||
className: (0, _classnames3.default)((_classnames = {}, (0, _defineProperty2.default)(_classnames, styles.root, true), (0, _defineProperty2.default)(_classnames, styles.header, !onRequestSort), (0, _defineProperty2.default)(_classnames, styles["textAlign--".concat(textAlign)], true), _classnames)), | ||
@@ -141,0 +141,0 @@ style: { |
@@ -32,3 +32,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -154,3 +154,3 @@ var _uiPropTypes = require("@instructure/ui-prop-types"); | ||
isStacked = _this$props.isStacked; | ||
return isStacked ? this.renderSelect() : _react.default.createElement("thead", Object.assign({}, (0, _passthroughProps.omitProps)(this.props, Head.propTypes), { | ||
return isStacked ? this.renderSelect() : _react.default.createElement("thead", Object.assign({}, (0, _omitProps.omitProps)(this.props, Head.propTypes), { | ||
className: styles.root | ||
@@ -157,0 +157,0 @@ }), _react.Children.map(children, function (child) { |
@@ -40,3 +40,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -133,3 +133,3 @@ var _uiPropTypes = require("@instructure/ui-prop-types"); | ||
var headers = isStacked ? this.getHeaders() : null; | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _passthroughProps.omitProps)(this.props, Table.propTypes), Table), { | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _omitProps.omitProps)(this.props, Table.propTypes), Table), { | ||
as: isStacked ? 'div' : 'table', | ||
@@ -136,0 +136,0 @@ margin: margin, |
@@ -36,3 +36,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -90,3 +90,3 @@ var _uiPropTypes = require("@instructure/ui-prop-types"); | ||
headers = _this$props.headers; | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _passthroughProps.omitProps)(this.props, Row.propTypes), Row), { | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _omitProps.omitProps)(this.props, Row.propTypes), Row), { | ||
as: isStacked ? 'div' : 'tr', | ||
@@ -93,0 +93,0 @@ className: (0, _classnames2.default)((_classnames = {}, (0, _defineProperty2.default)(_classnames, styles.root, true), (0, _defineProperty2.default)(_classnames, styles.hover, hover), (0, _defineProperty2.default)(_classnames, styles.stacked, isStacked), _classnames)), |
@@ -32,3 +32,3 @@ "use strict"; | ||
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps"); | ||
var _omitProps = require("@instructure/ui-react-utils/lib/omitProps"); | ||
@@ -80,3 +80,3 @@ var _callRenderProp = _interopRequireDefault(require("@instructure/ui-react-utils/lib/callRenderProp")); | ||
isStacked = _this$props.isStacked; | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _passthroughProps.omitProps)(this.props, RowHeader.propTypes), RowHeader), { | ||
return _react.default.createElement(_uiLayout.View, Object.assign({}, _uiLayout.View.omitViewProps((0, _omitProps.omitProps)(this.props, RowHeader.propTypes), RowHeader), { | ||
as: isStacked ? 'div' : 'th', | ||
@@ -83,0 +83,0 @@ className: (0, _classnames2.default)((_classnames = {}, (0, _defineProperty2.default)(_classnames, styles.root, true), (0, _defineProperty2.default)(_classnames, styles["textAlign--".concat(textAlign)], textAlign), _classnames)), |
{ | ||
"name": "@instructure/ui-table", | ||
"version": "5.52.3-rc.24+c295b927", | ||
"version": "5.52.3-rc.25+e86b8ff5", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -23,17 +23,17 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-color-utils": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-test-utils": "5.52.3-rc.24+c295b927" | ||
"@instructure/ui-babel-preset": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-color-utils": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-test-utils": "5.52.3-rc.25+e86b8ff5" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@instructure/ui-a11y": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-forms": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-icons": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-layout": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-prop-types": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-react-utils": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-testable": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-themeable": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-utils": "5.52.3-rc.24+c295b927", | ||
"@instructure/ui-a11y": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-forms": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-icons": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-layout": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-prop-types": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-react-utils": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-testable": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-themeable": "5.52.3-rc.25+e86b8ff5", | ||
"@instructure/ui-utils": "5.52.3-rc.25+e86b8ff5", | ||
"classnames": "^2", | ||
@@ -47,3 +47,3 @@ "prop-types": "^15", | ||
"sideEffects": false, | ||
"gitHead": "c295b927a93af75e9233ab3b60945b8848dfc33f" | ||
"gitHead": "e86b8ff53e4b5e7efe722827e65df91ec8ce615a" | ||
} |
@@ -32,3 +32,3 @@ /* | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import { View } from '@instructure/ui-layout' | ||
@@ -35,0 +35,0 @@ |
@@ -30,3 +30,3 @@ /* | ||
import themeable from '@instructure/ui-themeable' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp' | ||
@@ -33,0 +33,0 @@ import { View } from '@instructure/ui-layout' |
@@ -30,3 +30,3 @@ /* | ||
import themeable from '@instructure/ui-themeable' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import { IconMiniArrowUpLine, IconMiniArrowDownLine } from '@instructure/ui-icons' | ||
@@ -33,0 +33,0 @@ import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp' |
@@ -30,3 +30,3 @@ /* | ||
import matchComponentTypes from '@instructure/ui-react-utils/lib/matchComponentTypes' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types' | ||
@@ -33,0 +33,0 @@ import { Select } from '@instructure/ui-forms' |
@@ -33,3 +33,3 @@ /* | ||
import safeCloneElement from '@instructure/ui-react-utils/lib/safeCloneElement' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types' | ||
@@ -36,0 +36,0 @@ import { ScreenReaderContent } from '@instructure/ui-a11y' |
@@ -32,3 +32,3 @@ /* | ||
import safeCloneElement from '@instructure/ui-react-utils/lib/safeCloneElement' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import { Children as ChildrenPropTypes } from '@instructure/ui-prop-types' | ||
@@ -35,0 +35,0 @@ import { View } from '@instructure/ui-layout' |
@@ -30,3 +30,3 @@ /* | ||
import themeable from '@instructure/ui-themeable' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/passthroughProps' | ||
import { omitProps } from '@instructure/ui-react-utils/lib/omitProps' | ||
import callRenderProp from '@instructure/ui-react-utils/lib/callRenderProp' | ||
@@ -33,0 +33,0 @@ import { View } from '@instructure/ui-layout' |
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
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
196472