@alfalab/core-components-icon-button
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-icon-button@1.2.1...@alfalab/core-components-icon-button@1.3.0) (2021-05-07) | ||
### Features | ||
* **icon-button:** add negative view ([#635](https://github.com/alfa-laboratory/core-components/issues/635)) ([7006116](https://github.com/alfa-laboratory/core-components/commit/70061167d1e00a786e28c53ebb26e4e174d03311)) | ||
## [1.2.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-icon-button@1.2.0...@alfalab/core-components-icon-button@1.2.1) (2021-04-26) | ||
@@ -8,0 +19,0 @@ |
@@ -14,3 +14,3 @@ /// <reference types="react" /> | ||
*/ | ||
view?: 'primary' | 'secondary' | 'transparent'; | ||
view?: 'primary' | 'secondary' | 'transparent' | 'negative'; | ||
/** | ||
@@ -39,3 +39,3 @@ * Размер компонента | ||
*/ | ||
view?: "primary" | "secondary" | "transparent" | undefined; | ||
view?: "primary" | "secondary" | "transparent" | "negative" | undefined; | ||
/** | ||
@@ -42,0 +42,0 @@ * Размер компонента |
@@ -53,3 +53,3 @@ 'use strict'; | ||
var styles = {"primary":"icon-button__primary_10w7g","secondary":"icon-button__secondary_10w7g","transparent":"icon-button__transparent_10w7g","xxs":"icon-button__xxs_10w7g","xs":"icon-button__xs_10w7g","s":"icon-button__s_10w7g","iconWrapper":"icon-button__iconWrapper_10w7g","icon":"icon-button__icon_10w7g"}; | ||
var styles = {"primary":"icon-button__primary_888aj","secondary":"icon-button__secondary_888aj","transparent":"icon-button__transparent_888aj","negative":"icon-button__negative_888aj","xxs":"icon-button__xxs_888aj","xs":"icon-button__xs_888aj","s":"icon-button__s_888aj","iconWrapper":"icon-button__iconWrapper_888aj","icon":"icon-button__icon_888aj"}; | ||
require('./index.css') | ||
@@ -56,0 +56,0 @@ |
@@ -14,3 +14,3 @@ /// <reference types="react" /> | ||
*/ | ||
view?: 'primary' | 'secondary' | 'transparent'; | ||
view?: 'primary' | 'secondary' | 'transparent' | 'negative'; | ||
/** | ||
@@ -39,3 +39,3 @@ * Размер компонента | ||
*/ | ||
view?: "primary" | "secondary" | "transparent" | undefined; | ||
view?: "primary" | "secondary" | "transparent" | "negative" | undefined; | ||
/** | ||
@@ -42,0 +42,0 @@ * Размер компонента |
@@ -14,3 +14,3 @@ /// <reference types="react" /> | ||
*/ | ||
view?: 'primary' | 'secondary' | 'transparent'; | ||
view?: 'primary' | 'secondary' | 'transparent' | 'negative'; | ||
/** | ||
@@ -39,3 +39,3 @@ * Размер компонента | ||
*/ | ||
view?: "primary" | "secondary" | "transparent" | undefined; | ||
view?: "primary" | "secondary" | "transparent" | "negative" | undefined; | ||
/** | ||
@@ -42,0 +42,0 @@ * Размер компонента |
@@ -44,3 +44,3 @@ import React, { forwardRef } from 'react'; | ||
var styles = {"primary":"icon-button__primary_10w7g","secondary":"icon-button__secondary_10w7g","transparent":"icon-button__transparent_10w7g","xxs":"icon-button__xxs_10w7g","xs":"icon-button__xs_10w7g","s":"icon-button__s_10w7g","iconWrapper":"icon-button__iconWrapper_10w7g","icon":"icon-button__icon_10w7g"}; | ||
var styles = {"primary":"icon-button__primary_888aj","secondary":"icon-button__secondary_888aj","transparent":"icon-button__transparent_888aj","negative":"icon-button__negative_888aj","xxs":"icon-button__xxs_888aj","xs":"icon-button__xs_888aj","s":"icon-button__s_888aj","iconWrapper":"icon-button__iconWrapper_888aj","icon":"icon-button__icon_888aj"}; | ||
require('./index.css') | ||
@@ -47,0 +47,0 @@ |
@@ -14,3 +14,3 @@ /// <reference types="react" /> | ||
*/ | ||
view?: 'primary' | 'secondary' | 'transparent'; | ||
view?: 'primary' | 'secondary' | 'transparent' | 'negative'; | ||
/** | ||
@@ -39,3 +39,3 @@ * Размер компонента | ||
*/ | ||
view?: "primary" | "secondary" | "transparent" | undefined; | ||
view?: "primary" | "secondary" | "transparent" | "negative" | undefined; | ||
/** | ||
@@ -42,0 +42,0 @@ * Размер компонента |
@@ -5,3 +5,3 @@ import React, { forwardRef } from 'react'; | ||
var styles = {"primary":"icon-button__primary_10w7g","secondary":"icon-button__secondary_10w7g","transparent":"icon-button__transparent_10w7g","xxs":"icon-button__xxs_10w7g","xs":"icon-button__xs_10w7g","s":"icon-button__s_10w7g","iconWrapper":"icon-button__iconWrapper_10w7g","icon":"icon-button__icon_10w7g"}; | ||
var styles = {"primary":"icon-button__primary_888aj","secondary":"icon-button__secondary_888aj","transparent":"icon-button__transparent_888aj","negative":"icon-button__negative_888aj","xxs":"icon-button__xxs_888aj","xs":"icon-button__xs_888aj","s":"icon-button__s_888aj","iconWrapper":"icon-button__iconWrapper_888aj","icon":"icon-button__icon_888aj"}; | ||
require('./index.css') | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@alfalab/core-components-icon-button", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "0cc81afe8b587d36913828c6ed953d55e5cc9374" | ||
"gitHead": "646f9e1df9f90fa2ec28660f2d13cda66db9f5a6" | ||
} |
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
Sorry, the diff of this file is not supported yet
55783
5.21%869
6.89%