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

@atlaskit/button

Package Overview
Dependencies
Maintainers
2
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/button - npm Package Compare versions

Comparing version 20.3.5 to 20.3.6

2

dist/cjs/old-button/shared/button-base.js

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

packageName: "@atlaskit/button",
packageVersion: "20.3.5",
packageVersion: "20.3.6",
analyticsData: analyticsContext

@@ -139,0 +139,0 @@ });

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

fontFamily: 'inherit',
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
// margin for button has been applied to css reset

@@ -234,0 +234,0 @@ maxWidth: '100%',

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

packageName: "@atlaskit/button",
packageVersion: "20.3.5",
packageVersion: "20.3.6",
analyticsData: analyticsContext

@@ -125,0 +125,0 @@ });

@@ -225,3 +225,3 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766

fontFamily: 'inherit',
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
// margin for button has been applied to css reset

@@ -228,0 +228,0 @@ maxWidth: '100%',

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

packageName: "@atlaskit/button",
packageVersion: "20.3.5",
packageVersion: "20.3.6",
analyticsData: analyticsContext

@@ -131,0 +131,0 @@ });

@@ -223,3 +223,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

fontFamily: 'inherit',
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
// margin for button has been applied to css reset

@@ -226,0 +226,0 @@ maxWidth: '100%',

@@ -6,2 +6,2 @@ export { default, type ButtonProps } from '../new-button/variants/default/button';

export { SplitButton } from '../new-button/containers/split-button';
export type { Appearance, Spacing } from '../new-button/variants/types';
export type { Appearance, Spacing, IconProp, IconButtonSpacing, IconButtonAppearance, } from '../new-button/variants/types';

@@ -44,3 +44,3 @@ import React from 'react';

declare const IconButtonRender: React.ForwardRefExoticComponent<Omit<IconButtonProps, "label" | "icon"> & {
icon?: import("../new-button/variants/types").IconProp | undefined;
icon?: import("../entry-points/new").IconProp | undefined;
label?: IconButtonProps['label'];

@@ -50,3 +50,3 @@ } & React.RefAttributes<HTMLButtonElement>>;

href?: string | undefined;
icon?: import("../new-button/variants/types").IconProp | undefined;
icon?: import("../entry-points/new").IconProp | undefined;
label?: LinkIconButtonProps['label'];

@@ -53,0 +53,0 @@ } & React.RefAttributes<HTMLAnchorElement>>;

@@ -6,2 +6,2 @@ export { default, type ButtonProps } from '../new-button/variants/default/button';

export { SplitButton } from '../new-button/containers/split-button';
export type { Appearance, Spacing } from '../new-button/variants/types';
export type { Appearance, Spacing, IconProp, IconButtonSpacing, IconButtonAppearance, } from '../new-button/variants/types';

@@ -44,3 +44,3 @@ import React from 'react';

declare const IconButtonRender: React.ForwardRefExoticComponent<Omit<IconButtonProps, "label" | "icon"> & {
icon?: import("../new-button/variants/types").IconProp | undefined;
icon?: import("../entry-points/new").IconProp | undefined;
label?: IconButtonProps['label'];

@@ -50,3 +50,3 @@ } & React.RefAttributes<HTMLButtonElement>>;

href?: string | undefined;
icon?: import("../new-button/variants/types").IconProp | undefined;
icon?: import("../entry-points/new").IconProp | undefined;
label?: LinkIconButtonProps['label'];

@@ -53,0 +53,0 @@ } & React.RefAttributes<HTMLAnchorElement>>;

{
"name": "@atlaskit/button",
"version": "20.3.5",
"version": "20.3.6",
"description": "A button triggers an event or action. They let users know what will happen next.",

@@ -110,3 +110,3 @@ "publishConfig": {

"@atlaskit/app-provider": "^1.4.0",
"@atlaskit/calendar": "^15.1.0",
"@atlaskit/calendar": "^16.0.0",
"@atlaskit/checkbox": "^15.2.0",

@@ -113,0 +113,0 @@ "@atlaskit/dropdown-menu": "^12.23.0",

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

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