@regardio/brand 0.10.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 +1 -1
- package/dist/components/button.stories.d.mts +27 -27
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
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.
|
|
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.
|
|
142
|
-
"@regardio/tailwind": "^0.
|
|
141
|
+
"@regardio/react": "^0.9.0",
|
|
142
|
+
"@regardio/tailwind": "^0.5.0"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@regardio/dev": "^1.
|
|
146
|
-
"@storybook/addon-a11y": "10.3.
|
|
147
|
-
"@storybook/addon-docs": "10.3.
|
|
148
|
-
"@storybook/addon-vitest": "10.3.
|
|
149
|
-
"@storybook/react-vite": "10.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.
|
|
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.
|
|
160
|
-
"@vitest/coverage-v8": "4.1.
|
|
161
|
-
"@vitest/ui": "4.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.
|
|
164
|
+
"playwright": "1.59.1",
|
|
165
165
|
"react": "19.2.4",
|
|
166
166
|
"react-dom": "19.2.4",
|
|
167
|
-
"storybook": "10.3.
|
|
167
|
+
"storybook": "10.3.4",
|
|
168
168
|
"svgo": "4.0.1",
|
|
169
169
|
"tailwindcss": "4.2.2",
|
|
170
|
-
"tsdown": "0.21.
|
|
170
|
+
"tsdown": "0.21.7",
|
|
171
171
|
"tsx": "4.21.0",
|
|
172
172
|
"typescript": "6.0.2",
|
|
173
|
-
"vite": "8.0.
|
|
174
|
-
"vitest": "4.1.
|
|
173
|
+
"vite": "8.0.3",
|
|
174
|
+
"vitest": "4.1.3"
|
|
175
175
|
}
|
|
176
176
|
}
|