\n
\n {this.state.favicon_url ?

\n : \n
}\n
\n {this.state.showBadge ? this.getBadge(css.badge) : null}\n {this.state.showNewActivity ? this.getNewActivityBadge(css.new_activity) : null}\n
\n };\n}\n\nexport const FaviconSize = {\n SMALL: {favicon: '36px', badge: '20px', new_activity: '14px'},\n MEDIUM: {favicon: '76px', badge: '33px', new_activity: '24px'},\n LARGE: {favicon: '88px', badge: '38px', new_activity: '28px'},\n XLARGE: {favicon: '128px', badge: '28px', new_activity: '36px'}\n};\n\nexport default withFirebase(Favicon);\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nimport accordion from '../accordion/locale';\nimport breadcrumbs from '../breadcrumbs/locale';\nimport datepicker from '../datepicker/locale';\nimport datatable from '../data-table/locale';\nimport buttongroup from '../button-group/locale';\nimport fileuploader from '../file-uploader/locale';\nimport menu from '../menu/locale';\nimport modal from '../modal/locale';\nimport drawer from '../drawer/locale';\nimport pagination from '../pagination/locale';\nimport select from '../select/locale';\nimport toast from '../toast/locale';\nvar en_US = {\n accordion: accordion,\n breadcrumbs: breadcrumbs,\n datepicker: datepicker,\n datatable: datatable,\n buttongroup: buttongroup,\n fileuploader: fileuploader,\n menu: menu,\n modal: modal,\n drawer: drawer,\n pagination: pagination,\n select: select,\n toast: toast\n};\nexport default en_US;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n collapse: 'Collapse',\n expand: 'Expand'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n ariaLabel: 'Breadcrumbs navigation'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n ariaLabel: 'Select a date.',\n ariaLabelRange: 'Select a date range.',\n ariaLabelCalendar: 'Calendar.',\n ariaRoleDescriptionCalendarMonth: 'Calendar month',\n previousMonth: 'Previous month.',\n nextMonth: 'Next month.',\n pastWeek: 'Past Week',\n pastMonth: 'Past Month',\n pastThreeMonths: 'Past 3 Months',\n pastSixMonths: 'Past 6 Months',\n pastYear: 'Past Year',\n pastTwoYears: 'Past 2 Years',\n screenReaderMessageInput: 'Date format is ${formatString}. Press the down arrow or enter key to interact with the calendar and select a date. Press the escape button to close the calendar.',\n selectedDate: 'Selected date is ${date}.',\n selectedDateRange: 'Selected date range is from ${startDate} to ${endDate}.',\n selectSecondDatePrompt: 'Select the second date.',\n quickSelectLabel: 'Choose a date range',\n quickSelectAriaLabel: 'Choose a date range',\n quickSelectPlaceholder: 'None',\n timeSelectEndLabel: 'End time',\n timeSelectStartLabel: 'Start time',\n timePickerAriaLabel12Hour: 'Select a time, 12-hour format.',\n timePickerAriaLabel24Hour: 'Select a time, 24-hour format.',\n timezonePickerAriaLabel: 'Select a timezone.',\n selectedStartDateLabel: 'Selected start date.',\n selectedEndDateLabel: 'Selected end date.',\n dateNotAvailableLabel: 'Not available.',\n dateAvailableLabel: \"It's available.\",\n selectedLabel: 'Selected.',\n chooseLabel: 'Choose'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n emptyState: 'No rows match the filter criteria defined. Please remove one or more filters to view more data.',\n loadingState: 'Loading rows.',\n searchAriaLabel: 'Search by text',\n filterAdd: 'Add Filter',\n filterExclude: 'Exclude',\n filterApply: 'Apply',\n filterExcludeRange: 'Exclude range',\n filterExcludeValue: 'Exclude value',\n filterAppliedTo: 'filter applied to',\n optionsLabel: 'Select column to filter by',\n optionsSearch: 'Search for a column to filter by...',\n optionsEmpty: 'No columns available.',\n categoricalFilterSearchLabel: 'Search categories',\n categoricalFilterSelectAll: 'Select All',\n categoricalFilterSelectClear: 'Clear',\n categoricalFilterEmpty: 'No categories found',\n datetimeFilterRange: 'Range',\n datetimeFilterRangeDatetime: 'Date, Time',\n datetimeFilterRangeDate: 'Date',\n datetimeFilterRangeTime: 'Time',\n datetimeFilterCategorical: 'Categorical',\n datetimeFilterCategoricalWeekday: 'Weekday',\n datetimeFilterCategoricalMonth: 'Month',\n datetimeFilterCategoricalQuarter: 'Quarter',\n datetimeFilterCategoricalHalf: 'Half',\n datetimeFilterCategoricalFirstHalf: 'H1',\n datetimeFilterCategoricalSecondHalf: 'H2',\n datetimeFilterCategoricalYear: 'Year',\n numericalFilterRange: 'Range',\n numericalFilterSingleValue: 'Single Value',\n booleanFilterTrue: 'true',\n booleanFilterFalse: 'false',\n booleanColumnTrueShort: 'T',\n booleanColumnFalseShort: 'F',\n selectRow: 'Select row',\n selectAllRows: 'Select all rows',\n sortColumn: 'Sort column'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n ariaLabel: 'button group'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n dropFilesToUpload: 'Drop files here to upload...',\n or: '',\n browseFiles: 'Browse files',\n retry: 'Retry Upload',\n cancel: 'Cancel'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n noResultsMsg: 'No results',\n parentMenuItemAriaLabel: \"You are currently at an item that opens a nested listbox. Press right arrow to enter that element and left arrow to return.\"\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n close: 'Close'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n close: 'Close'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n prev: 'Prev',\n next: 'Next',\n preposition: 'of'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n // Remove noResultsMsg prop in the next major version\n noResultsMsg: 'No results found',\n placeholder: 'Select...',\n create: 'Create'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nvar locale = {\n close: 'Close'\n};\nexport default locale;","/*\nCopyright (c) Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nimport * as React from 'react'; // @ts-ignore\n\nimport extend from 'just-extend';\nimport en_US from './en_US';\nexport var LocaleContext = /*#__PURE__*/React.createContext(en_US);\nvar LocaleProvider = function LocaleProvider(props) {\n var _React$useContext;\n var locale = props.locale,\n children = props.children;\n var parentLocale = (_React$useContext = React.useContext(LocaleContext)) !== null && _React$useContext !== void 0 ? _React$useContext : {};\n return (/*#__PURE__*/\n // this is poorly documented but specifying true enforces that the object is deeply extended\n // https://www.npmjs.com/package/just-extend\n React.createElement(LocaleContext.Provider, {\n value: extend(true, {}, en_US, parentLocale, locale)\n }, children)\n );\n};\nexport default LocaleProvider;","import { Router, __RouterContext, matchPath } from 'react-router';\nexport { MemoryRouter, Prompt, Redirect, Route, Router, StaticRouter, Switch, generatePath, matchPath, useHistory, useLocation, useParams, useRouteMatch, withRouter } from 'react-router';\nimport _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';\nimport React from 'react';\nimport { createBrowserHistory, createHashHistory, createLocation } from 'history';\nimport PropTypes from 'prop-types';\nimport warning from 'tiny-warning';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';\nimport invariant from 'tiny-invariant';\n\n/**\n * The public API for a