Comparing version 0.0.3 to 0.0.4
@@ -246,2 +246,3 @@ function arrayDedupe(...arrays) { | ||
classNames, | ||
classNames as clx, | ||
convertUnknownError, | ||
@@ -270,3 +271,4 @@ debounce, | ||
typedObjectKeys, | ||
variationName | ||
variationName, | ||
variationName as vrx | ||
}; |
@@ -249,2 +249,3 @@ (function(global, factory) { | ||
exports2.classNames = classNames; | ||
exports2.clx = classNames; | ||
exports2.convertUnknownError = convertUnknownError; | ||
@@ -274,3 +275,4 @@ exports2.debounce = debounce; | ||
exports2.variationName = variationName; | ||
exports2.vrx = variationName; | ||
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" }); | ||
}); |
@@ -43,3 +43,5 @@ export declare type AnyFn = (...args: any[]) => any; | ||
export declare function classNames(baseName: string, ...args: ClassNameArgs): string; | ||
declare function classNames(baseName: string, ...args: ClassNameArgs): string; | ||
export { classNames } | ||
export { classNames as clx } | ||
@@ -137,4 +139,6 @@ export declare function convertUnknownError(error: unknown): BasicError; | ||
export declare function variationName(prefix: string, variant?: string, styles?: CSSModuleClasses): string; | ||
declare function variationName(prefix: string, variant?: string, styles?: CSSModuleClasses): string; | ||
export { variationName } | ||
export { variationName as vrx } | ||
export { } |
{ | ||
"name": "beeftools", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Common front-end utilities and types", | ||
@@ -5,0 +5,0 @@ "author": "Curtis Dulmage", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25738
638