Socket
Socket
Sign inDemoInstall

@atlaskit/radio

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/radio - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

6

CHANGELOG.md
# @atlaskit/radio
## 5.5.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 5.5.0

@@ -4,0 +10,0 @@

2

dist/cjs/radio.js

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

var packageName = "@atlaskit/radio";
var packageVersion = "5.5.0";
var packageVersion = "5.5.1";
var fontFamily = (0, _constants.fontFamily)();

@@ -24,0 +24,0 @@ var noop = _noop.default;

{
"name": "@atlaskit/radio",
"version": "5.5.0",
"version": "5.5.1",
"sideEffects": false
}

@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends";

const packageName = "@atlaskit/radio";
const packageVersion = "5.5.0";
const packageVersion = "5.5.1";
const fontFamily = getFontFamily();

@@ -15,0 +15,0 @@ const noop = __noop;

{
"name": "@atlaskit/radio",
"version": "5.5.0",
"version": "5.5.1",
"sideEffects": false
}

@@ -14,3 +14,3 @@ import _extends from "@babel/runtime/helpers/extends";

var packageName = "@atlaskit/radio";
var packageVersion = "5.5.0";
var packageVersion = "5.5.1";
var fontFamily = getFontFamily();

@@ -17,0 +17,0 @@ var noop = __noop;

{
"name": "@atlaskit/radio",
"version": "5.5.0",
"version": "5.5.1",
"sideEffects": false
}
import { ReactNode, SyntheticEvent } from 'react';
import { UIAnalyticsEvent, WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
export declare type OptionPropType = {
export type OptionPropType = {
isDisabled?: boolean;

@@ -10,5 +10,5 @@ label?: ReactNode;

};
export declare type OptionsPropType = Array<OptionPropType>;
export declare type RadioValue = string;
declare type OwnProps = {
export type OptionsPropType = Array<OptionPropType>;
export type RadioValue = string;
type OwnProps = {
/**

@@ -58,4 +58,4 @@ * the aria-label attribute associated with the radio element

};
declare type Combine<First, Second> = Omit<First, keyof Second> & Second;
export declare type RadioProps = Combine<Omit<React.InputHTMLAttributes<HTMLInputElement>, 'aria-label' | 'disabled' | 'required' | 'checked' | 'value'>, OwnProps> & WithAnalyticsEventsProps;
type Combine<First, Second> = Omit<First, keyof Second> & Second;
export type RadioProps = Combine<Omit<React.InputHTMLAttributes<HTMLInputElement>, 'aria-label' | 'disabled' | 'required' | 'checked' | 'value'>, OwnProps> & WithAnalyticsEventsProps;
export interface ExtractReactTypeProps extends WithAnalyticsEventsProps {

@@ -62,0 +62,0 @@ /**

{
"name": "@atlaskit/radio",
"version": "5.5.0",
"version": "5.5.1",
"description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -36,3 +44,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@babel/runtime": "^7.0.0",

@@ -46,3 +54,3 @@ "@emotion/react": "^11.7.1"

"@atlaskit/button": "^16.7.0",
"@atlaskit/checkbox": "^12.5.0",
"@atlaskit/checkbox": "^12.6.0",
"@atlaskit/docs": "^9.1.0",

@@ -58,3 +66,3 @@ "@atlaskit/form": "^8.11.0",

"storybook-addon-performance": "^0.16.0",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -61,0 +69,0 @@ "keywords": [

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/radio.d.ts"
"../dist/types-ts4.5/radio.d.ts"
]

@@ -14,0 +14,0 @@ }

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/radio-group.d.ts"
"../dist/types-ts4.5/radio-group.d.ts"
]

@@ -14,0 +14,0 @@ }

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/types.d.ts"
"../dist/types-ts4.5/types.d.ts"
]

@@ -14,0 +14,0 @@ }

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