@tmlmobilidade/ui 20250827.2247.39 → 20250828.27.52

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 (50) hide show
  1. package/dist/index.css +9122 -9283
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.d.ts +40 -51
  4. package/dist/index.js +3 -5
  5. package/dist/index.js.map +1 -1
  6. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +6 -6
  7. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -1
  8. package/dist/src/components/common/AppLogos/index.js +2 -4
  9. package/dist/src/components/common/AppLogos/index.js.map +1 -1
  10. package/dist/src/components/display/Tag/index.js +2 -2
  11. package/dist/src/components/display/Tag/index.js.map +1 -1
  12. package/dist/src/components/inputs/CoordinatesInput/index.js +3 -3
  13. package/dist/src/components/inputs/PillsInput/index.js +1 -4
  14. package/dist/src/components/inputs/PillsInput/index.js.map +1 -1
  15. package/dist/src/components/inputs/PillsInput/styles.module.css.js +1 -1
  16. package/dist/src/components/layout/AppWrapperOptions/index.js +5 -1
  17. package/dist/src/components/layout/AppWrapperOptions/index.js.map +1 -1
  18. package/dist/src/components/layout/WhenMode/index.js +31 -0
  19. package/dist/src/components/layout/WhenMode/index.js.map +1 -0
  20. package/dist/src/components/map/overlays/MapOverlayGeofences/index.js +0 -1
  21. package/dist/src/components/map/overlays/MapOverlayGeofences/index.js.map +1 -1
  22. package/dist/src/components/map/view/MapViewToolbar/index.js +1 -1
  23. package/dist/src/components/sidebar/SidebarItem/index.js +0 -1
  24. package/dist/src/components/sidebar/SidebarItem/index.js.map +1 -1
  25. package/dist/src/components/upload/FileUpload/index.js +3 -4
  26. package/dist/src/components/upload/FileUpload/index.js.map +1 -1
  27. package/dist/src/contexts/Theme.context.js +1 -1
  28. package/dist/src/contexts/Theme.context.js.map +1 -1
  29. package/dist/src/providers/AppProvider/index.js.map +1 -0
  30. package/dist/src/providers/BaseProvider/index.js.map +1 -0
  31. package/dist/src/styles/mantine/Accordion.module.css.js +1 -1
  32. package/dist/src/styles/mantine/PillsInput.module.css.js +4 -0
  33. package/dist/src/styles/mantine/PillsInput.module.css.js.map +1 -0
  34. package/dist/src/styles/theme.js +2 -1
  35. package/dist/src/styles/theme.js.map +1 -1
  36. package/dist/styles-no-reset.css +9122 -9283
  37. package/dist/styles.css +9120 -9277
  38. package/package.json +1 -1
  39. package/dist/src/components/AppProvider/index.js.map +0 -1
  40. package/dist/src/components/BaseProvider/index.js.map +0 -1
  41. package/dist/src/components/theme/ThemeSwitcher/index.js +0 -27
  42. package/dist/src/components/theme/ThemeSwitcher/index.js.map +0 -1
  43. package/dist/src/components/theme/Themer/index.js +0 -31
  44. package/dist/src/components/theme/Themer/index.js.map +0 -1
  45. package/dist/src/hooks/use-screen-size.js +0 -24
  46. package/dist/src/hooks/use-screen-size.js.map +0 -1
  47. package/dist/src/lib/getCssVariableValue.js +0 -12
  48. package/dist/src/lib/getCssVariableValue.js.map +0 -1
  49. /package/dist/src/{components → providers}/AppProvider/index.js +0 -0
  50. /package/dist/src/{components → providers}/BaseProvider/index.js +0 -0
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as React$1 from 'react';
3
- import React__default, { PropsWithChildren, ReactNode, CSSProperties, RefObject } from 'react';
4
2
  import { ButtonProps as ButtonProps$1, BadgeProps as BadgeProps$1, ComboboxProps, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, TooltipProps as TooltipProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps as CheckboxGroupProps$1, PopoverProps as PopoverProps$1, PopoverTargetProps as PopoverTargetProps$1, PopoverDropdownProps as PopoverDropdownProps$1, SegmentedControlProps as SegmentedControlProps$1, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, NumberInputProps as NumberInputProps$1, PasswordInputProps, PillsInputProps as PillsInputProps$1, TextareaProps as TextareaProps$1, TextInputProps as TextInputProps$1 } from '@mantine/core';
