@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/index.js
CHANGED
|
@@ -3342,9 +3342,9 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
|
|
|
3342
3342
|
EmbeddedFlowActionVariant2["Danger"] = "DANGER";
|
|
3343
3343
|
EmbeddedFlowActionVariant2["Info"] = "INFO";
|
|
3344
3344
|
EmbeddedFlowActionVariant2["Link"] = "LINK";
|
|
3345
|
+
EmbeddedFlowActionVariant2["Outlined"] = "OUTLINED";
|
|
3345
3346
|
EmbeddedFlowActionVariant2["Primary"] = "PRIMARY";
|
|
3346
3347
|
EmbeddedFlowActionVariant2["Secondary"] = "SECONDARY";
|
|
3347
|
-
EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
|
|
3348
3348
|
EmbeddedFlowActionVariant2["Success"] = "SUCCESS";
|
|
3349
3349
|
EmbeddedFlowActionVariant2["Tertiary"] = "TERTIARY";
|
|
3350
3350
|
EmbeddedFlowActionVariant2["Warning"] = "WARNING";
|