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

@zendeskgarden/react-selection

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/react-selection - npm Package Compare versions

Comparing version 6.0.1 to 6.2.0

42

dist/index.js

@@ -293,4 +293,5 @@ /*!

_defineProperty(_assertThisInitialized(_this), "getFocusProps", function () {
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref$tabIndex = _ref.tabIndex,
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _ref$tabIndex = _ref.tabIndex,
tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex,

@@ -790,4 +791,5 @@ onBlur = _ref.onBlur,

SelectionContainer_defineProperty(SelectionContainer_assertThisInitialized(_this), "getContainerProps", function () {
var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref2$id = _ref2.id,
var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _ref2$id = _ref2.id,
id = _ref2$id === void 0 ? _this.getContainerId() : _ref2$id,

@@ -854,4 +856,9 @@ _ref2$role = _ref2.role,

var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
key = _ref3.key,
var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
_ref4$selectedAriaKey = _ref4.selectedAriaKey,
selectedAriaKey = _ref4$selectedAriaKey === void 0 ? 'aria-selected' : _ref4$selectedAriaKey;
var key = _ref3.key,
_ref3$id = _ref3.id,

@@ -865,6 +872,2 @@ id = _ref3$id === void 0 ? _this.getItemId(key) : _ref3$id,

var _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
_ref4$selectedAriaKey = _ref4.selectedAriaKey,
selectedAriaKey = _ref4$selectedAriaKey === void 0 ? 'aria-selected' : _ref4$selectedAriaKey;
if (typeof key === 'undefined') {

@@ -1078,4 +1081,5 @@ throw new Error('"key" must be defined within getItemProps regardless of being used within a .map()');

FieldContainer_defineProperty(FieldContainer_assertThisInitialized(_this), "getLabelProps", function () {
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref$id = _ref.id,
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _ref$id = _ref.id,
id = _ref$id === void 0 ? _this.retrieveLabelId() : _ref$id,

@@ -1093,6 +1097,3 @@ _ref$htmlFor = _ref.htmlFor,

FieldContainer_defineProperty(FieldContainer_assertThisInitialized(_this), "getInputProps", function () {
var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref2$id = _ref2.id,
id = _ref2$id === void 0 ? _this.retrieveInputId() : _ref2$id,
other = FieldContainer_objectWithoutProperties(_ref2, ["id"]);
var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

@@ -1103,2 +1104,6 @@ var _ref3 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},

var _ref2$id = _ref2.id,
id = _ref2$id === void 0 ? _this.retrieveInputId() : _ref2$id,
other = FieldContainer_objectWithoutProperties(_ref2, ["id"]);
return FieldContainer_objectSpread({

@@ -1112,4 +1117,5 @@ id: id,

FieldContainer_defineProperty(FieldContainer_assertThisInitialized(_this), "getHintProps", function () {
var _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref4$id = _ref4.id,
var _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _ref4$id = _ref4.id,
id = _ref4$id === void 0 ? _this.retrieveHintId() : _ref4$id,

@@ -1116,0 +1122,0 @@ other = FieldContainer_objectWithoutProperties(_ref4, ["id"]);

@@ -7,3 +7,3 @@ /*!

*/
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("prop-types"),require("@zendeskgarden/react-theming"),require("react")):"function"==typeof define&&define.amd?define(["prop-types","@zendeskgarden/react-theming","react"],t):"object"==typeof exports?exports.GardenSelection=t(require("prop-types"),require("@zendeskgarden/react-theming"),require("react")):e.GardenSelection=t(e.PropTypes,e.GardenTheming,e.React)}(window,function(n,o,r){return a={},i.m=u=[function(e,t){e.exports=n},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}}},function(e,t){e.exports=o},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e===e.window?e:9===e.nodeType&&(e.defaultView||e.parentWindow)},e.exports=t.default},function(e,t){e.exports=r},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var o=!("undefined"==typeof window||!window.document||!window.document.createElement);t.default=o,e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){var t=(0,a.default)(e),n=(0,u.default)(t),o=t&&t.documentElement,r={top:0,left:0,height:0,width:0};if(!t)return;if(!(0,i.default)(o,e))return r;void 0!==e.getBoundingClientRect&&(r=e.getBoundingClientRect());return r={top:r.top+(n.pageYOffset||o.scrollTop)-(o.clientTop||0),left:r.left+(n.pageXOffset||o.scrollLeft)-(o.clientLeft||0),width:(null==r.width?e.offsetWidth:r.width)||0,height:(null==r.height?e.offsetHeight:r.height)||0}};var i=o(n(10)),u=o(n(3)),a=o(n(11));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n=(0,i.default)(e);return n?n.innerHeight:t?e.clientHeight:(0,r.default)(e).height};var r=o(n(6)),i=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){return(0,r.default)(e.replace(i,"ms-"))};var r=o(n(14)),i=/^-ms-/;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n,o,r,i,u,a,c,l=(0,d.default)(e),f={top:0,left:0};if(!e)return;n=t||(0,y.default)(e),(0,b.default)(n),o=(0,v.default)(n),a=(0,p.default)(n,!0),(i=(0,b.default)(n))||(f=(0,d.default)(n));l={top:l.top-f.top,left:l.left-f.left,height:l.height,width:l.width},u=l.height,r=l.top+(i?0:o),c=r+u,o=r<o?r:o+a<c?c-a:o;var s=(0,m.default)(function(){return(0,v.default)(n,o)});return function(){return m.default.cancel(s)}};var d=o(n(6)),p=o(n(7)),y=o(n(12)),v=o(n(21)),m=o(n(22)),b=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=void 0;var r=o(n(5)).default?function(e,t){return e.contains?e.contains(t):e.compareDocumentPosition?e===t||!!(16&e.compareDocumentPosition(t)):i(e,t)}:i;function i(e,t){if(t)do{if(t===e)return!0}while(t=t.parentNode);return!1}t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e&&e.ownerDocument||document},e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){var t=(0,u.default)(e,"position"),n="absolute"===t,o=e.ownerDocument;if("fixed"===t)return o||document;for(;(e=e.parentNode)&&9!==e.nodeType;){var r=n&&"static"===(0,u.default)(e,"position"),i=(0,u.default)(e,"overflow")+(0,u.default)(e,"overflow-y")+(0,u.default)(e,"overflow-x");if(!r&&(/(auto|scroll)/.test(i)&&(0,a.default)(e)<e.scrollHeight))return e}return document};var u=o(n(13)),a=o(n(7));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(n,e,t){var o="",r="",i=e;if("string"==typeof e){if(void 0===t)return n.style[(0,u.default)(e)]||(0,c.default)(n).getPropertyValue((0,a.default)(e));(i={})[e]=t}Object.keys(i).forEach(function(e){var t=i[e];t||0===t?(0,s.default)(e)?r+=e+"("+t+") ":o+=(0,a.default)(e)+": "+t+";":(0,l.default)(n,(0,a.default)(e))}),r&&(o+=f.transform+": "+r+";");n.style.cssText+=";"+o};var u=o(n(8)),a=o(n(15)),c=o(n(17)),l=o(n(18)),f=n(19),s=o(n(20));e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(o,function(e,t){return t.toUpperCase()})};var o=/-(.)/g;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){return(0,r.default)(e).replace(i,"-ms-")};var r=o(n(16)),i=/^ms-/;e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(o,"-$1").toLowerCase()};var o=/([A-Z])/g;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(u){if(!u)throw new TypeError("No Element passed to `getComputedStyle()`");var e=u.ownerDocument;return"defaultView"in e?e.defaultView.opener?u.ownerDocument.defaultView.getComputedStyle(u,null):window.getComputedStyle(u,null):{getPropertyValue:function(e){var t=u.style;"float"==(e=(0,a.default)(e))&&(e="styleFloat");var n=u.currentStyle[e]||null;if(null==n&&t&&t[e]&&(n=t[e]),l.test(n)&&!c.test(e)){var o=t.left,r=u.runtimeStyle,i=r&&r.left;i&&(r.left=u.currentStyle.left),t.left="fontSize"===e?"1em":n,n=t.pixelLeft+"px",t.left=o,i&&(r.left=i)}return n}}};var a=o(n(8)),c=/^(top|right|bottom|left)$/,l=/^([+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|))(?!px)[a-z%]+$/i;e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return"removeProperty"in e.style?e.style.removeProperty(t):e.style.removeAttribute(t)},e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=t.animationEnd=t.animationDelay=t.animationTiming=t.animationDuration=t.animationName=t.transitionEnd=t.transitionDuration=t.transitionDelay=t.transitionTiming=t.transitionProperty=t.transform=void 0;var r,i,u,a,c,l,f,s,d,p,y,v=o(n(5)),m="transform";if(t.transform=m,t.animationEnd=u,t.transitionEnd=i,t.transitionDelay=f,t.transitionTiming=l,t.transitionDuration=c,t.transitionProperty=a,t.animationDelay=y,t.animationTiming=p,t.animationDuration=d,t.animationName=s,v.default){var b=function(){for(var e,t,n=document.createElement("div").style,o={O:function(e){return"o"+e.toLowerCase()},Moz:function(e){return e.toLowerCase()},Webkit:function(e){return"webkit"+e},ms:function(e){return"MS"+e}},r=Object.keys(o),i="",u=0;u<r.length;u++){var a=r[u];if(a+"TransitionProperty"in n){i="-"+a.toLowerCase(),e=o[a]("TransitionEnd"),t=o[a]("AnimationEnd");break}}!e&&"transitionProperty"in n&&(e="transitionend");!t&&"animationName"in n&&(t="animationend");return n=null,{animationEnd:t,transitionEnd:e,prefix:i}}();r=b.prefix,t.transitionEnd=i=b.transitionEnd,t.animationEnd=u=b.animationEnd,t.transform=m=r+"-"+m,t.transitionProperty=a=r+"-transition-property",t.transitionDuration=c=r+"-transition-duration",t.transitionDelay=f=r+"-transition-delay",t.transitionTiming=l=r+"-transition-timing-function",t.animationName=s=r+"-animation-name",t.animationDuration=d=r+"-animation-duration",t.animationTiming=p=r+"-animation-delay",t.animationDelay=y=r+"-animation-timing-function"}var h={transform:m,end:i,property:a,timing:l,delay:f,duration:c};t.default=h},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return!(!e||!o.test(e))};var o=/^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n=(0,r.default)(e);if(void 0===t)return n?"pageYOffset"in n?n.pageYOffset:n.document.documentElement.scrollTop:e.scrollTop;n?n.scrollTo("pageXOffset"in n?n.pageXOffset:n.document.documentElement.scrollLeft,t):e.scrollTop=t};var r=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=void 0;function r(e,t){return e+(e?t[0].toUpperCase()+t.substr(1):t)+"AnimationFrame"}var i,u=o(n(5)),a="clearTimeout",c=function(e){var t=(new Date).getTime(),n=Math.max(0,16-(t-l)),o=setTimeout(e,n);return l=t,o};u.default&&["","webkit","moz","o","ms"].some(function(e){var t=r(e,"request");if(t in window)return a=r(e,"cancel"),c=function(e){return window[t](e)}});var l=(new Date).getTime();(i=function(e){return c(e)}).cancel=function(e){window[a]&&"function"==typeof window[a]&&window[a](e)};var f=i;t.default=f,e.exports=t.default},function(e,t,n){"use strict";n.r(t);var u={ALT:18,BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38},o=n(4),r=n(0),i=n.n(r);function g(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(t){for(var e=arguments.length,n=new Array(1<e?e-1:0),o=1;o<e;o++)n[o-1]=arguments[o];return r.some(function(e){return e&&e.apply(void 0,[t].concat(n)),t&&t.defaultPrevented})}}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function a(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function f(e){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y=function(e){function r(){var e,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return p(s(a=function(e,t){return!t||"object"!==c(t)&&"function"!=typeof t?s(e):t}(this,(e=f(r)).call.apply(e,[this].concat(n)))),"onMouseDown",function(){a.keyboardFocusable=!1,setTimeout(function(){a.keyboardFocusable=!0},0)}),p(s(a),"onFocus",function(){a.keyboardFocusable&&a.setState({keyboardFocused:!0})}),p(s(a),"onBlur",function(){a.setState({keyboardFocused:!1})}),p(s(a),"getFocusProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.tabIndex,n=void 0===t?0:t,o=e.onBlur,r=e.onFocus,i=e.onMouseDown,u=l(e,["tabIndex","onBlur","onFocus","onMouseDown"]);return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){p(t,e,n[e])})}return t}({tabIndex:n,onBlur:g(o,a.onBlur),onFocus:g(r,a.onFocus),onMouseDown:g(i,a.onMouseDown)},u)}),a.state={keyboardFocused:!1},a.keyboardFocusable=!0,a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(r,o["Component"]),function(e,t,n){t&&a(e.prototype,t),n&&a(e,n)}(r,[{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n,r=this.state.keyboardFocused;return o({getFocusProps:this.getFocusProps,keyboardFocused:r})}}]),r}();p(y,"propTypes",{children:i.a.func,render:i.a.func});var v=n(9),m=n.n(v),b=n(2);function h(e){return(h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function O(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function S(e,t){return(S=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I=function(e){function r(){var e,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return P(O(i=function(e,t){return!t||"object"!==h(t)&&"function"!=typeof t?O(e):t}(this,(e=w(r)).call.apply(e,[this].concat(n)))),"isControlledProp",function(e){return Object.prototype.hasOwnProperty.call(i.props,e)}),P(O(i),"getControlledState",function(){var n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:i.state;return Object.keys(n).reduce(function(e,t){return e[t]=i.isControlledProp(t)?i.props[t]:n[t],e},{})}),P(O(i),"setControlledState",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=i.props.onStateChange;if(t){var n={},o={};for(var r in e)i.isControlledProp(r)?n[r]=e[r]:o[r]=e[r];t(n),i.setState(o)}else i.setState(e)}),i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&S(e,t)}(r,o["Component"]),r}();P(I,"propTypes",{onStateChange:i.a.func});var _=0;var x={generateId:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"garden";return"".concat(e,"-").concat(_++)},setIdCounter:function(e){_=e}};function M(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var j=function(){function n(){var e=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).wrapping,t=void 0===e?"items":e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),this.selectedIndex=void 0,this.numItems=0,this.wrapping=t}return function(e,t,n){t&&M(e.prototype,t),n&&M(e,n)}(n,[{key:"fireSelectionChanged",value:function(e,t){this.onSelectionChanged&&this.onSelectionChanged({newSelection:e,previousSelection:t})}},{key:"select",value:function(e){var t=this.selectedIndex;this.selectedIndex=e,-1===this.selectedIndex&&(this.selectedIndex=void 0),this.fireSelectionChanged(this.selectedIndex,t)}},{key:"selectNext",value:function(){if(0<this.numItems){if(!this.hasSelection())return this.selectFirst();var e=this.selectedIndex+1;return this.numItems<=e&&("clear"===this.wrapping?e=-1:"items"===this.wrapping?e%=this.numItems:"off"===this.wrapping&&(e=this.numItems-1)),this.select(e),!0}return!1}},{key:"selectPrevious",value:function(){if(0<this.numItems){if(!this.hasSelection())return this.selectLast();var e=this.selectedIndex-1;return e<0&&("clear"===this.wrapping?e=-1:"items"===this.wrapping?e=this.numItems-1:"off"===this.wrapping&&(e=0)),this.select(e),!0}return!1}},{key:"selectFirst",value:function(){return 0<this.numItems&&(this.select(0),!0)}},{key:"selectLast",value:function(){return 0<this.numItems&&(this.select(this.numItems-1),!0)}},{key:"clearSelection",value:function(){this.select()}},{key:"reset",value:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.numItems,n=void 0===t?0:t,o=e.selectedIndex;this.numItems=n,this.selectedIndex=o}},{key:"hasSelection",value:function(){return void 0!==this.selectedIndex}}]),n}();function E(e){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){A(t,e,n[e])})}return t}function D(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function k(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function T(e){return(T=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function F(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function K(e,t){return(K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var N="horizontal",L="vertical",H="both",R=function(e){function i(){var e,t,h;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i);for(var n=arguments.length,o=new Array(n),r=0;r<n;r++)o[r]=arguments[r];return A(F(h=function(e,t){return!t||"object"!==E(t)&&"function"!=typeof t?F(e):t}(this,(e=T(i)).call.apply(e,[this].concat(o)))),"keyDownEventHandlers",(A(t={},u.ENTER,function(e){e.preventDefault();var t=h.getControlledState().focusedKey;h.selectItem(t,t)}),A(t,u.SPACE,function(e){e.preventDefault();var t=h.getControlledState().focusedKey;h.selectItem(t,t)}),A(t,u.END,function(e){e.preventDefault(),h.focusSelectionModel.selectLast()}),A(t,u.HOME,function(e){e.preventDefault(),h.focusSelectionModel.selectFirst()}),A(t,u.LEFT,function(e){h.props.direction!==L&&(e.preventDefault(),Object(b.isRtl)(h.props)?h.focusSelectionModel.selectNext():h.focusSelectionModel.selectPrevious())}),A(t,u.RIGHT,function(e){h.props.direction!==L&&(e.preventDefault(),Object(b.isRtl)(h.props)?h.focusSelectionModel.selectPrevious():h.focusSelectionModel.selectNext())}),A(t,u.UP,function(e){h.props.direction!==N&&(e.preventDefault(),h.focusSelectionModel.selectPrevious())}),A(t,u.DOWN,function(e){h.props.direction!==N&&(e.preventDefault(),h.focusSelectionModel.selectNext())}),t)),A(F(h),"onFocusSelectionModelChange",function(e){var t=e.newSelection,n=h.indexKeyMap[t];h.setControlledState({focusedKey:n})}),A(F(h),"selectItem",function(e,t){h.setControlledState({selectedKey:e,focusedKey:t})}),A(F(h),"getContainerId",function(){return"".concat(h.getControlledState().id,"--container")}),A(F(h),"getContainerProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id,n=void 0===t?h.getContainerId():t,o=e.role,r=void 0===o?"listbox":o,i=e.tabIndex,u=void 0===i?0:i,a=e.onKeyDown,c=e.onFocus,l=e.onBlur,f=e.onMouseDown,s=D(e,["id","role","tabIndex","onKeyDown","onFocus","onBlur","onMouseDown"]),d=h.getControlledState().focusedKey,p=h.props.defaultFocusedIndex;return C({id:n,role:r,tabIndex:u,"aria-activedescendant":h.getItemId(d),onKeyDown:g(a,function(e){var t=h.keyDownEventHandlers[e.keyCode];t&&t(e)}),onFocus:g(c,function(){if(!h.containerMouseDown&&void 0===d){var e=h.keyIndexMap[h.getControlledState().selectedKey];void 0===e&&(e=-1===p?e=Object.keys(h.keyIndexMap).length-1:p),h.focusSelectionModel.select(e)}}),onMouseDown:g(f,function(){h.containerMouseDown=!0,setTimeout(function(){h.containerMouseDown=!1},0)}),onBlur:g(l,function(){h.focusSelectionModel.clearSelection()})},s)}),A(F(h),"getItemId",function(e){return void 0===e?null:"".concat(h.getControlledState().id,"--item-").concat(e)}),A(F(h),"getItemProps",function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},n=t.key,o=t.id,r=void 0===o?h.getItemId(n):o,i=t.role,u=void 0===i?"option":i,a=t.onClick,c=t.index,l=D(t,["key","id","role","onClick","index"]),f=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).selectedAriaKey,s=void 0===f?"aria-selected":f;if(void 0===n)throw new Error('"key" must be defined within getItemProps regardless of being used within a .map()');var d=h.getControlledState(),p=d.selectedKey,y=d.focusedKey,v=n===p,m=n===y,b=void 0===c?h.focusSelectionModel.numItems:c;return h.indexKeyMap[b]=n,h.keyIndexMap[n]=b,(m||void 0===y&&v)&&(h.focusSelectionModel.selectedIndex=b),h.focusSelectionModel.numItems++,C((A(e={id:r,key:n,role:u},s,v),A(e,"onClick",g(a,function(){h.selectItem(n,void 0)})),e),l)}),h.state={focusedKey:void 0,selectedKey:void 0,id:x.generateId("garden-selection-container")},h.focusSelectionModel=new j,h.focusSelectionModel.onSelectionChanged=h.onFocusSelectionModelChange,h}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}(i,I),function(e,t,n){t&&k(e.prototype,t),n&&k(e,n)}(i,[{key:"componentDidUpdate",value:function(e,t){var n=void 0===this.props.focusedKey?this.state:this.props,o=void 0===e.focusedKey?t:e,r=b.getDocument?Object(b.getDocument)(this.props):document;if(void 0!==n.focusedKey&&n.focusedKey!==o.focusedKey){var i=r.getElementById(this.getItemId(n.focusedKey));i&&m()(i)}}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n,r=this.getControlledState(),i=r.focusedKey,u=r.selectedKey;return this.focusSelectionModel.reset(),this.indexKeyMap={},this.keyIndexMap={},this.items=[],o({getContainerProps:this.getContainerProps,getItemProps:this.getItemProps,focusedKey:i,selectedKey:u,focusSelectionModel:this.focusSelectionModel})}}]),i}();A(R,"propTypes",{children:i.a.func,direction:i.a.oneOf([N,L,H]),defaultFocusedIndex:i.a.number,focusedKey:i.a.oneOfType([i.a.string,i.a.number]),selectedKey:i.a.oneOfType([i.a.string,i.a.number]),onStateChange:i.a.func,id:i.a.string,render:i.a.func}),A(R,"defaultProps",{defaultFocusedIndex:0,direction:N});var B=Object(b.withTheme)(R);function U(e){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){X(t,e,n[e])})}return t}function q(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function G(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function V(e){return(V=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function W(e,t){return(W=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $=function(e){function r(){var e,u;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return X(Y(u=function(e,t){return!t||"object"!==U(t)&&"function"!=typeof t?Y(e):t}(this,(e=V(r)).call.apply(e,[this].concat(n)))),"retrieveInputId",function(){return"".concat(u.getControlledState().id,"--input")}),X(Y(u),"retrieveLabelId",function(){return"".concat(u.getControlledState().id,"--label")}),X(Y(u),"retrieveHintId",function(){return"".concat(u.getControlledState().id,"--hint")}),X(Y(u),"getLabelProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id,n=void 0===t?u.retrieveLabelId():t,o=e.htmlFor;return z({id:n,htmlFor:void 0===o?u.retrieveInputId():o},q(e,["id","htmlFor"]))}),X(Y(u),"getInputProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id,n=void 0===t?u.retrieveInputId():t,o=q(e,["id"]),r=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isDescribed,i=void 0!==r&&r;return z({id:n,"aria-labelledby":u.retrieveLabelId(),"aria-describedby":i?u.retrieveHintId():null},o)}),X(Y(u),"getHintProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id;return z({id:void 0===t?u.retrieveHintId():t},q(e,["id"]))}),X(Y(u),"getMessageProps",function(e){return e}),u.state={id:x.generateId("garden-field-container")},u}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&W(e,t)}(r,I),function(e,t,n){t&&G(e.prototype,t),n&&G(e,n)}(r,[{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n;return o({getLabelProps:this.getLabelProps,getInputProps:this.getInputProps,getHintProps:this.getHintProps,getMessageProps:this.getMessageProps})}}]),r}();X($,"propTypes",{children:i.a.func,render:i.a.func,id:i.a.string}),n.d(t,"KEY_CODES",function(){return u}),n.d(t,"KeyboardFocusContainer",function(){return y}),n.d(t,"SelectionContainer",function(){return B}),n.d(t,"FieldContainer",function(){return $}),n.d(t,"composeEventHandlers",function(){return g}),n.d(t,"ControlledComponent",function(){return I}),n.d(t,"IdManager",function(){return x}),n.d(t,"SingleSelectionModel",function(){return j})}],i.c=a,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=23);function i(e){if(a[e])return a[e].exports;var t=a[e]={i:e,l:!1,exports:{}};return u[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}var u,a});
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("prop-types"),require("@zendeskgarden/react-theming"),require("react")):"function"==typeof define&&define.amd?define(["prop-types","@zendeskgarden/react-theming","react"],t):"object"==typeof exports?exports.GardenSelection=t(require("prop-types"),require("@zendeskgarden/react-theming"),require("react")):e.GardenSelection=t(e.PropTypes,e.GardenTheming,e.React)}(window,function(n,o,r){return a={},i.m=u=[function(e,t){e.exports=n},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}}},function(e,t){e.exports=o},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e===e.window?e:9===e.nodeType&&(e.defaultView||e.parentWindow)},e.exports=t.default},function(e,t){e.exports=r},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var o=!("undefined"==typeof window||!window.document||!window.document.createElement);t.default=o,e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){var t=(0,a.default)(e),n=(0,u.default)(t),o=t&&t.documentElement,r={top:0,left:0,height:0,width:0};if(!t)return;if(!(0,i.default)(o,e))return r;void 0!==e.getBoundingClientRect&&(r=e.getBoundingClientRect());return r={top:r.top+(n.pageYOffset||o.scrollTop)-(o.clientTop||0),left:r.left+(n.pageXOffset||o.scrollLeft)-(o.clientLeft||0),width:(null==r.width?e.offsetWidth:r.width)||0,height:(null==r.height?e.offsetHeight:r.height)||0}};var i=o(n(10)),u=o(n(3)),a=o(n(11));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n=(0,i.default)(e);return n?n.innerHeight:t?e.clientHeight:(0,r.default)(e).height};var r=o(n(6)),i=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){return(0,r.default)(e.replace(i,"ms-"))};var r=o(n(14)),i=/^-ms-/;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n,o,r,i,u,a,c,l=(0,d.default)(e),f={top:0,left:0};if(!e)return;n=t||(0,y.default)(e),(0,b.default)(n),o=(0,v.default)(n),a=(0,p.default)(n,!0),(i=(0,b.default)(n))||(f=(0,d.default)(n));l={top:l.top-f.top,left:l.left-f.left,height:l.height,width:l.width},u=l.height,r=l.top+(i?0:o),c=r+u,o=r<o?r:o+a<c?c-a:o;var s=(0,m.default)(function(){return(0,v.default)(n,o)});return function(){return m.default.cancel(s)}};var d=o(n(6)),p=o(n(7)),y=o(n(12)),v=o(n(21)),m=o(n(22)),b=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=void 0;var r=o(n(5)).default?function(e,t){return e.contains?e.contains(t):e.compareDocumentPosition?e===t||!!(16&e.compareDocumentPosition(t)):i(e,t)}:i;function i(e,t){if(t)do{if(t===e)return!0}while(t=t.parentNode);return!1}t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e&&e.ownerDocument||document},e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){var t=(0,u.default)(e,"position"),n="absolute"===t,o=e.ownerDocument;if("fixed"===t)return o||document;for(;(e=e.parentNode)&&9!==e.nodeType;){var r=n&&"static"===(0,u.default)(e,"position"),i=(0,u.default)(e,"overflow")+(0,u.default)(e,"overflow-y")+(0,u.default)(e,"overflow-x");if(!r&&(/(auto|scroll)/.test(i)&&(0,a.default)(e)<e.scrollHeight))return e}return document};var u=o(n(13)),a=o(n(7));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(n,e,t){var o="",r="",i=e;if("string"==typeof e){if(void 0===t)return n.style[(0,u.default)(e)]||(0,c.default)(n).getPropertyValue((0,a.default)(e));(i={})[e]=t}Object.keys(i).forEach(function(e){var t=i[e];t||0===t?(0,s.default)(e)?r+=e+"("+t+") ":o+=(0,a.default)(e)+": "+t+";":(0,l.default)(n,(0,a.default)(e))}),r&&(o+=f.transform+": "+r+";");n.style.cssText+=";"+o};var u=o(n(8)),a=o(n(15)),c=o(n(17)),l=o(n(18)),f=n(19),s=o(n(20));e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(o,function(e,t){return t.toUpperCase()})};var o=/-(.)/g;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e){return(0,r.default)(e).replace(i,"-ms-")};var r=o(n(16)),i=/^ms-/;e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(o,"-$1").toLowerCase()};var o=/([A-Z])/g;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(u){if(!u)throw new TypeError("No Element passed to `getComputedStyle()`");var e=u.ownerDocument;return"defaultView"in e?e.defaultView.opener?u.ownerDocument.defaultView.getComputedStyle(u,null):window.getComputedStyle(u,null):{getPropertyValue:function(e){var t=u.style;"float"==(e=(0,a.default)(e))&&(e="styleFloat");var n=u.currentStyle[e]||null;if(null==n&&t&&t[e]&&(n=t[e]),l.test(n)&&!c.test(e)){var o=t.left,r=u.runtimeStyle,i=r&&r.left;i&&(r.left=u.currentStyle.left),t.left="fontSize"===e?"1em":n,n=t.pixelLeft+"px",t.left=o,i&&(r.left=i)}return n}}};var a=o(n(8)),c=/^(top|right|bottom|left)$/,l=/^([+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|))(?!px)[a-z%]+$/i;e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return"removeProperty"in e.style?e.style.removeProperty(t):e.style.removeAttribute(t)},e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=t.animationEnd=t.animationDelay=t.animationTiming=t.animationDuration=t.animationName=t.transitionEnd=t.transitionDuration=t.transitionDelay=t.transitionTiming=t.transitionProperty=t.transform=void 0;var r,i,u,a,c,l,f,s,d,p,y,v=o(n(5)),m="transform";if(t.transform=m,t.animationEnd=u,t.transitionEnd=i,t.transitionDelay=f,t.transitionTiming=l,t.transitionDuration=c,t.transitionProperty=a,t.animationDelay=y,t.animationTiming=p,t.animationDuration=d,t.animationName=s,v.default){var b=function(){for(var e,t,n=document.createElement("div").style,o={O:function(e){return"o"+e.toLowerCase()},Moz:function(e){return e.toLowerCase()},Webkit:function(e){return"webkit"+e},ms:function(e){return"MS"+e}},r=Object.keys(o),i="",u=0;u<r.length;u++){var a=r[u];if(a+"TransitionProperty"in n){i="-"+a.toLowerCase(),e=o[a]("TransitionEnd"),t=o[a]("AnimationEnd");break}}!e&&"transitionProperty"in n&&(e="transitionend");!t&&"animationName"in n&&(t="animationend");return n=null,{animationEnd:t,transitionEnd:e,prefix:i}}();r=b.prefix,t.transitionEnd=i=b.transitionEnd,t.animationEnd=u=b.animationEnd,t.transform=m=r+"-"+m,t.transitionProperty=a=r+"-transition-property",t.transitionDuration=c=r+"-transition-duration",t.transitionDelay=f=r+"-transition-delay",t.transitionTiming=l=r+"-transition-timing-function",t.animationName=s=r+"-animation-name",t.animationDuration=d=r+"-animation-duration",t.animationTiming=p=r+"-animation-delay",t.animationDelay=y=r+"-animation-timing-function"}var h={transform:m,end:i,property:a,timing:l,delay:f,duration:c};t.default=h},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return!(!e||!o.test(e))};var o=/^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=function(e,t){var n=(0,r.default)(e);if(void 0===t)return n?"pageYOffset"in n?n.pageYOffset:n.document.documentElement.scrollTop:e.scrollTop;n?n.scrollTo("pageXOffset"in n?n.pageXOffset:n.document.documentElement.scrollLeft,t):e.scrollTop=t};var r=o(n(3));e.exports=t.default},function(e,t,n){"use strict";var o=n(1);t.__esModule=!0,t.default=void 0;function r(e,t){return e+(e?t[0].toUpperCase()+t.substr(1):t)+"AnimationFrame"}var i,u=o(n(5)),a="clearTimeout",c=function(e){var t=(new Date).getTime(),n=Math.max(0,16-(t-l)),o=setTimeout(e,n);return l=t,o};u.default&&["","webkit","moz","o","ms"].some(function(e){var t=r(e,"request");if(t in window)return a=r(e,"cancel"),c=function(e){return window[t](e)}});var l=(new Date).getTime();(i=function(e){return c(e)}).cancel=function(e){window[a]&&"function"==typeof window[a]&&window[a](e)};var f=i;t.default=f,e.exports=t.default},function(e,t,n){"use strict";n.r(t);var u={ALT:18,BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38},o=n(4),r=n(0),i=n.n(r);function g(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(t){for(var e=arguments.length,n=new Array(1<e?e-1:0),o=1;o<e;o++)n[o-1]=arguments[o];return r.some(function(e){return e&&e.apply(void 0,[t].concat(n)),t&&t.defaultPrevented})}}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function a(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function f(e){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y=function(){function r(){var e,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return p(s(a=function(e,t){return!t||"object"!==c(t)&&"function"!=typeof t?s(e):t}(this,(e=f(r)).call.apply(e,[this].concat(n)))),"onMouseDown",function(){a.keyboardFocusable=!1,setTimeout(function(){a.keyboardFocusable=!0},0)}),p(s(a),"onFocus",function(){a.keyboardFocusable&&a.setState({keyboardFocused:!0})}),p(s(a),"onBlur",function(){a.setState({keyboardFocused:!1})}),p(s(a),"getFocusProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.tabIndex,n=void 0===t?0:t,o=e.onBlur,r=e.onFocus,i=e.onMouseDown,u=l(e,["tabIndex","onBlur","onFocus","onMouseDown"]);return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){p(t,e,n[e])})}return t}({tabIndex:n,onBlur:g(o,a.onBlur),onFocus:g(r,a.onFocus),onMouseDown:g(i,a.onMouseDown)},u)}),a.state={keyboardFocused:!1},a.keyboardFocusable=!0,a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(r,o["Component"]),function(e,t,n){t&&a(e.prototype,t),n&&a(e,n)}(r,[{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n,r=this.state.keyboardFocused;return o({getFocusProps:this.getFocusProps,keyboardFocused:r})}}]),r}();p(y,"propTypes",{children:i.a.func,render:i.a.func});var v=n(9),m=n.n(v),b=n(2);function h(e){return(h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function O(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function S(e,t){return(S=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I=function(){function r(){var e,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return P(O(i=function(e,t){return!t||"object"!==h(t)&&"function"!=typeof t?O(e):t}(this,(e=w(r)).call.apply(e,[this].concat(n)))),"isControlledProp",function(e){return Object.prototype.hasOwnProperty.call(i.props,e)}),P(O(i),"getControlledState",function(){var n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:i.state;return Object.keys(n).reduce(function(e,t){return e[t]=i.isControlledProp(t)?i.props[t]:n[t],e},{})}),P(O(i),"setControlledState",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=i.props.onStateChange;if(t){var n={},o={};for(var r in e)i.isControlledProp(r)?n[r]=e[r]:o[r]=e[r];t(n),i.setState(o)}else i.setState(e)}),i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&S(e,t)}(r,o["Component"]),r}();P(I,"propTypes",{onStateChange:i.a.func});var _=0;var x={generateId:function(){return"".concat(0<arguments.length&&void 0!==arguments[0]?arguments[0]:"garden","-").concat(_++)},setIdCounter:function(e){_=e}};function M(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var j=function(){function n(){var e=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).wrapping,t=void 0===e?"items":e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),this.selectedIndex=void 0,this.numItems=0,this.wrapping=t}return function(e,t,n){t&&M(e.prototype,t),n&&M(e,n)}(n,[{key:"fireSelectionChanged",value:function(e,t){this.onSelectionChanged&&this.onSelectionChanged({newSelection:e,previousSelection:t})}},{key:"select",value:function(e){var t=this.selectedIndex;this.selectedIndex=e,-1===this.selectedIndex&&(this.selectedIndex=void 0),this.fireSelectionChanged(this.selectedIndex,t)}},{key:"selectNext",value:function(){if(0<this.numItems){if(!this.hasSelection())return this.selectFirst();var e=this.selectedIndex+1;return this.numItems<=e&&("clear"===this.wrapping?e=-1:"items"===this.wrapping?e%=this.numItems:"off"===this.wrapping&&(e=this.numItems-1)),this.select(e),!0}return!1}},{key:"selectPrevious",value:function(){if(0<this.numItems){if(!this.hasSelection())return this.selectLast();var e=this.selectedIndex-1;return e<0&&("clear"===this.wrapping?e=-1:"items"===this.wrapping?e=this.numItems-1:"off"===this.wrapping&&(e=0)),this.select(e),!0}return!1}},{key:"selectFirst",value:function(){return 0<this.numItems&&(this.select(0),!0)}},{key:"selectLast",value:function(){return 0<this.numItems&&(this.select(this.numItems-1),!0)}},{key:"clearSelection",value:function(){this.select()}},{key:"reset",value:function(e){var t=0<arguments.length&&void 0!==e?e:{},n=t.numItems,o=void 0===n?0:n,r=t.selectedIndex;this.numItems=o,this.selectedIndex=r}},{key:"hasSelection",value:function(){return void 0!==this.selectedIndex}}]),n}();function E(e){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){A(t,e,n[e])})}return t}function D(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function k(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function T(e){return(T=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function F(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function K(e,t){return(K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var N="horizontal",L="vertical",H="both",R=function(){function i(){var e,t,h;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i);for(var n=arguments.length,o=new Array(n),r=0;r<n;r++)o[r]=arguments[r];return A(F(h=function(e,t){return!t||"object"!==E(t)&&"function"!=typeof t?F(e):t}(this,(e=T(i)).call.apply(e,[this].concat(o)))),"keyDownEventHandlers",(A(t={},u.ENTER,function(e){e.preventDefault();var t=h.getControlledState().focusedKey;h.selectItem(t,t)}),A(t,u.SPACE,function(e){e.preventDefault();var t=h.getControlledState().focusedKey;h.selectItem(t,t)}),A(t,u.END,function(e){e.preventDefault(),h.focusSelectionModel.selectLast()}),A(t,u.HOME,function(e){e.preventDefault(),h.focusSelectionModel.selectFirst()}),A(t,u.LEFT,function(e){h.props.direction!==L&&(e.preventDefault(),Object(b.isRtl)(h.props)?h.focusSelectionModel.selectNext():h.focusSelectionModel.selectPrevious())}),A(t,u.RIGHT,function(e){h.props.direction!==L&&(e.preventDefault(),Object(b.isRtl)(h.props)?h.focusSelectionModel.selectPrevious():h.focusSelectionModel.selectNext())}),A(t,u.UP,function(e){h.props.direction!==N&&(e.preventDefault(),h.focusSelectionModel.selectPrevious())}),A(t,u.DOWN,function(e){h.props.direction!==N&&(e.preventDefault(),h.focusSelectionModel.selectNext())}),t)),A(F(h),"onFocusSelectionModelChange",function(e){var t=e.newSelection,n=h.indexKeyMap[t];h.setControlledState({focusedKey:n})}),A(F(h),"selectItem",function(e,t){h.setControlledState({selectedKey:e,focusedKey:t})}),A(F(h),"getContainerId",function(){return"".concat(h.getControlledState().id,"--container")}),A(F(h),"getContainerProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id,n=void 0===t?h.getContainerId():t,o=e.role,r=void 0===o?"listbox":o,i=e.tabIndex,u=void 0===i?0:i,a=e.onKeyDown,c=e.onFocus,l=e.onBlur,f=e.onMouseDown,s=D(e,["id","role","tabIndex","onKeyDown","onFocus","onBlur","onMouseDown"]),d=h.getControlledState().focusedKey,p=h.props.defaultFocusedIndex;return C({id:n,role:r,tabIndex:u,"aria-activedescendant":h.getItemId(d),onKeyDown:g(a,function(e){var t=h.keyDownEventHandlers[e.keyCode];t&&t(e)}),onFocus:g(c,function(){if(!h.containerMouseDown&&void 0===d){var e=h.keyIndexMap[h.getControlledState().selectedKey];void 0===e&&(e=-1===p?e=Object.keys(h.keyIndexMap).length-1:p),h.focusSelectionModel.select(e)}}),onMouseDown:g(f,function(){h.containerMouseDown=!0,setTimeout(function(){h.containerMouseDown=!1},0)}),onBlur:g(l,function(){h.focusSelectionModel.clearSelection()})},s)}),A(F(h),"getItemId",function(e){return void 0===e?null:"".concat(h.getControlledState().id,"--item-").concat(e)}),A(F(h),"getItemProps",function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},n=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).selectedAriaKey,o=void 0===n?"aria-selected":n,r=t.key,i=t.id,u=void 0===i?h.getItemId(r):i,a=t.role,c=void 0===a?"option":a,l=t.onClick,f=t.index,s=D(t,["key","id","role","onClick","index"]);if(void 0===r)throw new Error('"key" must be defined within getItemProps regardless of being used within a .map()');var d=h.getControlledState(),p=d.selectedKey,y=d.focusedKey,v=r===p,m=r===y,b=void 0===f?h.focusSelectionModel.numItems:f;return h.indexKeyMap[b]=r,h.keyIndexMap[r]=b,(m||void 0===y&&v)&&(h.focusSelectionModel.selectedIndex=b),h.focusSelectionModel.numItems++,C((A(e={id:u,key:r,role:c},o,v),A(e,"onClick",g(l,function(){h.selectItem(r,void 0)})),e),s)}),h.state={focusedKey:void 0,selectedKey:void 0,id:x.generateId("garden-selection-container")},h.focusSelectionModel=new j,h.focusSelectionModel.onSelectionChanged=h.onFocusSelectionModelChange,h}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}(i,I),function(e,t,n){t&&k(e.prototype,t),n&&k(e,n)}(i,[{key:"componentDidUpdate",value:function(e,t){var n=void 0===this.props.focusedKey?this.state:this.props,o=void 0===e.focusedKey?t:e,r=b.getDocument?Object(b.getDocument)(this.props):document;if(void 0!==n.focusedKey&&n.focusedKey!==o.focusedKey){var i=r.getElementById(this.getItemId(n.focusedKey));i&&m()(i)}}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n,r=this.getControlledState(),i=r.focusedKey,u=r.selectedKey;return this.focusSelectionModel.reset(),this.indexKeyMap={},this.keyIndexMap={},this.items=[],o({getContainerProps:this.getContainerProps,getItemProps:this.getItemProps,focusedKey:i,selectedKey:u,focusSelectionModel:this.focusSelectionModel})}}]),i}();A(R,"propTypes",{children:i.a.func,direction:i.a.oneOf([N,L,H]),defaultFocusedIndex:i.a.number,focusedKey:i.a.oneOfType([i.a.string,i.a.number]),selectedKey:i.a.oneOfType([i.a.string,i.a.number]),onStateChange:i.a.func,id:i.a.string,render:i.a.func}),A(R,"defaultProps",{defaultFocusedIndex:0,direction:N});var B=Object(b.withTheme)(R);function U(e){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(e){X(t,e,n[e])})}return t}function q(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},i=Object.keys(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function G(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function V(e){return(V=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function W(e,t){return(W=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $=function(){function r(){var e,u;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return X(Y(u=function(e,t){return!t||"object"!==U(t)&&"function"!=typeof t?Y(e):t}(this,(e=V(r)).call.apply(e,[this].concat(n)))),"retrieveInputId",function(){return"".concat(u.getControlledState().id,"--input")}),X(Y(u),"retrieveLabelId",function(){return"".concat(u.getControlledState().id,"--label")}),X(Y(u),"retrieveHintId",function(){return"".concat(u.getControlledState().id,"--hint")}),X(Y(u),"getLabelProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id,n=void 0===t?u.retrieveLabelId():t,o=e.htmlFor;return z({id:n,htmlFor:void 0===o?u.retrieveInputId():o},q(e,["id","htmlFor"]))}),X(Y(u),"getInputProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isDescribed,n=void 0!==t&&t,o=e.id,r=void 0===o?u.retrieveInputId():o,i=q(e,["id"]);return z({id:r,"aria-labelledby":u.retrieveLabelId(),"aria-describedby":n?u.retrieveHintId():null},i)}),X(Y(u),"getHintProps",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=e.id;return z({id:void 0===t?u.retrieveHintId():t},q(e,["id"]))}),X(Y(u),"getMessageProps",function(e){return e}),u.state={id:x.generateId("garden-field-container")},u}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&W(e,t)}(r,I),function(e,t,n){t&&G(e.prototype,t),n&&G(e,n)}(r,[{key:"render",value:function(){var e=this.props,t=e.children,n=e.render,o=void 0===n?t:n;return o({getLabelProps:this.getLabelProps,getInputProps:this.getInputProps,getHintProps:this.getHintProps,getMessageProps:this.getMessageProps})}}]),r}();X($,"propTypes",{children:i.a.func,render:i.a.func,id:i.a.string}),n.d(t,"KEY_CODES",function(){return u}),n.d(t,"KeyboardFocusContainer",function(){return y}),n.d(t,"SelectionContainer",function(){return B}),n.d(t,"FieldContainer",function(){return $}),n.d(t,"composeEventHandlers",function(){return g}),n.d(t,"ControlledComponent",function(){return I}),n.d(t,"IdManager",function(){return x}),n.d(t,"SingleSelectionModel",function(){return j})}],i.c=a,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=23);function i(e){if(a[e])return a[e].exports;var t=a[e]={i:e,l:!1,exports:{}};return u[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}var u,a});
//# sourceMappingURL=bundle.min.js.map

@@ -11,3 +11,3 @@ {

},
"version": "6.0.1",
"version": "6.2.0",
"main": "./dist/index.js",

@@ -33,3 +33,3 @@ "files": [

"devDependencies": {
"@zendeskgarden/react-theming": "^6.0.1"
"@zendeskgarden/react-theming": "^6.2.0"
},

@@ -47,3 +47,3 @@ "keywords": [

"zendeskgarden:src": "src/index.js",
"gitHead": "7213158d7b0e3421d292d34bcad6724ffe727b0c"
"gitHead": "280ed7f4be8d94cd8b20712aae0c6b6bb9bc6162"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc