@app-studio/web 0.9.46 → 0.9.47
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/dist/components/Button/Button/Button.style.d.ts +1 -1
- package/dist/web.cjs.development.js +532 -444
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +532 -444
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +532 -444
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@ export declare const ButtonShapes: Record<Shape, number | string>;
|
|
|
21
21
|
* Icon sizes for different button sizes
|
|
22
22
|
*/
|
|
23
23
|
export declare const IconSizes: Record<Size, ViewProps>;
|
|
24
|
-
export declare const getButtonVariants: (color: string, isLight: boolean) => Record<Variant, ViewProps>;
|
|
24
|
+
export declare const getButtonVariants: (color: string, isLight: boolean, isThemeLight?: boolean) => Record<Variant, ViewProps>;
|
|
25
25
|
/**
|
|
26
26
|
* Generate offset path for border animation
|
|
27
27
|
*/
|