5
3
  export { Modal, RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
4
+ import * as React$1 from 'react';
5
+ import React__default, { PropsWithChildren, ReactNode, CSSProperties, RefObject } from 'react';
6
6
  import { DatePickerInputProps, DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
7
7
  import { Line, Stop } from '@carrismetropolitana/api-types/network';
8
8
  import { StyleSpecification, MapLibreEvent } from 'maplibre-gl';
@@ -17,13 +17,6 @@ export * from '@mantine/hooks';
17
17
  export * from '@mantine/form';
18
18
  export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
19
19
 
20
- /**
21
- * `AppProvider` component that wraps the application with necessary context providers.
22
- * This should wrap the whole authenticated application. For non-authenticated
23
- * parts of the application, use only the `BaseProvider` component.
24
- */
25
- declare function AppProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
26
-
27
20
  interface HasPermissionProps {
28
21
  action: string;
29
22
  children: React.ReactNode;
@@ -40,13 +33,6 @@ interface NoResourceKeyOrValue {
40
33
  type HasPermissionFinalProps<T> = HasPermissionProps & (NoResourceKeyOrValue | ResourceKeyAndValue<T>);
41
34
  declare function HasPermission<T extends Record<string, unknown>>({ action, children, resource_key, scope, value }: HasPermissionFinalProps<T>): react_jsx_runtime.JSX.Element | null;
42
35
 
43
- /**
44
- * This is the application base provider component. The whole application should be
45
- * wrapped with this component, including non-authenticated parts. Set this on the Root layout,
46
- * without `<html>` or `<body>` HTML tags.
47
- */
48
- declare function BaseProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
49
-
50
36
  interface BackButtonProps {
51
37
  onClick?: () => void;
52
38
  type?: 'back' | 'close';
@@ -629,6 +615,29 @@ declare function Surface({ align, children, height, justify, overflow, variant }
629
615
 
630
616
  declare function Toolbar({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
631
617
 
618
+ /**
619
+ * Use to show children only when light mode is active. Hidden otherwise.
620
+ * @param children The content to display in light mode.
621
+ * @returns The rendered children components.
622
+ */
623
+ declare function WhenLightMode({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
624
+ /**
625
+ * Use to show children only when dark mode is active. Hidden otherwise.
626
+ * @param children The content to display in dark mode.
627
+ * @returns The rendered children components.
628
+ */
629
+ declare function WhenDarkMode({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
630
+ /**
631
+ * ThemeSwitch component to automatically toggle children components between dark and light modes.
632
+ * @param dark The content to display in dark mode.
633
+ * @param light The content to display in light mode.
634
+ * @returns The rendered ThemeSwitch component.
635
+ */
636
+ declare function WhenMode({ dark, light }: {
637
+ dark: ReactNode;
638
+ light: ReactNode;
639
+ }): react_jsx_runtime.JSX.Element;
640
+
632
641
  interface LoaderProps {
633
642
  size?: 'lg' | 'md' | 'sm' | 'xl';
634
643
  visible?: boolean;
@@ -799,38 +808,6 @@ declare const sidebarApps: {
799
808
  }[];
800
809
  declare function Sidebar(): react_jsx_runtime.JSX.Element;
801
810
 
802
- /**
803
- * Use to show children only when light theme is active. Hidden otherwise.
804
- * @param children The content to display in light theme.
805
- * @returns The rendered ThemeLight component.
806
- */
807
- declare function ThemeLight({ children }: {
808
- children: React.ReactNode;
809
- }): React.ReactElement;
810
- /**
811
- * Use to show children only when dark theme is active. Hidden otherwise.
812
- * @param children The content to display in dark theme.
813
- * @returns The rendered ThemeDark component.
814
- */
815
- declare function ThemeDark({ children }: {
816
- children: React.ReactNode;
817
- }): React.ReactElement;
818
- /**
819
- * ThemeSwitch component to automatically toggle children components between dark and light themes.
820
- * @param dark The content to display in dark theme.
821
- * @param light The content to display in light theme.
822
- * @returns The rendered ThemeSwitch component.
823
- */
824
- declare function Themer({ dark, light }: {
825
- dark: React.ReactNode;
826
- light: React.ReactNode;
827
- }): React.ReactElement;
828
-
829
- interface ThemeSwitcherProps {
830
- onThemeChange?: (theme: string) => void;
831
- }
832
- declare function ThemeSwitcher({ onThemeChange }: ThemeSwitcherProps): react_jsx_runtime.JSX.Element;
833
-
834
811
  interface FileButtonProps {
835
812
  accept?: string;
836
813
  disabled?: boolean;
@@ -1067,8 +1044,6 @@ declare function useCssVariable(variableName: string, defaultValue?: string, ref
1067
1044
  */
1068
1045
  declare function useCurrentUrl(refreshRate?: number): string | undefined;
1069
1046
 
1070
- declare function useScreenSize(): "desktop" | "mobile" | "tablet" | undefined;
1071
-
1072
1047
  /**
1073
1048
  * A hook to manage user preferences as state.
1074
1049
  * @param scope The scope of the preference.
@@ -1078,5 +1053,19 @@ declare function useScreenSize(): "desktop" | "mobile" | "tablet" | undefined;
1078
1053
  */
1079
1054
  declare function useUserPreference<T extends UserPreferenceValue>(scope: string, key: string, defaultValue: T): [T, (value: T) => void];
1080
1055
 
1081
- export { AVAILABLE_MODES, AVAILABLE_THEMES, AlertCard, AlertMessage, AppProvider, AppWrapper, BackButton, Badge, BaseProvider, Button, CMIcon, CMLogo, Checkbox, Collapsible, ComboboxComponent as Combobox, ComponentWrapper, CoordinatesInput, DataTable, DatePicker, DateTimePicker, DeleteButton, Description, Divider, ErrorDisplay, FileButton, FileUpload, FilterMenu, FilterMenuTarget, FiltersBar, Grid, HasPermission, Indicator, Label, LineBadge, LineDisplay, LineName, LineSelect, Loader, LoadingOverlay, LockButton, MAP_STYLES, MAP_VIEWPORT, MapContextProvider, MapOverlayGeofences, MapOverlayMultipleStops, MapOverlayObservedPath, MapOverlayPins, MapOverlayScheduledPath, MapView, MapViewContextProvider, MeContextProvider, Menu, MultiSelect, NoDataLabel, NumberInput, Pane, PanesManager, PasswordInput, PillsInput, Popover, SearchInput, Section, SegmentedControl, Sidebar, SidebarContextProvider, Slider, Spacer, StopDisplay, StopDisplayName, StopSelect, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, TagGroup, Text, TextInput, Textarea, ThemeContextProvider, ThemeDark, ThemeLight, ThemeSwitcher, Themer, Toolbar, Tooltip, ValueDisplay, accessorSearch, plainSearch, sidebarApps, useCssVariable, useCurrentUrl, useMapContext, useMapViewContext, useMeContext, useScreenSize, useSearch, useSidebarContext, useThemeContext, useToast, useUserPreference };
1056
+ /**
1057
+ * `AppProvider` component that wraps the application with necessary context providers.
1058
+ * This should wrap the whole authenticated application. For non-authenticated
1059
+ * parts of the application, use only the `BaseProvider` component.
1060
+ */
1061
+ declare function AppProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
1062
+
1063
+ /**
1064
+ * This is the application base provider component. The whole application should be
1065
+ * wrapped with this component, including non-authenticated parts. Set this on the Root layout,
1066
+ * without `<html>` or `<body>` HTML tags.
1067
+ */
1068
+ declare function BaseProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
1069
+
1070
+ export { AVAILABLE_MODES, AVAILABLE_THEMES, AlertCard, AlertMessage, AppProvider, AppWrapper, BackButton, Badge, BaseProvider, Button, CMIcon, CMLogo, Checkbox, Collapsible, ComboboxComponent as Combobox, ComponentWrapper, CoordinatesInput, DataTable, DatePicker, DateTimePicker, DeleteButton, Description, Divider, ErrorDisplay, FileButton, FileUpload, FilterMenu, FilterMenuTarget, FiltersBar, Grid, HasPermission, Indicator, Label, LineBadge, LineDisplay, LineName, LineSelect, Loader, LoadingOverlay, LockButton, MAP_STYLES, MAP_VIEWPORT, MapContextProvider, MapOverlayGeofences, MapOverlayMultipleStops, MapOverlayObservedPath, MapOverlayPins, MapOverlayScheduledPath, MapView, MapViewContextProvider, MeContextProvider, Menu, MultiSelect, NoDataLabel, NumberInput, Pane, PanesManager, PasswordInput, PillsInput, Popover, SearchInput, Section, SegmentedControl, Sidebar, SidebarContextProvider, Slider, Spacer, StopDisplay, StopDisplayName, StopSelect, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, TagGroup, Text, TextInput, Textarea, ThemeContextProvider, Toolbar, Tooltip, ValueDisplay, WhenDarkMode, WhenLightMode, WhenMode, accessorSearch, plainSearch, sidebarApps, useCssVariable, useCurrentUrl, useMapContext, useMapViewContext, useMeContext, useSearch, useSidebarContext, useThemeContext, useToast, useUserPreference };
1082
1071
  export type { ButtonProps, CheckboxGroupProps, CheckboxProps, DataItem$1 as DataItem, DataTableColumn, DataTableProps, FileButtonProps, LabelProps, LineBadgeProps, LineDisplayProps, LineNameProps, LineSelectProps, LoaderProps, MapOverlayGeofencesPolygonDataProps, MapOverlayMultipleStopsDataProps, MapOverlayObservedPathLineDataProps, MapOverlayObservedPathPointsDataProps, MapOverlayPinsPointDataProps, MapOverlayScheduledPathLineDataProps, MapOverlayScheduledPathPointsDataProps, MapStyle, ModeType, NoDataLabelProps, NumberInputProps, PillsInputProps, PopoverDropdownProps, PopoverProps, PopoverTargetProps, SearchInputProps, SegmentedControlProps, SurfaceProps, TagGroupProps, TagProps, TextInputProps, TextProps, TextareaProps, ThemeType, ToastPromiseParams, ToastProps };
package/dist/index.js CHANGED
@@ -1,6 +1,4 @@
1
- export { AppProvider } from './src/components/AppProvider/index.js';
2
1
  export { HasPermission } from './src/components/authentication/HasPermission/index.js';
3
- export { BaseProvider } from './src/components/BaseProvider/index.js';
4
2
  export { BackButton } from './src/components/buttons/BackButton/index.js';
5
3
  export { Button } from './src/components/buttons/Button/index.js';
6
4
  export { DeleteButton } from './src/components/buttons/DeleteButton/index.js';
@@ -57,6 +55,7 @@ export { Section } from './src/components/layout/Section/index.js';
57
55
  export { Spacer } from './src/components/layout/Spacer/index.js';
58
56
  export { Surface } from './src/components/layout/Surface/index.js';
59
57
  export { Toolbar } from './src/components/layout/Toolbar/index.js';
58
+ export { WhenDarkMode, WhenLightMode, WhenMode } from './src/components/layout/WhenMode/index.js';
60
59
  export { Loader } from './src/components/loaders/Loader/index.js';
61
60
  export { LoadingOverlay } from './src/components/loaders/LoadingOverlay/index.js';
62
61
  export { MAP_STYLES } from './src/components/map/configs/styles.js';
@@ -72,8 +71,6 @@ export * from '@mantine/modals';
72
71
  export { Pane } from './src/components/panes/Pane/index.js';
73
72
  export { PanesManager } from './src/components/panes/PanesManager/index.js';
74
73
  export { Sidebar, sidebarApps } from './src/components/sidebar/Sidebar/index.js';
75
- export { ThemeDark, ThemeLight, Themer } from './src/components/theme/Themer/index.js';
76
- export { ThemeSwitcher } from './src/components/theme/ThemeSwitcher/index.js';
77
74
  export { FileButton } from './src/components/upload/FileButton/index.js';
78
75
  export { FileUpload } from './src/components/upload/FileUpload/index.js';
79
76
  export { MapContextProvider, useMapContext } from './src/contexts/Map.context.js';
@@ -86,9 +83,10 @@ export { useSearch } from './src/hooks/search/use-search.js';
86
83
  export { useToast } from './src/hooks/toast.js';
87
84
  export { useCssVariable } from './src/hooks/use-css-variable.js';
88
85
  export { useCurrentUrl } from './src/hooks/use-current-url.js';
89
- export { useScreenSize } from './src/hooks/use-screen-size.js';
90
86
  export { useUserPreference } from './src/hooks/use-user-preference.js';
91
87
  export * from '@mantine/hooks';
88
+ export { AppProvider } from './src/providers/AppProvider/index.js';
89
+ export { BaseProvider } from './src/providers/BaseProvider/index.js';
92
90
  export * from '@mantine/form';
93
91
  export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
94
92
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  import { __exports as reactJsxRuntime_development } from '../../../_virtual/react-jsx-runtime.development.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
 
4
4
  /**
5
5
  * @license React
@@ -291,7 +291,7 @@ function requireReactJsxRuntime_development () {
291
291
  node._store &&
292
292
  (node._store.validated = 1);
293
293
  }
294
- var React = React__default,
294
+ var React$1 = React,
295
295
  REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
296
296
  REACT_PORTAL_TYPE = Symbol.for("react.portal"),
297
297
  REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
@@ -307,7 +307,7 @@ function requireReactJsxRuntime_development () {
307
307
  REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
308
308
  REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
309
309
  ReactSharedInternals =
310
- React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
310
+ React$1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
311
311
  hasOwnProperty = Object.prototype.hasOwnProperty,
312
312
  isArrayImpl = Array.isArray,
313
313
  createTask = console.createTask
@@ -315,15 +315,15 @@ function requireReactJsxRuntime_development () {
315
315
  : function () {
316
316
  return null;
317
317
  };
318
- React = {
318
+ React$1 = {
319
319
  react_stack_bottom_frame: function (callStackForError) {
320
320
  return callStackForError();
321
321
  }
322
322
  };
323
323
  var specialPropKeyWarningShown;
324
324
  var didWarnAboutElementRef = {};
325
- var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
326
- React,
325
+ var unknownOwnerDebugStack = React$1.react_stack_bottom_frame.bind(
326
+ React$1,
327
327
  UnknownOwner
328
328
  )();
329
329
  var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
@@ -1 +1 @@
1
- {"version":3,"file":"react-jsx-runtime.development.js","sources":["../../../../../../node_modules/react/cjs/react-jsx-runtime.development.js"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function getComponentNameFromType(type) {\n if (null == type) return null;\n if (\"function\" === typeof type)\n return type.$$typeof === REACT_CLIENT_REFERENCE\n ? null\n : type.displayName || type.name || null;\n if (\"string\" === typeof type) return type;\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return \"Fragment\";\n case REACT_PROFILER_TYPE:\n return \"Profiler\";\n case REACT_STRICT_MODE_TYPE:\n return \"StrictMode\";\n case REACT_SUSPENSE_TYPE:\n return \"Suspense\";\n case REACT_SUSPENSE_LIST_TYPE:\n return \"SuspenseList\";\n case REACT_ACTIVITY_TYPE:\n return \"Activity\";\n }\n if (\"object\" === typeof type)\n switch (\n (\"number\" === typeof type.tag &&\n console.error(\n \"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.\"\n ),\n type.$$typeof)\n ) {\n case REACT_PORTAL_TYPE:\n return \"Portal\";\n case REACT_CONTEXT_TYPE:\n return (type.displayName || \"Context\") + \".Provider\";\n case REACT_CONSUMER_TYPE:\n return (type._context.displayName || \"Context\") + \".Consumer\";\n case REACT_FORWARD_REF_TYPE:\n var innerType = type.render;\n type = type.displayName;\n type ||\n ((type = innerType.displayName || innerType.name || \"\"),\n (type = \"\" !== type ? \"ForwardRef(\" + type + \")\" : \"ForwardRef\"));\n return type;\n case REACT_MEMO_TYPE:\n return (\n (innerType = type.displayName || null),\n null !== innerType\n ? innerType\n : getComponentNameFromType(type.type) || \"Memo\"\n );\n case REACT_LAZY_TYPE:\n innerType = type._payload;\n type = type._init;\n try {\n return getComponentNameFromType(type(innerType));\n } catch (x) {}\n }\n return null;\n }\n function testStringCoercion(value) {\n return \"\" + value;\n }\n function checkKeyStringCoercion(value) {\n try {\n testStringCoercion(value);\n var JSCompiler_inline_result = !1;\n } catch (e) {\n JSCompiler_inline_result = !0;\n }\n if (JSCompiler_inline_result) {\n JSCompiler_inline_result = console;\n var JSCompiler_temp_const = JSCompiler_inline_result.error;\n var JSCompiler_inline_result$jscomp$0 =\n (\"function\" === typeof Symbol &&\n Symbol.toStringTag &&\n value[Symbol.toStringTag]) ||\n value.constructor.name ||\n \"Object\";\n JSCompiler_temp_const.call(\n JSCompiler_inline_result,\n \"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.\",\n JSCompiler_inline_result$jscomp$0\n );\n return testStringCoercion(value);\n }\n }\n function getTaskName(type) {\n if (type === REACT_FRAGMENT_TYPE) return \"<>\";\n if (\n \"object\" === typeof type &&\n null !== type &&\n type.$$typeof === REACT_LAZY_TYPE\n )\n return \"<...>\";\n try {\n var name = getComponentNameFromType(type);\n return name ? \"<\" + name + \">\" : \"<...>\";\n } catch (x) {\n return \"<...>\";\n }\n }\n function getOwner() {\n var dispatcher = ReactSharedInternals.A;\n return null === dispatcher ? null : dispatcher.getOwner();\n }\n function UnknownOwner() {\n return Error(\"react-stack-top-frame\");\n }\n function hasValidKey(config) {\n if (hasOwnProperty.call(config, \"key\")) {\n var getter = Object.getOwnPropertyDescriptor(config, \"key\").get;\n if (getter && getter.isReactWarning) return !1;\n }\n return void 0 !== config.key;\n }\n function defineKeyPropWarningGetter(props, displayName) {\n function warnAboutAccessingKey() {\n specialPropKeyWarningShown ||\n ((specialPropKeyWarningShown = !0),\n console.error(\n \"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)\",\n displayName\n ));\n }\n warnAboutAccessingKey.isReactWarning = !0;\n Object.defineProperty(props, \"key\", {\n get: warnAboutAccessingKey,\n configurable: !0\n });\n }\n function elementRefGetterWithDeprecationWarning() {\n var componentName = getComponentNameFromType(this.type);\n didWarnAboutElementRef[componentName] ||\n ((didWarnAboutElementRef[componentName] = !0),\n console.error(\n \"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.\"\n ));\n componentName = this.props.ref;\n return void 0 !== componentName ? componentName : null;\n }\n function ReactElement(\n type,\n key,\n self,\n source,\n owner,\n props,\n debugStack,\n debugTask\n ) {\n self = props.ref;\n type = {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n props: props,\n _owner: owner\n };\n null !== (void 0 !== self ? self : null)\n ? Object.defineProperty(type, \"ref\", {\n enumerable: !1,\n get: elementRefGetterWithDeprecationWarning\n })\n : Object.defineProperty(type, \"ref\", { enumerable: !1, value: null });\n type._store = {};\n Object.defineProperty(type._store, \"validated\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: 0\n });\n Object.defineProperty(type, \"_debugInfo\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: null\n });\n Object.defineProperty(type, \"_debugStack\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: debugStack\n });\n Object.defineProperty(type, \"_debugTask\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: debugTask\n });\n Object.freeze && (Object.freeze(type.props), Object.freeze(type));\n return type;\n }\n function jsxDEVImpl(\n type,\n config,\n maybeKey,\n isStaticChildren,\n source,\n self,\n debugStack,\n debugTask\n ) {\n var children = config.children;\n if (void 0 !== children)\n if (isStaticChildren)\n if (isArrayImpl(children)) {\n for (\n isStaticChildren = 0;\n isStaticChildren < children.length;\n isStaticChildren++\n )\n validateChildKeys(children[isStaticChildren]);\n Object.freeze && Object.freeze(children);\n } else\n console.error(\n \"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.\"\n );\n else validateChildKeys(children);\n if (hasOwnProperty.call(config, \"key\")) {\n children = getComponentNameFromType(type);\n var keys = Object.keys(config).filter(function (k) {\n return \"key\" !== k;\n });\n isStaticChildren =\n 0 < keys.length\n ? \"{key: someKey, \" + keys.join(\": ..., \") + \": ...}\"\n : \"{key: someKey}\";\n didWarnAboutKeySpread[children + isStaticChildren] ||\n ((keys =\n 0 < keys.length ? \"{\" + keys.join(\": ..., \") + \": ...}\" : \"{}\"),\n console.error(\n 'A props object containing a \"key\" prop is being spread into JSX:\\n let props = %s;\\n <%s {...props} />\\nReact keys must be passed directly to JSX without using spread:\\n let props = %s;\\n <%s key={someKey} {...props} />',\n isStaticChildren,\n children,\n keys,\n children\n ),\n (didWarnAboutKeySpread[children + isStaticChildren] = !0));\n }\n children = null;\n void 0 !== maybeKey &&\n (checkKeyStringCoercion(maybeKey), (children = \"\" + maybeKey));\n hasValidKey(config) &&\n (checkKeyStringCoercion(config.key), (children = \"\" + config.key));\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n children &&\n defineKeyPropWarningGetter(\n maybeKey,\n \"function\" === typeof type\n ? type.displayName || type.name || \"Unknown\"\n : type\n );\n return ReactElement(\n type,\n children,\n self,\n source,\n getOwner(),\n maybeKey,\n debugStack,\n debugTask\n );\n }\n function validateChildKeys(node) {\n \"object\" === typeof node &&\n null !== node &&\n node.$$typeof === REACT_ELEMENT_TYPE &&\n node._store &&\n (node._store.validated = 1);\n }\n var React = require(\"react\"),\n REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\");\n Symbol.for(\"react.provider\");\n var REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_SUSPENSE_LIST_TYPE = Symbol.for(\"react.suspense_list\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n REACT_ACTIVITY_TYPE = Symbol.for(\"react.activity\"),\n REACT_CLIENT_REFERENCE = Symbol.for(\"react.client.reference\"),\n ReactSharedInternals =\n React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,\n hasOwnProperty = Object.prototype.hasOwnProperty,\n isArrayImpl = Array.isArray,\n createTask = console.createTask\n ? console.createTask\n : function () {\n return null;\n };\n React = {\n react_stack_bottom_frame: function (callStackForError) {\n return callStackForError();\n }\n };\n var specialPropKeyWarningShown;\n var didWarnAboutElementRef = {};\n var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(\n React,\n UnknownOwner\n )();\n var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));\n var didWarnAboutKeySpread = {};\n exports.Fragment = REACT_FRAGMENT_TYPE;\n exports.jsx = function (type, config, maybeKey, source, self) {\n var trackActualOwner =\n 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;\n return jsxDEVImpl(\n type,\n config,\n maybeKey,\n !1,\n source,\n self,\n trackActualOwner\n ? Error(\"react-stack-top-frame\")\n : unknownOwnerDebugStack,\n trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask\n );\n };\n exports.jsxs = function (type, config, maybeKey, source, self) {\n var trackActualOwner =\n 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;\n return jsxDEVImpl(\n type,\n config,\n maybeKey,\n !0,\n source,\n self,\n trackActualOwner\n ? Error(\"react-stack-top-frame\")\n : unknownOwnerDebugStack,\n trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask\n );\n };\n })();\n"],"names":["require$$0"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"react-jsx-runtime.development.js","sources":["../../../../../../node_modules/react/cjs/react-jsx-runtime.development.js"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function getComponentNameFromType(type) {\n if (null == type) return null;\n if (\"function\" === typeof type)\n return type.$$typeof === REACT_CLIENT_REFERENCE\n ? null\n : type.displayName || type.name || null;\n if (\"string\" === typeof type) return type;\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return \"Fragment\";\n case REACT_PROFILER_TYPE:\n return \"Profiler\";\n case REACT_STRICT_MODE_TYPE:\n return \"StrictMode\";\n case REACT_SUSPENSE_TYPE:\n return \"Suspense\";\n case REACT_SUSPENSE_LIST_TYPE:\n return \"SuspenseList\";\n case REACT_ACTIVITY_TYPE:\n return \"Activity\";\n }\n if (\"object\" === typeof type)\n switch (\n (\"number\" === typeof type.tag &&\n console.error(\n \"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.\"\n ),\n type.$$typeof)\n ) {\n case REACT_PORTAL_TYPE:\n return \"Portal\";\n case REACT_CONTEXT_TYPE:\n return (type.displayName || \"Context\") + \".Provider\";\n case REACT_CONSUMER_TYPE:\n return (type._context.displayName || \"Context\") + \".Consumer\";\n case REACT_FORWARD_REF_TYPE:\n var innerType = type.render;\n type = type.displayName;\n type ||\n ((type = innerType.displayName || innerType.name || \"\"),\n (type = \"\" !== type ? \"ForwardRef(\" + type + \")\" : \"ForwardRef\"));\n return type;\n case REACT_MEMO_TYPE:\n return (\n (innerType = type.displayName || null),\n null !== innerType\n ? innerType\n : getComponentNameFromType(type.type) || \"Memo\"\n );\n case REACT_LAZY_TYPE:\n innerType = type._payload;\n type = type._init;\n try {\n return getComponentNameFromType(type(innerType));\n } catch (x) {}\n }\n return null;\n }\n function testStringCoercion(value) {\n return \"\" + value;\n }\n function checkKeyStringCoercion(value) {\n try {\n testStringCoercion(value);\n var JSCompiler_inline_result = !1;\n } catch (e) {\n JSCompiler_inline_result = !0;\n }\n if (JSCompiler_inline_result) {\n JSCompiler_inline_result = console;\n var JSCompiler_temp_const = JSCompiler_inline_result.error;\n var JSCompiler_inline_result$jscomp$0 =\n (\"function\" === typeof Symbol &&\n Symbol.toStringTag &&\n value[Symbol.toStringTag]) ||\n value.constructor.name ||\n \"Object\";\n JSCompiler_temp_const.call(\n JSCompiler_inline_result,\n \"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.\",\n JSCompiler_inline_result$jscomp$0\n );\n return testStringCoercion(value);\n }\n }\n function getTaskName(type) {\n if (type === REACT_FRAGMENT_TYPE) return \"<>\";\n if (\n \"object\" === typeof type &&\n null !== type &&\n type.$$typeof === REACT_LAZY_TYPE\n )\n return \"<...>\";\n try {\n var name = getComponentNameFromType(type);\n return name ? \"<\" + name + \">\" : \"<...>\";\n } catch (x) {\n return \"<...>\";\n }\n }\n function getOwner() {\n var dispatcher = ReactSharedInternals.A;\n return null === dispatcher ? null : dispatcher.getOwner();\n }\n function UnknownOwner() {\n return Error(\"react-stack-top-frame\");\n }\n function hasValidKey(config) {\n if (hasOwnProperty.call(config, \"key\")) {\n var getter = Object.getOwnPropertyDescriptor(config, \"key\").get;\n if (getter && getter.isReactWarning) return !1;\n }\n return void 0 !== config.key;\n }\n function defineKeyPropWarningGetter(props, displayName) {\n function warnAboutAccessingKey() {\n specialPropKeyWarningShown ||\n ((specialPropKeyWarningShown = !0),\n console.error(\n \"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)\",\n displayName\n ));\n }\n warnAboutAccessingKey.isReactWarning = !0;\n Object.defineProperty(props, \"key\", {\n get: warnAboutAccessingKey,\n configurable: !0\n });\n }\n function elementRefGetterWithDeprecationWarning() {\n var componentName = getComponentNameFromType(this.type);\n didWarnAboutElementRef[componentName] ||\n ((didWarnAboutElementRef[componentName] = !0),\n console.error(\n \"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.\"\n ));\n componentName = this.props.ref;\n return void 0 !== componentName ? componentName : null;\n }\n function ReactElement(\n type,\n key,\n self,\n source,\n owner,\n props,\n debugStack,\n debugTask\n ) {\n self = props.ref;\n type = {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n props: props,\n _owner: owner\n };\n null !== (void 0 !== self ? self : null)\n ? Object.defineProperty(type, \"ref\", {\n enumerable: !1,\n get: elementRefGetterWithDeprecationWarning\n })\n : Object.defineProperty(type, \"ref\", { enumerable: !1, value: null });\n type._store = {};\n Object.defineProperty(type._store, \"validated\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: 0\n });\n Object.defineProperty(type, \"_debugInfo\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: null\n });\n Object.defineProperty(type, \"_debugStack\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: debugStack\n });\n Object.defineProperty(type, \"_debugTask\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: debugTask\n });\n Object.freeze && (Object.freeze(type.props), Object.freeze(type));\n return type;\n }\n function jsxDEVImpl(\n type,\n config,\n maybeKey,\n isStaticChildren,\n source,\n self,\n debugStack,\n debugTask\n ) {\n var children = config.children;\n if (void 0 !== children)\n if (isStaticChildren)\n if (isArrayImpl(children)) {\n for (\n isStaticChildren = 0;\n isStaticChildren < children.length;\n isStaticChildren++\n )\n validateChildKeys(children[isStaticChildren]);\n Object.freeze && Object.freeze(children);\n } else\n console.error(\n \"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.\"\n );\n else validateChildKeys(children);\n if (hasOwnProperty.call(config, \"key\")) {\n children = getComponentNameFromType(type);\n var keys = Object.keys(config).filter(function (k) {\n return \"key\" !== k;\n });\n isStaticChildren =\n 0 < keys.length\n ? \"{key: someKey, \" + keys.join(\": ..., \") + \": ...}\"\n : \"{key: someKey}\";\n didWarnAboutKeySpread[children + isStaticChildren] ||\n ((keys =\n 0 < keys.length ? \"{\" + keys.join(\": ..., \") + \": ...}\" : \"{}\"),\n console.error(\n 'A props object containing a \"key\" prop is being spread into JSX:\\n let props = %s;\\n <%s {...props} />\\nReact keys must be passed directly to JSX without using spread:\\n let props = %s;\\n <%s key={someKey} {...props} />',\n isStaticChildren,\n children,\n keys,\n children\n ),\n (didWarnAboutKeySpread[children + isStaticChildren] = !0));\n }\n children = null;\n void 0 !== maybeKey &&\n (checkKeyStringCoercion(maybeKey), (children = \"\" + maybeKey));\n hasValidKey(config) &&\n (checkKeyStringCoercion(config.key), (children = \"\" + config.key));\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n children &&\n defineKeyPropWarningGetter(\n maybeKey,\n \"function\" === typeof type\n ? type.displayName || type.name || \"Unknown\"\n : type\n );\n return ReactElement(\n type,\n children,\n self,\n source,\n getOwner(),\n maybeKey,\n debugStack,\n debugTask\n );\n }\n function validateChildKeys(node) {\n \"object\" === typeof node &&\n null !== node &&\n node.$$typeof === REACT_ELEMENT_TYPE &&\n node._store &&\n (node._store.validated = 1);\n }\n var React = require(\"react\"),\n REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\");\n Symbol.for(\"react.provider\");\n var REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_SUSPENSE_LIST_TYPE = Symbol.for(\"react.suspense_list\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n REACT_ACTIVITY_TYPE = Symbol.for(\"react.activity\"),\n REACT_CLIENT_REFERENCE = Symbol.for(\"react.client.reference\"),\n ReactSharedInternals =\n React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,\n hasOwnProperty = Object.prototype.hasOwnProperty,\n isArrayImpl = Array.isArray,\n createTask = console.createTask\n ? console.createTask\n : function () {\n return null;\n };\n React = {\n react_stack_bottom_frame: function (callStackForError) {\n return callStackForError();\n }\n };\n var specialPropKeyWarningShown;\n var didWarnAboutElementRef = {};\n var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(\n React,\n UnknownOwner\n )();\n var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));\n var didWarnAboutKeySpread = {};\n exports.Fragment = REACT_FRAGMENT_TYPE;\n exports.jsx = function (type, config, maybeKey, source, self) {\n var trackActualOwner =\n 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;\n return jsxDEVImpl(\n type,\n config,\n maybeKey,\n !1,\n source,\n self,\n trackActualOwner\n ? Error(\"react-stack-top-frame\")\n : unknownOwnerDebugStack,\n trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask\n );\n };\n exports.jsxs = function (type, config, maybeKey, source, self) {\n var trackActualOwner =\n 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;\n return jsxDEVImpl(\n type,\n config,\n maybeKey,\n !0,\n source,\n self,\n trackActualOwner\n ? Error(\"react-stack-top-frame\")\n : unknownOwnerDebugStack,\n trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask\n );\n };\n })();\n"],"names":["React","require$$0"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,8 +1,6 @@
1
1
  'use client';
2
2
  import { j as jsxRuntimeExports } from '../../../../_virtual/jsx-runtime.js';
3
- import { Themer } from '../../theme/Themer/index.js';
4
- import '../../../contexts/Theme.context.js';
5
- import '@mantine/core';
3
+ import { WhenMode } from '../../layout/WhenMode/index.js';
6
4
 
7
5
  // CM ICON
8
6
  function CMIcon() {
@@ -14,7 +12,7 @@ function CMLogo() {
14
12
  return (jsxRuntimeExports.jsxs("svg", { viewBox: "0 0 365 130", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", children: [jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("path", { d: "M5.68046789e-14 0L20.2177118 0 20.2177118 20.3163686 5.68046789e-14 20.3163686z", id: "path-1" }) }), jsxRuntimeExports.jsx("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", children: jsxRuntimeExports.jsxs("g", { children: [jsxRuntimeExports.jsx("path", { d: "M154.914 64.453l-1.484 3.656c-.198.543-.594.641-1.088.494-.494-.148-1.088-.346-2.027-.346-3.067 0-5.046 2.273-5.046 5.238V86.34c0 .445-.295.741-.741.741h-5.045c-.444 0-.741-.296-.741-.74V63.612c0-.445.297-.74.741-.74h4.798c.445 0 .693.295.742.74l.197 2.668c1.287-2.323 3.264-3.953 6.182-3.953 1.385 0 2.573.544 3.264 1.136.396.297.396.642.248.989", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M178.535 64.453l-1.484 3.656c-.198.543-.594.641-1.088.494-.494-.148-1.088-.346-2.027-.346-3.067 0-5.045 2.273-5.045 5.238V86.34c0 .445-.296.741-.742.741h-5.045c-.444 0-.741-.296-.741-.74V63.612c0-.445.297-.74.741-.74h4.798c.445 0 .693.295.742.74l.198 2.668c1.286-2.323 3.263-3.953 6.181-3.953 1.385 0 2.573.544 3.264 1.136.396.297.396.642.248.989", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M123.036 74.973c0-3.656-2.621-6.72-6.182-6.72-3.61 0-6.232 2.866-6.232 6.72 0 3.903 2.621 6.818 6.232 6.818 3.56 0 6.182-3.162 6.182-6.818m6.577-11.364v22.728c0 .444-.297.74-.741.74h-4.551c-.445 0-.692-.296-.742-.74l-.198-2.076c-1.73 2.026-4.154 3.458-7.319 3.458-6.775 0-11.72-5.631-11.72-12.697 0-7.066 4.945-12.697 11.72-12.697 3.066 0 5.539 1.482 7.37 3.557l.147-2.273c.05-.445.297-.74.742-.74h4.55c.445 0 .742.295.742.74", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M187.035 62.871h5.045c.445 0 .741.297.741.742V86.34c0 .446-.296.742-.741.742h-5.045c-.444 0-.742-.296-.742-.742V63.613c0-.445.298-.742.742-.742", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M219.207 80.308c0 4.695-4.798 7.412-9.248 7.412-4.155 0-7.518-2.027-9.248-4.052-.297-.346-.198-.692 0-.989l1.928-2.717c.297-.394.644-.296 1.088.05 1.978 1.285 4.106 2.223 6.034 2.223 1.582 0 3.115-.494 3.115-2.025 0-3.854-11.72-2.372-11.72-10.524 0-4.644 4.055-7.362 8.408-7.362 3.115 0 6.28 1.285 8.308 3.657.297.346.198.74-.05 1.037l-1.879 2.47c-.297.396-.643.297-1.088-.05-1.88-1.235-3.017-1.877-4.748-1.877-1.533 0-2.67.84-2.67 2.076 0 3.951 11.77 1.778 11.77 10.671", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M92.846 79.52c.396-.345.743-.345 1.088 0l3.016 2.866c.296.295.346.69.05 1.036-2.274 2.619-5.637 4.298-9.493 4.298-6.971 0-12.36-5.582-12.36-12.694 0-7.112 5.389-12.695 12.36-12.695 3.757 0 7.07 1.68 9.344 4.298.296.345.247.742-.05 1.037l-3.016 2.914c-.345.346-.691.297-1.087-.049-1.384-1.235-2.819-2.173-5.043-2.173-3.659 0-6.23 2.864-6.23 6.668 0 3.803 2.571 6.668 6.23 6.668 2.324 0 3.806-.939 5.191-2.174", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M106.93 110.87v11.027c0 .356-.236.593-.593.593h-4.035c-.357 0-.594-.237-.594-.593v-10.08c0-3.2-1.74-4.308-3.6-4.308-2.928 0-4.273 2.333-4.273 3.716v10.672c0 .356-.237.593-.594.593h-4.035c-.356 0-.594-.237-.594-.593v-10.08c0-3.2-1.74-4.308-3.64-4.308-2.927 0-4.273 2.886-4.273 3.795v10.593c0 .356-.237.593-.593.593H76.07c-.356 0-.594-.237-.594-.593v-18.183c0-.355.238-.592.594-.592h3.877c.357 0 .554.237.594.592l.158 2.53v.04c1.266-2.056 3.323-3.596 6.132-3.596 2.573 0 4.748 1.265 5.975 3.596 1.384-2.094 3.68-3.596 6.845-3.596 4.233 0 7.28 3.003 7.28 8.181", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M117.88 111.344h9.259c-.356-2.728-2.216-4.23-4.55-4.23-2.374 0-4.273 1.502-4.708 4.23m12.502 3.4H117.96c.514 2.569 2.492 4.03 5.539 4.03 1.543 0 2.77-.395 4.115-1.343.356-.237.594-.237.87.04l1.741 1.699c.277.276.277.554-.04.87a10.11 10.11 0 01-7.2 2.964c-6.054 0-10.209-4.466-10.209-10.159 0-5.691 4.155-10.157 9.774-10.157 5.618 0 9.218 4.466 9.218 9.723 0 1.541-.198 2.332-1.385 2.332", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M147.496 103.715v3.083c0 .356-.238.593-.594.593h-2.769v14.507c0 .355-.238.592-.594.592h-4.036c-.356 0-.593-.237-.593-.592V107.39h-2.77c-.355 0-.593-.237-.593-.593v-3.083c0-.356.238-.593.593-.593h2.77v-5.336c0-.356.237-.592.593-.592h4.036c.356 0 .594.236.594.592v5.336h2.77c.355 0 .593.237.593.593", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M168.768 104.387l-1.188 2.925c-.158.435-.474.514-.87.396-.396-.12-.87-.277-1.622-.277-2.453 0-4.036 1.818-4.036 4.189v10.278c0 .355-.237.592-.593.592h-4.036c-.356 0-.594-.237-.594-.592v-18.183c0-.355.238-.593.594-.593h3.838c.356 0 .554.238.593.593l.159 2.135c1.028-1.858 2.611-3.162 4.945-3.162 1.108 0 2.057.434 2.612.908.316.238.316.514.198.791", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M187.718 112.846c0-3.123-2.256-5.337-5.025-5.337-2.809 0-5.024 2.214-5.024 5.337 0 3.122 2.215 5.336 5.024 5.336 2.77 0 5.025-2.214 5.025-5.336m-15.075 0c0-5.692 4.472-10.159 10.05-10.159s10.05 4.467 10.05 10.159c0 5.691-4.472 10.158-10.05 10.158s-10.05-4.467-10.05-10.158", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M214.383 112.806c0-3.082-2.096-5.376-4.985-5.376-2.848 0-4.946 2.451-4.946 5.376 0 2.925 2.098 5.454 4.946 5.454 2.889 0 4.985-2.33 4.985-5.454m5.025.04c0 5.652-3.956 10.158-9.377 10.158-2.374 0-4.234-.988-5.618-2.45v8.853c0 .355-.238.593-.593.593h-4.036c-.356 0-.593-.238-.593-.593v-25.692c0-.356.237-.593.593-.593h3.64c.356 0 .553.237.593.593l.12 1.819c1.463-1.66 3.441-2.847 5.894-2.847 5.42 0 9.377 4.507 9.377 10.158", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M240.14 112.846c0-3.123-2.256-5.337-5.025-5.337-2.81 0-5.025 2.214-5.025 5.337 0 3.122 2.216 5.336 5.025 5.336 2.769 0 5.024-2.214 5.024-5.336m-15.074 0c0-5.692 4.472-10.159 10.05-10.159s10.049 4.467 10.049 10.159c0 5.691-4.47 10.158-10.05 10.158-5.577 0-10.05-4.467-10.05-10.158", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M252.205 93.636h4.036c.356 0 .593.236.593.593v27.669c0 .355-.237.592-.593.592h-4.036c-.356 0-.594-.237-.594-.592v-27.67c0-.356.238-.592.594-.592", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M264.588 103.122h4.035c.357 0 .594.237.594.593v18.182c0 .357-.237.593-.594.593h-4.035c-.356 0-.594-.236-.594-.593v-18.182c0-.356.238-.593.594-.593m-.87-6.56a2.877 2.877 0 012.888-2.886c1.583 0 2.849 1.304 2.849 2.885 0 1.58-1.266 2.885-2.85 2.885a2.878 2.878 0 01-2.887-2.885", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M287.456 103.715v3.083c0 .356-.238.593-.593.593h-2.77v14.507c0 .355-.237.592-.593.592h-4.036c-.356 0-.594-.237-.594-.592V107.39h-2.77c-.355 0-.593-.237-.593-.593v-3.083c0-.356.238-.593.594-.593h2.769v-5.336c0-.356.238-.592.594-.592h4.036c.356 0 .593.236.593.592v5.336h2.77c.355 0 .593.237.593.593", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M307.673 112.806c0-2.925-2.096-5.376-4.945-5.376-2.888 0-4.986 2.294-4.986 5.376 0 3.123 2.098 5.454 4.986 5.454 2.849 0 4.945-2.53 4.945-5.454m5.263-9.091v18.182c0 .356-.238.593-.594.593h-3.64c-.356 0-.554-.237-.594-.593l-.158-1.66c-1.384 1.62-3.324 2.767-5.855 2.767-5.42 0-9.378-4.506-9.378-10.159 0-5.651 3.958-10.158 9.378-10.158 2.452 0 4.431 1.186 5.895 2.847l.118-1.82c.04-.355.238-.592.594-.592h3.64c.356 0 .594.237.594.593", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M338.335 110.87v11.027c0 .356-.237.593-.594.593h-4.035c-.356 0-.593-.237-.593-.593v-10.08c0-3.2-1.741-4.308-3.641-4.308-2.927 0-4.273 2.886-4.273 3.795v10.593c0 .356-.237.593-.593.593h-4.036c-.356 0-.593-.237-.593-.593v-18.183c0-.355.237-.592.593-.592h3.877c.357 0 .554.237.594.592l.158 2.53v.04c1.266-2.056 3.324-3.596 6.133-3.596 3.956 0 7.003 3.003 7.003 8.181", fill: "var(--reference-1)" }), jsxRuntimeExports.jsxs("g", { transform: "translate(344.782 102.687)", children: [jsxRuntimeExports.jsx("mask", { fill: "#fff", id: "mask-2", children: jsxRuntimeExports.jsx("use", { xlinkHref: "#path-1" }) }), jsxRuntimeExports.jsx("path", { d: "M14.956 10.12c0-2.926-2.097-5.377-4.946-5.377-2.888 0-4.985 2.293-4.985 5.376 0 3.123 2.097 5.454 4.985 5.454 2.85 0 4.946-2.53 4.946-5.454m5.262-9.092V19.21c0 .356-.238.593-.593.593h-3.64c-.357 0-.555-.237-.594-.593l-.158-1.66c-1.385 1.62-3.324 2.766-5.855 2.766C3.958 20.316 0 15.811 0 10.158 0 4.507 3.957 0 9.378 0c2.452 0 4.43 1.186 5.895 2.846l.118-1.819c.04-.355.237-.592.593-.592h3.64c.356 0 .594.237.594.592", fill: "var(--reference-1)", mask: "url(#mask-2)" })] }), jsxRuntimeExports.jsx("path", { d: "M179.399 42.605c-.004-.087-.003-.176-.006-.263v.022c0 .081.004.16.006.241", fill: "#FD0" }), jsxRuntimeExports.jsx("path", { d: "M199.497 33.263a38.188 38.188 0 00-4.312-13.168c-4.397-8.068-11.688-14.425-20.297-17.657A38.422 38.422 0 00161.405 0c-10.697 0-21.063 4.573-28.298 12.44C121.128-.673 101.08-3.757 85.694 5.133a38.786 38.786 0 00-10.547 8.955C67.834 6.094 57.62 1.018 46.805.142 37.257-.632 27.589 1.825 19.583 7.08 11.915 12.114 5.932 19.568 2.717 28.156-.625 37.086-.89 47.07 1.96 56.167c2.733 8.723 8.28 16.46 15.63 21.895 7.625 5.638 17.014 8.633 26.498 8.464 3.318-.06 6.69-.405 9.908-1.216.977-.248 1.913-.541 2.795-.924-1.167.47-2.441.732-3.776.732-5.581 0-10.106-4.52-10.106-10.096 0-5.008 3.651-9.163 8.439-9.957-1.26.168-2.51.476-3.847.72-5.014.915-10.272.367-14.8-1.973-8.434-4.36-13.447-13.683-12.397-23.117 1.038-9.33 7.917-17.316 16.987-19.756 4.988-1.341 10.384-.963 15.116 1.117 5.064 2.227 9.293 6.438 12.106 11.154a24.151 24.151 0 011.806 3.71c.488 1.276.778 2.61 1.44 3.814a10.185 10.185 0 006.311 4.905c5.273 1.366 10.495-1.754 12.117-6.837.448-1.403.506-2.832.807-4.264a17.998 17.998 0 013.105-6.942c2.983-4.057 7.626-6.749 12.63-7.326 9.601-1.107 18.597 5.784 20.066 15.325.387 2.506.767 4.732 2.465 6.753a10.142 10.142 0 007.202 3.583 10.15 10.15 0 007.645-2.93c1.86-1.856 2.67-4.157 2.97-6.706 1.142-9.691 10.208-16.906 19.896-16.08 9.598.818 16.874 9.331 16.493 18.937-.044 1.114-.101 2.162-.071 3.19.012-5.598 4.557-10.132 10.164-10.132 5.614 0 10.164 4.546 10.164 10.154l-.001.043c.034-.409.059-.82.076-1.237.104-2.639.052-5.287-.3-7.907", fill: "#FD0" }), jsxRuntimeExports.jsx("path", { d: "M199.722 42.364c0 5.609-4.55 10.155-10.164 10.155s-10.165-4.546-10.165-10.155c0-5.608 4.55-10.154 10.165-10.154 5.613 0 10.164 4.546 10.164 10.154", fill: "var(--reference-1)" }), jsxRuntimeExports.jsx("path", { d: "M63.12 75.022c0 5.576-4.525 10.096-10.107 10.096-5.58 0-10.105-4.52-10.105-10.096 0-5.576 4.524-10.096 10.105-10.096 5.582 0 10.106 4.52 10.106 10.096", fill: "var(--reference-1)" })] }) })] }));
15
13
  }
16
14
  function TMLogo() {
17
- return (jsxRuntimeExports.jsx(Themer, { dark: jsxRuntimeExports.jsx(TMLogoDark, {}), light: jsxRuntimeExports.jsx(TMLogoLight, {}) }));
15
+ return jsxRuntimeExports.jsx(WhenMode, { dark: jsxRuntimeExports.jsx(TMLogoDark, {}), light: jsxRuntimeExports.jsx(TMLogoLight, {}) });
18
16
  }
19
17
  function TMLogoDark() {
20
18
  return (jsxRuntimeExports.jsxs("svg", { fill: "none", height: "100%", viewBox: "0 0 162 46", width: "100%", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M6.34435 4.00624V5.42737C6.34435 5.59135 6.23817 5.70066 6.07891 5.70066H4.84006V12.3879C4.84006 12.5519 4.73388 12.6612 4.57462 12.6612H2.76967C2.6104 12.6612 2.50423 12.5519 2.50423 12.3879V5.70066H1.26537C1.10611 5.70066 0.999939 5.59135 0.999939 5.42737V4.00624C0.999939 3.84226 1.10611 3.73294 1.26537 3.73294H2.50423V1.27329C2.50423 1.10932 2.6104 1 2.76967 1H4.57462C4.73388 1 4.84006 1.10932 4.84006 1.27329V3.73294H6.07891C6.23817 3.73294 6.34435 3.84226 6.34435 4.00624Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M15.6321 4.31584L15.1008 5.66392C15.0303 5.86467 14.8884 5.90094 14.7118 5.84629C14.5351 5.79163 14.3228 5.71908 13.9864 5.71908C12.889 5.71908 12.181 6.55685 12.181 7.65003V12.388C12.181 12.5514 12.0748 12.6608 11.9155 12.6608H10.1106C9.95133 12.6608 9.84515 12.5514 9.84515 12.388V4.00577C9.84515 3.84179 9.95133 3.73297 10.1106 3.73297H11.8272C11.9865 3.73297 12.0748 3.84179 12.0927 4.00577L12.1636 4.98963C12.6235 4.13347 13.331 3.53223 14.3754 3.53223C14.871 3.53223 15.2957 3.73297 15.5433 3.95111C15.6852 4.06093 15.6852 4.18813 15.6321 4.31584Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M24.5883 8.19711C24.5883 6.84853 23.6506 5.71908 22.3765 5.71908C21.0846 5.71908 20.1464 6.77598 20.1464 8.19711C20.1464 9.63663 21.0846 10.7119 22.3765 10.7119C23.6506 10.7119 24.5883 9.5452 24.5883 8.19711ZM26.942 4.00627V12.388C26.942 12.5519 26.8358 12.6613 26.6766 12.6613H25.0482C24.889 12.6613 24.8007 12.5519 24.7828 12.388L24.7123 11.6227C24.0931 12.3696 23.2254 12.8978 22.0932 12.8978C19.6686 12.8978 17.8989 10.8207 17.8989 8.2155C17.8989 5.60926 19.6686 3.53223 22.0932 3.53223C23.1902 3.53223 24.0753 4.07931 24.7297 4.84454L24.7828 4.00627C24.8007 3.84229 24.889 3.73297 25.0482 3.73297H26.6766C26.8358 3.73297 26.942 3.84229 26.942 4.00627Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M38.7333 7.30419V12.388C38.7333 12.5519 38.6271 12.6613 38.4678 12.6613H36.6624C36.5036 12.6613 36.3974 12.5519 36.3974 12.388V7.74146C36.3974 6.26567 35.6185 5.75535 34.7691 5.75535C33.4598 5.75535 32.858 7.08555 32.858 7.50444V12.388C32.858 12.5519 32.7518 12.6613 32.5925 12.6613H30.7876C30.6283 12.6613 30.5217 12.5519 30.5217 12.388V4.00627C30.5217 3.84229 30.6283 3.73297 30.7876 3.73297H32.5216C32.6809 3.73297 32.7697 3.84229 32.787 4.00627L32.858 5.17199V5.19038C33.4246 4.24279 34.3444 3.53223 35.6006 3.53223C37.3704 3.53223 38.7333 4.91708 38.7333 7.30419Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M48.5358 10.1648C48.5358 11.8955 46.8192 12.8978 45.2266 12.8978C43.7397 12.8978 42.5365 12.1509 41.9173 11.4041C41.8112 11.2764 41.8464 11.1487 41.9173 11.0399L42.6075 10.0371C42.7136 9.89154 42.8377 9.92781 42.9969 10.0555C43.7044 10.5291 44.4655 10.8754 45.1557 10.8754C45.7222 10.8754 46.271 10.693 46.271 10.1286C46.271 8.70743 42.0766 9.25402 42.0766 6.24728C42.0766 4.53447 43.5278 3.53223 45.0852 3.53223C46.2 3.53223 47.3327 4.00627 48.0581 4.88081C48.1642 5.00851 48.129 5.1541 48.0402 5.26342L47.3679 6.17473C47.2618 6.32033 47.1377 6.28356 46.9785 6.15635C46.3062 5.70069 45.8993 5.46417 45.2797 5.46417C44.7314 5.46417 44.3241 5.77374 44.3241 6.22939C44.3241 7.6868 48.5358 6.8848 48.5358 10.1648Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M58.1705 8.19711C58.1705 6.77598 57.2328 5.71908 55.9404 5.71908C54.6663 5.71908 53.7286 6.84853 53.7286 8.19711C53.7286 9.5452 54.6663 10.7119 55.9404 10.7119C57.2328 10.7119 58.1705 9.63663 58.1705 8.19711ZM60.4181 8.2155C60.4181 10.8207 58.6483 12.8978 56.2237 12.8978C55.162 12.8978 54.3304 12.4426 53.7108 11.7683V15.8499C53.7108 16.0138 53.6051 16.1231 53.4453 16.1231H51.6404C51.4811 16.1231 51.3749 16.0138 51.3749 15.8499V4.00627C51.3749 3.84229 51.4811 3.73297 51.6404 3.73297H53.2687C53.428 3.73297 53.5163 3.84229 53.5341 4.00627L53.5872 4.84454C54.2416 4.07931 55.1267 3.53223 56.2237 3.53223C58.6483 3.53223 60.4181 5.60926 60.4181 8.2155Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M70.2654 8.21549C70.2654 6.77597 69.2568 5.75584 68.0179 5.75584C66.7617 5.75584 65.7704 6.77597 65.7704 8.21549C65.7704 9.65501 66.7617 10.6751 68.0179 10.6751C69.2568 10.6751 70.2654 9.65501 70.2654 8.21549ZM63.5229 8.21549C63.5229 5.59137 65.5228 3.53271 68.0179 3.53271C70.513 3.53271 72.5129 5.59137 72.5129 8.21549C72.5129 10.8391 70.513 12.8983 68.0179 12.8983C65.5228 12.8983 63.5229 10.8391 63.5229 8.21549Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M81.3211 4.31584L80.7897 5.66392C80.7193 5.86467 80.5774 5.90094 80.4008 5.84629C80.2236 5.79163 80.0118 5.71908 79.6754 5.71908C78.5779 5.71908 77.8699 6.55685 77.8699 7.65003V12.388C77.8699 12.5514 77.7638 12.6608 77.6045 12.6608H75.7996C75.6403 12.6608 75.5341 12.5514 75.5341 12.388V4.00577C75.5341 3.84179 75.6403 3.73297 75.7996 3.73297H77.5162C77.6755 3.73297 77.7638 3.84179 77.7816 4.00577L77.8526 4.98963C78.3125 4.13347 79.02 3.53223 80.0644 3.53223C80.56 3.53223 80.9847 3.73297 81.2323 3.95111C81.3742 4.06093 81.3742 4.18813 81.3211 4.31584Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M89.2762 4.00624V5.42737C89.2762 5.59135 89.17 5.70066 89.0107 5.70066H87.7719V12.3879C87.7719 12.5519 87.6657 12.6612 87.5064 12.6612H85.7015C85.5422 12.6612 85.4356 12.5519 85.4356 12.3879V5.70066H84.1972C84.0379 5.70066 83.9317 5.59135 83.9317 5.42737V4.00624C83.9317 3.84226 84.0379 3.73294 84.1972 3.73294H85.4356V1.27329C85.4356 1.10932 85.5422 1 85.7015 1H87.5064C87.6657 1 87.7719 1.10932 87.7719 1.27329V3.73294H89.0107C89.17 3.73294 89.2762 3.84226 89.2762 4.00624Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M94.9365 7.52282H99.0777C98.918 6.26567 98.0865 5.57299 97.0426 5.57299C95.9808 5.57299 95.1315 6.26567 94.9365 7.52282ZM100.528 9.09004H94.9722C95.2019 10.2742 96.0865 10.9484 97.4494 10.9484C98.1396 10.9484 98.6883 10.7661 99.2901 10.3288C99.4494 10.2195 99.5555 10.2195 99.6796 10.3472L100.458 11.1308C100.582 11.258 100.582 11.3857 100.44 11.5313C99.6086 12.388 98.4759 12.8978 97.2192 12.8978C94.5118 12.8978 92.6537 10.8391 92.6537 8.2155C92.6537 5.59138 94.5118 3.53223 97.0247 3.53223C99.5377 3.53223 101.148 5.59138 101.148 8.01475C101.148 8.72532 101.06 9.09004 100.528 9.09004Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M110.829 10.1648C110.829 11.8955 109.112 12.8978 107.519 12.8978C106.032 12.8978 104.829 12.1509 104.21 11.4041C104.104 11.2764 104.139 11.1487 104.21 11.0399L104.9 10.0371C105.006 9.89154 105.13 9.92781 105.289 10.0555C105.997 10.5291 106.758 10.8754 107.448 10.8754C108.014 10.8754 108.563 10.693 108.563 10.1286C108.563 8.70743 104.369 9.25402 104.369 6.24728C104.369 4.53447 105.821 3.53223 107.378 3.53223C108.493 3.53223 109.625 4.00627 110.351 4.88081C110.457 5.00851 110.422 5.1541 110.333 5.26342L109.661 6.17473C109.554 6.32033 109.43 6.28356 109.271 6.15635C108.598 5.70069 108.192 5.46417 107.572 5.46417C107.024 5.46417 106.616 5.77374 106.616 6.22939C106.616 7.6868 110.829 6.8848 110.829 10.1648Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M15.0755 23.355V28.4382C15.0755 28.6027 14.9694 28.712 14.8101 28.712H13.0047C12.8459 28.712 12.7397 28.6027 12.7397 28.4382V23.7922C12.7397 22.3164 11.9608 21.8061 11.1292 21.8061C9.81945 21.8061 9.21812 22.8809 9.21812 23.5189V28.4382C9.21812 28.6027 9.11194 28.712 8.9522 28.712H7.14724C6.98798 28.712 6.88181 28.6027 6.88181 28.4382V23.7922C6.88181 22.3164 6.10336 21.8061 5.25349 21.8061C3.94417 21.8061 3.34236 23.1363 3.34236 23.5552V28.4382C3.34236 28.6027 3.23667 28.712 3.0774 28.712H1.27197C1.1127 28.712 1.00653 28.6027 1.00653 28.4382V20.0571C1.00653 19.8926 1.1127 19.7838 1.27197 19.7838H3.00646C3.16572 19.7838 3.25404 19.8926 3.2719 20.0571L3.34236 21.2228V21.2412C3.90894 20.2936 4.82927 19.583 6.0855 19.583C7.23556 19.583 8.20898 20.1664 8.75771 21.2412C9.37738 20.2757 10.4034 19.583 11.8194 19.583C13.7127 19.583 15.0755 20.9679 15.0755 23.355Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M21.6904 23.5736H25.8317C25.6724 22.3164 24.8404 21.6243 23.7965 21.6243C22.7348 21.6243 21.8854 22.3164 21.6904 23.5736ZM27.2829 25.1408H21.7261C21.9558 26.3249 22.8409 26.9992 24.2038 26.9992C24.8935 26.9992 25.4422 26.8169 26.044 26.3796C26.2033 26.2703 26.3094 26.2703 26.4335 26.398L27.2119 27.1816C27.336 27.3093 27.3359 27.4365 27.1941 27.5821C26.3625 28.4387 25.2298 28.949 23.9731 28.949C21.2662 28.949 19.4077 26.8899 19.4077 24.2663C19.4077 21.6421 21.2662 19.5835 23.7786 19.5835C26.2916 19.5835 27.9021 21.6421 27.9021 24.066C27.9021 24.7761 27.8137 25.1408 27.2829 25.1408Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M37.2999 20.057V21.4782C37.2999 21.6421 37.1937 21.7514 37.0345 21.7514H35.7956V28.4387C35.7956 28.6027 35.6895 28.712 35.5302 28.712H33.7252C33.566 28.712 33.4598 28.6027 33.4598 28.4387V21.7514H32.2209C32.0617 21.7514 31.9555 21.6421 31.9555 21.4782V20.057C31.9555 19.8925 32.0617 19.7837 32.2209 19.7837H33.4598V17.3241C33.4598 17.1596 33.566 17.0508 33.7252 17.0508H35.5302C35.6895 17.0508 35.7956 17.1596 35.7956 17.3241V19.7837H37.0345C37.1937 19.7837 37.2999 19.8925 37.2999 20.057Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M47.3968 20.3671L46.8659 21.7152C46.795 21.9154 46.6536 21.9522 46.4764 21.8976C46.2998 21.8429 46.0874 21.7699 45.7511 21.7699C44.6536 21.7699 43.9461 22.6081 43.9461 23.7013V28.4387C43.9461 28.6027 43.8399 28.712 43.6807 28.712H41.8757C41.716 28.712 41.6098 28.6027 41.6098 28.4387V20.057C41.6098 19.8931 41.716 19.7837 41.8757 19.7837H43.5919C43.7511 19.7837 43.8399 19.8931 43.8578 20.057L43.9283 21.0414C44.3882 20.1847 45.0962 19.5835 46.1401 19.5835C46.6357 19.5835 47.0609 19.7837 47.3085 20.0024C47.4499 20.1117 47.4499 20.2394 47.3968 20.3671Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M57.9378 24.2663C57.9378 22.8268 56.9291 21.8061 55.6903 21.8061C54.4336 21.8061 53.4428 22.8268 53.4428 24.2663C53.4428 25.7058 54.4336 26.7259 55.6903 26.7259C56.9291 26.7259 57.9378 25.7058 57.9378 24.2663ZM51.1953 24.2663C51.1953 21.6421 53.1952 19.5835 55.6903 19.5835C58.1854 19.5835 60.1853 21.6421 60.1853 24.2663C60.1853 26.8899 58.1854 28.949 55.6903 28.949C53.1952 28.949 51.1953 26.8899 51.1953 24.2663Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M71.5678 24.2479C71.5678 22.8268 70.6296 21.7699 69.3376 21.7699C68.0636 21.7699 67.1254 22.8998 67.1254 24.2479C67.1254 25.5965 68.0636 26.7627 69.3376 26.7627C70.6296 26.7627 71.5678 25.6874 71.5678 24.2479ZM73.8153 24.2663C73.8153 26.8715 72.0456 28.949 69.6209 28.949C68.5592 28.949 67.7272 28.4934 67.108 27.8191V31.9006C67.108 32.0646 67.0018 32.1739 66.8425 32.1739H65.0376C64.8783 32.1739 64.7722 32.0646 64.7722 31.9006V20.057C64.7722 19.8931 64.8783 19.7837 65.0376 19.7837H66.6659C66.8252 19.7837 66.9135 19.8931 66.9313 20.057L66.984 20.8953C67.6389 20.1301 68.5235 19.5835 69.6209 19.5835C72.0456 19.5835 73.8153 21.6605 73.8153 24.2663Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M84.4925 24.2663C84.4925 22.8268 83.4838 21.8061 82.245 21.8061C80.9887 21.8061 79.9975 22.8268 79.9975 24.2663C79.9975 25.7058 80.9887 26.7259 82.245 26.7259C83.4838 26.7259 84.4925 25.7058 84.4925 24.2663ZM77.7499 24.2663C77.7499 21.6421 79.7499 19.5835 82.245 19.5835C84.7401 19.5835 86.74 21.6421 86.74 24.2663C86.74 26.8899 84.7401 28.949 82.245 28.949C79.7499 28.949 77.7499 26.8899 77.7499 24.2663Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M91.8662 15.4106H93.6712C93.8304 15.4106 93.9366 15.52 93.9366 15.6839V28.4383C93.9366 28.6023 93.8304 28.7121 93.6712 28.7121H91.8662C91.7069 28.7121 91.6008 28.6023 91.6008 28.4383V15.6839C91.6008 15.52 91.7069 15.4106 91.8662 15.4106Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M98.9714 19.7835H100.776C100.936 19.7835 101.042 19.8928 101.042 20.0568V28.4385C101.042 28.6025 100.936 28.7118 100.776 28.7118H98.9714C98.8122 28.7118 98.706 28.6025 98.706 28.4385V20.0568C98.706 19.8928 98.8122 19.7835 98.9714 19.7835ZM98.582 16.7589C98.582 16.0305 99.1486 15.4287 99.8739 15.4287C100.582 15.4287 101.148 16.0305 101.148 16.7589C101.148 17.4879 100.582 18.0891 99.8739 18.0891C99.1486 18.0891 98.582 17.4879 98.582 16.7589Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M110.828 20.057V21.4782C110.828 21.6421 110.722 21.7514 110.563 21.7514H109.324V28.4387C109.324 28.6027 109.218 28.712 109.059 28.712H107.254C107.094 28.712 106.988 28.6027 106.988 28.4387V21.7514H105.749C105.59 21.7514 105.484 21.6421 105.484 21.4782V20.057C105.484 19.8925 105.59 19.7837 105.749 19.7837H106.988V17.3241C106.988 17.1596 107.094 17.0508 107.254 17.0508H109.059C109.218 17.0508 109.324 17.1596 109.324 17.3241V19.7837H110.563C110.722 19.7837 110.828 19.8925 110.828 20.057Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M121.5 24.2479C121.5 22.8998 120.562 21.7699 119.288 21.7699C117.996 21.7699 117.058 22.8268 117.058 24.2479C117.058 25.6874 117.996 26.7627 119.288 26.7627C120.562 26.7627 121.5 25.5965 121.5 24.2479ZM123.853 20.057V28.4387C123.853 28.6027 123.747 28.712 123.588 28.712H121.96C121.8 28.712 121.712 28.6027 121.694 28.4387L121.623 27.6735C121.005 28.4203 120.137 28.949 119.005 28.949C116.58 28.949 114.81 26.8715 114.81 24.2663C114.81 21.6605 116.58 19.5835 119.005 19.5835C120.102 19.5835 120.987 20.1301 121.641 20.8953L121.694 20.057C121.712 19.8931 121.8 19.7837 121.96 19.7837H123.588C123.747 19.7837 123.853 19.8931 123.853 20.057Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M136.843 23.355V28.4382C136.843 28.6027 136.737 28.712 136.578 28.712H134.773C134.614 28.712 134.508 28.6027 134.508 28.4382V23.7922C134.508 22.3164 133.729 21.8061 132.879 21.8061C131.57 21.8061 130.968 23.1363 130.968 23.5552V28.4382C130.968 28.6027 130.862 28.712 130.703 28.712H128.898C128.738 28.712 128.632 28.6027 128.632 28.4382V20.0571C128.632 19.8926 128.738 19.7838 128.898 19.7838H130.632C130.791 19.7838 130.88 19.8926 130.897 20.0571L130.968 21.2228V21.2412C131.535 20.2936 132.455 19.583 133.711 19.583C135.48 19.583 136.843 20.9679 136.843 23.355Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M148.098 24.2663C148.098 22.8268 147.09 21.8061 145.851 21.8061C144.594 21.8061 143.603 22.8268 143.603 24.2663C143.603 25.7058 144.594 26.7259 145.851 26.7259C147.09 26.7259 148.098 25.7058 148.098 24.2663ZM141.356 24.2663C141.356 21.6421 143.356 19.5835 145.851 19.5835C148.346 19.5835 150.346 21.6421 150.346 24.2663C150.346 26.8899 148.346 28.949 145.851 28.949C143.356 28.949 141.356 26.8899 141.356 24.2663Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M161 26.2156C161 27.9468 159.283 28.949 157.691 28.949C156.204 28.949 155.001 28.2017 154.382 27.4549C154.275 27.3272 154.311 27.1995 154.382 27.0906L155.072 26.0884C155.178 25.9428 155.302 25.9791 155.461 26.1063C156.169 26.5798 156.93 26.9267 157.62 26.9267C158.186 26.9267 158.735 26.7443 158.735 26.1793C158.735 24.7582 154.541 25.3048 154.541 22.2986C154.541 20.5852 155.992 19.5835 157.549 19.5835C158.664 19.5835 159.797 20.057 160.522 20.9321C160.628 21.0598 160.593 21.2054 160.505 21.3142L159.832 22.2255C159.726 22.3716 159.602 22.3348 159.443 22.2071C158.77 21.752 158.364 21.5149 157.744 21.5149C157.196 21.5149 156.788 21.8245 156.788 22.2802C156.788 23.7381 161 22.9361 161 26.2156Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M7.69621 40.2993C7.69621 38.9507 6.75802 37.8212 5.48394 37.8212C4.19199 37.8212 3.25428 38.8781 3.25428 40.2993C3.25428 41.7383 4.19199 42.8136 5.48394 42.8136C6.75802 42.8136 7.69621 41.6473 7.69621 40.2993ZM10.0494 31.7352V44.4901C10.0494 44.6541 9.94372 44.7629 9.78446 44.7629H8.15614C7.99688 44.7629 7.90856 44.6541 7.89071 44.4901L7.81976 43.7249C7.20057 44.4717 6.33333 44.9999 5.20064 44.9999C2.7765 44.9999 1.00677 42.9229 1.00677 40.3176C1.00677 37.7114 2.7765 35.6349 5.20064 35.6349C6.22764 35.6349 7.07654 36.1079 7.71407 36.8006V31.7352C7.71407 31.5717 7.81976 31.4619 7.97902 31.4619H9.78446C9.94372 31.4619 10.0494 31.5717 10.0494 31.7352Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M15.0222 39.6249H19.1634C19.0042 38.3677 18.1722 37.675 17.1283 37.675C16.0665 37.675 15.2172 38.3677 15.0222 39.6249ZM20.6147 41.1916H15.0579C15.2876 42.3762 16.1727 43.0505 17.5356 43.0505C18.2253 43.0505 18.774 42.8681 19.3758 42.4304C19.5351 42.3215 19.6412 42.3215 19.7653 42.4487L20.5437 43.2328C20.6677 43.3601 20.6677 43.4878 20.5259 43.6333C19.6943 44.49 18.5616 44.9998 17.3049 44.9998C14.5975 44.9998 12.7394 42.9412 12.7394 40.3175C12.7394 37.6934 14.5975 35.6348 17.1104 35.6348C19.6234 35.6348 21.2338 37.6934 21.2338 40.1168C21.2338 40.8274 21.1455 41.1916 20.6147 41.1916Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M32.6315 44.9919H94.1468V35.603H32.6315V44.9919Z", fill: "#FFDD00", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M94.1482 44.991C93.848 44.991 93.5517 44.9597 93.2549 44.8996C92.9663 44.8405 92.6777 44.749 92.4046 44.6343C92.1275 44.5155 91.8616 44.3689 91.615 44.2025C91.365 44.028 91.1339 43.8338 90.922 43.6156C90.7106 43.402 90.5219 43.16 90.3564 42.9021C90.1908 42.6487 90.0523 42.3754 89.9365 42.0936C89.8212 41.8084 89.7367 41.5147 89.6749 41.2136C89.6175 40.9125 89.5866 40.6034 89.5866 40.2983C89.5866 39.9927 89.6175 39.6842 89.6749 39.3791C89.7367 39.0814 89.8212 38.7843 89.9365 38.503C90.0485 38.2178 90.1908 37.944 90.3564 37.6906C90.5219 37.4327 90.7106 37.1952 90.922 36.977C91.1339 36.7629 91.365 36.5646 91.615 36.3942C91.8616 36.2277 92.1275 36.0811 92.4046 35.9624C92.6777 35.8471 92.9663 35.7567 93.2549 35.6965C93.8442 35.5738 94.4484 35.5738 95.0372 35.6965C95.3301 35.7567 95.6149 35.8471 95.8919 35.9624C96.1655 36.0811 96.431 36.2277 96.6771 36.3942C96.9276 36.5646 97.1621 36.7629 97.3701 36.977C97.582 37.1952 97.7702 37.4327 97.9362 37.6906C98.1018 37.944 98.2441 38.2178 98.3556 38.503C98.4714 38.7843 98.5559 39.0814 98.6177 39.3791C98.6751 39.6842 98.706 39.9927 98.706 40.2983C98.706 40.6034 98.6751 40.9125 98.6177 41.2136C98.5559 41.5147 98.4714 41.8084 98.3556 42.0936C98.2441 42.3754 98.1018 42.6487 97.9362 42.9021C97.7702 43.16 97.582 43.402 97.3701 43.6156C96.5231 44.4917 95.3451 44.991 94.1482 44.991Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M32.6302 44.9911C32.3339 44.9911 32.0332 44.9598 31.7408 44.8997C31.4483 44.8405 31.1636 44.7491 30.8861 44.6343C30.6129 44.5156 30.3475 44.369 30.1009 44.2025C29.8509 44.0281 29.6158 43.8338 29.4078 43.6157C29.196 43.402 29.0077 43.16 28.8422 42.9021C28.6767 42.6487 28.5343 42.3754 28.4223 42.0937C28.307 41.8085 28.2187 41.5148 28.1608 41.2137C28.1029 40.9125 28.0724 40.6035 28.0724 40.2984C28.0724 39.9928 28.1029 39.6842 28.1608 39.3791C28.2187 39.0815 28.307 38.7843 28.4223 38.5031C28.5343 38.2179 28.6767 37.9441 28.8422 37.6907C29.0077 37.4328 29.196 37.1952 29.4078 36.9771C29.6158 36.7629 29.8509 36.5647 30.1009 36.3942C30.3475 36.2278 30.6129 36.0812 30.8861 35.9624C31.1636 35.8472 31.4483 35.7567 31.7408 35.6966C33.2228 35.3875 34.7971 35.8874 35.856 36.9771C36.064 37.1952 36.2565 37.4328 36.4216 37.6907C36.5871 37.9441 36.7256 38.2179 36.8414 38.5031C36.9568 38.7843 37.0417 39.0815 37.0992 39.3791C37.1609 39.6842 37.1918 39.9928 37.1918 40.2984C37.1918 40.6035 37.1609 40.9125 37.0992 41.2137C37.0417 41.5148 36.9568 41.8085 36.8414 42.0937C36.7256 42.3754 36.5871 42.6487 36.4216 42.9021C36.2565 43.16 36.064 43.402 35.856 43.6157C35.6441 43.8338 35.4134 44.0281 35.1629 44.2025C34.9125 44.369 34.6509 44.5156 34.3739 44.6343C34.1007 44.7491 33.8116 44.8405 33.523 44.8997C33.2267 44.9598 32.9304 44.9911 32.6302 44.9911Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M122.301 12.8978H156.398V3.53125H122.301V12.8978Z", fill: "#FFDD00", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M156.399 12.898C156.103 12.898 155.804 12.8662 155.508 12.8066C155.22 12.7479 154.932 12.6565 154.659 12.5377C154.382 12.4235 154.121 12.2769 153.872 12.1069C153.626 11.937 153.392 11.7432 153.181 11.5261C152.336 10.656 151.852 9.44555 151.852 8.21622C151.852 7.90764 151.879 7.60354 151.94 7.29894C151.997 7.00229 152.086 6.70565 152.197 6.4249C152.312 6.14017 152.451 5.86738 152.616 5.61446C152.781 5.35706 152.973 5.12004 153.181 4.9029C153.392 4.68476 153.622 4.49146 153.872 4.32103C154.117 4.15109 154.382 4.00898 154.659 3.89022C154.932 3.77195 155.22 3.6845 155.508 3.62537C156.095 3.50313 156.698 3.50313 157.286 3.62537C157.578 3.6845 157.862 3.77195 158.138 3.89022C158.411 4.00898 158.676 4.15109 158.922 4.32103C159.172 4.49146 159.406 4.68476 159.613 4.9029C159.824 5.12004 160.012 5.35706 160.181 5.61446C160.343 5.86738 160.485 6.14017 160.596 6.4249C160.712 6.70565 160.8 7.00229 160.857 7.29894C160.915 7.60354 160.945 7.90764 160.945 8.21622C160.945 9.44555 160.462 10.656 159.613 11.5261C159.406 11.7432 159.172 11.937 158.922 12.1069C158.676 12.2769 158.411 12.4235 158.138 12.5377C157.862 12.6565 157.578 12.7479 157.286 12.8066C156.994 12.8662 156.694 12.898 156.399 12.898Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M122.301 12.898C122.005 12.898 121.705 12.8662 121.413 12.8066C121.121 12.7479 120.837 12.6565 120.561 12.5377C120.289 12.4235 120.023 12.2769 119.777 12.1069C119.527 11.937 119.293 11.7432 119.086 11.5261C118.237 10.656 117.753 9.44555 117.753 8.21622C117.753 7.90764 117.784 7.60354 117.842 7.29894C117.9 7.00229 117.987 6.70565 118.103 6.4249C118.214 6.14017 118.357 5.86738 118.518 5.61446C118.687 5.35706 118.875 5.12004 119.086 4.9029C119.293 4.68476 119.527 4.49146 119.777 4.32103C120.023 4.15109 120.289 4.00898 120.561 3.89022C120.837 3.77195 121.121 3.6845 121.413 3.62537C121.997 3.50313 122.604 3.50313 123.191 3.62537C123.48 3.6845 123.768 3.77195 124.04 3.89022C124.317 4.00898 124.578 4.15109 124.827 4.32103C125.077 4.49146 125.308 4.68476 125.519 4.9029C125.726 5.12004 125.918 5.35706 126.083 5.61446C126.248 5.86738 126.387 6.14017 126.502 6.4249C126.614 6.70565 126.702 7.00229 126.759 7.29894C126.821 7.60354 126.852 7.90764 126.852 8.21622C126.852 8.52032 126.821 8.82939 126.759 9.12952C126.702 9.43014 126.614 9.72282 126.502 10.007C126.387 10.2878 126.248 10.5611 126.083 10.814C125.918 11.0709 125.726 11.3079 125.519 11.5261C124.67 12.4001 123.499 12.898 122.301 12.898Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M105.75 31.4614H107.555C107.714 31.4614 107.82 31.5707 107.82 31.7347V44.4891C107.82 44.6536 107.714 44.7629 107.555 44.7629H105.75C105.59 44.7629 105.484 44.6536 105.484 44.4891V31.7347C105.484 31.5707 105.59 31.4614 105.75 31.4614Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M112.222 35.8348H114.027C114.186 35.8348 114.293 35.9441 114.293 36.1081V44.4893C114.293 44.6538 114.186 44.7631 114.027 44.7631H112.222C112.063 44.7631 111.956 44.6538 111.956 44.4893V36.1081C111.956 35.9441 112.063 35.8348 112.222 35.8348ZM111.832 32.8102C111.832 32.0812 112.399 31.48 113.124 31.48C113.832 31.48 114.398 32.0812 114.398 32.8102C114.398 33.5386 113.832 34.1404 113.124 34.1404C112.399 34.1404 111.832 33.5386 111.832 32.8102Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M124.439 42.2669C124.439 43.9976 122.722 44.9998 121.13 44.9998C119.643 44.9998 118.44 44.253 117.82 43.5057C117.714 43.3784 117.749 43.2507 117.82 43.1414L118.511 42.1392C118.617 41.9936 118.741 42.0299 118.9 42.1576C119.608 42.6311 120.369 42.9775 121.059 42.9775C121.625 42.9775 122.174 42.7951 122.174 42.2306C122.174 40.809 117.98 41.3561 117.98 38.3493C117.98 36.6365 119.431 35.6343 120.988 35.6343C122.103 35.6343 123.236 36.1078 123.961 36.9829C124.067 37.1106 124.032 37.2562 123.943 37.3655L123.271 38.2763C123.165 38.4224 123.041 38.3856 122.882 38.2584C122.209 37.8027 121.802 37.5657 121.183 37.5657C120.635 37.5657 120.227 37.8753 120.227 38.3314C120.227 39.7889 124.439 38.9869 124.439 42.2669Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M134.472 40.2988C134.472 38.8776 133.535 37.8207 132.242 37.8207C130.968 37.8207 130.03 38.9507 130.03 40.2988C130.03 41.6474 130.968 42.8131 132.242 42.8131C133.535 42.8131 134.472 41.7383 134.472 40.2988ZM136.72 40.3172C136.72 42.9224 134.95 44.9999 132.525 44.9999C131.393 44.9999 130.526 44.4712 129.907 43.7244L129.836 44.4896C129.818 44.6536 129.73 44.7629 129.57 44.7629H127.942C127.783 44.7629 127.677 44.6536 127.677 44.4896V31.7352C127.677 31.5712 127.783 31.4614 127.942 31.4614H129.747C129.907 31.4614 130.013 31.5712 130.013 31.7352V36.8001C130.65 36.1079 131.499 35.6344 132.525 35.6344C134.95 35.6344 136.72 37.7114 136.72 40.3172Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M146.467 40.317C146.467 38.8775 145.458 37.8569 144.22 37.8569C142.963 37.8569 141.972 38.8775 141.972 40.317C141.972 41.7561 142.963 42.7767 144.22 42.7767C145.458 42.7767 146.467 41.7561 146.467 40.317ZM139.725 40.317C139.725 37.6929 141.724 35.6343 144.22 35.6343C146.715 35.6343 148.715 37.6929 148.715 40.317C148.715 42.9407 146.715 44.9998 144.22 44.9998C141.724 44.9998 139.725 42.9407 139.725 40.317Z", fill: "white", fillRule: "evenodd" }), jsxRuntimeExports.jsx("path", { clipRule: "evenodd", d: "M158.615 40.2987C158.615 38.9506 157.677 37.8206 156.403 37.8206C155.111 37.8206 154.173 38.8775 154.173 40.2987C154.173 41.7382 155.111 42.813 156.403 42.813C157.677 42.813 158.615 41.6472 158.615 40.2987ZM160.968 36.1078V44.4895C160.968 44.6535 160.863 44.7628 160.703 44.7628H159.075C158.916 44.7628 158.828 44.6535 158.81 44.4895L158.739 43.7243C158.12 44.4711 157.252 44.9998 156.12 44.9998C153.695 44.9998 151.926 42.9223 151.926 40.3171C151.926 37.7113 153.695 35.6343 156.12 35.6343C157.217 35.6343 158.102 36.1804 158.757 36.9461L158.81 36.1078C158.828 35.9438 158.916 35.8345 159.075 35.8345H160.703C160.863 35.8345 160.968 35.9438 160.968 36.1078Z", fill: "white", fillRule: "evenodd" })] }));