@regardio/brand 0.8.2 → 0.10.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
@@ -71,7 +71,7 @@ Generated React components are exported from the package:
71
71
  ```tsx
72
72
  import { RegardioLogoColor } from "@regardio/brand/icons/regardio-logo-color";
73
73
  import { RegardioIconColor } from "@regardio/brand/icons/regardio-icon-color";
74
- import { SystemLayerNeedsIcon } from "@regardio/brand/icons/system-layer-needs-icon";
74
+ import { SystemFieldSourcesIcon } from "@regardio/brand/icons/system-layer-sources-icon";
75
75
  import { CompassSprite } from "@regardio/brand/sprites/compass-sprite";
76
76
  import { CompassSpriteProvider } from "@regardio/brand/sprites/compass-sprite-provider";
77
77
 
@@ -80,8 +80,8 @@ function App() {
80
80
  <CompassSpriteProvider>
81
81
  <RegardioLogoColor style={{ width: 200 }} />
82
82
  <RegardioIconColor style={{ fontSize: 48 }} />
83
- <SystemLayerNeedsIcon style={{ fontSize: 32 }} />
84
- <CompassSprite id="need.leisure.calm" width={80} height={80} />
83
+ <SystemFieldSourcesIcon style={{ fontSize: 32 }} />
84
+ <CompassSprite id="source-leisure-calm" width={80} height={80} />
85
85
  </CompassSpriteProvider>
86
86
  );
87
87
  }
@@ -109,9 +109,9 @@ Then use `CompassSprite` anywhere in your app to reference sprites by ID:
109
109
  ```tsx
110
110
  import { CompassSprite } from "@regardio/brand/sprites/compass-sprite";
111
111
 
112
- <CompassSprite id="need.leisure.calm" width={80} height={80} />
113
- <CompassSprite id="facet.element.people" width={60} height={80} />
114
- <CompassSprite id="bridge.stance.enables" width={100} height={70} />
112
+ <CompassSprite id="source-leisure-calm" width={80} height={80} />
113
+ <CompassSprite id="facet-element-people" width={60} height={80} />
114
+ <CompassSprite id="bridge-view-enables" width={100} height={70} />
115
115
  ```
116
116
 
117
117
  ### Regardio Color Scheme with Tailwind CSS
@@ -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.0_@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.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
22
22
  declare global {
23
23
  interface SymbolConstructor {
24
24
  readonly observable: symbol;
@@ -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.0_@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.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
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.0_@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.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
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.0_@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.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
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.0_@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.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
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.0_@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.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
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.0_@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.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
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.0_@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.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
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.0_react-dom@19.2.4_react@19.2.4__react@19.2.4_storybook@10.3.0_@t_64c16950eddcf08d4120cd73007f6b42/node_modules/@storybook/react/dist/index.d.ts
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
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.1_@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.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
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.1_@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.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
4074
4074
  //#region src/shared/invokeMethods.d.ts
4075
4075
  interface FetchFunctionOptions {
4076
4076
  cached?: boolean;
@@ -4123,7 +4123,7 @@ interface ViteFetchResult {
4123
4123
  invalidate: boolean;
4124
4124
  }
4125
4125
  //#endregion
4126
- //#region node_modules/.pnpm/vite@8.0.1_@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.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
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.10/node_modules/rolldown/dist/shared/logging-C6h4g8dA.d.mts
4187
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/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.120.0/node_modules/@oxc-project/types/types.d.ts
4237
+ //#region node_modules/.pnpm/@oxc-project+types@0.122.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 {
@@ -5520,20 +5520,20 @@ interface JSDocUnknownType extends Span {
5520
5520
  type: "TSJSDocUnknownType";
5521
5521
  parent?: Node$2;
5522
5522
  }
5523
- type AssignmentOperator = "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "**=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "||=" | "&&=" | "??=";
5524
- type BinaryOperator = "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "+" | "-" | "*" | "/" | "%" | "**" | "<<" | ">>" | ">>>" | "|" | "^" | "&" | "in" | "instanceof";
5525
- type LogicalOperator = "||" | "&&" | "??";
5526
- type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
5527
- type UpdateOperator = "++" | "--";
5523
+ type ModuleKind = "script" | "module" | "commonjs";
5528
5524
  interface Span {
5529
5525
  start: number;
5530
5526
  end: number;
5531
5527
  range?: [number, number];
5532
5528
  }
5533
- type ModuleKind = "script" | "module" | "commonjs";
5529
+ type AssignmentOperator = "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "**=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "||=" | "&&=" | "??=";
5530
+ type BinaryOperator = "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "+" | "-" | "*" | "/" | "%" | "**" | "<<" | ">>" | ">>>" | "|" | "^" | "&" | "in" | "instanceof";
5531
+ type LogicalOperator = "||" | "&&" | "??";
5532
+ type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
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.10/node_modules/rolldown/dist/shared/binding-Dsq9Azhm.d.mts
5536
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/binding-CYVfiOV3.d.mts
5537
5537
  interface CodegenOptions {
5538
5538
  /**
5539
5539
  * Remove whitespace.
@@ -6209,16 +6209,25 @@ declare class BindingDecodedMap {
6209
6209
  * Each line is an array of segments, where each segment is [generatedColumn, sourceIndex, originalLine, originalColumn, nameIndex?].
6210
6210
  */
6211
6211
  get mappings(): Array<Array<Array<number>>>;
6212
+ /** The list of source indices that should be excluded from debugging. */
6213
+ get x_google_ignoreList(): Array<number> | null;
6212
6214
  }
6213
6215
  declare class BindingMagicString {
6214
6216
  constructor(source: string, options?: BindingMagicStringOptions | undefined | null);
6215
6217
  get original(): string;
6216
6218
  get filename(): string | null;
6217
6219
  get indentExclusionRanges(): Array<Array<number>> | Array<number> | null;
6220
+ get ignoreList(): boolean;
6218
6221
  get offset(): number;
6219
6222
  set offset(offset: number);
6220
6223
  replace(from: string, to: string): this;
6221
6224
  replaceAll(from: string, to: string): this;
6225
+ /**
6226
+ * Returns the UTF-16 offset past the last match, or -1 if no match was found.
6227
+ * The JS wrapper uses this to update `lastIndex` on the caller's RegExp.
6228
+ * Global/sticky behavior is derived from the regex's own flags.
6229
+ */
6230
+ replaceRegex(from: RegExp, to: string): number;
6222
6231
  prepend(content: string): this;
6223
6232
  append(content: string): this;
6224
6233
  prependLeft(index: number, content: string): this;
@@ -6259,6 +6268,8 @@ declare class BindingMagicString {
6259
6268
  lastChar(): string;
6260
6269
  /** Returns the content after the last newline in the generated string. */
6261
6270
  lastLine(): string;
6271
+ /** Returns the guessed indentation string, or `\t` if none is found. */
6272
+ getIndentString(): string;
6262
6273
  /** Returns a clone with content outside the specified range removed. */
6263
6274
  snip(start: number, end: number): BindingMagicString;
6264
6275
  /**
@@ -6317,6 +6328,8 @@ declare class BindingSourceMap {
6317
6328
  get names(): Array<string>;
6318
6329
  /** The VLQ-encoded mappings string. */
6319
6330
  get mappings(): string;
6331
+ /** The list of source indices that should be excluded from debugging. */
6332
+ get x_google_ignoreList(): Array<number> | null;
6320
6333
  /** Returns the source map as a JSON string. */
6321
6334
  toString(): string;
6322
6335
  /** Returns the source map as a base64-encoded data URL. */
@@ -6426,6 +6439,7 @@ interface BindingMagicStringOptions {
6426
6439
  filename?: string;
6427
6440
  offset?: number;
6428
6441
  indentExclusionRanges?: Array<Array<number>> | Array<number>;
6442
+ ignoreList?: boolean;
6429
6443
  }
6430
6444
  interface BindingModules {
6431
6445
  values: Array<BindingRenderedModule>;
@@ -6528,7 +6542,7 @@ interface ViteImportGlobMeta {
6528
6542
  isSubImportsPattern?: boolean;
6529
6543
  } //#endregion
6530
6544
  //#endregion
6531
- //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.10/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6545
+ //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.11/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6532
6546
  type StringOrRegExp$1 = string | RegExp;
6533
6547
  type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
6534
6548
  type FilterExpression = And | Or | Not | Id | ImporterId | ModuleType$1 | Code | Query;
@@ -6590,7 +6604,7 @@ declare class Exclude$1 {
6590
6604
  constructor(expr: FilterExpression);
6591
6605
  }
6592
6606
  //#endregion
6593
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.10/node_modules/rolldown/dist/shared/define-config-CV9D_Qea.d.mts
6607
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/define-config-BkRKRADp.d.mts
6594
6608
  //#region src/types/misc.d.ts
6595
6609
  /** @inline */
6596
6610
  type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
@@ -7047,6 +7061,16 @@ interface OutputOptions {
7047
7061
  */
7048
7062
  sourcemapPathTransform?: SourcemapPathTransformOption;
7049
7063
  /**
7064
+ * Whether to exclude the original source code from sourcemaps.
7065
+ *
7066
+ * When `true`, the `sourcesContent` field is omitted from the generated sourcemap,
7067
+ * reducing the sourcemap file size. The sourcemap will still contain source file paths
7068
+ * and mappings, so debugging works if the original files are available.
7069
+ *
7070
+ * @default false
7071
+ */
7072
+ sourcemapExcludeSources?: boolean;
7073
+ /**
7050
7074
  * A string to prepend to the bundle before {@linkcode Plugin.renderChunk | renderChunk} hook.
7051
7075
  *
7052
7076
  * See {@linkcode intro | output.intro}, {@linkcode postBanner | output.postBanner} as well.
@@ -7842,6 +7866,10 @@ interface RolldownWatcher {
7842
7866
  //#region src/binding-magic-string.d.ts
7843
7867
  interface RolldownMagicString extends BindingMagicString {
7844
7868
  readonly isRolldownMagicString: true;
7869
+ /** Accepts a string or RegExp pattern. RegExp supports `$&`, `$$`, and `$N` substitutions. */
7870
+ replace(from: string | RegExp, to: string): this;
7871
+ /** Accepts a string or RegExp pattern. RegExp must have the global (`g`) flag. */
7872
+ replaceAll(from: string | RegExp, to: string): this;
7845
7873
  }
7846
7874
  type RolldownMagicStringConstructor = Omit<typeof BindingMagicString, "prototype"> & {
7847
7875
  new (...args: ConstructorParameters<typeof BindingMagicString>): RolldownMagicString;
@@ -8190,6 +8218,8 @@ interface NormalizedOutputOptions {
8190
8218
  hashCharacters: "base64" | "base36" | "hex";
8191
8219
  /** @see {@linkcode OutputOptions.sourcemapDebugIds | sourcemapDebugIds} */
8192
8220
  sourcemapDebugIds: boolean;
8221
+ /** @see {@linkcode OutputOptions.sourcemapExcludeSources | sourcemapExcludeSources} */
8222
+ sourcemapExcludeSources: boolean;
8193
8223
  /** @see {@linkcode OutputOptions.sourcemapIgnoreList | sourcemapIgnoreList} */
8194
8224
  sourcemapIgnoreList: boolean | SourcemapIgnoreListOption | StringOrRegExp | undefined;
8195
8225
  /** @see {@linkcode OutputOptions.sourcemapPathTransform | sourcemapPathTransform} */
@@ -8371,8 +8401,6 @@ interface PluginContextMeta {
8371
8401
  }
8372
8402
  /** @category Plugin APIs */
8373
8403
  interface MinimalPluginContext {
8374
- /** @hidden */
8375
- readonly pluginName: string;
8376
8404
  /**
8377
8405
  * Similar to {@linkcode warn | this.warn}, except that it will also abort
8378
8406
  * the bundling process with an error.
@@ -10121,7 +10149,7 @@ interface RolldownOptions extends InputOptions {
10121
10149
  * @category Config
10122
10150
  */
10123
10151
  //#endregion
10124
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.10/node_modules/rolldown/dist/shared/transform-B5D1aA1B.d.mts
10152
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/transform-C_gBfjMR.d.mts
10125
10153
  //#endregion
10126
10154
  //#region src/utils/transform.d.ts
10127
10155
  /**
@@ -10157,13 +10185,13 @@ declare global {
10157
10185
  interface URL {}
10158
10186
  }
10159
10187
  //#endregion
10160
- //#region node_modules/.pnpm/vite@8.0.1_@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
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
10161
10189
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10162
10190
  type EsbuildTarget = string | string[];
10163
10191
  type EsbuildTransformOptions = esbuild.TransformOptions;
10164
10192
  type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
10165
10193
  //#endregion
10166
- //#region node_modules/.pnpm/vite@8.0.1_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/metadata.d.ts
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
10167
10195
  interface AssetMetadata {
10168
10196
  importedAssets: Set<string>;
10169
10197
  importedCss: Set<string>;
@@ -10206,16 +10234,16 @@ declare module 'rolldown' {
10206
10234
  }
10207
10235
  }
10208
10236
  //#endregion
10209
- //#region node_modules/.pnpm/vite@8.0.1_@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
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
10210
10238
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10211
10239
  type TerserMinifyOptions = Terser.MinifyOptions;
10212
10240
  //#endregion
10213
- //#region node_modules/.pnpm/vite@8.0.1_@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
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
10214
10242
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10215
10243
  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
10216
10244
  | 'inputSourceMap' | 'projectRoot'>;
10217
10245
  //#endregion
10218
- //#region node_modules/.pnpm/vite@8.0.1_@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
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
10219
10247
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10220
10248
  // https://github.com/type-challenges/type-challenges/issues/29285
10221
10249
  type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
@@ -10234,7 +10262,7 @@ declare global {
10234
10262
  interface HTMLLinkElement {}
10235
10263
  }
10236
10264
  //#endregion
10237
- //#region node_modules/.pnpm/vite@8.0.1_@types+node@25.5.0_esbuild@0.27.4_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/importGlob.d.ts
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
10238
10266
  /**
10239
10267
  * Declare Worker in case DOM is not added to the tsconfig lib causing
10240
10268
  * Worker interface is not defined. For developers with DOM lib added,
@@ -10245,10 +10273,10 @@ declare global {
10245
10273
  interface Worker {}
10246
10274
  }
10247
10275
  //#endregion
10248
- //#region node_modules/.pnpm/vite@8.0.1_@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
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
10249
10277
  //#region \0rolldown/runtime.js
10250
10278
  //#endregion
10251
- //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.0_typescript@5.9.3_vite@packages+vite_vue@3.5.30_typescript@5.9.3_/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
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
10252
10280
  //#region src/node/cli-commands.d.ts
10253
10281
  interface StartOptions {
10254
10282
  root?: string;
@@ -10257,7 +10285,7 @@ interface StartOptions {
10257
10285
  port?: string | number;
10258
10286
  open?: boolean;
10259
10287
  } //#endregion
10260
- //#region ../../node_modules/.pnpm/@vitejs+devtools@0.1.0_typescript@5.9.3_vite@packages+vite_vue@3.5.30_typescript@5.9.3_/node_modules/@vitejs/devtools/dist/config.d.ts
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
10261
10289
  //#region src/node/config.d.ts
10262
10290
  interface DevToolsConfig extends Partial<StartOptions> {
10263
10291
  enabled: boolean;
@@ -10271,6 +10299,13 @@ interface DevToolsConfig extends Partial<StartOptions> {
10271
10299
  * @default true
10272
10300
  */
10273
10301
  clientAuth?: boolean;
10302
+ /**
10303
+ * Pre-configured auth tokens that are automatically trusted.
10304
+ *
10305
+ * Clients connecting with an auth token matching one of these
10306
+ * will be auto-approved without a terminal prompt.
10307
+ */
10308
+ clientAuthTokens?: string[];
10274
10309
  }
10275
10310
  interface ResolvedDevToolsConfig {
10276
10311
  config: Omit<DevToolsConfig, 'enabled'> & {
@@ -16,19 +16,41 @@ const SvgRegardioEnsembleIconColorFull = ({ title, titleId, ...props }) => /* @_
16
16
  className: "fill-white",
17
17
  d: "M514.27 542.66a.15.15 0 0 1-.14-.1 90 90 0 0 1-2.45-12.28c-.59-4.69-.8-9.48-.64-14.25-2.94 5.64-6.44 11.02-10.4 16-.03.04-.07.05-.11.05-.02 0-.05 0-.07-.02l-.17-.1c-.06-.03-.09-.11-.06-.17 2.12-5.84 4.78-11.4 7.92-16.54-1.19.77-2.25 1.42-3.29 2.03a89.4 89.4 0 0 1-14.61 6.84h-.05c-.05 0-.1-.03-.12-.07l-.09-.17c-.03-.06-.02-.14.04-.18 5.87-4.37 12.19-8.11 18.78-11.13-2.09-.13-4.16-.32-6.18-.57-.07 0-.13-.07-.12-.14v-.2c0-.07.07-.13.14-.14 1.76-.08 3.53-.12 5.27-.12.61 0 1.23 0 1.84.02-2.44-1.48-4.84-3.06-7.16-4.7a.13.13 0 0 1-.04-.18l.1-.17s.07-.07.12-.07c.02 0 .04 0 .06.01 2.47 1.08 4.95 2.27 7.37 3.53-.58-.86-1.14-1.74-1.69-2.63-.04-.06-.02-.14.04-.19l.16-.12s.06-.03.08-.03c.04 0 .08.02.11.05.87 1 1.73 2.03 2.56 3.07.02-.23.04-.45.07-.68 0-.07.06-.12.13-.13h.2c.07 0 .12.05.14.11l.04.16c1.16-1.61 2.3-3.08 3.47-4.5a.16.16 0 0 1 .11-.05c.02 0 .05 0 .07.02l.17.1c.06.04.08.11.06.17-.64 1.69-1.36 3.43-2.19 5.28.28-.11.57-.22.85-.33h.05c.05 0 .1.03.12.07l.1.17c.03.06.02.14-.04.18-.41.32-.83.64-1.25.95 2.81.18 5.37.41 7.81.71.07 0 .13.07.12.14v.2c0 .07-.07.13-.14.14-1.7.08-3.43.11-5.14.11h-.66c2.85 1.69 5.69 3.54 8.45 5.51.06.04.08.12.04.19l-.1.17s-.07.07-.12.07c-.02 0-.04 0-.06-.01a122 122 0 0 1-9.02-4.45c1.16 1.59 2.31 3.25 3.42 4.94.04.06.03.14-.03.19l-.16.12s-.06.03-.09.03c-.04 0-.08-.02-.1-.05a89 89 0 0 1-4.93-5.95 117 117 0 0 1 1.65 12.63c.4 5.42.43 10.91.09 16.29 0 .07-.06.12-.13.13l-.21.02z"
18
18
  }),
19
- /* @__PURE__ */ jsxs("g", {
19
+ /* @__PURE__ */ jsx("path", {
20
+ className: "fill-white",
21
+ d: "M510.95 510.65s-.05 0-.07-.02c-2.68-1.43-5.44-2.77-8.2-3.98-10.15-7.17-19.18-15.84-26.88-25.77a.15.15 0 0 1 0-.18.16.16 0 0 1 .11-.05c.02 0 .05 0 .07.02 12.5 6.7 23.54 15.56 32.84 26.32.73 1.18 1.48 2.33 2.24 3.44.04.05.03.13-.01.17-.03.03-.07.05-.1.05"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ className: "fill-white",
25
+ d: "M511.54 510.64s-.06 0-.07-.02c-.93-1.16-1.88-2.31-2.85-3.43-6.12-9.91-9.73-20.57-10.76-31.69l-.04-.52c0-.06.03-.13.1-.15h.04c.05 0 .1.03.12.07 6.45 10.7 11.1 22.29 13.83 34.43l-.1 1.09-.07.13c-.03.04-.09.09-.13.09h-.06z"
26
+ }),
27
+ /* @__PURE__ */ jsx("path", {
28
+ className: "fill-white",
29
+ d: "M511.89 510.18a.13.13 0 0 1-.11-.11l-.15-.7c1.24-11.4 4.65-22.5 10.13-33.04.02-.05.07-.08.13-.08h.04c.06.02.11.08.1.14a98.6 98.6 0 0 1-6.2 28.75 91 91 0 0 0-3.79 4.96c-.03.04-.07.06-.11.06h-.03zm-50.61 18.95c-3.75 0-7.55-.25-11.3-.75-.06 0-.11-.05-.12-.11s.01-.12.06-.15c3.34-2.09 6.78-3.98 10.2-5.65 13.36-6.49 27.67-10.14 42.53-10.84 2.34.28 4.74.49 7.15.62.06 0 .12.05.13.12.01.06-.02.13-.08.15-6.88 3.08-13.48 6.94-19.59 11.49-9.37 3.4-19.11 5.12-28.98 5.12"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ className: "fill-white",
33
+ d: "M457.68 563.89s-.07-.02-.1-.04c-.04-.04-.05-.1-.03-.16 7.35-15.75 18.6-29.54 32.54-39.9 5.05-1.84 9.92-4.12 14.53-6.8 1.34-.79 2.67-1.62 4.24-2.65.02-.02.05-.02.08-.02.04 0 .07.01.1.04.05.05.06.12.02.18-3.38 5.38-6.22 11.23-8.45 17.39-6.22 7.85-13.57 14.74-21.84 20.53-6.53 4.57-13.61 8.42-21.02 11.43-.02 0-.04.01-.05.01z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ className: "fill-white",
37
+ d: "M497.93 595.06c-.06 0-.1-.05-.12-.11-5.34-22.03-4.47-43.86 2.52-63.13 4.19-5.29 7.85-10.98 10.88-16.95.02-.05.07-.08.13-.08h.04c.06.02.11.08.1.14-.24 5.11-.04 10.23.58 15.21.52 4.11 1.34 8.23 2.45 12.3-1.17 18.49-6.86 36.64-16.43 52.54-.03.04-.07.07-.12.07h-.02z"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ className: "fill-white",
41
+ d: "M537.06 582.37s-.08-.02-.1-.04c0 0-.48-.49-.58-.6-10.73-11.47-18.18-24.66-22.13-39.2.34-5.41.31-10.85-.09-16.2-.34-4.53-.95-9.07-1.82-13.57 0-.05.01-.11.06-.14.02-.02.05-.03.08-.03.02 0 .05 0 .07.02.02 0 .15.09.16.11 1.66 2.24 3.47 4.45 5.39 6.57 12.27 18.69 18.87 40.45 19.11 62.95 0 .06-.03.11-.09.13-.02 0-.03.01-.05.01z"
42
+ }),
43
+ /* @__PURE__ */ jsx("path", {
44
+ className: "fill-white",
45
+ d: "M549.35 542.82s-.04 0-.06-.02c-12.42-6.18-22.99-14.03-31.41-23.33-1.33-2.02-2.7-3.97-4.08-5.83a.15.15 0 0 1 0-.18.16.16 0 0 1 .11-.05c.02 0 .05 0 .07.02 3.23 1.8 6.58 3.47 9.96 4.97 9.41 6.7 17.99 14.83 25.52 24.18.04.05.04.13 0 .18a.16.16 0 0 1-.11.05z"
46
+ }),
47
+ /* @__PURE__ */ jsx("path", {
48
+ className: "fill-white",
49
+ d: "M567.04 529.13c-6.96-.39-13.95-1.39-20.79-2.97-7.67-1.77-15.22-4.29-22.44-7.5-3.04-2.16-6.14-4.17-9.23-5.96-.06-.03-.08-.1-.06-.16s.07-.1.14-.1a108 108 0 0 0 6.68-.11c16.47 2.02 31.86 7.58 45.78 16.54.06.03.08.1.06.16s-.07.1-.13.1zm-64.4-17.21c-15.53-1.86-30.34-6.84-44.03-14.8-.06-.03-.08-.1-.07-.16.02-.06.07-.1.14-.1 6.28.09 12.54.69 18.6 1.78 8.74 1.58 17.32 4.19 25.51 7.76 2.59 1.83 5.25 3.56 7.94 5.17a.141.141 0 0 1-.08.26c-.92-.02-1.83-.03-2.75-.03-1.73 0-3.5.04-5.24.12s-.01 0-.02 0m10.63-.85s-.07-.02-.1-.04c-.04-.04-.05-.1-.03-.16.93-2.05 1.72-3.95 2.42-5.8 1.55-1.88 3.12-3.64 4.69-5.27 5-5.15 10.59-9.67 16.67-13.48.02-.01.05-.02.07-.02.04 0 .07.02.1.04.05.05.05.12.02.18-6.31 9.35-13.84 17.42-22.36 23.97-.51.2-.97.38-1.44.57-.02 0-.03.01-.05.01z"
50
+ }),
51
+ /* @__PURE__ */ jsx("path", {
20
52
  className: "fill-white",
21
- children: [
22
- /* @__PURE__ */ jsx("path", { d: "M510.95 510.65s-.05 0-.07-.02c-2.68-1.43-5.44-2.77-8.2-3.98-10.15-7.17-19.18-15.84-26.88-25.77a.15.15 0 0 1 0-.18.16.16 0 0 1 .11-.05c.02 0 .05 0 .07.02 12.5 6.7 23.54 15.56 32.84 26.32.73 1.18 1.48 2.33 2.24 3.44.04.05.03.13-.01.17-.03.03-.07.05-.1.05" }),
23
- /* @__PURE__ */ jsx("path", { d: "M511.54 510.64s-.06 0-.07-.02c-.93-1.16-1.88-2.31-2.85-3.43-6.12-9.91-9.73-20.57-10.76-31.69l-.04-.52c0-.06.03-.13.1-.15h.04c.05 0 .1.03.12.07 6.45 10.7 11.1 22.29 13.83 34.43l-.1 1.09-.07.13c-.03.04-.09.09-.13.09h-.06z" }),
24
- /* @__PURE__ */ jsx("path", { d: "M511.89 510.18a.13.13 0 0 1-.11-.11l-.15-.7c1.24-11.4 4.65-22.5 10.13-33.04.02-.05.07-.08.13-.08h.04c.06.02.11.08.1.14a98.6 98.6 0 0 1-6.2 28.75 91 91 0 0 0-3.79 4.96c-.03.04-.07.06-.11.06h-.03zm-50.61 18.95c-3.75 0-7.55-.25-11.3-.75-.06 0-.11-.05-.12-.11s.01-.12.06-.15c3.34-2.09 6.78-3.98 10.2-5.65 13.36-6.49 27.67-10.14 42.53-10.84 2.34.28 4.74.49 7.15.62.06 0 .12.05.13.12.01.06-.02.13-.08.15-6.88 3.08-13.48 6.94-19.59 11.49-9.37 3.4-19.11 5.12-28.98 5.12" }),
25
- /* @__PURE__ */ jsx("path", { d: "M457.68 563.89s-.07-.02-.1-.04c-.04-.04-.05-.1-.03-.16 7.35-15.75 18.6-29.54 32.54-39.9 5.05-1.84 9.92-4.12 14.53-6.8 1.34-.79 2.67-1.62 4.24-2.65.02-.02.05-.02.08-.02.04 0 .07.01.1.04.05.05.06.12.02.18-3.38 5.38-6.22 11.23-8.45 17.39-6.22 7.85-13.57 14.74-21.84 20.53-6.53 4.57-13.61 8.42-21.02 11.43-.02 0-.04.01-.05.01z" }),
26
- /* @__PURE__ */ jsx("path", { d: "M497.93 595.06c-.06 0-.1-.05-.12-.11-5.34-22.03-4.47-43.86 2.52-63.13 4.19-5.29 7.85-10.98 10.88-16.95.02-.05.07-.08.13-.08h.04c.06.02.11.08.1.14-.24 5.11-.04 10.23.58 15.21.52 4.11 1.34 8.23 2.45 12.3-1.17 18.49-6.86 36.64-16.43 52.54-.03.04-.07.07-.12.07h-.02z" }),
27
- /* @__PURE__ */ jsx("path", { d: "M537.06 582.37s-.08-.02-.1-.04c0 0-.48-.49-.58-.6-10.73-11.47-18.18-24.66-22.13-39.2.34-5.41.31-10.85-.09-16.2-.34-4.53-.95-9.07-1.82-13.57 0-.05.01-.11.06-.14.02-.02.05-.03.08-.03.02 0 .05 0 .07.02.02 0 .15.09.16.11 1.66 2.24 3.47 4.45 5.39 6.57 12.27 18.69 18.87 40.45 19.11 62.95 0 .06-.03.11-.09.13-.02 0-.03.01-.05.01z" }),
28
- /* @__PURE__ */ jsx("path", { d: "M549.35 542.82s-.04 0-.06-.02c-12.42-6.18-22.99-14.03-31.41-23.33-1.33-2.02-2.7-3.97-4.08-5.83a.15.15 0 0 1 0-.18.16.16 0 0 1 .11-.05c.02 0 .05 0 .07.02 3.23 1.8 6.58 3.47 9.96 4.97 9.41 6.7 17.99 14.83 25.52 24.18.04.05.04.13 0 .18a.16.16 0 0 1-.11.05z" }),
29
- /* @__PURE__ */ jsx("path", { d: "M567.04 529.13c-6.96-.39-13.95-1.39-20.79-2.97-7.67-1.77-15.22-4.29-22.44-7.5-3.04-2.16-6.14-4.17-9.23-5.96-.06-.03-.08-.1-.06-.16s.07-.1.14-.1a108 108 0 0 0 6.68-.11c16.47 2.02 31.86 7.58 45.78 16.54.06.03.08.1.06.16s-.07.1-.13.1zm-64.4-17.21c-15.53-1.86-30.34-6.84-44.03-14.8-.06-.03-.08-.1-.07-.16.02-.06.07-.1.14-.1 6.28.09 12.54.69 18.6 1.78 8.74 1.58 17.32 4.19 25.51 7.76 2.59 1.83 5.25 3.56 7.94 5.17a.141.141 0 0 1-.08.26c-.92-.02-1.83-.03-2.75-.03-1.73 0-3.5.04-5.24.12s-.01 0-.02 0m10.63-.85s-.07-.02-.1-.04c-.04-.04-.05-.1-.03-.16.93-2.05 1.72-3.95 2.42-5.8 1.55-1.88 3.12-3.64 4.69-5.27 5-5.15 10.59-9.67 16.67-13.48.02-.01.05-.02.07-.02.04 0 .07.02.1.04.05.05.05.12.02.18-6.31 9.35-13.84 17.42-22.36 23.97-.51.2-.97.38-1.44.57-.02 0-.03.01-.05.01z" }),
30
- /* @__PURE__ */ jsx("path", { 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" })
31
- ]
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"
32
54
  }),
33
55
  /* @__PURE__ */ jsx("path", {
34
56
  className: "fill-purple-50",
@@ -16,19 +16,41 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
16
16
  className: "fill-white",
17
17
  d: "M513.61 533.68s-.08-.03-.1-.07c-.79-2.89-1.37-5.81-1.73-8.69-.41-3.32-.56-6.7-.45-10.08a70.7 70.7 0 0 1-7.35 11.31c-.02.02-.05.04-.08.04-.02 0-.03 0-.05-.01l-.12-.07s-.06-.08-.04-.12c1.5-4.13 3.38-8.06 5.6-11.69-.84.54-1.59 1-2.33 1.44-3.3 1.92-6.77 3.55-10.33 4.84h-.03c-.04 0-.07-.02-.09-.05l-.07-.12s-.01-.1.03-.13c4.15-3.09 8.62-5.73 13.28-7.87-1.48-.1-2.94-.23-4.37-.4-.05 0-.09-.05-.09-.1v-.14c0-.05.05-.09.1-.1a78 78 0 0 1 5.02-.08 96 96 0 0 1-5.06-3.32.11.11 0 0 1-.03-.13l.07-.12s.05-.05.09-.05h.04c1.75.76 3.5 1.6 5.21 2.5q-.615-.915-1.2-1.86c-.03-.04-.02-.1.03-.13l.11-.08s.04-.02.06-.02c.03 0 .06.01.08.03.61.71 1.22 1.44 1.81 2.17.01-.16.03-.32.05-.48 0-.05.05-.09.09-.09h.14c.05 0 .09.03.1.08l.03.12c.82-1.14 1.62-2.18 2.45-3.18.02-.02.05-.04.08-.04.02 0 .04 0 .05.01l.12.07s.06.08.04.12c-.45 1.2-.96 2.42-1.55 3.73l.6-.24h.04c.04 0 .07.02.09.05l.07.12s.01.1-.03.13c-.29.23-.59.45-.89.67 1.98.13 3.8.29 5.52.5.05 0 .09.05.09.1v.14c0 .05-.05.09-.1.1-1.2.05-2.42.08-3.63.08h-.47c2.02 1.19 4.03 2.5 5.98 3.89.04.03.05.09.03.13l-.07.12s-.05.05-.09.05h-.04c-2.16-.96-4.3-2.02-6.38-3.15.82 1.12 1.63 2.3 2.42 3.49.03.04.02.1-.02.13l-.11.09s-.04.02-.06.02a.1.1 0 0 1-.07-.03c-1.23-1.36-2.4-2.77-3.48-4.21a82 82 0 0 1 1.23 20.45c0 .05-.04.09-.09.09l-.15.01z"
18
18
  }),
19
- /* @__PURE__ */ jsxs("g", {
19
+ /* @__PURE__ */ jsx("path", {
20
+ className: "fill-white",
21
+ d: "M511.26 511.05s-.03 0-.05-.01a81 81 0 0 0-5.8-2.81c-7.17-5.07-13.56-11.2-19-18.22a.105.105 0 0 1 0-.13c.02-.02.05-.04.08-.04.02 0 .03 0 .05.01 8.83 4.74 16.65 11 23.22 18.61.51.83 1.04 1.64 1.58 2.43.03.04.02.09 0 .12-.02.02-.05.03-.07.03z"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ className: "fill-white",
25
+ d: "M511.67 511.03s-.04 0-.05-.02c-.66-.82-1.33-1.63-2.02-2.42-4.32-7.01-6.88-14.54-7.61-22.41l-.03-.37s.02-.09.07-.1h.03c.03 0 .07.02.09.05a82 82 0 0 1 9.78 24.34l-.07.77s-.04.08-.05.09c-.02.03-.06.06-.09.06h-.04z"
26
+ }),
27
+ /* @__PURE__ */ jsx("path", {
28
+ className: "fill-white",
29
+ d: "M511.92 510.72s-.07-.04-.08-.08l-.11-.49c.88-8.06 3.29-15.91 7.16-23.36.02-.03.05-.05.09-.05h.03c.05.01.08.06.07.1a69.7 69.7 0 0 1-4.39 20.33c-.91 1.11-1.78 2.25-2.68 3.51a.09.09 0 0 1-.08.04h-.02zm-35.78 13.39c-2.65 0-5.34-.18-7.99-.53-.04 0-.08-.04-.08-.08s0-.08.04-.11c2.36-1.47 4.79-2.82 7.21-3.99a76.6 76.6 0 0 1 30.07-7.66c1.65.2 3.35.34 5.06.44.05 0 .08.04.09.08 0 .05-.02.09-.06.11a74 74 0 0 0-13.85 8.12c-6.63 2.4-13.51 3.62-20.49 3.62"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ className: "fill-white",
33
+ d: "M473.59 548.69s-.05-.01-.07-.03c-.03-.03-.04-.07-.02-.11 5.2-11.13 13.15-20.89 23-28.21 3.57-1.3 7.02-2.91 10.27-4.81.95-.56 1.89-1.14 3-1.87.02-.01.04-.02.05-.02.03 0 .05 0 .07.03.03.03.04.08.01.12-2.39 3.8-4.4 7.94-5.98 12.29a73.1 73.1 0 0 1-15.44 14.51 75.6 75.6 0 0 1-14.87 8.08h-.04z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ className: "fill-white",
37
+ d: "M502.05 570.73s-.07-.04-.08-.08c-3.78-15.58-3.16-31.01 1.78-44.63 2.97-3.74 5.55-7.77 7.69-11.98.02-.03.05-.05.09-.05h.03c.05.01.08.05.07.1-.17 3.61-.03 7.23.41 10.75.37 2.91.95 5.82 1.73 8.7-.83 13.07-4.85 25.91-11.62 37.15-.02.03-.05.05-.09.05h-.02z"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ className: "fill-white",
41
+ d: "M529.72 561.75s-.05-.01-.07-.03c0 0-.34-.35-.41-.42-7.59-8.11-12.85-17.43-15.65-27.71.24-3.83.22-7.67-.06-11.46-.24-3.2-.67-6.41-1.29-9.6 0-.04 0-.08.04-.1.02-.01.04-.02.06-.02s.03 0 .05.01c.01 0 .11.06.12.08 1.18 1.59 2.46 3.15 3.81 4.64 8.67 13.22 13.34 28.6 13.51 44.5 0 .04-.02.08-.06.09h-.04z"
42
+ }),
43
+ /* @__PURE__ */ jsx("path", {
44
+ className: "fill-white",
45
+ d: "M538.41 533.79s-.03 0-.04-.01c-8.78-4.37-16.25-9.92-22.21-16.5-.94-1.43-1.91-2.81-2.88-4.12a.105.105 0 0 1 0-.13c.02-.02.05-.03.08-.03.02 0 .03 0 .05.01a87 87 0 0 0 7.04 3.52c6.65 4.74 12.72 10.49 18.04 17.1.03.04.03.09 0 .13-.02.02-.05.04-.08.04z"
46
+ }),
47
+ /* @__PURE__ */ jsx("path", {
48
+ className: "fill-white",
49
+ d: "M550.92 524.11c-4.92-.28-9.86-.99-14.7-2.1a87.4 87.4 0 0 1-15.86-5.3 87 87 0 0 0-6.53-4.22.1.1 0 0 1-.05-.11c.01-.04.05-.07.1-.07h1.1c1.21 0 2.43-.03 3.62-.08 11.64 1.43 22.53 5.36 32.37 11.69.04.02.06.07.04.11-.01.04-.05.07-.09.07zm-45.54-12.17c-10.98-1.32-21.45-4.84-31.13-10.46a.1.1 0 0 1-.05-.11c.01-.04.05-.07.1-.07 4.44.06 8.87.49 13.15 1.26a80.6 80.6 0 0 1 18.03 5.49c1.83 1.29 3.71 2.52 5.61 3.65.04.02.06.07.04.11-.01.04-.05.07-.1.07-.65-.02-1.3-.02-1.94-.02-1.23 0-2.47.03-3.71.09s0 0-.01 0zm7.51-.6s-.05-.01-.07-.03c-.03-.03-.04-.07-.02-.11.66-1.45 1.22-2.79 1.71-4.1a62 62 0 0 1 3.32-3.73c3.53-3.64 7.49-6.84 11.79-9.53.02-.01.03-.02.05-.02.03 0 .05.01.07.03.03.03.04.09.01.13-4.46 6.61-9.78 12.31-15.81 16.95-.36.14-.69.27-1.02.41h-.04z"
50
+ }),
51
+ /* @__PURE__ */ jsx("path", {
20
52
  className: "fill-white",
21
- children: [
22
- /* @__PURE__ */ jsx("path", { d: "M511.26 511.05s-.03 0-.05-.01a81 81 0 0 0-5.8-2.81c-7.17-5.07-13.56-11.2-19-18.22a.105.105 0 0 1 0-.13c.02-.02.05-.04.08-.04.02 0 .03 0 .05.01 8.83 4.74 16.65 11 23.22 18.61.51.83 1.04 1.64 1.58 2.43.03.04.02.09 0 .12-.02.02-.05.03-.07.03z" }),
23
- /* @__PURE__ */ jsx("path", { d: "M511.67 511.03s-.04 0-.05-.02c-.66-.82-1.33-1.63-2.02-2.42-4.32-7.01-6.88-14.54-7.61-22.41l-.03-.37s.02-.09.07-.1h.03c.03 0 .07.02.09.05a82 82 0 0 1 9.78 24.34l-.07.77s-.04.08-.05.09c-.02.03-.06.06-.09.06h-.04z" }),
24
- /* @__PURE__ */ jsx("path", { d: "M511.92 510.72s-.07-.04-.08-.08l-.11-.49c.88-8.06 3.29-15.91 7.16-23.36.02-.03.05-.05.09-.05h.03c.05.01.08.06.07.1a69.7 69.7 0 0 1-4.39 20.33c-.91 1.11-1.78 2.25-2.68 3.51a.09.09 0 0 1-.08.04h-.02zm-35.78 13.39c-2.65 0-5.34-.18-7.99-.53-.04 0-.08-.04-.08-.08s0-.08.04-.11c2.36-1.47 4.79-2.82 7.21-3.99a76.6 76.6 0 0 1 30.07-7.66c1.65.2 3.35.34 5.06.44.05 0 .08.04.09.08 0 .05-.02.09-.06.11a74 74 0 0 0-13.85 8.12c-6.63 2.4-13.51 3.62-20.49 3.62" }),
25
- /* @__PURE__ */ jsx("path", { d: "M473.59 548.69s-.05-.01-.07-.03c-.03-.03-.04-.07-.02-.11 5.2-11.13 13.15-20.89 23-28.21 3.57-1.3 7.02-2.91 10.27-4.81.95-.56 1.89-1.14 3-1.87.02-.01.04-.02.05-.02.03 0 .05 0 .07.03.03.03.04.08.01.12-2.39 3.8-4.4 7.94-5.98 12.29a73.1 73.1 0 0 1-15.44 14.51 75.6 75.6 0 0 1-14.87 8.08h-.04z" }),
26
- /* @__PURE__ */ jsx("path", { d: "M502.05 570.73s-.07-.04-.08-.08c-3.78-15.58-3.16-31.01 1.78-44.63 2.97-3.74 5.55-7.77 7.69-11.98.02-.03.05-.05.09-.05h.03c.05.01.08.05.07.1-.17 3.61-.03 7.23.41 10.75.37 2.91.95 5.82 1.73 8.7-.83 13.07-4.85 25.91-11.62 37.15-.02.03-.05.05-.09.05h-.02z" }),
27
- /* @__PURE__ */ jsx("path", { d: "M529.72 561.75s-.05-.01-.07-.03c0 0-.34-.35-.41-.42-7.59-8.11-12.85-17.43-15.65-27.71.24-3.83.22-7.67-.06-11.46-.24-3.2-.67-6.41-1.29-9.6 0-.04 0-.08.04-.1.02-.01.04-.02.06-.02s.03 0 .05.01c.01 0 .11.06.12.08 1.18 1.59 2.46 3.15 3.81 4.64 8.67 13.22 13.34 28.6 13.51 44.5 0 .04-.02.08-.06.09h-.04z" }),
28
- /* @__PURE__ */ jsx("path", { d: "M538.41 533.79s-.03 0-.04-.01c-8.78-4.37-16.25-9.92-22.21-16.5-.94-1.43-1.91-2.81-2.88-4.12a.105.105 0 0 1 0-.13c.02-.02.05-.03.08-.03.02 0 .03 0 .05.01a87 87 0 0 0 7.04 3.52c6.65 4.74 12.72 10.49 18.04 17.1.03.04.03.09 0 .13-.02.02-.05.04-.08.04z" }),
29
- /* @__PURE__ */ jsx("path", { d: "M550.92 524.11c-4.92-.28-9.86-.99-14.7-2.1a87.4 87.4 0 0 1-15.86-5.3 87 87 0 0 0-6.53-4.22.1.1 0 0 1-.05-.11c.01-.04.05-.07.1-.07h1.1c1.21 0 2.43-.03 3.62-.08 11.64 1.43 22.53 5.36 32.37 11.69.04.02.06.07.04.11-.01.04-.05.07-.09.07zm-45.54-12.17c-10.98-1.32-21.45-4.84-31.13-10.46a.1.1 0 0 1-.05-.11c.01-.04.05-.07.1-.07 4.44.06 8.87.49 13.15 1.26a80.6 80.6 0 0 1 18.03 5.49c1.83 1.29 3.71 2.52 5.61 3.65.04.02.06.07.04.11-.01.04-.05.07-.1.07-.65-.02-1.3-.02-1.94-.02-1.23 0-2.47.03-3.71.09s0 0-.01 0zm7.51-.6s-.05-.01-.07-.03c-.03-.03-.04-.07-.02-.11.66-1.45 1.22-2.79 1.71-4.1a62 62 0 0 1 3.32-3.73c3.53-3.64 7.49-6.84 11.79-9.53.02-.01.03-.02.05-.02.03 0 .05.01.07.03.03.03.04.09.01.13-4.46 6.61-9.78 12.31-15.81 16.95-.36.14-.69.27-1.02.41h-.04z" }),
30
- /* @__PURE__ */ jsx("path", { 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" })
31
- ]
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"
32
54
  }),
33
55
  /* @__PURE__ */ jsx("path", {
34
56
  className: "fill-purple-50",
@@ -52,7 +74,7 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
52
74
  }),
53
75
  /* @__PURE__ */ jsx("path", {
54
76
  className: "fill-blue-50",
55
- 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-.06.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"
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"
56
78
  }),
57
79
  /* @__PURE__ */ jsx("path", {
58
80
  className: "fill-cyan-50",
@@ -144,11 +166,11 @@ const SvgRegardioEnsembleIconColor = ({ title, titleId, ...props }) => /* @__PUR
144
166
  }),
145
167
  /* @__PURE__ */ jsx("path", {
146
168
  className: "fill-blue-200",
147
- d: "M387.1 547.49c-30.45-9.72-60.21-29.44-88.43-58.61-.02-.02-.03-.06-.03-.09s.03-.06.06-.07c20.6-9.86 45.41-15.34 73.74-16.29 17.21 15.43 37.87 28.43 61.46 38.66q.06.03.06.09c0 .06-.02.08-.05.09-6.57 3.39-12.82 7.57-18.62 12.46-9.83 7.2-19.28 15.18-28.08 23.74a.1.1 0 0 1-.07.03h-.03z"
169
+ d: "M387.1 547.49c-30.45-9.72-60.21-29.44-88.43-58.61-.02-.02-.03-.06-.03-.09s.03-.06.06-.07c20.6-9.86 45.41-15.34 73.74-16.29 17.21 15.43 37.87 28.43 61.46 38.66q.06.03.06.09c0 .04-.02.08-.05.09-6.57 3.39-12.82 7.57-18.62 12.46-9.83 7.2-19.28 15.18-28.08 23.74a.1.1 0 0 1-.07.03h-.03z"
148
170
  }),
149
171
  /* @__PURE__ */ jsx("path", {
150
172
  className: "fill-orange-200",
151
- 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.05s.02.06 0 .09c-14.35 27.74-34.12 51.72-57.2 69.34-.02.01-.04.02-.06.02z"
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"
152
174
  }),
153
175
  /* @__PURE__ */ jsx("path", {
154
176
  className: "fill-cyan-200",