bord-design-system 0.0.32 → 0.0.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.
- package/README.md +5 -2
- package/dist/components/BordCommentInput/BordCommentInput.d.ts.map +1 -1
- package/dist/components/BordCommentInput/BordCommentInput.types.d.ts +4 -3
- package/dist/components/BordCommentInput/BordCommentInput.types.d.ts.map +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.d.ts +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.d.ts.map +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.d.ts +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.d.ts.map +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.types.d.ts +1 -0
- package/dist/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.types.d.ts.map +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.d.ts.map +1 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.types.d.ts +5 -1
- package/dist/components/BordCommentInput/components/CommentMentionableUsersList/CommentMentionableUsersList.types.d.ts.map +1 -1
- package/dist/components/BordCommentsPanel/BordCommentsPanel.d.ts +1 -1
- package/dist/components/BordCommentsPanel/BordCommentsPanel.d.ts.map +1 -1
- package/dist/components/BordOneToneIcon/BordOneToneIcon.d.ts +1 -1
- package/dist/components/BordOneToneIcon/BordOneToneIcon.d.ts.map +1 -1
- package/dist/components/BordProgressBar/BordProgressBar.d.ts.map +1 -1
- package/dist/components/BordProgressBar/BordProgressBar.types.d.ts +6 -0
- package/dist/components/BordProgressBar/BordProgressBar.types.d.ts.map +1 -1
- package/dist/components/BordSelect/BordSelect.d.ts.map +1 -1
- package/dist/components/BordSelect/BordSelect.types.d.ts +1 -0
- package/dist/components/BordSelect/BordSelect.types.d.ts.map +1 -1
- package/dist/components/BordTable/BordTable.d.ts.map +1 -1
- package/dist/components/BordTabs/BordTabs.d.ts +1 -1
- package/dist/components/BordTabs/BordTabs.d.ts.map +1 -1
- package/dist/components/BordTabs/BordTabs.type.d.ts +2 -0
- package/dist/components/BordTabs/BordTabs.type.d.ts.map +1 -1
- package/dist/index.d.ts +15 -5
- package/dist/index.esm.js +141 -95
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +141 -95
- package/dist/index.js.map +1 -1
- package/dist/index.webpack.js +141 -95
- package/dist/index.webpack.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,9 +189,12 @@ No es obligatorio incrementar la versión de la librería para actualizaciones e
|
|
|
189
189
|
|
|
190
190
|
> [!IMPORTANT] **Consenso de Versionado:** Antes de realizar un `release` en la librería, se debe validar en equipo la versión resultante. El objetivo es evitar el **versionado arbitrario** y prevenir conflictos de dependencias en los proyectos que consumen el Design System.
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
🔒 **Guardrail automático:** el workflow `publish.yml` compara la versión de `package.json` contra la ya publicada en npm antes de correr `npm publish`. Si no cambió, el job termina en verde sin publicar nada — así un push a `main` que solo afecta Storybook/Pages no falla ni genera un intento de publish duplicado.
|
|
193
193
|
|
|
194
|
-
|
|
194
|
+
### 🌐 URL GIT-PAGES
|
|
195
|
+
|
|
196
|
+
- **Producción (`main`):** [https://somosnudos.github.io/bord-design-system/](https://somosnudos.github.io/bord-design-system/?path=/story/bordactionbutton--active)
|
|
197
|
+
- **Preview (`develop`):** [https://somosnudos.github.io/bord-design-system/dev/](https://somosnudos.github.io/bord-design-system/dev/?path=/story/bordactionbutton--active)
|
|
195
198
|
|
|
196
199
|
|
|
197
200
|
### Probar la librería en local con `yarn link`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordCommentInput.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentInput/BordCommentInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"BordCommentInput.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentInput/BordCommentInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,EAAE,EAGR,MAAM,OAAO,CAAC;AAOf,OAAO,KAAK,EACV,sBAAsB,EAGvB,MAAM,0BAA0B,CAAC;AAElC,OAAO,yBAAyB,CAAC;AAYjC;;;;GAIG;AACH,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,sBAAsB,CAkQhD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -4,6 +4,7 @@ export interface IBordCommentMentionableUser {
|
|
|
4
4
|
name: string;
|
|
5
5
|
email: string;
|
|
6
6
|
photoUrl?: string;
|
|
7
|
+
isResponsible?: boolean;
|
|
7
8
|
}
|
|
8
9
|
/**
|
|
9
10
|
* Mención ya seleccionada, renderizada como chip bajo el campo.
|
|
@@ -28,9 +29,9 @@ export interface IBordCommentInputProps {
|
|
|
28
29
|
onMentionUser?: (user: IBordCommentMentionableUser) => void;
|
|
29
30
|
/** Habilita el botón de quitar en los chips con `isRemovable` distinto de `false`. */
|
|
30
31
|
onRemoveMention?: (uid: string) => void;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
mentionsResultsLabel?: string;
|
|
33
|
+
mentionsResponsiblesLabel?: string;
|
|
34
|
+
mentionsTeamLabel?: string;
|
|
34
35
|
mentionsEmptyLabel?: string;
|
|
35
36
|
/**
|
|
36
37
|
* Se dispara al elegir una imagen con el botón de adjuntar o al pegarla desde el portapapeles.
|
|
@@ -1 +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;
|
|
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;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;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,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,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"}
|
package/dist/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommentMentionChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"CommentMentionChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionChip/CommentMentionChip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAK5C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAE3E,OAAO,2BAA2B,CAAC;AAEnC,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,wBAAwB,CAcpD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommentMentionableUser.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"CommentMentionableUser.d.ts","sourceRoot":"","sources":["../../../../../src/components/BordCommentInput/components/CommentMentionableUser/CommentMentionableUser.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAK/D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,OAAO,+BAA+B,CAAC;AAEvC,QAAA,MAAM,sBAAsB,EAAE,EAAE,CAAC,4BAA4B,CAmB5D,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { IBordCommentMentionableUser } from '../../BordCommentInput.types';
|
|
2
2
|
export interface ICommentMentionableUserProps {
|
|
3
3
|
user: IBordCommentMentionableUser;
|
|
4
|
+
isActive?: boolean;
|
|
4
5
|
onSelect: (user: IBordCommentMentionableUser) => void;
|
|
5
6
|
}
|
|
6
7
|
//# sourceMappingURL=CommentMentionableUser.types.d.ts.map
|
|
@@ -1 +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"}
|
|
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,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,2BAA2B,KAAK,IAAI,CAAC;CACvD"}
|
|
@@ -1 +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,
|
|
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,CA8CtE,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -3,7 +3,11 @@ export interface ICommentMentionableUsersListProps {
|
|
|
3
3
|
users: IBordCommentMentionableUser[];
|
|
4
4
|
/** Término escrito después del `@`. */
|
|
5
5
|
search: string;
|
|
6
|
-
|
|
6
|
+
/** Usuario resaltado por la navegación con flechas, el que selecciona `Enter`. */
|
|
7
|
+
activeUid?: string;
|
|
8
|
+
resultsLabel: string;
|
|
9
|
+
responsiblesLabel: string;
|
|
10
|
+
teamLabel: string;
|
|
7
11
|
emptyLabel: string;
|
|
8
12
|
onSelectUser: (user: IBordCommentMentionableUser) => void;
|
|
9
13
|
}
|
|
@@ -1 +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,
|
|
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,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,IAAI,EAAE,2BAA2B,KAAK,IAAI,CAAC;CAC3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordCommentsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentsPanel/BordCommentsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"BordCommentsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/BordCommentsPanel/BordCommentsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,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,CA0ElD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -4,7 +4,7 @@ declare const BordOneToneIcon: ({ variant, standardSize, customWidth, style, cus
|
|
|
4
4
|
export default BordOneToneIcon;
|
|
5
5
|
export interface IbordOneToneIconProps extends ComponentProps<'svg'> {
|
|
6
6
|
variant: TbordOneToneIcon;
|
|
7
|
-
standardSize?: 12 | 14 | 16 | 18 | 20 | 24 | 32;
|
|
7
|
+
standardSize?: 10 | 12 | 14 | 16 | 18 | 20 | 24 | 32;
|
|
8
8
|
customWidth?: string;
|
|
9
9
|
customClassName?: string;
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordOneToneIcon.d.ts","sourceRoot":"","sources":["../../../src/components/BordOneToneIcon/BordOneToneIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAG3D,QAAA,MAAM,eAAe,4EAOlB,qBAAqB,4CAcvB,CAAC;AAEF,eAAe,eAAe,CAAC;AAE/B,MAAM,WAAW,qBAAsB,SAAQ,cAAc,CAAC,KAAK,CAAC;IAClE,OAAO,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"BordOneToneIcon.d.ts","sourceRoot":"","sources":["../../../src/components/BordOneToneIcon/BordOneToneIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAG3D,QAAA,MAAM,eAAe,4EAOlB,qBAAqB,4CAcvB,CAAC;AAEF,eAAe,eAAe,CAAC;AAE/B,MAAM,WAAW,qBAAsB,SAAQ,cAAc,CAAC,KAAK,CAAC;IAClE,OAAO,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IACrD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/BordProgressBar/BordProgressBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAkD,MAAM,yBAAyB,CAAC;AAErH,OAAO,wBAAwB,CAAC;AA0ChC;;;;;;GAMG;AACH,QAAA,MAAM,eAAe,UAAW,qBAAqB,
|
|
1
|
+
{"version":3,"file":"BordProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/BordProgressBar/BordProgressBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAkD,MAAM,yBAAyB,CAAC;AAErH,OAAO,wBAAwB,CAAC;AA0ChC;;;;;;GAMG;AACH,QAAA,MAAM,eAAe,UAAW,qBAAqB,gBA4GpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -14,6 +14,12 @@ interface IBordProgressBarBaseProps {
|
|
|
14
14
|
customClassName?: string;
|
|
15
15
|
leftContent?: ReactNode;
|
|
16
16
|
rightContent?: ReactNode;
|
|
17
|
+
/** Clase extra para el wrapper que envuelve leftContent + barra + rightContent (solo aplica si hay leftContent o rightContent). */
|
|
18
|
+
layoutClassName?: string;
|
|
19
|
+
/** Clase extra para el wrapper de la barra en sí, dentro del layout con contenido lateral. */
|
|
20
|
+
centerClassName?: string;
|
|
21
|
+
/** Clase extra para cada bloque de contenido lateral (leftContent y rightContent). */
|
|
22
|
+
infoClassName?: string;
|
|
17
23
|
}
|
|
18
24
|
interface IBordProgressBarSolidProps extends IBordProgressBarBaseProps {
|
|
19
25
|
variant: 'solid';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordProgressBar.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordProgressBar/BordProgressBar.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAEhE,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,eAAe,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC,GAAG,UAAU,CAAC;AAE5G,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B;AAED,UAAU,yBAAyB;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACpD,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"BordProgressBar.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordProgressBar/BordProgressBar.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAEhE,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,eAAe,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC,GAAG,UAAU,CAAC;AAE5G,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B;AAED,UAAU,yBAAyB;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACpD,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,mIAAmI;IACnI,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8FAA8F;IAC9F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sFAAsF;IACtF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,0BAA2B,SAAQ,yBAAyB;IACpE,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB;AAED,UAAU,8BAA+B,SAAQ,yBAAyB;IACxE,OAAO,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,uBAAuB,EAAE,CAAC;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,cAAc,CAAC,EAAE,KAAK,CAAC;CACxB;AAED,MAAM,MAAM,qBAAqB,GAAG,0BAA0B,GAAG,8BAA8B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordSelect.d.ts","sourceRoot":"","sources":["../../../src/components/BordSelect/BordSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA6B,MAAM,OAAO,CAAC;AAQ3D,OAAO,KAAK,EAAyB,gBAAgB,EAA0B,MAAM,oBAAoB,CAAC;AAM1G,OAAO,mBAAmB,CAAC;AAQ3B,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"BordSelect.d.ts","sourceRoot":"","sources":["../../../src/components/BordSelect/BordSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA6B,MAAM,OAAO,CAAC;AAQ3D,OAAO,KAAK,EAAyB,gBAAgB,EAA0B,MAAM,oBAAoB,CAAC;AAM1G,OAAO,mBAAmB,CAAC;AAQ3B,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAuSpC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -8,6 +8,7 @@ export type TBordSelectOption = {
|
|
|
8
8
|
labelPrefix?: ReactNode;
|
|
9
9
|
labelSuffix?: ReactNode;
|
|
10
10
|
triggerAccent?: TBordSelectTriggerAccent;
|
|
11
|
+
disabled?: boolean;
|
|
11
12
|
};
|
|
12
13
|
export type TBordSelectTriggerVariant = 'default' | 'bare' | 'gradient' | 'search';
|
|
13
14
|
export type TBordSelectIndicatorPlacement = 'start' | 'end' | 'none';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordSelect.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordSelect/BordSelect.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,wBAAwB,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEvF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"BordSelect.types.d.ts","sourceRoot":"","sources":["../../../src/components/BordSelect/BordSelect.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -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;
|
|
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;AAK1B,QAAA,MAAM,SAAS,GAAI,IAAI,SAAS,gBAAgB,gGAO7C,cAAc,CAAC,IAAI,CAAC,4CA+KtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,5 +4,5 @@ export declare const TabsContext: import("react").Context<ITabsContextType | und
|
|
|
4
4
|
/**
|
|
5
5
|
* Contenedor de tabs con soporte controlado/no controlado y variantes visuales.
|
|
6
6
|
*/
|
|
7
|
-
export declare const BordTabs: ({ value, children, defaultValue, textColor, onChange, variant }: IBordTabs) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const BordTabs: ({ value, children, defaultValue, textColor, onChange, variant, withContainer, containerContent, }: IBordTabs) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=BordTabs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordTabs.d.ts","sourceRoot":"","sources":["../../../src/components/BordTabs/BordTabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,iBAAiB,CAAC;AAEzB,eAAO,MAAM,WAAW,uDAItB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"BordTabs.d.ts","sourceRoot":"","sources":["../../../src/components/BordTabs/BordTabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,iBAAiB,CAAC;AAEzB,eAAO,MAAM,WAAW,uDAItB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,QAAQ,sGASlB,SAAS,4CAqHX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BordTabs.type.d.ts","sourceRoot":"","sources":["../../../src/components/BordTabs/BordTabs.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"BordTabs.type.d.ts","sourceRoot":"","sources":["../../../src/components/BordTabs/BordTabs.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B"}
|
package/dist/index.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ declare const BordOneToneIcon: ({ variant, standardSize, customWidth, style, cus
|
|
|
326
326
|
|
|
327
327
|
interface IbordOneToneIconProps extends ComponentProps<'svg'> {
|
|
328
328
|
variant: TbordOneToneIcon;
|
|
329
|
-
standardSize?: 12 | 14 | 16 | 18 | 20 | 24 | 32;
|
|
329
|
+
standardSize?: 10 | 12 | 14 | 16 | 18 | 20 | 24 | 32;
|
|
330
330
|
customWidth?: string;
|
|
331
331
|
customClassName?: string;
|
|
332
332
|
}
|
|
@@ -960,12 +960,14 @@ interface IBordTabs {
|
|
|
960
960
|
children: ReactNode;
|
|
961
961
|
value?: TTabValue;
|
|
962
962
|
onChange?: (value: TTabValue) => void;
|
|
963
|
+
withContainer?: boolean;
|
|
964
|
+
containerContent?: ReactNode;
|
|
963
965
|
}
|
|
964
966
|
|
|
965
967
|
/**
|
|
966
968
|
* Contenedor de tabs con soporte controlado/no controlado y variantes visuales.
|
|
967
969
|
*/
|
|
968
|
-
declare const BordTabs: ({ value, children, defaultValue, textColor, onChange, variant }: IBordTabs) => react_jsx_runtime.JSX.Element;
|
|
970
|
+
declare const BordTabs: ({ value, children, defaultValue, textColor, onChange, variant, withContainer, containerContent, }: IBordTabs) => react_jsx_runtime.JSX.Element;
|
|
969
971
|
|
|
970
972
|
type TBordFooterBadgeIconConfig = {
|
|
971
973
|
variant: string;
|
|
@@ -1487,6 +1489,7 @@ interface IBordCommentMentionableUser {
|
|
|
1487
1489
|
name: string;
|
|
1488
1490
|
email: string;
|
|
1489
1491
|
photoUrl?: string;
|
|
1492
|
+
isResponsible?: boolean;
|
|
1490
1493
|
}
|
|
1491
1494
|
/**
|
|
1492
1495
|
* Mención ya seleccionada, renderizada como chip bajo el campo.
|
|
@@ -1511,9 +1514,9 @@ interface IBordCommentInputProps {
|
|
|
1511
1514
|
onMentionUser?: (user: IBordCommentMentionableUser) => void;
|
|
1512
1515
|
/** Habilita el botón de quitar en los chips con `isRemovable` distinto de `false`. */
|
|
1513
1516
|
onRemoveMention?: (uid: string) => void;
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
+
mentionsResultsLabel?: string;
|
|
1518
|
+
mentionsResponsiblesLabel?: string;
|
|
1519
|
+
mentionsTeamLabel?: string;
|
|
1517
1520
|
mentionsEmptyLabel?: string;
|
|
1518
1521
|
/**
|
|
1519
1522
|
* Se dispara al elegir una imagen con el botón de adjuntar o al pegarla desde el portapapeles.
|
|
@@ -1642,6 +1645,7 @@ type TBordSelectOption = {
|
|
|
1642
1645
|
labelPrefix?: ReactNode;
|
|
1643
1646
|
labelSuffix?: ReactNode;
|
|
1644
1647
|
triggerAccent?: TBordSelectTriggerAccent;
|
|
1648
|
+
disabled?: boolean;
|
|
1645
1649
|
};
|
|
1646
1650
|
type TBordSelectTriggerVariant = 'default' | 'bare' | 'gradient' | 'search';
|
|
1647
1651
|
type TBordSelectIndicatorPlacement = 'start' | 'end' | 'none';
|
|
@@ -2692,6 +2696,12 @@ interface IBordProgressBarBaseProps {
|
|
|
2692
2696
|
customClassName?: string;
|
|
2693
2697
|
leftContent?: ReactNode;
|
|
2694
2698
|
rightContent?: ReactNode;
|
|
2699
|
+
/** Clase extra para el wrapper que envuelve leftContent + barra + rightContent (solo aplica si hay leftContent o rightContent). */
|
|
2700
|
+
layoutClassName?: string;
|
|
2701
|
+
/** Clase extra para el wrapper de la barra en sí, dentro del layout con contenido lateral. */
|
|
2702
|
+
centerClassName?: string;
|
|
2703
|
+
/** Clase extra para cada bloque de contenido lateral (leftContent y rightContent). */
|
|
2704
|
+
infoClassName?: string;
|
|
2695
2705
|
}
|
|
2696
2706
|
interface IBordProgressBarSolidProps extends IBordProgressBarBaseProps {
|
|
2697
2707
|
variant: 'solid';
|