@asgardeo/javascript 0.2.13 → 0.2.14

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.js CHANGED
@@ -3148,6 +3148,7 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3148
3148
  EmbeddedFlowComponentType3["Text"] = "TEXT";
3149
3149
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3150
3150
  EmbeddedFlowComponentType3["Block"] = "BLOCK";
3151
+ EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
3151
3152
  return EmbeddedFlowComponentType3;
3152
3153
  })(EmbeddedFlowComponentType2 || {});
3153
3154
  var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) => {
@@ -3159,6 +3160,7 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
3159
3160
  EmbeddedFlowActionVariant2["Info"] = "INFO";
3160
3161
  EmbeddedFlowActionVariant2["Warning"] = "WARNING";
3161
3162
  EmbeddedFlowActionVariant2["Link"] = "LINK";
3163
+ EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
3162
3164
  return EmbeddedFlowActionVariant2;
3163
3165
  })(EmbeddedFlowActionVariant || {});
3164
3166
  var EmbeddedFlowTextVariant = /* @__PURE__ */ ((EmbeddedFlowTextVariant2) => {