@elementor/editor-controls 0.28.0 → 0.28.2
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/CHANGELOG.md +21 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/api.ts +1 -1
- package/src/controls/link-control.tsx +1 -1
package/dist/index.mjs
CHANGED
|
@@ -234,7 +234,7 @@ function createControl(Control5) {
|
|
|
234
234
|
import { useMutation, useQuery, useQueryClient } from "@elementor/query";
|
|
235
235
|
|
|
236
236
|
// src/api.ts
|
|
237
|
-
import { httpService } from "@elementor/http";
|
|
237
|
+
import { httpService } from "@elementor/http-client";
|
|
238
238
|
var ELEMENTOR_SETTING_URL = "elementor/v1/settings";
|
|
239
239
|
var apiClient = {
|
|
240
240
|
getElementorSetting: (key) => httpService().get(`${ELEMENTOR_SETTING_URL}/${key}`).then((res) => formatSettingResponse(res.data)),
|
|
@@ -1721,7 +1721,7 @@ import {
|
|
|
1721
1721
|
urlPropTypeUtil as urlPropTypeUtil2
|
|
1722
1722
|
} from "@elementor/editor-props";
|
|
1723
1723
|
import { InfoTipCard } from "@elementor/editor-ui";
|
|
1724
|
-
import { httpService as httpService2 } from "@elementor/http";
|
|
1724
|
+
import { httpService as httpService2 } from "@elementor/http-client";
|
|
1725
1725
|
import { AlertTriangleIcon, MinusIcon, PlusIcon as PlusIcon2 } from "@elementor/icons";
|
|
1726
1726
|
import { useSessionStorage } from "@elementor/session";
|
|
1727
1727
|
import { Box as Box4, Collapse, Grid as Grid7, IconButton as IconButton4, Infotip, Stack as Stack10, Switch } from "@elementor/ui";
|