bord-design-system 0.0.31 → 0.0.32

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.
Files changed (59) hide show
  1. package/dist/components/BordBadge/BordBadge.d.ts +2 -1
  2. package/dist/components/BordBadge/BordBadge.d.ts.map +1 -1
  3. package/dist/components/BordComment/BordComment.d.ts +10 -0
  4. package/dist/components/BordComment/BordComment.d.ts.map +1 -0
  5. package/dist/components/BordComment/BordComment.types.d.ts +38 -0
  6. package/dist/components/BordComment/BordComment.types.d.ts.map +1 -0
  7. package/dist/components/BordCommentBubble/BordCommentBubble.d.ts +6 -0
  8. package/dist/components/BordCommentBubble/BordCommentBubble.d.ts.map +1 -0
  9. package/dist/components/BordCommentBubble/BordCommentBubble.types.d.ts +9 -0
  10. package/dist/components/BordCommentBubble/BordCommentBubble.types.d.ts.map +1 -0
  11. package/dist/components/BordCommentInput/BordCommentInput.d.ts +11 -0
  12. package/dist/components/BordCommentInput/BordCommentInput.d.ts.map +1 -0
  13. package/dist/components/BordCommentInput/BordCommentInput.types.d.ts +53 -0
  14. package/dist/components/BordCommentInput/BordCommentInput.types.d.ts.map +1 -0
  15. package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.d.ts +6 -0
  16. package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.d.ts.map +1 -0
  17. package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.types.d.ts +5 -0
  18. package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.types.d.ts.map +1 -0
  19. package/dist/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.d.ts +6 -0
  20. package/dist/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.d.ts.map +1 -0
  21. package/dist/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.types.d.ts +7 -0
  22. package/dist/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.types.d.ts.map +1 -0
  23. package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.d.ts +6 -0
  24. package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.d.ts.map +1 -0
  25. package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.types.d.ts +6 -0
  26. package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.types.d.ts.map +1 -0
  27. package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.d.ts +6 -0
  28. package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.d.ts.map +1 -0
  29. package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.types.d.ts +10 -0
  30. package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.types.d.ts.map +1 -0
  31. package/dist/components/BordCommentsPanel/BordCommentsPanel.d.ts +10 -0
  32. package/dist/components/BordCommentsPanel/BordCommentsPanel.d.ts.map +1 -0
  33. package/dist/components/BordCommentsPanel/BordCommentsPanel.types.d.ts +26 -0
  34. package/dist/components/BordCommentsPanel/BordCommentsPanel.types.d.ts.map +1 -0
  35. package/dist/components/BordIlustrationIcon/BordIlustration.types.d.ts +3 -2
  36. package/dist/components/BordIlustrationIcon/BordIlustration.types.d.ts.map +1 -1
  37. package/dist/components/BordIlustrationIcon/Icons/BordGalleryIcon.d.ts +3 -0
  38. package/dist/components/BordIlustrationIcon/Icons/BordGalleryIcon.d.ts.map +1 -0
  39. package/dist/components/BordIlustrationIcon/Icons/listOfBordIlustrationIcon.d.ts.map +1 -1
  40. package/dist/components/BordIncidentClosureList/BordIncidentClosureList.d.ts.map +1 -1
  41. package/dist/components/BordIncidentClosureList/BordIncidentClosureList.types.d.ts +1 -0
  42. package/dist/components/BordIncidentClosureList/BordIncidentClosureList.types.d.ts.map +1 -1
  43. package/dist/components/BordTable/BordTable.d.ts.map +1 -1
  44. package/dist/components/BordTable/components/BordTableCell/BordTableCell.d.ts.map +1 -1
  45. package/dist/components/BordTable/components/BordTableCell/BordTableCell.types.d.ts +0 -1
  46. package/dist/components/BordTable/components/BordTableCell/BordTableCell.types.d.ts.map +1 -1
  47. package/dist/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.d.ts.map +1 -1
  48. package/dist/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.types.d.ts +0 -1
  49. package/dist/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.types.d.ts.map +1 -1
  50. package/dist/components/index.d.ts +9 -1
  51. package/dist/components/index.d.ts.map +1 -1
  52. package/dist/index.d.ts +151 -5
  53. package/dist/index.esm.js +445 -237
  54. package/dist/index.esm.js.map +1 -1
  55. package/dist/index.js +448 -236
  56. package/dist/index.js.map +1 -1
  57. package/dist/index.webpack.js +445 -237
  58. package/dist/index.webpack.js.map +1 -1
  59. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { ComponentProps, FC, ReactNode } from 'react';
1
+ import { ComponentProps, CSSProperties, FC, ReactNode } from 'react';
2
2
  import { TSemanticColors } from '../../types/global.types';
3
3
  import './BordBadge.scss';
