@regardio/brand 0.10.0 → 0.12.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.
package/README.md CHANGED
@@ -125,7 +125,7 @@ Import `colors.css` to use the Regardio color palette with Tailwind CSS v4:
125
125
  This provides CSS custom properties using the `@theme` directive, making colors
126
126
  available as Tailwind utilities. The palette includes:
127
127
 
128
- - **coral**, **orange**, **yellow**, **olive**, **lime**, **green**, **teal**, **cyan**, **blue**, **purple**, **pink**, **red** — full spectrum
128
+ - **coral**, **orange**, **yellow**, **olive**, **lime**, **green**, **teal**, **aqua**, **blue**, **violet**, **plum**, **red** — full spectrum
129
129
  - **gray** — neutral tones with warm undertones
130
130
  - **white**, **black** — base colors
131
131
 
@@ -134,7 +134,7 @@ Each color has shades from `50` (lightest) to `950` (darkest):
134
134
  ```html
135
135
  <div class="bg-coral-500 text-white">Coral background</div>
136
136
  <div class="text-teal-700">Teal text</div>
137
- <div class="border-purple-300">Purple border</div>
137
+ <div class="border-violet-300">Violet border</div>
138
138
  ```
139
139
 
140
140
  The compass sprites use these colors via Tailwind classes (e.g., `fill-green-300`),
@@ -202,4 +202,4 @@ See [Grid System documentation](./docs/grid-system.md) for complete usage guide.
202
202
  ---
203
203
 
204
204
  *Part of the [Regardio Ensemble](https://regard.io/ensemble) toolkit for
205
- collective well-being.*
205
+ shared well-being.*
@@ -18,7 +18,7 @@ import SassEmbedded from "sass-embedded";
18
18
  import Less from "less";
19
19
  import Stylus from "stylus";
20
20
 
21
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/csf/index.d.ts
21
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/csf/index.d.ts
22
22
  declare global {
23
23
  interface SymbolConstructor {
24
24
  readonly observable: symbol;
@@ -1279,8 +1279,8 @@ type StoryAnnotations<TRenderer extends Renderer = Renderer, TArgs = Args, TRequ
1279
1279
  });
1280
1280
  type ArgsFromMeta<TRenderer extends Renderer, Meta> = Meta extends {
1281
1281
  render?: ArgsStoryFn<TRenderer, infer RArgs>;
1282
- loaders?: (infer Loaders)[] | infer Loaders;
1283
- decorators?: (infer Decorators)[] | infer Decorators;
1282
+ loaders?: (infer Loaders)[] | (infer Loaders);
1283
+ decorators?: (infer Decorators)[] | (infer Decorators);
1284
1284
  } ? Simplify$1<RemoveIndexSignature<RArgs & DecoratorsArgs<TRenderer, Decorators> & LoaderArgs<TRenderer, Loaders>>> : unknown;
1285
1285
  type DecoratorsArgs<TRenderer extends Renderer, Decorators> = UnionToIntersection<Decorators extends DecoratorFunction<TRenderer, infer TArgs> ? TArgs : unknown>;
1286
1286
  type LoaderArgs<TRenderer extends Renderer, Loaders> = UnionToIntersection<Loaders extends LoaderFunction$4<TRenderer, infer TArgs> ? TArgs : unknown>;
@@ -1289,7 +1289,7 @@ type LoaderArgs<TRenderer extends Renderer, Loaders> = UnionToIntersection<Loade
1289
1289
  * args"
1290
1290
  */
1291
1291
  //#endregion
1292
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/router/index.d.ts
1292
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/router/index.d.ts
1293
1293
  /**
1294
1294
  * Actions represent the type of change to a location value.
1295
1295
  */
@@ -1779,7 +1779,7 @@ declare global {
1779
1779
  var __staticRouterHydrationData: HydrationState$3 | undefined;
1780
1780
  }
1781
1781
  //#endregion
1782
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/theming/index.d.ts
1782
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/theming/index.d.ts
1783
1783
  type SerializedStyles = {
1784
1784
  name: string;
1785
1785
  styles: string;
@@ -1970,7 +1970,7 @@ declare module '.' {
1970
1970
  interface Theme extends StorybookTheme {}
1971
1971
  }
1972
1972
  //#endregion
1973
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/preview-api/index.d.ts
1973
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/preview-api/index.d.ts
1974
1974
  declare global {
1975
1975
  var globalProjectAnnotations: NormalizedProjectAnnotations<any>;
1976
1976
  var defaultProjectAnnotations: ProjectAnnotations<any>;
@@ -2481,21 +2481,21 @@ declare global {
2481
2481
  }
2482
2482
  /** System tags used throughout Storybook for categorizing and filtering stories and docs entries. */
2483
2483
  //#endregion
2484
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/core-events/index.d.ts
2484
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/core-events/index.d.ts
2485
2485
  declare global {
2486
2486
  interface SymbolConstructor {
2487
2487
  readonly observable: symbol;
2488
2488
  }
2489
2489
  }
2490
2490
  //#endregion
2491
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/common/index.d.ts
2491
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/common/index.d.ts
2492
2492
  declare global {
2493
2493
  interface SymbolConstructor {
2494
2494
  readonly observable: symbol;
2495
2495
  }
2496
2496
  } // Helper type. Not useful on its own.
2497
2497
  //#endregion
2498
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/core-server/index.d.ts
2498
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/core-server/index.d.ts
2499
2499
  /**
2500
2500
  * Actions represent the type of change to a location value.
2501
2501
  */
@@ -3006,7 +3006,7 @@ declare global {
3006
3006
  }
3007
3007
  /** System tags used throughout Storybook for categorizing and filtering stories and docs entries. */
3008
3008
  //#endregion
3009
- //#region node_modules/.pnpm/storybook@10.3.3_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/storybook/dist/types/index.d.ts
3009
+ //#region node_modules/.pnpm/storybook@10.3.5_@testing-library+dom@10.4.1_prettier@2.8.8_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/types/index.d.ts
3010
3010
  /**
3011
3011
  * Actions represent the type of change to a location value.
3012
3012
  */
@@ -3668,7 +3668,7 @@ type ComposedStoryFn<TRenderer extends Renderer = Renderer, TArgs = Args> = Part
3668
3668
  * will have partial props, as their props should be handled when composing stories
3669
3669
  */
3670
3670
  //#endregion
3671
- //#region node_modules/.pnpm/@storybook+react@10.3.3_react-dom@19.2.4_react@19.2.4__react@19.2.4_storybook@10.3.3_@t_ad7a8c46a76c0f21d53ef569ab7a818b/node_modules/@storybook/react/dist/index.d.ts
3671
+ //#region node_modules/.pnpm/@storybook+react@10.3.5_react-dom@19.2.5_react@19.2.5__react@19.2.5_storybook@10.3.5_@t_47f4c0015ac1c3c0f666e843f3b5b7e7/node_modules/@storybook/react/dist/index.d.ts
3672
3672
  declare global {
3673
3673
  interface SymbolConstructor {
3674
3674
  readonly observable: symbol;
@@ -4005,7 +4005,7 @@ type AddMocks<TArgs, DefaultArgs> = Simplify<{ [T in keyof TArgs]: T extends key
4005
4005
  mock: {};
4006
4006
  }) ? DefaultArgs[T] : TArgs[T] : TArgs[T] }>;
4007
4007
  //#endregion
4008
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/hmrPayload.d.ts
4008
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/hmrPayload.d.ts
4009
4009
  type HotPayload = ConnectedPayload | PingPayload | UpdatePayload | FullReloadPayload | CustomPayload | ErrorPayload | PrunePayload;
4010
4010
  interface ConnectedPayload {
4011
4011
  type: 'connected';
@@ -4070,7 +4070,7 @@ interface ErrorPayload {
4070
4070
  };
4071
4071
  }
4072
4072
  //#endregion
4073
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts
4073
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts
4074
4074
  //#region src/shared/invokeMethods.d.ts
4075
4075
  interface FetchFunctionOptions {
4076
4076
  cached?: boolean;
@@ -4079,34 +4079,34 @@ interface FetchFunctionOptions {
4079
4079
  type FetchResult = CachedFetchResult | ExternalFetchResult | ViteFetchResult;
4080
4080
  interface CachedFetchResult {
4081
4081
  /**
4082
- * If module cached in the runner, we can just confirm
4083
- * it wasn't invalidated on the server side.
4082
+ * If the module is cached in the runner, this confirms
4083
+ * it was not invalidated on the server side.
4084
4084
  */
4085
4085
  cache: true;
4086
4086
  }
4087
4087
  interface ExternalFetchResult {
4088
4088
  /**
4089
- * The path to the externalized module starting with file://,
4090
- * by default this will be imported via a dynamic "import"
4091
- * instead of being transformed by vite and loaded with vite runner
4089
+ * The path to the externalized module starting with file://.
4090
+ * By default this will be imported via a dynamic "import"
4091
+ * instead of being transformed by Vite and loaded with the Vite runner.
4092
4092
  */
4093
4093
  externalize: string;
4094
4094
  /**
4095
- * Type of the module. Will be used to determine if import statement is correct.
4096
- * For example, if Vite needs to throw an error if variable is not actually exported
4095
+ * Type of the module. Used to determine if the import statement is correct.
4096
+ * For example, if Vite needs to throw an error if a variable is not actually exported.
4097
4097
  */
4098
4098
  type: "module" | "commonjs" | "builtin" | "network";
4099
4099
  }
4100
4100
  interface ViteFetchResult {
4101
4101
  /**
4102
- * Code that will be evaluated by vite runner
4103
- * by default this will be wrapped in an async function
4102
+ * Code that will be evaluated by the Vite runner.
4103
+ * By default this will be wrapped in an async function.
4104
4104
  */
4105
4105
  code: string;
4106
4106
  /**
4107
4107
  * File path of the module on disk.
4108
- * This will be resolved as import.meta.url/filename
4109
- * Will be equal to `null` for virtual modules
4108
+ * This will be resolved as import.meta.url/filename.
4109
+ * Will be `null` for virtual modules.
4110
4110
  */
4111
4111
  file: string | null;
4112
4112
  /**
@@ -4123,7 +4123,7 @@ interface ViteFetchResult {
4123
4123
  invalidate: boolean;
4124
4124
  }
4125
4125
  //#endregion
4126
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/customEvent.d.ts
4126
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/customEvent.d.ts
4127
4127
  interface CustomEventMap {
4128
4128
  // client events
4129
4129
  'vite:beforeUpdate': UpdatePayload;
@@ -4184,7 +4184,7 @@ type ForwardConsolePayload = {
4184
4184
  */
4185
4185
  type InferCustomEventPayload<T extends string> = T extends keyof CustomEventMap ? CustomEventMap[T] : any;
4186
4186
  //#endregion
4187
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/logging-C6h4g8dA.d.mts
4187
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.15/node_modules/rolldown/dist/shared/logging-C6h4g8dA.d.mts
4188
4188
  //#region src/log/logging.d.ts
4189
4189
  /** @inline */
4190
4190
  type LogLevel$1 = "info" | "debug" | "warn";
@@ -4234,7 +4234,7 @@ interface RolldownError extends RolldownLog {
4234
4234
  }
4235
4235
  type LogOrStringHandler = (level: LogLevelWithError, log: RolldownLogWithString) => void; //#endregion
4236
4236
  //#endregion
4237
- //#region node_modules/.pnpm/@oxc-project+types@0.122.0/node_modules/@oxc-project/types/types.d.ts
4237
+ //#region node_modules/.pnpm/@oxc-project+types@0.124.0/node_modules/@oxc-project/types/types.d.ts
4238
4238
  // Auto-generated code, DO NOT EDIT DIRECTLY!
4239
4239
  // To edit this generated file you have to edit `tasks/ast_tools/src/generators/typescript.rs`.
4240
4240
  interface Program extends Span {
@@ -5533,7 +5533,7 @@ type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
5533
5533
  type UpdateOperator = "++" | "--";
5534
5534
  type Node$2 = Program | IdentifierName | IdentifierReference | BindingIdentifier | LabelIdentifier | ThisExpression | ArrayExpression | ObjectExpression | ObjectProperty | TemplateLiteral | TaggedTemplateExpression | TemplateElement | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression | CallExpression | NewExpression | MetaProperty | SpreadElement | UpdateExpression | UnaryExpression | BinaryExpression | PrivateInExpression | LogicalExpression | ConditionalExpression | AssignmentExpression | ArrayAssignmentTarget | ObjectAssignmentTarget | AssignmentTargetRest | AssignmentTargetWithDefault | AssignmentTargetPropertyIdentifier | AssignmentTargetPropertyProperty | SequenceExpression | Super | AwaitExpression | ChainExpression | ParenthesizedExpression | Directive | Hashbang | BlockStatement | VariableDeclaration | VariableDeclarator | EmptyStatement | ExpressionStatement | IfStatement | DoWhileStatement | WhileStatement | ForStatement | ForInStatement | ForOfStatement | ContinueStatement | BreakStatement | ReturnStatement | WithStatement | SwitchStatement | SwitchCase | LabeledStatement | ThrowStatement | TryStatement | CatchClause | DebuggerStatement | AssignmentPattern | ObjectPattern | BindingProperty | ArrayPattern | BindingRestElement | Function$1 | FunctionBody | ArrowFunctionExpression | YieldExpression | Class | ClassBody | MethodDefinition | PropertyDefinition | PrivateIdentifier | StaticBlock | AccessorProperty | ImportExpression | ImportDeclaration | ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportAttribute | ExportNamedDeclaration | ExportDefaultDeclaration | ExportAllDeclaration | ExportSpecifier | V8IntrinsicExpression | BooleanLiteral | NullLiteral | NumericLiteral | StringLiteral | BigIntLiteral | RegExpLiteral | JSXElement | JSXOpeningElement | JSXClosingElement | JSXFragment | JSXOpeningFragment | JSXClosingFragment | JSXNamespacedName | JSXMemberExpression | JSXExpressionContainer | JSXEmptyExpression | JSXAttribute | JSXSpreadAttribute | JSXIdentifier | JSXSpreadChild | JSXText | TSThisParameter | TSEnumDeclaration | TSEnumBody | TSEnumMember | TSTypeAnnotation | TSLiteralType | TSConditionalType | TSUnionType | TSIntersectionType | TSParenthesizedType | TSTypeOperator | TSArrayType | TSIndexedAccessType | TSTupleType | TSNamedTupleMember | TSOptionalType | TSRestType | TSAnyKeyword | TSStringKeyword | TSBooleanKeyword | TSNumberKeyword | TSNeverKeyword | TSIntrinsicKeyword | TSUnknownKeyword | TSNullKeyword | TSUndefinedKeyword | TSVoidKeyword | TSSymbolKeyword | TSThisType | TSObjectKeyword | TSBigIntKeyword | TSTypeReference | TSQualifiedName | TSTypeParameterInstantiation | TSTypeParameter | TSTypeParameterDeclaration | TSTypeAliasDeclaration | TSClassImplements | TSInterfaceDeclaration | TSInterfaceBody | TSPropertySignature | TSIndexSignature | TSCallSignatureDeclaration | TSMethodSignature | TSConstructSignatureDeclaration | TSIndexSignatureName | TSInterfaceHeritage | TSTypePredicate | TSModuleDeclaration | TSGlobalDeclaration | TSModuleBlock | TSTypeLiteral | TSInferType | TSTypeQuery | TSImportType | TSImportTypeQualifiedName | TSFunctionType | TSConstructorType | TSMappedType | TSTemplateLiteralType | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | Decorator | TSExportAssignment | TSNamespaceExportDeclaration | TSInstantiationExpression | JSDocNullableType | JSDocNonNullableType | JSDocUnknownType | ParamPattern;
5535
5535
  //#endregion
5536
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/binding-CYVfiOV3.d.mts
5536
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.15/node_modules/rolldown/dist/shared/binding-DUEnSb0A.d.mts
5537
5537
  interface CodegenOptions {
5538
5538
  /**
5539
5539
  * Remove whitespace.
@@ -6234,13 +6234,13 @@ declare class BindingMagicString {
6234
6234
  prependRight(index: number, content: string): this;
6235
6235
  appendLeft(index: number, content: string): this;
6236
6236
  appendRight(index: number, content: string): this;
6237
- overwrite(start: number, end: number, content: string): this;
6237
+ overwrite(start: number, end: number, content: string, options?: BindingOverwriteOptions | undefined | null): this;
6238
6238
  toString(): string;
6239
6239
  hasChanged(): boolean;
6240
6240
  length(): number;
6241
6241
  isEmpty(): boolean;
6242
6242
  remove(start: number, end: number): this;
6243
- update(start: number, end: number, content: string): this;
6243
+ update(start: number, end: number, content: string, options?: BindingUpdateOptions | undefined | null): this;
6244
6244
  relocate(start: number, end: number, to: number): this;
6245
6245
  /**
6246
6246
  * Alias for `relocate` to match the original magic-string API.
@@ -6445,6 +6445,9 @@ interface BindingModules {
6445
6445
  values: Array<BindingRenderedModule>;
6446
6446
  keys: Array<string>;
6447
6447
  }
6448
+ interface BindingOverwriteOptions {
6449
+ contentOnly?: boolean;
6450
+ }
6448
6451
  interface BindingPluginContextResolveOptions {
6449
6452
  /**
6450
6453
  * - `import-statement`: `import { foo } from './lib.js';`
@@ -6516,6 +6519,9 @@ interface BindingTsconfigRawOptions {
6516
6519
  /** TypeScript compiler options. */
6517
6520
  compilerOptions?: BindingTsconfigCompilerOptions;
6518
6521
  }
6522
+ interface BindingUpdateOptions {
6523
+ overwrite?: boolean;
6524
+ }
6519
6525
  interface BindingVitePluginCustom {
6520
6526
  'vite:import-glob'?: ViteImportGlobMeta;
6521
6527
  }
@@ -6542,7 +6548,7 @@ interface ViteImportGlobMeta {
6542
6548
  isSubImportsPattern?: boolean;
6543
6549
  } //#endregion
6544
6550
  //#endregion
6545
- //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.11/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6551
+ //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.15/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6546
6552
  type StringOrRegExp$1 = string | RegExp;
6547
6553
  type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
6548
6554
  type FilterExpression = And | Or | Not | Id | ImporterId | ModuleType$1 | Code | Query;
@@ -6604,7 +6610,7 @@ declare class Exclude$1 {
6604
6610
  constructor(expr: FilterExpression);
6605
6611
  }
6606
6612
  //#endregion
6607
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/define-config-BkRKRADp.d.mts
6613
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.15/node_modules/rolldown/dist/shared/define-config-DhJZwTRw.d.mts
6608
6614
  //#region src/types/misc.d.ts
6609
6615
  /** @inline */
6610
6616
  type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
@@ -10149,7 +10155,7 @@ interface RolldownOptions extends InputOptions {
10149
10155
  * @category Config
10150
10156
  */
10151
10157
  //#endregion
10152
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/transform-C_gBfjMR.d.mts
10158
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.15/node_modules/rolldown/dist/shared/transform-Kz3D2LbX.d.mts
10153
10159
  //#endregion
10154
10160
  //#region src/utils/transform.d.ts
10155
10161
  /**
@@ -10164,7 +10170,7 @@ interface TransformOptions$1 extends BindingEnhancedTransformOptions {}
10164
10170
  * @category Utilities
10165
10171
  */
10166
10172
  //#endregion
10167
- //#region node_modules/.pnpm/esbuild@0.27.4/node_modules/esbuild/lib/main.d.ts
10173
+ //#region node_modules/.pnpm/esbuild@0.27.7/node_modules/esbuild/lib/main.d.ts
10168
10174
  // Note: These declarations exist to avoid type errors when you omit "dom" from
10169
10175
  // "lib" in your "tsconfig.json" file. TypeScript confusingly declares the
10170
10176
  // global "WebAssembly" type in "lib.dom.d.ts" even though it has nothing to do
@@ -10185,13 +10191,13 @@ declare global {
10185
10191
  interface URL {}
10186
10192
  }
10187
10193
  //#endregion
10188
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/esbuildOptions.d.ts
10194
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/esbuildOptions.d.ts
10189
10195
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10190
10196
  type EsbuildTarget = string | string[];
10191
10197
  type EsbuildTransformOptions = esbuild.TransformOptions;
10192
10198
  type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
10193
10199
  //#endregion
10194
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/metadata.d.ts
10200
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/metadata.d.ts
10195
10201
  interface AssetMetadata {
10196
10202
  importedAssets: Set<string>;
10197
10203
  importedCss: Set<string>;
@@ -10234,16 +10240,16 @@ declare module 'rolldown' {
10234
10240
  }
10235
10241
  }
10236
10242
  //#endregion
10237
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/terserOptions.d.ts
10243
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/terserOptions.d.ts
10238
10244
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10239
10245
  type TerserMinifyOptions = Terser.MinifyOptions;
10240
10246
  //#endregion
10241
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/lightningcssOptions.d.ts
10247
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/lightningcssOptions.d.ts
10242
10248
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10243
10249
  type LightningCSSOptions = Omit<Lightningcss.BundleAsyncOptions<Lightningcss.CustomAtRules>, 'filename' | 'resolver' | 'minify' | 'sourceMap' | 'analyzeDependencies' // properties not overridden by Vite, but does not make sense to set by end users
10244
10250
  | 'inputSourceMap' | 'projectRoot'>;
10245
10251
  //#endregion
10246
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts
10252
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts
10247
10253
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10248
10254
  // https://github.com/type-challenges/type-challenges/issues/29285
10249
10255
  type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
@@ -10262,7 +10268,7 @@ declare global {
10262
10268
  interface HTMLLinkElement {}
10263
10269
  }
10264
10270
  //#endregion
10265
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/importGlob.d.ts
10271
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/importGlob.d.ts
10266
10272
  /**
10267
10273
  * Declare Worker in case DOM is not added to the tsconfig lib causing
10268
10274
  * Worker interface is not defined. For developers with DOM lib added,
@@ -10273,10 +10279,10 @@ declare global {
10273
10279
  interface Worker {}
10274
10280
  }
10275
10281
  //#endregion
10276
- //#region node_modules/.pnpm/vite@8.0.2_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/dist/node/index.d.ts
10282
+ //#region node_modules/.pnpm/vite@8.0.8_@types+node@25.6.0_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/dist/node/index.d.ts
10277
10283
  //#region \0rolldown/runtime.js
10278
10284
  //#endregion
10279
- //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.5_typescript@5.9.3_vite@packages+vite_vue@3.5.30_typescript@5.9.3_/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
10285
+ //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.13_typescript@6.0.2_vite@packages+vite/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
10280
10286
  //#region src/node/cli-commands.d.ts
10281
10287
  interface StartOptions {
10282
10288
  root?: string;
@@ -10285,7 +10291,7 @@ interface StartOptions {
10285
10291
  port?: string | number;
10286
10292
  open?: boolean;
10287
10293
  } //#endregion
10288
- //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.5_typescript@5.9.3_vite@packages+vite_vue@3.5.30_typescript@5.9.3_/node_modules/@vitejs/devtools/dist/config.d.ts
10294
+ //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.13_typescript@6.0.2_vite@packages+vite/node_modules/@vitejs/devtools/dist/config.d.ts
10289
10295
  //#region src/node/config.d.ts
10290
10296
  interface DevToolsConfig extends Partial<StartOptions> {
10291
10297
  enabled: boolean;
@@ -11221,8 +11227,7 @@ interface TransformOptions {
11221
11227
  * @deprecated inferred from environment
11222
11228
  */
11223
11229
  ssr?: boolean;
11224
- }
11225
- interface TransformOptionsInternal {} //#endregion
11230
+ } //#endregion
11226
11231
  //#region src/node/server/moduleGraph.d.ts
11227
11232
  declare class EnvironmentModuleNode {
11228
11233
  environment: string;
@@ -11384,6 +11389,11 @@ interface HotChannelClient {
11384
11389
  }
11385
11390
  type HotChannelListener<T extends string = string> = (data: InferCustomEventPayload<T>, client: HotChannelClient) => void;
11386
11391
  interface HotChannel<Api = any> {
11392
+ /**
11393
+ * When true, the fs access check is skipped in fetchModule.
11394
+ * Set this for transports that is not exposed over the network.
11395
+ */
11396
+ skipFsCheck?: boolean;
11387
11397
  /**
11388
11398
  * Broadcast events to all clients
11389
11399
  */
@@ -11800,9 +11810,15 @@ declare class DevEnvironment extends BaseEnvironment {
11800
11810
  * - new instance `listen`
11801
11811
  */
11802
11812
  listen(server: ViteDevServer): Promise<void>;
11813
+ /**
11814
+ * Called by the module runner to retrieve information about the specified
11815
+ * module. Internally calls `transformRequest` and wraps the result in the
11816
+ * format that the module runner understands.
11817
+ * This method is not meant to be called manually.
11818
+ */
11803
11819
  fetchModule(id: string, importer?: string, options?: FetchFunctionOptions): Promise<FetchResult>;
11804
11820
  reloadModule(module: EnvironmentModuleNode): Promise<void>;
11805
- transformRequest(url: string, options?: TransformOptionsInternal): Promise<TransformResult | null>;
11821
+ transformRequest(url: string): Promise<TransformResult | null>;
11806
11822
  warmupRequest(url: string): Promise<void>;
11807
11823
  protected invalidateModule(m: {
11808
11824
  path: string;
@@ -29,11 +29,11 @@ const SvgRegardioCompassIcon = ({ title, titleId, ...props }) => /* @__PURE__ */
29
29
  d: "M539.97 393.86c.04-.18.06-.37.11-.54-.05.18-.07.36-.11.54"
30
30
  }),
31
31
  /* @__PURE__ */ jsx("path", {
32
- className: "fill-cyan-400",
32
+ className: "fill-aqua-400",
33
33
  d: "M731.94 725.81v77.81c98.86-7.58 196.31-20.24 292.06-37.75V643.12l-710.02 48.27c-12.11.84-21.41 8.99-21.41 18.75v25.85l416.89-28.93c12.09-.95 22.48 7.71 22.48 18.75"
34
34
  }),
35
35
  /* @__PURE__ */ jsx("path", {
36
- className: "fill-cyan-300",
36
+ className: "fill-aqua-300",
37
37
  d: "M709.46 707.07 292.57 736 0 756.3v8.95c95.92 17.66 193.53 30.45 292.57 38.15 72.97 5.67 146.7 8.6 221.12 8.6s146.22-2.85 218.25-8.38v-77.81c0-11.03-10.39-19.7-22.48-18.75z"
38
38
  }),
39
39
  /* @__PURE__ */ jsx("path", {
@@ -53,11 +53,11 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
53
53
  d: "M521.34 512.61c-2.67-.33-5.39-.56-8.08-.69l-.19-.09-.13-.07s-.07-.07-.07-.11q0-.075.06-.12c.56-.41 1.11-.83 1.66-1.26a106 106 0 0 1 19.45-5.49c6.17-1.11 12.47-1.68 18.72-1.68 2.66 0 5.36.1 8.03.31.06 0 .12.05.13.12s-.02.13-.08.15c-11.47 4.86-23.61 7.8-36.06 8.73-1.14.08-2.28.15-3.41.2s-.01 0-.02 0z"
54
54
  }),
55
55
  /* @__PURE__ */ jsx("path", {
56
- className: "fill-purple-50",
56
+ className: "fill-violet-50",
57
57
  d: "M502.68 506.66c-8.16-3.57-16.72-6.17-25.44-7.74-6.05-1.09-12.29-1.69-18.56-1.78a118.7 118.7 0 0 1-25.51-19.87 122 122 0 0 1-9.94-11.57c-.03-.05-.04-.11 0-.16.03-.04.07-.07.12-.07h.03c4.46.84 8.82 1.7 12.96 2.55 7.2.89 14.33 2.48 21.19 4.72 6.27 2.05 12.49 4.72 18.47 7.92 7.73 9.95 16.74 18.59 26.84 25.74.06.04.08.12.04.19-.02.05-.07.07-.12.07-.02 0-.04 0-.06-.01z"
58
58
  }),
59
59
  /* @__PURE__ */ jsx("path", {
60
- className: "fill-pink-50",
60
+ className: "fill-plum-50",
61
61
  d: "M508.72 507.23s-.08-.02-.11-.05c-9.28-10.73-20.3-19.57-32.76-26.25-11.92-15.35-20.39-33.59-24.54-52.77-.01-.06.01-.12.06-.15.02-.01.05-.02.07-.02q.045 0 .09.03c4.15 3.46 8.26 7.01 12.22 10.54a117.3 117.3 0 0 1 28.06 26.97c2.18 2.94 4.29 6.09 6.26 9.36l.04.28.02.29c1.03 11.08 4.63 21.69 10.71 31.55.04.06.02.14-.04.19a.16.16 0 0 1-.08.03"
62
62
  }),
63
63
  /* @__PURE__ */ jsx("path", {
@@ -77,7 +77,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
77
77
  d: "m449.98 528.38.02-.14-.08.13c-11.41-1.53-22.43-5.23-32.86-11.02-5.22-2-10.49-4.15-15.65-6.38a.13.13 0 0 1-.08-.12c0-.05.03-.11.08-.13 17.87-9.2 36.59-13.87 55.65-13.87.54 0 1.08 0 1.63.01 13.72 7.96 28.5 12.92 43.99 14.78.07 0 .13.07.12.14 0 .07-.06.13-.13.14-14.82.7-29.09 4.34-42.42 10.81-3.41 1.66-6.84 3.55-10.17 5.63-.02.01-.05.02-.07.02h-.02z"
78
78
  }),
79
79
  /* @__PURE__ */ jsx("path", {
80
- className: "fill-cyan-50",
80
+ className: "fill-aqua-50",
81
81
  d: "M400.2 572.39c-1.62 0-3.24-.02-4.85-.05-.06 0-.11-.04-.13-.09s0-.11.03-.15c12.13-12.01 26.18-23.64 41.75-34.57 3.99-3.39 8.33-6.55 12.91-9.41 3.83.47 7.62.72 11.36.72 9.84 0 19.54-1.71 28.84-5.08h.05c.05 0 .1.03.12.07.03.06.02.14-.04.18-13.9 10.33-25.12 24.09-32.45 39.79a93 93 0 0 1-6.97 2.61c-10.95 3.61-22.4 5.43-34.01 5.43h-1.35c-5.04.37-10.19.55-15.27.55z"
82
82
  }),
83
83
  /* @__PURE__ */ jsx("path", {
@@ -101,7 +101,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
101
101
  d: "M574.01 529.33c-2.31 0-4.66-.07-6.97-.2-13.95-8.96-29.31-14.5-45.71-16.52-.07 0-.13-.07-.12-.15s.06-.13.13-.14a113.8 113.8 0 0 0 39.38-8.91c1.75.12 3.23.26 4.57.42 11.87 1.42 23.33 4.84 34.07 10.17 5.7 2.23 11.43 4.78 17.01 7.58.05.03.08.08.08.13 0 .06-.04.11-.09.12-1.95.7-3.58 1.26-5.11 1.74-12.13 3.8-24.66 5.73-37.24 5.73z"
102
102
  }),
103
103
  /* @__PURE__ */ jsx("path", {
104
- className: "fill-purple-100",
104
+ className: "fill-violet-100",
105
105
  d: "M401.38 511.06c-33.41-14.48-62.65-32.89-86.93-54.71-.04-.04-.06-.1-.04-.15l.06-.17c.02-.05.07-.09.13-.09 4.24-.14 8.61-.21 12.97-.21 29.38 0 61.62 3.25 95.82 9.67 3.23 4.17 6.58 8.06 10.05 11.62a118.6 118.6 0 0 0 25.36 19.78c.06.03.08.1.07.16l-.05.19c-.02.06-.07.1-.14.1 0 0-1.08-.01-1.62-.01-18.99 0-37.66 4.65-55.47 13.83-.02 0-.13.02-.15.02s-.04 0-.06-.01z"
106
106
  }),
107
107
  /* @__PURE__ */ jsx("path", {
@@ -109,7 +109,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
109
109
  d: "M616.26 521.95c-5.61-2.8-11.33-5.35-17.04-7.59a104.1 104.1 0 0 0-33.97-10.15c-1.34-.16-2.81-.3-4.49-.43-.06 0-.12-.05-.13-.12l-.03-.19c-.01-.06.02-.13.08-.15 16.05-6.81 30.68-17.48 42.31-30.85 1.36.05 2.5.19 3.44.32 15.13 2.11 28.4 4.54 39.43 7.2 8.56 2.07 17.54 4.9 27.44 8.67.05.02.08.06.09.11l.02.17c0 .05-.01.1-.05.13-10.95 8.37-22.46 15.78-34.21 22.03-7.18 4.33-14.84 7.98-22.75 10.83h-.14z"
110
110
  }),
111
111
  /* @__PURE__ */ jsx("path", {
112
- className: "fill-pink-100",
112
+ className: "fill-plum-100",
113
113
  d: "M475.87 481.03s-.05 0-.07-.02c-5.97-3.2-12.16-5.86-18.41-7.9-6.83-2.23-13.94-3.81-21.13-4.71-4.14-.86-8.5-1.72-12.97-2.56a118.3 118.3 0 0 1-13.25-21.8c-14.9-22.87-24.6-42.75-31.45-64.46-.02-.05 0-.11.04-.15l.14-.12s.06-.03.09-.03c.02 0 .04 0 .06.02 24.39 12.41 48.84 28.77 72.65 48.64 4.22 19.25 12.68 37.46 24.51 52.71.04.05.04.13 0 .18l-.13.15s-.07.05-.11.05z"
114
114
  }),
115
115
  /* @__PURE__ */ jsx("path", {
@@ -129,7 +129,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
129
129
  d: "M395.36 572.44c-20.17-.46-40.37-3.87-60.03-10.15l-.13-.27a367 367 0 0 1 39.79-33.74c8.22-6.93 17.08-12.86 26.33-17.63l.18-.05c5.27 2.25 10.54 4.4 15.74 6.4 10.41 5.78 21.39 9.47 32.66 10.98l.27.24s.04.07.04.11-.03.08-.06.1c-4.56 2.84-8.89 5.99-12.87 9.38-15.58 10.92-29.61 22.54-41.72 34.54-.02 0-.15.07-.17.07z"
130
130
  }),
131
131
  /* @__PURE__ */ jsx("path", {
132
- className: "fill-cyan-100",
132
+ className: "fill-aqua-100",
133
133
  d: "M336.94 673.5s-.08-.02-.11-.05l-.1-.12c8.19-36.95 27.87-71 58.46-101.3l2-.03c1.01 0 2.01.01 3.01.01 5.08 0 10.22-.19 15.26-.55h1.36c11.58 0 22.98-1.82 33.89-5.42 2.26-.74 4.57-1.59 6.87-2.53.02 0 .04-.01.05-.01.04 0 .07.02.1.04l.13.14s.05.1.03.16c-4.16 8.9-7.02 18.28-8.52 27.87-1.3 8.35-1.57 16.85-.8 25.27.02 7.58.3 15.22.81 22.7 0 .03-.06.15-.08.18-.06.05-.65.36-.79.42-35.39 19.21-72.94 30.38-111.58 33.21z"
134
134
  }),
135
135
  /* @__PURE__ */ jsx("path", {
@@ -149,7 +149,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
149
149
  d: "M613.51 557.26c-5.87 0-11.8-.33-17.62-.98-2.79-3.63-5.57-6.96-8.37-9.94-6.13-6.53-13.06-12.3-20.6-17.15-.06-.03-.08-.1-.06-.16l.06-.18c.02-.06.07-.1.13-.1 2.3.13 4.64.2 6.94.2 12.54 0 25.03-1.92 37.12-5.72 1.53-.48 3.15-1.03 5.1-1.74 17.11 8.49 32.95 19.48 47.2 32.67.04.04.06.1.04.15l-.06.17c-.02.05-.07.09-.12.09-9.22.54-18.75.95-28.32 1.22-2.41.32-4.62.58-6.76.78-4.87.45-9.81.68-14.69.68z"
150
150
  }),
151
151
  /* @__PURE__ */ jsx("path", {
152
- className: "fill-pink-200",
152
+ className: "fill-plum-200",
153
153
  d: "M451.44 428.27s-.06-.01-.09-.03c-23.8-19.85-48.21-36.19-72.58-48.59-4.8-15.08-8.13-30.84-10.26-48.26-2.06-16.88-2.87-33.93-2.41-50.67 0-.05.03-.09.07-.12.02-.01.05-.02.07-.02s.04 0 .06.01c34.68 15.72 65.31 37.72 91.05 65.37-.9 4.34-1.75 8.67-2.51 12.99-1.17 3.73-2.09 7.05-2.81 10.18-3.89 16.88-4.55 33.96-1.97 50.84.39 2.55.89 5.21 1.51 8.11.01.06-.01.12-.06.15-.02.01-.05.02-.07.02z"
154
154
  }),
155
155
  /* @__PURE__ */ jsx("path", {
@@ -161,7 +161,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
161
161
  d: "M556.17 437.76s-.05 0-.07-.02a.13.13 0 0 1-.06-.14c1.03-6.06 1.67-12.25 1.89-18.39.22-6.22.02-12.54-.6-18.78-1.06-18.49-3.53-36.74-7.35-54.26 2.3-2.88 4.62-5.59 6.93-8.16 29.86-33.38 67.88-58.71 112.98-75.3h.05c.03 0 .06 0 .08.03q.06.045.06.12c-2.49 42.29-12.89 88.68-30.91 137.86-22.55 6.34-44.57 15.3-65.54 26.72-5.4 2.64-10.6 5.66-15.47 8.98-.52.36-1.04.72-1.55 1.09l-.34.25s-.05.03-.08.03z"
162
162
  }),
163
163
  /* @__PURE__ */ jsx("path", {
164
- className: "fill-purple-200",
164
+ className: "fill-violet-200",
165
165
  d: "M423.32 465.76c-34.17-6.41-66.39-9.66-95.75-9.66-4.36 0-8.72.07-12.96.21-9.18-8.2-17.69-16.96-25.4-26.08-19.79-23.44-35.14-50.27-45.62-79.76-.02-.04 0-.09.01-.12.02-.04.06-.06.11-.06a226 226 0 0 1 18.2-.73c18.46 0 37.23 2.29 55.78 6.82 20.32 4.95 40.91 12.7 61.21 23.03 6.9 21.75 16.59 41.61 31.49 64.48 3.59 7.65 7.99 14.94 13.07 21.66.03.05.04.11 0 .16-.03.04-.07.07-.12.07h-.03z"
166
166
  }),
167
167
  /* @__PURE__ */ jsx("path", {
@@ -173,7 +173,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
173
173
  d: "M673.17 489.02c-9.9-3.76-18.86-6.59-27.39-8.65-11.03-2.66-24.28-5.08-39.39-7.19-1.07-.15-2.15-.28-3.22-.4-.05 0-.1-.04-.12-.09s0-.1.02-.14c6.45-7.42 11.99-15.64 16.47-24.44 2.19-4.3 4.13-8.76 5.78-13.26 4.89-11.49 9.45-23.01 13.57-34.24 26.93-7.56 55.07-11.35 83.75-11.35 10.33 0 20.91.49 31.45 1.46.05 0 .09.03.11.07s.02.09 0 .13c-20.29 39.24-48.26 73.15-80.9 98.08-.02.02-.06.03-.09.03h-.05z"
174
174
  }),
175
175
  /* @__PURE__ */ jsx("path", {
176
- className: "fill-cyan-200",
176
+ className: "fill-aqua-200",
177
177
  d: "M316.88 674.13c-18.94 0-38.46-1.96-58.02-5.82-.04 0-.08-.04-.1-.08s-.02-.09 0-.12c19.07-39.62 44.82-75.33 76.53-106.15.03-.03.06-.04.1-.04h.04c19.63 6.27 39.79 9.67 59.93 10.13.06 0 .11.04.13.09s0 .11-.03.15c-30.54 30.25-50.19 64.23-58.39 100.99a.13.13 0 0 1-.13.11c-6.61.48-13.36.73-20.05.73z"
178
178
  }),
179
179
  /* @__PURE__ */ jsx("path", {
@@ -197,7 +197,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
197
197
  d: "M663.27 554.48s-.07-.01-.1-.04c-14.19-13.14-29.98-24.1-46.92-32.6a.16.16 0 0 1-.08-.13c0-.06.04-.11.09-.12 7.89-2.85 15.52-6.49 22.69-10.81 11.73-6.24 23.23-13.65 34.17-22 12.65 4.74 25.22 10.39 39.77 16.94 3.62 1.63 7.32 3.3 11.14 5 17.56 7.84 34.79 17.19 51.2 27.78.05.03.07.09.06.14s-.05.1-.11.11c-32.76 7.99-70.42 13.28-111.92 15.72z"
198
198
  }),
199
199
  /* @__PURE__ */ jsx("path", {
200
- className: "fill-pink-300",
200
+ className: "fill-plum-300",
201
201
  d: "M378.84 379.66s-.04 0-.06-.02c-20.27-10.32-40.85-18.06-61.15-23-18.53-4.52-37.28-6.81-55.72-6.81-6.04 0-12.15.25-18.17.73h-.01c-.06 0-.11-.04-.13-.09-9.56-26.89-15.25-56.55-16.93-88.15 0-.08.05-.14.13-.15 16.18-1.47 30.78-2.68 45.49-2.68 30.7 0 57.53 5.56 87 18.02 2.29.97 4.66 2.01 7.02 3.08.05.02.09.08.08.13-.46 16.73.35 33.76 2.41 50.63 2.13 17.4 5.46 33.15 10.18 48.12.02.05 0 .11-.04.15q-.045.03-.09.03z"
202
202
  }),
203
203
  /* @__PURE__ */ jsx("path", {
@@ -213,7 +213,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
213
213
  d: "M550.07 346.27a.13.13 0 0 1-.1-.11c-8.01-36.73-22.24-71.32-42.28-102.81a.15.15 0 0 1 .01-.17c39.44-45.86 86-66.59 131.03-86.64 5.38-2.39 10.75-4.78 16.09-7.21.02 0 .04-.01.06-.01s.04 0 .06.01c.04.02.06.04.08.08 12.42 34.01 17.49 72.17 15.06 113.43 0 .06-.04.1-.09.12-45.06 16.57-83.04 41.88-112.87 75.22-2.3 2.57-4.62 5.27-6.89 8.03a.16.16 0 0 1-.11.05h-.03z"
214
214
  }),
215
215
  /* @__PURE__ */ jsx("path", {
216
- className: "fill-purple-300",
216
+ className: "fill-violet-300",
217
217
  d: "M210.37 479.34s-.07-.02-.1-.04c-25.22-26.06-49.86-57.75-73.22-94.19-.02-.03-.03-.07-.02-.11 0-.04.03-.07.07-.09 34.84-20.08 70.71-31.73 106.62-34.62h.01c.06 0 .11.04.13.09 10.47 29.45 25.8 56.26 45.57 79.67 7.7 9.11 16.2 17.87 25.27 26.02.04.04.06.1.04.15s-.07.09-.13.09c-40.03 1.34-75.08 9.08-104.18 23.01-.02 0-.04.01-.06.01z"
218
218
  }),
219
219
  /* @__PURE__ */ jsx("path", {
@@ -225,7 +225,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
225
225
  d: "M775.16 538.76s-.05 0-.08-.02c-16.4-10.59-33.61-19.93-51.16-27.76-3.82-1.7-7.52-3.37-11.14-5-14.55-6.55-27.11-12.2-39.62-16.96a.14.14 0 0 1-.09-.11c0-.05.01-.1.05-.13 32.6-24.9 60.54-58.78 80.82-97.98.02-.05.07-.08.13-.08h.01c7.2.66 14.4 1.54 21.39 2.6 48.27 7.34 98.04 24.46 147.94 50.9.03.02.06.05.07.08.01.04 0 .08-.01.11-24.69 44.63-74.58 76.37-148.28 94.35z"
226
226
  }),
227
227
  /* @__PURE__ */ jsx("path", {
228
- className: "fill-cyan-300",
228
+ className: "fill-aqua-300",
229
229
  d: "M269.82 827.92c-14.93 0-30.42-1.15-46.03-3.42a.14.14 0 0 1-.12-.14c-.96-52.51 11.18-106.54 35.1-156.25.02-.05.07-.08.13-.08h.03c19.54 3.86 39.04 5.82 57.96 5.82 6.69 0 13.43-.25 20.04-.73.04 0 .08.02.11.05s.04.08.03.12c-4.16 18.65-5.45 38.34-3.83 58.51 2.11 26.21 9.17 53.95 20.99 82.46.01.04.01.08 0 .11-.02.04-.05.06-.08.08-26.3 8.94-54.67 13.47-84.32 13.47z"
230
230
  }),
231
231
  /* @__PURE__ */ jsx("path", {
@@ -245,11 +245,11 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
245
245
  d: "M753.61 669.4c-6.26 0-12.63-.23-18.92-.68-.06 0-.1-.04-.12-.09-17.38-48-41.4-86.42-71.4-114.18-.04-.04-.06-.1-.04-.15s.07-.09.12-.09c41.48-2.44 79.12-7.73 111.87-15.72 39.28 25.31 74.91 58.3 105.99 98.07.02.03.03.08.03.12s-.03.08-.07.1c-41.18 21.65-84.07 32.63-127.46 32.63z"
246
246
  }),
247
247
  /* @__PURE__ */ jsx("path", {
248
- className: "fill-pink-400",
248
+ className: "fill-plum-400",
249
249
  d: "M366.18 280.85c-2.36-1.07-4.72-2.1-7.01-3.07-29.43-12.45-56.23-18-86.89-18-14.7 0-29.29 1.21-45.47 2.68h-.01c-.03 0-.07-.01-.09-.03-.03-.03-.05-.06-.05-.1-3.01-56.87 6.84-121.88 29.3-193.24.02-.06.07-.1.14-.1h.03c.7.16 73.58 17.82 146.68 67.9.06.04.08.12.05.18-22.84 46.21-35.11 94.54-36.47 143.65 0 .05-.03.09-.07.12-.02.01-.05.02-.07.02s-.04 0-.06-.01z"
250
250
  }),
251
251
  /* @__PURE__ */ jsx("path", {
252
- className: "fill-purple-400",
252
+ className: "fill-violet-400",
253
253
  d: "M137.17 385.17s-.09-.02-.12-.06c-24.22-37.77-47.31-81.02-68.64-128.53a.14.14 0 0 1 .02-.15.16.16 0 0 1 .11-.05h.03c31.99 6.51 62.17 9.68 92.25 9.68 23.39 0 43.44-1.82 62.82-3.59l3.16-.29c.03 0 .07.01.09.03.03.03.05.06.05.1 1.67 31.57 7.37 61.2 16.91 88.07.02.04 0 .09-.01.12-.02.04-.06.06-.11.06-35.86 2.89-71.69 14.53-106.5 34.58-.02.01-.05.02-.07.02z"
254
254
  }),
255
255
  /* @__PURE__ */ jsx("path", {
@@ -257,7 +257,7 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
257
257
  d: "M109.77 604.38s-.05 0-.08-.02c-65.95-43.1-107.9-90.02-109.65-92a.127.127 0 0 1 0-.18c44.18-57.5 90.3-100.32 137.07-127.27.02-.01.05-.02.07-.02q.075 0 .12.06c23.35 36.42 47.98 68.1 73.19 94.15.03.03.05.08.04.12s-.04.08-.08.1c-37.9 18.14-66.42 47.12-84.78 86.14-5.22 11.09-10.53 24.15-15.76 38.82-.01.04-.05.07-.09.09h-.05z"
258
258
  }),
259
259
  /* @__PURE__ */ jsx("path", {
260
- className: "fill-cyan-400",
260
+ className: "fill-aqua-400",
261
261
  d: "M223.79 824.49c-28.62-4.16-58.1-12.09-87.62-23.54-40.6-15.76-67.24-32.92-67.51-33.09l-.06-.14c6.11-40.47 21.55-108.91 41.04-163.52.01-.04.05-.07.09-.09h.05c.03 0 .05 0 .08.02 45.19 29.54 90.54 49.98 134.78 60.76 4.56 1.11 9.37 2.17 14.3 3.14.04 0 .08.04.1.08s.02.09 0 .12c-23.9 49.67-36.03 103.65-35.07 156.12 0 .04-.02.08-.05.11-.03.02-.06.04-.09.04h-.02z"
262
262
  }),
263
263
  /* @__PURE__ */ jsx("path", {
@@ -53,11 +53,11 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
53
53
  d: "M518.6 512.43c-1.89-.23-3.81-.4-5.71-.49l-.14-.07-.09-.05s-.05-.05-.05-.08.01-.07.04-.09c.4-.29.79-.59 1.18-.89 4.47-1.74 9.09-3.04 13.76-3.88 4.36-.79 8.82-1.19 13.24-1.19 1.88 0 3.79.07 5.68.22.05 0 .08.04.09.08s-.02.09-.06.11a80.3 80.3 0 0 1-27.91 6.31h-.01z"
54
54
  }),
55
55
  /* @__PURE__ */ jsx("path", {
56
- className: "fill-purple-50",
56
+ className: "fill-violet-50",
57
57
  d: "M505.41 508.23a80.7 80.7 0 0 0-17.99-5.47c-4.28-.77-8.69-1.19-13.12-1.26a84 84 0 0 1-18.04-14.05 87 87 0 0 1-7.03-8.18c-.02-.03-.03-.08 0-.11.02-.03.05-.05.08-.05h.02c3.16.59 6.24 1.2 9.16 1.81 5.09.63 10.13 1.76 14.98 3.34 4.44 1.45 8.83 3.33 13.06 5.6 5.46 7.03 11.84 13.15 18.97 18.2.04.03.05.09.03.13-.02.03-.05.05-.09.05h-.04z"
58
58
  }),
59
59
  /* @__PURE__ */ jsx("path", {
60
- className: "fill-pink-50",
60
+ className: "fill-plum-50",
61
61
  d: "M509.68 508.63s-.06-.01-.08-.03a81.4 81.4 0 0 0-23.16-18.56c-8.43-10.86-14.42-23.75-17.35-37.31 0-.04 0-.08.05-.11.02 0 .03-.01.05-.01s.05 0 .06.02c2.93 2.45 5.84 4.95 8.64 7.45a83 83 0 0 1 19.84 19.07c1.54 2.08 3.03 4.31 4.43 6.62l.03.2.02.21c.73 7.83 3.27 15.34 7.57 22.31.03.04.02.1-.03.13-.02.01-.04.02-.06.02z"
62
62
  }),
63
63
  /* @__PURE__ */ jsx("path", {
@@ -77,7 +77,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
77
77
  d: "M468.15 523.58v-.1l-.04.09c-8.06-1.08-15.86-3.7-23.23-7.79-3.69-1.41-7.42-2.93-11.06-4.51q-.06-.03-.06-.09c0-.04.02-.07.05-.09 12.63-6.51 25.87-9.81 39.35-9.81h1.15c9.7 5.63 20.15 9.14 31.1 10.45.05 0 .09.05.09.1s-.04.09-.09.1c-10.48.5-20.57 3.07-29.99 7.64a79 79 0 0 0-7.19 3.98c-.02 0-.03.02-.05.02h-.01z"
78
78
  }),
79
79
  /* @__PURE__ */ jsx("path", {
80
- className: "fill-cyan-50",
80
+ className: "fill-aqua-50",
81
81
  d: "M432.96 554.7c-1.15 0-2.29-.01-3.43-.04-.04 0-.08-.03-.09-.06-.01-.04 0-.08.02-.11 8.57-8.49 18.51-16.72 29.52-24.44 2.82-2.39 5.89-4.63 9.13-6.65 2.71.34 5.39.51 8.03.51 6.95 0 13.82-1.21 20.39-3.59h.03c.04 0 .07.02.09.05.02.04.01.1-.03.13a74.26 74.26 0 0 0-22.94 28.13c-1.69.71-3.33 1.32-4.93 1.84a76.8 76.8 0 0 1-24.05 3.84h-.95c-3.57.26-7.2.39-10.8.39z"
82
82
  }),
83
83
  /* @__PURE__ */ jsx("path", {
@@ -101,7 +101,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
101
101
  d: "M555.85 524.25c-1.64 0-3.29-.05-4.93-.14-9.86-6.33-20.72-10.26-32.32-11.68-.05 0-.09-.05-.09-.1s.04-.09.09-.1c.8-.04 1.6-.08 2.41-.14 8.79-.66 17.35-2.73 25.44-6.16 1.24.08 2.28.18 3.23.3 8.39 1.01 16.5 3.43 24.09 7.19 4.03 1.58 8.08 3.38 12.03 5.36.04.02.06.06.05.1 0 .04-.03.07-.07.09-1.38.5-2.53.89-3.62 1.23a88 88 0 0 1-26.33 4.05z"
102
102
  }),
103
103
  /* @__PURE__ */ jsx("path", {
104
- className: "fill-purple-100",
104
+ className: "fill-violet-100",
105
105
  d: "M433.79 511.34c-23.62-10.24-44.3-23.25-61.46-38.68-.03-.03-.04-.07-.03-.11l.04-.12s.05-.06.09-.07c3-.1 6.08-.15 9.17-.15 20.78 0 43.57 2.3 67.75 6.83 2.28 2.95 4.65 5.7 7.11 8.22a84 84 0 0 0 17.93 13.99.1.1 0 0 1 .05.11l-.04.13s-.05.07-.1.07h-1.15c-13.43 0-26.63 3.29-39.22 9.78l-.1.01h-.04z"
106
106
  }),
107
107
  /* @__PURE__ */ jsx("path", {
@@ -109,7 +109,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
109
109
  d: "M585.72 519.04c-3.97-1.98-8.01-3.78-12.05-5.36a73.6 73.6 0 0 0-24.01-7.17c-.95-.11-1.99-.21-3.18-.3-.05 0-.08-.04-.09-.08l-.02-.14s.02-.09.06-.11c11.35-4.81 21.69-12.36 29.91-21.81.96.03 1.76.14 2.43.23 10.7 1.49 20.08 3.21 27.88 5.09 6.05 1.46 12.4 3.47 19.4 6.13.03.01.06.04.06.08l.02.12s0 .07-.04.09c-7.74 5.92-15.88 11.16-24.19 15.58a91.5 91.5 0 0 1-16.08 7.66h-.09z"
110
110
  }),
111
111
  /* @__PURE__ */ jsx("path", {
112
- className: "fill-pink-100",
112
+ className: "fill-plum-100",
113
113
  d: "M486.45 490.11s-.03 0-.05-.01c-4.22-2.26-8.6-4.14-13.02-5.58-4.83-1.58-9.85-2.7-14.94-3.33-2.92-.61-6.01-1.21-9.17-1.81-3.68-4.8-6.81-9.97-9.37-15.42-10.53-16.17-17.39-30.23-22.23-45.57-.01-.04 0-.08.03-.11l.1-.08s.04-.02.06-.02.03 0 .04.01c17.25 8.77 34.53 20.34 51.37 34.39 2.98 13.61 8.96 26.48 17.33 37.27.03.04.03.09 0 .13l-.09.11s-.05.04-.08.04z"
114
114
  }),
115
115
  /* @__PURE__ */ jsx("path", {
@@ -129,7 +129,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
129
129
  d: "M429.53 554.73c-14.26-.32-28.54-2.74-42.45-7.17l-.09-.19c8.85-8.66 18.3-16.65 28.13-23.85 5.81-4.9 12.07-9.09 18.61-12.46l.13-.03c3.73 1.59 7.45 3.11 11.13 4.52 7.36 4.09 15.12 6.7 23.09 7.76l.19.17s.03.05.03.08-.02.06-.05.07a78 78 0 0 0-9.1 6.63c-11.01 7.72-20.94 15.94-29.5 24.42-.01 0-.11.05-.12.05"
130
130
  }),
131
131
  /* @__PURE__ */ jsx("path", {
132
- className: "fill-cyan-100",
132
+ className: "fill-aqua-100",
133
133
  d: "M388.23 626.18s-.06-.01-.08-.03l-.07-.09c5.79-26.13 19.71-50.2 41.34-71.62l1.41-.02c.72 0 1.42.01 2.13.01 3.59 0 7.22-.13 10.79-.39h.96c8.19 0 16.25-1.29 23.96-3.83 1.6-.53 3.23-1.13 4.86-1.79h.04c.03 0 .05.01.07.03l.09.1s.04.07.02.11a73.2 73.2 0 0 0-6.02 19.7c-.92 5.9-1.11 11.91-.57 17.87.02 5.36.21 10.76.57 16.05 0 .02-.04.11-.05.13-.04.04-.46.25-.56.3-25.02 13.58-51.57 21.48-78.89 23.48z"
134
134
  }),
135
135
  /* @__PURE__ */ jsx("path", {
@@ -149,7 +149,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
149
149
  d: "M583.77 544c-4.15 0-8.34-.23-12.46-.69-1.97-2.57-3.94-4.92-5.92-7.03a78 78 0 0 0-14.56-12.12c-.04-.02-.06-.07-.04-.12l.04-.13s.05-.07.09-.07c1.63.09 3.28.14 4.91.14 8.86 0 17.7-1.36 26.25-4.04 1.08-.34 2.23-.73 3.61-1.23 12.1 6 23.3 13.77 33.37 23.1.03.03.04.07.03.11l-.04.12s-.05.06-.09.06c-6.52.38-13.26.67-20.03.86-1.7.23-3.27.41-4.78.55-3.44.32-6.94.48-10.39.48z"
150
150
  }),
151
151
  /* @__PURE__ */ jsx("path", {
152
- className: "fill-pink-200",
152
+ className: "fill-plum-200",
153
153
  d: "M469.18 452.8s-.05 0-.06-.02c-16.82-14.03-34.09-25.59-51.32-34.35-3.39-10.66-5.75-21.8-7.25-34.12a241 241 0 0 1-1.7-35.83c0-.03.02-.06.05-.08.02 0 .03-.02.05-.02h.04c24.52 11.12 46.18 26.67 64.37 46.22-.64 3.07-1.24 6.13-1.77 9.19-.83 2.63-1.47 4.99-1.98 7.2-2.75 11.93-3.21 24.01-1.39 35.95.28 1.8.63 3.68 1.07 5.74 0 .04 0 .08-.05.11-.02 0-.03.01-.05.01z"
154
154
  }),
155
155
  /* @__PURE__ */ jsx("path", {
@@ -161,7 +161,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
161
161
  d: "M543.23 459.51s-.04 0-.05-.02c-.04-.02-.05-.06-.05-.1.73-4.28 1.18-8.66 1.33-13 .15-4.4.01-8.87-.42-13.28-.75-13.07-2.5-25.98-5.2-38.36 1.63-2.04 3.27-3.95 4.9-5.77 21.11-23.6 47.99-41.51 79.88-53.24h.03c.02 0 .04 0 .06.02.03.02.04.05.04.09-1.76 29.9-9.11 62.7-21.86 97.47-15.94 4.48-31.51 10.82-46.34 18.89-3.82 1.87-7.5 4-10.94 6.35-.37.25-.73.51-1.09.77l-.24.17s-.04.02-.06.02z"
162
162
  }),
163
163
  /* @__PURE__ */ jsx("path", {
164
- className: "fill-purple-200",
164
+ className: "fill-violet-200",
165
165
  d: "M449.3 479.31c-24.16-4.53-46.94-6.83-67.7-6.83-3.08 0-6.17.05-9.17.15-6.49-5.8-12.51-11.99-17.96-18.44-14-16.57-24.85-35.54-32.26-56.39-.01-.03 0-.06 0-.09.02-.03.04-.04.08-.05 4.26-.34 8.59-.52 12.86-.52 13.05 0 26.32 1.62 39.44 4.82 14.37 3.5 28.93 8.98 43.28 16.28 4.88 15.38 11.73 29.42 22.26 45.59a86.6 86.6 0 0 0 9.24 15.32c.02.03.03.08 0 .11-.02.03-.05.05-.08.05h-.02z"
166
166
  }),
167
167
  /* @__PURE__ */ jsx("path", {
@@ -173,7 +173,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
173
173
  d: "M625.95 495.75c-7-2.66-13.33-4.66-19.37-6.12-7.8-1.88-17.17-3.59-27.85-5.09-.76-.11-1.52-.2-2.27-.29-.04 0-.07-.03-.08-.06s0-.07.02-.1a85.3 85.3 0 0 0 11.64-17.28 87 87 0 0 0 4.09-9.37c3.46-8.13 6.68-16.27 9.59-24.21 19.04-5.34 38.94-8.02 59.21-8.02 7.3 0 14.79.35 22.24 1.04.03 0 .06.02.08.05q.03.045 0 .09c-14.35 27.74-34.12 51.72-57.2 69.34-.02.01-.04.02-.06.02z"
174
174
  }),
175
175
  /* @__PURE__ */ jsx("path", {
176
- className: "fill-cyan-200",
176
+ className: "fill-aqua-200",
177
177
  d: "M374.05 626.63c-13.39 0-27.19-1.38-41.02-4.12-.03 0-.06-.03-.07-.05a.14.14 0 0 1 0-.09c13.48-28.01 31.69-53.26 54.11-75.05a.1.1 0 0 1 .07-.03h.03c13.88 4.43 28.13 6.84 42.37 7.16.04 0 .08.03.09.06.01.04 0 .08-.02.11-21.59 21.39-35.48 45.41-41.28 71.4 0 .04-.05.07-.09.08-4.67.34-9.44.52-14.18.52z"
178
178
  }),
179
179
  /* @__PURE__ */ jsx("path", {
@@ -197,7 +197,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
197
197
  d: "M618.95 542.04s-.05 0-.07-.03c-10.03-9.29-21.19-17.04-33.17-23.05-.04-.02-.06-.06-.05-.1 0-.04.03-.07.07-.09a90.7 90.7 0 0 0 16.04-7.64c8.29-4.41 16.42-9.65 24.16-15.56 8.94 3.35 17.83 7.35 28.12 11.98 2.56 1.15 5.18 2.33 7.87 3.53 12.42 5.54 24.6 12.15 36.2 19.64.03.02.05.06.04.1s-.04.07-.08.08c-23.16 5.65-49.79 9.39-79.13 11.12z"
198
198
  }),
199
199
  /* @__PURE__ */ jsx("path", {
200
- className: "fill-pink-300",
200
+ className: "fill-plum-300",
201
201
  d: "M417.85 418.43s-.03 0-.04-.01c-14.33-7.29-28.88-12.77-43.23-16.26-13.1-3.19-26.36-4.81-39.39-4.81-4.27 0-8.59.17-12.85.52-.04 0-.08-.03-.09-.07-6.76-19.01-10.79-39.98-11.97-62.32 0-.05.04-.1.09-.1 11.44-1.04 21.76-1.9 32.17-1.9 21.71 0 40.68 3.93 61.51 12.74 1.62.69 3.29 1.42 4.96 2.17q.06.03.06.09c-.33 11.83.25 23.87 1.7 35.8 1.5 12.31 3.86 23.44 7.2 34.03.01.04 0 .08-.03.11-.02.02-.04.02-.06.02z"
202
202
  }),
203
203
  /* @__PURE__ */ jsx("path", {
@@ -213,7 +213,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
213
213
  d: "M538.91 394.82s-.07-.04-.07-.08c-5.67-25.97-15.72-50.42-29.89-72.69-.02-.04-.02-.09 0-.12 27.88-32.43 60.8-47.08 92.64-61.26 3.8-1.69 7.6-3.38 11.38-5.1h.08c.03.01.04.03.05.06 8.78 24.04 12.37 51.03 10.65 80.2 0 .04-.03.07-.07.09-31.86 11.71-58.71 29.61-79.8 53.18-1.62 1.82-3.26 3.73-4.87 5.68-.02.02-.05.04-.08.04z"
214
214
  }),
215
215
  /* @__PURE__ */ jsx("path", {
216
- className: "fill-purple-300",
216
+ className: "fill-violet-300",
217
217
  d: "M298.74 488.91s-.05-.01-.07-.03c-17.83-18.43-35.25-40.83-51.77-66.6-.01-.02-.02-.05-.01-.08 0-.03.02-.05.05-.06 24.63-14.2 49.99-22.43 75.38-24.48.04 0 .08.03.09.07 7.4 20.82 18.24 39.77 32.22 56.33a188 188 0 0 0 17.87 18.4c.03.03.04.07.03.11s-.05.06-.09.07c-28.3.95-53.08 6.42-73.66 16.27z"
218
218
  }),
219
219
  /* @__PURE__ */ jsx("path", {
@@ -225,7 +225,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
225
225
  d: "M698.06 530.92s-.04 0-.05-.02a270 270 0 0 0-36.17-19.63c-2.7-1.2-5.32-2.38-7.87-3.53-10.29-4.63-19.17-8.63-28.01-11.99a.09.09 0 0 1-.06-.08c0-.04 0-.07.04-.09 23.05-17.6 42.81-41.56 57.14-69.28.02-.03.05-.05.09-.05 5.09.47 10.18 1.09 15.12 1.84 34.13 5.19 69.32 17.3 104.6 35.99.02.01.04.03.05.06v.08c-17.46 31.55-52.73 54-104.84 66.71h-.02z"
226
226
  }),
227
227
  /* @__PURE__ */ jsx("path", {
228
- className: "fill-cyan-300",
228
+ className: "fill-aqua-300",
229
229
  d: "M340.77 735.36c-10.56 0-21.51-.81-32.55-2.42-.05 0-.08-.05-.08-.1-.68-37.13 7.9-75.33 24.81-110.47q.03-.06.09-.06h.02c13.82 2.73 27.61 4.11 40.98 4.11 4.73 0 9.5-.17 14.17-.51.03 0 .06.01.08.03s.03.06.02.09c-2.94 13.19-3.85 27.11-2.71 41.37 1.49 18.53 6.49 38.15 14.84 58.3v.08c-.01.03-.03.04-.06.05-18.59 6.32-38.65 9.52-59.62 9.52z"
230
230
  }),
231
231
  /* @__PURE__ */ jsx("path", {
@@ -245,11 +245,11 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
245
245
  d: "M682.82 623.29c-4.43 0-8.93-.16-13.37-.48-.04 0-.07-.03-.09-.07-12.29-33.94-29.27-61.1-50.48-80.73-.03-.03-.04-.07-.03-.11s.05-.06.09-.07c29.33-1.73 55.94-5.47 79.09-11.11 27.78 17.9 52.96 41.22 74.94 69.34.02.02.02.05.02.08s-.02.05-.05.07c-29.12 15.31-59.44 23.07-90.12 23.07z"
246
246
  }),
247
247
  /* @__PURE__ */ jsx("path", {
248
- className: "fill-pink-400",
248
+ className: "fill-plum-400",
249
249
  d: "M408.9 348.57c-1.67-.76-3.34-1.49-4.96-2.17-20.81-8.8-39.75-12.73-61.43-12.73-10.4 0-20.71.86-32.15 1.89-.02 0-.05 0-.07-.02a.1.1 0 0 1-.03-.07c-2.13-40.21 4.84-86.18 20.71-136.62.01-.04.05-.07.1-.07h.02c.5.11 52.02 12.6 103.7 48.01.04.03.05.08.03.13-16.15 32.67-24.82 66.84-25.78 101.56 0 .03-.02.06-.05.08-.02 0-.03.02-.05.02h-.04z"
250
250
  }),
251
251
  /* @__PURE__ */ jsx("path", {
252
- className: "fill-purple-400",
252
+ className: "fill-violet-400",
253
253
  d: "M246.98 422.33s-.07-.02-.08-.05c-17.12-26.71-33.45-57.28-48.53-90.88-.02-.03-.01-.07.01-.1.02-.02.05-.04.08-.04h.02c22.62 4.6 43.95 6.84 65.22 6.84 16.54 0 30.71-1.29 44.42-2.54l2.24-.2c.02 0 .05 0 .07.02s.03.04.03.07c1.18 22.32 5.21 43.27 11.96 62.27.01.03 0 .06 0 .09-.02.03-.04.04-.08.05-25.36 2.04-50.69 10.27-75.3 24.45-.02 0-.03.01-.05.01z"
254
254
  }),
255
255
  /* @__PURE__ */ jsx("path", {
@@ -257,7 +257,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
257
257
  d: "M227.61 577.32s-.04 0-.05-.02c-46.63-30.47-76.29-63.65-77.53-65.05-.03-.04-.04-.09 0-.13 31.24-40.65 63.84-70.93 96.91-89.99.02 0 .03-.01.05-.01.03 0 .07.02.08.05 16.51 25.75 33.92 48.15 51.75 66.57.02.02.03.06.03.09s-.03.06-.06.07c-26.8 12.82-46.96 33.32-59.94 60.91-3.69 7.84-7.44 17.08-11.14 27.45 0 .03-.03.05-.06.06h-.03z"
258
258
  }),
259
259
  /* @__PURE__ */ jsx("path", {
260
- className: "fill-cyan-400",
260
+ className: "fill-aqua-400",
261
261
  d: "M308.23 732.94C288 730 267.15 724.4 246.28 716.3c-28.71-11.14-47.54-23.27-47.73-23.39l-.04-.1c4.32-28.61 15.24-77 29.01-115.62 0-.03.03-.05.06-.06h.03c.02 0 .04 0 .05.02 31.95 20.88 64.02 35.34 95.29 42.96 3.22.79 6.63 1.53 10.11 2.22.03 0 .06.03.07.05q.015.045 0 .09c-16.9 35.12-25.47 73.29-24.8 110.38 0 .03-.01.06-.03.08s-.04.02-.07.02h-.01z"
262
262
  }),
263
263
  /* @__PURE__ */ jsx("path", {
@@ -17,11 +17,11 @@ const SvgRegardioIconColorFull = ({ title, titleId, ...props }) => /* @__PURE__
17
17
  d: "M512 0c-39.96 0-78.84 4.58-116.16 13.24-4.83 1.12-7.56 6.24-5.81 10.87 8.25 21.9 23.48 65.32 24.7 68.85 2.18 6.3 17.31 51.26 23.65 71.25a8.173 8.173 0 0 0 9.3 5.56c20.85-3.9 42.34-5.94 64.32-5.94 33.19 0 65.3 4.65 95.7 13.32 4.41 1.26 9-1.32 10.17-5.76 5.7-21.5 16.79-64.13 18.67-71.16.82-3.05 13.09-50.51 18.14-71.95a8.193 8.193 0 0 0-5.8-9.78C605.31 6.45 559.41 0 512 0"
18
18
  }),
19
19
  /* @__PURE__ */ jsx("path", {
20
- className: "fill-pink-400",
20
+ className: "fill-plum-400",
21
21
  d: "M385 100.99c-1.03-2.98-17.47-49.36-25.2-69.79-1.56-4.12-6.1-6.26-10.28-4.87a509 509 0 0 0-79.1 34.14c-1.19.64-2.51.97-3.85.97H91.62c-8.14 0-11.3 10.58-4.5 15.04 26.64 17.48 68.33 45.28 81.2 56.02l.75.63c16.36 13.69 74.63 67.68 87.52 79.72a8.17 8.17 0 0 0 5.59 2.2h65.74c1.49 0 2.95-.41 4.23-1.19a346 346 0 0 1 71.93-32.93c4.37-1.42 6.73-6.13 5.23-10.46-7.31-21.06-21.93-62.58-24.3-69.47z"
22
22
  }),
23
23
  /* @__PURE__ */ jsx("path", {
24
- className: "fill-purple-400",
24
+ className: "fill-violet-400",
25
25
  d: "M133.12 143.52c-11.56-9.02-41.55-28.84-59.06-40.13-5.45-3.51-12.62.4-12.62 6.89v156.29c0 1.34-.34 2.67-.97 3.85-10.19 19-19.2 38.72-26.97 59.06-1.76 4.6.94 9.7 5.73 10.87 21.18 5.14 67.46 17.04 70.97 17.98 6.62 1.76 49.42 13.37 72.19 20.28 3.99 1.21 8.24-.77 9.9-4.6a346 346 0 0 1 21.57-41.86 8.2 8.2 0 0 0 1.19-4.23V219.93c0-2.33-.98-4.54-2.72-6.09-13.91-12.48-75.2-67.18-79.2-70.31z"
26
26
  }),
27
27
  /* @__PURE__ */ jsx("path", {
@@ -29,7 +29,7 @@ const SvgRegardioIconColorFull = ({ title, titleId, ...props }) => /* @__PURE__
29
29
  d: "M177.16 416.3c1.26-4.41-1.32-9-5.76-10.17-21.5-5.7-64.13-16.79-71.16-18.67-3.05-.82-50.51-13.09-71.95-18.14a8.193 8.193 0 0 0-9.78 5.8C6.45 418.69 0 464.59 0 512c0 39.96 4.58 78.84 13.24 116.16 1.12 4.83 6.24 7.56 10.87 5.81 21.9-8.25 65.32-23.48 68.85-24.7 6.3-2.18 51.26-17.31 71.25-23.65a8.173 8.173 0 0 0 5.56-9.3c-3.9-20.85-5.94-42.34-5.94-64.32 0-33.19 4.65-65.3 13.32-95.7z"
30
30
  }),
31
31
  /* @__PURE__ */ jsx("path", {
32
- className: "fill-cyan-400",
32
+ className: "fill-aqua-400",
33
33
  d: "M180.92 619.93c-1.42-4.37-6.13-6.73-10.46-5.23-21.06 7.31-62.58 21.93-69.47 24.3-2.98 1.03-49.36 17.47-69.79 25.2-4.12 1.56-6.26 6.1-4.87 10.28a509 509 0 0 0 34.14 79.1c.64 1.19.97 2.51.97 3.85v175.06c0 8.14 10.57 11.3 15.04 4.5 17.5-26.67 45.37-68.54 56.02-81.3l.63-.75c13.69-16.36 67.68-74.63 79.72-87.52a8.17 8.17 0 0 0 2.2-5.59v-65.74c0-1.49-.41-2.95-1.19-4.23a346 346 0 0 1-32.93-71.93z"
34
34
  }),
35
35
  /* @__PURE__ */ jsx("path", {
@@ -17,11 +17,11 @@ const SvgRegardioIconColor = ({ title, titleId, ...props }) => /* @__PURE__ */ j
17
17
  d: "M512 150c-28.25 0-55.74 3.24-82.13 9.36-3.41.79-5.34 4.41-4.11 7.69 5.83 15.48 16.6 46.18 17.47 48.68 1.54 4.46 12.24 36.24 16.72 50.38a5.77 5.77 0 0 0 6.58 3.93c14.74-2.75 29.94-4.2 45.48-4.2 23.47 0 46.17 3.28 67.66 9.42 3.12.89 6.36-.93 7.19-4.07 4.03-15.2 11.87-45.34 13.2-50.32.58-2.16 9.26-35.71 12.82-50.87.71-3.03-1.1-6.08-4.1-6.92-30.81-8.53-63.26-13.09-96.78-13.09z"
18
18
  }),
19
19
  /* @__PURE__ */ jsx("path", {
20
- className: "fill-pink-400",
20
+ className: "fill-plum-400",
21
21
  d: "M422.2 221.4c-.73-2.1-12.35-34.9-17.82-49.34-1.1-2.92-4.31-4.43-7.27-3.44a359.5 359.5 0 0 0-55.92 24.14c-.84.45-1.77.69-2.72.69H214.78c-5.75 0-7.99 7.48-3.18 10.63 18.83 12.36 48.31 32.01 57.41 39.6.18.15.35.3.53.44 11.57 9.68 52.76 47.85 61.88 56.36 1.07 1 2.48 1.56 3.95 1.56h46.48c1.06 0 2.09-.29 2.99-.84a245.3 245.3 0 0 1 50.86-23.29c3.09-1.01 4.76-4.33 3.7-7.4-5.17-14.89-15.5-44.24-17.18-49.12z"
22
22
  }),
23
23
  /* @__PURE__ */ jsx("path", {
24
- className: "fill-purple-400",
24
+ className: "fill-violet-400",
25
25
  d: "M244.12 251.47c-8.17-6.38-29.38-20.39-41.75-28.37-3.85-2.48-8.93.29-8.93 4.87v110.5c0 .95-.24 1.88-.69 2.72a360.5 360.5 0 0 0-19.07 41.75c-1.24 3.25.66 6.86 4.05 7.68 14.97 3.64 47.69 12.05 50.18 12.71 4.68 1.25 34.94 9.45 51.04 14.34 2.82.86 5.83-.54 7-3.25a246 246 0 0 1 15.25-29.6c.55-.9.84-1.94.84-2.99v-76.35c0-1.64-.7-3.21-1.92-4.31-9.83-8.82-53.17-47.5-56-49.71z"
26
26
  }),
27
27
  /* @__PURE__ */ jsx("path", {
@@ -29,7 +29,7 @@ const SvgRegardioIconColor = ({ title, titleId, ...props }) => /* @__PURE__ */ j
29
29
  d: "M275.26 444.34c.89-3.12-.93-6.36-4.07-7.19-15.2-4.03-45.34-11.87-50.31-13.2-2.16-.58-35.71-9.26-50.87-12.82a5.814 5.814 0 0 0-6.92 4.1c-8.53 30.81-13.09 63.26-13.09 96.78 0 28.25 3.24 55.74 9.36 82.13.79 3.41 4.41 5.34 7.69 4.11 15.48-5.83 46.18-16.6 48.68-17.47 4.46-1.54 36.24-12.24 50.38-16.72a5.77 5.77 0 0 0 3.93-6.58c-2.75-14.74-4.2-29.94-4.2-45.48 0-23.47 3.28-46.17 9.42-67.66"
30
30
  }),
31
31
  /* @__PURE__ */ jsx("path", {
32
- className: "fill-cyan-400",
32
+ className: "fill-aqua-400",
33
33
  d: "M277.92 588.31c-1.01-3.09-4.33-4.76-7.4-3.7-14.89 5.17-44.24 15.5-49.12 17.18-2.1.73-34.9 12.35-49.34 17.82-2.92 1.1-4.43 4.31-3.44 7.27 6.5 19.43 14.59 38.12 24.14 55.92.45.84.69 1.77.69 2.72v123.77c0 5.75 7.48 7.99 10.63 3.18 12.37-18.85 32.08-48.46 39.61-57.48.15-.18.3-.35.44-.53 9.68-11.57 47.85-52.76 56.36-61.88 1-1.07 1.56-2.48 1.56-3.95v-46.48c0-1.06-.29-2.09-.84-2.99a245.3 245.3 0 0 1-23.29-50.86z"
34
34
  }),
35
35
  /* @__PURE__ */ jsx("path", {
@@ -21,11 +21,11 @@ const SvgRegardioLogoColorLight = ({ title, titleId, ...props }) => /* @__PURE__
21
21
  d: "M500 0c-39.02 0-76.99 4.48-113.44 12.93-4.71 1.09-7.38 6.09-5.67 10.62 8.05 21.39 22.93 63.79 24.12 67.23 2.13 6.16 16.91 50.05 23.09 69.58a7.98 7.98 0 0 0 9.08 5.43c20.36-3.8 41.35-5.8 62.81-5.8 32.41 0 63.76 4.54 93.46 13.01 4.31 1.23 8.79-1.29 9.94-5.62 5.56-20.99 16.39-62.62 18.23-69.5.8-2.98 12.78-49.32 17.71-70.26.99-4.19-1.52-8.4-5.67-9.55C591.12 6.3 546.3 0 500 0"
22
22
  }),
23
23
  /* @__PURE__ */ jsx("path", {
24
- className: "fill-pink-400",
24
+ className: "fill-plum-400",
25
25
  d: "M375.97 98.62c-1-2.91-17.06-48.2-24.61-68.15-1.52-4.03-5.96-6.12-10.04-4.75a497 497 0 0 0-77.24 33.34 8 8 0 0 1-3.76.95H89.47c-7.94 0-11.04 10.33-4.39 14.69 26.01 17.07 66.73 44.22 79.29 54.7l.73.61c15.98 13.37 72.88 66.1 85.47 77.85a8 8 0 0 0 5.46 2.15h64.2c1.46 0 2.88-.4 4.13-1.16a338 338 0 0 1 70.25-32.16c4.26-1.39 6.57-5.98 5.1-10.22-7.13-20.57-21.41-61.11-23.73-67.84z"
26
26
  }),
27
27
  /* @__PURE__ */ jsx("path", {
28
- className: "fill-purple-400",
28
+ className: "fill-violet-400",
29
29
  d: "M130 140.15c-11.29-8.81-40.58-28.17-57.67-39.19-5.32-3.43-12.33.4-12.33 6.73v152.62c0 1.31-.33 2.6-.95 3.76a497 497 0 0 0-26.33 57.67c-1.71 4.49.92 9.48 5.59 10.61 20.68 5.02 65.88 16.64 69.3 17.56 6.46 1.72 48.27 13.05 70.5 19.81 3.9 1.18 8.05-.75 9.67-4.49a338 338 0 0 1 21.06-40.88 8 8 0 0 0 1.16-4.13V214.76c0-2.27-.96-4.43-2.65-5.95-13.58-12.19-73.44-65.61-77.35-68.66"
30
30
  }),
31
31
  /* @__PURE__ */ jsx("path", {
@@ -33,7 +33,7 @@ const SvgRegardioLogoColorLight = ({ title, titleId, ...props }) => /* @__PURE__
33
33
  d: "M173.01 406.54c1.23-4.31-1.29-8.79-5.62-9.94-20.99-5.56-62.62-16.39-69.5-18.23-2.98-.8-49.32-12.78-70.26-17.71-4.19-.99-8.4 1.52-9.55 5.67C6.3 408.88 0 453.7 0 500c0 39.02 4.48 76.99 12.93 113.44 1.09 4.71 6.09 7.38 10.62 5.67 21.39-8.05 63.79-22.93 67.23-24.13 6.15-2.13 50.05-16.91 69.58-23.09a7.98 7.98 0 0 0 5.43-9.08c-3.8-20.36-5.8-41.35-5.8-62.81 0-32.41 4.54-63.76 13.01-93.46z"
34
34
  }),
35
35
  /* @__PURE__ */ jsx("path", {
36
- className: "fill-cyan-400",
36
+ className: "fill-aqua-400",
37
37
  d: "M176.68 605.4c-1.39-4.26-5.98-6.57-10.22-5.1-20.57 7.13-61.11 21.41-67.84 23.73-2.91 1-48.2 17.06-68.15 24.61-4.03 1.52-6.12 5.96-4.75 10.04a497 497 0 0 0 33.34 77.24c.62 1.16.95 2.45.95 3.76v170.95c0 7.94 10.33 11.03 14.69 4.39 17.09-26.04 44.3-66.93 54.7-79.4l.61-.73c13.37-15.98 66.1-72.88 77.85-85.47a8 8 0 0 0 2.15-5.46v-64.2c0-1.46-.4-2.88-1.16-4.13a338 338 0 0 1-32.16-70.25z"
38
38
  }),
39
39
  /* @__PURE__ */ jsx("path", {
@@ -21,11 +21,11 @@ const SvgRegardioLogoColor = ({ title, titleId, ...props }) => /* @__PURE__ */ j
21
21
  d: "M500 0c-39.02 0-76.99 4.48-113.44 12.93-4.71 1.09-7.38 6.09-5.67 10.62 8.05 21.39 22.93 63.79 24.12 67.23 2.13 6.16 16.91 50.05 23.09 69.58a7.98 7.98 0 0 0 9.08 5.43c20.36-3.8 41.35-5.8 62.81-5.8 32.41 0 63.76 4.54 93.46 13.01 4.31 1.23 8.79-1.29 9.94-5.62 5.56-20.99 16.39-62.62 18.23-69.5.8-2.98 12.78-49.32 17.71-70.26.99-4.19-1.52-8.4-5.67-9.55C591.12 6.3 546.3 0 500 0"
22
22
  }),
23
23
  /* @__PURE__ */ jsx("path", {
24
- className: "fill-pink-400",
24
+ className: "fill-plum-400",
25
25
  d: "M375.97 98.62c-1-2.91-17.06-48.2-24.61-68.15-1.52-4.03-5.96-6.12-10.04-4.75a497 497 0 0 0-77.24 33.34 8 8 0 0 1-3.76.95H89.47c-7.94 0-11.04 10.33-4.39 14.69 26.01 17.07 66.73 44.22 79.29 54.7l.73.61c15.98 13.37 72.88 66.1 85.47 77.85a8 8 0 0 0 5.46 2.15h64.2c1.46 0 2.88-.4 4.13-1.16a338 338 0 0 1 70.25-32.16c4.26-1.39 6.57-5.98 5.1-10.22-7.13-20.57-21.41-61.11-23.73-67.84z"
26
26
  }),
27
27
  /* @__PURE__ */ jsx("path", {
28
- className: "fill-purple-400",
28
+ className: "fill-violet-400",
29
29
  d: "M130 140.15c-11.29-8.81-40.58-28.17-57.67-39.19-5.32-3.43-12.33.4-12.33 6.73v152.62c0 1.31-.33 2.6-.95 3.76a497 497 0 0 0-26.33 57.67c-1.71 4.49.92 9.48 5.59 10.61 20.68 5.02 65.88 16.64 69.3 17.56 6.46 1.72 48.27 13.05 70.5 19.81 3.9 1.18 8.05-.75 9.67-4.49a338 338 0 0 1 21.06-40.88 8 8 0 0 0 1.16-4.13V214.76c0-2.27-.96-4.43-2.65-5.95-13.58-12.19-73.44-65.61-77.35-68.66"
30
30
  }),
31
31
  /* @__PURE__ */ jsx("path", {
@@ -33,7 +33,7 @@ const SvgRegardioLogoColor = ({ title, titleId, ...props }) => /* @__PURE__ */ j
33
33
  d: "M173.01 406.54c1.23-4.31-1.29-8.79-5.62-9.94-20.99-5.56-62.62-16.39-69.5-18.23-2.98-.8-49.32-12.78-70.26-17.71-4.19-.99-8.4 1.52-9.55 5.67C6.3 408.88 0 453.7 0 500c0 39.02 4.48 76.99 12.93 113.44 1.09 4.71 6.09 7.38 10.62 5.67 21.39-8.05 63.79-22.93 67.23-24.13 6.15-2.13 50.05-16.91 69.58-23.09a7.98 7.98 0 0 0 5.43-9.08c-3.8-20.36-5.8-41.35-5.8-62.81 0-32.41 4.54-63.76 13.01-93.46z"
34
34
  }),
35
35
  /* @__PURE__ */ jsx("path", {
36
- className: "fill-cyan-400",
36
+ className: "fill-aqua-400",
37
37
  d: "M176.68 605.4c-1.39-4.26-5.98-6.57-10.22-5.1-20.57 7.13-61.11 21.41-67.84 23.73-2.91 1-48.2 17.06-68.15 24.61-4.03 1.52-6.12 5.96-4.75 10.04a497 497 0 0 0 33.34 77.24c.62 1.16.95 2.45.95 3.76v170.95c0 7.94 10.33 11.03 14.69 4.39 17.09-26.04 44.3-66.93 54.7-79.4l.61-.73c13.37-15.98 66.1-72.88 77.85-85.47a8 8 0 0 0 2.15-5.46v-64.2c0-1.46-.4-2.88-1.16-4.13a338 338 0 0 1-32.16-70.25z"
38
38
  }),
39
39
  /* @__PURE__ */ jsx("path", {
@@ -11,7 +11,7 @@ const SvgSystemLayerBridgesIcon = ({ title, titleId, ...props }) => /* @__PURE__
11
11
  id: titleId,
12
12
  children: title
13
13
  }) : null, /* @__PURE__ */ jsx("path", {
14
- className: "fill-pink-400",
14
+ className: "fill-plum-400",
15
15
  d: "M521.71 150c-128.74-.13-251.85 52.62-350.73 141.87-4.51 4.05-7.4 11.02-7.26 18.46 2.59 132.99-9.23 408.54-13.7 534.17-.62 16.57 13.04 28.1 23.37 19.31 88.58-75.33 214.67-141.16 338.59-140.26 123.94 1.17 256.02 60.93 338.62 146.8 9.7 10.08 24.03-2.07 23.37-19.34-4.7-130.82-16.54-410.62-16.67-541.46 0-7.74-2.73-14.95-7.24-19.08-98.86-91.14-180.1-140.59-328.36-140.46z"
16
16
  })]
17
17
  });
@@ -42,11 +42,11 @@ function CompassSpriteProvider() {
42
42
  d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
43
43
  }),
44
44
  /* @__PURE__ */ jsx("path", {
45
- className: "fill-purple-400",
45
+ className: "fill-violet-400",
46
46
  d: "M346.26 206.93H73.27a8.5 8.5 0 0 0-8.5 8.5v37.85h290v-37.85a8.5 8.5 0 0 0-8.5-8.5z"
47
47
  }),
48
48
  /* @__PURE__ */ jsx("path", {
49
- className: "fill-purple-300",
49
+ className: "fill-violet-300",
50
50
  d: "M0 252.28v8.18c21.44 3.78 43.07 6.98 64.88 9.61 3.77.46 7.55.89 11.33 1.31 1.33.15 2.66.29 3.99.43 3.15.34 6.3.67 9.45.98l3.93.39c4.3.42 8.61.82 12.92 1.19h.09c13.95 1.19 27.96 2.15 42.04 2.87 20.49 1.04 41.11 1.59 61.85 1.59s41.37-.55 61.86-1.59c13.84-.7 27.62-1.64 41.33-2.81h.02c4.28-.36 8.56-.76 12.83-1.17 1.29-.12 2.57-.25 3.85-.38 3.18-.32 6.36-.64 9.54-.98 1.25-.13 2.51-.26 3.76-.4 3.66-.4 7.31-.82 10.96-1.26 21.82-2.6 43.46-5.78 64.9-9.53v-8.43z"
51
51
  }),
52
52
  /* @__PURE__ */ jsx("path", {
@@ -130,19 +130,19 @@ function CompassSpriteProvider() {
130
130
  d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
131
131
  }),
132
132
  /* @__PURE__ */ jsx("path", {
133
- className: "fill-cyan-400",
133
+ className: "fill-aqua-400",
134
134
  d: "M84.67 272.31"
135
135
  }),
136
136
  /* @__PURE__ */ jsx("path", {
137
- className: "fill-cyan-300",
137
+ className: "fill-aqua-300",
138
138
  d: "M68.98 270.58a1186 1186 0 0 1-31.19-4.07c10.35 1.49 20.75 2.84 31.19 4.07m82.37 6.81"
139
139
  }),
140
140
  /* @__PURE__ */ jsx("path", {
141
- className: "fill-cyan-400",
141
+ className: "fill-aqua-400",
142
142
  d: "M125.35 227.48c-5.16.36-9.13 3.83-9.13 7.98v12.01L0 255.53v4.91c2.29.4 4.57.83 6.86 1.22q15.405 2.625 30.93 4.86c10.35 1.49 20.75 2.84 31.19 4.07 5.22.61 10.45 1.19 15.69 1.73 10.48 1.09 20.99 2.04 31.55 2.86 7.78.6 15.57 1.13 23.39 1.59 3.91.23 7.82.44 11.74.63 19.59.95 39.31 1.44 59.13 1.44q17.61 0 35.1-.51c3.89-.11 7.77-.24 11.65-.39q23.265-.9 46.29-2.67c39.23-3.01 77.92-7.9 116-14.58V207.5l-294.18 19.98z"
143
143
  }),
144
144
  /* @__PURE__ */ jsx("path", {
145
- className: "fill-cyan-300",
145
+ className: "fill-aqua-300",
146
146
  d: "m293.94 234.15-177.72 12.32L0 254.53v5.91c38.15 6.73 76.92 11.69 116.22 14.74 31.11 2.42 62.54 3.66 94.26 3.66s62.33-1.21 93.04-3.57v-33.13c0-4.7-4.43-8.39-9.58-7.98z"
147
147
  }),
148
148
  /* @__PURE__ */ jsx("path", {
@@ -178,7 +178,7 @@ function CompassSpriteProvider() {
178
178
  viewBox: "0 0 297.64 419.53",
179
179
  children: [
180
180
  /* @__PURE__ */ jsx("path", {
181
- className: "fill-purple-300",
181
+ className: "fill-violet-300",
182
182
  d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
183
183
  }),
184
184
  /* @__PURE__ */ jsx("path", {
@@ -250,7 +250,7 @@ function CompassSpriteProvider() {
250
250
  viewBox: "0 0 297.64 419.53",
251
251
  children: [
252
252
  /* @__PURE__ */ jsx("path", {
253
- className: "fill-cyan-300",
253
+ className: "fill-aqua-300",
254
254
  d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
255
255
  }),
256
256
  /* @__PURE__ */ jsx("path", {
@@ -416,7 +416,7 @@ function CompassSpriteProvider() {
416
416
  d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
417
417
  }),
418
418
  /* @__PURE__ */ jsx("path", {
419
- className: "fill-pink-300",
419
+ className: "fill-plum-300",
420
420
  d: "M75.15 55.95c4.26 13.27 8.36 26.54 12.29 39.75 27.21 91.31 42 220.01 52.73 294.65 1.22 8.51 13.25 9.21 15.45.9 17.38-65.74 42.22-177.17 59.53-256.38 2.62-12 5.18-24.16 7.64-36.42 2.99-14.92 12.83-69.84 14.28-77.79.22-1.22 1.7-9.66 3.59-20.66H57.05c8.83 26.97 17.26 53.35 18.1 55.95"
421
421
  }),
422
422
  /* @__PURE__ */ jsx("path", {
@@ -434,7 +434,7 @@ function CompassSpriteProvider() {
434
434
  d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
435
435
  }),
436
436
  /* @__PURE__ */ jsx("path", {
437
- className: "fill-pink-300",
437
+ className: "fill-plum-300",
438
438
  d: "M298.03 196.4c.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79z"
439
439
  }),
440
440
  /* @__PURE__ */ jsx("path", {
@@ -602,11 +602,11 @@ function CompassSpriteProvider() {
602
602
  d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
603
603
  }),
604
604
  /* @__PURE__ */ jsx("path", {
605
- className: "fill-pink-300",
605
+ className: "fill-plum-300",
606
606
  d: "M117.59 231.7c4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L49.59 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38z"
607
607
  }),
608
608
  /* @__PURE__ */ jsx("path", {
609
- className: "fill-pink-400",
609
+ className: "fill-plum-400",
610
610
  d: "M99.3 120.29s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.07z"
611
611
  }),
612
612
  /* @__PURE__ */ jsx("path", {
@@ -91,17 +91,17 @@
91
91
  --color-teal-900: oklch(33.1% 0.052 187.1);
92
92
  --color-teal-950: oklch(26.2% 0.042 187.2);
93
93
 
94
- --color-cyan-50: oklch(94.7% 0.025 244.4);
95
- --color-cyan-100: oklch(87.7% 0.053 240.6);
96
- --color-cyan-200: oklch(80.6% 0.076 239.8);
97
- --color-cyan-300: oklch(73.7% 0.086 237.9);
98
- --color-cyan-400: oklch(66.9% 0.084 236.5);
99
- --color-cyan-500: oklch(60% 0.081 235.6);
100
- --color-cyan-600: oklch(53% 0.079 235.1);
101
- --color-cyan-700: oklch(46.2% 0.074 235);
102
- --color-cyan-800: oklch(40.2% 0.067 233.8);
103
- --color-cyan-900: oklch(33.3% 0.059 233.6);
104
- --color-cyan-950: oklch(25.7% 0.047 231.8);
94
+ --color-aqua-50: oklch(94.7% 0.025 244.4);
95
+ --color-aqua-100: oklch(87.7% 0.053 240.6);
96
+ --color-aqua-200: oklch(80.6% 0.076 239.8);
97
+ --color-aqua-300: oklch(73.7% 0.086 237.9);
98
+ --color-aqua-400: oklch(66.9% 0.084 236.5);
99
+ --color-aqua-500: oklch(60% 0.081 235.6);
100
+ --color-aqua-600: oklch(53% 0.079 235.1);
101
+ --color-aqua-700: oklch(46.2% 0.074 235);
102
+ --color-aqua-800: oklch(40.2% 0.067 233.8);
103
+ --color-aqua-900: oklch(33.3% 0.059 233.6);
104
+ --color-aqua-950: oklch(25.7% 0.047 231.8);
105
105
 
106
106
  --color-blue-50: oklch(94% 0.029 275.2);
107
107
  --color-blue-100: oklch(88% 0.056 271.8);
@@ -115,29 +115,29 @@
115
115
  --color-blue-900: oklch(32.2% 0.072 263.7);
116
116
  --color-blue-950: oklch(25.2% 0.058 263.4);
117
117
 
118
- --color-purple-50: oklch(94.2% 0.03 298.3);
119
- --color-purple-100: oklch(88.4% 0.061 297.6);
120
- --color-purple-200: oklch(81.7% 0.092 297);
121
- --color-purple-300: oklch(75.1% 0.117 297.1);
122
- --color-purple-400: oklch(68.2% 0.122 296.9);
123
- --color-purple-500: oklch(61.5% 0.126 296.8);
124
- --color-purple-600: oklch(54.7% 0.125 296.9);
125
- --color-purple-700: oklch(46.7% 0.109 296.9);
126
- --color-purple-800: oklch(38.7% 0.092 297);
127
- --color-purple-900: oklch(30.8% 0.078 296.2);
128
- --color-purple-950: oklch(23.8% 0.064 296.2);
129
-
130
- --color-pink-50: oklch(95.2% 0.024 344.4);
131
- --color-pink-100: oklch(88.5% 0.049 344.4);
132
- --color-pink-200: oklch(81.9% 0.071 344.2);
133
- --color-pink-300: oklch(75.3% 0.09 343.9);
134
- --color-pink-400: oklch(68.6% 0.103 343.8);
135
- --color-pink-500: oklch(60.9% 0.105 344.3);
136
- --color-pink-600: oklch(53.8% 0.094 343.6);
137
- --color-pink-700: oklch(46.1% 0.088 344.2);
138
- --color-pink-800: oklch(38.1% 0.079 343.7);
139
- --color-pink-900: oklch(30.2% 0.071 343.8);
140
- --color-pink-950: oklch(23.2% 0.057 343.6);
118
+ --color-violet-50: oklch(94.2% 0.03 298.3);
119
+ --color-violet-100: oklch(88.4% 0.061 297.6);
120
+ --color-violet-200: oklch(81.7% 0.092 297);
121
+ --color-violet-300: oklch(75.1% 0.117 297.1);
122
+ --color-violet-400: oklch(68.2% 0.122 296.9);
123
+ --color-violet-500: oklch(61.5% 0.126 296.8);
124
+ --color-violet-600: oklch(54.7% 0.125 296.9);
125
+ --color-violet-700: oklch(46.7% 0.109 296.9);
126
+ --color-violet-800: oklch(38.7% 0.092 297);
127
+ --color-violet-900: oklch(30.8% 0.078 296.2);
128
+ --color-violet-950: oklch(23.8% 0.064 296.2);
129
+
130
+ --color-plum-50: oklch(95.2% 0.024 344.4);
131
+ --color-plum-100: oklch(88.5% 0.049 344.4);
132
+ --color-plum-200: oklch(81.9% 0.071 344.2);
133
+ --color-plum-300: oklch(75.3% 0.09 343.9);
134
+ --color-plum-400: oklch(68.6% 0.103 343.8);
135
+ --color-plum-500: oklch(60.9% 0.105 344.3);
136
+ --color-plum-600: oklch(53.8% 0.094 343.6);
137
+ --color-plum-700: oklch(46.1% 0.088 344.2);
138
+ --color-plum-800: oklch(38.1% 0.079 343.7);
139
+ --color-plum-900: oklch(30.2% 0.071 343.8);
140
+ --color-plum-950: oklch(23.2% 0.057 343.6);
141
141
 
142
142
  --color-red-50: oklch(95.2% 0.024 17.6);
143
143
  --color-red-100: oklch(88.6% 0.053 16.8);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/brand",
4
- "version": "0.10.0",
4
+ "version": "0.12.0",
5
5
  "private": false,
6
6
  "description": "Regardio Brand Assets",
7
7
  "homepage": "https://github.com/regardio/brand#readme",
@@ -138,39 +138,39 @@
138
138
  },
139
139
  "dependencies": {
140
140
  "@fontsource-variable/georama": "5.2.8",
141
- "@regardio/react": "^0.8.2",
142
- "@regardio/tailwind": "^0.4.3"
141
+ "@regardio/react": "^0.9.0",
142
+ "@regardio/tailwind": "^0.5.0"
143
143
  },
144
144
  "devDependencies": {
145
- "@regardio/dev": "^1.18.2",
146
- "@storybook/addon-a11y": "10.3.3",
147
- "@storybook/addon-docs": "10.3.3",
148
- "@storybook/addon-vitest": "10.3.3",
149
- "@storybook/react-vite": "10.3.3",
145
+ "@regardio/dev": "^1.22.0",
146
+ "@storybook/addon-a11y": "10.3.5",
147
+ "@storybook/addon-docs": "10.3.5",
148
+ "@storybook/addon-vitest": "10.3.5",
149
+ "@storybook/react-vite": "10.3.5",
150
150
  "@svgr/cli": "8.1.0",
151
151
  "@svgr/plugin-jsx": "8.1.0",
152
152
  "@svgr/plugin-svgo": "8.1.0",
153
153
  "@tailwindcss/vite": "4.2.2",
154
154
  "@total-typescript/ts-reset": "0.6.1",
155
- "@types/node": "25.5.0",
155
+ "@types/node": "25.6.0",
156
156
  "@types/react": "19.2.14",
157
157
  "@types/react-dom": "19.2.3",
158
158
  "@vitejs/plugin-react": "6.0.1",
159
- "@vitest/browser-playwright": "4.1.1",
160
- "@vitest/coverage-v8": "4.1.1",
161
- "@vitest/ui": "4.1.1",
159
+ "@vitest/browser-playwright": "4.1.4",
160
+ "@vitest/coverage-v8": "4.1.4",
161
+ "@vitest/ui": "4.1.4",
162
162
  "linkedom": "0.18.12",
163
163
  "node-html-parser": "7.1.0",
164
- "playwright": "1.58.2",
165
- "react": "19.2.4",
166
- "react-dom": "19.2.4",
167
- "storybook": "10.3.3",
164
+ "playwright": "1.59.1",
165
+ "react": "19.2.5",
166
+ "react-dom": "19.2.5",
167
+ "storybook": "10.3.5",
168
168
  "svgo": "4.0.1",
169
169
  "tailwindcss": "4.2.2",
170
- "tsdown": "0.21.5",
170
+ "tsdown": "0.21.8",
171
171
  "tsx": "4.21.0",
172
172
  "typescript": "6.0.2",
173
- "vite": "8.0.2",
174
- "vitest": "4.1.1"
173
+ "vite": "8.0.8",
174
+ "vitest": "4.1.4"
175
175
  }
176
176
  }
@@ -91,17 +91,17 @@
91
91
  --color-teal-900: oklch(33.1% 0.052 187.1);
92
92
  --color-teal-950: oklch(26.2% 0.042 187.2);
93
93
 
94
- --color-cyan-50: oklch(94.7% 0.025 244.4);
95
- --color-cyan-100: oklch(87.7% 0.053 240.6);
96
- --color-cyan-200: oklch(80.6% 0.076 239.8);
97
- --color-cyan-300: oklch(73.7% 0.086 237.9);
98
- --color-cyan-400: oklch(66.9% 0.084 236.5);
99
- --color-cyan-500: oklch(60% 0.081 235.6);
100
- --color-cyan-600: oklch(53% 0.079 235.1);
101
- --color-cyan-700: oklch(46.2% 0.074 235);
102
- --color-cyan-800: oklch(40.2% 0.067 233.8);
103
- --color-cyan-900: oklch(33.3% 0.059 233.6);
104
- --color-cyan-950: oklch(25.7% 0.047 231.8);
94
+ --color-aqua-50: oklch(94.7% 0.025 244.4);
95
+ --color-aqua-100: oklch(87.7% 0.053 240.6);
96
+ --color-aqua-200: oklch(80.6% 0.076 239.8);
97
+ --color-aqua-300: oklch(73.7% 0.086 237.9);
98
+ --color-aqua-400: oklch(66.9% 0.084 236.5);
99
+ --color-aqua-500: oklch(60% 0.081 235.6);
100
+ --color-aqua-600: oklch(53% 0.079 235.1);
101
+ --color-aqua-700: oklch(46.2% 0.074 235);
102
+ --color-aqua-800: oklch(40.2% 0.067 233.8);
103
+ --color-aqua-900: oklch(33.3% 0.059 233.6);
104
+ --color-aqua-950: oklch(25.7% 0.047 231.8);
105
105
 
106
106
  --color-blue-50: oklch(94% 0.029 275.2);
107
107
  --color-blue-100: oklch(88% 0.056 271.8);
@@ -115,29 +115,29 @@
115
115
  --color-blue-900: oklch(32.2% 0.072 263.7);
116
116
  --color-blue-950: oklch(25.2% 0.058 263.4);
117
117
 
118
- --color-purple-50: oklch(94.2% 0.03 298.3);
119
- --color-purple-100: oklch(88.4% 0.061 297.6);
120
- --color-purple-200: oklch(81.7% 0.092 297);
121
- --color-purple-300: oklch(75.1% 0.117 297.1);
122
- --color-purple-400: oklch(68.2% 0.122 296.9);
123
- --color-purple-500: oklch(61.5% 0.126 296.8);
124
- --color-purple-600: oklch(54.7% 0.125 296.9);
125
- --color-purple-700: oklch(46.7% 0.109 296.9);
126
- --color-purple-800: oklch(38.7% 0.092 297);
127
- --color-purple-900: oklch(30.8% 0.078 296.2);
128
- --color-purple-950: oklch(23.8% 0.064 296.2);
129
-
130
- --color-pink-50: oklch(95.2% 0.024 344.4);
131
- --color-pink-100: oklch(88.5% 0.049 344.4);
132
- --color-pink-200: oklch(81.9% 0.071 344.2);
133
- --color-pink-300: oklch(75.3% 0.09 343.9);
134
- --color-pink-400: oklch(68.6% 0.103 343.8);
135
- --color-pink-500: oklch(60.9% 0.105 344.3);
136
- --color-pink-600: oklch(53.8% 0.094 343.6);
137
- --color-pink-700: oklch(46.1% 0.088 344.2);
138
- --color-pink-800: oklch(38.1% 0.079 343.7);
139
- --color-pink-900: oklch(30.2% 0.071 343.8);
140
- --color-pink-950: oklch(23.2% 0.057 343.6);
118
+ --color-violet-50: oklch(94.2% 0.03 298.3);
119
+ --color-violet-100: oklch(88.4% 0.061 297.6);
120
+ --color-violet-200: oklch(81.7% 0.092 297);
121
+ --color-violet-300: oklch(75.1% 0.117 297.1);
122
+ --color-violet-400: oklch(68.2% 0.122 296.9);
123
+ --color-violet-500: oklch(61.5% 0.126 296.8);
124
+ --color-violet-600: oklch(54.7% 0.125 296.9);
125
+ --color-violet-700: oklch(46.7% 0.109 296.9);
126
+ --color-violet-800: oklch(38.7% 0.092 297);
127
+ --color-violet-900: oklch(30.8% 0.078 296.2);
128
+ --color-violet-950: oklch(23.8% 0.064 296.2);
129
+
130
+ --color-plum-50: oklch(95.2% 0.024 344.4);
131
+ --color-plum-100: oklch(88.5% 0.049 344.4);
132
+ --color-plum-200: oklch(81.9% 0.071 344.2);
133
+ --color-plum-300: oklch(75.3% 0.09 343.9);
134
+ --color-plum-400: oklch(68.6% 0.103 343.8);
135
+ --color-plum-500: oklch(60.9% 0.105 344.3);
136
+ --color-plum-600: oklch(53.8% 0.094 343.6);
137
+ --color-plum-700: oklch(46.1% 0.088 344.2);
138
+ --color-plum-800: oklch(38.1% 0.079 343.7);
139
+ --color-plum-900: oklch(30.2% 0.071 343.8);
140
+ --color-plum-950: oklch(23.2% 0.057 343.6);
141
141
 
142
142
  --color-red-50: oklch(95.2% 0.024 17.6);
143
143
  --color-red-100: oklch(88.6% 0.053 16.8);