@asgardeo/javascript 0.9.0 → 0.9.1
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 +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/models/v2/embedded-flow-v2.d.ts +2 -2
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -3470,9 +3470,9 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
|
|
|
3470
3470
|
EmbeddedFlowActionVariant2["Danger"] = "DANGER";
|
|
3471
3471
|
EmbeddedFlowActionVariant2["Info"] = "INFO";
|
|
3472
3472
|
EmbeddedFlowActionVariant2["Link"] = "LINK";
|
|
3473
|
+
EmbeddedFlowActionVariant2["Outlined"] = "OUTLINED";
|
|
3473
3474
|
EmbeddedFlowActionVariant2["Primary"] = "PRIMARY";
|
|
3474
3475
|
EmbeddedFlowActionVariant2["Secondary"] = "SECONDARY";
|
|
3475
|
-
EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
|
|
3476
3476
|
EmbeddedFlowActionVariant2["Success"] = "SUCCESS";
|
|
3477
3477
|
EmbeddedFlowActionVariant2["Tertiary"] = "TERTIARY";
|
|
3478
3478
|
EmbeddedFlowActionVariant2["Warning"] = "WARNING";
|