@ti-tecnologico-de-monterrey-oficial/ds-ng 1.6.19-d → 1.6.19-e
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/assets/i18n/es.json +2 -2
- package/assets/styles/mainGED.min.css +1 -1
- package/assets/styles/mainGED.min.css.map +1 -1
- package/assets/styles/mainTEC.min.css +1 -1
- package/assets/styles/mainTEC.min.css.map +1 -1
- package/assets/styles/mainTECMI.min.css +1 -1
- package/assets/styles/mainTECMI.min.css.map +1 -1
- package/assets/styles/micro.min.css +1 -1
- package/assets/styles/micro.min.css.map +1 -1
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +128 -78
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +2 -2
- package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +0 -1
- package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +1 -0
- package/lib/components/bmb-chat-bubbles/types.d.ts +9 -1
- package/lib/components/bmb-fab/bmb-fab.component.d.ts +8 -7
- package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +1 -1
- package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +2 -1
- package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +4 -1
- package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +4 -1
- package/lib/utils/botIcon.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
2
|
import { IBmbColor } from '../../types/colors';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BmbActionMenuComponent {
|
|
@@ -8,7 +8,7 @@ export declare class BmbActionMenuComponent {
|
|
|
8
8
|
iconSize: import("@angular/core").InputSignal<number>;
|
|
9
9
|
bgIconAppearance: import("@angular/core").InputSignal<IBmbColor | undefined>;
|
|
10
10
|
showHeader: import("@angular/core").InputSignal<boolean>;
|
|
11
|
-
projectedContent:
|
|
11
|
+
projectedContent: QueryList<any>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbActionMenuComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbActionMenuComponent, "bmb-action-menu", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; }, {}, ["projectedContent"], never, true, never>;
|
|
14
14
|
}
|
|
@@ -2,7 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class BmbBookmarkComponent {
|
|
3
3
|
isActive: import("@angular/core").ModelSignal<boolean>;
|
|
4
4
|
handleClick(event: any): void;
|
|
5
|
-
getClassList(): string[];
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbBookmarkComponent, never>;
|
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbBookmarkComponent, "bmb-bookmark", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, never, true, never>;
|
|
8
7
|
}
|
|
@@ -45,6 +45,7 @@ export declare class BmbCardButtonComponent {
|
|
|
45
45
|
handleSmallClick(event: MouseEvent): void;
|
|
46
46
|
handleTitleClick(event: MouseEvent | KeyboardEvent): void;
|
|
47
47
|
handleAddContent(event: MouseEvent | KeyboardEvent): void;
|
|
48
|
+
isABotTemplate(icon: string): boolean;
|
|
48
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbCardButtonComponent, never>;
|
|
49
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbCardButtonComponent, "bmb-card-button", never, { "isFullInteractive": { "alias": "isFullInteractive"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "body": { "alias": "body"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "leftContentIcon": { "alias": "leftContentIcon"; "required": false; "isSignal": true; }; "leftContentImage": { "alias": "leftContentImage"; "required": false; "isSignal": true; }; "leftContent": { "alias": "leftContent"; "required": false; "isSignal": true; }; "hasMenu": { "alias": "hasMenu"; "required": false; "isSignal": true; }; "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "isTemplate": { "alias": "isTemplate"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "textLink": { "alias": "textLink"; "required": false; "isSignal": true; }; "isSmall": { "alias": "isSmall"; "required": false; "isSignal": true; }; "botIcon": { "alias": "botIcon"; "required": false; "isSignal": true; }; "botImage": { "alias": "botImage"; "required": false; "isSignal": true; }; "smallIcon": { "alias": "smallIcon"; "required": false; "isSignal": true; }; "smallTitle": { "alias": "smallTitle"; "required": false; "isSignal": true; }; "smallDescription": { "alias": "smallDescription"; "required": false; "isSignal": true; }; }, { "onAddContentClick": "onAddContentClick"; "onTitleClick": "onTitleClick"; "onSmallClick": "onSmallClick"; }, ["customContent"], ["*"], true, never>;
|
|
50
51
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
|
|
2
|
+
import { IBmbTargetLink } from '../../types';
|
|
3
|
+
export type TBmbMessageType = 'text' | 'mixed' | 'image' | 'link' | 'options' | 'template';
|
|
3
4
|
export type IBmbBubblePosition = 'top' | 'bottom';
|
|
4
5
|
export interface IBmbChatMessage {
|
|
5
6
|
userProfile?: string;
|
|
@@ -8,10 +9,17 @@ export interface IBmbChatMessage {
|
|
|
8
9
|
content: MessageContent;
|
|
9
10
|
time: Date;
|
|
10
11
|
}
|
|
12
|
+
export interface IMessageContentOptions {
|
|
13
|
+
title: string;
|
|
14
|
+
target?: IBmbTargetLink;
|
|
15
|
+
link?: string;
|
|
16
|
+
onButton?: () => void;
|
|
17
|
+
}
|
|
11
18
|
export interface MessageContent {
|
|
12
19
|
text?: string;
|
|
13
20
|
imageUrl?: string;
|
|
14
21
|
link?: string;
|
|
22
|
+
options?: IMessageContentOptions[];
|
|
15
23
|
template?: TemplateRef<any>;
|
|
16
24
|
}
|
|
17
25
|
export interface IBmbChatGptIcons {
|
|
@@ -2,14 +2,15 @@ import { FabSize, FabType } from './bmb-fab-.interface';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BmbFabComponent {
|
|
4
4
|
icon: import("@angular/core").InputSignal<string>;
|
|
5
|
-
|
|
6
|
-
size: import("@angular/core").InputSignal<FabSize | undefined>;
|
|
7
|
-
type: import("@angular/core").InputSignal<FabType | undefined>;
|
|
5
|
+
size: import("@angular/core").InputSignal<FabSize>;
|
|
8
6
|
mitec: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
text: import("@angular/core").InputSignal<string | null>;
|
|
9
8
|
fabClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
isActive: boolean;
|
|
10
|
+
type: import("@angular/core").InputSignal<FabType | undefined>;
|
|
11
|
+
handleFabClick(event: MouseEvent): void;
|
|
12
|
+
get className(): string;
|
|
13
|
+
get iconName(): string;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbFabComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbFabComponent, "bmb-fab", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbFabComponent, "bmb-fab", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "fabClick": "fabClick"; }, never, never, true, never>;
|
|
15
16
|
}
|
|
@@ -28,7 +28,7 @@ export declare class BmbMediaCardComponent {
|
|
|
28
28
|
isExternalLink(link: string): boolean;
|
|
29
29
|
getClasses(): string[];
|
|
30
30
|
getContentClasses(): string[];
|
|
31
|
-
getBackgroundColor(): string
|
|
31
|
+
getBackgroundColor(): Record<string, string>;
|
|
32
32
|
getUserAttribute(attribute: string | undefined): string;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbMediaCardComponent, never>;
|
|
34
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbMediaCardComponent, "bmb-media-card", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "mobileSrc": { "alias": "mobileSrc"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "enableZoom": { "alias": "enableZoom"; "required": false; "isSignal": true; }; "isBlurredBackdrop": { "alias": "isBlurredBackdrop"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; "isSignal": true; }; "userImage": { "alias": "userImage"; "required": false; "isSignal": true; }; "fullmediaCard": { "alias": "fullmediaCard"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "boxShadow": { "alias": "boxShadow"; "required": false; "isSignal": true; }; }, { "mediaCardClicked": "mediaCardClicked"; }, never, ["*"], true, never>;
|
|
@@ -14,6 +14,7 @@ export declare class BmbNotificationCardComponent {
|
|
|
14
14
|
maxHeight: import("@angular/core").InputSignal<string>;
|
|
15
15
|
emptyStateData: import("@angular/core").InputSignal<IBmbAlertEmptyState | undefined>;
|
|
16
16
|
dateFormat: import("@angular/core").InputSignal<string>;
|
|
17
|
+
showAdvertisements: import("@angular/core").InputSignal<boolean>;
|
|
17
18
|
alertEvent: import("@angular/core").OutputEmitterRef<IBmbDataAlert>;
|
|
18
19
|
showAlertDetail: import("@angular/core").OutputEmitterRef<IBmbDataAlert>;
|
|
19
20
|
onExpandClick: import("@angular/core").OutputEmitterRef<void>;
|
|
@@ -31,5 +32,5 @@ export declare class BmbNotificationCardComponent {
|
|
|
31
32
|
handleAlertEvent(alert: unknown): void;
|
|
32
33
|
handleAlertSelected(alert: IBmbDataAlertsParsed): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbNotificationCardComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbNotificationCardComponent, "bmb-notification-card", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "advertisements": { "alias": "advertisements"; "required": false; "isSignal": true; }; "hideExpandBtn": { "alias": "hideExpandBtn"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "emptyStateData": { "alias": "emptyStateData"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "selectedTab": { "alias": "selectedTab"; "required": false; "isSignal": true; }; }, { "alertEvent": "alertEvent"; "showAlertDetail": "showAlertDetail"; "onExpandClick": "onExpandClick"; "selectedTab": "selectedTabChange"; }, never, never, true, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbNotificationCardComponent, "bmb-notification-card", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "advertisements": { "alias": "advertisements"; "required": false; "isSignal": true; }; "hideExpandBtn": { "alias": "hideExpandBtn"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "emptyStateData": { "alias": "emptyStateData"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "showAdvertisements": { "alias": "showAdvertisements"; "required": false; "isSignal": true; }; "selectedTab": { "alias": "selectedTab"; "required": false; "isSignal": true; }; }, { "alertEvent": "alertEvent"; "showAlertDetail": "showAlertDetail"; "onExpandClick": "onExpandClick"; "selectedTab": "selectedTabChange"; }, never, never, true, never>;
|
|
35
36
|
}
|
package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts
CHANGED
|
@@ -8,11 +8,13 @@ export declare class BmbTopBarUserSectionComponent {
|
|
|
8
8
|
showNotifications: import("@angular/core").InputSignal<boolean>;
|
|
9
9
|
notificationNotification: import("@angular/core").InputSignal<IBmbDataAlert[]>;
|
|
10
10
|
showRoleButton: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
showSearchButton: import("@angular/core").InputSignal<boolean>;
|
|
11
12
|
showHelpButton: import("@angular/core").InputSignal<boolean>;
|
|
12
13
|
helpButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
13
14
|
userClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
14
15
|
alertClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
15
16
|
roleButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
17
|
+
searchButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
16
18
|
isOpenNotifications: boolean;
|
|
17
19
|
dialogPosition: {
|
|
18
20
|
top: string;
|
|
@@ -26,6 +28,7 @@ export declare class BmbTopBarUserSectionComponent {
|
|
|
26
28
|
handleHelpButtonClick(event: MouseEvent): void;
|
|
27
29
|
handleUserClick(event: MouseEvent): void;
|
|
28
30
|
handleRoleChange(event: MouseEvent): void;
|
|
31
|
+
handleSearchChange(event: MouseEvent): void;
|
|
29
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTopBarUserSectionComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTopBarUserSectionComponent, "bmb-top-bar-user-section", never, { "userInformation": { "alias": "userInformation"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "showNotifications": { "alias": "showNotifications"; "required": false; "isSignal": true; }; "notificationNotification": { "alias": "notificationNotification"; "required": false; "isSignal": true; }; "showRoleButton": { "alias": "showRoleButton"; "required": false; "isSignal": true; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; "isSignal": true; }; }, { "helpButtonClick": "helpButtonClick"; "userClick": "userClick"; "alertClick": "alertClick"; "roleButtonClick": "roleButtonClick"; }, never, never, true, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTopBarUserSectionComponent, "bmb-top-bar-user-section", never, { "userInformation": { "alias": "userInformation"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "showNotifications": { "alias": "showNotifications"; "required": false; "isSignal": true; }; "notificationNotification": { "alias": "notificationNotification"; "required": false; "isSignal": true; }; "showRoleButton": { "alias": "showRoleButton"; "required": false; "isSignal": true; }; "showSearchButton": { "alias": "showSearchButton"; "required": false; "isSignal": true; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; "isSignal": true; }; }, { "helpButtonClick": "helpButtonClick"; "userClick": "userClick"; "alertClick": "alertClick"; "roleButtonClick": "roleButtonClick"; "searchButtonClick": "searchButtonClick"; }, never, never, true, never>;
|
|
31
34
|
}
|
|
@@ -12,6 +12,7 @@ export declare class BmbTopBarComponent implements OnInit {
|
|
|
12
12
|
mitec: import("@angular/core").InputSignal<boolean>;
|
|
13
13
|
alertNotification: import("@angular/core").InputSignal<IBmbDataAlert[]>;
|
|
14
14
|
showRoleButton: import("@angular/core").InputSignal<boolean>;
|
|
15
|
+
showSearchButton: import("@angular/core").InputSignal<boolean>;
|
|
15
16
|
showHelpButton: import("@angular/core").InputSignal<boolean>;
|
|
16
17
|
allowSidebarForMobile: import("@angular/core").InputSignal<boolean>;
|
|
17
18
|
image: import("@angular/core").ModelSignal<string>;
|
|
@@ -21,6 +22,7 @@ export declare class BmbTopBarComponent implements OnInit {
|
|
|
21
22
|
alertButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
22
23
|
roleButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
23
24
|
backToHomeClick: import("@angular/core").OutputEmitterRef<void>;
|
|
25
|
+
searchButtonClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
24
26
|
showAnimation: boolean;
|
|
25
27
|
imageDefault: string;
|
|
26
28
|
mobileImageDefault: string;
|
|
@@ -32,7 +34,8 @@ export declare class BmbTopBarComponent implements OnInit {
|
|
|
32
34
|
handleHelpButtonClick(event: MouseEvent): void;
|
|
33
35
|
handleUserClick(event: MouseEvent): void;
|
|
34
36
|
handleRoleChange(event: MouseEvent): void;
|
|
37
|
+
handleSearchChange(event: MouseEvent): void;
|
|
35
38
|
handleBackToHome(): void;
|
|
36
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTopBarComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTopBarComponent, "bmb-top-bar", never, { "userInformation": { "alias": "userInformation"; "required": false; "isSignal": true; }; "appName": { "alias": "appName"; "required": false; "isSignal": true; }; "appPowered": { "alias": "appPowered"; "required": false; "isSignal": true; }; "appSubTitle": { "alias": "appSubTitle"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "alertNotification": { "alias": "alertNotification"; "required": false; "isSignal": true; }; "showRoleButton": { "alias": "showRoleButton"; "required": false; "isSignal": true; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; "isSignal": true; }; "allowSidebarForMobile": { "alias": "allowSidebarForMobile"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "mobileImage": { "alias": "mobileImage"; "required": false; "isSignal": true; }; }, { "image": "imageChange"; "mobileImage": "mobileImageChange"; "helpButtonClick": "helpButtonClick"; "userProfileClick": "userProfileClick"; "alertButtonClick": "alertButtonClick"; "roleButtonClick": "roleButtonClick"; "backToHomeClick": "backToHomeClick"; }, never, never, true, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTopBarComponent, "bmb-top-bar", never, { "userInformation": { "alias": "userInformation"; "required": false; "isSignal": true; }; "appName": { "alias": "appName"; "required": false; "isSignal": true; }; "appPowered": { "alias": "appPowered"; "required": false; "isSignal": true; }; "appSubTitle": { "alias": "appSubTitle"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "alertNotification": { "alias": "alertNotification"; "required": false; "isSignal": true; }; "showRoleButton": { "alias": "showRoleButton"; "required": false; "isSignal": true; }; "showSearchButton": { "alias": "showSearchButton"; "required": false; "isSignal": true; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; "isSignal": true; }; "allowSidebarForMobile": { "alias": "allowSidebarForMobile"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "mobileImage": { "alias": "mobileImage"; "required": false; "isSignal": true; }; }, { "image": "imageChange"; "mobileImage": "mobileImageChange"; "helpButtonClick": "helpButtonClick"; "userProfileClick": "userProfileClick"; "alertButtonClick": "alertButtonClick"; "roleButtonClick": "roleButtonClick"; "backToHomeClick": "backToHomeClick"; "searchButtonClick": "searchButtonClick"; }, never, never, true, never>;
|
|
38
41
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isABotIcon: (iconName: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
|
|
3
|
-
"version": "1.6.019-
|
|
3
|
+
"version": "1.6.019-e",
|
|
4
4
|
"description": "Design System oficial del Tecnológico de Monterrey - Descubre cómo nuestro Design System no solo da forma a la estética, sino que también impulsa la consistencia en cada rincón de nuestro diseño, proporcionando una base sólida para construir experiencias memorables y coherentes. Únete a nosotros en este viaje donde la creatividad, coherencia y elegancia se encuentran para dar vida a un mundo visualmente armonioso y funcionalmente fluido.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|