@digital-ai/dot-components 2.0.1 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGE_LOG.md +49 -5
  2. package/index.esm.js +1248 -491
  3. package/index.umd.js +1436 -569
  4. package/lib/components/app-switcher/AppSwitcher.d.ts +24 -0
  5. package/lib/components/app-switcher/AppSwitcher.styles.d.ts +2 -0
  6. package/lib/components/avatar/Avatar.d.ts +2 -2
  7. package/lib/components/button-toggle/ButtonToggle.d.ts +3 -1
  8. package/lib/components/core-api/CancelablePromise.d.ts +7 -0
  9. package/lib/components/core-api/CoreApiProvider.d.ts +16 -0
  10. package/lib/components/core-api/mocks.d.ts +23 -0
  11. package/lib/components/core-api/openapi/core/ApiError.d.ts +8 -0
  12. package/lib/components/core-api/openapi/core/ApiRequestOptions.d.ts +12 -0
  13. package/lib/components/core-api/openapi/core/ApiResult.d.ts +7 -0
  14. package/lib/components/core-api/openapi/core/OpenAPI.d.ts +15 -0
  15. package/lib/components/core-api/openapi/core/request.d.ts +9 -0
  16. package/lib/components/core-api/openapi/index.d.ts +12 -0
  17. package/lib/components/core-api/openapi/models/AccountModel.d.ts +50 -0
  18. package/lib/components/core-api/openapi/models/AccountModelWrapper.d.ts +4 -0
  19. package/lib/components/core-api/openapi/models/AccountModelsWrapper.d.ts +6 -0
  20. package/lib/components/core-api/openapi/models/ApplicationInstanceStates.d.ts +4 -0
  21. package/lib/components/core-api/openapi/models/ApplicationModel.d.ts +67 -0
  22. package/lib/components/core-api/openapi/models/ApplicationModelWrapper.d.ts +4 -0
  23. package/lib/components/core-api/openapi/models/ApplicationModelsWrapper.d.ts +6 -0
  24. package/lib/components/core-api/openapi/models/PaginationModel.d.ts +22 -0
  25. package/lib/components/core-api/openapi/services/AccountsService.d.ts +25 -0
  26. package/lib/components/core-api/openapi/services/ApplicationsService.d.ts +38 -0
  27. package/lib/components/index.d.ts +4 -0
  28. package/lib/components/linear-progress/LinearProgress.d.ts +14 -0
  29. package/lib/components/linear-progress/LinearProgress.styles.d.ts +3 -0
  30. package/lib/components/linear-progress/index.d.ts +2 -0
  31. package/lib/components/menu/utils/constants.d.ts +2 -2
  32. package/lib/components/menu/utils/helpers.d.ts +1 -1
  33. package/lib/components/table/TablePagination.styles.d.ts +1 -0
  34. package/lib/theme-provider/ThemeProvider.d.ts +14 -1
  35. package/package.json +3 -2
package/index.esm.js CHANGED
@@ -1,10 +1,12 @@
1
1
  import { jsx, jsxs, Fragment as Fragment$1 } from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
- import { useState, useEffect, forwardRef, useRef, Fragment, createElement, useMemo, useContext, createContext, useCallback } from 'react';
4
- import { Tooltip, Icon, Typography, Accordion, AccordionSummary, AccordionDetails, AccordionActions, InputAdornment, InputLabel, TextField, Toolbar, Alert, Fade, IconButton, Link, Avatar, Button, darken, List, ListItem, CircularProgress, Popper, MenuList, MenuItem, Paper, ClickAwayListener, Drawer, ListItemIcon, Collapse, ListSubheader, Divider, ListItemText, Badge, useMediaQuery, Autocomplete, Chip, AvatarGroup, Breadcrumbs, ToggleButtonGroup, ToggleButton, Card, CardContent, CardHeader, FormControlLabel, Checkbox, FormControl, FormGroup, FormLabel, FormHelperText, Dialog, DialogContent, DialogActions, useTheme, RadioGroup, Radio, Switch, Skeleton, Snackbar, ButtonGroup, TablePagination, TableContainer, TableCell, TableRow, TableBody, TableSortLabel, TableHead, Table, Tabs, Tab } from '@mui/material';
3
+ import { useState, useEffect, useRef, useMemo, createContext, useContext, forwardRef, Fragment, createElement, useCallback } from 'react';
4
+ import { Tooltip, Icon, Typography, Accordion, AccordionSummary, AccordionDetails, AccordionActions, InputAdornment, InputLabel, TextField, Toolbar, Alert, Fade, Avatar, Link, CircularProgress, Popper, MenuList, MenuItem, Paper, ClickAwayListener, IconButton, Button, darken, List, ListItem, Drawer, ListItemIcon, Collapse, ListSubheader, Divider, ListItemText, Badge, useMediaQuery, Autocomplete, Chip, AvatarGroup, Breadcrumbs, ToggleButtonGroup, ToggleButton, Card, CardContent, CardHeader, FormControlLabel, Checkbox, FormControl, FormGroup, FormLabel, FormHelperText, Dialog, DialogContent, DialogActions, useTheme as useTheme$1, RadioGroup, Radio, Switch, Skeleton, Snackbar, ButtonGroup, TablePagination, TableContainer, TableCell, TableRow, TableBody, TableSortLabel, TableHead, Table, Tabs, Tab, LinearProgress } from '@mui/material';
5
5
  import styled, { css, createGlobalStyle, ThemeProvider as ThemeProvider$1, keyframes } from 'styled-components';
6
- import { createTheme, ThemeProvider, alpha } from '@mui/material/styles';
6
+ import { createTheme, ThemeProvider, alpha, useTheme } from '@mui/material/styles';
7
7
  import { StylesProvider } from '@mui/styles';
8
+ import fetchMock from 'fetch-mock';
9
+ import { renderToStaticMarkup } from 'react-dom/server';
8
10
  import { useDropzone } from 'react-dropzone';
9
11
  import GridLayout, { WidthProvider } from 'react-grid-layout';
10
12
 
@@ -41,11 +43,11 @@ const DotTooltip = ({
41
43
  }), void 0) : children;
42
44
  };
43
45
 
44
- const rootClassName$_ = 'dot-icon';
46
+ const rootClassName$10 = 'dot-icon';
45
47
  const StyledIcon = styled(Icon).withConfig({
46
48
  displayName: "Iconstyles__StyledIcon",
47
49
  componentId: "st0ybo-0"
48
- })(["", ""], () => css(["&.", "{align-items:center;box-sizing:content-box;display:flex;float:left;font-size:20px;justify-content:center;&.MuiIcon-fontSizeLarge{font-size:28px;height:35px;width:35px;i{height:28px;}}&.MuiIcon-fontSizeSmall{font-size:18px;i{height:18px;}}i{height:20px;&:before{font-family:'dot' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}&.icon-flow:before{content:'\\ea09';}&.icon-applications:before{content:'\\ea03';}&.icon-migration:before{content:'\\ea04';}&.icon-cleanup:before{content:'\\ea05';}&.icon-user-add:before{content:'\\ea06';}&.icon-back-solid:before{content:'\\ea07';}&.icon-defect:before{content:'\\ea08';}&.icon-singleproject:before{content:'\\e9f9';}&.icon-share:before{content:'\\e9fa';}&.icon-requesttemplate:before{content:'\\e9fb';}&.icon-project:before{content:'\\e9fc';}&.icon-progresstracker:before{content:'\\e9fd';}&.icon-devops:before{content:'\\e9fe';}&.icon-closedproject:before{content:'\\e9ff';}&.icon-chess:before{content:'\\ea00';}&.icon-ball:before{content:'\\ea01';}&.icon-mobile:before{content:'\\ea02';}&.icon-ideaspace:before{content:'\\e9de';}&.icon-testtemplate:before{content:'\\e9df';}&.icon-regressionset:before{content:'\\e9e0';}&.icon-testset:before{content:'\\e9e1';}&.icon-forecast:before{content:'\\e9e2';}&.icon-bookmark:before{content:'\\e9e3';}&.icon-forward:before{content:'\\e9e4';}&.icon-assetapp:before{content:'\\e9e5';}&.icon-unbundle:before{content:'\\e9e6';}&.icon-stream:before{content:'\\e9e7';}&.icon-stream:before{content:'\\e9e7';}&.icon-hourglass:before{content:'\\e9e8';}&.icon-support:before{content:'\\e9e9';}&.icon-trophy:before{content:'\\e9ea';}&.icon-regression:before{content:'\\e9eb';}&.icon-tasktemplate:before{content:'\\e9ec';}&.icon-defecttemplate:before{content:'\\e9ed';}&.icon-request:before{content:'\\e9ee';}&.icon-activity:before{content:'\\e9ef';}&.icon-bulb:before{content:'\\e9f0';}&.icon-wallet:before{content:'\\e9f1';}&.icon-epic:before{content:'\\e9f2';}&.icon-column-swap-right:before{content:'\\e9f3';}&.icon-column-swap-left:before{content:'\\e9f4';}&.icon-gears:before{content:'\\e9f5';}&.icon-portfolioitemtemplate:before{content:'\\e9f6';}&.icon-storytemplate:before{content:'\\e9f7';}&.icon-story:before{content:'\\e9f8';}&.icon-check-line:before{content:'\\e9dd';}&.icon-plugins:before{content:'\\e9dc';}&.icon-integrations:before{content:'\\e9db';}&.icon-line-graph:before{content:'\\e9d7';}&.icon-rocket-filled:before{content:'\\e9d8';}&.icon-circle-check-outline:before{content:'\\e9d9';}&.icon-circle-info-outline:before{content:'\\e9da';}&.icon-analytics:before{content:'\\e9d4';}&.icon-Increment:before{content:'\\e9d5';}&.icon-Portfolio:before{content:'\\e9d6';}&.icon-user-security:before{content:'\\e9d2';}&.icon-rocket:before{content:'\\e9d3';}&.icon-merge:before{content:'\\e9d1';}&.icon-cpu:before{content:'\\e9d0';}&.icon-progression:before{content:'\\e9cf';}&.icon-commit:before{content:'\\e95f';}&.icon-design:before{content:'\\e960';}&.icon-key:before{content:'\\e981';}&.icon-infrastructure:before{content:'\\e989';}&.icon-report:before{content:'\\e9ce';}&.icon-package:before{content:'\\e9c9';}&.icon-security-off:before{content:'\\e9ca';}&.icon-security-on:before{content:'\\e9cb';}&.icon-marker-check:before{content:'\\e9cc';}&.icon-restore:before{content:'\\e9cd';}&.icon-check-outlined:before{content:'\\e9c7';}&.icon-circle-half-full:before{content:'\\e9c8';}&.icon-host:before{content:'\\e9b9';}&.icon-cluster:before{content:'\\e9ba';}&.icon-environment:before{content:'\\e9bb';}&.icon-monitor-controls:before{content:'\\e9bc';}&.icon-flag:before{content:'\\e9bd';}&.icon-satelite:before{content:'\\e9be';}&.icon-satelite-group:before{content:'\\e9bf';}&.icon-monitor-gears:before{content:'\\e9c0';}&.icon-patch:before{content:'\\e9b6';}&.icon-branch:before{content:'\\e9b4';}&.icon-send-airplane:before{content:'\\e9b5';}&.icon-briefcase:before{content:'\\e9b7';}&.icon-cluster-dependencies:before{content:'\\e9b8';}&.icon-script:before{content:'\\e966';}&.icon-pattern-bundle:before{content:'\\e967';}&.icon-outline:before{content:'\\e968';}&.icon-apps:before{content:'\\e969';}&.icon-archive:before{content:'\\e96a';}&.icon-arrow-down:before{content:'\\e96b';}&.icon-arrow-right:before{content:'\\e96c';}&.icon-arrow-up:before{content:'\\e96d';}&.icon-attachment:before{content:'\\e96e';}&.icon-board:before{content:'\\e96f';}&.icon-calendar:before{content:'\\e970';}&.icon-change:before{content:'\\e971';}&.icon-chevron-right:before{content:'\\e972';}&.icon-circle-minus-outlines:before{content:'\\e973';}&.icon-circle-paused:before{content:'\\e974';}&.icon-column:before{content:'\\e975';}&.icon-comment:before{content:'\\e976';}&.icon-configuration-preferences:before{content:'\\e977';}&.icon-conversation-bubbles:before{content:'\\e978';}&.icon-dashboard:before{content:'\\e979';}&.icon-database:before{content:'\\e97a';}&.icon-delivery-eta-icon:before{content:'\\e97b';}&.icon-download:before{content:'\\e97c';}&.icon-drag:before{content:'\\e97d';}&.icon-duplicate:before{content:'\\e97e';}&.icon-exit:before{content:'\\e97f';}&.icon-expand-chevrons:before{content:'\\e980';}&.icon-expander:before{content:'\\e981';}&.icon-file-image:before{content:'\\e982';}&.icon-file-lines:before{content:'\\e983';}&.icon-file-warning:before{content:'\\e984';}&.icon-file:before{content:'\\e985';}&.icon-filter:before{content:'\\e986';}&.icon-flag-none:before{content:'\\e987';}&.icon-folder:before{content:'\\e988';}&.icon-full-screen:before{content:'\\e989';}&.icon-fullscreen-enter:before{content:'\\e98a';}&.icon-fullscreen-exit:before{content:'\\e98b';}&.icon-grid:before{content:'\\e98c';}&.icon-hard-drive:before{content:'\\e98d';}&.icon-help:before{content:'\\e98e';}&.icon-history:before{content:'\\e98f';}&.icon-inbox:before{content:'\\e990';}&.icon-link:before{content:'\\e991';}&.icon-list:before{content:'\\e992';}&.icon-lock:before{content:'\\e993';}&.icon-mail:before{content:'\\e994';}&.icon-menu:before{content:'\\e995';}&.icon-monitor-satellite:before{content:'\\e996';}&.icon-monitor:before{content:'\\e997';}&.icon-notification-bell:before{content:'\\e998';}&.icon-open-new-tab:before{content:'\\e999';}&.icon-options:before{content:'\\e99a';}&.icon-parallel:before{content:'\\e99b';}&.icon-pending-clock:before{content:'\\e99c';}&.icon-play:before{content:'\\e99d';}&.icon-redo:before{content:'\\e99e';}&.icon-refresh:before{content:'\\e99f';}&.icon-release:before{content:'\\e9a0';}&.icon-search:before{content:'\\e9a3';}&.icon-sequential:before{content:'\\e9a4';}&.icon-sort-asc:before{content:'\\e9a5';}&.icon-sort-desc:before{content:'\\e9a6';}&.icon-star-favorites-active:before{content:'\\e9a7';}&.icon-star-favorites-default:before{content:'\\e9a8';}&.icon-target:before{content:'\\e9a9';}&.icon-task:before{content:'\\e9aa';}&.icon-template:before{content:'\\e9ab';}&.icon-undo:before{content:'\\e9ac';}&.icon-unlock:before{content:'\\e9ad';}&.icon-variable:before{content:'\\e9ae';}&.icon-vault:before{content:'\\e9af';}&.icon-visibility-off:before{content:'\\e9b0';}&.icon-visibility-on:before{content:'\\e9b1';}&.icon-webhook:before{content:'\\e9b2';}&.icon-wrench:before{content:'\\e9b3';}&.icon-bright:before{content:'\\e961';}&.icon-rogue-commits:before{content:'\\e962';}&.icon-home:before{content:'\\e963';}&.icon-blocking-issues:before{content:'\\e964';}&.icon-print-link:before{content:'\\e965';}&.icon-logo-deploy:before{content:'\\e902';}&.icon-logo-experitest:before{content:'\\e903';}&.icon-logo-numerify:before{content:'\\e904';}&.icon-logo-arxan:before{content:'\\e905';}&.icon-logo-continuum:before{content:'\\e906';}&.icon-logo-versionone:before{content:'\\e907';}&.icon-logo-release:before{content:'\\e908';}&.icon-warning-solid:before{content:'\\e909';}&.icon-warning-outline:before{content:'\\e90a';}&.icon-info-solid:before{content:'\\e90b';}&.icon-minus-solid:before{content:'\\e90c';}&.icon-check-solid:before{content:'\\e90d';}&.icon-error-solid:before{content:'\\e90e';}&.icon-error-outlines:before{content:'\\e90f';}&.icon-add-outlined:before{content:'\\e910';}&.icon-add-solid:before{content:'\\e911';}&.icon-clear-solid:before{content:'\\e912';}&.icon-dark:before{content:'\\e913';}&.icon-location:before{content:'\\e914';}&.icon-roadmap:before{content:'\\e915';}&.icon-follow-solid:before{content:'\\e916';}&.icon-follow-outlined:before{content:'\\e917';}&.icon-video:before{content:'\\e918';}&.icon-thumbs-down:before{content:'\\e919';}&.icon-camera:before{content:'\\e91a';}&.icon-users:before{content:'\\e91b';}&.icon-user:before{content:'\\e91c';}&.icon-announcement:before{content:'\\e91d';}&.icon-not-allowed:before{content:'\\e91e';}&.icon-zoom-out:before{content:'\\e91f';}&.icon-zoom-in:before{content:'\\e920';}&.icon-triangle:before{content:'\\e921';}&.icon-delay:before{content:'\\e922';}&.icon-circle-outline:before{content:'\\e923';}&.icon-circle:before{content:'\\e924';}&.icon-add-from-list:before{content:'\\e925';}&.icon-sync:before{content:'\\e926';}&.icon-keyboard:before{content:'\\e927';}&.icon-planner:before{content:'\\e928';}&.icon-tag:before{content:'\\e929';}&.icon-progress:before{content:'\\e92a';}&.icon-timeline:before{content:'\\e92b';}&.icon-abort:before{content:'\\e92c';}&.icon-cancel:before{content:'\\e92d';}&.icon-power:before{content:'\\e92e';}&.icon-resize:before{content:'\\e92f';}&.icon-close:before{content:'\\e930';}&.icon-save:before{content:'\\e931';}&.icon-drag-vertical-up-down:before{content:'\\e932';}&.icon-add:before{content:'\\e933';}&.icon-minus:before{content:'\\e934';}&.icon-target-none:before{content:'\\e935';}&.icon-placeholder:before{content:'\\e936';}&.icon-server:before{content:'\\e937';}&.icon-square-wrench:before{content:'\\e938';}&.icon-square-wrench-check:before{content:'\\e939';}&.icon-square-settings:before{content:'\\e93a';}&.icon-trigger:before{content:'\\e93c';}&.icon-precondition:before{content:'\\e93d';}&.icon-composition:before{content:'\\e93e';}&.icon-block:before{content:'\\e93f';}&.icon-group:before{content:'\\e940';}&.icon-settings-admin-opaque:before{content:'\\e941';}&.icon-puzzle:before{content:'\\e942';}&.icon-alphabet-icon:before{content:'\\e943';}&.icon-crop:before{content:'\\e944';}&.icon-upload-file:before{content:'\\e945';}&.icon-container:before{content:'\\e946';}&.icon-flag-risk:before{content:'\\e947';}&.icon-learn:before{content:'\\e948';}&.icon-tree:before{content:'\\e949';}&.icon-process-template:before{content:'\\e94a';}&.icon-flag-attention:before{content:'\\e94b';}&.icon-collection:before{content:'\\e94c';}&.icon-table:before{content:'\\e94d';}&.icon-linkBrakeIt:before{content:'\\e94e';}&.icon-move-folder:before{content:'\\e94f';}&.icon-columns:before{content:'\\e950';}&.icon-file-word-doc:before{content:'\\e951';}&.icon-file-ppt:before{content:'\\e952';}&.icon-file-zip:before{content:'\\e953';}&.icon-file-xls:before{content:'\\e954';}&.icon-file-pdf:before{content:'\\e955';}&.icon-file-xml:before{content:'\\e956';}&.icon-dictionary-locked:before{content:'\\e957';}&.icon-dictionary:before{content:'\\e958';}&.icon-file-dotted:before{content:'\\e959';}&.icon-file-circle-check:before{content:'\\e95a';}&.icon-back:before{content:'\\e95b';}&.icon-chevron-left:before{content:'\\e95c';}&.icon-chevron-up:before{content:'\\e95d';}&.icon-chevron-down:before{content:'\\e95e';}&.icon-return-level-up:before{content:'\\e95f';}&.icon-return:before{content:'\\e960';}&.icon-edit:before{content:'\\e900';}&.icon-delete:before{content:'\\e901';}&.icon-settings:before{content:'\\e93b';}&.icon-network-drive:before{content:'\\e9a1';}&.icon-GitOps:before{content:'\\e9a2';}&.icon-rss:before{content:'\\e9c1';}&.icon-bug:before{content:'\\e9c2';}&.icon-cloud:before{content:'\\e9c3';}&.icon-more-horizontal:before{content:'\\e9c4';}&.icon-expand:before{content:'\\e9c5';}&.icon-collapse:before{content:'\\e9c6';}}}"], rootClassName$_));
50
+ })(["", ""], () => css(["&.", "{align-items:center;box-sizing:content-box;display:flex;float:left;font-size:20px;justify-content:center;&.MuiIcon-fontSizeLarge{font-size:28px;height:35px;width:35px;i{height:28px;}}&.MuiIcon-fontSizeSmall{font-size:18px;i{height:18px;}}i{height:20px;&:before{font-family:'dot' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}&.icon-flow:before{content:'\\ea09';}&.icon-applications:before{content:'\\ea03';}&.icon-migration:before{content:'\\ea04';}&.icon-cleanup:before{content:'\\ea05';}&.icon-user-add:before{content:'\\ea06';}&.icon-back-solid:before{content:'\\ea07';}&.icon-defect:before{content:'\\ea08';}&.icon-singleproject:before{content:'\\e9f9';}&.icon-share:before{content:'\\e9fa';}&.icon-requesttemplate:before{content:'\\e9fb';}&.icon-project:before{content:'\\e9fc';}&.icon-progresstracker:before{content:'\\e9fd';}&.icon-devops:before{content:'\\e9fe';}&.icon-closedproject:before{content:'\\e9ff';}&.icon-chess:before{content:'\\ea00';}&.icon-ball:before{content:'\\ea01';}&.icon-mobile:before{content:'\\ea02';}&.icon-ideaspace:before{content:'\\e9de';}&.icon-testtemplate:before{content:'\\e9df';}&.icon-regressionset:before{content:'\\e9e0';}&.icon-testset:before{content:'\\e9e1';}&.icon-forecast:before{content:'\\e9e2';}&.icon-bookmark:before{content:'\\e9e3';}&.icon-forward:before{content:'\\e9e4';}&.icon-assetapp:before{content:'\\e9e5';}&.icon-unbundle:before{content:'\\e9e6';}&.icon-stream:before{content:'\\e9e7';}&.icon-stream:before{content:'\\e9e7';}&.icon-hourglass:before{content:'\\e9e8';}&.icon-support:before{content:'\\e9e9';}&.icon-trophy:before{content:'\\e9ea';}&.icon-regression:before{content:'\\e9eb';}&.icon-tasktemplate:before{content:'\\e9ec';}&.icon-defecttemplate:before{content:'\\e9ed';}&.icon-request:before{content:'\\e9ee';}&.icon-activity:before{content:'\\e9ef';}&.icon-bulb:before{content:'\\e9f0';}&.icon-wallet:before{content:'\\e9f1';}&.icon-epic:before{content:'\\e9f2';}&.icon-column-swap-right:before{content:'\\e9f3';}&.icon-column-swap-left:before{content:'\\e9f4';}&.icon-gears:before{content:'\\e9f5';}&.icon-portfolioitemtemplate:before{content:'\\e9f6';}&.icon-storytemplate:before{content:'\\e9f7';}&.icon-story:before{content:'\\e9f8';}&.icon-check-line:before{content:'\\e9dd';}&.icon-plugins:before{content:'\\e9dc';}&.icon-integrations:before{content:'\\e9db';}&.icon-line-graph:before{content:'\\e9d7';}&.icon-rocket-filled:before{content:'\\e9d8';}&.icon-circle-check-outline:before{content:'\\e9d9';}&.icon-circle-info-outline:before{content:'\\e9da';}&.icon-analytics:before{content:'\\e9d4';}&.icon-Increment:before{content:'\\e9d5';}&.icon-Portfolio:before{content:'\\e9d6';}&.icon-user-security:before{content:'\\e9d2';}&.icon-rocket:before{content:'\\e9d3';}&.icon-merge:before{content:'\\e9d1';}&.icon-cpu:before{content:'\\e9d0';}&.icon-progression:before{content:'\\e9cf';}&.icon-commit:before{content:'\\e95f';}&.icon-design:before{content:'\\e960';}&.icon-key:before{content:'\\e981';}&.icon-infrastructure:before{content:'\\e989';}&.icon-report:before{content:'\\e9ce';}&.icon-package:before{content:'\\e9c9';}&.icon-security-off:before{content:'\\e9ca';}&.icon-security-on:before{content:'\\e9cb';}&.icon-marker-check:before{content:'\\e9cc';}&.icon-restore:before{content:'\\e9cd';}&.icon-check-outlined:before{content:'\\e9c7';}&.icon-circle-half-full:before{content:'\\e9c8';}&.icon-host:before{content:'\\e9b9';}&.icon-cluster:before{content:'\\e9ba';}&.icon-environment:before{content:'\\e9bb';}&.icon-monitor-controls:before{content:'\\e9bc';}&.icon-flag:before{content:'\\e9bd';}&.icon-satelite:before{content:'\\e9be';}&.icon-satelite-group:before{content:'\\e9bf';}&.icon-monitor-gears:before{content:'\\e9c0';}&.icon-patch:before{content:'\\e9b6';}&.icon-branch:before{content:'\\e9b4';}&.icon-send-airplane:before{content:'\\e9b5';}&.icon-briefcase:before{content:'\\e9b7';}&.icon-cluster-dependencies:before{content:'\\e9b8';}&.icon-script:before{content:'\\e966';}&.icon-pattern-bundle:before{content:'\\e967';}&.icon-outline:before{content:'\\e968';}&.icon-apps:before{content:'\\e969';}&.icon-archive:before{content:'\\e96a';}&.icon-arrow-down:before{content:'\\e96b';}&.icon-arrow-right:before{content:'\\e96c';}&.icon-arrow-up:before{content:'\\e96d';}&.icon-attachment:before{content:'\\e96e';}&.icon-board:before{content:'\\e96f';}&.icon-calendar:before{content:'\\e970';}&.icon-change:before{content:'\\e971';}&.icon-chevron-right:before{content:'\\e972';}&.icon-circle-minus-outlines:before{content:'\\e973';}&.icon-circle-paused:before{content:'\\e974';}&.icon-column:before{content:'\\e975';}&.icon-comment:before{content:'\\e976';}&.icon-configuration-preferences:before{content:'\\e977';}&.icon-conversation-bubbles:before{content:'\\e978';}&.icon-dashboard:before{content:'\\e979';}&.icon-database:before{content:'\\e97a';}&.icon-delivery-eta-icon:before{content:'\\e97b';}&.icon-download:before{content:'\\e97c';}&.icon-drag:before{content:'\\e97d';}&.icon-duplicate:before{content:'\\e97e';}&.icon-exit:before{content:'\\e97f';}&.icon-expand-chevrons:before{content:'\\e980';}&.icon-expander:before{content:'\\e981';}&.icon-file-image:before{content:'\\e982';}&.icon-file-lines:before{content:'\\e983';}&.icon-file-warning:before{content:'\\e984';}&.icon-file:before{content:'\\e985';}&.icon-filter:before{content:'\\e986';}&.icon-flag-none:before{content:'\\e987';}&.icon-folder:before{content:'\\e988';}&.icon-full-screen:before{content:'\\e989';}&.icon-fullscreen-enter:before{content:'\\e98a';}&.icon-fullscreen-exit:before{content:'\\e98b';}&.icon-grid:before{content:'\\e98c';}&.icon-hard-drive:before{content:'\\e98d';}&.icon-help:before{content:'\\e98e';}&.icon-history:before{content:'\\e98f';}&.icon-inbox:before{content:'\\e990';}&.icon-link:before{content:'\\e991';}&.icon-list:before{content:'\\e992';}&.icon-lock:before{content:'\\e993';}&.icon-mail:before{content:'\\e994';}&.icon-menu:before{content:'\\e995';}&.icon-monitor-satellite:before{content:'\\e996';}&.icon-monitor:before{content:'\\e997';}&.icon-notification-bell:before{content:'\\e998';}&.icon-open-new-tab:before{content:'\\e999';}&.icon-options:before{content:'\\e99a';}&.icon-parallel:before{content:'\\e99b';}&.icon-pending-clock:before{content:'\\e99c';}&.icon-play:before{content:'\\e99d';}&.icon-redo:before{content:'\\e99e';}&.icon-refresh:before{content:'\\e99f';}&.icon-release:before{content:'\\e9a0';}&.icon-search:before{content:'\\e9a3';}&.icon-sequential:before{content:'\\e9a4';}&.icon-sort-asc:before{content:'\\e9a5';}&.icon-sort-desc:before{content:'\\e9a6';}&.icon-star-favorites-active:before{content:'\\e9a7';}&.icon-star-favorites-default:before{content:'\\e9a8';}&.icon-target:before{content:'\\e9a9';}&.icon-task:before{content:'\\e9aa';}&.icon-template:before{content:'\\e9ab';}&.icon-undo:before{content:'\\e9ac';}&.icon-unlock:before{content:'\\e9ad';}&.icon-variable:before{content:'\\e9ae';}&.icon-vault:before{content:'\\e9af';}&.icon-visibility-off:before{content:'\\e9b0';}&.icon-visibility-on:before{content:'\\e9b1';}&.icon-webhook:before{content:'\\e9b2';}&.icon-wrench:before{content:'\\e9b3';}&.icon-bright:before{content:'\\e961';}&.icon-rogue-commits:before{content:'\\e962';}&.icon-home:before{content:'\\e963';}&.icon-blocking-issues:before{content:'\\e964';}&.icon-print-link:before{content:'\\e965';}&.icon-logo-deploy:before{content:'\\e902';}&.icon-logo-experitest:before{content:'\\e903';}&.icon-logo-numerify:before{content:'\\e904';}&.icon-logo-arxan:before{content:'\\e905';}&.icon-logo-continuum:before{content:'\\e906';}&.icon-logo-versionone:before{content:'\\e907';}&.icon-logo-release:before{content:'\\e908';}&.icon-warning-solid:before{content:'\\e909';}&.icon-warning-outline:before{content:'\\e90a';}&.icon-info-solid:before{content:'\\e90b';}&.icon-minus-solid:before{content:'\\e90c';}&.icon-check-solid:before{content:'\\e90d';}&.icon-error-solid:before{content:'\\e90e';}&.icon-error-outlines:before{content:'\\e90f';}&.icon-add-outlined:before{content:'\\e910';}&.icon-add-solid:before{content:'\\e911';}&.icon-clear-solid:before{content:'\\e912';}&.icon-dark:before{content:'\\e913';}&.icon-location:before{content:'\\e914';}&.icon-roadmap:before{content:'\\e915';}&.icon-follow-solid:before{content:'\\e916';}&.icon-follow-outlined:before{content:'\\e917';}&.icon-video:before{content:'\\e918';}&.icon-thumbs-down:before{content:'\\e919';}&.icon-camera:before{content:'\\e91a';}&.icon-users:before{content:'\\e91b';}&.icon-user:before{content:'\\e91c';}&.icon-announcement:before{content:'\\e91d';}&.icon-not-allowed:before{content:'\\e91e';}&.icon-zoom-out:before{content:'\\e91f';}&.icon-zoom-in:before{content:'\\e920';}&.icon-triangle:before{content:'\\e921';}&.icon-delay:before{content:'\\e922';}&.icon-circle-outline:before{content:'\\e923';}&.icon-circle:before{content:'\\e924';}&.icon-add-from-list:before{content:'\\e925';}&.icon-sync:before{content:'\\e926';}&.icon-keyboard:before{content:'\\e927';}&.icon-planner:before{content:'\\e928';}&.icon-tag:before{content:'\\e929';}&.icon-progress:before{content:'\\e92a';}&.icon-timeline:before{content:'\\e92b';}&.icon-abort:before{content:'\\e92c';}&.icon-cancel:before{content:'\\e92d';}&.icon-power:before{content:'\\e92e';}&.icon-resize:before{content:'\\e92f';}&.icon-close:before{content:'\\e930';}&.icon-save:before{content:'\\e931';}&.icon-drag-vertical-up-down:before{content:'\\e932';}&.icon-add:before{content:'\\e933';}&.icon-minus:before{content:'\\e934';}&.icon-target-none:before{content:'\\e935';}&.icon-placeholder:before{content:'\\e936';}&.icon-server:before{content:'\\e937';}&.icon-square-wrench:before{content:'\\e938';}&.icon-square-wrench-check:before{content:'\\e939';}&.icon-square-settings:before{content:'\\e93a';}&.icon-trigger:before{content:'\\e93c';}&.icon-precondition:before{content:'\\e93d';}&.icon-composition:before{content:'\\e93e';}&.icon-block:before{content:'\\e93f';}&.icon-group:before{content:'\\e940';}&.icon-settings-admin-opaque:before{content:'\\e941';}&.icon-puzzle:before{content:'\\e942';}&.icon-alphabet-icon:before{content:'\\e943';}&.icon-crop:before{content:'\\e944';}&.icon-upload-file:before{content:'\\e945';}&.icon-container:before{content:'\\e946';}&.icon-flag-risk:before{content:'\\e947';}&.icon-learn:before{content:'\\e948';}&.icon-tree:before{content:'\\e949';}&.icon-process-template:before{content:'\\e94a';}&.icon-flag-attention:before{content:'\\e94b';}&.icon-collection:before{content:'\\e94c';}&.icon-table:before{content:'\\e94d';}&.icon-linkBrakeIt:before{content:'\\e94e';}&.icon-move-folder:before{content:'\\e94f';}&.icon-columns:before{content:'\\e950';}&.icon-file-word-doc:before{content:'\\e951';}&.icon-file-ppt:before{content:'\\e952';}&.icon-file-zip:before{content:'\\e953';}&.icon-file-xls:before{content:'\\e954';}&.icon-file-pdf:before{content:'\\e955';}&.icon-file-xml:before{content:'\\e956';}&.icon-dictionary-locked:before{content:'\\e957';}&.icon-dictionary:before{content:'\\e958';}&.icon-file-dotted:before{content:'\\e959';}&.icon-file-circle-check:before{content:'\\e95a';}&.icon-back:before{content:'\\e95b';}&.icon-chevron-left:before{content:'\\e95c';}&.icon-chevron-up:before{content:'\\e95d';}&.icon-chevron-down:before{content:'\\e95e';}&.icon-return-level-up:before{content:'\\e95f';}&.icon-return:before{content:'\\e960';}&.icon-edit:before{content:'\\e900';}&.icon-delete:before{content:'\\e901';}&.icon-settings:before{content:'\\e93b';}&.icon-network-drive:before{content:'\\e9a1';}&.icon-GitOps:before{content:'\\e9a2';}&.icon-rss:before{content:'\\e9c1';}&.icon-bug:before{content:'\\e9c2';}&.icon-cloud:before{content:'\\e9c3';}&.icon-more-horizontal:before{content:'\\e9c4';}&.icon-expand:before{content:'\\e9c5';}&.icon-collapse:before{content:'\\e9c6';}}}"], rootClassName$10));
49
51
 
