@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/cjs/index.js CHANGED
@@ -3257,6 +3257,7 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3257
3257
  EmbeddedFlowComponentType3["Text"] = "TEXT";
3258
3258
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3259
3259
  EmbeddedFlowComponentType3["Block"] = "BLOCK";
3260
+ EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
3260
3261
  return EmbeddedFlowComponentType3;
3261
3262
  })(EmbeddedFlowComponentType2 || {});
3262
3263
  var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) => {
@@ -3268,6 +3269,7 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
3268
3269
  EmbeddedFlowActionVariant2["Info"] = "INFO";
3269
3270
  EmbeddedFlowActionVariant2["Warning"] = "WARNING";
3270
3271
  EmbeddedFlowActionVariant2["Link"] = "LINK";
3272
+ EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
3271
3273
  return EmbeddedFlowActionVariant2;
3272
3274
  })(EmbeddedFlowActionVariant || {});
3273
3275
  var EmbeddedFlowTextVariant = /* @__PURE__ */ ((EmbeddedFlowTextVariant2) => {