mimir-ui-kit 1.38.32 → 1.38.34

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.
@@ -1 +1 @@
1
- ._notification-badge_ugqfj_2{position:relative;display:flex;align-items:center;justify-content:center;width:var(--width-notification-badge);height:var(--height-notification-badge);color:var(--white);font-size:var(--mimir-size-text-notification-badge);background-color:var(--citrine-100);border-radius:50%}._notification-badge-absolute_ugqfj_14{position:absolute}._m_ugqfj_18{--mimir-size-text-notification-badge: var(--mimir-size-text-m);--width-notification-badge: 24px;--height-notification-badge: 24px}._s_ugqfj_24{--height-notification-badge: 16px;--width-notification-badge: 16px;--mimir-size-text-notification-badge: var(--mimir-size-text-xs)}
1
+ ._notification-badge_jhn37_2{position:relative;display:flex;align-items:center;justify-content:center;width:var(--width-notification-badge);height:var(--height-notification-badge);color:var(--white);font-size:var(--mimir-size-text-notification-badge);background-color:var(--citrine-100);border-radius:50%}._notification-badge-absolute_jhn37_14{position:absolute}._l_jhn37_18{--mimir-size-text-notification-badge: var(--mimir-size-text-l);--width-notification-badge: 32px;--height-notification-badge: 32px}._m_jhn37_24{--mimir-size-text-notification-badge: var(--mimir-size-text-m);--width-notification-badge: 24px;--height-notification-badge: 24px}._s_jhn37_30{--height-notification-badge: 16px;--width-notification-badge: 16px;--mimir-size-text-notification-badge: var(--mimir-size-text-xs)}
@@ -1,25 +1,26 @@
1
- import { jsx as g } from "react/jsx-runtime";
2
- import { c as m } from "../../index-DIxK0V-G.js";
3
- import { ENotificationBadgeSize as _ } from "./constants.js";
4
- import '../../assets/NotificationBadge.css';const b = "_m_ugqfj_18", d = "_s_ugqfj_24", e = {
5
- "notification-badge": "_notification-badge_ugqfj_2",
6
- "notification-badge-absolute": "_notification-badge-absolute_ugqfj_14",
7
- m: b,
8
- s: d
9
- }, j = ({
10
- count: t,
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { c as l } from "../../index-DIxK0V-G.js";
3
+ import { ENotificationBadgeSize as m } from "./constants.js";
4
+ import '../../assets/NotificationBadge.css';const b = "_l_jhn37_18", d = "_m_jhn37_24", g = "_s_jhn37_30", t = {
5
+ "notification-badge": "_notification-badge_jhn37_2",
6
+ "notification-badge-absolute": "_notification-badge-absolute_jhn37_14",
7
+ l: b,
8
+ m: d,
9
+ s: g
10
+ }, n = ({
11
+ count: e,
11
12
  position: a,
12
13
  absolute: c,
13
- size: f = _.M
14
- }) => /* @__PURE__ */ g(
14
+ size: _ = m.M
15
+ }) => /* @__PURE__ */ f(
15
16
  "div",
16
17
  {
17
- className: m(
18
- e["notification-badge"],
18
+ className: l(
19
+ t["notification-badge"],
19
20
  {
20
- [e["notification-badge-absolute"]]: c
21
+ [t["notification-badge-absolute"]]: c
21
22
  },
22
- e[f]
23
+ t[_]
23
24
  ),
24
25
  style: {
25
26
  top: a == null ? void 0 : a.top,
@@ -27,9 +28,9 @@ import '../../assets/NotificationBadge.css';const b = "_m_ugqfj_18", d = "_s_ugq
27
28
  bottom: a == null ? void 0 : a.bottom,
28
29
  left: a == null ? void 0 : a.left
29
30
  },
30
- children: t
31
+ children: e
31
32
  }
32
33
  );
33
34
  export {
34
- j as NotificationBadge
35
+ n as NotificationBadge
35
36
  };
@@ -1,4 +1,5 @@
1
1
  export declare enum ENotificationBadgeSize {
2
2
  S = "s",
3
- M = "m"
3
+ M = "m",
4
+ L = "l"
4
5
  }
@@ -1,4 +1,4 @@
1
- var m = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r))(m || {});
1
+ var l = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r.L = "l", r))(l || {});
2
2
  export {
3
- m as ENotificationBadgeSize
3
+ l as ENotificationBadgeSize
4
4
  };
