diff --git a/.babelrc b/.babelrc
index 0a68b08..f93acf1 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,23 +1,14 @@
{
"presets": [
+ [
+ "env",
+ {
+ "targets": {
+ "browsers": ["last 2 versions", "ie >= 11"]
+ }
+ }
+ ],
"react",
- "es2015"
+ "stage-0",
],
-
- "plugins": [
- "transform-async-to-generator",
- "transform-class-properties",
- "transform-decorators",
- "transform-object-rest-spread",
- "transform-runtime"
- ],
-
- "env": {
- "build": {
- "plugins": [
- ["transform-require-ignore", {"extensions": [".less"] }],
- "transform-import-extension-jsx-to-js"
- ]
- }
- }
}
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..3714b03
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,2 @@
+example/*
+lib/*
diff --git a/.eslintrc b/.eslintrc
new file mode 100644
index 0000000..9ec9372
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,13 @@
+{
+ "extends": "airbnb",
+ "parser": "babel-eslint",
+ "rules": {
+ "jsx-a11y/label-has-for": 0,
+ "jsx-a11y/no-noninteractive-tabindex": 0
+ },
+ "env": {
+ "browser": true,
+ "node": true,
+ "jest": true
+ },
+}
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 404f0e9..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,29 +0,0 @@
-module.exports = {
- "parser": "babel-eslint",
- "extends": "standard",
- "plugins": [
- "standard",
- "promise",
- "react",
- "html"
- ],
- "rules": {
- "no-multi-spaces": "off",
- "key-spacing": ["error", {
- "align": {
- "beforeColon": true,
- "afterColon": true,
- "on": "colon"
- }
- }],
- "semi": [
- "error", "always"
- ],
- "no-return-assign": "off",
- "react/jsx-uses-react": "error",
- "react/jsx-uses-vars": "error",
- },
- "env": {
- "browser": true
- }
-};
diff --git a/css/main.css b/css/main.css
deleted file mode 100644
index ac2a4bd..0000000
--- a/css/main.css
+++ /dev/null
@@ -1,2944 +0,0 @@
-.avatar {
- vertical-align: middle;
-}
-.avatar_round {
- border-radius: 50%;
-}
-.button {
- border: 0;
- box-sizing: border-box;
- color: #fff;
- cursor: pointer;
- display: inline-block;
- margin: 0;
- overflow: hidden;
- padding-bottom: 0;
- padding-top: 0;
- -webkit-text-decoration-skip: objects;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- text-align: center;
- /* .button width */
- /* .button height */
- /* .button rounded */
- /* .button bg */
- /* .button disabled */
- /* .button loading */
-}
-.button *,
-.button *::before,
-.button *::after {
- box-sizing: inherit;
-}
-.button:hover,
-.button:focus {
- color: #fff;
-}
-.button:active,
-.button:focus {
- outline: none;
- -moz-outline-style: none;
-}
-.button::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-.button[type="button"]:-moz-focusring {
- outline: 0;
-}
-.button::-webkit-file-upload-button {
- -webkit-appearance: button;
- font: inherit;
-}
-.button:active {
- padding-top: 1px;
-}
-.button__icon {
- display: inline-block;
- height: 20px;
- position: relative;
- vertical-align: top;
- width: 20px;
-}
-.button_width_auto .button__icon,
-.button_width_full .button__icon {
- margin-right: 10px;
-}
-.button_height_medium .button__icon {
- margin-top: 10px;
-}
-.button_height_medium:disabled .button__icon {
- margin-top: 8px;
-}
-.button_height_large .button__icon {
- margin-top: 20px;
-}
-.button_height_large:disabled .button__icon {
- margin-top: 18px;
-}
-.button__icon::before {
- content: "";
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
-}
-.button_loading .button__icon::before {
- display: none;
-}
-.button__icon-facebook::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C0.5 0 0 0.5 0 1.1L0 18.9C0 19.5 0.5 20 1.1 20L10.7 20 10.7 12.3 8.1 12.3 8.1 9.2 10.7 9.2 10.7 7C10.7 4.4 12.3 3 14.6 3 15.7 3 16.6 3.1 16.9 3.1L16.9 5.8 15.3 5.8C14 5.8 13.8 6.4 13.8 7.3L13.8 9.2 16.8 9.2 16.4 12.3 13.8 12.3 13.8 20 18.9 20C19.5 20 20 19.5 20 18.9L20 1.1C20 0.5 19.5 0 18.9 0L1.1 0Z'/%3E%3C/svg%3E");
-}
-.button__icon-google-plus::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6L10 12 15.7 12C15.5 13.5 14 16.3 10 16.3 6.6 16.3 3.8 13.5 3.8 10 3.8 6.5 6.6 3.7 10 3.7 11.9 3.7 13.2 4.5 14 5.2L16.7 2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10 0 15.5 4.5 20 10 20 15.8 20 19.6 15.9 19.6 10.2 19.6 9.6 19.5 9.1 19.4 8.6L10 8.6 10 8.6Z'/%3E%3C/svg%3E");
-}
-.button__icon-twitter::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9C19.3 2.3 18.5 2.5 17.6 2.6 18.5 2.1 19.1 1.3 19.4 0.3 18.7 0.8 17.8 1.1 16.8 1.3 16.1 0.5 15 0 13.8 0 11.6 0 9.7 1.8 9.7 4.1 9.7 4.4 9.8 4.7 9.8 5 6.4 4.9 3.4 3.2 1.4 0.8 1 1.4 0.8 2.1 0.8 2.8 0.8 4.2 1.6 5.5 2.7 6.2 2 6.2 1.4 6 0.8 5.7L0.8 5.8C0.8 7.8 2.2 9.4 4.1 9.8 3.7 9.9 3.4 9.9 3 9.9 2.8 9.9 2.5 9.9 2.2 9.9 2.8 11.5 4.3 12.7 6.1 12.7 4.7 13.8 2.9 14.5 1 14.5 0.6 14.5 0.3 14.4 0 14.4 1.8 15.6 4 16.3 6.3 16.3 13.8 16.3 18 10 18 4.6 18 4.4 18 4.2 18 4 18.8 3.5 19.4 2.8 20 1.9L20 1.9Z'/%3E%3C/svg%3E");
-}
-.button__icon-pinterest::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10 0 14.2 2.6 17.9 6.4 19.3 6.3 18.5 6.2 17.3 6.4 16.4 6.6 15.7 7.6 11.5 7.6 11.5 7.6 11.5 7.3 10.9 7.3 10 7.3 8.6 8.1 7.6 9.1 7.6 9.9 7.6 10.3 8.2 10.3 9 10.3 9.8 9.8 11.1 9.5 12.3 9.3 13.3 10 14.1 11 14.1 12.8 14.1 14.1 12.2 14.1 9.5 14.1 7.1 12.4 5.5 10 5.5 7.1 5.5 5.4 7.6 5.4 9.8 5.4 10.7 5.8 11.6 6.2 12.1 6.3 12.2 6.3 12.3 6.3 12.4 6.2 12.7 6 13.4 6 13.5 5.9 13.7 5.8 13.7 5.6 13.6 4.4 13.1 3.6 11.2 3.6 9.8 3.6 6.6 5.9 3.7 10.2 3.7 13.7 3.7 16.4 6.2 16.4 9.5 16.4 12.9 14.2 15.7 11.2 15.7 10.2 15.7 9.2 15.2 8.9 14.6L8.3 16.9C8.1 17.8 7.4 18.9 7 19.6 8 19.8 9 20 10 20 15.5 20 20 15.5 20 10 20 4.5 15.5 0 10 0L10 0Z'/%3E%3C/svg%3E");
-}
-.button__icon-vk::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7C11.5 11.7 11.7 11.3 11.7 10.9 11.7 9.3 12.3 8.4 13.4 9.6 14.6 10.8 14.9 11.7 16.4 11.7L19.1 11.7C19.7 11.7 20 11.4 20 11.1 20 10.4 18.8 9.1 17.8 8.2 16.4 6.9 16.4 6.8 17.6 5.3 19.1 3.3 21 0.8 19.3 0.8L16 0.8C15.3 0.8 15.3 1.2 15 1.7 14.2 3.7 12.6 6.2 12 5.8 11.4 5.4 11.7 3.8 11.8 1.5 11.8 0.8 11.8 0.4 10.8 0.2 10.3 0.1 9.8 0 9.3 0 7.4 0 6.1 0.8 6.8 0.9 8.1 1.2 8 4 7.7 5.2 7.2 7.4 5.2 3.5 4.4 1.6 4.1 1.2 4.1 0.8 3.4 0.8L0.7 0.8C0.2 0.8 0 1 0 1.3 0 1.8 2.5 6.9 4.8 9.4 7.1 11.9 9.4 11.7 11 11.7L11 11.7Z'/%3E%3C/svg%3E");
-}
-.button_width_square {
- color: rgba(0, 0, 0, 0);
-}
-.button_width_square.button_height_medium {
- font-size: 0;
- width: 40px;
-}
-.button_width_square.button_height_large {
- font-size: 0;
- width: 60px;
-}
-.button_width_auto {
- width: auto;
-}
-.button_width_full {
- width: 100%;
-}
-.button_height_medium {
- font-size: 14px;
- height: 40px;
- line-height: 40px;
-}
-.button_height_medium.button_width_auto,
-.button_height_medium.button_width_full {
- padding-left: 20px;
- padding-right: 20px;
-}
-.button_height_medium.button_width_auto:disabled,
-.button_height_medium.button_width_full:disabled {
- line-height: 36px;
- padding-left: 18px;
- padding-right: 18px;
-}
-.button_height_medium.button_width_auto.button_loading,
-.button_height_medium.button_width_full.button_loading {
- line-height: 0;
-}
-.button_height_large {
- font-size: 16px;
- height: 60px;
- line-height: 60px;
-}
-.button_height_large.button_width_auto,
-.button_height_large.button_width_full {
- padding-left: 30px;
- padding-right: 30px;
-}
-.button_height_large.button_width_auto:disabled,
-.button_height_large.button_width_full:disabled {
- line-height: 56px;
- padding-left: 28px;
- padding-right: 28px;
-}
-.button_height_large.button_width_auto.button_loading,
-.button_height_large.button_width_full.button_loading {
- line-height: 0;
-}
-.button_rounded_all {
- border-radius: 3px;
-}
-.button_rounded_bottom {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-.button_bg_1 {
- background: linear-gradient(to bottom, #f4511e 0%, #d84315 100%);
-}
-.button_bg_1:hover,
-.button_bg_1:focus {
- background: linear-gradient(to bottom, #d84315 0%, #bf360c 100%);
-}
-.button_bg_1:active {
- background: linear-gradient(to bottom, #9c2500 0%, #bf360c 100%);
-}
-.button_bg_2 {
- background: linear-gradient(to bottom, #42a5f5 0%, #2196f3 100%);
-}
-.button_bg_2:hover,
-.button_bg_2:focus {
- background: linear-gradient(to bottom, #2196f3 0%, #1976d2 100%);
-}
-.button_bg_2:active {
- background: linear-gradient(to bottom, #0d47a1 0%, #1976d2 100%);
-}
-.button_bg_3 {
- background: linear-gradient(to bottom, #90a4ae 0%, #78909c 100%);
-}
-.button_bg_3:hover,
-.button_bg_3:focus {
- background: linear-gradient(to bottom, #78909c 0%, #546e7a 100%);
-}
-.button_bg_3:active {
- background: linear-gradient(to bottom, #455a64 0%, #546e7a 100%);
-}
-.button_bg_facebook {
- background: linear-gradient(to bottom, #4f69a3 0%, #415b93 100%);
-}
-.button_bg_facebook:hover,
-.button_bg_facebook:focus {
- background: linear-gradient(to bottom, #415b93 0%, #324d89 100%);
-}
-.button_bg_facebook:active {
- background: linear-gradient(to bottom, #24407d 0%, #324d89 100%);
-}
-.button_bg_google-plus {
- background: linear-gradient(to bottom, #db4937 0%, #c43a2e 100%);
-}
-.button_bg_google-plus:hover,
-.button_bg_google-plus:focus {
- background: linear-gradient(to bottom, #c43a2e 0%, #ba2b1f 100%);
-}
-.button_bg_google-plus:active {
- background: linear-gradient(to bottom, #a91e13 0%, #ba2b1f 100%);
-}
-.button_bg_twitter {
- background: linear-gradient(to bottom, #56acee 0%, #4f9fdb 100%);
-}
-.button_bg_twitter:hover,
-.button_bg_twitter:focus {
- background: linear-gradient(to bottom, #4f9fdb 0%, #3a8ece 100%);
-}
-.button_bg_twitter:active {
- background: linear-gradient(to bottom, #227abe 0%, #3a8ece 100%);
-}
-.button_bg_pinterest {
- background: linear-gradient(to bottom, #e3262d 0%, #cb2026 100%);
-}
-.button_bg_pinterest:hover,
-.button_bg_pinterest:focus {
- background: linear-gradient(to bottom, #cb2026 0%, #b70f15 100%);
-}
-.button_bg_pinterest:active {
- background: linear-gradient(to bottom, #9f0006 0%, #b70f15 100%);
-}
-.button_bg_vk {
- background: linear-gradient(to bottom, #5b7fa6 0%, #346184 100%);
-}
-.button_bg_vk:hover,
-.button_bg_vk:focus {
- background: linear-gradient(to bottom, #346184 0%, #1d4b6e 100%);
-}
-.button_bg_vk:active {
- background: linear-gradient(to bottom, #113b5a 0%, #1d4b6e 100%);
-}
-.button:disabled {
- background: rgba(0, 0, 0, 0);
- border: 2px solid #b0bec5;
- cursor: not-allowed;
-}
-.button:disabled:not(.button_width_square) {
- color: #b0bec5;
-}
-.button:disabled .button__icon-facebook::before {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C0.5 0 0 0.5 0 1.1L0 18.9C0 19.5 0.5 20 1.1 20L10.7 20 10.7 12.3 8.1 12.3 8.1 9.2 10.7 9.2 10.7 7C10.7 4.4 12.3 3 14.6 3 15.7 3 16.6 3.1 16.9 3.1L16.9 5.8 15.3 5.8C14 5.8 13.8 6.4 13.8 7.3L13.8 9.2 16.8 9.2 16.4 12.3 13.8 12.3 13.8 20 18.9 20C19.5 20 20 19.5 20 18.9L20 1.1C20 0.5 19.5 0 18.9 0L1.1 0Z'/%3E%3C/svg%3E");
-}
-.button_loading {
- font-size: 0;
- vertical-align: middle;
-}
-.tm-quark-checkbox {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- box-sizing: border-box;
- cursor: default;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-.tm-quark-checkbox *,
-.tm-quark-checkbox *::before,
-.tm-quark-checkbox *::after {
- box-sizing: inherit;
-}
-.tm-quark-checkbox:focus {
- outline: none;
-}
-.tm-quark-checkbox__icon {
- background-color: transparent;
- border: 2px solid;
- border-radius: 3px;
- color: #cfd8dc;
- height: 20px;
- min-height: 20px;
- min-width: 20px;
- width: 20px;
-}
-.tm-quark-checkbox__label {
- padding-left: 10px;
-}
-.tm-quark-checkbox__input {
- display: none;
-}
-.tm-quark-checkbox__input:checked + .tm-quark-checkbox__icon {
- background-color: #1ab744;
- color: #1ab744;
-}
-.tm-quark-checkbox__input:checked + .tm-quark-checkbox__icon::before {
- border-bottom: 2px solid;
- border-right: 2px solid;
- color: #fff;
- content: "";
- display: block;
- height: 14px;
- margin-left: 3px;
- margin-right: 3px;
- margin-top: -1px;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- width: 10px;
-}
-.tm-quark-checkbox__input:checked ~ .tm-quark-checkbox__label {
- color: #1ab744;
- font-weight: 700;
-}
-.tm-quark-checkbox__input:disabled + .tm-quark-checkbox__icon,
-.tm-quark-checkbox__input:disabled ~ .tm-quark-checkbox__label {
- cursor: not-allowed;
-}
-.tm-quark-checkbox__input:disabled + .tm-quark-checkbox__icon {
- background-color: transparent;
- border-color: #eceff1;
-}
-.tm-quark-checkbox__input:disabled:checked + .tm-quark-checkbox__icon {
- border-color: #cfd8dc;
- background-color: #cfd8dc;
-}
-.tm-quark-checkbox__input:disabled ~ .tm-quark-checkbox__label {
- color: #cfd8dc;
-}
-.tm-quark-checkbox__input:not(:disabled) + .tm-quark-checkbox__icon,
-.tm-quark-checkbox__input:not(:disabled) ~ .tm-quark-checkbox__label {
- cursor: pointer;
-}
-.tm-quark-checkbox:hover .tm-quark-checkbox__input:not(:disabled) + .tm-quark-checkbox__icon,
-.tm-quark-checkbox:active .tm-quark-checkbox__input:not(:disabled) + .tm-quark-checkbox__icon {
- color: #1ab744;
-}
-.tm-quark-checkbox:hover .tm-quark-checkbox__input:not(:disabled) ~ .tm-quark-checkbox__label,
-.tm-quark-checkbox:active .tm-quark-checkbox__input:not(:disabled) ~ .tm-quark-checkbox__label {
- color: #1ab744;
-}
-.tm-quark-checkbox:active .tm-quark-checkbox__input:not(:disabled) + .tm-quark-checkbox__icon {
- background-color: #1ab744;
- -webkit-transform: scale(0.8) translateY(1px);
- transform: scale(0.8) translateY(1px);
-}
-.tm-quark-checkbox:active .tm-quark-checkbox__input:not(:disabled) + .tm-quark-checkbox__icon::before {
- color: transparent;
-}
-.tm-quark-checkbox:active .tm-quark-checkbox__input:not(:disabled) ~ .tm-quark-checkbox__label {
- -webkit-transform: translateY(1px);
- transform: translateY(1px);
-}
-.tm-quark-dropdown {
- -webkit-box-align: stretch;
- -ms-flex-align: stretch;
- align-items: stretch;
- box-sizing: border-box;
- font-size: 14px;
- line-height: 1;
- position: relative;
- text-align: left;
-}
-.tm-quark-dropdown *,
-.tm-quark-dropdown *::before,
-.tm-quark-dropdown *::after {
- box-sizing: border-box;
-}
-.tm-quark-dropdown:focus {
- outline: none;
-}
-.tm-quark-dropdown_type_1 {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- background: linear-gradient(to bottom, #eceff1 0%, #dde3e6 100%);
- border-radius: 3px;
- box-shadow: inset 0 -1px 0 0 #cfd8dc;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- height: 40px;
- padding-left: 20px;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
-}
-.tm-quark-dropdown_type_1.tm-quark-dropdown_disabled::before {
- height: 40px;
- top: 0;
-}
-.tm-quark-dropdown_type_1.tm-quark-dropdown_open-position_top .tm-quark-dropdown__content {
- border-bottom-left-radius: 3px;
-}
-.tm-quark-dropdown_type_1.tm-quark-dropdown_open-position_bottom .tm-quark-dropdown__content {
- border-top-left-radius: 3px;
-}
-.tm-quark-dropdown_type_1 .tm-quark-dropdown__button {
- margin-left: auto;
-}
-.tm-quark-dropdown_type_2 {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-flow: column wrap;
- flex-flow: column wrap;
-}
-.tm-quark-dropdown_type_2.tm-quark-dropdown_disabled::before {
- height: 40px;
- bottom: 0;
-}
-.tm-quark-dropdown_type_3 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-flow: column wrap;
- flex-flow: column wrap;
-}
-.tm-quark-dropdown_type_3.tm-quark-dropdown_disabled::before {
- height: 60px;
- top: 0;
-}
-.tm-quark-dropdown_type_4 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
-}
-.tm-quark-dropdown_type_4.tm-quark-dropdown_disabled::before {
- height: 100%;
- top: 0;
-}
-.tm-quark-dropdown_type_5 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
-}
-.tm-quark-dropdown_type_5 .tm-quark-dropdown__content {
- border-radius: 3px;
- padding-top: 10px;
-}
-.tm-quark-dropdown_type_5 .tm-quark-dropdown__content::before {
- background-color: #546e7a;
- content: "";
- position: absolute;
- left: 50%;
- width: 16px;
- height: 16px;
- -webkit-transform: rotate(45deg) translateX(-50%);
- transform: rotate(45deg) translateX(-50%);
- z-index: -1;
-}
-.tm-quark-dropdown_open-position_top .tm-quark-dropdown_type_5 .tm-quark-dropdown__content::before {
- bottom: -8px;
- border-bottom-right-radius: 3px;
-}
-.tm-quark-dropdown_open-position_bottom .tm-quark-dropdown_type_5 .tm-quark-dropdown__content::before {
- border-top-left-radius: 3px;
- top: 8px;
-}
-.tm-quark-dropdown_type_6 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
-}
-.tm-quark-dropdown_type_6.tm-quark-dropdown_open-position_top .tm-quark-dropdown__content {
- border-bottom-left-radius: 3px;
-}
-.tm-quark-dropdown_type_6.tm-quark-dropdown_open-position_bottom .tm-quark-dropdown__content {
- border-top-left-radius: 3px;
-}
-.tm-quark-dropdown_type_7 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
-}
-.tm-quark-dropdown_disabled {
- background: transparent;
- box-shadow: none;
- pointer-events: none;
- overflow: hidden;
- opacity: .5;
-}
-.tm-quark-dropdown_disabled::before {
- border: 1px solid #cfd8dc;
- border-radius: 3px;
- content: "";
- left: 1px;
- position: absolute;
- right: 1px;
- z-index: 1;
-}
-.tm-quark-dropdown__label {
- color: #90a4ae;
- cursor: default;
- padding-right: 20px;
- white-space: nowrap;
-}
-.tm-quark-dropdown__label_disabled {
- color: #cfd8dc;
-}
-.tm-quark-dropdown__label_size_small {
- line-height: 1;
- font-size: 11px;
-}
-.tm-quark-dropdown__label_size_medium {
- line-height: 40px;
-}
-.tm-quark-dropdown__button {
- background: linear-gradient(to bottom, #eceff1 0%, #dde3e6 100%);
- border-radius: 3px;
- box-shadow: inset 0 -1px 0 0 #cfd8dc;
- cursor: pointer;
- color: #243238;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: stretch;
- -ms-flex-align: stretch;
- align-items: stretch;
- line-height: 20px;
- text-align: left;
- overflow: hidden;
-}
-.tm-quark-dropdown__button_size_medium {
- padding: 10px 20px;
-}
-.tm-quark-dropdown__button_size_medium:active {
- padding: 11px 20px 9px;
-}
-.tm-quark-dropdown__button_size_large {
- padding: 20px 20px;
-}
-.tm-quark-dropdown__button_size_large:active {
- padding: 21px 20px 19px;
-}
-.tm-quark-dropdown__button_disabled {
- background: transparent;
- color: #cfd8dc;
-}
-.tm-quark-dropdown__button-inner {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- width: 100%;
-}
-.tm-quark-dropdown__button-arrow {
- border-bottom: 2px solid;
- border-right: 2px solid;
- content: "";
- width: 7px;
- height: 7px;
- margin-left: auto;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
- transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
- transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-}
-.tm-quark-dropdown__button .tm-quark-dropdown__label {
- cursor: pointer;
- margin-bottom: 5px;
- margin-top: -8px;
- width: 100%;
-}
-.tm-quark-dropdown__button:hover,
-.tm-quark-dropdown__button:focus,
-.tm-quark-dropdown__button:active,
-.tm-quark-dropdown__button_open {
- color: #fff;
-}
-.tm-quark-dropdown__button:hover,
-.tm-quark-dropdown__button:focus {
- background: linear-gradient(to bottom, #78909c 0%, #546e7a 100%);
- box-shadow: inset 0 -1px 0 0 #546e7a;
-}
-.tm-quark-dropdown__button:focus {
- outline: none;
-}
-.tm-quark-dropdown__button:active {
- background: linear-gradient(to bottom, #455a64 0%, #546e7a 100%);
- box-shadow: inset 0 -1px 0 0 #546e7a;
-}
-.tm-quark-dropdown__button_open {
- background: #546e7a;
- box-shadow: none;
-}
-.tm-quark-dropdown_open-position_bottom .tm-quark-dropdown__button_open {
- border-radius: 3px 3px 0 0;
-}
-.tm-quark-dropdown_open-position_top .tm-quark-dropdown__button_open {
- border-radius: 0 0 3px 3px ;
-}
-.tm-quark-dropdown__button_open .tm-quark-dropdown__button-arrow {
- -webkit-transform: rotate(-135deg);
- transform: rotate(-135deg);
-}
-.tm-quark-dropdown__button-content {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-right: 10px;
- width: calc(100% - 10px);
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
-}
-.tm-quark-dropdown__label ~ .tm-quark-dropdown__button-content {
- margin-bottom: -8px;
-}
-.tm-quark-dropdown__button-label-content {
- overflow: hidden;
- text-overflow: ellipsis;
-}
-.tm-quark-dropdown__icon_size_medium {
- height: 20px;
- margin-right: 10px;
- min-width: 20px;
- width: 20px;
-}
-.tm-quark-dropdown__icon_size_large {
- height: 30px;
- margin-right: 20px;
- min-width: 30px;
- width: 30px;
-}
-.tm-quark-dropdown__icon_type_radio {
- -ms-flex-item-align: start;
- align-self: flex-start;
- border-radius: 50%;
- border: 2px solid #78909c;
-}
-.tm-quark-dropdown__option:hover .tm-quark-dropdown__icon_type_radio {
- border-color: #fff;
-}
-.tm-quark-dropdown__option:active .tm-quark-dropdown__icon_type_radio,
-.tm-quark-dropdown__option_selected .tm-quark-dropdown__icon_type_radio {
- border-color: transparent;
- background-color: #fff;
-}
-.tm-quark-dropdown__content {
- box-shadow: 0 5px 10px 0 rgba(36, 50, 56, 0.2);
- overflow: hidden;
- position: absolute;
- left: 0;
- -webkit-transform: scale(0);
- transform: scale(0);
- width: 100%;
- z-index: 1;
-}
-.tm-quark-dropdown_open-position_top .tm-quark-dropdown__content {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- box-shadow: 0 -5px 10px 0 rgba(36, 50, 56, 0.2);
- bottom: 100%;
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
-}
-.tm-quark-dropdown_open-position_bottom .tm-quark-dropdown__content {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- box-shadow: 0 5px 10px 0 rgba(36, 50, 56, 0.2);
- top: 100%;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
-}
-.tm-quark-dropdown__content_animate_show {
- -webkit-animation: TMQuarkDropdownOpenContent 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkDropdownOpenContent 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkDropdownOpenContent {
- from {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- }
- to {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- }
-}
-@keyframes TMQuarkDropdownOpenContent {
- from {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- }
- to {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- }
-}
-.tm-quark-dropdown__content_animate_hide {
- -webkit-animation: TMQuarkDropdownCloseContent 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkDropdownCloseContent 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkDropdownCloseContent {
- from {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- }
- to {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- }
-}
-@keyframes TMQuarkDropdownCloseContent {
- from {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- }
- to {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- }
-}
-.tm-quark-dropdown__filter-box {
- background-color: #546e7a;
- padding: 20px;
-}
-.tm-quark-dropdown__filter-input {
- background-color: #eceff1;
- box-shadow: inset 0 1px 0 #cfd8dc;
- border: 0;
- border-radius: 3px;
- color: #243238;
- display: block;
- font-size: 14px;
- height: 40px;
- line-height: 20px;
- padding: 0 20px;
- width: 100%;
- -webkit-appearance: none;
-}
-.tm-quark-dropdown__filter-input::-webkit-input-placeholder {
- color: #90a4ae;
-}
-.tm-quark-dropdown__filter-input:-ms-input-placeholder {
- color: #90a4ae;
-}
-.tm-quark-dropdown__filter-input::placeholder {
- color: #90a4ae;
-}
-.tm-quark-dropdown__filter-input:focus {
- border: 1px solid #90caf9;
- box-shadow: none;
- outline: none;
- -webkit-appearance: none;
-}
-.tm-quark-dropdown__filter-input:focus::-webkit-input-placeholder {
- color: #bbdefb;
-}
-.tm-quark-dropdown__filter-input:focus:-ms-input-placeholder {
- color: #bbdefb;
-}
-.tm-quark-dropdown__filter-input:focus::placeholder {
- color: #bbdefb;
-}
-.tm-quark-dropdown__options {
- background-color: #546e7a;
- list-style: none;
- padding: 0;
- margin: 0;
-}
-.tm-quark-dropdown__option {
- background-color: #546e7a;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-top: 1px solid #455a64;
- color: #fff;
- cursor: pointer;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- line-height: 20px;
-}
-.tm-quark-dropdown__option:first-child {
- border-top-color: transparent;
-}
-.tm-quark-dropdown__filter-box + .tm-quark-dropdown__options .tm-quark-dropdown__option:first-child {
- border-top-color: #455a64;
-}
-.tm-quark-dropdown__filter-box + .tm-quark-dropdown__options .tm-quark-dropdown__option:first-child:hover {
- border-top-color: #2196f3;
-}
-.tm-quark-dropdown__filter-box + .tm-quark-dropdown__options .tm-quark-dropdown__option:first-child:focus {
- border-top-color: #2196f3;
-}
-.tm-quark-dropdown__filter-box + .tm-quark-dropdown__options .tm-quark-dropdown__option:first-child:active,
-.tm-quark-dropdown__filter-box + .tm-quark-dropdown__options .tm-quark-dropdown__option:first-child.tm-quark-dropdown__option_selected {
- border-top-color: #1976d2;
-}
-.tm-quark-dropdown__option_disabled {
- color: #78909c;
- opacity: .5;
- pointer-events: none;
-}
-.tm-quark-dropdown__option_type_no-filter-results {
- pointer-events: none;
-}
-.tm-quark-dropdown__option_size_medium {
- padding: 10px 20px;
-}
-.tm-quark-dropdown__option_size_medium:active {
- padding: 11px 20px 9px;
-}
-.tm-quark-dropdown__option_size_large {
- padding: 20px;
-}
-.tm-quark-dropdown__option_size_large:active {
- padding: 21px 20px 19px;
-}
-.tm-quark-dropdown__option:hover {
- background-color: #2196f3;
- border-color: #2196f3;
-}
-.tm-quark-dropdown__option:hover + .tm-quark-dropdown__option {
- border-top-color: #2196f3;
-}
-.tm-quark-dropdown__option:focus {
- outline: none;
- background-color: #2196f3;
- border-color: #2196f3;
-}
-.tm-quark-dropdown__option:focus + .tm-quark-dropdown__option {
- border-top-color: #2196f3;
-}
-.tm-quark-dropdown__option:active,
-.tm-quark-dropdown__option_selected {
- background-color: #1976d2;
- border-color: #1976d2;
-}
-.tm-quark-dropdown__option:active + .tm-quark-dropdown__option,
-.tm-quark-dropdown__option_selected + .tm-quark-dropdown__option {
- border-top-color: #1976d2;
-}
-.tm-quark-notification {
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- color: #fff;
- padding-left: 20px;
- padding-right: 20px;
-}
-.tm-quark-notification *,
-.tm-quark-notification *::before,
-.tm-quark-notification *::after {
- box-sizing: inherit;
-}
-.tm-quark-notification_position_absolute {
- position: absolute;
-}
-.tm-quark-notification_position_fixed {
- position: fixed;
-}
-.tm-quark-notification_position_relative {
- position: relative;
-}
-.tm-quark-notification_placement_left,
-.tm-quark-notification_placement_right,
-.tm-quark-notification_placement_top,
-.tm-quark-notification_placement_bottom {
- border-radius: 3px;
-}
-.tm-quark-notification_placement_left,
-.tm-quark-notification_placement_right {
- top: 50%;
-}
-.tm-quark-notification_placement_top,
-.tm-quark-notification_placement_bottom {
- left: 50%;
-}
-.tm-quark-notification_placement_left {
- left: 0;
-}
-.tm-quark-notification_placement_left.tm-quark-notification_visible {
- -webkit-animation: TMQuarkNotificationShowToLeft 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationShowToLeft 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationShowToLeft {
- from {
- margin-left: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(0.8);
- transform: translateY(-50%) translateX(-100%) scale(0.8);
- }
- to {
- margin-left: -20px;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(1);
- transform: translateY(-50%) translateX(-100%) scale(1);
- opacity: 1;
- }
-}
-@keyframes TMQuarkNotificationShowToLeft {
- from {
- margin-left: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(0.8);
- transform: translateY(-50%) translateX(-100%) scale(0.8);
- }
- to {
- margin-left: -20px;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(1);
- transform: translateY(-50%) translateX(-100%) scale(1);
- opacity: 1;
- }
-}
-.tm-quark-notification_placement_left.tm-quark-notification_hidden {
- -webkit-animation: TMQuarkNotificationHideFromLeft 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationHideFromLeft 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationHideFromLeft {
- from {
- margin-left: -20px;
- opacity: 1;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(1);
- transform: translateY(-50%) translateX(-100%) scale(1);
- }
- to {
- margin-left: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(0.8);
- transform: translateY(-50%) translateX(-100%) scale(0.8);
- }
-}
-@keyframes TMQuarkNotificationHideFromLeft {
- from {
- margin-left: -20px;
- opacity: 1;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(1);
- transform: translateY(-50%) translateX(-100%) scale(1);
- }
- to {
- margin-left: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(-100%) scale(0.8);
- transform: translateY(-50%) translateX(-100%) scale(0.8);
- }
-}
-.tm-quark-notification_placement_top {
- top: 0;
-}
-.tm-quark-notification_placement_top.tm-quark-notification_visible {
- -webkit-animation: TMQuarkNotificationShowToTop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationShowToTop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationShowToTop {
- from {
- margin-top: -60px;
- opacity: 0;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(0.8);
- transform: translateY(-100%) translateX(-50%) scale(0.8);
- }
- to {
- margin-top: -20px;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(1);
- transform: translateY(-100%) translateX(-50%) scale(1);
- opacity: 1;
- }
-}
-@keyframes TMQuarkNotificationShowToTop {
- from {
- margin-top: -60px;
- opacity: 0;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(0.8);
- transform: translateY(-100%) translateX(-50%) scale(0.8);
- }
- to {
- margin-top: -20px;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(1);
- transform: translateY(-100%) translateX(-50%) scale(1);
- opacity: 1;
- }
-}
-.tm-quark-notification_placement_top.tm-quark-notification_hidden {
- -webkit-animation: TMQuarkNotificationHideFromTop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationHideFromTop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationHideFromTop {
- from {
- margin-top: -20px;
- opacity: 1;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(1);
- transform: translateY(-100%) translateX(-50%) scale(1);
- }
- to {
- margin-top: -60px;
- opacity: 0;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(0.8);
- transform: translateY(-100%) translateX(-50%) scale(0.8);
- }
-}
-@keyframes TMQuarkNotificationHideFromTop {
- from {
- margin-top: -20px;
- opacity: 1;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(1);
- transform: translateY(-100%) translateX(-50%) scale(1);
- }
- to {
- margin-top: -60px;
- opacity: 0;
- -webkit-transform: translateY(-100%) translateX(-50%) scale(0.8);
- transform: translateY(-100%) translateX(-50%) scale(0.8);
- }
-}
-.tm-quark-notification_placement_bottom {
- bottom: 0;
-}
-.tm-quark-notification_placement_bottom.tm-quark-notification_visible {
- -webkit-animation: TMQuarkNotificationShowToBottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationShowToBottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationShowToBottom {
- from {
- margin-bottom: -60px;
- opacity: 0;
- -webkit-transform: translateY(100%) translateX(-50%) scale(0.8);
- transform: translateY(100%) translateX(-50%) scale(0.8);
- }
- to {
- margin-bottom: -20px;
- -webkit-transform: translateY(100%) translateX(-50%) scale(1);
- transform: translateY(100%) translateX(-50%) scale(1);
- opacity: 1;
- }
-}
-@keyframes TMQuarkNotificationShowToBottom {
- from {
- margin-bottom: -60px;
- opacity: 0;
- -webkit-transform: translateY(100%) translateX(-50%) scale(0.8);
- transform: translateY(100%) translateX(-50%) scale(0.8);
- }
- to {
- margin-bottom: -20px;
- -webkit-transform: translateY(100%) translateX(-50%) scale(1);
- transform: translateY(100%) translateX(-50%) scale(1);
- opacity: 1;
- }
-}
-.tm-quark-notification_placement_bottom.tm-quark-notification_hidden {
- -webkit-animation: TMQuarkNotificationHideFromBottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationHideFromBottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationHideFromBottom {
- from {
- margin-bottom: -20px;
- opacity: 1;
- -webkit-transform: translateY(100%) translateX(-50%) scale(1);
- transform: translateY(100%) translateX(-50%) scale(1);
- }
- to {
- margin-bottom: -60px;
- opacity: 0;
- -webkit-transform: translateY(100%) translateX(-50%) scale(0.8);
- transform: translateY(100%) translateX(-50%) scale(0.8);
- }
-}
-@keyframes TMQuarkNotificationHideFromBottom {
- from {
- margin-bottom: -20px;
- opacity: 1;
- -webkit-transform: translateY(100%) translateX(-50%) scale(1);
- transform: translateY(100%) translateX(-50%) scale(1);
- }
- to {
- margin-bottom: -60px;
- opacity: 0;
- -webkit-transform: translateY(100%) translateX(-50%) scale(0.8);
- transform: translateY(100%) translateX(-50%) scale(0.8);
- }
-}
-.tm-quark-notification_placement_right {
- right: 0;
-}
-.tm-quark-notification_placement_right.tm-quark-notification_visible {
- -webkit-animation: TMQuarkNotificationShowToRight 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationShowToRight 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationShowToRight {
- from {
- margin-right: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(100%) scale(0.8);
- transform: translateY(-50%) translateX(100%) scale(0.8);
- }
- to {
- margin-right: -20px;
- -webkit-transform: translateY(-50%) translateX(100%) scale(1);
- transform: translateY(-50%) translateX(100%) scale(1);
- opacity: 1;
- }
-}
-@keyframes TMQuarkNotificationShowToRight {
- from {
- margin-right: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(100%) scale(0.8);
- transform: translateY(-50%) translateX(100%) scale(0.8);
- }
- to {
- margin-right: -20px;
- -webkit-transform: translateY(-50%) translateX(100%) scale(1);
- transform: translateY(-50%) translateX(100%) scale(1);
- opacity: 1;
- }
-}
-.tm-quark-notification_placement_right.tm-quark-notification_hidden {
- -webkit-animation: TMQuarkNotificationHideFromRight 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
- animation: TMQuarkNotificationHideFromRight 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
-}
-@-webkit-keyframes TMQuarkNotificationHideFromRight {
- from {
- margin-right: -20px;
- -webkit-transform: translateY(-50%) translateX(100%) scale(1);
- transform: translateY(-50%) translateX(100%) scale(1);
- opacity: 1;
- }
- to {
- margin-right: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(100%) scale(0.8);
- transform: translateY(-50%) translateX(100%) scale(0.8);
- }
-}
-@keyframes TMQuarkNotificationHideFromRight {
- from {
- margin-right: -20px;
- -webkit-transform: translateY(-50%) translateX(100%) scale(1);
- transform: translateY(-50%) translateX(100%) scale(1);
- opacity: 1;
- }
- to {
- margin-right: -60px;
- opacity: 0;
- -webkit-transform: translateY(-50%) translateX(100%) scale(0.8);
- transform: translateY(-50%) translateX(100%) scale(0.8);
- }
-}
-.tm-quark-notification_height_fixed-small {
- font-size: 13px;
- line-height: 20px;
- height: 40px;
- padding-top: 10px;
- padding-bottom: 10px;
-}
-.tm-quark-notification_height_fixed-medium {
- height: 60px;
-}
-.tm-quark-notification_height_auto {
- padding-bottom: 20px;
- padding-top: 20px;
-}
-.tm-quark-notification_type_default {
- color: #546e7a;
- background-color: #546e7a;
- box-shadow: 0 5px 10px 0 rgba(36, 35, 56, 0.2);
-}
-.tm-quark-notification_type_success {
- color: #1ab744;
- background-color: #1ab744;
- box-shadow: 0 5px 10px 0 rgba(0, 96, 35, 0.2);
-}
-.tm-quark-notification_type_error {
- color: #d84315;
- background-color: #d84315;
- box-shadow: 0 5px 10px 0 rgba(191, 54, 12, 0.2);
-}
-.tm-quark-notification_type_warning {
- background-color: #ff8f00;
- box-shadow: 0 5px 10px 0 rgba(255, 111, 0, 0.2);
-}
-.tm-quark-notification_arrow-placement_left::before,
-.tm-quark-notification_arrow-placement_top::before,
-.tm-quark-notification_arrow-placement_bottom::before,
-.tm-quark-notification_arrow-placement_right::before {
- border: 8px solid;
- border-radius: 3px;
- content: "";
- position: absolute;
-}
-.tm-quark-notification_arrow-placement_left::before,
-.tm-quark-notification_arrow-placement_right::before {
- top: 50%;
-}
-.tm-quark-notification_arrow-placement_top::before,
-.tm-quark-notification_arrow-placement_bottom::before {
- left: 50%;
-}
-.tm-quark-notification_arrow-placement_left::before {
- left: -6px;
- -webkit-transform: translateY(-50%) rotate(45deg);
- transform: translateY(-50%) rotate(45deg);
-}
-.tm-quark-notification_arrow-placement_top::before {
- -webkit-transform: translateX(-50%) rotate(45deg);
- transform: translateX(-50%) rotate(45deg);
- top: -6px;
-}
-.tm-quark-notification_arrow-placement_bottom::before {
- -webkit-transform: translateX(-50%) rotate(45deg);
- transform: translateX(-50%) rotate(45deg);
- bottom: -6px;
-}
-.tm-quark-notification_arrow-placement_right::before {
- right: -6px;
- -webkit-transform: translateY(-50%) rotate(45deg);
- transform: translateY(-50%) rotate(45deg);
-}
-.tm-quark-notification__content {
- color: #fff;
- position: relative;
- white-space: nowrap;
- width: 100%;
-}
-.tm-quark-field {
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: relative;
- width: 100%;
-}
-.tm-quark-field *,
-.tm-quark-field *::before,
-.tm-quark-field *::after {
- box-sizing: inherit;
-}
-.tm-quark-field_size_medium {
- height: 40px;
-}
-.tm-quark-field_size_large {
- height: 60px;
-}
-.tm-quark-field__input {
- background-color: #eceff1;
- border: 1px solid transparent;
- box-shadow: inset 0 1px 0 0 #cfd8dc;
- border-radius: 3px;
- color: #243238;
- margin: 0;
- padding-left: 19px;
- padding-right: 19px;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- overflow: visible;
- width: 100%;
-}
-.tm-quark-field__input[type="number"]::-webkit-inner-spin-button,
-.tm-quark-field__input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-.tm-quark-field__input[type="search"] {
- -webkit-appearance: textfield;
- outline-offset: -2px;
-}
-.tm-quark-field__input[type="search"]::-webkit-search-cancel-button,
-.tm-quark-field__input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-.tm-quark-field__input::-ms-clear {
- display: none;
-}
-.tm-quark-field__input::-ms-reveal {
- display: none;
-}
-.tm-quark-field__input::-webkit-outer-spin-button,
-.tm-quark-field__input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- margin: 0;
-}
-.tm-quark-field__input[type=number] {
- -moz-appearance: textfield;
- -webkit-appearance: textfield;
- appearance: textfield;
-}
-.tm-quark-field__input_with-icon {
- padding-left: 49px;
-}
-.tm-quark-field__input_size_medium {
- font-size: 14px;
- line-height: 20px;
- height: 40px;
- padding-top: 9px;
- padding-bottom: 9px;
-}
-.tm-quark-field__input_size_medium::-webkit-input-placeholder {
- color: #90a4ae;
-}
-.tm-quark-field__input_size_medium:-ms-input-placeholder {
- color: #90a4ae;
-}
-.tm-quark-field__input_size_medium::placeholder {
- color: #90a4ae;
-}
-.tm-quark-field__input_size_medium:focus::-webkit-input-placeholder {
- color: #bbdefb;
-}
-.tm-quark-field__input_size_medium:focus:-ms-input-placeholder {
- color: #bbdefb;
-}
-.tm-quark-field__input_size_medium:focus::placeholder {
- color: #bbdefb;
-}
-.tm-quark-field__input_size_medium:disabled::-webkit-input-placeholder {
- color: #cfd8dc;
-}
-.tm-quark-field__input_size_medium:disabled:-ms-input-placeholder {
- color: #cfd8dc;
-}
-.tm-quark-field__input_size_medium:disabled::placeholder {
- color: #cfd8dc;
-}
-.tm-quark-field__input_size_large {
- font-size: 16px;
- line-height: 24px;
- height: 60px;
- padding-top: 17px;
- padding-bottom: 17px;
-}
-.tm-quark-field__input_size_large::-webkit-input-placeholder {
- color: transparent;
- -webkit-user-select: none;
- user-select: none;
-}
-.tm-quark-field__input_size_large:-ms-input-placeholder {
- color: transparent;
- -ms-user-select: none;
- user-select: none;
-}
-.tm-quark-field__input_size_large::placeholder {
- color: transparent;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.tm-quark-field__input_size_large.tm-quark-field__input_filled.tm-quark-field__input_with-label {
- padding-top: 26px;
- padding-bottom: 10px;
-}
-.tm-quark-field__input_valid,
-.tm-quark-field__input_invalid {
- padding-right: 49px;
-}
-.tm-quark-field__input_valid {
- -webkit-animation: TMQuarkInputMarkValid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkInputMarkValid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
-}
-@-webkit-keyframes TMQuarkInputMarkValid {
- 25%,
- 75% {
- background-color: #ddf7e5;
- box-shadow: inset 0 1px 0 0 #a8e4bb;
- border-color: transparent;
- }
-}
-@keyframes TMQuarkInputMarkValid {
- 25%,
- 75% {
- background-color: #ddf7e5;
- box-shadow: inset 0 1px 0 0 #a8e4bb;
- border-color: transparent;
- }
-}
-.tm-quark-field__input_invalid {
- -webkit-animation: TMQuarkInputMarkInvalid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkInputMarkInvalid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
-}
-@-webkit-keyframes TMQuarkInputMarkInvalid {
- 25%,
- 75% {
- background-color: #fff8e1;
- box-shadow: inset 0 1px 0 0 #ffca28;
- border-color: transparent;
- }
-}
-@keyframes TMQuarkInputMarkInvalid {
- 25%,
- 75% {
- background-color: #fff8e1;
- box-shadow: inset 0 1px 0 0 #ffca28;
- border-color: transparent;
- }
-}
-.tm-quark-field__input:focus {
- background-color: #fff;
- border-color: #90caf9;
- box-shadow: none;
- outline: none;
-}
-.tm-quark-field__input:disabled {
- background-color: #fff;
- border-color: #eceff1;
- box-shadow: none;
- color: #cfd8dc;
- cursor: not-allowed;
-}
-.tm-quark-field__icon {
- height: 20px;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- width: 20px;
-}
-.tm-quark-field__icon::before {
- background-position: center;
- background-repeat: no-repeat;
- content: "";
- height: 100%;
- left: 50%;
- position: absolute;
- top: 50%;
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- width: 100%;
-}
-.tm-quark-field__icon_type_field-type {
- left: 20px;
-}
-.tm-quark-field__icon_type_validation-status {
- -webkit-animation: TMQuarkInputShowValidationStatusIcon 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkInputShowValidationStatusIcon 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
- display: none;
- right: 20px;
-}
-.tm-quark-field__input_valid ~ .tm-quark-field__icon_type_validation-status,
-.tm-quark-field__input_invalid ~ .tm-quark-field__icon_type_validation-status {
- display: block;
-}
-@-webkit-keyframes TMQuarkInputShowValidationStatusIcon {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
-}
-@keyframes TMQuarkInputShowValidationStatusIcon {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
-}
-.tm-quark-field__icon_type_field-type-toggle {
- right: 20px;
-}
-.tm-quark-field__input_valid ~ .tm-quark-field__icon_type_field-type-toggle,
-.tm-quark-field__input_invalid ~ .tm-quark-field__icon_type_field-type-toggle {
- right: 50px;
-}
-.tm-quark-field__icon_check::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_warning::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_search::before,
-.tm-quark-field__icon_maginifier::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_search::before,
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_maginifier::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_email::before,
-.tm-quark-field__icon_letter::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_email::before,
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_letter::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_password::before,
-.tm-quark-field__icon_key::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_password::before,
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_key::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_user::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-field__icon_user::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_eye::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__icon_eye:active::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__label {
- color: #90a4ae;
- font-size: 16px;
- line-height: 24px;
- left: 20px;
- pointer-events: none;
- position: absolute;
- top: 17px;
- transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
-}
-.tm-quark-field__input_with-icon + .tm-quark-field__label {
- left: 50px;
-}
-.tm-quark-field__input_empty:focus + .tm-quark-field__label {
- color: #bbdefb;
-}
-.tm-quark-field__input_filled + .tm-quark-field__label {
- font-size: 11px;
- line-height: 16px;
- color: #90a4ae;
- top: 10px;
-}
-.tm-quark-field__input:disabled + .tm-quark-field__label {
- color: #cfd8dc;
-}
-.loader {
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- /* .loadre modes */
- /* .loader__line */
-}
-.loader *,
-.loader *::before,
-.loader *::after {
- box-sizing: border-box;
-}
-.loader_width_full {
- width: 100%;
-}
-.loader_width_fixed {
- width: 120px;
-}
-.loader_height_medium {
- height: 4px;
-}
-.loader_height_large {
- height: 8px;
-}
-.loader .loader__line {
- -webkit-animation-name: loaderLineMove;
- animation-name: loaderLineMove;
- -webkit-animation-duration: 2s;
- animation-duration: 2s;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-fill-mode: forwards;
- animation-fill-mode: forwards;
- background-color: #2196f3;
- bottom: 0;
- position: absolute;
- top: 0;
-}
-.loader .loader__line:first-child {
- -webkit-animation-delay: .2s;
- animation-delay: .2s;
- left: 0;
- opacity: .25;
- width: 25%;
-}
-.loader .loader__line:nth-child(2) {
- -webkit-animation-delay: .1s;
- animation-delay: .1s;
- left: 0;
- opacity: .5;
- width: 25%;
-}
-.loader .loader__line:last-child {
- left: 12.5%;
- width: 12.5%;
-}
-@-webkit-keyframes loaderLineMove {
- 50% {
- left: 75%;
- }
-}
-@keyframes loaderLineMove {
- 50% {
- left: 75%;
- }
-}
-.popup {
- box-sizing: border-box;
- height: 100%;
- left: 0;
- position: fixed;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- top: 0;
- width: 100%;
- z-index: 9999;
- overflow: auto;
- line-height: 100vh;
- text-align: center;
-}
-.popup *,
-.popup *::before,
-.popup *::after {
- box-sizing: border-box;
-}
-.popup__bg {
- background-color: #243238;
- bottom: 0;
- left: 0;
- opacity: .95;
- position: fixed;
- right: 0;
- top: 0;
- z-index: 0;
-}
-.popup__content {
- -webkit-animation-duration: .3s;
- animation-duration: .3s;
- -webkit-animation-fill-mode: forwards;
- animation-fill-mode: forwards;
- -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
- animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
- border-radius: 3px;
- display: inline-block;
- position: relative;
- z-index: 1;
- line-height: 1;
- vertical-align: middle;
-}
-.popup__content_padding_none.dropdown__content_bg_transparent {
- padding: 40px;
-}
-.popup__content_padding_none.dropdown__content_bg_fill {
- padding: 0;
-}
-.popup__content_padding_medium {
- padding: 40px;
-}
-.popup__content_padding_large {
- padding: 80px;
-}
-.popup__content_bg_transparent {
- background-color: rgba(0, 0, 0, 0);
- color: #fff;
-}
-.popup__content_bg_fill {
- background-color: #fff;
-}
-.popup__content_bg_fill.popup__content_padding_none,
-.popup__content_bg_fill.popup__content_padding_medium {
- margin: 40px;
- max-width: calc(100% - 80px);
-}
-.popup__content_bg_fill.popup__content_padding_large {
- margin: 80px;
- max-width: calc(100% - 160px);
-}
-.popup__content_animate_show {
- -webkit-animation-name: showPopupContent;
- animation-name: showPopupContent;
-}
-.popup__content_animate_hide {
- -webkit-animation-name: hidePopupContent;
- animation-name: hidePopupContent;
-}
-@-webkit-keyframes showPopupContent {
- from {
- opacity: 0;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- to {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
-}
-@keyframes showPopupContent {
- from {
- opacity: 0;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- to {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
-}
-@-webkit-keyframes hidePopupContent {
- from {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- to {
- opacity: 0;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
-}
-@keyframes hidePopupContent {
- from {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- to {
- opacity: 0;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
-}
-.popup__close-btn {
- background: rgba(0, 0, 0, 0);
- width: 40px;
- height: 40px;
- cursor: pointer;
- position: absolute;
- -webkit-text-decoration-skip: objects;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- z-index: 2;
-}
-.popup__close-btn::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-.popup__close-btn_bg_fill {
- right: -20px;
- top: -20px;
-}
-.popup__close-btn_bg_transparent {
- left: 100%;
- top: 0;
-}
-.popup__close-cross {
- position: absolute;
- border-radius: 50%;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%) rotate(45deg);
- transform: translate(-50%, -50%) rotate(45deg);
- z-index: 2;
-}
-.popup__close-cross::before,
-.popup__close-cross::after {
- content: "";
- position: absolute;
- background-color: #fff;
-}
-.popup__close-cross_bg_fill {
- background-color: #b0bec5;
- height: 30px;
- width: 30px;
-}
-.popup__close-cross_bg_fill::before {
- width: 16px;
- height: 4px;
- left: 7px;
- top: 13px;
-}
-.popup__close-cross_bg_fill::after {
- width: 4px;
- height: 16px;
- left: 13px;
- top: 7px;
-}
-.popup__close-btn:hover .popup__close-cross_bg_fill,
-.popup__close-btn:focus .popup__close-cross_bg_fill {
- background-color: #d84315;
-}
-.popup__close-cross_bg_transparent {
- background-color: rgba(0, 0, 0, 0);
- width: 26px;
- height: 26px;
-}
-.popup__close-cross_bg_transparent::before,
-.popup__close-cross_bg_transparent::after {
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.popup__close-btn:hover .popup__close-cross_bg_transparent::before,
-.popup__close-btn:hover .popup__close-cross_bg_transparent::after,
-.popup__close-btn:focus .popup__close-cross_bg_transparent::before,
-.popup__close-btn:focus .popup__close-cross_bg_transparent::after {
- background-color: #d84315;
-}
-.popup__close-cross_bg_transparent::before {
- width: 100%;
- height: 3px;
-}
-.popup__close-cross_bg_transparent::after {
- width: 3px;
- height: 100%;
-}
-.popup__close-text {
- background-color: #546e7a;
- border-radius: 3px;
- color: #fff;
- font-size: 13px;
- height: 40px;
- line-height: 40px;
- opacity: 0;
- padding: 0 20px;
- position: absolute;
- transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
- transition-delay: .2s;
- transition-duration: .5s;
- transition-property: opacity, top, -webkit-transform;
- transition-property: opacity, top, transform;
- transition-property: opacity, top, transform, -webkit-transform;
- z-index: 1;
-}
-.popup__close-text::before {
- background-color: #546e7a;
- border-top-right-radius: 3px;
- content: "";
- height: 14px;
- left: 50%;
- margin-left: -7px;
- position: absolute;
- top: -7px;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- width: 14px;
-}
-.popup__close-btn_bg_transparent + .popup__close-text {
- left: 100%;
- top: 10px;
- -webkit-transform: scale(0.8) translateX(-62%);
- transform: scale(0.8) translateX(-62%);
- margin-left: 20px;
-}
-.popup__close-btn_bg_fill + .popup__close-text {
- left: 100%;
- top: -5px;
- -webkit-transform: scale(0.8) translateX(-62%);
- transform: scale(0.8) translateX(-62%);
-}
-.popup__close-btn:hover + .popup__close-text {
- opacity: 1;
- -webkit-transform: scale(1) translateX(-50%);
- transform: scale(1) translateX(-50%);
-}
-.popup__close-btn_bg_transparent:hover + .popup__close-text {
- top: 50px;
-}
-.popup__close-btn_bg_fill:hover + .popup__close-text {
- top: 35px;
-}
-.tm-quark-radio {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- box-sizing: border-box;
- cursor: default;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-.tm-quark-radio *,
-.tm-quark-radio *::before,
-.tm-quark-radio *::after {
- box-sizing: inherit;
-}
-.tm-quark-radio:focus {
- outline: none;
-}
-.tm-quark-radio__icon {
- background-color: transparent;
- border: 2px solid;
- border-radius: 50%;
- color: #cfd8dc;
- height: 20px;
- min-height: 20px;
- min-width: 20px;
- width: 20px;
-}
-.tm-quark-radio__label {
- padding-left: 10px;
-}
-.tm-quark-radio__input {
- display: none;
-}
-.tm-quark-radio__input:checked + .tm-quark-radio__icon {
- color: #1ab744;
-}
-.tm-quark-radio__input:checked + .tm-quark-radio__icon::before {
- border: 5px solid;
- border-radius: 50%;
- content: "";
- display: block;
- height: 10px;
- margin: 3px;
- width: 10px;
-}
-.tm-quark-radio__input:checked ~ .tm-quark-radio__label {
- color: #1ab744;
- font-weight: 700;
-}
-.tm-quark-radio__input:disabled + .tm-quark-radio__icon,
-.tm-quark-radio__input:disabled ~ .tm-quark-radio__label {
- cursor: not-allowed;
-}
-.tm-quark-radio__input:disabled + .tm-quark-radio__icon {
- color: #eceff1;
-}
-.tm-quark-radio__input:disabled:checked + .tm-quark-radio__icon {
- color: #cfd8dc;
-}
-.tm-quark-radio__input:disabled ~ .tm-quark-radio__label {
- color: #cfd8dc;
-}
-.tm-quark-radio__input:not(:disabled) + .tm-quark-radio__icon,
-.tm-quark-radio__input:not(:disabled) ~ .tm-quark-radio__label {
- cursor: pointer;
-}
-.tm-quark-radio:hover .tm-quark-radio__input:not(:disabled) + .tm-quark-radio__icon,
-.tm-quark-radio:active .tm-quark-radio__input:not(:disabled) + .tm-quark-radio__icon {
- color: #1ab744;
-}
-.tm-quark-radio:hover .tm-quark-radio__input:not(:disabled) ~ .tm-quark-radio__label,
-.tm-quark-radio:active .tm-quark-radio__input:not(:disabled) ~ .tm-quark-radio__label {
- color: #1ab744;
-}
-.tm-quark-radio:active .tm-quark-radio__input:not(:disabled) + .tm-quark-radio__icon {
- background-color: #1ab744;
- -webkit-transform: scale(0.8) translateY(2px);
- transform: scale(0.8) translateY(2px);
-}
-.tm-quark-radio:active .tm-quark-radio__input:not(:disabled) ~ .tm-quark-radio__label {
- -webkit-transform: translateY(1px);
- transform: translateY(1px);
-}
-.tm-quark-slider {
- box-sizing: border-box;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- position: relative;
- width: 100%;
-}
-.tm-quark-slider *,
-.tm-quark-slider *::before,
-.tm-quark-slider *::after {
- box-sizing: inherit;
-}
-.tm-quark-slider_orientation_horizontal {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
-}
-.tm-quark-slider_orientation_vertical {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
-}
-.tm-quark-slider__labels {
- position: relative;
-}
-.tm-quark-slider__labels_orientation_horizontal {
- height: 40px;
- margin: 0 15px;
- width: calc(100% - 30px);
-}
-.tm-quark-slider__labels_orientation_vertical {
- height: calc(100% - 30px);
- margin: 15px 0;
-}
-.tm-quark-slider__label {
- position: absolute;
- z-index: 1;
-}
-.tm-quark-slider__label_orientation_horizontal {
- line-height: 30px;
- top: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
-}
-.tm-quark-slider__label_orientation_horizontal.tm-quark-slider__label_value_intermediate {
- padding: 0 5px;
-}
-.tm-quark-slider__label_orientation_horizontal.tm-quark-slider__label_value_intermediate::before {
- left: 50%;
- top: 55px;
-}
-.tm-quark-slider__label_orientation_vertical {
- line-height: 1;
- right: 10px;
- -webkit-transform: translateY(50%);
- transform: translateY(50%);
-}
-.tm-quark-slider__label_orientation_vertical.tm-quark-slider__label_value_intermediate {
- padding: 5px 0;
-}
-.tm-quark-slider__label_orientation_vertical.tm-quark-slider__label_value_intermediate::before {
- right: -30px;
- top: 50%;
-}
-.tm-quark-slider__label_value_intermediate {
- font-size: 16px;
- transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
-}
-.tm-quark-slider__label_value_intermediate::before {
- content: "";
- background-color: #42a5f5;
- border-radius: 50%;
- height: 5px;
- position: absolute;
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
- width: 5px;
-}
-.tm-quark-slider__label_value_current {
- color: #1ab744;
- font-size: 20px;
- font-weight: 700;
-}
-.tm-quark-slider__label_hidden {
- color: transparent;
-}
-.tm-quark-slider__label_hidden::before {
- background-color: transparent;
-}
-.tm-quark-slider__range {
- position: relative;
-}
-.tm-quark-slider__range_orientation_horizontal {
- height: 30px;
- margin: 0 15px;
- width: calc(100% - 30px);
-}
-.tm-quark-slider__range_orientation_vertical {
- height: calc(100% - 30px);
- margin: 15px 0;
- width: 30px;
-}
-.tm-quark-slider__input {
- -webkit-appearance: none;
- background: transparent;
- border: 0;
- cursor: pointer;
- margin: 0;
- opacity: 0;
- position: relative;
- z-index: 2;
-}
-.tm-quark-slider__input_orientation_horizontal {
- -webkit-appearance: none;
- height: 30px;
- margin-left: -15px;
- padding: 0;
- width: calc(100% + 30px);
-}
-.tm-quark-slider__input_orientation_horizontal::-webkit-slider-runnable-track {
- height: 30px;
-}
-.tm-quark-slider__input_orientation_horizontal::-moz-range-track {
- height: 30px;
-}
-.tm-quark-slider__input_orientation_horizontal::-ms-track {
- border: 0;
- height: 30px;
-}
-.tm-quark-slider__input_orientation_vertical {
- -webkit-appearance: slider-vertical;
- height: calc(100% + 30px);
- margin-top: -15px;
- padding: 0 49px 0 15px;
- width: 30px;
- -webkit-writing-mode: bt-lr;
- -ms-writing-mode: bt-lr;
- writing-mode: bt-lr;
-}
-.tm-quark-slider__input_orientation_vertical::-webkit-slider-runnable-track {
- width: 30px;
-}
-.tm-quark-slider__input_orientation_vertical::-moz-range-track {
- width: 30px;
-}
-.tm-quark-slider__input_orientation_vertical::-ms-track {
- border: 0;
- height: 100%;
- width: 30px;
-}
-.tm-quark-slider__input::-webkit-slider-thumb {
- -webkit-appearance: none;
- border-radius: 50%;
- height: 30px;
- min-height: 30px;
- min-width: 30px;
- width: 30px;
-}
-.tm-quark-slider__input::-moz-range-thumb {
- border: 0;
- border-radius: 50%;
- height: 30px;
- width: 30px;
-}
-.tm-quark-slider__input::-ms-thumb {
- border: 0;
- border-radius: 50%;
- height: 30px;
- width: 30px;
-}
-.tm-quark-slider__input::-ms-tooltip {
- display: none;
-}
-.tm-quark-slider__input:focus {
- outline: none;
-}
-.tm-quark-slider__input:disabled {
- cursor: default;
-}
-.tm-quark-slider__thumb {
- background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmxpbmVzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNsaWRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODkuMDAwMDAwLCAtNDM1LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iU0xJREVSMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCAzOTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2xpY2tlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTM2LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMsNDUuNTA5NjQ5NSBDMTMsNDUuMjI4MTc3OSAxMy4yMzE5MzM2LDQ1IDEzLjUsNDUgQzEzLjc3NjE0MjQsNDUgMTQsNDUuMjI3NjUyOCAxNCw0NS41MDk2NDk1IEwxNCw1NC40OTAzNTA1IEMxNCw1NC43NzE4MjIxIDEzLjc2ODA2NjQsNTUgMTMuNSw1NSBDMTMuMjIzODU3Niw1NSAxMyw1NC43NzIzNDcyIDEzLDU0LjQ5MDM1MDUgTDEzLDQ1LjUwOTY0OTUgWiBNMTYsNDUuNTA5NjQ5NSBDMTYsNDUuMjI4MTc3OSAxNi4yMzE5MzM2LDQ1IDE2LjUsNDUgQzE2Ljc3NjE0MjQsNDUgMTcsNDUuMjI3NjUyOCAxNyw0NS41MDk2NDk1IEwxNyw1NC40OTAzNTA1IEMxNyw1NC43NzE4MjIxIDE2Ljc2ODA2NjQsNTUgMTYuNSw1NSBDMTYuMjIzODU3Niw1NSAxNiw1NC43NzIzNDcyIDE2LDU0LjQ5MDM1MDUgTDE2LDQ1LjUwOTY0OTUgWiBNMTksNDUuNTA5NjQ5NSBDMTksNDUuMjI4MTc3OSAxOS4yMzE5MzM2LDQ1IDE5LjUsNDUgQzE5Ljc3NjE0MjQsNDUgMjAsNDUuMjI3NjUyOCAyMCw0NS41MDk2NDk1IEwyMCw1NC40OTAzNTA1IEMyMCw1NC43NzE4MjIxIDE5Ljc2ODA2NjQsNTUgMTkuNSw1NSBDMTkuMjIzODU3Niw1NSAxOSw1NC43NzIzNDcyIDE5LDU0LjQ5MDM1MDUgTDE5LDQ1LjUwOTY0OTUgWiBNMjIsNDUuNTA5NjQ5NSBDMjIsNDUuMjI4MTc3OSAyMi4yMzE5MzM2LDQ1IDIyLjUsNDUgQzIyLjc3NjE0MjQsNDUgMjMsNDUuMjI3NjUyOCAyMyw0NS41MDk2NDk1IEwyMyw1NC40OTAzNTA1IEMyMyw1NC43NzE4MjIxIDIyLjc2ODA2NjQsNTUgMjIuNSw1NSBDMjIuMjIzODU3Niw1NSAyMiw1NC43NzIzNDcyIDIyLDU0LjQ5MDM1MDUgTDIyLDQ1LjUwOTY0OTUgWiIgaWQ9ImxpbmVzIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center, linear-gradient(to bottom, #42a5f5 0%, #2196f3 100%);
- border-radius: 50%;
- cursor: pointer;
- height: 30px;
- position: absolute;
- width: 30px;
- z-index: 2;
-}
-.tm-quark-slider__thumb_orientation_horizontal {
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
-}
-.tm-quark-slider__thumb_orientation_vertical {
- right: 0;
- -webkit-transform: translateY(50%);
- transform: translateY(50%);
-}
-.tm-quark-slider__thumb_hovered {
- background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmxpbmVzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNsaWRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODkuMDAwMDAwLCAtNDM1LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iU0xJREVSMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCAzOTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2xpY2tlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTM2LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMsNDUuNTA5NjQ5NSBDMTMsNDUuMjI4MTc3OSAxMy4yMzE5MzM2LDQ1IDEzLjUsNDUgQzEzLjc3NjE0MjQsNDUgMTQsNDUuMjI3NjUyOCAxNCw0NS41MDk2NDk1IEwxNCw1NC40OTAzNTA1IEMxNCw1NC43NzE4MjIxIDEzLjc2ODA2NjQsNTUgMTMuNSw1NSBDMTMuMjIzODU3Niw1NSAxMyw1NC43NzIzNDcyIDEzLDU0LjQ5MDM1MDUgTDEzLDQ1LjUwOTY0OTUgWiBNMTYsNDUuNTA5NjQ5NSBDMTYsNDUuMjI4MTc3OSAxNi4yMzE5MzM2LDQ1IDE2LjUsNDUgQzE2Ljc3NjE0MjQsNDUgMTcsNDUuMjI3NjUyOCAxNyw0NS41MDk2NDk1IEwxNyw1NC40OTAzNTA1IEMxNyw1NC43NzE4MjIxIDE2Ljc2ODA2NjQsNTUgMTYuNSw1NSBDMTYuMjIzODU3Niw1NSAxNiw1NC43NzIzNDcyIDE2LDU0LjQ5MDM1MDUgTDE2LDQ1LjUwOTY0OTUgWiBNMTksNDUuNTA5NjQ5NSBDMTksNDUuMjI4MTc3OSAxOS4yMzE5MzM2LDQ1IDE5LjUsNDUgQzE5Ljc3NjE0MjQsNDUgMjAsNDUuMjI3NjUyOCAyMCw0NS41MDk2NDk1IEwyMCw1NC40OTAzNTA1IEMyMCw1NC43NzE4MjIxIDE5Ljc2ODA2NjQsNTUgMTkuNSw1NSBDMTkuMjIzODU3Niw1NSAxOSw1NC43NzIzNDcyIDE5LDU0LjQ5MDM1MDUgTDE5LDQ1LjUwOTY0OTUgWiBNMjIsNDUuNTA5NjQ5NSBDMjIsNDUuMjI4MTc3OSAyMi4yMzE5MzM2LDQ1IDIyLjUsNDUgQzIyLjc3NjE0MjQsNDUgMjMsNDUuMjI3NjUyOCAyMyw0NS41MDk2NDk1IEwyMyw1NC40OTAzNTA1IEMyMyw1NC43NzE4MjIxIDIyLjc2ODA2NjQsNTUgMjIuNSw1NSBDMjIuMjIzODU3Niw1NSAyMiw1NC43NzIzNDcyIDIyLDU0LjQ5MDM1MDUgTDIyLDQ1LjUwOTY0OTUgWiIgaWQ9ImxpbmVzIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center, linear-gradient(to bottom, #2196f3 0%, #1976d2 100%);
- z-index: 1;
-}
-.tm-quark-slider__input:active + .tm-quark-slider__thumb {
- background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmxpbmVzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNsaWRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODkuMDAwMDAwLCAtNDM1LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iU0xJREVSMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCAzOTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2xpY2tlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTM2LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMsNDUuNTA5NjQ5NSBDMTMsNDUuMjI4MTc3OSAxMy4yMzE5MzM2LDQ1IDEzLjUsNDUgQzEzLjc3NjE0MjQsNDUgMTQsNDUuMjI3NjUyOCAxNCw0NS41MDk2NDk1IEwxNCw1NC40OTAzNTA1IEMxNCw1NC43NzE4MjIxIDEzLjc2ODA2NjQsNTUgMTMuNSw1NSBDMTMuMjIzODU3Niw1NSAxMyw1NC43NzIzNDcyIDEzLDU0LjQ5MDM1MDUgTDEzLDQ1LjUwOTY0OTUgWiBNMTYsNDUuNTA5NjQ5NSBDMTYsNDUuMjI4MTc3OSAxNi4yMzE5MzM2LDQ1IDE2LjUsNDUgQzE2Ljc3NjE0MjQsNDUgMTcsNDUuMjI3NjUyOCAxNyw0NS41MDk2NDk1IEwxNyw1NC40OTAzNTA1IEMxNyw1NC43NzE4MjIxIDE2Ljc2ODA2NjQsNTUgMTYuNSw1NSBDMTYuMjIzODU3Niw1NSAxNiw1NC43NzIzNDcyIDE2LDU0LjQ5MDM1MDUgTDE2LDQ1LjUwOTY0OTUgWiBNMTksNDUuNTA5NjQ5NSBDMTksNDUuMjI4MTc3OSAxOS4yMzE5MzM2LDQ1IDE5LjUsNDUgQzE5Ljc3NjE0MjQsNDUgMjAsNDUuMjI3NjUyOCAyMCw0NS41MDk2NDk1IEwyMCw1NC40OTAzNTA1IEMyMCw1NC43NzE4MjIxIDE5Ljc2ODA2NjQsNTUgMTkuNSw1NSBDMTkuMjIzODU3Niw1NSAxOSw1NC43NzIzNDcyIDE5LDU0LjQ5MDM1MDUgTDE5LDQ1LjUwOTY0OTUgWiBNMjIsNDUuNTA5NjQ5NSBDMjIsNDUuMjI4MTc3OSAyMi4yMzE5MzM2LDQ1IDIyLjUsNDUgQzIyLjc3NjE0MjQsNDUgMjMsNDUuMjI3NjUyOCAyMyw0NS41MDk2NDk1IEwyMyw1NC40OTAzNTA1IEMyMyw1NC43NzE4MjIxIDIyLjc2ODA2NjQsNTUgMjIuNSw1NSBDMjIuMjIzODU3Niw1NSAyMiw1NC43NzIzNDcyIDIyLDU0LjQ5MDM1MDUgTDIyLDQ1LjUwOTY0OTUgWiIgaWQ9ImxpbmVzIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat 10px 11px, linear-gradient(to bottom, #0d47a1 0%, #1976d2 100%);
- z-index: 1;
-}
-.tm-quark-slider__input:disabled + .tm-quark-slider__thumb {
- background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuOC4zICgyOTgwMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiA8dGl0bGU+bGluZXM8L3RpdGxlPgogPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgaWQ9IlBhZ2UtMSI+CiAgIDxnIGZpbGw9IiNGRkZGRkYiIGlkPSJTbGlkZXJzIj4KICAgIDxnIGlkPSJTTElERVIxIj4KICAgICA8ZyBpZD0iY2xpY2tlZCI+CiAgICAgIDxwYXRoIGZpbGw9IiNkZGUzZTYiIGlkPSJsaW5lcyIgZD0ibTAsMC41MDk2NWMwLC0wLjI4MTQ3IDAuMjMxOTMsLTAuNTA5NjUgMC41LC0wLjUwOTY1YzAuMjc2MTQsMCAwLjUsMC4yMjc2NSAwLjUsMC41MDk2NWwwLDguOTgwN2MwLDAuMjgxNDcgLTAuMjMxOTMsMC41MDk2NSAtMC41LDAuNTA5NjVjLTAuMjc2MTQsMCAtMC41LC0wLjIyNzY1IC0wLjUsLTAuNTA5NjVsMCwtOC45ODA3em0zLDBjMCwtMC4yODE0NyAwLjIzMTkzLC0wLjUwOTY1IDAuNSwtMC41MDk2NWMwLjI3NjE0LDAgMC41LDAuMjI3NjUgMC41LDAuNTA5NjVsMCw4Ljk4MDdjMCwwLjI4MTQ3IC0wLjIzMTkzLDAuNTA5NjUgLTAuNSwwLjUwOTY1Yy0wLjI3NjE0LDAgLTAuNSwtMC4yMjc2NSAtMC41LC0wLjUwOTY1bDAsLTguOTgwN3ptMywwYzAsLTAuMjgxNDcgMC4yMzE5MywtMC41MDk2NSAwLjUsLTAuNTA5NjVjMC4yNzYxNCwwIDAuNSwwLjIyNzY1IDAuNSwwLjUwOTY1bDAsOC45ODA3YzAsMC4yODE0NyAtMC4yMzE5MywwLjUwOTY1IC0wLjUsMC41MDk2NWMtMC4yNzYxNCwwIC0wLjUsLTAuMjI3NjUgLTAuNSwtMC41MDk2NWwwLC04Ljk4MDd6bTMsMGMwLC0wLjI4MTQ3IDAuMjMxOTMsLTAuNTA5NjUgMC41LC0wLjUwOTY1YzAuMjc2MTQsMCAwLjUsMC4yMjc2NSAwLjUsMC41MDk2NWwwLDguOTgwN2MwLDAuMjgxNDcgLTAuMjMxOTMsMC41MDk2NSAtMC41LDAuNTA5NjVjLTAuMjc2MTQsMCAtMC41LC0wLjIyNzY1IC0wLjUsLTAuNTA5NjVsMCwtOC45ODA3eiIvPgogICAgIDwvZz4KICAgIDwvZz4KICAgPC9nPgogIDwvZz4KIDwvZz4KPC9zdmc+") no-repeat center, #fff;
- border: 2px solid #dde3e6;
- cursor: default;
- z-index: 1;
-}
-.tm-quark-slider__track {
- background: linear-gradient(to bottom, #dde3e6 0%, #eceff1 100%);
- border-radius: 3px;
- position: absolute;
-}
-.tm-quark-slider__track_orientation_horizontal {
- bottom: 15px;
- height: 5px;
- left: 50%;
- -webkit-transform: translateX(-50%) translateY(50%);
- transform: translateX(-50%) translateY(50%);
- width: calc(100% - 30px);
-}
-.tm-quark-slider__track_orientation_vertical {
- top: 50%;
- height: calc(100% - 30px);
- right: 15px;
- -webkit-transform: translateX(50%) translateY(-50%);
- transform: translateX(50%) translateY(-50%);
- width: 5px;
-}
-.tm-quark-steps {
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- width: 100%;
-}
-.tm-quark-steps *,
-.tm-quark-steps *::before,
-.tm-quark-steps *::after {
- box-sizing: inherit;
-}
-.tm-quark-steps__label {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background-color: transparent;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
-}
-.tm-quark-steps__label:not(:last-of-type) {
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
-}
-.tm-quark-steps__label:not(:last-of-type).tm-quark-steps__label_with-title {
- padding-right: 20px;
-}
-.tm-quark-steps__label:not(:last-of-type).tm-quark-steps__label_without-title {
- padding-right: 40px;
-}
-.tm-quark-steps__label:not(:last-of-type).tm-quark-steps__label_without-title:after {
- content: "";
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- height: 4px;
- background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQiIHdpZHRoPSI2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICA8cG9seWxpbmUgcG9pbnRzPSIwIDAgNiAwIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjAiLz4NCiAgPHBhdGggZD0iTTAgMEwwIDQgNCAyWiIgZmlsbD0iIzIxOTZGMyIvPg0KPC9zdmc+DQo=");
- margin-left: 40px;
-}
-.tm-quark-steps__toggle-btn {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- cursor: pointer;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- font-weight: 700;
- font-size: 16px;
- text-align: center;
-}
-.tm-quark-steps__toggle-btn::before {
- content: attr(data-step-number);
- color: #fff;
- background-clip: padding-box;
- border: 5px solid;
- border-radius: 50%;
- font-size: 16px;
- font-weight: 700;
- line-height: 30px;
- height: 40px;
- margin-right: 10px;
- width: 40px;
-}
-.tm-quark-steps__toggle-btn_passed {
- color: #2196f3;
-}
-.tm-quark-steps__toggle-btn_passed::before {
- background-color: #2196f3;
- border-color: rgba(33, 150, 243, 0.4);
-}
-.tm-quark-steps__toggle-btn_passed:hover::before {
- background: linear-gradient(to bottom, #002196 0%, #1976d2 100%);
- border: 0;
- line-height: 40px;
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s, -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
-}
-.tm-quark-steps__toggle-btn_passed:active::before {
- background: linear-gradient(to bottom, #0d47a1 0%, #1976d2 100%);
- border: 0;
- line-height: 40px;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
- transition: background cubic-bezier(0.86, 0, 0.07, 1) 0.3s, transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s, -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
-}
-.tm-quark-steps__toggle-btn_active {
- color: #243238;
- cursor: default;
-}
-.tm-quark-steps__toggle-btn_active::before {
- background-color: #243238;
- border-color: rgba(96, 125, 139, 0.4);
-}
-.tm-quark-steps__toggle-btn_upcoming {
- color: #b0bec5;
- cursor: default;
-}
-.tm-quark-steps__toggle-btn_upcoming::before {
- background-color: #b0bec5;
- border-color: rgba(176, 190, 197, 0.4);
-}
-.tm-quark-steps__toggle-btn_disabled {
- color: #dde3e6;
- cursor: default;
-}
-.tm-quark-steps__toggle-btn_disabled::before {
- border-color: rgba(176, 190, 197, 0.4);
- color: #dde3e6;
-}
-.tm-quark-steps__toggle-btn:empty::before {
- margin-right: 0;
-}
-.tm-quark-steps__toggle-btn:focus {
- outline: none;
-}
-.tm-quark-steps__step-content {
- width: 100%;
-}
-.switcher {
- box-sizing: border-box;
- display: inline-block;
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- position: relative;
- text-align: center;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-.switcher *,
-.switcher *::before,
-.switcher *::after {
- box-sizing: border-box;
-}
-.switcher__input {
- height: 0;
- left: 0;
- margin: 0;
- opacity: 0;
- padding: 0;
- position: absolute;
- top: 0;
- width: 0;
-}
-.switcher__label {
- background-color: #dde3e6;
- cursor: pointer;
- display: inline-block;
- font-weight: 400;
- margin-bottom: 0;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- vertical-align: top;
- width: 100%;
-}
-.switcher_size_medium .switcher__label {
- height: 40px;
- padding: 10px 20px;
-}
-.switcher_size_large .switcher__label {
- height: 60px;
- padding: 20px 30px;
-}
-.switcher__label:before,
-.switcher__label:after {
- border-radius: 50%;
- content: "";
- display: inline-block;
- vertical-align: top;
-}
-.switcher__label:before {
- border: 2px solid #cfd8dc;
- height: 20px;
- margin-right: 10px;
- width: 20px;
-}
-:not(:checked) + .switcher__label:hover,
-:not(:checked) + .switcher__label:focus,
-:not(:checked) + .switcher__label:active {
- color: #fff;
-}
-:not(:checked) + .switcher__label:hover:before,
-:not(:checked) + .switcher__label:focus:before,
-:not(:checked) + .switcher__label:active:before {
- border-color: #fff;
-}
-:not(:checked) + .switcher__label:hover {
- background-color: #2196f3;
-}
-:not(:checked) + .switcher__label:focus,
-:not(:checked) + .switcher__label:active {
- background-color: #1976d2;
-}
-.switcher_size_medium :not(:checked) + .switcher__label:focus,
-.switcher_size_medium :not(:checked) + .switcher__label:active {
- padding: 11px 20px 9px;
-}
-.switcher_size_large :not(:checked) + .switcher__label:focus,
-.switcher_size_large :not(:checked) + .switcher__label:active {
- padding: 21px 30px 19px;
-}
-:not(:checked) + .switcher__label:focus:before,
-:not(:checked) + .switcher__label:active:before {
- background-color: #fff;
- border-color: #fff;
- height: 16px;
- margin: 3px 12px 0 2px;
- width: 16px;
-}
-:checked + .switcher__label {
- background-color: #fff;
- color: #1ab744;
- font-weight: 700;
-}
-:checked + .switcher__label:before {
- background: radial-gradient(circle, #1ab744 5px, rgba(0, 0, 0, 0) 5px);
- border-color: #1ab744;
-}
-:disabled + .switcher__label {
- color: #b0bec5;
- cursor: default;
- pointer-events: none;
-}
-:disabled + .switcher__label:before {
- border-color: #cfd8dc;
-}
-:disabled:checked + .switcher__label {
- background-color: #fff;
- color: #90a4ae;
-}
-:disabled:checked + .switcher__label:before {
- background: radial-gradient(circle, #90a4ae 5px, rgba(0, 0, 0, 0) 5px);
- border-color: #90a4ae;
-}
-.switcher-group {
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-.tm-quark-textarea {
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: relative;
- width: 100%;
-}
-.tm-quark-textarea *,
-.tm-quark-textarea *::before,
-.tm-quark-textarea *::after {
- box-sizing: inherit;
-}
-.tm-quark-textarea__inner {
- overflow: hidden;
- width: 100%;
-}
-.tm-quark-textarea__input {
- border: 0;
- background-color: transparent;
- border-radius: 0;
- color: #243238;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: auto;
- margin: 22px 0 34px;
- padding: 0 67px 0 20px;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- overflow: auto;
- position: relative;
- resize: none;
- min-width: calc(100% + 17px);
- z-index: 1;
-}
-.tm-quark-textarea__input_with-icon {
- padding-left: 50px;
-}
-.tm-quark-textarea__input_filled {
- margin-bottom: 20px;
- margin-top: 36px;
-}
-.tm-quark-textarea__input_size_medium {
- font-size: 14px;
- line-height: 21px;
- max-height: 315px;
- min-height: 63px;
-}
-.tm-quark-textarea__input_size_large {
- font-size: 16px;
- line-height: 24px;
- max-height: 360px;
- min-height: 72px;
-}
-.tm-quark-textarea__input:focus {
- outline: none;
-}
-.tm-quark-textarea__input:disabled {
- color: #cfd8dc;
- cursor: not-allowed;
-}
-.tm-quark-textarea__input::-webkit-input-placeholder {
- color: transparent;
-}
-.tm-quark-textarea__input:-ms-input-placeholder {
- color: transparent;
-}
-.tm-quark-textarea__input::placeholder {
- color: transparent;
-}
-.tm-quark-textarea__label {
- background-color: #eceff1;
- border: 1px solid transparent;
- box-shadow: inset 0 1px 0 0 #cfd8dc;
- border-radius: 3px;
- color: #90a4ae;
- cursor: text;
- font-size: 16px;
- height: 100%;
- line-height: 24px;
- padding: 19px 49px 19px 19px;
- top: 0;
- left: 0;
- position: absolute;
- transition: font-size 0.45s cubic-bezier(0.23, 1, 0.32, 1), line-height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
- width: 100%;
-}
-.tm-quark-textarea__input_with-icon + .tm-quark-textarea__label {
- padding-left: 49px;
-}
-.tm-quark-textarea__input_filled + .tm-quark-textarea__label {
- font-size: 11px;
- line-height: 16px;
-}
-.tm-quark-textarea__input:disabled + .tm-quark-textarea__label {
- background-color: #fff;
- border-color: #eceff1;
- box-shadow: none;
- color: #cfd8dc;
- cursor: not-allowed;
-}
-.tm-quark-textarea__input_valid + .tm-quark-textarea__label {
- -webkit-animation: TMQuarkTextareaMarkValid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkTextareaMarkValid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
-}
-@-webkit-keyframes TMQuarkTextareaMarkValid {
- 25%,
- 75% {
- background-color: #ddf7e5;
- box-shadow: inset 0 1px 0 0 #a8e4bb;
- border-color: transparent;
- }
-}
-@keyframes TMQuarkTextareaMarkValid {
- 25%,
- 75% {
- background-color: #ddf7e5;
- box-shadow: inset 0 1px 0 0 #a8e4bb;
- border-color: transparent;
- }
-}
-.tm-quark-textarea__input_invalid + .tm-quark-textarea__label {
- -webkit-animation: TMQuarkTextareaMarkInvalid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkTextareaMarkInvalid 1s cubic-bezier(0.645, 0.045, 0.355, 1);
-}
-@-webkit-keyframes TMQuarkTextareaMarkInvalid {
- 25%,
- 75% {
- background-color: #fff8e1;
- box-shadow: inset 0 1px 0 0 #ffca28;
- border-color: transparent;
- }
-}
-@keyframes TMQuarkTextareaMarkInvalid {
- 25%,
- 75% {
- background-color: #fff8e1;
- box-shadow: inset 0 1px 0 0 #ffca28;
- border-color: transparent;
- }
-}
-.tm-quark-textarea__input:focus + .tm-quark-textarea__label {
- background-color: #fff;
- border-color: #90caf9;
- box-shadow: none;
-}
-.tm-quark-textarea__input_empty:focus + .tm-quark-textarea__label {
- color: #bbdefb;
-}
-.tm-quark-textarea__icon {
- height: 20px;
- position: absolute;
- top: 20px;
- width: 20px;
-}
-.tm-quark-textarea__icon::before {
- background-position: center;
- background-repeat: no-repeat;
- content: "";
- height: 100%;
- left: 50%;
- position: absolute;
- top: 50%;
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- width: 100%;
-}
-.tm-quark-textarea__icon_type_field-type {
- left: 20px;
-}
-.tm-quark-textarea__icon_type_validation-status {
- -webkit-animation: TMQuarkInputShowValidationStatusIcon 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
- animation: TMQuarkInputShowValidationStatusIcon 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
- display: none;
- right: 20px;
-}
-.tm-quark-textarea__input_valid ~ .tm-quark-textarea__icon_type_validation-status,
-.tm-quark-textarea__input_invalid ~ .tm-quark-textarea__icon_type_validation-status {
- display: block;
-}
-@-webkit-keyframes TMQuarkInputShowValidationStatusIcon {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
-}
-@keyframes TMQuarkInputShowValidationStatusIcon {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
-}
-.tm-quark-textarea__icon_check::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__icon_warning::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__icon_search::before,
-.tm-quark-textarea__icon_maginifier::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_search::before,
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_maginifier::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__icon_email::before,
-.tm-quark-textarea__icon_letter::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_email::before,
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_letter::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__icon_password::before,
-.tm-quark-textarea__icon_key::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_password::before,
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_key::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__icon_user::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-field__input:focus ~ .tm-quark-textarea__icon_user::before {
- background-image: url("data:image/svg+xml;charset=utf-8, ");
-}
-.tm-quark-textarea__symbols-counter {
- bottom: 10px;
- color: #90a4ae;
- cursor: text;
- font-size: 11px;
- line-height: 16px;
- position: absolute;
- right: 20px;
-}
-/* colors */
-/* --- Hints --- */
-/* --- Typography Light --- */
-/* --- Typography Dark --- */
-/* --- Hints --- */
-/* --- Typography Light--- */
-/* --- Typography Dark--- */
-.TMUI__TypographyHeader {
- display: inline-block;
- margin: 0;
- font-weight: 600;
- color: #243238;
-}
-.TMUI__TypographyHeader--dark {
- color: #FFFFFF;
-}
-.TMUI__TypographyHeader--dark a {
- font-weight: 600;
- color: #90CAF9;
- text-decoration: none;
-}
-.TMUI__TypographyHeader--dark a:hover {
- color: #BBDEFB;
-}
-.TMUI__TypographyHeader--0 {
- font-size: 50px;
- line-height: 105px;
-}
-.TMUI__TypographyHeader--1 {
- font-size: 40px;
- line-height: 52px;
-}
-.TMUI__TypographyHeader--2 {
- font-size: 30px;
- line-height: 39px;
-}
-.TMUI__TypographyHeader--3 {
- font-size: 20px;
- line-height: 30px;
- text-transform: uppercase;
- letter-spacing: 2px;
-}
-.TMUI__TypographyHeader a {
- font-weight: 600;
- color: #2196F3;
- text-decoration: none;
-}
-.TMUI__TypographyHeader a:hover {
- color: #0D47A1;
-}
-/* colors */
-/* --- Hints --- */
-/* --- Typography Light --- */
-/* --- Typography Dark --- */
-/* --- Hints --- */
-/* --- Typography Light--- */
-/* --- Typography Dark--- */
-.TMUI__TypographyText {
- display: inline-block;
- color: #243238;
- margin: 0;
-}
-.TMUI__TypographyText a {
- color: #2196F3;
- text-decoration: none;
-}
-.TMUI__TypographyText a:hover {
- color: #0D47A1;
-}
-.TMUI__TypographyText--1 {
- font-size: 16px;
- line-height: 24px;
-}
-.TMUI__TypographyText--2 {
- font-size: 15px;
- line-height: 22px;
-}
-.TMUI__TypographyText--3 {
- font-size: 14px;
- line-height: 21px;
-}
-.TMUI__TypographyText--4 {
- font-size: 13px;
- line-height: 20px;
-}
-.TMUI__TypographyText--5 {
- font-size: 12px;
- line-height: 18px;
-}
-.TMUI__TypographyText--6 {
- font-size: 11px;
- line-height: 16px;
-}
-.TMUI__TypographyText--success {
- color: #1AB744;
-}
-.TMUI__TypographyText--success a {
- color: #1AB744;
-}
-.TMUI__TypographyText--success a:hover {
- color: #0B8738;
-}
-.TMUI__TypographyText--error {
- color: #F4511E;
-}
-.TMUI__TypographyText--error a {
- color: #F4511E;
-}
-.TMUI__TypographyText--error a:hover {
- color: #BF360C;
-}
-.TMUI__TypographyText--secondary {
- color: #90A4AE;
-}
-.TMUI__TypographyText--dark {
- color: #FFFFFF;
-}
-.TMUI__TypographyText--dark a {
- color: #90CAF9;
- text-decoration: none;
-}
-.TMUI__TypographyText--dark a:hover {
- color: #BBDEFB;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--success {
- color: #76D48F;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--success a {
- color: #76D48F;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--success a:hover {
- color: #A8E4BB;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--error {
- color: #FF8A65;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--error a {
- color: #FF8A65;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--error a:hover {
- color: #FFCCBC;
-}
-.TMUI__TypographyText--dark.TMUI__TypographyText--secondary {
- color: #B0BEC5;
-}
-.stars-rating {
- display: inline;
-}
-.stars-rating-wrapper {
- position: relative;
-}
-.stars-rating__icon {
- display: inline-block;
- box-sizing: initial;
- position: relative;
- height: 20px;
- width: 20px;
- padding-right: 5px;
- vertical-align: text-bottom;
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Downloads-1024+' transform='translate(-619.000000, -889.000000)' fill='%23FFAB00'%3E %3Cg id='Download-item-2' transform='translate(380.000000, 758.000000)'%3E %3Cg id='Stars' transform='translate(239.000000, 131.000000)'%3E %3Cpolygon id='Star-1' points='10 15.7719334 3.81966011 19.0211303 5 12.1392207 6.03961325e-14 7.26542528 6.90983006 6.2613682 10 0 13.0901699 6.2613682 20 7.26542528 15 12.1392207 16.1803399 19.0211303'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
- background-repeat: no-repeat;
- border: 10px solid transparent;
- border-right-width: 0;
- border-left-width: 0;
-}
-.stars-rating__icon:last-child {
- padding-right: 10px;
-}
-.stars-rating__icon:first-child {
- border-left-width: 10px;
-}
-.stars-rating__icon_empty {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Downloads-1024+' transform='translate(-619.000000, -889.000000)' fill='none'%3E %3Cg id='Download-item-2' transform='translate(380.000000, 758.000000)'%3E %3Cg id='Stars' transform='translate(239.000000, 131.000000)'%3E %3Cpolygon stroke='%23B0BEC5' stroke-width='2' points='10 15.7719334 3.81966011 19.0211303 5 12.1392207 6.03961325e-14 7.26542528 6.90983006 6.2613682 10 0 13.0901699 6.2613682 20 7.26542528 15 12.1392207 16.1803399 19.0211303'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
-}
-.stars-rating__icon_half {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='a' d='M10 15.772l-6.18 3.25L5 12.138 0 7.265l6.91-1.004L10 0l3.09 6.261L20 7.265l-5 4.874 1.18 6.882z'/%3E %3Cmask id='b' x='0' y='0' width='20' height='19.021' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E%3Cuse stroke='%23B0BEC5' fill='none' mask='url(%23b)' stroke-width='2' xlink:href='%23a'/%3E %3Cpath fill='%23FFAB00' d='M10 15.772l-6.18 3.25L5 12.138 0 7.265l6.91-1.004L10 0z'/%3E %3C/g%3E %3C/svg%3E");
-}
-.stars-rating_hovered:hover .stars-rating__icon {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Downloads-1024+' transform='translate(-619.000000, -889.000000)' fill='%23FFAB00'%3E %3Cg id='Download-item-2' transform='translate(380.000000, 758.000000)'%3E %3Cg id='Stars' transform='translate(239.000000, 131.000000)'%3E %3Cpolygon id='Star-1' points='10 15.7719334 3.81966011 19.0211303 5 12.1392207 6.03961325e-14 7.26542528 6.90983006 6.2613682 10 0 13.0901699 6.2613682 20 7.26542528 15 12.1392207 16.1803399 19.0211303'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
- cursor: pointer;
-}
-.stars-rating_hovered:hover .stars-rating__icon:hover {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Downloads-1024+' transform='translate(-619.000000, -889.000000)' fill='%23FFAB00'%3E %3Cg id='Download-item-2' transform='translate(380.000000, 758.000000)'%3E %3Cg id='Stars' transform='translate(239.000000, 131.000000)'%3E %3Cpolygon id='Star-1' points='10 15.7719334 3.81966011 19.0211303 5 12.1392207 6.03961325e-14 7.26542528 6.90983006 6.2613682 10 0 13.0901699 6.2613682 20 7.26542528 15 12.1392207 16.1803399 19.0211303'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
-}
-.stars-rating_hovered:hover .stars-rating__icon:hover ~ .stars-rating__icon {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Downloads-1024+' transform='translate(-619.000000, -889.000000)' fill='none'%3E %3Cg id='Download-item-2' transform='translate(380.000000, 758.000000)'%3E %3Cg id='Stars' transform='translate(239.000000, 131.000000)'%3E %3Cpolygon stroke='%23B0BEC5' stroke-width='2' points='10 15.7719334 3.81966011 19.0211303 5 12.1392207 6.03961325e-14 7.26542528 6.90983006 6.2613682 10 0 13.0901699 6.2613682 20 7.26542528 15 12.1392207 16.1803399 19.0211303'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
-}
-.stars-rating_no-hovered:hover .stars-rating__icon {
- cursor: pointer;
-}
diff --git a/example/.gitignore b/example/.gitignore
new file mode 100644
index 0000000..d30f40e
--- /dev/null
+++ b/example/.gitignore
@@ -0,0 +1,21 @@
+# See https://help.github.com/ignore-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/example/README.md b/example/README.md
new file mode 100644
index 0000000..c55ccdf
--- /dev/null
+++ b/example/README.md
@@ -0,0 +1,2164 @@
+This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
+
+Below you will find some information on how to perform common tasks.
+You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
+
+## Table of Contents
+
+- [Updating to New Releases](#updating-to-new-releases)
+- [Sending Feedback](#sending-feedback)
+- [Folder Structure](#folder-structure)
+- [Available Scripts](#available-scripts)
+ - [npm start](#npm-start)
+ - [npm test](#npm-test)
+ - [npm run build](#npm-run-build)
+ - [npm run eject](#npm-run-eject)
+- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
+- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
+- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
+- [Debugging in the Editor](#debugging-in-the-editor)
+- [Formatting Code Automatically](#formatting-code-automatically)
+- [Changing the Page `
`](#changing-the-page-title)
+- [Installing a Dependency](#installing-a-dependency)
+- [Importing a Component](#importing-a-component)
+- [Code Splitting](#code-splitting)
+- [Adding a Stylesheet](#adding-a-stylesheet)
+- [Post-Processing CSS](#post-processing-css)
+- [Adding a CSS Preprocessor (Sass, Less etc.)](#adding-a-css-preprocessor-sass-less-etc)
+- [Adding Images, Fonts, and Files](#adding-images-fonts-and-files)
+- [Using the `public` Folder](#using-the-public-folder)
+ - [Changing the HTML](#changing-the-html)
+ - [Adding Assets Outside of the Module System](#adding-assets-outside-of-the-module-system)
+ - [When to Use the `public` Folder](#when-to-use-the-public-folder)
+- [Using Global Variables](#using-global-variables)
+- [Adding Bootstrap](#adding-bootstrap)
+ - [Using a Custom Theme](#using-a-custom-theme)
+- [Adding Flow](#adding-flow)
+- [Adding Custom Environment Variables](#adding-custom-environment-variables)
+ - [Referencing Environment Variables in the HTML](#referencing-environment-variables-in-the-html)
+ - [Adding Temporary Environment Variables In Your Shell](#adding-temporary-environment-variables-in-your-shell)
+ - [Adding Development Environment Variables In `.env`](#adding-development-environment-variables-in-env)
+- [Can I Use Decorators?](#can-i-use-decorators)
+- [Integrating with an API Backend](#integrating-with-an-api-backend)
+ - [Node](#node)
+ - [Ruby on Rails](#ruby-on-rails)
+- [Proxying API Requests in Development](#proxying-api-requests-in-development)
+ - ["Invalid Host Header" Errors After Configuring Proxy](#invalid-host-header-errors-after-configuring-proxy)
+ - [Configuring the Proxy Manually](#configuring-the-proxy-manually)
+ - [Configuring a WebSocket Proxy](#configuring-a-websocket-proxy)
+- [Using HTTPS in Development](#using-https-in-development)
+- [Generating Dynamic ` ` Tags on the Server](#generating-dynamic-meta-tags-on-the-server)
+- [Pre-Rendering into Static HTML Files](#pre-rendering-into-static-html-files)
+- [Injecting Data from the Server into the Page](#injecting-data-from-the-server-into-the-page)
+- [Running Tests](#running-tests)
+ - [Filename Conventions](#filename-conventions)
+ - [Command Line Interface](#command-line-interface)
+ - [Version Control Integration](#version-control-integration)
+ - [Writing Tests](#writing-tests)
+ - [Testing Components](#testing-components)
+ - [Using Third Party Assertion Libraries](#using-third-party-assertion-libraries)
+ - [Initializing Test Environment](#initializing-test-environment)
+ - [Focusing and Excluding Tests](#focusing-and-excluding-tests)
+ - [Coverage Reporting](#coverage-reporting)
+ - [Continuous Integration](#continuous-integration)
+ - [Disabling jsdom](#disabling-jsdom)
+ - [Snapshot Testing](#snapshot-testing)
+ - [Editor Integration](#editor-integration)
+- [Developing Components in Isolation](#developing-components-in-isolation)
+ - [Getting Started with Storybook](#getting-started-with-storybook)
+ - [Getting Started with Styleguidist](#getting-started-with-styleguidist)
+- [Making a Progressive Web App](#making-a-progressive-web-app)
+ - [Opting Out of Caching](#opting-out-of-caching)
+ - [Offline-First Considerations](#offline-first-considerations)
+ - [Progressive Web App Metadata](#progressive-web-app-metadata)
+- [Analyzing the Bundle Size](#analyzing-the-bundle-size)
+- [Deployment](#deployment)
+ - [Static Server](#static-server)
+ - [Other Solutions](#other-solutions)
+ - [Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
+ - [Building for Relative Paths](#building-for-relative-paths)
+ - [Azure](#azure)
+ - [Firebase](#firebase)
+ - [GitHub Pages](#github-pages)
+ - [Heroku](#heroku)
+ - [Netlify](#netlify)
+ - [Now](#now)
+ - [S3 and CloudFront](#s3-and-cloudfront)
+ - [Surge](#surge)
+- [Advanced Configuration](#advanced-configuration)
+- [Troubleshooting](#troubleshooting)
+ - [`npm start` doesn’t detect changes](#npm-start-doesnt-detect-changes)
+ - [`npm test` hangs on macOS Sierra](#npm-test-hangs-on-macos-sierra)
+ - [`npm run build` exits too early](#npm-run-build-exits-too-early)
+ - [`npm run build` fails on Heroku](#npm-run-build-fails-on-heroku)
+ - [`npm run build` fails to minify](#npm-run-build-fails-to-minify)
+ - [Moment.js locales are missing](#momentjs-locales-are-missing)
+- [Something Missing?](#something-missing)
+
+## Updating to New Releases
+
+Create React App is divided into two packages:
+
+* `create-react-app` is a global command-line utility that you use to create new projects.
+* `react-scripts` is a development dependency in the generated projects (including this one).
+
+You almost never need to update `create-react-app` itself: it delegates all the setup to `react-scripts`.
+
+When you run `create-react-app`, it always creates the project with the latest version of `react-scripts` so you’ll get all the new features and improvements in newly created apps automatically.
+
+To update an existing project to a new version of `react-scripts`, [open the changelog](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md), find the version you’re currently on (check `package.json` in this folder if you’re not sure), and apply the migration instructions for the newer versions.
+
+In most cases bumping the `react-scripts` version in `package.json` and running `npm install` in this folder should be enough, but it’s good to consult the [changelog](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md) for potential breaking changes.
+
+We commit to keeping the breaking changes minimal so you can upgrade `react-scripts` painlessly.
+
+## Sending Feedback
+
+We are always open to [your feedback](https://github.com/facebookincubator/create-react-app/issues).
+
+## Folder Structure
+
+After creation, your project should look like this:
+
+```
+my-app/
+ README.md
+ node_modules/
+ package.json
+ public/
+ index.html
+ favicon.ico
+ src/
+ App.css
+ App.js
+ App.test.js
+ index.css
+ index.js
+ logo.svg
+```
+
+For the project to build, **these files must exist with exact filenames**:
+
+* `public/index.html` is the page template;
+* `src/index.js` is the JavaScript entry point.
+
+You can delete or rename the other files.
+
+You may create subdirectories inside `src`. For faster rebuilds, only files inside `src` are processed by Webpack.
+You need to **put any JS and CSS files inside `src`**, otherwise Webpack won’t see them.
+
+Only files inside `public` can be used from `public/index.html`.
+Read instructions below for using assets from JavaScript and HTML.
+
+You can, however, create more top-level directories.
+They will not be included in the production build so you can use them for things like documentation.
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
+
+The page will reload if you make edits.
+You will also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.
+See the section about [running tests](#running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.
+Your app is ready to be deployed!
+
+See the section about [deployment](#deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
+
+If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
+
+You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
+
+## Supported Language Features and Polyfills
+
+This project supports a superset of the latest JavaScript standard.
+In addition to [ES6](https://github.com/lukehoban/es6features) syntax features, it also supports:
+
+* [Exponentiation Operator](https://github.com/rwaldron/exponentiation-operator) (ES2016).
+* [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017).
+* [Object Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) (stage 3 proposal).
+* [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 3 proposal)
+* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (stage 2 proposal).
+* [JSX](https://facebook.github.io/react/docs/introducing-jsx.html) and [Flow](https://flowtype.org/) syntax.
+
+Learn more about [different proposal stages](https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets-).
+
+While we recommend to use experimental proposals with some caution, Facebook heavily uses these features in the product code, so we intend to provide [codemods](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) if any of these proposals change in the future.
+
+Note that **the project only includes a few ES6 [polyfills](https://en.wikipedia.org/wiki/Polyfill)**:
+
+* [`Object.assign()`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) via [`object-assign`](https://github.com/sindresorhus/object-assign).
+* [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) via [`promise`](https://github.com/then/promise).
+* [`fetch()`](https://developer.mozilla.org/en/docs/Web/API/Fetch_API) via [`whatwg-fetch`](https://github.com/github/fetch).
+
+If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.
+
+## Syntax Highlighting in the Editor
+
+To configure the syntax highlighting in your favorite text editor, head to the [relevant Babel documentation page](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
+
+## Displaying Lint Output in the Editor
+
+>Note: this feature is available with `react-scripts@0.2.0` and higher.
+>It also only works with npm 3 or higher.
+
+Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint.
+
+They are not required for linting. You should see the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do.
+
+You would need to install an ESLint plugin for your editor first. Then, add a file called `.eslintrc` to the project root:
+
+```js
+{
+ "extends": "react-app"
+}
+```
+
+Now your editor should report the linting warnings.
+
+Note that even if you edit your `.eslintrc` file further, these changes will **only affect the editor integration**. They won’t affect the terminal and in-browser lint output. This is because Create React App intentionally provides a minimal set of rules that find common mistakes.
+
+If you want to enforce a coding style for your project, consider using [Prettier](https://github.com/jlongster/prettier) instead of ESLint style rules.
+
+## Debugging in the Editor
+
+**This feature is currently only supported by [Visual Studio Code](https://code.visualstudio.com) and [WebStorm](https://www.jetbrains.com/webstorm/).**
+
+Visual Studio Code and WebStorm support debugging out of the box with Create React App. This enables you as a developer to write and debug your React code without leaving the editor, and most importantly it enables you to have a continuous development workflow, where context switching is minimal, as you don’t have to switch between tools.
+
+### Visual Studio Code
+
+You would need to have the latest version of [VS Code](https://code.visualstudio.com) and VS Code [Chrome Debugger Extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) installed.
+
+Then add the block below to your `launch.json` file and put it inside the `.vscode` folder in your app’s root directory.
+
+```json
+{
+ "version": "0.2.0",
+ "configurations": [{
+ "name": "Chrome",
+ "type": "chrome",
+ "request": "launch",
+ "url": "http://localhost:3000",
+ "webRoot": "${workspaceRoot}/src",
+ "userDataDir": "${workspaceRoot}/.vscode/chrome",
+ "sourceMapPathOverrides": {
+ "webpack:///src/*": "${webRoot}/*"
+ }
+ }]
+}
+```
+>Note: the URL may be different if you've made adjustments via the [HOST or PORT environment variables](#advanced-configuration).
+
+Start your app by running `npm start`, and start debugging in VS Code by pressing `F5` or by clicking the green debug icon. You can now write code, set breakpoints, make changes to the code, and debug your newly modified code—all from your editor.
+
+### WebStorm
+
+You would need to have [WebStorm](https://www.jetbrains.com/webstorm/) and [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed.
+
+In the WebStorm menu `Run` select `Edit Configurations...`. Then click `+` and select `JavaScript Debug`. Paste `http://localhost:3000` into the URL field and save the configuration.
+
+>Note: the URL may be different if you've made adjustments via the [HOST or PORT environment variables](#advanced-configuration).
+
+Start your app by running `npm start`, then press `^D` on macOS or `F9` on Windows and Linux or click the green debug icon to start debugging in WebStorm.
+
+The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine.
+
+## Formatting Code Automatically
+
+Prettier is an opinionated code formatter with support for JavaScript, CSS and JSON. With Prettier you can format the code you write automatically to ensure a code style within your project. See the [Prettier's GitHub page](https://github.com/prettier/prettier) for more information, and look at this [page to see it in action](https://prettier.github.io/prettier/).
+
+To format our code whenever we make a commit in git, we need to install the following dependencies:
+
+```sh
+npm install --save husky lint-staged prettier
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add husky lint-staged prettier
+```
+
+* `husky` makes it easy to use githooks as if they are npm scripts.
+* `lint-staged` allows us to run scripts on staged files in git. See this [blog post about lint-staged to learn more about it](https://medium.com/@okonetchnikov/make-linting-great-again-f3890e1ad6b8).
+* `prettier` is the JavaScript formatter we will run before commits.
+
+Now we can make sure every file is formatted correctly by adding a few lines to the `package.json` in the project root.
+
+Add the following line to `scripts` section:
+
+```diff
+ "scripts": {
++ "precommit": "lint-staged",
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+```
+
+Next we add a 'lint-staged' field to the `package.json`, for example:
+
+```diff
+ "dependencies": {
+ // ...
+ },
++ "lint-staged": {
++ "src/**/*.{js,jsx,json,css}": [
++ "prettier --single-quote --write",
++ "git add"
++ ]
++ },
+ "scripts": {
+```
+
+Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run `./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx}"` to format your entire project for the first time.
+
+Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://github.com/prettier/prettier#editor-integration) on the Prettier GitHub page.
+
+## Changing the Page ``
+
+You can find the source HTML file in the `public` folder of the generated project. You may edit the `` tag in it to change the title from “React App” to anything else.
+
+Note that normally you wouldn’t edit files in the `public` folder very often. For example, [adding a stylesheet](#adding-a-stylesheet) is done without touching the HTML.
+
+If you need to dynamically update the page title based on the content, you can use the browser [`document.title`](https://developer.mozilla.org/en-US/docs/Web/API/Document/title) API. For more complex scenarios when you want to change the title from React components, you can use [React Helmet](https://github.com/nfl/react-helmet), a third party library.
+
+If you use a custom server for your app in production and want to modify the title before it gets sent to the browser, you can follow advice in [this section](#generating-dynamic-meta-tags-on-the-server). Alternatively, you can pre-build each page as a static HTML file which then loads the JavaScript bundle, which is covered [here](#pre-rendering-into-static-html-files).
+
+## Installing a Dependency
+
+The generated project includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. You may install other dependencies (for example, React Router) with `npm`:
+
+```sh
+npm install --save react-router
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add react-router
+```
+
+This works for any library, not just `react-router`.
+
+## Importing a Component
+
+This project setup supports ES6 modules thanks to Babel.
+While you can still use `require()` and `module.exports`, we encourage you to use [`import` and `export`](http://exploringjs.com/es6/ch_modules.html) instead.
+
+For example:
+
+### `Button.js`
+
+```js
+import React, { Component } from 'react';
+
+class Button extends Component {
+ render() {
+ // ...
+ }
+}
+
+export default Button; // Don’t forget to use export default!
+```
+
+### `DangerButton.js`
+
+
+```js
+import React, { Component } from 'react';
+import Button from './Button'; // Import a component from another file
+
+class DangerButton extends Component {
+ render() {
+ return ;
+ }
+}
+
+export default DangerButton;
+```
+
+Be aware of the [difference between default and named exports](http://stackoverflow.com/questions/36795819/react-native-es-6-when-should-i-use-curly-braces-for-import/36796281#36796281). It is a common source of mistakes.
+
+We suggest that you stick to using default imports and exports when a module only exports a single thing (for example, a component). That’s what you get when you use `export default Button` and `import Button from './Button'`.
+
+Named exports are useful for utility modules that export several functions. A module may have at most one default export and as many named exports as you like.
+
+Learn more about ES6 modules:
+
+* [When to use the curly braces?](http://stackoverflow.com/questions/36795819/react-native-es-6-when-should-i-use-curly-braces-for-import/36796281#36796281)
+* [Exploring ES6: Modules](http://exploringjs.com/es6/ch_modules.html)
+* [Understanding ES6: Modules](https://leanpub.com/understandinges6/read#leanpub-auto-encapsulating-code-with-modules)
+
+## Code Splitting
+
+Instead of downloading the entire app before users can use it, code splitting allows you to split your code into small chunks which you can then load on demand.
+
+This project setup supports code splitting via [dynamic `import()`](http://2ality.com/2017/01/import-operator.html#loading-code-on-demand). Its [proposal](https://github.com/tc39/proposal-dynamic-import) is in stage 3. The `import()` function-like form takes the module name as an argument and returns a [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) which always resolves to the namespace object of the module.
+
+Here is an example:
+
+### `moduleA.js`
+
+```js
+const moduleA = 'Hello';
+
+export { moduleA };
+```
+### `App.js`
+
+```js
+import React, { Component } from 'react';
+
+class App extends Component {
+ handleClick = () => {
+ import('./moduleA')
+ .then(({ moduleA }) => {
+ // Use moduleA
+ })
+ .catch(err => {
+ // Handle failure
+ });
+ };
+
+ render() {
+ return (
+
+ Load
+
+ );
+ }
+}
+
+export default App;
+```
+
+This will make `moduleA.js` and all its unique dependencies as a separate chunk that only loads after the user clicks the 'Load' button.
+
+You can also use it with `async` / `await` syntax if you prefer it.
+
+### With React Router
+
+If you are using React Router check out [this tutorial](http://serverless-stack.com/chapters/code-splitting-in-create-react-app.html) on how to use code splitting with it. You can find the companion GitHub repository [here](https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/code-splitting-in-create-react-app).
+
+## Adding a Stylesheet
+
+This project setup uses [Webpack](https://webpack.js.org/) for handling all assets. Webpack offers a custom way of “extending” the concept of `import` beyond JavaScript. To express that a JavaScript file depends on a CSS file, you need to **import the CSS from the JavaScript file**:
+
+### `Button.css`
+
+```css
+.Button {
+ padding: 20px;
+}
+```
+
+### `Button.js`
+
+```js
+import React, { Component } from 'react';
+import './Button.css'; // Tell Webpack that Button.js uses these styles
+
+class Button extends Component {
+ render() {
+ // You can use them as regular CSS styles
+ return
;
+ }
+}
+```
+
+**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-ui-engineering/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
+
+In development, expressing dependencies this way allows your styles to be reloaded on the fly as you edit them. In production, all CSS files will be concatenated into a single minified `.css` file in the build output.
+
+If you are concerned about using Webpack-specific semantics, you can put all your CSS right into `src/index.css`. It would still be imported from `src/index.js`, but you could always remove that import if you later migrate to a different build tool.
+
+## Post-Processing CSS
+
+This project setup minifies your CSS and adds vendor prefixes to it automatically through [Autoprefixer](https://github.com/postcss/autoprefixer) so you don’t need to worry about it.
+
+For example, this:
+
+```css
+.App {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}
+```
+
+becomes this:
+
+```css
+.App {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: row;
+ flex-direction: row;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+}
+```
+
+If you need to disable autoprefixing for some reason, [follow this section](https://github.com/postcss/autoprefixer#disabling).
+
+## Adding a CSS Preprocessor (Sass, Less etc.)
+
+Generally, we recommend that you don’t reuse the same CSS classes across different components. For example, instead of using a `.Button` CSS class in `` and `` components, we recommend creating a `` component with its own `.Button` styles, that both `` and `` can render (but [not inherit](https://facebook.github.io/react/docs/composition-vs-inheritance.html)).
+
+Following this rule often makes CSS preprocessors less useful, as features like mixins and nesting are replaced by component composition. You can, however, integrate a CSS preprocessor if you find it valuable. In this walkthrough, we will be using Sass, but you can also use Less, or another alternative.
+
+First, let’s install the command-line interface for Sass:
+
+```sh
+npm install --save node-sass-chokidar
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add node-sass-chokidar
+```
+
+Then in `package.json`, add the following lines to `scripts`:
+
+```diff
+ "scripts": {
++ "build-css": "node-sass-chokidar src/ -o src/",
++ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+```
+
+>Note: To use a different preprocessor, replace `build-css` and `watch-css` commands according to your preprocessor’s documentation.
+
+Now you can rename `src/App.css` to `src/App.scss` and run `npm run watch-css`. The watcher will find every Sass file in `src` subdirectories, and create a corresponding CSS file next to it, in our case overwriting `src/App.css`. Since `src/App.js` still imports `src/App.css`, the styles become a part of your application. You can now edit `src/App.scss`, and `src/App.css` will be regenerated.
+
+To share variables between Sass files, you can use Sass imports. For example, `src/App.scss` and other component style files could include `@import "./shared.scss";` with variable definitions.
+
+To enable importing files without using relative paths, you can add the `--include-path` option to the command in `package.json`.
+
+```
+"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
+"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
+```
+
+This will allow you to do imports like
+
+```scss
+@import 'styles/_colors.scss'; // assuming a styles directory under src/
+@import 'nprogress/nprogress'; // importing a css file from the nprogress node module
+```
+
+At this point you might want to remove all CSS files from the source control, and add `src/**/*.css` to your `.gitignore` file. It is generally a good practice to keep the build products outside of the source control.
+
+As a final step, you may find it convenient to run `watch-css` automatically with `npm start`, and run `build-css` as a part of `npm run build`. You can use the `&&` operator to execute two scripts sequentially. However, there is no cross-platform way to run two scripts in parallel, so we will install a package for this:
+
+```sh
+npm install --save npm-run-all
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add npm-run-all
+```
+
+Then we can change `start` and `build` scripts to include the CSS preprocessor commands:
+
+```diff
+ "scripts": {
+ "build-css": "node-sass-chokidar src/ -o src/",
+ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
+- "start": "react-scripts start",
+- "build": "react-scripts build",
++ "start-js": "react-scripts start",
++ "start": "npm-run-all -p watch-css start-js",
++ "build": "npm run build-css && react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+```
+
+Now running `npm start` and `npm run build` also builds Sass files.
+
+**Why `node-sass-chokidar`?**
+
+`node-sass` has been reported as having the following issues:
+
+- `node-sass --watch` has been reported to have *performance issues* in certain conditions when used in a virtual machine or with docker.
+
+- Infinite styles compiling [#1939](https://github.com/facebookincubator/create-react-app/issues/1939)
+
+- `node-sass` has been reported as having issues with detecting new files in a directory [#1891](https://github.com/sass/node-sass/issues/1891)
+
+ `node-sass-chokidar` is used here as it addresses these issues.
+
+## Adding Images, Fonts, and Files
+
+With Webpack, using static assets like images and fonts works similarly to CSS.
+
+You can **`import` a file right in a JavaScript module**. This tells Webpack to include that file in the bundle. Unlike CSS imports, importing a file gives you a string value. This value is the final path you can reference in your code, e.g. as the `src` attribute of an image or the `href` of a link to a PDF.
+
+To reduce the number of requests to the server, importing images that are less than 10,000 bytes returns a [data URI](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) instead of a path. This applies to the following file extensions: bmp, gif, jpg, jpeg, and png. SVG files are excluded due to [#1153](https://github.com/facebookincubator/create-react-app/issues/1153).
+
+Here is an example:
+
+```js
+import React from 'react';
+import logo from './logo.png'; // Tell Webpack this JS file uses this image
+
+console.log(logo); // /logo.84287d09.png
+
+function Header() {
+ // Import result is the URL of your image
+ return ;
+}
+
+export default Header;
+```
+
+This ensures that when the project is built, Webpack will correctly move the images into the build folder, and provide us with correct paths.
+
+This works in CSS too:
+
+```css
+.Logo {
+ background-image: url(./logo.png);
+}
+```
+
+Webpack finds all relative module references in CSS (they start with `./`) and replaces them with the final paths from the compiled bundle. If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. The final filenames in the compiled bundle are generated by Webpack from content hashes. If the file content changes in the future, Webpack will give it a different name in production so you don’t need to worry about long-term caching of assets.
+
+Please be advised that this is also a custom feature of Webpack.
+
+**It is not required for React** but many people enjoy it (and React Native uses a similar mechanism for images).
+An alternative way of handling static assets is described in the next section.
+
+## Using the `public` Folder
+
+>Note: this feature is available with `react-scripts@0.5.0` and higher.
+
+### Changing the HTML
+
+The `public` folder contains the HTML file so you can tweak it, for example, to [set the page title](#changing-the-page-title).
+The `
+```
+
+Then, on the server, you can replace `__SERVER_DATA__` with a JSON of real data right before sending the response. The client code can then read `window.SERVER_DATA` to use it. **Make sure to [sanitize the JSON before sending it to the client](https://medium.com/node-security/the-most-common-xss-vulnerability-in-react-js-applications-2bdffbcc1fa0) as it makes your app vulnerable to XSS attacks.**
+
+## Running Tests
+
+>Note: this feature is available with `react-scripts@0.3.0` and higher.
+>[Read the migration guide to learn how to enable it in older projects!](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md#migrating-from-023-to-030)
+
+Create React App uses [Jest](https://facebook.github.io/jest/) as its test runner. To prepare for this integration, we did a [major revamp](https://facebook.github.io/jest/blog/2016/09/01/jest-15.html) of Jest so if you heard bad things about it years ago, give it another try.
+
+Jest is a Node-based runner. This means that the tests always run in a Node environment and not in a real browser. This lets us enable fast iteration speed and prevent flakiness.
+
+While Jest provides browser globals such as `window` thanks to [jsdom](https://github.com/tmpvar/jsdom), they are only approximations of the real browser behavior. Jest is intended to be used for unit tests of your logic and your components rather than the DOM quirks.
+
+We recommend that you use a separate tool for browser end-to-end tests if you need them. They are beyond the scope of Create React App.
+
+### Filename Conventions
+
+Jest will look for test files with any of the following popular naming conventions:
+
+* Files with `.js` suffix in `__tests__` folders.
+* Files with `.test.js` suffix.
+* Files with `.spec.js` suffix.
+
+The `.test.js` / `.spec.js` files (or the `__tests__` folders) can be located at any depth under the `src` top level folder.
+
+We recommend to put the test files (or `__tests__` folders) next to the code they are testing so that relative imports appear shorter. For example, if `App.test.js` and `App.js` are in the same folder, the test just needs to `import App from './App'` instead of a long relative path. Colocation also helps find tests more quickly in larger projects.
+
+### Command Line Interface
+
+When you run `npm test`, Jest will launch in the watch mode. Every time you save a file, it will re-run the tests, just like `npm start` recompiles the code.
+
+The watcher includes an interactive command-line interface with the ability to run all tests, or focus on a search pattern. It is designed this way so that you can keep it open and enjoy fast re-runs. You can learn the commands from the “Watch Usage” note that the watcher prints after every run:
+
+![Jest watch mode](http://facebook.github.io/jest/img/blog/15-watch.gif)
+
+### Version Control Integration
+
+By default, when you run `npm test`, Jest will only run the tests related to files changed since the last commit. This is an optimization designed to make your tests run fast regardless of how many tests you have. However it assumes that you don’t often commit the code that doesn’t pass the tests.
+
+Jest will always explicitly mention that it only ran tests related to the files changed since the last commit. You can also press `a` in the watch mode to force Jest to run all tests.
+
+Jest will always run all tests on a [continuous integration](#continuous-integration) server or if the project is not inside a Git or Mercurial repository.
+
+### Writing Tests
+
+To create tests, add `it()` (or `test()`) blocks with the name of the test and its code. You may optionally wrap them in `describe()` blocks for logical grouping but this is neither required nor recommended.
+
+Jest provides a built-in `expect()` global function for making assertions. A basic test could look like this:
+
+```js
+import sum from './sum';
+
+it('sums numbers', () => {
+ expect(sum(1, 2)).toEqual(3);
+ expect(sum(2, 2)).toEqual(4);
+});
+```
+
+All `expect()` matchers supported by Jest are [extensively documented here](http://facebook.github.io/jest/docs/expect.html).
+You can also use [`jest.fn()` and `expect(fn).toBeCalled()`](http://facebook.github.io/jest/docs/expect.html#tohavebeencalled) to create “spies” or mock functions.
+
+### Testing Components
+
+There is a broad spectrum of component testing techniques. They range from a “smoke test” verifying that a component renders without throwing, to shallow rendering and testing some of the output, to full rendering and testing component lifecycle and state changes.
+
+Different projects choose different testing tradeoffs based on how often components change, and how much logic they contain. If you haven’t decided on a testing strategy yet, we recommend that you start with creating simple smoke tests for your components:
+
+```js
+import React from 'react';
+import ReactDOM from 'react-dom';
+import App from './App';
+
+it('renders without crashing', () => {
+ const div = document.createElement('div');
+ ReactDOM.render( , div);
+});
+```
+
+This test mounts a component and makes sure that it didn’t throw during rendering. Tests like this provide a lot value with very little effort so they are great as a starting point, and this is the test you will find in `src/App.test.js`.
+
+When you encounter bugs caused by changing components, you will gain a deeper insight into which parts of them are worth testing in your application. This might be a good time to introduce more specific tests asserting specific expected output or behavior.
+
+If you’d like to test components in isolation from the child components they render, we recommend using [`shallow()` rendering API](http://airbnb.io/enzyme/docs/api/shallow.html) from [Enzyme](http://airbnb.io/enzyme/). To install it, run:
+
+```sh
+npm install --save enzyme react-test-renderer
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add enzyme react-test-renderer
+```
+
+You can write a smoke test with it too:
+
+```js
+import React from 'react';
+import { shallow } from 'enzyme';
+import App from './App';
+
+it('renders without crashing', () => {
+ shallow( );
+});
+```
+
+Unlike the previous smoke test using `ReactDOM.render()`, this test only renders `` and doesn’t go deeper. For example, even if `` itself renders a `` that throws, this test will pass. Shallow rendering is great for isolated unit tests, but you may still want to create some full rendering tests to ensure the components integrate correctly. Enzyme supports [full rendering with `mount()`](http://airbnb.io/enzyme/docs/api/mount.html), and you can also use it for testing state changes and component lifecycle.
+
+You can read the [Enzyme documentation](http://airbnb.io/enzyme/) for more testing techniques. Enzyme documentation uses Chai and Sinon for assertions but you don’t have to use them because Jest provides built-in `expect()` and `jest.fn()` for spies.
+
+Here is an example from Enzyme documentation that asserts specific output, rewritten to use Jest matchers:
+
+```js
+import React from 'react';
+import { shallow } from 'enzyme';
+import App from './App';
+
+it('renders welcome message', () => {
+ const wrapper = shallow( );
+ const welcome = Welcome to React ;
+ // expect(wrapper.contains(welcome)).to.equal(true);
+ expect(wrapper.contains(welcome)).toEqual(true);
+});
+```
+
+All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/expect.html).
+Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
+
+Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written simpler with jest-enzyme.
+
+```js
+expect(wrapper).toContainReact(welcome)
+```
+
+To enable this, install `jest-enzyme`:
+
+```sh
+npm install --save jest-enzyme
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add jest-enzyme
+```
+
+Import it in [`src/setupTests.js`](#initializing-test-environment) to make its matchers available in every test:
+
+```js
+import 'jest-enzyme';
+```
+
+### Using Third Party Assertion Libraries
+
+We recommend that you use `expect()` for assertions and `jest.fn()` for spies. If you are having issues with them please [file those against Jest](https://github.com/facebook/jest/issues/new), and we’ll fix them. We intend to keep making them better for React, supporting, for example, [pretty-printing React elements as JSX](https://github.com/facebook/jest/pull/1566).
+
+However, if you are used to other libraries, such as [Chai](http://chaijs.com/) and [Sinon](http://sinonjs.org/), or if you have existing code using them that you’d like to port over, you can import them normally like this:
+
+```js
+import sinon from 'sinon';
+import { expect } from 'chai';
+```
+
+and then use them in your tests like you normally do.
+
+### Initializing Test Environment
+
+>Note: this feature is available with `react-scripts@0.4.0` and higher.
+
+If your app uses a browser API that you need to mock in your tests or if you just need a global setup before running your tests, add a `src/setupTests.js` to your project. It will be automatically executed before running your tests.
+
+For example:
+
+#### `src/setupTests.js`
+```js
+const localStorageMock = {
+ getItem: jest.fn(),
+ setItem: jest.fn(),
+ clear: jest.fn()
+};
+global.localStorage = localStorageMock
+```
+
+### Focusing and Excluding Tests
+
+You can replace `it()` with `xit()` to temporarily exclude a test from being executed.
+Similarly, `fit()` lets you focus on a specific test without running any other tests.
+
+### Coverage Reporting
+
+Jest has an integrated coverage reporter that works well with ES6 and requires no configuration.
+Run `npm test -- --coverage` (note extra `--` in the middle) to include a coverage report like this:
+
+![coverage report](http://i.imgur.com/5bFhnTS.png)
+
+Note that tests run much slower with coverage so it is recommended to run it separately from your normal workflow.
+
+### Continuous Integration
+
+By default `npm test` runs the watcher with interactive CLI. However, you can force it to run tests once and finish the process by setting an environment variable called `CI`.
+
+When creating a build of your application with `npm run build` linter warnings are not checked by default. Like `npm test`, you can force the build to perform a linter warning check by setting the environment variable `CI`. If any warnings are encountered then the build fails.
+
+Popular CI servers already set the environment variable `CI` by default but you can do this yourself too:
+
+### On CI servers
+#### Travis CI
+
+1. Following the [Travis Getting started](https://docs.travis-ci.com/user/getting-started/) guide for syncing your GitHub repository with Travis. You may need to initialize some settings manually in your [profile](https://travis-ci.org/profile) page.
+1. Add a `.travis.yml` file to your git repository.
+```
+language: node_js
+node_js:
+ - 6
+cache:
+ directories:
+ - node_modules
+script:
+ - npm run build
+ - npm test
+```
+1. Trigger your first build with a git push.
+1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
+
+#### CircleCI
+
+Follow [this article](https://medium.com/@knowbody/circleci-and-zeits-now-sh-c9b7eebcd3c1) to set up CircleCI with a Create React App project.
+
+### On your own environment
+##### Windows (cmd.exe)
+
+```cmd
+set CI=true&&npm test
+```
+
+```cmd
+set CI=true&&npm run build
+```
+
+(Note: the lack of whitespace is intentional.)
+
+##### Linux, macOS (Bash)
+
+```bash
+CI=true npm test
+```
+
+```bash
+CI=true npm run build
+```
+
+The test command will force Jest to run tests once instead of launching the watcher.
+
+> If you find yourself doing this often in development, please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new) to tell us about your use case because we want to make watcher the best experience and are open to changing how it works to accommodate more workflows.
+
+The build command will check for linter warnings and fail if any are found.
+
+### Disabling jsdom
+
+By default, the `package.json` of the generated project looks like this:
+
+```js
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom"
+```
+
+If you know that none of your tests depend on [jsdom](https://github.com/tmpvar/jsdom), you can safely remove `--env=jsdom`, and your tests will run faster:
+
+```diff
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+- "test": "react-scripts test --env=jsdom"
++ "test": "react-scripts test"
+```
+
+To help you make up your mind, here is a list of APIs that **need jsdom**:
+
+* Any browser globals like `window` and `document`
+* [`ReactDOM.render()`](https://facebook.github.io/react/docs/top-level-api.html#reactdom.render)
+* [`TestUtils.renderIntoDocument()`](https://facebook.github.io/react/docs/test-utils.html#renderintodocument) ([a shortcut](https://github.com/facebook/react/blob/34761cf9a252964abfaab6faf74d473ad95d1f21/src/test/ReactTestUtils.js#L83-L91) for the above)
+* [`mount()`](http://airbnb.io/enzyme/docs/api/mount.html) in [Enzyme](http://airbnb.io/enzyme/index.html)
+
+In contrast, **jsdom is not needed** for the following APIs:
+
+* [`TestUtils.createRenderer()`](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering) (shallow rendering)
+* [`shallow()`](http://airbnb.io/enzyme/docs/api/shallow.html) in [Enzyme](http://airbnb.io/enzyme/index.html)
+
+Finally, jsdom is also not needed for [snapshot testing](http://facebook.github.io/jest/blog/2016/07/27/jest-14.html).
+
+### Snapshot Testing
+
+Snapshot testing is a feature of Jest that automatically generates text snapshots of your components and saves them on the disk so if the UI output changes, you get notified without manually writing any assertions on the component output. [Read more about snapshot testing.](http://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
+
+### Editor Integration
+
+If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest extension](https://github.com/orta/vscode-jest) which works with Create React App out of the box. This provides a lot of IDE-like features while using a text editor: showing the status of a test run with potential fail messages inline, starting and stopping the watcher automatically, and offering one-click snapshot updates.
+
+![VS Code Jest Preview](https://cloud.githubusercontent.com/assets/49038/20795349/a032308a-b7c8-11e6-9b34-7eeac781003f.png)
+
+## Developing Components in Isolation
+
+Usually, in an app, you have a lot of UI components, and each of them has many different states.
+For an example, a simple button component could have following states:
+
+* In a regular state, with a text label.
+* In the disabled mode.
+* In a loading state.
+
+Usually, it’s hard to see these states without running a sample app or some examples.
+
+Create React App doesn’t include any tools for this by default, but you can easily add [Storybook for React](https://storybook.js.org) ([source](https://github.com/storybooks/storybook)) or [React Styleguidist](https://react-styleguidist.js.org/) ([source](https://github.com/styleguidist/react-styleguidist)) to your project. **These are third-party tools that let you develop components and see all their states in isolation from your app**.
+
+![Storybook for React Demo](http://i.imgur.com/7CIAWpB.gif)
+
+You can also deploy your Storybook or style guide as a static app. This way, everyone in your team can view and review different states of UI components without starting a backend server or creating an account in your app.
+
+### Getting Started with Storybook
+
+Storybook is a development environment for React UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.
+
+First, install the following npm package globally:
+
+```sh
+npm install -g @storybook/cli
+```
+
+Then, run the following command inside your app’s directory:
+
+```sh
+getstorybook
+```
+
+After that, follow the instructions on the screen.
+
+Learn more about React Storybook:
+
+* Screencast: [Getting Started with React Storybook](https://egghead.io/lessons/react-getting-started-with-react-storybook)
+* [GitHub Repo](https://github.com/storybooks/storybook)
+* [Documentation](https://storybook.js.org/basics/introduction/)
+* [Snapshot Testing UI](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with Storybook + addon/storyshot
+
+### Getting Started with Styleguidist
+
+Styleguidist combines a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground.
+
+First, install Styleguidist:
+
+```sh
+npm install --save react-styleguidist
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add react-styleguidist
+```
+
+Then, add these scripts to your `package.json`:
+
+```diff
+ "scripts": {
++ "styleguide": "styleguidist server",
++ "styleguide:build": "styleguidist build",
+ "start": "react-scripts start",
+```
+
+Then, run the following command inside your app’s directory:
+
+```sh
+npm run styleguide
+```
+
+After that, follow the instructions on the screen.
+
+Learn more about React Styleguidist:
+
+* [GitHub Repo](https://github.com/styleguidist/react-styleguidist)
+* [Documentation](https://react-styleguidist.js.org/docs/getting-started.html)
+
+## Making a Progressive Web App
+
+By default, the production build is a fully functional, offline-first
+[Progressive Web App](https://developers.google.com/web/progressive-web-apps/).
+
+Progressive Web Apps are faster and more reliable than traditional web pages, and provide an engaging mobile experience:
+
+ * All static site assets are cached so that your page loads fast on subsequent visits, regardless of network connectivity (such as 2G or 3G). Updates are downloaded in the background.
+ * Your app will work regardless of network state, even if offline. This means your users will be able to use your app at 10,000 feet and on the Subway.
+ * On mobile devices, your app can be added directly to the user's home screen, app icon and all. You can also re-engage users using web **push notifications**. This eliminates the need for the app store.
+
+The [`sw-precache-webpack-plugin`](https://github.com/goldhand/sw-precache-webpack-plugin)
+is integrated into production configuration,
+and it will take care of generating a service worker file that will automatically
+precache all of your local assets and keep them up to date as you deploy updates.
+The service worker will use a [cache-first strategy](https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-falling-back-to-network)
+for handling all requests for local assets, including the initial HTML, ensuring
+that your web app is reliably fast, even on a slow or unreliable network.
+
+### Opting Out of Caching
+
+If you would prefer not to enable service workers prior to your initial
+production deployment, then remove the call to `serviceWorkerRegistration.register()`
+from [`src/index.js`](src/index.js).
+
+If you had previously enabled service workers in your production deployment and
+have decided that you would like to disable them for all your existing users,
+you can swap out the call to `serviceWorkerRegistration.register()` in
+[`src/index.js`](src/index.js) with a call to `serviceWorkerRegistration.unregister()`.
+After the user visits a page that has `serviceWorkerRegistration.unregister()`,
+the service worker will be uninstalled. Note that depending on how `/service-worker.js` is served,
+it may take up to 24 hours for the cache to be invalidated.
+
+### Offline-First Considerations
+
+1. Service workers [require HTTPS](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers#you_need_https),
+although to facilitate local testing, that policy
+[does not apply to `localhost`](http://stackoverflow.com/questions/34160509/options-for-testing-service-workers-via-http/34161385#34161385).
+If your production web server does not support HTTPS, then the service worker
+registration will fail, but the rest of your web app will remain functional.
+
+1. Service workers are [not currently supported](https://jakearchibald.github.io/isserviceworkerready/)
+in all web browsers. Service worker registration [won't be attempted](src/registerServiceWorker.js)
+on browsers that lack support.
+
+1. The service worker is only enabled in the [production environment](#deployment),
+e.g. the output of `npm run build`. It's recommended that you do not enable an
+offline-first service worker in a development environment, as it can lead to
+frustration when previously cached assets are used and do not include the latest
+changes you've made locally.
+
+1. If you *need* to test your offline-first service worker locally, build
+the application (using `npm run build`) and run a simple http server from your
+build directory. After running the build script, `create-react-app` will give
+instructions for one way to test your production build locally and the [deployment instructions](#deployment) have
+instructions for using other methods. *Be sure to always use an
+incognito window to avoid complications with your browser cache.*
+
+1. If possible, configure your production environment to serve the generated
+`service-worker.js` [with HTTP caching disabled](http://stackoverflow.com/questions/38843970/service-worker-javascript-update-frequency-every-24-hours).
+If that's not possible—[GitHub Pages](#github-pages), for instance, does not
+allow you to change the default 10 minute HTTP cache lifetime—then be aware
+that if you visit your production site, and then revisit again before
+`service-worker.js` has expired from your HTTP cache, you'll continue to get
+the previously cached assets from the service worker. If you have an immediate
+need to view your updated production deployment, performing a shift-refresh
+will temporarily disable the service worker and retrieve all assets from the
+network.
+
+1. Users aren't always familiar with offline-first web apps. It can be useful to
+[let the user know](https://developers.google.com/web/fundamentals/instant-and-offline/offline-ux#inform_the_user_when_the_app_is_ready_for_offline_consumption)
+when the service worker has finished populating your caches (showing a "This web
+app works offline!" message) and also let them know when the service worker has
+fetched the latest updates that will be available the next time they load the
+page (showing a "New content is available; please refresh." message). Showing
+this messages is currently left as an exercise to the developer, but as a
+starting point, you can make use of the logic included in [`src/registerServiceWorker.js`](src/registerServiceWorker.js), which
+demonstrates which service worker lifecycle events to listen for to detect each
+scenario, and which as a default, just logs appropriate messages to the
+JavaScript console.
+
+1. By default, the generated service worker file will not intercept or cache any
+cross-origin traffic, like HTTP [API requests](#integrating-with-an-api-backend),
+images, or embeds loaded from a different domain. If you would like to use a
+runtime caching strategy for those requests, you can [`eject`](#npm-run-eject)
+and then configure the
+[`runtimeCaching`](https://github.com/GoogleChrome/sw-precache#runtimecaching-arrayobject)
+option in the `SWPrecacheWebpackPlugin` section of
+[`webpack.config.prod.js`](../config/webpack.config.prod.js).
+
+### Progressive Web App Metadata
+
+The default configuration includes a web app manifest located at
+[`public/manifest.json`](public/manifest.json), that you can customize with
+details specific to your web application.
+
+When a user adds a web app to their homescreen using Chrome or Firefox on
+Android, the metadata in [`manifest.json`](public/manifest.json) determines what
+icons, names, and branding colors to use when the web app is displayed.
+[The Web App Manifest guide](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/)
+provides more context about what each field means, and how your customizations
+will affect your users' experience.
+
+## Analyzing the Bundle Size
+
+[Source map explorer](https://www.npmjs.com/package/source-map-explorer) analyzes
+JavaScript bundles using the source maps. This helps you understand where code
+bloat is coming from.
+
+To add Source map explorer to a Create React App project, follow these steps:
+
+```sh
+npm install --save source-map-explorer
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add source-map-explorer
+```
+
+Then in `package.json`, add the following line to `scripts`:
+
+```diff
+ "scripts": {
++ "analyze": "source-map-explorer build/static/js/main.*",
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+```
+
+Then to analyze the bundle run the production build then run the analyze
+script.
+
+```
+npm run build
+npm run analyze
+```
+
+## Deployment
+
+`npm run build` creates a `build` directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main..js` are served with the contents of the `/static/js/main..js` file.
+
+### Static Server
+
+For environments using [Node](https://nodejs.org/), the easiest way to handle this would be to install [serve](https://github.com/zeit/serve) and let it handle the rest:
+
+```sh
+npm install -g serve
+serve -s build
+```
+
+The last command shown above will serve your static site on the port **5000**. Like many of [serve](https://github.com/zeit/serve)’s internal settings, the port can be adjusted using the `-p` or `--port` flags.
+
+Run this command to get a full list of the options available:
+
+```sh
+serve -h
+```
+
+### Other Solutions
+
+You don’t necessarily need a static server in order to run a Create React App project in production. It works just as fine integrated into an existing dynamic one.
+
+Here’s a programmatic example using [Node](https://nodejs.org/) and [Express](http://expressjs.com/):
+
+```javascript
+const express = require('express');
+const path = require('path');
+const app = express();
+
+app.use(express.static(path.join(__dirname, 'build')));
+
+app.get('/', function (req, res) {
+ res.sendFile(path.join(__dirname, 'build', 'index.html'));
+});
+
+app.listen(9000);
+```
+
+The choice of your server software isn’t important either. Since Create React App is completely platform-agnostic, there’s no need to explicitly use Node.
+
+The `build` folder with static assets is the only output produced by Create React App.
+
+However this is not quite enough if you use client-side routing. Read the next section if you want to support URLs like `/todos/42` in your single-page app.
+
+### Serving Apps with Client-Side Routing
+
+If you use routers that use the HTML5 [`pushState` history API](https://developer.mozilla.org/en-US/docs/Web/API/History_API#Adding_and_modifying_history_entries) under the hood (for example, [React Router](https://github.com/ReactTraining/react-router) with `browserHistory`), many static file servers will fail. For example, if you used React Router with a route for `/todos/42`, the development server will respond to `localhost:3000/todos/42` properly, but an Express serving a production build as above will not.
+
+This is because when there is a fresh page load for a `/todos/42`, the server looks for the file `build/todos/42` and does not find it. The server needs to be configured to respond to a request to `/todos/42` by serving `index.html`. For example, we can amend our Express example above to serve `index.html` for any unknown paths:
+
+```diff
+ app.use(express.static(path.join(__dirname, 'build')));
+
+-app.get('/', function (req, res) {
++app.get('/*', function (req, res) {
+ res.sendFile(path.join(__dirname, 'build', 'index.html'));
+ });
+```
+
+If you’re using [Apache HTTP Server](https://httpd.apache.org/), you need to create a `.htaccess` file in the `public` folder that looks like this:
+
+```
+ Options -MultiViews
+ RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteRule ^ index.html [QSA,L]
+```
+
+It will get copied to the `build` folder when you run `npm run build`.
+
+If you’re using [Apache Tomcat](http://tomcat.apache.org/), you need to follow [this Stack Overflow answer](https://stackoverflow.com/a/41249464/4878474).
+
+Now requests to `/todos/42` will be handled correctly both in development and in production.
+
+On a production build, and in a browser that supports [service workers](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers),
+the service worker will automatically handle all navigation requests, like for
+`/todos/42`, by serving the cached copy of your `index.html`. This
+service worker navigation routing can be configured or disabled by
+[`eject`ing](#npm-run-eject) and then modifying the
+[`navigateFallback`](https://github.com/GoogleChrome/sw-precache#navigatefallback-string)
+and [`navigateFallbackWhitelist`](https://github.com/GoogleChrome/sw-precache#navigatefallbackwhitelist-arrayregexp)
+options of the `SWPreachePlugin` [configuration](../config/webpack.config.prod.js).
+
+### Building for Relative Paths
+
+By default, Create React App produces a build assuming your app is hosted at the server root.
+To override this, specify the `homepage` in your `package.json`, for example:
+
+```js
+ "homepage": "http://mywebsite.com/relativepath",
+```
+
+This will let Create React App correctly infer the root path to use in the generated HTML file.
+
+**Note**: If you are using `react-router@^4`, you can root ` `s using the `basename` prop on any ``.
+More information [here](https://reacttraining.com/react-router/web/api/BrowserRouter/basename-string).
+
+For example:
+```js
+
+ // renders
+```
+
+#### Serving the Same Build from Different Paths
+
+>Note: this feature is available with `react-scripts@0.9.0` and higher.
+
+If you are not using the HTML5 `pushState` history API or not using client-side routing at all, it is unnecessary to specify the URL from which your app will be served. Instead, you can put this in your `package.json`:
+
+```js
+ "homepage": ".",
+```
+
+This will make sure that all the asset paths are relative to `index.html`. You will then be able to move your app from `http://mywebsite.com` to `http://mywebsite.com/relativepath` or even `http://mywebsite.com/relative/path` without having to rebuild it.
+
+### Azure
+
+See [this](https://medium.com/@to_pe/deploying-create-react-app-on-microsoft-azure-c0f6686a4321) blog post on how to deploy your React app to [Microsoft Azure](https://azure.microsoft.com/).
+
+### Firebase
+
+Install the Firebase CLI if you haven’t already by running `npm install -g firebase-tools`. Sign up for a [Firebase account](https://console.firebase.google.com/) and create a new project. Run `firebase login` and login with your previous created Firebase account.
+
+Then run the `firebase init` command from your project’s root. You need to choose the **Hosting: Configure and deploy Firebase Hosting sites** and choose the Firebase project you created in the previous step. You will need to agree with `database.rules.json` being created, choose `build` as the public directory, and also agree to **Configure as a single-page app** by replying with `y`.
+
+```sh
+ === Project Setup
+
+ First, let's associate this project directory with a Firebase project.
+ You can create multiple project aliases by running firebase use --add,
+ but for now we'll just set up a default project.
+
+ ? What Firebase project do you want to associate as default? Example app (example-app-fd690)
+
+ === Database Setup
+
+ Firebase Realtime Database Rules allow you to define how your data should be
+ structured and when your data can be read from and written to.
+
+ ? What file should be used for Database Rules? database.rules.json
+ ✔ Database Rules for example-app-fd690 have been downloaded to database.rules.json.
+ Future modifications to database.rules.json will update Database Rules when you run
+ firebase deploy.
+
+ === Hosting Setup
+
+ Your public directory is the folder (relative to your project directory) that
+ will contain Hosting assets to uploaded with firebase deploy. If you
+ have a build process for your assets, use your build's output directory.
+
+ ? What do you want to use as your public directory? build
+ ? Configure as a single-page app (rewrite all urls to /index.html)? Yes
+ ✔ Wrote build/index.html
+
+ i Writing configuration info to firebase.json...
+ i Writing project information to .firebaserc...
+
+ ✔ Firebase initialization complete!
+```
+
+Now, after you create a production build with `npm run build`, you can deploy it by running `firebase deploy`.
+
+```sh
+ === Deploying to 'example-app-fd690'...
+
+ i deploying database, hosting
+ ✔ database: rules ready to deploy.
+ i hosting: preparing build directory for upload...
+ Uploading: [============================== ] 75%✔ hosting: build folder uploaded successfully
+ ✔ hosting: 8 files uploaded successfully
+ i starting release process (may take several minutes)...
+
+ ✔ Deploy complete!
+
+ Project Console: https://console.firebase.google.com/project/example-app-fd690/overview
+ Hosting URL: https://example-app-fd690.firebaseapp.com
+```
+
+For more information see [Add Firebase to your JavaScript Project](https://firebase.google.com/docs/web/setup).
+
+### GitHub Pages
+
+>Note: this feature is available with `react-scripts@0.2.0` and higher.
+
+#### Step 1: Add `homepage` to `package.json`
+
+**The step below is important!**
+**If you skip it, your app will not deploy correctly.**
+
+Open your `package.json` and add a `homepage` field:
+
+```js
+ "homepage": "https://myusername.github.io/my-app",
+```
+
+Create React App uses the `homepage` field to determine the root URL in the built HTML file.
+
+#### Step 2: Install `gh-pages` and add `deploy` to `scripts` in `package.json`
+
+Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub Pages.
+
+To publish it at [https://myusername.github.io/my-app](https://myusername.github.io/my-app), run:
+
+```sh
+npm install --save gh-pages
+```
+
+Alternatively you may use `yarn`:
+
+```sh
+yarn add gh-pages
+```
+
+Add the following scripts in your `package.json`:
+
+```diff
+ "scripts": {
++ "predeploy": "npm run build",
++ "deploy": "gh-pages -d build",
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+```
+
+The `predeploy` script will run automatically before `deploy` is run.
+
+#### Step 3: Deploy the site by running `npm run deploy`
+
+Then run:
+
+```sh
+npm run deploy
+```
+
+#### Step 4: Ensure your project’s settings use `gh-pages`
+
+Finally, make sure **GitHub Pages** option in your GitHub project settings is set to use the `gh-pages` branch:
+
+
+
+#### Step 5: Optionally, configure the domain
+
+You can configure a custom domain with GitHub Pages by adding a `CNAME` file to the `public/` folder.
+
+#### Notes on client-side routing
+
+GitHub Pages doesn’t support routers that use the HTML5 `pushState` history API under the hood (for example, React Router using `browserHistory`). This is because when there is a fresh page load for a url like `http://user.github.io/todomvc/todos/42`, where `/todos/42` is a frontend route, the GitHub Pages server returns 404 because it knows nothing of `/todos/42`. If you want to add a router to a project hosted on GitHub Pages, here are a couple of solutions:
+
+* You could switch from using HTML5 history API to routing with hashes. If you use React Router, you can switch to `hashHistory` for this effect, but the URL will be longer and more verbose (for example, `http://user.github.io/todomvc/#/todos/42?_k=yknaj`). [Read more](https://reacttraining.com/react-router/web/api/Router) about different history implementations in React Router.
+* Alternatively, you can use a trick to teach GitHub Pages to handle 404 by redirecting to your `index.html` page with a special redirect parameter. You would need to add a `404.html` file with the redirection code to the `build` folder before deploying your project, and you’ll need to add code handling the redirect parameter to `index.html`. You can find a detailed explanation of this technique [in this guide](https://github.com/rafrex/spa-github-pages).
+
+### Heroku
+
+Use the [Heroku Buildpack for Create React App](https://github.com/mars/create-react-app-buildpack).
+You can find instructions in [Deploying React with Zero Configuration](https://blog.heroku.com/deploying-react-with-zero-configuration).
+
+#### Resolving Heroku Deployment Errors
+
+Sometimes `npm run build` works locally but fails during deploy via Heroku. Following are the most common cases.
+
+##### "Module not found: Error: Cannot resolve 'file' or 'directory'"
+
+If you get something like this:
+
+```
+remote: Failed to create a production build. Reason:
+remote: Module not found: Error: Cannot resolve 'file' or 'directory'
+MyDirectory in /tmp/build_1234/src
+```
+
+It means you need to ensure that the lettercase of the file or directory you `import` matches the one you see on your filesystem or on GitHub.
+
+This is important because Linux (the operating system used by Heroku) is case sensitive. So `MyDirectory` and `mydirectory` are two distinct directories and thus, even though the project builds locally, the difference in case breaks the `import` statements on Heroku remotes.
+
+##### "Could not find a required file."
+
+If you exclude or ignore necessary files from the package you will see a error similar this one:
+
+```
+remote: Could not find a required file.
+remote: Name: `index.html`
+remote: Searched in: /tmp/build_a2875fc163b209225122d68916f1d4df/public
+remote:
+remote: npm ERR! Linux 3.13.0-105-generic
+remote: npm ERR! argv "/tmp/build_a2875fc163b209225122d68916f1d4df/.heroku/node/bin/node" "/tmp/build_a2875fc163b209225122d68916f1d4df/.heroku/node/bin/npm" "run" "build"
+```
+
+In this case, ensure that the file is there with the proper lettercase and that’s not ignored on your local `.gitignore` or `~/.gitignore_global`.
+
+### Netlify
+
+**To do a manual deploy to Netlify’s CDN:**
+
+```sh
+npm install netlify-cli
+netlify deploy
+```
+
+Choose `build` as the path to deploy.
+
+**To setup continuous delivery:**
+
+With this setup Netlify will build and deploy when you push to git or open a pull request:
+
+1. [Start a new netlify project](https://app.netlify.com/signup)
+2. Pick your Git hosting service and select your repository
+3. Click `Build your site`
+
+**Support for client-side routing:**
+
+To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
+
+```
+/* /index.html 200
+```
+
+When you build the project, Create React App will place the `public` folder contents into the build output.
+
+### Now
+
+[now](https://zeit.co/now) offers a zero-configuration single-command deployment. You can use `now` to deploy your app for free.
+
+1. Install the `now` command-line tool either via the recommended [desktop tool](https://zeit.co/download) or via node with `npm install -g now`.
+
+2. Build your app by running `npm run build`.
+
+3. Move into the build directory by running `cd build`.
+
+4. Run `now --name your-project-name` from within the build directory. You will see a **now.sh** URL in your output like this:
+
+ ```
+ > Ready! https://your-project-name-tpspyhtdtk.now.sh (copied to clipboard)
+ ```
+
+ Paste that URL into your browser when the build is complete, and you will see your deployed app.
+
+Details are available in [this article.](https://zeit.co/blog/unlimited-static)
+
+### S3 and CloudFront
+
+See this [blog post](https://medium.com/@omgwtfmarc/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af) on how to deploy your React app to Amazon Web Services [S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/).
+
+### Surge
+
+Install the Surge CLI if you haven’t already by running `npm install -g surge`. Run the `surge` command and log in you or create a new account.
+
+When asked about the project path, make sure to specify the `build` folder, for example:
+
+```sh
+ project path: /path/to/project/build
+```
+
+Note that in order to support routers that use HTML5 `pushState` API, you may want to rename the `index.html` in your build folder to `200.html` before deploying to Surge. This [ensures that every URL falls back to that file](https://surge.sh/help/adding-a-200-page-for-client-side-routing).
+
+## Advanced Configuration
+
+You can adjust various development and production settings by setting environment variables in your shell or with [.env](#adding-development-environment-variables-in-env).
+
+Variable | Development | Production | Usage
+:--- | :---: | :---: | :---
+BROWSER | :white_check_mark: | :x: | By default, Create React App will open the default system browser, favoring Chrome on macOS. Specify a [browser](https://github.com/sindresorhus/opn#app) to override this behavior, or set it to `none` to disable it completely. If you need to customize the way the browser is launched, you can specify a node script instead. Any arguments passed to `npm start` will also be passed to this script, and the url where your app is served will be the last argument. Your script's file name must have the `.js` extension.
+HOST | :white_check_mark: | :x: | By default, the development web server binds to `localhost`. You may use this variable to specify a different host.
+PORT | :white_check_mark: | :x: | By default, the development web server will attempt to listen on port 3000 or prompt you to attempt the next available port. You may use this variable to specify a different port.
+HTTPS | :white_check_mark: | :x: | When set to `true`, Create React App will run the development server in `https` mode.
+PUBLIC_URL | :x: | :white_check_mark: | Create React App assumes your application is hosted at the serving web server's root or a subpath as specified in [`package.json` (`homepage`)](#building-for-relative-paths). Normally, Create React App ignores the hostname. You may use this variable to force assets to be referenced verbatim to the url you provide (hostname included). This may be particularly useful when using a CDN to host your application.
+CI | :large_orange_diamond: | :white_check_mark: | When set to `true`, Create React App treats warnings as failures in the build. It also makes the test runner non-watching. Most CIs set this flag by default.
+REACT_EDITOR | :white_check_mark: | :x: | When an app crashes in development, you will see an error overlay with clickable stack trace. When you click on it, Create React App will try to determine the editor you are using based on currently running processes, and open the relevant source file. You can [send a pull request to detect your editor of choice](https://github.com/facebookincubator/create-react-app/issues/2636). Setting this environment variable overrides the automatic detection. If you do it, make sure your systems [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) environment variable points to your editor’s bin folder.
+CHOKIDAR_USEPOLLING | :white_check_mark: | :x: | When set to `true`, the watcher runs in polling mode, as necessary inside a VM. Use this option if `npm start` isn't detecting changes.
+GENERATE_SOURCEMAP | :x: | :white_check_mark: | When set to `false`, source maps are not generated for a production build. This solves OOM issues on some smaller machines.
+
+## Troubleshooting
+
+### `npm start` doesn’t detect changes
+
+When you save a file while `npm start` is running, the browser should refresh with the updated code.
+If this doesn’t happen, try one of the following workarounds:
+
+* If your project is in a Dropbox folder, try moving it out.
+* If the watcher doesn’t see a file called `index.js` and you’re referencing it by the folder name, you [need to restart the watcher](https://github.com/facebookincubator/create-react-app/issues/1164) due to a Webpack bug.
+* Some editors like Vim and IntelliJ have a “safe write” feature that currently breaks the watcher. You will need to disable it. Follow the instructions in [“Adjusting Your Text Editor”](https://webpack.js.org/guides/development/#adjusting-your-text-editor).
+* If your project path contains parentheses, try moving the project to a path without them. This is caused by a [Webpack watcher bug](https://github.com/webpack/watchpack/issues/42).
+* On Linux and macOS, you might need to [tweak system settings](https://webpack.github.io/docs/troubleshooting.html#not-enough-watchers) to allow more watchers.
+* If the project runs inside a virtual machine such as (a Vagrant provisioned) VirtualBox, create an `.env` file in your project directory if it doesn’t exist, and add `CHOKIDAR_USEPOLLING=true` to it. This ensures that the next time you run `npm start`, the watcher uses the polling mode, as necessary inside a VM.
+
+If none of these solutions help please leave a comment [in this thread](https://github.com/facebookincubator/create-react-app/issues/659).
+
+### `npm test` hangs on macOS Sierra
+
+If you run `npm test` and the console gets stuck after printing `react-scripts test --env=jsdom` to the console there might be a problem with your [Watchman](https://facebook.github.io/watchman/) installation as described in [facebookincubator/create-react-app#713](https://github.com/facebookincubator/create-react-app/issues/713).
+
+We recommend deleting `node_modules` in your project and running `npm install` (or `yarn` if you use it) first. If it doesn't help, you can try one of the numerous workarounds mentioned in these issues:
+
+* [facebook/jest#1767](https://github.com/facebook/jest/issues/1767)
+* [facebook/watchman#358](https://github.com/facebook/watchman/issues/358)
+* [ember-cli/ember-cli#6259](https://github.com/ember-cli/ember-cli/issues/6259)
+
+It is reported that installing Watchman 4.7.0 or newer fixes the issue. If you use [Homebrew](http://brew.sh/), you can run these commands to update it:
+
+```
+watchman shutdown-server
+brew update
+brew reinstall watchman
+```
+
+You can find [other installation methods](https://facebook.github.io/watchman/docs/install.html#build-install) on the Watchman documentation page.
+
+If this still doesn’t help, try running `launchctl unload -F ~/Library/LaunchAgents/com.github.facebook.watchman.plist`.
+
+There are also reports that *uninstalling* Watchman fixes the issue. So if nothing else helps, remove it from your system and try again.
+
+### `npm run build` exits too early
+
+It is reported that `npm run build` can fail on machines with limited memory and no swap space, which is common in cloud environments. Even with small projects this command can increase RAM usage in your system by hundreds of megabytes, so if you have less than 1 GB of available memory your build is likely to fail with the following message:
+
+> The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process.
+
+If you are completely sure that you didn't terminate the process, consider [adding some swap space](https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04) to the machine you’re building on, or build the project locally.
+
+### `npm run build` fails on Heroku
+
+This may be a problem with case sensitive filenames.
+Please refer to [this section](#resolving-heroku-deployment-errors).
+
+### Moment.js locales are missing
+
+If you use a [Moment.js](https://momentjs.com/), you might notice that only the English locale is available by default. This is because the locale files are large, and you probably only need a subset of [all the locales provided by Moment.js](https://momentjs.com/#multiple-locale-support).
+
+To add a specific Moment.js locale to your bundle, you need to import it explicitly.
+For example:
+
+```js
+import moment from 'moment';
+import 'moment/locale/fr';
+```
+
+If import multiple locales this way, you can later switch between them by calling `moment.locale()` with the locale name:
+
+```js
+import moment from 'moment';
+import 'moment/locale/fr';
+import 'moment/locale/es';
+
+// ...
+
+moment.locale('fr');
+```
+
+This will only work for locales that have been explicitly imported before.
+
+### `npm run build` fails to minify
+
+You may occasionally find a package you depend on needs compiled or ships code for a non-browser environment.
+This is considered poor practice in the ecosystem and does not have an escape hatch in Create React App.
+
+To resolve this:
+1. Open an issue on the dependency's issue tracker and ask that the package be published pre-compiled (retaining ES6 Modules).
+2. Fork the package and publish a corrected version yourself.
+3. If the dependency is small enough, copy it to your `src/` folder and treat it as application code.
+
+## Something Missing?
+
+If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebookincubator/create-react-app/issues) or [contribute some!](https://github.com/facebookincubator/create-react-app/edit/master/packages/react-scripts/template/README.md)
diff --git a/example/package-lock.json b/example/package-lock.json
new file mode 100644
index 0000000..342a424
--- /dev/null
+++ b/example/package-lock.json
@@ -0,0 +1,14701 @@
+{
+ "name": "example",
+ "version": "0.1.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "abab": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-1.0.3.tgz",
+ "integrity": "sha1-uB3l9ydOxOdW15fNg08wNkJyTl0="
+ },
+ "accepts": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
+ "integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
+ "requires": {
+ "mime-types": "2.1.17",
+ "negotiator": "0.6.1"
+ }
+ },
+ "acorn": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.1.2.tgz",
+ "integrity": "sha512-o96FZLJBPY1lvTuJylGA9Bk3t/GKPPJG8H0ydQQl01crzwJgspa4AEIq/pVTXigmK0PHVQhiAtn8WMBLL9D2WA=="
+ },
+ "acorn-dynamic-import": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
+ "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
+ "requires": {
+ "acorn": "4.0.13"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "4.0.13",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
+ "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
+ }
+ }
+ },
+ "acorn-globals": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz",
+ "integrity": "sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=",
+ "requires": {
+ "acorn": "4.0.13"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "4.0.13",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
+ "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
+ }
+ }
+ },
+ "acorn-jsx": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
+ "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
+ "requires": {
+ "acorn": "3.3.0"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
+ "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo="
+ }
+ }
+ },
+ "address": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.0.2.tgz",
+ "integrity": "sha1-SACB6CtYe6MZRZ/vUS9Rb+A9WK8="
+ },
+ "ajv": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.2.2.tgz",
+ "integrity": "sha1-R8aNaehvXZUxA7AHSpQw3GPaXjk=",
+ "requires": {
+ "co": "4.6.0",
+ "fast-deep-equal": "1.0.0",
+ "json-schema-traverse": "0.3.1",
+ "json-stable-stringify": "1.0.1"
+ }
+ },
+ "ajv-keywords": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz",
+ "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw="
+ },
+ "align-text": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
+ "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
+ "requires": {
+ "kind-of": "3.2.2",
+ "longest": "1.0.1",
+ "repeat-string": "1.6.1"
+ }
+ },
+ "alphanum-sort": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
+ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
+ },
+ "amdefine": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
+ },
+ "anser": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.1.tgz",
+ "integrity": "sha1-w2QYY6lizr75Qeoshwbyy08HFr0="
+ },
+ "ansi-align": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz",
+ "integrity": "sha1-LwwWWIKXOa3V67FeawxuNCPwFro=",
+ "requires": {
+ "string-width": "1.0.2"
+ },
+ "dependencies": {
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "ansi-escapes": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-2.0.0.tgz",
+ "integrity": "sha1-W65SvkJIeN2Xg+iRDj/Cki6DyBs="
+ },
+ "ansi-html": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
+ "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4="
+ },
+ "ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
+ },
+ "ansi-styles": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
+ "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "anymatch": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
+ "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
+ "requires": {
+ "micromatch": "2.3.11",
+ "normalize-path": "2.1.1"
+ }
+ },
+ "append-transform": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.tgz",
+ "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=",
+ "requires": {
+ "default-require-extensions": "1.0.0"
+ }
+ },
+ "argparse": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
+ "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
+ "requires": {
+ "sprintf-js": "1.0.3"
+ }
+ },
+ "aria-query": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-0.7.0.tgz",
+ "integrity": "sha512-/r2lHl09V3o74+2MLKEdewoj37YZqiQZnfen1O4iNlrOjUgeKuu1U2yF3iKh6HJxqF+OXkLMfQv65Z/cvxD6vA==",
+ "requires": {
+ "ast-types-flow": "0.0.7"
+ }
+ },
+ "arr-diff": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
+ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
+ "requires": {
+ "arr-flatten": "1.1.0"
+ }
+ },
+ "arr-flatten": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
+ },
+ "array-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
+ "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM="
+ },
+ "array-filter": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
+ "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw="
+ },
+ "array-find-index": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
+ },
+ "array-flatten": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.1.tgz",
+ "integrity": "sha1-Qmu52oQJDBg42BLIFQryCoMx4pY="
+ },
+ "array-includes": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz",
+ "integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=",
+ "requires": {
+ "define-properties": "1.1.2",
+ "es-abstract": "1.8.2"
+ }
+ },
+ "array-map": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
+ "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI="
+ },
+ "array-reduce": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz",
+ "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys="
+ },
+ "array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+ "requires": {
+ "array-uniq": "1.0.3"
+ }
+ },
+ "array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
+ },
+ "array-unique": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
+ "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM="
+ },
+ "arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
+ },
+ "asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
+ },
+ "asn1": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
+ "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y="
+ },
+ "asn1.js": {
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.1.tgz",
+ "integrity": "sha1-SLokC0WpKA6UdImQull9IWYX/UA=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "assert": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
+ "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
+ "requires": {
+ "util": "0.10.3"
+ }
+ },
+ "assert-plus": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
+ "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ="
+ },
+ "ast-types-flow": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
+ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
+ },
+ "async": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz",
+ "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==",
+ "requires": {
+ "lodash": "4.17.4"
+ }
+ },
+ "async-each": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
+ "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0="
+ },
+ "asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "autoprefixer": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.2.tgz",
+ "integrity": "sha1-++rwfUj9h44Ggr98vurecorbKxg=",
+ "requires": {
+ "browserslist": "2.4.0",
+ "caniuse-lite": "1.0.30000727",
+ "normalize-range": "0.1.2",
+ "num2fraction": "1.2.2",
+ "postcss": "6.0.11",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "aws-sign2": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
+ "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8="
+ },
+ "aws4": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
+ "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4="
+ },
+ "axobject-query": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-0.1.0.tgz",
+ "integrity": "sha1-YvWdvFnJ+SQnWco0mWDnov48NsA=",
+ "requires": {
+ "ast-types-flow": "0.0.7"
+ }
+ },
+ "babel-code-frame": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
+ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
+ "requires": {
+ "chalk": "1.1.3",
+ "esutils": "2.0.2",
+ "js-tokens": "3.0.2"
+ }
+ },
+ "babel-core": {
+ "version": "6.25.0",
+ "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.25.0.tgz",
+ "integrity": "sha1-fdQrBGPHQunVKW3rPsZ6kyLa1yk=",
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-generator": "6.26.0",
+ "babel-helpers": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-register": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "convert-source-map": "1.5.0",
+ "debug": "2.6.8",
+ "json5": "0.5.1",
+ "lodash": "4.17.4",
+ "minimatch": "3.0.4",
+ "path-is-absolute": "1.0.1",
+ "private": "0.1.7",
+ "slash": "1.0.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "babel-eslint": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.2.3.tgz",
+ "integrity": "sha1-sv4tgBJkcPXBlELcdXJTqJdxCCc=",
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0"
+ }
+ },
+ "babel-generator": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.0.tgz",
+ "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=",
+ "requires": {
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "detect-indent": "4.0.0",
+ "jsesc": "1.3.0",
+ "lodash": "4.17.4",
+ "source-map": "0.5.7",
+ "trim-right": "1.0.1"
+ }
+ },
+ "babel-helper-builder-binary-assignment-operator-visitor": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
+ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
+ "requires": {
+ "babel-helper-explode-assignable-expression": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-builder-react-jsx": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz",
+ "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "esutils": "2.0.2"
+ }
+ },
+ "babel-helper-call-delegate": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
+ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
+ "requires": {
+ "babel-helper-hoist-variables": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-define-map": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
+ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-helper-explode-assignable-expression": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
+ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-function-name": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
+ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
+ "requires": {
+ "babel-helper-get-function-arity": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-get-function-arity": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
+ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-hoist-variables": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
+ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-optimise-call-expression": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
+ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-regex": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
+ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-helper-remap-async-to-generator": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
+ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-replace-supers": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
+ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
+ "requires": {
+ "babel-helper-optimise-call-expression": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helpers": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
+ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-jest": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-20.0.3.tgz",
+ "integrity": "sha1-5KA7E9wQOJ4UD8ZF0J/8TO0wFnE=",
+ "requires": {
+ "babel-core": "6.25.0",
+ "babel-plugin-istanbul": "4.1.4",
+ "babel-preset-jest": "20.0.3"
+ }
+ },
+ "babel-loader": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.1.tgz",
+ "integrity": "sha1-uHE0yLEuPkwqlOBUYIW8aAorhIg=",
+ "requires": {
+ "find-cache-dir": "1.0.0",
+ "loader-utils": "1.1.0",
+ "mkdirp": "0.5.1"
+ }
+ },
+ "babel-messages": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
+ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-check-es2015-constants": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
+ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-dynamic-import-node": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.0.2.tgz",
+ "integrity": "sha1-rbW8j0iokxFUA5WunwzD7UsQuy4=",
+ "requires": {
+ "babel-plugin-syntax-dynamic-import": "6.18.0",
+ "babel-template": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-istanbul": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.4.tgz",
+ "integrity": "sha1-GN3oS/POMp/d8/QQP66SFFbY5Yc=",
+ "requires": {
+ "find-up": "2.1.0",
+ "istanbul-lib-instrument": "1.8.0",
+ "test-exclude": "4.1.1"
+ }
+ },
+ "babel-plugin-jest-hoist": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.3.tgz",
+ "integrity": "sha1-r+3IU70/jcNUjqZx++adA8wsF2c="
+ },
+ "babel-plugin-syntax-async-functions": {
+ "version": "6.13.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
+ "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU="
+ },
+ "babel-plugin-syntax-class-properties": {
+ "version": "6.13.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
+ "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94="
+ },
+ "babel-plugin-syntax-dynamic-import": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
+ "integrity": "sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo="
+ },
+ "babel-plugin-syntax-exponentiation-operator": {
+ "version": "6.13.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
+ "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
+ },
+ "babel-plugin-syntax-flow": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz",
+ "integrity": "sha1-TDqyCiryaqIM0lmVw5jE63AxDI0="
+ },
+ "babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
+ },
+ "babel-plugin-syntax-object-rest-spread": {
+ "version": "6.13.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
+ "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
+ },
+ "babel-plugin-syntax-trailing-function-commas": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
+ "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM="
+ },
+ "babel-plugin-transform-async-to-generator": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
+ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
+ "requires": {
+ "babel-helper-remap-async-to-generator": "6.24.1",
+ "babel-plugin-syntax-async-functions": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-class-properties": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz",
+ "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=",
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-plugin-syntax-class-properties": "6.13.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-arrow-functions": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
+ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-block-scoped-functions": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
+ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-block-scoping": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
+ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-plugin-transform-es2015-classes": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
+ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
+ "requires": {
+ "babel-helper-define-map": "6.26.0",
+ "babel-helper-function-name": "6.24.1",
+ "babel-helper-optimise-call-expression": "6.24.1",
+ "babel-helper-replace-supers": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-computed-properties": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
+ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-destructuring": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
+ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-duplicate-keys": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
+ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-for-of": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
+ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-function-name": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
+ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-literals": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
+ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-amd": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
+ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
+ "requires": {
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-commonjs": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz",
+ "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=",
+ "requires": {
+ "babel-plugin-transform-strict-mode": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-systemjs": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
+ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
+ "requires": {
+ "babel-helper-hoist-variables": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-umd": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
+ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
+ "requires": {
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-object-super": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
+ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
+ "requires": {
+ "babel-helper-replace-supers": "6.24.1",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-parameters": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
+ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
+ "requires": {
+ "babel-helper-call-delegate": "6.24.1",
+ "babel-helper-get-function-arity": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-shorthand-properties": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
+ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-spread": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
+ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-sticky-regex": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
+ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
+ "requires": {
+ "babel-helper-regex": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-template-literals": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
+ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-typeof-symbol": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
+ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-unicode-regex": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
+ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
+ "requires": {
+ "babel-helper-regex": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "regexpu-core": "2.0.0"
+ }
+ },
+ "babel-plugin-transform-exponentiation-operator": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
+ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
+ "requires": {
+ "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
+ "babel-plugin-syntax-exponentiation-operator": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-flow-strip-types": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz",
+ "integrity": "sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=",
+ "requires": {
+ "babel-plugin-syntax-flow": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-object-rest-spread": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.23.0.tgz",
+ "integrity": "sha1-h11ryb52HFiirj/u5dxIldjH+SE=",
+ "requires": {
+ "babel-plugin-syntax-object-rest-spread": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-constant-elements": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-constant-elements/-/babel-plugin-transform-react-constant-elements-6.23.0.tgz",
+ "integrity": "sha1-LxGb9NLN1F65uqrldAU8YE9hR90=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-display-name": {
+ "version": "6.25.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz",
+ "integrity": "sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz",
+ "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=",
+ "requires": {
+ "babel-helper-builder-react-jsx": "6.26.0",
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx-self": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz",
+ "integrity": "sha1-322AqdomEqEh5t3XVYvL7PBuY24=",
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx-source": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz",
+ "integrity": "sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=",
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-regenerator": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz",
+ "integrity": "sha1-uNowWtQ8PJm0hI5P5AN7dw0jxBg=",
+ "requires": {
+ "regenerator-transform": "0.9.11"
+ }
+ },
+ "babel-plugin-transform-runtime": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz",
+ "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=",
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-strict-mode": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
+ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-preset-env": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.5.2.tgz",
+ "integrity": "sha1-zUrpCm6Utwn5c3SzPl+LmDVWre8=",
+ "requires": {
+ "babel-plugin-check-es2015-constants": "6.22.0",
+ "babel-plugin-syntax-trailing-function-commas": "6.22.0",
+ "babel-plugin-transform-async-to-generator": "6.24.1",
+ "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
+ "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
+ "babel-plugin-transform-es2015-block-scoping": "6.26.0",
+ "babel-plugin-transform-es2015-classes": "6.24.1",
+ "babel-plugin-transform-es2015-computed-properties": "6.24.1",
+ "babel-plugin-transform-es2015-destructuring": "6.23.0",
+ "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
+ "babel-plugin-transform-es2015-for-of": "6.23.0",
+ "babel-plugin-transform-es2015-function-name": "6.24.1",
+ "babel-plugin-transform-es2015-literals": "6.22.0",
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
+ "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
+ "babel-plugin-transform-es2015-modules-umd": "6.24.1",
+ "babel-plugin-transform-es2015-object-super": "6.24.1",
+ "babel-plugin-transform-es2015-parameters": "6.24.1",
+ "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
+ "babel-plugin-transform-es2015-spread": "6.22.0",
+ "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
+ "babel-plugin-transform-es2015-template-literals": "6.22.0",
+ "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
+ "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
+ "babel-plugin-transform-exponentiation-operator": "6.24.1",
+ "babel-plugin-transform-regenerator": "6.24.1",
+ "browserslist": "2.4.0",
+ "invariant": "2.2.2",
+ "semver": "5.4.1"
+ }
+ },
+ "babel-preset-flow": {
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz",
+ "integrity": "sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=",
+ "requires": {
+ "babel-plugin-transform-flow-strip-types": "6.22.0"
+ }
+ },
+ "babel-preset-jest": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-20.0.3.tgz",
+ "integrity": "sha1-y6yq3stdaJyh4d4TYOv8ZoYsF4o=",
+ "requires": {
+ "babel-plugin-jest-hoist": "20.0.3"
+ }
+ },
+ "babel-preset-react": {
+ "version": "6.24.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz",
+ "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=",
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-plugin-transform-react-display-name": "6.25.0",
+ "babel-plugin-transform-react-jsx": "6.24.1",
+ "babel-plugin-transform-react-jsx-self": "6.22.0",
+ "babel-plugin-transform-react-jsx-source": "6.22.0",
+ "babel-preset-flow": "6.23.0"
+ }
+ },
+ "babel-preset-react-app": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-3.0.2.tgz",
+ "integrity": "sha512-UwRU1ppOl1JQEXnCXy8aFsKtvSkn1pNQULveOGZsytfrlHUYu9gU+D+zPYY6yMcAtbvQ4hFs+uA0bpPNwR9++Q==",
+ "requires": {
+ "babel-plugin-dynamic-import-node": "1.0.2",
+ "babel-plugin-syntax-dynamic-import": "6.18.0",
+ "babel-plugin-transform-class-properties": "6.24.1",
+ "babel-plugin-transform-object-rest-spread": "6.23.0",
+ "babel-plugin-transform-react-constant-elements": "6.23.0",
+ "babel-plugin-transform-react-jsx": "6.24.1",
+ "babel-plugin-transform-react-jsx-self": "6.22.0",
+ "babel-plugin-transform-react-jsx-source": "6.22.0",
+ "babel-plugin-transform-regenerator": "6.24.1",
+ "babel-plugin-transform-runtime": "6.23.0",
+ "babel-preset-env": "1.5.2",
+ "babel-preset-react": "6.24.1"
+ }
+ },
+ "babel-register": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
+ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
+ "requires": {
+ "babel-core": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "core-js": "2.5.1",
+ "home-or-tmp": "2.0.0",
+ "lodash": "4.17.4",
+ "mkdirp": "0.5.1",
+ "source-map-support": "0.4.18"
+ },
+ "dependencies": {
+ "babel-core": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz",
+ "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=",
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-generator": "6.26.0",
+ "babel-helpers": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-register": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "convert-source-map": "1.5.0",
+ "debug": "2.6.8",
+ "json5": "0.5.1",
+ "lodash": "4.17.4",
+ "minimatch": "3.0.4",
+ "path-is-absolute": "1.0.1",
+ "private": "0.1.7",
+ "slash": "1.0.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "core-js": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
+ "integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs="
+ }
+ }
+ },
+ "babel-runtime": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
+ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
+ "requires": {
+ "core-js": "2.5.1",
+ "regenerator-runtime": "0.11.0"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
+ "integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs="
+ }
+ }
+ },
+ "babel-template": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
+ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-traverse": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
+ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "debug": "2.6.8",
+ "globals": "9.18.0",
+ "invariant": "2.2.2",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-types": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
+ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "esutils": "2.0.2",
+ "lodash": "4.17.4",
+ "to-fast-properties": "1.0.3"
+ }
+ },
+ "babylon": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
+ },
+ "balanced-match": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
+ },
+ "base64-js": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz",
+ "integrity": "sha512-dwVUVIXsBZXwTuwnXI9RK8sBmgq09NDHzyR9SAph9eqk76gKK2JSQmZARC2zRC81JC2QTtxD0ARU5qTS25gIGw=="
+ },
+ "batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
+ },
+ "bcrypt-pbkdf": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
+ "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
+ "optional": true,
+ "requires": {
+ "tweetnacl": "0.14.5"
+ }
+ },
+ "big.js": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz",
+ "integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg="
+ },
+ "binary-extensions": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.10.0.tgz",
+ "integrity": "sha1-muuabF6IY4qtFx4Wf1kAq+JINdA="
+ },
+ "bluebird": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
+ "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw="
+ },
+ "bn.js": {
+ "version": "4.11.8",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
+ "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA=="
+ },
+ "bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "requires": {
+ "array-flatten": "2.1.1",
+ "deep-equal": "1.0.1",
+ "dns-equal": "1.0.0",
+ "dns-txt": "2.0.2",
+ "multicast-dns": "6.1.1",
+ "multicast-dns-service-types": "1.1.0"
+ }
+ },
+ "boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
+ },
+ "boom": {
+ "version": "2.10.1",
+ "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
+ "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
+ "requires": {
+ "hoek": "2.16.3"
+ }
+ },
+ "boxen": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-0.6.0.tgz",
+ "integrity": "sha1-g2TUJIrDT/DvGy8r9JpsYM4NgbY=",
+ "requires": {
+ "ansi-align": "1.1.0",
+ "camelcase": "2.1.1",
+ "chalk": "1.1.3",
+ "cli-boxes": "1.0.0",
+ "filled-array": "1.1.0",
+ "object-assign": "4.1.1",
+ "repeating": "2.0.1",
+ "string-width": "1.0.2",
+ "widest-line": "1.0.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8="
+ },
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "brace-expansion": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
+ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
+ "requires": {
+ "balanced-match": "1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
+ "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
+ "requires": {
+ "expand-range": "1.8.2",
+ "preserve": "0.2.0",
+ "repeat-element": "1.1.2"
+ }
+ },
+ "brorand": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
+ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
+ },
+ "browser-resolve": {
+ "version": "1.11.2",
+ "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz",
+ "integrity": "sha1-j/CbCixCFxihBRwmCzLkj0QpOM4=",
+ "requires": {
+ "resolve": "1.1.7"
+ },
+ "dependencies": {
+ "resolve": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
+ "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs="
+ }
+ }
+ },
+ "browserify-aes": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.0.8.tgz",
+ "integrity": "sha512-WYCMOT/PtGTlpOKFht0YJFYcPy6pLCR98CtWfzK13zoynLlBMvAdEMSRGmgnJCw2M2j/5qxBkinZQFobieM8dQ==",
+ "requires": {
+ "buffer-xor": "1.0.3",
+ "cipher-base": "1.0.4",
+ "create-hash": "1.1.3",
+ "evp_bytestokey": "1.0.3",
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "browserify-cipher": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz",
+ "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=",
+ "requires": {
+ "browserify-aes": "1.0.8",
+ "browserify-des": "1.0.0",
+ "evp_bytestokey": "1.0.3"
+ }
+ },
+ "browserify-des": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz",
+ "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=",
+ "requires": {
+ "cipher-base": "1.0.4",
+ "des.js": "1.0.0",
+ "inherits": "2.0.3"
+ }
+ },
+ "browserify-rsa": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
+ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "randombytes": "2.0.5"
+ }
+ },
+ "browserify-sign": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
+ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "browserify-rsa": "4.0.1",
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "elliptic": "6.4.0",
+ "inherits": "2.0.3",
+ "parse-asn1": "5.1.0"
+ }
+ },
+ "browserify-zlib": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
+ "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
+ "requires": {
+ "pako": "0.2.9"
+ }
+ },
+ "browserslist": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.4.0.tgz",
+ "integrity": "sha512-aM2Gt4x9bVlCUteADBS6JP0F+2tMWKM1jQzUulVROtdFWFIcIVvY76AJbr7GDqy0eDhn+PcnpzzivGxY4qiaKQ==",
+ "requires": {
+ "caniuse-lite": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ },
+ "bser": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz",
+ "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=",
+ "requires": {
+ "node-int64": "0.4.0"
+ }
+ },
+ "buffer": {
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
+ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
+ "requires": {
+ "base64-js": "1.2.1",
+ "ieee754": "1.1.8",
+ "isarray": "1.0.0"
+ }
+ },
+ "buffer-indexof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
+ },
+ "buffer-xor": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
+ "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
+ },
+ "builtin-modules": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
+ "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8="
+ },
+ "builtin-status-codes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
+ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
+ },
+ "bytes": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.5.0.tgz",
+ "integrity": "sha1-TJQj6i0lLCcMQbK97+/5u2tiwGo="
+ },
+ "caller-path": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz",
+ "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
+ "requires": {
+ "callsites": "0.2.0"
+ }
+ },
+ "callsites": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
+ "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo="
+ },
+ "camel-case": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
+ "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
+ "requires": {
+ "no-case": "2.3.2",
+ "upper-case": "1.1.3"
+ }
+ },
+ "camelcase": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+ "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk="
+ },
+ "camelcase-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
+ "requires": {
+ "camelcase": "2.1.1",
+ "map-obj": "1.0.1"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8="
+ }
+ }
+ },
+ "caniuse-api": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.6.1.tgz",
+ "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=",
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-db": "1.0.30000727",
+ "lodash.memoize": "4.1.2",
+ "lodash.uniq": "4.5.0"
+ },
+ "dependencies": {
+ "browserslist": {
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
+ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ }
+ }
+ },
+ "caniuse-db": {
+ "version": "1.0.30000727",
+ "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000727.tgz",
+ "integrity": "sha1-TiJZMImw81wbKtz8KCNEk6IaSy4="
+ },
+ "caniuse-lite": {
+ "version": "1.0.30000727",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000727.tgz",
+ "integrity": "sha1-IMiVdoOY3tX5ikvqtKdsKF3vQdI="
+ },
+ "capture-stack-trace": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
+ "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0="
+ },
+ "case-sensitive-paths-webpack-plugin": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.1.1.tgz",
+ "integrity": "sha1-PSnO2MHxJL9vU4Rvs/WJRzH9yQk="
+ },
+ "caseless": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
+ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
+ },
+ "center-align": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
+ "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
+ "requires": {
+ "align-text": "0.1.4",
+ "lazy-cache": "1.0.4"
+ }
+ },
+ "chalk": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
+ "requires": {
+ "ansi-styles": "2.2.1",
+ "escape-string-regexp": "1.0.5",
+ "has-ansi": "2.0.0",
+ "strip-ansi": "3.0.1",
+ "supports-color": "2.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
+ },
+ "supports-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
+ }
+ }
+ },
+ "chokidar": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
+ "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
+ "requires": {
+ "anymatch": "1.3.2",
+ "async-each": "1.0.1",
+ "glob-parent": "2.0.0",
+ "inherits": "2.0.3",
+ "is-binary-path": "1.0.1",
+ "is-glob": "2.0.1",
+ "path-is-absolute": "1.0.1",
+ "readdirp": "2.1.0"
+ }
+ },
+ "ci-info": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.1.1.tgz",
+ "integrity": "sha512-vHDDF/bP9RYpTWtUhpJRhCFdvvp3iDWvEbuDbWgvjUrNGV1MXJrE0MPcwGtEled04m61iwdBLUIHZtDgzWS4ZQ=="
+ },
+ "cipher-base": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
+ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "requires": {
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "circular-json": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
+ "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A=="
+ },
+ "clap": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.0.tgz",
+ "integrity": "sha1-WckP4+E3EEdG/xlGmiemNP9oyFc=",
+ "requires": {
+ "chalk": "1.1.3"
+ }
+ },
+ "clean-css": {
+ "version": "4.1.8",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.8.tgz",
+ "integrity": "sha1-BhRVsklKdQrJj0bY1euxfGeeqdE=",
+ "requires": {
+ "source-map": "0.5.7"
+ }
+ },
+ "cli-boxes": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
+ "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM="
+ },
+ "cli-cursor": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
+ "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
+ "requires": {
+ "restore-cursor": "2.0.0"
+ }
+ },
+ "cli-width": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz",
+ "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk="
+ },
+ "cliui": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+ "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
+ "requires": {
+ "center-align": "0.1.3",
+ "right-align": "0.1.3",
+ "wordwrap": "0.0.2"
+ },
+ "dependencies": {
+ "wordwrap": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+ "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8="
+ }
+ }
+ },
+ "clone": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
+ "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk="
+ },
+ "co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
+ },
+ "coa": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
+ "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
+ "requires": {
+ "q": "1.5.0"
+ }
+ },
+ "code-point-at": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
+ },
+ "color": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
+ "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
+ "requires": {
+ "clone": "1.0.2",
+ "color-convert": "1.9.0",
+ "color-string": "0.3.0"
+ }
+ },
+ "color-convert": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.0.tgz",
+ "integrity": "sha1-Gsz5fdc5uYO/mU1W/sj5WFNkG3o=",
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "color-string": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
+ "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "colormin": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
+ "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=",
+ "requires": {
+ "color": "0.11.4",
+ "css-color-names": "0.0.4",
+ "has": "1.0.1"
+ }
+ },
+ "colors": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
+ "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
+ },
+ "combined-stream": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
+ "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
+ "requires": {
+ "delayed-stream": "1.0.0"
+ }
+ },
+ "commander": {
+ "version": "2.11.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz",
+ "integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ=="
+ },
+ "commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "compressible": {
+ "version": "2.0.11",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.11.tgz",
+ "integrity": "sha1-FnGKdd4oPtjmBAQWJaIGRYZ5fYo=",
+ "requires": {
+ "mime-db": "1.30.0"
+ }
+ },
+ "compression": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.0.tgz",
+ "integrity": "sha1-AwyfGY8WQ6BX13anOOki2kNzAS0=",
+ "requires": {
+ "accepts": "1.3.4",
+ "bytes": "2.5.0",
+ "compressible": "2.0.11",
+ "debug": "2.6.8",
+ "on-headers": "1.0.1",
+ "safe-buffer": "5.1.1",
+ "vary": "1.1.1"
+ }
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "concat-stream": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
+ "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
+ "requires": {
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3",
+ "typedarray": "0.0.6"
+ }
+ },
+ "configstore": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz",
+ "integrity": "sha1-c3o6cDbpiGECqmCZ5HuzOrGroaE=",
+ "requires": {
+ "dot-prop": "3.0.0",
+ "graceful-fs": "4.1.11",
+ "mkdirp": "0.5.1",
+ "object-assign": "4.1.1",
+ "os-tmpdir": "1.0.2",
+ "osenv": "0.1.4",
+ "uuid": "2.0.3",
+ "write-file-atomic": "1.3.4",
+ "xdg-basedir": "2.0.0"
+ },
+ "dependencies": {
+ "uuid": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
+ "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho="
+ }
+ }
+ },
+ "connect-history-api-fallback": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.3.0.tgz",
+ "integrity": "sha1-5R0X+PDvDbkKZP20feMFFVbp8Wk="
+ },
+ "console-browserify": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
+ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
+ "requires": {
+ "date-now": "0.1.4"
+ }
+ },
+ "constants-browserify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
+ "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U="
+ },
+ "contains-path": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
+ "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
+ },
+ "content-disposition": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
+ "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ="
+ },
+ "content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
+ },
+ "content-type-parser": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz",
+ "integrity": "sha1-w+VpiMU8ZRJ/tG1AMqOpACRv3JQ="
+ },
+ "convert-source-map": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz",
+ "integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU="
+ },
+ "cookie": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
+ "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
+ },
+ "cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
+ },
+ "core-js": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
+ "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
+ },
+ "core-util-is": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
+ },
+ "cosmiconfig": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.2.2.tgz",
+ "integrity": "sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A==",
+ "requires": {
+ "is-directory": "0.3.1",
+ "js-yaml": "3.7.0",
+ "minimist": "1.2.0",
+ "object-assign": "4.1.1",
+ "os-homedir": "1.0.2",
+ "parse-json": "2.2.0",
+ "require-from-string": "1.2.1"
+ },
+ "dependencies": {
+ "minimist": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
+ }
+ }
+ },
+ "create-ecdh": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz",
+ "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "elliptic": "6.4.0"
+ }
+ },
+ "create-error-class": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
+ "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
+ "requires": {
+ "capture-stack-trace": "1.0.0"
+ }
+ },
+ "create-hash": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
+ "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=",
+ "requires": {
+ "cipher-base": "1.0.4",
+ "inherits": "2.0.3",
+ "ripemd160": "2.0.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "create-hmac": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz",
+ "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=",
+ "requires": {
+ "cipher-base": "1.0.4",
+ "create-hash": "1.1.3",
+ "inherits": "2.0.3",
+ "ripemd160": "2.0.1",
+ "safe-buffer": "5.1.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "create-react-class": {
+ "version": "15.6.0",
+ "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.0.tgz",
+ "integrity": "sha1-q0SEl8JlZuHilBPogyB9V8/nvtQ=",
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1"
+ }
+ },
+ "cross-spawn": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
+ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
+ "requires": {
+ "lru-cache": "4.1.1",
+ "shebang-command": "1.2.0",
+ "which": "1.3.0"
+ }
+ },
+ "cryptiles": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
+ "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
+ "requires": {
+ "boom": "2.10.1"
+ }
+ },
+ "crypto-browserify": {
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.11.1.tgz",
+ "integrity": "sha512-Na7ZlwCOqoaW5RwUK1WpXws2kv8mNhWdTlzob0UXulk6G9BDbyiJaGTYBIX61Ozn9l1EPPJpICZb4DaOpT9NlQ==",
+ "requires": {
+ "browserify-cipher": "1.0.0",
+ "browserify-sign": "4.0.4",
+ "create-ecdh": "4.0.0",
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "diffie-hellman": "5.0.2",
+ "inherits": "2.0.3",
+ "pbkdf2": "3.0.14",
+ "public-encrypt": "4.0.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "css-color-names": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
+ "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA="
+ },
+ "css-loader": {
+ "version": "0.28.4",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.28.4.tgz",
+ "integrity": "sha1-bPNXkZLONV6LONX0Ldeh8uyJjQ8=",
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "css-selector-tokenizer": "0.7.0",
+ "cssnano": "3.10.0",
+ "icss-utils": "2.1.0",
+ "loader-utils": "1.1.0",
+ "lodash.camelcase": "4.3.0",
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-modules-extract-imports": "1.1.0",
+ "postcss-modules-local-by-default": "1.2.0",
+ "postcss-modules-scope": "1.1.0",
+ "postcss-modules-values": "1.3.0",
+ "postcss-value-parser": "3.3.0",
+ "source-list-map": "0.1.8"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "css-select": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
+ "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
+ "requires": {
+ "boolbase": "1.0.0",
+ "css-what": "2.1.0",
+ "domutils": "1.5.1",
+ "nth-check": "1.0.1"
+ }
+ },
+ "css-selector-tokenizer": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
+ "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=",
+ "requires": {
+ "cssesc": "0.1.0",
+ "fastparse": "1.1.1",
+ "regexpu-core": "1.0.0"
+ },
+ "dependencies": {
+ "regexpu-core": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz",
+ "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=",
+ "requires": {
+ "regenerate": "1.3.2",
+ "regjsgen": "0.2.0",
+ "regjsparser": "0.1.5"
+ }
+ }
+ }
+ },
+ "css-what": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz",
+ "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0="
+ },
+ "cssesc": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
+ "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q="
+ },
+ "cssnano": {
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz",
+ "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=",
+ "requires": {
+ "autoprefixer": "6.7.7",
+ "decamelize": "1.2.0",
+ "defined": "1.0.0",
+ "has": "1.0.1",
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-calc": "5.3.1",
+ "postcss-colormin": "2.2.2",
+ "postcss-convert-values": "2.6.1",
+ "postcss-discard-comments": "2.0.4",
+ "postcss-discard-duplicates": "2.1.0",
+ "postcss-discard-empty": "2.1.0",
+ "postcss-discard-overridden": "0.1.1",
+ "postcss-discard-unused": "2.2.3",
+ "postcss-filter-plugins": "2.0.2",
+ "postcss-merge-idents": "2.1.7",
+ "postcss-merge-longhand": "2.0.2",
+ "postcss-merge-rules": "2.1.2",
+ "postcss-minify-font-values": "1.0.5",
+ "postcss-minify-gradients": "1.0.5",
+ "postcss-minify-params": "1.2.2",
+ "postcss-minify-selectors": "2.1.1",
+ "postcss-normalize-charset": "1.1.1",
+ "postcss-normalize-url": "3.0.8",
+ "postcss-ordered-values": "2.2.3",
+ "postcss-reduce-idents": "2.4.0",
+ "postcss-reduce-initial": "1.0.1",
+ "postcss-reduce-transforms": "1.0.4",
+ "postcss-svgo": "2.1.6",
+ "postcss-unique-selectors": "2.0.2",
+ "postcss-value-parser": "3.3.0",
+ "postcss-zindex": "2.2.0"
+ },
+ "dependencies": {
+ "autoprefixer": {
+ "version": "6.7.7",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz",
+ "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=",
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-db": "1.0.30000727",
+ "normalize-range": "0.1.2",
+ "num2fraction": "1.2.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "browserslist": {
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
+ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ },
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "csso": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz",
+ "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=",
+ "requires": {
+ "clap": "1.2.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "cssom": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz",
+ "integrity": "sha1-uANhcMefB6kP8vFuIihAJ6JDhIs="
+ },
+ "cssstyle": {
+ "version": "0.2.37",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
+ "integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=",
+ "requires": {
+ "cssom": "0.3.2"
+ }
+ },
+ "currently-unhandled": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
+ "requires": {
+ "array-find-index": "1.0.2"
+ }
+ },
+ "d": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
+ "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
+ "requires": {
+ "es5-ext": "0.10.30"
+ }
+ },
+ "damerau-levenshtein": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz",
+ "integrity": "sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ="
+ },
+ "dashdash": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
+ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
+ "requires": {
+ "assert-plus": "1.0.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
+ }
+ }
+ },
+ "date-now": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
+ "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs="
+ },
+ "debug": {
+ "version": "2.6.8",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
+ "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "decamelize": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
+ },
+ "deep-equal": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
+ "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU="
+ },
+ "deep-extend": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
+ "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8="
+ },
+ "deep-is": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
+ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
+ },
+ "default-require-extensions": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-1.0.0.tgz",
+ "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=",
+ "requires": {
+ "strip-bom": "2.0.0"
+ }
+ },
+ "define-properties": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
+ "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=",
+ "requires": {
+ "foreach": "2.0.5",
+ "object-keys": "1.0.11"
+ }
+ },
+ "defined": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
+ "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
+ },
+ "del": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
+ "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
+ "requires": {
+ "globby": "5.0.0",
+ "is-path-cwd": "1.0.0",
+ "is-path-in-cwd": "1.0.0",
+ "object-assign": "4.1.1",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1",
+ "rimraf": "2.6.2"
+ }
+ },
+ "delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
+ },
+ "depd": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
+ "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k="
+ },
+ "des.js": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
+ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
+ "requires": {
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
+ },
+ "detect-indent": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
+ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
+ "requires": {
+ "repeating": "2.0.1"
+ }
+ },
+ "detect-node": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.3.tgz",
+ "integrity": "sha1-ogM8CcyOFY03dI+951B4Mr1s4Sc="
+ },
+ "detect-port-alt": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.3.tgz",
+ "integrity": "sha1-pNLwYddXoDTs83xRQmCph1DysTE=",
+ "requires": {
+ "address": "1.0.2",
+ "debug": "2.6.8"
+ }
+ },
+ "diff": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-3.3.1.tgz",
+ "integrity": "sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww=="
+ },
+ "diffie-hellman": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz",
+ "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "miller-rabin": "4.0.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
+ },
+ "dns-packet": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.2.2.tgz",
+ "integrity": "sha512-kN+DjfGF7dJGUL7nWRktL9Z18t1rWP3aQlyZdY8XlpvU3Nc6GeFTQApftcjtWKxAZfiggZSGrCEoszNgvnpwDg==",
+ "requires": {
+ "ip": "1.1.5",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "requires": {
+ "buffer-indexof": "1.1.1"
+ }
+ },
+ "doctrine": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.0.tgz",
+ "integrity": "sha1-xz2NKQnSIpHhoAejlYBNqLZl/mM=",
+ "requires": {
+ "esutils": "2.0.2",
+ "isarray": "1.0.0"
+ }
+ },
+ "dom-converter": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz",
+ "integrity": "sha1-pF71cnuJDJv/5tfIduexnLDhfzs=",
+ "requires": {
+ "utila": "0.3.3"
+ },
+ "dependencies": {
+ "utila": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz",
+ "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY="
+ }
+ }
+ },
+ "dom-serializer": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
+ "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
+ "requires": {
+ "domelementtype": "1.1.3",
+ "entities": "1.1.1"
+ },
+ "dependencies": {
+ "domelementtype": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
+ "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs="
+ }
+ }
+ },
+ "dom-urls": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/dom-urls/-/dom-urls-1.1.0.tgz",
+ "integrity": "sha1-AB3fgWKM0ecGElxxdvU8zsVdkY4=",
+ "requires": {
+ "urijs": "1.18.12"
+ }
+ },
+ "domain-browser": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
+ "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw="
+ },
+ "domelementtype": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
+ "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI="
+ },
+ "domhandler": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz",
+ "integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=",
+ "requires": {
+ "domelementtype": "1.3.0"
+ }
+ },
+ "domutils": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
+ "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
+ "requires": {
+ "dom-serializer": "0.1.0",
+ "domelementtype": "1.3.0"
+ }
+ },
+ "dot-prop": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
+ "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
+ "requires": {
+ "is-obj": "1.0.1"
+ }
+ },
+ "dotenv": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
+ "integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0="
+ },
+ "duplexer": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
+ "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E="
+ },
+ "duplexer2": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
+ "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
+ "requires": {
+ "readable-stream": "2.3.3"
+ }
+ },
+ "ecc-jsbn": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
+ "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
+ "optional": true,
+ "requires": {
+ "jsbn": "0.1.1"
+ }
+ },
+ "ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
+ },
+ "electron-to-chromium": {
+ "version": "1.3.21",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.21.tgz",
+ "integrity": "sha1-qWfr3P6O0Ag/wkTRiUAiqOgRPqI="
+ },
+ "elliptic": {
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
+ "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "brorand": "1.1.0",
+ "hash.js": "1.1.3",
+ "hmac-drbg": "1.0.1",
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0",
+ "minimalistic-crypto-utils": "1.0.1"
+ }
+ },
+ "emoji-regex": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.5.1.tgz",
+ "integrity": "sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ=="
+ },
+ "emojis-list": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
+ "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k="
+ },
+ "encodeurl": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
+ "integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA="
+ },
+ "encoding": {
+ "version": "0.1.12",
+ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
+ "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
+ "requires": {
+ "iconv-lite": "0.4.19"
+ }
+ },
+ "enhanced-resolve": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz",
+ "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "memory-fs": "0.4.1",
+ "object-assign": "4.1.1",
+ "tapable": "0.2.8"
+ }
+ },
+ "entities": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
+ "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA="
+ },
+ "errno": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz",
+ "integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=",
+ "requires": {
+ "prr": "0.0.0"
+ }
+ },
+ "error-ex": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
+ "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
+ "requires": {
+ "is-arrayish": "0.2.1"
+ }
+ },
+ "es-abstract": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.8.2.tgz",
+ "integrity": "sha512-dvhwFL3yjQxNNsOWx6exMlaDrRHCRGMQlnx5lsXDCZ/J7G/frgIIl94zhZSp/galVAYp7VzPi1OrAHta89/yGQ==",
+ "requires": {
+ "es-to-primitive": "1.1.1",
+ "function-bind": "1.1.1",
+ "has": "1.0.1",
+ "is-callable": "1.1.3",
+ "is-regex": "1.0.4"
+ }
+ },
+ "es-to-primitive": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz",
+ "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=",
+ "requires": {
+ "is-callable": "1.1.3",
+ "is-date-object": "1.0.1",
+ "is-symbol": "1.0.1"
+ }
+ },
+ "es5-ext": {
+ "version": "0.10.30",
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.30.tgz",
+ "integrity": "sha1-cUGhaDZpfbq/qq7uQUlc4p9SyTk=",
+ "requires": {
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "es6-iterator": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.1.tgz",
+ "integrity": "sha1-jjGcnwRTv1ddN0lAplWSDlnKVRI=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "es6-map": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
+ "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-set": "0.1.5",
+ "es6-symbol": "3.1.1",
+ "event-emitter": "0.3.5"
+ }
+ },
+ "es6-promise": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.1.1.tgz",
+ "integrity": "sha512-OaU1hHjgJf+b0NzsxCg7NdIYERD6Hy/PEmFLTjw+b65scuisG3Kt4QoTvJ66BBkPZ581gr0kpoVzKnxniM8nng=="
+ },
+ "es6-set": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
+ "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1",
+ "event-emitter": "0.3.5"
+ }
+ },
+ "es6-symbol": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
+ "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30"
+ }
+ },
+ "es6-weak-map": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
+ "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
+ },
+ "escodegen": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.9.0.tgz",
+ "integrity": "sha512-v0MYvNQ32bzwoG2OSFzWAkuahDQHK92JBN0pTAALJ4RIxEZe766QJPDR8Hqy7XNUy5K3fnVL76OqYAdc4TZEIw==",
+ "requires": {
+ "esprima": "3.1.3",
+ "estraverse": "4.2.0",
+ "esutils": "2.0.2",
+ "optionator": "0.8.2",
+ "source-map": "0.5.7"
+ },
+ "dependencies": {
+ "esprima": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
+ "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM="
+ }
+ }
+ },
+ "escope": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
+ "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
+ "requires": {
+ "es6-map": "0.1.5",
+ "es6-weak-map": "2.0.2",
+ "esrecurse": "4.2.0",
+ "estraverse": "4.2.0"
+ }
+ },
+ "eslint": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.4.1.tgz",
+ "integrity": "sha1-mc1+r8/8ov+Zpcj18qR01jZLS9M=",
+ "requires": {
+ "ajv": "5.2.2",
+ "babel-code-frame": "6.26.0",
+ "chalk": "1.1.3",
+ "concat-stream": "1.6.0",
+ "cross-spawn": "5.1.0",
+ "debug": "2.6.8",
+ "doctrine": "2.0.0",
+ "eslint-scope": "3.7.1",
+ "espree": "3.5.0",
+ "esquery": "1.0.0",
+ "estraverse": "4.2.0",
+ "esutils": "2.0.2",
+ "file-entry-cache": "2.0.0",
+ "functional-red-black-tree": "1.0.1",
+ "glob": "7.1.2",
+ "globals": "9.18.0",
+ "ignore": "3.3.5",
+ "imurmurhash": "0.1.4",
+ "inquirer": "3.2.3",
+ "is-resolvable": "1.0.0",
+ "js-yaml": "3.10.0",
+ "json-stable-stringify": "1.0.1",
+ "levn": "0.3.0",
+ "lodash": "4.17.4",
+ "minimatch": "3.0.4",
+ "mkdirp": "0.5.1",
+ "natural-compare": "1.4.0",
+ "optionator": "0.8.2",
+ "path-is-inside": "1.0.2",
+ "pluralize": "4.0.0",
+ "progress": "2.0.0",
+ "require-uncached": "1.0.3",
+ "semver": "5.4.1",
+ "strip-json-comments": "2.0.1",
+ "table": "4.0.1",
+ "text-table": "0.2.0"
+ },
+ "dependencies": {
+ "esprima": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz",
+ "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw=="
+ },
+ "js-yaml": {
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
+ "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
+ "requires": {
+ "argparse": "1.0.9",
+ "esprima": "4.0.0"
+ }
+ }
+ }
+ },
+ "eslint-config-react-app": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-2.0.0.tgz",
+ "integrity": "sha512-QzFaZIFfGedhzRI6l2ZkpP99GyEqkcPSPMnGeHt/hWtjtw1QMA1ESQiItBLSUdw+2ZvNqzmFGJDqGI/duo0l+Q=="
+ },
+ "eslint-import-resolver-node": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz",
+ "integrity": "sha512-yUtXS15gIcij68NmXmP9Ni77AQuCN0itXbCc/jWd8C6/yKZaSNXicpC8cgvjnxVdmfsosIXrjpzFq7GcDryb6A==",
+ "requires": {
+ "debug": "2.6.8",
+ "resolve": "1.4.0"
+ }
+ },
+ "eslint-loader": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-1.9.0.tgz",
+ "integrity": "sha512-40aN976qSNPyb9ejTqjEthZITpls1SVKtwguahmH1dzGCwQU/vySE+xX33VZmD8csU0ahVNCtFlsPgKqRBiqgg==",
+ "requires": {
+ "loader-fs-cache": "1.0.1",
+ "loader-utils": "1.1.0",
+ "object-assign": "4.1.1",
+ "object-hash": "1.1.8",
+ "rimraf": "2.6.2"
+ }
+ },
+ "eslint-module-utils": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz",
+ "integrity": "sha512-jDI/X5l/6D1rRD/3T43q8Qgbls2nq5km5KSqiwlyUbGo5+04fXhMKdCPhjwbqAa6HXWaMxj8Q4hQDIh7IadJQw==",
+ "requires": {
+ "debug": "2.6.8",
+ "pkg-dir": "1.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
+ "requires": {
+ "path-exists": "2.1.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "path-exists": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
+ "requires": {
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "pkg-dir": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz",
+ "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=",
+ "requires": {
+ "find-up": "1.1.2"
+ }
+ }
+ }
+ },
+ "eslint-plugin-flowtype": {
+ "version": "2.35.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.35.0.tgz",
+ "integrity": "sha512-zjXGjOsHds8b84C0Ad3VViKh+sUA9PeXKHwPRlSLwwSX0v1iUJf/6IX7wxc+w2T2tnDH8PT6B/YgtcEuNI3ssA==",
+ "requires": {
+ "lodash": "4.17.4"
+ }
+ },
+ "eslint-plugin-import": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz",
+ "integrity": "sha512-HGYmpU9f/zJaQiKNQOVfHUh2oLWW3STBrCgH0sHTX1xtsxYlH1zjLh8FlQGEIdZSdTbUMaV36WaZ6ImXkenGxQ==",
+ "requires": {
+ "builtin-modules": "1.1.1",
+ "contains-path": "0.1.0",
+ "debug": "2.6.8",
+ "doctrine": "1.5.0",
+ "eslint-import-resolver-node": "0.3.1",
+ "eslint-module-utils": "2.1.1",
+ "has": "1.0.1",
+ "lodash.cond": "4.5.2",
+ "minimatch": "3.0.4",
+ "read-pkg-up": "2.0.0"
+ },
+ "dependencies": {
+ "doctrine": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
+ "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
+ "requires": {
+ "esutils": "2.0.2",
+ "isarray": "1.0.0"
+ }
+ },
+ "load-json-file": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
+ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "parse-json": "2.2.0",
+ "pify": "2.3.0",
+ "strip-bom": "3.0.0"
+ }
+ },
+ "path-type": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
+ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
+ "requires": {
+ "pify": "2.3.0"
+ }
+ },
+ "read-pkg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
+ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
+ "requires": {
+ "load-json-file": "2.0.0",
+ "normalize-package-data": "2.4.0",
+ "path-type": "2.0.0"
+ }
+ },
+ "read-pkg-up": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
+ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
+ "requires": {
+ "find-up": "2.1.0",
+ "read-pkg": "2.0.0"
+ }
+ },
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
+ }
+ }
+ },
+ "eslint-plugin-jsx-a11y": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz",
+ "integrity": "sha512-5I9SpoP7gT4wBFOtXT8/tXNPYohHBVfyVfO17vkbC7r9kEIxYJF12D3pKqhk8+xnk12rfxKClS3WCFpVckFTPQ==",
+ "requires": {
+ "aria-query": "0.7.0",
+ "array-includes": "3.0.3",
+ "ast-types-flow": "0.0.7",
+ "axobject-query": "0.1.0",
+ "damerau-levenshtein": "1.0.4",
+ "emoji-regex": "6.5.1",
+ "jsx-ast-utils": "1.4.1"
+ }
+ },
+ "eslint-plugin-react": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.1.0.tgz",
+ "integrity": "sha1-J3cKzzn1/UnNCvQIPOWBBOs5DUw=",
+ "requires": {
+ "doctrine": "2.0.0",
+ "has": "1.0.1",
+ "jsx-ast-utils": "1.4.1"
+ }
+ },
+ "eslint-scope": {
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz",
+ "integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=",
+ "requires": {
+ "esrecurse": "4.2.0",
+ "estraverse": "4.2.0"
+ }
+ },
+ "espree": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.0.tgz",
+ "integrity": "sha1-mDWGJb3QVYYeon4oZ+pyn69GPY0=",
+ "requires": {
+ "acorn": "5.1.2",
+ "acorn-jsx": "3.0.1"
+ }
+ },
+ "esprima": {
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
+ "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE="
+ },
+ "esquery": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz",
+ "integrity": "sha1-z7qLV9f7qT8XKYqKAGoEzaE9gPo=",
+ "requires": {
+ "estraverse": "4.2.0"
+ }
+ },
+ "esrecurse": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz",
+ "integrity": "sha1-+pVo2Y04I/mkHZHpAtyrnqblsWM=",
+ "requires": {
+ "estraverse": "4.2.0",
+ "object-assign": "4.1.1"
+ }
+ },
+ "estraverse": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
+ "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM="
+ },
+ "esutils": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
+ "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs="
+ },
+ "etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
+ },
+ "event-emitter": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
+ "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30"
+ }
+ },
+ "eventemitter3": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz",
+ "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg="
+ },
+ "events": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
+ "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ="
+ },
+ "eventsource": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
+ "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
+ "requires": {
+ "original": "1.0.0"
+ }
+ },
+ "evp_bytestokey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
+ "requires": {
+ "md5.js": "1.3.4",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "exec-sh": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.1.tgz",
+ "integrity": "sha512-aLt95pexaugVtQerpmE51+4QfWrNc304uez7jvj6fWnN8GeEHpttB8F36n8N7uVhUMbH/1enbxQ9HImZ4w/9qg==",
+ "requires": {
+ "merge": "1.2.0"
+ }
+ },
+ "execa": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
+ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
+ "requires": {
+ "cross-spawn": "5.1.0",
+ "get-stream": "3.0.0",
+ "is-stream": "1.1.0",
+ "npm-run-path": "2.0.2",
+ "p-finally": "1.0.0",
+ "signal-exit": "3.0.2",
+ "strip-eof": "1.0.0"
+ }
+ },
+ "expand-brackets": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
+ "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
+ "requires": {
+ "is-posix-bracket": "0.1.1"
+ }
+ },
+ "expand-range": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
+ "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
+ "requires": {
+ "fill-range": "2.2.3"
+ }
+ },
+ "expand-tilde": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
+ "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
+ "requires": {
+ "homedir-polyfill": "1.0.1"
+ }
+ },
+ "express": {
+ "version": "4.15.4",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.15.4.tgz",
+ "integrity": "sha1-Ay4iU0ic+PzgJma+yj0R7XotrtE=",
+ "requires": {
+ "accepts": "1.3.4",
+ "array-flatten": "1.1.1",
+ "content-disposition": "0.5.2",
+ "content-type": "1.0.4",
+ "cookie": "0.3.1",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.8",
+ "depd": "1.1.1",
+ "encodeurl": "1.0.1",
+ "escape-html": "1.0.3",
+ "etag": "1.8.1",
+ "finalhandler": "1.0.4",
+ "fresh": "0.5.0",
+ "merge-descriptors": "1.0.1",
+ "methods": "1.1.2",
+ "on-finished": "2.3.0",
+ "parseurl": "1.3.2",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "1.1.5",
+ "qs": "6.5.0",
+ "range-parser": "1.2.0",
+ "send": "0.15.4",
+ "serve-static": "1.12.4",
+ "setprototypeof": "1.0.3",
+ "statuses": "1.3.1",
+ "type-is": "1.6.15",
+ "utils-merge": "1.0.0",
+ "vary": "1.1.1"
+ },
+ "dependencies": {
+ "array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
+ },
+ "path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
+ },
+ "qs": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.0.tgz",
+ "integrity": "sha512-fjVFjW9yhqMhVGwRExCXLhJKrLlkYSaxNWdyc9rmHlrVZbk35YHH312dFd7191uQeXkI3mKLZTIbSvIeFwFemg=="
+ }
+ }
+ },
+ "extend": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
+ "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ="
+ },
+ "external-editor": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.0.4.tgz",
+ "integrity": "sha1-HtkZnanL/i7y96MbL96LDRI2iXI=",
+ "requires": {
+ "iconv-lite": "0.4.19",
+ "jschardet": "1.5.1",
+ "tmp": "0.0.31"
+ }
+ },
+ "extglob": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
+ "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
+ "requires": {
+ "is-extglob": "1.0.0"
+ }
+ },
+ "extract-text-webpack-plugin": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz",
+ "integrity": "sha1-kMqnkHvESfM1AF46x1MrQbAN5hI=",
+ "requires": {
+ "async": "2.5.0",
+ "loader-utils": "1.1.0",
+ "schema-utils": "0.3.0",
+ "webpack-sources": "1.0.1"
+ }
+ },
+ "extsprintf": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
+ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
+ },
+ "fast-deep-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
+ "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8="
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "fastparse": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
+ "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg="
+ },
+ "faye-websocket": {
+ "version": "0.11.1",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz",
+ "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=",
+ "requires": {
+ "websocket-driver": "0.7.0"
+ }
+ },
+ "fb-watchman": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz",
+ "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=",
+ "requires": {
+ "bser": "2.0.0"
+ }
+ },
+ "fbjs": {
+ "version": "0.8.15",
+ "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.15.tgz",
+ "integrity": "sha1-TwaV/fzBbDfAsH+s7Iy0xAkWhbk=",
+ "requires": {
+ "core-js": "1.2.7",
+ "isomorphic-fetch": "2.2.1",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "promise": "7.3.1",
+ "setimmediate": "1.0.5",
+ "ua-parser-js": "0.7.14"
+ }
+ },
+ "figures": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
+ "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
+ "requires": {
+ "escape-string-regexp": "1.0.5"
+ }
+ },
+ "file-entry-cache": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
+ "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
+ "requires": {
+ "flat-cache": "1.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "file-loader": {
+ "version": "0.11.2",
+ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-0.11.2.tgz",
+ "integrity": "sha512-N+uhF3mswIFeziHQjGScJ/yHXYt3DiLBeC+9vWW+WjUBiClMSOlV1YrXQi+7KM2aA3Rn4Bybgv+uXFQbfkzpvg==",
+ "requires": {
+ "loader-utils": "1.1.0"
+ }
+ },
+ "filename-regex": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
+ "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY="
+ },
+ "fileset": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz",
+ "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=",
+ "requires": {
+ "glob": "7.1.2",
+ "minimatch": "3.0.4"
+ }
+ },
+ "filesize": {
+ "version": "3.5.10",
+ "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.10.tgz",
+ "integrity": "sha1-/I+iPdtO+eXgq24eZPZ5okpWdh8="
+ },
+ "fill-range": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
+ "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
+ "requires": {
+ "is-number": "2.1.0",
+ "isobject": "2.1.0",
+ "randomatic": "1.1.7",
+ "repeat-element": "1.1.2",
+ "repeat-string": "1.6.1"
+ }
+ },
+ "filled-array": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/filled-array/-/filled-array-1.1.0.tgz",
+ "integrity": "sha1-w8T2xmO5I0WamqKZEtLQMfFQf4Q="
+ },
+ "finalhandler": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.4.tgz",
+ "integrity": "sha512-16l/r8RgzlXKmFOhZpHBztvye+lAhC5SU7hXavnerC9UfZqZxxXl3BzL8MhffPT3kF61lj9Oav2LKEzh0ei7tg==",
+ "requires": {
+ "debug": "2.6.8",
+ "encodeurl": "1.0.1",
+ "escape-html": "1.0.3",
+ "on-finished": "2.3.0",
+ "parseurl": "1.3.2",
+ "statuses": "1.3.1",
+ "unpipe": "1.0.0"
+ }
+ },
+ "find-cache-dir": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz",
+ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=",
+ "requires": {
+ "commondir": "1.0.1",
+ "make-dir": "1.0.0",
+ "pkg-dir": "2.0.0"
+ }
+ },
+ "find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "requires": {
+ "locate-path": "2.0.0"
+ }
+ },
+ "flat-cache": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.2.tgz",
+ "integrity": "sha1-+oZxTnLCHbiGAXYezy9VXRq8a5Y=",
+ "requires": {
+ "circular-json": "0.3.3",
+ "del": "2.2.2",
+ "graceful-fs": "4.1.11",
+ "write": "0.2.1"
+ }
+ },
+ "flatten": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
+ "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I="
+ },
+ "for-in": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
+ },
+ "for-own": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
+ "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
+ "requires": {
+ "for-in": "1.0.2"
+ }
+ },
+ "foreach": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
+ "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k="
+ },
+ "forever-agent": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
+ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
+ },
+ "form-data": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
+ "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
+ "requires": {
+ "asynckit": "0.4.0",
+ "combined-stream": "1.0.5",
+ "mime-types": "2.1.17"
+ }
+ },
+ "forwarded": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.1.tgz",
+ "integrity": "sha1-ik4wxkCwU5U5mjVJxzAldygEiWE="
+ },
+ "fresh": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz",
+ "integrity": "sha1-9HTKXmqSRtb9jglTz6m5yAWvp44="
+ },
+ "fs-extra": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
+ "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "jsonfile": "3.0.1",
+ "universalify": "0.1.1"
+ }
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "get-caller-file": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
+ "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U="
+ },
+ "get-stdin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4="
+ },
+ "get-stream": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
+ "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
+ },
+ "getpass": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
+ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
+ "requires": {
+ "assert-plus": "1.0.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
+ }
+ }
+ },
+ "glob": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
+ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
+ "requires": {
+ "fs.realpath": "1.0.0",
+ "inflight": "1.0.6",
+ "inherits": "2.0.3",
+ "minimatch": "3.0.4",
+ "once": "1.4.0",
+ "path-is-absolute": "1.0.1"
+ }
+ },
+ "glob-base": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
+ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
+ "requires": {
+ "glob-parent": "2.0.0",
+ "is-glob": "2.0.1"
+ }
+ },
+ "glob-parent": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
+ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
+ "requires": {
+ "is-glob": "2.0.1"
+ }
+ },
+ "global-modules": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
+ "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
+ "requires": {
+ "global-prefix": "1.0.2",
+ "is-windows": "1.0.1",
+ "resolve-dir": "1.0.1"
+ }
+ },
+ "global-prefix": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
+ "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
+ "requires": {
+ "expand-tilde": "2.0.2",
+ "homedir-polyfill": "1.0.1",
+ "ini": "1.3.4",
+ "is-windows": "1.0.1",
+ "which": "1.3.0"
+ }
+ },
+ "globals": {
+ "version": "9.18.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
+ "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ=="
+ },
+ "globby": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
+ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
+ "requires": {
+ "array-union": "1.0.2",
+ "arrify": "1.0.1",
+ "glob": "7.1.2",
+ "object-assign": "4.1.1",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "got": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
+ "integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=",
+ "requires": {
+ "create-error-class": "3.0.2",
+ "duplexer2": "0.1.4",
+ "is-redirect": "1.0.0",
+ "is-retry-allowed": "1.1.0",
+ "is-stream": "1.1.0",
+ "lowercase-keys": "1.0.0",
+ "node-status-codes": "1.0.0",
+ "object-assign": "4.1.1",
+ "parse-json": "2.2.0",
+ "pinkie-promise": "2.0.1",
+ "read-all-stream": "3.1.0",
+ "readable-stream": "2.3.3",
+ "timed-out": "3.1.3",
+ "unzip-response": "1.0.2",
+ "url-parse-lax": "1.0.0"
+ }
+ },
+ "graceful-fs": {
+ "version": "4.1.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
+ "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg="
+ },
+ "growly": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
+ "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE="
+ },
+ "gzip-size": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
+ "integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
+ "requires": {
+ "duplexer": "0.1.1"
+ }
+ },
+ "handle-thing": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz",
+ "integrity": "sha1-/Xqtcmvxpf0W38KbL3pmAdJxOcQ="
+ },
+ "handlebars": {
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz",
+ "integrity": "sha1-PTDHGLCaPZbyPqTMH0A8TTup/08=",
+ "requires": {
+ "async": "1.5.2",
+ "optimist": "0.6.1",
+ "source-map": "0.4.4",
+ "uglify-js": "2.8.29"
+ },
+ "dependencies": {
+ "async": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
+ "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
+ },
+ "source-map": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
+ "requires": {
+ "amdefine": "1.0.1"
+ }
+ },
+ "uglify-js": {
+ "version": "2.8.29",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
+ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
+ "optional": true,
+ "requires": {
+ "source-map": "0.5.7",
+ "uglify-to-browserify": "1.0.2",
+ "yargs": "3.10.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "optional": true
+ }
+ }
+ },
+ "yargs": {
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
+ "optional": true,
+ "requires": {
+ "camelcase": "1.2.1",
+ "cliui": "2.1.0",
+ "decamelize": "1.2.0",
+ "window-size": "0.1.0"
+ }
+ }
+ }
+ },
+ "har-schema": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
+ "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4="
+ },
+ "har-validator": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
+ "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
+ "requires": {
+ "ajv": "4.11.8",
+ "har-schema": "1.0.5"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "4.11.8",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
+ "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
+ "requires": {
+ "co": "4.6.0",
+ "json-stable-stringify": "1.0.1"
+ }
+ }
+ }
+ },
+ "has": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
+ "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
+ "requires": {
+ "function-bind": "1.1.1"
+ }
+ },
+ "has-ansi": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
+ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE="
+ },
+ "hash-base": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
+ "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
+ "requires": {
+ "inherits": "2.0.3"
+ }
+ },
+ "hash.js": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz",
+ "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==",
+ "requires": {
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "hawk": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
+ "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
+ "requires": {
+ "boom": "2.10.1",
+ "cryptiles": "2.0.5",
+ "hoek": "2.16.3",
+ "sntp": "1.0.9"
+ }
+ },
+ "he": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
+ "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0="
+ },
+ "hmac-drbg": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
+ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
+ "requires": {
+ "hash.js": "1.1.3",
+ "minimalistic-assert": "1.0.0",
+ "minimalistic-crypto-utils": "1.0.1"
+ }
+ },
+ "hoek": {
+ "version": "2.16.3",
+ "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
+ "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0="
+ },
+ "home-or-tmp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
+ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
+ "requires": {
+ "os-homedir": "1.0.2",
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "homedir-polyfill": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
+ "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
+ "requires": {
+ "parse-passwd": "1.0.0"
+ }
+ },
+ "hosted-git-info": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
+ "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg=="
+ },
+ "hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "requires": {
+ "inherits": "2.0.3",
+ "obuf": "1.1.1",
+ "readable-stream": "2.3.3",
+ "wbuf": "1.7.2"
+ }
+ },
+ "html-comment-regex": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
+ "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4="
+ },
+ "html-encoding-sniffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz",
+ "integrity": "sha1-eb96eF6klf5mFl5zQVPzY/9UN9o=",
+ "requires": {
+ "whatwg-encoding": "1.0.1"
+ }
+ },
+ "html-entities": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
+ "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8="
+ },
+ "html-minifier": {
+ "version": "3.5.5",
+ "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.5.tgz",
+ "integrity": "sha512-g+1+NBycQI0fGnggd52JM8TRUweG7+9W2wrtjGitMAqc4G7maweAHvVAAjz9veHseIH3tYKE2lk2USGSoewIrQ==",
+ "requires": {
+ "camel-case": "3.0.0",
+ "clean-css": "4.1.8",
+ "commander": "2.11.0",
+ "he": "1.1.1",
+ "ncname": "1.0.0",
+ "param-case": "2.1.1",
+ "relateurl": "0.2.7",
+ "uglify-js": "3.1.0"
+ }
+ },
+ "html-webpack-plugin": {
+ "version": "2.29.0",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.29.0.tgz",
+ "integrity": "sha1-6Yf0IYU9O2k4yMTIFxhC5f0XryM=",
+ "requires": {
+ "bluebird": "3.5.0",
+ "html-minifier": "3.5.5",
+ "loader-utils": "0.2.17",
+ "lodash": "4.17.4",
+ "pretty-error": "2.1.1",
+ "toposort": "1.0.3"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "0.2.17",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
+ "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1",
+ "object-assign": "4.1.1"
+ }
+ }
+ }
+ },
+ "htmlparser2": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
+ "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
+ "requires": {
+ "domelementtype": "1.3.0",
+ "domhandler": "2.1.0",
+ "domutils": "1.1.6",
+ "readable-stream": "1.0.34"
+ },
+ "dependencies": {
+ "domutils": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz",
+ "integrity": "sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=",
+ "requires": {
+ "domelementtype": "1.3.0"
+ }
+ },
+ "isarray": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
+ },
+ "readable-stream": {
+ "version": "1.0.34",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
+ "requires": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "0.0.1",
+ "string_decoder": "0.10.31"
+ }
+ },
+ "string_decoder": {
+ "version": "0.10.31",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
+ }
+ }
+ },
+ "http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
+ },
+ "http-errors": {
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
+ "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
+ "requires": {
+ "depd": "1.1.1",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.0.3",
+ "statuses": "1.3.1"
+ }
+ },
+ "http-parser-js": {
+ "version": "0.4.5",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.5.tgz",
+ "integrity": "sha512-sYaqbMBf8hoS6OZBwMygxdLD3TsWgzheP55nkQ7GiR7gsn8x+2oTMCoJSAQmNm3obzOjJYT6tdTz1XcYjKyUqg=="
+ },
+ "http-proxy": {
+ "version": "1.16.2",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz",
+ "integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=",
+ "requires": {
+ "eventemitter3": "1.2.0",
+ "requires-port": "1.0.0"
+ }
+ },
+ "http-proxy-middleware": {
+ "version": "0.17.4",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz",
+ "integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=",
+ "requires": {
+ "http-proxy": "1.16.2",
+ "is-glob": "3.1.0",
+ "lodash": "4.17.4",
+ "micromatch": "2.3.11"
+ },
+ "dependencies": {
+ "is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
+ },
+ "is-glob": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "requires": {
+ "is-extglob": "2.1.1"
+ }
+ }
+ }
+ },
+ "http-signature": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
+ "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
+ "requires": {
+ "assert-plus": "0.2.0",
+ "jsprim": "1.4.1",
+ "sshpk": "1.13.1"
+ }
+ },
+ "https-browserify": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz",
+ "integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI="
+ },
+ "iconv-lite": {
+ "version": "0.4.19",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
+ "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ=="
+ },
+ "icss-replace-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
+ "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0="
+ },
+ "icss-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz",
+ "integrity": "sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=",
+ "requires": {
+ "postcss": "6.0.11"
+ }
+ },
+ "ieee754": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
+ "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q="
+ },
+ "ignore": {
+ "version": "3.3.5",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.5.tgz",
+ "integrity": "sha512-JLH93mL8amZQhh/p6mfQgVBH3M6epNq3DfsXsTSuSrInVjwyYlFE1nv2AgfRCC8PoOhM0jwQ5v8s9LgbK7yGDw=="
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
+ },
+ "indent-string": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
+ "requires": {
+ "repeating": "2.0.1"
+ }
+ },
+ "indexes-of": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
+ "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc="
+ },
+ "indexof": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
+ "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "requires": {
+ "once": "1.4.0",
+ "wrappy": "1.0.2"
+ }
+ },
+ "inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "ini": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
+ "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
+ },
+ "inquirer": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.2.3.tgz",
+ "integrity": "sha512-Bc3KbimpDTOeQdDj18Ir/rlsGuhBSSNqdOnxaAuKhpkdnMMuKsEGbZD2v5KFF9oso2OU+BPh7+/u5obmFDRmWw==",
+ "requires": {
+ "ansi-escapes": "2.0.0",
+ "chalk": "2.1.0",
+ "cli-cursor": "2.1.0",
+ "cli-width": "2.2.0",
+ "external-editor": "2.0.4",
+ "figures": "2.0.0",
+ "lodash": "4.17.4",
+ "mute-stream": "0.0.7",
+ "run-async": "2.3.0",
+ "rx-lite": "4.0.8",
+ "rx-lite-aggregates": "4.0.8",
+ "string-width": "2.1.1",
+ "strip-ansi": "4.0.0",
+ "through": "2.3.8"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
+ "integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==",
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ }
+ }
+ },
+ "internal-ip": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-1.2.0.tgz",
+ "integrity": "sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w=",
+ "requires": {
+ "meow": "3.7.0"
+ }
+ },
+ "interpret": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.3.tgz",
+ "integrity": "sha1-y8NcYu7uc/Gat7EKgBURQBr8D5A="
+ },
+ "invariant": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
+ "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
+ "requires": {
+ "loose-envify": "1.3.1"
+ }
+ },
+ "invert-kv": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
+ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
+ },
+ "ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
+ },
+ "ipaddr.js": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.4.0.tgz",
+ "integrity": "sha1-KWrKh4qCGBbluF0KKFqZvP9FgvA="
+ },
+ "is-absolute-url": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
+ "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY="
+ },
+ "is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "is-binary-path": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "requires": {
+ "binary-extensions": "1.10.0"
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz",
+ "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw="
+ },
+ "is-builtin-module": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
+ "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
+ "requires": {
+ "builtin-modules": "1.1.1"
+ }
+ },
+ "is-callable": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz",
+ "integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI="
+ },
+ "is-ci": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz",
+ "integrity": "sha1-9zkzayYyNlBhqdSCcM1WrjNpMY4=",
+ "requires": {
+ "ci-info": "1.1.1"
+ }
+ },
+ "is-date-object": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
+ "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY="
+ },
+ "is-directory": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
+ "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE="
+ },
+ "is-dotfile": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
+ "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE="
+ },
+ "is-equal-shallow": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
+ "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
+ "requires": {
+ "is-primitive": "2.0.0"
+ }
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
+ },
+ "is-extglob": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA="
+ },
+ "is-finite": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
+ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
+ },
+ "is-glob": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
+ "requires": {
+ "is-extglob": "1.0.0"
+ }
+ },
+ "is-npm": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
+ "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ="
+ },
+ "is-number": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
+ "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
+ "requires": {
+ "kind-of": "3.2.2"
+ }
+ },
+ "is-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
+ },
+ "is-path-cwd": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
+ "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0="
+ },
+ "is-path-in-cwd": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
+ "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
+ "requires": {
+ "is-path-inside": "1.0.0"
+ }
+ },
+ "is-path-inside": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
+ "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
+ "requires": {
+ "path-is-inside": "1.0.2"
+ }
+ },
+ "is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
+ },
+ "is-posix-bracket": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
+ "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q="
+ },
+ "is-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
+ "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU="
+ },
+ "is-promise": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
+ "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
+ },
+ "is-redirect": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
+ "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ="
+ },
+ "is-regex": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
+ "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
+ "requires": {
+ "has": "1.0.1"
+ }
+ },
+ "is-resolvable": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
+ "integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=",
+ "requires": {
+ "tryit": "1.0.3"
+ }
+ },
+ "is-retry-allowed": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz",
+ "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ="
+ },
+ "is-root": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz",
+ "integrity": "sha1-B7bCM7w5TNnQK6FclmvWZg1jQtU="
+ },
+ "is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
+ },
+ "is-svg": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
+ "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
+ "requires": {
+ "html-comment-regex": "1.1.1"
+ }
+ },
+ "is-symbol": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
+ "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI="
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "is-utf8": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
+ },
+ "is-windows": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.1.tgz",
+ "integrity": "sha1-MQ23D3QtJZoWo2kgK1GvhCMzENk="
+ },
+ "is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
+ },
+ "isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "isobject": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
+ "requires": {
+ "isarray": "1.0.0"
+ }
+ },
+ "isomorphic-fetch": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
+ "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
+ "requires": {
+ "node-fetch": "1.7.3",
+ "whatwg-fetch": "2.0.3"
+ }
+ },
+ "isstream": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
+ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
+ },
+ "istanbul-api": {
+ "version": "1.1.14",
+ "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.1.14.tgz",
+ "integrity": "sha1-JbxXAffGgMD//5E95G42GaOm5oA=",
+ "requires": {
+ "async": "2.5.0",
+ "fileset": "2.0.3",
+ "istanbul-lib-coverage": "1.1.1",
+ "istanbul-lib-hook": "1.0.7",
+ "istanbul-lib-instrument": "1.8.0",
+ "istanbul-lib-report": "1.1.1",
+ "istanbul-lib-source-maps": "1.2.1",
+ "istanbul-reports": "1.1.2",
+ "js-yaml": "3.7.0",
+ "mkdirp": "0.5.1",
+ "once": "1.4.0"
+ }
+ },
+ "istanbul-lib-coverage": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz",
+ "integrity": "sha512-0+1vDkmzxqJIn5rcoEqapSB4DmPxE31EtI2dF2aCkV5esN9EWHxZ0dwgDClivMXJqE7zaYQxq30hj5L0nlTN5Q=="
+ },
+ "istanbul-lib-hook": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-1.0.7.tgz",
+ "integrity": "sha512-3U2HB9y1ZV9UmFlE12Fx+nPtFqIymzrqCksrXujm3NVbAZIJg/RfYgO1XiIa0mbmxTjWpVEVlkIZJ25xVIAfkQ==",
+ "requires": {
+ "append-transform": "0.4.0"
+ }
+ },
+ "istanbul-lib-instrument": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.8.0.tgz",
+ "integrity": "sha1-ZvbJQhzJ7EcE928tsIS6kHiitTI=",
+ "requires": {
+ "babel-generator": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "istanbul-lib-coverage": "1.1.1",
+ "semver": "5.4.1"
+ }
+ },
+ "istanbul-lib-report": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz",
+ "integrity": "sha512-tvF+YmCmH4thnez6JFX06ujIA19WPa9YUiwjc1uALF2cv5dmE3It8b5I8Ob7FHJ70H9Y5yF+TDkVa/mcADuw1Q==",
+ "requires": {
+ "istanbul-lib-coverage": "1.1.1",
+ "mkdirp": "0.5.1",
+ "path-parse": "1.0.5",
+ "supports-color": "3.2.3"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "istanbul-lib-source-maps": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.1.tgz",
+ "integrity": "sha512-mukVvSXCn9JQvdJl8wP/iPhqig0MRtuWuD4ZNKo6vB2Ik//AmhAKe3QnPN02dmkRe3lTudFk3rzoHhwU4hb94w==",
+ "requires": {
+ "debug": "2.6.8",
+ "istanbul-lib-coverage": "1.1.1",
+ "mkdirp": "0.5.1",
+ "rimraf": "2.6.2",
+ "source-map": "0.5.7"
+ }
+ },
+ "istanbul-reports": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.1.2.tgz",
+ "integrity": "sha1-D7Lj9qqZIr085F0F2KtNXo4HvU8=",
+ "requires": {
+ "handlebars": "4.0.10"
+ }
+ },
+ "jest": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-20.0.4.tgz",
+ "integrity": "sha1-PdJgwpidba1nix6cxNkZRPbWAqw=",
+ "requires": {
+ "jest-cli": "20.0.4"
+ },
+ "dependencies": {
+ "ansi-escapes": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
+ "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4="
+ },
+ "callsites": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
+ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA="
+ },
+ "jest-cli": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-20.0.4.tgz",
+ "integrity": "sha1-5TKxnYiuW8bEF+iwWTpv6VSx3JM=",
+ "requires": {
+ "ansi-escapes": "1.4.0",
+ "callsites": "2.0.0",
+ "chalk": "1.1.3",
+ "graceful-fs": "4.1.11",
+ "is-ci": "1.0.10",
+ "istanbul-api": "1.1.14",
+ "istanbul-lib-coverage": "1.1.1",
+ "istanbul-lib-instrument": "1.8.0",
+ "istanbul-lib-source-maps": "1.2.1",
+ "jest-changed-files": "20.0.3",
+ "jest-config": "20.0.4",
+ "jest-docblock": "20.0.3",
+ "jest-environment-jsdom": "20.0.3",
+ "jest-haste-map": "20.0.5",
+ "jest-jasmine2": "20.0.4",
+ "jest-message-util": "20.0.3",
+ "jest-regex-util": "20.0.3",
+ "jest-resolve-dependencies": "20.0.3",
+ "jest-runtime": "20.0.4",
+ "jest-snapshot": "20.0.3",
+ "jest-util": "20.0.3",
+ "micromatch": "2.3.11",
+ "node-notifier": "5.1.2",
+ "pify": "2.3.0",
+ "slash": "1.0.0",
+ "string-length": "1.0.1",
+ "throat": "3.2.0",
+ "which": "1.3.0",
+ "worker-farm": "1.5.0",
+ "yargs": "7.1.0"
+ }
+ }
+ }
+ },
+ "jest-changed-files": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-20.0.3.tgz",
+ "integrity": "sha1-k5TVzGXEOEBhSb7xv01Sto4D4/g="
+ },
+ "jest-config": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-20.0.4.tgz",
+ "integrity": "sha1-43kwqyIXyRNgXv8T5712PsSPruo=",
+ "requires": {
+ "chalk": "1.1.3",
+ "glob": "7.1.2",
+ "jest-environment-jsdom": "20.0.3",
+ "jest-environment-node": "20.0.3",
+ "jest-jasmine2": "20.0.4",
+ "jest-matcher-utils": "20.0.3",
+ "jest-regex-util": "20.0.3",
+ "jest-resolve": "20.0.4",
+ "jest-validate": "20.0.3",
+ "pretty-format": "20.0.3"
+ }
+ },
+ "jest-diff": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-20.0.3.tgz",
+ "integrity": "sha1-gfKI/Z5nXw+yPHXxwrGURf5YZhc=",
+ "requires": {
+ "chalk": "1.1.3",
+ "diff": "3.3.1",
+ "jest-matcher-utils": "20.0.3",
+ "pretty-format": "20.0.3"
+ }
+ },
+ "jest-docblock": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-20.0.3.tgz",
+ "integrity": "sha1-F76phDQswz2DxQ++FUXqDvqkRxI="
+ },
+ "jest-environment-jsdom": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-20.0.3.tgz",
+ "integrity": "sha1-BIqKwS7iJfcZBBdxODS7mZeH3pk=",
+ "requires": {
+ "jest-mock": "20.0.3",
+ "jest-util": "20.0.3",
+ "jsdom": "9.12.0"
+ }
+ },
+ "jest-environment-node": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-20.0.3.tgz",
+ "integrity": "sha1-1Ii8RhKvLCRumG6K52caCZFj1AM=",
+ "requires": {
+ "jest-mock": "20.0.3",
+ "jest-util": "20.0.3"
+ }
+ },
+ "jest-haste-map": {
+ "version": "20.0.5",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-20.0.5.tgz",
+ "integrity": "sha512-0IKAQjUvuZjMCNi/0VNQQF74/H9KB67hsHJqGiwTWQC6XO5Azs7kLWm+6Q/dwuhvDUvABDOBMFK2/FwZ3sZ07Q==",
+ "requires": {
+ "fb-watchman": "2.0.0",
+ "graceful-fs": "4.1.11",
+ "jest-docblock": "20.0.3",
+ "micromatch": "2.3.11",
+ "sane": "1.6.0",
+ "worker-farm": "1.5.0"
+ }
+ },
+ "jest-jasmine2": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-20.0.4.tgz",
+ "integrity": "sha1-/MWxQReA2RHQQpAu8YWehS5g1eE=",
+ "requires": {
+ "chalk": "1.1.3",
+ "graceful-fs": "4.1.11",
+ "jest-diff": "20.0.3",
+ "jest-matcher-utils": "20.0.3",
+ "jest-matchers": "20.0.3",
+ "jest-message-util": "20.0.3",
+ "jest-snapshot": "20.0.3",
+ "once": "1.4.0",
+ "p-map": "1.2.0"
+ }
+ },
+ "jest-matcher-utils": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-20.0.3.tgz",
+ "integrity": "sha1-s6a443yld4A7CDKpixZPRLeBVhI=",
+ "requires": {
+ "chalk": "1.1.3",
+ "pretty-format": "20.0.3"
+ }
+ },
+ "jest-matchers": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-matchers/-/jest-matchers-20.0.3.tgz",
+ "integrity": "sha1-ymnbHDLbWm9wf6XgQBq7VXAN/WA=",
+ "requires": {
+ "jest-diff": "20.0.3",
+ "jest-matcher-utils": "20.0.3",
+ "jest-message-util": "20.0.3",
+ "jest-regex-util": "20.0.3"
+ }
+ },
+ "jest-message-util": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-20.0.3.tgz",
+ "integrity": "sha1-auwoRDBvyw5udNV5bBAG2W/dgxw=",
+ "requires": {
+ "chalk": "1.1.3",
+ "micromatch": "2.3.11",
+ "slash": "1.0.0"
+ }
+ },
+ "jest-mock": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-20.0.3.tgz",
+ "integrity": "sha1-i8Bw6QQUqhVcEajWTIaaDVxx2lk="
+ },
+ "jest-regex-util": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-20.0.3.tgz",
+ "integrity": "sha1-hburXRM+RGJbGfr4xqpRItCF12I="
+ },
+ "jest-resolve": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-20.0.4.tgz",
+ "integrity": "sha1-lEiz6La6/BVHlETGSZBFt//ll6U=",
+ "requires": {
+ "browser-resolve": "1.11.2",
+ "is-builtin-module": "1.0.0",
+ "resolve": "1.4.0"
+ }
+ },
+ "jest-resolve-dependencies": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-20.0.3.tgz",
+ "integrity": "sha1-bhSntxevDyyzZnxUneQK8Bexcjo=",
+ "requires": {
+ "jest-regex-util": "20.0.3"
+ }
+ },
+ "jest-runtime": {
+ "version": "20.0.4",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-20.0.4.tgz",
+ "integrity": "sha1-osgCIZxCA/dU3xQE5JAYYWnRJNg=",
+ "requires": {
+ "babel-core": "6.25.0",
+ "babel-jest": "20.0.3",
+ "babel-plugin-istanbul": "4.1.4",
+ "chalk": "1.1.3",
+ "convert-source-map": "1.5.0",
+ "graceful-fs": "4.1.11",
+ "jest-config": "20.0.4",
+ "jest-haste-map": "20.0.5",
+ "jest-regex-util": "20.0.3",
+ "jest-resolve": "20.0.4",
+ "jest-util": "20.0.3",
+ "json-stable-stringify": "1.0.1",
+ "micromatch": "2.3.11",
+ "strip-bom": "3.0.0",
+ "yargs": "7.1.0"
+ },
+ "dependencies": {
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
+ }
+ }
+ },
+ "jest-snapshot": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-20.0.3.tgz",
+ "integrity": "sha1-W4R+GtsaTZCFKn+fElCG4YfHZWY=",
+ "requires": {
+ "chalk": "1.1.3",
+ "jest-diff": "20.0.3",
+ "jest-matcher-utils": "20.0.3",
+ "jest-util": "20.0.3",
+ "natural-compare": "1.4.0",
+ "pretty-format": "20.0.3"
+ }
+ },
+ "jest-util": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-20.0.3.tgz",
+ "integrity": "sha1-DAf32A2C9OWmfG+LnD/n9lz9Mq0=",
+ "requires": {
+ "chalk": "1.1.3",
+ "graceful-fs": "4.1.11",
+ "jest-message-util": "20.0.3",
+ "jest-mock": "20.0.3",
+ "jest-validate": "20.0.3",
+ "leven": "2.1.0",
+ "mkdirp": "0.5.1"
+ }
+ },
+ "jest-validate": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-20.0.3.tgz",
+ "integrity": "sha1-0M/R3k9XnymEhJJcKA+PHZTsPKs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "jest-matcher-utils": "20.0.3",
+ "leven": "2.1.0",
+ "pretty-format": "20.0.3"
+ }
+ },
+ "js-base64": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.3.2.tgz",
+ "integrity": "sha512-Y2/+DnfJJXT1/FCwUebUhLWb3QihxiSC42+ctHLGogmW2jPY6LCapMdFZXRvVP2z6qyKW7s6qncE/9gSqZiArw=="
+ },
+ "js-tokens": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
+ "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
+ },
+ "js-yaml": {
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
+ "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
+ "requires": {
+ "argparse": "1.0.9",
+ "esprima": "2.7.3"
+ }
+ },
+ "jsbn": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
+ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
+ "optional": true
+ },
+ "jschardet": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.5.1.tgz",
+ "integrity": "sha512-vE2hT1D0HLZCLLclfBSfkfTTedhVj0fubHpJBHKwwUWX0nSbhPAfk+SG9rTX95BYNmau8rGFfCeaT6T5OW1C2A=="
+ },
+ "jsdom": {
+ "version": "9.12.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-9.12.0.tgz",
+ "integrity": "sha1-6MVG//ywbADUgzyoRBD+1/igl9Q=",
+ "requires": {
+ "abab": "1.0.3",
+ "acorn": "4.0.13",
+ "acorn-globals": "3.1.0",
+ "array-equal": "1.0.0",
+ "content-type-parser": "1.0.1",
+ "cssom": "0.3.2",
+ "cssstyle": "0.2.37",
+ "escodegen": "1.9.0",
+ "html-encoding-sniffer": "1.0.1",
+ "nwmatcher": "1.4.1",
+ "parse5": "1.5.1",
+ "request": "2.81.0",
+ "sax": "1.2.4",
+ "symbol-tree": "3.2.2",
+ "tough-cookie": "2.3.2",
+ "webidl-conversions": "4.0.2",
+ "whatwg-encoding": "1.0.1",
+ "whatwg-url": "4.8.0",
+ "xml-name-validator": "2.0.1"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "4.0.13",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
+ "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
+ }
+ }
+ },
+ "jsesc": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
+ "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s="
+ },
+ "json-loader": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz",
+ "integrity": "sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w=="
+ },
+ "json-schema": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
+ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
+ },
+ "json-schema-traverse": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
+ "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A="
+ },
+ "json-stable-stringify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
+ "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
+ "requires": {
+ "jsonify": "0.0.0"
+ }
+ },
+ "json-stringify-safe": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
+ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
+ },
+ "json3": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
+ "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE="
+ },
+ "json5": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
+ "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE="
+ },
+ "jsonfile": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
+ "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
+ "requires": {
+ "graceful-fs": "4.1.11"
+ }
+ },
+ "jsonify": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
+ "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM="
+ },
+ "jsprim": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
+ "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
+ "requires": {
+ "assert-plus": "1.0.0",
+ "extsprintf": "1.3.0",
+ "json-schema": "0.2.3",
+ "verror": "1.10.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
+ }
+ }
+ },
+ "jsx-ast-utils": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz",
+ "integrity": "sha1-OGchPo3Xm/Ho8jAMDPwe+xgsDfE="
+ },
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ },
+ "klaw": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
+ "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
+ "requires": {
+ "graceful-fs": "4.1.11"
+ }
+ },
+ "latest-version": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-2.0.0.tgz",
+ "integrity": "sha1-VvjWE5YghHuAF/jx9NeOIRMkFos=",
+ "requires": {
+ "package-json": "2.4.0"
+ }
+ },
+ "lazy-cache": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
+ "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4="
+ },
+ "lazy-req": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz",
+ "integrity": "sha1-va6+rTD42CQDnODOFJ1Nqge6H6w="
+ },
+ "lcid": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
+ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
+ "requires": {
+ "invert-kv": "1.0.0"
+ }
+ },
+ "leven": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
+ "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA="
+ },
+ "levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "requires": {
+ "prelude-ls": "1.1.2",
+ "type-check": "0.3.2"
+ }
+ },
+ "load-json-file": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "parse-json": "2.2.0",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1",
+ "strip-bom": "2.0.0"
+ }
+ },
+ "loader-fs-cache": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz",
+ "integrity": "sha1-VuC/CL2XCLJqdltoUJhAyN7J/bw=",
+ "requires": {
+ "find-cache-dir": "0.1.1",
+ "mkdirp": "0.5.1"
+ },
+ "dependencies": {
+ "find-cache-dir": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz",
+ "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=",
+ "requires": {
+ "commondir": "1.0.1",
+ "mkdirp": "0.5.1",
+ "pkg-dir": "1.0.0"
+ }
+ },
+ "find-up": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
+ "requires": {
+ "path-exists": "2.1.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "path-exists": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
+ "requires": {
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "pkg-dir": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz",
+ "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=",
+ "requires": {
+ "find-up": "1.1.2"
+ }
+ }
+ }
+ },
+ "loader-runner": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
+ "integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI="
+ },
+ "loader-utils": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz",
+ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=",
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ },
+ "locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "requires": {
+ "p-locate": "2.0.0",
+ "path-exists": "3.0.0"
+ }
+ },
+ "lodash": {
+ "version": "4.17.4",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
+ },
+ "lodash._reinterpolate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
+ "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
+ },
+ "lodash.camelcase": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
+ "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
+ },
+ "lodash.cond": {
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/lodash.cond/-/lodash.cond-4.5.2.tgz",
+ "integrity": "sha1-9HGh2khr5g9quVXRcRVSPdHSVdU="
+ },
+ "lodash.defaults": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
+ "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw="
+ },
+ "lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
+ },
+ "lodash.template": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
+ "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=",
+ "requires": {
+ "lodash._reinterpolate": "3.0.0",
+ "lodash.templatesettings": "4.1.0"
+ }
+ },
+ "lodash.templatesettings": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
+ "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=",
+ "requires": {
+ "lodash._reinterpolate": "3.0.0"
+ }
+ },
+ "lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
+ },
+ "loglevel": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.5.0.tgz",
+ "integrity": "sha512-OQ2jhWI5G2qsvO0UFNyCQWgKl/tFiwuPIXxELzACeUO2FqstN/R7mmL09+nhv6xOWVPPojQO1A90sCEoJSgBcQ=="
+ },
+ "longest": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
+ "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc="
+ },
+ "loose-envify": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
+ "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
+ "requires": {
+ "js-tokens": "3.0.2"
+ }
+ },
+ "loud-rejection": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
+ "requires": {
+ "currently-unhandled": "0.4.1",
+ "signal-exit": "3.0.2"
+ }
+ },
+ "lower-case": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
+ "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw="
+ },
+ "lowercase-keys": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz",
+ "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY="
+ },
+ "lru-cache": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
+ "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
+ "requires": {
+ "pseudomap": "1.0.2",
+ "yallist": "2.1.2"
+ }
+ },
+ "macaddress": {
+ "version": "0.2.8",
+ "resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
+ "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI="
+ },
+ "make-dir": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.0.0.tgz",
+ "integrity": "sha1-l6ARdR6R3YfPre9Ygy67BJNt6Xg=",
+ "requires": {
+ "pify": "2.3.0"
+ }
+ },
+ "makeerror": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
+ "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
+ "requires": {
+ "tmpl": "1.0.4"
+ }
+ },
+ "map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0="
+ },
+ "math-expression-evaluator": {
+ "version": "1.2.17",
+ "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
+ "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw="
+ },
+ "md5.js": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",
+ "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=",
+ "requires": {
+ "hash-base": "3.0.4",
+ "inherits": "2.0.3"
+ },
+ "dependencies": {
+ "hash-base": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
+ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
+ "requires": {
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ }
+ }
+ },
+ "media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
+ },
+ "mem": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
+ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
+ "requires": {
+ "mimic-fn": "1.1.0"
+ }
+ },
+ "memory-fs": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
+ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
+ "requires": {
+ "errno": "0.1.4",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "meow": {
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
+ "requires": {
+ "camelcase-keys": "2.1.0",
+ "decamelize": "1.2.0",
+ "loud-rejection": "1.6.0",
+ "map-obj": "1.0.1",
+ "minimist": "1.2.0",
+ "normalize-package-data": "2.4.0",
+ "object-assign": "4.1.1",
+ "read-pkg-up": "1.0.1",
+ "redent": "1.0.0",
+ "trim-newlines": "1.0.0"
+ },
+ "dependencies": {
+ "minimist": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
+ }
+ }
+ },
+ "merge": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz",
+ "integrity": "sha1-dTHjnUlJwoGma4xabgJl6LBYlNo="
+ },
+ "merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
+ },
+ "methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
+ },
+ "micromatch": {
+ "version": "2.3.11",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
+ "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
+ "requires": {
+ "arr-diff": "2.0.0",
+ "array-unique": "0.2.1",
+ "braces": "1.8.5",
+ "expand-brackets": "0.1.5",
+ "extglob": "0.3.2",
+ "filename-regex": "2.0.1",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1",
+ "kind-of": "3.2.2",
+ "normalize-path": "2.1.1",
+ "object.omit": "2.0.1",
+ "parse-glob": "3.0.4",
+ "regex-cache": "0.4.4"
+ }
+ },
+ "miller-rabin": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.0.tgz",
+ "integrity": "sha1-SmL7HUKTPAVYOYL0xxb2+55sbT0=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "brorand": "1.1.0"
+ }
+ },
+ "mime": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.6.tgz",
+ "integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA="
+ },
+ "mime-db": {
+ "version": "1.30.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
+ "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE="
+ },
+ "mime-types": {
+ "version": "2.1.17",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
+ "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
+ "requires": {
+ "mime-db": "1.30.0"
+ }
+ },
+ "mimic-fn": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz",
+ "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg="
+ },
+ "minimalistic-assert": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz",
+ "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M="
+ },
+ "minimalistic-crypto-utils": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
+ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
+ },
+ "minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "requires": {
+ "brace-expansion": "1.1.8"
+ }
+ },
+ "minimist": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
+ },
+ "mkdirp": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
+ "requires": {
+ "minimist": "0.0.8"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "multicast-dns": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.1.tgz",
+ "integrity": "sha1-bn3oalcIcqsXBYrepxYLvsqBTd4=",
+ "requires": {
+ "dns-packet": "1.2.2",
+ "thunky": "0.1.0"
+ }
+ },
+ "multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
+ },
+ "mute-stream": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
+ "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "ncname": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz",
+ "integrity": "sha1-W1etGLHKCShk72Kwse2BlPODtxw=",
+ "requires": {
+ "xml-char-classes": "1.0.0"
+ }
+ },
+ "negotiator": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
+ "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
+ },
+ "no-case": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
+ "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
+ "requires": {
+ "lower-case": "1.1.4"
+ }
+ },
+ "node-fetch": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
+ "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
+ "requires": {
+ "encoding": "0.1.12",
+ "is-stream": "1.1.0"
+ }
+ },
+ "node-forge": {
+ "version": "0.6.33",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.6.33.tgz",
+ "integrity": "sha1-RjgRh59XPUUVWtap9D3ClujoXrw="
+ },
+ "node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node-libs-browser": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.0.0.tgz",
+ "integrity": "sha1-o6WeyXAkmFtG6Vg3lkb5bEthZkY=",
+ "requires": {
+ "assert": "1.4.1",
+ "browserify-zlib": "0.1.4",
+ "buffer": "4.9.1",
+ "console-browserify": "1.1.0",
+ "constants-browserify": "1.0.0",
+ "crypto-browserify": "3.11.1",
+ "domain-browser": "1.1.7",
+ "events": "1.1.1",
+ "https-browserify": "0.0.1",
+ "os-browserify": "0.2.1",
+ "path-browserify": "0.0.0",
+ "process": "0.11.10",
+ "punycode": "1.4.1",
+ "querystring-es3": "0.2.1",
+ "readable-stream": "2.3.3",
+ "stream-browserify": "2.0.1",
+ "stream-http": "2.7.2",
+ "string_decoder": "0.10.31",
+ "timers-browserify": "2.0.4",
+ "tty-browserify": "0.0.0",
+ "url": "0.11.0",
+ "util": "0.10.3",
+ "vm-browserify": "0.0.4"
+ },
+ "dependencies": {
+ "string_decoder": {
+ "version": "0.10.31",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
+ }
+ }
+ },
+ "node-notifier": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.1.2.tgz",
+ "integrity": "sha1-L6nhJgX6EACdRFSdb82KY93g5P8=",
+ "requires": {
+ "growly": "1.3.0",
+ "semver": "5.4.1",
+ "shellwords": "0.1.1",
+ "which": "1.3.0"
+ }
+ },
+ "node-status-codes": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
+ "integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8="
+ },
+ "normalize-package-data": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
+ "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
+ "requires": {
+ "hosted-git-info": "2.5.0",
+ "is-builtin-module": "1.0.0",
+ "semver": "5.4.1",
+ "validate-npm-package-license": "3.0.1"
+ }
+ },
+ "normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "requires": {
+ "remove-trailing-separator": "1.1.0"
+ }
+ },
+ "normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
+ },
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "4.1.1",
+ "prepend-http": "1.0.4",
+ "query-string": "4.3.4",
+ "sort-keys": "1.1.2"
+ }
+ },
+ "npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "requires": {
+ "path-key": "2.0.1"
+ }
+ },
+ "nth-check": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
+ "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=",
+ "requires": {
+ "boolbase": "1.0.0"
+ }
+ },
+ "num2fraction": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
+ },
+ "number-is-nan": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
+ },
+ "nwmatcher": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.1.tgz",
+ "integrity": "sha1-eumwew6oBNt+JfBctf5Al9TklJ8="
+ },
+ "oauth-sign": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
+ "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM="
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
+ },
+ "object-hash": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.1.8.tgz",
+ "integrity": "sha1-KKZZz5h9lqTavnhgKJ87UybEoDw="
+ },
+ "object-keys": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz",
+ "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0="
+ },
+ "object.omit": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
+ "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
+ "requires": {
+ "for-own": "0.1.5",
+ "is-extendable": "0.1.1"
+ }
+ },
+ "obuf": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.1.tgz",
+ "integrity": "sha1-EEEktsYCxnlogaBCVB0220OlJk4="
+ },
+ "on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "requires": {
+ "ee-first": "1.1.1"
+ }
+ },
+ "on-headers": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
+ "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c="
+ },
+ "once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "requires": {
+ "wrappy": "1.0.2"
+ }
+ },
+ "onetime": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
+ "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
+ "requires": {
+ "mimic-fn": "1.1.0"
+ }
+ },
+ "opn": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
+ "integrity": "sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==",
+ "requires": {
+ "is-wsl": "1.1.0"
+ }
+ },
+ "optimist": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
+ "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
+ "requires": {
+ "minimist": "0.0.8",
+ "wordwrap": "0.0.3"
+ },
+ "dependencies": {
+ "wordwrap": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
+ "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
+ }
+ }
+ },
+ "optionator": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
+ "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
+ "requires": {
+ "deep-is": "0.1.3",
+ "fast-levenshtein": "2.0.6",
+ "levn": "0.3.0",
+ "prelude-ls": "1.1.2",
+ "type-check": "0.3.2",
+ "wordwrap": "1.0.0"
+ }
+ },
+ "original": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz",
+ "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=",
+ "requires": {
+ "url-parse": "1.0.5"
+ },
+ "dependencies": {
+ "url-parse": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz",
+ "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=",
+ "requires": {
+ "querystringify": "0.0.4",
+ "requires-port": "1.0.0"
+ }
+ }
+ }
+ },
+ "os-browserify": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz",
+ "integrity": "sha1-Y/xMzuXS13Y9Jrv4YBB45sLgBE8="
+ },
+ "os-homedir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
+ },
+ "os-locale": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
+ "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
+ "requires": {
+ "lcid": "1.0.0"
+ }
+ },
+ "os-tmpdir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
+ },
+ "osenv": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
+ "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
+ "requires": {
+ "os-homedir": "1.0.2",
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
+ },
+ "p-limit": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
+ "integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw="
+ },
+ "p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "requires": {
+ "p-limit": "1.1.0"
+ }
+ },
+ "p-map": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
+ "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA=="
+ },
+ "package-json": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
+ "integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=",
+ "requires": {
+ "got": "5.7.1",
+ "registry-auth-token": "3.3.1",
+ "registry-url": "3.1.0",
+ "semver": "5.4.1"
+ }
+ },
+ "pako": {
+ "version": "0.2.9",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
+ "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU="
+ },
+ "param-case": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
+ "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=",
+ "requires": {
+ "no-case": "2.3.2"
+ }
+ },
+ "parse-asn1": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz",
+ "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=",
+ "requires": {
+ "asn1.js": "4.9.1",
+ "browserify-aes": "1.0.8",
+ "create-hash": "1.1.3",
+ "evp_bytestokey": "1.0.3",
+ "pbkdf2": "3.0.14"
+ }
+ },
+ "parse-glob": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
+ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
+ "requires": {
+ "glob-base": "0.3.0",
+ "is-dotfile": "1.0.3",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1"
+ }
+ },
+ "parse-json": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
+ "requires": {
+ "error-ex": "1.3.1"
+ }
+ },
+ "parse-passwd": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
+ "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY="
+ },
+ "parse5": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz",
+ "integrity": "sha1-m387DeMr543CQBsXVzzK8Pb1nZQ="
+ },
+ "parseurl": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
+ "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M="
+ },
+ "path-browserify": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
+ "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo="
+ },
+ "path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
+ },
+ "path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
+ },
+ "path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
+ },
+ "path-parse": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
+ "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME="
+ },
+ "path-to-regexp": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz",
+ "integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=",
+ "requires": {
+ "isarray": "0.0.1"
+ },
+ "dependencies": {
+ "isarray": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
+ }
+ }
+ },
+ "path-type": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "pbkdf2": {
+ "version": "3.0.14",
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz",
+ "integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==",
+ "requires": {
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "ripemd160": "2.0.1",
+ "safe-buffer": "5.1.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "performance-now": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
+ "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU="
+ },
+ "pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
+ },
+ "pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
+ },
+ "pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "requires": {
+ "pinkie": "2.0.4"
+ }
+ },
+ "pkg-dir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
+ "requires": {
+ "find-up": "2.1.0"
+ }
+ },
+ "pluralize": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-4.0.0.tgz",
+ "integrity": "sha1-WbcIwcAZCi9pLxx2GMRGsFL9F2I="
+ },
+ "portfinder": {
+ "version": "1.0.13",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.13.tgz",
+ "integrity": "sha1-uzLs2HwnEErm7kS1o8y/Drsa7ek=",
+ "requires": {
+ "async": "1.5.2",
+ "debug": "2.6.8",
+ "mkdirp": "0.5.1"
+ },
+ "dependencies": {
+ "async": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
+ "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
+ }
+ }
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.11.tgz",
+ "integrity": "sha512-DsnIzznNRQprsGTALpkC0xjDygo+QcOd+qVjP9+RjyzrPiyYOXBGOwoJ4rAiiE4lu6JggQ/jW4niY24WLxuncg==",
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ },
+ "dependencies": {
+ "chalk": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
+ "integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==",
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ }
+ }
+ },
+ "postcss-calc": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
+ "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-message-helpers": "2.0.0",
+ "reduce-css-calc": "1.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-colormin": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.2.tgz",
+ "integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=",
+ "requires": {
+ "colormin": "1.1.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-convert-values": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz",
+ "integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=",
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-discard-comments": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
+ "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-discard-duplicates": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz",
+ "integrity": "sha1-uavye4isGIFYpesSq8riAmO5GTI=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-discard-empty": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
+ "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-discard-overridden": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
+ "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-discard-unused": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
+ "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=",
+ "requires": {
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-filter-plugins": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
+ "integrity": "sha1-bYWGJTTXNaxCDkqFgG4fXUKG2Ew=",
+ "requires": {
+ "postcss": "5.2.17",
+ "uniqid": "4.1.1"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-flexbugs-fixes": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.2.0.tgz",
+ "integrity": "sha512-0AuD9HG1Ey3/3nqPWu9yqf7rL0KCPu5VgjDsjf5mzEcuo9H/z8nco/fljKgjsOUrZypa95MI0kS4xBZeBzz2lw==",
+ "requires": {
+ "postcss": "6.0.11"
+ }
+ },
+ "postcss-load-config": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.2.0.tgz",
+ "integrity": "sha1-U56a/J3chiASHr+djDZz4M5Q0oo=",
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1",
+ "postcss-load-options": "1.2.0",
+ "postcss-load-plugins": "2.3.0"
+ }
+ },
+ "postcss-load-options": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.2.0.tgz",
+ "integrity": "sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw=",
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "postcss-load-plugins": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/postcss-load-plugins/-/postcss-load-plugins-2.3.0.tgz",
+ "integrity": "sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=",
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "postcss-loader": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-2.0.6.tgz",
+ "integrity": "sha512-HIq7yy1hh9KI472Y38iSRV4WupZUNy6zObkxQM/ZuInoaE2+PyX4NcO6jjP5HG5mXL7j5kcNEl0fAG4Kva7O9w==",
+ "requires": {
+ "loader-utils": "1.1.0",
+ "postcss": "6.0.11",
+ "postcss-load-config": "1.2.0",
+ "schema-utils": "0.3.0"
+ }
+ },
+ "postcss-merge-idents": {
+ "version": "2.1.7",
+ "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
+ "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-merge-longhand": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
+ "integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-merge-rules": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz",
+ "integrity": "sha1-0d9d+qexrMO+VT8OnhDofGG19yE=",
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-api": "1.6.1",
+ "postcss": "5.2.17",
+ "postcss-selector-parser": "2.2.3",
+ "vendors": "1.0.1"
+ },
+ "dependencies": {
+ "browserslist": {
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
+ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ },
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-message-helpers": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
+ "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4="
+ },
+ "postcss-minify-font-values": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
+ "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
+ "requires": {
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-minify-gradients": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
+ "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=",
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-minify-params": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
+ "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0",
+ "uniqs": "2.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-minify-selectors": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz",
+ "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=",
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-selector-parser": "2.2.3"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-modules-extract-imports": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz",
+ "integrity": "sha1-thTJcgvmgW6u41+zpfqh26agXds=",
+ "requires": {
+ "postcss": "6.0.11"
+ }
+ },
+ "postcss-modules-local-by-default": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
+ "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=",
+ "requires": {
+ "css-selector-tokenizer": "0.7.0",
+ "postcss": "6.0.11"
+ }
+ },
+ "postcss-modules-scope": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
+ "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=",
+ "requires": {
+ "css-selector-tokenizer": "0.7.0",
+ "postcss": "6.0.11"
+ }
+ },
+ "postcss-modules-values": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
+ "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
+ "requires": {
+ "icss-replace-symbols": "1.1.0",
+ "postcss": "6.0.11"
+ }
+ },
+ "postcss-normalize-charset": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
+ "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-normalize-url": {
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
+ "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
+ "requires": {
+ "is-absolute-url": "2.1.0",
+ "normalize-url": "1.9.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-ordered-values": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz",
+ "integrity": "sha1-7sbCpntsQSqNsgQud/6NpD+VwR0=",
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-reduce-idents": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz",
+ "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=",
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-reduce-initial": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz",
+ "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=",
+ "requires": {
+ "postcss": "5.2.17"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-reduce-transforms": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
+ "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=",
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-selector-parser": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz",
+ "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=",
+ "requires": {
+ "flatten": "1.0.2",
+ "indexes-of": "1.0.1",
+ "uniq": "1.0.1"
+ }
+ },
+ "postcss-svgo": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz",
+ "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=",
+ "requires": {
+ "is-svg": "2.1.0",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0",
+ "svgo": "0.7.2"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-unique-selectors": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
+ "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=",
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "postcss-value-parser": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
+ "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU="
+ },
+ "postcss-zindex": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
+ "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=",
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.17.tgz",
+ "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.3.2",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ }
+ }
+ },
+ "prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
+ },
+ "prepend-http": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
+ "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
+ },
+ "preserve": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
+ "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks="
+ },
+ "pretty-bytes": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
+ "integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk="
+ },
+ "pretty-error": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz",
+ "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=",
+ "requires": {
+ "renderkid": "2.0.1",
+ "utila": "0.4.0"
+ }
+ },
+ "pretty-format": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-20.0.3.tgz",
+ "integrity": "sha1-Ag41ClYKH+GpjcO+tsz/s4beixQ=",
+ "requires": {
+ "ansi-regex": "2.1.1",
+ "ansi-styles": "3.2.0"
+ }
+ },
+ "private": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/private/-/private-0.1.7.tgz",
+ "integrity": "sha1-aM5eih7woju1cMwoU3tTMqumPvE="
+ },
+ "process": {
+ "version": "0.11.10",
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
+ "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
+ },
+ "process-nextick-args": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
+ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
+ },
+ "progress": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.0.tgz",
+ "integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8="
+ },
+ "promise": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
+ "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
+ "requires": {
+ "asap": "2.0.6"
+ }
+ },
+ "prop-types": {
+ "version": "15.5.10",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.5.10.tgz",
+ "integrity": "sha1-J5ffwxJhguOpXj37suiT3ddFYVQ=",
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1"
+ }
+ },
+ "proxy-addr": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz",
+ "integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=",
+ "requires": {
+ "forwarded": "0.1.1",
+ "ipaddr.js": "1.4.0"
+ }
+ },
+ "prr": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz",
+ "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo="
+ },
+ "pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
+ },
+ "public-encrypt": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz",
+ "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=",
+ "requires": {
+ "bn.js": "4.11.8",
+ "browserify-rsa": "4.0.1",
+ "create-hash": "1.1.3",
+ "parse-asn1": "5.1.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "punycode": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
+ },
+ "q": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz",
+ "integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE="
+ },
+ "qs": {
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
+ "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM="
+ },
+ "quark": {
+ "version": "file:..",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "color-hash": "1.0.3",
+ "is-retina": "1.0.3",
+ "md5": "2.2.1",
+ "nearest-color": "0.4.0",
+ "prop-types": "15.5.10",
+ "react": "15.6.1",
+ "react-dom": "15.6.1"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "3.3.0",
+ "bundled": true
+ },
+ "acorn-dynamic-import": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "acorn": "4.0.13"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "4.0.13",
+ "bundled": true
+ }
+ }
+ },
+ "acorn-jsx": {
+ "version": "3.0.1",
+ "bundled": true,
+ "requires": {
+ "acorn": "3.3.0"
+ }
+ },
+ "ajv": {
+ "version": "5.2.2",
+ "bundled": true,
+ "requires": {
+ "co": "4.6.0",
+ "fast-deep-equal": "1.0.0",
+ "json-schema-traverse": "0.3.1",
+ "json-stable-stringify": "1.0.1"
+ }
+ },
+ "ajv-keywords": {
+ "version": "1.5.1",
+ "bundled": true
+ },
+ "align-text": {
+ "version": "0.1.4",
+ "bundled": true,
+ "requires": {
+ "kind-of": "3.2.2",
+ "longest": "1.0.1",
+ "repeat-string": "1.6.1"
+ }
+ },
+ "alphanum-sort": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "ansi-escapes": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "ansi-regex": {
+ "version": "2.1.1",
+ "bundled": true
+ },
+ "ansi-styles": {
+ "version": "2.2.1",
+ "bundled": true
+ },
+ "anymatch": {
+ "version": "1.3.2",
+ "bundled": true,
+ "requires": {
+ "micromatch": "2.3.11",
+ "normalize-path": "2.1.1"
+ }
+ },
+ "argparse": {
+ "version": "1.0.9",
+ "bundled": true,
+ "requires": {
+ "sprintf-js": "1.0.3"
+ }
+ },
+ "aria-query": {
+ "version": "0.7.0",
+ "bundled": true,
+ "requires": {
+ "ast-types-flow": "0.0.7"
+ }
+ },
+ "arr-diff": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "arr-flatten": "1.1.0"
+ }
+ },
+ "arr-flatten": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "array-includes": {
+ "version": "3.0.3",
+ "bundled": true,
+ "requires": {
+ "define-properties": "1.1.2",
+ "es-abstract": "1.8.2"
+ }
+ },
+ "array-union": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "array-uniq": "1.0.3"
+ }
+ },
+ "array-uniq": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "array-unique": {
+ "version": "0.2.1",
+ "bundled": true
+ },
+ "arrify": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "asap": {
+ "version": "2.0.6",
+ "bundled": true
+ },
+ "asn1": {
+ "version": "0.2.3",
+ "bundled": true,
+ "optional": true
+ },
+ "asn1.js": {
+ "version": "4.9.1",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "assert": {
+ "version": "1.4.1",
+ "bundled": true,
+ "requires": {
+ "util": "0.10.3"
+ }
+ },
+ "assert-plus": {
+ "version": "0.2.0",
+ "bundled": true,
+ "optional": true
+ },
+ "ast-types-flow": {
+ "version": "0.0.7",
+ "bundled": true
+ },
+ "async": {
+ "version": "2.5.0",
+ "bundled": true,
+ "requires": {
+ "lodash": "4.17.4"
+ }
+ },
+ "async-each": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "asynckit": {
+ "version": "0.4.0",
+ "bundled": true,
+ "optional": true
+ },
+ "autoprefixer": {
+ "version": "7.1.4",
+ "bundled": true,
+ "requires": {
+ "browserslist": "2.4.0",
+ "caniuse-lite": "1.0.30000727",
+ "normalize-range": "0.1.2",
+ "num2fraction": "1.2.2",
+ "postcss": "6.0.11",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "aws-sign2": {
+ "version": "0.6.0",
+ "bundled": true,
+ "optional": true
+ },
+ "aws4": {
+ "version": "1.6.0",
+ "bundled": true,
+ "optional": true
+ },
+ "axobject-query": {
+ "version": "0.1.0",
+ "bundled": true,
+ "requires": {
+ "ast-types-flow": "0.0.7"
+ }
+ },
+ "babel-cli": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-core": "6.26.0",
+ "babel-polyfill": "6.26.0",
+ "babel-register": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "chokidar": "1.7.0",
+ "commander": "2.11.0",
+ "convert-source-map": "1.5.0",
+ "fs-readdir-recursive": "1.0.0",
+ "glob": "7.1.2",
+ "lodash": "4.17.4",
+ "output-file-sync": "1.1.2",
+ "path-is-absolute": "1.0.1",
+ "slash": "1.0.0",
+ "source-map": "0.5.7",
+ "v8flags": "2.1.1"
+ }
+ },
+ "babel-code-frame": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "chalk": "1.1.3",
+ "esutils": "2.0.2",
+ "js-tokens": "3.0.2"
+ }
+ },
+ "babel-core": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-generator": "6.26.0",
+ "babel-helpers": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-register": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "convert-source-map": "1.5.0",
+ "debug": "2.6.8",
+ "json5": "0.5.1",
+ "lodash": "4.17.4",
+ "minimatch": "3.0.4",
+ "path-is-absolute": "1.0.1",
+ "private": "0.1.7",
+ "slash": "1.0.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "babel-eslint": {
+ "version": "7.2.3",
+ "bundled": true,
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0"
+ }
+ },
+ "babel-generator": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "detect-indent": "4.0.0",
+ "jsesc": "1.3.0",
+ "lodash": "4.17.4",
+ "source-map": "0.5.7",
+ "trim-right": "1.0.1"
+ }
+ },
+ "babel-helper-bindify-decorators": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-builder-binary-assignment-operator-visitor": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-explode-assignable-expression": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-builder-react-jsx": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "esutils": "2.0.2"
+ }
+ },
+ "babel-helper-call-delegate": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-hoist-variables": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-define-map": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-helper-explode-assignable-expression": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-explode-class": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-bindify-decorators": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-function-name": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-get-function-arity": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-get-function-arity": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-hoist-variables": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-optimise-call-expression": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-regex": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-helper-remap-async-to-generator": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helper-replace-supers": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-optimise-call-expression": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-helpers": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-loader": {
+ "version": "7.1.2",
+ "bundled": true,
+ "requires": {
+ "find-cache-dir": "1.0.0",
+ "loader-utils": "1.1.0",
+ "mkdirp": "0.5.1"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ }
+ }
+ },
+ "babel-messages": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-check-es2015-constants": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-syntax-async-functions": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-async-generators": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-class-constructor-call": {
+ "version": "6.18.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-class-properties": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-decorators": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-do-expressions": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-dynamic-import": {
+ "version": "6.18.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-exponentiation-operator": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-export-extensions": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-flow": {
+ "version": "6.18.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-function-bind": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-object-rest-spread": {
+ "version": "6.13.0",
+ "bundled": true
+ },
+ "babel-plugin-syntax-trailing-function-commas": {
+ "version": "6.22.0",
+ "bundled": true
+ },
+ "babel-plugin-transform-async-generator-functions": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-remap-async-to-generator": "6.24.1",
+ "babel-plugin-syntax-async-generators": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-async-to-generator": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-remap-async-to-generator": "6.24.1",
+ "babel-plugin-syntax-async-functions": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-class-constructor-call": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-class-constructor-call": "6.18.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-class-properties": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-plugin-syntax-class-properties": "6.13.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-decorators": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-explode-class": "6.24.1",
+ "babel-plugin-syntax-decorators": "6.13.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-do-expressions": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-do-expressions": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-arrow-functions": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-block-scoped-functions": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-block-scoping": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-plugin-transform-es2015-classes": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-define-map": "6.26.0",
+ "babel-helper-function-name": "6.24.1",
+ "babel-helper-optimise-call-expression": "6.24.1",
+ "babel-helper-replace-supers": "6.24.1",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-computed-properties": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-destructuring": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-duplicate-keys": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-for-of": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-function-name": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-function-name": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-literals": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-amd": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-commonjs": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-strict-mode": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-systemjs": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-hoist-variables": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-modules-umd": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-object-super": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-replace-supers": "6.24.1",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-parameters": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-call-delegate": "6.24.1",
+ "babel-helper-get-function-arity": "6.24.1",
+ "babel-runtime": "6.26.0",
+ "babel-template": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-shorthand-properties": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-spread": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-sticky-regex": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-regex": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-template-literals": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-typeof-symbol": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-es2015-unicode-regex": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-regex": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "regexpu-core": "2.0.0"
+ }
+ },
+ "babel-plugin-transform-exponentiation-operator": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
+ "babel-plugin-syntax-exponentiation-operator": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-export-extensions": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-export-extensions": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-flow-strip-types": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-flow": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-function-bind": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-function-bind": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-object-rest-spread": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-object-rest-spread": "6.13.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-display-name": {
+ "version": "6.25.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-helper-builder-react-jsx": "6.26.0",
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx-self": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-react-jsx-source": {
+ "version": "6.22.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-regenerator": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "regenerator-transform": "0.10.1"
+ }
+ },
+ "babel-plugin-transform-runtime": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0"
+ }
+ },
+ "babel-plugin-transform-strict-mode": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0"
+ }
+ },
+ "babel-polyfill": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "core-js": "2.5.1",
+ "regenerator-runtime": "0.10.5"
+ },
+ "dependencies": {
+ "regenerator-runtime": {
+ "version": "0.10.5",
+ "bundled": true
+ }
+ }
+ },
+ "babel-preset-env": {
+ "version": "1.6.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-check-es2015-constants": "6.22.0",
+ "babel-plugin-syntax-trailing-function-commas": "6.22.0",
+ "babel-plugin-transform-async-to-generator": "6.24.1",
+ "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
+ "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
+ "babel-plugin-transform-es2015-block-scoping": "6.26.0",
+ "babel-plugin-transform-es2015-classes": "6.24.1",
+ "babel-plugin-transform-es2015-computed-properties": "6.24.1",
+ "babel-plugin-transform-es2015-destructuring": "6.23.0",
+ "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
+ "babel-plugin-transform-es2015-for-of": "6.23.0",
+ "babel-plugin-transform-es2015-function-name": "6.24.1",
+ "babel-plugin-transform-es2015-literals": "6.22.0",
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
+ "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
+ "babel-plugin-transform-es2015-modules-umd": "6.24.1",
+ "babel-plugin-transform-es2015-object-super": "6.24.1",
+ "babel-plugin-transform-es2015-parameters": "6.24.1",
+ "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
+ "babel-plugin-transform-es2015-spread": "6.22.0",
+ "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
+ "babel-plugin-transform-es2015-template-literals": "6.22.0",
+ "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
+ "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
+ "babel-plugin-transform-exponentiation-operator": "6.24.1",
+ "babel-plugin-transform-regenerator": "6.26.0",
+ "browserslist": "2.4.0",
+ "invariant": "2.2.2",
+ "semver": "5.4.1"
+ }
+ },
+ "babel-preset-flow": {
+ "version": "6.23.0",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-flow-strip-types": "6.22.0"
+ }
+ },
+ "babel-preset-react": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-jsx": "6.18.0",
+ "babel-plugin-transform-react-display-name": "6.25.0",
+ "babel-plugin-transform-react-jsx": "6.24.1",
+ "babel-plugin-transform-react-jsx-self": "6.22.0",
+ "babel-plugin-transform-react-jsx-source": "6.22.0",
+ "babel-preset-flow": "6.23.0"
+ }
+ },
+ "babel-preset-stage-0": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-do-expressions": "6.22.0",
+ "babel-plugin-transform-function-bind": "6.22.0",
+ "babel-preset-stage-1": "6.24.1"
+ }
+ },
+ "babel-preset-stage-1": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-transform-class-constructor-call": "6.24.1",
+ "babel-plugin-transform-export-extensions": "6.22.0",
+ "babel-preset-stage-2": "6.24.1"
+ }
+ },
+ "babel-preset-stage-2": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-dynamic-import": "6.18.0",
+ "babel-plugin-transform-class-properties": "6.24.1",
+ "babel-plugin-transform-decorators": "6.24.1",
+ "babel-preset-stage-3": "6.24.1"
+ }
+ },
+ "babel-preset-stage-3": {
+ "version": "6.24.1",
+ "bundled": true,
+ "requires": {
+ "babel-plugin-syntax-trailing-function-commas": "6.22.0",
+ "babel-plugin-transform-async-generator-functions": "6.24.1",
+ "babel-plugin-transform-async-to-generator": "6.24.1",
+ "babel-plugin-transform-exponentiation-operator": "6.24.1",
+ "babel-plugin-transform-object-rest-spread": "6.26.0"
+ }
+ },
+ "babel-register": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-core": "6.26.0",
+ "babel-runtime": "6.26.0",
+ "core-js": "2.5.1",
+ "home-or-tmp": "2.0.0",
+ "lodash": "4.17.4",
+ "mkdirp": "0.5.1",
+ "source-map-support": "0.4.18"
+ }
+ },
+ "babel-runtime": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "core-js": "2.5.1",
+ "regenerator-runtime": "0.11.0"
+ }
+ },
+ "babel-template": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-traverse": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-traverse": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "babel-messages": "6.23.0",
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "babylon": "6.18.0",
+ "debug": "2.6.8",
+ "globals": "9.18.0",
+ "invariant": "2.2.2",
+ "lodash": "4.17.4"
+ }
+ },
+ "babel-types": {
+ "version": "6.26.0",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "esutils": "2.0.2",
+ "lodash": "4.17.4",
+ "to-fast-properties": "1.0.3"
+ }
+ },
+ "babylon": {
+ "version": "6.18.0",
+ "bundled": true
+ },
+ "balanced-match": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "base64-js": {
+ "version": "1.2.1",
+ "bundled": true
+ },
+ "bcrypt-pbkdf": {
+ "version": "1.0.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "tweetnacl": "0.14.5"
+ }
+ },
+ "big.js": {
+ "version": "3.1.3",
+ "bundled": true
+ },
+ "binary-extensions": {
+ "version": "1.10.0",
+ "bundled": true
+ },
+ "bn.js": {
+ "version": "4.11.8",
+ "bundled": true
+ },
+ "boolbase": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "boom": {
+ "version": "2.10.1",
+ "bundled": true,
+ "requires": {
+ "hoek": "2.16.3"
+ }
+ },
+ "brace-expansion": {
+ "version": "1.1.8",
+ "bundled": true,
+ "requires": {
+ "balanced-match": "1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "1.8.5",
+ "bundled": true,
+ "requires": {
+ "expand-range": "1.8.2",
+ "preserve": "0.2.0",
+ "repeat-element": "1.1.2"
+ }
+ },
+ "brorand": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "browserify-aes": {
+ "version": "1.0.8",
+ "bundled": true,
+ "requires": {
+ "buffer-xor": "1.0.3",
+ "cipher-base": "1.0.4",
+ "create-hash": "1.1.3",
+ "evp_bytestokey": "1.0.3",
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "browserify-cipher": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "browserify-aes": "1.0.8",
+ "browserify-des": "1.0.0",
+ "evp_bytestokey": "1.0.3"
+ }
+ },
+ "browserify-des": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "cipher-base": "1.0.4",
+ "des.js": "1.0.0",
+ "inherits": "2.0.3"
+ }
+ },
+ "browserify-rsa": {
+ "version": "4.0.1",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "randombytes": "2.0.5"
+ }
+ },
+ "browserify-sign": {
+ "version": "4.0.4",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "browserify-rsa": "4.0.1",
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "elliptic": "6.4.0",
+ "inherits": "2.0.3",
+ "parse-asn1": "5.1.0"
+ }
+ },
+ "browserify-zlib": {
+ "version": "0.1.4",
+ "bundled": true,
+ "requires": {
+ "pako": "0.2.9"
+ }
+ },
+ "browserslist": {
+ "version": "2.4.0",
+ "bundled": true,
+ "requires": {
+ "caniuse-lite": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ },
+ "buffer": {
+ "version": "4.9.1",
+ "bundled": true,
+ "requires": {
+ "base64-js": "1.2.1",
+ "ieee754": "1.1.8",
+ "isarray": "1.0.0"
+ }
+ },
+ "buffer-xor": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "builtin-modules": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "builtin-status-codes": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "caller-path": {
+ "version": "0.1.0",
+ "bundled": true,
+ "requires": {
+ "callsites": "0.2.0"
+ }
+ },
+ "callsites": {
+ "version": "0.2.0",
+ "bundled": true
+ },
+ "camelcase": {
+ "version": "1.2.1",
+ "bundled": true
+ },
+ "caniuse-api": {
+ "version": "1.6.1",
+ "bundled": true,
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-db": "1.0.30000727",
+ "lodash.memoize": "4.1.2",
+ "lodash.uniq": "4.5.0"
+ },
+ "dependencies": {
+ "browserslist": {
+ "version": "1.7.7",
+ "bundled": true,
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ }
+ }
+ },
+ "caniuse-db": {
+ "version": "1.0.30000727",
+ "bundled": true
+ },
+ "caniuse-lite": {
+ "version": "1.0.30000727",
+ "bundled": true
+ },
+ "caseless": {
+ "version": "0.12.0",
+ "bundled": true,
+ "optional": true
+ },
+ "center-align": {
+ "version": "0.1.3",
+ "bundled": true,
+ "requires": {
+ "align-text": "0.1.4",
+ "lazy-cache": "1.0.4"
+ }
+ },
+ "chalk": {
+ "version": "1.1.3",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "2.2.1",
+ "escape-string-regexp": "1.0.5",
+ "has-ansi": "2.0.0",
+ "strip-ansi": "3.0.1",
+ "supports-color": "2.0.0"
+ },
+ "dependencies": {
+ "supports-color": {
+ "version": "2.0.0",
+ "bundled": true
+ }
+ }
+ },
+ "charenc": {
+ "version": "0.0.2",
+ "bundled": true
+ },
+ "chokidar": {
+ "version": "1.7.0",
+ "bundled": true,
+ "requires": {
+ "anymatch": "1.3.2",
+ "async-each": "1.0.1",
+ "glob-parent": "2.0.0",
+ "inherits": "2.0.3",
+ "is-binary-path": "1.0.1",
+ "is-glob": "2.0.1",
+ "path-is-absolute": "1.0.1",
+ "readdirp": "2.1.0"
+ }
+ },
+ "cipher-base": {
+ "version": "1.0.4",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "circular-json": {
+ "version": "0.3.3",
+ "bundled": true
+ },
+ "clap": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "chalk": "1.1.3"
+ }
+ },
+ "cli-cursor": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "restore-cursor": "2.0.0"
+ }
+ },
+ "cli-width": {
+ "version": "2.2.0",
+ "bundled": true
+ },
+ "cliui": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "center-align": "0.1.3",
+ "right-align": "0.1.3",
+ "wordwrap": "0.0.2"
+ },
+ "dependencies": {
+ "wordwrap": {
+ "version": "0.0.2",
+ "bundled": true
+ }
+ }
+ },
+ "clone": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "co": {
+ "version": "4.6.0",
+ "bundled": true
+ },
+ "coa": {
+ "version": "1.0.4",
+ "bundled": true,
+ "requires": {
+ "q": "1.5.0"
+ }
+ },
+ "code-point-at": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "color": {
+ "version": "0.11.4",
+ "bundled": true,
+ "requires": {
+ "clone": "1.0.2",
+ "color-convert": "1.9.0",
+ "color-string": "0.3.0"
+ }
+ },
+ "color-convert": {
+ "version": "1.9.0",
+ "bundled": true,
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "color-hash": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "color-name": {
+ "version": "1.1.3",
+ "bundled": true
+ },
+ "color-string": {
+ "version": "0.3.0",
+ "bundled": true,
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "colormin": {
+ "version": "1.1.2",
+ "bundled": true,
+ "requires": {
+ "color": "0.11.4",
+ "css-color-names": "0.0.4",
+ "has": "1.0.1"
+ }
+ },
+ "colors": {
+ "version": "1.1.2",
+ "bundled": true
+ },
+ "combined-stream": {
+ "version": "1.0.5",
+ "bundled": true,
+ "requires": {
+ "delayed-stream": "1.0.0"
+ }
+ },
+ "commander": {
+ "version": "2.11.0",
+ "bundled": true
+ },
+ "commondir": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "bundled": true
+ },
+ "concat-stream": {
+ "version": "1.6.0",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3",
+ "typedarray": "0.0.6"
+ }
+ },
+ "console-browserify": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "date-now": "0.1.4"
+ }
+ },
+ "constants-browserify": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "contains-path": {
+ "version": "0.1.0",
+ "bundled": true
+ },
+ "convert-source-map": {
+ "version": "1.5.0",
+ "bundled": true
+ },
+ "core-js": {
+ "version": "2.5.1",
+ "bundled": true
+ },
+ "core-util-is": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "cosmiconfig": {
+ "version": "2.2.2",
+ "bundled": true,
+ "requires": {
+ "is-directory": "0.3.1",
+ "js-yaml": "3.10.0",
+ "minimist": "1.2.0",
+ "object-assign": "4.1.1",
+ "os-homedir": "1.0.2",
+ "parse-json": "2.2.0",
+ "require-from-string": "1.2.1"
+ },
+ "dependencies": {
+ "minimist": {
+ "version": "1.2.0",
+ "bundled": true
+ }
+ }
+ },
+ "create-ecdh": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "elliptic": "6.4.0"
+ }
+ },
+ "create-hash": {
+ "version": "1.1.3",
+ "bundled": true,
+ "requires": {
+ "cipher-base": "1.0.4",
+ "inherits": "2.0.3",
+ "ripemd160": "2.0.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "create-hmac": {
+ "version": "1.1.6",
+ "bundled": true,
+ "requires": {
+ "cipher-base": "1.0.4",
+ "create-hash": "1.1.3",
+ "inherits": "2.0.3",
+ "ripemd160": "2.0.1",
+ "safe-buffer": "5.1.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "create-react-class": {
+ "version": "15.6.0",
+ "bundled": true,
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1"
+ }
+ },
+ "cross-spawn": {
+ "version": "5.1.0",
+ "bundled": true,
+ "requires": {
+ "lru-cache": "4.1.1",
+ "shebang-command": "1.2.0",
+ "which": "1.3.0"
+ }
+ },
+ "crypt": {
+ "version": "0.0.2",
+ "bundled": true
+ },
+ "cryptiles": {
+ "version": "2.0.5",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "boom": "2.10.1"
+ }
+ },
+ "crypto-browserify": {
+ "version": "3.11.1",
+ "bundled": true,
+ "requires": {
+ "browserify-cipher": "1.0.0",
+ "browserify-sign": "4.0.4",
+ "create-ecdh": "4.0.0",
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "diffie-hellman": "5.0.2",
+ "inherits": "2.0.3",
+ "pbkdf2": "3.0.14",
+ "public-encrypt": "4.0.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "css-color-names": {
+ "version": "0.0.4",
+ "bundled": true
+ },
+ "css-loader": {
+ "version": "0.28.7",
+ "bundled": true,
+ "requires": {
+ "babel-code-frame": "6.26.0",
+ "css-selector-tokenizer": "0.7.0",
+ "cssnano": "3.10.0",
+ "icss-utils": "2.1.0",
+ "loader-utils": "1.1.0",
+ "lodash.camelcase": "4.3.0",
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-modules-extract-imports": "1.1.0",
+ "postcss-modules-local-by-default": "1.2.0",
+ "postcss-modules-scope": "1.1.0",
+ "postcss-modules-values": "1.3.0",
+ "postcss-value-parser": "3.3.0",
+ "source-list-map": "2.0.0"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ },
+ "source-list-map": {
+ "version": "2.0.0",
+ "bundled": true
+ }
+ }
+ },
+ "css-select": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "boolbase": "1.0.0",
+ "css-what": "2.1.0",
+ "domutils": "1.5.1",
+ "nth-check": "1.0.1"
+ }
+ },
+ "css-selector-tokenizer": {
+ "version": "0.7.0",
+ "bundled": true,
+ "requires": {
+ "cssesc": "0.1.0",
+ "fastparse": "1.1.1",
+ "regexpu-core": "1.0.0"
+ },
+ "dependencies": {
+ "regexpu-core": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "regenerate": "1.3.2",
+ "regjsgen": "0.2.0",
+ "regjsparser": "0.1.5"
+ }
+ }
+ }
+ },
+ "css-what": {
+ "version": "2.1.0",
+ "bundled": true
+ },
+ "cssesc": {
+ "version": "0.1.0",
+ "bundled": true
+ },
+ "cssnano": {
+ "version": "3.10.0",
+ "bundled": true,
+ "requires": {
+ "autoprefixer": "6.7.7",
+ "decamelize": "1.2.0",
+ "defined": "1.0.0",
+ "has": "1.0.1",
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-calc": "5.3.1",
+ "postcss-colormin": "2.2.2",
+ "postcss-convert-values": "2.6.1",
+ "postcss-discard-comments": "2.0.4",
+ "postcss-discard-duplicates": "2.1.0",
+ "postcss-discard-empty": "2.1.0",
+ "postcss-discard-overridden": "0.1.1",
+ "postcss-discard-unused": "2.2.3",
+ "postcss-filter-plugins": "2.0.2",
+ "postcss-merge-idents": "2.1.7",
+ "postcss-merge-longhand": "2.0.2",
+ "postcss-merge-rules": "2.1.2",
+ "postcss-minify-font-values": "1.0.5",
+ "postcss-minify-gradients": "1.0.5",
+ "postcss-minify-params": "1.2.2",
+ "postcss-minify-selectors": "2.1.1",
+ "postcss-normalize-charset": "1.1.1",
+ "postcss-normalize-url": "3.0.8",
+ "postcss-ordered-values": "2.2.3",
+ "postcss-reduce-idents": "2.4.0",
+ "postcss-reduce-initial": "1.0.1",
+ "postcss-reduce-transforms": "1.0.4",
+ "postcss-svgo": "2.1.6",
+ "postcss-unique-selectors": "2.0.2",
+ "postcss-value-parser": "3.3.0",
+ "postcss-zindex": "2.2.0"
+ },
+ "dependencies": {
+ "autoprefixer": {
+ "version": "6.7.7",
+ "bundled": true,
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-db": "1.0.30000727",
+ "normalize-range": "0.1.2",
+ "num2fraction": "1.2.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "browserslist": {
+ "version": "1.7.7",
+ "bundled": true,
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ }
+ }
+ },
+ "csso": {
+ "version": "2.3.2",
+ "bundled": true,
+ "requires": {
+ "clap": "1.2.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "d": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "es5-ext": "0.10.30"
+ }
+ },
+ "damerau-levenshtein": {
+ "version": "1.0.4",
+ "bundled": true
+ },
+ "dashdash": {
+ "version": "1.14.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "assert-plus": "1.0.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ }
+ }
+ },
+ "date-now": {
+ "version": "0.1.4",
+ "bundled": true
+ },
+ "debug": {
+ "version": "2.6.8",
+ "bundled": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "decamelize": {
+ "version": "1.2.0",
+ "bundled": true
+ },
+ "deep-is": {
+ "version": "0.1.3",
+ "bundled": true
+ },
+ "define-properties": {
+ "version": "1.1.2",
+ "bundled": true,
+ "requires": {
+ "foreach": "2.0.5",
+ "object-keys": "1.0.11"
+ }
+ },
+ "defined": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "del": {
+ "version": "2.2.2",
+ "bundled": true,
+ "requires": {
+ "globby": "5.0.0",
+ "is-path-cwd": "1.0.0",
+ "is-path-in-cwd": "1.0.0",
+ "object-assign": "4.1.1",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1",
+ "rimraf": "2.6.1"
+ }
+ },
+ "delayed-stream": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "des.js": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "detect-indent": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "repeating": "2.0.1"
+ }
+ },
+ "diffie-hellman": {
+ "version": "5.0.2",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "miller-rabin": "4.0.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "doctrine": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "esutils": "2.0.2",
+ "isarray": "1.0.0"
+ }
+ },
+ "dom-serializer": {
+ "version": "0.1.0",
+ "bundled": true,
+ "requires": {
+ "domelementtype": "1.1.3",
+ "entities": "1.1.1"
+ },
+ "dependencies": {
+ "domelementtype": {
+ "version": "1.1.3",
+ "bundled": true
+ }
+ }
+ },
+ "domain-browser": {
+ "version": "1.1.7",
+ "bundled": true
+ },
+ "domelementtype": {
+ "version": "1.3.0",
+ "bundled": true
+ },
+ "domhandler": {
+ "version": "2.4.1",
+ "bundled": true,
+ "requires": {
+ "domelementtype": "1.3.0"
+ }
+ },
+ "domutils": {
+ "version": "1.5.1",
+ "bundled": true,
+ "requires": {
+ "dom-serializer": "0.1.0",
+ "domelementtype": "1.3.0"
+ }
+ },
+ "ecc-jsbn": {
+ "version": "0.1.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "jsbn": "0.1.1"
+ }
+ },
+ "electron-to-chromium": {
+ "version": "1.3.21",
+ "bundled": true
+ },
+ "elliptic": {
+ "version": "6.4.0",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "brorand": "1.1.0",
+ "hash.js": "1.1.3",
+ "hmac-drbg": "1.0.1",
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0",
+ "minimalistic-crypto-utils": "1.0.1"
+ }
+ },
+ "emoji-regex": {
+ "version": "6.5.1",
+ "bundled": true
+ },
+ "emojis-list": {
+ "version": "2.1.0",
+ "bundled": true
+ },
+ "encoding": {
+ "version": "0.1.12",
+ "bundled": true,
+ "requires": {
+ "iconv-lite": "0.4.19"
+ }
+ },
+ "enhanced-resolve": {
+ "version": "3.4.1",
+ "bundled": true,
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "memory-fs": "0.4.1",
+ "object-assign": "4.1.1",
+ "tapable": "0.2.8"
+ }
+ },
+ "entities": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "errno": {
+ "version": "0.1.4",
+ "bundled": true,
+ "requires": {
+ "prr": "0.0.0"
+ }
+ },
+ "error-ex": {
+ "version": "1.3.1",
+ "bundled": true,
+ "requires": {
+ "is-arrayish": "0.2.1"
+ }
+ },
+ "es-abstract": {
+ "version": "1.8.2",
+ "bundled": true,
+ "requires": {
+ "es-to-primitive": "1.1.1",
+ "function-bind": "1.1.1",
+ "has": "1.0.1",
+ "is-callable": "1.1.3",
+ "is-regex": "1.0.4"
+ }
+ },
+ "es-to-primitive": {
+ "version": "1.1.1",
+ "bundled": true,
+ "requires": {
+ "is-callable": "1.1.3",
+ "is-date-object": "1.0.1",
+ "is-symbol": "1.0.1"
+ }
+ },
+ "es5-ext": {
+ "version": "0.10.30",
+ "bundled": true,
+ "requires": {
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "es6-iterator": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "es6-map": {
+ "version": "0.1.5",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-set": "0.1.5",
+ "es6-symbol": "3.1.1",
+ "event-emitter": "0.3.5"
+ }
+ },
+ "es6-set": {
+ "version": "0.1.5",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1",
+ "event-emitter": "0.3.5"
+ }
+ },
+ "es6-symbol": {
+ "version": "3.1.1",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30"
+ }
+ },
+ "es6-weak-map": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30",
+ "es6-iterator": "2.0.1",
+ "es6-symbol": "3.1.1"
+ }
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "bundled": true
+ },
+ "escope": {
+ "version": "3.6.0",
+ "bundled": true,
+ "requires": {
+ "es6-map": "0.1.5",
+ "es6-weak-map": "2.0.2",
+ "esrecurse": "4.2.0",
+ "estraverse": "4.2.0"
+ }
+ },
+ "eslint": {
+ "version": "4.6.1",
+ "bundled": true,
+ "requires": {
+ "ajv": "5.2.2",
+ "babel-code-frame": "6.26.0",
+ "chalk": "2.1.0",
+ "concat-stream": "1.6.0",
+ "cross-spawn": "5.1.0",
+ "debug": "2.6.8",
+ "doctrine": "2.0.0",
+ "eslint-scope": "3.7.1",
+ "espree": "3.5.0",
+ "esquery": "1.0.0",
+ "estraverse": "4.2.0",
+ "esutils": "2.0.2",
+ "file-entry-cache": "2.0.0",
+ "functional-red-black-tree": "1.0.1",
+ "glob": "7.1.2",
+ "globals": "9.18.0",
+ "ignore": "3.3.5",
+ "imurmurhash": "0.1.4",
+ "inquirer": "3.2.3",
+ "is-resolvable": "1.0.0",
+ "js-yaml": "3.10.0",
+ "json-stable-stringify": "1.0.1",
+ "levn": "0.3.0",
+ "lodash": "4.17.4",
+ "minimatch": "3.0.4",
+ "mkdirp": "0.5.1",
+ "natural-compare": "1.4.0",
+ "optionator": "0.8.2",
+ "path-is-inside": "1.0.2",
+ "pluralize": "4.0.0",
+ "progress": "2.0.0",
+ "require-uncached": "1.0.3",
+ "semver": "5.4.1",
+ "strip-ansi": "4.0.0",
+ "strip-json-comments": "2.0.1",
+ "table": "4.0.1",
+ "text-table": "0.2.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "eslint-config-airbnb": {
+ "version": "15.1.0",
+ "bundled": true,
+ "requires": {
+ "eslint-config-airbnb-base": "11.3.2"
+ }
+ },
+ "eslint-config-airbnb-base": {
+ "version": "11.3.2",
+ "bundled": true,
+ "requires": {
+ "eslint-restricted-globals": "0.1.1"
+ }
+ },
+ "eslint-import-resolver-node": {
+ "version": "0.3.1",
+ "bundled": true,
+ "requires": {
+ "debug": "2.6.8",
+ "resolve": "1.4.0"
+ }
+ },
+ "eslint-loader": {
+ "version": "1.9.0",
+ "bundled": true,
+ "requires": {
+ "loader-fs-cache": "1.0.1",
+ "loader-utils": "1.1.0",
+ "object-assign": "4.1.1",
+ "object-hash": "1.1.8",
+ "rimraf": "2.6.1"
+ }
+ },
+ "eslint-module-utils": {
+ "version": "2.1.1",
+ "bundled": true,
+ "requires": {
+ "debug": "2.6.8",
+ "pkg-dir": "1.0.0"
+ }
+ },
+ "eslint-plugin-import": {
+ "version": "2.7.0",
+ "bundled": true,
+ "requires": {
+ "builtin-modules": "1.1.1",
+ "contains-path": "0.1.0",
+ "debug": "2.6.8",
+ "doctrine": "1.5.0",
+ "eslint-import-resolver-node": "0.3.1",
+ "eslint-module-utils": "2.1.1",
+ "has": "1.0.1",
+ "lodash.cond": "4.5.2",
+ "minimatch": "3.0.4",
+ "read-pkg-up": "2.0.0"
+ },
+ "dependencies": {
+ "doctrine": {
+ "version": "1.5.0",
+ "bundled": true,
+ "requires": {
+ "esutils": "2.0.2",
+ "isarray": "1.0.0"
+ }
+ }
+ }
+ },
+ "eslint-plugin-jsx-a11y": {
+ "version": "5.1.1",
+ "bundled": true,
+ "requires": {
+ "aria-query": "0.7.0",
+ "array-includes": "3.0.3",
+ "ast-types-flow": "0.0.7",
+ "axobject-query": "0.1.0",
+ "damerau-levenshtein": "1.0.4",
+ "emoji-regex": "6.5.1",
+ "jsx-ast-utils": "1.4.1"
+ }
+ },
+ "eslint-plugin-react": {
+ "version": "7.3.0",
+ "bundled": true,
+ "requires": {
+ "doctrine": "2.0.0",
+ "has": "1.0.1",
+ "jsx-ast-utils": "2.0.1",
+ "prop-types": "15.5.10"
+ },
+ "dependencies": {
+ "jsx-ast-utils": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "array-includes": "3.0.3"
+ }
+ }
+ }
+ },
+ "eslint-restricted-globals": {
+ "version": "0.1.1",
+ "bundled": true
+ },
+ "eslint-scope": {
+ "version": "3.7.1",
+ "bundled": true,
+ "requires": {
+ "esrecurse": "4.2.0",
+ "estraverse": "4.2.0"
+ }
+ },
+ "espree": {
+ "version": "3.5.0",
+ "bundled": true,
+ "requires": {
+ "acorn": "5.1.2",
+ "acorn-jsx": "3.0.1"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "5.1.2",
+ "bundled": true
+ }
+ }
+ },
+ "esprima": {
+ "version": "4.0.0",
+ "bundled": true
+ },
+ "esquery": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "estraverse": "4.2.0"
+ }
+ },
+ "esrecurse": {
+ "version": "4.2.0",
+ "bundled": true,
+ "requires": {
+ "estraverse": "4.2.0",
+ "object-assign": "4.1.1"
+ }
+ },
+ "estraverse": {
+ "version": "4.2.0",
+ "bundled": true
+ },
+ "esutils": {
+ "version": "2.0.2",
+ "bundled": true
+ },
+ "event-emitter": {
+ "version": "0.3.5",
+ "bundled": true,
+ "requires": {
+ "d": "1.0.0",
+ "es5-ext": "0.10.30"
+ }
+ },
+ "events": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "evp_bytestokey": {
+ "version": "1.0.3",
+ "bundled": true,
+ "requires": {
+ "md5.js": "1.3.4",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "execa": {
+ "version": "0.7.0",
+ "bundled": true,
+ "requires": {
+ "cross-spawn": "5.1.0",
+ "get-stream": "3.0.0",
+ "is-stream": "1.1.0",
+ "npm-run-path": "2.0.2",
+ "p-finally": "1.0.0",
+ "signal-exit": "3.0.2",
+ "strip-eof": "1.0.0"
+ }
+ },
+ "expand-brackets": {
+ "version": "0.1.5",
+ "bundled": true,
+ "requires": {
+ "is-posix-bracket": "0.1.1"
+ }
+ },
+ "expand-range": {
+ "version": "1.8.2",
+ "bundled": true,
+ "requires": {
+ "fill-range": "2.2.3"
+ }
+ },
+ "extend": {
+ "version": "3.0.1",
+ "bundled": true,
+ "optional": true
+ },
+ "external-editor": {
+ "version": "2.0.4",
+ "bundled": true,
+ "requires": {
+ "iconv-lite": "0.4.19",
+ "jschardet": "1.5.1",
+ "tmp": "0.0.31"
+ }
+ },
+ "extglob": {
+ "version": "0.3.2",
+ "bundled": true,
+ "requires": {
+ "is-extglob": "1.0.0"
+ }
+ },
+ "extract-text-webpack-plugin": {
+ "version": "3.0.0",
+ "bundled": true,
+ "requires": {
+ "async": "2.5.0",
+ "loader-utils": "1.1.0",
+ "schema-utils": "0.3.0",
+ "webpack-sources": "1.0.1"
+ },
+ "dependencies": {
+ "async": {
+ "version": "2.5.0",
+ "bundled": true,
+ "requires": {
+ "lodash": "4.17.4"
+ }
+ },
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ }
+ }
+ },
+ "extsprintf": {
+ "version": "1.3.0",
+ "bundled": true
+ },
+ "fast-deep-equal": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "bundled": true
+ },
+ "fastparse": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "fbjs": {
+ "version": "0.8.15",
+ "bundled": true,
+ "requires": {
+ "core-js": "1.2.7",
+ "isomorphic-fetch": "2.2.1",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "promise": "7.3.1",
+ "setimmediate": "1.0.5",
+ "ua-parser-js": "0.7.14"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "1.2.7",
+ "bundled": true
+ }
+ }
+ },
+ "figures": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "escape-string-regexp": "1.0.5"
+ }
+ },
+ "file-entry-cache": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "flat-cache": "1.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "file-loader": {
+ "version": "0.11.2",
+ "bundled": true,
+ "requires": {
+ "loader-utils": "1.1.0"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ }
+ }
+ },
+ "filename-regex": {
+ "version": "2.0.1",
+ "bundled": true
+ },
+ "fill-range": {
+ "version": "2.2.3",
+ "bundled": true,
+ "requires": {
+ "is-number": "2.1.0",
+ "isobject": "2.1.0",
+ "randomatic": "1.1.7",
+ "repeat-element": "1.1.2",
+ "repeat-string": "1.6.1"
+ }
+ },
+ "find-cache-dir": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "commondir": "1.0.1",
+ "make-dir": "1.0.0",
+ "pkg-dir": "2.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "locate-path": "2.0.0"
+ }
+ },
+ "pkg-dir": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "find-up": "2.1.0"
+ }
+ }
+ }
+ },
+ "find-up": {
+ "version": "1.1.2",
+ "bundled": true,
+ "requires": {
+ "path-exists": "2.1.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "flat-cache": {
+ "version": "1.2.2",
+ "bundled": true,
+ "requires": {
+ "circular-json": "0.3.3",
+ "del": "2.2.2",
+ "graceful-fs": "4.1.11",
+ "write": "0.2.1"
+ }
+ },
+ "flatten": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "for-in": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "for-own": {
+ "version": "0.1.5",
+ "bundled": true,
+ "requires": {
+ "for-in": "1.0.2"
+ }
+ },
+ "foreach": {
+ "version": "2.0.5",
+ "bundled": true
+ },
+ "forever-agent": {
+ "version": "0.6.1",
+ "bundled": true,
+ "optional": true
+ },
+ "form-data": {
+ "version": "2.1.4",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "asynckit": "0.4.0",
+ "combined-stream": "1.0.5",
+ "mime-types": "2.1.17"
+ }
+ },
+ "fs-readdir-recursive": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "function-bind": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "functional-red-black-tree": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "get-caller-file": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "get-stream": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "getpass": {
+ "version": "0.1.7",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "assert-plus": "1.0.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ }
+ }
+ },
+ "glob": {
+ "version": "7.1.2",
+ "bundled": true,
+ "requires": {
+ "fs.realpath": "1.0.0",
+ "inflight": "1.0.6",
+ "inherits": "2.0.3",
+ "minimatch": "3.0.4",
+ "once": "1.4.0",
+ "path-is-absolute": "1.0.1"
+ }
+ },
+ "glob-base": {
+ "version": "0.3.0",
+ "bundled": true,
+ "requires": {
+ "glob-parent": "2.0.0",
+ "is-glob": "2.0.1"
+ }
+ },
+ "glob-parent": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "is-glob": "2.0.1"
+ }
+ },
+ "globals": {
+ "version": "9.18.0",
+ "bundled": true
+ },
+ "globby": {
+ "version": "5.0.0",
+ "bundled": true,
+ "requires": {
+ "array-union": "1.0.2",
+ "arrify": "1.0.1",
+ "glob": "7.1.2",
+ "object-assign": "4.1.1",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "graceful-fs": {
+ "version": "4.1.11",
+ "bundled": true
+ },
+ "har-schema": {
+ "version": "1.0.5",
+ "bundled": true,
+ "optional": true
+ },
+ "har-validator": {
+ "version": "4.2.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "ajv": "4.11.8",
+ "har-schema": "1.0.5"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "4.11.8",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "co": "4.6.0",
+ "json-stable-stringify": "1.0.1"
+ }
+ }
+ }
+ },
+ "has": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "function-bind": "1.1.1"
+ }
+ },
+ "has-ansi": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "has-flag": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "hash-base": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3"
+ }
+ },
+ "hash.js": {
+ "version": "1.1.3",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "hawk": {
+ "version": "3.1.3",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "boom": "2.10.1",
+ "cryptiles": "2.0.5",
+ "hoek": "2.16.3",
+ "sntp": "1.0.9"
+ }
+ },
+ "hmac-drbg": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "hash.js": "1.1.3",
+ "minimalistic-assert": "1.0.0",
+ "minimalistic-crypto-utils": "1.0.1"
+ }
+ },
+ "hoek": {
+ "version": "2.16.3",
+ "bundled": true
+ },
+ "home-or-tmp": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "os-homedir": "1.0.2",
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "hosted-git-info": {
+ "version": "2.5.0",
+ "bundled": true
+ },
+ "html-comment-regex": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "htmlparser2": {
+ "version": "3.9.2",
+ "bundled": true,
+ "requires": {
+ "domelementtype": "1.3.0",
+ "domhandler": "2.4.1",
+ "domutils": "1.5.1",
+ "entities": "1.1.1",
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "http-signature": {
+ "version": "1.1.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "assert-plus": "0.2.0",
+ "jsprim": "1.4.1",
+ "sshpk": "1.13.1"
+ }
+ },
+ "https-browserify": {
+ "version": "0.0.1",
+ "bundled": true
+ },
+ "iconv-lite": {
+ "version": "0.4.19",
+ "bundled": true
+ },
+ "icss-replace-symbols": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "icss-utils": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "ieee754": {
+ "version": "1.1.8",
+ "bundled": true
+ },
+ "ignore": {
+ "version": "3.3.5",
+ "bundled": true
+ },
+ "image-size": {
+ "version": "0.5.5",
+ "bundled": true,
+ "optional": true
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "bundled": true
+ },
+ "indexes-of": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "indexof": {
+ "version": "0.0.1",
+ "bundled": true
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "bundled": true,
+ "requires": {
+ "once": "1.4.0",
+ "wrappy": "1.0.2"
+ }
+ },
+ "inherits": {
+ "version": "2.0.3",
+ "bundled": true
+ },
+ "inquirer": {
+ "version": "3.2.3",
+ "bundled": true,
+ "requires": {
+ "ansi-escapes": "2.0.0",
+ "chalk": "2.1.0",
+ "cli-cursor": "2.1.0",
+ "cli-width": "2.2.0",
+ "external-editor": "2.0.4",
+ "figures": "2.0.0",
+ "lodash": "4.17.4",
+ "mute-stream": "0.0.7",
+ "run-async": "2.3.0",
+ "rx-lite": "4.0.8",
+ "rx-lite-aggregates": "4.0.8",
+ "string-width": "2.1.1",
+ "strip-ansi": "4.0.0",
+ "through": "2.3.8"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "interpret": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "invariant": {
+ "version": "2.2.2",
+ "bundled": true,
+ "requires": {
+ "loose-envify": "1.3.1"
+ }
+ },
+ "invert-kv": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "is-absolute-url": {
+ "version": "2.1.0",
+ "bundled": true
+ },
+ "is-arrayish": {
+ "version": "0.2.1",
+ "bundled": true
+ },
+ "is-binary-path": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "binary-extensions": "1.10.0"
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.5",
+ "bundled": true
+ },
+ "is-builtin-module": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "builtin-modules": "1.1.1"
+ }
+ },
+ "is-callable": {
+ "version": "1.1.3",
+ "bundled": true
+ },
+ "is-date-object": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "is-directory": {
+ "version": "0.3.1",
+ "bundled": true
+ },
+ "is-dotfile": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "is-equal-shallow": {
+ "version": "0.1.3",
+ "bundled": true,
+ "requires": {
+ "is-primitive": "2.0.0"
+ }
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "bundled": true
+ },
+ "is-extglob": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "is-finite": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "is-glob": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "is-extglob": "1.0.0"
+ }
+ },
+ "is-number": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "kind-of": "3.2.2"
+ }
+ },
+ "is-path-cwd": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "is-path-in-cwd": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "is-path-inside": "1.0.0"
+ }
+ },
+ "is-path-inside": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "path-is-inside": "1.0.2"
+ }
+ },
+ "is-plain-obj": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "is-posix-bracket": {
+ "version": "0.1.1",
+ "bundled": true
+ },
+ "is-primitive": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "is-promise": {
+ "version": "2.1.0",
+ "bundled": true
+ },
+ "is-regex": {
+ "version": "1.0.4",
+ "bundled": true,
+ "requires": {
+ "has": "1.0.1"
+ }
+ },
+ "is-resolvable": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "tryit": "1.0.3"
+ }
+ },
+ "is-retina": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "is-stream": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "is-svg": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "html-comment-regex": "1.1.1"
+ }
+ },
+ "is-symbol": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ },
+ "isarray": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "isobject": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "isarray": "1.0.0"
+ }
+ },
+ "isomorphic-fetch": {
+ "version": "2.2.1",
+ "bundled": true,
+ "requires": {
+ "node-fetch": "1.7.3",
+ "whatwg-fetch": "2.0.3"
+ }
+ },
+ "isstream": {
+ "version": "0.1.2",
+ "bundled": true,
+ "optional": true
+ },
+ "js-base64": {
+ "version": "2.2.1",
+ "bundled": true
+ },
+ "js-tokens": {
+ "version": "3.0.2",
+ "bundled": true
+ },
+ "js-yaml": {
+ "version": "3.10.0",
+ "bundled": true,
+ "requires": {
+ "argparse": "1.0.9",
+ "esprima": "4.0.0"
+ }
+ },
+ "jsbn": {
+ "version": "0.1.1",
+ "bundled": true,
+ "optional": true
+ },
+ "jschardet": {
+ "version": "1.5.1",
+ "bundled": true
+ },
+ "jsesc": {
+ "version": "1.3.0",
+ "bundled": true
+ },
+ "json-loader": {
+ "version": "0.5.7",
+ "bundled": true
+ },
+ "json-schema": {
+ "version": "0.2.3",
+ "bundled": true,
+ "optional": true
+ },
+ "json-schema-traverse": {
+ "version": "0.3.1",
+ "bundled": true
+ },
+ "json-stable-stringify": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "jsonify": "0.0.0"
+ }
+ },
+ "json-stringify-safe": {
+ "version": "5.0.1",
+ "bundled": true,
+ "optional": true
+ },
+ "json5": {
+ "version": "0.5.1",
+ "bundled": true
+ },
+ "jsonify": {
+ "version": "0.0.0",
+ "bundled": true
+ },
+ "jsprim": {
+ "version": "1.4.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "assert-plus": "1.0.0",
+ "extsprintf": "1.3.0",
+ "json-schema": "0.2.3",
+ "verror": "1.10.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ }
+ }
+ },
+ "jsx-ast-utils": {
+ "version": "1.4.1",
+ "bundled": true
+ },
+ "kind-of": {
+ "version": "3.2.2",
+ "bundled": true,
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ },
+ "lazy-cache": {
+ "version": "1.0.4",
+ "bundled": true
+ },
+ "lcid": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "invert-kv": "1.0.0"
+ }
+ },
+ "less": {
+ "version": "2.7.2",
+ "bundled": true,
+ "requires": {
+ "errno": "0.1.4",
+ "graceful-fs": "4.1.11",
+ "image-size": "0.5.5",
+ "mime": "1.4.0",
+ "mkdirp": "0.5.1",
+ "promise": "7.3.1",
+ "request": "2.81.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "less-loader": {
+ "version": "4.0.5",
+ "bundled": true,
+ "requires": {
+ "clone": "2.1.1",
+ "loader-utils": "1.1.0",
+ "pify": "2.3.0"
+ },
+ "dependencies": {
+ "clone": {
+ "version": "2.1.1",
+ "bundled": true
+ },
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ }
+ }
+ },
+ "levn": {
+ "version": "0.3.0",
+ "bundled": true,
+ "requires": {
+ "prelude-ls": "1.1.2",
+ "type-check": "0.3.2"
+ }
+ },
+ "load-json-file": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "parse-json": "2.2.0",
+ "pify": "2.3.0",
+ "strip-bom": "3.0.0"
+ }
+ },
+ "loader-fs-cache": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "find-cache-dir": "0.1.1",
+ "mkdirp": "0.5.1"
+ },
+ "dependencies": {
+ "find-cache-dir": {
+ "version": "0.1.1",
+ "bundled": true,
+ "requires": {
+ "commondir": "1.0.1",
+ "mkdirp": "0.5.1",
+ "pkg-dir": "1.0.0"
+ }
+ }
+ }
+ },
+ "loader-runner": {
+ "version": "2.3.0",
+ "bundled": true
+ },
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ },
+ "locate-path": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "p-locate": "2.0.0",
+ "path-exists": "3.0.0"
+ },
+ "dependencies": {
+ "path-exists": {
+ "version": "3.0.0",
+ "bundled": true
+ }
+ }
+ },
+ "lodash": {
+ "version": "4.17.4",
+ "bundled": true
+ },
+ "lodash.camelcase": {
+ "version": "4.3.0",
+ "bundled": true
+ },
+ "lodash.cond": {
+ "version": "4.5.2",
+ "bundled": true
+ },
+ "lodash.memoize": {
+ "version": "4.1.2",
+ "bundled": true
+ },
+ "lodash.uniq": {
+ "version": "4.5.0",
+ "bundled": true
+ },
+ "longest": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "loose-envify": {
+ "version": "1.3.1",
+ "bundled": true,
+ "requires": {
+ "js-tokens": "3.0.2"
+ }
+ },
+ "lru-cache": {
+ "version": "4.1.1",
+ "bundled": true,
+ "requires": {
+ "pseudomap": "1.0.2",
+ "yallist": "2.1.2"
+ }
+ },
+ "macaddress": {
+ "version": "0.2.8",
+ "bundled": true
+ },
+ "make-dir": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "pify": "2.3.0"
+ }
+ },
+ "math-expression-evaluator": {
+ "version": "1.2.17",
+ "bundled": true
+ },
+ "md5": {
+ "version": "2.2.1",
+ "bundled": true,
+ "requires": {
+ "charenc": "0.0.2",
+ "crypt": "0.0.2",
+ "is-buffer": "1.1.5"
+ }
+ },
+ "md5.js": {
+ "version": "1.3.4",
+ "bundled": true,
+ "requires": {
+ "hash-base": "3.0.4",
+ "inherits": "2.0.3"
+ },
+ "dependencies": {
+ "hash-base": {
+ "version": "3.0.4",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "safe-buffer": "5.1.1"
+ }
+ }
+ }
+ },
+ "mem": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "mimic-fn": "1.1.0"
+ }
+ },
+ "memory-fs": {
+ "version": "0.4.1",
+ "bundled": true,
+ "requires": {
+ "errno": "0.1.4",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "micromatch": {
+ "version": "2.3.11",
+ "bundled": true,
+ "requires": {
+ "arr-diff": "2.0.0",
+ "array-unique": "0.2.1",
+ "braces": "1.8.5",
+ "expand-brackets": "0.1.5",
+ "extglob": "0.3.2",
+ "filename-regex": "2.0.1",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1",
+ "kind-of": "3.2.2",
+ "normalize-path": "2.1.1",
+ "object.omit": "2.0.1",
+ "parse-glob": "3.0.4",
+ "regex-cache": "0.4.4"
+ }
+ },
+ "miller-rabin": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "brorand": "1.1.0"
+ }
+ },
+ "mime": {
+ "version": "1.4.0",
+ "bundled": true,
+ "optional": true
+ },
+ "mime-db": {
+ "version": "1.30.0",
+ "bundled": true
+ },
+ "mime-types": {
+ "version": "2.1.17",
+ "bundled": true,
+ "requires": {
+ "mime-db": "1.30.0"
+ }
+ },
+ "mimic-fn": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "minimalistic-assert": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "minimalistic-crypto-utils": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "minimatch": {
+ "version": "3.0.4",
+ "bundled": true,
+ "requires": {
+ "brace-expansion": "1.1.8"
+ }
+ },
+ "minimist": {
+ "version": "0.0.8",
+ "bundled": true
+ },
+ "mkdirp": {
+ "version": "0.5.1",
+ "bundled": true,
+ "requires": {
+ "minimist": "0.0.8"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "mute-stream": {
+ "version": "0.0.7",
+ "bundled": true
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "bundled": true
+ },
+ "nearest-color": {
+ "version": "0.4.0",
+ "bundled": true
+ },
+ "node-fetch": {
+ "version": "1.7.3",
+ "bundled": true,
+ "requires": {
+ "encoding": "0.1.12",
+ "is-stream": "1.1.0"
+ }
+ },
+ "node-libs-browser": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "assert": "1.4.1",
+ "browserify-zlib": "0.1.4",
+ "buffer": "4.9.1",
+ "console-browserify": "1.1.0",
+ "constants-browserify": "1.0.0",
+ "crypto-browserify": "3.11.1",
+ "domain-browser": "1.1.7",
+ "events": "1.1.1",
+ "https-browserify": "0.0.1",
+ "os-browserify": "0.2.1",
+ "path-browserify": "0.0.0",
+ "process": "0.11.10",
+ "punycode": "1.4.1",
+ "querystring-es3": "0.2.1",
+ "readable-stream": "2.3.3",
+ "stream-browserify": "2.0.1",
+ "stream-http": "2.7.2",
+ "string_decoder": "0.10.31",
+ "timers-browserify": "2.0.4",
+ "tty-browserify": "0.0.0",
+ "url": "0.11.0",
+ "util": "0.10.3",
+ "vm-browserify": "0.0.4"
+ },
+ "dependencies": {
+ "string_decoder": {
+ "version": "0.10.31",
+ "bundled": true
+ }
+ }
+ },
+ "normalize-package-data": {
+ "version": "2.4.0",
+ "bundled": true,
+ "requires": {
+ "hosted-git-info": "2.5.0",
+ "is-builtin-module": "1.0.0",
+ "semver": "5.4.1",
+ "validate-npm-package-license": "3.0.1"
+ }
+ },
+ "normalize-path": {
+ "version": "2.1.1",
+ "bundled": true,
+ "requires": {
+ "remove-trailing-separator": "1.1.0"
+ }
+ },
+ "normalize-range": {
+ "version": "0.1.2",
+ "bundled": true
+ },
+ "normalize-url": {
+ "version": "1.9.1",
+ "bundled": true,
+ "requires": {
+ "object-assign": "4.1.1",
+ "prepend-http": "1.0.4",
+ "query-string": "4.3.4",
+ "sort-keys": "1.1.2"
+ }
+ },
+ "npm-run-path": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "path-key": "2.0.1"
+ }
+ },
+ "nth-check": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "boolbase": "1.0.0"
+ }
+ },
+ "num2fraction": {
+ "version": "1.2.2",
+ "bundled": true
+ },
+ "number-is-nan": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "oauth-sign": {
+ "version": "0.8.2",
+ "bundled": true,
+ "optional": true
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "bundled": true
+ },
+ "object-hash": {
+ "version": "1.1.8",
+ "bundled": true
+ },
+ "object-keys": {
+ "version": "1.0.11",
+ "bundled": true
+ },
+ "object.omit": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "for-own": "0.1.5",
+ "is-extendable": "0.1.1"
+ }
+ },
+ "once": {
+ "version": "1.4.0",
+ "bundled": true,
+ "requires": {
+ "wrappy": "1.0.2"
+ }
+ },
+ "onetime": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "mimic-fn": "1.1.0"
+ }
+ },
+ "optionator": {
+ "version": "0.8.2",
+ "bundled": true,
+ "requires": {
+ "deep-is": "0.1.3",
+ "fast-levenshtein": "2.0.6",
+ "levn": "0.3.0",
+ "prelude-ls": "1.1.2",
+ "type-check": "0.3.2",
+ "wordwrap": "1.0.0"
+ },
+ "dependencies": {
+ "wordwrap": {
+ "version": "1.0.0",
+ "bundled": true
+ }
+ }
+ },
+ "os-browserify": {
+ "version": "0.2.1",
+ "bundled": true
+ },
+ "os-homedir": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "os-locale": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "execa": "0.7.0",
+ "lcid": "1.0.0",
+ "mem": "1.1.0"
+ }
+ },
+ "os-tmpdir": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "output-file-sync": {
+ "version": "1.1.2",
+ "bundled": true,
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "mkdirp": "0.5.1",
+ "object-assign": "4.1.1"
+ }
+ },
+ "p-finally": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "p-limit": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "p-locate": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "p-limit": "1.1.0"
+ }
+ },
+ "pako": {
+ "version": "0.2.9",
+ "bundled": true
+ },
+ "parse-asn1": {
+ "version": "5.1.0",
+ "bundled": true,
+ "requires": {
+ "asn1.js": "4.9.1",
+ "browserify-aes": "1.0.8",
+ "create-hash": "1.1.3",
+ "evp_bytestokey": "1.0.3",
+ "pbkdf2": "3.0.14"
+ }
+ },
+ "parse-glob": {
+ "version": "3.0.4",
+ "bundled": true,
+ "requires": {
+ "glob-base": "0.3.0",
+ "is-dotfile": "1.0.3",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1"
+ }
+ },
+ "parse-json": {
+ "version": "2.2.0",
+ "bundled": true,
+ "requires": {
+ "error-ex": "1.3.1"
+ }
+ },
+ "path-browserify": {
+ "version": "0.0.0",
+ "bundled": true
+ },
+ "path-exists": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "path-is-inside": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "path-key": {
+ "version": "2.0.1",
+ "bundled": true
+ },
+ "path-parse": {
+ "version": "1.0.5",
+ "bundled": true
+ },
+ "path-type": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "pify": "2.3.0"
+ }
+ },
+ "pbkdf2": {
+ "version": "3.0.14",
+ "bundled": true,
+ "requires": {
+ "create-hash": "1.1.3",
+ "create-hmac": "1.1.6",
+ "ripemd160": "2.0.1",
+ "safe-buffer": "5.1.1",
+ "sha.js": "2.4.8"
+ }
+ },
+ "performance-now": {
+ "version": "0.2.0",
+ "bundled": true,
+ "optional": true
+ },
+ "pify": {
+ "version": "2.3.0",
+ "bundled": true
+ },
+ "pinkie": {
+ "version": "2.0.4",
+ "bundled": true
+ },
+ "pinkie-promise": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "pinkie": "2.0.4"
+ }
+ },
+ "pkg-dir": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "find-up": "1.1.2"
+ }
+ },
+ "pluralize": {
+ "version": "4.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "5.2.17",
+ "bundled": true,
+ "requires": {
+ "chalk": "1.1.3",
+ "js-base64": "2.2.1",
+ "source-map": "0.5.7",
+ "supports-color": "3.2.3"
+ }
+ },
+ "postcss-calc": {
+ "version": "5.3.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-message-helpers": "2.0.0",
+ "reduce-css-calc": "1.3.0"
+ }
+ },
+ "postcss-colormin": {
+ "version": "2.2.2",
+ "bundled": true,
+ "requires": {
+ "colormin": "1.1.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-convert-values": {
+ "version": "2.6.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-discard-comments": {
+ "version": "2.0.4",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-discard-duplicates": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-discard-empty": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-discard-overridden": {
+ "version": "0.1.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-discard-unused": {
+ "version": "2.2.3",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ }
+ },
+ "postcss-filter-plugins": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "uniqid": "4.1.1"
+ }
+ },
+ "postcss-inline-svg": {
+ "version": "3.0.0",
+ "bundled": true,
+ "requires": {
+ "css-select": "1.2.0",
+ "dom-serializer": "0.1.0",
+ "htmlparser2": "3.9.2",
+ "postcss": "6.0.11",
+ "postcss-value-parser": "3.3.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-load-config": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1",
+ "postcss-load-options": "1.2.0",
+ "postcss-load-plugins": "2.3.0"
+ }
+ },
+ "postcss-load-options": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "postcss-load-plugins": {
+ "version": "2.3.0",
+ "bundled": true,
+ "requires": {
+ "cosmiconfig": "2.2.2",
+ "object-assign": "4.1.1"
+ }
+ },
+ "postcss-loader": {
+ "version": "2.0.6",
+ "bundled": true,
+ "requires": {
+ "loader-utils": "1.1.0",
+ "postcss": "6.0.11",
+ "postcss-load-config": "1.2.0",
+ "schema-utils": "0.3.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-merge-idents": {
+ "version": "2.1.7",
+ "bundled": true,
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-merge-longhand": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-merge-rules": {
+ "version": "2.1.2",
+ "bundled": true,
+ "requires": {
+ "browserslist": "1.7.7",
+ "caniuse-api": "1.6.1",
+ "postcss": "5.2.17",
+ "postcss-selector-parser": "2.2.3",
+ "vendors": "1.0.1"
+ },
+ "dependencies": {
+ "browserslist": {
+ "version": "1.7.7",
+ "bundled": true,
+ "requires": {
+ "caniuse-db": "1.0.30000727",
+ "electron-to-chromium": "1.3.21"
+ }
+ }
+ }
+ },
+ "postcss-message-helpers": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss-minify-font-values": {
+ "version": "1.0.5",
+ "bundled": true,
+ "requires": {
+ "object-assign": "4.1.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-minify-gradients": {
+ "version": "1.0.5",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-minify-params": {
+ "version": "1.2.2",
+ "bundled": true,
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0",
+ "uniqs": "2.0.0"
+ }
+ },
+ "postcss-minify-selectors": {
+ "version": "2.1.1",
+ "bundled": true,
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-selector-parser": "2.2.3"
+ }
+ },
+ "postcss-modules-extract-imports": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-modules-local-by-default": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "css-selector-tokenizer": "0.7.0",
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-modules-scope": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "css-selector-tokenizer": "0.7.0",
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-modules-values": {
+ "version": "1.3.0",
+ "bundled": true,
+ "requires": {
+ "icss-replace-symbols": "1.1.0",
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-normalize-charset": {
+ "version": "1.1.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-normalize-url": {
+ "version": "3.0.8",
+ "bundled": true,
+ "requires": {
+ "is-absolute-url": "2.1.0",
+ "normalize-url": "1.9.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-ordered-values": {
+ "version": "2.2.3",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-reduce-idents": {
+ "version": "2.4.0",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-reduce-initial": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "5.2.17"
+ }
+ },
+ "postcss-reduce-transforms": {
+ "version": "1.0.4",
+ "bundled": true,
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0"
+ }
+ },
+ "postcss-safe-parser": {
+ "version": "3.0.1",
+ "bundled": true,
+ "requires": {
+ "postcss": "6.0.11"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "color-convert": "1.9.0"
+ }
+ },
+ "chalk": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "postcss": {
+ "version": "6.0.11",
+ "bundled": true,
+ "requires": {
+ "chalk": "2.1.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ }
+ }
+ },
+ "postcss-selector-parser": {
+ "version": "2.2.3",
+ "bundled": true,
+ "requires": {
+ "flatten": "1.0.2",
+ "indexes-of": "1.0.1",
+ "uniq": "1.0.1"
+ }
+ },
+ "postcss-svgo": {
+ "version": "2.1.6",
+ "bundled": true,
+ "requires": {
+ "is-svg": "2.1.0",
+ "postcss": "5.2.17",
+ "postcss-value-parser": "3.3.0",
+ "svgo": "0.7.2"
+ }
+ },
+ "postcss-unique-selectors": {
+ "version": "2.0.2",
+ "bundled": true,
+ "requires": {
+ "alphanum-sort": "1.0.2",
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ }
+ },
+ "postcss-value-parser": {
+ "version": "3.3.0",
+ "bundled": true
+ },
+ "postcss-zindex": {
+ "version": "2.2.0",
+ "bundled": true,
+ "requires": {
+ "has": "1.0.1",
+ "postcss": "5.2.17",
+ "uniqs": "2.0.0"
+ }
+ },
+ "prelude-ls": {
+ "version": "1.1.2",
+ "bundled": true
+ },
+ "prepend-http": {
+ "version": "1.0.4",
+ "bundled": true
+ },
+ "preserve": {
+ "version": "0.2.0",
+ "bundled": true
+ },
+ "private": {
+ "version": "0.1.7",
+ "bundled": true
+ },
+ "process": {
+ "version": "0.11.10",
+ "bundled": true
+ },
+ "process-nextick-args": {
+ "version": "1.0.7",
+ "bundled": true
+ },
+ "progress": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "promise": {
+ "version": "7.3.1",
+ "bundled": true,
+ "requires": {
+ "asap": "2.0.6"
+ }
+ },
+ "prop-types": {
+ "version": "15.5.10",
+ "bundled": true,
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1"
+ }
+ },
+ "prr": {
+ "version": "0.0.0",
+ "bundled": true
+ },
+ "pseudomap": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "public-encrypt": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "bn.js": "4.11.8",
+ "browserify-rsa": "4.0.1",
+ "create-hash": "1.1.3",
+ "parse-asn1": "5.1.0",
+ "randombytes": "2.0.5"
+ }
+ },
+ "punycode": {
+ "version": "1.4.1",
+ "bundled": true
+ },
+ "q": {
+ "version": "1.5.0",
+ "bundled": true
+ },
+ "qs": {
+ "version": "6.4.0",
+ "bundled": true,
+ "optional": true
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "bundled": true,
+ "requires": {
+ "object-assign": "4.1.1",
+ "strict-uri-encode": "1.1.0"
+ }
+ },
+ "querystring": {
+ "version": "0.2.0",
+ "bundled": true
+ },
+ "querystring-es3": {
+ "version": "0.2.1",
+ "bundled": true
+ },
+ "randomatic": {
+ "version": "1.1.7",
+ "bundled": true,
+ "requires": {
+ "is-number": "3.0.0",
+ "kind-of": "4.0.0"
+ },
+ "dependencies": {
+ "is-number": {
+ "version": "3.0.0",
+ "bundled": true,
+ "requires": {
+ "kind-of": "3.2.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "bundled": true,
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ }
+ }
+ },
+ "kind-of": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ }
+ }
+ },
+ "randombytes": {
+ "version": "2.0.5",
+ "bundled": true,
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "react": {
+ "version": "15.6.1",
+ "bundled": true,
+ "requires": {
+ "create-react-class": "15.6.0",
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "prop-types": "15.5.10"
+ }
+ },
+ "react-dom": {
+ "version": "15.6.1",
+ "bundled": true,
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "prop-types": "15.5.10"
+ }
+ },
+ "read-pkg": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "load-json-file": "2.0.0",
+ "normalize-package-data": "2.4.0",
+ "path-type": "2.0.0"
+ }
+ },
+ "read-pkg-up": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "find-up": "2.1.0",
+ "read-pkg": "2.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "locate-path": "2.0.0"
+ }
+ }
+ }
+ },
+ "readable-stream": {
+ "version": "2.3.3",
+ "bundled": true,
+ "requires": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "1.0.0",
+ "process-nextick-args": "1.0.7",
+ "safe-buffer": "5.1.1",
+ "string_decoder": "1.0.3",
+ "util-deprecate": "1.0.2"
+ }
+ },
+ "readdirp": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "minimatch": "3.0.4",
+ "readable-stream": "2.3.3",
+ "set-immediate-shim": "1.0.1"
+ }
+ },
+ "reduce-css-calc": {
+ "version": "1.3.0",
+ "bundled": true,
+ "requires": {
+ "balanced-match": "0.4.2",
+ "math-expression-evaluator": "1.2.17",
+ "reduce-function-call": "1.0.2"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "0.4.2",
+ "bundled": true
+ }
+ }
+ },
+ "reduce-function-call": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "balanced-match": "0.4.2"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "0.4.2",
+ "bundled": true
+ }
+ }
+ },
+ "regenerate": {
+ "version": "1.3.2",
+ "bundled": true
+ },
+ "regenerator-runtime": {
+ "version": "0.11.0",
+ "bundled": true
+ },
+ "regenerator-transform": {
+ "version": "0.10.1",
+ "bundled": true,
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "private": "0.1.7"
+ }
+ },
+ "regex-cache": {
+ "version": "0.4.4",
+ "bundled": true,
+ "requires": {
+ "is-equal-shallow": "0.1.3"
+ }
+ },
+ "regexpu-core": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "regenerate": "1.3.2",
+ "regjsgen": "0.2.0",
+ "regjsparser": "0.1.5"
+ }
+ },
+ "regjsgen": {
+ "version": "0.2.0",
+ "bundled": true
+ },
+ "regjsparser": {
+ "version": "0.1.5",
+ "bundled": true,
+ "requires": {
+ "jsesc": "0.5.0"
+ },
+ "dependencies": {
+ "jsesc": {
+ "version": "0.5.0",
+ "bundled": true
+ }
+ }
+ },
+ "remove-trailing-separator": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "repeat-element": {
+ "version": "1.1.2",
+ "bundled": true
+ },
+ "repeat-string": {
+ "version": "1.6.1",
+ "bundled": true
+ },
+ "repeating": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "is-finite": "1.0.2"
+ }
+ },
+ "request": {
+ "version": "2.81.0",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "aws-sign2": "0.6.0",
+ "aws4": "1.6.0",
+ "caseless": "0.12.0",
+ "combined-stream": "1.0.5",
+ "extend": "3.0.1",
+ "forever-agent": "0.6.1",
+ "form-data": "2.1.4",
+ "har-validator": "4.2.1",
+ "hawk": "3.1.3",
+ "http-signature": "1.1.1",
+ "is-typedarray": "1.0.0",
+ "isstream": "0.1.2",
+ "json-stringify-safe": "5.0.1",
+ "mime-types": "2.1.17",
+ "oauth-sign": "0.8.2",
+ "performance-now": "0.2.0",
+ "qs": "6.4.0",
+ "safe-buffer": "5.1.1",
+ "stringstream": "0.0.5",
+ "tough-cookie": "2.3.2",
+ "tunnel-agent": "0.6.0",
+ "uuid": "3.1.0"
+ }
+ },
+ "require-directory": {
+ "version": "2.1.1",
+ "bundled": true
+ },
+ "require-from-string": {
+ "version": "1.2.1",
+ "bundled": true
+ },
+ "require-main-filename": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "require-uncached": {
+ "version": "1.0.3",
+ "bundled": true,
+ "requires": {
+ "caller-path": "0.1.0",
+ "resolve-from": "1.0.1"
+ }
+ },
+ "resolve": {
+ "version": "1.4.0",
+ "bundled": true,
+ "requires": {
+ "path-parse": "1.0.5"
+ }
+ },
+ "resolve-from": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "restore-cursor": {
+ "version": "2.0.0",
+ "bundled": true,
+ "requires": {
+ "onetime": "2.0.1",
+ "signal-exit": "3.0.2"
+ }
+ },
+ "right-align": {
+ "version": "0.1.3",
+ "bundled": true,
+ "requires": {
+ "align-text": "0.1.4"
+ }
+ },
+ "rimraf": {
+ "version": "2.6.1",
+ "bundled": true,
+ "requires": {
+ "glob": "7.1.2"
+ }
+ },
+ "ripemd160": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "hash-base": "2.0.2",
+ "inherits": "2.0.3"
+ }
+ },
+ "run-async": {
+ "version": "2.3.0",
+ "bundled": true,
+ "requires": {
+ "is-promise": "2.1.0"
+ }
+ },
+ "rx-lite": {
+ "version": "4.0.8",
+ "bundled": true
+ },
+ "rx-lite-aggregates": {
+ "version": "4.0.8",
+ "bundled": true,
+ "requires": {
+ "rx-lite": "4.0.8"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.1.1",
+ "bundled": true
+ },
+ "sax": {
+ "version": "1.2.4",
+ "bundled": true
+ },
+ "schema-utils": {
+ "version": "0.3.0",
+ "bundled": true,
+ "requires": {
+ "ajv": "5.2.2"
+ }
+ },
+ "semver": {
+ "version": "5.4.1",
+ "bundled": true
+ },
+ "set-blocking": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "set-immediate-shim": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "setimmediate": {
+ "version": "1.0.5",
+ "bundled": true
+ },
+ "sha.js": {
+ "version": "2.4.8",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3"
+ }
+ },
+ "shebang-command": {
+ "version": "1.2.0",
+ "bundled": true,
+ "requires": {
+ "shebang-regex": "1.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "signal-exit": {
+ "version": "3.0.2",
+ "bundled": true
+ },
+ "slash": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "slice-ansi": {
+ "version": "0.0.4",
+ "bundled": true
+ },
+ "sntp": {
+ "version": "1.0.9",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "hoek": "2.16.3"
+ }
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "bundled": true,
+ "requires": {
+ "is-plain-obj": "1.1.0"
+ }
+ },
+ "source-map": {
+ "version": "0.5.7",
+ "bundled": true
+ },
+ "source-map-support": {
+ "version": "0.4.18",
+ "bundled": true,
+ "requires": {
+ "source-map": "0.5.7"
+ }
+ },
+ "spdx-correct": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "spdx-license-ids": "1.2.2"
+ }
+ },
+ "spdx-expression-parse": {
+ "version": "1.0.4",
+ "bundled": true
+ },
+ "spdx-license-ids": {
+ "version": "1.2.2",
+ "bundled": true
+ },
+ "sprintf-js": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "sshpk": {
+ "version": "1.13.1",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "asn1": "0.2.3",
+ "assert-plus": "1.0.0",
+ "bcrypt-pbkdf": "1.0.1",
+ "dashdash": "1.14.1",
+ "ecc-jsbn": "0.1.1",
+ "getpass": "0.1.7",
+ "jsbn": "0.1.1",
+ "tweetnacl": "0.14.5"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ }
+ }
+ },
+ "stream-browserify": {
+ "version": "2.0.1",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "stream-http": {
+ "version": "2.7.2",
+ "bundled": true,
+ "requires": {
+ "builtin-status-codes": "3.0.0",
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3",
+ "to-arraybuffer": "1.0.1",
+ "xtend": "4.0.1"
+ }
+ },
+ "strict-uri-encode": {
+ "version": "1.1.0",
+ "bundled": true
+ },
+ "string-width": {
+ "version": "2.1.1",
+ "bundled": true,
+ "requires": {
+ "is-fullwidth-code-point": "2.0.0",
+ "strip-ansi": "4.0.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "bundled": true,
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ }
+ }
+ },
+ "string_decoder": {
+ "version": "1.0.3",
+ "bundled": true,
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "stringstream": {
+ "version": "0.0.5",
+ "bundled": true,
+ "optional": true
+ },
+ "strip-ansi": {
+ "version": "3.0.1",
+ "bundled": true,
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "strip-bom": {
+ "version": "3.0.0",
+ "bundled": true
+ },
+ "strip-eof": {
+ "version": "1.0.0",
+ "bundled": true
+ },
+ "strip-json-comments": {
+ "version": "2.0.1",
+ "bundled": true
+ },
+ "style-loader": {
+ "version": "0.18.2",
+ "bundled": true,
+ "requires": {
+ "loader-utils": "1.1.0",
+ "schema-utils": "0.3.0"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ }
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "bundled": true,
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ },
+ "svgo": {
+ "version": "0.7.2",
+ "bundled": true,
+ "requires": {
+ "coa": "1.0.4",
+ "colors": "1.1.2",
+ "csso": "2.3.2",
+ "js-yaml": "3.7.0",
+ "mkdirp": "0.5.1",
+ "sax": "1.2.4",
+ "whet.extend": "0.9.9"
+ },
+ "dependencies": {
+ "esprima": {
+ "version": "2.7.3",
+ "bundled": true
+ },
+ "js-yaml": {
+ "version": "3.7.0",
+ "bundled": true,
+ "requires": {
+ "argparse": "1.0.9",
+ "esprima": "2.7.3"
+ }
+ }
+ }
+ },
+ "table": {
+ "version": "4.0.1",
+ "bundled": true,
+ "requires": {
+ "ajv": "4.11.8",
+ "ajv-keywords": "1.5.1",
+ "chalk": "1.1.3",
+ "lodash": "4.17.4",
+ "slice-ansi": "0.0.4",
+ "string-width": "2.1.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "4.11.8",
+ "bundled": true,
+ "requires": {
+ "co": "4.6.0",
+ "json-stable-stringify": "1.0.1"
+ }
+ }
+ }
+ },
+ "tapable": {
+ "version": "0.2.8",
+ "bundled": true
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "bundled": true
+ },
+ "through": {
+ "version": "2.3.8",
+ "bundled": true
+ },
+ "timers-browserify": {
+ "version": "2.0.4",
+ "bundled": true,
+ "requires": {
+ "setimmediate": "1.0.5"
+ }
+ },
+ "tmp": {
+ "version": "0.0.31",
+ "bundled": true,
+ "requires": {
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "to-arraybuffer": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "to-fast-properties": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "tough-cookie": {
+ "version": "2.3.2",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "punycode": "1.4.1"
+ }
+ },
+ "trim-right": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "tryit": {
+ "version": "1.0.3",
+ "bundled": true
+ },
+ "tty-browserify": {
+ "version": "0.0.0",
+ "bundled": true
+ },
+ "tunnel-agent": {
+ "version": "0.6.0",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "tweetnacl": {
+ "version": "0.14.5",
+ "bundled": true,
+ "optional": true
+ },
+ "type-check": {
+ "version": "0.3.2",
+ "bundled": true,
+ "requires": {
+ "prelude-ls": "1.1.2"
+ }
+ },
+ "typedarray": {
+ "version": "0.0.6",
+ "bundled": true
+ },
+ "ua-parser-js": {
+ "version": "0.7.14",
+ "bundled": true
+ },
+ "uglify-to-browserify": {
+ "version": "1.0.2",
+ "bundled": true,
+ "optional": true
+ },
+ "uglifyjs-webpack-plugin": {
+ "version": "0.4.6",
+ "bundled": true,
+ "requires": {
+ "source-map": "0.5.7",
+ "uglify-js": "2.8.29",
+ "webpack-sources": "1.0.1"
+ },
+ "dependencies": {
+ "uglify-js": {
+ "version": "2.8.29",
+ "bundled": true,
+ "requires": {
+ "source-map": "0.5.7",
+ "uglify-to-browserify": "1.0.2",
+ "yargs": "3.10.0"
+ }
+ }
+ }
+ },
+ "uniq": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "uniqid": {
+ "version": "4.1.1",
+ "bundled": true,
+ "requires": {
+ "macaddress": "0.2.8"
+ }
+ },
+ "uniqs": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "url": {
+ "version": "0.11.0",
+ "bundled": true,
+ "requires": {
+ "punycode": "1.3.2",
+ "querystring": "0.2.0"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "1.3.2",
+ "bundled": true
+ }
+ }
+ },
+ "url-loader": {
+ "version": "0.5.9",
+ "bundled": true,
+ "requires": {
+ "loader-utils": "1.1.0",
+ "mime": "1.3.6"
+ },
+ "dependencies": {
+ "loader-utils": {
+ "version": "1.1.0",
+ "bundled": true,
+ "requires": {
+ "big.js": "3.1.3",
+ "emojis-list": "2.1.0",
+ "json5": "0.5.1"
+ }
+ },
+ "mime": {
+ "version": "1.3.6",
+ "bundled": true
+ }
+ }
+ },
+ "user-home": {
+ "version": "1.1.1",
+ "bundled": true
+ },
+ "util": {
+ "version": "0.10.3",
+ "bundled": true,
+ "requires": {
+ "inherits": "2.0.1"
+ },
+ "dependencies": {
+ "inherits": {
+ "version": "2.0.1",
+ "bundled": true
+ }
+ }
+ },
+ "util-deprecate": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "uuid": {
+ "version": "3.1.0",
+ "bundled": true,
+ "optional": true
+ },
+ "v8flags": {
+ "version": "2.1.1",
+ "bundled": true,
+ "requires": {
+ "user-home": "1.1.1"
+ }
+ },
+ "validate-npm-package-license": {
+ "version": "3.0.1",
+ "bundled": true,
+ "requires": {
+ "spdx-correct": "1.0.2",
+ "spdx-expression-parse": "1.0.4"
+ }
+ },
+ "vendors": {
+ "version": "1.0.1",
+ "bundled": true
+ },
+ "verror": {
+ "version": "1.10.0",
+ "bundled": true,
+ "optional": true,
+ "requires": {
+ "assert-plus": "1.0.0",
+ "core-util-is": "1.0.2",
+ "extsprintf": "1.3.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "bundled": true,
+ "optional": true
+ }
+ }
+ },
+ "vm-browserify": {
+ "version": "0.0.4",
+ "bundled": true,
+ "requires": {
+ "indexof": "0.0.1"
+ }
+ },
+ "watchpack": {
+ "version": "1.4.0",
+ "bundled": true,
+ "requires": {
+ "async": "2.5.0",
+ "chokidar": "1.7.0",
+ "graceful-fs": "4.1.11"
+ }
+ },
+ "webpack": {
+ "version": "3.5.6",
+ "bundled": true,
+ "requires": {
+ "acorn": "5.1.2",
+ "acorn-dynamic-import": "2.0.2",
+ "ajv": "5.2.2",
+ "ajv-keywords": "2.1.0",
+ "async": "2.5.0",
+ "enhanced-resolve": "3.4.1",
+ "escope": "3.6.0",
+ "interpret": "1.0.3",
+ "json-loader": "0.5.7",
+ "json5": "0.5.1",
+ "loader-runner": "2.3.0",
+ "loader-utils": "1.1.0",
+ "memory-fs": "0.4.1",
+ "mkdirp": "0.5.1",
+ "node-libs-browser": "2.0.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0",
+ "tapable": "0.2.8",
+ "uglifyjs-webpack-plugin": "0.4.6",
+ "watchpack": "1.4.0",
+ "webpack-sources": "1.0.1",
+ "yargs": "8.0.2"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "5.1.2",
+ "bundled": true
+ },
+ "ajv-keywords": {
+ "version": "2.1.0",
+ "bundled": true
+ },
+ "camelcase": {
+ "version": "4.1.0",
+ "bundled": true
+ },
+ "cliui": {
+ "version": "3.2.0",
+ "bundled": true,
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1",
+ "wrap-ansi": "2.1.0"
+ },
+ "dependencies": {
+ "string-width": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "has-flag": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "bundled": true,
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ },
+ "yargs": {
+ "version": "8.0.2",
+ "bundled": true,
+ "requires": {
+ "camelcase": "4.1.0",
+ "cliui": "3.2.0",
+ "decamelize": "1.2.0",
+ "get-caller-file": "1.0.2",
+ "os-locale": "2.1.0",
+ "read-pkg-up": "2.0.0",
+ "require-directory": "2.1.1",
+ "require-main-filename": "1.0.1",
+ "set-blocking": "2.0.0",
+ "string-width": "2.1.1",
+ "which-module": "2.0.0",
+ "y18n": "3.2.1",
+ "yargs-parser": "7.0.0"
+ }
+ }
+ }
+ },
+ "webpack-sources": {
+ "version": "1.0.1",
+ "bundled": true,
+ "requires": {
+ "source-list-map": "2.0.0",
+ "source-map": "0.5.7"
+ },
+ "dependencies": {
+ "source-list-map": {
+ "version": "2.0.0",
+ "bundled": true
+ }
+ }
+ },
+ "whatwg-fetch": {
+ "version": "2.0.3",
+ "bundled": true
+ },
+ "whet.extend": {
+ "version": "0.9.9",
+ "bundled": true
+ },
+ "which": {
+ "version": "1.3.0",
+ "bundled": true,
+ "requires": {
+ "isexe": "2.0.0"
+ }
+ },
+ "which-module": {
+ "version": "2.0.0",
+ "bundled": true
+ },
+ "window-size": {
+ "version": "0.1.0",
+ "bundled": true
+ },
+ "wrap-ansi": {
+ "version": "2.1.0",
+ "bundled": true,
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1"
+ },
+ "dependencies": {
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "bundled": true,
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "bundled": true,
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "bundled": true
+ },
+ "write": {
+ "version": "0.2.1",
+ "bundled": true,
+ "requires": {
+ "mkdirp": "0.5.1"
+ }
+ },
+ "xtend": {
+ "version": "4.0.1",
+ "bundled": true
+ },
+ "y18n": {
+ "version": "3.2.1",
+ "bundled": true
+ },
+ "yallist": {
+ "version": "2.1.2",
+ "bundled": true
+ },
+ "yargs": {
+ "version": "3.10.0",
+ "bundled": true,
+ "requires": {
+ "camelcase": "1.2.1",
+ "cliui": "2.1.0",
+ "decamelize": "1.2.0",
+ "window-size": "0.1.0"
+ }
+ },
+ "yargs-parser": {
+ "version": "7.0.0",
+ "bundled": true,
+ "requires": {
+ "camelcase": "4.1.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "4.1.0",
+ "bundled": true
+ }
+ }
+ }
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "4.1.1",
+ "strict-uri-encode": "1.1.0"
+ }
+ },
+ "querystring": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
+ "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA="
+ },
+ "querystring-es3": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
+ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM="
+ },
+ "querystringify": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz",
+ "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw="
+ },
+ "randomatic": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
+ "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
+ "requires": {
+ "is-number": "3.0.0",
+ "kind-of": "4.0.0"
+ },
+ "dependencies": {
+ "is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "requires": {
+ "kind-of": "3.2.2"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ }
+ }
+ },
+ "kind-of": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
+ "requires": {
+ "is-buffer": "1.1.5"
+ }
+ }
+ }
+ },
+ "randombytes": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.5.tgz",
+ "integrity": "sha512-8T7Zn1AhMsQ/HI1SjcCfT/t4ii3eAqco3yOcSzS4mozsOz69lHLsoMXmF9nZgnFanYscnSlUSgs8uZyKzpE6kg==",
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "range-parser": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
+ "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
+ },
+ "rc": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz",
+ "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=",
+ "requires": {
+ "deep-extend": "0.4.2",
+ "ini": "1.3.4",
+ "minimist": "1.2.0",
+ "strip-json-comments": "2.0.1"
+ },
+ "dependencies": {
+ "minimist": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
+ }
+ }
+ },
+ "react": {
+ "version": "15.6.1",
+ "resolved": "https://registry.npmjs.org/react/-/react-15.6.1.tgz",
+ "integrity": "sha1-uqhDTsZ4C96ZfNw4C3nNM7ljk98=",
+ "requires": {
+ "create-react-class": "15.6.0",
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "prop-types": "15.5.10"
+ }
+ },
+ "react-dev-utils": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-4.0.1.tgz",
+ "integrity": "sha1-EGrj0p+BHBadRZu5IVpZM7fhH7Y=",
+ "requires": {
+ "address": "1.0.2",
+ "babel-code-frame": "6.22.0",
+ "chalk": "1.1.3",
+ "cross-spawn": "5.1.0",
+ "detect-port-alt": "1.1.3",
+ "escape-string-regexp": "1.0.5",
+ "filesize": "3.5.10",
+ "global-modules": "1.0.0",
+ "gzip-size": "3.0.0",
+ "inquirer": "3.2.1",
+ "is-root": "1.0.0",
+ "opn": "5.1.0",
+ "react-error-overlay": "2.0.1",
+ "recursive-readdir": "2.2.1",
+ "shell-quote": "1.6.1",
+ "sockjs-client": "1.1.4",
+ "strip-ansi": "3.0.1",
+ "text-table": "0.2.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
+ },
+ "babel-code-frame": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz",
+ "integrity": "sha1-AnYgvuVnqIwyVhV05/0IAdMxGOQ=",
+ "requires": {
+ "chalk": "1.1.3",
+ "esutils": "2.0.2",
+ "js-tokens": "3.0.2"
+ }
+ },
+ "inquirer": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.2.1.tgz",
+ "integrity": "sha512-QgW3eiPN8gpj/K5vVpHADJJgrrF0ho/dZGylikGX7iqAdRgC9FVKYKWFLx6hZDBFcOLEoSqINYrVPeFAeG/PdA==",
+ "requires": {
+ "ansi-escapes": "2.0.0",
+ "chalk": "2.1.0",
+ "cli-cursor": "2.1.0",
+ "cli-width": "2.2.0",
+ "external-editor": "2.0.4",
+ "figures": "2.0.0",
+ "lodash": "4.17.4",
+ "mute-stream": "0.0.7",
+ "run-async": "2.3.0",
+ "rx-lite": "4.0.8",
+ "rx-lite-aggregates": "4.0.8",
+ "string-width": "2.1.1",
+ "strip-ansi": "4.0.0",
+ "through": "2.3.8"
+ },
+ "dependencies": {
+ "chalk": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
+ "integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==",
+ "requires": {
+ "ansi-styles": "3.2.0",
+ "escape-string-regexp": "1.0.5",
+ "supports-color": "4.4.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "react-dom": {
+ "version": "15.6.1",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.6.1.tgz",
+ "integrity": "sha1-LLDtQZEDjlPCCes6eaI+Kkz5lHA=",
+ "requires": {
+ "fbjs": "0.8.15",
+ "loose-envify": "1.3.1",
+ "object-assign": "4.1.1",
+ "prop-types": "15.5.10"
+ }
+ },
+ "react-error-overlay": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-2.0.1.tgz",
+ "integrity": "sha1-Yi48yFzftLz8jpP0fdzd044eF24=",
+ "requires": {
+ "anser": "1.4.1",
+ "babel-code-frame": "6.22.0",
+ "babel-runtime": "6.26.0",
+ "html-entities": "1.2.1",
+ "react": "15.6.1",
+ "react-dom": "15.6.1",
+ "settle-promise": "1.0.0",
+ "source-map": "0.5.6"
+ },
+ "dependencies": {
+ "babel-code-frame": {
+ "version": "6.22.0",
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz",
+ "integrity": "sha1-AnYgvuVnqIwyVhV05/0IAdMxGOQ=",
+ "requires": {
+ "chalk": "1.1.3",
+ "esutils": "2.0.2",
+ "js-tokens": "3.0.2"
+ }
+ },
+ "source-map": {
+ "version": "0.5.6",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
+ "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI="
+ }
+ }
+ },
+ "react-scripts": {
+ "version": "1.0.13",
+ "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-1.0.13.tgz",
+ "integrity": "sha1-pR13WksZWrJlPFYrc1c1yPcMug4=",
+ "requires": {
+ "autoprefixer": "7.1.2",
+ "babel-core": "6.25.0",
+ "babel-eslint": "7.2.3",
+ "babel-jest": "20.0.3",
+ "babel-loader": "7.1.1",
+ "babel-preset-react-app": "3.0.2",
+ "babel-runtime": "6.26.0",
+ "case-sensitive-paths-webpack-plugin": "2.1.1",
+ "chalk": "1.1.3",
+ "css-loader": "0.28.4",
+ "dotenv": "4.0.0",
+ "eslint": "4.4.1",
+ "eslint-config-react-app": "2.0.0",
+ "eslint-loader": "1.9.0",
+ "eslint-plugin-flowtype": "2.35.0",
+ "eslint-plugin-import": "2.7.0",
+ "eslint-plugin-jsx-a11y": "5.1.1",
+ "eslint-plugin-react": "7.1.0",
+ "extract-text-webpack-plugin": "3.0.0",
+ "file-loader": "0.11.2",
+ "fs-extra": "3.0.1",
+ "html-webpack-plugin": "2.29.0",
+ "jest": "20.0.4",
+ "object-assign": "4.1.1",
+ "postcss-flexbugs-fixes": "3.2.0",
+ "postcss-loader": "2.0.6",
+ "promise": "8.0.1",
+ "react-dev-utils": "4.0.1",
+ "style-loader": "0.18.2",
+ "sw-precache-webpack-plugin": "0.11.4",
+ "url-loader": "0.5.9",
+ "webpack": "3.5.1",
+ "webpack-dev-server": "2.7.1",
+ "webpack-manifest-plugin": "1.2.1",
+ "whatwg-fetch": "2.0.3"
+ },
+ "dependencies": {
+ "promise": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-8.0.1.tgz",
+ "integrity": "sha1-5F1osAoXZHttpxG/he1u1HII9FA=",
+ "requires": {
+ "asap": "2.0.6"
+ }
+ }
+ }
+ },
+ "read-all-stream": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",
+ "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=",
+ "requires": {
+ "pinkie-promise": "2.0.1",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "read-pkg": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
+ "requires": {
+ "load-json-file": "1.1.0",
+ "normalize-package-data": "2.4.0",
+ "path-type": "1.1.0"
+ }
+ },
+ "read-pkg-up": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
+ "requires": {
+ "find-up": "1.1.2",
+ "read-pkg": "1.1.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
+ "requires": {
+ "path-exists": "2.1.0",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "path-exists": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
+ "requires": {
+ "pinkie-promise": "2.0.1"
+ }
+ }
+ }
+ },
+ "readable-stream": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
+ "requires": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "1.0.0",
+ "process-nextick-args": "1.0.7",
+ "safe-buffer": "5.1.1",
+ "string_decoder": "1.0.3",
+ "util-deprecate": "1.0.2"
+ }
+ },
+ "readdirp": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
+ "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "minimatch": "3.0.4",
+ "readable-stream": "2.3.3",
+ "set-immediate-shim": "1.0.1"
+ }
+ },
+ "recursive-readdir": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.1.tgz",
+ "integrity": "sha1-kO8jHQd4xc4JPJpI105cVCLROpk=",
+ "requires": {
+ "minimatch": "3.0.3"
+ },
+ "dependencies": {
+ "minimatch": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
+ "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
+ "requires": {
+ "brace-expansion": "1.1.8"
+ }
+ }
+ }
+ },
+ "redent": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
+ "requires": {
+ "indent-string": "2.1.0",
+ "strip-indent": "1.0.1"
+ }
+ },
+ "reduce-css-calc": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
+ "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
+ "requires": {
+ "balanced-match": "0.4.2",
+ "math-expression-evaluator": "1.2.17",
+ "reduce-function-call": "1.0.2"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
+ "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg="
+ }
+ }
+ },
+ "reduce-function-call": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz",
+ "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
+ "requires": {
+ "balanced-match": "0.4.2"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
+ "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg="
+ }
+ }
+ },
+ "regenerate": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
+ "integrity": "sha1-0ZQcZ7rUN+G+dkM63Vs4X5WxkmA="
+ },
+ "regenerator-runtime": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz",
+ "integrity": "sha512-/aA0kLeRb5N9K0d4fw7ooEbI+xDe+DKD499EQqygGqeS8N3xto15p09uY2xj7ixP81sNPXvRLnAQIqdVStgb1A=="
+ },
+ "regenerator-transform": {
+ "version": "0.9.11",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.11.tgz",
+ "integrity": "sha1-On0GdSDLe3F2dp61/4aGkb7+EoM=",
+ "requires": {
+ "babel-runtime": "6.26.0",
+ "babel-types": "6.26.0",
+ "private": "0.1.7"
+ }
+ },
+ "regex-cache": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
+ "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
+ "requires": {
+ "is-equal-shallow": "0.1.3"
+ }
+ },
+ "regexpu-core": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
+ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
+ "requires": {
+ "regenerate": "1.3.2",
+ "regjsgen": "0.2.0",
+ "regjsparser": "0.1.5"
+ }
+ },
+ "registry-auth-token": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.1.tgz",
+ "integrity": "sha1-+w0yie4Nmtosu1KvXf5mywcNMAY=",
+ "requires": {
+ "rc": "1.2.1",
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "registry-url": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
+ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
+ "requires": {
+ "rc": "1.2.1"
+ }
+ },
+ "regjsgen": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
+ "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc="
+ },
+ "regjsparser": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
+ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
+ "requires": {
+ "jsesc": "0.5.0"
+ },
+ "dependencies": {
+ "jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
+ }
+ }
+ },
+ "relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk="
+ },
+ "remove-trailing-separator": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
+ },
+ "renderkid": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz",
+ "integrity": "sha1-iYyr/Ivt5Le5ETWj/9Mj5YwNsxk=",
+ "requires": {
+ "css-select": "1.2.0",
+ "dom-converter": "0.1.4",
+ "htmlparser2": "3.3.0",
+ "strip-ansi": "3.0.1",
+ "utila": "0.3.3"
+ },
+ "dependencies": {
+ "utila": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz",
+ "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY="
+ }
+ }
+ },
+ "repeat-element": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
+ "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo="
+ },
+ "repeat-string": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
+ },
+ "repeating": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
+ "requires": {
+ "is-finite": "1.0.2"
+ }
+ },
+ "request": {
+ "version": "2.81.0",
+ "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
+ "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
+ "requires": {
+ "aws-sign2": "0.6.0",
+ "aws4": "1.6.0",
+ "caseless": "0.12.0",
+ "combined-stream": "1.0.5",
+ "extend": "3.0.1",
+ "forever-agent": "0.6.1",
+ "form-data": "2.1.4",
+ "har-validator": "4.2.1",
+ "hawk": "3.1.3",
+ "http-signature": "1.1.1",
+ "is-typedarray": "1.0.0",
+ "isstream": "0.1.2",
+ "json-stringify-safe": "5.0.1",
+ "mime-types": "2.1.17",
+ "oauth-sign": "0.8.2",
+ "performance-now": "0.2.0",
+ "qs": "6.4.0",
+ "safe-buffer": "5.1.1",
+ "stringstream": "0.0.5",
+ "tough-cookie": "2.3.2",
+ "tunnel-agent": "0.6.0",
+ "uuid": "3.1.0"
+ }
+ },
+ "require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
+ },
+ "require-from-string": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz",
+ "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg="
+ },
+ "require-main-filename": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
+ "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
+ },
+ "require-uncached": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz",
+ "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=",
+ "requires": {
+ "caller-path": "0.1.0",
+ "resolve-from": "1.0.1"
+ }
+ },
+ "requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ },
+ "resolve": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
+ "integrity": "sha512-aW7sVKPufyHqOmyyLzg/J+8606v5nevBgaliIlV7nUpVMsDnoBGV/cbSLNjZAg9q0Cfd/+easKVKQ8vOu8fn1Q==",
+ "requires": {
+ "path-parse": "1.0.5"
+ }
+ },
+ "resolve-dir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
+ "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
+ "requires": {
+ "expand-tilde": "2.0.2",
+ "global-modules": "1.0.0"
+ }
+ },
+ "resolve-from": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz",
+ "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY="
+ },
+ "restore-cursor": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
+ "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
+ "requires": {
+ "onetime": "2.0.1",
+ "signal-exit": "3.0.2"
+ }
+ },
+ "right-align": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
+ "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
+ "requires": {
+ "align-text": "0.1.4"
+ }
+ },
+ "rimraf": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
+ "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
+ "requires": {
+ "glob": "7.1.2"
+ }
+ },
+ "ripemd160": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz",
+ "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=",
+ "requires": {
+ "hash-base": "2.0.2",
+ "inherits": "2.0.3"
+ }
+ },
+ "run-async": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
+ "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
+ "requires": {
+ "is-promise": "2.1.0"
+ }
+ },
+ "rx-lite": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
+ "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ="
+ },
+ "rx-lite-aggregates": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz",
+ "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=",
+ "requires": {
+ "rx-lite": "4.0.8"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
+ "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg=="
+ },
+ "sane": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/sane/-/sane-1.6.0.tgz",
+ "integrity": "sha1-lhDEUjB6E10pwf3+JUcDQYDEZ3U=",
+ "requires": {
+ "anymatch": "1.3.2",
+ "exec-sh": "0.2.1",
+ "fb-watchman": "1.9.2",
+ "minimatch": "3.0.4",
+ "minimist": "1.2.0",
+ "walker": "1.0.7",
+ "watch": "0.10.0"
+ },
+ "dependencies": {
+ "bser": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz",
+ "integrity": "sha1-OBEWlwsqbe6lZG3RXdcnhES1YWk=",
+ "requires": {
+ "node-int64": "0.4.0"
+ }
+ },
+ "fb-watchman": {
+ "version": "1.9.2",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-1.9.2.tgz",
+ "integrity": "sha1-okz0eCf4LTj7Waaa1wt247auc4M=",
+ "requires": {
+ "bser": "1.0.2"
+ }
+ },
+ "minimist": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
+ }
+ }
+ },
+ "sax": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
+ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
+ },
+ "schema-utils": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz",
+ "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=",
+ "requires": {
+ "ajv": "5.2.2"
+ }
+ },
+ "select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
+ },
+ "selfsigned": {
+ "version": "1.10.1",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.1.tgz",
+ "integrity": "sha1-v4y3uDJWxFUeMTR8YxF3jbme7FI=",
+ "requires": {
+ "node-forge": "0.6.33"
+ }
+ },
+ "semver": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
+ "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg=="
+ },
+ "semver-diff": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
+ "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=",
+ "requires": {
+ "semver": "5.4.1"
+ }
+ },
+ "send": {
+ "version": "0.15.4",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.15.4.tgz",
+ "integrity": "sha1-mF+qPihLAnPHkzZKNcZze9k5Bbk=",
+ "requires": {
+ "debug": "2.6.8",
+ "depd": "1.1.1",
+ "destroy": "1.0.4",
+ "encodeurl": "1.0.1",
+ "escape-html": "1.0.3",
+ "etag": "1.8.1",
+ "fresh": "0.5.0",
+ "http-errors": "1.6.2",
+ "mime": "1.3.4",
+ "ms": "2.0.0",
+ "on-finished": "2.3.0",
+ "range-parser": "1.2.0",
+ "statuses": "1.3.1"
+ },
+ "dependencies": {
+ "mime": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
+ "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM="
+ }
+ }
+ },
+ "serve-index": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.0.tgz",
+ "integrity": "sha1-0rKA/FYNYW7oG0i/D6gqvtJIXOc=",
+ "requires": {
+ "accepts": "1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.8",
+ "escape-html": "1.0.3",
+ "http-errors": "1.6.2",
+ "mime-types": "2.1.17",
+ "parseurl": "1.3.2"
+ }
+ },
+ "serve-static": {
+ "version": "1.12.4",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.4.tgz",
+ "integrity": "sha1-m2qpjutyU8Tu3Ewfb9vKYJkBqWE=",
+ "requires": {
+ "encodeurl": "1.0.1",
+ "escape-html": "1.0.3",
+ "parseurl": "1.3.2",
+ "send": "0.15.4"
+ }
+ },
+ "serviceworker-cache-polyfill": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/serviceworker-cache-polyfill/-/serviceworker-cache-polyfill-4.0.0.tgz",
+ "integrity": "sha1-3hnuc77yGrPAdAo3sz22JGS6ves="
+ },
+ "set-blocking": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
+ },
+ "set-immediate-shim": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
+ "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E="
+ },
+ "setimmediate": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
+ "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
+ },
+ "setprototypeof": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
+ "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ="
+ },
+ "settle-promise": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/settle-promise/-/settle-promise-1.0.0.tgz",
+ "integrity": "sha1-aXrbWLgh84fOJ1fAbvyd5fDuM9g="
+ },
+ "sha.js": {
+ "version": "2.4.8",
+ "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.8.tgz",
+ "integrity": "sha1-NwaMLEdra69ALRSknGf1l5IfY08=",
+ "requires": {
+ "inherits": "2.0.3"
+ }
+ },
+ "shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "requires": {
+ "shebang-regex": "1.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
+ },
+ "shell-quote": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz",
+ "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=",
+ "requires": {
+ "array-filter": "0.0.1",
+ "array-map": "0.0.0",
+ "array-reduce": "0.0.0",
+ "jsonify": "0.0.0"
+ }
+ },
+ "shellwords": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
+ "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww=="
+ },
+ "signal-exit": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
+ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
+ },
+ "slash": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
+ "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
+ },
+ "slice-ansi": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz",
+ "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU="
+ },
+ "slide": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
+ "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc="
+ },
+ "sntp": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
+ "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
+ "requires": {
+ "hoek": "2.16.3"
+ }
+ },
+ "sockjs": {
+ "version": "0.3.18",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.18.tgz",
+ "integrity": "sha1-2bKJMWyn33dZXvKZ4HXw+TfrQgc=",
+ "requires": {
+ "faye-websocket": "0.10.0",
+ "uuid": "2.0.3"
+ },
+ "dependencies": {
+ "faye-websocket": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
+ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
+ "requires": {
+ "websocket-driver": "0.7.0"
+ }
+ },
+ "uuid": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
+ "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho="
+ }
+ }
+ },
+ "sockjs-client": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz",
+ "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=",
+ "requires": {
+ "debug": "2.6.8",
+ "eventsource": "0.1.6",
+ "faye-websocket": "0.11.1",
+ "inherits": "2.0.3",
+ "json3": "3.3.2",
+ "url-parse": "1.1.9"
+ }
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "1.1.0"
+ }
+ },
+ "source-list-map": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz",
+ "integrity": "sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY="
+ },
+ "source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
+ },
+ "source-map-support": {
+ "version": "0.4.18",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
+ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
+ "requires": {
+ "source-map": "0.5.7"
+ }
+ },
+ "spdx-correct": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
+ "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
+ "requires": {
+ "spdx-license-ids": "1.2.2"
+ }
+ },
+ "spdx-expression-parse": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
+ "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw="
+ },
+ "spdx-license-ids": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
+ "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc="
+ },
+ "spdy": {
+ "version": "3.4.7",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-3.4.7.tgz",
+ "integrity": "sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw=",
+ "requires": {
+ "debug": "2.6.8",
+ "handle-thing": "1.2.5",
+ "http-deceiver": "1.2.7",
+ "safe-buffer": "5.1.1",
+ "select-hose": "2.0.0",
+ "spdy-transport": "2.0.20"
+ }
+ },
+ "spdy-transport": {
+ "version": "2.0.20",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.0.20.tgz",
+ "integrity": "sha1-c15yBUxIayNU/onnAiVgBKOazk0=",
+ "requires": {
+ "debug": "2.6.8",
+ "detect-node": "2.0.3",
+ "hpack.js": "2.1.6",
+ "obuf": "1.1.1",
+ "readable-stream": "2.3.3",
+ "safe-buffer": "5.1.1",
+ "wbuf": "1.7.2"
+ }
+ },
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "sshpk": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
+ "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
+ "requires": {
+ "asn1": "0.2.3",
+ "assert-plus": "1.0.0",
+ "bcrypt-pbkdf": "1.0.1",
+ "dashdash": "1.14.1",
+ "ecc-jsbn": "0.1.1",
+ "getpass": "0.1.7",
+ "jsbn": "0.1.1",
+ "tweetnacl": "0.14.5"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
+ }
+ }
+ },
+ "statuses": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
+ "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4="
+ },
+ "stream-browserify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz",
+ "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=",
+ "requires": {
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3"
+ }
+ },
+ "stream-http": {
+ "version": "2.7.2",
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.7.2.tgz",
+ "integrity": "sha512-c0yTD2rbQzXtSsFSVhtpvY/vS6u066PcXOX9kBB3mSO76RiUQzL340uJkGBWnlBg4/HZzqiUXtaVA7wcRcJgEw==",
+ "requires": {
+ "builtin-status-codes": "3.0.0",
+ "inherits": "2.0.3",
+ "readable-stream": "2.3.3",
+ "to-arraybuffer": "1.0.1",
+ "xtend": "4.0.1"
+ }
+ },
+ "strict-uri-encode": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
+ "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
+ },
+ "string-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz",
+ "integrity": "sha1-VpcPscOFWOnnC3KL894mmsRa36w=",
+ "requires": {
+ "strip-ansi": "3.0.1"
+ }
+ },
+ "string-width": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
+ "requires": {
+ "is-fullwidth-code-point": "2.0.0",
+ "strip-ansi": "4.0.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
+ },
+ "strip-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
+ "requires": {
+ "ansi-regex": "3.0.0"
+ }
+ }
+ }
+ },
+ "string_decoder": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "stringstream": {
+ "version": "0.0.5",
+ "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
+ "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg="
+ },
+ "strip-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "strip-bom": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
+ "requires": {
+ "is-utf8": "0.2.1"
+ }
+ },
+ "strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
+ },
+ "strip-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
+ "requires": {
+ "get-stdin": "4.0.1"
+ }
+ },
+ "strip-json-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
+ },
+ "style-loader": {
+ "version": "0.18.2",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.18.2.tgz",
+ "integrity": "sha512-WPpJPZGUxWYHWIUMNNOYqql7zh85zGmr84FdTVWq52WTIkqlW9xSxD3QYWi/T31cqn9UNSsietVEgGn2aaSCzw==",
+ "requires": {
+ "loader-utils": "1.1.0",
+ "schema-utils": "0.3.0"
+ }
+ },
+ "supports-color": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz",
+ "integrity": "sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==",
+ "requires": {
+ "has-flag": "2.0.0"
+ }
+ },
+ "svgo": {
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
+ "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
+ "requires": {
+ "coa": "1.0.4",
+ "colors": "1.1.2",
+ "csso": "2.3.2",
+ "js-yaml": "3.7.0",
+ "mkdirp": "0.5.1",
+ "sax": "1.2.4",
+ "whet.extend": "0.9.9"
+ }
+ },
+ "sw-precache": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/sw-precache/-/sw-precache-5.2.0.tgz",
+ "integrity": "sha512-sKctdX+5hUxkqJ/1DM88ubQ+QRvyw7CnxWdk909N2DgvxMqc1gcQFrwL7zpVc87wFmCA/OvRQd0iMC2XdFopYg==",
+ "requires": {
+ "dom-urls": "1.1.0",
+ "es6-promise": "4.1.1",
+ "glob": "7.1.2",
+ "lodash.defaults": "4.2.0",
+ "lodash.template": "4.4.0",
+ "meow": "3.7.0",
+ "mkdirp": "0.5.1",
+ "pretty-bytes": "4.0.2",
+ "sw-toolbox": "3.6.0",
+ "update-notifier": "1.0.3"
+ }
+ },
+ "sw-precache-webpack-plugin": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.4.tgz",
+ "integrity": "sha1-ppUBflTu1XVVFJOlGdwdqNotxeA=",
+ "requires": {
+ "del": "2.2.2",
+ "sw-precache": "5.2.0",
+ "uglify-js": "3.1.0"
+ }
+ },
+ "sw-toolbox": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz",
+ "integrity": "sha1-Jt8dHHA0hljk3qKIQxkUm3sxg7U=",
+ "requires": {
+ "path-to-regexp": "1.7.0",
+ "serviceworker-cache-polyfill": "4.0.0"
+ }
+ },
+ "symbol-tree": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
+ "integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY="
+ },
+ "table": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/table/-/table-4.0.1.tgz",
+ "integrity": "sha1-qBFsEz+sLGH0pCCrbN9cTWHw5DU=",
+ "requires": {
+ "ajv": "4.11.8",
+ "ajv-keywords": "1.5.1",
+ "chalk": "1.1.3",
+ "lodash": "4.17.4",
+ "slice-ansi": "0.0.4",
+ "string-width": "2.1.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "4.11.8",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
+ "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
+ "requires": {
+ "co": "4.6.0",
+ "json-stable-stringify": "1.0.1"
+ }
+ }
+ }
+ },
+ "tapable": {
+ "version": "0.2.8",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
+ "integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI="
+ },
+ "test-exclude": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.1.1.tgz",
+ "integrity": "sha512-35+Asrsk3XHJDBgf/VRFexPgh3UyETv8IAn/LRTiZjVy6rjPVqdEk8dJcJYBzl1w0XCJM48lvTy8SfEsCWS4nA==",
+ "requires": {
+ "arrify": "1.0.1",
+ "micromatch": "2.3.11",
+ "object-assign": "4.1.1",
+ "read-pkg-up": "1.0.1",
+ "require-main-filename": "1.0.1"
+ }
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "throat": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-3.2.0.tgz",
+ "integrity": "sha512-/EY8VpvlqJ+sFtLPeOgc8Pl7kQVOWv0woD87KTXVHPIAE842FGT+rokxIhe8xIUP1cfgrkt0as0vDLjDiMtr8w=="
+ },
+ "through": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
+ },
+ "thunky": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-0.1.0.tgz",
+ "integrity": "sha1-vzAUaCTituZ7Dy16Ssi+smkIaE4="
+ },
+ "time-stamp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz",
+ "integrity": "sha1-lcakRTDhW6jW9KPsuMOj+sRto1c="
+ },
+ "timed-out": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-3.1.3.tgz",
+ "integrity": "sha1-lYYL/MXHbCd/j4Mm/Q9bLiDrohc="
+ },
+ "timers-browserify": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.4.tgz",
+ "integrity": "sha512-uZYhyU3EX8O7HQP+J9fTVYwsq90Vr68xPEFo7yrVImIxYvHgukBEgOB/SgGoorWVTzGM/3Z+wUNnboA4M8jWrg==",
+ "requires": {
+ "setimmediate": "1.0.5"
+ }
+ },
+ "tmp": {
+ "version": "0.0.31",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz",
+ "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=",
+ "requires": {
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "tmpl": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
+ "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
+ },
+ "to-arraybuffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
+ "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M="
+ },
+ "to-fast-properties": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
+ "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
+ },
+ "toposort": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.3.tgz",
+ "integrity": "sha1-8CzYp0vYvi/A6YYRw7rLlaFxhpw="
+ },
+ "tough-cookie": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
+ "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
+ "requires": {
+ "punycode": "1.4.1"
+ }
+ },
+ "tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
+ },
+ "trim-newlines": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM="
+ },
+ "trim-right": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
+ "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
+ },
+ "tryit": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
+ "integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics="
+ },
+ "tty-browserify": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
+ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
+ },
+ "tunnel-agent": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
+ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
+ "requires": {
+ "safe-buffer": "5.1.1"
+ }
+ },
+ "tweetnacl": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
+ "optional": true
+ },
+ "type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "requires": {
+ "prelude-ls": "1.1.2"
+ }
+ },
+ "type-is": {
+ "version": "1.6.15",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
+ "integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
+ "requires": {
+ "media-typer": "0.3.0",
+ "mime-types": "2.1.17"
+ }
+ },
+ "typedarray": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
+ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
+ },
+ "ua-parser-js": {
+ "version": "0.7.14",
+ "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.14.tgz",
+ "integrity": "sha1-EQ1T+kw/MmwSEpK76skE0uAzh8o="
+ },
+ "uglify-js": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.0.tgz",
+ "integrity": "sha512-PGUXuTJ5AkrfPsyg0L9/LD+BWYm9feVngbWpW5bg7Q3B7hqDM3xz00tNby4yY0CqjrLTF6CP9wpb/aNITRuSXg==",
+ "requires": {
+ "commander": "2.11.0",
+ "source-map": "0.5.7"
+ }
+ },
+ "uglify-to-browserify": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
+ "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
+ "optional": true
+ },
+ "uglifyjs-webpack-plugin": {
+ "version": "0.4.6",
+ "resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
+ "integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=",
+ "requires": {
+ "source-map": "0.5.7",
+ "uglify-js": "2.8.29",
+ "webpack-sources": "1.0.1"
+ },
+ "dependencies": {
+ "uglify-js": {
+ "version": "2.8.29",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
+ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
+ "requires": {
+ "source-map": "0.5.7",
+ "uglify-to-browserify": "1.0.2",
+ "yargs": "3.10.0"
+ }
+ },
+ "yargs": {
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
+ "requires": {
+ "camelcase": "1.2.1",
+ "cliui": "2.1.0",
+ "decamelize": "1.2.0",
+ "window-size": "0.1.0"
+ }
+ }
+ }
+ },
+ "uniq": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
+ "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8="
+ },
+ "uniqid": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
+ "integrity": "sha1-iSIN32t1GuUrX3JISGNShZa7hME=",
+ "requires": {
+ "macaddress": "0.2.8"
+ }
+ },
+ "uniqs": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
+ "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI="
+ },
+ "universalify": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
+ "integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc="
+ },
+ "unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
+ },
+ "unzip-response": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz",
+ "integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4="
+ },
+ "update-notifier": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-1.0.3.tgz",
+ "integrity": "sha1-j5LFFUgr1oMbfJMBPnD4dVLHz1o=",
+ "requires": {
+ "boxen": "0.6.0",
+ "chalk": "1.1.3",
+ "configstore": "2.1.0",
+ "is-npm": "1.0.0",
+ "latest-version": "2.0.0",
+ "lazy-req": "1.1.0",
+ "semver-diff": "2.1.0",
+ "xdg-basedir": "2.0.0"
+ }
+ },
+ "upper-case": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
+ "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg="
+ },
+ "urijs": {
+ "version": "1.18.12",
+ "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.18.12.tgz",
+ "integrity": "sha512-WlvUkocbQ+GYhi8zkcbecbGYq7YLSd2I3InxAfqeh6mWvWalBE7bISDHcAL3J7STrWFfizuJ709srHD+RuABPQ=="
+ },
+ "url": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
+ "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
+ "requires": {
+ "punycode": "1.3.2",
+ "querystring": "0.2.0"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
+ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
+ }
+ }
+ },
+ "url-loader": {
+ "version": "0.5.9",
+ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-0.5.9.tgz",
+ "integrity": "sha512-B7QYFyvv+fOBqBVeefsxv6koWWtjmHaMFT6KZWti4KRw8YUD/hOU+3AECvXuzyVawIBx3z7zQRejXCDSO5kk1Q==",
+ "requires": {
+ "loader-utils": "1.1.0",
+ "mime": "1.3.6"
+ }
+ },
+ "url-parse": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz",
+ "integrity": "sha1-xn8dd11R8KGJEd17P/rSe7nlvRk=",
+ "requires": {
+ "querystringify": "1.0.0",
+ "requires-port": "1.0.0"
+ },
+ "dependencies": {
+ "querystringify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz",
+ "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs="
+ }
+ }
+ },
+ "url-parse-lax": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
+ "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
+ "requires": {
+ "prepend-http": "1.0.4"
+ }
+ },
+ "util": {
+ "version": "0.10.3",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
+ "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
+ "requires": {
+ "inherits": "2.0.1"
+ },
+ "dependencies": {
+ "inherits": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
+ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
+ }
+ }
+ },
+ "util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
+ },
+ "utila": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
+ "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
+ },
+ "utils-merge": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz",
+ "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg="
+ },
+ "uuid": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
+ "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g=="
+ },
+ "validate-npm-package-license": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
+ "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
+ "requires": {
+ "spdx-correct": "1.0.2",
+ "spdx-expression-parse": "1.0.4"
+ }
+ },
+ "vary": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz",
+ "integrity": "sha1-Z1Neu2lMHVIldFeYRmUyP1h+jTc="
+ },
+ "vendors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
+ "integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI="
+ },
+ "verror": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
+ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
+ "requires": {
+ "assert-plus": "1.0.0",
+ "core-util-is": "1.0.2",
+ "extsprintf": "1.3.0"
+ },
+ "dependencies": {
+ "assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
+ }
+ }
+ },
+ "vm-browserify": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
+ "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
+ "requires": {
+ "indexof": "0.0.1"
+ }
+ },
+ "walker": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
+ "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
+ "requires": {
+ "makeerror": "1.0.11"
+ }
+ },
+ "watch": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz",
+ "integrity": "sha1-d3mLLaD5kQ1ZXxrOWwwiWFIfIdw="
+ },
+ "watchpack": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz",
+ "integrity": "sha1-ShRyvLuVK9Cpu0A2gB+VTfs5+qw=",
+ "requires": {
+ "async": "2.5.0",
+ "chokidar": "1.7.0",
+ "graceful-fs": "4.1.11"
+ }
+ },
+ "wbuf": {
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.2.tgz",
+ "integrity": "sha1-1pe5nx9ZUS3ydRvkJ2nBWAtYAf4=",
+ "requires": {
+ "minimalistic-assert": "1.0.0"
+ }
+ },
+ "webidl-conversions": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
+ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
+ },
+ "webpack": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-3.5.1.tgz",
+ "integrity": "sha1-t0nuPStaEY2tU+jkFYWz9x51SZo=",
+ "requires": {
+ "acorn": "5.1.2",
+ "acorn-dynamic-import": "2.0.2",
+ "ajv": "5.2.2",
+ "ajv-keywords": "2.1.0",
+ "async": "2.5.0",
+ "enhanced-resolve": "3.4.1",
+ "escope": "3.6.0",
+ "interpret": "1.0.3",
+ "json-loader": "0.5.7",
+ "json5": "0.5.1",
+ "loader-runner": "2.3.0",
+ "loader-utils": "1.1.0",
+ "memory-fs": "0.4.1",
+ "mkdirp": "0.5.1",
+ "node-libs-browser": "2.0.0",
+ "source-map": "0.5.7",
+ "supports-color": "4.4.0",
+ "tapable": "0.2.8",
+ "uglifyjs-webpack-plugin": "0.4.6",
+ "watchpack": "1.4.0",
+ "webpack-sources": "1.0.1",
+ "yargs": "8.0.2"
+ },
+ "dependencies": {
+ "ajv-keywords": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.0.tgz",
+ "integrity": "sha1-opbhf3v658HOT34N5T0pyzIWLfA="
+ },
+ "camelcase": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
+ "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
+ },
+ "cliui": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1",
+ "wrap-ansi": "2.1.0"
+ },
+ "dependencies": {
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "load-json-file": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
+ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "parse-json": "2.2.0",
+ "pify": "2.3.0",
+ "strip-bom": "3.0.0"
+ }
+ },
+ "os-locale": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
+ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
+ "requires": {
+ "execa": "0.7.0",
+ "lcid": "1.0.0",
+ "mem": "1.1.0"
+ }
+ },
+ "path-type": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
+ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
+ "requires": {
+ "pify": "2.3.0"
+ }
+ },
+ "read-pkg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
+ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
+ "requires": {
+ "load-json-file": "2.0.0",
+ "normalize-package-data": "2.4.0",
+ "path-type": "2.0.0"
+ }
+ },
+ "read-pkg-up": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
+ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
+ "requires": {
+ "find-up": "2.1.0",
+ "read-pkg": "2.0.0"
+ }
+ },
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
+ },
+ "which-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
+ },
+ "yargs": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
+ "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
+ "requires": {
+ "camelcase": "4.1.0",
+ "cliui": "3.2.0",
+ "decamelize": "1.2.0",
+ "get-caller-file": "1.0.2",
+ "os-locale": "2.1.0",
+ "read-pkg-up": "2.0.0",
+ "require-directory": "2.1.1",
+ "require-main-filename": "1.0.1",
+ "set-blocking": "2.0.0",
+ "string-width": "2.1.1",
+ "which-module": "2.0.0",
+ "y18n": "3.2.1",
+ "yargs-parser": "7.0.0"
+ }
+ },
+ "yargs-parser": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz",
+ "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=",
+ "requires": {
+ "camelcase": "4.1.0"
+ }
+ }
+ }
+ },
+ "webpack-dev-middleware": {
+ "version": "1.12.0",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz",
+ "integrity": "sha1-007++y7dp+HTtdvgcolRMhllFwk=",
+ "requires": {
+ "memory-fs": "0.4.1",
+ "mime": "1.3.6",
+ "path-is-absolute": "1.0.1",
+ "range-parser": "1.2.0",
+ "time-stamp": "2.0.0"
+ }
+ },
+ "webpack-dev-server": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.7.1.tgz",
+ "integrity": "sha1-IVgPWgjNBlxxFEz29hw0W8pZqLg=",
+ "requires": {
+ "ansi-html": "0.0.7",
+ "bonjour": "3.5.0",
+ "chokidar": "1.7.0",
+ "compression": "1.7.0",
+ "connect-history-api-fallback": "1.3.0",
+ "del": "3.0.0",
+ "express": "4.15.4",
+ "html-entities": "1.2.1",
+ "http-proxy-middleware": "0.17.4",
+ "internal-ip": "1.2.0",
+ "ip": "1.1.5",
+ "loglevel": "1.5.0",
+ "opn": "4.0.2",
+ "portfinder": "1.0.13",
+ "selfsigned": "1.10.1",
+ "serve-index": "1.9.0",
+ "sockjs": "0.3.18",
+ "sockjs-client": "1.1.4",
+ "spdy": "3.4.7",
+ "strip-ansi": "3.0.1",
+ "supports-color": "3.2.3",
+ "webpack-dev-middleware": "1.12.0",
+ "yargs": "6.6.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
+ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
+ },
+ "cliui": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1",
+ "wrap-ansi": "2.1.0"
+ }
+ },
+ "del": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz",
+ "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=",
+ "requires": {
+ "globby": "6.1.0",
+ "is-path-cwd": "1.0.0",
+ "is-path-in-cwd": "1.0.0",
+ "p-map": "1.2.0",
+ "pify": "3.0.0",
+ "rimraf": "2.6.2"
+ }
+ },
+ "globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+ "requires": {
+ "array-union": "1.0.2",
+ "glob": "7.1.2",
+ "object-assign": "4.1.1",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1"
+ },
+ "dependencies": {
+ "pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
+ }
+ }
+ },
+ "has-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
+ },
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "opn": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz",
+ "integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=",
+ "requires": {
+ "object-assign": "4.1.1",
+ "pinkie-promise": "2.0.1"
+ }
+ },
+ "pify": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ },
+ "supports-color": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
+ "requires": {
+ "has-flag": "1.0.0"
+ }
+ },
+ "yargs": {
+ "version": "6.6.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz",
+ "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=",
+ "requires": {
+ "camelcase": "3.0.0",
+ "cliui": "3.2.0",
+ "decamelize": "1.2.0",
+ "get-caller-file": "1.0.2",
+ "os-locale": "1.4.0",
+ "read-pkg-up": "1.0.1",
+ "require-directory": "2.1.1",
+ "require-main-filename": "1.0.1",
+ "set-blocking": "2.0.0",
+ "string-width": "1.0.2",
+ "which-module": "1.0.0",
+ "y18n": "3.2.1",
+ "yargs-parser": "4.2.1"
+ }
+ },
+ "yargs-parser": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
+ "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=",
+ "requires": {
+ "camelcase": "3.0.0"
+ }
+ }
+ }
+ },
+ "webpack-manifest-plugin": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-1.2.1.tgz",
+ "integrity": "sha512-9oLMhGlez5JSRv0dWCoxGHHdrYWrDJa8gIHeMFVuY8Fp4noQebXyFlE3fFE/BCYC4C1rG3RyEBPz0aWq1dtYDw==",
+ "requires": {
+ "fs-extra": "0.30.0",
+ "lodash": "4.17.4"
+ },
+ "dependencies": {
+ "fs-extra": {
+ "version": "0.30.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
+ "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "jsonfile": "2.4.0",
+ "klaw": "1.3.1",
+ "path-is-absolute": "1.0.1",
+ "rimraf": "2.6.2"
+ }
+ },
+ "jsonfile": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
+ "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
+ "requires": {
+ "graceful-fs": "4.1.11"
+ }
+ }
+ }
+ },
+ "webpack-sources": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.1.tgz",
+ "integrity": "sha512-05tMxipUCwHqYaVS8xc7sYPTly8PzXayRCB4dTxLhWTqlKUiwH6ezmEe0OSreL1c30LAuA3Zqmc+uEBUGFJDjw==",
+ "requires": {
+ "source-list-map": "2.0.0",
+ "source-map": "0.5.7"
+ },
+ "dependencies": {
+ "source-list-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
+ "integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A=="
+ }
+ }
+ },
+ "websocket-driver": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
+ "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
+ "requires": {
+ "http-parser-js": "0.4.5",
+ "websocket-extensions": "0.1.2"
+ }
+ },
+ "websocket-extensions": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.2.tgz",
+ "integrity": "sha1-Dhh4HeYpoYMIzhSBZQ9n/6JpOl0="
+ },
+ "whatwg-encoding": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz",
+ "integrity": "sha1-PGxFGhmO567FWx7GHQkgxngBpfQ=",
+ "requires": {
+ "iconv-lite": "0.4.13"
+ },
+ "dependencies": {
+ "iconv-lite": {
+ "version": "0.4.13",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
+ "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI="
+ }
+ }
+ },
+ "whatwg-fetch": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz",
+ "integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ="
+ },
+ "whatwg-url": {
+ "version": "4.8.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.8.0.tgz",
+ "integrity": "sha1-0pgaqRSMHgCkHFphMRZqtGg7vMA=",
+ "requires": {
+ "tr46": "0.0.3",
+ "webidl-conversions": "3.0.1"
+ },
+ "dependencies": {
+ "webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
+ }
+ }
+ },
+ "whet.extend": {
+ "version": "0.9.9",
+ "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
+ "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE="
+ },
+ "which": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
+ "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
+ "requires": {
+ "isexe": "2.0.0"
+ }
+ },
+ "which-module": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
+ "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8="
+ },
+ "widest-line": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
+ "integrity": "sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw=",
+ "requires": {
+ "string-width": "1.0.2"
+ },
+ "dependencies": {
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "window-size": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+ "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0="
+ },
+ "wordwrap": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
+ "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus="
+ },
+ "worker-farm": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.5.0.tgz",
+ "integrity": "sha512-DHRiUggxtbruaTwnLDm2/BRDKZIoOYvrgYUj5Bam4fU6Gtvc0FaEyoswFPBjMXAweGW2H4BDNIpy//1yXXuaqQ==",
+ "requires": {
+ "errno": "0.1.4",
+ "xtend": "4.0.1"
+ }
+ },
+ "wrap-ansi": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
+ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1"
+ },
+ "dependencies": {
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "write": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
+ "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
+ "requires": {
+ "mkdirp": "0.5.1"
+ }
+ },
+ "write-file-atomic": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz",
+ "integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=",
+ "requires": {
+ "graceful-fs": "4.1.11",
+ "imurmurhash": "0.1.4",
+ "slide": "1.1.6"
+ }
+ },
+ "xdg-basedir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz",
+ "integrity": "sha1-7byQPMOF/ARSPZZqM1UEtVBNG9I=",
+ "requires": {
+ "os-homedir": "1.0.2"
+ }
+ },
+ "xml-char-classes": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/xml-char-classes/-/xml-char-classes-1.0.0.tgz",
+ "integrity": "sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0="
+ },
+ "xml-name-validator": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz",
+ "integrity": "sha1-TYuPHszTQZqjYgYb7O9RXh5VljU="
+ },
+ "xtend": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
+ "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68="
+ },
+ "y18n": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
+ "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE="
+ },
+ "yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
+ },
+ "yargs": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
+ "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
+ "requires": {
+ "camelcase": "3.0.0",
+ "cliui": "3.2.0",
+ "decamelize": "1.2.0",
+ "get-caller-file": "1.0.2",
+ "os-locale": "1.4.0",
+ "read-pkg-up": "1.0.1",
+ "require-directory": "2.1.1",
+ "require-main-filename": "1.0.1",
+ "set-blocking": "2.0.0",
+ "string-width": "1.0.2",
+ "which-module": "1.0.0",
+ "y18n": "3.2.1",
+ "yargs-parser": "5.0.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
+ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
+ },
+ "cliui": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
+ "requires": {
+ "string-width": "1.0.2",
+ "strip-ansi": "3.0.1",
+ "wrap-ansi": "2.1.0"
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "requires": {
+ "number-is-nan": "1.0.1"
+ }
+ },
+ "string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "requires": {
+ "code-point-at": "1.1.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "strip-ansi": "3.0.1"
+ }
+ }
+ }
+ },
+ "yargs-parser": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
+ "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
+ "requires": {
+ "camelcase": "3.0.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
+ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
+ }
+ }
+ }
+ }
+}
diff --git a/example/package.json b/example/package.json
new file mode 100644
index 0000000..e721148
--- /dev/null
+++ b/example/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "example",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "quark": "file:..",
+ "react": "^15.6.1",
+ "react-dom": "^15.6.1",
+ "react-scripts": "1.0.13"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+}
diff --git a/example/public/favicon.ico b/example/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/example/public/favicon.ico differ
diff --git a/example/public/index.html b/example/public/index.html
new file mode 100644
index 0000000..7bee027
--- /dev/null
+++ b/example/public/index.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+ React App
+
+
+
+ You need to enable JavaScript to run this app.
+
+
+
+
+
diff --git a/example/public/manifest.json b/example/public/manifest.json
new file mode 100644
index 0000000..be607e4
--- /dev/null
+++ b/example/public/manifest.json
@@ -0,0 +1,15 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "./index.html",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/example/src/App.css b/example/src/App.css
new file mode 100644
index 0000000..15adfdc
--- /dev/null
+++ b/example/src/App.css
@@ -0,0 +1,24 @@
+.App {
+ text-align: center;
+}
+
+.App-logo {
+ animation: App-logo-spin infinite 20s linear;
+ height: 80px;
+}
+
+.App-header {
+ background-color: #222;
+ height: 150px;
+ padding: 20px;
+ color: white;
+}
+
+.App-intro {
+ font-size: large;
+}
+
+@keyframes App-logo-spin {
+ from { transform: rotate(0deg); }
+ to { transform: rotate(360deg); }
+}
diff --git a/example/src/App.js b/example/src/App.js
new file mode 100644
index 0000000..834f447
--- /dev/null
+++ b/example/src/App.js
@@ -0,0 +1,22 @@
+import React, { Component } from 'react';
+import logo from './logo.svg';
+import './App.css';
+
+class App extends Component {
+ render() {
+ return (
+
+
+
+
Welcome to React
+
+
+ To get started, edit src/App.js
and save to reload.
+
+
+
+ );
+ }
+}
+
+export default App;
diff --git a/example/src/App.test.js b/example/src/App.test.js
new file mode 100644
index 0000000..b84af98
--- /dev/null
+++ b/example/src/App.test.js
@@ -0,0 +1,8 @@
+import React from 'react';
+import ReactDOM from 'react-dom';
+import App from './App';
+
+it('renders without crashing', () => {
+ const div = document.createElement('div');
+ ReactDOM.render( , div);
+});
diff --git a/example/src/index.css b/example/src/index.css
new file mode 100644
index 0000000..b4cc725
--- /dev/null
+++ b/example/src/index.css
@@ -0,0 +1,5 @@
+body {
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+}
diff --git a/example/src/index.js b/example/src/index.js
new file mode 100644
index 0000000..fae3e35
--- /dev/null
+++ b/example/src/index.js
@@ -0,0 +1,8 @@
+import React from 'react';
+import ReactDOM from 'react-dom';
+import './index.css';
+import App from './App';
+import registerServiceWorker from './registerServiceWorker';
+
+ReactDOM.render( , document.getElementById('root'));
+registerServiceWorker();
diff --git a/example/src/logo.svg b/example/src/logo.svg
new file mode 100644
index 0000000..6b60c10
--- /dev/null
+++ b/example/src/logo.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/example/src/registerServiceWorker.js b/example/src/registerServiceWorker.js
new file mode 100644
index 0000000..4a3ccf0
--- /dev/null
+++ b/example/src/registerServiceWorker.js
@@ -0,0 +1,108 @@
+// In production, we register a service worker to serve assets from local cache.
+
+// This lets the app load faster on subsequent visits in production, and gives
+// it offline capabilities. However, it also means that developers (and users)
+// will only see deployed updates on the "N+1" visit to a page, since previously
+// cached resources are updated in the background.
+
+// To learn more about the benefits of this model, read https://goo.gl/KwvDNy.
+// This link also includes instructions on opting out of this behavior.
+
+const isLocalhost = Boolean(
+ window.location.hostname === 'localhost' ||
+ // [::1] is the IPv6 localhost address.
+ window.location.hostname === '[::1]' ||
+ // 127.0.0.1/8 is considered localhost for IPv4.
+ window.location.hostname.match(
+ /^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/
+ )
+);
+
+export default function register() {
+ if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {
+ // The URL constructor is available in all browsers that support SW.
+ const publicUrl = new URL(process.env.PUBLIC_URL, window.location);
+ if (publicUrl.origin !== window.location.origin) {
+ // Our service worker won't work if PUBLIC_URL is on a different origin
+ // from what our page is served on. This might happen if a CDN is used to
+ // serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374
+ return;
+ }
+
+ window.addEventListener('load', () => {
+ const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;
+
+ if (!isLocalhost) {
+ // Is not local host. Just register service worker
+ registerValidSW(swUrl);
+ } else {
+ // This is running on localhost. Lets check if a service worker still exists or not.
+ checkValidServiceWorker(swUrl);
+ }
+ });
+ }
+}
+
+function registerValidSW(swUrl) {
+ navigator.serviceWorker
+ .register(swUrl)
+ .then(registration => {
+ registration.onupdatefound = () => {
+ const installingWorker = registration.installing;
+ installingWorker.onstatechange = () => {
+ if (installingWorker.state === 'installed') {
+ if (navigator.serviceWorker.controller) {
+ // At this point, the old content will have been purged and
+ // the fresh content will have been added to the cache.
+ // It's the perfect time to display a "New content is
+ // available; please refresh." message in your web app.
+ console.log('New content is available; please refresh.');
+ } else {
+ // At this point, everything has been precached.
+ // It's the perfect time to display a
+ // "Content is cached for offline use." message.
+ console.log('Content is cached for offline use.');
+ }
+ }
+ };
+ };
+ })
+ .catch(error => {
+ console.error('Error during service worker registration:', error);
+ });
+}
+
+function checkValidServiceWorker(swUrl) {
+ // Check if the service worker can be found. If it can't reload the page.
+ fetch(swUrl)
+ .then(response => {
+ // Ensure service worker exists, and that we really are getting a JS file.
+ if (
+ response.status === 404 ||
+ response.headers.get('content-type').indexOf('javascript') === -1
+ ) {
+ // No service worker found. Probably a different app. Reload the page.
+ navigator.serviceWorker.ready.then(registration => {
+ registration.unregister().then(() => {
+ window.location.reload();
+ });
+ });
+ } else {
+ // Service worker found. Proceed as normal.
+ registerValidSW(swUrl);
+ }
+ })
+ .catch(() => {
+ console.log(
+ 'No internet connection found. App is running in offline mode.'
+ );
+ });
+}
+
+export function unregister() {
+ if ('serviceWorker' in navigator) {
+ navigator.serviceWorker.ready.then(registration => {
+ registration.unregister();
+ });
+ }
+}
diff --git a/index.js b/index.js
deleted file mode 100644
index 03389d6..0000000
--- a/index.js
+++ /dev/null
@@ -1,15 +0,0 @@
-export { default as Avatar } from './src/components/Avatar.jsx';
-export { default as Buttons } from './src/components/buttons';
-export { default as Checkboxes } from './src/components/checkboxes';
-export { default as Dropdowns } from './src/components/dropdowns';
-export { default as Fields } from './src/components/fields';
-export { default as Loaders } from './src/components/loaders';
-export { default as Popups } from './src/components/popups';
-export { default as Radio } from './src/components/radio';
-export { default as Sliders } from './src/components/sliders';
-export { default as Steps } from './src/components/Steps.jsx';
-export { default as Switchers } from './src/components/switchers';
-export { default as SwitcherGroup } from './src/components/switcherGroups';
-export { default as Textareas } from './src/components/textareas';
-export { default as Typography } from './src/components/typography';
-export { default as StarsRating } from './src/components/StarsRating.jsx';
diff --git a/lib/Avatar.js b/lib/Avatar.js
deleted file mode 100644
index c92be51..0000000
--- a/lib/Avatar.js
+++ /dev/null
@@ -1,205 +0,0 @@
-'use strict';
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of');
-
-var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
-
-var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
-
-var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
-
-var _createClass2 = require('babel-runtime/helpers/createClass');
-
-var _createClass3 = _interopRequireDefault(_createClass2);
-
-var _possibleConstructorReturn2 = require('babel-runtime/helpers/possibleConstructorReturn');
-
-var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
-
-var _inherits2 = require('babel-runtime/helpers/inherits');
-
-var _inherits3 = _interopRequireDefault(_inherits2);
-
-var _react = require('react');
-
-var _react2 = _interopRequireDefault(_react);
-
-var _md = require('md5');
-
-var _md2 = _interopRequireDefault(_md);
-
-var _isRetina = require('is-retina');
-
-var _isRetina2 = _interopRequireDefault(_isRetina);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var Avatar = function (_React$Component) {
- (0, _inherits3.default)(Avatar, _React$Component);
-
- function Avatar(props) {
- (0, _classCallCheck3.default)(this, Avatar);
-
- var _this = (0, _possibleConstructorReturn3.default)(this, (Avatar.__proto__ || (0, _getPrototypeOf2.default)(Avatar)).call(this, props));
-
- _this.state = {
- isSrcError: false,
- isGravatarError: false
- };
-
-
- _this.initialSrc = _this.props.src;
- _this.initialEmail = _this.props.email;
-
- _this.handleAvatarLoadError = _this.handleAvatarLoadError.bind(_this);
-
- _this.bgColors = ['#1a76d2', '#546e7a', '#e64a19', '#0b8738', '#ffa001', '#996969', '#42a5f5', '#243238', '#006023', '#ff6f00'];
-
- _this.avatarBg = _this.bgColors[Math.floor(Math.random() * 10 + 1)];
- return _this;
- }
-
- (0, _createClass3.default)(Avatar, [{
- key: 'getAvatarClassName',
- value: function getAvatarClassName() {
- return 'avatar' + (this.props.isRounded ? ' avatar_round' : '') + (this.props.className ? ' ' + this.props.className : '');
- }
- }, {
- key: 'getGravatarUrl',
- value: function getGravatarUrl() {
- return '//www.gravatar.com/avatar/' + (0, _md2.default)(this.props.email) + '?s=' + ((0, _isRetina2.default)() ? this.props.size * 2 : this.props.size) + '&d=404';
- }
- }, {
- key: 'handleAvatarLoadError',
- value: function handleAvatarLoadError() {
- if (this.props.src.length > 0 && this.img.src.indexOf(this.props.src) >= 0) {
- this.setState({
- isSrcError: true
- });
- } else if (this.img.src.indexOf(this.getGravatarUrl()) >= 0) {
- this.setState({
- isGravatarError: true
- });
- }
- }
- }, {
- key: 'renderAvatarImgByInitials',
- value: function renderAvatarImgByInitials() {
- var _this2 = this;
-
- var avatarClassName = this.getAvatarClassName();
-
- var nameParts = this.props.name.split(' ');
- var emailParts = this.props.email.split('');
-
- var initials = void 0;
-
- if (nameParts.length === 2 && nameParts[0].split('').length > 0 && nameParts[1].split('').length > 0) {
- initials = '' + nameParts[0].split('')[0] + nameParts[1].split('')[0];
- } else if (emailParts.length >= 2) {
- initials = '' + emailParts[0] + emailParts[1];
- } else if (nameParts.length === 1 && nameParts[0].split('').length > 0 && nameParts[0].split('').length > 0) {
- initials = '' + nameParts[0].split('')[0] + nameParts[0].split('')[1];
- } else {
- initials = '';
- }
-
- return _react2.default.createElement(
- 'svg',
- {
- className: avatarClassName,
- height: this.props.size,
- width: this.props.size,
- viewBox: '0 0 ' + this.props.size + ' ' + this.props.size,
- ref: function ref(_ref) {
- _this2.img = _ref;
- }
- },
- _react2.default.createElement('rect', {
- width: this.props.size,
- height: this.props.size,
- stroke: this.avatarBg,
- strokeWidth: '0',
- strokeOpacity: initials.length === 2 ? 1 : 0,
- fill: this.avatarBg,
- fillOpacity: initials.length === 2 ? 1 : 0
- }),
- _react2.default.createElement(
- 'text',
- {
- x: this.props.size / 2,
- y: this.props.size / 2,
- fill: '#fff',
- fontSize: this.props.size / 3,
- fontFamily: 'PT Sans, sans-serif',
- textAnchor: 'middle',
- dominantBaseline: 'central'
- },
- initials.toUpperCase()
- )
- );
- }
- }, {
- key: 'renderAvatarImgBySrc',
- value: function renderAvatarImgBySrc(src) {
- var _this3 = this;
-
- var avatarClassName = this.getAvatarClassName();
-
- return _react2.default.createElement('img', {
- className: avatarClassName,
- width: this.props.size,
- height: this.props.size,
- src: src,
- alt: this.props.name.length > 0 ? this.props.name : this.props.email,
- onError: this.handleAvatarLoadError,
- ref: function ref(_ref2) {
- _this3.img = _ref2;
- }
- });
- }
- }, {
- key: 'render',
- value: function render() {
- var src = '';
-
- if (this.props.src.length > 0 && (this.props.src !== this.initialSrc || this.state.isSrcError === false)) {
- src = this.props.src;
-
- if (this.props.src !== this.initialSrc) {
- this.initialSrc = this.props.src;
- }
- } else if (this.props.email.length > 0 && (this.props.email !== this.initialEmail || this.state.isGravatarError === false)) {
- src = this.getGravatarUrl();
-
- if (this.props.email !== this.initialEmail) {
- this.initialEmail = this.props.email;
- }
- }
-
- return src.length > 0 ? this.renderAvatarImgBySrc(src) : this.renderAvatarImgByInitials();
- }
- }]);
- return Avatar;
-}(_react2.default.Component);
-
-Avatar.propTypes = {
- src: _react2.default.PropTypes.string,
- email: _react2.default.PropTypes.string,
- name: _react2.default.PropTypes.string,
- size: _react2.default.PropTypes.number,
- className: _react2.default.PropTypes.string,
- isRounded: _react2.default.PropTypes.bool
-};
-Avatar.defaultProps = {
- src: '',
- email: '',
- name: '',
- size: 60,
- isRounded: false
-};
-exports.default = Avatar;
\ No newline at end of file
diff --git a/lib/Avatar/Avatar.js b/lib/Avatar/Avatar.js
new file mode 100644
index 0000000..0abf359
--- /dev/null
+++ b/lib/Avatar/Avatar.js
@@ -0,0 +1,7 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=182)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},182:function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function o(t,e){var r={};for(var n in t)e.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n]);return r}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var s=Object.assign||function(t){for(var e=1;e=1&&a[0].split("").length>1?""+a[0].split("")[0]+a[0].split("")[1]:null,f=a.length>=2&&a[0].split("").length>0&&a[1].split("").length>0?""+a[0].split("")[0]+a[1].split("")[0]:null,c=u.length>=2?""+u[0]+u[1]:null,p=(f||s||c||"N/A").toUpperCase(),h=new b.default,d=h.hex(p),v=x.default.from(O),g=v(d).value;return this.imageUrl=null,l.default.createElement("svg",{className:"tm-quark-avatar "+this.props.className,height:i,width:i},l.default.createElement("circle",{cx:i/2,cy:i/2,r:i/2,fill:g}),l.default.createElement("text",{x:i/2,y:i/2,fill:"#fff",fontSize:i/3,textAnchor:"middle",dy:".3em"},p))}},{key:"renderImageByURL",value:function(t){var e=this.props,r=(e.src,e.email),n=e.name,i=(e.className,e.size),a=o(e,["src","email","name","className","size"]);return this.imageUrl=t,l.default.createElement("img",s({className:"tm-quark-avatar "+this.props.className,width:i,height:i,src:t,alt:n||r||"",onError:this.handleImageLoadError},a))}},{key:"render",value:function(){var t=this.props,e=t.src,r=t.email,n=t.name,o=this.getGravatarRequestUrl(r),i=!o||this.state.isSrcError&&this.imageUrl===o?null:o,a=!e||this.state.isSrcError&&this.imageUrl===e?null:e,u=a||i;return u?this.renderImageByURL(u):this.renderImageByInitials({name:n,email:r})}}]),e}(c.Component);S.propTypes={src:h.default.string,email:h.default.string,name:h.default.string,size:h.default.number,className:h.default.string},S.defaultProps={src:"",email:"",name:"",size:60,className:""},e.default=S},183:function(t,e,r){!function(){var e=r(184),n=r(49).utf8,o=r(185),i=r(49).bin,a=function(t,r){t.constructor==String?t=r&&"binary"===r.encoding?i.stringToBytes(t):n.stringToBytes(t):o(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||(t=t.toString());for(var u=e.bytesToWords(t),s=8*t.length,f=1732584193,c=-271733879,l=-1732584194,p=271733878,h=0;h>>24)|4278255360&(u[h]<<24|u[h]>>>8);u[s>>>5]|=128<>>9<<4)]=s;for(var d=a._ff,v=a._gg,g=a._hh,m=a._ii,h=0;h>>0,c=c+b>>>0,l=l+w>>>0,p=p+x>>>0}return e.endian([f,c,l,p])};a._ff=function(t,e,r,n,o,i,a){var u=t+(e&r|~e&n)+(o>>>0)+a;return(u<>>32-i)+e},a._gg=function(t,e,r,n,o,i,a){var u=t+(e&n|r&~n)+(o>>>0)+a;return(u<>>32-i)+e},a._hh=function(t,e,r,n,o,i,a){var u=t+(e^r^n)+(o>>>0)+a;return(u<>>32-i)+e},a._ii=function(t,e,r,n,o,i,a){var u=t+(r^(e|~n))+(o>>>0)+a;return(u<>>32-i)+e},a._blocksize=16,a._digestsize=16,t.exports=function(t,r){if(void 0===t||null===t)throw new Error("Illegal argument "+t);var n=e.wordsToBytes(a(t,r));return r&&r.asBytes?n:r&&r.asString?i.bytesToString(n):e.bytesToHex(n)}}()},184:function(t,e){!function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(t,e){return t<>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&r.rotl(t,8)|4278255360&r.rotl(t,24);for(var e=0;e0;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],r=0,n=0;r>>5]|=t[r]<<24-n%32;return e},wordsToBytes:function(t){for(var e=[],r=0;r<32*t.length;r+=8)e.push(t[r>>>5]>>>24-r%32&255);return e},bytesToHex:function(t){for(var e=[],r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],r=0;r>>6*(3-i)&63)):r.push("=");return r.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var r=[],n=0,o=0;n>>6-2*o);return r}};t.exports=r}()},185:function(t,e){function r(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function n(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&r(t.slice(0,0))}/*!
+ * Determine if an object is a Buffer
+ *
+ * @author Feross Aboukhadijeh
+ * @license MIT
+ */
+t.exports=function(t){return null!=t&&(r(t)||n(t)||!!t._isBuffer)}},186:function(t,e){t.exports=function(){var t;if("undefined"!=typeof window&&null!==window){if(t="(-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx)",window.devicePixelRatio>1.25)return!0;if(window.matchMedia&&window.matchMedia(t).matches)return!0}return!1}},187:function(t,e,r){var n=r(188),o=function(t){var e="#";return t.forEach(function(t){t<16&&(e+=0),e+=t.toString(16)}),e},i=function(t,e,r){t/=360;var n=r<.5?r*(1+e):r+e-r*e,o=2*r-n;return[t+1/3,t,t-1/3].map(function(t){return t<0&&t++,t>1&&t--,t=t<1/6?o+6*(n-o)*t:t<.5?n:t<2/3?o+6*(n-o)*(2/3-t):o,Math.round(255*t)})},a=function(t){t=t||{};var e=[t.lightness,t.saturation].map(function(t){return t=t||[.35,.5,.65],"[object Array]"===Object.prototype.toString.call(t)?t.concat():[t]});this.L=e[0],this.S=e[1],this.hash=t.hash||n};a.prototype.hsl=function(t){var e,r,n,o=this.hash(t);return e=o%359,o=parseInt(o/360),r=this.S[o%this.S.length],o=parseInt(o/this.S.length),n=this.L[o%this.L.length],[e,r,n]},a.prototype.rgb=function(t){var e=this.hsl(t);return i.apply(this,e)},a.prototype.hex=function(t){var e=this.rgb(t);return o(e)},t.exports=a},188:function(t,e){var r=function(t){var e=0;t+="x";for(var r=parseInt(65745979961613.07),n=0;nr&&(e=parseInt(e/137)),e=131*e+t.charCodeAt(n);return e};t.exports=r},189:function(t,e,r){(function(t){!function(e){function r(t,e){if(!(t=o(t)))return null;var n,i,a,u=1/0;e||(e=r.DEFAULT_COLORS);for(var s=0;s=0&&b.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",f(e,t.attrs),i(t,e),e}function s(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",f(e,t.attrs),i(t,e),e}function f(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function c(t,e){var r,n,o,i;if(e.transform&&t.css){if(!(i=e.transform(t.css)))return function(){};t.css=i}if(e.singleton){var f=y++;r=m||(m=u(e)),n=l.bind(null,r,f,!1),o=l.bind(null,r,f,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=s(e),n=h.bind(null,r,e),o=function(){a(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),n=p.bind(null,r),o=function(){a(r)});return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else o()}}function l(t,e,r,n){var o=r?"":n.css;if(t.styleSheet)t.styleSheet.cssText=x(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function p(t,e){var r=e.css,n=e.media;if(n&&t.setAttribute("media",n),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function h(t,e,r){var n=r.css,o=r.sourceMap,i=void 0===e.convertToAbsoluteUrls&&o;(e.convertToAbsoluteUrls||i)&&(n=w(n)),o&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([n],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(a),u&&URL.revokeObjectURL(u)}var d={},v=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),g=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),m=null,y=0,b=[],w=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=v()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=o(t,e);return n(r,e),function(t){for(var i=[],a=0;a=0||Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n]);return r}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var s=Object.assign||function(t){for(var e=1;e=1&&a[0].split("").length>1?""+a[0].split("")[0]+a[0].split("")[1]:null,f=a.length>=2&&a[0].split("").length>0&&a[1].split("").length>0?""+a[0].split("")[0]+a[1].split("")[0]:null,c=u.length>=2?""+u[0]+u[1]:null,p=(f||s||c||"N/A").toUpperCase(),h=new b.default,d=h.hex(p),v=x.default.from(O),g=v(d).value;return this.imageUrl=null,l.default.createElement("svg",{className:"tm-quark-avatar "+this.props.className,height:i,width:i},l.default.createElement("circle",{cx:i/2,cy:i/2,r:i/2,fill:g}),l.default.createElement("text",{x:i/2,y:i/2,fill:"#fff",fontSize:i/3,textAnchor:"middle",dy:".3em"},p))}},{key:"renderImageByURL",value:function(t){var e=this.props,r=(e.src,e.email),n=e.name,i=(e.className,e.size),a=o(e,["src","email","name","className","size"]);return this.imageUrl=t,l.default.createElement("img",s({className:"tm-quark-avatar "+this.props.className,width:i,height:i,src:t,alt:n||r||"",onError:this.handleImageLoadError},a))}},{key:"render",value:function(){var t=this.props,e=t.src,r=t.email,n=t.name,o=this.getGravatarRequestUrl(r),i=!o||this.state.isSrcError&&this.imageUrl===o?null:o,a=!e||this.state.isSrcError&&this.imageUrl===e?null:e,u=a||i;return u?this.renderImageByURL(u):this.renderImageByInitials({name:n,email:r})}}]),e}(c.Component);S.propTypes={src:h.default.string,email:h.default.string,name:h.default.string,size:h.default.number,className:h.default.string},S.defaultProps={src:"",email:"",name:"",size:60,className:""},e.default=S},183:function(t,e,r){!function(){var e=r(184),n=r(49).utf8,o=r(185),i=r(49).bin,a=function(t,r){t.constructor==String?t=r&&"binary"===r.encoding?i.stringToBytes(t):n.stringToBytes(t):o(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||(t=t.toString());for(var u=e.bytesToWords(t),s=8*t.length,f=1732584193,c=-271733879,l=-1732584194,p=271733878,h=0;h>>24)|4278255360&(u[h]<<24|u[h]>>>8);u[s>>>5]|=128<>>9<<4)]=s;for(var d=a._ff,v=a._gg,g=a._hh,m=a._ii,h=0;h>>0,c=c+b>>>0,l=l+w>>>0,p=p+x>>>0}return e.endian([f,c,l,p])};a._ff=function(t,e,r,n,o,i,a){var u=t+(e&r|~e&n)+(o>>>0)+a;return(u<>>32-i)+e},a._gg=function(t,e,r,n,o,i,a){var u=t+(e&n|r&~n)+(o>>>0)+a;return(u<>>32-i)+e},a._hh=function(t,e,r,n,o,i,a){var u=t+(e^r^n)+(o>>>0)+a;return(u<>>32-i)+e},a._ii=function(t,e,r,n,o,i,a){var u=t+(r^(e|~n))+(o>>>0)+a;return(u<>>32-i)+e},a._blocksize=16,a._digestsize=16,t.exports=function(t,r){if(void 0===t||null===t)throw new Error("Illegal argument "+t);var n=e.wordsToBytes(a(t,r));return r&&r.asBytes?n:r&&r.asString?i.bytesToString(n):e.bytesToHex(n)}}()},184:function(t,e){!function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(t,e){return t<>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&r.rotl(t,8)|4278255360&r.rotl(t,24);for(var e=0;e0;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],r=0,n=0;r>>5]|=t[r]<<24-n%32;return e},wordsToBytes:function(t){for(var e=[],r=0;r<32*t.length;r+=8)e.push(t[r>>>5]>>>24-r%32&255);return e},bytesToHex:function(t){for(var e=[],r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],r=0;r>>6*(3-i)&63)):r.push("=");return r.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var r=[],n=0,o=0;n>>6-2*o);return r}};t.exports=r}()},185:function(t,e){function r(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function n(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&r(t.slice(0,0))}/*!
+ * Determine if an object is a Buffer
+ *
+ * @author Feross Aboukhadijeh
+ * @license MIT
+ */
+t.exports=function(t){return null!=t&&(r(t)||n(t)||!!t._isBuffer)}},186:function(t,e){t.exports=function(){var t;if("undefined"!=typeof window&&null!==window){if(t="(-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx)",window.devicePixelRatio>1.25)return!0;if(window.matchMedia&&window.matchMedia(t).matches)return!0}return!1}},187:function(t,e,r){var n=r(188),o=function(t){var e="#";return t.forEach(function(t){t<16&&(e+=0),e+=t.toString(16)}),e},i=function(t,e,r){t/=360;var n=r<.5?r*(1+e):r+e-r*e,o=2*r-n;return[t+1/3,t,t-1/3].map(function(t){return t<0&&t++,t>1&&t--,t=t<1/6?o+6*(n-o)*t:t<.5?n:t<2/3?o+6*(n-o)*(2/3-t):o,Math.round(255*t)})},a=function(t){t=t||{};var e=[t.lightness,t.saturation].map(function(t){return t=t||[.35,.5,.65],"[object Array]"===Object.prototype.toString.call(t)?t.concat():[t]});this.L=e[0],this.S=e[1],this.hash=t.hash||n};a.prototype.hsl=function(t){var e,r,n,o=this.hash(t);return e=o%359,o=parseInt(o/360),r=this.S[o%this.S.length],o=parseInt(o/this.S.length),n=this.L[o%this.L.length],[e,r,n]},a.prototype.rgb=function(t){var e=this.hsl(t);return i.apply(this,e)},a.prototype.hex=function(t){var e=this.rgb(t);return o(e)},t.exports=a},188:function(t,e){var r=function(t){var e=0;t+="x";for(var r=parseInt(65745979961613.07),n=0;nr&&(e=parseInt(e/137)),e=131*e+t.charCodeAt(n);return e};t.exports=r},189:function(t,e,r){(function(t){!function(e){function r(t,e){if(!(t=o(t)))return null;var n,i,a,u=1/0;e||(e=r.DEFAULT_COLORS);for(var s=0;s=0&&b.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",f(e,t.attrs),i(t,e),e}function s(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",f(e,t.attrs),i(t,e),e}function f(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function c(t,e){var r,n,o,i;if(e.transform&&t.css){if(!(i=e.transform(t.css)))return function(){};t.css=i}if(e.singleton){var f=y++;r=m||(m=u(e)),n=l.bind(null,r,f,!1),o=l.bind(null,r,f,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=s(e),n=h.bind(null,r,e),o=function(){a(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),n=p.bind(null,r),o=function(){a(r)});return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else o()}}function l(t,e,r,n){var o=r?"":n.css;if(t.styleSheet)t.styleSheet.cssText=x(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function p(t,e){var r=e.css,n=e.media;if(n&&t.setAttribute("media",n),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function h(t,e,r){var n=r.css,o=r.sourceMap,i=void 0===e.convertToAbsoluteUrls&&o;(e.convertToAbsoluteUrls||i)&&(n=w(n)),o&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([n],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(a),u&&URL.revokeObjectURL(u)}var d={},v=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),g=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),m=null,y=0,b=[],w=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=v()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=o(t,e);return n(r,e),function(t){for(var i=[],a=0;a 0 && _react2.default.createElement('i', { className: iconClassName }),
- children
- );
- } else if (type === 'text') {
- return _react2.default.createElement(
- 'span',
- (0, _extends3.default)({}, buttonProps, {
- className: buttonClassName
- }),
- isLoading !== true && iconClassName.length > 0 && _react2.default.createElement('i', { className: iconClassName }),
- children
- );
- } else {
- return _react2.default.createElement(
- 'button',
- (0, _extends3.default)({}, buttonProps, {
- type: type,
- className: buttonClassName
- }),
- isLoading !== true && iconClassName.length > 0 && _react2.default.createElement('i', { className: iconClassName }),
- children
- );
- }
-}
-
-Button.propTypes = {
- widthType: _react2.default.PropTypes.oneOf(['square', 'auto', 'full']).isRequired,
- heightType: _react2.default.PropTypes.oneOf(['medium', 'large']).isRequired,
- roundedType: _react2.default.PropTypes.oneOf(['all', 'bottom']).isRequired,
- bgType: _react2.default.PropTypes.oneOf(['facebook', 'twitter', 'google-plus', 'pinterest', 'vk', '1', '2', '3']).isRequired,
- icon: _react2.default.PropTypes.string,
- className: _react2.default.PropTypes.string,
- type: _react2.default.PropTypes.oneOf(['button', 'submit', 'reset', 'link', 'text']),
- isLoading: _react2.default.PropTypes.bool
-};
-
-Button.defaultProps = {
- type: 'button',
- isLoading: false
-};
\ No newline at end of file
diff --git a/lib/Button/Button.js b/lib/Button/Button.js
new file mode 100644
index 0000000..a187c73
--- /dev/null
+++ b/lib/Button/Button.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=4)}([function(e,r){e.exports=t},function(t,r){t.exports=e},function(t,e,r){function o(t,e){for(var r=0;r=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},m=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),p=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=m()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}])});
\ No newline at end of file
diff --git a/lib/Button/index.js b/lib/Button/index.js
new file mode 100644
index 0000000..9d54a4a
--- /dev/null
+++ b/lib/Button/index.js
@@ -0,0 +1 @@
+!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],t):"object"==typeof exports?exports.quark=t(require("react"),require("prop-types")):e.quark=t(e.React,e.PropTypes)}(this,function(e,t){return function(e){function t(n){if(r[n])return r[n].exports;var u=r[n]={i:n,l:!1,exports:{}};return e[n].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var r={};return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=210)}([function(t,r){t.exports=e},function(e,r){e.exports=t},function(e,t,r){function n(e,t){for(var r=0;r=0&&_.splice(t,1)}function l(e){var t=document.createElement("style");return e.attrs.type="text/css",f(t,e.attrs),o(e,t),t}function i(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",f(t,e.attrs),o(e,t),t}function f(e,t){Object.keys(t).forEach(function(r){e.setAttribute(r,t[r])})}function d(e,t){var r,n,u,o;if(t.transform&&e.css){if(!(o=t.transform(e.css)))return function(){};e.css=o}if(t.singleton){var f=v++;r=y||(y=l(t)),n=c.bind(null,r,f,!1),u=c.bind(null,r,f,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=i(t),n=p.bind(null,r,t),u=function(){a(r),r.href&&URL.revokeObjectURL(r.href)}):(r=l(t),n=s.bind(null,r),u=function(){a(r)});return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else u()}}function c(e,t,r,n){var u=r?"":n.css;if(e.styleSheet)e.styleSheet.cssText=T(t,u);else{var o=document.createTextNode(u),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function s(e,t){var r=t.css,n=t.media;if(n&&e.setAttribute("media",n),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}function p(e,t,r){var n=r.css,u=r.sourceMap,o=void 0===t.convertToAbsoluteUrls&&u;(t.convertToAbsoluteUrls||o)&&(n=m(n)),u&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(u))))+" */");var a=new Blob([n],{type:"text/css"}),l=e.href;e.href=URL.createObjectURL(a),l&&URL.revokeObjectURL(l)}var b={},g=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),h=function(e){var t={};return function(r){return void 0===t[r]&&(t[r]=e.call(this,r)),t[r]}}(function(e){return document.querySelector(e)}),y=null,v=0,_=[],m=r(5);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=g()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var r=u(e,t);return n(r,t),function(e){for(var o=[],a=0;a=0||Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n]);return r}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t0?l.default.createElement("i",{className:_}):null,T=m&&s;return"link"===d?l.default.createElement("a",o({},p,{className:v}),T):"text"===d?l.default.createElement("span",o({},p,{className:v}),T):l.default.createElement("button",o({},p,{type:d,className:v}),T)};d.propTypes={widthType:f.default.oneOf(["square","auto","full"]).isRequired,heightType:f.default.oneOf(["medium","large"]).isRequired,roundedType:f.default.oneOf(["all","bottom"]).isRequired,bgType:f.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:f.default.string,className:f.default.string,type:f.default.oneOf(["button","submit","reset","link","text"]),disabled:f.default.bool,children:f.default.node},d.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},t.default=d},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var r=t.protocol+"//"+t.host,n=r+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var u=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(u))return e;var o;return o=0===u.indexOf("//")?u:0===u.indexOf("/")?r+u:n+u.replace(/^\.\//,""),"url("+JSON.stringify(o)+")"})}},function(e,t,r){var n=r(7);"string"==typeof n&&(n=[[e.i,n,""]]);var u={};u.transform=void 0,r(2)(n,u),n.locals&&(e.exports=n.locals)},function(e,t,r){t=e.exports=r(3)(void 0),t.push([e.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var u=Object.assign||function(e){for(var t=1;t=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},80:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},81:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},82:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},83:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},84:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},85:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},86:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},87:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},88:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},89:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},90:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},91:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},92:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},93:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},94:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},95:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},96:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},97:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},98:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},99:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2H.js b/lib/Button/types/B2H.js
new file mode 100644
index 0000000..3cc82f1
--- /dev/null
+++ b/lib/Button/types/B2H.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=101)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},101:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2I.js b/lib/Button/types/B2I.js
new file mode 100644
index 0000000..90c1828
--- /dev/null
+++ b/lib/Button/types/B2I.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=102)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},102:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2J.js b/lib/Button/types/B2J.js
new file mode 100644
index 0000000..9a65659
--- /dev/null
+++ b/lib/Button/types/B2J.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=103)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},103:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2K.js b/lib/Button/types/B2K.js
new file mode 100644
index 0000000..c791838
--- /dev/null
+++ b/lib/Button/types/B2K.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=104)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},104:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2L.js b/lib/Button/types/B2L.js
new file mode 100644
index 0000000..a9a9795
--- /dev/null
+++ b/lib/Button/types/B2L.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=105)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},105:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2M.js b/lib/Button/types/B2M.js
new file mode 100644
index 0000000..d93f338
--- /dev/null
+++ b/lib/Button/types/B2M.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=106)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},106:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B2N.js b/lib/Button/types/B2N.js
new file mode 100644
index 0000000..460e1c5
--- /dev/null
+++ b/lib/Button/types/B2N.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=107)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},107:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3A.js b/lib/Button/types/B3A.js
new file mode 100644
index 0000000..1daa08f
--- /dev/null
+++ b/lib/Button/types/B3A.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=108)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},108:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3B.js b/lib/Button/types/B3B.js
new file mode 100644
index 0000000..17e617e
--- /dev/null
+++ b/lib/Button/types/B3B.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=109)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},109:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3C.js b/lib/Button/types/B3C.js
new file mode 100644
index 0000000..7ae392e
--- /dev/null
+++ b/lib/Button/types/B3C.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=110)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},110:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3D.js b/lib/Button/types/B3D.js
new file mode 100644
index 0000000..ee16399
--- /dev/null
+++ b/lib/Button/types/B3D.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=111)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},111:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3E.js b/lib/Button/types/B3E.js
new file mode 100644
index 0000000..5e3f0cf
--- /dev/null
+++ b/lib/Button/types/B3E.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=112)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},112:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3F.js b/lib/Button/types/B3F.js
new file mode 100644
index 0000000..e6d9c00
--- /dev/null
+++ b/lib/Button/types/B3F.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=113)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},113:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3G.js b/lib/Button/types/B3G.js
new file mode 100644
index 0000000..251858e
--- /dev/null
+++ b/lib/Button/types/B3G.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=114)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},114:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3H.js b/lib/Button/types/B3H.js
new file mode 100644
index 0000000..c7c52d4
--- /dev/null
+++ b/lib/Button/types/B3H.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=115)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},115:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3I.js b/lib/Button/types/B3I.js
new file mode 100644
index 0000000..3ac9fb6
--- /dev/null
+++ b/lib/Button/types/B3I.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=116)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},116:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3J.js b/lib/Button/types/B3J.js
new file mode 100644
index 0000000..a9ad14a
--- /dev/null
+++ b/lib/Button/types/B3J.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=117)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},117:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3K.js b/lib/Button/types/B3K.js
new file mode 100644
index 0000000..8a5fbf1
--- /dev/null
+++ b/lib/Button/types/B3K.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=118)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},118:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3L.js b/lib/Button/types/B3L.js
new file mode 100644
index 0000000..111ab4f
--- /dev/null
+++ b/lib/Button/types/B3L.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=119)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},119:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3M.js b/lib/Button/types/B3M.js
new file mode 100644
index 0000000..55aea7a
--- /dev/null
+++ b/lib/Button/types/B3M.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=120)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},120:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/B3N.js b/lib/Button/types/B3N.js
new file mode 100644
index 0000000..855723f
--- /dev/null
+++ b/lib/Button/types/B3N.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=121)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},121:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])}})});
\ No newline at end of file
diff --git a/lib/Button/types/BF1.js b/lib/Button/types/BF1.js
new file mode 100644
index 0000000..53c324b
--- /dev/null
+++ b/lib/Button/types/BF1.js
@@ -0,0 +1 @@
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types")):"function"==typeof define&&define.amd?define(["react","prop-types"],e):"object"==typeof exports?exports.quark=e(require("react"),require("prop-types")):t.quark=e(t.React,t.PropTypes)}(this,function(t,e){return function(t){function e(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var r={};return e.m=t,e.c=r,e.d=function(t,r,o){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=50)}({0:function(e,r){e.exports=t},1:function(t,r){t.exports=e},2:function(t,e,r){function o(t,e){for(var r=0;r=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},50:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},51:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},52:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},53:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},54:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},55:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},56:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},57:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},58:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},59:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},60:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},61:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},68:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},69:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},70:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},71:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},72:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},s,{className:k}),w):"text"===l?u.default.createElement("span",a({},s,{className:k}),w):u.default.createElement("button",a({},s,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},7:function(t,e,r){e=t.exports=r(3)(void 0),e.push([t.i,".tm-quark-button{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;margin:0;overflow:hidden;padding-bottom:0;padding-top:0;-webkit-text-decoration-skip:objects;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;text-align:center}.tm-quark-button *,.tm-quark-button :after,.tm-quark-button :before{-webkit-box-sizing:inherit;box-sizing:inherit}.tm-quark-button:focus,.tm-quark-button:hover{color:#fff}.tm-quark-button:active,.tm-quark-button:focus{outline:none;-moz-outline-style:none}.tm-quark-button::-moz-focus-inner{border-style:none;padding:0}.tm-quark-button[type=button]:-moz-focusring{outline:0}.tm-quark-button::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.tm-quark-button:active{padding-top:1px}.tm-quark-button__icon{display:inline-block;height:20px;position:relative;vertical-align:top;width:20px}.tm-quark-button_width_auto .tm-quark-button__icon,.tm-quark-button_width_full .tm-quark-button__icon{margin-right:10px}.tm-quark-button_height_medium .tm-quark-button__icon{margin-top:10px}.tm-quark-button_height_medium:disabled .tm-quark-button__icon{margin-top:8px}.tm-quark-button_height_large .tm-quark-button__icon{margin-top:20px}.tm-quark-button_height_large:disabled .tm-quark-button__icon{margin-top:18px}.tm-quark-button__icon:before{content:\"\";height:100%;position:absolute;left:0;top:0;width:100%}.tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-google-plus:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 8.6V12h5.7c-.2 1.5-1.7 4.3-5.7 4.3-3.4 0-6.2-2.8-6.2-6.3S6.6 3.7 10 3.7c1.9 0 3.2.8 4 1.5l2.7-2.6C15 1 12.7 0 10 0 4.5 0 0 4.5 0 10s4.5 10 10 10c5.8 0 9.6-4.1 9.6-9.8 0-.6-.1-1.1-.2-1.6H10z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-twitter:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='%23fff'%3E%3Cpath d='M20 1.9c-.7.4-1.5.6-2.4.7.9-.5 1.5-1.3 1.8-2.3-.7.5-1.6.8-2.6 1C16.1.5 15 0 13.8 0c-2.2 0-4.1 1.8-4.1 4.1 0 .3.1.6.1.9C6.4 4.9 3.4 3.2 1.4.8c-.4.6-.6 1.3-.6 2 0 1.4.8 2.7 1.9 3.4-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.4.1-.7.1-1.1.1h-.8c.6 1.6 2.1 2.8 3.9 2.8-1.4 1.1-3.2 1.8-5.1 1.8-.4 0-.7-.1-1-.1 1.8 1.2 4 1.9 6.3 1.9C13.8 16.3 18 10 18 4.6V4c.8-.5 1.4-1.2 2-2.1z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-pinterest:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10c0 4.2 2.6 7.9 6.4 9.3-.1-.8-.2-2 0-2.9.2-.7 1.2-4.9 1.2-4.9s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.3-.2 1 .5 1.8 1.5 1.8 1.8 0 3.1-1.9 3.1-4.6 0-2.4-1.7-4-4.1-4-2.9 0-4.6 2.1-4.6 4.3 0 .9.4 1.8.8 2.3.1.1.1.2.1.3-.1.3-.3 1-.3 1.1-.1.2-.2.2-.4.1-1.2-.5-2-2.4-2-3.8 0-3.2 2.3-6.1 6.6-6.1 3.5 0 6.2 2.5 6.2 5.8 0 3.4-2.2 6.2-5.2 6.2-1 0-2-.5-2.3-1.1l-.6 2.3c-.2.9-.9 2-1.3 2.7 1 .2 2 .4 3 .4 5.5 0 10-4.5 10-10S15.5 0 10 0z'/%3E%3C/svg%3E\")}.tm-quark-button__icon-vk:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='%23fff'%3E%3Cpath d='M11 11.7c.5 0 .7-.4.7-.8 0-1.6.6-2.5 1.7-1.3 1.2 1.2 1.5 2.1 3 2.1h2.7c.6 0 .9-.3.9-.6 0-.7-1.2-2-2.2-2.9-1.4-1.3-1.4-1.4-.2-2.9 1.5-2 3.4-4.5 1.7-4.5H16c-.7 0-.7.4-1 .9-.8 2-2.4 4.5-3 4.1-.6-.4-.3-2-.2-4.3 0-.7 0-1.1-1-1.3-.5-.1-1-.2-1.5-.2-1.9 0-3.2.8-2.5.9 1.3.3 1.2 3.1.9 4.3-.5 2.2-2.5-1.7-3.3-3.6-.3-.4-.3-.8-1-.8H.7C.2.8 0 1 0 1.3c0 .5 2.5 5.6 4.8 8.1s4.6 2.3 6.2 2.3z'/%3E%3C/svg%3E\")}.tm-quark-button_width_square{color:transparent}.tm-quark-button_width_square.tm-quark-button_height_medium{font-size:0;width:40px}.tm-quark-button_width_square.tm-quark-button_height_large{font-size:0;width:60px}.tm-quark-button_width_auto{width:auto}.tm-quark-button_width_full{width:100%}.tm-quark-button_height_medium{font-size:14px;height:40px;line-height:40px}.tm-quark-button_height_medium.tm-quark-button_width_auto,.tm-quark-button_height_medium.tm-quark-button_width_full{padding-left:20px;padding-right:20px}.tm-quark-button_height_medium.tm-quark-button_width_auto:disabled,.tm-quark-button_height_medium.tm-quark-button_width_full:disabled{line-height:36px;padding-left:18px;padding-right:18px}.tm-quark-button_height_large{font-size:16px;height:60px;line-height:60px}.tm-quark-button_height_large.tm-quark-button_width_auto,.tm-quark-button_height_large.tm-quark-button_width_full{padding-left:30px;padding-right:30px}.tm-quark-button_height_large.tm-quark-button_width_auto:disabled,.tm-quark-button_height_large.tm-quark-button_width_full:disabled{line-height:56px;padding-left:28px;padding-right:28px}.tm-quark-button_rounded_all{border-radius:3px}.tm-quark-button_rounded_bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:0}.tm-quark-button_bg_1{background:-webkit-gradient(linear,left top,left bottom,from(#f4511e),to(#d84315));background:linear-gradient(180deg,#f4511e 0,#d84315)}.tm-quark-button_bg_1:focus,.tm-quark-button_bg_1:hover{background:-webkit-gradient(linear,left top,left bottom,from(#d84315),to(#bf360c));background:linear-gradient(180deg,#d84315 0,#bf360c)}.tm-quark-button_bg_1:active{background:-webkit-gradient(linear,left top,left bottom,from(#9c2500),to(#bf360c));background:linear-gradient(180deg,#9c2500 0,#bf360c)}.tm-quark-button_bg_2{background:-webkit-gradient(linear,left top,left bottom,from(#42a5f5),to(#2196f3));background:linear-gradient(180deg,#42a5f5 0,#2196f3)}.tm-quark-button_bg_2:focus,.tm-quark-button_bg_2:hover{background:-webkit-gradient(linear,left top,left bottom,from(#2196f3),to(#1976d2));background:linear-gradient(180deg,#2196f3 0,#1976d2)}.tm-quark-button_bg_2:active{background:-webkit-gradient(linear,left top,left bottom,from(#0d47a1),to(#1976d2));background:linear-gradient(180deg,#0d47a1 0,#1976d2)}.tm-quark-button_bg_3{background:-webkit-gradient(linear,left top,left bottom,from(#90a4ae),to(#78909c));background:linear-gradient(180deg,#90a4ae 0,#78909c)}.tm-quark-button_bg_3:focus,.tm-quark-button_bg_3:hover{background:-webkit-gradient(linear,left top,left bottom,from(#78909c),to(#546e7a));background:linear-gradient(180deg,#78909c 0,#546e7a)}.tm-quark-button_bg_3:active{background:-webkit-gradient(linear,left top,left bottom,from(#455a64),to(#546e7a));background:linear-gradient(180deg,#455a64 0,#546e7a)}.tm-quark-button_bg_facebook{background:-webkit-gradient(linear,left top,left bottom,from(#4f69a3),to(#415b93));background:linear-gradient(180deg,#4f69a3 0,#415b93)}.tm-quark-button_bg_facebook:focus,.tm-quark-button_bg_facebook:hover{background:-webkit-gradient(linear,left top,left bottom,from(#415b93),to(#324d89));background:linear-gradient(180deg,#415b93 0,#324d89)}.tm-quark-button_bg_facebook:active{background:-webkit-gradient(linear,left top,left bottom,from(#24407d),to(#324d89));background:linear-gradient(180deg,#24407d 0,#324d89)}.tm-quark-button_bg_google-plus{background:-webkit-gradient(linear,left top,left bottom,from(#db4937),to(#c43a2e));background:linear-gradient(180deg,#db4937 0,#c43a2e)}.tm-quark-button_bg_google-plus:focus,.tm-quark-button_bg_google-plus:hover{background:-webkit-gradient(linear,left top,left bottom,from(#c43a2e),to(#ba2b1f));background:linear-gradient(180deg,#c43a2e 0,#ba2b1f)}.tm-quark-button_bg_google-plus:active{background:-webkit-gradient(linear,left top,left bottom,from(#a91e13),to(#ba2b1f));background:linear-gradient(180deg,#a91e13 0,#ba2b1f)}.tm-quark-button_bg_twitter{background:-webkit-gradient(linear,left top,left bottom,from(#56acee),to(#4f9fdb));background:linear-gradient(180deg,#56acee 0,#4f9fdb)}.tm-quark-button_bg_twitter:focus,.tm-quark-button_bg_twitter:hover{background:-webkit-gradient(linear,left top,left bottom,from(#4f9fdb),to(#3a8ece));background:linear-gradient(180deg,#4f9fdb 0,#3a8ece)}.tm-quark-button_bg_twitter:active{background:-webkit-gradient(linear,left top,left bottom,from(#227abe),to(#3a8ece));background:linear-gradient(180deg,#227abe 0,#3a8ece)}.tm-quark-button_bg_pinterest{background:-webkit-gradient(linear,left top,left bottom,from(#e3262d),to(#cb2026));background:linear-gradient(180deg,#e3262d 0,#cb2026)}.tm-quark-button_bg_pinterest:focus,.tm-quark-button_bg_pinterest:hover{background:-webkit-gradient(linear,left top,left bottom,from(#cb2026),to(#b70f15));background:linear-gradient(180deg,#cb2026 0,#b70f15)}.tm-quark-button_bg_pinterest:active{background:-webkit-gradient(linear,left top,left bottom,from(#9f0006),to(#b70f15));background:linear-gradient(180deg,#9f0006 0,#b70f15)}.tm-quark-button_bg_vk{background:-webkit-gradient(linear,left top,left bottom,from(#5b7fa6),to(#346184));background:linear-gradient(180deg,#5b7fa6 0,#346184)}.tm-quark-button_bg_vk:focus,.tm-quark-button_bg_vk:hover{background:-webkit-gradient(linear,left top,left bottom,from(#346184),to(#1d4b6e));background:linear-gradient(180deg,#346184 0,#1d4b6e)}.tm-quark-button_bg_vk:active{background:-webkit-gradient(linear,left top,left bottom,from(#113b5a),to(#1d4b6e));background:linear-gradient(180deg,#113b5a 0,#1d4b6e)}.tm-quark-button:disabled{background:transparent;border:2px solid #b0bec5;cursor:not-allowed}.tm-quark-button:disabled:not(.tm-quark-button_width_square){color:#b0bec5}.tm-quark-button:disabled .tm-quark-button__icon-facebook:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath d='M1.1 0C.5 0 0 .5 0 1.1v17.8c0 .6.5 1.1 1.1 1.1h9.6v-7.7H8.1V9.2h2.6V7c0-2.6 1.6-4 3.9-4 1.1 0 2 .1 2.3.1v2.7h-1.6c-1.3 0-1.5.6-1.5 1.5v1.9h3l-.4 3.1h-2.6V20h5.1c.6 0 1.1-.5 1.1-1.1V1.1c0-.6-.5-1.1-1.1-1.1H1.1z'/%3E%3C/svg%3E\")}",""])},73:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},62:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},63:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},64:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=g.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function g(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var s={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e0?u.default.createElement("i",{className:_}):null,w=v&&c;return"link"===l?u.default.createElement("a",a({},g,{className:k}),w):"text"===l?u.default.createElement("span",a({},g,{className:k}),w):u.default.createElement("button",a({},g,{type:l,className:k}),w)};l.propTypes={widthType:b.default.oneOf(["square","auto","full"]).isRequired,heightType:b.default.oneOf(["medium","large"]).isRequired,roundedType:b.default.oneOf(["all","bottom"]).isRequired,bgType:b.default.oneOf(["facebook","twitter","google-plus","pinterest","vk","1","2","3"]).isRequired,icon:b.default.string,className:b.default.string,type:b.default.oneOf(["button","submit","reset","link","text"]),disabled:b.default.bool,children:b.default.node},l.defaultProps={icon:"",className:"",type:"button",disabled:!1,children:null},e.default=l},5:function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var r=e.protocol+"//"+e.host,o=r+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var n=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(n))return t;var a;return a=0===n.indexOf("//")?n:0===n.indexOf("/")?r+n:o+n.replace(/^\.\//,""),"url("+JSON.stringify(a)+")"})}},6:function(t,e,r){var o=r(7);"string"==typeof o&&(o=[[t.i,o,""]]);var n={};n.transform=void 0,r(2)(o,n),o.locals&&(t.exports=o.locals)},65:function(t,e,r){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e=0&&_.splice(e,1)}function u(t){var e=document.createElement("style");return t.attrs.type="text/css",b(e,t.attrs),a(t,e),e}function d(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",b(e,t.attrs),a(t,e),e}function b(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function l(t,e){var r,o,n,a;if(e.transform&&t.css){if(!(a=e.transform(t.css)))return function(){};t.css=a}if(e.singleton){var b=k++;r=h||(h=u(e)),o=f.bind(null,r,b,!1),n=f.bind(null,r,b,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(r=d(e),o=s.bind(null,r,e),n=function(){i(r),r.href&&URL.revokeObjectURL(r.href)}):(r=u(e),o=c.bind(null,r),n=function(){i(r)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}function f(t,e,r,o){var n=r?"":o.css;if(t.styleSheet)t.styleSheet.cssText=w(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function c(t,e){var r=e.css,o=e.media;if(o&&t.setAttribute("media",o),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function s(t,e,r){var o=r.css,n=r.sourceMap,a=void 0===e.convertToAbsoluteUrls&&n;(e.convertToAbsoluteUrls||a)&&(o=v(o)),n&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([o],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(i),u&&URL.revokeObjectURL(u)}var g={},p=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),m=function(t){var e={};return function(r){return void 0===e[r]&&(e[r]=t.call(this,r)),e[r]}}(function(t){return document.querySelector(t)}),h=null,k=0,_=[],v=r(5);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=p()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=n(t,e);return o(r,e),function(t){for(var a=[],i=0;i=0||Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e