From 8e5d9e45f2249044b2a4020fc9e4157e14a48772 Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Tue, 14 Mar 2017 02:44:52 -0400 Subject: [PATCH] v1.0.4 See github releases. --- docs/ArrowKeyNavigation/index.html | 2 +- docs/Async/index.html | 2 +- docs/Button/index.html | 2 +- docs/Checkbox/index.html | 2 +- docs/CheckboxGroup/index.html | 2 +- docs/Dialog/index.html | 2 +- docs/FittedText/index.html | 2 +- docs/Image/index.html | 2 +- docs/Input/index.html | 2 +- docs/Modal/index.html | 2 +- docs/Pagination/index.html | 2 +- docs/Popover/index.html | 2 +- docs/Portal/index.html | 2 +- docs/Progress/index.html | 2 +- docs/ProgressiveDisclosure/index.html | 2 +- docs/Radio/index.html | 2 +- docs/SegmentedControl/index.html | 2 +- docs/TokenizedInput/index.html | 2 +- docs/Typeahead/index.html | 2 +- docs/appcache/manifest.appcache | 8 +- docs/assets/4.9f12a941b5dbd8875a67.js | 2 + docs/assets/4.c9faf3416d8a7dcc00ac.js | 2 - ...07590d.js => main.0dad37f62709c5837199.js} | 4 +- ...8b.js => manifest.5b55221f9979214f0213.js} | 2 +- docs/index.html | 2 +- docs/kitchensink/index.html | 2 +- docs/objectIntersection/index.html | 2 +- docs/omitKeys/index.html | 2 +- docs/quickstart/index.html | 2 +- docs/sitemap.xml | 54 +++--- docs/sw.js | 2 +- docs/transformProperty/index.html | 2 +- docs/uuid/index.html | 2 +- docs/webNotification/index.html | 2 +- lerna.json | 2 +- package.json | 4 +- .../package.json | 8 +- packages/boundless-async/package.json | 6 +- packages/boundless-button/package.json | 6 +- .../boundless-checkbox-group/build/style.css | 77 +------- .../boundless-checkbox-group/package.json | 10 +- packages/boundless-checkbox/package.json | 8 +- packages/boundless-dialog/package.json | 8 +- packages/boundless-fitted-text/package.json | 6 +- packages/boundless-image/package.json | 8 +- packages/boundless-input/package.json | 6 +- packages/boundless-modal/build/style.css | 21 +-- packages/boundless-modal/package.json | 12 +- packages/boundless-pagination/build/style.css | 108 +---------- packages/boundless-pagination/package.json | 14 +- packages/boundless-popover/build/style.css | 21 +-- packages/boundless-popover/package.json | 12 +- packages/boundless-portal/package.json | 8 +- packages/boundless-progress/build/style.css | 46 +---- packages/boundless-progress/package.json | 8 +- .../package.json | 6 +- packages/boundless-radio/package.json | 8 +- .../build/style.css | 46 +---- .../boundless-segmented-control/package.json | 10 +- .../boundless-tokenized-input/build/style.css | 174 +----------------- .../boundless-tokenized-input/package.json | 10 +- packages/boundless-typeahead/build/style.css | 73 +------- packages/boundless-typeahead/package.json | 12 +- .../package.json | 4 +- .../boundless-utils-omit-keys/package.json | 4 +- .../boundless-utils-test-helpers/package.json | 2 +- .../package.json | 4 +- packages/boundless-utils-uuid/package.json | 4 +- .../package.json | 4 +- public/boundless.js | 2 +- public/skin.css | 2 +- 71 files changed, 171 insertions(+), 721 deletions(-) create mode 100644 docs/assets/4.9f12a941b5dbd8875a67.js delete mode 100644 docs/assets/4.c9faf3416d8a7dcc00ac.js rename docs/assets/{main.979da4921c2fde07590d.js => main.0dad37f62709c5837199.js} (78%) rename docs/assets/{manifest.8f2c0024f2815c42b18b.js => manifest.5b55221f9979214f0213.js} (94%) diff --git a/docs/ArrowKeyNavigation/index.html b/docs/ArrowKeyNavigation/index.html index 425fc5c8..9da2ac86 100644 --- a/docs/ArrowKeyNavigation/index.html +++ b/docs/ArrowKeyNavigation/index.html @@ -1 +1 @@ -boundless / ArrowKeyNavigation
\ No newline at end of file +boundless / ArrowKeyNavigation
\ No newline at end of file diff --git a/docs/Async/index.html b/docs/Async/index.html index b515988e..54ca4ba2 100644 --- a/docs/Async/index.html +++ b/docs/Async/index.html @@ -1 +1 @@ -boundless / Async
\ No newline at end of file +boundless / Async
\ No newline at end of file diff --git a/docs/Button/index.html b/docs/Button/index.html index 3f0c221f..7a7ff9e4 100644 --- a/docs/Button/index.html +++ b/docs/Button/index.html @@ -1 +1 @@ -boundless / Button
\ No newline at end of file +boundless / Button
\ No newline at end of file diff --git a/docs/Checkbox/index.html b/docs/Checkbox/index.html index 86e6a75c..96b2c970 100644 --- a/docs/Checkbox/index.html +++ b/docs/Checkbox/index.html @@ -1 +1 @@ -boundless / Checkbox
\ No newline at end of file +boundless / Checkbox
\ No newline at end of file diff --git a/docs/CheckboxGroup/index.html b/docs/CheckboxGroup/index.html index e42bd3e4..f79c8758 100644 --- a/docs/CheckboxGroup/index.html +++ b/docs/CheckboxGroup/index.html @@ -1 +1 @@ -boundless / CheckboxGroup
\ No newline at end of file +boundless / CheckboxGroup
\ No newline at end of file diff --git a/docs/Dialog/index.html b/docs/Dialog/index.html index 919fc429..1bfc3108 100644 --- a/docs/Dialog/index.html +++ b/docs/Dialog/index.html @@ -1 +1 @@ -boundless / Dialog
\ No newline at end of file +boundless / Dialog
\ No newline at end of file diff --git a/docs/FittedText/index.html b/docs/FittedText/index.html index 9e948a42..3198860f 100644 --- a/docs/FittedText/index.html +++ b/docs/FittedText/index.html @@ -1 +1 @@ -boundless / FittedText
\ No newline at end of file +boundless / FittedText
\ No newline at end of file diff --git a/docs/Image/index.html b/docs/Image/index.html index 0426f396..16478b80 100644 --- a/docs/Image/index.html +++ b/docs/Image/index.html @@ -1 +1 @@ -boundless / Image
\ No newline at end of file +boundless / Image
\ No newline at end of file diff --git a/docs/Input/index.html b/docs/Input/index.html index b44cb383..c17101d0 100644 --- a/docs/Input/index.html +++ b/docs/Input/index.html @@ -1 +1 @@ -boundless / Input
\ No newline at end of file +boundless / Input
\ No newline at end of file diff --git a/docs/Modal/index.html b/docs/Modal/index.html index 7698f59f..1678db12 100644 --- a/docs/Modal/index.html +++ b/docs/Modal/index.html @@ -1 +1 @@ -boundless / Modal
\ No newline at end of file +boundless / Modal
\ No newline at end of file diff --git a/docs/Pagination/index.html b/docs/Pagination/index.html index 4250edea..c6fbb31c 100644 --- a/docs/Pagination/index.html +++ b/docs/Pagination/index.html @@ -1 +1 @@ -boundless / Pagination
\ No newline at end of file +boundless / Pagination
\ No newline at end of file diff --git a/docs/Popover/index.html b/docs/Popover/index.html index 57453e51..4357bc8c 100644 --- a/docs/Popover/index.html +++ b/docs/Popover/index.html @@ -1 +1 @@ -boundless / Popover
\ No newline at end of file +boundless / Popover
\ No newline at end of file diff --git a/docs/Portal/index.html b/docs/Portal/index.html index 2e4d32b1..73fa4f58 100644 --- a/docs/Portal/index.html +++ b/docs/Portal/index.html @@ -1 +1 @@ -boundless / Portal
\ No newline at end of file +boundless / Portal
\ No newline at end of file diff --git a/docs/Progress/index.html b/docs/Progress/index.html index ec41ab71..1c91d9c3 100644 --- a/docs/Progress/index.html +++ b/docs/Progress/index.html @@ -1 +1 @@ -boundless / Progress
\ No newline at end of file +boundless / Progress
\ No newline at end of file diff --git a/docs/ProgressiveDisclosure/index.html b/docs/ProgressiveDisclosure/index.html index 9580c4b9..dc4bf260 100644 --- a/docs/ProgressiveDisclosure/index.html +++ b/docs/ProgressiveDisclosure/index.html @@ -1 +1 @@ -boundless / ProgressiveDisclosure
\ No newline at end of file +boundless / ProgressiveDisclosure
\ No newline at end of file diff --git a/docs/Radio/index.html b/docs/Radio/index.html index 6690d080..973d72d5 100644 --- a/docs/Radio/index.html +++ b/docs/Radio/index.html @@ -1 +1 @@ -boundless / Radio
\ No newline at end of file +boundless / Radio
\ No newline at end of file diff --git a/docs/SegmentedControl/index.html b/docs/SegmentedControl/index.html index 8d90a586..293dc16c 100644 --- a/docs/SegmentedControl/index.html +++ b/docs/SegmentedControl/index.html @@ -1 +1 @@ -boundless / SegmentedControl
\ No newline at end of file +boundless / SegmentedControl
\ No newline at end of file diff --git a/docs/TokenizedInput/index.html b/docs/TokenizedInput/index.html index c683e3ea..2ca99162 100644 --- a/docs/TokenizedInput/index.html +++ b/docs/TokenizedInput/index.html @@ -1 +1 @@ -boundless / TokenizedInput
\ No newline at end of file +boundless / TokenizedInput
\ No newline at end of file diff --git a/docs/Typeahead/index.html b/docs/Typeahead/index.html index d57ef406..758ffc00 100644 --- a/docs/Typeahead/index.html +++ b/docs/Typeahead/index.html @@ -1 +1 @@ -boundless / Typeahead
\ No newline at end of file +boundless / Typeahead
\ No newline at end of file diff --git a/docs/appcache/manifest.appcache b/docs/appcache/manifest.appcache index 6f5a54a9..22e23bef 100644 --- a/docs/appcache/manifest.appcache +++ b/docs/appcache/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -#ver:3/13/2017, 5:11:11 PM +#ver:3/14/2017, 2:42:36 AM #plugin:4.6.1 CACHE: @@ -7,7 +7,7 @@ CACHE: ../assets/1.d271d1d2f9743ce3818a.js ../assets/2.8e80735544f29a1f9e6f.js ../assets/3.62f3c0d381e988444017.js -../assets/4.c9faf3416d8a7dcc00ac.js +../assets/4.9f12a941b5dbd8875a67.js ../assets/5.5425c5b15d20b1159c77.js ../assets/6.71fc2d7e216277c932a2.js ../assets/7.80cfcd69f2a512d97efb.js @@ -32,8 +32,8 @@ CACHE: ../assets/26.4e7fc8222590b161e231.js ../assets/27.34373e34ac91ba9c22a1.js ../assets/vendor.522e1d7ca77a7901283f.js -../assets/main.979da4921c2fde07590d.js -../assets/manifest.8f2c0024f2815c42b18b.js +../assets/main.0dad37f62709c5837199.js +../assets/manifest.5b55221f9979214f0213.js ../assets/style.5ffd19554e119eaff8649e760390f0d1.css ../sparkles.png ../ diff --git a/docs/assets/4.9f12a941b5dbd8875a67.js b/docs/assets/4.9f12a941b5dbd8875a67.js new file mode 100644 index 00000000..bc5321a7 --- /dev/null +++ b/docs/assets/4.9f12a941b5dbd8875a67.js @@ -0,0 +1,2 @@ +webpackJsonp([4,30],{501:function(e,o,r){var t=r(585);"string"==typeof t&&(t=[[e.i,t,""]]);r(502)(t,{});t.locals&&(e.exports=t.locals)},585:function(e,o,r){o=e.exports=r(481)(void 0),o.push([e.i,"*,*::before,*::after{box-sizing:border-box}.b-offscreen{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.b-async-pending{position:relative}.b-async-pending::before,.b-async-pending::after{content:'';position:absolute;top:50%;margin-top:-5px;left:50%;margin-left:-5px;height:10px;width:10px;border-radius:100%;background:#3d8feb}.b-async-pending::before{-webkit-animation:loaderBefore .7s ease-in-out alternate infinite;animation:loaderBefore .7s ease-in-out alternate infinite}.b-async-pending::after{-webkit-animation:loaderAfter .7s ease-in-out alternate infinite;animation:loaderAfter .7s ease-in-out alternate infinite}@-webkit-keyframes loaderBefore{from{left:50%}to{left:49%}}@keyframes loaderBefore{from{left:50%}to{left:49%}}@-webkit-keyframes loaderAfter{from{left:50%}to{left:51%}}@keyframes loaderAfter{from{left:50%}to{left:51%}}.b-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535a66;border:1px solid transparent;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;margin:0;overflow:hidden;padding:.5rem .75rem;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-button[disabled],.b-button[disabled]:active,.b-button[disabled]:focus,.b-button[disabled]:hover{background:#282d33;border-color:transparent;color:#fff;cursor:not-allowed;opacity:.3}.b-button:active{background:#282d33;border-color:transparent;color:#fff}.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-button + .b-button{margin-left:15px}.b-checkbox-group .b-checkbox-wrapper:not(:last-child){margin-bottom:.5em}.b-checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.b-checkbox,.b-checkbox-label{cursor:pointer}.b-checkbox-label{line-height:1.1;padding-left:.25em}.b-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #000;border-radius:2px;box-shadow:none;-ms-flex-negative:0;flex-shrink:0;margin:0 3px 0;padding:0;position:relative;height:16px;width:16px;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-checkbox[disabled]{background:#fff;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox:focus{background:#1671d7;border-color:#000}.b-checkbox:hover{background:#1671d7;border-color:#000}.b-checkbox.b-checkbox-checked{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-checked[disabled]{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-checked:focus{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-checked:hover{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-mixed[disabled]{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-mixed:focus{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed:hover{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-dialog-wrapper{line-height:0;position:absolute;top:0;left:0;z-index:9999}.b-dialog{background:#fff;border:1px solid transparent;border-radius:2px;box-shadow:1px 2px 3px transparent;color:#111;line-height:1.5;padding:1.5rem;}.b-dialog *:last-child{margin-bottom:0}.b-text{white-space:nowrap}.b-image{background:#ccc;background-size:cover;background-position:center;border:0;display:inline-block;line-height:0;position:relative;height:auto;width:100%}.b-image::after,.b-image-loading::before,.b-image-error::before{content:'';display:block;padding-top:100%;width:100%}.b-image-loading::before,.b-image-error::before{position:absolute;top:0;bottom:0;left:0;right:0}.b-image-loading{background:#ccc;}.b-image-loading::before{background:#979fa8;background:url(\"data:image/gif;base64,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\") no-repeat center}.b-image-error{background:#ccc;}.b-image-error::before{background:url(\"data:image/svg+xml;charset=utf8,\") no-repeat center}.b-input-wrapper{font-size:.75rem;position:relative;width:100%}.b-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-radius:2px;color:#c5cfdb;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:.75em;position:relative;z-index:1;width:100%;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-input + .b-input-placeholder{background:#272b33;border-color:transparent;color:rgba(197,207,219,0.5)}.b-input[disabled]{color:#c5cfdb;cursor:not-allowed;opacity:.3;}.b-input[disabled] + .b-input-placeholder,.b-input[disabled]:active + .b-input-placeholder,.b-input[disabled]:focus + .b-input-placeholder,.b-input[disabled]:hover + .b-input-placeholder{background:#272b33;border-color:transparent}.b-input:active{color:#c5cfdb;}.b-input:active + .b-input-placeholder{background:#272b33;border-color:#3d8feb}.b-input:focus{color:#c5cfdb;}.b-input:focus + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input:hover{color:#c5cfdb;}.b-input:hover + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input-placeholder{overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;white-space:nowrap;text-overflow:ellipsis;z-index:0}.b-modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;}.b-modal-wrapper .b-dialog-wrapper{-ms-flex-negative:0;flex-shrink:0;max-width:80vw;position:relative}.b-modal-wrapper .b-dialog{background:#fff;border:1px solid #e6e6e6;box-shadow:1px 2px 3px transparent;color:#111}.b-modal-mask{background:rgba(39,43,51,0.9);position:fixed;top:0;left:0;right:0;bottom:0}.b-pagination-control.b-segmented-control-option.b-button{background:transparent;border-color:transparent;color:#979fa8;}.b-pagination-control.b-segmented-control-option.b-button[disabled],.b-pagination-control.b-segmented-control-option.b-button[disabled]:active,.b-pagination-control.b-segmented-control-option.b-button[disabled]:focus,.b-pagination-control.b-segmented-control-option.b-button[disabled]:hover{background:transparent;border-color:transparent;color:#979fa8}.b-pagination-control.b-segmented-control-option.b-button:active{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button:focus{background:transparent;border-color:transparent;color:#cbcfd3}.b-pagination-control.b-segmented-control-option.b-button:hover{background:transparent;border-color:transparent;color:#cbcfd3}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected{background:transparent;border-color:transparent;color:#fff;}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled],.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:active,.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:focus,.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:hover{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:active{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:focus{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:hover{background:transparent;border-color:transparent;color:#fff}.b-popover{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.b-popover .b-dialog{background:#272b33;border:1px solid #000;box-shadow:1px 2px 3px transparent;color:#c5cfdb}.b-popover-caret{position:relative;-webkit-transform-origin:center;transform-origin:center;height:16px;width:16px}.b-popover-caret-border{fill:#3d8feb}.b-popover-caret-fill{fill:#3d8feb}.b-popover-anchor-y-start.b-popover-self-y-end .b-popover-caret{margin-top:-3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.b-popover-anchor-y-end.b-popover-self-y-start .b-popover-caret{margin-bottom:-3px}.b-popover-anchor-x-start.b-popover-self-x-end{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.b-popover-anchor-x-start.b-popover-self-x-end .b-popover-caret{margin-left:-3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-popover-anchor-x-end.b-popover-self-x-start{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.b-popover-anchor-x-end.b-popover-self-x-start .b-popover-caret{margin-right:-3px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.b-progress-wrapper{border:1px solid #3d8feb;border-radius:2px;overflow:hidden;position:relative;height:30px;width:100%}.b-progress-wrapper[data-progress]::before{color:#fff;content:attr(data-progress);line-height:30px;padding-left:10px;position:relative;text-align:left;z-index:1}.b-progress{background:#3d8feb;position:absolute;top:0;left:0;bottom:0}.b-progress-indeterminate{background:#3d8feb;border-color:#3d8feb;top:0;left:0;bottom:0;right:0;-webkit-animation:interdeterminate-progress-bar 2.5s ease-in-out alternate infinite;animation:interdeterminate-progress-bar 2.5s ease-in-out alternate infinite;}.b-progress-indeterminate ~ .b-progress-label{color:#fff}@-webkit-keyframes interdeterminate-progress-bar{from{opacity:0}to{opacity:1}}@keyframes interdeterminate-progress-bar{from{opacity:0}to{opacity:1}}.b-disclosure-toggle{color:#c5cfdb;cursor:pointer;display:inline-block;font-size:.75rem;padding-left:15px;position:relative;}.b-disclosure-toggle::before{content:'';border-width:5px;border-color:transparent;border-left-color:#c5cfdb;border-style:solid;position:absolute;margin-top:-5px;top:50%;left:4px}.b-disclosure-expanded{color:#c5cfdb;}.b-disclosure-expanded > .b-disclosure-toggle::before{border-top-color:#c5cfdb;border-left-color:transparent;margin-top:-3px;left:0}.b-disclosure-content{margin-top:.5rem;width:100%}.b-radio-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.b-radio,.b-radio-label{cursor:pointer}.b-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border:1px solid #c5cfdb;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin:1px 3px 0;padding:0;height:16px;width:16px;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-radio[disabled],.b-radio[disabled]:active,.b-radio[disabled]:focus,.b-radio[disabled]:hover{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#c5cfdb;cursor:not-allowed;opacity:.3}.b-radio:active{background:-webkit-radial-gradient(center circle,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#3d8feb}.b-radio:focus{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#fff}.b-radio:hover{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#fff}.b-radio.b-radio-selected,.b-radio.b-radio-selected:hover,.b-radio.b-radio-selected:focus,.b-radio.b-radio-selected:active{background:-webkit-radial-gradient(center circle,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#3d8feb}.b-radio-label{line-height:1.2;margin-left:.25em}.b-segmented-control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-segmented-control-option.b-button{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;background:#535a66;border:1px solid transparent;border-radius:0;color:#fff;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;margin:0;padding:.5em .75em;text-align:center;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-segmented-control-option.b-button:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.b-segmented-control-option.b-button:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.b-segmented-control-option.b-button:not(:first-of-type){margin-left:-1px}.b-segmented-control-option.b-button[disabled],.b-segmented-control-option.b-button[disabled]:active,.b-segmented-control-option.b-button[disabled]:focus,.b-segmented-control-option.b-button[disabled]:hover,.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]{background:#282d33;border-color:transparent;color:#fff;opacity:.3}.b-segmented-control-option.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:active,.b-segmented-control-option.b-button.b-segmented-control-option-selected,.b-segmented-control-option.b-button.b-segmented-control-option-selected:focus,.b-segmented-control-option.b-button.b-segmented-control-option-selected:hover{background:#282d33;border-color:transparent;color:#fff}.b-segmented-control-option.b-button.b-segmented-control-option-selected{z-index:1}.b-tokenfield-wrapper{background:#272b33;border:1px solid transparent;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75rem;}.b-tokenfield-wrapper .b-typeahead-wrapper{background:transparent;border:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input + .b-input-placeholder{background:transparent;border-color:transparent;color:rgba(197,207,219,0.5)}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]{color:#c5cfdb;opacity:.3;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled] + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:active + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:focus + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:active{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:active + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:focus{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:focus + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:hover{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead,.b-tokenfield-wrapper .b-typeahead-hint{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:10px}.b-tokenfield{display:-webkit-box;display:-ms-flexbox;display:flex}.b-tokenfield-tokens{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;margin:5px 0 5px 5px;}.b-tokenfield-tokens:empty{margin:0}.b-tokenfield-token{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;background:transparent;border:1px solid #4b5363;border-radius:2px;color:#c5cfdb;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;margin-right:5px;padding:5px 10px;white-space:nowrap;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}.b-tokenfield-token:focus{background:transparent;border-color:rgba(51,51,51,0);color:#c5cfdb;}.b-tokenfield-token:focus .b-tokenfield-token-close{color:#c5cfdb}.b-tokenfield-token:hover{background:transparent;border-color:rgba(51,51,51,0);color:#c5cfdb;}.b-tokenfield-token:hover .b-tokenfield-token-close{color:#c5cfdb}.b-tokenfield-token:active{background:transparent;border-color:#3d8feb;color:#c5cfdb}.b-tokenfield-token:last-child{margin-right:0}.b-tokenfield-token.b-tokenfield-token-selected{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected .b-tokenfield-token-close{color:rgba(255,255,255,0.5)}.b-tokenfield-token.b-tokenfield-token-selected:focus{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected:focus .b-tokenfield-token-close{color:#fff}.b-tokenfield-token.b-tokenfield-token-selected:hover{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected:hover .b-tokenfield-token-close{color:#fff}.b-tokenfield-token-close{color:rgba(197,207,219,0.5);cursor:pointer;display:inline-block;font-size:.85em;margin-left:.5rem;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.b-typeahead-wrapper{background:#272b33;border:1px solid transparent;font-size:.75rem;position:relative;}.b-typeahead-wrapper .b-input{color:#c5cfdb;}.b-typeahead-wrapper .b-input + .b-input-placeholder{background:transparent;border-color:transparent;color:rgba(197,207,219,0.5)}.b-typeahead-wrapper .b-input[disabled]{color:#c5cfdb;opacity:.3;}.b-typeahead-wrapper .b-input[disabled] + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:active + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:focus + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:active{color:#c5cfdb;}.b-typeahead-wrapper .b-input:active + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:focus{color:#c5cfdb;}.b-typeahead-wrapper .b-input:focus + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:hover{color:#c5cfdb;}.b-typeahead-wrapper .b-input:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-match-wrapper{background:#272b33;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border:1px solid #000;margin-top:-1px;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;left:0;right:0;top:100%;z-index:99}.b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match{background:#272b33;color:#b3b3b3;cursor:pointer;font-size:13px;line-height:1;padding:.25em .5em;}.b-typeahead-match:focus{background:#272b33;color:#b3b3b3;}.b-typeahead-match:focus .b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match:hover{background:#1f2229;color:#b3b3b3;}.b-typeahead-match:hover .b-typeahead-match-highlight{background:#1f2229;color:#fff}.b-typeahead-match.b-typeahead-match-selected,.b-typeahead-match.b-typeahead-match-selected:focus,.b-typeahead-match.b-typeahead-match-selected:hover{background:#3d8feb;color:#ccc;}.b-typeahead-match.b-typeahead-match-selected .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:focus .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:hover .b-typeahead-match-highlight{background:#3d8feb;color:#fff}.demo-loose-list > *:not(:last-child)::after{content:', '}.tall-button{height:50px}.checkbox-group-demo{-webkit-columns:3;-moz-columns:3;columns:3}@media all and (max-width:600px){.checkbox-group-demo{-webkit-columns:2;-moz-columns:2;columns:2}}.b-checkbox:focus{outline:0}.dialog-demo-close-button{background:none !important;border:0;color:#ccc;cursor:pointer;line-height:1;padding:.5rem;position:absolute;top:0;right:0;-webkit-transition:color 200ms ease;transition:color 200ms ease;}.dialog-demo-close-button:hover,.dialog-demo-close-button:focus{color:#555}.dialog-demo-close-button:active{color:#c5cfdb}.dialog-demo-close-button::before{content:'X'}.demo-image figure:not(:first-child){margin-left:5px}.demo-image figure:not(:last-child){margin-right:5px}.demo-modal h3{color:inherit;margin-top:0}.demo-modal-cancel-button,.demo-modal-cancel-button:hover,.demo-modal-cancel-button:focus{background:#3d8feb;border-color:transparent;color:#fff}.demo-modal-cancel-button:hover,.demo-modal-cancel-button:focus{opacity:.8}.demo-pagination .b-segmented-control-option-selected{font-weight:700}.demo-pagination .b-pagination-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:7em;margin:0;padding:1rem;}.demo-pagination .b-pagination-item + .b-pagination-item{border-top:1px solid #979fa8}.demo-pagination .b-pagination-item .card-left{-ms-flex-preferred-size:50%;flex-basis:50%}.demo-pagination .b-pagination-item .card-right{-ms-flex-preferred-size:50%;flex-basis:50%;font-size:11pt}.demo-pagination .b-pagination-item .card-left strong{font-size:18pt}@media all and (max-width:800px){.demo-pagination .b-pagination-control{padding-left:.25em;padding-right:.25em}.demo-pagination .b-pagination-control-custom{display:none}.demo-pagination .b-pagination-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.demo-popover .b-dialog{outline:0}.demo-popover .b-dialog-body{padding:0}.demo-popover.b-popover-anchor-y-start.b-popover-self-y-end .b-dialog{border-bottom:3px solid #3d8feb}.demo-popover.b-popover-anchor-y-end.b-popover-self-y-start .b-dialog{border-top:3px solid #3d8feb}.demo-popover.b-popover-anchor-x-start.b-popover-self-x-end .b-dialog{border-right:3px solid #3d8feb}.demo-popover.b-popover-anchor-x-end.b-popover-self-x-start .b-dialog{border-left:3px solid #3d8feb}@media (max-width:600px){.demo-popover{max-width:75vw}}.progress-demo > *{-ms-flex-item-align:start;align-self:flex-start;margin:0 1em}.progress-demo > :first-child{margin-left:0}.progress-demo > :last-child{margin-right:0}#progress-meter .b-progress{position:absolute;right:0;left:0;bottom:0;top:auto}#progress-meter[data-progress]::before{text-align:center;position:absolute;left:0;right:0;z-index:1}",""]); +}}); \ No newline at end of file diff --git a/docs/assets/4.c9faf3416d8a7dcc00ac.js b/docs/assets/4.c9faf3416d8a7dcc00ac.js deleted file mode 100644 index 5c448b66..00000000 --- a/docs/assets/4.c9faf3416d8a7dcc00ac.js +++ /dev/null @@ -1,2 +0,0 @@ -webpackJsonp([4,30],{501:function(e,o,r){var t=r(585);"string"==typeof t&&(t=[[e.i,t,""]]);r(502)(t,{});t.locals&&(e.exports=t.locals)},585:function(e,o,r){o=e.exports=r(481)(void 0),o.push([e.i,"*,*::before,*::after{box-sizing:border-box}.b-offscreen{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.b-async-pending{position:relative}.b-async-pending::before,.b-async-pending::after{content:'';position:absolute;top:50%;margin-top:-5px;left:50%;margin-left:-5px;height:10px;width:10px;border-radius:100%;background:#3d8feb}.b-async-pending::before{-webkit-animation:loaderBefore .7s ease-in-out alternate infinite;animation:loaderBefore .7s ease-in-out alternate infinite}.b-async-pending::after{-webkit-animation:loaderAfter .7s ease-in-out alternate infinite;animation:loaderAfter .7s ease-in-out alternate infinite}@-webkit-keyframes loaderBefore{from{left:50%}to{left:49%}}@keyframes loaderBefore{from{left:50%}to{left:49%}}@-webkit-keyframes loaderAfter{from{left:50%}to{left:51%}}@keyframes loaderAfter{from{left:50%}to{left:51%}}.b-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535a66;border:1px solid transparent;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;margin:0;overflow:hidden;padding:.5rem .75rem;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-button[disabled],.b-button[disabled]:active,.b-button[disabled]:focus,.b-button[disabled]:hover{background:#282d33;border-color:transparent;color:#fff;cursor:not-allowed;opacity:.3}.b-button:active{background:#282d33;border-color:transparent;color:#fff}.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-button + .b-button{margin-left:15px}.b-checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.b-checkbox,.b-checkbox-label{cursor:pointer}.b-checkbox-label{line-height:1.1;padding-left:.25em}.b-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #000;border-radius:2px;box-shadow:none;-ms-flex-negative:0;flex-shrink:0;margin:0 3px 0;padding:0;position:relative;height:16px;width:16px;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-checkbox[disabled]{background:#fff;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox:focus{background:#1671d7;border-color:#000}.b-checkbox:hover{background:#1671d7;border-color:#000}.b-checkbox.b-checkbox-checked{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-checked[disabled]{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-checked:focus{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-checked:hover{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-mixed[disabled]{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-mixed:focus{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed:hover{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-checkbox-group .b-checkbox-wrapper:not(:last-child){margin-bottom:.5em}.b-checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.b-checkbox,.b-checkbox-label{cursor:pointer}.b-checkbox-label{line-height:1.1;padding-left:.25em}.b-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #000;border-radius:2px;box-shadow:none;-ms-flex-negative:0;flex-shrink:0;margin:0 3px 0;padding:0;position:relative;height:16px;width:16px;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-checkbox[disabled]{background:#fff;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox:focus{background:#1671d7;border-color:#000}.b-checkbox:hover{background:#1671d7;border-color:#000}.b-checkbox.b-checkbox-checked{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-checked[disabled]{background:#3d8feb url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-checked:focus{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-checked:hover{background:#1671d7 url(\"data:image/svg+xml;utf8,\") center/100% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;}.b-checkbox.b-checkbox-mixed[disabled]{background:#3d8feb -webkit-linear-gradient(top, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;background:#3d8feb linear-gradient(to bottom, #3d8feb 0%, #3d8feb calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #3d8feb calc(50% + 1px), #3d8feb 100%) center / 50% 50% no-repeat;border-color:#000;cursor:not-allowed;opacity:.3}.b-checkbox.b-checkbox-mixed:focus{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-checkbox.b-checkbox-mixed:hover{background:#1671d7 -webkit-linear-gradient(top, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;background:#1671d7 linear-gradient(to bottom, #1671d7 0%, #1671d7 calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), #1671d7 calc(50% + 1px), #1671d7 100%) center / 50% 50% no-repeat;border-color:#000}.b-dialog-wrapper{line-height:0;position:absolute;top:0;left:0;z-index:9999}.b-dialog{background:#fff;border:1px solid transparent;border-radius:2px;box-shadow:1px 2px 3px transparent;color:#111;line-height:1.5;padding:1.5rem;}.b-dialog *:last-child{margin-bottom:0}.b-text{white-space:nowrap}.b-image{background:#ccc;background-size:cover;background-position:center;border:0;display:inline-block;line-height:0;position:relative;height:auto;width:100%}.b-image::after,.b-image-loading::before,.b-image-error::before{content:'';display:block;padding-top:100%;width:100%}.b-image-loading::before,.b-image-error::before{position:absolute;top:0;bottom:0;left:0;right:0}.b-image-loading{background:#ccc;}.b-image-loading::before{background:#979fa8;background:url(\"data:image/gif;base64,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\") no-repeat center}.b-image-error{background:#ccc;}.b-image-error::before{background:url(\"data:image/svg+xml;charset=utf8,\") no-repeat center}.b-input-wrapper{font-size:.75rem;position:relative;width:100%}.b-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-radius:2px;color:#c5cfdb;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:.75em;position:relative;z-index:1;width:100%;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-input + .b-input-placeholder{background:#272b33;border-color:transparent;color:rgba(197,207,219,0.5)}.b-input[disabled]{color:#c5cfdb;cursor:not-allowed;opacity:.3;}.b-input[disabled] + .b-input-placeholder,.b-input[disabled]:active + .b-input-placeholder,.b-input[disabled]:focus + .b-input-placeholder,.b-input[disabled]:hover + .b-input-placeholder{background:#272b33;border-color:transparent}.b-input:active{color:#c5cfdb;}.b-input:active + .b-input-placeholder{background:#272b33;border-color:#3d8feb}.b-input:focus{color:#c5cfdb;}.b-input:focus + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input:hover{color:#c5cfdb;}.b-input:hover + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input-placeholder{overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;white-space:nowrap;text-overflow:ellipsis;z-index:0}.b-dialog-wrapper{line-height:0;position:absolute;top:0;left:0;z-index:9999}.b-dialog{background:#fff;border:1px solid transparent;border-radius:2px;box-shadow:1px 2px 3px transparent;color:#111;line-height:1.5;padding:1.5rem;}.b-dialog *:last-child{margin-bottom:0}.b-modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;}.b-modal-wrapper .b-dialog-wrapper{-ms-flex-negative:0;flex-shrink:0;max-width:80vw;position:relative}.b-modal-wrapper .b-dialog{background:#fff;border:1px solid #e6e6e6;box-shadow:1px 2px 3px transparent;color:#111}.b-modal-mask{background:rgba(39,43,51,0.9);position:fixed;top:0;left:0;right:0;bottom:0}.b-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535a66;border:1px solid transparent;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;margin:0;overflow:hidden;padding:.5rem .75rem;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-button[disabled],.b-button[disabled]:active,.b-button[disabled]:focus,.b-button[disabled]:hover{background:#282d33;border-color:transparent;color:#fff;cursor:not-allowed;opacity:.3}.b-button:active{background:#282d33;border-color:transparent;color:#fff}.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-button + .b-button{margin-left:15px}.b-segmented-control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-segmented-control-option.b-button{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;background:#535a66;border:1px solid transparent;border-radius:0;color:#fff;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;margin:0;padding:.5em .75em;text-align:center;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-segmented-control-option.b-button:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.b-segmented-control-option.b-button:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.b-segmented-control-option.b-button:not(:first-of-type){margin-left:-1px}.b-segmented-control-option.b-button[disabled],.b-segmented-control-option.b-button[disabled]:active,.b-segmented-control-option.b-button[disabled]:focus,.b-segmented-control-option.b-button[disabled]:hover,.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]{background:#282d33;border-color:transparent;color:#fff;opacity:.3}.b-segmented-control-option.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:active,.b-segmented-control-option.b-button.b-segmented-control-option-selected,.b-segmented-control-option.b-button.b-segmented-control-option-selected:focus,.b-segmented-control-option.b-button.b-segmented-control-option-selected:hover{background:#282d33;border-color:transparent;color:#fff}.b-segmented-control-option.b-button.b-segmented-control-option-selected{z-index:1}.b-pagination-control.b-segmented-control-option.b-button{background:transparent;border-color:transparent;color:#979fa8;}.b-pagination-control.b-segmented-control-option.b-button[disabled],.b-pagination-control.b-segmented-control-option.b-button[disabled]:active,.b-pagination-control.b-segmented-control-option.b-button[disabled]:focus,.b-pagination-control.b-segmented-control-option.b-button[disabled]:hover{background:transparent;border-color:transparent;color:#979fa8}.b-pagination-control.b-segmented-control-option.b-button:active{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button:focus{background:transparent;border-color:transparent;color:#cbcfd3}.b-pagination-control.b-segmented-control-option.b-button:hover{background:transparent;border-color:transparent;color:#cbcfd3}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected{background:transparent;border-color:transparent;color:#fff;}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled],.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:active,.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:focus,.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]:hover{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:active{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:focus{background:transparent;border-color:transparent;color:#fff}.b-pagination-control.b-segmented-control-option.b-button.b-segmented-control-option-selected:hover{background:transparent;border-color:transparent;color:#fff}.b-dialog-wrapper{line-height:0;position:absolute;top:0;left:0;z-index:9999}.b-dialog{background:#fff;border:1px solid transparent;border-radius:2px;box-shadow:1px 2px 3px transparent;color:#111;line-height:1.5;padding:1.5rem;}.b-dialog *:last-child{margin-bottom:0}.b-popover{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.b-popover .b-dialog{background:#272b33;border:1px solid #000;box-shadow:1px 2px 3px transparent;color:#c5cfdb}.b-popover-caret{position:relative;-webkit-transform-origin:center;transform-origin:center;height:16px;width:16px}.b-popover-caret-border{fill:#3d8feb}.b-popover-caret-fill{fill:#3d8feb}.b-popover-anchor-y-start.b-popover-self-y-end .b-popover-caret{margin-top:-3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.b-popover-anchor-y-end.b-popover-self-y-start .b-popover-caret{margin-bottom:-3px}.b-popover-anchor-x-start.b-popover-self-x-end{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.b-popover-anchor-x-start.b-popover-self-x-end .b-popover-caret{margin-left:-3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-popover-anchor-x-end.b-popover-self-x-start{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.b-popover-anchor-x-end.b-popover-self-x-start .b-popover-caret{margin-right:-3px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.b-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535a66;border:1px solid transparent;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;margin:0;overflow:hidden;padding:.5rem .75rem;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-button[disabled],.b-button[disabled]:active,.b-button[disabled]:focus,.b-button[disabled]:hover{background:#282d33;border-color:transparent;color:#fff;cursor:not-allowed;opacity:.3}.b-button:active{background:#282d33;border-color:transparent;color:#fff}.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-button + .b-button{margin-left:15px}.b-progress-wrapper{border:1px solid #3d8feb;border-radius:2px;overflow:hidden;position:relative;height:30px;width:100%}.b-progress-wrapper[data-progress]::before{color:#fff;content:attr(data-progress);line-height:30px;padding-left:10px;position:relative;text-align:left;z-index:1}.b-progress{background:#3d8feb;position:absolute;top:0;left:0;bottom:0}.b-progress-indeterminate{background:#3d8feb;border-color:#3d8feb;top:0;left:0;bottom:0;right:0;-webkit-animation:interdeterminate-progress-bar 2.5s ease-in-out alternate infinite;animation:interdeterminate-progress-bar 2.5s ease-in-out alternate infinite;}.b-progress-indeterminate ~ .b-progress-label{color:#fff}@-webkit-keyframes interdeterminate-progress-bar{from{opacity:0}to{opacity:1}}@keyframes interdeterminate-progress-bar{from{opacity:0}to{opacity:1}}.b-disclosure-toggle{color:#c5cfdb;cursor:pointer;display:inline-block;font-size:.75rem;padding-left:15px;position:relative;}.b-disclosure-toggle::before{content:'';border-width:5px;border-color:transparent;border-left-color:#c5cfdb;border-style:solid;position:absolute;margin-top:-5px;top:50%;left:4px}.b-disclosure-expanded{color:#c5cfdb;}.b-disclosure-expanded > .b-disclosure-toggle::before{border-top-color:#c5cfdb;border-left-color:transparent;margin-top:-3px;left:0}.b-disclosure-content{margin-top:.5rem;width:100%}.b-radio-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.b-radio,.b-radio-label{cursor:pointer}.b-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border:1px solid #c5cfdb;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin:1px 3px 0;padding:0;height:16px;width:16px;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-radio[disabled],.b-radio[disabled]:active,.b-radio[disabled]:focus,.b-radio[disabled]:hover{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#c5cfdb;cursor:not-allowed;opacity:.3}.b-radio:active{background:-webkit-radial-gradient(center circle,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#3d8feb}.b-radio:focus{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#fff}.b-radio:hover{background:-webkit-radial-gradient(center circle,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,transparent 0%,transparent calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#fff}.b-radio.b-radio-selected,.b-radio.b-radio-selected:hover,.b-radio.b-radio-selected:focus,.b-radio.b-radio-selected:active{background:-webkit-radial-gradient(center circle,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);background:radial-gradient(circle at center,#3d8feb 0%,#3d8feb calc(100% - 5px),transparent calc(100% - 5px),transparent 100%);border-color:#3d8feb}.b-radio-label{line-height:1.2;margin-left:.25em}.b-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535a66;border:1px solid transparent;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;margin:0;overflow:hidden;padding:.5rem .75rem;text-decoration:none;vertical-align:middle;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-button[disabled],.b-button[disabled]:active,.b-button[disabled]:focus,.b-button[disabled]:hover{background:#282d33;border-color:transparent;color:#fff;cursor:not-allowed;opacity:.3}.b-button:active{background:#282d33;border-color:transparent;color:#fff}.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-button + .b-button{margin-left:15px}.b-segmented-control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-segmented-control-option.b-button{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;background:#535a66;border:1px solid transparent;border-radius:0;color:#fff;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;margin:0;padding:.5em .75em;text-align:center;white-space:nowrap;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-segmented-control-option.b-button:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.b-segmented-control-option.b-button:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.b-segmented-control-option.b-button:not(:first-of-type){margin-left:-1px}.b-segmented-control-option.b-button[disabled],.b-segmented-control-option.b-button[disabled]:active,.b-segmented-control-option.b-button[disabled]:focus,.b-segmented-control-option.b-button[disabled]:hover,.b-segmented-control-option.b-button.b-segmented-control-option-selected[disabled]{background:#282d33;border-color:transparent;color:#fff;opacity:.3}.b-segmented-control-option.b-button:focus{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:hover{background:#666d7a;border-color:transparent;color:#fff}.b-segmented-control-option.b-button:active,.b-segmented-control-option.b-button.b-segmented-control-option-selected,.b-segmented-control-option.b-button.b-segmented-control-option-selected:focus,.b-segmented-control-option.b-button.b-segmented-control-option-selected:hover{background:#282d33;border-color:transparent;color:#fff}.b-segmented-control-option.b-button.b-segmented-control-option-selected{z-index:1}.b-input-wrapper{font-size:.75rem;position:relative;width:100%}.b-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-radius:2px;color:#c5cfdb;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:.75em;position:relative;z-index:1;width:100%;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-input + .b-input-placeholder{background:#272b33;border-color:transparent;color:rgba(197,207,219,0.5)}.b-input[disabled]{color:#c5cfdb;cursor:not-allowed;opacity:.3;}.b-input[disabled] + .b-input-placeholder,.b-input[disabled]:active + .b-input-placeholder,.b-input[disabled]:focus + .b-input-placeholder,.b-input[disabled]:hover + .b-input-placeholder{background:#272b33;border-color:transparent}.b-input:active{color:#c5cfdb;}.b-input:active + .b-input-placeholder{background:#272b33;border-color:#3d8feb}.b-input:focus{color:#c5cfdb;}.b-input:focus + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input:hover{color:#c5cfdb;}.b-input:hover + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input-placeholder{overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;white-space:nowrap;text-overflow:ellipsis;z-index:0}.b-typeahead-wrapper{background:#272b33;border:1px solid transparent;font-size:.75rem;position:relative;}.b-typeahead-wrapper .b-input{color:#c5cfdb;}.b-typeahead-wrapper .b-input + .b-input-placeholder{background:transparent;border-color:transparent;color:rgba(197,207,219,0.5)}.b-typeahead-wrapper .b-input[disabled]{color:#c5cfdb;opacity:.3;}.b-typeahead-wrapper .b-input[disabled] + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:active + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:focus + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:active{color:#c5cfdb;}.b-typeahead-wrapper .b-input:active + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:focus{color:#c5cfdb;}.b-typeahead-wrapper .b-input:focus + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:hover{color:#c5cfdb;}.b-typeahead-wrapper .b-input:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-match-wrapper{background:#272b33;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border:1px solid #000;margin-top:-1px;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;left:0;right:0;top:100%;z-index:99}.b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match{background:#272b33;color:#b3b3b3;cursor:pointer;font-size:13px;line-height:1;padding:.25em .5em;}.b-typeahead-match:focus{background:#272b33;color:#b3b3b3;}.b-typeahead-match:focus .b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match:hover{background:#1f2229;color:#b3b3b3;}.b-typeahead-match:hover .b-typeahead-match-highlight{background:#1f2229;color:#fff}.b-typeahead-match.b-typeahead-match-selected,.b-typeahead-match.b-typeahead-match-selected:focus,.b-typeahead-match.b-typeahead-match-selected:hover{background:#3d8feb;color:#ccc;}.b-typeahead-match.b-typeahead-match-selected .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:focus .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:hover .b-typeahead-match-highlight{background:#3d8feb;color:#fff}.b-tokenfield-wrapper{background:#272b33;border:1px solid transparent;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75rem;}.b-tokenfield-wrapper .b-typeahead-wrapper{background:transparent;border:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input + .b-input-placeholder{background:transparent;border-color:transparent;color:rgba(197,207,219,0.5)}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]{color:#c5cfdb;opacity:.3;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled] + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:active + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:focus + .b-input-placeholder,.b-tokenfield-wrapper .b-typeahead-wrapper .b-input[disabled]:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:active{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:active + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:focus{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:focus + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:hover{color:#c5cfdb;}.b-tokenfield-wrapper .b-typeahead-wrapper .b-input:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-tokenfield-wrapper .b-typeahead,.b-tokenfield-wrapper .b-typeahead-hint{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:10px}.b-tokenfield{display:-webkit-box;display:-ms-flexbox;display:flex}.b-tokenfield-tokens{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;margin:5px 0 5px 5px;}.b-tokenfield-tokens:empty{margin:0}.b-tokenfield-token{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;background:transparent;border:1px solid #4b5363;border-radius:2px;color:#c5cfdb;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;margin-right:5px;padding:5px 10px;white-space:nowrap;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}.b-tokenfield-token:focus{background:transparent;border-color:rgba(51,51,51,0);color:#c5cfdb;}.b-tokenfield-token:focus .b-tokenfield-token-close{color:#c5cfdb}.b-tokenfield-token:hover{background:transparent;border-color:rgba(51,51,51,0);color:#c5cfdb;}.b-tokenfield-token:hover .b-tokenfield-token-close{color:#c5cfdb}.b-tokenfield-token:active{background:transparent;border-color:#3d8feb;color:#c5cfdb}.b-tokenfield-token:last-child{margin-right:0}.b-tokenfield-token.b-tokenfield-token-selected{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected .b-tokenfield-token-close{color:rgba(255,255,255,0.5)}.b-tokenfield-token.b-tokenfield-token-selected:focus{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected:focus .b-tokenfield-token-close{color:#fff}.b-tokenfield-token.b-tokenfield-token-selected:hover{background:#3d8feb;border-color:#4b5363;color:#fff;}.b-tokenfield-token.b-tokenfield-token-selected:hover .b-tokenfield-token-close{color:#fff}.b-tokenfield-token-close{color:rgba(197,207,219,0.5);cursor:pointer;display:inline-block;font-size:.85em;margin-left:.5rem;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.b-input-wrapper{font-size:.75rem;position:relative;width:100%}.b-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-radius:2px;color:#c5cfdb;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:.75em;position:relative;z-index:1;width:100%;-webkit-transition:all 200ms ease;transition:all 200ms ease;}.b-input + .b-input-placeholder{background:#272b33;border-color:transparent;color:rgba(197,207,219,0.5)}.b-input[disabled]{color:#c5cfdb;cursor:not-allowed;opacity:.3;}.b-input[disabled] + .b-input-placeholder,.b-input[disabled]:active + .b-input-placeholder,.b-input[disabled]:focus + .b-input-placeholder,.b-input[disabled]:hover + .b-input-placeholder{background:#272b33;border-color:transparent}.b-input:active{color:#c5cfdb;}.b-input:active + .b-input-placeholder{background:#272b33;border-color:#3d8feb}.b-input:focus{color:#c5cfdb;}.b-input:focus + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input:hover{color:#c5cfdb;}.b-input:hover + .b-input-placeholder{background:#272b33;border-color:rgba(51,51,51,0)}.b-input-placeholder{overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;white-space:nowrap;text-overflow:ellipsis;z-index:0}.b-typeahead-wrapper{background:#272b33;border:1px solid transparent;font-size:.75rem;position:relative;}.b-typeahead-wrapper .b-input{color:#c5cfdb;}.b-typeahead-wrapper .b-input + .b-input-placeholder{background:transparent;border-color:transparent;color:rgba(197,207,219,0.5)}.b-typeahead-wrapper .b-input[disabled]{color:#c5cfdb;opacity:.3;}.b-typeahead-wrapper .b-input[disabled] + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:active + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:focus + .b-input-placeholder,.b-typeahead-wrapper .b-input[disabled]:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:active{color:#c5cfdb;}.b-typeahead-wrapper .b-input:active + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:focus{color:#c5cfdb;}.b-typeahead-wrapper .b-input:focus + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-wrapper .b-input:hover{color:#c5cfdb;}.b-typeahead-wrapper .b-input:hover + .b-input-placeholder{background:transparent;border-color:transparent}.b-typeahead-match-wrapper{background:#272b33;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border:1px solid #000;margin-top:-1px;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;left:0;right:0;top:100%;z-index:99}.b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match{background:#272b33;color:#b3b3b3;cursor:pointer;font-size:13px;line-height:1;padding:.25em .5em;}.b-typeahead-match:focus{background:#272b33;color:#b3b3b3;}.b-typeahead-match:focus .b-typeahead-match-highlight{background:#272b33;color:#fff}.b-typeahead-match:hover{background:#1f2229;color:#b3b3b3;}.b-typeahead-match:hover .b-typeahead-match-highlight{background:#1f2229;color:#fff}.b-typeahead-match.b-typeahead-match-selected,.b-typeahead-match.b-typeahead-match-selected:focus,.b-typeahead-match.b-typeahead-match-selected:hover{background:#3d8feb;color:#ccc;}.b-typeahead-match.b-typeahead-match-selected .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:focus .b-typeahead-match-highlight,.b-typeahead-match.b-typeahead-match-selected:hover .b-typeahead-match-highlight{background:#3d8feb;color:#fff}.demo-loose-list > *:not(:last-child)::after{content:', '}.tall-button{height:50px}.checkbox-group-demo{-webkit-columns:3;-moz-columns:3;columns:3}@media all and (max-width:600px){.checkbox-group-demo{-webkit-columns:2;-moz-columns:2;columns:2}}.b-checkbox:focus{outline:0}.dialog-demo-close-button{background:none !important;border:0;color:#ccc;cursor:pointer;line-height:1;padding:.5rem;position:absolute;top:0;right:0;-webkit-transition:color 200ms ease;transition:color 200ms ease;}.dialog-demo-close-button:hover,.dialog-demo-close-button:focus{color:#555}.dialog-demo-close-button:active{color:#c5cfdb}.dialog-demo-close-button::before{content:'X'}.demo-image figure:not(:first-child){margin-left:5px}.demo-image figure:not(:last-child){margin-right:5px}.demo-modal h3{color:inherit;margin-top:0}.demo-modal-cancel-button,.demo-modal-cancel-button:hover,.demo-modal-cancel-button:focus{background:#3d8feb;border-color:transparent;color:#fff}.demo-modal-cancel-button:hover,.demo-modal-cancel-button:focus{opacity:.8}.demo-pagination .b-segmented-control-option-selected{font-weight:700}.demo-pagination .b-pagination-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:7em;margin:0;padding:1rem;}.demo-pagination .b-pagination-item + .b-pagination-item{border-top:1px solid #979fa8}.demo-pagination .b-pagination-item .card-left{-ms-flex-preferred-size:50%;flex-basis:50%}.demo-pagination .b-pagination-item .card-right{-ms-flex-preferred-size:50%;flex-basis:50%;font-size:11pt}.demo-pagination .b-pagination-item .card-left strong{font-size:18pt}@media all and (max-width:800px){.demo-pagination .b-pagination-control{padding-left:.25em;padding-right:.25em}.demo-pagination .b-pagination-control-custom{display:none}.demo-pagination .b-pagination-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.demo-popover .b-dialog{outline:0}.demo-popover .b-dialog-body{padding:0}.demo-popover.b-popover-anchor-y-start.b-popover-self-y-end .b-dialog{border-bottom:3px solid #3d8feb}.demo-popover.b-popover-anchor-y-end.b-popover-self-y-start .b-dialog{border-top:3px solid #3d8feb}.demo-popover.b-popover-anchor-x-start.b-popover-self-x-end .b-dialog{border-right:3px solid #3d8feb}.demo-popover.b-popover-anchor-x-end.b-popover-self-x-start .b-dialog{border-left:3px solid #3d8feb}@media (max-width:600px){.demo-popover{max-width:75vw}}.progress-demo > *{-ms-flex-item-align:start;align-self:flex-start;margin:0 1em}.progress-demo > :first-child{margin-left:0}.progress-demo > :last-child{margin-right:0}#progress-meter .b-progress{position:absolute;right:0;left:0;bottom:0;top:auto}#progress-meter[data-progress]::before{text-align:center;position:absolute;left:0;right:0;z-index:1}",""]); -}}); \ No newline at end of file diff --git a/docs/assets/main.979da4921c2fde07590d.js b/docs/assets/main.0dad37f62709c5837199.js similarity index 78% rename from docs/assets/main.979da4921c2fde07590d.js rename to docs/assets/main.0dad37f62709c5837199.js index 094108e2..40c501bc 100644 --- a/docs/assets/main.979da4921c2fde07590d.js +++ b/docs/assets/main.0dad37f62709c5837199.js @@ -1,6 +1,6 @@ webpackJsonp([29,30],{0:function(e,t){e.exports=React},100:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),s=(n.n(a),n(423)),l=n.n(s),u=n(37),c=n(33),p=n(51),d=n(2),h=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:o.props.numItemsPerPage;return Math.ceil((e+1)/t)},o.totalPages=function(){return Math.ceil(o.props.totalItems/o.props.numItemsPerPage)},o.firstVisibleItemIndex=function(){return(o.currentPage()-1)*o.props.numItemsPerPage},o.jumpToIndex=function(e){if(e<0||e>=o.props.totalItems)throw Error("Cannot page to invalid index "+e+".");o.setState({currentPage:o.getPageForIndex(e),targetIndex:e})},o.handlePageSelected=function(e){var n=void 0;switch(e[t.CONTROL_DATA_ATTRIBUTE]){case void 0:return;case t.control.FIRST:n=0;break;case t.control.PREVIOUS:n=o.firstVisibleItemIndex()-o.props.numItemsPerPage;break;case t.control.NEXT:n=o.firstVisibleItemIndex()+o.props.numItemsPerPage;break;case t.control.LAST:n=o.props.totalItems-1;break;default:n=parseInt(e[t.CONTROL_DATA_ATTRIBUTE],10)*o.props.numItemsPerPage-1}o.setState({currentPage:o.getPageForIndex(n),targetIndex:n})},o.handleItemPromiseFulfillment=function(e){if(o.mounted)return o.props.itemToJSXConverter(e)},a=n,i(o,a)}return a(t,e),y(t,[{key:"componentDidMount",value:function(){this.mounted=!0}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"componentDidUpdate",value:function(e,t){t.currentPage!==this.currentPage()&&n.i(u.findDOMNode)(this.refs.item_0).focus()}},{key:"componentWillReceiveProps",value:function(){var e=this,t=this.props;this.setState(function(n,o){return o.identifier!==t.identifier?{currentPage:1,targetIndex:0}:{currentPage:e.getPageForIndex(n.targetIndex,o.numItemsPerPage),targetIndex:n.targetIndex}})}},{key:"generateControls",value:function(){var e=[],n=this.currentPage(),r=this.totalPages(),i=n-(n-1)%this.props.numPageToggles,a=Math.min(i+this.props.numPageToggles-1,r);if(this.props.showPaginationState&&e.push({children:k(this.props.showPaginationState)?this.props.showPaginationState(n,r):n+" / "+r,className:"b-pagination-control b-pagination-control-state",disabled:!0}),this.props.showJumpToFirstPageControl){var s;e.push((s={},o(s,t.CONTROL_DATA_ATTRIBUTE,t.control.FIRST),o(s,"children",this.props.jumpToFirstPageControlContent),o(s,"className","b-pagination-control b-pagination-control-first"),o(s,"disabled",1===n),s))}if(this.props.showJumpToPreviousPageControl){var l;e.push((l={},o(l,t.CONTROL_DATA_ATTRIBUTE,t.control.PREVIOUS),o(l,"children",this.props.jumpToPreviousPageControlContent),o(l,"className","b-pagination-control b-pagination-control-previous"),o(l,"disabled",1===n),l))}for(var u=i;u<=a;u++){var c;e.push((c={},o(c,t.CONTROL_DATA_ATTRIBUTE,u),o(c,"children",u),o(c,"className","b-pagination-control"),o(c,"pressed",n===u),c))}if(this.props.showJumpToNextPageControl){var p;e.push((p={},o(p,t.CONTROL_DATA_ATTRIBUTE,t.control.NEXT),o(p,"children",this.props.jumpToNextPageControlContent),o(p,"className","b-pagination-control b-pagination-control-next"),o(p,"disabled",n===r),p))}if(this.props.showJumpToLastPageControl){var d;e.push((d={},o(d,t.CONTROL_DATA_ATTRIBUTE,t.control.LAST),o(d,"children",this.props.jumpToLastPageControlContent),o(d,"className","b-pagination-control b-pagination-control-last"),o(d,"disabled",n===r),d))}return this.props.customControlContent&&e.push({children:this.props.customControlContent,className:"b-pagination-control b-pagination-control-custom",disabled:!0}),e}},{key:"generateItems",value:function(){for(var e=[],t=this.firstVisibleItemIndex(),n=Math.min(this.props.totalItems,t+this.props.numItemsPerPage)-1,o=t;o<=n;o+=1)e.push(this.props.getItem(o));return e}},{key:"renderItems",value:function(){var e=this,t=this.props.itemWrapperProps;return n.i(l.createElement)(m.default,g({},t,{className:p()("b-pagination-items",t.className)}),this.generateItems().map(function(t,o){return n.i(l.createElement)(d.default,{ref:0===o?"item_0":null,key:o,className:p()("b-pagination-item",{"b-pagination-item-even":o%2===0,"b-pagination-item-odd":o%2!==0}),"data-pagination-index":e.props.numItemsPerPage*(e.currentPage()-1)+o,pendingContent:e.props.itemLoadingContent},t instanceof Promise?t.then(e.handleItemPromiseFulfillment,e.handleItemPromiseFulfillment):e.props.itemToJSXConverter(t))}))}},{key:"renderControls",value:function(e){var r;if(!(this.props.hidePagerIfNotNeeded&&this.props.totalItems<=this.props.numItemsPerPage))return n.i(l.createElement)(h.default,g({},this.props.controlWrapperProps,{className:p()("b-pagination-controls",this.props.controlWrapperProps.className,(r={},o(r,"b-pagination-controls-above",e===t.position.ABOVE),o(r,"b-pagination-controls-below",e===t.position.BELOW),r)),options:this.generateControls(),onOptionSelected:this.handlePageSelected}))}},{key:"renderView",value:function(){var e=this.props.position,o=t.position;return n.i(l.createElement)("div",{className:"b-pagination"},e===o.ABOVE||e===o.BOTH?this.renderControls(o.ABOVE):null,this.props.before,this.renderItems(),this.props.after,e===o.BELOW||e===o.BOTH?this.renderControls(o.BELOW):null)}},{key:"render",value:function(){return n.i(l.createElement)("div",g({},n.i(f.default)(this.props,t.internalKeys),{className:p()("b-pagination-wrapper",this.props.className)}),this.renderView())}}]),t}(l.PureComponent);P.control={CUSTOM:n.i(b.default)(),FIRST:n.i(b.default)(),LAST:n.i(b.default)(),NEXT:n.i(b.default)(),PREVIOUS:n.i(b.default)()},P.position={ABOVE:n.i(b.default)(),BELOW:n.i(b.default)(),BOTH:n.i(b.default)()},P.CONTROL_DATA_ATTRIBUTE="data-page-control",P.defaultProps={after:null,before:null,controlWrapperProps:{},customControlContent:null,getItem:w,hidePagerIfNotNeeded:!1,identifier:n.i(b.default)(),initialPage:1,itemLoadingContent:void 0,itemToJSXConverter:v,itemWrapperProps:{},jumpToFirstPageControlContent:"⇤",jumpToLastPageControlContent:"⇥",jumpToNextPageControlContent:"→",jumpToPreviousPageControlContent:"←",numItemsPerPage:10,numPageToggles:5,position:P.position.ABOVE,showJumpToFirstPageControl:!0,showJumpToLastPageControl:!0,showJumpToNextPageControl:!0,showJumpToPreviousPageControl:!0,showPaginationState:!0,totalItems:null},P.internalKeys=Object.keys(P.defaultProps),t.default=P,P.__docgenInfo={description:"Pagination is implemented as an encapsulated view system, accepting an array of items as input.\n\n## Component Instance Methods\n\nWhen using `Pagination` in your project, you may call the following methods on a rendered\ninstance of the component. Use [`refs`](https:// * facebook.github.io/react/docs/refs-and-the-dom.html)\nto get the instance.\n\n- __`currentPage()`__ returns the ___one___-indexed page number currently in view\n\n- __`jumpToIndex(index: number)`__ renders the page that contains the ___zero___-indexed item",props:{"*":{type:{name:"any"},required:!1,description:"any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes)"},after:{type:{name:"node"},required:!1,description:"arbitrary content to be rendered after the items in the DOM",defaultValue:{value:"null",computed:!1}},before:{type:{name:"node"},required:!1,description:"arbitrary content to be rendered before the items in the DOM",defaultValue:{value:"null",computed:!1}},controlWrapperProps:{type:{name:"shape",value:{"*":{name:"any",description:"any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes)",required:!1}}},required:!1,description:"",defaultValue:{value:"{}",computed:!1}},customControlContent:{type:{name:"node"},required:!1,description:"allows for arbitrary content to be rendered into the control area",defaultValue:{value:"null",computed:!1}},getItem:{type:{name:"func"},required:!0,description:"called with a desired item index when that item comes into view;\naccepts a `Promise` if you need to fetch the row asynchronously",defaultValue:{value:"() => {}",computed:!1}},hidePagerIfNotNeeded:{type:{name:"bool"},required:!1,description:"does not render the paging controls if the number of items supplied\nto the view is less-than-or-equal-to the number of items to show\nper page via `props.numItemsPerPage`",defaultValue:{value:"false",computed:!1}},identifier:{type:{name:"string"},required:!0,description:"a unique name for the data source being consumed; pass a\ndifferent name to cause the view to fully reset and pull fresh data",defaultValue:{value:"uuid()",computed:!0}},initialPage:{type:{name:"custom",raw:"function validateInitialPage(props) {\n if (isInteger(props.initialPage) === false) {\n return new Error('`initialPage` must be an integer.');\n }\n\n const numberOfPages = Math.ceil(props.totalItems / props.numItemsPerPage);\n\n if (props.initialPage < 1 || props.initialPage > numberOfPages) {\n return new Error('`initialPage` must be between 1 and ' + numberOfPages + '.');\n }\n}"},required:!1,description:"the (__one-indexed__) number of the page that should be initially\ndisplayed; must be a positive integer less than or equal to\nthe total number of pages",defaultValue:{value:"1",computed:!1}},itemLoadingContent:{type:{name:"node"},required:!1,description:"allows for arbitrary content to be rendered into pagination items\nas they're loading if the backing data is a `Promise`",defaultValue:{value:"undefined",computed:!0}},itemToJSXConverter:{type:{name:"func"},required:!1,description:"an function to specify how an item should be converted\nto JSX, if it is not already renderable by React\n\n```jsx\n\nconst getItem = () => ({id: 1234, text: 'foo'});\nconst objToJSX = ({id, text}) =>
{text}
;\n\n\n```",defaultValue:{value:"(x) => x",computed:!1}},itemWrapperProps:{type:{name:"shape",value:{"*":{name:"any",description:"any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes)",required:!1}}},required:!1,description:"",defaultValue:{value:"{}",computed:!1}},jumpToFirstPageControlContent:{type:{name:"node"},required:!1,description:'content to be displayed inside of the "First page" control button',defaultValue:{value:"'⇤'",computed:!1}},jumpToLastPageControlContent:{type:{name:"node"},required:!1,description:'content to be displayed inside of the "Last page" control button',defaultValue:{value:"'⇥'",computed:!1}},jumpToNextPageControlContent:{type:{name:"node"},required:!1,description:'content to be displayed inside of the "Next page" control button',defaultValue:{value:"'→'",computed:!1}},jumpToPreviousPageControlContent:{type:{name:"node"},required:!1,description:'content to be displayed inside of the "Previous page" control button',defaultValue:{value:"'←'",computed:!1}},numItemsPerPage:{type:{name:"custom",raw:"function validateNumItemsPerPage(props) {\n if (isInteger(props.numItemsPerPage) === false) {\n return new Error('`numItemsPerPage` must be an integer.');\n } else if (props.numItemsPerPage < 1) {\n return new Error('`numItemsPerPage` must be greater than zero.');\n }\n}"},required:!1,description:"the maximum number of items to be displayed on each page; must be\ngreater than zero",defaultValue:{value:"10",computed:!1}},numPageToggles:{type:{name:"number"},required:!1,description:"the maximum number of pages to be displayed in the control bar at\none time",defaultValue:{value:"5",computed:!1}},position:{type:{name:"enum",value:[{value:"Pagination.position.ABOVE",computed:!0},{value:"Pagination.position.BELOW",computed:!0},{value:"Pagination.position.BOTH",computed:!0}]},required:!1,description:"determines whether the pagination controls are displayed above,\nbelow, or both above and below the content",defaultValue:{value:"Pagination.position.ABOVE",computed:!0}},showJumpToFirstPageControl:{type:{name:"bool"},required:!1,description:'whether the "first page" control button should be displayed',defaultValue:{value:"true",computed:!1}},showJumpToLastPageControl:{type:{name:"bool"},required:!1,description:'whether the "last page" control button should be displayed',defaultValue:{value:"true",computed:!1}},showJumpToNextPageControl:{type:{name:"bool"},required:!1,description:'whether the "next page" control button should be displayed',defaultValue:{value:"true",computed:!1}},showJumpToPreviousPageControl:{type:{name:"bool"},required:!1,description:'whether the "previous page" control button should be displayed',defaultValue:{value:"true",computed:!1}},showPaginationState:{type:{name:"union",value:[{name:"bool"},{name:"func"}]},required:!1,description:"renders an element called `.b-pagination-control-state` that\ncontains the current state of the pagination like \"1 of 10\";\nalternatively, this prop also accepts a function that it will\ncall with the currentPage and totalPages for you to format:\n\n```jsx\nshowPaginatedState={\n (currentPage, totalPages) => (\n
\n You're on page {currentPage} of {totalPages} pages!\n
\n )\n}\n```",defaultValue:{value:"true",computed:!1}},totalItems:{type:{name:"number"},required:!0,description:"the total number of items to be displayed in the view",defaultValue:{value:"null",computed:!1}}}}},102:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e){switch(e[0]){case"N":return"S";case"S":return"N";case"E":return"W"}return"E"}function s(e,t){return e.filter(function(e){return t.indexOf(e)===-1})}Object.defineProperty(t,"__esModule",{value:!0});var l=n(0),u=(n.n(l),n(15)),c=(n.n(u),n(437)),p=n.n(c),d=n(37),h=n(33),m=n(2),f=n(169),b=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:this.$caret,i=0;return"N"===t[0]||"S"===t[0]?(i=this.caretAnchorRect.left-this.anchorRect.left+this.caretAnchorRect.width/2,n===w?i+=(this.dialog.$wrapper.clientWidth-this.anchorRect.width)/2:n===P&&(i+=this.dialog.$wrapper.clientWidth-this.anchorRect.width)):(i=this.caretAnchorRect.top-this.anchorRect.top+this.caretAnchorRect.height/2,o===w?i+=(this.dialog.$wrapper.clientHeight-this.anchorRect.height)/2:o===P&&(i+=this.dialog.$wrapper.clientHeight-this.anchorRect.height)),i-=r.clientWidth/2}},{key:"getNextDialogXPosition",value:function(e){var t=e.ax,n=e.dx,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.dialog.$wrapper,r=this.anchorRect.left+this.bodyLeft;switch(t){case w:r+=this.anchorRect.width/2;break;case P:r+=this.anchorRect.width}switch(n){case w:r-=o.clientWidth/2;break;case P:r-=o.clientWidth}return r}},{key:"getNextDialogYPosition",value:function(e){var t=e.ay,n=e.dy,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.dialog.$wrapper,r=this.anchorRect.top+this.bodyTop;switch(t){case w:r+=this.anchorRect.height/2;break;case P:r+=this.anchorRect.height}switch(n){case w:r-=o.clientHeight/2;break;case P:r-=o.clientHeight}return r}},{key:"isPositionValid",value:function(e,t,n){var o=e.name,r=e.ax,i=e.ay,a=(e.dx,e.dy,o[0]);return"N"===a||"S"===a?!("N"===a&&this.anchorRect.top-t<0)&&(!("S"===a&&this.anchorRect.bottom+t>window.innerHeight)&&(r===k?!(this.anchorRect.left+n>window.innerWidth||this.anchorRect.left<0):r===w?!(this.anchorRect.left-n/2<0||this.anchorRect.left+n/2>window.innerWidth):!(this.anchorRect.left-n<0||this.anchorRect.right>window.innerWidth))):"W"!==a&&"E"!==a||!("W"===a&&this.anchorRect.left-n<0)&&(!("E"===a&&this.anchorRect.right+n>window.innerWidth)&&(i===k?!(this.anchorRect.top+t>window.innerHeight||this.anchorRect.top<0):i===w?!(this.anchorRect.top+this.anchorRect.height/2-t/2<0||this.anchorRect.top+this.anchorRect.height/2+t/2>window.innerHeight):!(this.anchorRect.top-t<0||this.anchorRect.bottom>window.innerHeight)))}},{key:"getValidAlignmentPreset",value:function(){var e=this,t=this.dialog.$wrapper.clientWidth,n=this.dialog.$wrapper.clientHeight,o=x.filter(function(o){return e.isPositionValid(o,n,t)});if(o.indexOf(this.props.preset)!==-1||!this.props.autoReposition||!o.length)return this.props.preset;var r=o.filter(function(t){var n=t.name;return n[0]===e.props.preset.name[0]});if(r.length)return r[0];var i=a(this.props.preset.name),s=o.filter(function(e){var t=e.name;return t[0]===i});return s.length?s[0]:o[0]}},{key:"componentDidMount",value:function(){this.align(),window.addEventListener("resize",this.align,!0)}},{key:"componentDidUpdate",value:function(){this.align()}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.align,!0)}},{key:"render",value:function(){var e=this,o=this.props;return n.i(l.createElement)(h.default,o.portalProps,n.i(l.createElement)(d.default,b({},n.i(m.default)(o,t.internalKeys),{ref:function(t){return e.dialog=t},before:n.i(l.cloneElement)(o.caretComponent,{ref:function(t){return e.$caret=t},className:p()("b-popover-caret",o.caretComponent.props.className)}),className:p()("b-popover",o.className)})))}}],[{key:"getAlignmentClassFragment",value:function(e){switch(e){case k:return"start";case w:return"middle";case P:return"end"}}}]),t}(l.PureComponent);O.preset=x.reduce(function(e,t){return e[t.name]=t,e},{}),O.defaultProps=b({},d.default.defaultProps,{anchor:void 0,autoReposition:!0,captureFocus:!1,caretAnchor:void 0,caretComponent:v,closeOnEscKey:!0,closeOnOutsideClick:!0,closeOnOutsideScroll:!0,portalProps:{},preset:O.preset.S}),O.internalKeys=s(Object.keys(O.defaultProps),d.default.internalKeys),t.default=O,O.__docgenInfo={description:"A popover is a type of [Dialog](https://github.com/enigma-io/boundless/tree/master/packages/boundless-dialog) that is meant to provide additional context to content (an \"anchor\") currently on-screen. Typically, a popover is spawned by interacting with the content it enriches and is dismissed by clicking or shifting focus to an alternate location.\n\nAlignment options for the popover are designed to mirror compass directions:\n\n```\n → ←\n NNW N NNE\n↓ WNW ENE ↓\n W ANCHOR E\n↑ WSW ESE ↑\n SSW S SSE\n → ←\n```\n\nThe arrows indicate which way the popover will extend, e.g. → means the popover is aligned to the left edge and extends in that direction. Diagonal corners (NW, NE, SE, SW) are currently not supported.\n\n```jsx\n\n My popover content!\n\n```",props:{anchor:{type:{name:"union",value:[{name:"instanceOf",value:"HTMLElement"},{name:"shape",value:{props:{name:"object",required:!1}}}]},required:!0,description:"a DOM element or React reference (ref) to one for positioning purposes",defaultValue:{value:"undefined",computed:!0}},autoReposition:{type:{name:"bool"},required:!1,description:"if the given alignment settings would take the popover out of bounds, change the alignment as necessary to remain in the viewport",defaultValue:{value:"true",computed:!1}},caretAnchor:{type:{name:"union",value:[{name:"instanceOf",value:"HTMLElement"},{name:"shape",value:{props:{name:"object",required:!1}}}]},required:!1,description:"a DOM element or React reference (ref) to one for positioning purposes, the caret component will\nbe automatically positioned to center on this provided anchor; by default it will center\non `props.anchor`",defaultValue:{value:"undefined",computed:!0}},caretComponent:{type:{name:"element"},required:!1,description:"the JSX that is rendered and used to point at the middle of the anchor element and indicate the context of the popover",defaultValue:{value:"\n \n \n \n \n",computed:!1}},portalProps:{type:{name:"shape",value:"Portal.PropTypes",computed:!0},required:!1,description:"",defaultValue:{value:"{}",computed:!1}},preset:{type:{name:"enum",value:[{value:"Popover.preset.NNW",computed:!0},{value:"Popover.preset.N",computed:!0},{value:"Popover.preset.NNE",computed:!0},{value:"Popover.preset.ENE",computed:!0},{value:"Popover.preset.E",computed:!0},{value:"Popover.preset.ESE",computed:!0},{value:"Popover.preset.SSE",computed:!0},{value:"Popover.preset.S",computed:!0},{value:"Popover.preset.SSW",computed:!0},{value:"Popover.preset.WSW",computed:!0},{value:"Popover.preset.W",computed:!0},{value:"Popover.preset.WNW",computed:!0}]},required:!1,description:"Example:\n```jsx\n\n My popover content!\n\n```",defaultValue:{value:"Popover.preset.S",computed:!0}},captureFocus:{defaultValue:{value:"false",computed:!1}},closeOnEscKey:{defaultValue:{value:"true",computed:!1}},closeOnOutsideClick:{defaultValue:{value:"true",computed:!1}},closeOnOutsideScroll:{defaultValue:{value:"true",computed:!1}}},composes:["boundless-dialog"]}},103:function(e,t,n){"use strict";function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),l=(n.n(s),n(438)),u=n.n(l),c=n(34),p=n(2),d=Object.assign||function(e){for(var t=1;t {}",computed:!1}},selected:{type:{name:"bool"},required:!1,description:'determines the activation state of the radio control, see React ["controlled inputs"](https://facebook.github.io/react/docs/forms.html#controlled-components))',defaultValue:{value:"false",computed:!1}},value:{type:{name:"string"},required:!0,description:"passthrough to the HTML `value` attribute on the `.b-radio` node",defaultValue:{value:"''",computed:!1}}}}},105:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),s=(n.n(a),n(442)),l=n.n(s),u=n(54),c=n(51),p=n(2),d=Object.assign||function(e){for(var t=1;te.tokens.length&&this.setValue(""),this._suppressNextTokenSelection)return void(this._suppressNextTokenSelection=!1);if(t!==n&&0!==n.length){if(1===n.length||n[0]!==t[0])return this.refs["token_"+n[0]].focus();if(f(n)!==f(t))return this.refs["token_"+f(n)].focus();this.refs["token_"+n[0]].focus()}}},{key:"remove",value:function(e){var t=this,n=(Array.isArray(e)?e:[e]).filter(function(e){return t.props.tokens.indexOf(e)!==-1});n.length&&this.props.handleRemoveTokens(n)}},{key:"selectToken",value:function(e){this.props.handleNewSelection([e])}},{key:"selectTokens",value:function(e){this.props.handleNewSelection(e)}},{key:"selectPreviousToken",value:function(e){var t=this.props.tokensSelected,n=this.props.tokens;if(1!==t.length||m(t)!==m(n))if(0===t.length)this.selectToken(f(n));else{var o=n[n.indexOf(m(t))-1];this.selectTokens(e?[o].concat(t):[o])}}},{key:"selectNextToken",value:function(e){var t=this.props.tokensSelected,n=this.props.tokens;if(0!==t.length)if(f(t)===f(n))this.clearSelection(),this.focus();else{var o=n[n.indexOf(f(t))+1];this.selectTokens(e?t.concat(o):[o])}}},{key:"clearSelection",value:function(){this.props.handleNewSelection([])}},{key:"handleTokenCloseClick",value:function(e,t){t.stopPropagation(),this.remove(e),this.focus(),this.props.tokenCloseComponent.props.onClick&&this.props.tokenCloseComponent.props.onClick(t)}},{key:"renderTokenClose",value:function(e){if(this.props.tokenCloseVisible)return n.i(a.cloneElement)(this.props.tokenCloseComponent,{className:l()("b-tokenfield-token-close",this.props.tokenCloseComponent.props.className),onClick:this.handleTokenCloseClick.bind(this,e)})}},{key:"handleTokenKeyDown",value:function(e,t){switch(t.which){case 13:case 32:this.selectToken(e),t.preventDefault();break;case 8:this.remove(e),this.focus(),t.preventDefault()}}},{key:"renderTokens",value:function(){var e=this;return n.i(a.createElement)("div",{className:"b-tokenfield-tokens",role:"listbox"},this.props.tokens.map(function(t){return n.i(a.createElement)("div",{ref:"token_"+t,key:t,className:l()("b-tokenfield-token",{"b-tokenfield-token-selected":e.props.tokensSelected.indexOf(t)!==-1}),onClick:e.selectToken.bind(e,t),onKeyDown:e.handleTokenKeyDown.bind(e,t),role:"option",tabIndex:"0"},e.props.entities[t].text,e.renderTokenClose(t))}))}},{key:"render",value:function(){return n.i(a.createElement)("div",d({},n.i(p.default)(this.props,t.internalKeys),{ref:"wrapper",className:l()("b-tokenfield-wrapper",this.props.className),onKeyDown:this.handleKeyDown}),this.renderTokens(),n.i(a.createElement)(u.default,d({},n.i(c.default)(this.props,u.default.defaultProps),{ref:"typeahead",className:"b-tokenfield",clearOnSelection:!0,inputProps:d({},this.props.inputProps,{onClick:this.handleInputClick,onFocus:this.handleInputFocus}),onEntitySelected:this.add})))}}]),t}(a.PureComponent);g.defaultProps=d({},u.default.defaultProps,{handleAddToken:function(){},handleRemoveTokens:function(){},handleNewSelection:function(){},tokenCloseComponent:n.i(a.createElement)("div",null,"X"),tokenCloseVisible:!0,tokens:[],tokensSelected:[]}),g.internalKeys=Object.keys(g.defaultProps),t.default=g,g.__docgenInfo={description:'Basic usage of this component is identical to that of [Typeahead]\n(https://github.com/enigma-io/boundless/master/packages/* boundless-typeahead). Additional props are available to take\nadvantage of the tokenization functionality.\n\n## Component Instance Methods\n\nWhen using `TokenizedInput` in your project, you may call the following methods on a rendered instance of the\ncomponent. Use [`refs`](* https://facebook.github.io/react/docs/refs-and-the-dom.html) to get the instance.\n\n- __`add(index: number)`__\n programmatically creates a token for `props.entities[index]`; `props.handleAddToken` will be called as a hint to\n persist the change in * your controller view or other application state\n\n- __`focus()`__\n focuses the browser oon the underlying textual input for immediate text entry\n\n- __`getInputNode()`__\n returns the raw underlying textual input DOM node\n\n- __`getSelectedEntityText()`__\n returns the `text` property of the currently highlighted entity (from `props.entities`), or returns an empty string\n\n- __`getValue()`__\n retrieves the current value of the underlying textual input\n\n- __`remove(index: number)`__\n programmatically removes the token for `props.entities[index]`; `props.handleRemoveTokens` will be called as a hint\n to persist the * change in your controller view or other application state\n\n- __`select()`__\n programmatically creates a full selection on the underlying textual input such that a press of the Backspace key\n would fully clear the * input\n\n- __`setValue(value: string)`__\n sets the underlying textual input to the specified text and updates internal state; do not use this method when\n using `Typeahead` as a "controlled input"',props:{handleAddToken:{type:{name:"func"},required:!1,description:"function handler that is called when an entity is selected by the user and a token should be created",defaultValue:{value:"() => {}",computed:!1}},handleRemoveTokens:{type:{name:"func"},required:!1,description:'function handler that is called when one or more tokens are removed by the user via clicking the "close"\nbutton or pressing the `Backspace` key while tokens are selected',defaultValue:{value:"() => {}",computed:!1}},handleNewSelection:{type:{name:"func"},required:!1,description:"function handler that is called when one or more tokens are selected by the user via click or keyboard\nactions; called with what the new selection should be",defaultValue:{value:"() => {}",computed:!1}},tokenCloseComponent:{type:{name:"element"},required:!1,description:"the JSX used for the close button itself",defaultValue:{value:"
X
",computed:!1}},tokenCloseVisible:{type:{name:"bool"},required:!1,description:"determines if the `.b-tokenfield-token-close` element should be rendered for each token",defaultValue:{value:"true",computed:!1}},tokens:{type:{name:"arrayOf",value:{name:"number"}},required:!1,description:'the indexes of entities that should be rendered as "tokens" in the component UI',defaultValue:{value:"[]",computed:!1}},tokensSelected:{type:{name:"arrayOf",value:{name:"number"}},required:!1,description:"the indexes of tokenized entities that are part of an active selection; the user can press `Backspace` to\ntrigger `handleRemoveTokens`",defaultValue:{value:"[]",computed:!1}}},composes:["boundless-typeahead"]}},15:function(e,t){e.exports=ReactDOM},169:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){for(var e=["transform","WebkitTransform","MozTransform","OTransform","msTransform","webkit-transform"],t=0,n=e.length;t=0||Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=e[o]);return n}var r=n(143),i=n.n(r),a=n(0),s=(n.n(a),Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:[];return Object.keys(e).reduce(function(n,o){return t.indexOf(o)===-1&&(n[o]=e[o]),n},{})}Object.defineProperty(t,"__esModule",{value:!0}),t.default=o},33:function(e,t,n){"use strict";function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),l=(n.n(s),n(15)),u=(n.n(l),n(2)),c=n(8),p=Object.assign||function(e){for(var t=1;t` tag, avoiding style leakage and parent layout contexts. Only accepts a single top-level child; naked text, etc will be wrapped in a `
`.",props:{"*":{type:{name:"any"},required:!1,description:"any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes)"},children:{type:{name:"node"},required:!1,description:'any normal React child, but must be singular; multiple sibling children must have a common wrapper, such as a "layout" `
`\n\n✅ OK:\n\n```jsx\n\n foo\n\n\n\n
foo
\n
\n\n\n
\n
foo
\n
bar
\n
\n
\n```\n\n⛔️ Not OK:\n\n```jsx\n\n
foo
\n
bar
\n
\n```',defaultValue:{value:"null",computed:!1}},destination:{type:{name:"instanceOf",value:"HTMLElement"},required:!1,description:"the location to append the generated portal and child elements",defaultValue:{value:"document.body",computed:!0}},portalId:{type:{name:"string"},required:!1,description:"the ID used to link the portal origin to the destination; added to generated `
` appended to the destination HTML node",defaultValue:{value:"null",computed:!1}}}}},34:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),s=(n.n(a),n(416)),l=n.n(s),u=n(2),c=Object.assign||function(e){for(var t=1;t`)\n ```jsx\n \n ```\n\n > Note that instead of `onClick`, Button uses `onPressed`. This is because the component also listens for keyboard\n Enter events, so `onClick` only tells half the story. You can still bind to that particular React event\n though if there\'s a need to tell the difference between clicks and Enter presses.\n\n2. stateful (like a toggle, e.g. bold-mode in a rich text editor)\n "stateful" mode is triggered by passing a boolean to `props.pressed`. This enables the button to act like a\n controlled component. The `onUnpressed` event callback will also now be fired when appropriate.\n\n ```jsx\n \n foo\n \n ```',props:{"*":{type:{name:"any"},required:!1,description:"any [React-supported attribute]\n(https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes)"},component:{type:{name:"union",value:[{name:"string"},{name:"func"}]},required:!1,description:"Any valid HTML tag name or a ReactComponent, anything that can be passed as the\nfirst argument to `React.createElement`; note that this component sets the `role` and `aria-checked`\nattributes so non-`