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.
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare function useSyncCSSVarsToIframe(iframeRef: React.RefObject<HTMLIFrameElement>, styleFeatures: any, systemTheme: string, setStyleFeatures: Function): void;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cometchat-visual-builder-no-code",
3
- "version": "1.0.10-test18",
3
+ "version": "1.0.10-test19",
4
4
  "description": "CometChat Chat Builder No-Code Integration",
5
5
  "cometChatCustomConfig": {
6
6
  "name": "cometchat-visual-builder-react-no-code",