@apptegy/nuxt-navigation 1.0.0-alpha.1 → 1.0.0

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 (71) hide show
  1. package/README.md +70 -5
  2. package/dist/module.cjs +5 -0
  3. package/dist/module.d.mts +2 -3
  4. package/dist/module.d.ts +7 -0
  5. package/dist/module.json +2 -5
  6. package/dist/module.mjs +3 -7
  7. package/dist/runtime/assets/icons/24/Minus.svg +5 -0
  8. package/dist/runtime/assets/icons/24/Plus.svg +5 -0
  9. package/dist/runtime/assets/thrillshare-logo-white.svg +1 -22
  10. package/dist/runtime/components/Nav/Avatar.vue +23 -46
  11. package/dist/runtime/components/Nav/Header.vue +159 -161
  12. package/dist/runtime/components/Nav/HelpArticles.vue +61 -119
  13. package/dist/runtime/components/Nav/ImpersonateInfoPanel.vue +32 -45
  14. package/dist/runtime/components/Nav/OrgSelect.vue +117 -162
  15. package/dist/runtime/components/Nav/Sidebar.vue +109 -216
  16. package/dist/runtime/components/Nav/SidebarItem.vue +17 -44
  17. package/dist/runtime/components/Nav/SidebarSection.vue +38 -88
  18. package/dist/runtime/components/Nav/SubMenu.vue +4 -0
  19. package/dist/runtime/components/Nav/SubMenuItem.vue +7 -6
  20. package/dist/runtime/composables/accessibleActions.d.ts +33 -0
  21. package/dist/runtime/composables/accessibleActions.js +195 -0
  22. package/dist/types.d.mts +1 -3
  23. package/dist/types.d.ts +1 -0
  24. package/package.json +33 -31
  25. package/dist/runtime/api/brand.d.ts +0 -3
  26. package/dist/runtime/api/brand.js +0 -8
  27. package/dist/runtime/assets/checkmark.svg +0 -3
  28. package/dist/runtime/assets/hamburger.svg +0 -3
  29. package/dist/runtime/assets/iconPaths.json +0 -13
  30. package/dist/runtime/assets/icons/24/Metadata.svg +0 -4
  31. package/dist/runtime/assets/impersonation.svg +0 -6
  32. package/dist/runtime/assets/poweredby-icon.svg +0 -3
  33. package/dist/runtime/assets/poweredby.svg +0 -19
  34. package/dist/runtime/components/Nav/Avatar.vue.d.ts +0 -16
  35. package/dist/runtime/components/Nav/Breadcrumb.vue.d.ts +0 -12
  36. package/dist/runtime/components/Nav/Header.vue.d.ts +0 -39
  37. package/dist/runtime/components/Nav/HelpArticles.vue.d.ts +0 -14
  38. package/dist/runtime/components/Nav/Icons/ApptegyLogo.vue +0 -30
  39. package/dist/runtime/components/Nav/Icons/ApptegyLogo.vue.d.ts +0 -14
  40. package/dist/runtime/components/Nav/Icons/Pinned.vue +0 -9
  41. package/dist/runtime/components/Nav/Icons/Pinned.vue.d.ts +0 -2
  42. package/dist/runtime/components/Nav/Icons/SidebarToggle.vue +0 -15
  43. package/dist/runtime/components/Nav/Icons/SidebarToggle.vue.d.ts +0 -2
  44. package/dist/runtime/components/Nav/Icons/ThrillshareLogo.vue +0 -25
  45. package/dist/runtime/components/Nav/Icons/ThrillshareLogo.vue.d.ts +0 -2
  46. package/dist/runtime/components/Nav/Icons/Unpinned.vue +0 -9
  47. package/dist/runtime/components/Nav/Icons/Unpinned.vue.d.ts +0 -2
  48. package/dist/runtime/components/Nav/Icons/UserDropdownMenu.vue +0 -5
  49. package/dist/runtime/components/Nav/Icons/UserDropdownMenu.vue.d.ts +0 -2
  50. package/dist/runtime/components/Nav/ImpersonateInfoPanel.vue.d.ts +0 -12
  51. package/dist/runtime/components/Nav/OrgSelect.vue.d.ts +0 -16
  52. package/dist/runtime/components/Nav/Sidebar.vue.d.ts +0 -53
  53. package/dist/runtime/components/Nav/SidebarItem.vue.d.ts +0 -20
  54. package/dist/runtime/components/Nav/SidebarSection.vue.d.ts +0 -18
  55. package/dist/runtime/components/Nav/SidebarToggle.vue +0 -28
  56. package/dist/runtime/components/Nav/SidebarToggle.vue.d.ts +0 -2
  57. package/dist/runtime/components/Nav/SubMenu.vue.d.ts +0 -12
  58. package/dist/runtime/components/Nav/SubMenuItem.vue.d.ts +0 -22
  59. package/dist/runtime/components/Nav/UserDropdown.vue +0 -178
  60. package/dist/runtime/components/Nav/UserDropdown.vue.d.ts +0 -19
  61. package/dist/runtime/composables/useBranding.d.ts +0 -22
  62. package/dist/runtime/composables/useBranding.js +0 -35
  63. package/dist/runtime/composables/useDropdown.d.ts +0 -19
  64. package/dist/runtime/composables/useDropdown.js +0 -236
  65. package/dist/runtime/composables/useSidebar.d.ts +0 -5
  66. package/dist/runtime/composables/useSidebar.js +0 -13
  67. package/dist/runtime/types/index.d.ts +0 -13
  68. package/dist/runtime/types/index.js +0 -0
  69. package/locale/en.json +0 -20
  70. package/locale/index.js +0 -7
  71. /package/dist/runtime/assets/{icon.svg → thrillshare-icon-white.svg} +0 -0
@@ -0,0 +1,33 @@
1
+ export declare function useDropdown(): {
2
+ active: any;
3
+ newQuery: any;
4
+ toggleDropdown: ($event: {
5
+ key: string;
6
+ }, optionRef: {
7
+ focus: () => void;
8
+ }[]) => Promise<void>;
9
+ openDropdown: () => void;
10
+ closeDropdown: () => void;
11
+ onClickOutsideHandler: () => void;
12
+ keydownActionsOnTrigger: (event: {
13
+ key: string;
14
+ preventDefault: () => void;
15
+ }, options: any[], optionRef: {
16
+ focus: () => void;
17
+ }[], dropdownTriggerRef: {
18
+ focus: () => void;
19
+ }, searchable: false, inputRef: {
20
+ focus: () => void;
21
+ }) => void;
22
+ handleKeydown: (options: any[], optionIndex: number, event: {
23
+ key: string;
24
+ }, optionRef: {
25
+ focus: () => void;
26
+ }[], triggerRef: {
27
+ focus: () => void;
28
+ }) => number | undefined;
29
+ handleDropdownSearch: (val: string, orgs: any[], optionRef: {
30
+ focus: () => void;
31
+ }[]) => void;
32
+ debouncedFocus: any;
33
+ };
@@ -0,0 +1,195 @@
1
+ import debounce from "lodash/debounce";
2
+ import { ref, nextTick } from "vue";
3
+ export function useDropdown() {
4
+ const active = ref(false);
5
+ let newQuery = ref("");
6
+ async function toggleDropdown($event, optionRef) {
7
+ active.value = !active.value;
8
+ if (active.value && $event.key === "ArrowDown") {
9
+ await nextTick(() => {
10
+ optionRef[0].focus();
11
+ });
12
+ }
13
+ }
14
+ function openDropdown() {
15
+ active.value = true;
16
+ }
17
+ function closeDropdown() {
18
+ active.value = false;
19
+ }
20
+ function onClickOutsideHandler() {
21
+ if (!active.value)
22
+ return;
23
+ closeDropdown();
24
+ }
25
+ function keydownActionsOnTrigger(event, options, optionRef, dropdownTriggerRef, searchable, inputRef) {
26
+ if (event.key !== "Tab") {
27
+ event.preventDefault();
28
+ }
29
+ switch (event.key) {
30
+ case "Tab":
31
+ if (!active.value)
32
+ return;
33
+ closeDropdown();
34
+ break;
35
+ case "ArrowDown":
36
+ nextTick(() => {
37
+ if (active.value && event.key === "ArrowDown") {
38
+ optionRef[0].focus();
39
+ }
40
+ openDropdown();
41
+ });
42
+ break;
43
+ case "ArrowUp":
44
+ openDropdown();
45
+ nextTick(() => {
46
+ if (searchable) {
47
+ return;
48
+ }
49
+ optionRef[0].focus();
50
+ });
51
+ break;
52
+ case " ":
53
+ if (active.value) {
54
+ closeDropdown();
55
+ nextTick(() => {
56
+ dropdownTriggerRef.focus();
57
+ });
58
+ } else {
59
+ openDropdown();
60
+ }
61
+ break;
62
+ case "Enter":
63
+ if (active.value) {
64
+ closeDropdown();
65
+ nextTick(() => {
66
+ dropdownTriggerRef.focus();
67
+ });
68
+ } else {
69
+ nextTick(() => {
70
+ openDropdown();
71
+ });
72
+ }
73
+ break;
74
+ case "Escape":
75
+ closeDropdown();
76
+ dropdownTriggerRef.focus();
77
+ break;
78
+ case "Home":
79
+ openDropdown();
80
+ nextTick(() => {
81
+ optionRef[0].focus();
82
+ });
83
+ break;
84
+ case "End":
85
+ openDropdown();
86
+ nextTick(() => {
87
+ optionRef[options.length - 1].focus();
88
+ });
89
+ break;
90
+ default:
91
+ debounce(handleDropdownSearch(event.key, options, optionRef), 500);
92
+ break;
93
+ }
94
+ }
95
+ function handleKeydown(options, optionIndex, event, optionRef, triggerRef) {
96
+ if (event.altKey && event.key === "ArrowUp") {
97
+ closeDropdown();
98
+ triggerRef.focus();
99
+ return optionIndex;
100
+ }
101
+ switch (event.key) {
102
+ case "Enter":
103
+ nextTick(() => {
104
+ closeDropdown();
105
+ triggerRef.focus();
106
+ return optionIndex;
107
+ });
108
+ break;
109
+ case " ":
110
+ nextTick(() => {
111
+ closeDropdown();
112
+ triggerRef.focus();
113
+ return optionIndex;
114
+ });
115
+ break;
116
+ case "Tab":
117
+ nextTick(() => {
118
+ closeDropdown();
119
+ return optionIndex;
120
+ });
121
+ break;
122
+ case "Escape":
123
+ nextTick(() => {
124
+ closeDropdown();
125
+ triggerRef.focus();
126
+ });
127
+ break;
128
+ case "ArrowDown":
129
+ if (optionIndex === options.length - 1)
130
+ break;
131
+ nextTick(() => {
132
+ optionRef[optionIndex + 1].focus();
133
+ });
134
+ return optionIndex;
135
+ case "ArrowUp":
136
+ if (optionIndex === 0)
137
+ break;
138
+ nextTick(() => {
139
+ optionRef[optionIndex - 1].focus();
140
+ });
141
+ return optionIndex;
142
+ case "Home":
143
+ nextTick(() => {
144
+ optionRef[0].focus();
145
+ });
146
+ return optionIndex;
147
+ case "End":
148
+ nextTick(() => {
149
+ optionRef[options.length - 1].focus();
150
+ });
151
+ return optionIndex;
152
+ case "PageDown": {
153
+ const pageDownIndexToJump = optionIndex + 10 > options.length ? optionIndex + 10 : options.length - 1;
154
+ optionRef[pageDownIndexToJump].focus();
155
+ return optionIndex;
156
+ }
157
+ case "PageUp": {
158
+ const pageUpIndexToJump = optionIndex - 10 < 0 ? optionIndex - 10 : 0;
159
+ optionRef[pageUpIndexToJump].focus();
160
+ return optionIndex;
161
+ }
162
+ default:
163
+ handleDropdownSearch(event.key, options, optionRef);
164
+ break;
165
+ }
166
+ }
167
+ const debouncedFocus = debounce((idx, optionRef) => {
168
+ optionRef[idx].focus();
169
+ }, 500);
170
+ function handleDropdownSearch(val, orgs, optionRef) {
171
+ if (val == "Backspace") {
172
+ newQuery.value = newQuery.value.slice(0, -1);
173
+ return;
174
+ }
175
+ newQuery.value = `${newQuery.value}${val}`;
176
+ const searchIndex = orgs.findIndex(
177
+ (option) => option.name.toLowerCase().includes(newQuery.value.toLowerCase())
178
+ );
179
+ if (searchIndex !== -1) {
180
+ debouncedFocus(searchIndex, optionRef);
181
+ }
182
+ }
183
+ return {
184
+ active,
185
+ newQuery,
186
+ toggleDropdown,
187
+ openDropdown,
188
+ closeDropdown,
189
+ onClickOutsideHandler,
190
+ keydownActionsOnTrigger,
191
+ handleKeydown,
192
+ handleDropdownSearch,
193
+ debouncedFocus
194
+ };
195
+ }
package/dist/types.d.mts CHANGED
@@ -1,3 +1 @@
1
- export { default } from './module.mjs'
2
-
3
- export { type ModuleOptions } from './module.mjs'
1
+ export { type ModuleOptions, default } from './module.js'
@@ -0,0 +1 @@
1
+ export { type ModuleOptions, default } from './module'
package/package.json CHANGED
@@ -1,43 +1,24 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0",
4
+ "description": "My new Nuxt module",
5
+ "repository": "your-org/my-module",
6
+ "license": "MIT",
4
7
  "type": "module",