50
52
  const DotIcon = ({
51
53
  ariaLabel,
@@ -55,7 +57,7 @@ const DotIcon = ({
55
57
  iconId,
56
58
  tooltip
57
59
  }) => {
58
- const rootClasses = useStylesWithRootClass(rootClassName$_, className);
60
+ const rootClasses = useStylesWithRootClass(rootClassName$10, className);
59
61
  return jsx(DotTooltip, Object.assign({
60
62
  title: tooltip
61
63
  }, {
@@ -104,7 +106,7 @@ const DotTypography = ({
104
106
  }), void 0);
105
107
  };
106
108
 
107
- const rootClassName$Z = 'dot-accordion';
109
+ const rootClassName$$ = 'dot-accordion';
108
110
  const summaryClassName = 'dot-accordion-summary';
109
111
  const detailClassName = 'dot-accordion-details';
110
112
  const StyledAccordion = styled(Accordion).withConfig({
@@ -112,7 +114,7 @@ const StyledAccordion = styled(Accordion).withConfig({
112
114
  componentId: "sc-1amx4r3-0"
113
115
  })(["", ""], ({
114
116
  theme
115
- }) => css(["&.", " .", "{align-items:center;display:flex;&.Mui-expanded{border-top:1px solid rgba(0,0,0,0.12);&:before{opacity:1;}}.MuiAccordionSummary-content{align-items:center;gap:", ";width:calc(100% - ", ");.dot-tooltip{overflow:hidden;}}.MuiAccordionSummary-expandIconWrapper{padding:", ";margin-right:", ";}.MuiTypography-root{margin-bottom:0;}.MuiTypography-body1{padding:2px 0;}}"], rootClassName$Z, summaryClassName, theme.spacing(1), theme.spacing(5), theme.spacing(1.5), theme.spacing(-1.5)));
117
+ }) => css(["&.", " .", "{align-items:center;display:flex;&.Mui-expanded{border-top:1px solid rgba(0,0,0,0.12);&:before{opacity:1;}}.MuiAccordionSummary-content{align-items:center;gap:", ";width:calc(100% - ", ");.dot-tooltip{overflow:hidden;}}.MuiAccordionSummary-expandIconWrapper{padding:", ";margin-right:", ";}.MuiTypography-root{margin-bottom:0;}.MuiTypography-body1{padding:2px 0;}}"], rootClassName$$, summaryClassName, theme.spacing(1), theme.spacing(5), theme.spacing(1.5), theme.spacing(-1.5)));
116
118
 
117
119
  const DotAccordion = ({
118
120
  actions,
@@ -129,7 +131,7 @@ const DotAccordion = ({
129
131
  summary,
130
132
  noWrap: _noWrap = true
131
133
  }) => {
132
- const rootClasses = useStylesWithRootClass(rootClassName$Z, className);
134
+ const rootClasses = useStylesWithRootClass(rootClassName$$, className);
133
135
  const [elevation, setElevation] = useState();
134
136
  useEffect(() => {
135
137
  if (onChange && expanded === undefined) {
@@ -182,7 +184,7 @@ const DotAccordion = ({
182
184
  }), void 0);
183
185
  };
184
186
 
185
- const rootClassName$Y = 'dot-text-field';
187
+ const rootClassName$_ = 'dot-text-field';
186
188
  const rootSelectClassName = 'dot-select-field';
187
189
  const labelClassName = 'dot-input-label';
188
190
  const errorClassName = 'dot-error';
@@ -206,15 +208,15 @@ const StyledTextField = styled(TextField).withConfig({
206
208
  })(["", ""], ({
207
209
  theme,
208
210
  InputProps
209
- }) => css(["&.", "{.MuiInputBase-root{margin-bottom:0;}.MuiInputBase-input{box-sizing:content-box;}.MuiOutlinedInput-input{padding:", ";}.MuiInputBase-inputSizeSmall{padding-top:10.5px;padding-bottom:10.5px;&:not(textarea){height:19px;}}.MuiInputBase-inputMultiline{padding:0;}}&.", ",&.", "{.", "{color:", ";.dot-icon i{margin-top:-2px;}}.MuiInputBase-inputSizeSmall:not(textarea){height:19px;}select.dot-select{padding-left:", ";}.MuiSelect-select:focus{background-color:transparent;}.MuiSelect-icon{right:", ";}&.", "{.MuiOutlinedInput-notchedOutline{border-color:", ";}.MuiFormLabel-root.Mui-focused{color:", ";}.", " .dot-icon{color:", ";}}&.", "{.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.", " .dot-icon{color:", ";}}&.", "{.MuiOutlinedInput-notchedOutline{border-color:", ";}.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.", " .dot-icon{color:", ";}}.MuiOutlinedInput-adornedStart{padding-left:12px;&.", " .", "{border-color:", ";}}.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.MuiFormHelperText-root{font-family:", ";font-size:12px;font-weight:400;margin:", ";display:flex;align-items:flex-end;&:not(.Mui-error){color:", ";}}.MuiInputBase-inputAdornedStart{padding-left:12px;}.MuiInputBase-inputAdornedEnd{padding-right:12px;}.MuiFormHelperText-root{font-family:", ";font-size:", ";margin:", ";display:flex;align-items:flex-end;&:not(.Mui-error){color:", ";}&.read-only .MuiOutlinedInput-root:hover > fieldset{border-color:", ";}}}"], rootClassName$Y, InputProps.startAdornment ? `18px 12px 18px 0px` : `18px 12px`, rootSelectClassName, rootClassName$Y, adornmentIconClassName, theme.palette.layer.n700, theme.spacing(1.5), InputProps.endAdornment ? `44px` : `12px`, successClassName, theme.palette.secondary.main, theme.palette.grey[700], adornmentIconClassName, theme.palette.secondary.main, errorClassName, theme.palette.error.main, adornmentIconClassName, theme.palette.error.main, warningClassName, theme.palette.warning.main, theme.palette.grey[700], adornmentIconClassName, theme.palette.warning.main, warningClassName, fieldsetClassName, theme.palette.warning[500], theme.palette.grey[700], theme.typography.body2.fontFamily, theme.spacing(0.5, 0, 0, 1.5), theme.palette.grey[400], theme.typography.fontFamily, theme.typography.body2.fontSize, theme.spacing(0, 0, 0, 2), theme.palette.grey[400], theme.palette.layer.n200));
211
+ }) => css(["&.", "{.MuiInputBase-root{margin-bottom:0;}.MuiInputBase-input{box-sizing:content-box;}.MuiOutlinedInput-input{padding:", ";}.MuiInputBase-inputSizeSmall{padding-top:10.5px;padding-bottom:10.5px;&:not(textarea){height:19px;}}.MuiInputBase-inputMultiline{padding:0;}}&.", ",&.", "{.", "{color:", ";.dot-icon i{margin-top:-2px;}}.MuiInputBase-root{margin-bottom:0;}.MuiInputBase-inputSizeSmall:not(textarea){height:19px;padding-top:10.5px;padding-bottom:10.5px;}select.dot-select{padding-left:", ";}.MuiSelect-select:focus{background-color:transparent;}.MuiSelect-icon{right:", ";}&.", "{.MuiOutlinedInput-notchedOutline{border-color:", ";}.MuiFormLabel-root.Mui-focused{color:", ";}.", " .dot-icon{color:", ";}}&.", "{.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.", " .dot-icon{color:", ";}}&.", "{.MuiOutlinedInput-notchedOutline{border-color:", ";}.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.", " .dot-icon{color:", ";}}.MuiOutlinedInput-adornedStart{padding-left:12px;&.", " .", "{border-color:", ";}}.MuiInputLabel-outlined.MuiInputLabel-shrink{color:", ";}.MuiInputBase-inputAdornedStart{padding-left:12px;}.MuiInputBase-inputAdornedEnd{padding-right:12px;}.MuiFormHelperText-root{font-family:", ";font-size:", "px;font-weight:400;margin:", ";display:flex;align-items:flex-end;&:not(.Mui-error){color:", ";}&.read-only .MuiOutlinedInput-root:hover > fieldset{border-color:", ";}}}"], rootClassName$_, InputProps.startAdornment ? `18px 12px 18px 0px` : `18px 12px`, rootSelectClassName, rootClassName$_, adornmentIconClassName, theme.palette.layer.n700, theme.spacing(1.5), InputProps.endAdornment ? `44px` : `12px`, successClassName, theme.palette.secondary.main, theme.palette.grey[700], adornmentIconClassName, theme.palette.secondary.main, errorClassName, theme.palette.error.main, adornmentIconClassName, theme.palette.error.main, warningClassName, theme.palette.warning.main, theme.palette.grey[700], adornmentIconClassName, theme.palette.warning.main, warningClassName, fieldsetClassName, theme.palette.warning[500], theme.palette.grey[700], theme.typography.fontFamily, theme.typography.body2.fontSize, theme.spacing(0.5, 0, 0, 1.5), theme.palette.grey[400], theme.palette.layer.n200));
210
212
 
211
- const rootClassName$X = 'dot-action-toolbar';
213
+ const rootClassName$Z = 'dot-action-toolbar';
212
214
  const StyledToolbar = styled(Toolbar).withConfig({
213
215
  displayName: "ActionToolbarstyles__StyledToolbar",
214
216
  componentId: "sc-5llm03-0"
215
217
  })(["", ""], ({
216
218
  theme
217
- }) => css(["&.", "{border-bottom:1px solid ", ";.", " .MuiInputBase-root{margin-bottom:0;}}"], rootClassName$X, theme.palette.grey[100], rootClassName$Y));
219
+ }) => css(["&.", "{border-bottom:1px solid ", ";.", " .MuiInputBase-root{margin-bottom:0;}}"], rootClassName$Z, theme.palette.grey[100], rootClassName$_));
218
220
 
219
221
  const DotActionToolbar = ({
220
222
  ariaLabel,
@@ -223,7 +225,7 @@ const DotActionToolbar = ({
223
225
  'data-testid': dataTestId,
224
226
  variant: _variant = 'dense'
225
227
  }) => {
226
- const rootClasses = useStylesWithRootClass(rootClassName$X, className);
228
+ const rootClasses = useStylesWithRootClass(rootClassName$Z, className);
227
229
  return jsx(StyledToolbar, Object.assign({
228
230
  "aria-label": ariaLabel,
229
231
  className: rootClasses,
@@ -234,13 +236,13 @@ const DotActionToolbar = ({
234
236
  }), void 0);
235
237
  };
236
238
 
237
- const rootClassName$W = 'dot-alert-banner';
239
+ const rootClassName$Y = 'dot-alert-banner';
238
240
  const StyledAlertBanner = styled(Alert).withConfig({
239
241
  displayName: "AlertBannerstyles__StyledAlertBanner",
240
242
  componentId: "sc-1u3aqgz-0"
241
243
  })(["", ""], ({
242
244
  theme
243
- }) => css(["&.", "{align-items:center;border-radius:8px;display:flex;overflow:hidden;padding:", ";.dot-icon,.MuiAlert-icon,.MuiAlert-message{padding:0;.dot-typography{margin-bottom:0;}}&.MuiAlert-standardSuccess{.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardInfo{background-color:", ";.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardWarning{background-color:", ";.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardError{background-color:", ";.dot-typography{color:", ";}.dot-icon,.MuiAlert-icon{color:", ";}}}"], rootClassName$W, theme.spacing(0.75, 2), theme.palette.success[700], theme.palette.primary[50], theme.palette.primary[500], theme.palette.warning[100], theme.palette.grey[700], theme.palette.error[50], theme.palette.error[700], theme.palette.error[500]));
245
+ }) => css(["&.", "{align-items:center;border-radius:8px;box-sizing:border-box;display:flex;min-height:48px;overflow:hidden;padding:", ";.dot-icon,.MuiAlert-icon,.MuiAlert-message{padding:0;.dot-typography{margin-bottom:0;}}&.MuiAlert-standardSuccess{.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardInfo{background-color:", ";.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardWarning{background-color:", ";.dot-icon,.MuiAlert-icon,.dot-typography{color:", ";}}&.MuiAlert-standardError{background-color:", ";.dot-typography{color:", ";}.dot-icon,.MuiAlert-icon{color:", ";}}}"], rootClassName$Y, theme.spacing(0.75, 2), theme.palette.success[700], theme.palette.primary[50], theme.palette.primary[500], theme.palette.warning[100], theme.palette.grey[700], theme.palette.error[50], theme.palette.error[700], theme.palette.error[500]));
244
246
 
245
247
  var LatoRegular = "data:font/woff;base64,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";
246
248
 
@@ -650,6 +652,10 @@ const avatarColors = {
650
652
  lightGrey: {
651
653
  color: n700,
652
654
  backgroundColor: n200
655
+ },
656
+ transparent: {
657
+ color: n0,
658
+ backgroundColor: 'transparent'
653
659
  }
654
660
  };
655
661
  const darkTheme = createTheme({
@@ -803,6 +809,23 @@ const lightTheme = createTheme({
803
809
  A400: nA400,
804
810
  A700: nA700
805
811
  },
812
+ purple: {
813
+ main: p500,
814
+ '50': p50,
815
+ '100': p100,
816
+ '200': p200,
817
+ '300': p300,
818
+ '400': p400,
819
+ '500': p500,
820
+ '600': p600,
821
+ '700': p700,
822
+ '800': p800,
823
+ '900': p900,
824
+ A100: pA100,
825
+ A200: pA200,
826
+ A400: pA400,
827
+ A700: pA700
828
+ },
806
829
  layer: {
807
830
  n0: n0,
808
831
  n50: n50,
@@ -868,7 +891,7 @@ const calculateNumberFromText = text => {
868
891
  };
869
892
  const calculateWidth = width => {
870
893
  if (!width) return;
871
- return isString(width) ? width : `${width}px`;
894
+ return isString$1(width) ? width : `${width}px`;
872
895
  };
873
896
  const getAvatarColorForInputText = value => {
874
897
  const colorOptions = [...Object.keys(avatarColors)];
@@ -876,10 +899,10 @@ const getAvatarColorForInputText = value => {
876
899
  const numberFromValue = calculateNumberFromText(value);
877
900
  return colorOptions[numberFromValue % colorOptions.length];
878
901
  };
879
- const isString = str => typeof str === 'string';
902
+ const isString$1 = str => typeof str === 'string';
880
903
  const isNumber = num => typeof num === 'number';
881
904
  const renderNodeOrTypography = (content, typographyVariant = 'body1') => {
882
- return isString(content) ? jsx(DotTypography, Object.assign({
905
+ return isString$1(content) ? jsx(DotTypography, Object.assign({
883
906
  variant: typographyVariant
884
907
  }, {
885
908
  children: content
@@ -908,9 +931,9 @@ const DotAlertBanner = ({
908
931
  success: AlertBannerIcon('check-solid'),
909
932
  warning: AlertBannerIcon('warning-solid')
910
933
  };
911
- const rootClasses = useStylesWithRootClass(rootClassName$W, severity, className);
934
+ const rootClasses = useStylesWithRootClass(rootClassName$Y, severity, className);
912
935
  /* For simple string use default component, for everything else use 'div' */
913
- const typographyComponent = isString(children) ? undefined : 'div';
936
+ const typographyComponent = isString$1(children) ? undefined : 'div';
914
937
  return jsx(StyledAlertBanner, Object.assign({
915
938
  action: action,
916
939
  "aria-label": ariaLabel,
@@ -953,105 +976,568 @@ const DotAppLogo = ({
953
976
  }), void 0);
954
977
  };
955
978
 
956
- const rootClassName$V = 'dot-icon-btn';
957
- const StyledIconButton = styled(IconButton).withConfig({
958
- displayName: "IconButtonstyles__StyledIconButton",
959
- componentId: "eko0kb-0"
960
- })(["", ""], () => css(["&.", "{font-size:inherit;padding:10px;.dot-icon.MuiIcon-fontSizeSmall{padding:1px;}&.MuiIconButton-sizeSmall{padding:3px;}&.ripple-disabled{&:hover,&:active,&:focus{background:", ";}}"], rootClassName$V, hoverGray));
979
+ /******************************************************************************
980
+ Copyright (c) Microsoft Corporation.
981
+
982
+ Permission to use, copy, modify, and/or distribute this software for any
983
+ purpose with or without fee is hereby granted.
984
+
985
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
986
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
987
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
988
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
989
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
990
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
991
+ PERFORMANCE OF THIS SOFTWARE.
992
+ ***************************************************************************** */
993
+
994
+ function __rest(s, e) {
995
+ var t = {};
996
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
997
+ t[p] = s[p];
998
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
999
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1000
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1001
+ t[p[i]] = s[p[i]];
1002
+ }
1003
+ return t;
1004
+ }
1005
+
1006
+ function __awaiter(thisArg, _arguments, P, generator) {
1007
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1008
+ return new (P || (P = Promise))(function (resolve, reject) {
1009
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
1010
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
1011
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
1012
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
1013
+ });
1014
+ }
961
1015
 
962
- const DotIconButton = ({
963
- ariaLabel,
964
- className,
965
- color: _color = 'inherit',
966
- 'data-testid': dataTestId,
967
- disabled: _disabled = false,
968
- disableRipple: _disableRipple = false,
969
- iconId,
970
- iconSize: _iconSize = 'small',
971
- onClick,
972
- tooltip,
973
- size: _size = 'medium'
974
- }) => {
975
- const rippleClassName = _disableRipple ? 'ripple-disabled' : '';
976
- const rootClasses = useStylesWithRootClass(rootClassName$V, rippleClassName, className);
977
- return jsx(DotTooltip, Object.assign({
978
- "data-testid": "icon-button-tooltip",
979
- title: tooltip
1016
+ class ApiError extends Error {
1017
+ constructor(response, message) {
1018
+ super(message);
1019
+ this.url = response.url;
1020
+ this.status = response.status;
1021
+ this.statusText = response.statusText;
1022
+ this.body = response.body;
1023
+ }
1024
+ }
1025
+
1026
+ const OpenAPI = {
1027
+ BASE: '',
1028
+ VERSION: '1 (local)',
1029
+ WITH_CREDENTIALS: false,
1030
+ TOKEN: undefined,
1031
+ USERNAME: undefined,
1032
+ PASSWORD: undefined,
1033
+ HEADERS: undefined,
1034
+ ENCODE_PATH: undefined
1035
+ };
1036
+
1037
+ /* istanbul ignore file */
1038
+ /* tslint:disable */
1039
+ /* eslint-disable */
1040
+ var ApplicationInstanceStates;
1041
+ (function (ApplicationInstanceStates) {
1042
+ ApplicationInstanceStates[ApplicationInstanceStates["_0"] = 0] = "_0";
1043
+ ApplicationInstanceStates[ApplicationInstanceStates["_1"] = 1] = "_1";
1044
+ })(ApplicationInstanceStates || (ApplicationInstanceStates = {}));
1045
+
1046
+ /* istanbul ignore file */
1047
+ /* tslint:disable */
1048
+ /* eslint-disable */
1049
+ var ApplicationModel;
1050
+ (function (ApplicationModel) {
1051
+ (function (instance_state) {
1052
+ instance_state[instance_state["_0"] = 0] = "_0";
1053
+ instance_state[instance_state["_1"] = 1] = "_1";
1054
+ })(ApplicationModel.instance_state || (ApplicationModel.instance_state = {}));
1055
+ })(ApplicationModel || (ApplicationModel = {}));
1056
+
1057
+ function isDefined(value) {
1058
+ return value !== undefined && value !== null;
1059
+ }
1060
+ function isString(value) {
1061
+ return typeof value === 'string';
1062
+ }
1063
+ function isStringWithValue(value) {
1064
+ return isString(value) && value !== '';
1065
+ }
1066
+ function isBlob(value) {
1067
+ return value instanceof Blob;
1068
+ }
1069
+ function base64(str) {
1070
+ try {
1071
+ return btoa(str);
1072
+ } catch (err) {
1073
+ return Buffer.from(str).toString('base64');
1074
+ }
1075
+ }
1076
+ function getQueryString(params) {
1077
+ const qs = [];
1078
+ Object.keys(params).forEach(key => {
1079
+ const value = params[key];
1080
+ if (isDefined(value)) {
1081
+ if (Array.isArray(value)) {
1082
+ value.forEach(value => {
1083
+ qs.push(`${encodeURIComponent(key)}=${encodeURIComponent(String(value))}`);
1084
+ });
1085
+ } else {
1086
+ qs.push(`${encodeURIComponent(key)}=${encodeURIComponent(String(value))}`);
1087
+ }
1088
+ }
1089
+ });
1090
+ if (qs.length > 0) {
1091
+ return `?${qs.join('&')}`;
1092
+ }
1093
+ return '';
1094
+ }
1095
+ function getUrl(options) {
1096
+ const path = options.path;
1097
+ const url = `${OpenAPI.BASE}${path}`;
1098
+ if (options.query) {
1099
+ return `${url}${getQueryString(options.query)}`;
1100
+ }
1101
+ return url;
1102
+ }
1103
+ function getFormData(params) {
1104
+ const formData = new FormData();
1105
+ Object.keys(params).forEach(key => {
1106
+ const value = params[key];
1107
+ if (isDefined(value)) {
1108
+ formData.append(key, value);
1109
+ }
1110
+ });
1111
+ return formData;
1112
+ }
1113
+ function resolve(options, resolver) {
1114
+ return __awaiter(this, void 0, void 0, function* () {
1115
+ if (typeof resolver === 'function') {
1116
+ return resolver(options);
1117
+ }
1118
+ return resolver;
1119
+ });
1120
+ }
1121
+ function getHeaders(options) {
1122
+ return __awaiter(this, void 0, void 0, function* () {
1123
+ const token = yield resolve(options, OpenAPI.TOKEN);
1124
+ const username = yield resolve(options, OpenAPI.USERNAME);
1125
+ const password = yield resolve(options, OpenAPI.PASSWORD);
1126
+ const additionalHeaders = yield resolve(options, OpenAPI.HEADERS);
1127
+ const defaultHeaders = Object.entries(Object.assign(Object.assign({
1128
+ Accept: 'application/json'
1129
+ }, additionalHeaders), options.headers)).filter(([key, value]) => isDefined(value)).reduce((headers, [key, value]) => Object.assign(Object.assign({}, headers), {
1130
+ [key]: value
1131
+ }), {});
1132
+ const headers = new Headers(defaultHeaders);
1133
+ if (isStringWithValue(token)) {
1134
+ headers.append('Authorization', `Bearer ${token}`);
1135
+ }
1136
+ if (isStringWithValue(username) && isStringWithValue(password)) {
1137
+ const credentials = base64(`${username}:${password}`);
1138
+ headers.append('Authorization', `Basic ${credentials}`);
1139
+ }
1140
+ if (options.body) {
1141
+ if (options.mediaType) {
1142
+ headers.append('Content-Type', options.mediaType);
1143
+ } else if (isBlob(options.body)) {
1144
+ headers.append('Content-Type', options.body.type || 'application/octet-stream');
1145
+ } else if (isString(options.body)) {
1146
+ headers.append('Content-Type', 'text/plain');
1147
+ } else {
1148
+ headers.append('Content-Type', 'application/json');
1149
+ }
1150
+ }
1151
+ return headers;
1152
+ });
1153
+ }
1154
+ function getRequestBody(options) {
1155
+ var _a;
1156
+ if (options.formData) {
1157
+ return getFormData(options.formData);
1158
+ }
1159
+ if (options.body) {
1160
+ if ((_a = options.mediaType) === null || _a === void 0 ? void 0 : _a.includes('/json')) {
1161
+ return JSON.stringify(options.body);
1162
+ } else if (isString(options.body) || isBlob(options.body)) {
1163
+ return options.body;
1164
+ } else {
1165
+ return JSON.stringify(options.body);
1166
+ }
1167
+ }
1168
+ return undefined;
1169
+ }
1170
+ function sendRequest(options, url) {
1171
+ return __awaiter(this, void 0, void 0, function* () {
1172
+ const request = {
1173
+ method: options.method,
1174
+ headers: yield getHeaders(options),
1175
+ body: getRequestBody(options)
1176
+ };
1177
+ return yield fetch(url, request);
1178
+ });
1179
+ }
1180
+ function getResponseHeader(response, responseHeader) {
1181
+ if (responseHeader) {
1182
+ const content = response.headers.get(responseHeader);
1183
+ if (isString(content)) {
1184
+ return content;
1185
+ }
1186
+ }
1187
+ return null;
1188
+ }
1189
+ function getResponseBody(response) {
1190
+ return __awaiter(this, void 0, void 0, function* () {
1191
+ if (response.status !== 204) {
1192
+ try {
1193
+ const contentType = response.headers.get('Content-Type');
1194
+ if (contentType) {
1195
+ const isJSON = contentType.toLowerCase().startsWith('application/json');
1196
+ if (isJSON) {
1197
+ return yield response.json();
1198
+ } else {
1199
+ return yield response.text();
1200
+ }
1201
+ }
1202
+ } catch (error) {
1203
+ console.error(error);
1204
+ }
1205
+ }
1206
+ return null;
1207
+ });
1208
+ }
1209
+ function catchErrors(options, result) {
1210
+ const errors = Object.assign({
1211
+ 400: 'Bad Request',
1212
+ 401: 'Unauthorized',
1213
+ 403: 'Forbidden',
1214
+ 404: 'Not Found',
1215
+ 500: 'Internal Server Error',
1216
+ 502: 'Bad Gateway',
1217
+ 503: 'Service Unavailable'
1218
+ }, options.errors);
1219
+ const error = errors[result.status];
1220
+ if (error) {
1221
+ throw new ApiError(result, error);
1222
+ }
1223
+ if (!result.ok) {
1224
+ throw new ApiError(result, 'Generic Error');
1225
+ }
1226
+ }
1227
+ /**
1228
+ * Request using fetch client
1229
+ * @param options The request options from the the service
1230
+ * @returns ApiResult
1231
+ * @throws ApiError
1232
+ */
1233
+ function request(options) {
1234
+ return __awaiter(this, void 0, void 0, function* () {
1235
+ const url = getUrl(options);
1236
+ const response = yield sendRequest(options, url);
1237
+ const responseBody = yield getResponseBody(response);
1238
+ const responseHeader = getResponseHeader(response, options.responseHeader);
1239
+ const result = {
1240
+ url,
1241
+ ok: response.ok,
1242
+ status: response.status,
1243
+ statusText: response.statusText,
1244
+ body: responseHeader || responseBody
1245
+ };
1246
+ catchErrors(options, result);
1247
+ return result;
1248
+ });
1249
+ }
1250
+
1251
+ class ApplicationsService {
1252
+ /**
1253
+ * Retrieves existing applications for accounts and product_instances
1254
+ * The results can be filtered by an account and/or a product_instance.
1255
+ * - To filter by an account. provide ***account_id*** query parameter.
1256
+ * - To filter by a product_instance, provide ***product_instance_id*** query parameter,
1257
+ *
1258
+ * For example:
1259
+ * ```
1260
+ * GET /applications?account_id=<UUID for account>&product_instance_id=<UUID for product_instance>
1261
+ * ```
1262
+ *
1263
+ * __Sortable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date
1264
+ *
1265
+ * __Filterable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date, needs_authentication, enabled
1266
+ *
1267
+ * __Searchable field names__: name, url, status, description, alternate_label (to be used with filter _search_ operator)
1268
+ *
1269
+ * @param accountId UUID Account identifier to filter results by
1270
+ * @param productInstanceId UUID Product_Instance identifier to filter results by
1271
+ * @param start offset (number of records to skip)
1272
+ * @param count limit (number of records to include in response)
1273
+ * @param sort comma separated field names (prefix field name with "-" to reverse order direction)
1274
+ * @param filter List of filters (each filter is a separate query param, and they are OR'ed)
1275
+ * @returns ApplicationModelsWrapper applications are returned.
1276
+ * @throws ApiError
1277
+ */
1278
+ static retrieveApplications(accountId, productInstanceId, start, count, sort, filter) {
1279
+ return __awaiter(this, void 0, void 0, function* () {
1280
+ const result = yield request({
1281
+ method: 'GET',
1282
+ path: `/licensing/v1/applications/`,
1283
+ query: {
1284
+ account_id: accountId,
1285
+ product_instance_id: productInstanceId,
1286
+ start: start,
1287
+ count: count,
1288
+ sort: sort,
1289
+ filter: filter
1290
+ },
1291
+ errors: {
1292
+ 400: `Invalid product_instance/account identifier.`,
1293
+ 401: `User is not authenticated`,
1294
+ 403: `User is not authorized to read applications in the requested account`
1295
+ }
1296
+ });
1297
+ return result.body;
1298
+ });
1299
+ }
1300
+ /**
1301
+ * Retrieves a application by id
1302
+ * @param applicationId
1303
+ * @returns ApplicationModelWrapper application is returned.
1304
+ * @throws ApiError
1305
+ */
1306
+ static retrieveApplicationById(applicationId) {
1307
+ return __awaiter(this, void 0, void 0, function* () {
1308
+ const result = yield request({
1309
+ method: 'GET',
1310
+ path: `/licensing/v1/applications/${applicationId}`,
1311
+ errors: {
1312
+ 400: `Invalid application identifier`,
1313
+ 401: `User is not authenticated`,
1314
+ 403: `User is not authorized to read applications in the requested account`,
1315
+ 404: `Application is not found`
1316
+ }
1317
+ });
1318
+ return result.body;
1319
+ });
1320
+ }
1321
+ }
1322
+
1323
+ /*
1324
+ * Adds a cancel method to a Promise that when called removes reference to
1325
+ * the resolve and reject methods, so the logic include will not execute and
1326
+ * also will not prevent garbage collection.
1327
+ */
1328
+ function makeCancelable(promise) {
1329
+ let cancel;
1330
+ const wrappedPromise = new Promise((resolve, reject) => {
1331
+ promise.then(val => {
1332
+ if (resolve) {
1333
+ resolve(val);
1334
+ }
1335
+ }).catch(error => {
1336
+ if (reject) {
1337
+ reject(error);
1338
+ }
1339
+ });
1340
+ cancel = () => {
1341
+ resolve = null;
1342
+ reject = null;
1343
+ };
1344
+ });
1345
+ wrappedPromise.cancel = cancel;
1346
+ return wrappedPromise;
1347
+ }
1348
+ /*
1349
+ * Hook returns a method to create CancelablePromise's that will be automatically
1350
+ * cancelled when the hook is unmounted as part of unmounting the component
1351
+ * where it is used.
1352
+ */
1353
+ function useCancelablePromise() {
1354
+ const promises = useRef([]);
1355
+ // return an unmount function to cancel any promises added
1356
+ useEffect(() => {
1357
+ return () => {
1358
+ promises.current.forEach(p => p.cancel());
1359
+ promises.current = [];
1360
+ };
1361
+ }, []);
1362
+ return {
1363
+ cancelablePromise: p => {
1364
+ const cPromise = makeCancelable(p);
1365
+ promises.current.push(cPromise);
1366
+ return cPromise;
1367
+ }
1368
+ };
1369
+ }
1370
+
1371
+ const agilityLogo = 'PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwQzE2LjQxODMgMjAgMjAgMTYuNDE4MyAyMCAxMkMyMCA3LjU4MTcyIDE2LjQxODMgNCAxMiA0QzcuNTgxNzIgNCA0IDcuNTgxNzIgNCAxMkM0IDE2LjQxODMgNy41ODE3MiAyMCAxMiAyMFoiIGZpbGw9IiMzM0QzODkiLz4KPHBhdGggZD0iTTE3LjAwMzMgNy42MjMyMkgxNi40NTY3QzE2LjM5MjUgNy42Mjg2MyAxNi4zMzI0IDcuNjU2NzkgMTYuMjg3MSA3LjcwMjY0QzE2LjI0MTkgNy43NDg0OCAxNi4yMTQ2IDcuODA4OTggMTYuMjEgNy44NzMyMlY5LjE0MzIyQzE1Ljc0MzIgOC40MzI0OCAxNS4xMDY0IDcuODQ5NTUgMTQuMzU3MiA3LjQ0NzMyQzEzLjYwODEgNy4wNDUwOSAxMi43NzAzIDYuODM2MyAxMS45MiA2LjgzOTg5QzExLjA4NDUgNi44NDQ3NSAxMC4yNjI3IDcuMDUyNDMgOS41MjUxNSA3LjQ0NTA4QzguNzg3NjMgNy44Mzc3MiA4LjE1NjQ5IDguNDAzNTkgNy42ODU5OCA5LjA5NDA1QzcuMjE1NDcgOS43ODQ1IDYuOTE5NjYgMTAuNTc4OSA2LjgyMzk4IDExLjQwODlDNi43MjgzMSAxMi4yMzg5IDYuODM1NjIgMTMuMDc5OCA3LjEzNjY5IDEzLjg1OTJDNy40Mzc3NyAxNC42Mzg2IDcuOTIzNjEgMTUuMzMzMiA4LjU1MjQ1IDE1Ljg4MzRDOS4xODEyOCAxNi40MzM1IDkuOTM0MzEgMTYuODIyNyAxMC43NDY4IDE3LjAxNzZDMTEuNTU5MyAxNy4yMTI0IDEyLjQwNjkgMTcuMjA3IDEzLjIxNjkgMTcuMDAxOUMxNC4wMjY5IDE2Ljc5NjcgMTQuNzc0OSAxNi4zOTggMTUuMzk2NyAxNS44Mzk5QzE1LjQyNTcgMTUuODE4MiAxNS40NDkyIDE1Ljc5IDE1LjQ2NTQgMTUuNzU3NkMxNS40ODE2IDE1LjcyNTIgMTUuNDkgMTUuNjg5NCAxNS40OSAxNS42NTMyQzE1LjQ5IDE1LjYxNyAxNS40ODE2IDE1LjU4MTMgMTUuNDY1NCAxNS41NDg5QzE1LjQ0OTIgMTUuNTE2NSAxNS40MjU3IDE1LjQ4ODMgMTUuMzk2NyAxNS40NjY2TDE0Ljk4MzMgMTUuMDUzMkMxNC45MzY5IDE1LjAxMzUgMTQuODc3OCAxNC45OTE3IDE0LjgxNjcgMTQuOTkxN0MxNC43NTU2IDE0Ljk5MTcgMTQuNjk2NSAxNS4wMTM1IDE0LjY1IDE1LjA1MzJDMTMuOTA3NiAxNS43MzUyIDEyLjkzMTIgMTYuMTA1MiAxMS45MjMzIDE2LjA4NjZDMTEuMTg5MiAxNi4wODcgMTAuNDY4NCAxNS44ODk3IDkuODM2ODcgMTUuNTE1NEM5LjIwNTMxIDE1LjE0MSA4LjY4NjI3IDE0LjYwMzQgOC4zMzQyOSAxMy45NTkxQzcuOTgyMzEgMTMuMzE0OCA3LjgxMDM5IDEyLjU4NzYgNy44MzY2MiAxMS44NTM5QzcuODYyODQgMTEuMTIwMiA4LjA4NjI0IDEwLjQwNzEgOC40ODMzMiA5Ljc4OTU5QzguODgwNCA5LjE3MjA3IDkuNDM2NSA4LjY3MjkyIDEwLjA5MzIgOC4zNDQ2MUMxMC43NDk5IDguMDE2MyAxMS40ODI4IDcuODcwOTUgMTIuMjE1MSA3LjkyMzg0QzEyLjk0NzQgNy45NzY3NCAxMy42NTE5IDguMjI1OTIgMTQuMjU0NSA4LjY0NTJDMTQuODU3MiA5LjA2NDQ4IDE1LjMzNTggOS42MzgzNyAxNS42NCAxMC4zMDY2SDE0LjE0NjdDMTQuMDgyOCAxMC4zMTEyIDE0LjAyMjcgMTAuMzM4NyAxMy45Nzc0IDEwLjM4NEMxMy45MzIxIDEwLjQyOTMgMTMuOTA0NiAxMC40ODkzIDEzLjkgMTAuNTUzMlYxMS4wNDY2QzEzLjkwNDYgMTEuMTEwNCAxMy45MzIxIDExLjE3MDUgMTMuOTc3NCAxMS4yMTU4QzE0LjAyMjcgMTEuMjYxMSAxNC4wODI4IDExLjI4ODYgMTQuMTQ2NyAxMS4yOTMySDE3QzE3LjA2MzkgMTEuMjg4NiAxNy4xMjQgMTEuMjYxMSAxNy4xNjkzIDExLjIxNThDMTcuMjE0NiAxMS4xNzA1IDE3LjI0MiAxMS4xMTA0IDE3LjI0NjcgMTEuMDQ2NlY3Ljg3MzIyQzE3LjI0MjIgNy44MDk1IDE3LjIxNTQgNy43NDk0MiAxNy4xNzA4IDcuNzAzNjRDMTcuMTI2MyA3LjY1Nzg3IDE3LjA2NjkgNy42MjkzOCAxNy4wMDMzIDcuNjIzMjJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuMTIzMiA5LjM5OTg3QzEyLjE2NjcgOS4zOTc0NyAxMi4yMDc3IDkuMzc5MTQgMTIuMjM4NCA5LjM0ODM5QzEyLjI2OTIgOS4zMTc2NCAxMi4yODc1IDkuMjc2NjIgMTIuMjg5OSA5LjIzMzJDMTIuMjg5OSA5LjIzMzIgMTIuMzM5OSA4LjgzMzIgMTIuMzM5OSA4LjY5OTg3QzEyLjMzOTkgOC41NjY1MyAxMi4yNDk5IDguNDkzMiAxMi4xNjY2IDguNDg5ODdDMTEuNTA0NSA4LjQ1MjMyIDEwLjg0NTcgOC42MDc5MSAxMC4yNzAzIDguOTM3NzFDOS42OTQ5NyA5LjI2NzUyIDkuMjI3NzkgOS43NTczNCA4LjkyNTU3IDEwLjM0NzdDOC42MjMzNSAxMC45MzggOC40OTkxIDExLjYwMzQgOC41Njc5MiAxMi4yNjNDOC42MzY3NSAxMi45MjI2IDguODk1NjggMTMuNTQ4IDkuMzEzMjUgMTQuMDYzMkM5LjgzODQ5IDE0LjcyMzkgMTAuNTkwNSAxNS4xNjU4IDExLjQyMzIgMTUuMzAzMkMxMS41MTY2IDE1LjMwMzIgMTEuNTk5OSAxNS4yNjMyIDExLjYyOTkgMTUuMTM2NUMxMS42Mjk5IDE1LjEzNjUgMTEuNjk5OSAxNC44MDMyIDExLjcxMzIgMTQuNjgzMkMxMS43MjMzIDE0LjYzOSAxMS43MTU3IDE0LjU5MjcgMTEuNjkyIDE0LjU1NEMxMS42Njg0IDE0LjUxNTQgMTEuNjMwNSAxNC40ODc2IDExLjU4NjYgMTQuNDc2NUMxMS4yMjUgMTQuNDIyNyAxMC44ODA2IDE0LjI4NjkgMTAuNTc5NSAxNC4wNzk1QzEwLjI3ODUgMTMuODcyMSAxMC4wMjkgMTMuNTk4NiA5Ljg0OTkyIDEzLjI3OTlDOS42NDA0NiAxMi45Mjc0IDkuNTEzOTMgMTIuNTMxOCA5LjQ3OTkyIDEyLjEyMzJDOS40NDk4NiAxMS43NjQ4IDkuNDk2OTcgMTEuNDA0MiA5LjYxODA2IDExLjA2NTVDOS43MzkxNSAxMC43MjY5IDkuOTMxNDIgMTAuNDE4MSAxMC4xODE5IDEwLjE2MDFDMTAuNDMyNCA5LjkwMTk5IDEwLjczNTMgOS43MDA2MSAxMS4wNzAyIDkuNTY5NDdDMTEuNDA1IDkuNDM4MzQgMTEuNzY0MSA5LjM4MDUxIDEyLjEyMzIgOS4zOTk4N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMy45NDMzIDEzLjE1NjhDMTMuOTYgMTMuMTM4OSAxMy45NzI0IDEzLjExNzUgMTMuOTc5NiAxMy4wOTQyQzEzLjk4NjggMTMuMDcwOCAxMy45ODg1IDEzLjA0NjEgMTMuOTg0NiAxMy4wMjE5QzEzLjk4MDggMTIuOTk3OCAxMy45NzE0IDEyLjk3NDkgMTMuOTU3MyAxMi45NTQ5QzEzLjk0MzIgMTIuOTM0OSAxMy45MjQ3IDEyLjkxODUgMTMuOTAzMyAxMi45MDY4TDEzLjYxMzMgMTIuNzAwMUMxMy41NzM5IDEyLjY3NjIgMTMuNTI3MiAxMi42Njc0IDEzLjQ4MTggMTIuNjc1NEMxMy40MzY0IDEyLjY4MzMgMTMuMzk1NSAxMi43MDc1IDEzLjM2NjYgMTIuNzQzNEMxMy4yMzIxIDEyLjkwMzMgMTMuMDY0MiAxMy4wMzE4IDEyLjg3NDcgMTMuMTJDMTIuNjg1MyAxMy4yMDgyIDEyLjQ3ODkgMTMuMjUzOCAxMi4yNjk5IDEzLjI1MzhDMTIuMDYxIDEzLjI1MzggMTEuODU0NiAxMy4yMDgyIDExLjY2NTEgMTMuMTJDMTEuNDc1NyAxMy4wMzE4IDExLjMwNzggMTIuOTAzMyAxMS4xNzMzIDEyLjc0MzRDMTEuMTI3NyAxMi42OTEzIDExLjA4NjQgMTIuNjM1NiAxMS4wNDk5IDEyLjU3NjhDMTAuOTI2OCAxMi4zNzc2IDEwLjg1ODIgMTIuMTQ5NSAxMC44NTEyIDExLjkxNTVDMTAuODQ0MiAxMS42ODE0IDEwLjg5ODkgMTEuNDQ5NiAxMS4wMDk5IDExLjI0MzRDMTEuMDMxNCAxMS4yMTAyIDExLjAzODkgMTEuMTY5OSAxMS4wMzA4IDExLjEzMTJDMTEuMDIyNyAxMS4wOTI1IDEwLjk5OTYgMTEuMDU4NSAxMC45NjY2IDExLjAzNjhMMTAuNjMzMyAxMC43OTAxQzEwLjU4OTEgMTAuNzcxNSAxMC41Mzk2IDEwLjc2OTcgMTAuNDk0MiAxMC43ODUxQzEwLjQ0ODcgMTAuODAwNCAxMC40MTA1IDEwLjgzMTkgMTAuMzg2NiAxMC44NzM0QzEwLjIzNzYgMTEuMTQ2NSAxMC4xNTMgMTEuNDUgMTAuMTM5MSAxMS43NjA4QzEwLjEyNTMgMTIuMDcxNiAxMC4xODI1IDEyLjM4MTUgMTAuMzA2NiAxMi42NjY4QzEwLjQxMjcgMTIuOTM4IDEwLjU4MzEgMTMuMTc5NCAxMC44MDMzIDEzLjM3MDFDMTEuMTkwMiAxMy43NDYxIDExLjcxMDQgMTMuOTUzNCAxMi4yNDk5IDEzLjk0NjhDMTIuNTc0MyAxMy45NTY1IDEyLjg5NjQgMTMuODkwMiAxMy4xOTA1IDEzLjc1M0MxMy40ODQ1IDEzLjYxNTggMTMuNzQyNCAxMy40MTE2IDEzLjk0MzMgMTMuMTU2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=';
1372
+ const ctLogo = 'PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwQzE2LjQxODMgMjAgMjAgMTYuNDE4MyAyMCAxMkMyMCA3LjU4MTcyIDE2LjQxODMgNCAxMiA0QzcuNTgxNzIgNCA0IDcuNTgxNzIgNCAxMkM0IDE2LjQxODMgNy41ODE3MiAyMCAxMiAyMFoiIGZpbGw9IiMyNzlGRUEiLz4KPHBhdGggZD0iTTE3LjY4NjUgMTAuMDMzNEMxNy4zMDYyIDkuNDkwNjcgMTYuNzc3MiA5LjA2OTM0IDE2LjE2MzIgOC44MjAwOEMxNS42NDI2IDguNjE5MzIgMTUuMDgwMSA4LjU1MTM4IDE0LjUyNjcgOC42MjIzN0MxMy45NzMzIDguNjkzMzcgMTMuNDQ2MiA4LjkwMTA4IDEyLjk5MzIgOS4yMjY3NEMxMi40OTkxIDkuNjI4NjggMTIuMDUxOSAxMC4wODQ5IDExLjY1OTggMTAuNTg2N0wxMS40MjMyIDEwLjg1MzRMMTMuMDE5OCAxMS41NDM0TDEzLjE0OTggMTEuNDA2N0MxMy40MDAyIDExLjExNTggMTMuNjY5NyAxMC44NDE5IDEzLjk1NjUgMTAuNTg2N0MxNC4xODkxIDEwLjQxNzcgMTQuNDU5OSAxMC4zMDg1IDE0Ljc0NDggMTAuMjY5QzE1LjAyOTcgMTAuMjI5NCAxNS4zMTk5IDEwLjI2MDcgMTUuNTg5OCAxMC4zNjAxQzE1LjkxNiAxMC40Nzk4IDE2LjE5MjkgMTAuNzA1MSAxNi4zNzY1IDExLjAwMDFDMTYuNTMwNSAxMS4yMTA4IDE2LjYzODMgMTEuNDUxNiAxNi42OTMyIDExLjcwNjdDMTYuNzQ0OCAxMS45NjE5IDE2Ljc0NDggMTIuMjI0OSAxNi42OTMyIDEyLjQ4MDFDMTYuNjMxOSAxMi44MTQ1IDE2LjQ3ODMgMTMuMTI1IDE2LjI0OTggMTMuMzc2N0MxNi4wNDcxIDEzLjU4MDkgMTUuNzk3MiAxMy43MzE5IDE1LjUyMjEgMTMuODE2MkMxNS4yNDcxIDEzLjkwMDUgMTQuOTU1NCAxMy45MTU2IDE0LjY3MzIgMTMuODYwMUMxNC4zMTggMTMuNzU1OCAxMy45NzE0IDEzLjYyNDMgMTMuNjM2NSAxMy40NjY3TDEzLjQ1OTggMTMuMzk2N0wxMi4zMDMyIDE0LjY5MzRMMTIuNjM2NSAxNC44MzY3QzEzLjE5NiAxNS4xMTQ0IDEzLjc4MDkgMTUuMzM3NiAxNC4zODMyIDE1LjUwMzRDMTQuODQxIDE1LjU4MzEgMTUuMzEwMiAxNS41NzA2IDE1Ljc2MzIgMTUuNDY2N0MxNi40MTE2IDE1LjMzMDEgMTcuMDAxMiAxNC45OTQ1IDE3LjQ0OTggMTQuNTA2N0MxNy45MDcgMTQuMDI1MiAxOC4yMDk5IDEzLjQxODIgMTguMzE5OCAxMi43NjM0QzE4LjQxMTYgMTIuMjk3OSAxOC40MTE2IDExLjgxODkgMTguMzE5OCAxMS4zNTM0QzE4LjE4NiAxMC44ODAzIDE3Ljk3MTcgMTAuNDMzOCAxNy42ODY1IDEwLjAzMzRaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuODQwMSAxMy4wNDk5TDExLjI0NjggMTIuMzU5OUwxMS4xMTY4IDEyLjQ5NjZDMTAuODY2OSAxMi43OTQyIDEwLjU5NjIgMTMuMDczOCAxMC4zMDY4IDEzLjMzMzJDMTAuMDc0MSAxMy41MDIzIDkuODAzMzcgMTMuNjExNSA5LjUxODQ5IDEzLjY1MUM5LjIzMzYgMTMuNjkwNSA4Ljk0MzM2IDEzLjY1OTMgOC42NzM0NSAxMy41NTk5QzguMzUyMTkgMTMuNDM5NyA4LjA3ODUyIDEzLjIxODcgNy44OTM0NSAxMi45Mjk5QzcuNzQyNTEgMTIuNzE5MSA3LjYzNTkxIDEyLjQ3OTggNy41ODAxMiAxMi4yMjY2QzcuNTE2NTMgMTEuOTM0MiA3LjUyMjYyIDExLjYzMTEgNy41OTc5IDExLjM0MTVDNy42NzMxOCAxMS4wNTIgNy44MTU1MyAxMC43ODQyIDguMDEzNDUgMTAuNTU5OUM4LjIxNTYgMTAuMzU1MSA4LjQ2NTY0IDEwLjIwMzkgOC43NDA5NSAxMC4xMjAxQzkuMDE2MjYgMTAuMDM2MyA5LjMwODEzIDEwLjAyMjUgOS41OTAxMiAxMC4wNzk5QzkuOTQ4MDcgMTAuMTc4MSAxMC4yOTcxIDEwLjMwNjMgMTAuNjMzNSAxMC40NjMyTDEwLjgxMDEgMTAuNTI5OUwxMS45NjY4IDkuMjMzMjRMMTEuNjczNSA5LjExMzI0QzExLjExNDEgOC44MzI2IDEwLjUyNzggOC42MDkyNCA5LjkyMzQ1IDguNDQ2NTdDOS4zNzE1NCA4LjMyODY5IDguNzk4NDggOC4zNTYxMSA4LjI2MDM1IDguNTI2MTRDNy43MjIyMiA4LjY5NjE3IDcuMjM3NDQgOS4wMDI5OSA2Ljg1MzQ1IDkuNDE2NTdDNi4zODc4MiA5Ljg5MjA4IDYuMDgzNDcgMTAuNTAxOSA1Ljk4MzQ1IDExLjE1OTlDNS44ODUzMiAxMS42MjQ4IDUuODg1MzIgMTIuMTA1IDUuOTgzNDUgMTIuNTY5OUM2LjA4NTg4IDEzLjAzNDcgNi4yODIxMSAxMy40NzM2IDYuNTYwMTIgMTMuODU5OUM2LjkyOTgzIDE0LjQxMjUgNy40NjIxNyAxNC44MzY1IDguMDgzNDUgMTUuMDczMkM4LjY5ODY0IDE1LjMxMzQgOS4zNzA0OSAxNS4zNjkgMTAuMDE2OCAxNS4yMzMyQzEwLjQ3MjUgMTUuMTI5OSAxMC45MDIzIDE0LjkzNDggMTEuMjgwMSAxNC42NTk5QzExLjc3NDEgMTQuMjU4IDEyLjIyMTQgMTMuODAxOCAxMi42MTM1IDEzLjI5OTlMMTIuODQwMSAxMy4wNDk5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==';
1373
+ const deployLogo = 'PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwQzE2LjQxODMgMjAgMjAgMTYuNDE4MyAyMCAxMkMyMCA3LjU4MTcyIDE2LjQxODMgNCAxMiA0QzcuNTgxNzIgNCA0IDcuNTgxNzIgNCAxMkM0IDE2LjQxODMgNy41ODE3MiAyMCAxMiAyMFoiIGZpbGw9IiMyNzlGRUEiLz4KPHBhdGggZD0iTTE0LjE4NjcgMTEuMjY2N0wxMi4xNjM0IDEwLjA4MzNMMTAuMTM2NyAxMS4yNjY3VjEzLjYyTDEyLjE2MzQgMTQuNzg2N0wxNC4xODY3IDEzLjYyVjExLjI2NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOC40MzY2NiAxMi4wMDAxTDcuNDczMzMgMTEuMTUwMVYxNS4xNjY3TDEwLjQxIDE2LjgzNjdWMTUuNzAzNEw4LjQzNjY2IDE0LjU0MDFWMTIuMDAwMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS44OTY1IDEyVjE0LjU4MzNMMTMuOTYzMiAxNS43MDMzVjE2LjkzNjdMMTYuODUzMiAxNS4xNTMzVjExLjA5NjdMMTUuODk2NSAxMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMi4xNTY1IDguMTMzMzNMMTQuNzE2NSA5LjYxMzMzTDE1LjQxNjUgOC44OUwxMi4xNTY1IDdMOC44Nzk4OCA4LjkwNjY3TDkuNTc5ODggOS42MzMzM0wxMi4xNTY1IDguMTMzMzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K';
1374
+ const intellLogo = 'PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwQzE2LjQxODMgMjAgMjAgMTYuNDE4MyAyMCAxMkMyMCA3LjU4MTcyIDE2LjQxODMgNCAxMiA0QzcuNTgxNzIgNCA0IDcuNTgxNzIgNCAxMkM0IDE2LjQxODMgNy41ODE3MiAyMCAxMiAyMFoiIGZpbGw9IiNGN0I3MzEiLz4KPHBhdGggZD0iTTE3LjAxNjggMTAuNDgzNkMxNi44NTk4IDEwLjQ4MTkgMTYuNzA0IDEwLjUxMTEgMTYuNTU4MyAxMC41Njk3QzE2LjQxMjYgMTAuNjI4MiAxNi4yNzk5IDEwLjcxNSAxNi4xNjc5IDEwLjgyNDlDMTYuMDU1OCAxMC45MzQ4IDE1Ljk2NjUgMTEuMDY1OCAxNS45MDUxIDExLjIxMDNDMTUuODQzNyAxMS4zNTQ4IDE1LjgxMTQgMTEuNTEgMTUuODEwMSAxMS42NjdDMTUuODEyNSAxMS44ODg3IDE1Ljg3NTkgMTIuMTA1NiAxNS45OTM0IDEyLjI5MzZMMTUuMzI2OCAxMy4wMDM2QzE1LjEwNjIgMTIuODc2NiAxNC44NTE2IDEyLjgyMTQgMTQuNTk4MiAxMi44NDU5QzE0LjM0NDkgMTIuODcwNCAxNC4xMDU1IDEyLjk3MzMgMTMuOTEzNCAxMy4xNDAzTDEzLjIxNjggMTIuNjY3QzEzLjMyMDQgMTIuMzc1MyAxMy4zNTE0IDEyLjA2MjcgMTMuMzA3IDExLjc1NjRDMTMuMjYyNiAxMS40NSAxMy4xNDQxIDExLjE1OTEgMTIuOTYxOSAxMC45MDg5QzEyLjc3OTYgMTAuNjU4NyAxMi41MzkxIDEwLjQ1NjcgMTIuMjYxMSAxMC4zMjA0QzExLjk4MzIgMTAuMTg0MiAxMS42NzYyIDEwLjExNzggMTEuMzY2OCAxMC4xMjdDMTAuOTI1NyAxMC4xMjM3IDEwLjQ5NjMgMTAuMjY4IDEwLjE0NjggMTAuNTM3TDkuMjgwMSA5Ljc0MzY0QzkuMzgwNzggOS41NjkzNSA5LjQzMzY4IDkuMzcxNTggOS40MzM0MyA5LjE3MDNDOS40MzA4NCA5LjAxMzQ1IDkuMzk3MjUgOC44NTg2NiA5LjMzNDYxIDguNzE0ODRDOS4yNzE5NyA4LjU3MTAxIDkuMTgxNTEgOC40NDA5OSA5LjA2ODQ0IDguMzMyMjVDOC45NTUzNyA4LjIyMzUyIDguODIxOTEgOC4xMzgyMSA4LjY3NTc1IDguMDgxMjRDOC41Mjk1OCA4LjAyNDI3IDguMzczNiA3Ljk5Njc3IDguMjE2NzcgOC4wMDAzQzcuODk5MTUgOC4wMDEwMyA3LjU5NDI2IDguMTI1MjUgNy4zNjY1OCA4LjM0NjcxQzcuMTM4OTEgOC41NjgxNyA3LjAwNjI4IDguODY5NDkgNi45OTY3NyA5LjE4Njk3QzYuOTk4NDggOS4zNDQ2NyA3LjAzMTUzIDkuNTAwNDYgNy4wOTM5OSA5LjY0NTI4QzcuMTU2NDUgOS43OTAxIDcuMjQ3MDcgOS45MjEwNiA3LjM2MDU5IDEwLjAzMDVDNy40NzQxIDEwLjE0IDcuNjA4MjUgMTAuMjI1OSA3Ljc1NTI0IDEwLjI4M0M3LjkwMjIyIDEwLjM0MDIgOC4wNTkxIDEwLjM2NzYgOC4yMTY3NyAxMC4zNjM2QzguNDM5MDYgMTAuMzYwOSA4LjY1NjU3IDEwLjI5ODcgOC44NDY3NyAxMC4xODM2TDkuNzEzNDMgMTAuOTc3QzkuNDk5OTEgMTEuMjk0OSA5LjM4ODQgMTEuNjcwNCA5LjM5Mzc2IDEyLjA1MzNDOS4zOTkxMiAxMi40MzYzIDkuNTIxMSAxMi44MDg1IDkuNzQzNDMgMTMuMTIwM0w5LjA3Njc3IDEzLjgzMDNDOC44NzU5NSAxMy43MTYyIDguNjQ3NTkgMTMuNjU5NyA4LjQxNjc3IDEzLjY2N0M4LjE4NjA3IDEzLjY3MjkgNy45NjIyNCAxMy43NDY3IDcuNzczMjcgMTMuODc5MUM3LjU4NDMgMTQuMDExNiA3LjQzODU5IDE0LjE5NjggNy4zNTQzNyAxNC40MTE3QzcuMjcwMTUgMTQuNjI2NSA3LjI1MTE1IDE0Ljg2MTUgNy4yOTk3NSAxNS4wODdDNy4zNDgzNiAxNS4zMTI2IDcuNDYyNDEgMTUuNTE4OSA3LjYyNzYzIDE1LjY4QzcuNzkyODYgMTUuODQxMSA4LjAwMTkyIDE1Ljk0OTkgOC4yMjg2NyAxNS45OTI4QzguNDU1NDIgMTYuMDM1NyA4LjY4OTc4IDE2LjAxMDggOC45MDI0NCAxNS45MjEyQzkuMTE1MDkgMTUuODMxNSA5LjI5NjYgMTUuNjgxMiA5LjQyNDI1IDE1LjQ4ODlDOS41NTE5IDE1LjI5NjcgOS42MjAwMiAxNS4wNzExIDkuNjIwMSAxNC44NDAzQzkuNjE4MzkgMTQuNjQ1MiA5LjU3MDQxIDE0LjQ1MzMgOS40ODAxIDE0LjI4MDNMMTAuMTQ2OCAxMy41NzAzQzEwLjU2MTMgMTMuODc3MiAxMS4wNzkyIDE0LjAxMDIgMTEuNTkwMiAxMy45NDExQzEyLjEwMTMgMTMuODcyIDEyLjU2NTMgMTMuNjA2MiAxMi44ODM0IDEzLjIwMDNMMTMuNTUwMSAxMy42MzdDMTMuNTA0OCAxMy43NTk3IDEzLjQ4MTEgMTMuODg5NCAxMy40ODAxIDE0LjAyMDNDMTMuNDk2MyAxNC4zMjg5IDEzLjYzMDQgMTQuNjE5NiAxMy44NTQ2IDE0LjgzMjNDMTQuMDc4OCAxNS4wNDUgMTQuMzc2IDE1LjE2MzYgMTQuNjg1MSAxNS4xNjM2QzE0Ljk5NDIgMTUuMTYzNiAxNS4yOTE0IDE1LjA0NSAxNS41MTU2IDE0LjgzMjNDMTUuNzM5OCAxNC42MTk2IDE1Ljg3MzkgMTQuMzI4OSAxNS44OTAxIDE0LjAyMDNDMTUuODkyMyAxMy44MDgxIDE1LjgzMzMgMTMuNTk5OCAxNS43MjAxIDEzLjQyMDNMMTYuMzg2OCAxMi43MTAzQzE2LjU2MTMgMTIuODEgMTYuNzU5MSAxMi44NjE3IDE2Ljk2MDEgMTIuODYwM0MxNy4xMjEyIDEyLjg3MDYgMTcuMjgyNyAxMi44NDgxIDE3LjQzNDggMTIuNzk0QzE3LjU4NjkgMTIuNzQgMTcuNzI2NCAxMi42NTU1IDE3Ljg0NDggMTIuNTQ1OEMxNy45NjMzIDEyLjQzNjEgMTguMDU4MSAxMi4zMDM1IDE4LjEyMzcgMTIuMTU2QzE4LjE4OTMgMTIuMDA4NSAxOC4yMjQxIDExLjg0OTIgMTguMjI2MSAxMS42ODc4QzE4LjIyODIgMTEuNTI2NCAxOC4xOTc0IDExLjM2NjIgMTguMTM1NiAxMS4yMTcxQzE4LjA3MzcgMTEuMDY4IDE3Ljk4MjIgMTAuOTMzIDE3Ljg2NjYgMTAuODIwM0MxNy43NTEgMTAuNzA3NyAxNy42MTM3IDEwLjYxOTggMTcuNDYzIDEwLjU2MTlDMTcuMzEyMyAxMC41MDQgMTcuMTUxNCAxMC40Nzc0IDE2Ljk5MDEgMTAuNDgzNkgxNy4wMTY4Wk0xMS4zNTAxIDEzLjI0MzZDMTEuMTE2MSAxMy4yMzc3IDEwLjg4OTEgMTMuMTYzIDEwLjY5NzMgMTMuMDI4N0MxMC41MDU2IDEyLjg5NDQgMTAuMzU3OCAxMi43MDY1IDEwLjI3MjMgMTIuNDg4NkMxMC4xODY4IDEyLjI3MDcgMTAuMTY3NSAxMi4wMzI1IDEwLjIxNjcgMTEuODAzNkMxMC4yNjYgMTEuNTc0OCAxMC4zODE2IDExLjM2NTYgMTAuNTQ5MiAxMS4yMDIxQzEwLjcxNjcgMTEuMDM4NyAxMC45Mjg4IDEwLjkyODMgMTEuMTU4OCAxMC44ODQ4QzExLjM4ODcgMTAuODQxMiAxMS42MjY0IDEwLjg2NjUgMTEuODQyMiAxMC45NTc0QzEyLjA1NzkgMTEuMDQ4MyAxMi4yNDIgMTEuMjAwNyAxMi4zNzE0IDExLjM5NTdDMTIuNTAwOSAxMS41OTA3IDEyLjU3IDExLjgxOTYgMTIuNTcwMSAxMi4wNTM2QzEyLjU2NTcgMTIuMzcxOSAxMi40MzU3IDEyLjY3NTYgMTIuMjA4NSAxMi44OTg1QzExLjk4MTIgMTMuMTIxNCAxMS42NzUxIDEzLjI0NTQgMTEuMzU2OCAxMy4yNDM2SDExLjM1MDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K';
1375
+ const releaseLogo = 'PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwQzE2LjQxODMgMjAgMjAgMTYuNDE4MyAyMCAxMkMyMCA3LjU4MTcyIDE2LjQxODMgNCAxMiA0QzcuNTgxNzIgNCA0IDcuNTgxNzIgNCAxMkM0IDE2LjQxODMgNy41ODE3MiAyMCAxMiAyMFoiIGZpbGw9IiMyNzlGRUEiLz4KPHBhdGggZD0iTTEyLjQzMzIgMTYuMzUzM1YxNC44MzMzSDExLjU2NjVWMTYuMzUzM0wxMC43NDMyIDE1Ljg5MzNMOS44NTY1MSAxNi40MDMzTDExLjk5OTggMTcuNjM2NkwxNC4xOTMyIDE2LjM3MzNMMTMuMzMzMiAxNS44NzY2TDEyLjQzMzIgMTYuMzUzM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ljk5MzI4IDEwLjE4NjZMOS4yNDY2MSAxMC45MTMyTDkuNjc5OTUgMTAuMTM5OUw4LjM2OTk1IDkuNDI5OUw5LjA5MzI4IDkuMDE2NTdWOC4wMzMyM0w3LjExMzI4IDkuMTgzMjNMNy4xMTY2MSAxMS41NTMyTDcuOTkzMjggMTEuMDU2NlYxMC4xODY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE0LjY5MzQgMTAuOTEzM0wxNS45OTM0IDEwLjE3MzNMMTUuOTkgMTEuMDU2NkwxNi44ODY3IDExLjU1OTlWOS4xNzY2TDE0LjgxIDcuOTg5OTNMMTQuNzc2NyA4Ljk1NjZMMTUuNjE2NyA5LjQ1MzI2TDE0LjI5IDEwLjA3OTlMMTQuNjkzNCAxMC45MTMzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE2Ljg4MDEgMTIuNTQzNUwxNi4wMDAxIDEyLjA0MDJWMTIuMDkzNVYxMy43MDY4TDEyLjQxNjcgMTEuNjg2OFY3LjYxMDE1TDEzLjk2NjcgOC40OTAxNVY3LjUxNjgyTDEyLjAwMDEgNi4zNTM0OUw5Ljk1MDA2IDcuNTIzNDhWOC41MjM0OEwxMS40OTY3IDcuNjMwMTVWMTEuNjg2OEw4LjAwMDA2IDEzLjgxNjhWMTIuMDIwMkw3LjEyMDA2IDEyLjUyMzVWMTQuODIwMkw4Ljk2NjcyIDE1Ljg1MDJMOS44NjY3MiAxNS4zMzM1TDguNDAwMDYgMTQuNTI2OEwxMi4wMDAxIDEyLjQzNjhMMTUuNTU2NyAxNC41MDM1TDE0LjEzMDEgMTUuMzI2OEwxNS4wNTY3IDE1Ljg3MDFMMTYuODcwMSAxNC44MjY4TDE2Ljg4MDEgMTIuNTQzNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=';
1376
+ const nullStr = null;
1377
+ const getApplicationsMock = {
1378
+ applications: [{
1379
+ id: 'be6e1e4f-7009-4412-b3ba-e5633cbe6be0',
1380
+ product_instance_id: nullStr,
1381
+ account_id: 'c390d325-1628-4c4e-a1ee-d269e025c34e',
1382
+ enabled: true,
1383
+ created_date: '2022-11-30T23:28:01.662721+00:00',
1384
+ modified_date: '2022-11-30T23:28:01.662721+00:00',
1385
+ name: 'Agility',
1386
+ url: 'https://digital.ai/products/agility/',
1387
+ description: '',
1388
+ alternate_label: nullStr,
1389
+ logo: agilityLogo,
1390
+ needs_authentication: true,
1391
+ logo_product_name: 'Agility',
1392
+ instance_state: 1
980
1393
  }, {
981
- children: jsx(StyledIconButton, Object.assign({
982
- "aria-label": ariaLabel,
983
- classes: {
984
- root: rootClasses
985
- },
986
- color: _color,
987
- "data-testid": dataTestId,
988
- disableRipple: _disableRipple,
989
- disabled: _disabled,
990
- onClick: event => onClick && onClick(event),
991
- size: _size
992
- }, {
993
- children: jsx(DotIcon, {
994
- "data-testid": "button-icon",
995
- fontSize: _iconSize,
996
- iconId: iconId
997
- }, void 0)
998
- }), void 0)
999
- }), void 0);
1394
+ id: 'f30476d3-c432-44c8-a778-a0a9fae203c9',
1395
+ product_instance_id: nullStr,
1396
+ account_id: 'c390d325-1628-4c4e-a1ee-d269e025c34e',
1397
+ enabled: true,
1398
+ created_date: '2022-11-30T23:32:00.979159+00:00',
1399
+ modified_date: '2022-11-30T23:32:00.979159+00:00',
1400
+ name: 'Contininuous Testing',
1401
+ url: 'https://digital.ai/products/continuous-testing/',
1402
+ description: '',
1403
+ alternate_label: nullStr,
1404
+ logo: ctLogo,
1405
+ needs_authentication: false,
1406
+ logo_product_name: 'Continuous Testing',
1407
+ instance_state: 1
1408
+ }, {
1409
+ id: '757e74ed-389b-4ec4-be29-bfed6738b907',
1410
+ product_instance_id: nullStr,
1411
+ account_id: 'c390d325-1628-4c4e-a1ee-d269e025c34e',
1412
+ enabled: true,
1413
+ created_date: '2022-11-30T23:28:50.980764+00:00',
1414
+ modified_date: '2022-11-30T23:28:50.980764+00:00',
1415
+ name: 'QA Deploy',
1416
+ url: 'https://digital.ai/products/deploy/',
1417
+ description: '',
1418
+ alternate_label: nullStr,
1419
+ logo: deployLogo,
1420
+ needs_authentication: false,
1421
+ logo_product_name: 'Deploy',
1422
+ instance_state: 0
1423
+ }, {
1424
+ id: '0c152339-b953-41e4-8b0f-51182b6e646a',
1425
+ product_instance_id: nullStr,
1426
+ account_id: 'c390d325-1628-4c4e-a1ee-d269e025c34e',
1427
+ enabled: true,
1428
+ created_date: '2022-11-30T23:31:18.846994+00:00',
1429
+ modified_date: '2022-11-30T23:31:18.846994+00:00',
1430
+ name: 'Staging Intelligence',
1431
+ url: 'https://digital.ai/products/intelligence/',
1432
+ description: '',
1433
+ alternate_label: nullStr,
1434
+ logo: intellLogo,
1435
+ needs_authentication: true,
1436
+ logo_product_name: 'Intelligence',
1437
+ instance_state: 0
1438
+ }, {
1439
+ id: '00f39f97-0e22-4e24-8cd1-20b359861c3f',
1440
+ product_instance_id: nullStr,
1441
+ account_id: 'c390d325-1628-4c4e-a1ee-d269e025c34e',
1442
+ enabled: true,
1443
+ created_date: '2022-11-30T23:30:11.995558+00:00',
1444
+ modified_date: '2022-11-30T23:30:11.995558+00:00',
1445
+ name: 'Prod Release',
1446
+ url: 'https://digital.ai/products/release/',
1447
+ description: '',
1448
+ alternate_label: nullStr,
1449
+ logo: releaseLogo,
1450
+ needs_authentication: true,
1451
+ logo_product_name: 'Release',
1452
+ instance_state: 1
1453
+ }],
1454
+ pagination: {
1455
+ total_available: 5,
1456
+ start: 0,
1457
+ count: 100
1458
+ }
1000
1459
  };
1001
1460
 
1002
- const rootClassName$U = 'dot-link';
1003
- const StyledLink = styled(Link).withConfig({
1004
- displayName: "Linkstyles__StyledLink",
1005
- componentId: "sc-1lpmaww-0"
1006
- })(["", ""], () => css(["&.", "{cursor:pointer;&:hover:not(.MuiLink-underlineHover){text-decoration:none;}}"], rootClassName$U));
1007
-
1008
- const DotLink = ({
1009
- ariaLabel,
1010
- children,
1011
- className,
1012
- color: _color = 'primary',
1013
- 'data-testid': dataTestId,
1014
- href,
1015
- onClick,
1016
- onMouseEnter,
1017
- rel: _rel = 'noreferrer',
1018
- tabIndex: _tabIndex = 0,
1019
- target,
1020
- tooltip,
1021
- underline
1461
+ const DotCoreApiContext = /*#__PURE__*/createContext(null);
1462
+ const DotCoreApiProvider = ({
1463
+ apiUrl,
1464
+ token,
1465
+ children
1022
1466
  }) => {
1023
- const rootClasses = useStylesWithRootClass(rootClassName$U, className);
1024
- const handleKeyPress = event => {
1025
- if (onClick && event.key === 'Enter') {
1026
- event.preventDefault();
1027
- onClick(event);
1467
+ const {
1468
+ cancelablePromise
1469
+ } = useCancelablePromise();
1470
+ const [applications, setApplications] = useState();
1471
+ const [applicationsLoading, setApplicationsLoading] = useState(true);
1472
+ const [applicationsError, setApplicationsError] = useState(null);
1473
+ const retrieveApplications = accountId => {
1474
+ const nullProductInstanceId = null;
1475
+ const sort = 'name';
1476
+ const filter = ['enabled:true'];
1477
+ cancelablePromise(ApplicationsService.retrieveApplications(accountId, nullProductInstanceId, 0, 100, sort, filter)).then(response => {
1478
+ setApplicationsError(null);
1479
+ setApplicationsLoading(false);
1480
+ setApplications(response.applications);
1481
+ }).catch(error => setApplicationsError(error));
1482
+ };
1483
+ const isUUID = s => {
1484
+ const uuidRE = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
1485
+ return s && s.search(uuidRE) === 0;
1486
+ };
1487
+ const loadApplications = accountId => {
1488
+ if (!accountId || isUUID(accountId)) {
1489
+ retrieveApplications(accountId);
1490
+ } else {
1491
+ const error = new ApiError({
1492
+ url: '',
1493
+ ok: false,
1494
+ status: 400,
1495
+ statusText: 'Bad Request',
1496
+ body: ''
1497
+ }, "If given, 'accountId' must be a UUID.");
1498
+ setApplicationsError(error);
1028
1499
  }
1029
1500
  };
1030
- return jsx(DotTooltip, Object.assign({
1031
- title: tooltip
1501
+ const DotCoreApiValues = {
1502
+ applications,
1503
+ applicationsLoading,
1504
+ applicationsError,
1505
+ loadApplications
1506
+ };
1507
+ const memoizedValues = useMemo(() => DotCoreApiValues, [applications, applicationsError, applicationsLoading]);
1508
+ if (apiUrl && OpenAPI.BASE !== apiUrl) {
1509
+ if (apiUrl === 'https://demo-mock-api') {
1510
+ // configure fetch-mock
1511
+ fetchMock.get({
1512
+ url: apiUrl + '/licensing/v1/applications/',
1513
+ query: {
1514
+ start: 0,
1515
+ count: 100,
1516
+ sort: 'name',
1517
+ filter: 'enabled:true'
1518
+ }
1519
+ }, getApplicationsMock);
1520
+ }
1521
+ OpenAPI.BASE = apiUrl;
1522
+ }
1523
+ if (token && OpenAPI.TOKEN !== token) {
1524
+ OpenAPI.TOKEN = token;
1525
+ }
1526
+ return jsx(DotCoreApiContext.Provider, Object.assign({
1527
+ value: memoizedValues
1032
1528
  }, {
1033
- children: jsx(StyledLink, Object.assign({
1034
- "aria-label": ariaLabel,
1035
- classes: {
1036
- root: rootClasses
1037
- },
1038
- color: _color,
1039
- "data-testid": dataTestId,
1040
- href: href,
1041
- onClick: onClick,
1042
- onKeyPress: handleKeyPress,
1043
- onMouseEnter: onMouseEnter,
1044
- rel: _rel,
1045
- tabIndex: _tabIndex,
1046
- target: target,
1047
- underline: underline
1048
- }, {
1049
- children: children
1050
- }), void 0)
1529
+ children: children
1051
1530
  }), void 0);
1052
1531
  };
1532
+ const useDotCoreApiContext = () => {
1533
+ const context = useContext(DotCoreApiContext);
1534
+ if (!context) {
1535
+ throw new Error('useDotCoreApiContext must be used within a DotCoreApiProvider');
1536
+ }
1537
+ return context;
1538
+ };
1053
1539
 
1054
- const rootClassName$T = 'dot-avatar';
1540
+ const rootClassName$X = 'dot-avatar';
1055
1541
  const avatarSpacing = {
1056
1542
  small: 3,
1057
1543
  medium: 5,
@@ -1062,7 +1548,7 @@ const StyledAvatar = styled(Avatar).withConfig({
1062
1548
  componentId: "sc-13bzj2s-0"
1063
1549
  })(["", ""], ({
1064
1550
  theme
1065
- }) => css(["&.", "{display:inline-flex;background-color:", ";border:0px;&:focus-visible{box-shadow:0px 0px 0px 3px ", ",0px 0px 0px 5px ", ";outline:0;}img{width:auto;height:105%;}.dot-i,.dot-typography{color:", ";margin-bottom:0;}&.small{height:", ";width:", ";}&.medium{height:", ";width:", ";}&.large{height:", ";width:", ";}}"], rootClassName$T, ({
1551
+ }) => css(["&.", "{display:inline-flex;background-color:", ";border:0px;&:focus-visible{box-shadow:0px 0px 0px 3px ", ",0px 0px 0px 5px ", ";outline:0;}img{width:auto;height:105%;}.dot-i,.dot-typography{color:", ";margin-bottom:0;}&.small{height:", ";width:", ";}&.medium{height:", ";width:", ";}&.large{height:", ";width:", ";}}"], rootClassName$X, ({
1066
1552
  color
1067
1553
  }) => {
1068
1554
  return color && theme.palette.avatarColors[color] ? theme.palette.avatarColors[color].backgroundColor : theme.palette.avatarColors['default'].backgroundColor;
@@ -1126,7 +1612,7 @@ const DotAvatar = ({
1126
1612
  variant: _variant = 'circular',
1127
1613
  style
1128
1614
  }) => {
1129
- const rootClasses = useStylesWithRootClass(rootClassName$T, className);
1615
+ const rootClasses = useStylesWithRootClass(rootClassName$X, className);
1130
1616
  const getAvatarColor = () => {
1131
1617
  if (color) return color;
1132
1618
  if (_text && _text !== alt) return getAvatarColorForInputText(_text);
@@ -1164,116 +1650,98 @@ const DotAvatar = ({
1164
1650
  }), void 0);
1165
1651
  };
1166
1652
 
1167
- const rootClassName$S = 'dot-button';
1168
- const StyledButton = styled(Button).withConfig({
1169
- displayName: "Buttonstyles__StyledButton",
1170
- componentId: "sx99hh-0"
1171
- })(["", ""], ({
1172
- theme
1173
- }) => css(["&.", "{margin:", ";min-width:auto;white-space:nowrap;&.MuiButton-outlined{border-color:rgba(0,0,0,0.23);color:", ";}&:not(.MuiButton-sizeLarge):not(.MuiButton-sizeSmall){height:", ";}&.MuiButton-containedSecondary{background-color:", ";&:hover,&:active{background-color:", ";}}&.MuiButton-text{padding:6px 16px;}.dot-icon{padding:0;i{height:auto;}}}"], rootClassName$S, theme.spacing(0.5), theme.palette.grey[700], theme.spacing(5), theme.palette.error.main, darken(theme.palette.error.main, 0.2)));
1653
+ const rootClassName$W = 'dot-link';
1654
+ const StyledLink = styled(Link).withConfig({
1655
+ displayName: "Linkstyles__StyledLink",
1656
+ componentId: "sc-1lpmaww-0"
1657
+ })(["", ""], () => css(["&.", "{cursor:pointer;&:hover:not(.MuiLink-underlineHover){text-decoration:none;}}"], rootClassName$W));
1174
1658
 
1175
- /** This component wraps the Button component from @material-ui. */
1176
- const DotButton = /*#__PURE__*/forwardRef(({
1659
+ const DotLink = ({
1177
1660
  ariaLabel,
1178
- autoFocus: _autoFocus = false,
1179
1661
  children,
1180
1662
  className,
1663
+ color: _color = 'primary',
1181
1664
  'data-testid': dataTestId,
1182
- disabled: _disabled = false,
1183
- disableRipple: _disableRipple = false,
1184
- endIcon,
1185
- fullWidth: _fullWidth = false,
1186
- isSubmit: _isSubmit = false,
1665
+ href,
1187
1666
  onClick,
1188
- size: _size = 'medium',
1189
- startIcon,
1667
+ onMouseEnter,
1668
+ rel: _rel = 'noreferrer',
1669
+ tabIndex: _tabIndex = 0,
1670
+ target,
1190
1671
  tooltip,
1191
- type: _type = 'primary'
1192
- }, ref) => {
1193
- const rootClasses = useStylesWithRootClass(rootClassName$S, className);
1194
- let color;
1195
- let variant;
1196
- switch (_type) {
1197
- case 'destructive':
1198
- color = _disabled ? 'inherit' : 'secondary';
1199
- variant = 'contained';
1200
- break;
1201
- case 'primary':
1202
- color = 'primary';
1203
- variant = 'contained';
1204
- break;
1205
- case 'outlined':
1206
- color = 'inherit';
1207
- variant = 'outlined';
1208
- break;
1209
- case 'text':
1210
- color = 'inherit';
1211
- variant = 'text';
1212
- break;
1213
- }
1672
+ underline
1673
+ }) => {
1674
+ const rootClasses = useStylesWithRootClass(rootClassName$W, className);
1675
+ const handleKeyPress = event => {
1676
+ if (onClick && event.key === 'Enter') {
1677
+ event.preventDefault();
1678
+ onClick(event);
1679
+ }
1680
+ };
1214
1681
  return jsx(DotTooltip, Object.assign({
1215
1682
  title: tooltip
1216
1683
  }, {
1217
- children: jsx(StyledButton, Object.assign({
1684
+ children: jsx(StyledLink, Object.assign({
1218
1685
  "aria-label": ariaLabel,
1219
- autoFocus: _autoFocus,
1220
1686
  classes: {
1221
1687
  root: rootClasses
1222
1688
  },
1223
- color: color,
1689
+ color: _color,
1224
1690
  "data-testid": dataTestId,
1225
- disableRipple: _disableRipple,
1226
- disabled: _disabled,
1227
- endIcon: endIcon,
1228
- fullWidth: _fullWidth,
1229
- onClick: event => onClick && onClick(event),
1230
- ref: ref,
1231
- size: _size,
1232
- startIcon: startIcon,
1233
- type: _isSubmit ? 'submit' : 'button',
1234
- variant: variant
1691
+ href: href,
1692
+ onClick: onClick,
1693
+ onKeyPress: handleKeyPress,
1694
+ onMouseEnter: onMouseEnter,
1695
+ rel: _rel,
1696
+ tabIndex: _tabIndex,
1697
+ target: target,
1698
+ underline: underline
1235
1699
  }, {
1236
1700
  children: children
1237
1701
  }), void 0)
1238
1702
  }), void 0);
1239
- });
1240
-
1241
- const rootClassName$R = 'dot-list';
1242
- const listItemRootClass = 'dot-list-item';
1243
- const nestedListClassName = 'dot-nested-list';
1244
- const nestedDrawerClassName = 'dot-nested-drawer';
1245
- const StyledList = styled(List).withConfig({
1246
- displayName: "Liststyles__StyledList",
1247
- componentId: "wxwqwr-0"
1248
- })(["", ""], ({
1249
- theme
1250
- }) => css(["&.", "{background:", ";.dot-icon{color:", ";}&.", " .", "{padding-left:", ";}.MuiListSubheader-root{padding:0;.MuiTypography-root{padding:", ";}}}"], rootClassName$R, theme.palette.layer.n0, theme.palette.layer.n700, nestedListClassName, listItemRootClass, theme.spacing(4), theme.spacing(1)));
1251
-
1252
- const getChevronIcon = (nestedListType, isOpened) => {
1253
- if (nestedListType !== 'expandable') {
1254
- return 'chevron-right';
1255
- }
1256
- if (isOpened) {
1257
- return 'chevron-up';
1258
- }
1259
- return 'chevron-down';
1260
1703
  };
1261
1704
 
1262
- const flyoutListItemClassName = 'dot-flyout-list-item';
1263
- const flyoutItemLinkClassName = 'dot-flyout-item-link';
1264
- const listItemLinkClassName = 'dot-list-item-link';
1265
- const StyledListItem = styled(ListItem).withConfig({
1266
- displayName: "ListItemstyles__StyledListItem",
1267
- componentId: "sc-1fawh8v-0"
1268
- })(["", ""], ({
1269
- theme
1270
- }) => css(["&.", "{&.", "{padding:0;}p.MuiTypography-root{margin-bottom:0;}.", "{align-items:center;display:flex;flex-grow:2;}.", " .MuiIcon-root{margin-right:", ";}.dot-icon i:before{color:", ";}}"], listItemRootClass, flyoutListItemClassName, listItemLinkClassName, flyoutItemLinkClassName, theme.spacing(4), theme.palette.text.primary));
1705
+ var _path$3, _path2$3, _path3$1, _path4$1;
1706
+ var _excluded$3 = ["title", "titleId"];
1707
+ function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
1708
+ function _objectWithoutProperties$3(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$3(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1709
+ function _objectWithoutPropertiesLoose$3(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1710
+ function SvgLogoDForAvatar(_ref, svgRef) {
1711
+ var title = _ref.title,
1712
+ titleId = _ref.titleId,
1713
+ props = _objectWithoutProperties$3(_ref, _excluded$3);
1714
+ return /*#__PURE__*/React.createElement("svg", _extends$3({
1715
+ width: 24,
1716
+ height: 24,
1717
+ viewBox: "-8 -8 40 40",
1718
+ fill: "none",
1719
+ xmlns: "http://www.w3.org/2000/svg",
1720
+ ref: svgRef,
1721
+ "aria-labelledby": titleId
1722
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
1723
+ id: titleId
1724
+ }, title) : null, _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
1725
+ d: "M19.7521 0.348161H20.3976V2.23694H20.7722L20.7752 0.351063H21.4208V0.00290065L19.7521 0V0.348161Z",
1726
+ fill: "#2B2B2B"
1727
+ })), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
1728
+ d: "M22.31 0.00290065H21.7223V2.23114H22.0785L22.0816 0.438104H22.0877L22.718 2.23404H22.9799L23.6224 0.441005H23.6285L23.6255 2.23404H23.997L24 0.00290065H23.4093L22.8642 1.58994H22.8551L22.31 0.00290065Z",
1729
+ fill: "#2B2B2B"
1730
+ })), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
1731
+ d: "M16.4863 0C15.3048 0 14.5435 0.713733 14.5435 1.81915L14.5374 8.1557C13.3194 6.89362 11.4893 6.20309 9.34245 6.20019C4.36976 6.19729 0.00609663 10.3636 6.37628e-06 15.1219C-0.00608387 19.8453 4.35149 23.9942 9.32114 24C11.5258 24.0029 13.5904 22.9207 14.6836 21.853C14.8968 23.0135 15.6306 23.6489 16.7726 23.6489C17.7165 23.6489 18.4017 22.9584 18.4047 22.0068L18.4291 1.82495C18.4291 0.734042 17.6496 0.00290135 16.4863 0ZM9.28764 20.0803C6.42218 20.0774 4.08961 17.852 4.09266 15.1161C4.0957 12.383 6.43131 10.1605 9.29677 10.1634C12.1622 10.1663 14.4948 12.3917 14.4918 15.1277C14.4887 17.8607 12.1531 20.0832 9.28764 20.0803Z",
1732
+ fill: "#2B2B2B"
1733
+ })), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
1734
+ d: "M9.29431 11.7998C7.3363 11.7998 5.74979 13.3143 5.74979 15.1799C5.74979 17.0455 7.3363 18.56 9.29431 18.56C11.2523 18.56 12.8419 17.0455 12.8419 15.1799C12.8419 13.3143 11.2523 11.7998 9.29431 11.7998Z",
1735
+ fill: "#517934"
1736
+ })));
1737
+ }
1738
+ var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgLogoDForAvatar);
1271
1739
 
1272
- const rootClassName$Q = 'dot-progress';
1740
+ const rootClassName$V = 'dot-progress';
1273
1741
  const StyledCircularProgress = styled(CircularProgress).withConfig({
1274
1742
  displayName: "Progressstyles__StyledCircularProgress",
1275
1743
  componentId: "sc-1gs77rb-0"
1276
- })(["&.", "{&.MuiCircularProgress-colorSecondary{color:#649a3d;}}"], rootClassName$Q);
1744
+ })(["&.", "{&.MuiCircularProgress-colorSecondary{color:#649a3d;}}"], rootClassName$V);
1277
1745
 
1278
1746
  const DotProgress = ({
1279
1747
  ariaLabel,
@@ -1286,7 +1754,7 @@ const DotProgress = ({
1286
1754
  value,
1287
1755
  variant: _variant = 'indeterminate'
1288
1756
  }) => {
1289
- const rootClasses = useStylesWithRootClass(rootClassName$Q, className);
1757
+ const rootClasses = useStylesWithRootClass(rootClassName$V, className);
1290
1758
  return jsx(DotTooltip, Object.assign({
1291
1759
  title: _tooltip
1292
1760
  }, {
@@ -1322,33 +1790,33 @@ var variables = /*#__PURE__*/Object.freeze({
1322
1790
  levelTop: levelTop
1323
1791
  });
1324
1792
 
1325
- const rootClassName$P = 'dot-popper';
1793
+ const rootClassName$U = 'dot-popper';
1326
1794
  const StyledPopper$1 = styled(Popper).withConfig({
1327
1795
  displayName: "Popperstyles__StyledPopper",
1328
1796
  componentId: "sd1h8p-0"
1329
1797
  })(["", ""], ({
1330
1798
  theme
1331
- }) => css(["&.", "{font-family:", ";font-size:", "px;}"], rootClassName$P, theme.typography.fontFamily, theme.typography.body1.fontSize));
1799
+ }) => css(["&.", "{font-family:", ";font-size:", "px;}"], rootClassName$U, theme.typography.fontFamily, theme.typography.body1.fontSize));
1332
1800
 
1333
1801
  const flyoutMenuClassName = 'dot-flyout-menu';
1334
- const rootClassName$O = 'dot-menu';
1335
- const getListMaxHeight = maxHeight => isString(maxHeight) ? maxHeight : `${maxHeight}px`;
1802
+ const rootClassName$T = 'dot-menu';
1803
+ const getListMaxHeight = maxHeight => isString$1(maxHeight) ? maxHeight : `${maxHeight}px`;
1336
1804
  const StyledPopper = styled(Popper).withConfig({
1337
1805
  displayName: "Menustyles__StyledPopper",
1338
1806
  componentId: "sc-134fmqu-0"
1339
1807
  })(["", ""], ({
1340
1808
  theme
1341
- }) => css(["&.", "{font-family:", ";font-size:", "px;z-index:", ";}&.", ",&.", "{&.loading .MuiPaper-root{align-items:center;display:flex;justify-content:center;min-height:200px;min-width:200px;}ul,.dot-action-item{.dot-action-item-text{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;}}ul{box-sizing:content-box;min-width:112px;overflow:auto;", " .dot-li{min-height:auto;}}.dot-action-item{height:", ";border-top:1px solid ", ";line-height:inherit;button.dot-button{border-radius:", ";justify-content:flex-start;height:100%;margin:0;&:focus-visible{background-color:", ";}.MuiButton-label{gap:", ";.MuiButton-startIcon{margin-left:0;.dot-icon{flex-shrink:0;}}}}}}"], rootClassName$P, theme.typography.fontFamily, theme.typography.body1.fontSize, levelSecond, rootClassName$O, rootClassName$P, ({
1809
+ }) => css(["&.", "{font-family:", ";font-size:", "px;z-index:", ";}&.", ",&.", "{&.loading .MuiPaper-root{align-items:center;display:flex;justify-content:center;min-height:200px;min-width:200px;}ul,.dot-action-item{.dot-action-item-text{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;}}ul{box-sizing:content-box;min-width:112px;overflow:auto;", " .dot-li{min-height:auto;}}.dot-action-item{height:", ";border-top:1px solid ", ";line-height:inherit;button.dot-button{border-radius:", ";justify-content:flex-start;height:100%;margin:0;&:focus-visible{background-color:", ";}.MuiButton-label{gap:", ";.MuiButton-startIcon{margin-left:0;.dot-icon{flex-shrink:0;}}}}}}"], rootClassName$U, theme.typography.fontFamily, theme.typography.body1.fontSize, levelSecond, rootClassName$T, rootClassName$U, ({
1342
1810
  $maxHeight
1343
1811
  }) => $maxHeight !== undefined && `
1344
1812
  max-height: ${getListMaxHeight($maxHeight)};
1345
1813
  `, theme.spacing(7), theme.palette.grey[100], theme.spacing(0, 0, 0.5, 0.5), theme.palette.layer.n100, theme.spacing(3)));
1346
1814
 
1347
- const MENU_ITEM_HEIGHT_NORMAL = 33;
1348
- const MENU_ITEM_HEIGHT_DENSE = 28;
1815
+ const MENU_ITEM_HEIGHT_NORMAL = 48;
1816
+ const MENU_ITEM_HEIGHT_DENSE = 36;
1349
1817
  const DEFAULT_MAX_VISIBLE_ITEMS = 7;
1350
1818
 
1351
- const rootClassName$N = 'dot-ul';
1819
+ const rootClassName$S = 'dot-ul';
1352
1820
  const listItemClassName$1 = 'dot-li';
1353
1821
  const listItemWithSubmenuClassName = 'dot-li-with-submenu';
1354
1822
  const StyledMenuList = styled(MenuList).withConfig({
@@ -1356,7 +1824,7 @@ const StyledMenuList = styled(MenuList).withConfig({
1356
1824
  componentId: "yqdwwg-0"
1357
1825
  })(["", ""], ({
1358
1826
  theme
1359
- }) => css(["&.", "{.dot-li{justify-content:space-between;gap:", ";&:hover{background:", ";}&.Mui-selected,&.Mui-selected:hover{background:", ";}&.", "{padding-right:", ";}}}"], rootClassName$N, theme.spacing(3), hoverGray, lightSelectedGray, listItemWithSubmenuClassName, theme.spacing(0.5)));
1827
+ }) => css(["&.", "{.dot-li{font-size:", "px;justify-content:space-between;gap:", ";&:hover{background:", ";}&.Mui-selected,&.Mui-selected:hover{background:", ";}&.", "{padding-right:", ";}}}"], rootClassName$S, theme.typography.body1.fontSize, theme.spacing(3), hoverGray, lightSelectedGray, listItemWithSubmenuClassName, theme.spacing(0.5)));
1360
1828
 
1361
1829
  const getDefaultItemHeight = isDense => isDense ? MENU_ITEM_HEIGHT_DENSE : MENU_ITEM_HEIGHT_NORMAL;
1362
1830
  const calculateItemHeight = (isDense, customItemHeight, menuItemHeight) => {
@@ -1429,7 +1897,7 @@ const DotMenuList = /*#__PURE__*/forwardRef(({
1429
1897
  onSubMenuCreate,
1430
1898
  selectedKey
1431
1899
  }, ref) => {
1432
- const rootClasses = useStylesWithRootClass(rootClassName$N, className);
1900
+ const rootClasses = useStylesWithRootClass(rootClassName$S, className);
1433
1901
  const [activeSubmenu, setActiveSubmenu] = useState(null);
1434
1902
  const [subItemAnchorEl, setSubItemAnchorEl] = useState(null);
1435
1903
  const openSubmenu = (target, itemKey) => {
@@ -1539,7 +2007,7 @@ const DotMenu = ({
1539
2007
  open: _open = false,
1540
2008
  selectedKey
1541
2009
  }) => {
1542
- const rootClasses = useStylesWithRootClass(rootClassName$O, className, _loading ? 'loading' : '');
2010
+ const rootClasses = useStylesWithRootClass(rootClassName$T, className, _loading ? 'loading' : '');
1543
2011
  const isSubmenu = checkIfSubmenu(anchorEl);
1544
2012
  const hasSubItems = checkForSubItems(_menuItems);
1545
2013
  // Timeout object is customizable when Menu component is either submenu
@@ -1579,56 +2047,341 @@ const DotMenu = ({
1579
2047
  role: undefined,
1580
2048
  transition: true
1581
2049
  }, {
1582
- children: ({
1583
- TransitionProps,
1584
- placement
1585
- }) => jsx(Fade, Object.assign({}, TransitionProps, {
1586
- style: {
1587
- transformOrigin: placement === 'bottom' ? 'center top' : 'center bottom'
2050
+ children: ({
2051
+ TransitionProps,
2052
+ placement
2053
+ }) => jsx(Fade, Object.assign({}, TransitionProps, {
2054
+ style: {
2055
+ transformOrigin: placement === 'bottom' ? 'center top' : 'center bottom'
2056
+ },
2057
+ timeout: timeout
2058
+ }, {
2059
+ children: jsx(Paper, {
2060
+ children: jsx(ClickAwayListener, Object.assign({
2061
+ onClickAway: handleClickAway
2062
+ }, {
2063
+ children: _loading ? jsx(DotProgress, {
2064
+ "data-testid": "loading-indicator",
2065
+ tooltip: "Loading Data...",
2066
+ value: 20
2067
+ }, void 0) : jsx(DotMenuList, {
2068
+ autoFocusItem: _open,
2069
+ "data-testid": `${dataTestId}-menu`,
2070
+ dense: _dense,
2071
+ id: id,
2072
+ maxVisibleItems: _maxVisibleItems,
2073
+ menuItemHeight: menuItemHeight,
2074
+ menuItems: _menuItems,
2075
+ onItemSelect: handleSelect,
2076
+ onKeyDown: handleListKeyDown,
2077
+ onSubMenuCreate: ({
2078
+ anchorElement,
2079
+ isOpened,
2080
+ subMenuId,
2081
+ subMenuItems
2082
+ }) => jsx(DotMenu, {
2083
+ anchorEl: anchorElement,
2084
+ menuPlacement: "right-start",
2085
+ id: subMenuId,
2086
+ menuItems: subMenuItems,
2087
+ open: isOpened,
2088
+ onLeave: onLeave,
2089
+ onSelect: onSelect,
2090
+ selectedKey: selectedKey
2091
+ }, void 0),
2092
+ selectedKey: selectedKey
2093
+ }, void 0)
2094
+ }), void 0)
2095
+ }, void 0)
2096
+ }), void 0)
2097
+ }), void 0);
2098
+ };
2099
+
2100
+ const rootClassName$R = 'dot-app-switcher';
2101
+ const StyledAppSwitcher = styled(DotMenu).withConfig({
2102
+ displayName: "AppSwitcherstyles__StyledAppSwitcher",
2103
+ componentId: "hhxfqg-0"
2104
+ })(["", ""], () => css(["&.", "{.MuiMenuItem-root.Mui-disabled{opacity:1;}.dot-link{align-items:center;display:flex;gap:24px;width:100%;text-decoration:none;}.dot-avatar{flex-basis:40px;}.dot-app-switcher-app-title{width:80%;min-width:150px;}.dot-icon{flex-basis:40px;}}"], rootClassName$R));
2105
+
2106
+ const DotAppSwitcherView = ({
2107
+ apps,
2108
+ anchorEl,
2109
+ className,
2110
+ onLeave,
2111
+ onSelect,
2112
+ open,
2113
+ platformConsoleUrl: _platformConsoleUrl = null
2114
+ }) => {
2115
+ const rootClasses = useStylesWithRootClass(rootClassName$R, className);
2116
+ const platformLogoString = renderToStaticMarkup(jsx(ForwardRef$3, {}, void 0));
2117
+ const platformLogo = btoa(platformLogoString);
2118
+ const createMenuItem = (url, logo, title, subtitle = null) => jsxs(DotLink, Object.assign({
2119
+ href: url,
2120
+ color: "textPrimary",
2121
+ target: "_blank"
2122
+ }, {
2123
+ children: [jsx(DotAvatar, {
2124
+ alt: "app image",
2125
+ imageSrc: 'data:image/svg+xml;base64,' + logo,
2126
+ type: "image",
2127
+ variant: "circular"
2128
+ }, void 0), jsxs("div", Object.assign({
2129
+ className: "dot-app-switcher-app-title"
2130
+ }, {
2131
+ children: [jsx(DotTypography, Object.assign({
2132
+ variant: "body1"
2133
+ }, {
2134
+ children: title
2135
+ }), void 0), subtitle && jsx(DotTypography, Object.assign({
2136
+ variant: "body2"
2137
+ }, {
2138
+ children: subtitle
2139
+ }), void 0)]
2140
+ }), void 0), jsx(DotIcon, {
2141
+ iconId: "open-new-tab"
2142
+ }, void 0)]
2143
+ }), void 0);
2144
+ const menuItems = [{
2145
+ children: jsx("h3", {
2146
+ children: "DIGITAL.AI APPLICATIONS"
2147
+ }, void 0),
2148
+ key: 'dai-apps-title',
2149
+ disabled: true,
2150
+ divider: true,
2151
+ height: 32
2152
+ }];
2153
+ if (_platformConsoleUrl) {
2154
+ const children = createMenuItem(_platformConsoleUrl, platformLogo, 'Platform', null);
2155
+ menuItems.unshift({
2156
+ children,
2157
+ key: 'app-switcher-platform-link',
2158
+ height: 64
2159
+ });
2160
+ }
2161
+ const getInstanceStateText = application => {
2162
+ if (application.instance_state === 1) {
2163
+ return 'Production instance';
2164
+ }
2165
+ return 'Non-production instance';
2166
+ };
2167
+ if (apps && apps.length > 0) {
2168
+ apps.forEach(app => {
2169
+ const children = createMenuItem(app.url, app.logo, app.name, getInstanceStateText(app));
2170
+ menuItems.push({
2171
+ children,
2172
+ key: app.id,
2173
+ height: 64
2174
+ });
2175
+ });
2176
+ } else {
2177
+ menuItems.push({
2178
+ children: jsxs(DotTypography, Object.assign({
2179
+ variant: "body2"
2180
+ }, {
2181
+ children: [jsx("span", {
2182
+ children: "There is nothing in a list of your applications."
2183
+ }, void 0), jsx("br", {}, void 0), jsx("span", {
2184
+ children: "Please contact your digital.ai administrator"
2185
+ }, void 0)]
2186
+ }), void 0),
2187
+ key: 'no_applications_configured',
2188
+ height: 64,
2189
+ disabled: true
2190
+ });
2191
+ }
2192
+ return jsx(StyledAppSwitcher, {
2193
+ id: "dot-app-switcher",
2194
+ className: rootClasses,
2195
+ maxVisibleItems: 6,
2196
+ anchorEl: anchorEl,
2197
+ open: open,
2198
+ menuItems: menuItems,
2199
+ menuPlacement: "bottom-end",
2200
+ onLeave: onLeave,
2201
+ onSelect: onSelect,
2202
+ selectedKey: ""
2203
+ }, void 0);
2204
+ };
2205
+ const DotAppSwitcher = _a => {
2206
+ var {
2207
+ accountId,
2208
+ open
2209
+ } = _a,
2210
+ commonProps = __rest(_a, ["accountId", "open"]);
2211
+ const {
2212
+ applications,
2213
+ applicationsLoading,
2214
+ applicationsError,
2215
+ loadApplications
2216
+ } = useDotCoreApiContext();
2217
+ useEffect(() => {
2218
+ if ((!applications || applications.length === 0) && open) {
2219
+ loadApplications(accountId);
2220
+ }
2221
+ }, [accountId, open]);
2222
+ if (applicationsError) {
2223
+ console.error('Error loading application list in AppSwitcher', applicationsError);
2224
+ }
2225
+ if (!applicationsLoading && !applicationsError) {
2226
+ return jsx(DotAppSwitcherView, Object.assign({}, commonProps, {
2227
+ open: open,
2228
+ apps: applications
2229
+ }), void 0);
2230
+ }
2231
+ return null;
2232
+ };
2233
+
2234
+ const rootClassName$Q = 'dot-icon-btn';
2235
+ const StyledIconButton = styled(IconButton).withConfig({
2236
+ displayName: "IconButtonstyles__StyledIconButton",
2237
+ componentId: "eko0kb-0"
2238
+ })(["", ""], () => css(["&.", "{font-size:inherit;padding:10px;.dot-icon.MuiIcon-fontSizeSmall{padding:1px;}&.MuiIconButton-sizeSmall{padding:3px;}&.ripple-disabled{&:hover,&:active,&:focus{background:", ";}}"], rootClassName$Q, hoverGray));
2239
+
2240
+ const DotIconButton = ({
2241
+ ariaLabel,
2242
+ className,
2243
+ color: _color = 'inherit',
2244
+ 'data-testid': dataTestId,
2245
+ disabled: _disabled = false,
2246
+ disableRipple: _disableRipple = false,
2247
+ iconId,
2248
+ iconSize: _iconSize = 'small',
2249
+ onClick,
2250
+ tooltip,
2251
+ size: _size = 'medium'
2252
+ }) => {
2253
+ const rippleClassName = _disableRipple ? 'ripple-disabled' : '';
2254
+ const rootClasses = useStylesWithRootClass(rootClassName$Q, rippleClassName, className);
2255
+ return jsx(DotTooltip, Object.assign({
2256
+ "data-testid": "icon-button-tooltip",
2257
+ title: tooltip
2258
+ }, {
2259
+ children: jsx(StyledIconButton, Object.assign({
2260
+ "aria-label": ariaLabel,
2261
+ classes: {
2262
+ root: rootClasses
2263
+ },
2264
+ color: _color,
2265
+ "data-testid": dataTestId,
2266
+ disableRipple: _disableRipple,
2267
+ disabled: _disabled,
2268
+ onClick: event => onClick && onClick(event),
2269
+ size: _size
2270
+ }, {
2271
+ children: jsx(DotIcon, {
2272
+ "data-testid": "button-icon",
2273
+ fontSize: _iconSize,
2274
+ iconId: iconId
2275
+ }, void 0)
2276
+ }), void 0)
2277
+ }), void 0);
2278
+ };
2279
+
2280
+ const rootClassName$P = 'dot-button';
2281
+ const StyledButton = styled(Button).withConfig({
2282
+ displayName: "Buttonstyles__StyledButton",
2283
+ componentId: "sx99hh-0"
2284
+ })(["", ""], ({
2285
+ theme
2286
+ }) => css(["&.", "{margin:", ";min-width:auto;white-space:nowrap;&.MuiButton-outlined{border-color:rgba(0,0,0,0.23);color:", ";}&:not(.MuiButton-sizeLarge):not(.MuiButton-sizeSmall){height:", ";}&.MuiButton-containedSecondary{background-color:", ";&:hover,&:active{background-color:", ";}}&.MuiButton-text{padding:6px 16px;}.dot-icon{padding:0;i{height:auto;}}}"], rootClassName$P, theme.spacing(0.5), theme.palette.grey[700], theme.spacing(5), theme.palette.error.main, darken(theme.palette.error.main, 0.2)));
2287
+
2288
+ /** This component wraps the Button component from @material-ui. */
2289
+ const DotButton = /*#__PURE__*/forwardRef(({
2290
+ ariaLabel,
2291
+ autoFocus: _autoFocus = false,
2292
+ children,
2293
+ className,
2294
+ 'data-testid': dataTestId,
2295
+ disabled: _disabled = false,
2296
+ disableRipple: _disableRipple = false,
2297
+ endIcon,
2298
+ fullWidth: _fullWidth = false,
2299
+ isSubmit: _isSubmit = false,
2300
+ onClick,
2301
+ size: _size = 'medium',
2302
+ startIcon,
2303
+ tooltip,
2304
+ type: _type = 'primary'
2305
+ }, ref) => {
2306
+ const rootClasses = useStylesWithRootClass(rootClassName$P, className);
2307
+ let color;
2308
+ let variant;
2309
+ switch (_type) {
2310
+ case 'destructive':
2311
+ color = _disabled ? 'inherit' : 'secondary';
2312
+ variant = 'contained';
2313
+ break;
2314
+ case 'primary':
2315
+ color = 'primary';
2316
+ variant = 'contained';
2317
+ break;
2318
+ case 'outlined':
2319
+ color = 'inherit';
2320
+ variant = 'outlined';
2321
+ break;
2322
+ case 'text':
2323
+ color = 'inherit';
2324
+ variant = 'text';
2325
+ break;
2326
+ }
2327
+ return jsx(DotTooltip, Object.assign({
2328
+ title: tooltip
2329
+ }, {
2330
+ children: jsx(StyledButton, Object.assign({
2331
+ "aria-label": ariaLabel,
2332
+ autoFocus: _autoFocus,
2333
+ classes: {
2334
+ root: rootClasses
1588
2335
  },
1589
- timeout: timeout
2336
+ color: color,
2337
+ "data-testid": dataTestId,
2338
+ disableRipple: _disableRipple,
2339
+ disabled: _disabled,
2340
+ endIcon: endIcon,
2341
+ fullWidth: _fullWidth,
2342
+ onClick: event => onClick && onClick(event),
2343
+ ref: ref,
2344
+ size: _size,
2345
+ startIcon: startIcon,
2346
+ type: _isSubmit ? 'submit' : 'button',
2347
+ variant: variant
1590
2348
  }, {
1591
- children: jsx(Paper, {
1592
- children: jsx(ClickAwayListener, Object.assign({
1593
- onClickAway: handleClickAway
1594
- }, {
1595
- children: _loading ? jsx(DotProgress, {
1596
- "data-testid": "loading-indicator",
1597
- tooltip: "Loading Data...",
1598
- value: 20
1599
- }, void 0) : jsx(DotMenuList, {
1600
- autoFocusItem: _open,
1601
- "data-testid": `${dataTestId}-menu`,
1602
- dense: _dense,
1603
- id: id,
1604
- maxVisibleItems: _maxVisibleItems,
1605
- menuItemHeight: menuItemHeight,
1606
- menuItems: _menuItems,
1607
- onItemSelect: handleSelect,
1608
- onKeyDown: handleListKeyDown,
1609
- onSubMenuCreate: ({
1610
- anchorElement,
1611
- isOpened,
1612
- subMenuId,
1613
- subMenuItems
1614
- }) => jsx(DotMenu, {
1615
- anchorEl: anchorElement,
1616
- menuPlacement: "right-start",
1617
- id: subMenuId,
1618
- menuItems: subMenuItems,
1619
- open: isOpened,
1620
- onLeave: onLeave,
1621
- onSelect: onSelect,
1622
- selectedKey: selectedKey
1623
- }, void 0),
1624
- selectedKey: selectedKey
1625
- }, void 0)
1626
- }), void 0)
1627
- }, void 0)
2349
+ children: children
1628
2350
  }), void 0)
1629
2351
  }), void 0);
2352
+ });
2353
+
2354
+ const rootClassName$O = 'dot-list';
2355
+ const listItemRootClass = 'dot-list-item';
2356
+ const nestedListClassName = 'dot-nested-list';
2357
+ const nestedDrawerClassName = 'dot-nested-drawer';
2358
+ const StyledList = styled(List).withConfig({
2359
+ displayName: "Liststyles__StyledList",
2360
+ componentId: "wxwqwr-0"
2361
+ })(["", ""], ({
2362
+ theme
2363
+ }) => css(["&.", "{background:", ";.dot-icon{color:", ";}&.", " .", "{padding-left:", ";}.MuiListSubheader-root{padding:0;.MuiTypography-root{padding:", ";}}}"], rootClassName$O, theme.palette.layer.n0, theme.palette.layer.n700, nestedListClassName, listItemRootClass, theme.spacing(4), theme.spacing(1)));
2364
+
2365
+ const getChevronIcon = (nestedListType, isOpened) => {
2366
+ if (nestedListType !== 'expandable') {
2367
+ return 'chevron-right';
2368
+ }
2369
+ if (isOpened) {
2370
+ return 'chevron-up';
2371
+ }
2372
+ return 'chevron-down';
1630
2373
  };
1631
2374
 
2375
+ const flyoutListItemClassName = 'dot-flyout-list-item';
2376
+ const flyoutItemLinkClassName = 'dot-flyout-item-link';
2377
+ const listItemLinkClassName = 'dot-list-item-link';
2378
+ const StyledListItem = styled(ListItem).withConfig({
2379
+ displayName: "ListItemstyles__StyledListItem",
2380
+ componentId: "sc-1fawh8v-0"
2381
+ })(["", ""], ({
2382
+ theme
2383
+ }) => css(["&.", "{&.", "{padding:0;}p.MuiTypography-root{margin-bottom:0;}.", "{align-items:center;display:flex;flex-grow:2;}.", " .MuiIcon-root{margin-right:", ";}.dot-icon i:before{color:", ";}}"], listItemRootClass, flyoutListItemClassName, listItemLinkClassName, flyoutItemLinkClassName, theme.spacing(4), theme.palette.text.primary));
2384
+
1632
2385
  const CreateUUID = () => {
1633
2386
  return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
1634
2387
  const r = Math.random() * 16 | 0,
@@ -1637,13 +2390,13 @@ const CreateUUID = () => {
1637
2390
  });
1638
2391
  };
1639
2392
 
1640
- const rootClassName$M = 'dot-drawer';
2393
+ const rootClassName$N = 'dot-drawer';
1641
2394
  const StyledDrawer = styled(Drawer).withConfig({
1642
2395
  displayName: "Drawerstyles__StyledDrawer",
1643
2396
  componentId: "sc-1uiowy0-0"
1644
2397
  })(["", ""], ({
1645
2398
  theme
1646
- }) => css(["&.", " .MuiBackdrop-root{background-color:", ";}.dot-drawer-paper{height:", ";padding:", ";width:", ";}"], rootClassName$M, alpha(theme.palette.grey[900], 0.7), ({
2399
+ }) => css(["&.", " .MuiBackdrop-root{background-color:", ";}.dot-drawer-paper{height:", ";padding:", ";width:", ";}"], rootClassName$N, alpha(theme.palette.grey[900], 0.7), ({
1647
2400
  height,
1648
2401
  anchor
1649
2402
  }) => anchor === 'left' || anchor === 'right' ? '100%' : height, theme.spacing(2), ({
@@ -1651,13 +2404,13 @@ const StyledDrawer = styled(Drawer).withConfig({
1651
2404
  anchor
1652
2405
  }) => anchor === 'bottom' || anchor === 'top' ? 'auto' : width));
1653
2406
 
1654
- const rootClassName$L = 'dot-drawer-header';
2407
+ const rootClassName$M = 'dot-drawer-header';
1655
2408
  const StyleDrawerHeader = styled.div.withConfig({
1656
2409
  displayName: "DrawerHeaderstyles__StyleDrawerHeader",
1657
2410
  componentId: "sc-2d2xd3-0"
1658
2411
  })(["", ""], ({
1659
2412
  theme
1660
- }) => css(["&.", "{padding:", ";display:flex;align-items:center;.close-button{margin-left:auto;}}"], rootClassName$L, theme.spacing(0, 0, 2)));
2413
+ }) => css(["&.", "{padding:", ";display:flex;align-items:center;.close-button{margin-left:auto;}}"], rootClassName$M, theme.spacing(0, 0, 2)));
1661
2414
 
1662
2415
  const DotDrawerHeader = ({
1663
2416
  ariaLabel,
@@ -1667,7 +2420,7 @@ const DotDrawerHeader = ({
1667
2420
  onClose,
1668
2421
  variant
1669
2422
  }) => {
1670
- const rootClasses = useStylesWithRootClass(rootClassName$L, className);
2423
+ const rootClasses = useStylesWithRootClass(rootClassName$M, className);
1671
2424
  return jsxs(StyleDrawerHeader, Object.assign({
1672
2425
  "aria-label": ariaLabel,
1673
2426
  className: rootClasses,
@@ -1681,11 +2434,11 @@ const DotDrawerHeader = ({
1681
2434
  }), void 0);
1682
2435
  };
1683
2436
 
1684
- const rootClassName$K = 'dot-drawer-body';
2437
+ const rootClassName$L = 'dot-drawer-body';
1685
2438
  const StyleDrawerBody = styled.div.withConfig({
1686
2439
  displayName: "DrawerBodystyles__StyleDrawerBody",
1687
2440
  componentId: "sc-1mpmjdk-0"
1688
- })(["", ""], () => css(["&.", "{display:flex;.dot-drawer-close-button{align-self:self-start;padding:0;margin-left:auto;}}"], rootClassName$K));
2441
+ })(["", ""], () => css(["&.", "{display:flex;.dot-drawer-close-button{align-self:self-start;padding:0;margin-left:auto;}}"], rootClassName$L));
1689
2442
 
1690
2443
  const DotDrawerBody = ({
1691
2444
  ariaLabel,
@@ -1696,7 +2449,7 @@ const DotDrawerBody = ({
1696
2449
  onClose,
1697
2450
  variant
1698
2451
  }) => {
1699
- const rootClasses = useStylesWithRootClass(rootClassName$K, className);
2452
+ const rootClasses = useStylesWithRootClass(rootClassName$L, className);
1700
2453
  return jsxs(StyleDrawerBody, Object.assign({
1701
2454
  "aria-label": ariaLabel,
1702
2455
  className: rootClasses,
@@ -1710,13 +2463,13 @@ const DotDrawerBody = ({
1710
2463
  }), void 0);
1711
2464
  };
1712
2465
 
1713
- const rootClassName$J = 'dot-drawer-footer';
2466
+ const rootClassName$K = 'dot-drawer-footer';
1714
2467
  const StyleDrawerFooter = styled.div.withConfig({
1715
2468
  displayName: "DrawerFooterstyles__StyleDrawerFooter",
1716
2469
  componentId: "sc-1ki05ze-0"
1717
2470
  })(["", ""], ({
1718
2471
  theme
1719
- }) => css(["&.", "{padding:", ";}"], rootClassName$J, theme.spacing(2, 0, 0)));
2472
+ }) => css(["&.", "{padding:", ";}"], rootClassName$K, theme.spacing(2, 0, 0)));
1720
2473
 
1721
2474
  const DotDrawerFooter = ({
1722
2475
  ariaLabel,
@@ -1724,7 +2477,7 @@ const DotDrawerFooter = ({
1724
2477
  className,
1725
2478
  'data-testid': dataTestId
1726
2479
  }) => {
1727
- const rootClasses = useStylesWithRootClass(rootClassName$J, className);
2480
+ const rootClasses = useStylesWithRootClass(rootClassName$K, className);
1728
2481
  return jsx(StyleDrawerFooter, Object.assign({
1729
2482
  "aria-label": ariaLabel,
1730
2483
  className: rootClasses,
@@ -1756,7 +2509,7 @@ const DotDrawer = ({
1756
2509
  console.warn('Please use `children` or `drawerBodyProps`. If both are used, `children` is ignored.');
1757
2510
  }
1758
2511
  }, []);
1759
- const rootClasses = useStylesWithRootClass(rootClassName$M, className);
2512
+ const rootClasses = useStylesWithRootClass(rootClassName$N, className);
1760
2513
  const headerExists = !!drawerHeaderProps;
1761
2514
  const bodyTestId = drawerBodyProps ? drawerBodyProps[`data-testid`] : 'drawer-body';
1762
2515
  return jsxs(StyledDrawer, Object.assign({
@@ -1842,7 +2595,7 @@ const DotList = ({
1842
2595
  nestedListType: _nestedListType = 'expandable',
1843
2596
  width: _width = 240
1844
2597
  }) => {
1845
- const rootClasses = useStylesWithRootClass(rootClassName$R, className);
2598
+ const rootClasses = useStylesWithRootClass(rootClassName$O, className);
1846
2599
  const listWidth = typeof _width === 'number' ? `${_width}px` : _width;
1847
2600
  const listRef = useRef();
1848
2601
  const [listItemIndex, setListItemIndex] = useState(null);
@@ -2178,19 +2931,48 @@ function SvgLogoDigitalAi(_ref, svgRef) {
2178
2931
  }
2179
2932
  var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgLogoDigitalAi);
2180
2933
 
2181
- const rootClassName$I = 'dot-sidebar';
2934
+ var _path, _path2;
2935
+ var _excluded = ["title", "titleId"];
2936
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2937
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2938
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2939
+ function SvgLogoDigitalAiWhite(_ref, svgRef) {
2940
+ var title = _ref.title,
2941
+ titleId = _ref.titleId,
2942
+ props = _objectWithoutProperties(_ref, _excluded);
2943
+ return /*#__PURE__*/React.createElement("svg", _extends({
2944
+ width: 100,
2945
+ height: 26,
2946
+ viewBox: "0 0 100 26",
2947
+ fill: "none",
2948
+ xmlns: "http://www.w3.org/2000/svg",
2949
+ ref: svgRef,
2950
+ "aria-labelledby": titleId
2951
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
2952
+ id: titleId
2953
+ }, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
2954
+ d: "M97.2643 6.22339H96.774V5.94409L98.0413 5.94642V6.22572H97.5511L97.5487 7.73862H97.2643V6.22339ZM98.2702 5.94642H98.7166L99.1305 7.21958H99.1374L99.5514 5.94642H100L99.9977 7.73629H99.7156L99.7179 6.29787H99.7133L99.2253 7.73629H99.0264L98.5477 6.29555H98.5431L98.5408 7.73396H98.2702V5.94642ZM88.5299 5.87892C87.7668 5.87892 87.1933 6.38399 87.0939 7.11018C86.1295 6.11167 84.7235 5.56238 83.1094 5.56238C79.1365 5.55772 76.0192 8.69988 76.0146 12.7172C76.0146 12.815 76.0169 12.9104 76.0215 13.0058C77.5154 13.597 78.5746 15.0633 78.5722 16.7741C78.5722 17.2349 78.4913 17.6772 78.3479 18.0891C79.5851 19.1854 81.2316 19.8371 83.0909 19.8394C84.6889 19.8418 86.2012 19.0551 87.0684 18.2265C87.1332 19.0178 87.709 19.5578 88.5114 19.5601C89.4203 19.5601 89.9868 18.9922 89.9868 18.0752L89.9984 7.34526C90.003 6.45382 89.4249 5.87892 88.5299 5.87892ZM83.0747 16.6949C80.8986 16.6926 79.1273 14.9074 79.1319 12.7125C79.1342 10.52 80.9079 8.73713 83.084 8.73945C85.26 8.74178 87.0314 10.527 87.0291 12.7219C87.0268 14.9144 85.2531 16.6973 83.0747 16.6949ZM62.5905 5.85099C61.8274 5.85099 61.2538 6.35606 61.1544 7.08225C60.1901 6.08374 58.7841 5.53445 57.1699 5.53445C53.197 5.52979 50.0821 8.67196 50.0775 12.6893C50.0728 16.7462 53.1161 19.8069 57.1561 19.8115C58.7563 19.8138 60.2664 19.0271 61.1336 18.1985C61.1983 18.9899 61.7742 19.5299 62.5766 19.5322C63.4854 19.5322 64.052 18.9643 64.052 18.0472L64.0636 7.31733C64.0636 6.42589 63.4854 5.85099 62.5905 5.85099ZM57.0358 16.6647C54.8597 16.6624 53.0884 14.8771 53.0907 12.6823C53.093 10.4898 54.8667 8.70687 57.0428 8.70919C59.2211 8.71152 60.9902 10.4967 60.9879 12.6916C60.9879 14.8841 59.2142 16.667 57.0358 16.6647ZM12.5199 0.5C11.6227 0.5 11.0446 1.07257 11.0446 1.95936L11.0399 7.04268C10.1149 6.03021 8.72512 5.47626 7.09479 5.47393C3.31846 5.4716 0.00462987 8.81394 4.84224e-06 12.6311C-0.00462018 16.4203 3.30459 19.7487 7.07861 19.7533C8.75287 19.7556 10.3207 18.8875 11.1509 18.031C11.3128 18.962 11.8701 19.4717 12.7373 19.4717C13.4542 19.4717 13.9745 18.9177 13.9768 18.1543L13.9953 1.96402C13.9953 1.08886 13.4033 0.502328 12.5199 0.5ZM7.05317 16.6088C4.87709 16.6065 3.10571 14.8213 3.10802 12.6264C3.11033 10.4339 4.88403 8.65101 7.06011 8.65333C9.23618 8.65566 11.0076 10.4409 11.0053 12.6357C11.0029 14.8283 9.22924 16.6112 7.05317 16.6088ZM33.9708 5.8184C33.0273 5.8184 32.5417 6.26063 32.4191 7.24983C31.5404 6.35606 29.991 5.50186 28.3352 5.50186C24.5612 5.49721 21.2451 8.83023 21.2427 12.6311C21.2381 16.4343 24.545 19.7719 28.3213 19.7766C30.028 19.7789 31.3762 19.2552 32.2411 18.259C32.1578 21.1359 30.7772 22.5324 28.0323 22.5301C27.1373 22.5301 26.5569 23.1119 26.5546 24.0127C26.5546 24.9577 27.1258 25.4977 28.1225 25.5C33.3534 25.507 35.2126 21.6759 35.2149 18.394L35.2265 7.11251C35.2311 6.36305 34.7016 5.8184 33.9708 5.8184ZM28.2612 16.6321C26.0828 16.6298 24.3138 14.8446 24.3161 12.6497C24.3184 10.4572 26.0921 8.67428 28.2682 8.67661C30.4442 8.67894 32.2156 10.4642 32.2133 12.659C32.211 14.8539 30.4373 16.6344 28.2612 16.6321ZM94.036 5.78349C93.2082 5.78349 92.5838 6.4096 92.5838 7.24285L92.5352 18.1264C92.5352 19.0015 93.1295 19.6113 93.9852 19.6137C94.894 19.6137 95.4605 19.0458 95.4628 18.131L95.5114 7.24751C95.5091 6.37236 94.9171 5.78349 94.036 5.78349ZM17.7832 5.63686C16.9553 5.63686 16.331 6.26296 16.331 7.09622L16.3194 17.9914C16.3194 18.8665 16.9137 19.4787 17.7694 19.4787C18.6782 19.4787 19.2447 18.9108 19.2447 17.9937L19.2563 7.09855C19.2563 6.22572 18.6643 5.63686 17.7832 5.63686ZM39.2803 5.69737C38.4525 5.69737 37.8281 6.32348 37.8281 7.15673L37.8165 18.0147C37.8165 18.8898 38.4108 19.5019 39.2665 19.5019C40.1753 19.5019 40.7419 18.934 40.7419 18.017L40.7534 7.15906C40.7534 6.28624 40.1614 5.69737 39.2803 5.69737ZM48.3315 16.6368C47.3718 16.5553 46.7775 16.283 46.7798 15.1751L46.7868 8.90005H47.5476C48.3893 8.90005 48.9998 8.28791 48.9998 7.44069C48.9998 6.53761 48.4333 5.95573 47.5499 5.9534H46.7891L46.7937 2.02686C46.7937 1.10981 46.2294 0.541896 45.3206 0.539568C44.4673 0.539568 43.8684 1.14938 43.8684 2.0222L43.8637 5.98599C43.1561 6.09305 42.7214 6.64235 42.7214 7.43371C42.7214 8.17852 43.1746 8.75109 43.8614 8.88143L43.8545 15.1937C43.8522 17.9332 45.3137 19.5066 47.869 19.5113C48.9258 19.5136 49.5595 19.0015 49.5595 18.1473C49.5595 17.2629 49.1131 16.7136 48.3315 16.6368ZM68.3209 0.562843C67.4676 0.562843 66.8686 1.16335 66.8686 2.0222L66.8501 18.0449C66.8501 18.9201 67.4444 19.5322 68.3001 19.5322C69.2089 19.5322 69.7755 18.9643 69.7778 18.0472L69.7963 2.02453C69.794 1.12378 69.2297 0.565171 68.3209 0.562843ZM76.8471 15.2146C76.7986 15.1402 76.7454 15.068 76.6876 15.0005C76.5534 14.8376 76.4008 14.6933 76.2343 14.5629C76.1765 14.5187 76.1164 14.4745 76.0539 14.4349C75.7464 14.2324 75.3972 14.0904 75.0202 14.0253C74.8699 13.9997 74.715 13.9857 74.5577 13.9857C74.0814 13.9857 73.6327 14.1067 73.2419 14.3209C73.1633 14.3628 73.087 14.4093 73.013 14.4605C72.2776 14.9609 71.7943 15.8058 71.792 16.7671C71.792 17.7284 72.273 18.5756 73.0083 19.076C73.0823 19.1272 73.1587 19.1738 73.235 19.2157C73.6258 19.4298 74.0744 19.5532 74.5508 19.5532C75.2191 19.5532 75.8319 19.3157 76.3083 18.9201C76.4447 18.806 76.5696 18.6803 76.6829 18.543C76.7407 18.4755 76.7939 18.4034 76.8425 18.3289C76.9419 18.1799 77.0275 18.024 77.0969 17.8564C77.2356 17.5235 77.3143 17.1581 77.3143 16.7741C77.3143 16.39 77.2379 16.0246 77.0992 15.6895C77.0321 15.5195 76.9466 15.3613 76.8471 15.2146Z",
2955
+ fill: "white"
2956
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
2957
+ d: "M59.6633 12.0655C59.7095 12.2633 59.735 12.4682 59.735 12.68C59.735 12.7963 59.728 12.9127 59.7141 13.0244C59.7003 13.1385 59.6795 13.2479 59.6517 13.3573C59.5962 13.5737 59.5153 13.7809 59.4112 13.9717C58.9556 14.8166 58.0653 15.3915 57.0432 15.3915C55.5562 15.3915 54.3514 14.1766 54.3514 12.68C54.3514 12.4938 54.3699 12.3099 54.4069 12.133C54.585 11.2509 55.1909 10.5223 55.9979 10.1802C56.3194 10.0429 56.6732 9.96606 57.0455 9.96606C57.4178 9.96606 57.7716 10.0429 58.0931 10.1802C58.6966 10.4362 59.1823 10.911 59.4667 11.4999C59.5499 11.6791 59.617 11.8677 59.6633 12.0655ZM7.05822 9.96606C5.57127 9.96606 4.36646 11.181 4.36646 12.6776C4.36646 14.1742 5.57127 15.3892 7.05822 15.3892C8.54517 15.3892 9.7523 14.1742 9.7523 12.6776C9.7523 11.181 8.54517 9.96606 7.05822 9.96606ZM84.1273 10.1802C84.0464 10.1453 83.9655 10.115 83.8799 10.0894C83.7527 10.0499 83.6232 10.0196 83.4891 9.99865C83.355 9.9777 83.2185 9.96606 83.0798 9.96606C82.8023 9.96606 82.5317 10.008 82.2796 10.0871C82.1964 10.1127 82.1131 10.1453 82.0322 10.1779C81.2275 10.52 80.6216 11.2485 80.4412 12.1307C80.4065 12.3076 80.3857 12.4891 80.3857 12.6776C80.3857 13.4271 80.6863 14.1044 81.1743 14.5955C81.2968 14.7189 81.4309 14.8306 81.572 14.926C81.7871 15.0727 82.023 15.189 82.2773 15.2682C82.5317 15.3473 82.8 15.3892 83.0775 15.3892C83.2162 15.3892 83.355 15.3799 83.4868 15.3589C83.6209 15.338 83.7504 15.3077 83.8776 15.2682C84.1297 15.189 84.3678 15.0727 84.5829 14.926C84.7263 14.8283 84.8604 14.7189 84.9807 14.5955C85.4686 14.1044 85.7692 13.4271 85.7692 12.6776C85.7692 12.4914 85.7507 12.3076 85.7137 12.1307C85.538 11.2509 84.9344 10.5223 84.1273 10.1802ZM29.3115 10.1802C28.9901 10.0429 28.6363 9.96606 28.264 9.96606C27.8916 9.96606 27.5378 10.0429 27.2164 10.1802C26.4116 10.5223 25.8058 11.2509 25.6254 12.133C25.5907 12.3099 25.5699 12.4914 25.5699 12.68C25.5699 14.1789 26.7747 15.3915 28.2617 15.3915C29.7486 15.3915 30.9557 14.1766 30.9557 12.68C30.9557 12.4938 30.9372 12.3099 30.9002 12.133C30.7245 11.2509 30.1186 10.5223 29.3115 10.1802Z",
2958
+ fill: "#649A3D"
2959
+ })));
2960
+ }
2961
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgLogoDigitalAiWhite);
2962
+
2963
+ const rootClassName$J = 'dot-sidebar';
2182
2964
  const StyledSidebar = styled.aside.withConfig({
2183
2965
  displayName: "Sidebarstyles__StyledSidebar",
2184
2966
  componentId: "l3atb4-0"
2185
2967
  })(["", ""], ({
2186
2968
  theme
2187
- }) => css(["&.", "{align-items:stretch;background:", ";border-width:0 1px;border-style:solid;border-color:", ";box-sizing:border-box;color:", ";display:flex;height:100%;flex-direction:column;justify-content:space-between;letter-spacing:0.01em;-o-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;-moz-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;-webkit-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;header{align-items:center;border-bottom:1px solid;border-bottom-color:", ";display:flex;height:40px;flex-shrink:0;overflow:hidden;padding:", ";white-space:nowrap;&.app-logo{box-sizing:border-box;.dot-app-logo{svg,img{max-width:100%;}}}.dot-avatar{margin-right:", ";}}.go-back{align-items:center;border-bottom:1px solid;border-bottom-color:", ";display:flex;.go-back-button{margin:", ";background-color:", ";&:hover{background-color:", ";}&:focus-visible{box-shadow:0 0 0 2px ", ",0 0 0 4px ", ";}}.back-button-text{margin-right:", ";}}hr.MuiDivider-root{border-color:", ";margin:", ";}.MuiListSubheader-root{border-bottom:1px solid ", ";margin:", ";.dot-typography{display:block;margin:0;padding:", ";}}ul.side-nav{background:transparent;flex-grow:2;overflow-x:hidden;overflow-y:auto;padding:0;width:auto;.dot-nested-list{background:transparent;}.", "{.dot-drawer-paper{padding:", ";overflow-y:auto;border-right:1px solid ", ";box-shadow:0 0 5px 0 rgba(0,0,0,0.15);}.MuiTypography-root.MuiTypography-subtitle2{line-height:40px;}.", "{margin:0;padding-left:", ";}}.dot-list-item{height:44px;padding:0;&.Mui-focusVisible{box-shadow:inset 0 0 0 2px ", ";border:2px solid ", ";}&.open{border:'none';}.dot-list-item-link .dot-icon{margin-right:", ";}.dot-icon{border-radius:50%;height:40px;margin:", ";width:40px;}.dot-typography{white-space:nowrap;}}}.toggle-nav{border-top:1px solid;border-top-color:", ";padding:", ";text-align:right;.dot-icon{transform:rotate(0deg);-o-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;-moz-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;-webkit-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;}}.powered-by{border-top:1px solid;border-top-color:", ";color:", ";display:flex;flex-direction:column;flex-shrink:0;font-size:12px;overflow:hidden;padding:", ";p.desc{white-space:nowrap;}.company-name{margin-top:", ";}.d-icon{display:none;}}&.collapsed{overflow:hidden;width:58px;-o-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;-moz-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;-webkit-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;li.MuiListSubheader-root .dot-typography,.go-back .MuiTypography-root,.MuiListItem-divider .dot-list-item-link,.child,.powered-by .company-name,.powered-by p.desc{display:none;}.dot-nested-drawer li.MuiListSubheader-root .dot-typography,.powered-by .d-icon{display:block;}header .dot-app-logo{text-align:center;}ul.side-nav{width:56px;.dot-list-item{margin-left:0;}.toggle-nav{align-self:center;}}.powered-by{align-items:center;}}}"], rootClassName$I, theme.palette.layer.n50, theme.palette.layer.n100, theme.palette.grey[700], theme.palette.layer.n100, theme.spacing(1, 2), theme.spacing(1), theme.palette.layer.n100, theme.spacing(0.5, 1), theme.palette.layer.n100, theme.palette.layer.n200, theme.palette.layer.n0, theme.palette.layer.n900, theme.spacing(2.5), theme.palette.layer.n100, theme.spacing(1, 0), theme.palette.layer.n100, theme.spacing(0, 0, 1), theme.spacing(1.5, 2), nestedDrawerClassName, theme.spacing(2), theme.palette.layer.n100, listItemRootClass, theme.spacing(2), theme.palette.layer.n0, theme.palette.layer.n900, theme.spacing(1), theme.spacing(0, 1), theme.palette.layer.n100, theme.spacing(1), theme.palette.layer.n100, theme.palette.grey[400], theme.spacing(1), theme.spacing(1)));
2969
+ }) => css(["&.", "{align-items:stretch;background:", ";border-width:0 1px;border-style:solid;border-color:", ";box-sizing:border-box;color:", ";display:flex;height:100%;flex-direction:column;justify-content:space-between;letter-spacing:0.01em;-o-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;-moz-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;-webkit-transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;transition:width cubic-bezier(0.4,0,0.6,1) 0.3s;header{align-items:center;border-bottom:1px solid;border-bottom-color:", ";display:flex;height:40px;flex-shrink:0;overflow:hidden;padding:", ";white-space:nowrap;&.app-logo{box-sizing:border-box;.dot-app-logo{svg,img{max-width:100%;}}}.dot-avatar{margin-right:", ";}}.go-back{align-items:center;border-bottom:1px solid;border-bottom-color:", ";display:flex;.go-back-button{margin:", ";background-color:", ";&:hover{background-color:", ";}&:focus-visible{box-shadow:0 0 0 2px ", ",0 0 0 4px ", ";}}.back-button-text{margin-right:", ";}}hr.MuiDivider-root{border-color:", ";margin:", ";}.MuiListSubheader-root{border-bottom:1px solid ", ";margin:", ";.dot-typography{display:block;margin:0;padding:", ";}}ul.side-nav{background:transparent;flex-grow:2;overflow-x:hidden;overflow-y:auto;padding:0;width:auto;.dot-nested-list{background:transparent;}.", "{.dot-drawer-paper{padding:", ";overflow-y:auto;border-right:1px solid ", ";box-shadow:0 0 5px 0 rgba(0,0,0,0.15);}.MuiTypography-root.MuiTypography-subtitle2{line-height:40px;}.", "{margin:0;padding-left:", ";}}.dot-list-item{height:44px;padding:0;&.Mui-focusVisible{box-shadow:inset 0 0 0 2px ", ";border:2px solid ", ";}&.open{border:'none';}.dot-list-item-link .dot-icon{margin-right:", ";}.dot-icon{border-radius:50%;height:40px;margin:", ";width:40px;}.dot-typography{white-space:nowrap;}}}.toggle-nav{border-top:1px solid;border-top-color:", ";padding:", ";text-align:right;.dot-icon{transform:rotate(0deg);-o-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;-moz-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;-webkit-transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;transition:all cubic-bezier(0.4,0,0.2,1) 0.3s;}}.powered-by{border-top:1px solid;border-top-color:", ";color:", ";display:flex;flex-direction:column;flex-shrink:0;font-size:12px;overflow:hidden;padding:", ";p.desc{white-space:nowrap;}.company-name{margin-top:", ";}.d-icon{display:none;}}&.collapsed{overflow:hidden;width:58px;-o-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;-moz-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;-webkit-transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;transition:all cubic-bezier(0.4,0,0.6,1) 0.3s;li.MuiListSubheader-root .dot-typography,.go-back .MuiTypography-root,.MuiListItem-divider .dot-list-item-link,.child,.powered-by .company-name,.powered-by p.desc{display:none;}.dot-nested-drawer li.MuiListSubheader-root .dot-typography,.powered-by .d-icon{display:block;}header .dot-app-logo{text-align:center;}ul.side-nav{width:56px;.dot-list-item{margin-left:0;}.toggle-nav{align-self:center;}}.powered-by{align-items:center;}}}"], rootClassName$J, theme.palette.layer.n50, theme.palette.layer.n100, theme.palette.grey[700], theme.palette.layer.n100, theme.spacing(1, 2), theme.spacing(1), theme.palette.layer.n100, theme.spacing(0.5, 1), theme.palette.layer.n100, theme.palette.layer.n200, theme.palette.layer.n0, theme.palette.layer.n900, theme.spacing(2.5), theme.palette.layer.n100, theme.spacing(1, 0), theme.palette.layer.n100, theme.spacing(0, 0, 1), theme.spacing(1.5, 2), nestedDrawerClassName, theme.spacing(2), theme.palette.layer.n100, listItemRootClass, theme.spacing(2), theme.palette.layer.n0, theme.palette.layer.n900, theme.spacing(1), theme.spacing(0, 1), theme.palette.layer.n100, theme.spacing(1), theme.palette.layer.n100, theme.palette.grey[400], theme.spacing(1), theme.spacing(1)));
2188
2970
 
2189
- const rootClassName$H = 'dot-truncate-with-tooltip';
2971
+ const rootClassName$I = 'dot-truncate-with-tooltip';
2190
2972
  const StyledTruncateWithTooltip = styled(Tooltip).withConfig({
2191
2973
  displayName: "TruncateWithTooltipstyles__StyledTruncateWithTooltip",
2192
2974
  componentId: "sc-1o80lur-0"
2193
- })(["", ""], () => css(["&.", "{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}&.dot-characters-limit{display:inline;}"], rootClassName$H));
2975
+ })(["", ""], () => css(["&.", "{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}&.dot-characters-limit{display:inline;}"], rootClassName$I));
2194
2976
 
2195
2977
  const getTruncatedLabel = (label, charactersLimit) => {
2196
2978
  if (!charactersLimit || charactersLimit <= 0 || label.length < charactersLimit) return label;
@@ -2205,7 +2987,7 @@ const DotTruncateWithTooltip = ({
2205
2987
  label,
2206
2988
  width
2207
2989
  }) => {
2208
- const rootClasses = useStylesWithRootClass(rootClassName$H, className, charactersLimit ? 'dot-characters-limit' : '');
2990
+ const rootClasses = useStylesWithRootClass(rootClassName$I, className, charactersLimit ? 'dot-characters-limit' : '');
2209
2991
  return jsx(StyledTruncateWithTooltip, Object.assign({
2210
2992
  "aria-label": ariaLabel,
2211
2993
  className: rootClasses,
@@ -2224,6 +3006,7 @@ const DotTruncateWithTooltip = ({
2224
3006
  const Brand = ({
2225
3007
  brandDesc
2226
3008
  }) => {
3009
+ const theme = useTheme();
2227
3010
  return jsxs("div", Object.assign({
2228
3011
  className: "powered-by"
2229
3012
  }, {
@@ -2235,7 +3018,9 @@ const Brand = ({
2235
3018
  }), void 0), jsx(DotTooltip, Object.assign({
2236
3019
  title: "digital.ai"
2237
3020
  }, {
2238
- children: jsx(ForwardRef$1, {
3021
+ children: theme.palette.mode === "light" ? jsx(ForwardRef$1, {
3022
+ className: "company-name"
3023
+ }, void 0) : jsx(ForwardRef, {
2239
3024
  className: "company-name"
2240
3025
  }, void 0)
2241
3026
  }), void 0), jsx(DotTooltip, Object.assign({
@@ -2318,7 +3103,7 @@ const DotSidebar = ({
2318
3103
  setIsOpen(!isOpen);
2319
3104
  };
2320
3105
  const sidebarClasses = useStylesWithRootClass('side-nav', openClass);
2321
- const rootClasses = useStylesWithRootClass(rootClassName$I, openClass, className);
3106
+ const rootClasses = useStylesWithRootClass(rootClassName$J, openClass, className);
2322
3107
  return jsxs(StyledSidebar, Object.assign({
2323
3108
  "aria-label": ariaLabel,
2324
3109
  className: rootClasses,
@@ -2389,13 +3174,13 @@ const DotSidebar = ({
2389
3174
  }), void 0);
2390
3175
  };
2391
3176
 
2392
- const rootClassName$G = 'dot-badge';
3177
+ const rootClassName$H = 'dot-badge';
2393
3178
  const StyledBadge = styled(Badge).withConfig({
2394
3179
  displayName: "Badgestyles__StyledBadge",
2395
3180
  componentId: "sc-1brv3h5-0"
2396
3181
  })(["", ""], ({
2397
3182
  theme
2398
- }) => css(["&.", "{color:", ";.MuiBadge-badge{background-color:", ";&.MuiBadge-standard{font-size:10px;height:", ";min-width:", ";padding:", ";}}}"], rootClassName$G, theme.palette.text.primary, ({
3183
+ }) => css(["&.", "{color:", ";word-break:normal;.MuiBadge-badge{background-color:", ";&.MuiBadge-standard{font-size:10px;height:", ";min-width:", ";padding:", ";}}}"], rootClassName$H, theme.palette.text.primary, ({
2399
3184
  $badgeColor
2400
3185
  }) => {
2401
3186
  return $badgeColor;
@@ -2413,7 +3198,7 @@ const DotBadge = ({
2413
3198
  overlap,
2414
3199
  variant: _variant = 'dot'
2415
3200
  }) => {
2416
- const rootClasses = useStylesWithRootClass(rootClassName$G, className);
3201
+ const rootClasses = useStylesWithRootClass(rootClassName$H, className);
2417
3202
  return jsx(StyledBadge, Object.assign({
2418
3203
  "$badgeColor": badgeColor,
2419
3204
  anchorOrigin: {
@@ -2436,36 +3221,7 @@ const DotBadge = ({
2436
3221
  }), void 0);
2437
3222
  };
2438
3223
 
2439
- var _path, _path2;
2440
- var _excluded = ["title", "titleId"];
2441
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2442
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2443
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2444
- function SvgLogoDigitalAiWhite(_ref, svgRef) {
2445
- var title = _ref.title,
2446
- titleId = _ref.titleId,
2447
- props = _objectWithoutProperties(_ref, _excluded);
2448
- return /*#__PURE__*/React.createElement("svg", _extends({
2449
- width: 100,
2450
- height: 26,
2451
- viewBox: "0 0 100 26",
2452
- fill: "none",
2453
- xmlns: "http://www.w3.org/2000/svg",
2454
- ref: svgRef,
2455
- "aria-labelledby": titleId
2456
- }, props), title ? /*#__PURE__*/React.createElement("title", {
2457
- id: titleId
2458
- }, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
2459
- d: "M97.2643 6.22339H96.774V5.94409L98.0413 5.94642V6.22572H97.5511L97.5487 7.73862H97.2643V6.22339ZM98.2702 5.94642H98.7166L99.1305 7.21958H99.1374L99.5514 5.94642H100L99.9977 7.73629H99.7156L99.7179 6.29787H99.7133L99.2253 7.73629H99.0264L98.5477 6.29555H98.5431L98.5408 7.73396H98.2702V5.94642ZM88.5299 5.87892C87.7668 5.87892 87.1933 6.38399 87.0939 7.11018C86.1295 6.11167 84.7235 5.56238 83.1094 5.56238C79.1365 5.55772 76.0192 8.69988 76.0146 12.7172C76.0146 12.815 76.0169 12.9104 76.0215 13.0058C77.5154 13.597 78.5746 15.0633 78.5722 16.7741C78.5722 17.2349 78.4913 17.6772 78.3479 18.0891C79.5851 19.1854 81.2316 19.8371 83.0909 19.8394C84.6889 19.8418 86.2012 19.0551 87.0684 18.2265C87.1332 19.0178 87.709 19.5578 88.5114 19.5601C89.4203 19.5601 89.9868 18.9922 89.9868 18.0752L89.9984 7.34526C90.003 6.45382 89.4249 5.87892 88.5299 5.87892ZM83.0747 16.6949C80.8986 16.6926 79.1273 14.9074 79.1319 12.7125C79.1342 10.52 80.9079 8.73713 83.084 8.73945C85.26 8.74178 87.0314 10.527 87.0291 12.7219C87.0268 14.9144 85.2531 16.6973 83.0747 16.6949ZM62.5905 5.85099C61.8274 5.85099 61.2538 6.35606 61.1544 7.08225C60.1901 6.08374 58.7841 5.53445 57.1699 5.53445C53.197 5.52979 50.0821 8.67196 50.0775 12.6893C50.0728 16.7462 53.1161 19.8069 57.1561 19.8115C58.7563 19.8138 60.2664 19.0271 61.1336 18.1985C61.1983 18.9899 61.7742 19.5299 62.5766 19.5322C63.4854 19.5322 64.052 18.9643 64.052 18.0472L64.0636 7.31733C64.0636 6.42589 63.4854 5.85099 62.5905 5.85099ZM57.0358 16.6647C54.8597 16.6624 53.0884 14.8771 53.0907 12.6823C53.093 10.4898 54.8667 8.70687 57.0428 8.70919C59.2211 8.71152 60.9902 10.4967 60.9879 12.6916C60.9879 14.8841 59.2142 16.667 57.0358 16.6647ZM12.5199 0.5C11.6227 0.5 11.0446 1.07257 11.0446 1.95936L11.0399 7.04268C10.1149 6.03021 8.72512 5.47626 7.09479 5.47393C3.31846 5.4716 0.00462987 8.81394 4.84224e-06 12.6311C-0.00462018 16.4203 3.30459 19.7487 7.07861 19.7533C8.75287 19.7556 10.3207 18.8875 11.1509 18.031C11.3128 18.962 11.8701 19.4717 12.7373 19.4717C13.4542 19.4717 13.9745 18.9177 13.9768 18.1543L13.9953 1.96402C13.9953 1.08886 13.4033 0.502328 12.5199 0.5ZM7.05317 16.6088C4.87709 16.6065 3.10571 14.8213 3.10802 12.6264C3.11033 10.4339 4.88403 8.65101 7.06011 8.65333C9.23618 8.65566 11.0076 10.4409 11.0053 12.6357C11.0029 14.8283 9.22924 16.6112 7.05317 16.6088ZM33.9708 5.8184C33.0273 5.8184 32.5417 6.26063 32.4191 7.24983C31.5404 6.35606 29.991 5.50186 28.3352 5.50186C24.5612 5.49721 21.2451 8.83023 21.2427 12.6311C21.2381 16.4343 24.545 19.7719 28.3213 19.7766C30.028 19.7789 31.3762 19.2552 32.2411 18.259C32.1578 21.1359 30.7772 22.5324 28.0323 22.5301C27.1373 22.5301 26.5569 23.1119 26.5546 24.0127C26.5546 24.9577 27.1258 25.4977 28.1225 25.5C33.3534 25.507 35.2126 21.6759 35.2149 18.394L35.2265 7.11251C35.2311 6.36305 34.7016 5.8184 33.9708 5.8184ZM28.2612 16.6321C26.0828 16.6298 24.3138 14.8446 24.3161 12.6497C24.3184 10.4572 26.0921 8.67428 28.2682 8.67661C30.4442 8.67894 32.2156 10.4642 32.2133 12.659C32.211 14.8539 30.4373 16.6344 28.2612 16.6321ZM94.036 5.78349C93.2082 5.78349 92.5838 6.4096 92.5838 7.24285L92.5352 18.1264C92.5352 19.0015 93.1295 19.6113 93.9852 19.6137C94.894 19.6137 95.4605 19.0458 95.4628 18.131L95.5114 7.24751C95.5091 6.37236 94.9171 5.78349 94.036 5.78349ZM17.7832 5.63686C16.9553 5.63686 16.331 6.26296 16.331 7.09622L16.3194 17.9914C16.3194 18.8665 16.9137 19.4787 17.7694 19.4787C18.6782 19.4787 19.2447 18.9108 19.2447 17.9937L19.2563 7.09855C19.2563 6.22572 18.6643 5.63686 17.7832 5.63686ZM39.2803 5.69737C38.4525 5.69737 37.8281 6.32348 37.8281 7.15673L37.8165 18.0147C37.8165 18.8898 38.4108 19.5019 39.2665 19.5019C40.1753 19.5019 40.7419 18.934 40.7419 18.017L40.7534 7.15906C40.7534 6.28624 40.1614 5.69737 39.2803 5.69737ZM48.3315 16.6368C47.3718 16.5553 46.7775 16.283 46.7798 15.1751L46.7868 8.90005H47.5476C48.3893 8.90005 48.9998 8.28791 48.9998 7.44069C48.9998 6.53761 48.4333 5.95573 47.5499 5.9534H46.7891L46.7937 2.02686C46.7937 1.10981 46.2294 0.541896 45.3206 0.539568C44.4673 0.539568 43.8684 1.14938 43.8684 2.0222L43.8637 5.98599C43.1561 6.09305 42.7214 6.64235 42.7214 7.43371C42.7214 8.17852 43.1746 8.75109 43.8614 8.88143L43.8545 15.1937C43.8522 17.9332 45.3137 19.5066 47.869 19.5113C48.9258 19.5136 49.5595 19.0015 49.5595 18.1473C49.5595 17.2629 49.1131 16.7136 48.3315 16.6368ZM68.3209 0.562843C67.4676 0.562843 66.8686 1.16335 66.8686 2.0222L66.8501 18.0449C66.8501 18.9201 67.4444 19.5322 68.3001 19.5322C69.2089 19.5322 69.7755 18.9643 69.7778 18.0472L69.7963 2.02453C69.794 1.12378 69.2297 0.565171 68.3209 0.562843ZM76.8471 15.2146C76.7986 15.1402 76.7454 15.068 76.6876 15.0005C76.5534 14.8376 76.4008 14.6933 76.2343 14.5629C76.1765 14.5187 76.1164 14.4745 76.0539 14.4349C75.7464 14.2324 75.3972 14.0904 75.0202 14.0253C74.8699 13.9997 74.715 13.9857 74.5577 13.9857C74.0814 13.9857 73.6327 14.1067 73.2419 14.3209C73.1633 14.3628 73.087 14.4093 73.013 14.4605C72.2776 14.9609 71.7943 15.8058 71.792 16.7671C71.792 17.7284 72.273 18.5756 73.0083 19.076C73.0823 19.1272 73.1587 19.1738 73.235 19.2157C73.6258 19.4298 74.0744 19.5532 74.5508 19.5532C75.2191 19.5532 75.8319 19.3157 76.3083 18.9201C76.4447 18.806 76.5696 18.6803 76.6829 18.543C76.7407 18.4755 76.7939 18.4034 76.8425 18.3289C76.9419 18.1799 77.0275 18.024 77.0969 17.8564C77.2356 17.5235 77.3143 17.1581 77.3143 16.7741C77.3143 16.39 77.2379 16.0246 77.0992 15.6895C77.0321 15.5195 76.9466 15.3613 76.8471 15.2146Z",
2460
- fill: "white"
2461
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
2462
- d: "M59.6633 12.0655C59.7095 12.2633 59.735 12.4682 59.735 12.68C59.735 12.7963 59.728 12.9127 59.7141 13.0244C59.7003 13.1385 59.6795 13.2479 59.6517 13.3573C59.5962 13.5737 59.5153 13.7809 59.4112 13.9717C58.9556 14.8166 58.0653 15.3915 57.0432 15.3915C55.5562 15.3915 54.3514 14.1766 54.3514 12.68C54.3514 12.4938 54.3699 12.3099 54.4069 12.133C54.585 11.2509 55.1909 10.5223 55.9979 10.1802C56.3194 10.0429 56.6732 9.96606 57.0455 9.96606C57.4178 9.96606 57.7716 10.0429 58.0931 10.1802C58.6966 10.4362 59.1823 10.911 59.4667 11.4999C59.5499 11.6791 59.617 11.8677 59.6633 12.0655ZM7.05822 9.96606C5.57127 9.96606 4.36646 11.181 4.36646 12.6776C4.36646 14.1742 5.57127 15.3892 7.05822 15.3892C8.54517 15.3892 9.7523 14.1742 9.7523 12.6776C9.7523 11.181 8.54517 9.96606 7.05822 9.96606ZM84.1273 10.1802C84.0464 10.1453 83.9655 10.115 83.8799 10.0894C83.7527 10.0499 83.6232 10.0196 83.4891 9.99865C83.355 9.9777 83.2185 9.96606 83.0798 9.96606C82.8023 9.96606 82.5317 10.008 82.2796 10.0871C82.1964 10.1127 82.1131 10.1453 82.0322 10.1779C81.2275 10.52 80.6216 11.2485 80.4412 12.1307C80.4065 12.3076 80.3857 12.4891 80.3857 12.6776C80.3857 13.4271 80.6863 14.1044 81.1743 14.5955C81.2968 14.7189 81.4309 14.8306 81.572 14.926C81.7871 15.0727 82.023 15.189 82.2773 15.2682C82.5317 15.3473 82.8 15.3892 83.0775 15.3892C83.2162 15.3892 83.355 15.3799 83.4868 15.3589C83.6209 15.338 83.7504 15.3077 83.8776 15.2682C84.1297 15.189 84.3678 15.0727 84.5829 14.926C84.7263 14.8283 84.8604 14.7189 84.9807 14.5955C85.4686 14.1044 85.7692 13.4271 85.7692 12.6776C85.7692 12.4914 85.7507 12.3076 85.7137 12.1307C85.538 11.2509 84.9344 10.5223 84.1273 10.1802ZM29.3115 10.1802C28.9901 10.0429 28.6363 9.96606 28.264 9.96606C27.8916 9.96606 27.5378 10.0429 27.2164 10.1802C26.4116 10.5223 25.8058 11.2509 25.6254 12.133C25.5907 12.3099 25.5699 12.4914 25.5699 12.68C25.5699 14.1789 26.7747 15.3915 28.2617 15.3915C29.7486 15.3915 30.9557 14.1766 30.9557 12.68C30.9557 12.4938 30.9372 12.3099 30.9002 12.133C30.7245 11.2509 30.1186 10.5223 29.3115 10.1802Z",
2463
- fill: "#649A3D"
2464
- })));
2465
- }
2466
- var ForwardRef = /*#__PURE__*/React.forwardRef(SvgLogoDigitalAiWhite);
2467
-
2468
- const rootClassName$F = 'dot-app-toolbar';
3224
+ const rootClassName$G = 'dot-app-toolbar';
2469
3225
  const denseClassName = 'dense';
2470
3226
  const StyledMainMenu = styled(DotDrawer).withConfig({
2471
3227
  displayName: "AppToolbarstyles__StyledMainMenu",
@@ -2478,7 +3234,7 @@ const StyledAppToolbar = styled.header.withConfig({
2478
3234
  componentId: "sc-3kokby-1"
2479
3235
  })(["", ""], ({
2480
3236
  theme
2481
- }) => css(["&.", "{align-items:center;background:", ";border-bottom:4px solid ", ";box-sizing:border-box;color:", ";display:flex;height:64px;padding:", ";position:fixed;width:100%;z-index:", ";top:0;left:0;right:0;&.without-menu-icon{padding-left:", ";}&.", "{height:48px;}.dot-main-menu-btn,.dot-right-side{.dot-icon-btn{color:", ";}}.dot-main-menu-btn{text-align:center;}.dot-branding{align-items:center;display:flex;padding:", ";.primary-logo,.app-logo{margin-right:", ";}.primary-logo,.dot-app-logo{display:flex;max-width:200px;svg,img{max-height:36px;max-width:200px;}}a{line-height:0;}.divider{margin-left:", ";}}div.dot-right-side{display:flex;flex-grow:2;justify-content:flex-end;.dot-badge .MuiBadge-anchorOriginTopRightRectangular{top:", ";right:", ";}}.avatar-wrapper{display:flex;align-items:center;justify-content:center;width:40px;button.dot-avatar:focus-visible{box-shadow:0px 0px 0px 3px ", ",0px 0px 0px 5px ", ";}}}"], rootClassName$F, theme.palette.grey[700], theme.palette.grey[100], theme.palette.grey[0], theme.spacing(1.5, 2, 1.5, 1), levelFourth, theme.spacing(1.5), denseClassName, theme.palette.grey[100], theme.spacing(0, 4, 0, 0.75), theme.spacing(1.5), theme.spacing(2), theme.spacing(1.5), theme.spacing(1.5), theme.palette.layer.n900, theme.palette.layer.n0));
3237
+ }) => css(["&.", "{align-items:center;background:", ";border-bottom:4px solid ", ";box-sizing:border-box;color:", ";display:flex;height:64px;padding:", ";position:fixed;width:100%;z-index:", ";top:0;left:0;right:0;&.without-menu-icon{padding-left:", ";}&.", "{height:48px;}.dot-main-menu-btn,.dot-right-side{.dot-icon-btn{color:", ";}}.dot-main-menu-btn{text-align:center;}.dot-branding{align-items:center;display:flex;padding:", ";.primary-logo,.app-logo{margin-right:", ";}.primary-logo,.dot-app-logo{display:flex;max-width:200px;svg,img{max-height:36px;max-width:200px;}}a{line-height:0;}.divider{margin-left:", ";}}div.dot-right-side{display:flex;flex-grow:2;justify-content:flex-end;.dot-badge .MuiBadge-anchorOriginTopRightRectangular{top:", ";right:", ";}}.avatar-wrapper{display:flex;align-items:center;justify-content:center;width:40px;button.dot-avatar:focus-visible{box-shadow:0px 0px 0px 3px ", ",0px 0px 0px 5px ", ";}}}"], rootClassName$G, theme.palette.grey[700], theme.palette.grey[100], theme.palette.grey[0], theme.spacing(1.5, 2, 1.5, 1), levelFourth, theme.spacing(1.5), denseClassName, theme.palette.grey[100], theme.spacing(0, 4, 0, 0.75), theme.spacing(1.5), theme.spacing(2), theme.spacing(1.5), theme.spacing(1.5), theme.palette.layer.n900, theme.palette.layer.n0));
2482
3238
 
2483
3239
  const DotAppToolbar = ({
2484
3240
  ariaLabel,
@@ -2506,7 +3262,7 @@ const DotAppToolbar = ({
2506
3262
  const displayAppLogo = appLogo || appLogoSmall;
2507
3263
  const mainMenuRef = useRef(null);
2508
3264
  const denseClass = _dense ? denseClassName : '';
2509
- const rootClasses = useStylesWithRootClass(rootClassName$F, className, denseClass, showMainMenu ? '' : 'without-menu-icon');
3265
+ const rootClasses = useStylesWithRootClass(rootClassName$G, className, denseClass, showMainMenu ? '' : 'without-menu-icon');
2510
3266
  const mainMenuClasses = useStylesWithRootClass('dot-main-menu', denseClass, menuOpen ? 'open' : '');
2511
3267
  const targetBreakpoint = useMediaQuery(theme => theme.breakpoints.up('md'));
2512
3268
  useEffect(() => {
@@ -2647,7 +3403,7 @@ const DotAppToolbar = ({
2647
3403
  }), void 0) : appToolbar;
2648
3404
  };
2649
3405
 
2650
- const rootClassName$E = 'dot-autocomplete';
3406
+ const rootClassName$F = 'dot-autocomplete';
2651
3407
  const inputRootClassName = 'dot-input-root';
2652
3408
  const inputMediumClassName = 'dot-input-medium';
2653
3409
  const StyledAutocomplete = styled(Autocomplete).withConfig({
@@ -2655,15 +3411,15 @@ const StyledAutocomplete = styled(Autocomplete).withConfig({
2655
3411
  componentId: "j2sgjy-0"
2656
3412
  })(["", ""], ({
2657
3413
  theme
2658
- }) => css(["&.", "{.", "{padding-top:", ";padding-bottom:", ";}.dot-chip:first-child{margin-left:", ";}.dot-text-field{.dot-input-root{height:", ";}.warning-icon{color:", ";}.error-icon{color:", ";}}}"], rootClassName$E, inputRootClassName, theme.spacing(0), theme.spacing(0), theme.spacing(0), theme.spacing(5), theme.palette.warning.main, theme.palette.error.main));
3414
+ }) => css(["&.", "{.", "{padding-top:", ";padding-bottom:", ";}.dot-chip:first-child{margin-left:", ";}.dot-text-field{.dot-input-root{height:", ";}.warning-icon{color:", ";}.error-icon{color:", ";}}}"], rootClassName$F, inputRootClassName, theme.spacing(0), theme.spacing(0), theme.spacing(0), theme.spacing(5), theme.palette.warning.main, theme.palette.error.main));
2659
3415
 
2660
- const rootClassName$D = 'dot-chip';
3416
+ const rootClassName$E = 'dot-chip';
2661
3417
  const StyledChip = styled(Chip).withConfig({
2662
3418
  displayName: "Chipstyles__StyledChip",
2663
3419
  componentId: "f1tsra-0"
2664
3420
  })(["", ""], ({
2665
3421
  theme
2666
- }) => css(["&.", "{border-color:", ";.dot-icon i{height:auto;}&.MuiChip-sizeSmall{.dot-icon,.dot-avatar{width:18px;height:18px;}}&.Mui-error{background-color:", ";border-color:", ";.MuiChip-deleteIcon{color:", ";}}&:not(.Mui-error){&:hover{background-color:", ";}.MuiChip-deleteIcon{&:hover{color:", ";}}}.MuiChip-deleteIcon{width:18px;height:18px;color:", ";}}"], rootClassName$D, theme.palette.grey[300], theme.palette.error[50], theme.palette.error.main, theme.palette.error.main, theme.palette.grey[50], theme.palette.grey[400], theme.palette.grey[300]));
3422
+ }) => css(["&.", "{border-color:", ";.dot-icon i{height:auto;}&.MuiChip-sizeSmall{.dot-icon,.dot-avatar{width:18px;height:18px;}}&.Mui-error{background-color:", ";border-color:", ";.MuiChip-deleteIcon{color:", ";}}&:not(.Mui-error){&:hover{background-color:", ";}.MuiChip-deleteIcon{&:hover{color:", ";}}}.MuiChip-deleteIcon{width:18px;height:18px;color:", ";}}"], rootClassName$E, theme.palette.grey[300], theme.palette.error[50], theme.palette.error.main, theme.palette.error.main, theme.palette.grey[50], theme.palette.grey[400], theme.palette.grey[300]));
2667
3423
 
2668
3424
  const DEFAULT_CHARACTERS_LIMIT = 32;
2669
3425
  const DotChip = ({
@@ -2683,7 +3439,7 @@ const DotChip = ({
2683
3439
  startIcon
2684
3440
  }) => {
2685
3441
  const errorClass = _error ? 'Mui-error' : '';
2686
- const rootClasses = useStylesWithRootClass(rootClassName$D, className, errorClass);
3442
+ const rootClasses = useStylesWithRootClass(rootClassName$E, className, errorClass);
2687
3443
  const getChipLabel = () => {
2688
3444
  if (_charactersLimit <= 0 || children.length < _charactersLimit) return children;
2689
3445
  const label = `${children.substring(0, _charactersLimit)}...`;
@@ -2744,7 +3500,7 @@ const getChipsFromAutocomplete = ({
2744
3500
  values
2745
3501
  }) => {
2746
3502
  return values.map((option, index) => {
2747
- const hasStringValue = isString(option);
3503
+ const hasStringValue = isString$1(option);
2748
3504
  const optionAsString = option;
2749
3505
  const optionAsObject = option;
2750
3506
  const chipError = hasStringValue ? undefined : optionAsObject.error;
@@ -2842,8 +3598,8 @@ const DotAutoComplete = ({
2842
3598
  const [isOpened, setIsOpened] = useState(false);
2843
3599
  const [inputText, setInputText] = useState('');
2844
3600
  const textFieldWarningClassName = !_error && _warning && warningClassName;
2845
- const rootClasses = useStylesWithRootClass(rootClassName$E, className);
2846
- const textFieldRootClasses = useStylesWithRootClass(rootClassName$Y, className, _readOnly ? 'read-only' : '', textFieldWarningClassName);
3601
+ const rootClasses = useStylesWithRootClass(rootClassName$F, className);
3602
+ const textFieldRootClasses = useStylesWithRootClass(rootClassName$_, className, _readOnly ? 'read-only' : '', textFieldWarningClassName);
2847
3603
  const inputRootClasses = useStylesWithRootClass(inputRootClassName, _dense ? '' : inputMediumClassName);
2848
3604
  let textFieldInput;
2849
3605
  // Used for focus management while popper is opened
@@ -2889,7 +3645,7 @@ const DotAutoComplete = ({
2889
3645
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2890
3646
  const DotPopper = props => {
2891
3647
  if (!isActionItemDefined) return jsx(StyledPopper, Object.assign({}, props, {
2892
- className: rootClassName$P,
3648
+ className: rootClassName$U,
2893
3649
  disablePortal: _disablePortal,
2894
3650
  "$maxHeight": maxHeight
2895
3651
  }), void 0);
@@ -2905,7 +3661,7 @@ const DotAutoComplete = ({
2905
3661
  // styling for displaying ellipsis on a long text
2906
3662
  // can be applied. If it is custom node coming from the
2907
3663
  // consumer, then leave it as it is.
2908
- const itemTextNode = isString(itemText) ? jsx("span", Object.assign({
3664
+ const itemTextNode = isString$1(itemText) ? jsx("span", Object.assign({
2909
3665
  className: "dot-action-item-text"
2910
3666
  }, {
2911
3667
  children: itemText
@@ -2913,7 +3669,7 @@ const DotAutoComplete = ({
2913
3669
  const paperProps = props.children.props;
2914
3670
  const paperChildren = paperProps.children;
2915
3671
  return jsx(StyledPopper, Object.assign({}, props, {
2916
- className: rootClassName$P,
3672
+ className: rootClassName$U,
2917
3673
  disablePortal: _disablePortal,
2918
3674
  "$maxHeight": maxHeight
2919
3675
  }, {
@@ -3114,11 +3870,11 @@ const DotAutoComplete = ({
3114
3870
  }, void 0);
3115
3871
  };
3116
3872
 
3117
- const rootClassName$C = 'dot-avatar-group';
3873
+ const rootClassName$D = 'dot-avatar-group';
3118
3874
  const StyledAvatarGroup = styled(AvatarGroup).withConfig({
3119
3875
  displayName: "AvatarGroupstyles__StyledAvatarGroup",
3120
3876
  componentId: "sc-25by6z-0"
3121
- })(["", ""], () => css(["&.", "{justify-content:flex-end;.MuiAvatar-root{border:none;}}}"], rootClassName$C));
3877
+ })(["", ""], () => css(["&.", "{justify-content:flex-end;.MuiAvatar-root{border:none;}}}"], rootClassName$D));
3122
3878
 
3123
3879
  const DotAvatarGroup = ({
3124
3880
  ariaLabel,
@@ -3128,7 +3884,7 @@ const DotAvatarGroup = ({
3128
3884
  max: _max = 3,
3129
3885
  spacing: _spacing = 'medium'
3130
3886
  }) => {
3131
- const rootClasses = useStylesWithRootClass(rootClassName$C, className);
3887
+ const rootClasses = useStylesWithRootClass(rootClassName$D, className);
3132
3888
  return jsx(StyledAvatarGroup, Object.assign({
3133
3889
  "aria-label": ariaLabel,
3134
3890
  classes: {
@@ -3144,20 +3900,20 @@ const DotAvatarGroup = ({
3144
3900
  }), void 0);
3145
3901
  };
3146
3902
 
3147
- const rootClassName$B = 'dot-breadcrumbs';
3903
+ const rootClassName$C = 'dot-breadcrumbs';
3148
3904
  const breadcrumbsWrapperClass = 'dot-breadcrumbs-wrapper';
3149
3905
  const StyledBreadcrumbsWrapper = styled.div.withConfig({
3150
3906
  displayName: "Breadcrumbsstyles__StyledBreadcrumbsWrapper",
3151
3907
  componentId: "sc-7cg374-0"
3152
3908
  })(["", ""], ({
3153
3909
  theme
3154
- }) => css(["&.", "{overflow:hidden;.dot-breadcrumbs-menu{.MuiMenuItem-root{padding:0;}a.breadcrumb{width:100%;padding:", ";}}}"], rootClassName$B, theme.spacing(0.5, 2)));
3910
+ }) => css(["&.", "{overflow:hidden;.dot-breadcrumbs-menu{.MuiMenuItem-root{padding:0;}a.breadcrumb{width:100%;padding:", ";}}}"], rootClassName$C, theme.spacing(0.5, 2)));
3155
3911
  const StyledBreadcrumbs = styled(Breadcrumbs).withConfig({
3156
3912
  displayName: "Breadcrumbsstyles__StyledBreadcrumbs",
3157
3913
  componentId: "sc-7cg374-1"
3158
3914
  })(["", ""], ({
3159
3915
  theme
3160
- }) => css(["&.", "{margin-bottom:0;.MuiBreadcrumbs-ol{flex-wrap:nowrap;}.MuiBreadcrumbs-li,.separator{color:", ";margin:0;white-space:nowrap;}.separator{font-size:12px;width:20px;height:20px;padding:0;}.MuiBreadcrumbs-separator{margin:0;}.MuiLink-underlineHover{cursor:pointer;}.MuiBreadcrumbs-li:last-child{overflow:hidden;text-overflow:ellipsis;}.breadcrumb{padding:", ";}.current-page{color:", ";cursor:default;}}"], rootClassName$B, theme.palette.grey[300], theme.spacing(0.5, 2), theme.palette.grey[700]));
3916
+ }) => css(["&.", "{margin-bottom:0;.MuiBreadcrumbs-ol{flex-wrap:nowrap;}.MuiBreadcrumbs-li,.separator{color:", ";margin:0;white-space:nowrap;}.separator{font-size:12px;width:20px;height:20px;padding:0;}.MuiBreadcrumbs-separator{margin:0;}.MuiLink-underlineHover{cursor:pointer;}.MuiBreadcrumbs-li:last-child{overflow:hidden;text-overflow:ellipsis;}.breadcrumb{padding:", ";}.current-page{color:", ";cursor:default;}}"], rootClassName$C, theme.palette.grey[300], theme.spacing(0.5, 2), theme.palette.grey[700]));
3161
3917
 
3162
3918
  const compareWidth = (parentEl, childEl) => {
3163
3919
  return parentEl.getBoundingClientRect().width < childEl.getBoundingClientRect().width;
@@ -3448,7 +4204,7 @@ const DotBreadcrumbs = ({
3448
4204
  children: [jsx(StyledBreadcrumbs, Object.assign({
3449
4205
  "aria-label": "breadcrumb",
3450
4206
  classes: {
3451
- root: rootClassName$B,
4207
+ root: rootClassName$C,
3452
4208
  ol: 'dot-ol',
3453
4209
  li: 'dot-li'
3454
4210
  },
@@ -3478,55 +4234,19 @@ const DotBreadcrumbs = ({
3478
4234
  }), void 0);
3479
4235
  };
3480
4236
 
3481
- /******************************************************************************
3482
- Copyright (c) Microsoft Corporation.
3483
-
3484
- Permission to use, copy, modify, and/or distribute this software for any
3485
- purpose with or without fee is hereby granted.
3486
-
3487
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3488
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
3489
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3490
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
3491
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
3492
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3493
- PERFORMANCE OF THIS SOFTWARE.
3494
- ***************************************************************************** */
3495
-
3496
- function __rest(s, e) {
3497
- var t = {};
3498
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
3499
- t[p] = s[p];
3500
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
3501
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
3502
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
3503
- t[p[i]] = s[p[i]];
3504
- }
3505
- return t;
3506
- }
3507
-
3508
- function __awaiter(thisArg, _arguments, P, generator) {
3509
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3510
- return new (P || (P = Promise))(function (resolve, reject) {
3511
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
3512
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
3513
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
3514
- step((generator = generator.apply(thisArg, _arguments || [])).next());
3515
- });
3516
- }
3517
-
3518
- const rootClassName$A = 'dot-button-toggle';
4237
+ const rootClassName$B = 'dot-button-toggle';
3519
4238
  const StyledToggleButtonGroup = styled(ToggleButtonGroup).withConfig({
3520
4239
  displayName: "ButtonTogglestyles__StyledToggleButtonGroup",
3521
4240
  componentId: "sc-1oh4ljv-0"
3522
4241
  })(["", ""], ({
3523
4242
  theme
3524
- }) => css(["&.", "{button:not(.MuiToggleButton-sizeLarge):not(.MuiToggleButton-sizeSmall){height:", ";.dot-icon{width:", ";}}.dot-icon{color:", ";+ p{margin-left:", ";}i{height:auto;}}.dot-typography{margin-bottom:0;}.MuiToggleButton-label{color:", ";p{margin-bottom:0;}}.MuiToggleButtonGroup-groupedHorizontal{border:1px solid ", ";border-radius:0;}.dot-tooltip{&:first-child .MuiToggleButtonGroup-groupedHorizontal{border-top-left-radius:4px;border-bottom-left-radius:4px;margin-left:0;}&:last-child .MuiToggleButtonGroup-groupedHorizontal{border-top-right-radius:4px;border-bottom-right-radius:4px;margin-right:0;}&:not(:first-child) .MuiToggleButtonGroup-groupedHorizontal{margin-left:-1px;}}& > .MuiToggleButtonGroup-groupedHorizontal{:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;margin-left:0;}:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;margin-right:0;}}}.MuiButtonBase-root{&.Mui-disabled p,&.Mui-disabled .dot-icon{color:", ";}&.Mui-selected{background:", ";}}"], rootClassName$A, theme.spacing(5), theme.spacing(2), theme.palette.layer.n700, theme.spacing(1), theme.palette.layer.n700, theme.palette.layer.n300, theme.palette.grey[200], selectedGray));
4243
+ }) => css(["&.", "{button:not(.MuiToggleButton-sizeLarge):not(.MuiToggleButton-sizeSmall){height:", ";.dot-icon{width:", ";}}.dot-icon{color:", ";+ p{margin-left:", ";}i{height:auto;}}.dot-typography{margin-bottom:0;}.MuiToggleButton-label{color:", ";p{margin-bottom:0;}}.MuiToggleButtonGroup-groupedHorizontal{border:1px solid ", ";border-radius:0;}.dot-tooltip{&:first-child .MuiToggleButtonGroup-groupedHorizontal{border-top-left-radius:4px;border-bottom-left-radius:4px;margin-left:0;}&:last-child .MuiToggleButtonGroup-groupedHorizontal{border-top-right-radius:4px;border-bottom-right-radius:4px;margin-right:0;}&:not(:first-child) .MuiToggleButtonGroup-groupedHorizontal{margin-left:-1px;}}& > .MuiToggleButtonGroup-groupedHorizontal{:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;margin-left:0;}:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;margin-right:0;}}}.MuiButtonBase-root{&.Mui-disabled p,&.Mui-disabled .dot-icon{color:", ";}&.Mui-selected{&.MuiToggleButton-standard{background:", ";}.dot-typography{color:inherit;}}}"], rootClassName$B, theme.spacing(5), theme.spacing(2), theme.palette.layer.n700, theme.spacing(1), theme.palette.layer.n700, theme.palette.layer.n300, theme.palette.grey[200], selectedGray));
3525
4244
 
3526
4245
  const DotButtonToggle = ({
3527
4246
  ariaLabel,
3528
4247
  buttonOptions,
3529
4248
  className,
4249
+ color,
3530
4250
  'data-testid': dataTestId = 'dot-toggle',
3531
4251
  disableFocusRipple: _disableFocusRipple = false,
3532
4252
  disableRipple: _disableRipple = false,
@@ -3536,7 +4256,7 @@ const DotButtonToggle = ({
3536
4256
  size: _size = 'medium',
3537
4257
  value
3538
4258
  }) => {
3539
- const rootClasses = useStylesWithRootClass(rootClassName$A, className);
4259
+ const rootClasses = useStylesWithRootClass(rootClassName$B, className);
3540
4260
  const renderToggleButton = ({
3541
4261
  ariaLabel: optionAriaLabel,
3542
4262
  className: optionClassName,
@@ -3579,6 +4299,7 @@ const DotButtonToggle = ({
3579
4299
  classes: {
3580
4300
  root: rootClasses
3581
4301
  },
4302
+ color: color,
3582
4303
  "data-testid": dataTestId,
3583
4304
  exclusive: _exclusive,
3584
4305
  onChange: onChange,
@@ -3641,13 +4362,13 @@ const DotCardContent = ({
3641
4362
  }), void 0);
3642
4363
  };
3643
4364
 
3644
- const rootClassName$z = 'dot-card-footer';
4365
+ const rootClassName$A = 'dot-card-footer';
3645
4366
  const StyledDiv = styled.div.withConfig({
3646
4367
  displayName: "CardFooterstyles__StyledDiv",
3647
4368
  componentId: "koblh6-0"
3648
4369
  })(["", ""], ({
3649
4370
  theme
3650
- }) => css(["&.", "{padding:", ";}"], rootClassName$z, theme.spacing(2)));
4371
+ }) => css(["&.", "{padding:", ";}"], rootClassName$A, theme.spacing(2)));
3651
4372
 
3652
4373
  const DotCardFooter = ({
3653
4374
  ariaLabel,
@@ -3655,7 +4376,7 @@ const DotCardFooter = ({
3655
4376
  className,
3656
4377
  'data-testid': dataTestId
3657
4378
  }) => {
3658
- const rootClasses = useStylesWithRootClass(rootClassName$z, className);
4379
+ const rootClasses = useStylesWithRootClass(rootClassName$A, className);
3659
4380
  return jsx(StyledDiv, Object.assign({
3660
4381
  "aria-label": ariaLabel,
3661
4382
  className: rootClasses,
@@ -3700,19 +4421,19 @@ const DotCardHeader = ({
3700
4421
  }, void 0);
3701
4422
  };
3702
4423
 
3703
- const rootClassName$y = 'dot-form-control-label';
4424
+ const rootClassName$z = 'dot-form-control-label';
3704
4425
  const StyledFormControlLabel = styled(FormControlLabel).withConfig({
3705
4426
  displayName: "FormControlLabelstyles__StyledFormControlLabel",
3706
4427
  componentId: "sc-1vt0om4-0"
3707
- })(["&.", "{.MuiFormControlLabel-label{margin-bottom:0;padding:0 0 0 4px;}&.MuiFormControlLabel-labelPlacementBottom{.MuiFormControlLabel-label{padding:4px 0 0 0;}}&.MuiFormControlLabel-labelPlacementTop{.MuiFormControlLabel-label{padding:0 0 4px 0;}}&.MuiFormControlLabel-labelPlacementStart{.MuiFormControlLabel-label{padding:0 4px 0;}}}"], rootClassName$y);
4428
+ })(["&.", "{.MuiFormControlLabel-label{margin-bottom:0;padding:0 0 0 4px;}&.MuiFormControlLabel-labelPlacementBottom{.MuiFormControlLabel-label{padding:4px 0 0 0;}}&.MuiFormControlLabel-labelPlacementTop{.MuiFormControlLabel-label{padding:0 0 4px 0;}}&.MuiFormControlLabel-labelPlacementStart{.MuiFormControlLabel-label{padding:0 4px 0;}}}"], rootClassName$z);
3708
4429
 
3709
- const rootClassName$x = 'dot-checkbox';
4430
+ const rootClassName$y = 'dot-checkbox';
3710
4431
  const StyledCheckbox = styled(Checkbox).withConfig({
3711
4432
  displayName: "Checkboxstyles__StyledCheckbox",
3712
4433
  componentId: "sc-1ubsn6i-0"
3713
4434
  })(["", ""], ({
3714
4435
  theme
3715
- }) => css(["&.", "{padding:", ";&.MuiCheckbox-indeterminate{color:rgba(0,0,0,0.6);}}"], rootClassName$x, theme.spacing(1)));
4436
+ }) => css(["&.", "{padding:", ";&.MuiCheckbox-indeterminate{color:rgba(0,0,0,0.6);}}"], rootClassName$y, theme.spacing(1)));
3716
4437
 
3717
4438
  function DotCheckbox({
3718
4439
  ariaLabel,
@@ -3733,14 +4454,14 @@ function DotCheckbox({
3733
4454
  size = 'medium',
3734
4455
  value
3735
4456
  }) {
3736
- const rootClasses = useStylesWithRootClass(rootClassName$y, className);
4457
+ const rootClasses = useStylesWithRootClass(rootClassName$z, className);
3737
4458
  const handleChange = event => {
3738
4459
  onChange && onChange(event, event.target.value);
3739
4460
  };
3740
4461
  const checkboxControl = jsx(StyledCheckbox, {
3741
4462
  checked: checked,
3742
4463
  classes: {
3743
- root: rootClassName$x
4464
+ root: rootClassName$y
3744
4465
  },
3745
4466
  color: "primary",
3746
4467
  "data-testid": dataTestId,
@@ -3767,7 +4488,7 @@ function DotCheckbox({
3767
4488
  }, void 0);
3768
4489
  }
3769
4490
 
3770
- const rootClassName$w = 'dot-form-group';
4491
+ const rootClassName$x = 'dot-form-group';
3771
4492
  const groupLabelClassName = 'dot-form-group-label';
3772
4493
  const startAdornmentClassName = 'dot-start-adornment';
3773
4494
  const endAdornmentClassName = 'dot-end-adornment';
@@ -3775,9 +4496,9 @@ const placementClassName = 'dot-';
3775
4496
  const StyledFormControl = styled(FormControl).withConfig({
3776
4497
  displayName: "FormControlstyles__StyledFormControl",
3777
4498
  componentId: "sc-532kip-0"
3778
- })(["&.", "{.MuiFormLabel-root{width:100%;line-height:24px;margin-bottom:4px;display:flex;align-items:center;.", "{padding-left:4px;}.", "{padding-right:4px;}}&.", "{.MuiFormHelperText-root,.MuiFormLabel-root{display:flex;flex-direction:row-reverse;}}&.", "{.MuiFormHelperText-root,.MuiFormLabel-root{display:flex;justify-content:center;}}}"], rootClassName$w, endAdornmentClassName, startAdornmentClassName, `${placementClassName}start`, `${placementClassName}bottom`);
4499
+ })(["&.", "{.MuiFormLabel-root{width:100%;line-height:24px;margin-bottom:4px;display:flex;align-items:center;.", "{padding-left:4px;}.", "{padding-right:4px;}}&.", "{.MuiFormHelperText-root,.MuiFormLabel-root{display:flex;flex-direction:row-reverse;}}&.", "{.MuiFormHelperText-root,.MuiFormLabel-root{display:flex;justify-content:center;}}}"], rootClassName$x, endAdornmentClassName, startAdornmentClassName, `${placementClassName}start`, `${placementClassName}bottom`);
3779
4500
 
3780
- const rootClassName$v = 'dot-checkbox-group';
4501
+ const rootClassName$w = 'dot-checkbox-group';
3781
4502
  const wrapperClassName$1 = 'dot-checkbox-group-wrapper';
3782
4503
  const checkboxListClassName = 'dot-checkbox-list';
3783
4504
  const checkboxListItemClassName = 'dot-checkbox-list-item';
@@ -3786,16 +4507,16 @@ const StyledCheckboxGroup = styled.div.withConfig({
3786
4507
  componentId: "bhb21v-0"
3787
4508
  })(["", ""], ({
3788
4509
  theme
3789
- }) => css(["{&.", "{.", "{width:100%;}.MuiFormLabel-root{display:inline;width:100%;}.MuiFormHelperText-root{font-family:", ";font-size:", "px;font-weight:", ";&:not(.Mui-error){color:", ";}}.", "{list-style:none;margin-top:0;padding-left:", ";.", "{margin:0;}}}"], wrapperClassName$1, rootClassName$v, theme.typography.body2.fontFamily, theme.typography.body2.fontSize, theme.typography.body2.fontWeight, theme.palette.grey[400], checkboxListClassName, theme.spacing(2.5), rootClassName$y));
4510
+ }) => css(["{&.", "{.", "{width:100%;}.MuiFormLabel-root{display:inline;width:100%;}.MuiFormHelperText-root{font-family:", ";font-size:", "px;font-weight:", ";&:not(.Mui-error){color:", ";}}.", "{list-style:none;margin-top:0;padding-left:", ";.", "{margin:0;}}}"], wrapperClassName$1, rootClassName$w, theme.typography.body2.fontFamily, theme.typography.body2.fontSize, theme.typography.body2.fontWeight, theme.palette.grey[400], checkboxListClassName, theme.spacing(2.5), rootClassName$z));
3790
4511
 
3791
- const rootClassName$u = 'dot-form-group';
4512
+ const rootClassName$v = 'dot-form-group';
3792
4513
  const StyledFormGroup = styled(FormGroup).withConfig({
3793
4514
  displayName: "FormGroupstyles__StyledFormGroup",
3794
4515
  componentId: "sc-1dlipcr-0"
3795
4516
  })(["", ""], ({
3796
4517
  theme,
3797
4518
  row
3798
- }) => css(["&.", "{& > *{margin:", ";}}"], rootClassName$u, row ? `${theme.spacing(0.5)}` : 0));
4519
+ }) => css(["&.", "{& > *{margin:", ";}}"], rootClassName$v, row ? `${theme.spacing(0.5)}` : 0));
3799
4520
 
3800
4521
  function DotFormGroup({
3801
4522
  ariaLabel,
@@ -3804,7 +4525,7 @@ function DotFormGroup({
3804
4525
  'data-testid': dataTestId,
3805
4526
  row
3806
4527
  }) {
3807
- const rootClasses = useStylesWithRootClass(rootClassName$w, className);
4528
+ const rootClasses = useStylesWithRootClass(rootClassName$x, className);
3808
4529
  return jsx(StyledFormGroup, Object.assign({
3809
4530
  "aria-label": ariaLabel,
3810
4531
  classes: {
@@ -3844,7 +4565,7 @@ function DotCheckboxGroup({
3844
4565
  size = 'medium'
3845
4566
  }) {
3846
4567
  const placement = `${placementClassName}${labelPlacement}`;
3847
- const rootClasses = useStylesWithRootClass(rootClassName$w, rootClassName$v, className, placement);
4568
+ const rootClasses = useStylesWithRootClass(rootClassName$x, rootClassName$w, className, placement);
3848
4569
  const [selectedOptions, setSelectedOptions] = useState(defaultValues);
3849
4570
  const [allChecked, setAllChecked] = useState(false);
3850
4571
  /* This will ensure that state can be updated from the outside */
@@ -3936,13 +4657,13 @@ function DotCheckboxGroup({
3936
4657
  }), void 0);
3937
4658
  }
3938
4659
 
3939
- const rootClassName$t = 'dot-dialog';
4660
+ const rootClassName$u = 'dot-dialog';
3940
4661
  const StyledDialog = styled(Dialog).withConfig({
3941
4662
  displayName: "Dialogstyles__StyledDialog",
3942
4663
  componentId: "sc-1tkr4ex-0"
3943
4664
  })(["", ""], ({
3944
4665
  theme
3945
- }) => css(["&.", "{.MuiDialog-paper{min-width:280px;max-height:80vh;max-width:80vw;}.MuiDialogTitle-root,.dot-dialog-title{align-items:center;display:flex;flex-wrap:nowrap;padding:", ";h2{flex-grow:1;}.dot-icon-button{margin-left:", ";}}.dot-dialog-content{padding:", ";overflow-y:auto;}.dot-dialog-actions{padding:", ";.cancel-button{color:inherit;}}}"], rootClassName$t, theme.spacing(1, 2), theme.spacing(1), theme.spacing(1, 2), theme.spacing(1)));
4666
+ }) => css(["&.", "{.MuiDialog-paper{min-width:280px;max-height:80vh;max-width:80vw;}.MuiDialogTitle-root,.dot-dialog-title{align-items:center;display:flex;flex-wrap:nowrap;padding:", ";h2{flex-grow:1;}.dot-icon-button{margin-left:", ";}}.dot-dialog-content{padding:", ";overflow-y:auto;}.dot-dialog-actions{padding:", ";.cancel-button{color:inherit;}}}"], rootClassName$u, theme.spacing(1, 2), theme.spacing(1), theme.spacing(1, 2), theme.spacing(1)));
3946
4667
 
3947
4668
  const DotDialog = ({
3948
4669
  ariaLabel,
@@ -3959,7 +4680,7 @@ const DotDialog = ({
3959
4680
  submitButtonProps,
3960
4681
  title
3961
4682
  }) => {
3962
- const rootClasses = useStylesWithRootClass(rootClassName$t, className);
4683
+ const rootClasses = useStylesWithRootClass(rootClassName$u, className);
3963
4684
  const cancelClasses = useStylesWithRootClass(cancelButtonProps === null || cancelButtonProps === void 0 ? void 0 : cancelButtonProps.className, 'cancel-button');
3964
4685
  const [isOpen, setIsOpen] = useState(open);
3965
4686
  useEffect(() => {
@@ -4076,7 +4797,7 @@ const DotConfirmationDialog = ({
4076
4797
  }), void 0);
4077
4798
  };
4078
4799
 
4079
- const rootClassName$s = 'dot-grid';
4800
+ const rootClassName$t = 'dot-grid';
4080
4801
  const frGetter = value => typeof value === 'number' ? `repeat(${value}, 1fr)` : value;
4081
4802
  const breakpointsGetter$1 = (theme, columnsBreakpoints, columnGap, rowGap) => `${theme.breakpoints.up('xs')} {
4082
4803
  column-gap: ${`${columnGap.xs}px`};
@@ -4121,7 +4842,7 @@ const Grid = ({
4121
4842
  className,
4122
4843
  children
4123
4844
  }) => {
4124
- const rootClasses = useStylesWithRootClass(rootClassName$s, className);
4845
+ const rootClasses = useStylesWithRootClass(rootClassName$t, className);
4125
4846
  return jsx("div", Object.assign({
4126
4847
  className: rootClasses
4127
4848
  }, {
@@ -4142,7 +4863,7 @@ const StyledGrid = styled(Grid).withConfig({
4142
4863
  rows,
4143
4864
  theme,
4144
4865
  width
4145
- }) => css(["&.", "{display:grid;grid-template-rows:", ";", " ", " ", " ", " ", ""], rootClassName$s, frGetter(rows), columns ? `${columns && `grid-template-columns: ${frGetter(columns)}`};` : breakpointsGetter$1(theme, _columnsBreakpoints, _columnGap, _rowGap), gridTemplateAreas && `grid-template-areas: ${gridTemplateAreas};`, gap && `grid-gap: ${gap};`, width && `width: ${width};`, height && `height: ${height};`));
4866
+ }) => css(["&.", "{display:grid;grid-template-rows:", ";", " ", " ", " ", " ", ""], rootClassName$t, frGetter(rows), columns ? `${columns && `grid-template-columns: ${frGetter(columns)}`};` : breakpointsGetter$1(theme, _columnsBreakpoints, _columnGap, _rowGap), gridTemplateAreas && `grid-template-areas: ${gridTemplateAreas};`, gap && `grid-gap: ${gap};`, width && `width: ${width};`, height && `height: ${height};`));
4146
4867
  const CssGrid = props => {
4147
4868
  return jsx(StyledGrid, Object.assign({}, props), void 0);
4148
4869
  };
@@ -4211,7 +4932,7 @@ const StyledDivContainer = styled.div.withConfig({
4211
4932
  const CssGridDebug = ({
4212
4933
  showInfo: _showInfo = false
4213
4934
  }) => {
4214
- const theme = useTheme();
4935
+ const theme = useTheme$1();
4215
4936
  const getWidth = () => window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
4216
4937
  const [width, setWidth] = useState(getWidth());
4217
4938
  const [columns, setColumns] = useState(12);
@@ -4298,7 +5019,7 @@ const CssGridDebug = ({
4298
5019
  }), void 0);
4299
5020
  };
4300
5021
 
4301
- const rootClassName$r = 'dot-empty-state';
5022
+ const rootClassName$s = 'dot-empty-state';
4302
5023
  const StyledEmptyState = styled.div.withConfig({
4303
5024
  displayName: "EmptyStatestyles__StyledEmptyState",
4304
5025
  componentId: "sc-1sftmht-0"
@@ -4316,7 +5037,7 @@ const DotEmptyState = ({
4316
5037
  subtitle,
4317
5038
  title
4318
5039
  }) => {
4319
- const rootClasses = useStylesWithRootClass(rootClassName$r, className);
5040
+ const rootClasses = useStylesWithRootClass(rootClassName$s, className);
4320
5041
  return jsxs(StyledEmptyState, Object.assign({
4321
5042
  "aria-label": ariaLabel,
4322
5043
  className: rootClasses,
@@ -4352,15 +5073,15 @@ const StyledRadioGroup = styled(RadioGroup).withConfig({
4352
5073
  componentId: "sc-84g3mq-1"
4353
5074
  })(["", ""], ({
4354
5075
  theme
4355
- }) => css(["{&.", "{padding-left:", ";.", "{margin:0;}}"], groupClassName, theme.spacing(2.5), rootClassName$y));
5076
+ }) => css(["{&.", "{padding-left:", ";.", "{margin:0;}}"], groupClassName, theme.spacing(2.5), rootClassName$z));
4356
5077
 
4357
- const rootClassName$q = 'dot-form';
5078
+ const rootClassName$r = 'dot-form';
4358
5079
  const StyledFormContainer = styled.div.withConfig({
4359
5080
  displayName: "Formstyles__StyledFormContainer",
4360
5081
  componentId: "bbovqo-0"
4361
5082
  })(["", ""], ({
4362
5083
  theme
4363
- }) => css(["&.", "{margin:", ";.", ",.", ",.", ",.", "{margin:", ";}.", ",.", "{.", "{margin:0;}}}"], rootClassName$q, theme.spacing(3, 0), rootClassName$w, rootClassName$y, rootClassName$Y, rootSelectClassName, theme.spacing(1, 0), rootClassName$v, groupClassName, rootClassName$y));
5084
+ }) => css(["&.", "{margin:", ";.", ",.", ",.", ",.", "{margin:", ";}.", ",.", "{.", "{margin:0;}}}"], rootClassName$r, theme.spacing(3, 0), rootClassName$x, rootClassName$z, rootClassName$_, rootSelectClassName, theme.spacing(1, 0), rootClassName$w, groupClassName, rootClassName$z));
4364
5085
 
4365
5086
  const DotForm = ({
4366
5087
  ariaLabel,
@@ -4369,7 +5090,7 @@ const DotForm = ({
4369
5090
  'data-testid': dataTestId,
4370
5091
  onSubmit
4371
5092
  }) => {
4372
- const rootClasses = useStylesWithRootClass(rootClassName$q, className);
5093
+ const rootClasses = useStylesWithRootClass(rootClassName$r, className);
4373
5094
  return jsx("form", Object.assign({
4374
5095
  "aria-label": ariaLabel,
4375
5096
  "data-testid": dataTestId,
@@ -4384,11 +5105,11 @@ const DotForm = ({
4384
5105
  }), void 0);
4385
5106
  };
4386
5107
 
4387
- const rootClassName$p = 'dot-dynamic-form';
5108
+ const rootClassName$q = 'dot-dynamic-form';
4388
5109
  const StyledDynamicForm = styled(DotForm).withConfig({
4389
5110
  displayName: "DynamicFormstyles__StyledDynamicForm",
4390
5111
  componentId: "sc-1lnljcn-0"
4391
- })(["", ""], () => css(["&.", "{}"], rootClassName$p));
5112
+ })(["", ""], () => css(["&.", "{}"], rootClassName$q));
4392
5113
 
4393
5114
  const DATA_CONTROLS = ['dot-autocomplete', 'dot-checkbox', 'dot-checkbox-group', 'dot-input-select', 'dot-input-text', 'dot-radio-group', 'dot-switch'];
4394
5115
  /* Array of control types for which we don't have error state so validation doesn't make any sense */
@@ -4640,7 +5361,7 @@ const DotInputText = ({
4640
5361
  const hasEndAdornmentIcon = endIcon || _error || hasWarning || hasSuccess;
4641
5362
  // This state is used only with debounce feature enabled
4642
5363
  const [inputTextState, setInputTextState] = useState(hasDebounce && getInitialState(value));
4643
- const rootStyles = useStylesWithRootClass(rootClassName$Y, className, hasError, hasWarning, hasSuccess, _readOnly ? 'read-only' : '');
5364
+ const rootStyles = useStylesWithRootClass(rootClassName$_, hasError, hasWarning, hasSuccess, _readOnly ? 'read-only' : '');
4644
5365
  // Used to control text value from the consumer component
4645
5366
  // when debounce feature is enabled
4646
5367
  useEffect(() => {
@@ -4691,7 +5412,9 @@ const DotInputText = ({
4691
5412
  warning: _warning
4692
5413
  }), void 0);
4693
5414
  };
4694
- return jsxs(Fragment$1, {
5415
+ return jsxs("div", Object.assign({
5416
+ className: className
5417
+ }, {
4695
5418
  children: [persistentLabel && jsx(DotInputLabel, Object.assign({}, {
4696
5419
  disabled: _disabled,
4697
5420
  error: _error,
@@ -4742,7 +5465,7 @@ const DotInputText = ({
4742
5465
  value: inputTextValue,
4743
5466
  variant: "outlined"
4744
5467
  }, void 0)]
4745
- }, void 0);
5468
+ }), void 0);
4746
5469
  };
4747
5470
 
4748
5471
  const DotInputSelect = ({
@@ -4777,14 +5500,16 @@ const DotInputSelect = ({
4777
5500
  }) => {
4778
5501
  const hasWarning = !_error && _warning && warningClassName;
4779
5502
  const hasSuccess = !_error && !_warning && success && successClassName;
4780
- const rootStyles = useStylesWithRootClass(rootSelectClassName, className, hasSuccess, hasWarning, _readOnly ? 'read-only' : '');
5503
+ const rootStyles = useStylesWithRootClass(rootSelectClassName, hasSuccess, hasWarning, _readOnly ? 'read-only' : '');
4781
5504
  const getOption = option => {
4782
5505
  return typeof option === 'string' ? option : option.option;
4783
5506
  };
4784
5507
  const getValue = option => {
4785
5508
  return typeof option === 'string' ? option : (option === null || option === void 0 ? void 0 : option.value) || option.option;
4786
5509
  };
4787
- return jsxs(Fragment$1, {
5510
+ return jsxs("div", Object.assign({
5511
+ className: className
5512
+ }, {
4788
5513
  children: [persistentLabel && jsx(DotInputLabel, Object.assign({}, {
4789
5514
  disabled: _disabled,
4790
5515
  error: _error,
@@ -4850,16 +5575,16 @@ const DotInputSelect = ({
4850
5575
  children: getOption(option)
4851
5576
  }), getValue(option)))
4852
5577
  }), void 0)]
4853
- }, void 0);
5578
+ }), void 0);
4854
5579
  };
4855
5580
 
4856
- const rootClassName$o = 'dot-progress-button';
5581
+ const rootClassName$p = 'dot-progress-button';
4857
5582
  const StyledProgressButton = styled(DotButton).withConfig({
4858
5583
  displayName: "ProgressButtonstyles__StyledProgressButton",
4859
5584
  componentId: "sc-1fvgky0-0"
4860
5585
  })(["", ""], ({
4861
5586
  theme
4862
- }) => css(["&.", "{.hidden{visibility:hidden;}.progress-circle{color:", ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}}"], rootClassName$o, theme.palette.layer.n300));
5587
+ }) => css(["&.", "{.hidden{visibility:hidden;}.progress-circle{color:", ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}}"], rootClassName$p, theme.palette.layer.n300));
4863
5588
 
4864
5589
  const SPINNER_DEFAULT_SIZE = 20;
4865
5590
  const SPINNER_LARGE_SIZE = 24;
@@ -4878,7 +5603,7 @@ const DotProgressButton = ({
4878
5603
  tooltip,
4879
5604
  type: _type = 'primary'
4880
5605
  }) => {
4881
- const rootClasses = useStylesWithRootClass(rootClassName$o, className);
5606
+ const rootClasses = useStylesWithRootClass(rootClassName$p, className);
4882
5607
  const isButtonDisabled = _disabled || _isLoading;
4883
5608
  const titleClasses = useStylesWithRootClass(_isLoading ? 'hidden' : '');
4884
5609
  const progressCircleSize = _size === 'large' ? SPINNER_LARGE_SIZE : SPINNER_DEFAULT_SIZE;
@@ -4906,11 +5631,11 @@ const DotProgressButton = ({
4906
5631
  }), void 0);
4907
5632
  };
4908
5633
 
4909
- const rootClassName$n = 'dot-radio';
5634
+ const rootClassName$o = 'dot-radio';
4910
5635
  const StyledRadioButton = styled(Radio).withConfig({
4911
5636
  displayName: "RadioButtonstyles__StyledRadioButton",
4912
5637
  componentId: "brp0sc-0"
4913
- })(["", ""], () => css(["{&.", "{padding:8px;}"], rootClassName$n));
5638
+ })(["", ""], () => css(["{&.", "{padding:8px;}"], rootClassName$o));
4914
5639
 
4915
5640
  function DotRadioButton({
4916
5641
  ariaLabel,
@@ -4928,7 +5653,7 @@ function DotRadioButton({
4928
5653
  size = 'medium',
4929
5654
  value
4930
5655
  }) {
4931
- const rootClasses = useStylesWithRootClass(rootClassName$y, className);
5656
+ const rootClasses = useStylesWithRootClass(rootClassName$z, className);
4932
5657
  const handleChange = event => {
4933
5658
  onChange && onChange(event, event.target.value);
4934
5659
  };
@@ -4936,7 +5661,7 @@ function DotRadioButton({
4936
5661
  "aria-label": ariaLabel,
4937
5662
  checked: checked,
4938
5663
  classes: {
4939
- root: rootClassName$n
5664
+ root: rootClassName$o
4940
5665
  },
4941
5666
  color: "primary",
4942
5667
  "data-testid": dataTestId,
@@ -4978,7 +5703,7 @@ const DotRadioGroup = ({
4978
5703
  size: _size = 'medium'
4979
5704
  }) => {
4980
5705
  const placement = `${placementClassName}${_labelPlacement}`;
4981
- const rootClasses = useStylesWithRootClass(rootClassName$w, className, placement);
5706
+ const rootClasses = useStylesWithRootClass(rootClassName$x, className, placement);
4982
5707
  const radioValue = value || defaultValue;
4983
5708
  const [selectedValue, setSelectedValue] = useState(radioValue);
4984
5709
  /* This will ensure that value can be updated from the outside */
@@ -5048,7 +5773,7 @@ const DotRadioGroup = ({
5048
5773
  }), void 0);
5049
5774
  };
5050
5775
 
5051
- const rootClassName$m = 'dot-switch';
5776
+ const rootClassName$n = 'dot-switch';
5052
5777
  const StyledSwitch = styled(Switch).withConfig({
5053
5778
  displayName: "Switchstyles__StyledSwitch",
5054
5779
  componentId: "eign2a-0"
@@ -5070,7 +5795,7 @@ const DotSwitch = ({
5070
5795
  onChange,
5071
5796
  size: _size = 'medium'
5072
5797
  }) => {
5073
- const rootClasses = useStylesWithRootClass(rootClassName$m, className);
5798
+ const rootClasses = useStylesWithRootClass(rootClassName$n, className);
5074
5799
  const handleChange = event => {
5075
5800
  onChange && onChange(event);
5076
5801
  };
@@ -5091,7 +5816,7 @@ const DotSwitch = ({
5091
5816
  size: _size
5092
5817
  }, void 0);
5093
5818
  return jsx(StyledFormControlLabel, {
5094
- className: rootClassName$y,
5819
+ className: rootClassName$z,
5095
5820
  control: switchControl,
5096
5821
  label: label,
5097
5822
  labelPlacement: _labelPlacement
@@ -5400,7 +6125,7 @@ const DotDynamicForm = ({
5400
6125
  onChange,
5401
6126
  onSubmit
5402
6127
  }) => {
5403
- const rootClasses = useStylesWithRootClass(rootClassName$p, className);
6128
+ const rootClasses = useStylesWithRootClass(rootClassName$q, className);
5404
6129
  // Memoize this operation so that is doesn't get executed each time this
5405
6130
  // component re-renders
5406
6131
  const initialFormState = useMemo(() => getInitialFormState(config, _liveValidation), [config, _liveValidation, getInitialFormState]);
@@ -5652,7 +6377,7 @@ const DotDynamicForm = ({
5652
6377
  }), void 0);
5653
6378
  };
5654
6379
 
5655
- const rootClassName$l = 'dot-inline-edit';
6380
+ const rootClassName$m = 'dot-inline-edit';
5656
6381
  const editModeClassName = 'dot-edit-mode';
5657
6382
  const viewModeClassName = 'dot-view-mode';
5658
6383
  const readOnlyClassName = 'dot-read-only';
@@ -5664,7 +6389,7 @@ const StyledInlineEdit = styled.div.withConfig({
5664
6389
  })(["", ""], ({
5665
6390
  theme,
5666
6391
  fullWidth
5667
- }) => css(["&.", "{display:", ";align-items:center;color:", ";min-width:", ";&:not(.", "):focus-visible{border-radius:", ";background-color:", ";cursor:pointer;outline:0;.dot-edit-icon{display:block;}}.", "{display:flex;width:100%;position:relative;.dot-edit-icon{height:100%;position:absolute;right:0;width:40px;background-color:", ";border-radius:", ";display:none;.dot-i{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}}&:not(.", "):hover{border-radius:", ";background-color:", ";cursor:pointer;.dot-edit-icon{display:block;}}.dot-view-mode-typography{padding:", ";margin-bottom:0;}}.dot-empty-value fieldset{border-color:", ";}.dot-adornment-error{color:", ";}.MuiInputBase-input{height:auto;}.MuiInputBase-root{margin-bottom:", ";}", " .", " .dot-input{padding-left:", ";}.MuiOutlinedInput-input:focus{cursor:auto;}.dot-counter-adornment{.dot-counter-max-length{color:", ";}.dot-counter-length,.dot-counter-max-length{&.dot-counter-limit{color:", ";}&:hover{background:", ";}.editing-actions{display:flex;justify-content:flex-end;margin-top:", ";}.dot-icon-btn{background:", ";border:1px solid ", ";color:", ";margin-left:", ";padding:", ";}}}.dot-read-only-adornment{display:none;}.", "{display:flex;align-items:center;margin:", ";.dot-button{padding:", ";margin-top:", ";margin-bottom:", ";}}}"], rootClassName$l, fullWidth ? 'flex' : 'inline-flex', theme.palette.grey[700], theme.spacing(32), readOnlyClassName, theme.spacing(0.5), theme.palette.layer.n50, viewModeClassName, theme.palette.layer.n50, theme.spacing(0, 0.5, 0.5, 0), readOnlyClassName, theme.spacing(0.5), theme.palette.layer.n50, theme.spacing(1.3125, 1), theme.palette.error[500], theme.palette.error[500], theme.spacing(0), ({
6392
+ }) => css(["&.", "{display:", ";align-items:center;color:", ";min-width:", ";&:not(.", "):focus-visible{border-radius:", ";background-color:", ";cursor:pointer;outline:0;.dot-edit-icon{display:block;}}.", "{display:flex;width:100%;position:relative;.dot-edit-icon{height:100%;position:absolute;right:0;width:40px;background-color:", ";border-radius:", ";display:none;.dot-i{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}}&:not(.", "):hover{border-radius:", ";background-color:", ";cursor:pointer;.dot-edit-icon{display:block;}}.dot-view-mode-typography{padding:", ";margin-bottom:0;}}.dot-empty-value fieldset{border-color:", ";}.dot-adornment-error{color:", ";}.MuiInputBase-input{height:auto;}.MuiInputBase-root{margin-bottom:", ";}", " .", " .dot-input{padding-left:", ";}.MuiOutlinedInput-input:focus{cursor:auto;}.dot-counter-adornment{.dot-counter-max-length{color:", ";}.dot-counter-length,.dot-counter-max-length{&.dot-counter-limit{color:", ";}&:hover{background:", ";}.editing-actions{display:flex;justify-content:flex-end;margin-top:", ";}.dot-icon-btn{background:", ";border:1px solid ", ";color:", ";margin-left:", ";padding:", ";}}}.dot-read-only-adornment{display:none;}.", "{display:flex;align-items:center;margin:", ";.dot-button{padding:", ";margin-top:", ";margin-bottom:", ";}}}"], rootClassName$m, fullWidth ? 'flex' : 'inline-flex', theme.palette.grey[700], theme.spacing(32), readOnlyClassName, theme.spacing(0.5), theme.palette.layer.n50, viewModeClassName, theme.palette.layer.n50, theme.spacing(0, 0.5, 0.5, 0), readOnlyClassName, theme.spacing(0.5), theme.palette.layer.n50, theme.spacing(1.3125, 1), theme.palette.error[500], theme.palette.error[500], theme.spacing(0), ({
5668
6393
  typography
5669
6394
  }) => typography && `
5670
6395
  .MuiInputBase-root {
@@ -5777,7 +6502,7 @@ const DotInlineEdit = ({
5777
6502
  const inputRef = useRef();
5778
6503
  const inlineEditRef = useRef();
5779
6504
  const isSaveDisabled = checkIfEmptyValue(inputValue);
5780
- const rootClasses = useStylesWithRootClass(rootClassName$l, className, editing ? editModeClassName : '');
6505
+ const rootClasses = useStylesWithRootClass(rootClassName$m, className, editing ? editModeClassName : '');
5781
6506
  const handleShowTooltip = visible => {
5782
6507
  if (isNotReadOnlyOrEditing) {
5783
6508
  setShowTooltip(visible);
@@ -5951,14 +6676,14 @@ const DotInlineEdit = ({
5951
6676
  }), void 0);
5952
6677
  };
5953
6678
 
5954
- const rootClassName$k = 'dot-navigation-rail';
6679
+ const rootClassName$l = 'dot-navigation-rail';
5955
6680
  const StyledNavigationRail = styled.div.withConfig({
5956
6681
  displayName: "NavigationRailstyles__StyledNavigationRail",
5957
6682
  componentId: "sc-160kivd-0"
5958
6683
  })(["", ""], ({
5959
6684
  theme,
5960
6685
  railItemPosition
5961
- }) => css(["&.", "{background-color:", ";border-left:1px solid ", ";display:flex;flex-direction:column;justify-content:", ";padding:", ";width:72px;.rail-item-button{border-radius:0;display:flex;flex-basis:72px;flex-direction:column;margin:0;padding:0;width:100%;white-space:normal;word-break:break-word;.dot-icon{color:", ";}&.selected{background-color:", ";}&:focus-visible{background-color:", ";}.MuiButton-label{display:flex;flex-direction:column;.rail-item-text{word-break:break-word;}}}}"], rootClassName$k, theme.palette.layer.n50, theme.palette.layer.n100, railItemPosition, theme.spacing(1, 0, 0), theme.palette.grey[700], theme.palette.layer.n0, theme.palette.layer.n100));
6686
+ }) => css(["&.", "{background-color:", ";border-left:1px solid ", ";display:flex;flex-direction:column;justify-content:", ";padding:", ";width:72px;.rail-item-button{border-radius:0;display:flex;flex-basis:72px;flex-direction:column;margin:0;padding:0;width:100%;white-space:normal;.dot-icon{color:", ";}&.selected{background-color:", ";}&:focus-visible{background-color:", ";}.rail-item-text{word-break:break-word;padding:", ";}}}"], rootClassName$l, theme.palette.layer.n50, theme.palette.layer.n100, railItemPosition, theme.spacing(1, 0, 0), theme.palette.grey[700], theme.palette.layer.n0, theme.palette.layer.n100, theme.spacing(0, 0.5)));
5962
6687
 
5963
6688
  const MAX_ALLOWED_ITEMS = 7;
5964
6689
  const DotNavigationRail = ({
@@ -5970,7 +6695,7 @@ const DotNavigationRail = ({
5970
6695
  railItems,
5971
6696
  selectedIndex: _selectedIndex = 0
5972
6697
  }) => {
5973
- const rootClasses = useStylesWithRootClass(rootClassName$k, className);
6698
+ const rootClasses = useStylesWithRootClass(rootClassName$l, className);
5974
6699
  const [selectedItemIndex, setSelectedItemIndex] = useState(_selectedIndex);
5975
6700
  /* Used to change selected index programmatically from the consumer component */
5976
6701
  useEffect(() => {
@@ -6024,13 +6749,13 @@ const DotNavigationRail = ({
6024
6749
  }), void 0);
6025
6750
  };
6026
6751
 
6027
- const rootClassName$j = 'dot-pill';
6752
+ const rootClassName$k = 'dot-pill';
6028
6753
  const StyledPill = styled(Chip).withConfig({
6029
6754
  displayName: "Pillstyles__StyledPill",
6030
6755
  componentId: "l7oxi2-0"
6031
6756
  })(["", ""], ({
6032
6757
  theme
6033
- }) => css(["&.", "{background-color:", ";color:", ";border-color:", ";&.error{background-color:", ";color:", ";}&.success{background-color:", ";color:", ";}&.warning{background-color:", ";color:", ";}&.in-progress{background-color:", ";color:", ";}"], rootClassName$j, ({
6758
+ }) => css(["&.", "{background-color:", ";color:", ";border-color:", ";&.error{background-color:", ";color:", ";}&.success{background-color:", ";color:", ";}&.warning{background-color:", ";color:", ";}&.in-progress{background-color:", ";color:", ";}"], rootClassName$k, ({
6034
6759
  backgroundcolor
6035
6760
  }) => {
6036
6761
  return backgroundcolor || theme.palette.grey[200];
@@ -6057,7 +6782,7 @@ const DotPill = ({
6057
6782
  status: _status = 'default',
6058
6783
  variant: _variant = 'filled'
6059
6784
  }) => {
6060
- const rootClasses = useStylesWithRootClass(rootClassName$j, className, _status);
6785
+ const rootClasses = useStylesWithRootClass(rootClassName$k, className, _status);
6061
6786
  return jsx(StyledPill, {
6062
6787
  "aria-label": ariaLabel,
6063
6788
  bordercolor: bordercolor,
@@ -6075,13 +6800,13 @@ const DotPill = ({
6075
6800
  }, void 0);
6076
6801
  };
6077
6802
 
6078
- const rootClassName$i = 'dot-skeleton';
6803
+ const rootClassName$j = 'dot-skeleton';
6079
6804
  const StyledSkeleton = styled(Skeleton).withConfig({
6080
6805
  displayName: "Skeletonstyles__StyledSkeleton",
6081
6806
  componentId: "sc-17ayzv5-0"
6082
6807
  })(["", ""], ({
6083
6808
  theme
6084
- }) => css(["&.", "{background-color:", ";}"], rootClassName$i, theme.palette.grey[100]));
6809
+ }) => css(["&.", "{background-color:", ";}"], rootClassName$j, theme.palette.grey[100]));
6085
6810
 
6086
6811
  const DotSkeleton = ({
6087
6812
  ariaLabel,
@@ -6092,7 +6817,7 @@ const DotSkeleton = ({
6092
6817
  width,
6093
6818
  variant
6094
6819
  }) => {
6095
- const rootClasses = useStylesWithRootClass(rootClassName$i, className);
6820
+ const rootClasses = useStylesWithRootClass(rootClassName$j, className);
6096
6821
  return jsx(StyledSkeleton, Object.assign({
6097
6822
  animation: "wave",
6098
6823
  "aria-label": ariaLabel,
@@ -6108,13 +6833,13 @@ const DotSkeleton = ({
6108
6833
  }), void 0);
6109
6834
  };
6110
6835
 
6111
- const rootClassName$h = 'dot-snackbar';
6836
+ const rootClassName$i = 'dot-snackbar';
6112
6837
  const StyledSnackbar = styled(Snackbar).withConfig({
6113
6838
  displayName: "Snackbarstyles__StyledSnackbar",
6114
6839
  componentId: "sc-1huxoy3-0"
6115
6840
  })(["", ""], ({
6116
6841
  theme
6117
- }) => css(["&.", "{.MuiSvgIcon-root{color:", ";}.MuiAlert-icon{padding:11px 0px;}.MuiAlert-message{padding:13px 0px;}&.MuiSnackbar-anchorOriginTopRight{top:0px;z-index:", ";}.MuiAlert-root{&.MuiAlert-standardInfo{background-color:", ";}&.MuiAlert-standardWarning{color:", ";.MuiSvgIcon-root{color:", ";}}max-width:500px;min-width:344px;color:", ";z-index:", ";position:relative;margin-top:108px;background-color:", ";@media (min-width:720px){.MuiAlert-root{top:112px;position:relative;}}}"], rootClassName$h, theme.palette.layer.n0, levelFourth, theme.palette.primary[500], theme.palette.grey[900], theme.palette.grey[900], theme.palette.layer.n0, levelFourth, props => theme.palette[props.severity].main));
6842
+ }) => css(["&.", "{.MuiSvgIcon-root{color:", ";}.MuiAlert-icon{padding:11px 0px;}.MuiAlert-message{padding:13px 0px;}&.MuiSnackbar-anchorOriginTopRight{top:0px;z-index:", ";}.MuiAlert-root{&.MuiAlert-standardInfo{background-color:", ";}&.MuiAlert-standardWarning{color:", ";.MuiSvgIcon-root{color:", ";}}max-width:500px;min-width:344px;color:", ";z-index:", ";position:relative;margin-top:108px;background-color:", ";@media (min-width:720px){.MuiAlert-root{top:112px;position:relative;}}}"], rootClassName$i, theme.palette.layer.n0, levelFourth, theme.palette.primary[500], theme.palette.grey[900], theme.palette.grey[900], theme.palette.layer.n0, levelFourth, props => theme.palette[props.severity].main));
6118
6843
 
6119
6844
  function addAutoHideDuration(severity) {
6120
6845
  return severity === 'error' ? null : 10000;
@@ -6149,7 +6874,7 @@ const DotSnackbar = ({
6149
6874
  onClose,
6150
6875
  action
6151
6876
  });
6152
- const rootClasses = useStylesWithRootClass(rootClassName$h, className);
6877
+ const rootClasses = useStylesWithRootClass(rootClassName$i, className);
6153
6878
  return jsx(StyledSnackbar, Object.assign({
6154
6879
  anchorOrigin: _anchorOrigin,
6155
6880
  "aria-label": ariaLabel,
@@ -6179,11 +6904,11 @@ const DotSnackbar = ({
6179
6904
  }), void 0);
6180
6905
  };
6181
6906
 
6182
- const rootClassName$g = 'dot-snackbar-container';
6907
+ const rootClassName$h = 'dot-snackbar-container';
6183
6908
  const StyledSnackbarContainer = styled.div.withConfig({
6184
6909
  displayName: "SnackbarContainerstyles__StyledSnackbarContainer",
6185
6910
  componentId: "sc-1ogwjuc-0"
6186
- })(["", ""], () => css(["&.", "{position:absolute;top:0;width:250px;height:auto;right:0;& > div{position:relative;}}"], rootClassName$g));
6911
+ })(["", ""], () => css(["&.", "{position:absolute;top:0;width:250px;height:auto;right:0;& > div{position:relative;}}"], rootClassName$h));
6187
6912
 
6188
6913
  const DotSnackbarContext = /*#__PURE__*/createContext({
6189
6914
  alerts: [],
@@ -6201,11 +6926,11 @@ const DotSnackbarContainer = () => {
6201
6926
  };
6202
6927
  }
6203
6928
  return jsx(StyledSnackbarContainer, Object.assign({
6204
- className: rootClassName$g
6929
+ className: rootClassName$h
6205
6930
  }, {
6206
6931
  children: jsx("div", Object.assign({
6207
- className: rootClassName$g,
6208
- "data-testid": rootClassName$g
6932
+ className: rootClassName$h,
6933
+ "data-testid": rootClassName$h
6209
6934
  }, {
6210
6935
  children: alerts.slice().reverse().map(alert => {
6211
6936
  return jsx(DotSnackbar, Object.assign({
@@ -6260,13 +6985,13 @@ const useDotSnackbarContext = () => {
6260
6985
  return useContext(DotSnackbarContext);
6261
6986
  };
6262
6987
 
6263
- const rootClassName$f = 'dot-split-button-group';
6988
+ const rootClassName$g = 'dot-split-button-group';
6264
6989
  const StyledSplitButtonGroup = styled(ButtonGroup).withConfig({
6265
6990
  displayName: "SplitButtonstyles__StyledSplitButtonGroup",
6266
6991
  componentId: "ild520-0"
6267
6992
  })(["", ""], ({
6268
6993
  theme
6269
- }) => css(["&.", "{box-shadow:0px 3px 1px -2px rgb(0 0 0 / 20%),0px 2px 2px 0px rgb(0 0 0 / 14%),0px 1px 5px 0px rgb(0 0 0 / 12%);&.disabled{box-shadow:none;.dot-button{background:", ";border:1px solid ", ";}}&.outlined,&.text{box-shadow:none;.expand-button{border-left:none;}}&.outlined .dot-button{border-color:", ";}&.destructive .expand-button{border-left-color:", ";}.dot-button{box-shadow:none;margin:0;padding:", ";}.label-button{border-top-right-radius:0;border-bottom-right-radius:0;}.expand-button{border-left:1px solid ", ";border-top-left-radius:0;border-bottom-left-radius:0;&.Mui-disabled{border-left:0;}.MuiButton-label,.dot-icon{width:14px;height:14px;}}}"], rootClassName$f, theme.palette.grey['50'], theme.palette.grey['200'], theme.palette.grey['300'], theme.palette.error['800'], theme.spacing(0.75, 1.5), theme.palette.primary['800']));
6994
+ }) => css(["&.", "{box-shadow:0px 3px 1px -2px rgb(0 0 0 / 20%),0px 2px 2px 0px rgb(0 0 0 / 14%),0px 1px 5px 0px rgb(0 0 0 / 12%);&.disabled{box-shadow:none;.dot-button{background:", ";border:1px solid ", ";}}&.outlined,&.text{box-shadow:none;.expand-button{border-left:none;}}&.outlined .dot-button{border-color:", ";}&.destructive .expand-button{border-left-color:", ";}.dot-button{box-shadow:none;margin:0;padding:", ";}.label-button{border-top-right-radius:0;border-bottom-right-radius:0;}.expand-button{border-left:1px solid ", ";border-top-left-radius:0;border-bottom-left-radius:0;&.Mui-disabled{border-left:0;}.MuiButton-label,.dot-icon{width:14px;height:14px;}}}"], rootClassName$g, theme.palette.grey['50'], theme.palette.grey['200'], theme.palette.grey['300'], theme.palette.error['800'], theme.spacing(0.75, 1.5), theme.palette.primary['800']));
6270
6995
  const StyledMenu$2 = styled(DotMenu).withConfig({
6271
6996
  displayName: "SplitButtonstyles__StyledMenu",
6272
6997
  componentId: "ild520-1"
@@ -6295,7 +7020,7 @@ const DotSplitButton = ({
6295
7020
  tooltip,
6296
7021
  type: _type = 'primary'
6297
7022
  }) => {
6298
- const rootClasses = useStylesWithRootClass(rootClassName$f, className, _type, _disabled ? 'disabled' : '');
7023
+ const rootClasses = useStylesWithRootClass(rootClassName$g, className, _type, _disabled ? 'disabled' : '');
6299
7024
  const [open, setOpen] = useState(false);
6300
7025
  const anchorRef = useRef(null);
6301
7026
  const hasEmptyOptions = _options.length === 0;
@@ -6361,14 +7086,16 @@ const DotSplitButton = ({
6361
7086
  }, void 0);
6362
7087
  };
6363
7088
 
6364
- const rootClassName$e = 'dot-table-pagination';
7089
+ const rootClassName$f = 'dot-table-pagination';
7090
+ // TO-DO: Determine how to apply styles to standard popper element
7091
+ const paginationItemClassName = 'dot-pagination-menu-item';
6365
7092
  const StyledTablePagination = styled.div.withConfig({
6366
7093
  displayName: "TablePaginationstyles__StyledTablePagination",
6367
7094
  componentId: "bs7p0b-0"
6368
7095
  })(["", ""], ({
6369
7096
  theme,
6370
7097
  typography
6371
- }) => css([".", "{border-top:1px solid ", ";.dot-caption{font-size:", ";margin:0;}.dot-menu,.MuiInputBase-root{margin-bottom:0;}}"], rootClassName$e, theme.palette.grey[200], theme.typography[typography].fontSize));
7098
+ }) => css([".", "{border-top:1px solid ", ";.dot-caption,.MuiInputBase-root{font-family:", ";font-size:", "px;letter-spacing:", ";line-height:", ";}.dot-caption{margin:0;}.dot-menu,.MuiInputBase-root{margin-bottom:0;}}"], rootClassName$f, theme.palette.grey[200], theme.typography[typography].fontFamily, theme.typography[typography].fontSize, theme.typography[typography].letterSpacing, theme.typography[typography].lineHeight));
6372
7099
 
6373
7100
  const ROWS_PER_PAGE_OPTIONS = [10, 25, 50, 100, 150, 200];
6374
7101
  /** This component wraps the TablePagination component from @material-ui. */
@@ -6381,9 +7108,9 @@ const DotTablePagination = ({
6381
7108
  onRowsPerPageChange,
6382
7109
  page: _page = 0,
6383
7110
  rowsPerPage: _rowsPerPage = 10,
6384
- typography: _typography = 'body1'
7111
+ typography: _typography = 'subtitle2'
6385
7112
  }) => {
6386
- const rootClasses = useStylesWithRootClass(rootClassName$e, className);
7113
+ const rootClasses = useStylesWithRootClass(rootClassName$f, className);
6387
7114
  const handlePageChange = (event, newPage) => {
6388
7115
  onPageChange && onPageChange(newPage);
6389
7116
  };
@@ -6392,6 +7119,7 @@ const DotTablePagination = ({
6392
7119
  };
6393
7120
  return (/* Container is used to pass 'typography' prop to a styled component */
6394
7121
  jsx(StyledTablePagination, Object.assign({
7122
+ className: rootClassName$f,
6395
7123
  typography: _typography
6396
7124
  }, {
6397
7125
  children: jsx(TablePagination, {
@@ -6401,7 +7129,7 @@ const DotTablePagination = ({
6401
7129
  selectIcon: 'dot-icon',
6402
7130
  selectLabel: 'dot-caption',
6403
7131
  displayedRows: 'dot-caption',
6404
- menuItem: 'dot-li',
7132
+ menuItem: paginationItemClassName,
6405
7133
  selectRoot: 'dot-menu'
6406
7134
  },
6407
7135
  component: "div",
@@ -6417,13 +7145,13 @@ const DotTablePagination = ({
6417
7145
  );
6418
7146
  };
6419
7147
 
6420
- const rootClassName$d = 'dot-table';
7148
+ const rootClassName$e = 'dot-table';
6421
7149
  const StyledPaper = styled(Paper).withConfig({
6422
7150
  displayName: "Tablestyles__StyledPaper",
6423
7151
  componentId: "s95z6y-0"
6424
7152
  })(["", ""], ({
6425
7153
  theme
6426
- }) => css(["&.", "{overflow:hidden;border:1px solid ", ";&.loading{opacity:0.4;pointer-events:none;.dot-table-pagination{display:none;}}}"], rootClassName$d, theme.palette.layer.n100));
7154
+ }) => css(["&.", "{overflow:hidden;border:1px solid ", ";&.loading{opacity:0.4;pointer-events:none;.dot-table-pagination{display:none;}}}"], rootClassName$e, theme.palette.layer.n100));
6427
7155
  const StyledTableContainer = styled(TableContainer).withConfig({
6428
7156
  displayName: "Tablestyles__StyledTableContainer",
6429
7157
  componentId: "s95z6y-1"
@@ -6438,7 +7166,7 @@ const StyledMenu$1 = styled(DotMenu).withConfig({
6438
7166
  const getFormattedTableCellValue = (
6439
7167
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
6440
7168
  value, typographyVariant) => {
6441
- if (isString(value) || isNumber(value)) {
7169
+ if (isString$1(value) || isNumber(value)) {
6442
7170
  return jsx(DotTypography, Object.assign({
6443
7171
  className: "dot-cell-typography",
6444
7172
  variant: typographyVariant
@@ -6490,11 +7218,11 @@ const getBulkSelectedRowIds = (isChecked, selectedIds, pageData) => {
6490
7218
  return newIds;
6491
7219
  };
6492
7220
 
6493
- const rootClassName$c = 'dot-td';
7221
+ const rootClassName$d = 'dot-td';
6494
7222
  const StyledTableCell = styled(TableCell).withConfig({
6495
7223
  displayName: "TableCellstyles__StyledTableCell",
6496
7224
  componentId: "e84k25-0"
6497
- })(["", ""], () => css(["&.", "{padding-top:0;padding-bottom:0;&.noWrap,&.actionItems{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}&.actionItems{text-overflow:clip;text-align:right;}.action-cell-wrapper{width:100%;}}"], rootClassName$c));
7225
+ })(["", ""], () => css(["&.", "{padding-top:0;padding-bottom:0;&.noWrap,&.actionItems{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}&.actionItems{text-overflow:clip;text-align:right;}.action-cell-wrapper{width:100%;}}"], rootClassName$d));
6498
7226
 
6499
7227
  /**
6500
7228
  * A wrapper component around the TableCell component from @material-ui.
@@ -6538,7 +7266,7 @@ const DotBodyCell = ({
6538
7266
  const isOverflowing = actionTableCellWidth > (wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current.clientWidth);
6539
7267
  setShowMenu(isOverflowing);
6540
7268
  };
6541
- const rootClasses = useStylesWithRootClass(rootClassName$c, className, noWrap && 'noWrap', Array.isArray(value) && 'actionItems');
7269
+ const rootClasses = useStylesWithRootClass(rootClassName$d, className, noWrap && 'noWrap', Array.isArray(value) && 'actionItems');
6542
7270
  const getTableCellValue = () => {
6543
7271
  if (Array.isArray(value)) {
6544
7272
  return jsx("div", Object.assign({
@@ -6578,13 +7306,13 @@ const DotBodyCell = ({
6578
7306
  }), void 0);
6579
7307
  };
6580
7308
 
6581
- const rootClassName$b = 'dot-td-checkbox';
7309
+ const rootClassName$c = 'dot-td-checkbox';
6582
7310
  const StyledTableBodyCheckboxCell = styled(TableCell).withConfig({
6583
7311
  displayName: "TableBodyCheckboxCellstyles__StyledTableBodyCheckboxCell",
6584
7312
  componentId: "ebk3sz-0"
6585
7313
  })(["", ""], ({
6586
7314
  theme
6587
- }) => css(["&.", "{.dot-form-control-label{margin:0;}width:", ";padding:", ";}"], rootClassName$b, theme.spacing(5), theme.spacing(0, 1)));
7315
+ }) => css(["&.", "{.dot-form-control-label{margin:0;}width:", ";padding:", ";}"], rootClassName$c, theme.spacing(5), theme.spacing(0, 1)));
6588
7316
 
6589
7317
  const DotBodyCheckboxCell = ({
6590
7318
  ariaLabel,
@@ -6594,7 +7322,7 @@ const DotBodyCheckboxCell = ({
6594
7322
  onChange,
6595
7323
  rowId
6596
7324
  }) => {
6597
- const rootClasses = useStylesWithRootClass(rootClassName$b, className);
7325
+ const rootClasses = useStylesWithRootClass(rootClassName$c, className);
6598
7326
  const [isCheckboxChecked, setIsCheckboxChecked] = useState(isChecked);
6599
7327
  /** This effect is used when 'checked' status is changed from the outside */
6600
7328
  useEffect(() => {
@@ -6620,13 +7348,13 @@ const DotBodyCheckboxCell = ({
6620
7348
  }), void 0);
6621
7349
  };
6622
7350
 
6623
- const rootClassName$a = 'dot-tr';
7351
+ const rootClassName$b = 'dot-tr';
6624
7352
  const StyledTableRowStyles = styled(TableRow).withConfig({
6625
7353
  displayName: "TableRowstyles__StyledTableRowStyles",
6626
7354
  componentId: "a4fx2l-0"
6627
7355
  })(["", ""], ({
6628
7356
  theme
6629
- }) => css(["&.", "{&.selected{background-color:", ";}}"], rootClassName$a, theme.palette.primary[50]));
7357
+ }) => css(["&.", "{&.selected{background-color:", ";}}"], rootClassName$b, theme.palette.primary[50]));
6630
7358
 
6631
7359
  /**
6632
7360
  * A wrapper component around the TableRow component from @material-ui. This component can be used
@@ -6653,7 +7381,7 @@ const DotTableRow = ({
6653
7381
  selectedTableRowIds
6654
7382
  } = multiSelectBody || {};
6655
7383
  const isCheckboxChecked = selectedTableRowIds && selectedTableRowIds.includes(id) || false;
6656
- const rootClasses = useStylesWithRootClass(rootClassName$a, isCheckboxChecked ? 'selected' : undefined, className);
7384
+ const rootClasses = useStylesWithRootClass(rootClassName$b, isCheckboxChecked ? 'selected' : undefined, className);
6657
7385
  const renderCheckboxCell = () => {
6658
7386
  return jsx(DotBodyCheckboxCell, {
6659
7387
  ariaLabel: "Click to select this row",
@@ -6698,13 +7426,13 @@ const EmptyDotRow = ({
6698
7426
  }), CreateUUID());
6699
7427
  };
6700
7428
 
6701
- const rootClassName$9 = 'dot-tbody';
7429
+ const rootClassName$a = 'dot-tbody';
6702
7430
  const StyledTableBody = styled(TableBody).withConfig({
6703
7431
  displayName: "TableBodystyles__StyledTableBody",
6704
7432
  componentId: "wszqgk-0"
6705
7433
  })(["", ""], ({
6706
7434
  theme
6707
- }) => css(["&.", "{tr:hover{background-color:", ";}tr:last-child td{border-bottom:none;}.empty-row td{text-align:center;}}"], rootClassName$9, theme.palette.grey[50]));
7435
+ }) => css(["&.", "{tr:hover{background-color:", ";}tr:last-child td{border-bottom:none;}.empty-row td{text-align:center;}}"], rootClassName$a, theme.palette.grey[50]));
6708
7436
 
6709
7437
  /**
6710
7438
  * A wrapper component around the TableBody component from @material-ui. This component can be used
@@ -6753,7 +7481,7 @@ const DotTableBody = ({
6753
7481
  return jsxs(Fragment$1, {
6754
7482
  children: [jsx(StyledTableBody, Object.assign({
6755
7483
  classes: {
6756
- root: rootClassName$9
7484
+ root: rootClassName$a
6757
7485
  }
6758
7486
  }, {
6759
7487
  children: getTableBodyRows()
@@ -6769,13 +7497,13 @@ const DotTableBody = ({
6769
7497
  }, void 0);
6770
7498
  };
6771
7499
 
6772
- const rootClassName$8 = 'dot-th';
7500
+ const rootClassName$9 = 'dot-th';
6773
7501
  const StyledTableHeaderCell = styled(TableCell).withConfig({
6774
7502
  displayName: "TableHeaderCellstyles__StyledTableHeaderCell",
6775
7503
  componentId: "nko9j-0"
6776
7504
  })(["", ""], ({
6777
7505
  theme
6778
- }) => css(["&.", "{&.MuiTableCell-alignCenter > span.MuiTableSortLabel-root{padding-left:26px;}.dot-cell-typography{font-family:", ";}}"], rootClassName$8, theme.typography.h4.fontFamily));
7506
+ }) => css(["&.", "{&.MuiTableCell-alignCenter > span.MuiTableSortLabel-root{padding-left:26px;}.dot-cell-typography{font-family:", ";}}"], rootClassName$9, theme.typography.h4.fontFamily));
6779
7507
 
6780
7508
  /**
6781
7509
  * A wrapper component around the TableCell component from @material-ui. This component should only
@@ -6794,7 +7522,7 @@ const DotHeaderCell = ({
6794
7522
  value,
6795
7523
  width
6796
7524
  }) => {
6797
- const headerTitle = isString(value) ? value : null;
7525
+ const headerTitle = isString$1(value) ? value : null;
6798
7526
  const formattedValue = getFormattedTableCellValue(value, typography);
6799
7527
  const getCellValue = () => {
6800
7528
  if (_sortable) {
@@ -6816,7 +7544,7 @@ const DotHeaderCell = ({
6816
7544
  return jsx(StyledTableHeaderCell, Object.assign({
6817
7545
  align: align,
6818
7546
  classes: {
6819
- root: rootClassName$8
7547
+ root: rootClassName$9
6820
7548
  },
6821
7549
  sortDirection: _sortable ? sortDirection : undefined,
6822
7550
  style: headerCellStyle,
@@ -6826,13 +7554,13 @@ const DotHeaderCell = ({
6826
7554
  }), uid);
6827
7555
  };
6828
7556
 
6829
- const rootClassName$7 = 'dot-th-checkbox';
7557
+ const rootClassName$8 = 'dot-th-checkbox';
6830
7558
  const StyledTableHeaderCheckboxCell = styled(TableCell).withConfig({
6831
7559
  displayName: "TableHeaderCheckboxCellstyles__StyledTableHeaderCheckboxCell",
6832
7560
  componentId: "ymqg8x-0"
6833
7561
  })(["", ""], ({
6834
7562
  theme
6835
- }) => css(["&.", "{.dot-form-control-label{margin:0;}width:", ";padding:", ";}"], rootClassName$7, theme.spacing(5), theme.spacing(0, 1)));
7563
+ }) => css(["&.", "{.dot-form-control-label{margin:0;}width:", ";padding:", ";}"], rootClassName$8, theme.spacing(5), theme.spacing(0, 1)));
6836
7564
 
6837
7565
  const DotHeaderCheckboxCell = ({
6838
7566
  ariaLabel,
@@ -6841,7 +7569,7 @@ const DotHeaderCheckboxCell = ({
6841
7569
  multiSelectState,
6842
7570
  onCheckAllChange
6843
7571
  }) => {
6844
- const rootClasses = useStylesWithRootClass(rootClassName$7, className);
7572
+ const rootClasses = useStylesWithRootClass(rootClassName$8, className);
6845
7573
  const [checkboxState, setCheckboxState] = useState('unchecked');
6846
7574
  useEffect(() => {
6847
7575
  setCheckboxState(multiSelectState);
@@ -6948,13 +7676,13 @@ const DotHeaderRow = ({
6948
7676
  }), void 0);
6949
7677
  };
6950
7678
 
6951
- const rootClassName$6 = 'dot-table-selection-toolbar';
7679
+ const rootClassName$7 = 'dot-table-selection-toolbar';
6952
7680
  const StyledTableSelectionToolbar = styled(DotActionToolbar).withConfig({
6953
7681
  displayName: "TableSelectionToolbarstyles__StyledTableSelectionToolbar",
6954
7682
  componentId: "qpx3y9-0"
6955
7683
  })(["", ""], ({
6956
7684
  theme
6957
- }) => css(["&.", "{display:flex;align-items:center;justify-content:space-between;background-color:", ";.dot-selected-rows-container{display:flex;align-items:center;.dot-button{padding:", ";}}.dot-selected-rows-heading{font-weight:bold;}.dot-selected-rows-divider{padding:", ";}}"], rootClassName$6, theme.palette.primary[50], theme.spacing(0.25, 0.25, 0, 0.5), theme.spacing(0.25, 0, 0, 1)));
7685
+ }) => css(["&.", "{display:flex;align-items:center;justify-content:space-between;background-color:", ";.dot-selected-rows-container{display:flex;align-items:center;.dot-button{padding:", ";}}.dot-selected-rows-heading{font-weight:bold;}.dot-selected-rows-divider{padding:", ";}}"], rootClassName$7, theme.palette.primary[50], theme.spacing(0.25, 0.25, 0, 0.5), theme.spacing(0.25, 0, 0, 1)));
6958
7686
 
6959
7687
  const DotTableSelectionToolbar = ({
6960
7688
  ariaLabel,
@@ -6964,7 +7692,7 @@ const DotTableSelectionToolbar = ({
6964
7692
  onClearAll,
6965
7693
  selectedRowsNumber
6966
7694
  }) => {
6967
- const rootClasses = useStylesWithRootClass(rootClassName$6, className);
7695
+ const rootClasses = useStylesWithRootClass(rootClassName$7, className);
6968
7696
  return jsxs(StyledTableSelectionToolbar, Object.assign({
6969
7697
  ariaLabel: ariaLabel,
6970
7698
  className: rootClasses,
@@ -7060,7 +7788,7 @@ const DotTable = ({
7060
7788
  return onUpdateData ? data : stableSort(data, getComparator(_order, orderBy));
7061
7789
  };
7062
7790
  const [pageData, setPageData] = useState(getSortedData().slice(0, rowsPerPage ? rowsPerPage : data.length));
7063
- const rootClasses = useStylesWithRootClass(rootClassName$d, className, _loading ? 'loading' : '');
7791
+ const rootClasses = useStylesWithRootClass(rootClassName$e, className, _loading ? 'loading' : '');
7064
7792
  const updateData = (newOrder, newOrderBy, newPage, newRowsPerPage) => {
7065
7793
  const newData = stableSort(data, getComparator(newOrder, newOrderBy));
7066
7794
  setPageData(newRowsPerPage ? newData.slice(newPage * newRowsPerPage, newPage * newRowsPerPage + newRowsPerPage) : newData);
@@ -7244,7 +7972,7 @@ const DotTableAction = ({
7244
7972
  }, void 0);
7245
7973
  };
7246
7974
 
7247
- const rootClassName$5 = 'dot-table-actions';
7975
+ const rootClassName$6 = 'dot-table-actions';
7248
7976
  const TableActionsContainer = styled.div.withConfig({
7249
7977
  displayName: "TableActionsstyles__TableActionsContainer",
7250
7978
  componentId: "sc-8lo813-0"
@@ -7313,7 +8041,7 @@ const DotTableActions = ({
7313
8041
  };
7314
8042
  return jsxs(Fragment$1, {
7315
8043
  children: [jsxs(TableActionsContainer, Object.assign({
7316
- className: rootClassName$5,
8044
+ className: rootClassName$6,
7317
8045
  ref: wrapperRef
7318
8046
  }, {
7319
8047
  children: [!showMenu && renderTableActions(), (showMenu || actions.length > 2) && jsx(DotIconButton, {
@@ -7336,13 +8064,13 @@ const DotTableActions = ({
7336
8064
  }, void 0);
7337
8065
  };
7338
8066
 
7339
- const rootClassName$4 = 'dot-tabs';
8067
+ const rootClassName$5 = 'dot-tabs';
7340
8068
  const StyledTabs = styled(Tabs).withConfig({
7341
8069
  displayName: "Tabsstyles__StyledTabs",
7342
8070
  componentId: "sc-1pmrz8k-0"
7343
8071
  })(["", ""], ({
7344
8072
  theme
7345
- }) => css(["&.", "{&.MuiTabs-root{width:100%;}.dot-tab-label-container{display:flex;.dot-tab-label{padding-top:", ";}}.MuiTab-root{box-shadow:inset 0px -1px 0px ", ";max-width:360px;min-width:0;}.MuiIcon-root{display:inline;padding-right:", ";}}"], rootClassName$4, theme.spacing(0.5), theme.palette.layer.n100, theme.spacing(0.5)));
8073
+ }) => css(["&.", "{&.MuiTabs-root{width:100%;}.dot-tab-label-container{display:flex;.dot-tab-label{padding-top:", ";}}.MuiTab-root{box-shadow:inset 0px -1px 0px ", ";max-width:360px;min-width:0;}.MuiIcon-root{display:inline;padding-right:", ";}}"], rootClassName$5, theme.spacing(0.5), theme.palette.layer.n100, theme.spacing(0.5)));
7346
8074
 
7347
8075
  const DotTabs = ({
7348
8076
  centered: _centered = false,
@@ -7356,7 +8084,7 @@ const DotTabs = ({
7356
8084
  variant: _variant = 'standard'
7357
8085
  }) => {
7358
8086
  const [value, setValue] = useState(_initialValue);
7359
- const rootClasses = useStylesWithRootClass(rootClassName$4, className);
8087
+ const rootClasses = useStylesWithRootClass(rootClassName$5, className);
7360
8088
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
7361
8089
  const handleChange = (_event, val) => {
7362
8090
  setValue(val);
@@ -7406,9 +8134,9 @@ const DotTabs = ({
7406
8134
  }), void 0);
7407
8135
  };
7408
8136
 
7409
- const rootClassName$3 = 'dot-file-upload';
7410
- const containerClassName = `${rootClassName$3}-container`;
7411
- const dropZoneClassName = `${rootClassName$3}-drop-zone`;
8137
+ const rootClassName$4 = 'dot-file-upload';
8138
+ const containerClassName = `${rootClassName$4}-container`;
8139
+ const dropZoneClassName = `${rootClassName$4}-drop-zone`;
7412
8140
  const StyledFileUploadContainer = styled.div.withConfig({
7413
8141
  displayName: "FileUploadstyles__StyledFileUploadContainer",
7414
8142
  componentId: "sc-1q8bcxy-0"
@@ -7420,15 +8148,15 @@ const StyledFileUpload = styled.div.withConfig({
7420
8148
  componentId: "sc-1q8bcxy-1"
7421
8149
  })(["", ""], ({
7422
8150
  theme
7423
- }) => css(["&.", ".", "{align-items:center;background:", ";border:2px dashed ", ";border-radius:4px;color:", ";display:flex;flex-direction:column;flex-wrap:wrap;height:240px;justify-content:center;padding:", ";margin-bottom:", ";text-align:center;&.disabled .dot-typography{color:", ";}.dot-icon{color:", ";font-size:100px;i.dot-i{height:100px;}}}"], rootClassName$3, dropZoneClassName, theme.palette.layer.n50, theme.palette.layer.n300, theme.palette.layer.n500, theme.spacing(3, 0), theme.spacing(1), theme.palette.layer.n300, theme.palette.layer.n100));
8151
+ }) => css(["&.", ".", "{align-items:center;background:", ";border:2px dashed ", ";border-radius:4px;color:", ";display:flex;flex-direction:column;flex-wrap:wrap;height:240px;justify-content:center;padding:", ";margin-bottom:", ";text-align:center;&.disabled .dot-typography{color:", ";}.dot-icon{color:", ";font-size:100px;i.dot-i{height:100px;}}}"], rootClassName$4, dropZoneClassName, theme.palette.layer.n50, theme.palette.layer.n300, theme.palette.layer.n500, theme.spacing(3, 0), theme.spacing(1), theme.palette.layer.n300, theme.palette.layer.n100));
7424
8152
 
7425
- const rootClassName$2 = 'dot-file-list-item';
8153
+ const rootClassName$3 = 'dot-file-list-item';
7426
8154
  const StyledFileListItem = styled(StyledListItem).withConfig({
7427
8155
  displayName: "FileListItemstyles__StyledFileListItem",
7428
8156
  componentId: "sc-6mp1tz-0"
7429
8157
  })(["", ""], ({
7430
8158
  theme
7431
- }) => css(["&.", "{border-bottom:1px solid ", ";&:hover{cursor:pointer;background:", ";}&:focus-visible{background-color:", ";outline:none;}&.file-success:not(:hover,:focus-visible) .", "-end-icon{i:before{color:", ";}&:focus-visible i:before{color:unset;}}&.file-error:not(:hover,:focus-visible) .", "-end-icon{i:before,.MuiListItemText-secondary{color:", ";}&:focus-visible i:before{color:unset;}}.dot-typography,.file-item-text{flex-grow:2;padding-left:", ";}.file-item-text{display:flex;flex-direction:column;.MuiTypography-body2{color:", ";}}}"], rootClassName$2, theme.palette.layer.n100, theme.palette.layer.n50, theme.palette.layer.n100, rootClassName$2, theme.palette.secondary.main, rootClassName$2, theme.palette.error.main, theme.spacing(1), theme.palette.error.main));
8159
+ }) => css(["&.", "{border-bottom:1px solid ", ";&:hover{cursor:pointer;background:", ";}&:focus-visible{background-color:", ";outline:none;}&.file-success:not(:hover,:focus-visible) .", "-end-icon{i:before{color:", ";}&:focus-visible i:before{color:unset;}}&.file-error:not(:hover,:focus-visible) .", "-end-icon{i:before,.MuiListItemText-secondary{color:", ";}&:focus-visible i:before{color:unset;}}.dot-typography,.file-item-text{flex-grow:2;padding-left:", ";}.file-item-text{display:flex;flex-direction:column;.MuiTypography-body2{color:", ";}}}"], rootClassName$3, theme.palette.layer.n100, theme.palette.layer.n50, theme.palette.layer.n100, rootClassName$3, theme.palette.secondary.main, rootClassName$3, theme.palette.error.main, theme.spacing(1), theme.palette.error.main));
7432
8160
 
7433
8161
  const DotFileListItem = ({
7434
8162
  ariaLabel,
@@ -7443,7 +8171,7 @@ const DotFileListItem = ({
7443
8171
  onKeyPress,
7444
8172
  tabIndex: _tabIndex = 0
7445
8173
  }) => {
7446
- const rootClasses = useStylesWithRootClass(rootClassName$2, className, _error ? 'file-error' : 'file-success');
8174
+ const rootClasses = useStylesWithRootClass(rootClassName$3, className, _error ? 'file-error' : 'file-success');
7447
8175
  const defaultIcon = _error ? 'error-solid' : 'check-solid';
7448
8176
  const [endIcon, setEndIcon] = useState(defaultIcon);
7449
8177
  const handleItemClick = clickedFile => _event => onClick === null || onClick === void 0 ? void 0 : onClick(clickedFile);
@@ -7479,7 +8207,7 @@ const DotFileListItem = ({
7479
8207
  children: errorText
7480
8208
  }), void 0)]
7481
8209
  }), void 0), jsx(DotIconButton, {
7482
- className: `${rootClassName$2}-end-icon`,
8210
+ className: `${rootClassName$3}-end-icon`,
7483
8211
  "data-testid": dataTestId && `${dataTestId}-end-icon`,
7484
8212
  disabled: disableDelete,
7485
8213
  iconId: endIcon,
@@ -7608,7 +8336,7 @@ const DotFileUpload = ({
7608
8336
  const [uploadedFiles, setUploadedFiles] = useState([]);
7609
8337
  const [hasMaxFilesError, setHasMaxFilesError] = useState(false);
7610
8338
  const isUploadDisabled = disabled || maxFiles && uploadedFiles.length >= maxFiles;
7611
- const rootClasses = useStylesWithRootClass(rootClassName$3, className, !_buttonOnly ? dropZoneClassName : '', isUploadDisabled ? 'disabled' : '');
8339
+ const rootClasses = useStylesWithRootClass(rootClassName$4, className, !_buttonOnly ? dropZoneClassName : '', isUploadDisabled ? 'disabled' : '');
7612
8340
  const maxFilesClasses = useStylesWithRootClass('dot-max-files-message', hasMaxFilesError ? 'dot-max-files-reached' : '');
7613
8341
  const allowMultiple = maxFiles === undefined || maxFiles > 1;
7614
8342
  const setNewlyUploadedFiles = (acceptedFiles, fileRejections) => {
@@ -7678,11 +8406,11 @@ const DotFileUpload = ({
7678
8406
  }), void 0);
7679
8407
  };
7680
8408
 
7681
- const rootClassName$1 = 'dot-divider';
8409
+ const rootClassName$2 = 'dot-divider';
7682
8410
  const StyledDivider = styled(Divider).withConfig({
7683
8411
  displayName: "Dividerstyles__StyledDivider",
7684
8412
  componentId: "yu3sip-0"
7685
- })(["", ""], () => css(["&.", "{}"], rootClassName$1));
8413
+ })(["", ""], () => css(["&.", "{}"], rootClassName$2));
7686
8414
 
7687
8415
  const DotDivider = ({
7688
8416
  absolute,
@@ -7694,7 +8422,7 @@ const DotDivider = ({
7694
8422
  orientation,
7695
8423
  variant
7696
8424
  }) => {
7697
- const rootClasses = useStylesWithRootClass(rootClassName$1, className);
8425
+ const rootClasses = useStylesWithRootClass(rootClassName$2, className);
7698
8426
  return jsx(StyledDivider, {
7699
8427
  absolute: absolute,
7700
8428
  "aria-label": ariaLabel,
@@ -7720,7 +8448,7 @@ const DotPopper = ({
7720
8448
  open,
7721
8449
  placement
7722
8450
  }) => {
7723
- const rootClasses = useStylesWithRootClass(rootClassName$P, className);
8451
+ const rootClasses = useStylesWithRootClass(rootClassName$U, className);
7724
8452
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
7725
8453
  const handleClickAway = event => {
7726
8454
  if (onClickAway && (!anchorEl || !anchorEl.contains(event.currentTarget))) {
@@ -7759,7 +8487,7 @@ const DotPopper = ({
7759
8487
  }), void 0);
7760
8488
  };
7761
8489
 
7762
- const rootClassName = 'dot-draggable-list';
8490
+ const rootClassName$1 = 'dot-draggable-list';
7763
8491
  const listItemClassName = 'dot-draggable-list-item';
7764
8492
  const StyledDraggableList = styled.div.withConfig({
7765
8493
  displayName: "DraggableListstyles__StyledDraggableList",
@@ -7768,7 +8496,7 @@ const StyledDraggableList = styled.div.withConfig({
7768
8496
  theme,
7769
8497
  width,
7770
8498
  draggableHandle
7771
- }) => css(["&.", " .", "{width:", " !important;.dot-icon{color:", ";}&.react-draggable-dragging{background-color:", ";}&.with-default-cursor{cursor:default;}&.with-handle-grab-cursor ", "{cursor:grab;}}"], rootClassName, listItemClassName, width, theme.palette.layer.n700, theme.palette.grey[50], draggableHandle));
8499
+ }) => css(["&.", " .", "{width:", " !important;.dot-icon{color:", ";}&.react-draggable-dragging{background-color:", ";}&.with-default-cursor{cursor:default;}&.with-handle-grab-cursor ", "{cursor:grab;}}"], rootClassName$1, listItemClassName, width, theme.palette.layer.n700, theme.palette.grey[50], draggableHandle));
7772
8500
 
7773
8501
  const getOrderedListItems = (layout, listItems) => {
7774
8502
  if (!listItems || !layout) return [];
@@ -7802,7 +8530,7 @@ const DotDraggableList = ({
7802
8530
  rowHeight: _rowHeight = DEFAULT_LIST_ITEM_HEIGHT,
7803
8531
  width: _width = DEFAULT_LIST_WIDTH
7804
8532
  }) => {
7805
- const rootClasses = useStylesWithRootClass(rootClassName, className, draggableHandle ? 'with-draggable-handle' : '');
8533
+ const rootClasses = useStylesWithRootClass(rootClassName$1, className, draggableHandle ? 'with-draggable-handle' : '');
7806
8534
  const listItemClasses = useStylesWithRootClass(listItemClassName, draggableHandle && !disableDrag ? 'with-handle-grab-cursor' : '', draggableHandle || disableDrag ? 'with-default-cursor' : '');
7807
8535
  const listWidth = isNumber(_width) ? `${_width}px` : _width;
7808
8536
  const [orderedItems, setOrderedItems] = useState([]);
@@ -7856,4 +8584,33 @@ const DotDraggableList = ({
7856
8584
  }), void 0);
7857
8585
  };
7858
8586
 
7859
- export { Cell, CreateUUID, CssCell, CssGrid, CssGridDebug, DotAccordion, DotActionToolbar, DotAlertBanner, DotAppLogo, DotAppToolbar, DotAutoComplete, DotAvatar, DotAvatarGroup, DotBadge, DotBreadcrumbs, DotButton, DotButtonToggle, DotCard, DotCardContent, DotCardFooter, DotCardHeader, DotCheckbox, DotCheckboxGroup, DotChip, DotConfirmationDialog, DotDialog, DotDivider, DotDraggableList, DotDrawer, DotDynamicForm, DotEmptyState, DotFileListItem, DotFileUpload, DotForm, DotFormGroup, DotHeaderRow, DotIcon, DotIconButton, DotInlineEdit, DotInputSelect, DotInputText, DotLink, DotList, DotMenu, DotNavigationRail, DotPill, DotPopper, DotProgress, DotProgressButton, DotRadioButton, DotRadioGroup, DotSidebar, DotSkeleton, DotSnackbar, DotSnackbarContainer, DotSnackbarProvider, DotSplitButton, DotSwitch, DotTable, DotTableAction, DotTableActions, DotTablePagination, DotTabs, DotThemeProvider, DotTooltip, DotTruncateWithTooltip, DotTypography, avatarColors, lightThemeColors as lightColors, parseAutoCompleteValue, variables as themeVariables, typographyOptions, useDotSnackbarContext };
8587
+ const rootClassName = 'dot-linear-progress';
8588
+ const StyledLinearProgress = styled(LinearProgress).withConfig({
8589
+ displayName: "LinearProgressstyles__StyledLinearProgress",
8590
+ componentId: "sc-1qhzxb3-0"
8591
+ })(["&.", "{}"], rootClassName);
8592
+
8593
+ const DotLinearProgress = ({
8594
+ ariaLabel,
8595
+ color,
8596
+ className,
8597
+ 'data-testid': dataTestId,
8598
+ value,
8599
+ valueBuffer,
8600
+ variant: _variant = 'indeterminate'
8601
+ }) => {
8602
+ const rootClasses = useStylesWithRootClass(rootClassName, className);
8603
+ return jsx(StyledLinearProgress, {
8604
+ "aria-label": ariaLabel,
8605
+ classes: {
8606
+ root: rootClasses
8607
+ },
8608
+ color: color,
8609
+ "data-testid": dataTestId,
8610
+ value: value,
8611
+ valueBuffer: valueBuffer,
8612
+ variant: _variant
8613
+ }, void 0);
8614
+ };
8615
+
8616
+ export { Cell, CreateUUID, CssCell, CssGrid, CssGridDebug, DotAccordion, DotActionToolbar, DotAlertBanner, DotAppLogo, DotAppSwitcher, DotAppToolbar, DotAutoComplete, DotAvatar, DotAvatarGroup, DotBadge, DotBreadcrumbs, DotButton, DotButtonToggle, DotCard, DotCardContent, DotCardFooter, DotCardHeader, DotCheckbox, DotCheckboxGroup, DotChip, DotConfirmationDialog, DotCoreApiProvider, DotDialog, DotDivider, DotDraggableList, DotDrawer, DotDynamicForm, DotEmptyState, DotFileListItem, DotFileUpload, DotForm, DotFormGroup, DotHeaderRow, DotIcon, DotIconButton, DotInlineEdit, DotInputSelect, DotInputText, DotLinearProgress, DotLink, DotList, DotMenu, DotNavigationRail, DotPill, DotPopper, DotProgress, DotProgressButton, DotRadioButton, DotRadioGroup, DotSidebar, DotSkeleton, DotSnackbar, DotSnackbarContainer, DotSnackbarProvider, DotSplitButton, DotSwitch, DotTable, DotTableAction, DotTableActions, DotTablePagination, DotTabs, DotThemeProvider, DotTooltip, DotTruncateWithTooltip, DotTypography, avatarColors, lightThemeColors as lightColors, parseAutoCompleteValue, variables as themeVariables, typographyOptions, useDotSnackbarContext };