4
4
  type TBadgeVariants = 'default' | 'gradient' | 'outlined';
@@ -12,6 +12,7 @@ export interface IBordBadgeProps {
12
12
  restProps?: ComponentProps<'div'>;
13
13
  size?: 'small' | 'medium';
14
14
  bullet?: boolean;
15
+ style?: CSSProperties;
15
16
  }
16
17
  declare const BordBadge: FC<IBordBadgeProps>;
17
18
  export default BordBadge;
@@ -1 +1 @@
1
- {"version":3,"file":"BordBadge.d.ts","sourceRoot":"","sources":["../../../src/components/BordBadge/BordBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,kBAAkB,CAAC;AAE1B,KAAK,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAO1D,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,eAAe,CA4ClC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"BordBadge.d.ts","sourceRoot":"","sources":["../../../src/components/BordBadge/BordBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,kBAAkB,CAAC;AAE1B,KAAK,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAO1D,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,eAAe,CA4ClC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { FC } from 'react';
2
+ import type { IBordCommentProps } from './BordComment.types';
3
+ import './BordComment.scss';
4
+ /**
5
+ * Comentario individual de un hilo interno: autor, menciones, mensaje,
6
+ * imagen adjunta descargable y marca de tiempo.
7
+ */
8
+ declare const BordComment: FC<IBordCommentProps>;
9
+ export default BordComment;
10
+ //# sourceMappingURL=BordComment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordComment.d.ts","sourceRoot":"","sources":["../../../src/components/BordComment/BordComment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,OAAO,oBAAoB,CAAC;AAE5B;;;GAGG;AACH,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAsEtC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,38 @@
1
+ import type { CSSProperties } from 'react';
2
+ /** Origen del comentario: cliente (foto de perfil) o interno de bord (ícono de marca). */
3
+ export type TBordCommentAuthorType = 'customer' | 'bord';
4
+ /** Usuario mencionado dentro de un comentario. */
5
+ export interface IBordCommentMention {
6
+ uid: string;
7
+ /** Nombre de usuario mencionado, sin el `@`. */
8
+ username: string;
9
+ }
10
+ export interface IBordCommentProps {
11
+ /** Nombre visible del autor del comentario. */
12
+ authorName: string;
13
+ /** Decide el ícono de respaldo cuando no hay foto: marca de bord o usuario genérico. */
14
+ authorType?: TBordCommentAuthorType;
15
+ /** Foto de perfil del autor. Tiene precedencia sobre el ícono de respaldo. */
16
+ authorPhotoUrl?: string;
17
+ /** Cuerpo del comentario. */
18
+ message: string;
19
+ /** Usuarios mencionados, renderizados como chips sobre el mensaje. */
20
+ mentions?: IBordCommentMention[];
21
+ /** Imagen adjunta al comentario. */
22
+ imageUrl?: string;
23
+ /** Texto del enlace de descarga de la imagen adjunta. */
24
+ imageDownloadLabel?: string;
25
+ /** Callback del enlace de descarga. Sin él, la descarga se resuelve con el `href` de la imagen. */
26
+ onDownloadImage?: () => void;
27
+ /** Fecha del comentario ya formateada, ej. `25/01/2025`. */
28
+ dateLabel: string;
29
+ /** Hora del comentario ya formateada, ej. `9:00 am`. */
30
+ timeLabel: string;
31
+ /** Zona horaria del comentario ya formateada, ej. `(México, UTC-6)`. */
32
+ timezoneLabel?: string;
33
+ /** Muestra el divisor inferior. Se omite en el último comentario del hilo. */
34
+ hasDivider?: boolean;
35
+ customClassName?: string;
36
+ style?: CSSProperties;
37
+ }
38
+ //# sourceMappingURL=BordComment.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordComment.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordComment/BordComment.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,0FAA0F;AAC1F,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG,MAAM,CAAC;AAEzD,kDAAkD;AAClD,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,iBAAiB;IAChC,+CAA+C;IAC/C,UAAU,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC,8EAA8E;IAC9E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,sEAAsE;IACtE,QAAQ,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACjC,oCAAoC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yDAAyD;IACzD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mGAAmG;IACnG,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,4DAA4D;IAC5D,SAAS,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,SAAS,EAAE,MAAM,CAAC;IAClB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB"}
@@ -0,0 +1,6 @@
1
+ import type { FC } from 'react';
2
+ import type { IBordCommentBubbleProps } from './BordCommentBubble.types';
3
+ import './BordCommentBubble.scss';
4
+ declare const BordCommentBubble: FC<IBordCommentBubbleProps>;
5
+ export default BordCommentBubble;
6
+ //# sourceMappingURL=BordCommentBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentBubble.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentBubble/BordCommentBubble.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE,OAAO,0BAA0B,CAAC;AAElC,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,uBAAuB,CAqBlD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentProps } from 'react';
2
+ export interface IBordCommentBubbleProps extends Omit<ComponentProps<'button'>, 'children'> {
3
+ /** Comentarios sin leer. Si es 0 o no se recibe, el badge no se muestra. */
4
+ unreadCount?: number;
5
+ /** Tope del contador antes de mostrar `{maxUnreadCount}+`. */
6
+ maxUnreadCount?: number;
7
+ customClassName?: string;
8
+ }
9
+ //# sourceMappingURL=BordCommentBubble.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentBubble.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentBubble/BordCommentBubble.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC;IACzF,4EAA4E;IAC5E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,11 @@
1
+ import { type FC } from 'react';
2
+ import type { IBordCommentInputProps } from './BordCommentInput.types';
3
+ import './BordCommentInput.scss';
4
+ /**
5
+ * Campo de redacción de un comentario: texto multilínea que crece con el contenido,
6
+ * menciones con `@`, adjunto de imagen por botón o pegado, y botón de envío.
7
+ * No valida el archivo ni construye la vista previa: ambos quedan a cargo del consumidor.
8
+ */
9
+ declare const BordCommentInput: FC<IBordCommentInputProps>;
10
+ export default BordCommentInput;
11
+ //# sourceMappingURL=BordCommentInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentInput.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentInput/BordCommentInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,EAAE,EAIR,MAAM,OAAO,CAAC;AAQf,OAAO,KAAK,EACV,sBAAsB,EAGvB,MAAM,0BAA0B,CAAC;AAElC,OAAO,yBAAyB,CAAC;AAWjC;;;;GAIG;AACH,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,sBAAsB,CA2NhD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,53 @@
1
+ /** Usuario que puede ser mencionado con `@` dentro del campo. */
2
+ export interface IBordCommentMentionableUser {
3
+ uid: string;
4
+ name: string;
5
+ email: string;
6
+ photoUrl?: string;
7
+ }
8
+ /**
9
+ * Mención ya seleccionada, renderizada como chip bajo el campo.
10
+ * `isRemovable` en `false` bloquea el chip, para menciones impuestas por el consumidor
11
+ * como los responsables de la entidad.
12
+ */
13
+ export interface IBordCommentSelectedMention extends IBordCommentMentionableUser {
14
+ isRemovable?: boolean;
15
+ }
16
+ export interface IBordCommentInputProps {
17
+ value: string;
18
+ setInputValue: (value: string) => void;
19
+ /** Se dispara al presionar el botón de envío. */
20
+ onSubmit: () => void;
21
+ placeholder?: string;
22
+ submitLabel?: string;
23
+ /** Usuarios ofrecidos en el listado que abre el `@`. */
24
+ mentionableUsers?: IBordCommentMentionableUser[];
25
+ /** Menciones ya seleccionadas, renderizadas como chips bajo el campo. */
26
+ selectedMentions?: IBordCommentSelectedMention[];
27
+ /** Se dispara al elegir un usuario del listado de menciones. */
28
+ onMentionUser?: (user: IBordCommentMentionableUser) => void;
29
+ /** Habilita el botón de quitar en los chips con `isRemovable` distinto de `false`. */
30
+ onRemoveMention?: (uid: string) => void;
31
+ /** Prefijo del término buscado dentro del listado de menciones. */
32
+ mentionsSearchLabel?: string;
33
+ /** Texto del listado de menciones cuando ningún usuario coincide con la búsqueda. */
34
+ mentionsEmptyLabel?: string;
35
+ /**
36
+ * Se dispara al elegir una imagen con el botón de adjuntar o al pegarla desde el portapapeles.
37
+ * La validación de formato y peso queda a cargo del consumidor.
38
+ */
39
+ onImageSelected?: (file: File) => void;
40
+ /** Extensiones aceptadas por el input de archivo. */
41
+ acceptImageExtensions?: string;
42
+ /** Vista previa de la imagen adjunta. La URL la construye el consumidor. */
43
+ imagePreviewUrl?: string;
44
+ onRemoveImage?: () => void;
45
+ isDisabled?: boolean;
46
+ isLoading?: boolean;
47
+ hasError?: boolean;
48
+ /** Mensaje de error mostrado bajo el campo cuando `hasError` es `true`. */
49
+ errorMessage?: string;
50
+ maxCharacters?: number;
51
+ customClassName?: string;
52
+ }
53
+ //# sourceMappingURL=BordCommentInput.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentInput/BordCommentInput.types.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,MAAM,WAAW,2BAA2B;IAC1C,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,2BAA2B;IAC9E,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,iDAAiD;IACjD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wDAAwD;IACxD,gBAAgB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACjD,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACjD,gEAAgE;IAChE,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,2BAA2B,KAAK,IAAI,CAAC;IAC5D,sFAAsF;IACtF,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,mEAAmE;IACnE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qFAAqF;IACrF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACvC,qDAAqD;IACrD,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,4EAA4E;IAC5E,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2EAA2E;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,6 @@
1
+ import type { FC } from 'react';
2
+ import type { ICommentMentionChipProps } from './CommentMentionChip.types';
3
+ import './CommentMentionChip.scss';
4
+ declare const CommentMentionChip: FC<ICommentMentionChipProps>;
5
+ export default CommentMentionChip;
6
+ //# sourceMappingURL=CommentMentionChip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAE3E,OAAO,2BAA2B,CAAC;AAEnC,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,wBAAwB,CAapD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export interface ICommentMentionChipProps {
2
+ email: string;
3
+ onRemove?: () => void;
4
+ }
5
+ //# sourceMappingURL=CommentMentionChip.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionChip.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB"}
@@ -0,0 +1,6 @@
1
+ import type { FC } from 'react';
2
+ import type { ICommentMentionChipsProps } from './CommentMentionChips.types';
3
+ import './CommentMentionChips.scss';
4
+ declare const CommentMentionChips: FC<ICommentMentionChipsProps>;
5
+ export default CommentMentionChips;
6
+ //# sourceMappingURL=CommentMentionChips.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionChips.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E,OAAO,4BAA4B,CAAC;AAEpC,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,yBAAyB,CAgBtD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { IBordCommentSelectedMention } from '../../BordCommentInput.types';
2
+ export interface ICommentMentionChipsProps {
3
+ mentions: IBordCommentSelectedMention[];
4
+ isDisabled?: boolean;
5
+ onRemoveMention?: (uid: string) => void;
6
+ }
7
+ //# sourceMappingURL=CommentMentionChips.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionChips.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChips/CommentMentionChips.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,WAAW,yBAAyB;IACxC,QAAQ,EAAE,2BAA2B,EAAE,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC"}
@@ -0,0 +1,6 @@
1
+ import type { FC } from 'react';
2
+ import type { ICommentMentionableUserProps } from './CommentMentionableUser.types';
3
+ import './CommentMentionableUser.scss';
4
+ declare const CommentMentionableUser: FC<ICommentMentionableUserProps>;
5
+ export default CommentMentionableUser;
6
+ //# sourceMappingURL=CommentMentionableUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionableUser.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,OAAO,+BAA+B,CAAC;AAEvC,QAAA,MAAM,sBAAsB,EAAE,EAAE,CAAC,4BAA4B,CAe5D,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { IBordCommentMentionableUser } from '../../BordCommentInput.types';
2
+ export interface ICommentMentionableUserProps {
3
+ user: IBordCommentMentionableUser;
4
+ onSelect: (user: IBordCommentMentionableUser) => void;
5
+ }
6
+ //# sourceMappingURL=CommentMentionableUser.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionableUser.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,2BAA2B,CAAC;IAClC,QAAQ,EAAE,CAAC,IAAI,EAAE,2BAA2B,KAAK,IAAI,CAAC;CACvD"}
@@ -0,0 +1,6 @@
1
+ import type { FC } from 'react';
2
+ import type { ICommentMentionableUsersListProps } from './CommentMentionableUsersList.types';
3
+ import './CommentMentionableUsersList.scss';
4
+ declare const CommentMentionableUsersList: FC<ICommentMentionableUsersListProps>;
5
+ export default CommentMentionableUsersList;
6
+ //# sourceMappingURL=CommentMentionableUsersList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionableUsersList.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAE7F,OAAO,oCAAoC,CAAC;AAE5C,QAAA,MAAM,2BAA2B,EAAE,EAAE,CAAC,iCAAiC,CAsBtE,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { IBordCommentMentionableUser } from '../../BordCommentInput.types';
2
+ export interface ICommentMentionableUsersListProps {
3
+ users: IBordCommentMentionableUser[];
4
+ /** Término escrito después del `@`. */
5
+ search: string;
6
+ searchLabel: string;
7
+ emptyLabel: string;
8
+ onSelectUser: (user: IBordCommentMentionableUser) => void;
9
+ }
10
+ //# sourceMappingURL=CommentMentionableUsersList.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentMentionableUsersList.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,WAAW,iCAAiC;IAChD,KAAK,EAAE,2BAA2B,EAAE,CAAC;IACrC,uCAAuC;IACvC,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,IAAI,EAAE,2BAA2B,KAAK,IAAI,CAAC;CAC3D"}
@@ -0,0 +1,10 @@
1
+ import type { FC } from 'react';
2
+ import type { IBordCommentsPanelProps } from './BordCommentsPanel.types';
3
+ import './BordCommentsPanel.scss';
4
+ /**
5
+ * Panel del hilo de comentarios internos: encabezado, listado de comentarios
6
+ * con estado vacío, zona de suelta de imagen y campo de redacción al pie.
7
+ */
8
+ declare const BordCommentsPanel: FC<IBordCommentsPanelProps>;
9
+ export default BordCommentsPanel;
10
+ //# sourceMappingURL=BordCommentsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentsPanel/BordCommentsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQhC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE,OAAO,0BAA0B,CAAC;AAElC;;;GAGG;AACH,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,uBAAuB,CAwElD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import type { IBordCommentProps } from '../BordComment/BordComment.types';
2
+ import type { IBordCommentInputProps } from '../BordCommentInput/BordCommentInput.types';
3
+ /** Comentario del hilo. El `uid` se usa como key y el divisor se calcula en el panel. */
4
+ export interface IBordCommentThreadItem extends Omit<IBordCommentProps, 'hasDivider'> {
5
+ uid: string;
6
+ }
7
+ export interface IBordCommentsPanelProps {
8
+ title?: string;
9
+ comments: IBordCommentThreadItem[];
10
+ onClose: () => void;
11
+ /** Props del campo de redacción del pie del panel. */
12
+ inputProps: IBordCommentInputProps;
13
+ /**
14
+ * Muestra un indicador de carga en lugar del estado vacío. Solo aplica cuando aún no hay
15
+ * comentarios: si ya hay hilo cargado se mantiene visible mientras se revalida.
16
+ */
17
+ isLoadingComments?: boolean;
18
+ isDraggingImage?: boolean;
19
+ dropImageLabel?: string;
20
+ closeLabel?: string;
21
+ emptyStateLabel?: string;
22
+ customWidth?: string;
23
+ customHeight?: string;
24
+ customClassName?: string;
25
+ }
26
+ //# sourceMappingURL=BordCommentsPanel.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordCommentsPanel.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentsPanel/BordCommentsPanel.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AAEzF,yFAAyF;AACzF,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC;IACnF,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,sBAAsB,EAAE,CAAC;IACnC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,sDAAsD;IACtD,UAAU,EAAE,sBAAsB,CAAC;IACnC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from 'react';
2
- export type TbordilustrationIcon = 'wiping' | 'pieChart' | 'logout' | 'pin' | 'setting' | 'marketPlace' | 'search' | 'box' | 'warning' | 'danger' | 'success' | 'device' | 'store' | 'apple' | 'settingLaptop' | 'bordy' | 'specialMarketPlace3dFilledCart' | '3DSpecial' | 'filledSuccess' | '3DSpecialDocument' | 'loupe' | 'learnBord' | '3DSuccess' | '3DDanger' | '3DSpecialBell';
2
+ export type TbordilustrationIcon = 'wiping' | 'pieChart' | 'logout' | 'pin' | 'setting' | 'marketPlace' | 'search' | 'box' | 'warning' | 'danger' | 'success' | 'device' | 'store' | 'apple' | 'settingLaptop' | 'bordy' | 'specialMarketPlace3dFilledCart' | '3DSpecial' | 'filledSuccess' | '3DSpecialDocument' | 'loupe' | 'learnBord' | '3DSuccess' | '3DDanger' | '3DSpecialBell' | 'galleryIcon';
3
3
  export declare enum BORD_ILUSTRATION_ICONS {
4
4
  'wiping' = "wiping",
5
5
  'pieChart' = "pieChart",
@@ -25,7 +25,8 @@ export declare enum BORD_ILUSTRATION_ICONS {
25
25
  'learnBord' = "learnBord",
26
26
  '3DSuccess' = "3DSuccess",
27
27
  '3DDanger' = "3DDanger",
28
- '3DSpecialBell' = "3DSpecialBell"
28
+ '3DSpecialBell' = "3DSpecialBell",
29
+ 'galleryIcon' = "galleryIcon"
29
30
  }
30
31
  export interface IBordIlustrationIconProps extends ComponentProps<'svg'> {
31
32
  variant: TbordilustrationIcon;
@@ -1 +1 @@
1
- {"version":3,"file":"BordIlustration.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordIlustrationIcon/BordIlustration.types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,oBAAoB,GAC5B,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,KAAK,GACL,SAAS,GACT,aAAa,GACb,QAAQ,GACR,KAAK,GACL,SAAS,GACT,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,OAAO,GACP,OAAO,GACP,eAAe,GACf,OAAO,GACP,gCAAgC,GAChC,WAAW,GACX,eAAe,GACf,mBAAmB,GACnB,OAAO,GACP,WAAW,GACX,WAAW,GACX,UAAU,GACV,eAAe,CAAC;AAEpB,oBAAY,sBAAsB;IAChC,QAAQ,WAAW;IACnB,UAAU,aAAa;IACvB,QAAQ,WAAW;IACnB,KAAK,QAAQ;IACb,SAAS,YAAY;IACrB,aAAa,gBAAgB;IAC7B,QAAQ,WAAW;IACnB,KAAK,QAAQ;IACb,SAAS,YAAY;IACrB,QAAQ,WAAW;IACnB,SAAS,YAAY;IACrB,QAAQ,WAAW;IACnB,OAAO,UAAU;IACjB,OAAO,UAAU;IACjB,eAAe,kBAAkB;IACjC,OAAO,UAAU;IACjB,gCAAgC,mCAAmC;IACnE,WAAW,cAAc;IACzB,eAAe,kBAAkB;IACjC,mBAAmB,sBAAsB;IACzC,OAAO,UAAU;IACjB,WAAW,cAAc;IACzB,WAAW,cAAc;IACzB,UAAU,aAAa;IACvB,eAAe,kBAAkB;CAClC;AAED,MAAM,WAAW,yBAA0B,SAAQ,cAAc,CAAC,KAAK,CAAC;IACtE,OAAO,EAAE,oBAAoB,CAAC;IAC9B,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,MAAM,CAAC;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
1
+ {"version":3,"file":"BordIlustration.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordIlustrationIcon/BordIlustration.types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,oBAAoB,GAC5B,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,KAAK,GACL,SAAS,GACT,aAAa,GACb,QAAQ,GACR,KAAK,GACL,SAAS,GACT,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,OAAO,GACP,OAAO,GACP,eAAe,GACf,OAAO,GACP,gCAAgC,GAChC,WAAW,GACX,eAAe,GACf,mBAAmB,GACnB,OAAO,GACP,WAAW,GACX,WAAW,GACX,UAAU,GACV,eAAe,GACf,aAAa,CAAC;AAElB,oBAAY,sBAAsB;IAChC,QAAQ,WAAW;IACnB,UAAU,aAAa;IACvB,QAAQ,WAAW;IACnB,KAAK,QAAQ;IACb,SAAS,YAAY;IACrB,aAAa,gBAAgB;IAC7B,QAAQ,WAAW;IACnB,KAAK,QAAQ;IACb,SAAS,YAAY;IACrB,QAAQ,WAAW;IACnB,SAAS,YAAY;IACrB,QAAQ,WAAW;IACnB,OAAO,UAAU;IACjB,OAAO,UAAU;IACjB,eAAe,kBAAkB;IACjC,OAAO,UAAU;IACjB,gCAAgC,mCAAmC;IACnE,WAAW,cAAc;IACzB,eAAe,kBAAkB;IACjC,mBAAmB,sBAAsB;IACzC,OAAO,UAAU;IACjB,WAAW,cAAc;IACzB,WAAW,cAAc;IACzB,UAAU,aAAa;IACvB,eAAe,kBAAkB;IACjC,aAAa,gBAAgB;CAC9B;AAED,MAAM,WAAW,yBAA0B,SAAQ,cAAc,CAAC,KAAK,CAAC;IACtE,OAAO,EAAE,oBAAoB,CAAC;IAC9B,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,MAAM,CAAC;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,3 @@
1
+ declare const BordGalleryIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default BordGalleryIcon;
3
+ //# sourceMappingURL=BordGalleryIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BordGalleryIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/BordIlustrationIcon/Icons/BordGalleryIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,+CAiEpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"listOfBordIlustrationIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/BordIlustrationIcon/Icons/listOfBordIlustrationIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAkB1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAUlE,eAAO,MAAM,yBAAyB,EAAE;KACrC,GAAG,IAAI,sBAAsB,GAAG,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;CA2B1E,CAAC"}
1
+ {"version":3,"file":"listOfBordIlustrationIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/BordIlustrationIcon/Icons/listOfBordIlustrationIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAkB1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAWlE,eAAO,MAAM,yBAAyB,EAAE;KACrC,GAAG,IAAI,sBAAsB,GAAG,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;CA4B1E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BordIncidentClosureList.d.ts","sourceRoot":"","sources":["../../../src/components/BordIncidentClosureList/BordIncidentClosureList.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAyB,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AACvG,OAAO,gCAAgC,CAAC;AAOxC;;;;GAIG;AACH,QAAA,MAAM,uBAAuB,kHAQ1B,wBAAwB,4CAwG1B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
1
+ {"version":3,"file":"BordIncidentClosureList.d.ts","sourceRoot":"","sources":["../../../src/components/BordIncidentClosureList/BordIncidentClosureList.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAyB,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AACvG,OAAO,gCAAgC,CAAC;AAOxC;;;;GAIG;AACH,QAAA,MAAM,uBAAuB,kHAQ1B,wBAAwB,4CA8G1B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -4,6 +4,7 @@ export interface IBordClosableIncident {
4
4
  visibleId: string;
5
5
  createdAtLabel: string;
6
6
  createdBy: string;
7
+ notificationLabel?: string;
7
8
  isReadOnly?: boolean;
8
9
  }
9
10
  export interface IBordIncidentClosureList {
@@ -1 +1 @@
1
- {"version":3,"file":"BordIncidentClosureList.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordIncidentClosureList/BordIncidentClosureList.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"BordIncidentClosureList.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordIncidentClosureList/BordIncidentClosureList.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"BordTable.d.ts","sourceRoot":"","sources":["../../../src/components/BordTable/BordTable.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErE,OAAO,kBAAkB,CAAC;AAI1B,QAAA,MAAM,SAAS,GAAI,IAAI,SAAS,gBAAgB,gGAO7C,cAAc,CAAC,IAAI,CAAC,4CA8JtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"BordTable.d.ts","sourceRoot":"","sources":["../../../src/components/BordTable/BordTable.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErE,OAAO,kBAAkB,CAAC;AAI1B,QAAA,MAAM,SAAS,GAAI,IAAI,SAAS,gBAAgB,gGAO7C,cAAc,CAAC,IAAI,CAAC,4CA+KtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BordTableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableCell/BordTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAkB3D,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAoBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"BordTableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableCell/BordTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAa3D,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAUzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -3,7 +3,6 @@ export type BordTableCellProps = {
3
3
  children: ReactNode;
4
4
  detail?: ReactNode;
5
5
  sticky?: 'left' | 'right';
6
- stickyShadow?: boolean;
7
6
  align?: 'left' | 'center' | 'right';
8
7
  className?: string;
9
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"BordTableCell.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableCell/BordTableCell.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"BordTableCell.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableCell/BordTableCell.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BordTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAkBvE,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CAcrD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"BordTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAavE,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CAKrD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -2,7 +2,6 @@ import { ReactNode } from 'react';
2
2
  export type BordTableHeaderCellProps = {
3
3
  header: ReactNode;
4
4
  sticky?: 'left' | 'right';
5
- stickyShadow?: boolean;
6
5
  align?: 'left' | 'center' | 'right';
7
6
  className?: string;
8
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"BordTableHeaderCell.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"BordTableHeaderCell.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordTable/components/BordTableHeaderCell/BordTableHeaderCell.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -27,6 +27,10 @@ import BordTooltip from './BordTooltip/BordTooltip';
27
27
  import { BordTooltipKeyValueMessage } from './BordTooltip/components/BordTooltipKeyValueMessage/BordTooltipKeyValueMessage';
28
28
  import BordSortSelect from './BordSortSelect/BordSortSelect';
29
29
  import BordBadge from './BordBadge/BordBadge';
30
+ import BordComment from './BordComment/BordComment';
31
+ import BordCommentBubble from './BordCommentBubble/BordCommentBubble';
32
+ import BordCommentInput from './BordCommentInput/BordCommentInput';
33
+ import BordCommentsPanel from './BordCommentsPanel/BordCommentsPanel';
30
34
  import BordEmptyState from './BordEmptyState/BordEmptyState';
31
35
  import BordGenericSelect from './BordGenericSelect/BordGenericSelect';
32
36
  import { ThemeProvider } from '../provider/themeProvider';
@@ -91,7 +95,7 @@ import BordProgressBar from './BordProgressBar/BordProgressBar';
91
95
  import '../styles/index.scss';
92
96
  export * from '../types/components.types';
93
97
  export { COMPACT_MESSAGE_CONTAINER_SIZE } from './BordTooltip/BordTooltip.constants';
94
- export { BordAccordion, BordAvatar, BordFlag, BordOneToneIcon, BordTextInput, BordTwoToneIcon, BordBackButton, BordAttentionButton, BordInfoBanner, BordButton, BordCard, BordTabs, BordInfoCard, BordMetricCard, BordTabBar, BordTab, BordTabsGroupWithBadge, BordFloatDropdown, BordFilters, BordSearchBar, BordModal, ModalContent, BordIlustrationIcon, BordToast, BordTooltip, BordTooltipKeyValueMessage, BordMetricCards, BordSortSelect, BordBadge, BordGenericSelect, BordEmptyState, ThemeProvider, BordSwitch, BordSelect, BordSelectTriggerDefault, BordSelectTriggerBare, BordSelectTriggerGradient, BordSelectDropdown, BordConditionBadge, BordUploaderButton, BordActionButton, BordBreadCrumb, BordCellCard, BordCheckBox, BordDatePicker, BordDropdown, BordFeedbackAlert, BordFiltersExpandableSelect, BordGlass, BordLogo, BordMarketplaceButton, BordMentions, BordNotificationIcon, BordPasswordInput, BordPhoto, BordProfileSummary, BordRadioButton, BordScrollBar, BordSidebar, BordSidebarButton, BordSidebarWithFilters, BordStatus, BordStepper, BordVerticalStepper, BordTag, BordTags, BordTextArea, BordTextButton, BordToolModelMarker, BordToolsPhotos, BordTrelloRowFooterBadgeList, BordLateralModal, BordSwitchGroup, BordAnimationLoader, BordConfigStatusCard, BordGroupedComboBox, BordEmailPreview, BordIncidentDatesForm, BordIncidentClosureList, BordTickSpinner, BordTrackingEventCard, BordIncidentCard, BordTrackingEtaCard, BordConfigStatusReport, BordConditionTooltip, BordDinamic, BordDinamicList, BordUploadImage, BordTable, BordCapacity, BordComposeMetricCards, BordProgressBar, };
98
+ export { BordAccordion, BordAvatar, BordFlag, BordOneToneIcon, BordTextInput, BordTwoToneIcon, BordBackButton, BordAttentionButton, BordInfoBanner, BordButton, BordCard, BordTabs, BordInfoCard, BordMetricCard, BordTabBar, BordTab, BordTabsGroupWithBadge, BordFloatDropdown, BordFilters, BordSearchBar, BordModal, ModalContent, BordIlustrationIcon, BordToast, BordTooltip, BordTooltipKeyValueMessage, BordMetricCards, BordSortSelect, BordBadge, BordGenericSelect, BordComment, BordCommentBubble, BordCommentInput, BordCommentsPanel, BordEmptyState, ThemeProvider, BordSwitch, BordSelect, BordSelectTriggerDefault, BordSelectTriggerBare, BordSelectTriggerGradient, BordSelectDropdown, BordConditionBadge, BordUploaderButton, BordActionButton, BordBreadCrumb, BordCellCard, BordCheckBox, BordDatePicker, BordDropdown, BordFeedbackAlert, BordFiltersExpandableSelect, BordGlass, BordLogo, BordMarketplaceButton, BordMentions, BordNotificationIcon, BordPasswordInput, BordPhoto, BordProfileSummary, BordRadioButton, BordScrollBar, BordSidebar, BordSidebarButton, BordSidebarWithFilters, BordStatus, BordStepper, BordVerticalStepper, BordTag, BordTags, BordTextArea, BordTextButton, BordToolModelMarker, BordToolsPhotos, BordTrelloRowFooterBadgeList, BordLateralModal, BordSwitchGroup, BordAnimationLoader, BordConfigStatusCard, BordGroupedComboBox, BordEmailPreview, BordIncidentDatesForm, BordIncidentClosureList, BordTickSpinner, BordTrackingEventCard, BordIncidentCard, BordTrackingEtaCard, BordConfigStatusReport, BordConditionTooltip, BordDinamic, BordDinamicList, BordUploadImage, BordTable, BordCapacity, BordComposeMetricCards, BordProgressBar, };
95
99
  export type { TIncidentVariant, TIncidentStatus, TIncidentType, IIncidentTypeConfig, IBordIncidentCardProps, } from './BordIncidentCard/BordIncidentCard.types';
96
100
  export { INCIDENT_TYPE_CONFIG } from './BordIncidentCard/BordIncidentCard.constants';
97
101
  export type { IBordTrackingEventCardProps } from './BordTrackingEventCard/BordTrackingEventCard.types';
@@ -104,4 +108,8 @@ export type { IBordUploadImageProps, TBordUploadImageVariant } from './BordUploa
104
108
  export type { IBordProgressBarProps, IBordProgressBarSegment, TBordProgressBarColor, } from './BordProgressBar/BordProgressBar.types';
105
109
  export type { BordTableColumn, BordTableProps, BordTableRowData } from './BordTable/BordTable.types';
106
110
  export type { IBordComposeMetricCardsProps, IBordComposeMetricCardsMain, IBordComposeMetricCardsItem, IBordComposeMetricCardsHighlight, TBordComposeMetricCardsVariant, } from './BordComposeMetricCards/BordComposeMetricCards.types';
111
+ export type { IBordCommentProps, IBordCommentMention, TBordCommentAuthorType, } from './BordComment/BordComment.types';
112
+ export type { IBordCommentBubbleProps } from './BordCommentBubble/BordCommentBubble.types';
113
+ export type { IBordCommentInputProps, IBordCommentMentionableUser, IBordCommentSelectedMention, } from './BordCommentInput/BordCommentInput.types';
114
+ export type { IBordCommentsPanelProps, IBordCommentThreadItem } from './BordCommentsPanel/BordCommentsPanel.types';
107
115
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}