@instructure/ui-tabs
Advanced tools
Comparing version 5.0.0-dev.10 to 5.0.0-dev.11
@@ -47,3 +47,2 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes'; | ||
import ThemeablePropTypes from '@instructure/ui-themeable/lib/utils/ThemeablePropTypes'; | ||
import matchComponentTypes from '@instructure/ui-utils/lib/react/matchComponentTypes'; | ||
@@ -413,3 +412,3 @@ import safeCloneElement from '@instructure/ui-utils/lib/react/safeCloneElement'; | ||
*/ | ||
margin: ThemeablePropTypes.spacing, | ||
margin: CustomPropTypes.spacing, | ||
/** | ||
@@ -420,3 +419,3 @@ * Valid values are `0`, `none`, `xxx-small`, `xx-small`, `x-small`, | ||
*/ | ||
padding: ThemeablePropTypes.spacing, | ||
padding: CustomPropTypes.spacing, | ||
textAlign: PropTypes.oneOf(['start', 'center', 'end']) | ||
@@ -423,0 +422,0 @@ }, _class2.defaultProps = { |
@@ -44,3 +44,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
import themeable from '@instructure/ui-themeable'; | ||
import ThemeablePropTypes from '@instructure/ui-themeable/lib/utils/ThemeablePropTypes'; | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes'; | ||
@@ -137,3 +137,3 @@ import Transition from '@instructure/ui-motion/lib/components/Transition'; | ||
disabled: PropTypes.bool, | ||
padding: ThemeablePropTypes.spacing, | ||
padding: CustomPropTypes.spacing, | ||
textAlign: PropTypes.oneOf(['start', 'center', 'end']), | ||
@@ -140,0 +140,0 @@ tabRef: PropTypes.func |
@@ -80,6 +80,2 @@ 'use strict'; | ||
var _ThemeablePropTypes = require('@instructure/ui-themeable/lib/utils/ThemeablePropTypes'); | ||
var _ThemeablePropTypes2 = _interopRequireDefault(_ThemeablePropTypes); | ||
var _matchComponentTypes = require('@instructure/ui-utils/lib/react/matchComponentTypes'); | ||
@@ -474,3 +470,3 @@ | ||
*/ | ||
margin: _ThemeablePropTypes2.default.spacing, | ||
margin: _CustomPropTypes2.default.spacing, | ||
/** | ||
@@ -481,3 +477,3 @@ * Valid values are `0`, `none`, `xxx-small`, `xx-small`, `x-small`, | ||
*/ | ||
padding: _ThemeablePropTypes2.default.spacing, | ||
padding: _CustomPropTypes2.default.spacing, | ||
textAlign: _propTypes2.default.oneOf(['start', 'center', 'end']) | ||
@@ -484,0 +480,0 @@ }, _class2.defaultProps = { |
@@ -54,5 +54,5 @@ 'use strict'; | ||
var _ThemeablePropTypes = require('@instructure/ui-themeable/lib/utils/ThemeablePropTypes'); | ||
var _CustomPropTypes = require('@instructure/ui-utils/lib/react/CustomPropTypes'); | ||
var _ThemeablePropTypes2 = _interopRequireDefault(_ThemeablePropTypes); | ||
var _CustomPropTypes2 = _interopRequireDefault(_CustomPropTypes); | ||
@@ -164,3 +164,3 @@ var _Transition = require('@instructure/ui-motion/lib/components/Transition'); | ||
disabled: _propTypes2.default.bool, | ||
padding: _ThemeablePropTypes2.default.spacing, | ||
padding: _CustomPropTypes2.default.spacing, | ||
textAlign: _propTypes2.default.oneOf(['start', 'center', 'end']), | ||
@@ -167,0 +167,0 @@ tabRef: _propTypes2.default.func |
{ | ||
"name": "@instructure/ui-tabs", | ||
"version": "5.0.0-dev.10", | ||
"version": "5.0.0-dev.11", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -25,4 +25,4 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-presets": "^5.0.0-dev.10", | ||
"@instructure/ui-themes": "^5.0.0-dev.10" | ||
"@instructure/ui-presets": "^5.0.0-dev.11", | ||
"@instructure/ui-themes": "^5.0.0-dev.11" | ||
}, | ||
@@ -29,0 +29,0 @@ "publishConfig": { |
@@ -35,3 +35,2 @@ /* | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes' | ||
import ThemeablePropTypes from '@instructure/ui-themeable/lib/utils/ThemeablePropTypes' | ||
import matchComponentTypes from '@instructure/ui-utils/lib/react/matchComponentTypes' | ||
@@ -86,3 +85,3 @@ import safeCloneElement from '@instructure/ui-utils/lib/react/safeCloneElement' | ||
*/ | ||
margin: ThemeablePropTypes.spacing, | ||
margin: CustomPropTypes.spacing, | ||
/** | ||
@@ -93,3 +92,3 @@ * Valid values are `0`, `none`, `xxx-small`, `xx-small`, `x-small`, | ||
*/ | ||
padding: ThemeablePropTypes.spacing, | ||
padding: CustomPropTypes.spacing, | ||
textAlign: PropTypes.oneOf(['start', 'center', 'end']) | ||
@@ -96,0 +95,0 @@ } |
@@ -32,3 +32,3 @@ /* | ||
import themeable from '@instructure/ui-themeable' | ||
import ThemeablePropTypes from '@instructure/ui-themeable/lib/utils/ThemeablePropTypes' | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes' | ||
@@ -56,3 +56,3 @@ import Transition from '@instructure/ui-motion/lib/components/Transition' | ||
disabled: PropTypes.bool, | ||
padding: ThemeablePropTypes.spacing, | ||
padding: CustomPropTypes.spacing, | ||
textAlign: PropTypes.oneOf(['start', 'center', 'end']), | ||
@@ -59,0 +59,0 @@ tabRef: PropTypes.func |
112985
2515