@cmsgov/design-system-core
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -95,3 +95,3 @@ 'use strict'; | ||
/** | ||
* Set to `true` to apply the "inverse" theme | ||
* Applies the "inverse" UI theme | ||
*/ | ||
@@ -98,0 +98,0 @@ inversed: _propTypes2.default.bool, |
@@ -55,5 +55,5 @@ 'use strict'; | ||
var _FormLabel = require('./Form/FormLabel'); | ||
var _ChoiceList = require('./ChoiceList/ChoiceList'); | ||
Object.keys(_FormLabel).forEach(function (key) { | ||
Object.keys(_ChoiceList).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
@@ -63,3 +63,3 @@ Object.defineProperty(exports, key, { | ||
get: function get() { | ||
return _FormLabel[key]; | ||
return _ChoiceList[key]; | ||
} | ||
@@ -69,3 +69,3 @@ }); | ||
var _Select = require('./Select/Select'); | ||
var _Select = require('./ChoiceList/Select'); | ||
@@ -80,2 +80,26 @@ Object.keys(_Select).forEach(function (key) { | ||
}); | ||
}); | ||
var _FormLabel = require('./FormLabel/FormLabel'); | ||
Object.keys(_FormLabel).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _FormLabel[key]; | ||
} | ||
}); | ||
}); | ||
var _TextField = require('./TextField/TextField'); | ||
Object.keys(_TextField).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _TextField[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@cmsgov/design-system-core", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"publishConfig": { | ||
@@ -20,3 +20,3 @@ "access": "public" | ||
"devDependencies": { | ||
"enzyme": "^2.8.1", | ||
"enzyme": "^2.8.2", | ||
"mz": "^2.6.0", | ||
@@ -23,0 +23,0 @@ "react-addons-test-utils": "^15.5.1", |
@@ -72,3 +72,3 @@ import PropTypes from 'prop-types'; | ||
/** | ||
* Set to `true` to apply the "inverse" theme | ||
* Applies the "inverse" UI theme | ||
*/ | ||
@@ -75,0 +75,0 @@ inversed: PropTypes.bool, |
@@ -7,3 +7,5 @@ 'use strict'; | ||
export * from './ChoiceList/Choice'; | ||
export * from './Form/FormLabel'; | ||
export * from './Select/Select'; | ||
export * from './ChoiceList/ChoiceList'; | ||
export * from './ChoiceList/Select'; | ||
export * from './FormLabel/FormLabel'; | ||
export * from './TextField/TextField'; |
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
Sorry, the diff of this file is not supported yet
1639299
185
2774