nectiasw 0.0.10 → 0.0.12
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.d.ts +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.umd.js +109 -109
- package/dist/main.d.ts +62 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export { Container } from './components/Container';
|
|
|
40
40
|
export type { ContainerProps } from './components/Container';
|
|
41
41
|
export { Empty } from './components/Empty';
|
|
42
42
|
export type { EmptyProps } from './components/Empty';
|
|
43
|
-
export { Loading } from './components/Loading';
|
|
43
|
+
export { Loading, Wait } from './components/Loading';
|
|
44
44
|
export type { LoadingProps } from './components/Loading';
|
|
45
45
|
export { SingleDeadlineChart } from './components/DeadlineChart';
|
|
46
46
|
export type { SingleDeadlineChartProps, } from './components/DeadlineChart';
|
package/dist/index.es.js
CHANGED
|
@@ -43339,6 +43339,7 @@ export {
|
|
|
43339
43339
|
EK as Title,
|
|
43340
43340
|
k0 as Tooltip,
|
|
43341
43341
|
Nte as TotalHours,
|
|
43342
|
-
qee as UrlSSOParams
|
|
43342
|
+
qee as UrlSSOParams,
|
|
43343
|
+
ree as Wait
|
|
43343
43344
|
};
|
|
43344
43345
|
//# sourceMappingURL=index.es.js.map
|