@@ -1,4 +1,4 @@
1
- import { jsxs as h, jsx as p, Fragment as j } from "react/jsx-runtime";
1
+ import { jsxs as h, jsx as f, Fragment as j } from "react/jsx-runtime";
2
2
  import { c as B } from "../../index-DIxK0V-G.js";
3
3
  import { forwardRef as D, useState as _, useEffect as C, useMemo as O } from "react";
4
4
  import { imageTypes as y } from "./constants.js";
@@ -10,7 +10,7 @@ import { ListPhotos as q } from "../ListPhotos/ListPhotos.js";
10
10
  import { Uploader as G } from "../Uploader/Uploader.js";
11
11
  import '../../assets/UploaderPhotos.css';const x = {
12
12
  "upload-file-wrapper": "_upload-file-wrapper_1a115_2"
13
- }, f = (i) => "file" in i && i.file instanceof File ? y.includes(i.file.type) : "type" in i && typeof i.type == "string" ? y.includes(i.type) : !1, te = D(
13
+ }, d = (i) => "file" in i && i.file instanceof File ? y.includes(i.file.type) : "type" in i && typeof i.type == "string" ? y.includes(i.type) : !1, te = D(
14
14
  (i, F) => {
15
15
  const {
16
16
  type: a,
@@ -19,7 +19,7 @@ import '../../assets/UploaderPhotos.css';const x = {
19
19
  maxSize: w,
20
20
  onChange: s,
21
21
  value: r,
22
- maxFiles: d,
22
+ maxFiles: n,
23
23
  titleUploader: z,
24
24
  buttonText: U = "Выберите файлы",
25
25
  showOnlyUploadButton: m = !1,
@@ -30,14 +30,14 @@ import '../../assets/UploaderPhotos.css';const x = {
30
30
  onMaxFilesExceeded: S,
31
31
  onMaxSizeExceeded: V,
32
32
  onInvalidFileType: M
33
- } = i, [l, n] = _(
33
+ } = i, [l, p] = _(
34
34
  r || []
35
- ), u = l.length >= d;
35
+ ), u = !!n && l.length >= n;
36
36
  C(() => {
37
- r && n(r);
37
+ r && p(r);
38
38
  }, [r]);
39
39
  const N = (t) => {
40
- const o = t.value.map((e) => f(e.file) ? {
40
+ const o = t.value.map((e) => d(e.file) ? {
41
41
  id: e.id,
42
42
  url: URL.createObjectURL(e.file),
43
43
  type: e.file.type,
@@ -50,11 +50,11 @@ import '../../assets/UploaderPhotos.css';const x = {
50
50
  name: e.file.name,
51
51
  type: e.file.type
52
52
  });
53
- n((e) => [...e, ...o]), s == null || s({ type: "add", data: t.value });
53
+ p((e) => [...e, ...o]), s == null || s({ type: "add", data: t.value });
54
54
  }, c = (t) => {
55
- n((o) => o.filter((e) => e.id !== t)), s == null || s({ type: "delete", data: t });
55
+ p((o) => o.filter((e) => e.id !== t)), s == null || s({ type: "delete", data: t });
56
56
  }, { photos: R, files: T } = O(() => {
57
- const t = () => l.filter((e) => !f(e)), o = () => l.filter(f);
57
+ const t = () => l.filter((e) => !d(e)), o = () => l.filter(d);
58
58
  return a === "all" ? { files: t(), photos: o() } : a === "files" ? { photos: [], files: t() } : a === "photos" ? { files: [], photos: o() } : { files: [], photos: [] };
59
59
  }, [l, a]);
60
60
  return /* @__PURE__ */ h(
@@ -66,7 +66,7 @@ import '../../assets/UploaderPhotos.css';const x = {
66
66
  u && x.disabled
67
67
  ),
68
68
  children: [
69
- /* @__PURE__ */ p(
69
+ /* @__PURE__ */ f(
70
70
  G,
71
71
  {
72
72
  filesType: v,
@@ -74,7 +74,7 @@ import '../../assets/UploaderPhotos.css';const x = {
74
74
  maxSize: w,
75
75
  onChangeValue: N,
76
76
  ref: F,
77
- maxFiles: d - l.length,
77
+ maxFiles: n && n - l.length,
78
78
  isDisabled: u,
79
79
  titleUploader: z,
80
80
  showOnlyUploadButton: m,
@@ -88,7 +88,7 @@ import '../../assets/UploaderPhotos.css';const x = {
88
88
  }
89
89
  ),
90
90
  !m && /* @__PURE__ */ h(j, { children: [
91
- (a === "files" || a === "all") && /* @__PURE__ */ p(
91
+ (a === "files" || a === "all") && /* @__PURE__ */ f(
92
92
  A,
93
93
  {
94
94
  value: T,
@@ -96,7 +96,7 @@ import '../../assets/UploaderPhotos.css';const x = {
96
96
  variant: L
97
97
  }
98
98
  ),
99
- (a === "photos" || a === "all") && /* @__PURE__ */ p(
99
+ (a === "photos" || a === "all") && /* @__PURE__ */ f(
100
100
  q,
101
101
  {
102
102
  value: R,
@@ -12,7 +12,7 @@ export type TUploader = {
12
12
  /**
13
13
  * Наименование передаваемого массива файлов
14
14
  */
15
- arrayName: string;
15
+ arrayName?: string;
16
16
  /**
17
17
  * Функция - callback, которая вызывается при изменении значения и передает имя и новое значение
18
18
  */
@@ -20,11 +20,11 @@ export type TUploader = {
20
20
  /**
21
21
  * Максимальный размер файлов.
22
22
  */
23
- maxSize: number;
23
+ maxSize?: number;
24
24
  /**
25
25
  * Максимальное количество файлов.
26
26
  */
27
- maxFiles: number;
27
+ maxFiles?: number;
28
28
  /**
29
29
  * Выключен ли Uploader или нет
30
30
  */
@@ -1,3 +1,4 @@
1
1
  export { Uploader } from './Uploader';
2
2
  export type { TUploader, TFileItem, TUploadValue } from './Uploader';
3
3
  export { imageFileTypes } from './constants.ts';
4
+ export type { imageTypesArr } from './constants.ts';
@@ -16,7 +16,7 @@ export type TUploaderFiles = {
16
16
  /**
17
17
  * Наименование передаваемого массива файлов
18
18
  */
19
- arrayName: string;
19
+ arrayName?: string;
20
20
  /**
21
21
  * Блок взаимодействия
22
22
  */
@@ -24,7 +24,7 @@ export type TUploaderFiles = {
24
24
  /**
25
25
  * Максимальный размер файлов.
26
26
  */
27
- maxSize: number;
27
+ maxSize?: number;
28
28
  /**
29
29
  * Функция обратного вызова, передает параметры type и data,
30
30
  * type 'add' в data передает массив файлов,
@@ -38,7 +38,7 @@ export type TUploaderFiles = {
38
38
  /**
39
39
  * Максимальное количество файлов.
40
40
  */
41
- maxFiles: number;
41
+ maxFiles?: number;
42
42
  /**
43
43
  * Текст внутри кнопки загрузки файла
44
44
  */
@@ -39,7 +39,7 @@ export type { TUploaderPhotos, TOnChangePhotosUpdate } from './UploaderPhotos';
39
39
  export { UploaderFiles, EUploaderFilesVariant } from './UploaderFiles';
40
40
  export type { TUploaderFiles, TOnChangeFilesUpdate } from './UploaderFiles/types';
41
41
  export { Uploader } from './Uploader';
42
- export type { TUploadValue, TFileItem } from './Uploader';
42
+ export type { TUploadValue, TFileItem, imageTypesArr } from './Uploader';
43
43
  export { ELinkSize, ELinkVariant, Link } from './AnchorLink';
44
44
  export { NotificationBadge } from './NotificationBadge';
45
45
  export type { TNotificationBadgeProps } from './NotificationBadge';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "1.38.32",
4
+ "version": "1.38.34",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {