@australiangreens/ag-internal-components 0.2.1 → 0.2.3
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.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -2
package/dist/esm/index.js
CHANGED
|
@@ -42,7 +42,7 @@ import { Typography as _, Button as W, Paper as Le, Box as E, Drawer as Be, useT
|
|
|
42
42
|
import We from "@mui/material/CssBaseline";
|
|
43
43
|
import { styled as z, createTheme as ze, alpha as te } from "@mui/material/styles";
|
|
44
44
|
import { createHelper as se } from "souvlaki";
|
|
45
|
-
import { BrowserRouter as wt } from "react-router
|
|
45
|
+
import { BrowserRouter as wt } from "react-router";
|
|
46
46
|
import Ve from "@mui/material/List";
|
|
47
47
|
import { ViewHeadline as St, Cancel as bt, ArrowDropDown as kt } from "@mui/icons-material";
|
|
48
48
|
import { atom as M, useSetAtom as qe, useAtomValue as ve, useAtom as O } from "jotai";
|
|
@@ -1257,7 +1257,7 @@ const Ne = M(
|
|
|
1257
1257
|
value: u !== "" ? u : null,
|
|
1258
1258
|
onChange: (I, F) => g(F != null ? F : ""),
|
|
1259
1259
|
getOptionLabel: wo,
|
|
1260
|
-
options: [...r],
|
|
1260
|
+
options: [...r.toSorted()],
|
|
1261
1261
|
renderInput: (I) => /* @__PURE__ */ n(
|
|
1262
1262
|
re,
|
|
1263
1263
|
D(d({}, I), {
|