@shipengine/elements-sdk 1.1.0 → 2.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/elements-sdk",
3
- "version": "1.1.0",
3
+ "version": "2.4.0",
4
4
  "types": "./public-sdk.d.ts",
5
5
  "module": "shipengine-elements-sdk.mjs",
6
6
  "peerDependencies": {
package/public-sdk.d.ts CHANGED
@@ -34,13 +34,13 @@ export declare class ElementsSDK {
34
34
  /**
35
35
  * @deprecated since SDK version 2.0
36
36
  *
37
- * Please use the create method and render the Element using the renderInSidePanel method
37
+ * Please use the create method and render the Element using the renderSidePanel method
38
38
  */
39
39
  closeSidePanel(type: AvailableElements): void;
40
40
  /**
41
41
  * @deprecated since SDK version 2.0
42
42
  *
43
- * Please use the create method and render the Element using the renderInSidePanel method
43
+ * Please use the create method and render the Element using the renderSidePanel method
44
44
  */
45
45
  manageAccountSettings(props: {
46
46
  elementProps: ElementProps["accountSettings"];
@@ -50,7 +50,7 @@ export declare class ElementsSDK {
50
50
  /**
51
51
  * @deprecated since SDK version 2.0
52
52
  *
53
- * Please use the create method and render the Element using the renderInSidePanel method
53
+ * Please use the create method and render the Element using the renderSidePanel method
54
54
  */
55
55
  manageExternalCarriers(props: {
56
56
  sidePanelProps: SidePanelSDKProps;
@@ -59,7 +59,7 @@ export declare class ElementsSDK {
59
59
  /**
60
60
  * @deprecated since SDK version 2.0
61
61
  *
62
- * Please use the create method and render the Element using the renderInSidePanel method
62
+ * Please use the create method and render the Element using the renderSidePanel method
63
63
  */
64
64
  onboardUser(props: {
65
65
  elementProps: ElementProps["onboarding"];
@@ -69,7 +69,7 @@ export declare class ElementsSDK {
69
69
  /**
70
70
  * @deprecated since SDK version 2.0
71
71
  *
72
- * Please use the create method and render the Element using the renderInSidePanel method
72
+ * Please use the create method and render the Element using the renderSidePanel method
73
73
  */
74
74
  labelWorkflow(props: {
75
75
  elementProps: ElementProps["labelWorkFlow"];
@@ -79,7 +79,7 @@ export declare class ElementsSDK {
79
79
  /**
80
80
  * @deprecated since SDK version 2.0
81
81
  *
82
- * Please use the create method and render the Element using the renderInSidePanel method
82
+ * Please use the create method and render the Element using the renderSidePanel method
83
83
  */
84
84
  purchaseLabel(props: {
85
85
  elementProps: ElementProps["purchaseLabel"];
@@ -89,7 +89,7 @@ export declare class ElementsSDK {
89
89
  /**
90
90
  * @deprecated since SDK version 2.0
91
91
  *
92
- * Please use the create method and render the Element using the renderInSidePanel method
92
+ * Please use the create method and render the Element using the renderSidePanel method
93
93
  */
94
94
  shipmentSummary(props: {
95
95
  elementProps: ElementProps["shipmentSummary"];
@@ -99,7 +99,7 @@ export declare class ElementsSDK {
99
99
  /**
100
100
  * @deprecated since SDK version 2.0
101
101
  *
102
- * Please use the create method and render the Element using the renderInSidePanel method
102
+ * Please use the create method and render the Element using the renderSidePanel method
103
103
  */
104
104
  voidLabel(props: {
105
105
  elementProps: ElementProps["voidLabel"];