hrm_ui_lib 2.0.0-alpha.12 → 2.0.0-alpha.14

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,5 +1,4 @@
1
1
  import './assets/styles/index.scss';
2
- import './i18n';
3
2
  export * from './components/Alert';
4
3
  export * from './components/Avatar';
5
4
  export * from './components/Badge';
package/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import './i18n.js';
2
1
  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';
3
2
  export { Avatar } from './components/Avatar/Avatar.js';
4
3
  export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
@@ -383,11 +382,6 @@ export { useFormProps } from './hooks/useFormProps.js';
383
382
  import './hooks/useScreenSize.js';
384
383
  import '@babel/runtime/helpers/slicedToArray';
385
384
  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';
391
385
  import '@babel/runtime/helpers/extends';
392
386
  import './components/Alert/consts.js';
393
387
  import 'classnames';
@@ -400,6 +394,9 @@ import 'react-dropzone';
400
394
  import './type/file-upload.js';
401
395
  import './helpers/format-date.js';
402
396
  import 'dayjs/plugin/utc';
397
+ import './helpers/locale.js';
398
+ import './type/locale.js';
399
+ import './helpers/storage.js';
403
400
  import 'react-toastify';
404
401
  import './hooks/useGetIsMobile.js';
405
402
  import 'motion/react';
@@ -447,6 +444,8 @@ import '@ncdai/react-wheel-picker/style.css';
447
444
  import './components/DatePicker/TimePicker/TimePickerDesktop.js';
448
445
  import 'react-datepicker';
449
446
  import './components/DatePicker/hooks.js';
447
+ import '@babel/runtime/helpers/asyncToGenerator';
448
+ import '@babel/runtime/regenerator';
450
449
  import 'date-fns/locale/hy';
451
450
  import 'date-fns/locale/en-GB';
452
451
  import 'date-fns/locale/ru';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrm_ui_lib",
3
- "version": "2.0.0-alpha.12",
3
+ "version": "2.0.0-alpha.14",
4
4
  "description": "UI library for Dino",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",