5
8
  "exports": {
6
9
  ".": {
10
+ "types": "./dist/types.d.ts",
7
11
  "import": "./dist/module.mjs",
8
- "types": "./dist/types.d.mts"
9
- },
10
- "./locale/*": "./locale/*"
12
+ "require": "./dist/module.cjs"
13
+ }
11
14
  },
12
- "main": "./dist/module.mjs",
15
+ "main": "./dist/module.cjs",
16
+ "types": "./dist/types.d.ts",
13
17
  "files": [
14
- "dist",
15
- "locale"
18
+ "dist"
16
19
  ],
17
- "dependencies": {
18
- "@apptegy/nuxt-intl": "^2.4.3",
19
- "@nuxt/icon": "^1.0.0",
20
- "@nuxt/kit": "^3.17.0",
21
- "@vueuse/components": "^12.0.0",
22
- "@vueuse/core": "^12.0.0"
23
- },
24
- "devDependencies": {
25
- "@nuxt/devtools": "^2.6.2",
26
- "@nuxt/eslint-config": "^1.6.0",
27
- "@nuxt/module-builder": "^1.0.1",
28
- "@nuxt/schema": "^3.17.0",
29
- "@nuxt/test-utils": "^3.17.0",
30
- "@types/node": "^22.0.0",
31
- "eslint": "^9.31.0",
32
- "nuxt": "^3.17.0",
33
- "sass": "^1.89.2",
34
- "typescript": "~5.8.0",
35
- "vitest": "^3.2.4",
36
- "vue": "^3.5.13",
37
- "vue-tsc": "^3.0.3"
38
- },
39
20
  "scripts": {
40
- "build": "nuxt-module-build build --watch",
21
+ "prepack": "nuxt-module-build build",
41
22
  "dev": "nuxi dev playground",
42
23
  "dev:build": "nuxi build playground",
43
24
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
@@ -46,5 +27,26 @@
46
27
  "test": "vitest run",
47
28
  "test:watch": "vitest watch",
48
29
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
30
+ },
31
+ "dependencies": {
32
+ "@nuxt/kit": "^3.12.3"
33
+ },
34
+ "devDependencies": {
35
+ "@nuxt/devtools": "^1.3.9",
36
+ "@nuxt/eslint-config": "^0.3.13",
37
+ "@apptegy/icons": "2.10.0",
38
+ "@nuxt/module-builder": "^0.8.1",
39
+ "@nuxt/schema": "^3.12.3",
40
+ "@nuxt/test-utils": "^3.13.1",
41
+ "@types/node": "^20.14.10",
42
+ "changelogen": "^0.5.5",
43
+ "eslint": "^9.7.0",
44
+ "lodash": "^4.17.15",
45
+ "nuxt": "^3.12.3",
46
+ "sass": "^1.77.8",
47
+ "typescript": "^5.5.3",
48
+ "vitest": "^1.6.0",
49
+ "vue": "^3.4.21",
50
+ "vue-tsc": "^2.0.26"
49
51
  }
