hplx-react-elements-dev 1.0.36 → 1.0.38
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/esm/common.d.ts +2 -2
- package/dist/esm/index.js +384 -384
- package/dist/esm/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/common.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const getColourClassName: (colour: string) => string;
|
|
2
|
-
export declare const getColourClassName1: (colour: string, theme: string) => "bg-Primary-50 text-Primary-700" | "bg-Error-50 text-Error-700" | "bg-Warning-50 text-Warning-700" | "bg-Success-50 text-Success-700" | "bg-Gray-50 text-Gray-700 " | "bg-Gray-100 text-Gray-700" | "bg-Gray-50 text-Gray-700" | "" | "bg-Primary-100 text-Primary-700" | "bg-Error-100 text-Error-700" | "bg-Warning-100 text-Warning-700" | "bg-Success-100 text-Success-700";
|
|
3
|
-
export declare const getColourClassName2: (colour: string, theme: string) => "bg-Primary-50 text-Primary-700" | "bg-Error-50 text-Error-700" | "bg-Warning-50 text-Warning-700" | "bg-Success-50 text-Success-700" | "" | "bg-Gray-600 text-White" | "bg-Gray-50 text-Gray700" | "bg-White text-Gray700" | "bg-Primary-600 text-White" | "bg-White text-Primary-700" | "bg-Error-600 text-White" | "bg-White text-Error-700" | "bg-Warning-600 text-White" | "bg-White text-Warning-700" | "bg-Success-600 text-White" | "bg-White text-Success-700";
|
|
2
|
+
export declare const getColourClassName1: (colour: string, theme: string) => "hplxt-bg-Primary-50 hplxt-text-Primary-700" | "hplxt-bg-Error-50 hplxt-text-Error-700" | "hplxt-bg-Warning-50 hplxt-text-Warning-700" | "hplxt-bg-Success-50 hplxt-text-Success-700" | "hplxt-bg-Gray-50 hplxt-text-Gray-700 " | "hplxt-bg-Gray-100 hplxt-text-Gray-700" | "hplxt-bg-Gray-50 hplxt-text-Gray-700" | "" | "hplxt-bg-Primary-100 hplxt-text-Primary-700" | "hplxt-bg-Error-100 hplxt-text-Error-700" | "hplxt-bg-Warning-100 hplxt-text-Warning-700" | "hplxt-bg-Success-100 hplxt-text-Success-700";
|
|
3
|
+
export declare const getColourClassName2: (colour: string, theme: string) => "hplxt-bg-Primary-50 hplxt-text-Primary-700" | "hplxt-bg-Error-50 hplxt-text-Error-700" | "hplxt-bg-Warning-50 hplxt-text-Warning-700" | "hplxt-bg-Success-50 hplxt-text-Success-700" | "" | "hplxt-bg-Gray-600 hplxt-text-White" | "hplxt-bg-Gray-50 hplxt-text-Gray700" | "hplxt-bg-White hplxt-text-Gray700" | "hplxt-bg-Primary-600 hplxt-text-White" | "hplxt-bg-White hplxt-text-Primary-700" | "hplxt-bg-Error-600 hplxt-text-White" | "hplxt-bg-White hplxt-text-Error-700" | "hplxt-bg-Warning-600 hplxt-text-White" | "hplxt-bg-White hplxt-text-Warning-700" | "hplxt-bg-Success-600 hplxt-text-White" | "hplxt-bg-White hplxt-text-Success-700";
|