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

@semcore/button

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/button - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

## [2.1.4] - 2019-05-13
### Changed
- Обнавлена версия `Spin` и изменена верстка
### Fixed
- Добавлен `line-height: 1` для выравнивания текста
- Добавлен `border: transparent` по умолчанию
- Исправленно добавление лишнего `Button.Text` при вставке через фрагмент
## [2.1.3] - 2019-05-07

@@ -7,0 +19,0 @@

98

lib/index.es.js

@@ -31,3 +31,6 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';

SPIN_THEME_MAP["secondary-invert"] = "invert";
SPIN_THEME_MAP["secondary-muted"] = "gray40";
SPIN_THEME_MAP["secondary-info"] = "light-blue";
SPIN_THEME_MAP["tertiary-invert"] = "invert";
SPIN_THEME_MAP["tertiary-info"] = "light-blue";
})(SPIN_THEME_MAP || (SPIN_THEME_MAP = {}));

@@ -38,3 +41,4 @@

size = props.size,
others = _objectWithoutProperties(props, ["theme", "size"]);
className = props.className,
others = _objectWithoutProperties(props, ["theme", "size", "className"]);

@@ -49,48 +53,48 @@ return React.createElement(Spin, Object.assign({

"block": {
"block": "_button_102op_3",
"block": "_button_1sh73_3",
"size": {
"s": "_button--size_s_102op_38",
"m": "_button--size_m_102op_65",
"l": "_button--size_l_102op_92",
"xl": "_button--size_xl_102op_119"
"s": "_button--size_s_1sh73_39",
"m": "_button--size_m_1sh73_66",
"l": "_button--size_l_1sh73_93",
"xl": "_button--size_xl_1sh73_120"
},
"theme": {
"primary-info": "_button--theme_primary-info_102op_146",
"primary-success": "_button--theme_primary-success_102op_164",
"primary-warning": "_button--theme_primary-warning_102op_182",
"primary-danger": "_button--theme_primary-danger_102op_200",
"primary-invert": "_button--theme_primary-invert_102op_218",
"secondary-muted": "_button--theme_secondary-muted_102op_236",
"secondary-info": "_button--theme_secondary-info_102op_258",
"secondary-invert": "_button--theme_secondary-invert_102op_280",
"tertiary-info": "_button--theme_tertiary-info_102op_299",
"tertiary-muted": "_button--theme_tertiary-muted_102op_319",
"tertiary-invert": "_button--theme_tertiary-invert_102op_335"
"primary-info": "_button--theme_primary-info_1sh73_147",
"primary-success": "_button--theme_primary-success_1sh73_165",
"primary-warning": "_button--theme_primary-warning_1sh73_183",
"primary-danger": "_button--theme_primary-danger_1sh73_201",
"primary-invert": "_button--theme_primary-invert_1sh73_219",
"secondary-muted": "_button--theme_secondary-muted_1sh73_237",
"secondary-info": "_button--theme_secondary-info_1sh73_256",
"secondary-invert": "_button--theme_secondary-invert_1sh73_275",
"tertiary-info": "_button--theme_tertiary-info_1sh73_294",
"tertiary-muted": "_button--theme_tertiary-muted_1sh73_311",
"tertiary-invert": "_button--theme_tertiary-invert_1sh73_327"
},
"active": {
"block": "_button--active_102op_153"
"block": "_button--active_1sh73_154"
},
"disabled": {
"block": "_button--disabled_102op_157"
"block": "_button--disabled_1sh73_158"
},
"neighbor-location": {
"right": "_button--neighbor-location_right_102op_352",
"both": "_button--neighbor-location_both_102op_355",
"left": "_button--neighbor-location_left_102op_364"
"right": "_button--neighbor-location_right_1sh73_344",
"both": "_button--neighbor-location_both_1sh73_347",
"left": "_button--neighbor-location_left_1sh73_356"
}
},
"spin": {
"block": "_button__spin_1sh73_7"
},
"inner": {
"block": "_button__inner_102op_7",
"block": "_button__inner_1sh73_16",
"loading": {
"block": "_button__inner--loading_102op_15"
"block": "_button__inner--loading_1sh73_24"
}
},
"additional": {
"block": "_button__additional_102op_19"
"block": "_button__additional_1sh73_28"
},
"text": {
"block": "_button__text_102op_25"
},
"spin": {
"block": "_button__spin_102op_30"
"block": "_button__text_1sh73_34"
}

@@ -105,7 +109,7 @@ };

if (prevStyle && prevStyle.insertAdjacentText) {
prevStyle.insertAdjacentText("beforeend", "._button_102op_3{border:1px solid transparent}._button__inner_102op_7{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_102op_15{visibility:hidden}._button__additional_102op_19{display:inline-flex;align-items:center;justify-content:center}._button__text_102op_25{display:inline-flex;line-height:1}._button__spin_102op_30{position:absolute;height:100%;width:100%;top:0;left:0}._button--size_s_102op_38{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_102op_38 ._button__text_102op_25{margin-left:4px;margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):first-child{margin-left:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):last-child{margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_102op_65{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_102op_65 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_102op_92{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_102op_92 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_102op_119{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_102op_119 ._button__text_102op_25{margin-left:12px;margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):first-child{margin-left:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):last-child{margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_102op_146{background-color:#2b94e1;color:#fff}._button--theme_primary-info_102op_146:hover{background-color:#0071bc}._button--theme_primary-info_102op_146._button--active_102op_153,._button--theme_primary-info_102op_146:active{background-color:#006bb3}._button--theme_primary-info_102op_146._button--disabled_102op_157,._button--theme_primary-info_102op_146._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-info_102op_146._button--disabled_102op_157:active,._button--theme_primary-info_102op_146._button--disabled_102op_157:hover{background-color:#2b94e1}._button--theme_primary-success_102op_164{background-color:#4fae33;color:#fff}._button--theme_primary-success_102op_164:hover{background-color:#1d9c00}._button--theme_primary-success_102op_164._button--active_102op_153,._button--theme_primary-success_102op_164:active{background-color:#1c9400}._button--theme_primary-success_102op_164._button--disabled_102op_157,._button--theme_primary-success_102op_164._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-success_102op_164._button--disabled_102op_157:active,._button--theme_primary-success_102op_164._button--disabled_102op_157:hover{background-color:#4fae33}._button--theme_primary-warning_102op_182{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_102op_182:hover{background-color:#c60}._button--theme_primary-warning_102op_182._button--active_102op_153,._button--theme_primary-warning_102op_182:active{background-color:#c26100}._button--theme_primary-warning_102op_182._button--disabled_102op_157,._button--theme_primary-warning_102op_182._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-warning_102op_182._button--disabled_102op_157:active,._button--theme_primary-warning_102op_182._button--disabled_102op_157:hover{background-color:#ff7f00}._button--theme_primary-danger_102op_200{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_102op_200:hover{background-color:#d00000}._button--theme_primary-danger_102op_200._button--active_102op_153,._button--theme_primary-danger_102op_200:active{background-color:#c60000}._button--theme_primary-danger_102op_200._button--disabled_102op_157,._button--theme_primary-danger_102op_200._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-danger_102op_200._button--disabled_102op_157:active,._button--theme_primary-danger_102op_200._button--disabled_102op_157:hover{background-color:#ed2d2d}._button--theme_primary-invert_102op_218{background-color:#fff;color:#333}._button--theme_primary-invert_102op_218:hover{background-color:#eee}._button--theme_primary-invert_102op_218._button--active_102op_153,._button--theme_primary-invert_102op_218:active{background-color:#e4e1e1}._button--theme_primary-invert_102op_218._button--disabled_102op_157,._button--theme_primary-invert_102op_218._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-invert_102op_218._button--disabled_102op_157:active,._button--theme_primary-invert_102op_218._button--disabled_102op_157:hover{background-color:#fff}._button--theme_secondary-muted_102op_236{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_102op_236:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_102op_236._button--active_102op_153,._button--theme_secondary-muted_102op_236:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_102op_236._button--disabled_102op_157,._button--theme_secondary-muted_102op_236._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:active,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-muted_102op_236>._button__spin_102op_30 div:first-child{border-color:#666 #666 transparent transparent}._button--theme_secondary-info_102op_258{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_102op_258:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_102op_258._button--active_102op_153,._button--theme_secondary-info_102op_258:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_102op_258._button--disabled_102op_157,._button--theme_secondary-info_102op_258._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-info_102op_258._button--disabled_102op_157:active,._button--theme_secondary-info_102op_258._button--disabled_102op_157:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-info_102op_258>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_secondary-invert_102op_280{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_102op_280:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_102op_280._button--active_102op_153,._button--theme_secondary-invert_102op_280:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_102op_280._button--disabled_102op_157,._button--theme_secondary-invert_102op_280._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:active,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_102op_299{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_102op_299:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_102op_299._button--active_102op_153,._button--theme_tertiary-info_102op_299:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_102op_299._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:active,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-info_102op_299>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_tertiary-muted_102op_319{color:#666;background-color:transparent}._button--theme_tertiary-muted_102op_319:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_102op_319._button--active_102op_153,._button--theme_tertiary-muted_102op_319:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_102op_319._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:active,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-invert_102op_335{color:#fff;background-color:transparent}._button--theme_tertiary-invert_102op_335:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_102op_335._button--active_102op_153,._button--theme_tertiary-invert_102op_335:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_102op_335._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:active,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:hover{background-color:transparent}._button--neighbor-location_both_102op_355[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_102op_355._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_102op_364[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_102op_364._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}");
prevStyle.insertAdjacentText("beforeend", "._button_1sh73_3{border:1px solid transparent}._button__spin_1sh73_7{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}._button__inner_1sh73_16{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_1sh73_24{visibility:hidden}._button__additional_1sh73_28{display:inline-flex;align-items:center;justify-content:center}._button__text_1sh73_34{display:inline-flex;line-height:1}._button--size_s_1sh73_39{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_1sh73_39 ._button__text_1sh73_34{margin-left:4px;margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_1sh73_66{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_1sh73_66 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_1sh73_93{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_1sh73_93 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_1sh73_120{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_1sh73_120 ._button__text_1sh73_34{margin-left:12px;margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_1sh73_147{background-color:#2b94e1;color:#fff}._button--theme_primary-info_1sh73_147:hover{background-color:#0071bc}._button--theme_primary-info_1sh73_147._button--active_1sh73_154,._button--theme_primary-info_1sh73_147:active{background-color:#006bb3}._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:active,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:hover{background-color:#2b94e1}._button--theme_primary-success_1sh73_165{background-color:#4fae33;color:#fff}._button--theme_primary-success_1sh73_165:hover{background-color:#1d9c00}._button--theme_primary-success_1sh73_165._button--active_1sh73_154,._button--theme_primary-success_1sh73_165:active{background-color:#1c9400}._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:active,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:hover{background-color:#4fae33}._button--theme_primary-warning_1sh73_183{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_1sh73_183:hover{background-color:#c60}._button--theme_primary-warning_1sh73_183._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183:active{background-color:#c26100}._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:active,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:hover{background-color:#ff7f00}._button--theme_primary-danger_1sh73_201{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_1sh73_201:hover{background-color:#d00000}._button--theme_primary-danger_1sh73_201._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201:active{background-color:#c60000}._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:active,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:hover{background-color:#ed2d2d}._button--theme_primary-invert_1sh73_219{background-color:#fff;color:#333}._button--theme_primary-invert_1sh73_219:hover{background-color:#eee}._button--theme_primary-invert_1sh73_219._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219:active{background-color:#e4e1e1}._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:active,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:hover{background-color:#fff}._button--theme_secondary-muted_1sh73_237{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_1sh73_237:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_1sh73_237._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:active,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-info_1sh73_256{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_1sh73_256:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_1sh73_256._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:active,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-invert_1sh73_275{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_1sh73_275:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_1sh73_275._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:active,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_1sh73_294{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_1sh73_294:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_1sh73_294._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:active,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-muted_1sh73_311{color:#666;background-color:transparent}._button--theme_tertiary-muted_1sh73_311:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_1sh73_311._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:active,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-invert_1sh73_327{color:#fff;background-color:transparent}._button--theme_tertiary-invert_1sh73_327:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_1sh73_327._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:active,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:hover{background-color:transparent}._button--neighbor-location_both_1sh73_347[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_1sh73_347._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_1sh73_356[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_1sh73_356._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}");
} else {
var style = window.document.createElement("style");
style.classList.add('_css-style');
style.innerHTML = "._button_102op_3{border:1px solid transparent}._button__inner_102op_7{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_102op_15{visibility:hidden}._button__additional_102op_19{display:inline-flex;align-items:center;justify-content:center}._button__text_102op_25{display:inline-flex;line-height:1}._button__spin_102op_30{position:absolute;height:100%;width:100%;top:0;left:0}._button--size_s_102op_38{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_102op_38 ._button__text_102op_25{margin-left:4px;margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):first-child{margin-left:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):last-child{margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_102op_65{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_102op_65 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_102op_92{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_102op_92 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_102op_119{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_102op_119 ._button__text_102op_25{margin-left:12px;margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):first-child{margin-left:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):last-child{margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_102op_146{background-color:#2b94e1;color:#fff}._button--theme_primary-info_102op_146:hover{background-color:#0071bc}._button--theme_primary-info_102op_146._button--active_102op_153,._button--theme_primary-info_102op_146:active{background-color:#006bb3}._button--theme_primary-info_102op_146._button--disabled_102op_157,._button--theme_primary-info_102op_146._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-info_102op_146._button--disabled_102op_157:active,._button--theme_primary-info_102op_146._button--disabled_102op_157:hover{background-color:#2b94e1}._button--theme_primary-success_102op_164{background-color:#4fae33;color:#fff}._button--theme_primary-success_102op_164:hover{background-color:#1d9c00}._button--theme_primary-success_102op_164._button--active_102op_153,._button--theme_primary-success_102op_164:active{background-color:#1c9400}._button--theme_primary-success_102op_164._button--disabled_102op_157,._button--theme_primary-success_102op_164._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-success_102op_164._button--disabled_102op_157:active,._button--theme_primary-success_102op_164._button--disabled_102op_157:hover{background-color:#4fae33}._button--theme_primary-warning_102op_182{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_102op_182:hover{background-color:#c60}._button--theme_primary-warning_102op_182._button--active_102op_153,._button--theme_primary-warning_102op_182:active{background-color:#c26100}._button--theme_primary-warning_102op_182._button--disabled_102op_157,._button--theme_primary-warning_102op_182._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-warning_102op_182._button--disabled_102op_157:active,._button--theme_primary-warning_102op_182._button--disabled_102op_157:hover{background-color:#ff7f00}._button--theme_primary-danger_102op_200{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_102op_200:hover{background-color:#d00000}._button--theme_primary-danger_102op_200._button--active_102op_153,._button--theme_primary-danger_102op_200:active{background-color:#c60000}._button--theme_primary-danger_102op_200._button--disabled_102op_157,._button--theme_primary-danger_102op_200._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-danger_102op_200._button--disabled_102op_157:active,._button--theme_primary-danger_102op_200._button--disabled_102op_157:hover{background-color:#ed2d2d}._button--theme_primary-invert_102op_218{background-color:#fff;color:#333}._button--theme_primary-invert_102op_218:hover{background-color:#eee}._button--theme_primary-invert_102op_218._button--active_102op_153,._button--theme_primary-invert_102op_218:active{background-color:#e4e1e1}._button--theme_primary-invert_102op_218._button--disabled_102op_157,._button--theme_primary-invert_102op_218._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-invert_102op_218._button--disabled_102op_157:active,._button--theme_primary-invert_102op_218._button--disabled_102op_157:hover{background-color:#fff}._button--theme_secondary-muted_102op_236{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_102op_236:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_102op_236._button--active_102op_153,._button--theme_secondary-muted_102op_236:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_102op_236._button--disabled_102op_157,._button--theme_secondary-muted_102op_236._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:active,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-muted_102op_236>._button__spin_102op_30 div:first-child{border-color:#666 #666 transparent transparent}._button--theme_secondary-info_102op_258{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_102op_258:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_102op_258._button--active_102op_153,._button--theme_secondary-info_102op_258:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_102op_258._button--disabled_102op_157,._button--theme_secondary-info_102op_258._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-info_102op_258._button--disabled_102op_157:active,._button--theme_secondary-info_102op_258._button--disabled_102op_157:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-info_102op_258>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_secondary-invert_102op_280{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_102op_280:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_102op_280._button--active_102op_153,._button--theme_secondary-invert_102op_280:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_102op_280._button--disabled_102op_157,._button--theme_secondary-invert_102op_280._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:active,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_102op_299{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_102op_299:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_102op_299._button--active_102op_153,._button--theme_tertiary-info_102op_299:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_102op_299._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:active,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-info_102op_299>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_tertiary-muted_102op_319{color:#666;background-color:transparent}._button--theme_tertiary-muted_102op_319:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_102op_319._button--active_102op_153,._button--theme_tertiary-muted_102op_319:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_102op_319._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:active,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-invert_102op_335{color:#fff;background-color:transparent}._button--theme_tertiary-invert_102op_335:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_102op_335._button--active_102op_153,._button--theme_tertiary-invert_102op_335:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_102op_335._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:active,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:hover{background-color:transparent}._button--neighbor-location_both_102op_355[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_102op_355._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_102op_364[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_102op_364._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}";
style.innerHTML = "._button_1sh73_3{border:1px solid transparent}._button__spin_1sh73_7{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}._button__inner_1sh73_16{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_1sh73_24{visibility:hidden}._button__additional_1sh73_28{display:inline-flex;align-items:center;justify-content:center}._button__text_1sh73_34{display:inline-flex;line-height:1}._button--size_s_1sh73_39{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_1sh73_39 ._button__text_1sh73_34{margin-left:4px;margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_1sh73_66{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_1sh73_66 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_1sh73_93{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_1sh73_93 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_1sh73_120{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_1sh73_120 ._button__text_1sh73_34{margin-left:12px;margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_1sh73_147{background-color:#2b94e1;color:#fff}._button--theme_primary-info_1sh73_147:hover{background-color:#0071bc}._button--theme_primary-info_1sh73_147._button--active_1sh73_154,._button--theme_primary-info_1sh73_147:active{background-color:#006bb3}._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:active,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:hover{background-color:#2b94e1}._button--theme_primary-success_1sh73_165{background-color:#4fae33;color:#fff}._button--theme_primary-success_1sh73_165:hover{background-color:#1d9c00}._button--theme_primary-success_1sh73_165._button--active_1sh73_154,._button--theme_primary-success_1sh73_165:active{background-color:#1c9400}._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:active,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:hover{background-color:#4fae33}._button--theme_primary-warning_1sh73_183{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_1sh73_183:hover{background-color:#c60}._button--theme_primary-warning_1sh73_183._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183:active{background-color:#c26100}._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:active,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:hover{background-color:#ff7f00}._button--theme_primary-danger_1sh73_201{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_1sh73_201:hover{background-color:#d00000}._button--theme_primary-danger_1sh73_201._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201:active{background-color:#c60000}._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:active,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:hover{background-color:#ed2d2d}._button--theme_primary-invert_1sh73_219{background-color:#fff;color:#333}._button--theme_primary-invert_1sh73_219:hover{background-color:#eee}._button--theme_primary-invert_1sh73_219._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219:active{background-color:#e4e1e1}._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:active,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:hover{background-color:#fff}._button--theme_secondary-muted_1sh73_237{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_1sh73_237:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_1sh73_237._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:active,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-info_1sh73_256{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_1sh73_256:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_1sh73_256._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:active,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-invert_1sh73_275{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_1sh73_275:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_1sh73_275._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:active,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_1sh73_294{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_1sh73_294:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_1sh73_294._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:active,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-muted_1sh73_311{color:#666;background-color:transparent}._button--theme_tertiary-muted_1sh73_311:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_1sh73_311._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:active,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-invert_1sh73_327{color:#fff;background-color:transparent}._button--theme_tertiary-invert_1sh73_327:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_1sh73_327._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:active,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:hover{background-color:transparent}._button--neighbor-location_both_1sh73_347[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_1sh73_347._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_1sh73_356[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_1sh73_356._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}";
head.appendChild(style);

@@ -145,2 +149,6 @@ }

function spin() {
return data['spin']['block'];
}
function inner() {

@@ -163,6 +171,2 @@ return data['inner']['block'];

function spin() {
return data['spin']['block'];
}
var MAP_USE_DEFAULT_THEME = {

@@ -274,2 +278,17 @@ primary: 'info',

};
var childArr = React.Children.toArray(children);
var isWrap = false;
if (childArr.length === 1) {
isWrap = true;
if (React.isValidElement(childArr[0])) {
// @ts-ignore
isWrap = !( // @ts-ignore
childArr[0].type === React.Fragment || // @ts-ignore
childArr[0].type === Button.Text || // @ts-ignore
childArr[0].type === Button.Addon);
}
}
return React.createElement(Control, Object.assign({}, other, {

@@ -280,8 +299,9 @@ disabled: disabled,

className: styles.inner
}, React.Children.toArray(children).length === 1 ? React.createElement(Button.Text, null, children) : children), loading && React.createElement(SpinButton, {
}, isWrap ? React.createElement(Button.Text, null, children) : children), loading && React.createElement("span", {
className: spin()
}, React.createElement(SpinButton, {
centered: true,
size: size,
theme: useTheme,
className: spin()
}));
theme: useTheme
})));
}

