sevago-sso-fe 1.0.72 → 1.0.74
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.esm.js
CHANGED
|
@@ -1425,8 +1425,8 @@ var SnackbarType = /* @__PURE__ */ ((SnackbarType2) => {
|
|
|
1425
1425
|
return SnackbarType2;
|
|
1426
1426
|
})(SnackbarType || {});
|
|
1427
1427
|
var OrderType = /* @__PURE__ */ ((OrderType2) => {
|
|
1428
|
-
OrderType2["ASC"] = "
|
|
1429
|
-
OrderType2["DESC"] = "
|
|
1428
|
+
OrderType2["ASC"] = "ASC";
|
|
1429
|
+
OrderType2["DESC"] = "DESC";
|
|
1430
1430
|
return OrderType2;
|
|
1431
1431
|
})(OrderType || {});
|
|
1432
1432
|
var Environment = /* @__PURE__ */ ((Environment2) => {
|