@starasia/admin 3.3.1 → 3.3.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/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export * from '@starasia/stepper';
|
|
|
31
31
|
export * from '@starasia/accordion';
|
|
32
32
|
export * from '@starasia/story-record';
|
|
33
33
|
export * from '@starasia/skeleton';
|
|
34
|
+
export * from '@starasia/progress-stepper';
|
|
34
35
|
export * from './components';
|
|
35
36
|
export * from './entries';
|
|
36
37
|
export * from './utils';
|
package/dist/index.es.js
CHANGED
|
@@ -53,6 +53,7 @@ export * from "@starasia/accordion";
|
|
|
53
53
|
export * from "@starasia/story-record";
|
|
54
54
|
import { Skeleton as Re } from "@starasia/skeleton";
|
|
55
55
|
export * from "@starasia/skeleton";
|
|
56
|
+
export * from "@starasia/progress-stepper";
|
|
56
57
|
import { jsx as e, jsxs as d, Fragment as X } from "react/jsx-runtime";
|
|
57
58
|
import Gt, { createContext as Ft, useState as B, useContext as St, useCallback as ze, useMemo as De, memo as te, useEffect as _, useRef as le, useLayoutEffect as rt, isValidElement as it, forwardRef as Et, Children as Qt, useImperativeHandle as Yt } from "react";
|
|
58
59
|
import { useSearchParams as Ge, useNavigate as ct, useLocation as Te, Outlet as ut, Link as Xt, useParams as Mt } from "react-router";
|