@imj_media/ui 1.10.0 → 1.10.2
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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +8339 -8245
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +31 -31
- package/dist/index.js.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
- package/dist/modules/Alert/index.d.ts +1 -1
- package/dist/modules/Alert/index.d.ts.map +1 -1
- package/dist/modules/Badge/index.d.ts.map +1 -1
- package/dist/modules/Button/components/organisms/Button.d.ts.map +1 -1
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
- package/dist/modules/FileUploader/components/molecules/FileUploadListItem.d.ts.map +1 -1
- package/dist/modules/Ghantt/Ghantt.d.ts.map +1 -1
- package/dist/modules/Ghantt/GhanttTimelineHeader.d.ts.map +1 -1
- package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
- package/dist/modules/InnerButton/badge-loading.integration.test.d.ts +2 -0
- package/dist/modules/InnerButton/badge-loading.integration.test.d.ts.map +1 -0
- package/dist/modules/InnerButton/components/ButtonBadge.d.ts.map +1 -1
- package/dist/modules/InnerButton/components/ButtonContent.d.ts +2 -0
- package/dist/modules/InnerButton/components/ButtonContent.d.ts.map +1 -1
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
- package/dist/modules/LegacyButton/InnerLegacyButton.d.ts.map +1 -1
- package/dist/modules/Message/Message.api.d.ts +1 -1
- package/dist/modules/Message/Message.api.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationItem.d.ts +6 -6
- package/dist/modules/Message/components/molecules/NotificationItem.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationItemFullListPanel.d.ts +6 -3
- package/dist/modules/Message/components/molecules/NotificationItemFullListPanel.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts +1 -1
- package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/notificationItemCardMapping.d.ts +8 -8
- package/dist/modules/Message/components/molecules/notificationItemCardMapping.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/notificationItemCardMapping.test.d.ts +2 -0
- package/dist/modules/Message/components/molecules/notificationItemCardMapping.test.d.ts.map +1 -0
- package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts +1 -1
- package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts.map +1 -1
- package/dist/modules/Message/services/NotificationService.d.ts +15 -5
- package/dist/modules/Message/services/NotificationService.d.ts.map +1 -1
- package/dist/modules/Message/services/notificationServiceMergeCard.d.ts.map +1 -1
- package/dist/modules/Message/services/notificationServiceNormalizeOptions.d.ts +11 -0
- package/dist/modules/Message/services/notificationServiceNormalizeOptions.d.ts.map +1 -0
- package/dist/modules/Message/services/notificationServiceNormalizeOptions.test.d.ts +2 -0
- package/dist/modules/Message/services/notificationServiceNormalizeOptions.test.d.ts.map +1 -0
- package/dist/modules/Message/stories/message.stories.d.ts.map +1 -1
- package/dist/modules/Message/stories/notification.stories.d.ts +9 -0
- package/dist/modules/Message/stories/notification.stories.d.ts.map +1 -1
- package/dist/modules/Notification/components/molecules/NotificationContentBody.d.ts +2 -5
- package/dist/modules/Notification/components/molecules/NotificationContentBody.d.ts.map +1 -1
- package/dist/modules/Notification/index.d.ts +1 -1
- package/dist/modules/Notification/index.d.ts.map +1 -1
- package/dist/modules/Notification/stories/notification.stories.d.ts +12 -4
- package/dist/modules/Notification/stories/notification.stories.d.ts.map +1 -1
- package/dist/modules/Notification/types/notification.d.ts +51 -8
- package/dist/modules/Notification/types/notification.d.ts.map +1 -1
- package/dist/modules/Sidebar/components/molecules/SidebarWorkspaceCard.d.ts.map +1 -1
- package/dist/modules/Switch/stories/switch.stories.d.ts +1 -0
- package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -1
- package/dist/modules/Table/Table.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/GanttCell.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.d.ts.map +1 -1
- package/dist/shared/ghantt/GhanttConfigContext.d.ts.map +1 -1
- package/dist/shared/ghantt/GhanttScrollVirtualContext.d.ts.map +1 -1
- package/dist/shared/ghantt/GhanttSlotStrip.d.ts.map +1 -1
- package/dist/shared/ghantt/ghanttModifierWheelZoom.d.ts.map +1 -1
- package/dist/shared/types/alert.d.ts +6 -1
- package/dist/shared/types/alert.d.ts.map +1 -1
- package/dist/shared/types/button.d.ts +12 -1
- package/dist/shared/types/button.d.ts.map +1 -1
- package/dist/shared/types/message.d.ts +73 -0
- package/dist/shared/types/message.d.ts.map +1 -1
- package/package.json +7 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertHeader.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Alert/components/atoms/AlertHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAIxD;;;;;;;;GAQG;AAEH,eAAO,MAAM,WAAW,oCAAsB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"AlertHeader.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Alert/components/atoms/AlertHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAIxD;;;;;;;;GAQG;AAEH,eAAO,MAAM,WAAW,oCAAsB,gBAAgB,6CA6K5D,CAAC"}
|
|
@@ -8,5 +8,5 @@ import { AlertProps } from '../../shared/types/alert';
|
|
|
8
8
|
* - Border radius: control-sm (8px)
|
|
9
9
|
* - Border width: 1px
|
|
10
10
|
*/
|
|
11
|
-
export declare const Alert: ({ open, color, variant, className, message, title, description, showCloseButton, onClose, onClick, onPrimaryClick, onSecondaryClick, primaryButtonText, secondaryButtonText, animation, isLeaving: externalIsLeaving, size, duration, progressBarClassName, children, avatar, endAdornment, avatarIntentBadge, truncateHeaderText, }: AlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export declare const Alert: ({ open, color, variant, className, message, title, description, showCloseButton, onClose, onClick, onPrimaryClick, onSecondaryClick, primaryButtonText, secondaryButtonText, animation, isLeaving: externalIsLeaving, size, duration, progressBarClassName, children, avatar, endAdornment, avatarIntentBadge, truncateHeaderText, headerAddon, }: AlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Alert/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAO9D;;;;;;;;GAQG;AACH,eAAO,MAAM,KAAK,GAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Alert/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAO9D;;;;;;;;GAQG;AACH,eAAO,MAAM,KAAK,GAAI,mVA0BnB,UAAU,mDA6KZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Badge/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAOvD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,KAAK;YAAW,UAAU;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Badge/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAOvD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,KAAK;YAAW,UAAU;;CAwTtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Button/components/organisms/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Button/components/organisms/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,MAAM,4HAwGjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Button/stories/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Button/stories/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAgH7B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KAiCrB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAqCpB,CAAC;AAGF,eAAO,MAAM,KAAK,EAAE,KAqDnB,CAAC;AAEF,8FAA8F;AAC9F,eAAO,MAAM,oBAAoB,EAAE,KAyFlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KA4BxC,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,KAoIrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAqI3B,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KAmL3B,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,KAiMjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogCatalogCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/CatalogCard/components/organisms/CatalogCatalogCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,2BAA2B,EAI5B,MAAM,aAAa,CAAC;AAwGrB;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"CatalogCatalogCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/CatalogCard/components/organisms/CatalogCatalogCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,2BAA2B,EAI5B,MAAM,aAAa,CAAC;AAwGrB;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,wHAghC9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsMultiple.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dropdown/components/organisms/TagsMultiple.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAqB,aAAa,EAAY,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAmFpF,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IACxD,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAC/D,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAChD,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,cAAc,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,4BAA4B,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,kGAAkG;IAClG,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC9D,uFAAuF;IACvF,QAAQ,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oGAAoG;IACpG,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,GAAI,mXA2B1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"TagsMultiple.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dropdown/components/organisms/TagsMultiple.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAqB,aAAa,EAAY,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAmFpF,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IACxD,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAC/D,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAChD,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,cAAc,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,4BAA4B,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,kGAAkG;IAClG,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC9D,uFAAuF;IACvF,QAAQ,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oGAAoG;IACpG,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,GAAI,mXA2B1B,iBAAiB,4CA4WnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploadListItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/FileUploader/components/molecules/FileUploadListItem.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAIjF,MAAM,WAAW,uBAAuB;IACtC,yDAAyD;IACzD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,6EAA6E;IAC7E,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,wEAAwE;IACxE,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,kBAAkB,+
|
|
1
|
+
{"version":3,"file":"FileUploadListItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/FileUploader/components/molecules/FileUploadListItem.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAIjF,MAAM,WAAW,uBAAuB;IACtC,yDAAyD;IACzD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,6EAA6E;IAC7E,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,wEAAwE;IACxE,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,kBAAkB,+DA0J7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ghantt.d.ts","sourceRoot":"","sources":["../../../src/modules/Ghantt/Ghantt.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,OAAO,EAgBL,KAAK,eAAe,EAIrB,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Ghantt.d.ts","sourceRoot":"","sources":["../../../src/modules/Ghantt/Ghantt.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,OAAO,EAgBL,KAAK,eAAe,EAIrB,MAAM,iBAAiB,CAAC;AA8BzB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,EACxB,OAAO,EACP,KAAK,EACL,GAAG,UAAU,EACd,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG;IAClC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAClC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CAC3B,2CA8bA;yBArce,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GhanttTimelineHeader.d.ts","sourceRoot":"","sources":["../../../src/modules/Ghantt/GhanttTimelineHeader.tsx"],"names":[],"mappings":"AAiBA,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,yBAAyB,
|
|
1
|
+
{"version":3,"file":"GhanttTimelineHeader.d.ts","sourceRoot":"","sources":["../../../src/modules/Ghantt/GhanttTimelineHeader.tsx"],"names":[],"mappings":"AAiBA,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,yBAAyB,2CAmMnF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InnerButton.d.ts","sourceRoot":"","sources":["../../../src/modules/InnerButton/InnerButton.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAA4B,MAAM,uBAAuB,CAAC;AA6EnF,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"InnerButton.d.ts","sourceRoot":"","sources":["../../../src/modules/InnerButton/InnerButton.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAA4B,MAAM,uBAAuB,CAAC;AA6EnF,eAAO,MAAM,WAAW,iIAumBtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge-loading.integration.test.d.ts","sourceRoot":"","sources":["../../../src/modules/InnerButton/badge-loading.integration.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonBadge.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/components/ButtonBadge.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAElF,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,sBAAsB;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,uBAAuB;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,mCAAmC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,QAAQ,GAAG,iBAAiB,CAAC;IACzC,+CAA+C;IAC/C,uBAAuB,CAAC,EAAE,aAAa,CAAC;IACxC,yBAAyB,CAAC,EAAE,aAAa,CAAC;IAC1C,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C,0CAA0C;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ButtonBadge.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/components/ButtonBadge.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAElF,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,sBAAsB;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,uBAAuB;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,mCAAmC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,QAAQ,GAAG,iBAAiB,CAAC;IACzC,+CAA+C;IAC/C,uBAAuB,CAAC,EAAE,aAAa,CAAC;IACxC,yBAAyB,CAAC,EAAE,aAAa,CAAC;IAC1C,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C,0CAA0C;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkDlD,CAAC"}
|
|
@@ -6,6 +6,8 @@ export interface ButtonContentProps {
|
|
|
6
6
|
displayText: React.ReactNode;
|
|
7
7
|
/** Si hay leftSlot o rightSlot */
|
|
8
8
|
hasSlots: boolean;
|
|
9
|
+
/** Si hay badge inline tras el texto (evita `ui-w-full` que empuja el badge fuera con overflow) */
|
|
10
|
+
hasTrailingBadge?: boolean;
|
|
9
11
|
/** Modo de layout de slots (solo afecta clases cuando `spreadSides` está definido) */
|
|
10
12
|
slotLayout?: ButtonSlotLayout;
|
|
11
13
|
/** Qué slots hay en modo `spread`; si es `undefined`, el texto usa el layout inline clásico */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonContent.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/components/ButtonContent.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AA4B/B,MAAM,WAAW,kBAAkB;IACjC,0BAA0B;IAC1B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,kCAAkC;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,sFAAsF;IACtF,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,+FAA+F;IAC/F,WAAW,CAAC,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAC3C,kCAAkC;IAClC,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,sBAAsB;IACtB,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,yCAAyC;IACzC,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;IAC7C,qDAAqD;IACrD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACzC,sCAAsC;IACtC,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ButtonContent.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/components/ButtonContent.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AA4B/B,MAAM,WAAW,kBAAkB;IACjC,0BAA0B;IAC1B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,kCAAkC;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,mGAAmG;IACnG,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sFAAsF;IACtF,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,+FAA+F;IAC/F,WAAW,CAAC,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAC3C,kCAAkC;IAClC,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,sBAAsB;IACtB,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,yCAAyC;IACzC,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;IAC7C,qDAAqD;IACrD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACzC,sCAAsC;IACtC,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAgEtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InnerButton.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/stories/InnerButton.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAgBlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,
|
|
1
|
+
{"version":3,"file":"InnerButton.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/InnerButton/stories/InnerButton.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAgBlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAsGlC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KAsCrB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAsCtB,CAAC;AAGF,eAAO,MAAM,IAAI,EAAE,KA6FlB,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,KAyCrB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAqBtB,CAAC;AAGF,eAAO,MAAM,KAAK,EAAE,KAqDnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAwM3B,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAyHzB,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KA4J3B,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,KAmPjC,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,KAsR9B,CAAC;AAKF,eAAO,MAAM,qBAAqB,EAAE,KA6DnC,CAAC;AAKF,eAAO,MAAM,oBAAoB,EAAE,KA2DlC,CAAC;AAKF,eAAO,MAAM,uBAAuB,EAAE,KAwFrC,CAAC;AAKF,eAAO,MAAM,uBAAuB,EAAE,KAwCrC,CAAC;AAKF,eAAO,MAAM,0BAA0B,EAAE,KA6HxC,CAAC;AAKF,eAAO,MAAM,kBAAkB,EAAE,KAqLhC,CAAC;AAKF,eAAO,MAAM,uBAAuB,EAAE,KAmNrC,CAAC;AAGF,eAAO,MAAM,8BAA8B,EAAE,KAuD5C,CAAC;AAGF,eAAO,MAAM,qBAAqB,EAAE,KAwInC,CAAC;AAGF,eAAO,MAAM,yBAAyB,EAAE,KAwDvC,CAAC;AAGF,eAAO,MAAM,uBAAuB,EAAE,KAwJrC,CAAC;AAMF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,4BAA4B,EAAE,KAshB1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InnerLegacyButton.d.ts","sourceRoot":"","sources":["../../../src/modules/LegacyButton/InnerLegacyButton.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAEV,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAgEhE,eAAO,MAAM,iBAAiB;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"InnerLegacyButton.d.ts","sourceRoot":"","sources":["../../../src/modules/LegacyButton/InnerLegacyButton.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAEV,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAgEhE,eAAO,MAAM,iBAAiB;;;;;;;;;gFAokB5B,CAAC"}
|
|
@@ -19,6 +19,6 @@ export { MessageItem } from './components/molecules/MessageItem';
|
|
|
19
19
|
export { MessagePositions } from './components/molecules/MessagePositions';
|
|
20
20
|
export { NotificationItem } from './components/molecules/NotificationItem';
|
|
21
21
|
export { NotificationPositions } from './components/molecules/NotificationPositions';
|
|
22
|
-
export type { BaseMessageProps, BaseMessageOptions, BaseMessageConfig, MessagePosition, MessageColor, MessageType, MessageInput, MessageListener, MessagesByPosition, ToastProps, ToastOptions, ToastConfig, ToastPosition, ToastsByPosition, NotificationProps, NotificationOptions, NotificationAction, NotificationColor, NotificationSize, NotificationGroup, NotificationConfig, NotificationGroupsByPosition, NotifyMessageOptions, NotifyMessageCardFields, NotifyMessageStackGroup, } from '../../shared/types/message';
|
|
22
|
+
export type { BaseMessageProps, BaseMessageOptions, BaseMessageConfig, MessagePosition, MessageColor, MessageType, MessageInput, MessageListener, MessagesByPosition, ToastProps, ToastOptions, ToastConfig, ToastPosition, ToastsByPosition, NotificationProps, NotificationOptions, NotificationAction, NotificationColor, NotificationSize, NotificationGroup, NotificationConfig, NotificationGroupsByPosition, NotifyMessageOptions, NotifyMessageCardFields, NotifyMessageStackGroup, NotifyMessageButtonAction, NotifyMessageEventsGroup, NotifyMessageCtaActions, } from '../../shared/types/message';
|
|
23
23
|
export { NOTIFY_STACK_GROUP_TO_COLOR, NOTIFY_DEFAULT_STACK_KEY, resolveNotifyMessageStackKey } from '../../shared/types/message';
|
|
24
24
|
//# sourceMappingURL=Message.api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.api.d.ts","sourceRoot":"","sources":["../../../src/modules/Message/Message.api.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,YAAY,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAG/E,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAGjE,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAGrF,YAAY,EAEV,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,eAAe,EACf,kBAAkB,EAElB,UAAU,EACV,YAAY,EACZ,WAAW,EACX,aAAa,EACb,gBAAgB,EAEhB,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,4BAA4B,EAC5B,oBAAoB,EACpB,uBAAuB,EACvB,uBAAuB,GACxB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Message.api.d.ts","sourceRoot":"","sources":["../../../src/modules/Message/Message.api.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,YAAY,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAG/E,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAGjE,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAGrF,YAAY,EAEV,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,eAAe,EACf,kBAAkB,EAElB,UAAU,EACV,YAAY,EACZ,WAAW,EACX,aAAa,EACb,gBAAgB,EAEhB,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,4BAA4B,EAC5B,oBAAoB,EACpB,uBAAuB,EACvB,uBAAuB,EACvB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -10,15 +10,15 @@ export interface NotificationItemProps {
|
|
|
10
10
|
* Con hover, un clic fuera de controles interactivos abre la lista vertical con toda la cola.
|
|
11
11
|
* La lista extendida no se cierra al salir el puntero del mazo (solo deja de contar como hover expandido).
|
|
12
12
|
* Cerrar una notificación no debe colapsar el mazo ya extendido por hover (se suprime el mouseleave espurio).
|
|
13
|
-
* Cierre **individual** por tarjeta (`dismiss(id)`)
|
|
14
|
-
* (
|
|
13
|
+
* Cierre **individual** por tarjeta inferior (`dismiss(id)`); cerrar la **frontal** (más reciente) vacía
|
|
14
|
+
* todo el mazo (`dismissStack`). El **timer** (barra) solo en la más reciente; al expirar se cierra el grupo entero.
|
|
15
15
|
* Con **hover** en el mazo (varias notas, vista **apilada**), el pie y la barra se atenúan con la misma
|
|
16
16
|
* transición que el stack (sin `display: none`), sin pausar el temporizador del servicio. Tras abrir la
|
|
17
17
|
* **lista completa** (clic en el grupo), el hover ya no atenúa la barra de progreso; el pie de total
|
|
18
|
-
* («N notificaciones más») no se muestra en esa vista. Al expirar el temporizador, se
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* `stackMax`, se expulsa la
|
|
18
|
+
* («N notificaciones más» o `stackSummaryLegend` en `notify.message`) no se muestra en esa vista. Al expirar el temporizador de la más reciente, se vacía el mazo.
|
|
19
|
+
* La cola del servicio mantiene **antigua → reciente**; la **vista** apila y lista **reciente → antigua**
|
|
20
|
+
* (la más nueva al frente / arriba en la lista). Al cerrar una, las demás suben de orden; al pasar
|
|
21
|
+
* `stackMax`, se expulsa la más antigua. El estrechamiento horizontal sigue la profundidad visual
|
|
22
22
|
* (2ª = menos profunda / menos recorte; 3ª = más profunda / más recorte; al hover, 100%).
|
|
23
23
|
* Con **más de una** notificación en el mazo (vista apilada), las alertas usan `animation="none"` y anulan
|
|
24
24
|
* `transition-all` del `Alert` (`!ui-transition-none`) para no interpolar opacidad/layout sobre capas inferiores.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAe3D,4FAA4F;AAC5F,MAAM,WAAW,qBAAqB;IACpC,6FAA6F;IAC7F,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,eAAO,MAAM,gBAAgB;gBAAe,qBAAqB;;
|
|
1
|
+
{"version":3,"file":"NotificationItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAe3D,4FAA4F;AAC5F,MAAM,WAAW,qBAAqB;IACpC,6FAA6F;IAC7F,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,eAAO,MAAM,gBAAgB;gBAAe,qBAAqB;;CA4JhE,CAAC"}
|
|
@@ -3,8 +3,10 @@ import { NotificationProps } from '../../../../shared/types/message';
|
|
|
3
3
|
import type * as React from 'react';
|
|
4
4
|
/** Props internas de la lista vertical “todas las notificaciones” dentro de un mazo. */
|
|
5
5
|
export interface NotificationItemFullListPanelProps {
|
|
6
|
-
/**
|
|
6
|
+
/** Filas en orden de pintado (p. ej. reciente → antigua). */
|
|
7
7
|
queue: NotificationProps[];
|
|
8
|
+
/** Id de la entrada que muestra temporizador (la más reciente del servicio). */
|
|
9
|
+
timerTargetId: number | undefined;
|
|
8
10
|
/** Intención visual aplicada a cada fila. */
|
|
9
11
|
intent: NotificationIntent;
|
|
10
12
|
/** Estado de salida común del contenedor durante dismiss del mazo. */
|
|
@@ -28,7 +30,8 @@ export interface NotificationItemFullListPanelProps {
|
|
|
28
30
|
* @example
|
|
29
31
|
* // Uso normal vía `NotificationItem`; este fragmento ilustura la firma:
|
|
30
32
|
* <NotificationItemFullListPanel
|
|
31
|
-
* queue={group.queue}
|
|
33
|
+
* queue={[...group.queue].reverse()}
|
|
34
|
+
* timerTargetId={group.queue[group.queue.length - 1]?.id}
|
|
32
35
|
* intent="critica"
|
|
33
36
|
* isLeaving={group.isLeaving}
|
|
34
37
|
* listMotionEnter={motion}
|
|
@@ -38,7 +41,7 @@ export interface NotificationItemFullListPanelProps {
|
|
|
38
41
|
* handleDismissOne={(n) => (e) => { e.stopPropagation(); dismiss(n.id); }}
|
|
39
42
|
* />
|
|
40
43
|
*/
|
|
41
|
-
export declare function NotificationItemFullListPanel({ queue, intent, isLeaving, listMotionEnter, showTimer, notificationDuration, progressBarClassWhenStackHover, handleDismissOne, }: NotificationItemFullListPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare function NotificationItemFullListPanel({ queue, timerTargetId, intent, isLeaving, listMotionEnter, showTimer, notificationDuration, progressBarClassWhenStackHover, handleDismissOne, }: NotificationItemFullListPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
42
45
|
export declare namespace NotificationItemFullListPanel {
|
|
43
46
|
var displayName: string;
|
|
44
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationItemFullListPanel.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItemFullListPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationItemFullListPanel.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItemFullListPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAShE,wFAAwF;AACxF,MAAM,WAAW,kCAAkC;IACjD,6DAA6D;IAC7D,KAAK,EAAE,iBAAiB,EAAE,CAAC;IAC3B,gFAAgF;IAChF,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,6CAA6C;IAC7C,MAAM,EAAE,kBAAkB,CAAC;IAC3B,sEAAsE;IACtE,SAAS,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,eAAe,EAAE,OAAO,CAAC;IACzB,8DAA8D;IAC9D,SAAS,EAAE,OAAO,CAAC;IACnB,gFAAgF;IAChF,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,8BAA8B,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,MAAM,GAAG,SAAS,CAAC;IACvF,sEAAsE;IACtE,gBAAgB,EAAE,CAAC,CAAC,EAAE,iBAAiB,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC9F;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,6BAA6B,CAAC,EAC5C,KAAK,EACL,aAAa,EACb,MAAM,EACN,SAAS,EACT,eAAe,EACf,SAAS,EACT,oBAAoB,EACpB,8BAA8B,EAC9B,gBAAgB,GACjB,EAAE,kCAAkC,2CA2CpC;yBArDe,6BAA6B"}
|
|
@@ -19,7 +19,7 @@ export interface NotificationItemStackDeckProps {
|
|
|
19
19
|
isLeaving: boolean;
|
|
20
20
|
/** Clases aplicadas al `Alert` del deck (p. ej. anular transiciones en multilayer). */
|
|
21
21
|
stackDeckAlertClassName: string;
|
|
22
|
-
/** Duración efectiva de barra para
|
|
22
|
+
/** Duración efectiva de barra solo para la id de la notificación más reciente del mazo. */
|
|
23
23
|
timerDurationInStack: (id: number | undefined) => number | undefined;
|
|
24
24
|
/** Wrapper de clases para la barra según hover y duración. */
|
|
25
25
|
progressBarClassWhenStackHover: (durationMs: number | undefined) => string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationItemStackDeck.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItemStackDeck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationItemStackDeck.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/NotificationItemStackDeck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAQhE,iFAAiF;AACjF,MAAM,WAAW,8BAA8B;IAC7C,yEAAyE;IACzE,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,2CAA2C;IAC3C,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6DAA6D;IAC7D,oBAAoB,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,2EAA2E;IAC3E,gBAAgB,EAAE,MAAM,CAAC;IACzB,qDAAqD;IACrD,eAAe,EAAE,OAAO,CAAC;IACzB,0BAA0B;IAC1B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,qCAAqC;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,uBAAuB,EAAE,MAAM,CAAC;IAChC,2FAA2F;IAC3F,oBAAoB,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,KAAK,MAAM,GAAG,SAAS,CAAC;IACrE,8DAA8D;IAC9D,8BAA8B,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,MAAM,GAAG,SAAS,CAAC;IACvF,0BAA0B;IAC1B,gBAAgB,EAAE,CAAC,CAAC,EAAE,iBAAiB,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC7F,4DAA4D;IAC5D,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,yBAAyB,CAAC,EACxC,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,EACpB,gBAAgB,EAChB,eAAe,EACf,MAAM,EACN,SAAS,EACT,uBAAuB,EACvB,oBAAoB,EACpB,8BAA8B,EAC9B,gBAAgB,EAChB,eAAe,GAChB,EAAE,8BAA8B,2CAoFhC;yBAjGe,yBAAyB"}
|
|
@@ -2,6 +2,13 @@ import { NotificationProps } from '../../../../shared/types/message';
|
|
|
2
2
|
import { NotificationCardProps, NotificationIntent } from '../../../Notification';
|
|
3
3
|
import { AnimationAlert } from '../../../../shared/types/alert';
|
|
4
4
|
import type * as React from 'react';
|
|
5
|
+
/**
|
|
6
|
+
* Resuelve el callback de clic en la tarjeta desde la cola del servicio o overrides de `notificationCard`.
|
|
7
|
+
*
|
|
8
|
+
* @param n - Entrada de cola (`onClick` plano o `events.onClick` agrupado).
|
|
9
|
+
* @returns Handler de clic en superficie o `undefined`.
|
|
10
|
+
*/
|
|
11
|
+
export declare function resolveNotificationClickHandler(n: Pick<NotificationProps, 'onClick' | 'notificationCard'>): (() => void) | undefined;
|
|
5
12
|
/**
|
|
6
13
|
* Mapea una notificación del servicio agrupado al componente **Notification** del design system.
|
|
7
14
|
*
|
|
@@ -29,15 +36,8 @@ export declare function messageQueueEntryToNotification(n: NotificationProps, in
|
|
|
29
36
|
footer?: React.ReactNode | null;
|
|
30
37
|
/** Cerrar desde el botón X (o overlay) con evento de botón. */
|
|
31
38
|
onClose?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
32
|
-
/** Click en la superficie de la tarjeta cuando aplique. */
|
|
39
|
+
/** Click en la superficie de la tarjeta cuando aplique (si se omite, se resuelve desde `n`). */
|
|
33
40
|
onClick?: () => void;
|
|
34
41
|
}): NotificationCardProps;
|
|
35
|
-
/**
|
|
36
|
-
* Fusiona overrides parciales sobre una tarjeta de notificación ya construida.
|
|
37
|
-
*
|
|
38
|
-
* @param base - Props completas de `Notification` (con `open`).
|
|
39
|
-
* @param over - Parcial por bloques (`content`, `appearance`, `meta`, `events`, `footer`) sin obligar `open`.
|
|
40
|
-
* @returns Nueva tarjeta con bloques fusionados superficialmente.
|
|
41
|
-
*/
|
|
42
42
|
export declare function mergeNotificationCard(base: NotificationCardProps, over?: Partial<Omit<NotificationCardProps, 'open'>>): NotificationCardProps;
|
|
43
43
|
//# sourceMappingURL=notificationItemCardMapping.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notificationItemCardMapping.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/notificationItemCardMapping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAC7C,CAAC,EAAE,iBAAiB,EACpB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,EAAE;IACP,mGAAmG;IACnG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,SAAS,EAAE,OAAO,CAAC;IACnB,yFAAyF;IACzF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iEAAiE;IACjE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,4EAA4E;IAC5E,SAAS,EAAE,cAAc,CAAC;IAC1B,uFAAuF;IACvF,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oFAAoF;IACpF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gEAAgE;IAChE,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;IAChC,+DAA+D;IAC/D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC3D,
|
|
1
|
+
{"version":3,"file":"notificationItemCardMapping.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/notificationItemCardMapping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;GAKG;AACH,wBAAgB,+BAA+B,CAC7C,CAAC,EAAE,IAAI,CAAC,iBAAiB,EAAE,SAAS,GAAG,kBAAkB,CAAC,GACzD,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAE1B;AAED;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAC7C,CAAC,EAAE,iBAAiB,EACpB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,EAAE;IACP,mGAAmG;IACnG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,SAAS,EAAE,OAAO,CAAC;IACnB,yFAAyF;IACzF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iEAAiE;IACjE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,4EAA4E;IAC5E,SAAS,EAAE,cAAc,CAAC;IAC1B,uFAAuF;IACvF,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oFAAoF;IACpF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gEAAgE;IAChE,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;IAChC,+DAA+D;IAC/D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC3D,gGAAgG;IAChG,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GACA,qBAAqB,CAyCvB;AA+BD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,qBAAqB,EAC3B,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAC,CAAC,GAClD,qBAAqB,CAWvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationItemCardMapping.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Message/components/molecules/notificationItemCardMapping.test.ts"],"names":[],"mappings":""}
|
|
@@ -15,7 +15,7 @@ import type * as React from 'react';
|
|
|
15
15
|
* - `listMotionEnter` — pulso de entrada de la lista extendida (opacidad / translate).
|
|
16
16
|
* - `queueLayoutSettling` — ventana sin transición de padding tras cambiar la cola.
|
|
17
17
|
* - `showTimer` y `notificationDuration` — lectura actual de `notificationService.getConfig()` (timer global).
|
|
18
|
-
* - `handleDismissOne` —
|
|
18
|
+
* - `handleDismissOne` — cierre: la más reciente vacía el mazo (`dismissStack`); el resto `dismiss(id)` (callbacks vía servicio).
|
|
19
19
|
* - `handleStackOpenListCapture` — captura de clic para abrir lista completa (sin interactivos).
|
|
20
20
|
* - `handleDeckMouseLeave` / `handleDeckMouseEnter` — hover del contenedor del mazo.
|
|
21
21
|
* - `hideStackHoverChrome` — atenuar pie y barra en stack apilado con hover (no en lista completa).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useNotificationItemDeck.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/hooks/useNotificationItemDeck.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"useNotificationItemDeck.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/hooks/useNotificationItemDeck.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAGnF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,iBAAiB;;;;;;;;;0BAwGxD,iBAAiB,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC;oCAmB5B,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC;8BAUtC,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC;;;EA8BlE"}
|
|
@@ -2,7 +2,9 @@ import { NotificationGroup, NotificationConfig, NotifyMessageOptions, NotifyMess
|
|
|
2
2
|
type NotificationGroupListener = (groups: Record<string, NotificationGroup>) => void;
|
|
3
3
|
/**
|
|
4
4
|
* Servicio de notificaciones agrupadas por `stackKey` (`primary` / `secondary` / `auto`), cola antigua → reciente
|
|
5
|
-
* y `stackMax`.
|
|
5
|
+
* y `stackMax`. El temporizador y la barra de progreso aplican solo a la **más reciente**; al expirar se vacía
|
|
6
|
+
* el mazo entero (`dismissStack`). `dismiss(id)` sobre la más reciente equivale a vaciar el mazo; sobre otra
|
|
7
|
+
* entrada solo retira esa. `dismissGroup` / `dismissStack` vacían mazos con animación.
|
|
6
8
|
*/
|
|
7
9
|
declare class NotificationService {
|
|
8
10
|
private listeners;
|
|
@@ -20,13 +22,21 @@ declare class NotificationService {
|
|
|
20
22
|
* Si la cola supera `stackMax`, elimina la más antigua hasta cumplir el límite.
|
|
21
23
|
*/
|
|
22
24
|
private evictOldestWhileOverCap;
|
|
25
|
+
/**
|
|
26
|
+
* Actualiza la leyenda del pie de apilado según la última llamada a `notify.message` para ese mazo.
|
|
27
|
+
*/
|
|
28
|
+
private applyStackSummaryLegend;
|
|
29
|
+
/**
|
|
30
|
+
* Cancela solo el timeout que borra el mazo tras `dismissStack` (no toca timers de progreso).
|
|
31
|
+
*/
|
|
32
|
+
private cancelStackRemovalTimer;
|
|
23
33
|
/**
|
|
24
34
|
* Agrega una notificación al grupo correspondiente
|
|
25
35
|
*/
|
|
26
36
|
private addToGroup;
|
|
27
37
|
/**
|
|
28
|
-
* Inicia el timer del grupo solo para la notificación **más
|
|
29
|
-
* Al expirar se
|
|
38
|
+
* Inicia el timer del grupo solo para la notificación **más reciente** (`queue[queue.length - 1]`).
|
|
39
|
+
* Al expirar se vacía el mazo con `dismissStack` (las demás no tienen timer propio).
|
|
30
40
|
*/
|
|
31
41
|
private startTimer;
|
|
32
42
|
/**
|
|
@@ -47,8 +57,8 @@ declare class NotificationService {
|
|
|
47
57
|
dismissStack(stackKey: string): void;
|
|
48
58
|
/**
|
|
49
59
|
* Elimina una notificación concreta de su grupo por `id`.
|
|
50
|
-
* Si la
|
|
51
|
-
* Si
|
|
60
|
+
* Si `id` es la más reciente del mazo, equivale a `dismissStack` (cierra todo el grupo).
|
|
61
|
+
* Si no, retira solo esa entrada y reinicia el timer para la nueva más reciente.
|
|
52
62
|
*/
|
|
53
63
|
dismiss(id: number): void;
|
|
54
64
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationService.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/NotificationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EAEpB,uBAAuB,EAExB,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationService.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/NotificationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EAEpB,uBAAuB,EAExB,MAAM,wBAAwB,CAAC;AAShC,KAAK,yBAAyB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,KAAK,IAAI,CAAC;AAcrF;;;;;GAKG;AACH,cAAM,mBAAmB;IACvB,OAAO,CAAC,SAAS,CAAmC;IACpD,OAAO,CAAC,SAAS,CAAK;IAEtB,OAAO,CAAC,MAAM,CAAwC;IAEtD,OAAO,CAAC,MAAM,CAA4C;IAE1D,OAAO,CAAC,iBAAiB,CAA4C;IAErE,OAAO,CAAC,YAAY,CAA4C;IAEhE;;OAEG;IACH,OAAO,CAAC,OAAO,EAAE,oBAAoB,GAAG,MAAM;IAqB9C,OAAO,CAAC,kBAAkB;IAqB1B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAmB/B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAQ/B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAQ/B;;OAEG;IACH,OAAO,CAAC,UAAU;IAkDlB;;;OAGG;IACH,OAAO,CAAC,UAAU;IAqClB;;OAEG;IACH,OAAO,CAAC,UAAU;IAKlB;;OAEG;IACH,OAAO,CAAC,UAAU;IAkBlB;;OAEG;IACH,YAAY,CAAC,UAAU,EAAE,uBAAuB;IAIhD;;OAEG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM;IAuB7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM;IA+BlB;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,kBAAkB,CAAC;IAiB9C;;OAEG;IACH,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC;IAI9C;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,yBAAyB,GAAG,MAAM,IAAI;IAU1D;;OAEG;IACH,OAAO,CAAC,eAAe;IAKvB;;OAEG;IACH,SAAS,IAAI,kBAAkB;CAGhC;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,qBAA4B,CAAC;AAE7D;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,2BAElC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notificationServiceMergeCard.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/notificationServiceMergeCard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAEhC;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,iBAAiB,CAGxE;AAED;;;;;GAKG;AACH,wBAAgB,6CAA6C,CAC3D,OAAO,EAAE,oBAAoB,GAC5B,uBAAuB,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"notificationServiceMergeCard.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/notificationServiceMergeCard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAEhC;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,iBAAiB,CAGxE;AAED;;;;;GAKG;AACH,wBAAgB,6CAA6C,CAC3D,OAAO,EAAE,oBAAoB,GAC5B,uBAAuB,GAAG,SAAS,CAmErC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NotifyMessageOptions } from '../../../shared/types/message';
|
|
2
|
+
/**
|
|
3
|
+
* Fusiona API agrupada (`events`, `cta`) y props planas deprecadas en un único
|
|
4
|
+
* `NotifyMessageOptions` con campos planos de cola y bloques de tarjeta coherentes.
|
|
5
|
+
* Prevalece el grupo sobre la raíz plana cuando ambos están presentes.
|
|
6
|
+
*
|
|
7
|
+
* @param options - Payload crudo de `notify.message`.
|
|
8
|
+
* @returns Opciones normalizadas listas para merge de tarjeta y encolado.
|
|
9
|
+
*/
|
|
10
|
+
export declare function normalizeNotifyMessageOptions(options: NotifyMessageOptions): NotifyMessageOptions;
|
|
11
|
+
//# sourceMappingURL=notificationServiceNormalizeOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationServiceNormalizeOptions.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/notificationServiceNormalizeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAMnE;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,oBAAoB,GAAG,oBAAoB,CA2HjG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationServiceNormalizeOptions.test.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/services/notificationServiceNormalizeOptions.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/stories/message.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAU/B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAahC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAMnC,eAAO,MAAM,YAAY,EAAE,KAyG1B,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"message.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/stories/message.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAU/B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAahC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAMnC,eAAO,MAAM,YAAY,EAAE,KAyG1B,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,KA4EzB,CAAC;AAMF,eAAO,MAAM,eAAe,EAAE,KAmE7B,CAAC;AAMF,eAAO,MAAM,oBAAoB,EAAE,KAgGlC,CAAC;AAMF,eAAO,MAAM,aAAa,EAAE,KAoC3B,CAAC;AAMF,eAAO,MAAM,iBAAiB,EAAE,KA8H/B,CAAC;AAMF,eAAO,MAAM,UAAU,EAAE,KAiGxB,CAAC;AAMF,eAAO,MAAM,SAAS,EAAE,KAmFvB,CAAC;AAMF,eAAO,MAAM,OAAO,EAAE,KAgErB,CAAC;AAMF,eAAO,MAAM,eAAe,EAAE,KAwF7B,CAAC"}
|
|
@@ -11,6 +11,15 @@ export declare const TextosDistintosEnVivo: Story;
|
|
|
11
11
|
export declare const ContadorMensajes: Story;
|
|
12
12
|
export declare const TimerReinicio: Story;
|
|
13
13
|
export declare const ConAvatar: Story;
|
|
14
|
+
export declare const ClicEnTarjeta: Story;
|
|
15
|
+
/** Botones en `notify.message` solo vía `cta` + `content.kind: 'cta'`. */
|
|
16
|
+
export declare const ApiCta: Story;
|
|
17
|
+
/** @deprecated Usa la historia `API · cta`. */
|
|
18
|
+
export declare const ApiActionsVsCta: import('storybook/internal/csf').StoryAnnotations<import('@storybook/react').ReactRenderer, {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
}, {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
}>;
|
|
14
23
|
export declare const ConBotonesAccion: Story;
|
|
15
24
|
export declare const ComparacionToastNotification: Story;
|
|
16
25
|
export declare const IntencionesYTiposDeContenido: Story;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/stories/notification.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAa,QAAQ,EAAE,MAAM,IAAI,CAAC;AAqBzC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAa/B,CAAC;AAEF,eAAe,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"notification.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Message/stories/notification.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAa,QAAQ,EAAE,MAAM,IAAI,CAAC;AAqBzC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAa/B,CAAC;AAEF,eAAe,IAAI,CAAC;AAwBpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAMnC,0HAA0H;AAC1H,eAAO,MAAM,OAAO,EAAE,KAyCrB,CAAC;AA2FF,eAAO,MAAM,wBAAwB,EAAE,KAwHtC,CAAC;AAEF,8EAA8E;AAC9E,eAAO,MAAM,qBAAqB,EAAE,KA6BnC,CAAC;AAMF,eAAO,MAAM,gBAAgB,EAAE,KA4F9B,CAAC;AAMF,eAAO,MAAM,aAAa,EAAE,KA8C3B,CAAC;AAMF,eAAO,MAAM,SAAS,EAAE,KAmFvB,CAAC;AAMF,eAAO,MAAM,aAAa,EAAE,KAmN3B,CAAC;AA0EF,0EAA0E;AAC1E,eAAO,MAAM,MAAM,EAAE,KAmJpB,CAAC;AAEF,+CAA+C;AAC/C,eAAO,MAAM,eAAe;;;;EAAS,CAAC;AAMtC,eAAO,MAAM,gBAAgB,EAAE,KA6G9B,CAAC;AAMF,eAAO,MAAM,4BAA4B,EAAE,KAiF1C,CAAC;AAaF,eAAO,MAAM,4BAA4B,EAAE,KAiV1C,CAAC;AAMF,eAAO,MAAM,UAAU,EAAE,KAqExB,CAAC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { NotificationCardProps } from '../../types/notification';
|
|
3
3
|
/**
|
|
4
|
-
* Props del cuerpo enriquecido de {@link Notification}:
|
|
4
|
+
* Props del cuerpo enriquecido de {@link Notification}: renderiza en la columna derecha del `Alert` (vía `headerAddon`).
|
|
5
5
|
*/
|
|
6
6
|
export interface NotificationContentBodyProps {
|
|
7
7
|
/** Bloque `content` de {@link Notification}. */
|
|
8
8
|
content: NotificationCardProps['content'];
|
|
9
9
|
/** Callbacks de acciones del bloque CTA y enlaces compartidos con la tarjeta. */
|
|
10
10
|
events?: NotificationCardProps['events'];
|
|
11
|
-
/** Tamaño del `Alert` padre (`padding` horizontal: space_12 · sm, space_16 · md). Para alinear con Figma: _content `pl-48` − ese padding. */
|
|
12
|
-
alertSize?: 'sm' | 'md';
|
|
13
11
|
}
|
|
14
12
|
/**
|
|
15
13
|
* Cuerpo enriquecido del `Notification` según `content.kind` ([Figma Content](https://www.figma.com/design/aWDHIXKjf82m6udooBUeZG/Notification?node-id=151-1635&m=dev), [sección ejemplo 242:6622](https://www.figma.com/design/aWDHIXKjf82m6udooBUeZG/Notification?node-id=242-6622&m=dev)).
|
|
@@ -18,7 +16,6 @@ export interface NotificationContentBodyProps {
|
|
|
18
16
|
* @example Panel de mensaje citado
|
|
19
17
|
* ```tsx
|
|
20
18
|
* <NotificationContentBody
|
|
21
|
-
* alertSize="sm"
|
|
22
19
|
* content={{
|
|
23
20
|
* title: 'Título',
|
|
24
21
|
* kind: 'message',
|
|
@@ -27,5 +24,5 @@ export interface NotificationContentBodyProps {
|
|
|
27
24
|
* />
|
|
28
25
|
* ```
|
|
29
26
|
*/
|
|
30
|
-
export declare const NotificationContentBody: React.MemoExoticComponent<({ content, events
|
|
27
|
+
export declare const NotificationContentBody: React.MemoExoticComponent<({ content, events }: NotificationContentBodyProps) => import("react/jsx-runtime").JSX.Element | null>;
|
|
31
28
|
//# sourceMappingURL=NotificationContentBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContentBody.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Notification/components/molecules/NotificationContentBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAEvF;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,gDAAgD;IAChD,OAAO,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC1C,iFAAiF;IACjF,MAAM,CAAC,EAAE,qBAAqB,CAAC,QAAQ,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationContentBody.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Notification/components/molecules/NotificationContentBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAEvF;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,gDAAgD;IAChD,OAAO,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC1C,iFAAiF;IACjF,MAAM,CAAC,EAAE,qBAAqB,CAAC,QAAQ,CAAC,CAAC;CAC1C;AAOD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,uBAAuB,kDACZ,4BAA4B,oDA+LnD,CAAC"}
|
|
@@ -33,5 +33,5 @@ export declare const Notification: {
|
|
|
33
33
|
({ open, content, leading: leadingProp, appearance: appearanceProp, meta: metaProp, events: eventsProp, footer, }: NotificationCardProps): import("react/jsx-runtime").JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
|
-
export type { NotificationIntent, NotificationSource, NotificationPresentation, NotificationCardProps, NotificationContentProps, NotificationContentKind, NotificationContentFileProps, NotificationContentLinkProps, NotificationContentCtaProps, NotificationLeadingProps, NotificationAppearanceProps, NotificationMetaProps, NotificationEventsProps, } from './types/notification';
|
|
36
|
+
export type { NotificationIntent, NotificationSource, NotificationPresentation, NotificationCardProps, NotificationContentProps, NotificationContentKind, NotificationContentFileProps, NotificationContentLinkProps, NotificationContentCtaProps, NotificationCtaButtonAction, NotificationHeaderButtonAction, NotificationLeadingProps, NotificationAppearanceProps, NotificationMetaProps, NotificationEventsProps, } from './types/notification';
|
|
37
37
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Notification/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAKV,qBAAqB,EACtB,MAAM,sBAAsB,CAAC;AA4B9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,YAAY;uHAQtB,qBAAqB;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Notification/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAKV,qBAAqB,EACtB,MAAM,sBAAsB,CAAC;AA4B9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,YAAY;uHAQtB,qBAAqB;;CA8IvB,CAAC;AAIF,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,4BAA4B,EAC5B,4BAA4B,EAC5B,2BAA2B,EAC3B,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,2BAA2B,EAC3B,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,sBAAsB,CAAC"}
|
|
@@ -4,9 +4,6 @@ declare const meta: Meta<typeof Notification>;
|
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Notification>;
|
|
6
6
|
export declare const PopupInformativaGeneral: Story;
|
|
7
|
-
/**
|
|
8
|
-
* Contenedor más estrecho que 372px: la tarjeta respeta `max-w-full` y el texto de cabecera se muestra en **una línea** con ellipsis (`Alert` `truncateHeaderText`, mismo criterio que labels truncados / `Text` `truncateLabel`). Pasa el ratón para ver el texto completo vía atributo `title`.
|
|
9
|
-
*/
|
|
10
7
|
export declare const PopupAnchoEstrechoTruncado: Story;
|
|
11
8
|
/**
|
|
12
9
|
* Mismo contenedor estrecho que «Popup · ancho estrecho»: cabecera en una línea con ellipsis y el panel `kind: 'message'` (cita) también truncado a una línea.
|
|
@@ -29,6 +26,17 @@ export declare const ContentKindMessage: Story;
|
|
|
29
26
|
export declare const ContentKindLink: Story;
|
|
30
27
|
/** Archivo con descarga opcional (`kind: 'file'`). */
|
|
31
28
|
export declare const ContentKindFile: Story;
|
|
32
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* Dos acciones en la columna derecha (`kind: 'cta'`), bajo título y subtítulo;
|
|
31
|
+
* icono de intención a la izquierda (ancho al contenido). Usa `events.onPrimaryClick` / `onSecondaryClick`.
|
|
32
|
+
*/
|
|
33
33
|
export declare const ContentKindCta: Story;
|
|
34
|
+
/** Clic en la tarjeta (sin acciones): `events.onClick`. */
|
|
35
|
+
export declare const PopupClickableSurface: Story;
|
|
36
|
+
/**
|
|
37
|
+
* Con `kind: 'cta'`, los botones consumen el clic; `events.onClick` solo aplica al resto de la superficie.
|
|
38
|
+
*/
|
|
39
|
+
export declare const PopupClickableWithCtaActions: Story;
|
|
40
|
+
/** Misma API que la anterior pero sin bloque CTA (solo título/subtítulo/descripción). */
|
|
41
|
+
export declare const PopupClickableWithoutActions: Story;
|
|
34
42
|
//# sourceMappingURL=notification.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Notification/stories/notification.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"notification.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Notification/stories/notification.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CA4BnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAgB3C,eAAO,MAAM,uBAAuB,EAAE,KAwCrC,CAAC;AAGF,eAAO,MAAM,0BAA0B,EAAE,KA2DxC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,KA2DzC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAmC/B,CAAC;AAGF,eAAO,MAAM,eAAe,EAAE,KAmC7B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAmC1B,CAAC;AAKF,eAAO,MAAM,qBAAqB,EAAE,KA+CnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KA6ClC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAyC3B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAkDvB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KA+C5B,CAAC;AAEF,2MAA2M;AAC3M,eAAO,MAAM,kBAAkB,EAAE,KAwDhC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,KA8D5C,CAAC;AAEF,iDAAiD;AACjD,eAAO,MAAM,kBAAkB,EAAE,KA2ChC,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,eAAe,EAAE,KA+C7B,CAAC;AAEF,sDAAsD;AACtD,eAAO,MAAM,eAAe,EAAE,KAqD7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAqD5B,CAAC;AAEF,2DAA2D;AAC3D,eAAO,MAAM,qBAAqB,EAAE,KA4CnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,KAuD1C,CAAC;AAEF,yFAAyF;AACzF,eAAO,MAAM,4BAA4B,EAAE,KA4C1C,CAAC"}
|