Socket
Socket
Sign inDemoInstall

@arcteryx/components-button

Package Overview
Dependencies
0
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.27.16 to 1.27.17

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.27.17](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.27.16...@arcteryx/components-button@1.27.17) (2020-07-20)
**Note:** Version bump only for package @arcteryx/components-button
## [1.27.16](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.27.15...@arcteryx/components-button@1.27.16) (2020-03-18)

@@ -8,0 +16,0 @@

2

dist/cjs/index.js

@@ -174,3 +174,3 @@ 'use strict';

var rootClass = cx(baseClass, className, (_cx = {}, _defineProperty(_cx, "".concat(baseClass, "--").concat(market), market), _defineProperty(_cx, "".concat(baseClass, "--").concat(context), context), _defineProperty(_cx, "".concat(baseClass, "--").concat(size), size), _defineProperty(_cx, "disabled", isDisabled), _defineProperty(_cx, "is-disabled", isDisabled), _cx));
return React.createElement(ButtonWrapper, _extends({
return /*#__PURE__*/React.createElement(ButtonWrapper, _extends({
id: id,

@@ -177,0 +177,0 @@ className: rootClass,

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

var rootClass = cx(baseClass, className, (_cx = {}, _defineProperty(_cx, "".concat(baseClass, "--").concat(market), market), _defineProperty(_cx, "".concat(baseClass, "--").concat(context), context), _defineProperty(_cx, "".concat(baseClass, "--").concat(size), size), _defineProperty(_cx, "disabled", isDisabled), _defineProperty(_cx, "is-disabled", isDisabled), _cx));
return React.createElement(ButtonWrapper, _extends({
return /*#__PURE__*/React.createElement(ButtonWrapper, _extends({
id: id,

@@ -170,0 +170,0 @@ className: rootClass,

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('styled-components'), require('prop-types'), require('classnames')) :
typeof define === 'function' && define.amd ? define(['exports', 'react', 'styled-components', 'prop-types', 'classnames'], factory) :
(factory((global.ARCTERYX = {}),global.React,global.styled,global.PropTypes,global.cx));
(function() {
var current = global.ARCTERYX && global.ARCTERYX.componentsbutton;
var exports = (global.ARCTERYX = global.ARCTERYX || {}, global.ARCTERYX.componentsbutton = {});
factory(exports,global.React,global.styled,global.PropTypes,global.cx);
global.ARCTERYX.componentsbutton = exports;
exports.noConflict = function() { global.ARCTERYX.componentsbutton = current; return exports; };
})();
}(this, (function (exports,React,styled,PropTypes,cx) { 'use strict';

@@ -173,3 +179,3 @@

var rootClass = cx(baseClass, className, (_cx = {}, _defineProperty(_cx, "".concat(baseClass, "--").concat(market), market), _defineProperty(_cx, "".concat(baseClass, "--").concat(context), context), _defineProperty(_cx, "".concat(baseClass, "--").concat(size), size), _defineProperty(_cx, "disabled", isDisabled), _defineProperty(_cx, "is-disabled", isDisabled), _cx));
return React.createElement(ButtonWrapper, _extends({
return /*#__PURE__*/React.createElement(ButtonWrapper, _extends({
id: id,

@@ -176,0 +182,0 @@ className: rootClass,

{
"name": "@arcteryx/components-button",
"version": "1.27.16",
"version": "1.27.17",
"description": "Arcteryx Button",

@@ -18,3 +18,3 @@ "source": "src/index.js",

"license": "ISC",
"gitHead": "9916662cf6bd963607c95edf98f50fb6ad6facd2",
"gitHead": "a4fe843b4677b6a4af5dc4257c492c0ad53af65e",
"files": [

@@ -21,0 +21,0 @@ "dist",

@@ -1,11 +0,19 @@

# `components-button`
# @arcteryx/components-button
> TODO: description
Heard you like buttons...
## Install
```
npm install --save @arcteryx/components-button
```
## Usage
// TODO: DEMONSTRATE API
```
import { Button } from "@arcteryx/components-button";
```
```
<Button>Alpha SV</Button>
```

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc