@regardio/brand 0.9.0 → 0.11.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 { SystemLayerSourcesIcon } from "@regardio/brand/icons/system-layer-sources-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,7 +80,7 @@ function App() {
80
80
  <CompassSpriteProvider>
81
81
  <RegardioLogoColor style={{ width: 200 }} />
82
82
  <RegardioIconColor style={{ fontSize: 48 }} />
83
- <SystemLayerSourcesIcon style={{ fontSize: 32 }} />
83
+ <SystemFieldSourcesIcon style={{ fontSize: 32 }} />
84
84
  <CompassSprite id="source-leisure-calm" width={80} height={80} />
85
85
  </CompassSpriteProvider>
86
86
  );
@@ -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.4_@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;
@@ -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.4_@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.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.4_@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.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.4_@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.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.4_@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.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.4_@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.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.4_@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.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.4_@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.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.4_react-dom@19.2.4_react@19.2.4__react@19.2.4_storybook@10.3.4_@t_bb96598c5ccd7422e15179fcffe3ca44/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.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_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.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_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;
@@ -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.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_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.12_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2/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";
@@ -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.12_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2/node_modules/rolldown/dist/shared/binding-CYVfiOV3.d.mts
5537
5537
  interface CodegenOptions {
5538
5538
  /**
5539
5539
  * Remove whitespace.
@@ -6542,7 +6542,7 @@ interface ViteImportGlobMeta {
6542
6542
  isSubImportsPattern?: boolean;
6543
6543
  } //#endregion
6544
6544
  //#endregion
6545
- //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.11/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6545
+ //#region node_modules/.pnpm/@rolldown+pluginutils@1.0.0-rc.12/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts
6546
6546
  type StringOrRegExp$1 = string | RegExp;
6547
6547
  type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
6548
6548
  type FilterExpression = And | Or | Not | Id | ImporterId | ModuleType$1 | Code | Query;
@@ -6604,7 +6604,7 @@ declare class Exclude$1 {
6604
6604
  constructor(expr: FilterExpression);
6605
6605
  }
6606
6606
  //#endregion
6607
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/define-config-BkRKRADp.d.mts
6607
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.12_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2/node_modules/rolldown/dist/shared/define-config-BkRKRADp.d.mts
6608
6608
  //#region src/types/misc.d.ts
6609
6609
  /** @inline */
6610
6610
  type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
@@ -10149,7 +10149,7 @@ interface RolldownOptions extends InputOptions {
10149
10149
  * @category Config
10150
10150
  */
10151
10151
  //#endregion
10152
- //#region node_modules/.pnpm/rolldown@1.0.0-rc.11/node_modules/rolldown/dist/shared/transform-C_gBfjMR.d.mts
10152
+ //#region node_modules/.pnpm/rolldown@1.0.0-rc.12_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2/node_modules/rolldown/dist/shared/transform-C_gBfjMR.d.mts
10153
10153
  //#endregion
10154
10154
  //#region src/utils/transform.d.ts
10155
10155
  /**
@@ -10164,7 +10164,7 @@ interface TransformOptions$1 extends BindingEnhancedTransformOptions {}
10164
10164
  * @category Utilities
10165
10165
  */
10166
10166
  //#endregion
10167
- //#region node_modules/.pnpm/esbuild@0.27.4/node_modules/esbuild/lib/main.d.ts
10167
+ //#region node_modules/.pnpm/esbuild@0.27.7/node_modules/esbuild/lib/main.d.ts
10168
10168
  // Note: These declarations exist to avoid type errors when you omit "dom" from
10169
10169
  // "lib" in your "tsconfig.json" file. TypeScript confusingly declares the
10170
10170
  // global "WebAssembly" type in "lib.dom.d.ts" even though it has nothing to do
@@ -10185,13 +10185,13 @@ declare global {
10185
10185
  interface URL {}
10186
10186
  }
10187
10187
  //#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
10188
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/esbuildOptions.d.ts
10189
10189
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10190
10190
  type EsbuildTarget = string | string[];
10191
10191
  type EsbuildTransformOptions = esbuild.TransformOptions;
10192
10192
  type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
10193
10193
  //#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
10194
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/metadata.d.ts
10195
10195
  interface AssetMetadata {
10196
10196
  importedAssets: Set<string>;
10197
10197
  importedCss: Set<string>;
@@ -10234,16 +10234,16 @@ declare module 'rolldown' {
10234
10234
  }
10235
10235
  }
10236
10236
  //#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
10237
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/terserOptions.d.ts
10238
10238
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10239
10239
  type TerserMinifyOptions = Terser.MinifyOptions;
10240
10240
  //#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
10241
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/lightningcssOptions.d.ts
10242
10242
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10243
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
10244
10244
  | 'inputSourceMap' | 'projectRoot'>;
10245
10245
  //#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
10246
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts
10247
10247
  /* eslint-enable @typescript-eslint/ban-ts-comment */
10248
10248
  // https://github.com/type-challenges/type-challenges/issues/29285
10249
10249
  type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
@@ -10262,7 +10262,7 @@ declare global {
10262
10262
  interface HTMLLinkElement {}
10263
10263
  }
10264
10264
  //#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
10265
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/types/importGlob.d.ts
10266
10266
  /**
10267
10267
  * Declare Worker in case DOM is not added to the tsconfig lib causing
10268
10268
  * Worker interface is not defined. For developers with DOM lib added,
@@ -10273,7 +10273,7 @@ declare global {
10273
10273
  interface Worker {}
10274
10274
  }
10275
10275
  //#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
10276
+ //#region node_modules/.pnpm/vite@8.0.3_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@types+node@25.5.2_esbuild@0.27.7_jiti@2.6.1_tsx@4.21.0/node_modules/vite/dist/node/index.d.ts
10277
10277
  //#region \0rolldown/runtime.js
10278
10278
  //#endregion
10279
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
@@ -21,7 +21,7 @@ function CompassSpriteProvider() {
21
21
  }),
22
22
  /* @__PURE__ */ jsx("path", {
23
23
  className: "fill-green-300",
24
- d: "M209.52 222.51v-7.79c0-4.7-4.43-8.39-9.58-7.98L0 222.52v37.94c55.71 9.83 112.75 15.84 170.82 17.73 12.85.42 25.75.64 38.7.65h.97c71.3 0 141.15-6.24 209.04-18.13v-52.17l-210.01 13.99Z"
24
+ d: "M209.52 222.51v-7.79c0-4.7-4.43-8.39-9.58-7.98L0 222.52v37.94c55.71 9.83 112.75 15.84 170.82 17.73 12.85.42 25.75.64 38.7.65h.97c71.3 0 141.15-6.24 209.04-18.13v-52.17l-210.01 13.99z"
25
25
  }),
26
26
  /* @__PURE__ */ jsx("path", {
27
27
  className: "fill-green-400",
@@ -43,7 +43,7 @@ function CompassSpriteProvider() {
43
43
  }),
44
44
  /* @__PURE__ */ jsx("path", {
45
45
  className: "fill-purple-400",
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"
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
49
  className: "fill-purple-300",
@@ -91,7 +91,7 @@ function CompassSpriteProvider() {
91
91
  }),
92
92
  /* @__PURE__ */ jsx("path", {
93
93
  className: "fill-red-300",
94
- d: "M419.53 252.28v8.16c-68.35 12.06-138.68 18.39-210.48 18.39-70.08 0-141.98-6.04-209.04-17.54v-9.01h419.53Z"
94
+ d: "M419.53 252.28v8.16c-68.35 12.06-138.68 18.39-210.48 18.39-70.08 0-141.98-6.04-209.04-17.54v-9.01h419.53z"
95
95
  }),
96
96
  /* @__PURE__ */ jsx("path", {
97
97
  d: "M209.99 17.01c-3.02 0-5.92 1.24-8.24 3.33a.58.58 0 0 0-.17.43c0 2.95-.22 9.6-.32 12.55-.01.39.31.66.55.45 2.08-1.77 5.04-3.32 7.95-3.29s6.01 1.43 7.95 3.45c.23.24.56-.05.55-.45-.11-3.07-.39-9.65-.39-12.72 0-.18-.06-.35-.17-.45-2.32-2.14-4.23-3.3-7.71-3.3",
@@ -109,7 +109,7 @@ function CompassSpriteProvider() {
109
109
  }),
110
110
  /* @__PURE__ */ jsx("path", {
111
111
  className: "fill-olive-300",
112
- d: "M209.76 206.93H0v53.52c68.12 12.02 138.21 18.34 209.76 18.39h.72c71.3 0 141.15-6.24 209.04-18.13v-53.77H209.76Z"
112
+ d: "M209.76 206.93H0v53.52c68.12 12.02 138.21 18.34 209.76 18.39h.72c71.3 0 141.15-6.24 209.04-18.13v-53.77H209.76z"
113
113
  }),
114
114
  /* @__PURE__ */ jsx("path", {
115
115
  className: "fill-olive-400",
@@ -131,19 +131,19 @@ function CompassSpriteProvider() {
131
131
  }),
132
132
  /* @__PURE__ */ jsx("path", {
133
133
  className: "fill-cyan-400",
134
- d: "M84.67 272.31a1211.58 1211.58 0 0 1 0 0"
134
+ d: "M84.67 272.31"
135
135
  }),
136
136
  /* @__PURE__ */ jsx("path", {
137
137
  className: "fill-cyan-300",
138
- d: "M68.98 270.58a1186 1186 0 0 1-31.19-4.07c10.35 1.49 20.75 2.84 31.19 4.07M151.35 277.39a1220.545 1220.545 0 0 1 0 0"
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
141
  className: "fill-cyan-400",
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"
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
145
  className: "fill-cyan-300",
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"
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", {
149
149
  d: "M209.99 17.01c-3.02 0-5.92 1.24-8.24 3.33a.58.58 0 0 0-.17.43c0 2.95-.22 9.6-.32 12.55-.01.39.31.66.55.45 2.08-1.77 5.04-3.32 7.95-3.29s6.01 1.43 7.95 3.45c.23.24.56-.05.55-.45-.11-3.07-.39-9.65-.39-12.72 0-.18-.06-.35-.17-.45-2.32-2.14-4.23-3.3-7.71-3.3",
@@ -152,7 +152,7 @@ function CompassSpriteProvider() {
152
152
  ]
153
153
  }),
154
154
  /* @__PURE__ */ jsxs("symbol", {
155
- id: "bridges-views",
155
+ id: "bridge-views",
156
156
  viewBox: "0 0 419.53 297.64",
157
157
  children: [
158
158
  /* @__PURE__ */ jsx("path", {
@@ -161,7 +161,7 @@ function CompassSpriteProvider() {
161
161
  }),
162
162
  /* @__PURE__ */ jsx("path", {
163
163
  className: "fill-gray-400",
164
- d: "M209.76 236.93H0v23.51c68.12 12.02 138.45 18.35 210 18.39.24 0-.24 0 0 0 71.15 0 141.76-6.19 209.52-18.04l.04-23.86z"
164
+ d: "M209.76 236.93H0v23.51c68.12 12.02 138.45 18.35 210 18.39 71.15 0 141.76-6.19 209.52-18.04l.04-23.86z"
165
165
  }),
166
166
  /* @__PURE__ */ jsx("path", {
167
167
  className: "fill-gray-200",
@@ -183,47 +183,47 @@ function CompassSpriteProvider() {
183
183
  }),
184
184
  /* @__PURE__ */ jsx("path", {
185
185
  className: "fill-gray-50",
186
- d: "M178.49 290.2c3.77.6 7.34-1.92 8.06-5.67 8.77-45.63 17.29-92.88 23.97-133.03 1.63-9.77 4.71-30.86 6.85-45.65.89-6.13-5.95-10.38-11.06-6.87l-67.34 46.29a7.1 7.1 0 0 1-3.61 1.23 302 302 0 0 0-38.78 4.81c-4.19.8-6.72 5.14-5.38 9.19 1.59 4.81 3.15 9.6 4.68 14.38 10.4 32.36 19.1 70.91 26.48 109.25.71 3.7 4.21 6.22 7.94 5.68 16.07-2.32 32.32-2.16 48.18.38Z"
186
+ d: "M219.43 95.57c-6.85 45.9-24.59 164.01-30.43 200.36-.7 4.33-4.76 7.32-9.09 6.64a180.4 180.4 0 0 0-57.09.15c-4.09.67-8-1.98-8.98-6.01-6.57-26.93-28.26-112.45-35.45-139.77-1.17-4.44 1.62-8.96 6.12-9.87 14.68-2.96 29.48-4.94 44.3-5.94 1.46-.1 2.86-.58 4.05-1.42l74.07-51.87c5.76-4.03 13.54.78 12.5 7.73"
187
187
  }),
188
188
  /* @__PURE__ */ jsx("path", {
189
189
  className: "fill-lime-400",
190
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
190
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
191
191
  })
192
192
  ]
193
193
  }),
194
194
  /* @__PURE__ */ jsxs("symbol", {
195
- id: "facet-element-memories",
195
+ id: "facet-element-people",
196
196
  viewBox: "0 0 297.64 419.53",
197
197
  children: [
198
198
  /* @__PURE__ */ jsx("path", {
199
- className: "fill-red-300",
199
+ className: "fill-orange-300",
200
200
  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"
201
201
  }),
202
202
  /* @__PURE__ */ jsx("path", {
203
203
  className: "fill-gray-50",
204
- d: "M186.42 290.15c3.74.75 7.4-1.61 8.28-5.33 8.15-34.39 16.23-69.37 23.37-100.61 1.84-8.03 3.64-16.14 5.4-24.31a7.11 7.11 0 0 0-5.46-8.45c-27.04-5.78-55.33-7.91-84.3-5.89a304 304 0 0 0-53.62 8.6c-4.15 1.06-6.4 5.55-4.81 9.53 3.97 9.95 7.83 19.86 11.57 29.68 10.66 27.99 19.99 59.81 28.16 91.57a7.09 7.09 0 0 0 8.24 5.19 160 160 0 0 1 20.37-2.74c14.68-1.03 29.03-.03 42.78 2.74Z"
204
+ d: "M129.89 140.5c25.65-1.41 51.59.08 77.34 4.62 4.34.76 7.23 4.91 6.48 9.25-4.81 27.75-20.18 114.39-25.14 141.88-.78 4.31-4.88 7.22-9.2 6.46-19.05-3.34-38.3-3.53-57.04-.78-4.11.6-7.98-2.11-8.9-6.17-7.28-32.27-31.49-129.02-42.29-169.97-1.78-6.75 5.33-12.37 11.49-9.1l43.06 22.9c1.29.68 2.74 1 4.19.92z"
205
205
  }),
206
206
  /* @__PURE__ */ jsx("path", {
207
207
  className: "fill-lime-400",
208
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
208
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
209
209
  })
210
210
  ]
211
211
  }),
212
212
  /* @__PURE__ */ jsxs("symbol", {
213
- id: "facet-element-people",
213
+ id: "facet-element-reasons",
214
214
  viewBox: "0 0 297.64 419.53",
215
215
  children: [
216
216
  /* @__PURE__ */ jsx("path", {
217
- className: "fill-orange-300",
217
+ className: "fill-red-300",
218
218
  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"
219
219
  }),
220
220
  /* @__PURE__ */ jsx("path", {
221
221
  className: "fill-gray-50",
222
- d: "M206.95 158.5c.66-3.87-1.95-7.55-5.81-8.2-23.08-3.9-46.31-5.06-69.26-3.59-1.29.08-2.58-.18-3.73-.78L90 126.06c-5.71-2.97-12.1 2.57-9.99 8.65 2.13 6.15 4.22 12.3 6.27 18.43 13.04 38.99 23.77 85.78 32.72 131.31.73 3.72 4.25 6.24 8 5.67 15.94-2.42 32.3-2.45 48.55.09 3.76.59 7.31-1.94 8.03-5.68 6.72-34.99 13.25-70.02 18.76-99.97 1.58-8.61 3.13-17.3 4.62-26.05Z"
222
+ d: "M226.85 146.37c4.3.95 7.02 5.21 6.08 9.51-5.97 27.41-25.03 113.29-31.21 140.69-.96 4.28-5.2 7-9.48 6.06-15.99-3.53-32.74-4.93-49.9-3.88-8.66.53-17.13 1.67-25.39 3.36-4.05.83-8.04-1.63-9.21-5.59-7.55-25.72-32.86-109.97-41.77-138.02-1.4-4.4 1.2-9.08 5.68-10.18 19.65-4.84 40-7.99 60.91-9.27 32.42-1.98 64.07.65 94.28 7.32z"
223
223
  }),
224
224
  /* @__PURE__ */ jsx("path", {
225
225
  className: "fill-lime-400",
226
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
226
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
227
227
  })
228
228
  ]
229
229
  }),
@@ -237,11 +237,11 @@ function CompassSpriteProvider() {
237
237
  }),
238
238
  /* @__PURE__ */ jsx("path", {
239
239
  className: "fill-gray-50",
240
- d: "M186.42 290.15c3.74.75 7.4-1.61 8.28-5.33 8.15-34.39 16.23-69.37 23.37-100.61 1.84-8.03 3.64-16.14 5.4-24.31a7.11 7.11 0 0 0-5.46-8.45c-27.04-5.78-55.33-7.91-84.3-5.89a304 304 0 0 0-53.62 8.6c-4.15 1.06-6.4 5.55-4.81 9.53 3.97 9.95 7.83 19.86 11.57 29.68 10.66 27.99 19.99 59.81 28.16 91.57a7.09 7.09 0 0 0 8.24 5.19 160 160 0 0 1 20.37-2.74c14.68-1.03 29.03-.03 42.78 2.74Z"
240
+ d: "M65.64 159.66c-1.59-4.42.96-9.28 5.52-10.44 19.54-4.98 39.8-8.3 60.63-9.75 32.41-2.27 64.07.09 94.34 6.5 4.31.91 7.06 5.15 6.16 9.46-5.73 27.46-24.04 113.5-29.98 140.95-.93 4.29-5.14 7.05-9.43 6.14-16.02-3.39-32.78-4.64-49.93-3.44-8.63.6-17.07 1.81-25.29 3.57-4.07.87-8.11-1.59-9.28-5.58-6.92-23.66-27.85-93.91-31.09-103.66-3.78-11.38-7.66-22.65-11.66-33.73z"
241
241
  }),
242
242
  /* @__PURE__ */ jsx("path", {
243
243
  className: "fill-lime-400",
244
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
244
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
245
245
  })
246
246
  ]
247
247
  }),
@@ -255,11 +255,11 @@ function CompassSpriteProvider() {
255
255
  }),
256
256
  /* @__PURE__ */ jsx("path", {
257
257
  className: "fill-gray-50",
258
- d: "M202.33 184.55c1.58-8.61 3.13-17.3 4.62-26.05.66-3.87-1.95-7.55-5.81-8.2-23.08-3.9-46.31-5.06-69.26-3.59-1.29.08-2.58-.18-3.73-.78L90 126.06c-5.71-2.97-12.1 2.57-9.99 8.65 2.13 6.15 4.22 12.3 6.27 18.43 13.04 38.99 23.77 85.78 32.72 131.31.73 3.72 4.25 6.24 8 5.67 15.94-2.42 32.3-2.45 48.55.09 3.76.59 7.31-1.94 8.03-5.68 6.72-34.99 13.25-70.02 18.76-99.97Z"
258
+ d: "M178.75 302.69c-19.04-3.41-38.29-3.66-57.04-.98-4.12.59-7.97-2.14-8.87-6.2-7.16-32.3-31.04-129.13-41.69-170.11-1.76-6.75 5.37-12.35 11.52-9.06l42.98 23.05c1.28.69 2.73 1.01 4.19.93 25.65-1.32 51.59.26 77.32 4.89 4.33.78 7.22 4.93 6.45 9.27-4.9 27.74-20.58 114.32-25.64 141.79-.79 4.31-4.91 7.2-9.22 6.43z"
259
259
  }),
260
260
  /* @__PURE__ */ jsx("path", {
261
261
  className: "fill-lime-400",
262
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
262
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
263
263
  })
264
264
  ]
265
265
  }),
@@ -273,11 +273,29 @@ function CompassSpriteProvider() {
273
273
  }),
274
274
  /* @__PURE__ */ jsx("path", {
275
275
  className: "fill-gray-50",
276
- d: "M178.49 290.2c3.77.6 7.34-1.92 8.06-5.67 8.77-45.63 17.29-92.88 23.97-133.03 1.63-9.77 4.71-30.86 6.85-45.65.89-6.13-5.95-10.38-11.06-6.87l-67.34 46.29a7.1 7.1 0 0 1-3.61 1.23 302 302 0 0 0-38.78 4.81c-4.19.8-6.72 5.14-5.38 9.19 1.59 4.81 3.15 9.6 4.68 14.38 10.4 32.36 19.1 70.91 26.48 109.25.71 3.7 4.21 6.22 7.94 5.68 16.07-2.32 32.32-2.16 48.18.38Z"
276
+ d: "M114.19 296.72c-6.62-26.92-28.49-112.39-35.74-139.7-1.18-4.43 1.6-8.96 6.1-9.88 14.68-2.99 29.47-5 44.28-6.03a8 8 0 0 0 4.05-1.43l73.97-52.02c5.75-4.04 13.54.75 12.52 7.7-6.75 45.91-24.24 164.06-30.02 200.43-.69 4.33-4.74 7.33-9.08 6.66a180.5 180.5 0 0 0-57.09.27c-4.09.68-8-1.96-8.99-5.99z"
277
277
  }),
278
278
  /* @__PURE__ */ jsx("path", {
279
279
  className: "fill-lime-400",
280
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
280
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
281
+ })
282
+ ]
283
+ }),
284
+ /* @__PURE__ */ jsxs("symbol", {
285
+ id: "facet-elements",
286
+ viewBox: "0 0 297.64 419.53",
287
+ children: [
288
+ /* @__PURE__ */ jsx("path", {
289
+ className: "fill-gray-300",
290
+ 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"
291
+ }),
292
+ /* @__PURE__ */ jsx("path", {
293
+ className: "fill-gray-100",
294
+ d: "M189.44 311.83c-3.57 19.38-7.79 42.04-12.14 64.68-.47 2.42-2.76 4.06-5.19 3.68-10.51-1.64-21.1-1.63-31.41-.06-2.43.37-4.7-1.26-5.18-3.67-5.79-29.45-12.73-59.73-21.17-84.96-1.33-3.97-2.68-7.94-4.06-11.92-1.36-3.94 2.77-7.52 6.46-5.6l24.68 12.85c.74.39 1.58.56 2.41.51 14.84-.95 29.88-.2 44.81 2.32 2.5.42 4.19 2.8 3.76 5.31-.96 5.67-1.96 11.29-2.99 16.86z"
295
+ }),
296
+ /* @__PURE__ */ jsx("path", {
297
+ className: "fill-lime-400",
298
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
281
299
  })
282
300
  ]
283
301
  }),
@@ -291,11 +309,11 @@ function CompassSpriteProvider() {
291
309
  }),
292
310
  /* @__PURE__ */ jsx("path", {
293
311
  className: "fill-teal-300",
294
- d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98Z"
312
+ d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98z"
295
313
  }),
296
314
  /* @__PURE__ */ jsx("path", {
297
315
  className: "fill-lime-400",
298
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
316
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
299
317
  })
300
318
  ]
301
319
  }),
@@ -309,11 +327,11 @@ function CompassSpriteProvider() {
309
327
  }),
310
328
  /* @__PURE__ */ jsx("path", {
311
329
  className: "fill-teal-300",
312
- d: "M293.94 220.99c.86-5.09 1.73-10.04 2.59-14.89.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.79 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18Z"
330
+ d: "M293.94 220.99c.86-5.09 1.73-10.04 2.59-14.89.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.79 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18z"
313
331
  }),
314
332
  /* @__PURE__ */ jsx("path", {
315
333
  className: "fill-lime-400",
316
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
334
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
317
335
  })
318
336
  ]
319
337
  }),
@@ -331,7 +349,7 @@ function CompassSpriteProvider() {
331
349
  }),
332
350
  /* @__PURE__ */ jsx("path", {
333
351
  className: "fill-lime-400",
334
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
352
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
335
353
  })
336
354
  ]
337
355
  }),
@@ -345,11 +363,11 @@ function CompassSpriteProvider() {
345
363
  }),
346
364
  /* @__PURE__ */ jsx("path", {
347
365
  className: "fill-blue-300",
348
- d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88Z"
366
+ d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88z"
349
367
  }),
350
368
  /* @__PURE__ */ jsx("path", {
351
369
  className: "fill-lime-400",
352
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
370
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
353
371
  })
354
372
  ]
355
373
  }),
@@ -363,11 +381,11 @@ function CompassSpriteProvider() {
363
381
  }),
364
382
  /* @__PURE__ */ jsx("path", {
365
383
  className: "fill-lime-300",
366
- d: "M75.15 56.01c4.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.54-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.71-9.69 3.6-20.71H57.03C65.86 27 74.31 53.41 75.15 56.02Z"
384
+ d: "M75.15 56.01c4.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.54-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.71-9.69 3.6-20.71H57.03C65.86 27 74.31 53.41 75.15 56.02z"
367
385
  }),
368
386
  /* @__PURE__ */ jsx("path", {
369
387
  className: "fill-lime-400",
370
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
388
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
371
389
  })
372
390
  ]
373
391
  }),
@@ -381,11 +399,11 @@ function CompassSpriteProvider() {
381
399
  }),
382
400
  /* @__PURE__ */ jsx("path", {
383
401
  className: "fill-lime-300",
384
- d: "M298.03 196.46c.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.43c-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.02-.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.41 4.91 17.15 7.21 26.13h123.3c1.65-7.75 3.27-15.54 4.85-23.39 2.99-14.92 12.83-69.84 14.28-77.79Z"
402
+ d: "M298.03 196.46c.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.43c-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.02-.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.41 4.91 17.15 7.21 26.13h123.3c1.65-7.75 3.27-15.54 4.85-23.39 2.99-14.92 12.83-69.84 14.28-77.79z"
385
403
  }),
386
404
  /* @__PURE__ */ jsx("path", {
387
405
  className: "fill-lime-400",
388
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
406
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
389
407
  })
390
408
  ]
391
409
  }),
@@ -403,7 +421,7 @@ function CompassSpriteProvider() {
403
421
  }),
404
422
  /* @__PURE__ */ jsx("path", {
405
423
  className: "fill-lime-400",
406
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
424
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
407
425
  })
408
426
  ]
409
427
  }),
@@ -417,11 +435,11 @@ function CompassSpriteProvider() {
417
435
  }),
418
436
  /* @__PURE__ */ jsx("path", {
419
437
  className: "fill-pink-300",
420
- 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"
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"
421
439
  }),
422
440
  /* @__PURE__ */ jsx("path", {
423
441
  className: "fill-lime-400",
424
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
442
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
425
443
  })
426
444
  ]
427
445
  }),
@@ -435,11 +453,11 @@ function CompassSpriteProvider() {
435
453
  }),
436
454
  /* @__PURE__ */ jsx("path", {
437
455
  className: "fill-coral-300",
438
- d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 11.54-63.22 12.4-68.07.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98Z"
456
+ d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 11.54-63.22 12.4-68.07.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98z"
439
457
  }),
440
458
  /* @__PURE__ */ jsx("path", {
441
459
  className: "fill-lime-400",
442
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
460
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
443
461
  })
444
462
  ]
445
463
  }),
@@ -457,11 +475,11 @@ function CompassSpriteProvider() {
457
475
  }),
458
476
  /* @__PURE__ */ jsx("path", {
459
477
  className: "fill-coral-300",
460
- d: "M296.53 206.11c.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 11.54-63.22 12.4-68.07Z"
478
+ d: "M296.53 206.11c.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 11.54-63.22 12.4-68.07z"
461
479
  }),
462
480
  /* @__PURE__ */ jsx("path", {
463
481
  className: "fill-lime-400",
464
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
482
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
465
483
  })
466
484
  ]
467
485
  }),
@@ -479,7 +497,7 @@ function CompassSpriteProvider() {
479
497
  }),
480
498
  /* @__PURE__ */ jsx("path", {
481
499
  className: "fill-lime-400",
482
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
500
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
483
501
  })
484
502
  ]
485
503
  }),
@@ -493,98 +511,62 @@ function CompassSpriteProvider() {
493
511
  }),
494
512
  /* @__PURE__ */ jsx("path", {
495
513
  className: "fill-yellow-300",
496
- d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88Z"
497
- }),
498
- /* @__PURE__ */ jsx("path", {
499
- className: "fill-lime-400",
500
- d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
501
- })
502
- ]
503
- }),
504
- /* @__PURE__ */ jsxs("symbol", {
505
- id: "facets-elements",
506
- viewBox: "0 0 297.64 419.53",
507
- children: [
508
- /* @__PURE__ */ jsx("path", {
509
- className: "fill-gray-300",
510
- 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"
511
- }),
512
- /* @__PURE__ */ jsx("path", {
513
- className: "fill-gray-100",
514
- d: "M192.42 294.98c.43-2.5-1.26-4.88-3.76-5.31a194 194 0 0 0-44.81-2.32c-.84.05-1.67-.12-2.41-.51l-24.68-12.85c-3.69-1.92-7.83 1.66-6.46 5.6 1.38 3.98 2.73 7.96 4.06 11.92 8.44 25.22 15.38 55.5 21.17 84.96.47 2.41 2.75 4.04 5.18 3.67a103.4 103.4 0 0 1 31.41.06c2.43.38 4.73-1.26 5.19-3.68 4.35-22.64 8.57-45.31 12.14-64.68 1.02-5.57 2.02-11.19 2.99-16.86Z"
514
+ d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88z"
515
515
  }),
516
516
  /* @__PURE__ */ jsx("path", {
517
517
  className: "fill-lime-400",
518
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
518
+ d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
519
519
  })
520
520
  ]
521
521
  }),
522
522
  /* @__PURE__ */ jsxs("symbol", {
523
- id: "facets-steps",
524
- viewBox: "0 0 297.64 419.53",
523
+ id: "pursuit-pointer",
524
+ viewBox: "0 0 297.64 841.89",
525
525
  children: [
526
526
  /* @__PURE__ */ jsx("path", {
527
- className: "fill-gray-200",
528
- 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"
527
+ className: "fill-gray-50",
528
+ d: "M285.33 0H12.31C5.51 0 0 5.51 0 12.31v817.26c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V12.31c0-6.8-5.51-12.31-12.31-12.31"
529
529
  }),
530
530
  /* @__PURE__ */ jsx("path", {
531
531
  className: "fill-gray-400",
532
- d: "M231.24 280.63a2.97 2.97 0 0 0-3.95-2.1c-7.94 2.99-23.71 8.53-24.98 8.97-2.63.91-23.71 8.23-28.3 9.72-5.34 1.74-10.66 3.4-15.91 4.99-29.71 9-69 13.9-93.24 17.56-4.06.61-4.59 6.25-.71 7.61 23.8 8.36 63.27 20.53 93.95 29.85 4.22 1.28 8.5 2.54 12.81 3.78 5.58 1.6 25.8 6.92 28.74 7.71 1.11.3 18.35 4.76 26.12 6.59 1.56.37 3.12-.56 3.55-2.1 4.44-15.92 6.82-32.7 6.82-50.03 0-14.63-1.69-28.87-4.89-42.53Z"
532
+ d: "M149.31 632.64c-50.92 0-100.8-4.41-149.31-12.83v209.77c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V619.98c-48.2 8.31-97.76 12.66-148.33 12.66"
533
533
  }),
534
- /* @__PURE__ */ jsx("path", {
535
- className: "fill-lime-400",
536
- d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
537
- })
538
- ]
539
- }),
540
- /* @__PURE__ */ jsxs("symbol", {
541
- id: "pursuit-foundation-flourishing",
542
- viewBox: "0 0 419.53 297.64",
543
- children: [
544
534
  /* @__PURE__ */ jsx("path", {
545
535
  className: "fill-gray-950",
546
- 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"
536
+ d: "M149.31 649.8c-50.92 0-100.8-4.4-149.31-12.82v192.6c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V637.14c-48.2 8.31-97.76 12.66-148.33 12.66M148.82 312.58c-62.88 0-114.04 51.16-114.04 114.04s51.16 114.04 114.04 114.04 114.04-51.16 114.04-114.04-51.16-114.04-114.04-114.04"
547
537
  }),
548
538
  /* @__PURE__ */ jsx("path", {
549
539
  className: "fill-gray-400",
550
- d: "m262.66 291.14-40.14-63.46-.02-.03c-2.84-4.45-7.61-7.1-12.77-7.1-5.15 0-9.92 2.65-12.78 7.13l-42.81 67.75-1.39 2.2h114.02l-4.11-6.5Z"
540
+ d: "M148.82 294.8c-72.68 0-131.81 59.13-131.81 131.81s59.13 131.81 131.81 131.81 131.81-59.13 131.81-131.81S221.5 294.8 148.82 294.8M34.78 426.61c0-62.88 51.16-114.04 114.04-114.04s114.04 51.16 114.04 114.04-51.16 114.04-114.04 114.04S34.78 489.49 34.78 426.61m244.26-210.97-10.09-15.96c2.53 6.55-3.25 13.76-10.88 12.51-35.88-5.87-72.04-12.11-109.76-12.11-37.46 0-73.23 6.2-108.82 11.99-7.67 1.25-13.43-6.16-10.71-12.74l-10.17 16.14c-4.76 7.52 1.85 17.01 10.86 15.54 38.86-6.32 77.91-13.09 118.81-13.09 41.17 0 80.66 6.81 119.82 13.22 9.06 1.48 15.74-7.94 10.96-15.5z"
551
541
  }),
552
542
  /* @__PURE__ */ jsx("path", {
553
- className: "fill-gray-200",
554
- d: "M217.03 231.16c-3.49-5.47-11.09-5.47-14.58 0l-42.01 66.48h98.64z"
543
+ className: "fill-gray-950",
544
+ d: "M268.95 199.69c-.22-.57-.5-1.13-.85-1.69L156.33 21.29c-3.65-5.71-11.58-5.71-15.23 0L29.54 197.84c-.31.49-.56.99-.77 1.49-2.71 6.58 3.05 13.99 10.71 12.74 35.59-5.79 71.36-11.99 108.82-11.99 37.71 0 73.88 6.24 109.76 12.11 7.63 1.25 13.42-5.96 10.88-12.51z"
555
545
  }),
556
546
  /* @__PURE__ */ jsx("path", {
557
- d: "M217.91 17.01c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38Z",
547
+ d: "M156.96 807.87c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38z",
558
548
  fill: "#a58924"
559
549
  })
560
550
  ]
561
551
  }),
562
552
  /* @__PURE__ */ jsxs("symbol", {
563
- id: "pursuit-foundation-pointer",
564
- viewBox: "0 0 297.64 841.89",
553
+ id: "pursuit-trait-flourishing",
554
+ viewBox: "0 0 419.53 297.64",
565
555
  children: [
566
- /* @__PURE__ */ jsx("path", {
567
- className: "fill-gray-50",
568
- d: "M285.33 0H12.31C5.51 0 0 5.51 0 12.31v817.26c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V12.31c0-6.8-5.51-12.31-12.31-12.31"
569
- }),
570
- /* @__PURE__ */ jsx("path", {
571
- className: "fill-gray-400",
572
- d: "M149.31 632.64c-50.92 0-100.8-4.41-149.31-12.83v209.77c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V619.98c-48.2 8.31-97.76 12.66-148.33 12.66"
573
- }),
574
556
  /* @__PURE__ */ jsx("path", {
575
557
  className: "fill-gray-950",
576
- d: "M149.31 649.8c-50.92 0-100.8-4.4-149.31-12.82v192.6c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V637.14c-48.2 8.31-97.76 12.66-148.33 12.66M148.82 312.58c-62.88 0-114.04 51.16-114.04 114.04s51.16 114.04 114.04 114.04 114.04-51.16 114.04-114.04-51.16-114.04-114.04-114.04"
558
+ 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"
577
559
  }),
578
560
  /* @__PURE__ */ jsx("path", {
579
561
  className: "fill-gray-400",
580
- d: "M148.82 294.8c-72.68 0-131.81 59.13-131.81 131.81s59.13 131.81 131.81 131.81 131.81-59.13 131.81-131.81S221.5 294.8 148.82 294.8M34.78 426.61c0-62.88 51.16-114.04 114.04-114.04s114.04 51.16 114.04 114.04-51.16 114.04-114.04 114.04S34.78 489.49 34.78 426.61M279.04 215.64l-10.09-15.96c2.53 6.55-3.25 13.76-10.88 12.51-35.88-5.87-72.04-12.11-109.76-12.11-37.46 0-73.23 6.2-108.82 11.99-7.67 1.25-13.43-6.16-10.71-12.74l-10.17 16.14c-4.76 7.52 1.85 17.01 10.86 15.54 38.86-6.32 77.91-13.09 118.81-13.09 41.17 0 80.66 6.81 119.82 13.22 9.06 1.48 15.74-7.94 10.96-15.5Z"
562
+ d: "m262.66 291.14-40.14-63.46-.02-.03c-2.84-4.45-7.61-7.1-12.77-7.1-5.15 0-9.92 2.65-12.78 7.13l-42.81 67.75-1.39 2.2h114.02l-4.11-6.5z"
581
563
  }),
582
564
  /* @__PURE__ */ jsx("path", {
583
- className: "fill-gray-950",
584
- d: "M268.95 199.69c-.22-.57-.5-1.13-.85-1.69L156.33 21.29c-3.65-5.71-11.58-5.71-15.23 0L29.54 197.84c-.31.49-.56.99-.77 1.49-2.71 6.58 3.05 13.99 10.71 12.74 35.59-5.79 71.36-11.99 108.82-11.99 37.71 0 73.88 6.24 109.76 12.11 7.63 1.25 13.42-5.96 10.88-12.51Z"
565
+ className: "fill-gray-200",
566
+ d: "M217.03 231.16c-3.49-5.47-11.09-5.47-14.58 0l-42.01 66.48h98.64z"
585
567
  }),
586
568
  /* @__PURE__ */ jsx("path", {
587
- d: "M156.96 807.87c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38Z",
569
+ d: "M217.91 17.01c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38z",
588
570
  fill: "#a58924"
589
571
  })
590
572
  ]
@@ -621,11 +603,11 @@ function CompassSpriteProvider() {
621
603
  }),
622
604
  /* @__PURE__ */ jsx("path", {
623
605
  className: "fill-pink-300",
624
- 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"
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"
625
607
  }),
626
608
  /* @__PURE__ */ jsx("path", {
627
609
  className: "fill-pink-400",
628
- 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"
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"
629
611
  }),
630
612
  /* @__PURE__ */ jsx("path", {
631
613
  d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -643,11 +625,11 @@ function CompassSpriteProvider() {
643
625
  }),
644
626
  /* @__PURE__ */ jsx("path", {
645
627
  className: "fill-lime-300",
646
- d: "m365.81 23.43-148.22 83.54c-.21.12-.42.21-.64.31-.96.43-2 .68-3.06.7-27.86.58-55.82 3.54-83.57 8.95-4.17.81-6.96 4.75-6.32 8.95 3.18 20.84 11.32 67.58 11.87 70.58 1.45 7.95 11.29 62.87 14.28 77.79.85 4.23 1.72 8.43 2.59 12.63.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76 1.42-5.22 2.87-10.36 4.36-15.37 3.94-13.21 8.04-26.48 12.29-39.75 1.54-4.79 28.78-90.01 36.89-111.38-.03 0-.06-.02-.09-.02l.13-.07c7.64-20.13 28.28-60.39 41.93-86.28 3.67-6.97-4-14.43-10.86-10.56Z"
628
+ d: "m365.81 23.43-148.22 83.54c-.21.12-.42.21-.64.31-.96.43-2 .68-3.06.7-27.86.58-55.82 3.54-83.57 8.95-4.17.81-6.96 4.75-6.32 8.95 3.18 20.84 11.32 67.58 11.87 70.58 1.45 7.95 11.29 62.87 14.28 77.79.85 4.23 1.72 8.43 2.59 12.63.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76 1.42-5.22 2.87-10.36 4.36-15.37 3.94-13.21 8.04-26.48 12.29-39.75 1.54-4.79 28.78-90.01 36.89-111.38-.03 0-.06-.02-.09-.02l.13-.07c7.64-20.13 28.28-60.39 41.93-86.28 3.67-6.97-4-14.43-10.86-10.56z"
647
629
  }),
648
630
  /* @__PURE__ */ jsx("path", {
649
631
  className: "fill-lime-400",
650
- d: "M303.58 116.93a490 490 0 0 0-83.57-8.95c-1.06-.02-2.1-.27-3.06-.7-.22-.1-.43-.19-.64-.31L68.1 23.43c-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.02-.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 1.49 5.01 2.94 10.15 4.36 15.37.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76.87-4.2 1.74-8.4 2.59-12.63 2.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.95Z"
632
+ d: "M303.58 116.93a490 490 0 0 0-83.57-8.95c-1.06-.02-2.1-.27-3.06-.7-.22-.1-.43-.19-.64-.31L68.1 23.43c-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.02-.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 1.49 5.01 2.94 10.15 4.36 15.37.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76.87-4.2 1.74-8.4 2.59-12.63 2.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.95z"
651
633
  }),
652
634
  /* @__PURE__ */ jsx("path", {
653
635
  d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -665,11 +647,11 @@ function CompassSpriteProvider() {
665
647
  }),
666
648
  /* @__PURE__ */ jsx("path", {
667
649
  className: "fill-coral-300",
668
- d: "M306.84 220.45c.71-2.23 6.66-20.27 13.08-39.51 4.62-13.86 9.49-28.35 12.82-37.99 1.6-4.64-.75-9.59-5.1-11.41-.52-.22-1.06-.4-1.64-.52-24.16-5.11-48.49-8.6-72.86-10.52a9.2 9.2 0 0 1-4.21-1.41l-39.17-25.15-109.15-70.11c-6-3.85-13.91.35-14.08 7.48-.75 30.46.24 56.28 2.4 80.11.15 1.6 1.29 9.31 2.95 20.12 2.08 13.55 4.97 31.98 7.73 49.4 4.12 26.04 7.92 49.8 8.23 51.53.82 4.61 7.24 41.03 11.75 65.18h162.56c7.94-25.45 22.44-70.15 24.69-77.19Z"
650
+ d: "M306.84 220.45c.71-2.23 6.66-20.27 13.08-39.51 4.62-13.86 9.49-28.35 12.82-37.99 1.6-4.64-.75-9.59-5.1-11.41-.52-.22-1.06-.4-1.64-.52-24.16-5.11-48.49-8.6-72.86-10.52a9.2 9.2 0 0 1-4.21-1.41l-39.17-25.15-109.15-70.11c-6-3.85-13.91.35-14.08 7.48-.75 30.46.24 56.28 2.4 80.11.15 1.6 1.29 9.31 2.95 20.12 2.08 13.55 4.97 31.98 7.73 49.4 4.12 26.04 7.92 49.8 8.23 51.53.82 4.61 7.24 41.03 11.75 65.18h162.56c7.94-25.45 22.44-70.15 24.69-77.19z"
669
651
  }),
670
652
  /* @__PURE__ */ jsx("path", {
671
653
  className: "fill-coral-400",
672
- d: "M311.69 232.46c.31-1.73 4.11-25.48 8.23-51.53 2.75-17.42 5.64-35.84 7.73-49.4 1.66-10.81 2.8-18.51 2.95-20.12 2.16-23.83 3.15-49.65 2.4-80.11-.18-7.13-8.08-11.33-14.08-7.48L209.77 93.91l-39.17 25.15a9.1 9.1 0 0 1-4.21 1.41 569 569 0 0 0-72.86 10.52c-.57.12-1.12.3-1.64.52-4.35 1.82-6.7 6.77-5.1 11.41 3.33 9.64 8.2 24.12 12.82 37.99 6.42 19.24 12.37 37.29 13.08 39.51 2.25 7.03 16.76 51.73 24.69 77.19h162.56c4.51-24.15 10.93-60.57 11.75-65.18Z"
654
+ d: "M311.69 232.46c.31-1.73 4.11-25.48 8.23-51.53 2.75-17.42 5.64-35.84 7.73-49.4 1.66-10.81 2.8-18.51 2.95-20.12 2.16-23.83 3.15-49.65 2.4-80.11-.18-7.13-8.08-11.33-14.08-7.48L209.77 93.91l-39.17 25.15a9.1 9.1 0 0 1-4.21 1.41 569 569 0 0 0-72.86 10.52c-.57.12-1.12.3-1.64.52-4.35 1.82-6.7 6.77-5.1 11.41 3.33 9.64 8.2 24.12 12.82 37.99 6.42 19.24 12.37 37.29 13.08 39.51 2.25 7.03 16.76 51.73 24.69 77.19h162.56c4.51-24.15 10.93-60.57 11.75-65.18z"
673
655
  }),
674
656
  /* @__PURE__ */ jsx("path", {
675
657
  d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -691,7 +673,7 @@ function CompassSpriteProvider() {
691
673
  }),
692
674
  /* @__PURE__ */ jsx("path", {
693
675
  className: "fill-blue-400",
694
- d: "M131.99 274.07c2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5Z"
676
+ d: "M131.99 274.07c2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5z"
695
677
  }),
696
678
  /* @__PURE__ */ jsx("path", {
697
679
  d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -709,11 +691,33 @@ function CompassSpriteProvider() {
709
691
  }),
710
692
  /* @__PURE__ */ jsx("path", {
711
693
  className: "fill-teal-300",
712
- d: "M139.21 297.64h160.65c1.56-9.62 7.36-46.03 11.3-71.37 2.06-13.29 3.62-23.54 3.77-25.25 1.77-19.48 2.58-40.59 1.96-65.49-.14-5.83-6.61-9.26-11.51-6.11l-121.25 77.86a7.4 7.4 0 0 1-3.44 1.15 465 465 0 0 0-59.56 8.6c-4.39.93-6.97 5.51-5.51 9.75 6.5 18.82 20.17 60.22 21.18 63.36.39 1.23 1.25 3.89 2.42 7.49Z"
694
+ d: "M139.21 297.64h160.65c1.56-9.62 7.36-46.03 11.3-71.37 2.06-13.29 3.62-23.54 3.77-25.25 1.77-19.48 2.58-40.59 1.96-65.49-.14-5.83-6.61-9.26-11.51-6.11l-121.25 77.86a7.4 7.4 0 0 1-3.44 1.15 465 465 0 0 0-59.56 8.6c-4.39.93-6.97 5.51-5.51 9.75 6.5 18.82 20.17 60.22 21.18 63.36.39 1.23 1.25 3.89 2.42 7.49z"
713
695
  }),
714
696
  /* @__PURE__ */ jsx("path", {
715
697
  className: "fill-teal-400",
716
- d: "M130.88 215.08c5.95 18.46 14.35 44.65 17.89 56.44 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48H279.4c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.4-2.25 7.63-47.56 12.34-77.87 2.18-14.05 3.82-24.87 3.99-26.68 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94.77 2.4 3.18 9.85 6.24 19.35Z"
698
+ d: "M130.88 215.08c5.95 18.46 14.35 44.65 17.89 56.44 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48H279.4c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.4-2.25 7.63-47.56 12.34-77.87 2.18-14.05 3.82-24.87 3.99-26.68 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94.77 2.4 3.18 9.85 6.24 19.35z"
699
+ }),
700
+ /* @__PURE__ */ jsx("path", {
701
+ d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
702
+ fill: "#c17352"
703
+ })
704
+ ]
705
+ }),
706
+ /* @__PURE__ */ jsxs("symbol", {
707
+ id: "source-drive",
708
+ viewBox: "0 0 419.53 297.64",
709
+ children: [
710
+ /* @__PURE__ */ jsx("path", {
711
+ className: "fill-gray-800",
712
+ 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"
713
+ }),
714
+ /* @__PURE__ */ jsx("path", {
715
+ className: "fill-gray-400",
716
+ d: "M255.28 239.3c-.19-.08-.4-.15-.61-.19-9-1.9-18.07-3.21-27.15-3.92a3.27 3.27 0 0 1-1.57-.53l-14.6-9.37-40.67-26.12c-2.24-1.44-5.18.13-5.25 2.79-.28 11.35.09 20.97.9 29.85.05.6.48 3.47 1.1 7.5.78 5.05 1.85 11.92 2.88 18.41 1.53 9.7 2.95 18.56 3.07 19.2.27 1.5 2.13 12.08 3.72 20.73h62.42c2.96-9.31 7.37-23.2 8.01-25.21.27-.83 2.48-7.55 4.87-14.72 1.72-5.17 3.54-10.56 4.78-14.16.6-1.73-.28-3.57-1.9-4.25z"
717
+ }),
718
+ /* @__PURE__ */ jsx("path", {
719
+ className: "fill-gray-200",
720
+ d: "M257.28 201.95c-.07-2.66-3.01-4.22-5.25-2.79l-40.67 26.12-14.6 9.37c-.47.3-1.01.48-1.57.53-9.08.72-18.15 2.02-27.15 3.92-.21.05-.42.11-.61.19-1.62.68-2.5 2.52-1.9 4.25 1.24 3.59 3.05 8.99 4.78 14.16 2.39 7.17 4.61 13.89 4.87 14.72.64 2.01 5.06 15.9 8.01 25.21h62.42c1.59-8.65 3.45-19.23 3.72-20.73.11-.64 1.53-9.5 3.07-19.2 1.03-6.49 2.1-13.36 2.88-18.41.62-4.03 1.05-6.9 1.1-7.5.81-8.88 1.18-18.5.9-29.85z"
717
721
  }),
718
722
  /* @__PURE__ */ jsx("path", {
719
723
  d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -729,9 +733,9 @@ function CompassSpriteProvider() {
729
733
  className: "fill-gray-50",
730
734
  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"
731
735
  }),
732
- /* @__PURE__ */ jsx("g", {
736
+ /* @__PURE__ */ jsx("path", {
733
737
  className: "fill-gray-400",
734
- children: /* @__PURE__ */ jsx("path", { d: "M157.32 355.03v-17.01C106.3 328.64 53.73 323.71 0 323.68v17.01c53.73.03 106.3 4.96 157.32 14.34M157.32 289.36C106.3 279.98 53.73 275.05 0 275.02v17.01c53.73.03 106.3 4.96 157.32 14.34z" })
738
+ d: "M157.32 355.03v-17.01C106.3 328.64 53.73 323.71 0 323.68v17.01c53.73.03 106.3 4.96 157.32 14.34m0-65.67C106.3 279.98 53.73 275.05 0 275.02v17.01c53.73.03 106.3 4.96 157.32 14.34z"
735
739
  }),
736
740
  /* @__PURE__ */ jsx("path", {
737
741
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -765,9 +769,9 @@ function CompassSpriteProvider() {
765
769
  className: "fill-gray-50",
766
770
  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"
767
771
  }),
768
- /* @__PURE__ */ jsx("g", {
772
+ /* @__PURE__ */ jsx("path", {
769
773
  className: "fill-gray-400",
770
- children: /* @__PURE__ */ jsx("path", { d: "m130.78 317.88-1.94-16.9c-42.34-2.83-85.37-2.57-128.84.98v17.07c44.13-3.7 87.81-4.01 130.78-1.15M166.82 325.44l1.94 16.9c42.35 2.83 85.39 2.57 128.88-.98v-17.07c-44.14 3.7-87.84 4.02-130.81 1.15Z" })
774
+ d: "m130.78 317.88-1.94-16.9c-42.34-2.83-85.37-2.57-128.84.98v17.07c44.13-3.7 87.81-4.01 130.78-1.15m36.04 7.56 1.94 16.9c42.35 2.83 85.39 2.57 128.88-.98v-17.07c-44.14 3.7-87.84 4.02-130.81 1.15z"
771
775
  }),
772
776
  /* @__PURE__ */ jsx("path", {
773
777
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -783,9 +787,9 @@ function CompassSpriteProvider() {
783
787
  className: "fill-gray-50",
784
788
  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"
785
789
  }),
786
- /* @__PURE__ */ jsx("g", {
790
+ /* @__PURE__ */ jsx("path", {
787
791
  className: "fill-gray-400",
788
- children: /* @__PURE__ */ jsx("path", { d: "M198.12 339.1c32.57-5.99 65.79-10.14 99.52-12.38v-17.01c-33.74 2.24-66.95 6.39-99.52 12.38zM98.73 338.92v-17.01c-32.32-5.9-65.27-10-98.73-12.21v17.01c33.46 2.22 66.41 6.31 98.73 12.22Z" })
792
+ d: "M198.12 339.1c32.57-5.99 65.79-10.14 99.52-12.38v-17.01c-33.74 2.24-66.95 6.39-99.52 12.38zm-99.39-.18v-17.01c-32.32-5.9-65.27-10-98.73-12.21v17.01c33.46 2.22 66.41 6.31 98.73 12.22z"
789
793
  }),
790
794
  /* @__PURE__ */ jsx("path", {
791
795
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -801,9 +805,9 @@ function CompassSpriteProvider() {
801
805
  className: "fill-gray-50",
802
806
  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"
803
807
  }),
804
- /* @__PURE__ */ jsx("g", {
808
+ /* @__PURE__ */ jsx("path", {
805
809
  className: "fill-gray-400",
806
- children: /* @__PURE__ */ jsx("path", { d: "m252.73 296.08-14.96-8.09c-13.19 40.63-29.54 80.75-49.15 120.04h18.94c17.85-36.71 32.89-74.11 45.17-111.95M59.87 287.99l-14.96 8.09c12.28 37.84 27.32 75.25 45.17 111.95h18.94c-19.61-39.29-35.96-79.41-49.15-120.04" })
810
+ d: "m252.73 296.08-14.96-8.09c-13.19 40.63-29.54 80.75-49.15 120.04h18.94c17.85-36.71 32.89-74.11 45.17-111.95m-192.86-8.09-14.96 8.09c12.28 37.84 27.32 75.25 45.17 111.95h18.94c-19.61-39.29-35.96-79.41-49.15-120.04"
807
811
  }),
808
812
  /* @__PURE__ */ jsx("path", {
809
813
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -816,30 +820,30 @@ function CompassSpriteProvider() {
816
820
  viewBox: "0 0 297.64 419.53",
817
821
  children: [
818
822
  /* @__PURE__ */ jsx("path", {
819
- className: "fill-gray-50",
823
+ className: "fill-gray-200",
820
824
  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"
821
825
  }),
822
- /* @__PURE__ */ jsx("g", {
826
+ /* @__PURE__ */ jsx("path", {
823
827
  className: "fill-gray-400",
824
- children: /* @__PURE__ */ jsx("path", { d: "m146.77 344.37 2.05-17.48C99.97 329.95 50.25 329.85 0 325.3v17.1c49.55 4.43 98.59 5 146.77 1.97M149.23 309.88l-.41 17c48.82-7.29 98.02-10.99 148.82-10.81v-17.01c-50.74-.16-99.71 3.54-148.41 10.81Z" })
828
+ d: "M232.87 322.28c0 19.24-2.64 37.87-7.57 55.54a3.3 3.3 0 0 1-3.94 2.33c-8.62-2.03-27.76-6.98-28.99-7.31-3.26-.87-25.71-6.78-31.9-8.55-4.79-1.37-9.53-2.77-14.22-4.19-34.07-10.34-77.88-23.85-104.29-33.13-4.3-1.51-3.71-7.77.79-8.45 26.91-4.06 70.52-9.5 103.5-19.49 5.83-1.77 11.73-3.61 17.66-5.54 5.1-1.66 28.49-9.78 31.42-10.79 1.41-.49 18.92-6.64 27.73-9.95 1.87-.7 3.93.39 4.38 2.33 3.55 15.16 5.43 30.96 5.43 47.21z"
825
829
  }),
826
830
  /* @__PURE__ */ jsx("path", {
827
- d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
828
- fill: "#f7b6a0"
831
+ className: "fill-lime-400",
832
+ d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
829
833
  })
830
834
  ]
831
835
  }),
832
836
  /* @__PURE__ */ jsxs("symbol", {
833
- id: "source-leisure-movement",
837
+ id: "source-leisure-inspiration_1",
834
838
  viewBox: "0 0 297.64 419.53",
835
839
  children: [
836
840
  /* @__PURE__ */ jsx("path", {
837
841
  className: "fill-gray-50",
838
842
  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"
839
843
  }),
840
- /* @__PURE__ */ jsx("g", {
844
+ /* @__PURE__ */ jsx("path", {
841
845
  className: "fill-gray-400",
842
- children: /* @__PURE__ */ jsx("path", { d: "M156.18 316.84c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51ZM228.87 316.84c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51Z" })
846
+ d: "m146.77 344.37 2.05-17.48C99.97 329.95 50.25 329.85 0 325.3v17.1c49.55 4.43 98.59 5 146.77 1.97m2.46-34.49-.41 17c48.82-7.29 98.02-10.99 148.82-10.81v-17.01c-50.74-.16-99.71 3.54-148.41 10.81z"
843
847
  }),
844
848
  /* @__PURE__ */ jsx("path", {
845
849
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -848,16 +852,16 @@ function CompassSpriteProvider() {
848
852
  ]
849
853
  }),
850
854
  /* @__PURE__ */ jsxs("symbol", {
851
- id: "source-leisure-nearness",
855
+ id: "source-leisure-movement",
852
856
  viewBox: "0 0 297.64 419.53",
853
857
  children: [
854
858
  /* @__PURE__ */ jsx("path", {
855
859
  className: "fill-gray-50",
856
860
  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"
857
861
  }),
858
- /* @__PURE__ */ jsx("g", {
862
+ /* @__PURE__ */ jsx("path", {
859
863
  className: "fill-gray-400",
860
- children: /* @__PURE__ */ jsx("path", { d: "m250.94 300.84-.1-17.01c-50.64 9.57-102.85 14.75-156.22 15.1L94 315.94c53.6-.3 106.08-5.49 156.94-15.1M212.59 333.3l.66-16.99c-51.02 7.28-103.41 10.11-156.74 8.06l-1.39 16.97c53.56 2.11 106.22-.72 157.46-8.03Z" })
864
+ d: "M156.18 316.84c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51zm72.69 0c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51z"
861
865
  }),
862
866
  /* @__PURE__ */ jsx("path", {
863
867
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -866,16 +870,16 @@ function CompassSpriteProvider() {
866
870
  ]
867
871
  }),
868
872
  /* @__PURE__ */ jsxs("symbol", {
869
- id: "source-leisure-nourishment",
873
+ id: "source-leisure-nearness",
870
874
  viewBox: "0 0 297.64 419.53",
871
875
  children: [
872
876
  /* @__PURE__ */ jsx("path", {
873
877
  className: "fill-gray-50",
874
878
  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"
875
879
  }),
876
- /* @__PURE__ */ jsx("g", {
880
+ /* @__PURE__ */ jsx("path", {
877
881
  className: "fill-gray-400",
878
- children: /* @__PURE__ */ jsx("path", { d: "M149.31 298.95c50.57 0 100.13 4.35 148.33 12.66V294.6c-48.2-8.31-97.76-12.66-148.33-12.66S48.51 286.35 0 294.77v17.01c48.51-8.42 98.39-12.83 149.31-12.83M0 332.12v17.01c48.51 8.42 98.39 12.83 149.31 12.83s100.13-4.35 148.33-12.66v-17.01c-48.2 8.31-97.76 12.66-148.33 12.66S48.51 340.54 0 332.12" })
882
+ d: "m250.94 300.84-.1-17.01c-50.64 9.57-102.85 14.75-156.22 15.1L94 315.94c53.6-.3 106.08-5.49 156.94-15.1m-38.35 32.46.66-16.99c-51.02 7.28-103.41 10.11-156.74 8.06l-1.39 16.97c53.56 2.11 106.22-.72 157.46-8.03z"
879
883
  }),
880
884
  /* @__PURE__ */ jsx("path", {
881
885
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -884,7 +888,7 @@ function CompassSpriteProvider() {
884
888
  ]
885
889
  }),
886
890
  /* @__PURE__ */ jsxs("symbol", {
887
- id: "source-leisure-refreshment",
891
+ id: "source-leisure-nourishment",
888
892
  viewBox: "0 0 297.64 419.53",
889
893
  children: [
890
894
  /* @__PURE__ */ jsx("path", {
@@ -893,7 +897,7 @@ function CompassSpriteProvider() {
893
897
  }),
894
898
  /* @__PURE__ */ jsx("path", {
895
899
  className: "fill-gray-400",
896
- d: "M176.35 277.22h-17.01c-4.63 25.36-8.15 51.1-10.53 77.18-2.38-26.08-5.89-51.82-10.53-77.18h-17.01c8.45 46.26 13.23 93.8 14.02 142.31h27.02c.8-48.51 5.57-96.05 14.02-142.31Z"
900
+ d: "M149.31 298.95c50.57 0 100.13 4.35 148.33 12.66V294.6c-48.2-8.31-97.76-12.66-148.33-12.66S48.51 286.35 0 294.77v17.01c48.51-8.42 98.39-12.83 149.31-12.83M0 332.12v17.01c48.51 8.42 98.39 12.83 149.31 12.83s100.13-4.35 148.33-12.66v-17.01c-48.2 8.31-97.76 12.66-148.33 12.66S48.51 340.54 0 332.12"
897
901
  }),
898
902
  /* @__PURE__ */ jsx("path", {
899
903
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -902,7 +906,7 @@ function CompassSpriteProvider() {
902
906
  ]
903
907
  }),
904
908
  /* @__PURE__ */ jsxs("symbol", {
905
- id: "source-leisure-relaxation",
909
+ id: "source-leisure-refreshment",
906
910
  viewBox: "0 0 297.64 419.53",
907
911
  children: [
908
912
  /* @__PURE__ */ jsx("path", {
@@ -911,7 +915,7 @@ function CompassSpriteProvider() {
911
915
  }),
912
916
  /* @__PURE__ */ jsx("path", {
913
917
  className: "fill-gray-400",
914
- d: "M148.9 309.25c-48.35 8.83-98.1 17.27-148.9 18.08v17.01c50.78-.81 100.56-9.25 148.9-18.08 48.3 8.82 98.01 17.26 148.74 18.08v-17.01c-50.74-.83-100.44-9.26-148.74-18.08"
918
+ d: "M176.35 277.22h-17.01c-4.63 25.36-8.15 51.1-10.53 77.18-2.38-26.08-5.89-51.82-10.53-77.18h-17.01c8.45 46.26 13.23 93.8 14.02 142.31h27.02c.8-48.51 5.57-96.05 14.02-142.31z"
915
919
  }),
916
920
  /* @__PURE__ */ jsx("path", {
917
921
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -920,16 +924,16 @@ function CompassSpriteProvider() {
920
924
  ]
921
925
  }),
922
926
  /* @__PURE__ */ jsxs("symbol", {
923
- id: "source-leisure-relief",
927
+ id: "source-leisure-relaxation",
924
928
  viewBox: "0 0 297.64 419.53",
925
929
  children: [
926
930
  /* @__PURE__ */ jsx("path", {
927
931
  className: "fill-gray-50",
928
932
  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"
929
933
  }),
930
- /* @__PURE__ */ jsx("g", {
934
+ /* @__PURE__ */ jsx("path", {
931
935
  className: "fill-gray-400",
932
- children: /* @__PURE__ */ jsx("path", { d: "M140.03 329.98h-17.01c-.21 30.25-1.99 60.11-5.22 89.55h17.01c3.23-29.43 5.02-59.3 5.22-89.55M180.79 287.34h-17.01a876 876 0 0 0-6.18 98.05h17.01c.23-33.16 2.33-65.88 6.18-98.05" })
936
+ d: "M148.9 309.25c-48.35 8.83-98.1 17.27-148.9 18.08v17.01c50.78-.81 100.56-9.25 148.9-18.08 48.3 8.82 98.01 17.26 148.74 18.08v-17.01c-50.74-.83-100.44-9.26-148.74-18.08"
933
937
  }),
934
938
  /* @__PURE__ */ jsx("path", {
935
939
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -938,29 +942,25 @@ function CompassSpriteProvider() {
938
942
  ]
939
943
  }),
940
944
  /* @__PURE__ */ jsxs("symbol", {
941
- id: "sources-drive",
942
- viewBox: "0 0 419.53 297.64",
945
+ id: "source-leisure-relief",
946
+ viewBox: "0 0 297.64 419.53",
943
947
  children: [
944
948
  /* @__PURE__ */ jsx("path", {
945
- className: "fill-gray-800",
946
- 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"
949
+ className: "fill-gray-50",
950
+ 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"
947
951
  }),
948
952
  /* @__PURE__ */ jsx("path", {
949
953
  className: "fill-gray-400",
950
- d: "M255.28 239.3c-.19-.08-.4-.15-.61-.19-9-1.9-18.07-3.21-27.15-3.92a3.27 3.27 0 0 1-1.57-.53l-14.6-9.37-40.67-26.12c-2.24-1.44-5.18.13-5.25 2.79-.28 11.35.09 20.97.9 29.85.05.6.48 3.47 1.1 7.5.78 5.05 1.85 11.92 2.88 18.41 1.53 9.7 2.95 18.56 3.07 19.2.27 1.5 2.13 12.08 3.72 20.73h62.42c2.96-9.31 7.37-23.2 8.01-25.21.27-.83 2.48-7.55 4.87-14.72 1.72-5.17 3.54-10.56 4.78-14.16.6-1.73-.28-3.57-1.9-4.25Z"
951
- }),
952
- /* @__PURE__ */ jsx("path", {
953
- className: "fill-gray-200",
954
- d: "M257.28 201.95c-.07-2.66-3.01-4.22-5.25-2.79l-40.67 26.12-14.6 9.37c-.47.3-1.01.48-1.57.53-9.08.72-18.15 2.02-27.15 3.92-.21.05-.42.11-.61.19-1.62.68-2.5 2.52-1.9 4.25 1.24 3.59 3.05 8.99 4.78 14.16 2.39 7.17 4.61 13.89 4.87 14.72.64 2.01 5.06 15.9 8.01 25.21h62.42c1.59-8.65 3.45-19.23 3.72-20.73.11-.64 1.53-9.5 3.07-19.2 1.03-6.49 2.1-13.36 2.88-18.41.62-4.03 1.05-6.9 1.1-7.5.81-8.88 1.18-18.5.9-29.85Z"
954
+ d: "M140.03 329.98h-17.01c-.21 30.25-1.99 60.11-5.22 89.55h17.01c3.23-29.43 5.02-59.3 5.22-89.55m40.76-42.64h-17.01a876 876 0 0 0-6.18 98.05h17.01c.23-33.16 2.33-65.88 6.18-98.05"
955
955
  }),
956
956
  /* @__PURE__ */ jsx("path", {
957
- d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
958
- fill: "#c17352"
957
+ d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
958
+ fill: "#f7b6a0"
959
959
  })
960
960
  ]
961
961
  }),
962
962
  /* @__PURE__ */ jsxs("symbol", {
963
- id: "sources-leisure",
963
+ id: "source-leisure",
964
964
  viewBox: "0 0 297.64 419.53",
965
965
  children: [
966
966
  /* @__PURE__ */ jsx("path", {
@@ -969,7 +969,7 @@ function CompassSpriteProvider() {
969
969
  }),
970
970
  /* @__PURE__ */ jsx("path", {
971
971
  className: "fill-gray-400",
972
- d: "m70.76 322.08-.69 16.99c53.52 2.06 106.1-.78 157.3-8.11l.65-17c-51.19 7.33-103.75 10.18-157.27 8.12Z"
972
+ d: "m70.76 322.08-.69 16.99c53.52 2.06 106.1-.78 157.3-8.11l.65-17c-51.19 7.33-103.75 10.18-157.27 8.12z"
973
973
  }),
974
974
  /* @__PURE__ */ jsx("path", {
975
975
  d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
@@ -1,7 +1,7 @@
1
1
  import React, { SVGProps } from "react";
2
2
 
3
3
  //#region src/generated/sprites/compass-sprite.d.ts
4
- type CompassSpriteId = "bridge-view-contradicts" | "bridge-view-enables" | "bridge-view-extends" | "bridge-view-fulfills" | "bridge-view-matches" | "bridge-view-supports" | "bridges-views" | "facet-element-means" | "facet-element-memories" | "facet-element-people" | "facet-element-spaces" | "facet-element-things" | "facet-element-times" | "facet-step-accord-bottom" | "facet-step-accord-top" | "facet-step-action-bottom" | "facet-step-action-top" | "facet-step-effect-bottom" | "facet-step-effect-top" | "facet-step-essence-bottom" | "facet-step-essence-top" | "facet-step-impulse-bottom" | "facet-step-impulse-top" | "facet-step-signal-bottom" | "facet-step-signal-top" | "facets-elements" | "facets-steps" | "pursuit-foundation-flourishing" | "pursuit-foundation-pointer" | "source-drive-flexibility" | "source-drive-orientation" | "source-drive-pathways" | "source-drive-possibilities" | "source-drive-strength" | "source-drive-structure" | "source-leisure-breeze" | "source-leisure-calm" | "source-leisure-contemplation" | "source-leisure-distance" | "source-leisure-indulgence" | "source-leisure-inspiration" | "source-leisure-movement" | "source-leisure-nearness" | "source-leisure-nourishment" | "source-leisure-refreshment" | "source-leisure-relaxation" | "source-leisure-relief" | "sources-drive" | "sources-leisure";
4
+ type CompassSpriteId = "bridge-view-contradicts" | "bridge-view-enables" | "bridge-view-extends" | "bridge-view-fulfills" | "bridge-view-matches" | "bridge-view-supports" | "bridge-views" | "facet-element-means" | "facet-element-people" | "facet-element-reasons" | "facet-element-spaces" | "facet-element-things" | "facet-element-times" | "facet-elements" | "facet-step-accord-bottom" | "facet-step-accord-top" | "facet-step-action-bottom" | "facet-step-action-top" | "facet-step-effect-bottom" | "facet-step-effect-top" | "facet-step-essence-bottom" | "facet-step-essence-top" | "facet-step-impulse-bottom" | "facet-step-impulse-top" | "facet-step-signal-bottom" | "facet-step-signal-top" | "pursuit-pointer" | "pursuit-trait-flourishing" | "source-drive-flexibility" | "source-drive-orientation" | "source-drive-pathways" | "source-drive-possibilities" | "source-drive-strength" | "source-drive-structure" | "source-drive" | "source-leisure-breeze" | "source-leisure-calm" | "source-leisure-contemplation" | "source-leisure-distance" | "source-leisure-indulgence" | "source-leisure-inspiration" | "source-leisure-inspiration_1" | "source-leisure-movement" | "source-leisure-nearness" | "source-leisure-nourishment" | "source-leisure-refreshment" | "source-leisure-relaxation" | "source-leisure-relief" | "source-leisure";
5
5
  declare const compassSpriteIds: CompassSpriteId[];
6
6
  interface CompassSpriteProps extends Omit<SVGProps<SVGSVGElement>, "children"> {
7
7
  /** The sprite ID to render */
@@ -7,13 +7,14 @@ const compassSpriteIds = [
7
7
  "bridge-view-fulfills",
8
8
  "bridge-view-matches",
9
9
  "bridge-view-supports",
10
- "bridges-views",
10
+ "bridge-views",
11
11
  "facet-element-means",
12
- "facet-element-memories",
13
12
  "facet-element-people",
13
+ "facet-element-reasons",
14
14
  "facet-element-spaces",
15
15
  "facet-element-things",
16
16
  "facet-element-times",
17
+ "facet-elements",
17
18
  "facet-step-accord-bottom",
18
19
  "facet-step-accord-top",
19
20
  "facet-step-action-bottom",
@@ -26,30 +27,29 @@ const compassSpriteIds = [
26
27
  "facet-step-impulse-top",
27
28
  "facet-step-signal-bottom",
28
29
  "facet-step-signal-top",
29
- "facets-elements",
30
- "facets-steps",
31
- "pursuit-foundation-flourishing",
32
- "pursuit-foundation-pointer",
30
+ "pursuit-pointer",
31
+ "pursuit-trait-flourishing",
33
32
  "source-drive-flexibility",
34
33
  "source-drive-orientation",
35
34
  "source-drive-pathways",
36
35
  "source-drive-possibilities",
37
36
  "source-drive-strength",
38
37
  "source-drive-structure",
38
+ "source-drive",
39
39
  "source-leisure-breeze",
40
40
  "source-leisure-calm",
41
41
  "source-leisure-contemplation",
42
42
  "source-leisure-distance",
43
43
  "source-leisure-indulgence",
44
44
  "source-leisure-inspiration",
45
+ "source-leisure-inspiration_1",
45
46
  "source-leisure-movement",
46
47
  "source-leisure-nearness",
47
48
  "source-leisure-nourishment",
48
49
  "source-leisure-refreshment",
49
50
  "source-leisure-relaxation",
50
51
  "source-leisure-relief",
51
- "sources-drive",
52
- "sources-leisure"
52
+ "source-leisure"
53
53
  ];
54
54
  /**
55
55
  * Renders a sprite from the compass-base.svg sprite sheet.
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.9.0",
4
+ "version": "0.11.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.21.0",
146
+ "@storybook/addon-a11y": "10.3.4",
147
+ "@storybook/addon-docs": "10.3.4",
148
+ "@storybook/addon-vitest": "10.3.4",
149
+ "@storybook/react-vite": "10.3.4",
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.5.2",
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.3",
160
+ "@vitest/coverage-v8": "4.1.3",
161
+ "@vitest/ui": "4.1.3",
162
162
  "linkedom": "0.18.12",
163
163
  "node-html-parser": "7.1.0",
164
- "playwright": "1.58.2",
164
+ "playwright": "1.59.1",
165
165
  "react": "19.2.4",
166
166
  "react-dom": "19.2.4",
167
- "storybook": "10.3.3",
167
+ "storybook": "10.3.4",
168
168
  "svgo": "4.0.1",
169
169
  "tailwindcss": "4.2.2",
170
- "tsdown": "0.21.5",
170
+ "tsdown": "0.21.7",
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.3",
174
+ "vitest": "4.1.3"
175
175
  }
176
176
  }