cometchat-visual-builder-no-code 1.0.10-test18 → 1.0.10-test19
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/330.main.js +1 -1
- package/dist/main.js +1 -1
- package/dist/src/CometChatNoCode/customHooks/useSyncCSSVarsToIframe.d.ts +2 -0
- package/dist/src/CometChatNoCode/utils/utils.d.ts +11 -0
- package/package.json +1 -1
- /package/dist/src/CometChatNoCode/{useInjectNoCodeStyles.d.ts → customHooks/useInjectNoCodeStyles.d.ts} +0 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dynamically generates and sets extended primary colors based on the primary color.
|
|
3
|
+
*
|
|
4
|
+
* This function retrieves the primary color from CSS variables and generates a set
|
|
5
|
+
* of extended primary colors by blending the primary color with white or black, depending
|
|
6
|
+
* on the current theme (light or dark mode). The generated colors are then applied as
|
|
7
|
+
* CSS variables.
|
|
8
|
+
*
|
|
9
|
+
* @static
|
|
10
|
+
*/
|
|
11
|
+
export declare function generateExtendedColors(iframeDoc: Document | null | undefined): void;
|
package/package.json
CHANGED
|
File without changes
|