hrm_ui_lib 2.0.0-alpha.10 → 2.0.0-alpha.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/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import './assets/styles/index.scss';
2
+ import './i18n';
2
3
  export * from './components/Alert';
3
4
  export * from './components/Avatar';
4
5
  export * from './components/Badge';
package/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import './i18n.js';
1
2
  export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, M as MOBILE_ANIMATION, a as Modal, P as Popover } from './Alert--0rz5XL1.js';
2
3
  export { Avatar } from './components/Avatar/Avatar.js';
3
4
  export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
@@ -382,6 +383,11 @@ export { useFormProps } from './hooks/useFormProps.js';
382
383
  import './hooks/useScreenSize.js';
383
384
  import '@babel/runtime/helpers/slicedToArray';
384
385
  export { useFieldArray } from 'react-hook-form';
386
+ import '@babel/runtime/helpers/asyncToGenerator';
387
+ import '@babel/runtime/regenerator';
388
+ import './helpers/locale.js';
389
+ import './type/locale.js';
390
+ import './helpers/storage.js';
385
391
  import '@babel/runtime/helpers/extends';
386
392
  import './components/Alert/consts.js';
387
393
  import 'classnames';
@@ -394,9 +400,6 @@ import 'react-dropzone';
394
400
  import './type/file-upload.js';
395
401
  import './helpers/format-date.js';
396
402
  import 'dayjs/plugin/utc';
397
- import './helpers/locale.js';
398
- import './type/locale.js';
399
- import './helpers/storage.js';
400
403
  import 'react-toastify';
401
404
  import './hooks/useGetIsMobile.js';
402
405
  import 'motion/react';
@@ -444,8 +447,6 @@ import '@ncdai/react-wheel-picker/style.css';
444
447
  import './components/DatePicker/TimePicker/TimePickerDesktop.js';
445
448
  import 'react-datepicker';
446
449
  import './components/DatePicker/hooks.js';
447
- import '@babel/runtime/helpers/asyncToGenerator';
448
- import '@babel/runtime/regenerator';
449
450
  import 'date-fns/locale/hy';
450
451
  import 'date-fns/locale/en-GB';
451
452
  import 'date-fns/locale/ru';