diditui 0.0.2 → 0.0.3
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/diditui.d.ts +1 -1
- package/dist/diditui.js +480 -475
- package/dist/diditui.umd.cjs +19 -19
- package/package.json +1 -1
package/dist/diditui.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ declare const iconStyles: (props?: ({
|
|
|
63
63
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
64
64
|
} & ClassProp) | undefined) => string;
|
|
65
65
|
|
|
66
|
-
export declare type IconType = 'settings' | 'info' | 'arrowRight' | 'scan' | 'warning' | 'check' | 'copy' | 'connect' | 'passKey' | 'didit' | 'close';
|
|
66
|
+
export declare type IconType = 'settings' | 'info' | 'arrowRight' | 'scan' | 'warning' | 'check' | 'copy' | 'connect' | 'passKey' | 'didit' | 'close' | 'diditLogo';
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* Allows for inheriting the props from the specified element type so that
|