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

@tds/core-button-group

Package Overview
Dependencies
Maintainers
7
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-button-group - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

LICENSE.md

5

ButtonGroupItem/ButtonGroupItem.jsx
import React from 'react'
import PropTypes from 'prop-types'
import { or } from 'airbnb-prop-types'
import { componentWithName } from '@tds/util-prop-types'
import { componentWithName, or } from '@tds/util-prop-types'

@@ -79,3 +78,3 @@ import safeRest from '../../../shared/utils/safeRest'

/**
* The button's label. (A11yContent supported)
* The button's label. It can include the `A11yContent` component or strings.
*/

@@ -82,0 +81,0 @@

16

CHANGELOG.md

@@ -6,24 +6,26 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/telusdigital/tds-core/compare/@tds/core-button-group@1.0.1...@tds/core-button-group@1.0.2) (2018-12-19)
## [1.0.3](https://github.com/telusdigital/tds-core/compare/@tds/core-button-group@1.0.2...@tds/core-button-group@1.0.3) (2019-01-10)
### Bug Fixes
- **core-button-group:** replace airbnb proptypes with util-prop-types ([0e820e4](https://github.com/telusdigital/tds-core/commit/0e820e4))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/telusdigital/tds-core/compare/@tds/core-button-group@1.0.1...@tds/core-button-group@1.0.2) (2018-12-19)
**Note:** Version bump only for package @tds/core-button-group
<a name="1.0.1"></a>
## [1.0.1](https://github.com/telusdigital/tds-core/compare/@tds/core-button-group@1.0.0...@tds/core-button-group@1.0.1) (2018-12-10)
**Note:** Version bump only for package @tds/core-button-group
<a name="1.0.0"></a>
# 1.0.0 (2018-12-07)
### Features
* **core-button-group:** add button group ([142c0f5](https://github.com/telusdigital/tds-core/commit/142c0f5))
- **core-button-group:** add button group ([142c0f5](https://github.com/telusdigital/tds-core/commit/142c0f5))
{
"name": "@tds/core-button-group",
"version": "1.0.2",
"version": "1.0.3",
"description": "An input component utilizing buttons that act as radios.",

@@ -30,3 +30,3 @@ "main": "index.cjs.js",

"@tds/core-text": "^1.0.4",
"@tds/util-prop-types": "^1.1.0",
"@tds/util-prop-types": "^1.2.0",
"prop-types": "^15.5.10"

@@ -36,6 +36,6 @@ },

"@tds/core-colours": "^1.0.0",
"@tds/shared-base-button": "^1.2.2",
"@tds/util-generate-id": "^1.0.1",
"airbnb-prop-types": "2.8.1"
}
"@tds/shared-base-button": "^1.2.3",
"@tds/util-generate-id": "^1.0.1"
},
"gitHead": "2ab495dd4f6206a40ddab995ec163f0f37856e4e"
}

Sorry, the diff of this file is too big to display

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 too big to display

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