nectiasw 0.0.11 → 0.0.13

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 CHANGED
@@ -13,7 +13,7 @@ export type { DropdownProps } from './components/Dropdown';
13
13
  export { Flex, FlexItem } from './components/Flex';
14
14
  export type { FlexProps, FlexItemProps } from './components/Flex';
15
15
  export { Select } from './components/Select';
16
- export type { SelectProps } from './components/Select';
16
+ export type { SelectProps, Option, OptionListProps } from './components/Select';
17
17
  export { Switch } from './components/Switch';
18
18
  export type { SwitchProps } from './components/Switch';
19
19
  export { Datepicker } from './components/Datepicker';
@@ -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