@@ -288,0 +308,0 @@ }]);

@@ -38,3 +38,6 @@ 'use strict';

SPIN_THEME_MAP["secondary-invert"] = "invert";
SPIN_THEME_MAP["secondary-muted"] = "gray40";
SPIN_THEME_MAP["secondary-info"] = "light-blue";
SPIN_THEME_MAP["tertiary-invert"] = "invert";
SPIN_THEME_MAP["tertiary-info"] = "light-blue";
})(SPIN_THEME_MAP || (SPIN_THEME_MAP = {}));

@@ -45,3 +48,4 @@

size = props.size,
others = _objectWithoutProperties(props, ["theme", "size"]);
className = props.className,
others = _objectWithoutProperties(props, ["theme", "size", "className"]);

@@ -56,48 +60,48 @@ return React__default.createElement(Spin, Object.assign({

"block": {
"block": "_button_102op_3",
"block": "_button_1sh73_3",
"size": {
"s": "_button--size_s_102op_38",
"m": "_button--size_m_102op_65",
"l": "_button--size_l_102op_92",
"xl": "_button--size_xl_102op_119"
"s": "_button--size_s_1sh73_39",
"m": "_button--size_m_1sh73_66",
"l": "_button--size_l_1sh73_93",
"xl": "_button--size_xl_1sh73_120"
},
"theme": {
"primary-info": "_button--theme_primary-info_102op_146",
"primary-success": "_button--theme_primary-success_102op_164",
"primary-warning": "_button--theme_primary-warning_102op_182",
"primary-danger": "_button--theme_primary-danger_102op_200",
"primary-invert": "_button--theme_primary-invert_102op_218",
"secondary-muted": "_button--theme_secondary-muted_102op_236",
"secondary-info": "_button--theme_secondary-info_102op_258",
"secondary-invert": "_button--theme_secondary-invert_102op_280",
"tertiary-info": "_button--theme_tertiary-info_102op_299",
"tertiary-muted": "_button--theme_tertiary-muted_102op_319",
"tertiary-invert": "_button--theme_tertiary-invert_102op_335"
"primary-info": "_button--theme_primary-info_1sh73_147",
"primary-success": "_button--theme_primary-success_1sh73_165",
"primary-warning": "_button--theme_primary-warning_1sh73_183",
"primary-danger": "_button--theme_primary-danger_1sh73_201",
"primary-invert": "_button--theme_primary-invert_1sh73_219",
"secondary-muted": "_button--theme_secondary-muted_1sh73_237",
"secondary-info": "_button--theme_secondary-info_1sh73_256",
"secondary-invert": "_button--theme_secondary-invert_1sh73_275",
"tertiary-info": "_button--theme_tertiary-info_1sh73_294",
"tertiary-muted": "_button--theme_tertiary-muted_1sh73_311",
"tertiary-invert": "_button--theme_tertiary-invert_1sh73_327"
},
"active": {
"block": "_button--active_102op_153"
"block": "_button--active_1sh73_154"
},
"disabled": {
"block": "_button--disabled_102op_157"
"block": "_button--disabled_1sh73_158"
},
"neighbor-location": {
"right": "_button--neighbor-location_right_102op_352",
"both": "_button--neighbor-location_both_102op_355",
"left": "_button--neighbor-location_left_102op_364"
"right": "_button--neighbor-location_right_1sh73_344",
"both": "_button--neighbor-location_both_1sh73_347",
"left": "_button--neighbor-location_left_1sh73_356"
}
},
"spin": {
"block": "_button__spin_1sh73_7"
},
"inner": {
"block": "_button__inner_102op_7",
"block": "_button__inner_1sh73_16",
"loading": {
"block": "_button__inner--loading_102op_15"
"block": "_button__inner--loading_1sh73_24"
}
},
"additional": {
"block": "_button__additional_102op_19"
"block": "_button__additional_1sh73_28"
},
"text": {
"block": "_button__text_102op_25"
},
"spin": {
"block": "_button__spin_102op_30"
"block": "_button__text_1sh73_34"
}

@@ -112,7 +116,7 @@ };

if (prevStyle && prevStyle.insertAdjacentText) {
prevStyle.insertAdjacentText("beforeend", "._button_102op_3{border:1px solid transparent}._button__inner_102op_7{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_102op_15{visibility:hidden}._button__additional_102op_19{display:inline-flex;align-items:center;justify-content:center}._button__text_102op_25{display:inline-flex;line-height:1}._button__spin_102op_30{position:absolute;height:100%;width:100%;top:0;left:0}._button--size_s_102op_38{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_102op_38 ._button__text_102op_25{margin-left:4px;margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):first-child{margin-left:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):last-child{margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_102op_65{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_102op_65 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_102op_92{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_102op_92 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_102op_119{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_102op_119 ._button__text_102op_25{margin-left:12px;margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):first-child{margin-left:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):last-child{margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_102op_146{background-color:#2b94e1;color:#fff}._button--theme_primary-info_102op_146:hover{background-color:#0071bc}._button--theme_primary-info_102op_146._button--active_102op_153,._button--theme_primary-info_102op_146:active{background-color:#006bb3}._button--theme_primary-info_102op_146._button--disabled_102op_157,._button--theme_primary-info_102op_146._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-info_102op_146._button--disabled_102op_157:active,._button--theme_primary-info_102op_146._button--disabled_102op_157:hover{background-color:#2b94e1}._button--theme_primary-success_102op_164{background-color:#4fae33;color:#fff}._button--theme_primary-success_102op_164:hover{background-color:#1d9c00}._button--theme_primary-success_102op_164._button--active_102op_153,._button--theme_primary-success_102op_164:active{background-color:#1c9400}._button--theme_primary-success_102op_164._button--disabled_102op_157,._button--theme_primary-success_102op_164._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-success_102op_164._button--disabled_102op_157:active,._button--theme_primary-success_102op_164._button--disabled_102op_157:hover{background-color:#4fae33}._button--theme_primary-warning_102op_182{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_102op_182:hover{background-color:#c60}._button--theme_primary-warning_102op_182._button--active_102op_153,._button--theme_primary-warning_102op_182:active{background-color:#c26100}._button--theme_primary-warning_102op_182._button--disabled_102op_157,._button--theme_primary-warning_102op_182._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-warning_102op_182._button--disabled_102op_157:active,._button--theme_primary-warning_102op_182._button--disabled_102op_157:hover{background-color:#ff7f00}._button--theme_primary-danger_102op_200{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_102op_200:hover{background-color:#d00000}._button--theme_primary-danger_102op_200._button--active_102op_153,._button--theme_primary-danger_102op_200:active{background-color:#c60000}._button--theme_primary-danger_102op_200._button--disabled_102op_157,._button--theme_primary-danger_102op_200._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-danger_102op_200._button--disabled_102op_157:active,._button--theme_primary-danger_102op_200._button--disabled_102op_157:hover{background-color:#ed2d2d}._button--theme_primary-invert_102op_218{background-color:#fff;color:#333}._button--theme_primary-invert_102op_218:hover{background-color:#eee}._button--theme_primary-invert_102op_218._button--active_102op_153,._button--theme_primary-invert_102op_218:active{background-color:#e4e1e1}._button--theme_primary-invert_102op_218._button--disabled_102op_157,._button--theme_primary-invert_102op_218._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-invert_102op_218._button--disabled_102op_157:active,._button--theme_primary-invert_102op_218._button--disabled_102op_157:hover{background-color:#fff}._button--theme_secondary-muted_102op_236{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_102op_236:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_102op_236._button--active_102op_153,._button--theme_secondary-muted_102op_236:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_102op_236._button--disabled_102op_157,._button--theme_secondary-muted_102op_236._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:active,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-muted_102op_236>._button__spin_102op_30 div:first-child{border-color:#666 #666 transparent transparent}._button--theme_secondary-info_102op_258{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_102op_258:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_102op_258._button--active_102op_153,._button--theme_secondary-info_102op_258:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_102op_258._button--disabled_102op_157,._button--theme_secondary-info_102op_258._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-info_102op_258._button--disabled_102op_157:active,._button--theme_secondary-info_102op_258._button--disabled_102op_157:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-info_102op_258>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_secondary-invert_102op_280{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_102op_280:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_102op_280._button--active_102op_153,._button--theme_secondary-invert_102op_280:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_102op_280._button--disabled_102op_157,._button--theme_secondary-invert_102op_280._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:active,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_102op_299{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_102op_299:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_102op_299._button--active_102op_153,._button--theme_tertiary-info_102op_299:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_102op_299._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:active,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-info_102op_299>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_tertiary-muted_102op_319{color:#666;background-color:transparent}._button--theme_tertiary-muted_102op_319:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_102op_319._button--active_102op_153,._button--theme_tertiary-muted_102op_319:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_102op_319._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:active,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-invert_102op_335{color:#fff;background-color:transparent}._button--theme_tertiary-invert_102op_335:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_102op_335._button--active_102op_153,._button--theme_tertiary-invert_102op_335:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_102op_335._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:active,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:hover{background-color:transparent}._button--neighbor-location_both_102op_355[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_102op_355._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_102op_364[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_102op_364._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}");
prevStyle.insertAdjacentText("beforeend", "._button_1sh73_3{border:1px solid transparent}._button__spin_1sh73_7{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}._button__inner_1sh73_16{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_1sh73_24{visibility:hidden}._button__additional_1sh73_28{display:inline-flex;align-items:center;justify-content:center}._button__text_1sh73_34{display:inline-flex;line-height:1}._button--size_s_1sh73_39{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_1sh73_39 ._button__text_1sh73_34{margin-left:4px;margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_1sh73_66{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_1sh73_66 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_1sh73_93{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_1sh73_93 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_1sh73_120{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_1sh73_120 ._button__text_1sh73_34{margin-left:12px;margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_1sh73_147{background-color:#2b94e1;color:#fff}._button--theme_primary-info_1sh73_147:hover{background-color:#0071bc}._button--theme_primary-info_1sh73_147._button--active_1sh73_154,._button--theme_primary-info_1sh73_147:active{background-color:#006bb3}._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:active,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:hover{background-color:#2b94e1}._button--theme_primary-success_1sh73_165{background-color:#4fae33;color:#fff}._button--theme_primary-success_1sh73_165:hover{background-color:#1d9c00}._button--theme_primary-success_1sh73_165._button--active_1sh73_154,._button--theme_primary-success_1sh73_165:active{background-color:#1c9400}._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:active,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:hover{background-color:#4fae33}._button--theme_primary-warning_1sh73_183{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_1sh73_183:hover{background-color:#c60}._button--theme_primary-warning_1sh73_183._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183:active{background-color:#c26100}._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:active,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:hover{background-color:#ff7f00}._button--theme_primary-danger_1sh73_201{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_1sh73_201:hover{background-color:#d00000}._button--theme_primary-danger_1sh73_201._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201:active{background-color:#c60000}._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:active,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:hover{background-color:#ed2d2d}._button--theme_primary-invert_1sh73_219{background-color:#fff;color:#333}._button--theme_primary-invert_1sh73_219:hover{background-color:#eee}._button--theme_primary-invert_1sh73_219._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219:active{background-color:#e4e1e1}._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:active,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:hover{background-color:#fff}._button--theme_secondary-muted_1sh73_237{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_1sh73_237:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_1sh73_237._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:active,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-info_1sh73_256{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_1sh73_256:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_1sh73_256._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:active,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-invert_1sh73_275{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_1sh73_275:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_1sh73_275._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:active,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_1sh73_294{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_1sh73_294:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_1sh73_294._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:active,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-muted_1sh73_311{color:#666;background-color:transparent}._button--theme_tertiary-muted_1sh73_311:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_1sh73_311._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:active,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-invert_1sh73_327{color:#fff;background-color:transparent}._button--theme_tertiary-invert_1sh73_327:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_1sh73_327._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:active,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:hover{background-color:transparent}._button--neighbor-location_both_1sh73_347[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_1sh73_347._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_1sh73_356[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_1sh73_356._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}");
} else {
var style = window.document.createElement("style");
style.classList.add('_css-style');
style.innerHTML = "._button_102op_3{border:1px solid transparent}._button__inner_102op_7{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_102op_15{visibility:hidden}._button__additional_102op_19{display:inline-flex;align-items:center;justify-content:center}._button__text_102op_25{display:inline-flex;line-height:1}._button__spin_102op_30{position:absolute;height:100%;width:100%;top:0;left:0}._button--size_s_102op_38{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_102op_38 ._button__text_102op_25{margin-left:4px;margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):first-child{margin-left:4px}._button--size_s_102op_38 ._button__additional_102op_19:not(:only-child):last-child{margin-right:4px}._button--size_s_102op_38 ._button__additional_102op_19:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_102op_65{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_102op_65 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_m_102op_65 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_m_102op_65 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_102op_92{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_102op_92 ._button__text_102op_25{margin-left:8px;margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):first-child{margin-left:8px}._button--size_l_102op_92 ._button__additional_102op_19:not(:only-child):last-child{margin-right:8px}._button--size_l_102op_92 ._button__additional_102op_19:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_102op_119{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_102op_119 ._button__text_102op_25{margin-left:12px;margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):first-child{margin-left:12px}._button--size_xl_102op_119 ._button__additional_102op_19:not(:only-child):last-child{margin-right:12px}._button--size_xl_102op_119 ._button__additional_102op_19:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_102op_146{background-color:#2b94e1;color:#fff}._button--theme_primary-info_102op_146:hover{background-color:#0071bc}._button--theme_primary-info_102op_146._button--active_102op_153,._button--theme_primary-info_102op_146:active{background-color:#006bb3}._button--theme_primary-info_102op_146._button--disabled_102op_157,._button--theme_primary-info_102op_146._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-info_102op_146._button--disabled_102op_157:active,._button--theme_primary-info_102op_146._button--disabled_102op_157:hover{background-color:#2b94e1}._button--theme_primary-success_102op_164{background-color:#4fae33;color:#fff}._button--theme_primary-success_102op_164:hover{background-color:#1d9c00}._button--theme_primary-success_102op_164._button--active_102op_153,._button--theme_primary-success_102op_164:active{background-color:#1c9400}._button--theme_primary-success_102op_164._button--disabled_102op_157,._button--theme_primary-success_102op_164._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-success_102op_164._button--disabled_102op_157:active,._button--theme_primary-success_102op_164._button--disabled_102op_157:hover{background-color:#4fae33}._button--theme_primary-warning_102op_182{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_102op_182:hover{background-color:#c60}._button--theme_primary-warning_102op_182._button--active_102op_153,._button--theme_primary-warning_102op_182:active{background-color:#c26100}._button--theme_primary-warning_102op_182._button--disabled_102op_157,._button--theme_primary-warning_102op_182._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-warning_102op_182._button--disabled_102op_157:active,._button--theme_primary-warning_102op_182._button--disabled_102op_157:hover{background-color:#ff7f00}._button--theme_primary-danger_102op_200{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_102op_200:hover{background-color:#d00000}._button--theme_primary-danger_102op_200._button--active_102op_153,._button--theme_primary-danger_102op_200:active{background-color:#c60000}._button--theme_primary-danger_102op_200._button--disabled_102op_157,._button--theme_primary-danger_102op_200._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-danger_102op_200._button--disabled_102op_157:active,._button--theme_primary-danger_102op_200._button--disabled_102op_157:hover{background-color:#ed2d2d}._button--theme_primary-invert_102op_218{background-color:#fff;color:#333}._button--theme_primary-invert_102op_218:hover{background-color:#eee}._button--theme_primary-invert_102op_218._button--active_102op_153,._button--theme_primary-invert_102op_218:active{background-color:#e4e1e1}._button--theme_primary-invert_102op_218._button--disabled_102op_157,._button--theme_primary-invert_102op_218._button--disabled_102op_157._button--active_102op_153,._button--theme_primary-invert_102op_218._button--disabled_102op_157:active,._button--theme_primary-invert_102op_218._button--disabled_102op_157:hover{background-color:#fff}._button--theme_secondary-muted_102op_236{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_102op_236:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_102op_236._button--active_102op_153,._button--theme_secondary-muted_102op_236:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_102op_236._button--disabled_102op_157,._button--theme_secondary-muted_102op_236._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:active,._button--theme_secondary-muted_102op_236._button--disabled_102op_157:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-muted_102op_236>._button__spin_102op_30 div:first-child{border-color:#666 #666 transparent transparent}._button--theme_secondary-info_102op_258{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_102op_258:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_102op_258._button--active_102op_153,._button--theme_secondary-info_102op_258:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_102op_258._button--disabled_102op_157,._button--theme_secondary-info_102op_258._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-info_102op_258._button--disabled_102op_157:active,._button--theme_secondary-info_102op_258._button--disabled_102op_157:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-info_102op_258>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_secondary-invert_102op_280{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_102op_280:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_102op_280._button--active_102op_153,._button--theme_secondary-invert_102op_280:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_102op_280._button--disabled_102op_157,._button--theme_secondary-invert_102op_280._button--disabled_102op_157._button--active_102op_153,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:active,._button--theme_secondary-invert_102op_280._button--disabled_102op_157:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_102op_299{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_102op_299:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_102op_299._button--active_102op_153,._button--theme_tertiary-info_102op_299:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_102op_299._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:active,._button--theme_tertiary-info_102op_299._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-info_102op_299>._button__spin_102op_30 div:first-child{border-color:#2b94e1 #2b94e1 transparent transparent}._button--theme_tertiary-muted_102op_319{color:#666;background-color:transparent}._button--theme_tertiary-muted_102op_319:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_102op_319._button--active_102op_153,._button--theme_tertiary-muted_102op_319:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_102op_319._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:active,._button--theme_tertiary-muted_102op_319._button--disabled_102op_157:hover{background-color:transparent}._button--theme_tertiary-invert_102op_335{color:#fff;background-color:transparent}._button--theme_tertiary-invert_102op_335:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_102op_335._button--active_102op_153,._button--theme_tertiary-invert_102op_335:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_102op_335._button--disabled_102op_157._button--active_102op_153,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:active,._button--theme_tertiary-invert_102op_335._button--disabled_102op_157:hover{background-color:transparent}._button--neighbor-location_both_102op_355[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_102op_355._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_102op_364[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_102op_364._button--theme_primary-invert_102op_218{border-left-color:rgba(0,0,0,.5)}";
style.innerHTML = "._button_1sh73_3{border:1px solid transparent}._button__spin_1sh73_7{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}._button__inner_1sh73_16{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}._button__inner--loading_1sh73_24{visibility:hidden}._button__additional_1sh73_28{display:inline-flex;align-items:center;justify-content:center}._button__text_1sh73_34{display:inline-flex;line-height:1}._button--size_s_1sh73_39{height:18px;min-width:18px;border-radius:2px;font-size:10px}._button--size_s_1sh73_39 ._button__text_1sh73_34{margin-left:4px;margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:4px}._button--size_s_1sh73_39 ._button__additional_1sh73_28:only-child{margin-left:-2px;margin-right:-2px}._button--size_m_1sh73_66{height:26px;min-width:26px;border-radius:3px;font-size:12px}._button--size_m_1sh73_66 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_m_1sh73_66 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_l_1sh73_93{height:32px;min-width:32px;border-radius:4px;font-size:14px}._button--size_l_1sh73_93 ._button__text_1sh73_34{margin-left:8px;margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:8px}._button--size_l_1sh73_93 ._button__additional_1sh73_28:only-child{margin-left:-4px;margin-right:-4px}._button--size_xl_1sh73_120{height:42px;min-width:42px;border-radius:5px;font-size:16px}._button--size_xl_1sh73_120 ._button__text_1sh73_34{margin-left:12px;margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):first-child{margin-left:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:not(:only-child):last-child{margin-right:12px}._button--size_xl_1sh73_120 ._button__additional_1sh73_28:only-child{margin-left:-6px;margin-right:-6px}._button--theme_primary-info_1sh73_147{background-color:#2b94e1;color:#fff}._button--theme_primary-info_1sh73_147:hover{background-color:#0071bc}._button--theme_primary-info_1sh73_147._button--active_1sh73_154,._button--theme_primary-info_1sh73_147:active{background-color:#006bb3}._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:active,._button--theme_primary-info_1sh73_147._button--disabled_1sh73_158:hover{background-color:#2b94e1}._button--theme_primary-success_1sh73_165{background-color:#4fae33;color:#fff}._button--theme_primary-success_1sh73_165:hover{background-color:#1d9c00}._button--theme_primary-success_1sh73_165._button--active_1sh73_154,._button--theme_primary-success_1sh73_165:active{background-color:#1c9400}._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:active,._button--theme_primary-success_1sh73_165._button--disabled_1sh73_158:hover{background-color:#4fae33}._button--theme_primary-warning_1sh73_183{background-color:#ff7f00;color:#fff}._button--theme_primary-warning_1sh73_183:hover{background-color:#c60}._button--theme_primary-warning_1sh73_183._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183:active{background-color:#c26100}._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:active,._button--theme_primary-warning_1sh73_183._button--disabled_1sh73_158:hover{background-color:#ff7f00}._button--theme_primary-danger_1sh73_201{background-color:#ed2d2d;color:#fff}._button--theme_primary-danger_1sh73_201:hover{background-color:#d00000}._button--theme_primary-danger_1sh73_201._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201:active{background-color:#c60000}._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:active,._button--theme_primary-danger_1sh73_201._button--disabled_1sh73_158:hover{background-color:#ed2d2d}._button--theme_primary-invert_1sh73_219{background-color:#fff;color:#333}._button--theme_primary-invert_1sh73_219:hover{background-color:#eee}._button--theme_primary-invert_1sh73_219._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219:active{background-color:#e4e1e1}._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:active,._button--theme_primary-invert_1sh73_219._button--disabled_1sh73_158:hover{background-color:#fff}._button--theme_secondary-muted_1sh73_237{background-color:rgba(166,175,179,.1);color:#666;border-color:#a6b0b3}._button--theme_secondary-muted_1sh73_237:hover{background-color:rgba(166,175,179,.2)}._button--theme_secondary-muted_1sh73_237._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237:active{background-color:rgba(166,175,179,.3)}._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:active,._button--theme_secondary-muted_1sh73_237._button--disabled_1sh73_158:hover{background-color:rgba(166,175,179,.1)}._button--theme_secondary-info_1sh73_256{background-color:rgba(42,148,224,.05);color:#2b94e1;border-color:#2b94e1}._button--theme_secondary-info_1sh73_256:hover{background-color:rgba(0,113,188,.2)}._button--theme_secondary-info_1sh73_256._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256:active{background-color:rgba(0,113,188,.3)}._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:active,._button--theme_secondary-info_1sh73_256._button--disabled_1sh73_158:hover{background-color:rgba(42,148,224,.05)}._button--theme_secondary-invert_1sh73_275{background-color:hsla(0,0%,100%,.05);color:#fff;border-color:#fff}._button--theme_secondary-invert_1sh73_275:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_secondary-invert_1sh73_275._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275:active{background-color:hsla(0,0%,100%,.3)}._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:active,._button--theme_secondary-invert_1sh73_275._button--disabled_1sh73_158:hover{background-color:hsla(0,0%,100%,.05)}._button--theme_tertiary-info_1sh73_294{color:#0071bc;background-color:transparent}._button--theme_tertiary-info_1sh73_294:hover{background-color:rgba(42,148,224,.2)}._button--theme_tertiary-info_1sh73_294._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294:active{background-color:rgba(42,148,224,.3)}._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:active,._button--theme_tertiary-info_1sh73_294._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-muted_1sh73_311{color:#666;background-color:transparent}._button--theme_tertiary-muted_1sh73_311:hover{background-color:rgba(166,175,179,.2)}._button--theme_tertiary-muted_1sh73_311._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311:active{background-color:rgba(166,175,179,.3)}._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:active,._button--theme_tertiary-muted_1sh73_311._button--disabled_1sh73_158:hover{background-color:transparent}._button--theme_tertiary-invert_1sh73_327{color:#fff;background-color:transparent}._button--theme_tertiary-invert_1sh73_327:hover{background-color:hsla(0,0%,100%,.2)}._button--theme_tertiary-invert_1sh73_327._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327:active{background-color:hsla(0,0%,100%,.3)}._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158._button--active_1sh73_154,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:active,._button--theme_tertiary-invert_1sh73_327._button--disabled_1sh73_158:hover{background-color:transparent}._button--neighbor-location_both_1sh73_347[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_both_1sh73_347._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}._button--neighbor-location_left_1sh73_356[class*=button--theme_primary-]{border-left-color:hsla(0,0%,100%,.5)}._button--neighbor-location_left_1sh73_356._button--theme_primary-invert_1sh73_219{border-left-color:rgba(0,0,0,.5)}";
head.appendChild(style);

@@ -152,2 +156,6 @@ }

function spin() {
return data['spin']['block'];
}
function inner() {

@@ -170,6 +178,2 @@ return data['inner']['block'];

function spin() {
return data['spin']['block'];
}
var MAP_USE_DEFAULT_THEME = {

@@ -281,2 +285,17 @@ primary: 'info',

};
var childArr = React__default.Children.toArray(children);
var isWrap = false;
if (childArr.length === 1) {
isWrap = true;
if (React__default.isValidElement(childArr[0])) {
// @ts-ignore
isWrap = !( // @ts-ignore
childArr[0].type === React__default.Fragment || // @ts-ignore
childArr[0].type === Button.Text || // @ts-ignore
childArr[0].type === Button.Addon);
}
}
return React__default.createElement(Control, Object.assign({}, other, {

@@ -287,8 +306,9 @@ disabled: disabled,

className: styles.inner
}, React__default.Children.toArray(children).length === 1 ? React__default.createElement(Button.Text, null, children) : children), loading && React__default.createElement(SpinButton, {
}, isWrap ? React__default.createElement(Button.Text, null, children) : children), loading && React__default.createElement("span", {
className: spin()
}, React__default.createElement(SpinButton, {
centered: true,
size: size,
theme: useTheme,
className: spin()
}));
theme: useTheme
})));
}

@@ -295,0 +315,0 @@ }]);

@@ -15,3 +15,6 @@ import React from 'react';

'secondary-invert' = "invert",
'tertiary-invert' = "invert"
'secondary-muted' = "gray40",
'secondary-info' = "light-blue",
'tertiary-invert' = "invert",
'tertiary-info' = "light-blue"
}

@@ -18,0 +21,0 @@ export interface ISpinButtonProps {

{
"name": "@semcore/button",
"description": "SEMRush Button Component",
"version": "2.1.3",
"version": "2.1.4",
"main": "lib/index.js",

@@ -15,8 +15,8 @@ "module": "lib/index.es.js",

"dependencies": {
"@semcore/spin": "^1.2.0",
"@semcore/spin": "^2.0.1",
"@semcore/control": "^2.0.0",
"@semcore/utils": "^2.2.2",
"@semcore/flex-box": "^3.1.0",
"@types/react": "^16.8.14",
"@babel/runtime": "^7.4.3",
"@types/react": "^16.8.17",
"@babel/runtime": "^7.4.4",
"classnames": "^2.2.6"

@@ -23,0 +23,0 @@ },

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc