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

@cmsgov/design-system

Package Overview
Dependencies
Maintainers
39
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsgov/design-system - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

dist/components/Dropdown/Dropdown.js

@@ -142,3 +142,3 @@ "use strict";

className: labelClassName,
component: 'label',
component: "label",
errorMessage: errorMessage,

@@ -145,0 +145,0 @@ fieldId: this.id(),

@@ -128,3 +128,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

className: labelClassName,
component: 'label',
component: "label",
errorMessage: errorMessage,

@@ -131,0 +131,0 @@ fieldId: this.id(),

import * as React from 'react';
import { ChoiceProps } from './Choice';
import { ChoiceProps as ChoiceComponentProps } from './Choice';

@@ -8,2 +8,13 @@ export type ChoiceListSize = 'small';

// Omit props that we override with values from the ChoiceList
type OmitChoiceProp =
| 'inversed'
| 'name'
| 'onBlur'
| 'onChange'
| 'size'
| 'type'
| 'inputRef';
export type ChoiceProps = Omit<ChoiceComponentProps, OmitChoiceProp>;
export interface ChoiceListProps {

@@ -10,0 +21,0 @@ /**

{
"name": "@cmsgov/design-system",
"version": "2.0.3",
"version": "2.0.4",
"publishConfig": {

@@ -32,3 +32,3 @@ "access": "public",

},
"gitHead": "83c7749895e64b3fd87ded114d885579e487a9ab"
"gitHead": "3562d381aa7bb78fe544cd42ddc6afcda3b18a32"
}

@@ -93,3 +93,3 @@ import FormLabel from '../FormLabel/FormLabel';

className={labelClassName}
component={'label'}
component="label"
errorMessage={errorMessage}

@@ -96,0 +96,0 @@ fieldId={this.id()}

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