50
- }
52
+ }
@@ -1,3 +0,0 @@
1
- export declare function apiBrands(authFetch: any): {
2
- getBrandSettings: (clientId: number) => Promise<unknown>;
3
- };
@@ -1,8 +0,0 @@
1
- export function apiBrands(authFetch) {
2
- function getBrandSettings(clientId) {
3
- return authFetch("/v2/public/brand_settings/" + clientId);
4
- }
5
- return {
6
- getBrandSettings
7
- };
8
- }
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 8.57143L6.75 12L13 4" stroke="#662E80" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.66669 8H13.3334M2.66669 4H13.3334M2.66669 12H13.3334" stroke="#2D2D2D" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,13 +0,0 @@
1
- {
2
- "alerts": "<path d=\"M9.50001 14.9411C9.50001 11.8258 11.5577 9.0334 15.0072 8.45692C15.0533 7.84769 15.9467 7.84769 15.9928 8.45692C19.4423 9.0334 21.5 11.8258 21.5 14.9411V18.9411C21.5 19.6441 21.6603 20.2023 22.1109 20.7418L22.8047 21.5725C22.8624 21.6415 22.9085 21.7198 22.9414 21.8042C23.1537 22.3488 22.7629 22.9411 22.1914 22.9411H8.80862C8.23712 22.9411 7.84633 22.3488 8.05857 21.8042C8.09146 21.7198 8.13765 21.6415 8.19528 21.5725L8.88912 20.7418C9.33974 20.2023 9.50001 19.6441 9.50001 18.9411V14.9411Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 24.4414C14.7761 24.4414 15 24.6653 15 24.9414C15 25.2175 15.2239 25.4414 15.5 25.4414C15.7761 25.4414 16 25.2175 16 24.9414C16 24.6653 16.2239 24.4414 16.5 24.4414C16.7761 24.4414 17 24.6653 17 24.9414C17 25.7698 16.3284 26.4414 15.5 26.4414C14.6716 26.4414 14 25.7698 14 24.9414C14 24.6653 14.2239 24.4414 14.5 24.4414Z\" fill=\"currentColor\"/>",
3
- "app_manager": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7H12C11.4477 7 11 7.44772 11 8V23C11 23.5523 11.4477 24 12 24H20C20.5523 24 21 23.5523 21 23V8C21 7.44772 20.5523 7 20 7ZM12 6C10.8954 6 10 6.89543 10 8V23C10 24.1046 10.8954 25 12 25H20C21.1046 25 22 24.1046 22 23V8C22 6.89543 21.1046 6 20 6H12ZM14.5 8C14.2239 8 14 8.22386 14 8.5C14 8.77614 14.2239 9 14.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H14.5ZM15 22C15 21.4477 15.4477 21 16 21C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22Z\" fill=\"currentColor\"/>",
4
- "client_management": "<rect xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" rx=\"4\" fill=\"transparent\"/><path xmlns=\"http://www.w3.org/2000/svg\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2295 7.20328C15.7045 6.93224 16.2942 6.93224 16.7692 7.20328L25.7311 12.3174C25.8174 12.3608 25.8916 12.4289 25.9409 12.5181C26.071 12.7534 25.9791 13.046 25.7355 13.1717L16.7138 17.8275C16.2681 18.0575 15.7332 18.0575 15.2874 17.8275L6.28733 13.1828C6.19947 13.143 6.12267 13.0782 6.06959 12.9914C5.92913 12.7617 6.00801 12.4655 6.24576 12.3299L15.2295 7.20328Z\" fill=\"currentColor\"/><path xmlns=\"http://www.w3.org/2000/svg\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.32101 15L6.24576 15.5859C6.00801 15.7154 5.92913 15.9982 6.06959 16.2175C6.12267 16.3004 6.19947 16.3623 6.28733 16.4003L15.2874 20.8353C15.7332 21.0549 16.2681 21.0549 16.7138 20.8353L25.7355 16.3897C25.9791 16.2697 26.071 15.9903 25.9409 15.7656C25.8916 15.6805 25.8174 15.6154 25.7311 15.574L24.6789 15.0007L16.7138 18.9256C16.2681 19.1452 15.7332 19.1452 15.2874 18.9256L7.32101 15Z\" fill=\"currentColor\"/><path xmlns=\"http://www.w3.org/2000/svg\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.32101 18L6.24576 18.5859C6.00801 18.7154 5.92913 18.9982 6.06959 19.2175C6.12267 19.3004 6.19947 19.3623 6.28733 19.4003L15.2874 23.8353C15.7332 24.0549 16.2681 24.0549 16.7138 23.8353L25.7355 19.3897C25.9791 19.2697 26.071 18.9903 25.9409 18.7656C25.8916 18.6805 25.8174 18.6154 25.7311 18.574L24.6789 18.0007L16.7138 21.9256C16.2681 22.1452 15.7332 22.1452 15.2874 21.9256L7.32101 18Z\" fill=\"currentColor\"/>",
5
- "cms": "<rect x=\"6\" y=\"7\" width=\"20\" height=\"5\" rx=\"1\" fill=\"currentColor\"/><rect x=\"6\" y=\"13\" width=\"6\" height=\"12\" rx=\"1\" fill=\"currentColor\"/><rect x=\"13\" y=\"13\" width=\"13\" height=\"12\" rx=\"1\" fill=\"currentColor\"/>",
6
- "cms_deprecated": "<rect x=\"6\" y=\"7\" width=\"20\" height=\"5\" rx=\"1\" fill=\"currentColor\"/><rect x=\"6\" y=\"13\" width=\"6\" height=\"12\" rx=\"1\" fill=\"currentColor\"/><rect x=\"13\" y=\"13\" width=\"13\" height=\"12\" rx=\"1\" fill=\"currentColor\"/>",
7
- "engage": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 7H9C7.34315 7 6 8.34315 6 10V19.4223C6 20.8292 7.14049 21.9697 8.54736 21.9697C9.06513 21.9697 9.46236 22.4291 9.38758 22.9415L9.13371 24.6809C9.06699 25.138 9.60283 25.4333 9.95371 25.1328L13.3663 22.2102C13.5475 22.055 13.7782 21.9697 14.0168 21.9697H23C24.6569 21.9697 26 20.6266 26 18.9697V10C26 8.34315 24.6569 7 23 7ZM19.9599 10.6097C19.8565 10.4702 19.8565 10.2441 19.9599 10.1046C20.0633 9.96513 20.2309 9.96513 20.3342 10.1046L21.9224 12.2474C21.9703 12.312 22 12.4014 22 12.5C22 12.5484 21.9929 12.5946 21.9799 12.6367C21.967 12.6788 21.9478 12.7183 21.9225 12.7525L20.3342 14.8954C20.2309 15.0349 20.0633 15.0349 19.9599 14.8954C19.8565 14.7559 19.8565 14.5298 19.9599 14.3903L21.0962 12.8571H13.2647C13.1185 12.8571 13 12.6972 13 12.5C13 12.3028 13.1185 12.1429 13.2647 12.1429H21.0962L19.9599 10.6097ZM12.0401 14.1046C12.1435 14.2441 12.1435 14.4702 12.0401 14.6097L10.9038 16.1429H18.7353C18.8815 16.1429 19 16.3028 19 16.5C19 16.6972 18.8815 16.8571 18.7353 16.8571H10.9038L12.0401 18.3903C12.1435 18.5298 12.1435 18.7559 12.0401 18.8954C11.9367 19.0349 11.7691 19.0349 11.6658 18.8954L10.0775 16.7525C10.0522 16.7183 10.033 16.6788 10.0201 16.6367C10.0071 16.5946 10 16.5484 10 16.5C10 16.4014 10.0297 16.312 10.0776 16.2474L11.6658 14.1046C11.7691 13.9651 11.9367 13.9651 12.0401 14.1046Z\" fill=\"currentColor\"/>",
8
- "media": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2295 7.20328C15.7045 6.93224 16.2942 6.93224 16.7692 7.20328L25.7311 12.3174C25.8174 12.3608 25.8916 12.4289 25.9409 12.5181C26.071 12.7534 25.9791 13.046 25.7355 13.1717L16.7138 17.8275C16.2681 18.0575 15.7332 18.0575 15.2874 17.8275L6.28733 13.1828C6.19947 13.143 6.12267 13.0782 6.06959 12.9914C5.92913 12.7617 6.00801 12.4655 6.24576 12.3299L15.2295 7.20328Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.32101 15L6.24576 15.5859C6.00801 15.7154 5.92913 15.9982 6.06959 16.2175C6.12267 16.3004 6.19947 16.3623 6.28733 16.4003L15.2874 20.8353C15.7332 21.0549 16.2681 21.0549 16.7138 20.8353L25.7355 16.3897C25.9791 16.2697 26.071 15.9903 25.9409 15.7656C25.8916 15.6805 25.8174 15.6154 25.7311 15.574L24.6789 15.0007L16.7138 18.9256C16.2681 19.1452 15.7332 19.1452 15.2874 18.9256L7.32101 15Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.32101 18L6.24576 18.5859C6.00801 18.7154 5.92913 18.9982 6.06959 19.2175C6.12267 19.3004 6.19947 19.3623 6.28733 19.4003L15.2874 23.8353C15.7332 24.0549 16.2681 24.0549 16.7138 23.8353L25.7355 19.3897C25.9791 19.2697 26.071 18.9903 25.9409 18.7656C25.8916 18.6805 25.8174 18.6154 25.7311 18.574L24.6789 18.0007L16.7138 21.9256C16.2681 22.1452 15.7332 22.1452 15.2874 21.9256L7.32101 18Z\" fill=\"currentColor\"/>",
9
- "navigate": "<path d=\"M16 18.0148C17.1128 18.0148 18.0149 17.1127 18.0149 16C18.0149 14.8872 17.1128 13.9851 16 13.9851C14.8872 13.9851 13.9851 14.8872 13.9851 16C13.9851 17.1127 14.8872 18.0148 16 18.0148Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4779 5.34443C16.3248 4.88519 15.6752 4.88519 15.5221 5.34443L14.7967 7.52067C11.0303 8.05033 8.05035 11.0303 7.5207 14.7967L5.34443 15.5221C4.88519 15.6752 4.88519 16.3248 5.34443 16.4779L7.52072 17.2033C8.0504 20.9697 11.0303 23.9496 14.7967 24.4792L15.5221 26.6556C15.6752 27.1148 16.3248 27.1148 16.4779 26.6556L17.2033 24.4792C20.9697 23.9496 23.9496 20.9697 24.4793 17.2033L26.6556 16.4779C27.1148 16.3248 27.1148 15.6752 26.6556 15.5221L24.4793 14.7967C23.9496 11.0303 20.9697 8.05034 17.2033 7.52067L16.4779 5.34443ZM18.4648 12.8981L16 5.50371L13.5352 12.8981C13.4349 13.1989 13.1989 13.4349 12.8981 13.5352L5.50372 16L12.8981 18.4648C13.1989 18.5651 13.4349 18.8011 13.5352 19.1019L16 26.4963L18.4648 19.1019C18.5651 18.8011 18.8011 18.5651 19.1019 18.4648L26.4963 16L19.1019 13.5352C18.8011 13.4349 18.5651 13.1989 18.4648 12.8981ZM12.7388 13.0574L11.5308 13.46L10.1075 10.6133C9.94545 10.2892 10.2892 9.94543 10.6133 10.1075L13.46 11.5308L13.0574 12.7388C13.0072 12.8892 12.8892 13.0072 12.7388 13.0574ZM10.1075 21.3866L11.5308 18.54L12.7388 18.9426C12.8892 18.9928 13.0072 19.1108 13.0574 19.2612L13.46 20.4691L10.6133 21.8925C10.2892 22.0545 9.94545 21.7107 10.1075 21.3866ZM21.3867 21.8925L18.54 20.4691L18.9427 19.2612C18.9928 19.1108 19.1108 18.9928 19.2612 18.9426L20.4692 18.54L21.8925 21.3866C22.0545 21.7107 21.7107 22.0545 21.3867 21.8925ZM21.8925 10.6133L20.4691 13.46L19.2612 13.0573C19.1108 13.0072 18.9928 12.8892 18.9426 12.7388L18.54 11.5308L21.3867 10.1075C21.7107 9.94543 22.0545 10.2892 21.8925 10.6133Z\" fill=\"currentColor\"/>",
10
- "rooms": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6522 13.5C19.6522 14.6768 19.0461 15.718 18.1168 16.3525C20.2184 17.0801 21.7391 19.3605 21.7391 21.5C21.7391 21.7761 21.5056 22 21.2174 22H10.7826C10.4945 22 10.2609 21.7761 10.2609 21.5C10.2609 19.3605 11.7816 17.0801 13.8832 16.3525C12.9539 15.718 12.3479 14.6768 12.3479 13.5C12.3479 11.567 13.983 10 16 10C18.0171 10 19.6522 11.567 19.6522 13.5Z\" fill=\"currentColor\"/><path d=\"M8.17392 10.5C9.90282 10.5 11.3044 11.8431 11.3044 13.5C11.3044 14.7012 10.5677 15.7376 9.50364 16.2167C10.1114 16.4184 10.8376 16.6276 11.3044 17C9.6987 17.9049 9.24402 20.0437 9.21739 21H4.52174C4.23359 21 4 20.7761 4 20.5C4 19.3022 4.36495 18.1827 5.08136 17.3529C5.53558 16.8267 6.12187 16.4286 6.81808 16.2048C5.76814 15.7205 5.04349 14.6914 5.04349 13.5C5.04349 11.8431 6.44503 10.5 8.17392 10.5Z\" fill=\"currentColor\"/><path d=\"M23.8261 10.5C22.0972 10.5 20.6956 11.8431 20.6956 13.5C20.6956 14.7012 21.4323 15.7376 22.4964 16.2167C21.8886 16.4184 21.1624 16.6276 20.6956 17C22.3013 17.9049 22.756 20.0437 22.7826 21H27.4783C27.7664 21 28 20.7761 28 20.5C28 19.3022 27.635 18.1827 26.9186 17.3529C26.4644 16.8267 25.8781 16.4286 25.1819 16.2048C26.2319 15.7205 26.9565 14.6914 26.9565 13.5C26.9565 11.8431 25.555 10.5 23.8261 10.5Z\" fill=\"currentColor\"/>",
11
- "theme_manager": "<rect x=\"6\" y=\"7\" width=\"20\" height=\"5\" rx=\"1\" fill=\"currentColor\"/><rect x=\"6\" y=\"13\" width=\"6\" height=\"12\" rx=\"1\" fill=\"currentColor\"/><rect x=\"13\" y=\"13\" width=\"13\" height=\"12\" rx=\"1\" fill=\"currentColor\"/>",
12
- "user_management": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.3918 6.08008C16.1413 5.97331 15.8581 5.97331 15.6076 6.08008L6.60789 9.91611L6 10.1752V10.836V17.996C6 22.9666 10.0294 26.996 15 26.996H16.9994C21.97 26.996 25.9994 22.9666 25.9994 17.996V10.836V10.1752L25.3915 9.91611L16.3918 6.08008ZM8 17.996V11.4968L15.9997 8.08705L23.9994 11.4968V17.996C23.9994 20.3793 22.8084 22.4844 20.989 23.7485C20.5252 22.2475 19.3899 20.8909 17.9531 20.3731C18.7902 19.7781 19.3361 18.8018 19.3361 17.6983C19.3361 15.8858 17.8632 14.4164 16.0464 14.4164C14.2296 14.4164 12.7568 15.8858 12.7568 17.6983C12.7568 18.8018 13.3027 19.7781 14.1397 20.3731C12.6861 20.897 11.541 22.2795 11.0877 23.8015C9.22487 22.5437 8 20.4129 8 17.996Z\" fill=\"currentColor\"/>"
13
- }
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="4.3335" y="5.5" width="15.3333" height="13" rx="0.666667" stroke="#662E80"/>
3
- <path d="M10 6L10 18" stroke="#662E80" stroke-linecap="round"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6263 1.6087C13.0678 2.13532 13.3333 2.81151 13.3333 3.54897C13.3333 5.22916 11.9559 6.59105 10.2565 6.59105C10.1797 6.59105 10.1036 6.58826 10.0282 6.58278C10.1737 6.83855 10.2567 7.13375 10.2567 7.44821C10.2566 7.73741 10.1864 8.01033 10.0619 8.25129C11.0877 8.74406 11.795 9.78216 11.7952 10.9856C11.7952 11.5456 11.3356 12 10.7692 12H2.56467C1.99821 12 1.53867 11.5456 1.53867 10.9856C1.53881 9.78225 2.2461 8.74396 3.27171 8.25107C3.14726 8.01017 3.07705 7.73732 3.077 7.44821C3.077 7.13376 3.16002 6.83855 3.30555 6.58278C3.23004 6.58826 3.15377 6.59105 3.07683 6.59105C1.37761 6.59088 0 5.22905 0 3.54897C7.92599e-05 2.81135 0.265697 2.13503 0.707484 1.60836C0.585132 1.44137 0.513 1.23606 0.513 1.01408C0.513 0.454021 0.972207 0 1.53867 0H4.61567C5.18213 0 5.64133 0.454021 5.64133 1.01408C5.64133 1.2362 5.56911 1.44165 5.4466 1.6087C5.85423 2.09487 6.11177 2.70851 6.14899 3.38016H7.18434C7.22158 2.70836 7.47929 2.09458 7.88715 1.60836C7.7648 1.44137 7.69267 1.23605 7.69267 1.01408C7.69267 0.454021 8.15187 0 8.71833 0H11.7953C12.3618 0 12.821 0.454021 12.821 1.01408C12.821 1.2362 12.7488 1.44165 12.6263 1.6087ZM8.90015 2.02817C8.47434 2.39969 8.20577 2.94329 8.20567 3.54897C8.20567 4.66898 9.12373 5.57762 10.2565 5.57779C11.3894 5.57779 12.3085 4.66909 12.3085 3.54897C12.3084 2.94329 12.0396 2.39969 11.6136 2.02817H8.90015ZM5.64083 8.70988C5.64083 9.12681 6.24532 9.46433 6.66701 9.46433C7.0887 9.46433 7.69283 9.12681 7.69283 8.70988C7.69284 8.57344 7.74842 8.44248 7.84708 8.34709C7.94289 8.25457 8.07191 8.20267 8.20583 8.20267H8.46759C8.8892 8.20267 9.23051 7.86502 9.23067 7.44821C9.23067 7.03128 8.88929 6.6926 8.46759 6.6926H8.20583C7.96517 6.6926 7.75636 6.52752 7.70452 6.29516L7.28033 4.39457H6.05334L5.62915 6.29516C5.57734 6.52735 5.36945 6.69237 5.129 6.6926H4.86607C4.44452 6.69277 4.103 7.03138 4.103 7.44821C4.10316 7.86492 4.44462 8.2025 4.86607 8.20267H5.129L5.2295 8.21307C5.32786 8.23262 5.41926 8.28053 5.49126 8.35171C5.58728 8.44677 5.64082 8.57552 5.64083 8.70988ZM1.026 3.54897C1.0261 2.94329 1.29467 2.39969 1.72048 2.02817H4.43389C4.85992 2.39969 5.12874 2.94329 5.12883 3.54897C5.12883 4.66909 4.20975 5.57779 3.07683 5.57779C1.94407 5.57762 1.026 4.66898 1.026 3.54897Z" fill="black"/>
3
- <path d="M1.026 3.54897C1.0261 2.94329 1.29467 2.39969 1.72048 2.02817H4.43389C4.85992 2.39969 5.12874 2.94329 5.12883 3.54897C5.12883 4.66909 4.20975 5.57779 3.07683 5.57779C1.94407 5.57762 1.026 4.66898 1.026 3.54897Z" fill="#C8D5F0"/>
4
- <path d="M8.90015 2.02817C8.47434 2.39969 8.20577 2.94329 8.20567 3.54897C8.20567 4.66898 9.12373 5.57762 10.2565 5.57779C11.3894 5.57779 12.3085 4.66909 12.3085 3.54897C12.3084 2.94329 12.0396 2.39969 11.6136 2.02817H8.90015Z" fill="#C8D5F0"/>
5
- <path d="M5.64083 8.70988C5.64083 9.12681 6.24532 9.46433 6.66701 9.46433C7.0887 9.46433 7.69283 9.12681 7.69283 8.70988C7.69284 8.57344 7.74842 8.44248 7.84708 8.34709C7.94289 8.25457 8.07191 8.20267 8.20583 8.20267H8.46759C8.8892 8.20267 9.23051 7.86502 9.23067 7.44821C9.23067 7.03128 8.88929 6.6926 8.46759 6.6926H8.20583C7.96517 6.6926 7.75636 6.52752 7.70452 6.29516L7.28033 4.39457H6.05334L5.62915 6.29516C5.57734 6.52735 5.36945 6.69237 5.129 6.6926H4.86607C4.44452 6.69277 4.103 7.03138 4.103 7.44821C4.10316 7.86492 4.44462 8.2025 4.86607 8.20267H5.129L5.2295 8.21307C5.32786 8.23262 5.41926 8.28053 5.49126 8.35171C5.58728 8.44677 5.64082 8.57552 5.64083 8.70988Z" fill="#E4B7B7"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="32" viewBox="0 0 20 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.0003 6.57275C4.73716 6.57275 0.470703 10.8319 0.470703 16.086C0.470703 20.6293 4.16253 24.4106 8.45513 25.3548C8.55004 25.3757 8.61012 25.2593 8.53817 25.1941C5.80733 22.7185 3.85273 18.7657 3.7737 16.4096C3.75092 15.7303 3.93288 15.1908 4.23436 14.6553C4.8071 13.6384 5.46017 12.6644 5.9949 11.6291C6.5857 10.4855 7.02617 10.337 8.2145 10.3051C9.3889 10.2736 10.565 10.3044 11.7398 10.2965C13.025 10.2879 13.4461 10.5534 14.0735 11.6947C14.7245 12.878 15.3162 13.6227 15.9705 14.8041C16.4126 15.6013 16.3693 16.5735 15.9254 17.366C15.3671 18.3651 14.1127 20.4534 14.0082 20.6568C13.4739 21.701 12.854 21.9153 11.7117 21.9473C11.4582 21.954 10.9407 21.9524 10.6876 21.9473C10.0349 21.9322 9.45967 22.2383 9.07267 22.8133C8.39853 23.8145 9.39315 25.5011 10.6737 25.4245C15.6408 25.1235 19.5299 21.136 19.5299 16.086C19.5299 10.8319 15.2634 6.57275 10.0003 6.57275Z" fill="#F5897F"/>
3
- </svg>
@@ -1,19 +0,0 @@
1
- <svg width="198" height="32" viewBox="0 0 198 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M82.5183 24.0002C82.1029 24.0002 81.8501 23.946 81.5612 23.8557V22.8625H81.6153C81.7779 22.9167 82.0307 22.9889 82.4641 22.9889C83.1684 22.9889 83.674 22.6819 84.0171 21.7248L84.3241 20.8941L80.7305 11.5759H81.9223L84.1616 17.6075C84.4866 18.4743 84.902 19.7384 84.902 19.7384H84.9381C84.9381 19.7384 85.3354 18.4743 85.6424 17.6075L87.7914 11.5759H88.9471L85.1006 21.8873C84.4686 23.5668 83.7282 24.0002 82.5183 24.0002Z" fill="#333333"/>
3
- <path d="M75.9586 21.1647C74.532 21.1647 73.5929 20.6048 72.8706 19.5033H72.8345V20.9118H71.7148V8H72.8345V13.1828H72.8706C73.5207 12.0993 74.55 11.3769 76.0308 11.3769C78.2701 11.3769 79.8773 13.1647 79.8773 16.2708C79.8773 19.1421 78.4146 21.1647 75.9586 21.1647ZM75.9044 20.2256C77.8186 20.2256 78.7396 18.4739 78.7396 16.2889C78.7396 13.9593 77.7464 12.316 75.8864 12.316C73.8277 12.316 72.7442 14.0677 72.7442 16.2889C72.7442 18.6184 73.8277 20.2256 75.9044 20.2256Z" fill="#333333"/>
4
- <path d="M61.8923 21.1647C59.3821 21.1647 57.8652 19.1421 57.8652 16.2708C57.8652 13.1647 59.635 11.3769 61.8562 11.3769C63.2828 11.3769 64.3302 12.0451 64.9261 13.1286H64.9622V8H66.0819V20.9118H64.9622V19.5213H64.9261C64.2399 20.5868 63.3009 21.1647 61.8923 21.1647ZM61.9284 20.2256C63.969 20.2256 65.0525 18.6184 65.0525 16.2889C65.0525 13.9954 63.951 12.316 61.9284 12.316C60.0864 12.316 59.021 13.9593 59.021 16.2889C59.021 18.4739 59.96 20.2256 61.9284 20.2256Z" fill="#333333"/>
5
- <path d="M52.5279 21.1466C49.7288 21.1466 48.1758 19.0518 48.1758 16.2527C48.1758 13.4537 49.8552 11.3589 52.4376 11.3589C55.4353 11.3589 56.4647 13.8329 56.4466 16.4514H49.3315C49.3857 18.5462 50.397 20.1895 52.5279 20.1895C54.0809 20.1895 54.8936 19.3588 55.2547 18.0947H56.3382C55.941 19.9367 54.6227 21.1466 52.5279 21.1466ZM49.3496 15.5665H55.2728C55.2186 13.7246 54.3518 12.2799 52.4376 12.2799C50.5414 12.2799 49.5482 13.7065 49.3496 15.5665Z" fill="#333333"/>
6
- <path d="M43.0508 20.9117V11.5754H44.1704V13.309H44.2065C44.7844 12.2255 45.7596 11.5032 47.0598 11.5032C47.2042 11.5032 47.2945 11.5212 47.3668 11.5393V12.6409C46.6986 12.5325 45.9582 12.677 45.3803 13.0923C44.658 13.6341 44.1704 14.5009 44.1704 15.6025V20.9117H43.0508Z" fill="#333333"/>
7
- <path d="M37.2252 21.1466C34.4261 21.1466 32.873 19.0518 32.873 16.2527C32.873 13.4537 34.5525 11.3589 37.1349 11.3589C40.1326 11.3589 41.1619 13.8329 41.1439 16.4514H34.0288C34.083 18.5462 35.0942 20.1895 37.2252 20.1895C38.7782 20.1895 39.5908 19.3588 39.952 18.0947H41.0355C40.6382 19.9367 39.3199 21.1466 37.2252 21.1466ZM34.0469 15.5665H39.9701C39.9159 13.7246 39.0491 12.2799 37.1349 12.2799C35.2387 12.2799 34.2455 13.7065 34.0469 15.5665Z" fill="#333333"/>
8
- <path d="M22.2927 20.9122L19.5117 11.5759H20.6855L22.3108 17.3547C22.5636 18.2756 22.9067 19.7926 22.9067 19.7926H22.9428C22.9428 19.7926 23.304 18.2937 23.5388 17.4449L25.1279 11.5759H26.3378L27.8728 17.4449C28.0895 18.2937 28.4326 19.7926 28.4326 19.7926H28.4688C28.4688 19.7926 28.848 18.2576 29.1189 17.3547L30.8525 11.5759H31.9902L29.0466 20.9122H27.8186L26.2114 14.9529C25.9767 14.068 25.7239 12.84 25.7239 12.84H25.6877C25.6877 12.84 25.4349 14.068 25.2002 14.9529L23.5568 20.9122H22.2927Z" fill="#333333"/>
9
- <path d="M14.3028 20.2076C16.3795 20.2076 17.463 18.4378 17.463 16.2527C17.463 14.0677 16.3795 12.2979 14.3028 12.2979C12.208 12.2979 11.1245 14.0677 11.1245 16.2527C11.1245 18.4378 12.208 20.2076 14.3028 20.2076ZM14.3028 21.1466C11.6121 21.1466 9.96875 19.0338 9.96875 16.2527C9.96875 13.4717 11.6121 11.3589 14.3028 11.3589C16.9935 11.3589 18.6007 13.4717 18.6007 16.2527C18.6007 19.0338 16.9935 21.1466 14.3028 21.1466Z" fill="#333333"/>
10
- <path d="M0.363281 23.9101V11.5761H1.48291V13.1833H1.51903C2.16914 12.0817 3.19847 11.3774 4.67927 11.3774C6.91853 11.3774 8.5438 13.1472 8.5438 16.2532C8.5438 19.1245 7.063 21.1471 4.60704 21.1471C3.18041 21.1471 2.22331 20.5873 1.51903 19.558H1.48291V23.9101H0.363281ZM4.55286 20.2081C6.46707 20.2081 7.40611 18.4383 7.40611 16.2713C7.40611 13.9418 6.39483 12.3165 4.53481 12.3165C2.47613 12.3165 1.39262 14.0682 1.39262 16.2894C1.39262 18.5828 2.42196 20.2081 4.55286 20.2081Z" fill="#333333"/>
11
- <path d="M135.417 10.8388C135.944 10.5321 136.581 10.3669 137.341 10.3669C138.071 10.3669 138.73 10.51 139.318 10.796C139.905 11.0821 140.41 11.479 140.832 11.9865C141.255 12.4944 141.577 13.1058 141.799 13.8208C142.021 14.5361 142.133 15.3224 142.133 16.1806C142.133 17.0673 142.018 17.872 141.789 18.594C141.559 19.3163 141.233 19.9277 140.811 20.428C140.388 20.9288 139.883 21.315 139.296 21.5865C138.708 21.858 138.064 21.9941 137.362 21.9941C136.588 21.9941 136.004 21.8906 135.421 21.5997C135.421 21.5997 134.842 21.3685 134.182 20.6966H134.138V25.4265H131.336V10.6671H134.031V11.8648H134.096C134.096 11.8648 134.635 11.294 135.417 10.8388ZM136.922 19.6612C137.66 19.6612 138.246 19.3625 138.68 18.7653C139.113 18.168 139.329 17.3312 139.329 16.2544C139.329 15.1783 139.134 14.3006 138.743 13.6221C138.353 12.9439 137.71 12.6045 136.816 12.6045C136.361 12.6045 135.974 12.7006 135.654 12.892C135.335 13.084 135.072 13.342 134.866 13.6663C134.66 13.9909 134.511 14.3781 134.419 14.8278C134.326 15.2778 134.28 15.7534 134.28 16.2545C134.28 17.2871 134.504 18.1129 134.951 18.7322C135.399 19.3515 136.056 19.6612 136.922 19.6612Z" fill="#333333"/>
12
- <path d="M147.542 10.8385C148.069 10.5319 148.706 10.3667 149.466 10.3667C150.196 10.3667 150.855 10.5098 151.443 10.7958C152.03 11.0819 152.535 11.4787 152.957 11.9863C153.38 12.4941 153.702 13.1055 153.924 13.8205C154.146 14.5359 154.258 15.3221 154.258 16.1804C154.258 17.0671 154.143 17.8717 153.914 18.5937C153.684 19.3161 153.358 19.9275 152.936 20.4278C152.513 20.9286 152.008 21.3148 151.421 21.5863C150.833 21.8578 150.189 21.9938 149.487 21.9938C148.713 21.9938 148.129 21.8904 147.546 21.5994C147.546 21.5994 146.967 21.3683 146.307 20.6963H146.263V25.4263H143.461V10.6668H146.156V11.8646H146.221C146.221 11.8646 146.76 11.2937 147.542 10.8385ZM149.047 19.6609C149.785 19.6609 150.371 19.3623 150.804 18.7651C151.238 18.1678 151.454 17.331 151.454 16.2542C151.454 15.178 151.259 14.3004 150.868 13.6218C150.478 12.9436 149.835 12.6042 148.94 12.6042C148.486 12.6042 148.099 12.7004 147.779 12.8918C147.46 13.0838 147.197 13.3417 146.991 13.666C146.785 13.9906 146.636 14.3779 146.544 14.8276C146.451 15.2775 146.405 15.7531 146.405 16.2543C146.405 17.2869 146.629 18.1126 147.076 18.7319C147.524 19.3512 148.18 19.6609 149.047 19.6609Z" fill="#333333"/>
13
- <path d="M188.508 22.9813H189.213C189.801 22.9813 190.219 22.8452 190.47 22.5737C190.721 22.3019 190.847 21.9372 190.847 21.4796C190.847 21.3368 190.832 21.1759 190.803 20.997C190.775 20.8183 190.728 20.6144 190.664 20.3856C190.599 20.1569 190.513 19.8888 190.406 19.5811C190.299 19.2737 190.166 18.9128 190.009 18.4977L187.043 10.6675H190.116L191.749 15.623C191.835 15.8805 191.917 16.1487 191.996 16.4276C192.075 16.7064 192.15 16.9676 192.222 17.2106C192.293 17.4824 192.372 17.7542 192.458 18.0257H192.501C192.558 17.7542 192.623 17.4824 192.695 17.2106C192.752 16.9676 192.82 16.7064 192.899 16.4276C192.977 16.1487 193.06 15.8805 193.146 15.623L194.693 10.6675H197.637L193.79 21.9515C193.576 22.5663 193.357 23.0849 193.135 23.507C192.913 23.9285 192.748 24.2718 192.455 24.5366C192.161 24.8011 191.817 24.9904 191.423 25.1051C191.029 25.2194 190.553 25.2767 189.994 25.2767H187.622L188.508 22.9813Z" fill="#333333"/>
14
- <path d="M170.978 18.394C170.821 18.807 170.571 19.1345 170.228 19.3766C169.884 19.62 169.426 19.7414 168.853 19.7414C168.022 19.7414 167.374 19.4984 166.908 19.0119C166.442 18.5258 166.152 17.8535 166.038 16.9955H174.032C174.032 16.0087 173.914 15.1112 173.677 14.3031C173.441 13.4954 173.093 12.7981 172.635 12.2114C172.176 11.6252 171.611 11.171 170.937 10.8492C170.264 10.5274 169.483 10.3667 168.595 10.3667C167.793 10.3667 167.059 10.5168 166.392 10.817C165.726 11.1175 165.153 11.5251 164.673 12.0398C164.193 12.5547 163.821 13.1662 163.556 13.874C163.29 14.5819 163.158 15.3435 163.158 16.1586C163.158 16.9739 163.284 17.7393 163.534 18.4541C163.785 19.1694 164.154 19.7878 164.641 20.3097C165.128 20.832 165.726 21.243 166.435 21.5433C167.144 21.8435 167.957 21.9938 168.874 21.9938C169.576 21.9938 170.214 21.8972 170.787 21.7041C171.36 21.5111 171.858 21.2503 172.28 20.9212C172.703 20.5924 173.047 20.2099 173.312 19.7735C173.494 19.4741 173.634 19.1621 173.738 18.8391L170.978 18.394ZM166.876 13.2519C167.277 12.8303 167.864 12.6191 168.638 12.6191C169.311 12.6191 169.859 12.8373 170.282 13.2735C170.704 13.7099 170.937 14.2783 170.98 14.9788H166.081C166.21 14.2496 166.475 13.6739 166.876 13.2519Z" fill="#333333"/>
15
- <path d="M179.923 10.3677C179.221 10.3677 178.58 10.493 178 10.743C177.419 10.9935 176.918 11.3544 176.495 11.8264C176.073 12.2984 175.743 12.8668 175.507 13.5319C175.271 14.1969 175.152 14.9369 175.152 15.7521C175.152 16.5817 175.292 17.3219 175.571 17.9726C175.851 18.6235 176.216 19.1738 176.667 19.6243C177.119 20.0748 177.634 20.4181 178.214 20.6541C178.795 20.8901 179.393 21.0081 180.009 21.0081C180.009 21.0081 181.682 21.1394 182.888 19.9483H182.953V20.9223C182.953 22.4524 182.136 23.2177 180.503 23.2177C179.815 23.2177 179.303 23.0997 178.967 22.8638C178.649 22.6412 178.434 22.3691 178.314 22.0511L175.766 23.1344C176.062 23.6818 176.5 24.1428 177.04 24.5155C177.921 25.1232 179.264 25.4273 180.782 25.4273C181.599 25.4273 182.208 25.3271 182.896 25.1268C183.584 24.9265 184.156 24.6121 184.615 24.183C185.03 23.8109 185.26 23.3534 185.489 22.8101C185.718 22.2664 185.833 21.6088 185.833 20.8365V10.6679H183.017V11.6579H182.974C182.034 10.2585 179.923 10.3677 179.923 10.3677ZM182.953 16.8463C182.852 17.204 182.698 17.5188 182.491 17.7903C182.283 18.0621 182.015 18.2766 181.685 18.4338C181.355 18.5914 180.961 18.6697 180.503 18.6697C179.744 18.6697 179.139 18.4124 178.687 17.8975C178.236 17.3826 178.01 16.6532 178.01 15.7094C178.01 14.7799 178.236 14.0467 178.687 13.5104C179.139 12.9741 179.737 12.7059 180.482 12.7059C180.926 12.7059 181.312 12.7847 181.642 12.942C181.971 13.0995 182.244 13.314 182.459 13.5855C182.674 13.8573 182.835 14.1754 182.942 14.5402C183.05 14.9048 183.103 15.2876 183.103 15.6879C183.103 16.1028 183.053 16.489 182.953 16.8463Z" fill="#333333"/>
16
- <path d="M156.676 6.57275V10.5755H155.102V13.0583H156.676V18.7896C156.676 18.7896 156.57 21.0692 158.947 21.6571C160.777 22.0863 162.792 21.3097 162.792 21.3097L161.775 18.6989C161.775 18.6989 159.534 19.802 159.534 17.8074C159.534 15.7171 159.534 13.0583 159.534 13.0583L161.827 13.0417L162.792 10.5755H159.534V6.57275H156.676Z" fill="#333333"/>
17
- <path d="M129.457 20.064V14.4649L129.455 14.4684V14.4642C129.455 13.1771 129.094 12.1796 128.37 11.4716C127.647 10.7635 126.461 10.4097 124.814 10.4097C124.011 10.4097 123.317 10.5099 122.729 10.7101C122.142 10.9104 121.655 11.1749 121.268 11.5037C120.881 11.8329 120.587 12.2154 120.387 12.6514C120.327 12.7825 120.278 12.9166 120.234 13.0522L122.546 14.0351H122.665C122.708 13.5061 122.901 13.1162 123.245 12.866C123.589 12.6159 124.105 12.4904 124.792 12.4904C125.408 12.4904 125.87 12.6085 126.178 12.8443C126.486 13.0805 126.64 13.3988 126.64 13.799C126.64 14.2141 126.426 14.493 125.996 14.6356C125.566 14.7788 124.892 14.9145 123.976 15.0433C123.36 15.1291 122.783 15.247 122.246 15.3972C121.709 15.5475 121.239 15.7585 120.838 16.0301C120.437 16.302 120.122 16.6452 119.893 17.0599C119.663 17.4748 119.549 17.9823 119.549 18.5828C119.549 19.6844 119.907 20.521 120.623 21.0927C121.34 21.665 122.264 21.951 123.396 21.951C123.396 21.951 124.146 21.951 124.831 21.8408C125.659 21.6884 126.44 21.2485 126.918 20.7594L127.027 21.6934H127.028L127.028 21.6941H129.843V21.5868C129.585 21.4014 129.457 20.8935 129.457 20.064ZM126.705 17.8109C126.705 18.0827 126.647 18.3437 126.533 18.5938C126.418 18.8442 126.25 19.0658 126.028 19.2589C125.806 19.4519 125.534 19.6094 125.211 19.7307C124.889 19.8524 124.52 19.9131 124.105 19.9131C123.589 19.9131 123.173 19.8095 122.858 19.6021C122.543 19.3949 122.386 19.0335 122.386 18.5187C122.386 18.0039 122.572 17.6322 122.944 17.4031C123.317 17.1745 123.89 16.9741 124.663 16.8025C125.036 16.7165 125.405 16.6275 125.77 16.5342C126.135 16.4416 126.447 16.3165 126.705 16.1589V17.8109H126.705Z" fill="#333333"/>
18
- <path d="M106.477 6.57251C101.214 6.57251 96.9473 10.8316 96.9473 16.0858C96.9473 20.6291 100.639 24.4104 104.932 25.3546C105.027 25.3754 105.087 25.2591 105.015 25.1938C102.284 22.7183 100.329 18.7655 100.25 16.4094C100.227 15.73 100.409 15.1906 100.711 14.655C101.284 13.6382 101.937 12.6642 102.471 11.6289C103.062 10.4853 103.503 10.3367 104.691 10.3049C105.865 10.2734 107.042 10.3041 108.216 10.2963C109.502 10.2877 109.923 10.5531 110.55 11.6945C111.201 12.8778 111.793 13.6225 112.447 14.8039C112.889 15.6011 112.846 16.5732 112.402 17.3658C111.844 18.3648 110.589 20.4532 110.485 20.6565C109.95 21.7007 109.331 21.915 108.188 21.9471C107.935 21.9538 107.417 21.9522 107.164 21.9471C106.511 21.932 105.936 22.2381 105.549 22.8131C104.875 23.8143 105.87 25.5009 107.15 25.4243C112.117 25.1232 116.006 21.1357 116.006 16.0858C116.006 10.8316 111.74 6.57251 106.477 6.57251Z" fill="#F5897F"/>
19
- </svg>
@@ -1,16 +0,0 @@
1
- interface IAvatarProps {
2
- /**
3
- * Defines the src property of the image to be rendered.
4
- */
5
- src?: string;
6
- /**
7
- * Defines the name value that will be displayed as initials alongside the avatar.
8
- */
9
- name: string;
10
- /**
11
- * Indicates if the user is being impersonated.
12
- */
13
- isImpersonated?: boolean;
14
- }
15
- declare const _default: import("vue").DefineComponent<IAvatarProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IAvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- export default _default;
@@ -1,12 +0,0 @@
1
- declare var __VLS_7: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,39 +0,0 @@
1
- import type { IUser } from '../../types/index.js';
2
- interface IHeaderProps {
3
- sticky?: boolean;
4
- clientId?: number;
5
- homepageUrl?: string;
6
- isAdmin?: boolean;
7
- }
8
- interface IUserDropdown {
9
- user: {
10
- name: string;
11
- email: string;
12
- avatar?: string;
13
- };
14
- impersonatedUser?: IUser;
15
- useLogoutEmit?: boolean;
16
- userDropdownOptions: Array<unknown>;
17
- }
18
- type __VLS_Props = IHeaderProps & IUserDropdown;
19
- declare var __VLS_1: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {};
20
- type __VLS_Slots = {} & {
21
- logo?: (props: typeof __VLS_1) => any;
22
- } & {
23
- breadcrumbs?: (props: typeof __VLS_13) => any;
24
- } & {
25
- 'org-select'?: (props: typeof __VLS_15) => any;
26
- } & {
27
- 'user-controls'?: (props: typeof __VLS_17) => any;
28
- };
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
30
- homepageUrl: string;
31
- isAdmin: boolean;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
- export default _default;
35
- type __VLS_WithSlots<T, S> = T & {
36
- new (): {
37
- $slots: S;
38
- };
39
- };
@@ -1,14 +0,0 @@
1
- interface IHelpArticlesProps {
2
- helpArticleOptions: Array<unknown>;
3
- settingsRoute: string;
4
- schoolWebsite: string;
5
- showHelpArticles: boolean;
6
- collapsed: boolean;
7
- }
8
- declare const _default: import("vue").DefineComponent<IHelpArticlesProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IHelpArticlesProps> & Readonly<{}>, {
9
- helpArticleOptions: Array<unknown>;
10
- settingsRoute: string;
11
- schoolWebsite: string;
12
- showHelpArticles: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- export default _default;
@@ -1,30 +0,0 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="134" height="25" viewBox="0 0 134 25" fill="none">
3
- <mask id="mask0_2059_16622" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="134" height="25">
4
- <path d="M134 0H0V24.8166H134V0Z" fill="white"/>
5
- </mask>
6
- <g mask="url(#mask0_2059_16622)">
7
- <path d="M51.0852 5.60941C51.7678 5.21888 52.63 5.00586 53.6359 5.00586C54.6418 5.00586 55.4681 5.18337 56.2584 5.57391C57.0488 5.96444 57.6954 6.46148 58.2702 7.13604C58.845 7.81059 59.2761 8.59166 59.5635 9.55024C59.8509 10.5088 59.9946 11.5384 59.9946 12.639C59.9946 13.7396 59.8509 14.8757 59.5276 15.7988C59.2402 16.7573 58.7732 17.5384 58.2343 18.213C57.6595 18.8875 57.0128 19.3846 56.2225 19.7396C55.4321 20.0946 54.5699 20.2721 53.6718 20.2721C52.7737 20.2721 51.8756 20.1301 51.0852 19.7396C51.0852 19.7396 50.3308 19.4201 49.4327 18.568H49.3608V24.781H45.6246V5.36089H49.2171V6.92302H49.289C49.289 6.92302 50.0075 6.17746 51.0493 5.57391L51.0852 5.60941ZM53.0611 17.2189C54.0311 17.2189 54.8214 16.8283 55.3962 16.0473C55.971 15.2662 56.2584 14.1656 56.2584 12.7455C56.2584 11.3254 56.0069 10.1893 55.4681 9.26621C54.9651 8.37864 54.1029 7.9171 52.9174 7.9171C51.7319 7.9171 51.8037 8.05912 51.3726 8.30764C50.9415 8.55616 50.5823 8.91119 50.3308 9.33722C50.0434 9.76326 49.8638 10.2603 49.7201 10.8638C49.6123 11.4674 49.5404 12.0709 49.5404 12.7455C49.5404 14.0946 49.8278 15.1952 50.4386 16.0118C51.0493 16.8283 51.9115 17.2189 53.0611 17.2189Z" fill="#503462"/>
8
- <path d="M67.1796 5.60941C67.8622 5.21888 68.7244 5.00586 69.7303 5.00586C70.7362 5.00586 71.5624 5.18337 72.3528 5.57391C73.1431 5.96444 73.7898 6.46148 74.3646 7.13604C74.9394 7.81059 75.3705 8.59166 75.6579 9.55024C75.9453 10.5088 76.089 11.5384 76.089 12.639C76.089 13.7396 75.9453 14.8757 75.6219 15.7988C75.3345 16.7573 74.8675 17.5384 74.3286 18.213C73.7538 18.8875 73.1072 19.3846 72.3168 19.7396C71.5265 20.0946 70.6643 20.2721 69.7662 20.2721C68.8681 20.2721 67.9699 20.1301 67.1796 19.7396C67.1796 19.7396 66.4252 19.4201 65.527 18.568H65.4552V24.781H61.719V5.36089H65.3115V6.92302H65.3833C65.3833 6.92302 66.1018 6.17746 67.1437 5.57391L67.1796 5.60941ZM69.1914 17.2189C70.1614 17.2189 70.9517 16.8283 71.5265 16.0473C72.1013 15.2662 72.3887 14.1656 72.3887 12.7455C72.3887 11.3254 72.1372 10.1893 71.5983 9.26621C71.0954 8.37864 70.2332 7.9171 69.0477 7.9171C67.8622 7.9171 67.934 8.05912 67.5029 8.30764C67.0718 8.55616 66.7126 8.91119 66.4611 9.33722C66.1737 9.76326 65.9941 10.2603 65.8504 10.8638C65.7426 11.4674 65.6707 12.0709 65.6707 12.7455C65.6707 14.0946 65.9581 15.1952 66.5689 16.0118C67.1796 16.8283 68.0418 17.2189 69.1914 17.2189Z" fill="#503462"/>
9
- <path d="M121.57 21.5857H122.504C123.294 21.5857 123.833 21.4082 124.157 21.0531C124.48 20.6981 124.66 20.2011 124.66 19.5975C124.66 18.994 124.66 19.207 124.588 18.9585C124.552 18.71 124.48 18.4614 124.408 18.1419C124.336 17.8579 124.193 17.5029 124.049 17.0768C123.905 16.6863 123.726 16.1892 123.51 15.6567L119.558 5.36084H123.654L125.809 11.8934C125.917 12.2484 126.025 12.5679 126.132 12.9585C126.24 13.3135 126.348 13.6685 126.42 13.9881C126.528 14.3431 126.635 14.6981 126.743 15.0531H126.815C126.887 14.6981 126.959 14.3431 127.067 13.9881C127.138 13.6685 127.246 13.3135 127.354 12.9585C127.462 12.6034 127.569 12.2484 127.677 11.8934L129.725 5.36084H133.641L128.539 20.2011C128.252 21.0176 127.965 21.6922 127.677 22.2602C127.39 22.8283 127.174 23.2543 126.779 23.6094C126.384 23.9644 125.917 24.2129 125.414 24.3549C124.875 24.4969 124.264 24.5679 123.51 24.5679H120.349L121.534 21.5502L121.57 21.5857Z" fill="#503462"/>
10
- <path d="M98.2906 15.5501C98.075 16.0826 97.7517 16.5087 97.2847 16.8282C96.8177 17.1477 96.2069 17.3252 95.4525 17.3252C94.3388 17.3252 93.4766 17.0057 92.8659 16.3667C92.2552 15.7276 91.86 14.84 91.7163 13.7039H102.314C102.314 12.3903 102.17 11.2187 101.847 10.1536C101.524 9.08856 101.057 8.16548 100.446 7.38442C99.8354 6.60335 99.0809 5.9998 98.1828 5.60927C97.2847 5.18323 96.2429 4.97021 95.0573 4.97021C93.8718 4.97021 93.0096 5.18323 92.1474 5.57376C91.2493 5.9643 90.4949 6.49684 89.8482 7.1714C89.2016 7.84595 88.6986 8.66252 88.3753 9.5856C88.0161 10.5087 87.8364 11.5028 87.8364 12.6034C87.8364 13.7039 88.016 14.698 88.3394 15.6211C88.6627 16.5797 89.1656 17.3607 89.8123 18.0708C90.4589 18.7454 91.2493 19.3134 92.1833 19.7039C93.1174 20.0945 94.1951 20.3075 95.4166 20.3075C96.638 20.3075 97.1769 20.1655 97.9673 19.917C98.7217 19.6684 99.4043 19.3134 99.9431 18.8874C100.518 18.4613 100.949 17.9643 101.308 17.3607C101.56 16.9702 101.739 16.5442 101.883 16.1181L98.2187 15.5501H98.2906ZM92.83 8.80454C93.3689 8.23649 94.1592 7.98797 95.1651 7.98797C96.171 7.98797 96.7817 8.27199 97.3565 8.84004C97.9313 9.40809 98.2187 10.1536 98.2906 11.0767H91.7882C91.9678 10.1181 92.327 9.37258 92.83 8.80454Z" fill="#503462"/>
11
- <path d="M110.182 5.0058C109.248 5.0058 108.385 5.18332 107.631 5.50284C106.877 5.82237 106.194 6.31941 105.619 6.92296C105.044 7.52651 104.613 8.30758 104.29 9.15965C103.967 10.0472 103.823 11.0058 103.823 12.0709C103.823 13.136 104.003 14.1301 104.362 14.9821C104.721 15.8342 105.224 16.5798 105.799 17.1478C106.41 17.7514 107.092 18.1774 107.847 18.4969C108.601 18.8165 109.427 18.9585 110.218 18.9585C110.218 18.9585 112.445 19.136 114.026 17.5739H114.098V18.852C114.098 20.8756 113.02 21.8697 110.828 21.8697C108.637 21.8697 109.248 21.7277 108.781 21.4082C108.35 21.1241 108.062 20.7691 107.918 20.3431L104.541 21.7632C104.937 22.4733 105.511 23.0768 106.23 23.5738C107.415 24.3904 109.176 24.781 111.188 24.781C113.199 24.781 113.092 24.6389 113.99 24.3904C114.888 24.1419 115.678 23.7159 116.289 23.1478C116.828 22.6508 117.151 22.0472 117.439 21.3372C117.726 20.6271 117.906 19.7395 117.906 18.7454V5.36083H114.169V6.67444H114.098C112.84 4.82829 110.038 4.9703 110.038 4.9703L110.182 5.0058ZM114.205 13.5265C114.062 13.9881 113.882 14.4141 113.595 14.7691C113.307 15.1241 112.948 15.4082 112.517 15.6212C112.086 15.8342 111.547 15.9407 110.936 15.9407C109.93 15.9407 109.14 15.5857 108.529 14.9111C107.918 14.2366 107.631 13.278 107.631 12.0354C107.631 10.7928 107.918 9.83421 108.529 9.15965C109.14 8.44959 109.93 8.09456 110.9 8.09456C111.87 8.09456 112.014 8.20107 112.445 8.41408C112.876 8.6271 113.235 8.91113 113.523 9.26616C113.81 9.62119 114.026 10.0472 114.169 10.5088C114.313 11.0058 114.385 11.5028 114.385 12.0354C114.385 12.5679 114.313 13.1005 114.169 13.562L114.205 13.5265Z" fill="#503462"/>
12
- <path d="M79.2863 -0.000142112V5.2543H77.2026V8.52057H79.2863V16.0472C79.2863 16.0472 79.1426 19.0294 82.304 19.8105C84.7469 20.3786 87.4053 19.349 87.4053 19.349L86.0402 15.9052C86.0402 15.9052 83.0584 17.3608 83.0584 14.7336V8.48507H86.112L87.4053 5.21879H83.0943V-0.0356445H79.2863V-0.000142112Z" fill="#503462"/>
13
- <path d="M43.1458 17.7512V10.4021C43.1458 8.69796 42.6788 7.38435 41.7088 6.46127C40.7389 5.5382 39.1582 5.07666 37.0027 5.07666C34.8472 5.07666 35.0268 5.21867 34.2364 5.46719C33.4461 5.71571 32.7994 6.07074 32.2965 6.49678C31.7935 6.92281 31.3984 7.41985 31.111 8.0234C31.0391 8.20092 30.9673 8.37843 30.8954 8.55595L33.949 9.83406H34.0927C34.1646 9.124 34.4161 8.62696 34.8472 8.30743C35.3142 7.9879 35.9968 7.81039 36.8949 7.81039C37.793 7.81039 38.3319 7.9524 38.7271 8.27193C39.1222 8.59145 39.3378 9.01749 39.3378 9.51453C39.3378 10.0116 39.0504 10.4376 38.4756 10.6151C37.9008 10.7926 37.0027 10.9702 35.7812 11.1477C34.9549 11.2542 34.2005 11.4317 33.482 11.6092C32.7635 11.8222 32.1528 12.0707 31.6139 12.4258C31.0751 12.7808 30.6799 13.2423 30.3566 13.7749C30.0692 14.3074 29.8895 14.982 29.8895 15.7631C29.8895 17.2187 30.3566 18.3193 31.3265 19.0648C32.2606 19.8104 33.5179 20.2009 34.9909 20.2009C34.9909 20.2009 35.9968 20.2009 36.8949 20.0589C38.0086 19.8459 39.0145 19.2778 39.6611 18.6388L39.8048 19.8814H43.541V19.7394C43.1818 19.4909 43.0381 18.8163 43.0381 17.7512H43.1458ZM39.5174 14.769C39.5174 15.124 39.4456 15.479 39.3019 15.7986C39.1582 16.1181 38.9426 16.4021 38.6193 16.6861C38.3319 16.9346 37.9726 17.1477 37.5415 17.2897C37.1104 17.4672 36.6075 17.5382 36.0686 17.5382C35.5297 17.5382 34.8472 17.3962 34.4161 17.1122C33.985 16.8281 33.8053 16.3666 33.8053 15.692C33.8053 15.0175 34.0568 14.5204 34.5598 14.2364C35.0627 13.9524 35.8171 13.6684 36.859 13.4554C37.3619 13.3489 37.8289 13.2423 38.3319 13.1003C38.8348 12.9938 39.23 12.8163 39.5893 12.6033V14.769H39.5174Z" fill="#503462"/>
14
- <path d="M12.6456 0C5.64021 0 0 5.60947 0 12.497C0 19.3846 4.88579 23.432 10.5979 24.6746C10.7416 24.6746 10.8134 24.5325 10.7056 24.4615C7.07721 21.1953 4.49062 16.0118 4.38284 12.9231C4.38284 12.0355 4.59839 11.3254 4.99357 10.6154C5.74799 9.26627 6.61019 7.98816 7.32869 6.63905C8.11904 5.14793 8.69383 4.93491 10.2745 4.89941C11.8193 4.86391 13.4 4.89941 14.9448 4.89941C16.6692 4.89941 17.208 5.25444 18.0343 6.74556C18.8965 8.30769 19.6869 9.26627 20.5491 10.8284C21.1239 11.8935 21.0879 13.1716 20.4772 14.2012C19.7228 15.5148 18.0702 18.2485 17.9265 18.5325C17.208 19.9172 16.3818 20.2012 14.8729 20.2367C14.5496 20.2367 13.867 20.2367 13.5078 20.2367C12.6456 20.2367 11.8912 20.6272 11.3523 21.3728C10.4542 22.6864 11.7834 24.9231 13.4719 24.8166C20.082 24.426 25.2193 19.1716 25.2193 12.5325C25.2193 5.89349 19.5432 0.0355024 12.5737 0.0355024L12.6456 0Z" fill="#F5897F"/>
15
- </g>
16
- </svg>
17
- </template>
18
-
19
- <script setup>
20
- import { computed } from "vue";
21
- const props = defineProps({
22
- useLightLogo: {
23
- type: Boolean,
24
- default: false
25
- }
26
- });
27
- const fillColor = computed(() => {
28
- return props.useLightLogo ? "#FFFFFF" : "#503462";
29
- });
30
- </script>
@@ -1,14 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- useLightLogo: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- useLightLogo: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>> & Readonly<{}>, {
12
- useLightLogo: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- export default _default;
@@ -1,9 +0,0 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M10.667 0.708008C11.186 0.708137 11.6846 0.91431 12.0518 1.28125C12.4188 1.64834 12.6258 2.14691 12.626 2.66602C12.626 3.1852 12.4187 3.68356 12.0518 4.05078C11.6846 4.41792 11.1862 4.62487 10.667 4.625C10.6563 4.62508 10.6454 4.62926 10.6377 4.63672C10.63 4.64437 10.6261 4.65522 10.626 4.66602V7.17285L10.6328 7.27051C10.6464 7.36774 10.6803 7.46185 10.7324 7.5459C10.7844 7.62963 10.8529 7.70153 10.9336 7.75684L11.0186 7.80664L11.0225 7.80859L12.2051 8.40625C12.5311 8.5683 12.8061 8.81858 12.998 9.12793C13.19 9.43741 13.2917 9.79503 13.292 10.1592V10.666C13.292 11.0084 13.156 11.3379 12.9141 11.5801C12.672 11.822 12.3432 11.9578 12.001 11.958H8.62598V14.666C8.62598 15.0109 8.34578 15.2906 8.00098 15.291C7.6558 15.291 7.37598 15.0112 7.37598 14.666V11.958H4.00098C3.65844 11.958 3.32914 11.8223 3.08691 11.5801C2.84468 11.3378 2.70801 11.0086 2.70801 10.666V10.1592L2.71387 10.0234C2.73613 9.70682 2.83494 9.39883 3.00293 9.12793C3.19491 8.81864 3.46988 8.56825 3.7959 8.40625L4.97852 7.80859L4.98242 7.80664C5.10016 7.74801 5.20019 7.65767 5.26953 7.5459C5.32151 7.46193 5.35555 7.36761 5.36914 7.27051L5.37598 7.17285V4.66602C5.37579 4.65524 5.3709 4.64437 5.36328 4.63672C5.3556 4.62912 5.34478 4.62512 5.33398 4.625C4.81463 4.625 4.31647 4.418 3.94922 4.05078C3.58206 3.68354 3.37598 3.18532 3.37598 2.66602C3.37616 2.14688 3.58212 1.64835 3.94922 1.28125C4.31642 0.91436 4.81488 0.708008 5.33398 0.708008H10.667Z" fill="#2D2D2D"/>
4
- </svg>
5
- </template>
6
-
7
- <style scoped>
8
- svg{height:16px!important;width:16px!important}
9
- </style>
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,15 +0,0 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
3
- <rect x="4.3335" y="5.5" width="15.3333" height="13" rx="0.666667" stroke="currentColor"/>
4
- <rect x="4.3335" y="5.5" :width="expanded ? 6 : 2" height="13" rx="0.666667" fill="currentColor" stroke="currentColor" stroke-linecap="round"/>
5
- </svg>
6
- </template>
7
-
8
- <script setup>
9
- import { useSidebar } from "#imports";
10
- const { state: expanded } = useSidebar();
11
- </script>
12
-
13
- <style scoped>
14
- rect{transition:width .2s}
15
- </style>