@wix/editor 1.755.0 → 1.757.0
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/cjs/index.js +5 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/statics/docs-ts-model.json +291 -291
- package/dist/statics/index.js +5 -1
- package/dist/statics/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +5 -5
package/dist/esm/index.js
CHANGED
|
@@ -507,8 +507,12 @@ class InputsSDKShape extends BaseSDKShape {
|
|
|
507
507
|
);
|
|
508
508
|
return _value;
|
|
509
509
|
}
|
|
510
|
+
async selectLink(params = {}) {
|
|
511
|
+
const privateAPI = await this.getPlatformPrivateAPI();
|
|
512
|
+
return privateAPI.inputs.selectLink(params);
|
|
513
|
+
}
|
|
510
514
|
}
|
|
511
|
-
var index$c = new PlatformSDKShape(InputsSDKShape).withPublicMethod("selectColor").withPublicMethod("selectFont").build();
|
|
515
|
+
var index$c = new PlatformSDKShape(InputsSDKShape).withPublicMethod("selectColor").withPublicMethod("selectFont").withPublicMethod("selectLink").build();
|
|
512
516
|
|
|
513
517
|
class PanelsSDKShape extends BaseSDKShape {
|
|
514
518
|
async openLanguageSupportPanel() {
|