@elementor/editor-variables 3.35.0-352 → 3.35.0-354
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/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
- package/src/index.ts +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ import * as _mui_material from '@mui/material';
|
|
|
7
7
|
|
|
8
8
|
declare function init(): void;
|
|
9
9
|
|
|
10
|
-
declare
|
|
10
|
+
declare const GLOBAL_VARIABLES_URI = "elementor://global-variables";
|
|
11
11
|
|
|
12
12
|
declare const sizeVariablePropTypeUtil: {
|
|
13
13
|
extract: (prop: unknown) => string | null;
|
|
@@ -33,6 +33,8 @@ declare const sizeVariablePropTypeUtil: {
|
|
|
33
33
|
key: "global-size-variable";
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
+
declare function registerVariableTypes(): void;
|
|
37
|
+
|
|
36
38
|
type TVariable = {
|
|
37
39
|
type: string;
|
|
38
40
|
label: string;
|
|
@@ -119,8 +121,6 @@ declare const registerVariableType: ({ key, icon, startIcon, valueField, propTyp
|
|
|
119
121
|
emptyState?: react.JSX.Element;
|
|
120
122
|
}) => void;
|
|
121
123
|
|
|
122
|
-
declare const GLOBAL_VARIABLES_URI = "elementor://global-variables";
|
|
123
|
-
|
|
124
124
|
declare const Utils: {
|
|
125
125
|
readonly globalVariablesLLMResolvers: {
|
|
126
126
|
'global-color-variable': (value: unknown) => {
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as _mui_material from '@mui/material';
|
|
|
7
7
|
|
|
8
8
|
declare function init(): void;
|
|
9
9
|
|
|
10
|
-
declare
|
|
10
|
+
declare const GLOBAL_VARIABLES_URI = "elementor://global-variables";
|
|
11
11
|
|
|
12
12
|
declare const sizeVariablePropTypeUtil: {
|
|
13
13
|
extract: (prop: unknown) => string | null;
|
|
@@ -33,6 +33,8 @@ declare const sizeVariablePropTypeUtil: {
|
|
|
33
33
|
key: "global-size-variable";
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
+
declare function registerVariableTypes(): void;
|
|
37
|
+
|
|
36
38
|
type TVariable = {
|
|
37
39
|
type: string;
|
|
38
40
|
label: string;
|
|
@@ -119,8 +121,6 @@ declare const registerVariableType: ({ key, icon, startIcon, valueField, propTyp
|
|
|
119
121
|
emptyState?: react.JSX.Element;
|
|
120
122
|
}) => void;
|
|
121
123
|
|
|
122
|
-
declare const GLOBAL_VARIABLES_URI = "elementor://global-variables";
|
|
123
|
-
|
|
124
124
|
declare const Utils: {
|
|
125
125
|
readonly globalVariablesLLMResolvers: {
|
|
126
126
|
'global-color-variable': (value: unknown) => {
|