@opencx/widget-core 4.0.2 → 4.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.
|
@@ -33,10 +33,20 @@ type ThemeOptions = {
|
|
|
33
33
|
widgetTrigger?: {
|
|
34
34
|
zIndex?: number;
|
|
35
35
|
offset?: {
|
|
36
|
-
/**
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
/**
|
|
37
|
+
* number in pixels
|
|
38
|
+
*/
|
|
39
39
|
bottom?: number;
|
|
40
|
+
/**
|
|
41
|
+
* number in pixels
|
|
42
|
+
* @default if host document direction === "ltr" then 20, otherwise `initial`
|
|
43
|
+
*/
|
|
44
|
+
right?: number | 'initial';
|
|
45
|
+
/**
|
|
46
|
+
* number in pixels
|
|
47
|
+
* @default if host document direction ===="rtl" then 20, otherwise `initial`
|
|
48
|
+
*/
|
|
49
|
+
left?: number | 'initial';
|
|
40
50
|
};
|
|
41
51
|
size?: {
|
|
42
52
|
/** number in pixels */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencx/widget-core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@types/lodash.isequal": "^4.5.8",
|
|
27
27
|
"lucide": "^0.525.0",
|
|
28
28
|
"openapi-typescript": "^7.5.2",
|
|
29
|
-
"@opencx/
|
|
30
|
-
"@opencx/
|
|
29
|
+
"@opencx/eslint-config": "0.0.0",
|
|
30
|
+
"@opencx/tsconfig": "0.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@types/react": ">=18 <20",
|