Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cmsgov/design-system-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsgov/design-system-core - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7

dist/components/ChoiceList/ChoiceList.js

2

dist/components/ChoiceList/Choice.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc