@solidxai/core-ui 0.1.8-beta.0 → 0.1.8-beta.2

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 (29) hide show
  1. package/dist/components/Svg/FileSvg.js +1 -1
  2. package/dist/components/Svg/FileSvg.js.map +1 -1
  3. package/dist/components/Svg/FileSvg.tsx +1 -1
  4. package/dist/components/common/SolidFormStepper.js +1 -1
  5. package/dist/components/common/SolidFormStepper.js.map +1 -1
  6. package/dist/components/common/SolidFormStepper.tsx +1 -1
  7. package/dist/components/core/chatter/chatter.module.css +4 -4
  8. package/dist/components/core/common/SolidGlobalSearchElement.js +3 -3
  9. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  10. package/dist/components/core/common/SolidGlobalSearchElement.tsx +3 -3
  11. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
  12. package/dist/components/core/form/SolidFormActionHeader.js +4 -0
  13. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  14. package/dist/components/core/form/SolidFormActionHeader.tsx +12 -0
  15. package/dist/components/core/module/CreateModule.js +1 -1
  16. package/dist/components/core/module/CreateModule.js.map +1 -1
  17. package/dist/components/core/module/CreateModule.tsx +1 -1
  18. package/dist/helpers/downloadMediaFile.d.ts +1 -1
  19. package/dist/helpers/downloadMediaFile.d.ts.map +1 -1
  20. package/dist/helpers/downloadMediaFile.js +8 -66
  21. package/dist/helpers/downloadMediaFile.js.map +1 -1
  22. package/dist/helpers/downloadMediaFile.tsx +8 -18
  23. package/dist/resources/images/Background.svg +7 -1
  24. package/dist/resources/images/Navigation/SolidSettinsIcon.svg +9 -1
  25. package/dist/resources/images/errors/error.svg +16 -10
  26. package/dist/resources/shadcn-base.css +12 -12
  27. package/dist/resources/themes/solid-dark-purple/theme.css +6 -6
  28. package/dist/resources/themes/solid-light-purple/theme.css +102 -102
  29. package/package.json +1 -1
@@ -535,7 +535,7 @@ const CreateModule = ({ params, data }: any) => {
535
535
  <rect width="20" height="20" fill="#D9D9D9" />
536
536
  </mask>
537
537
  <g mask="url(#mask0_2480_8635)">
538
- <path d="M9.16 12.76L13.39 8.53L12.55 7.69L9.16 11.08L7.45 9.37L6.61 10.21L9.16 12.76ZM10 16C9.17 16 8.39 15.8424 7.66 15.5272C6.93 15.2124 6.295 14.785 5.755 14.245C5.215 13.705 4.7876 13.07 4.4728 12.34C4.1576 11.61 4 10.83 4 10C4 9.17 4.1576 8.39 4.4728 7.66C4.7876 6.93 5.215 5.215 5.755 5.755C6.295 5.215 6.93 4.7874 7.66 4.4722C8.39 4.1574 9.17 4 10 4C10.83 4 11.61 4.1574 12.34 4.4722C13.07 4.7874 13.705 5.215 14.245 5.755C14.785 6.295 15.2124 6.93 15.5272 7.66C15.8424 8.39 16 9.17 16 10C16 10.83 15.8424 11.61 15.5272 12.34C15.2124 13.07 14.785 13.705 14.245 14.245C13.705 14.785 13.07 15.2124 12.34 15.5272C11.61 15.8424 10.83 16 10 16Z" fill="#722ED1" />
538
+ <path d="M9.16 12.76L13.39 8.53L12.55 7.69L9.16 11.08L7.45 9.37L6.61 10.21L9.16 12.76ZM10 16C9.17 16 8.39 15.8424 7.66 15.5272C6.93 15.2124 6.295 14.785 5.755 14.245C5.215 13.705 4.7876 13.07 4.4728 12.34C4.1576 11.61 4 10.83 4 10C4 9.17 4.1576 8.39 4.4728 7.66C4.7876 6.93 5.215 5.215 5.755 5.755C6.295 5.215 6.93 4.7874 7.66 4.4722C8.39 4.1574 9.17 4 10 4C10.83 4 11.61 4.1574 12.34 4.4722C13.07 4.7874 13.705 5.215 14.245 5.755C14.785 6.295 15.2124 6.93 15.5272 7.66C15.8424 8.39 16 9.17 16 10C16 10.83 15.8424 11.61 15.5272 12.34C15.2124 13.07 14.785 13.705 14.245 14.245C13.705 14.785 13.07 15.2124 12.34 15.5272C11.61 15.8424 10.83 16 10 16Z" fill="var(--primary-color, var(--primary))" />
539
539
  </g>
540
540
  </svg>
541
541
  Completed
@@ -1,2 +1,2 @@
1
- export declare const downloadMediaFile: (fileUrl: string, fileName: string) => Promise<void>;
1
+ export declare const downloadMediaFile: (fileUrl: string, fileName?: string) => void;
2
2
  //# sourceMappingURL=downloadMediaFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"downloadMediaFile.d.ts","sourceRoot":"","sources":["../../src/helpers/downloadMediaFile.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,YAAmB,MAAM,YAAY,MAAM,kBAkBxE,CAAC"}
1
+ {"version":3,"file":"downloadMediaFile.d.ts","sourceRoot":"","sources":["../../src/helpers/downloadMediaFile.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,YAAa,MAAM,aAAa,MAAM,SAQnE,CAAC"}
@@ -1,68 +1,10 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
1
+ export var downloadMediaFile = function (fileUrl, fileName) {
2
+ var link = document.createElement("a");
3
+ link.href = fileUrl;
4
+ link.download = fileName || "";
5
+ link.target = "_blank";
6
+ document.body.appendChild(link);
7
+ link.click();
8
+ document.body.removeChild(link);
9
9
  };
10
- var __generator = (this && this.__generator) || function (thisArg, body) {
11
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13
- function verb(n) { return function (v) { return step([n, v]); }; }
14
- function step(op) {
15
- if (f) throw new TypeError("Generator is already executing.");
16
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
- if (y = 0, t) op = [op[0] & 2, t.value];
19
- switch (op[0]) {
20
- case 0: case 1: t = op; break;
21
- case 4: _.label++; return { value: op[1], done: false };
22
- case 5: _.label++; y = op[1]; op = [0]; continue;
23
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
24
- default:
25
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
26
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
27
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
28
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
29
- if (t[2]) _.ops.pop();
30
- _.trys.pop(); continue;
31
- }
32
- op = body.call(thisArg, _);
33
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
34
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
35
- }
36
- };
37
- import { ERROR_MESSAGES } from "../constants/error-messages";
38
- import { env } from "../adapters/env";
39
- export var downloadMediaFile = function (fileUrl, fileName) { return __awaiter(void 0, void 0, void 0, function () {
40
- var response, blob, link, error_1;
41
- return __generator(this, function (_a) {
42
- switch (_a.label) {
43
- case 0:
44
- _a.trys.push([0, 3, , 4]);
45
- return [4 /*yield*/, fetch("".concat(env("NEXT_PUBLIC_BACKEND_API_URL"), "/").concat(fileUrl))];
46
- case 1:
47
- response = _a.sent();
48
- return [4 /*yield*/, response.blob()];
49
- case 2:
50
- blob = _a.sent();
51
- link = document.createElement("a");
52
- link.href = URL.createObjectURL(blob);
53
- link.setAttribute("download", fileName || "download");
54
- document.body.appendChild(link);
55
- link.click();
56
- document.body.removeChild(link);
57
- // Clean up the object URL
58
- URL.revokeObjectURL(link.href);
59
- return [3 /*break*/, 4];
60
- case 3:
61
- error_1 = _a.sent();
62
- console.error(ERROR_MESSAGES.DOWNLOAD_FAILED, error_1);
63
- return [3 /*break*/, 4];
64
- case 4: return [2 /*return*/];
65
- }
66
- });
67
- }); };
68
10
  //# sourceMappingURL=downloadMediaFile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"downloadMediaFile.js","sourceRoot":"","sources":["../../src/helpers/downloadMediaFile.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAEtC,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAO,OAAe,EAAE,QAAgB;;;;;;gBAEhD,qBAAM,KAAK,CAAC,UAAG,GAAG,CAAC,6BAA6B,CAAC,cAAI,OAAO,CAAE,CAAC,EAAA;;gBAA1E,QAAQ,GAAG,SAA+D;gBACnE,qBAAM,QAAQ,CAAC,IAAI,EAAE,EAAA;;gBAA5B,IAAI,GAAG,SAAqB;gBAE5B,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;gBACzC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;gBACtC,IAAI,CAAC,YAAY,CAAC,UAAU,EAAE,QAAQ,IAAI,UAAU,CAAC,CAAC;gBAEtD,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;gBAChC,IAAI,CAAC,KAAK,EAAE,CAAC;gBACb,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;gBAEhC,0BAA0B;gBAC1B,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;gBAE/B,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,EAAE,OAAK,CAAC,CAAC;;;;;KAE5D,CAAC","sourcesContent":["import { ERROR_MESSAGES } from \"../constants/error-messages\";\nimport { env } from \"../adapters/env\";\n\nexport const downloadMediaFile = async (fileUrl: string, fileName: string) => {\n try {\n const response = await fetch(`${env(\"NEXT_PUBLIC_BACKEND_API_URL\")}/${fileUrl}`);\n const blob = await response.blob();\n\n const link = document.createElement(\"a\");\n link.href = URL.createObjectURL(blob);\n link.setAttribute(\"download\", fileName || \"download\");\n\n document.body.appendChild(link);\n link.click();\n document.body.removeChild(link);\n\n // Clean up the object URL\n URL.revokeObjectURL(link.href);\n } catch (error) {\n console.error(ERROR_MESSAGES.DOWNLOAD_FAILED, error);\n }\n};\n"]}
1
+ {"version":3,"file":"downloadMediaFile.js","sourceRoot":"","sources":["../../src/helpers/downloadMediaFile.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAC,OAAe,EAAE,QAAiB;IAChE,IAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACzC,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;IACpB,IAAI,CAAC,QAAQ,GAAG,QAAQ,IAAI,EAAE,CAAC;IAC/B,IAAI,CAAC,MAAM,GAAG,QAAQ,CAAC;IACvB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,IAAI,CAAC,KAAK,EAAE,CAAC;IACb,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;AACpC,CAAC,CAAC","sourcesContent":["import { ERROR_MESSAGES } from \"../constants/error-messages\";\nimport { env } from \"../adapters/env\";\n\nexport const downloadMediaFile = (fileUrl: string, fileName?: string) => {\n const link = document.createElement(\"a\");\n link.href = fileUrl;\n link.download = fileName || \"\";\n link.target = \"_blank\";\n document.body.appendChild(link);\n link.click();\n document.body.removeChild(link);\n};\n"]}
@@ -1,22 +1,12 @@
1
1
  import { ERROR_MESSAGES } from "../constants/error-messages";
2
2
  import { env } from "../adapters/env";
3
3
 
4
- export const downloadMediaFile = async (fileUrl: string, fileName: string) => {
5
- try {
6
- const response = await fetch(`${env("NEXT_PUBLIC_BACKEND_API_URL")}/${fileUrl}`);
7
- const blob = await response.blob();
8
-
9
- const link = document.createElement("a");
10
- link.href = URL.createObjectURL(blob);
11
- link.setAttribute("download", fileName || "download");
12
-
13
- document.body.appendChild(link);
14
- link.click();
15
- document.body.removeChild(link);
16
-
17
- // Clean up the object URL
18
- URL.revokeObjectURL(link.href);
19
- } catch (error) {
20
- console.error(ERROR_MESSAGES.DOWNLOAD_FAILED, error);
21
- }
4
+ export const downloadMediaFile = (fileUrl: string, fileName?: string) => {
5
+ const link = document.createElement("a");
6
+ link.href = fileUrl;
7
+ link.download = fileName || "";
8
+ link.target = "_blank";
9
+ document.body.appendChild(link);
10
+ link.click();
11
+ document.body.removeChild(link);
22
12
  };
@@ -1,3 +1,9 @@
1
1
  <svg width="522" height="40" viewBox="0 0 522 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M521 20.1399L508 0H0V40H508L521 20.1399Z" fill="#722ED1" stroke="#CFD6DC" stroke-linejoin="round"/>
2
+ <style>
3
+ :root { --solid-svg-accent: #2563eb; }
4
+ @media (prefers-color-scheme: dark) {
5
+ :root { --solid-svg-accent: #60a5fa; }
6
+ }
7
+ </style>
8
+ <path d="M521 20.1399L508 0H0V40H508L521 20.1399Z" fill="var(--solid-svg-accent, #2563eb)" stroke="#CFD6DC" stroke-linejoin="round"/>
3
9
  </svg>
@@ -1 +1,9 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#722ED1"><path d="m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="var(--solid-svg-accent, #2563eb)">
2
+ <style>
3
+ :root { --solid-svg-accent: #2563eb; }
4
+ @media (prefers-color-scheme: dark) {
5
+ :root { --solid-svg-accent: #60a5fa; }
6
+ }
7
+ </style>
8
+ <path d="m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"/>
9
+ </svg>
@@ -1,4 +1,10 @@
1
1
  <svg width="442" height="240" viewBox="0 0 442 240" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ :root { --solid-svg-accent: #2563eb; }
4
+ @media (prefers-color-scheme: dark) {
5
+ :root { --solid-svg-accent: #60a5fa; }
6
+ }
7
+ </style>
2
8
  <g clip-path="url(#clip0_1403_1652)">
3
9
  <path d="M63.8232 207.705H375.823V188.896C375.823 184.968 371.089 181.102 362.835 178.288L362.751 178.259C357.178 176.293 321.555 162.302 302.286 162.725C292.108 162.948 283.394 164.673 276.386 167.853C254.574 177.754 225.921 181.412 210.783 178.539C197.442 176.006 160.818 171.817 147.285 172.006C128.333 172.267 128.277 175.433 108.823 185.652C101.393 189.551 98.6139 190.041 63.8232 193.152V207.705Z" fill="#F2F2F2"/>
4
10
  <path d="M13.524 180.059C12.8446 169.969 17.1283 159.775 26.0046 156.03C24.2102 166.426 26.421 177.979 32.1215 187.994C34.3418 191.895 37.1931 196.06 36.5863 200.136C36.2088 202.672 34.4835 204.685 32.3752 205.996C30.2669 207.307 27.7826 208.007 25.3286 208.694L24.9049 209.139C19.0726 200.106 14.2034 190.15 13.524 180.059Z" fill="#F2F2F2"/>
@@ -41,22 +47,22 @@
41
47
  <path d="M324.987 27.8786C324.978 33.2616 323.372 38.5209 320.373 42.9915C317.375 47.462 313.118 50.9429 308.141 52.9941C303.164 55.0453 297.691 55.5746 292.413 54.5151C287.135 53.4555 282.29 50.8547 278.49 47.0416C274.691 43.2285 272.107 38.3743 271.066 33.0928C270.026 27.8113 270.574 22.3398 272.643 17.3702C274.712 12.4006 278.208 8.15603 282.689 5.17331C287.17 2.19059 292.435 0.603658 297.818 0.613202C301.395 0.610261 304.937 1.3142 308.241 2.68456C311.545 4.05493 314.546 6.06469 317.07 8.59837C319.595 11.132 321.594 14.1397 322.953 17.4484C324.311 20.7572 325.003 24.3018 324.987 27.8786Z" fill="#F2F2F2"/>
42
48
  <path d="M222.77 99.0474C237.801 99.0474 249.987 86.8618 249.987 71.8302C249.987 56.7986 237.801 44.613 222.77 44.613C207.738 44.613 195.553 56.7986 195.553 71.8302C195.553 86.8618 207.738 99.0474 222.77 99.0474Z" fill="#F2F2F2"/>
43
49
  <path d="M65.2699 111.547C80.3015 111.547 92.4871 99.3618 92.4871 84.3302C92.4871 69.2986 80.3015 57.113 65.2699 57.113C50.2383 57.113 38.0527 69.2986 38.0527 84.3302C38.0527 99.3618 50.2383 111.547 65.2699 111.547Z" fill="#F2F2F2"/>
44
- <path d="M55.5527 97.2948H74.3709V91.5675H62.6607V87.0675H73.4504V81.3403H62.6607V76.8403H74.422V71.113H55.5527V97.2948Z" fill="#722ED1"/>
45
- <path d="M132.053 61.2949H139.161V52.6529H141.615L146.217 61.2949H153.939L148.621 51.5279C151.408 50.1856 153.07 47.6415 153.07 44.0109C153.07 38.437 149.171 35.1132 143.354 35.1132H132.053V61.2949ZM139.161 47.1302V40.7893H141.666C144.159 40.7893 145.655 41.7609 145.655 44.0109C145.655 46.2481 144.159 47.1302 141.666 47.1302H139.161Z" fill="#722ED1"/>
46
- <path d="M212.053 84.7948H219.161V76.1528H221.615L226.217 84.7948H233.939L228.621 75.0278C231.408 73.6855 233.07 71.1414 233.07 67.5108C233.07 61.9369 229.171 58.613 223.354 58.613H212.053V84.7948ZM219.161 70.6301V64.2892H221.666C224.159 64.2892 225.655 65.2608 225.655 67.5108C225.655 69.748 224.159 70.6301 221.666 70.6301H219.161Z" fill="#722ED1"/>
47
- <path d="M364.052 69.7948H371.16V61.1528H373.614L378.217 69.7948H385.938L380.62 60.0278C383.407 58.6855 385.069 56.1414 385.069 52.5107C385.069 46.9369 381.17 43.613 375.353 43.613H364.052V69.7948ZM371.16 55.6301V49.2892H373.665C376.158 49.2892 377.654 50.2608 377.654 52.5107C377.654 54.748 376.158 55.6301 373.665 55.6301H371.16Z" fill="#722ED1"/>
48
- <path d="M310.518 28.062C310.518 19.3177 304.893 14.6132 297.785 14.6132C290.626 14.6132 285.052 19.3177 285.052 28.062C285.052 36.7552 290.626 41.5108 297.785 41.5108C304.893 41.5108 310.518 36.8063 310.518 28.062ZM303.205 28.062C303.205 32.7665 301.313 35.3233 297.785 35.3233C294.256 35.3233 292.364 32.7665 292.364 28.062C292.364 23.3575 294.256 20.8006 297.785 20.8006C301.313 20.8006 303.205 23.3575 303.205 28.062Z" fill="#722ED1"/>
50
+ <path d="M55.5527 97.2948H74.3709V91.5675H62.6607V87.0675H73.4504V81.3403H62.6607V76.8403H74.422V71.113H55.5527V97.2948Z" fill="var(--solid-svg-accent, #2563eb)"/>
51
+ <path d="M132.053 61.2949H139.161V52.6529H141.615L146.217 61.2949H153.939L148.621 51.5279C151.408 50.1856 153.07 47.6415 153.07 44.0109C153.07 38.437 149.171 35.1132 143.354 35.1132H132.053V61.2949ZM139.161 47.1302V40.7893H141.666C144.159 40.7893 145.655 41.7609 145.655 44.0109C145.655 46.2481 144.159 47.1302 141.666 47.1302H139.161Z" fill="var(--solid-svg-accent, #2563eb)"/>
52
+ <path d="M212.053 84.7948H219.161V76.1528H221.615L226.217 84.7948H233.939L228.621 75.0278C231.408 73.6855 233.07 71.1414 233.07 67.5108C233.07 61.9369 229.171 58.613 223.354 58.613H212.053V84.7948ZM219.161 70.6301V64.2892H221.666C224.159 64.2892 225.655 65.2608 225.655 67.5108C225.655 69.748 224.159 70.6301 221.666 70.6301H219.161Z" fill="var(--solid-svg-accent, #2563eb)"/>
53
+ <path d="M364.052 69.7948H371.16V61.1528H373.614L378.217 69.7948H385.938L380.62 60.0278C383.407 58.6855 385.069 56.1414 385.069 52.5107C385.069 46.9369 381.17 43.613 375.353 43.613H364.052V69.7948ZM371.16 55.6301V49.2892H373.665C376.158 49.2892 377.654 50.2608 377.654 52.5107C377.654 54.748 376.158 55.6301 373.665 55.6301H371.16Z" fill="var(--solid-svg-accent, #2563eb)"/>
54
+ <path d="M310.518 28.062C310.518 19.3177 304.893 14.6132 297.785 14.6132C290.626 14.6132 285.052 19.3177 285.052 28.062C285.052 36.7552 290.626 41.5108 297.785 41.5108C304.893 41.5108 310.518 36.8063 310.518 28.062ZM303.205 28.062C303.205 32.7665 301.313 35.3233 297.785 35.3233C294.256 35.3233 292.364 32.7665 292.364 28.062C292.364 23.3575 294.256 20.8006 297.785 20.8006C301.313 20.8006 303.205 23.3575 303.205 28.062Z" fill="var(--solid-svg-accent, #2563eb)"/>
49
55
  <path d="M57.0862 82.595C57.0699 82.5498 57.0551 82.5041 57.0391 82.4589C57.0073 82.4869 56.9769 82.5158 56.9424 82.5419L57.0862 82.595Z" fill="#2F2E41"/>
50
56
  <path d="M65.2777 132.376H62.6797V208.527H65.2777V132.376Z" fill="#3F3D56"/>
51
57
  <path d="M143.06 96.8104H140.462V208.527H143.06V96.8104Z" fill="#3F3D56"/>
52
58
  <path d="M221.001 120.193H218.403V208.527H221.001V120.193Z" fill="#3F3D56"/>
53
59
  <path d="M298.943 77.325H296.345V208.527H298.943V77.325Z" fill="#3F3D56"/>
54
60
  <path d="M376.885 107.203H374.287V208.527H376.885V107.203Z" fill="#3F3D56"/>
55
- <path d="M141.921 106.549C146.31 106.549 149.868 102.991 149.868 98.6011C149.868 94.2116 146.31 90.6532 141.921 90.6532C137.531 90.6532 133.973 94.2116 133.973 98.6011C133.973 102.991 137.531 106.549 141.921 106.549Z" fill="#722ED1"/>
56
- <path d="M297.804 85.7645C302.194 85.7645 305.752 82.2061 305.752 77.8166C305.752 73.4272 302.194 69.8688 297.804 69.8688C293.415 69.8688 289.856 73.4272 289.856 77.8166C289.856 82.2061 293.415 85.7645 297.804 85.7645Z" fill="#722ED1"/>
57
- <path d="M219.863 128.632C224.252 128.632 227.811 125.074 227.811 120.685C227.811 116.295 224.252 112.737 219.863 112.737C215.473 112.737 211.915 116.295 211.915 120.685C211.915 125.074 215.473 128.632 219.863 128.632Z" fill="#722ED1"/>
58
- <path d="M63.9791 140.324C68.3686 140.324 71.927 136.765 71.927 132.376C71.927 127.986 68.3686 124.428 63.9791 124.428C59.5896 124.428 56.0312 127.986 56.0312 132.376C56.0312 136.765 59.5896 140.324 63.9791 140.324Z" fill="#722ED1"/>
59
- <path d="M375.746 114.343C380.135 114.343 383.694 110.785 383.694 106.395C383.694 102.006 380.135 98.4474 375.746 98.4474C371.356 98.4474 367.798 102.006 367.798 106.395C367.798 110.785 371.356 114.343 375.746 114.343Z" fill="#722ED1"/>
61
+ <path d="M141.921 106.549C146.31 106.549 149.868 102.991 149.868 98.6011C149.868 94.2116 146.31 90.6532 141.921 90.6532C137.531 90.6532 133.973 94.2116 133.973 98.6011C133.973 102.991 137.531 106.549 141.921 106.549Z" fill="var(--solid-svg-accent, #2563eb)"/>
62
+ <path d="M297.804 85.7645C302.194 85.7645 305.752 82.2061 305.752 77.8166C305.752 73.4272 302.194 69.8688 297.804 69.8688C293.415 69.8688 289.856 73.4272 289.856 77.8166C289.856 82.2061 293.415 85.7645 297.804 85.7645Z" fill="var(--solid-svg-accent, #2563eb)"/>
63
+ <path d="M219.863 128.632C224.252 128.632 227.811 125.074 227.811 120.685C227.811 116.295 224.252 112.737 219.863 112.737C215.473 112.737 211.915 116.295 211.915 120.685C211.915 125.074 215.473 128.632 219.863 128.632Z" fill="var(--solid-svg-accent, #2563eb)"/>
64
+ <path d="M63.9791 140.324C68.3686 140.324 71.927 136.765 71.927 132.376C71.927 127.986 68.3686 124.428 63.9791 124.428C59.5896 124.428 56.0312 127.986 56.0312 132.376C56.0312 136.765 59.5896 140.324 63.9791 140.324Z" fill="var(--solid-svg-accent, #2563eb)"/>
65
+ <path d="M375.746 114.343C380.135 114.343 383.694 110.785 383.694 106.395C383.694 102.006 380.135 98.4474 375.746 98.4474C371.356 98.4474 367.798 102.006 367.798 106.395C367.798 110.785 371.356 114.343 375.746 114.343Z" fill="var(--solid-svg-accent, #2563eb)"/>
60
66
  <path d="M431.498 207.742H9.55162L6.90234 209.066C6.90236 209.418 7.04192 209.755 7.29034 210.003C7.53875 210.251 7.87567 210.391 8.22699 210.391H431.498C431.849 210.391 432.186 210.251 432.435 210.003C432.683 209.755 432.823 209.418 432.823 209.066C432.823 208.715 432.683 208.378 432.435 208.13C432.186 207.881 431.849 207.742 431.498 207.742Z" fill="#3F3D56"/>
61
67
  <path d="M8.00061 216.387C12.3901 216.387 15.9485 212.829 15.9485 208.439C15.9485 204.05 12.3901 200.491 8.00061 200.491C3.61112 200.491 0.0527344 204.05 0.0527344 208.439C0.0527344 212.829 3.61112 216.387 8.00061 216.387Z" fill="#3F3D56"/>
62
68
  <path d="M64.0006 239.387C68.3901 239.387 71.9485 235.829 71.9485 231.439C71.9485 227.05 68.3901 223.491 64.0006 223.491C59.6111 223.491 56.0527 227.05 56.0527 231.439C56.0527 235.829 59.6111 239.387 64.0006 239.387Z" fill="#E6E6E6"/>
@@ -3035,8 +3035,8 @@ body {
3035
3035
  left: -70px;
3036
3036
  background:
3037
3037
  radial-gradient(circle at center,
3038
- color-mix(in srgb, #a855f7 78%, #c084fc 22%) 0%,
3039
- color-mix(in srgb, #7c3aed 60%, transparent) 42%,
3038
+ color-mix(in srgb, var(--primary-color, var(--primary)) 78%, white 22%) 0%,
3039
+ color-mix(in srgb, var(--primary-color, var(--primary)) 60%, transparent) 42%,
3040
3040
  transparent 72%);
3041
3041
  opacity: 0.9;
3042
3042
  }
@@ -3048,8 +3048,8 @@ body {
3048
3048
  bottom: -170px;
3049
3049
  background:
3050
3050
  radial-gradient(circle at center,
3051
- color-mix(in srgb, #9333ea 68%, #6366f1 32%) 0%,
3052
- color-mix(in srgb, #6d28d9 58%, transparent) 46%,
3051
+ color-mix(in srgb, var(--primary-color, var(--primary)) 68%, hsl(220 85% 60%) 32%) 0%,
3052
+ color-mix(in srgb, var(--primary-color, var(--primary)) 58%, transparent) 46%,
3053
3053
  transparent 75%);
3054
3054
  opacity: 0.62;
3055
3055
  }
@@ -5328,15 +5328,15 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
5328
5328
  }
5329
5329
 
5330
5330
  .solid-studio-home-card-icon--backend {
5331
- background: color-mix(in srgb, #722ED1 12%, transparent);
5332
- color: #722ED1;
5333
- border: 1px solid color-mix(in srgb, #722ED1 22%, transparent);
5331
+ background: color-mix(in srgb, var(--primary-color, var(--primary)) 12%, transparent);
5332
+ color: var(--primary-color, var(--primary));
5333
+ border: 1px solid color-mix(in srgb, var(--primary-color, var(--primary)) 22%, transparent);
5334
5334
  }
5335
5335
 
5336
5336
  .solid-studio-home-card-icon--frontend {
5337
- background: color-mix(in srgb, #9043e0 12%, transparent);
5338
- color: #9043e0;
5339
- border: 1px solid color-mix(in srgb, #9043e0 22%, transparent);
5337
+ background: color-mix(in srgb, var(--primary-color, var(--primary)) 14%, transparent);
5338
+ color: color-mix(in srgb, var(--primary-color, var(--primary)) 84%, #0f172a);
5339
+ border: 1px solid color-mix(in srgb, var(--primary-color, var(--primary)) 24%, transparent);
5340
5340
  }
5341
5341
 
5342
5342
  /* Text content */
@@ -6177,8 +6177,8 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
6177
6177
  }
6178
6178
 
6179
6179
  .solid-field-selector-icon-violet {
6180
- background: color-mix(in srgb, #7c3aed 18%, transparent);
6181
- color: #4c1d95;
6180
+ background: color-mix(in srgb, var(--primary-color, var(--primary)) 18%, transparent);
6181
+ color: color-mix(in srgb, var(--primary-color, var(--primary)) 72%, #0f172a);
6182
6182
  }
6183
6183
 
6184
6184
  .solid-field-selector-icon-green {
@@ -7,8 +7,8 @@
7
7
  --surface-f: #18191D;
8
8
  --text-color: #FFFFFF;
9
9
  --text-color-secondary: rgba(255, 255, 255, 0.6);
10
- --primary-color: #9B5AED;
11
- --primary-color-text: #030712;
10
+ --primary-color: var(--primary);
11
+ --primary-color-text: var(--primary-foreground, #030712);
12
12
  --surface-0: #161616;
13
13
  --surface-50: #18191D;
14
14
  --surface-100: #374151;
@@ -39,7 +39,7 @@
39
39
  --surface-overlay: #18191D;
40
40
  --surface-border: rgba(255, 255, 255, 0.1);
41
41
  --surface-hover: rgba(255, 255, 255, 0.03);
42
- --focus-ring: 0 0 0 0.2rem rgba(176, 126, 255, 0.4);
42
+ --focus-ring: 0 0 0 0.2rem var(--ring, rgba(96, 165, 250, 0.35));
43
43
  --maskbg: rgba(0, 0, 0, 0.4);
44
44
  --primary-light-color: rgba(216, 226, 234, 0.08);
45
45
  --highlight-bg: rgba(140, 100, 255, 0.18);
@@ -106,8 +106,8 @@
106
106
  --purple-100: #dbc4f5;
107
107
  --purple-200: #c299ee;
108
108
  --purple-300: #a96ee7;
109
- --purple-400: #9043e0;
110
- --purple-500: #722ED1;
109
+ --purple-400: color-mix(in srgb, var(--primary-color, var(--primary)) 84%, #0f172a);
110
+ --purple-500: var(--primary-color, var(--primary));
111
111
  --purple-600: #5f24b3;
112
112
  --purple-700: #4c1b94;
113
113
  --purple-800: #391275;
@@ -1410,7 +1410,7 @@
1410
1410
  }
1411
1411
 
1412
1412
  .p-radiobutton.p-highlight .p-radiobutton-box {
1413
- border-color: #722ED1;
1413
+ border-color: var(--primary-color, var(--primary));
1414
1414
  background: #ffffff;
1415
1415
  }
1416
1416