@elliemae/ds-toast 3.51.0-next.7 → 3.51.0-next.9
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.
|
@@ -45,9 +45,9 @@ module.exports = __toCommonJS(DSToastDefinitions_exports);
|
|
|
45
45
|
var React = __toESM(require("react"));
|
|
46
46
|
var import_ds_system = require("@elliemae/ds-system");
|
|
47
47
|
const DSToastName = "DSToast";
|
|
48
|
-
const DSToastActionLinkName = "
|
|
49
|
-
const DSToastActionName = "
|
|
50
|
-
const DSToastContentName = "
|
|
48
|
+
const DSToastActionLinkName = "DSToastactionlink";
|
|
49
|
+
const DSToastActionName = "DSToastaction";
|
|
50
|
+
const DSToastContentName = "DSToastcontent";
|
|
51
51
|
const DSToastSlots = {
|
|
52
52
|
ROOT: "root",
|
|
53
53
|
TOAST_CONTAINER: "toast-container",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSToastDefinitions.ts", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSToastName = 'DSToast';\n\nexport const DSToastActionLinkName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSToastName = 'DSToast';\n\nexport const DSToastActionLinkName = 'DSToastactionlink';\n\nexport const DSToastActionName = 'DSToastaction';\n\nexport const DSToastContentName = 'DSToastcontent';\n\nexport const DSToastSlots = {\n ROOT: 'root',\n TOAST_CONTAINER: 'toast-container',\n CLOSE_BUTTON: 'close-button',\n CONTAINER: 'container',\n ICON_CONTAINER: 'icon-container',\n MESSAGE_CONTENT: 'message-content',\n MESSAGE_HEADER: 'message-header',\n MESSAGE_TEXT: 'message-text',\n};\n\nexport const DSToastActionSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastActionLinkSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastContentSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastDataTestIds = {\n ...slotObjectToDataTestIds(DSToastName, DSToastSlots),\n CONTAINER: 'ds-toast-render',\n};\n\nexport const DSToastActionDataTestIds = slotObjectToDataTestIds(DSToastActionName, DSToastActionSlots);\n\nexport const DSToastActionLinkDataTestIds = slotObjectToDataTestIds(DSToastActionLinkName, DSToastActionLinkSlots);\n\nexport const DSToastContentDataTestIds = slotObjectToDataTestIds(DSToastContentName, DSToastContentSlots);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,cAAc;AAEpB,MAAM,wBAAwB;AAE9B,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;AAE3B,MAAM,eAAe;AAAA,EAC1B,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,cAAc;AAAA,EACd,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,cAAc;AAChB;AAEO,MAAM,qBAAqB;AAAA,EAChC,MAAM;AACR;AAEO,MAAM,yBAAyB;AAAA,EACpC,MAAM;AACR;AAEO,MAAM,sBAAsB;AAAA,EACjC,MAAM;AACR;AAEO,MAAM,qBAAqB;AAAA,EAChC,OAAG,0CAAwB,aAAa,YAAY;AAAA,EACpD,WAAW;AACb;AAEO,MAAM,+BAA2B,0CAAwB,mBAAmB,kBAAkB;AAE9F,MAAM,mCAA+B,0CAAwB,uBAAuB,sBAAsB;AAE1G,MAAM,gCAA4B,0CAAwB,oBAAoB,mBAAmB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
3
|
const DSToastName = "DSToast";
|
|
4
|
-
const DSToastActionLinkName = "
|
|
5
|
-
const DSToastActionName = "
|
|
6
|
-
const DSToastContentName = "
|
|
4
|
+
const DSToastActionLinkName = "DSToastactionlink";
|
|
5
|
+
const DSToastActionName = "DSToastaction";
|
|
6
|
+
const DSToastContentName = "DSToastcontent";
|
|
7
7
|
const DSToastSlots = {
|
|
8
8
|
ROOT: "root",
|
|
9
9
|
TOAST_CONTAINER: "toast-container",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSToastDefinitions.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSToastName = 'DSToast';\n\nexport const DSToastActionLinkName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSToastName = 'DSToast';\n\nexport const DSToastActionLinkName = 'DSToastactionlink';\n\nexport const DSToastActionName = 'DSToastaction';\n\nexport const DSToastContentName = 'DSToastcontent';\n\nexport const DSToastSlots = {\n ROOT: 'root',\n TOAST_CONTAINER: 'toast-container',\n CLOSE_BUTTON: 'close-button',\n CONTAINER: 'container',\n ICON_CONTAINER: 'icon-container',\n MESSAGE_CONTENT: 'message-content',\n MESSAGE_HEADER: 'message-header',\n MESSAGE_TEXT: 'message-text',\n};\n\nexport const DSToastActionSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastActionLinkSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastContentSlots = {\n ROOT: 'root',\n};\n\nexport const DSToastDataTestIds = {\n ...slotObjectToDataTestIds(DSToastName, DSToastSlots),\n CONTAINER: 'ds-toast-render',\n};\n\nexport const DSToastActionDataTestIds = slotObjectToDataTestIds(DSToastActionName, DSToastActionSlots);\n\nexport const DSToastActionLinkDataTestIds = slotObjectToDataTestIds(DSToastActionLinkName, DSToastActionLinkSlots);\n\nexport const DSToastContentDataTestIds = slotObjectToDataTestIds(DSToastContentName, DSToastContentSlots);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,cAAc;AAEpB,MAAM,wBAAwB;AAE9B,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;AAE3B,MAAM,eAAe;AAAA,EAC1B,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,cAAc;AAAA,EACd,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,cAAc;AAChB;AAEO,MAAM,qBAAqB;AAAA,EAChC,MAAM;AACR;AAEO,MAAM,yBAAyB;AAAA,EACpC,MAAM;AACR;AAEO,MAAM,sBAAsB;AAAA,EACjC,MAAM;AACR;AAEO,MAAM,qBAAqB;AAAA,EAChC,GAAG,wBAAwB,aAAa,YAAY;AAAA,EACpD,WAAW;AACb;AAEO,MAAM,2BAA2B,wBAAwB,mBAAmB,kBAAkB;AAE9F,MAAM,+BAA+B,wBAAwB,uBAAuB,sBAAsB;AAE1G,MAAM,4BAA4B,wBAAwB,oBAAoB,mBAAmB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const DSToastName = "DSToast";
|
|
2
|
-
export declare const DSToastActionLinkName = "
|
|
3
|
-
export declare const DSToastActionName = "
|
|
4
|
-
export declare const DSToastContentName = "
|
|
2
|
+
export declare const DSToastActionLinkName = "DSToastactionlink";
|
|
3
|
+
export declare const DSToastActionName = "DSToastaction";
|
|
4
|
+
export declare const DSToastContentName = "DSToastcontent";
|
|
5
5
|
export declare const DSToastSlots: {
|
|
6
6
|
ROOT: string;
|
|
7
7
|
TOAST_CONTAINER: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toast",
|
|
3
|
-
"version": "3.51.0-next.
|
|
3
|
+
"version": "3.51.0-next.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toast",
|
|
6
6
|
"files": [
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"pnpm": ">=
|
|
29
|
-
"node": ">=
|
|
28
|
+
"pnpm": ">=9",
|
|
29
|
+
"node": ">=22"
|
|
30
30
|
},
|
|
31
31
|
"author": "ICE MT",
|
|
32
32
|
"jestSonar": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"@xstyled/util": "~3.7.0",
|
|
41
41
|
"react-toastify": "~6.2.0",
|
|
42
|
-
"@elliemae/ds-button-v2": "3.51.0-next.
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.51.0-next.
|
|
44
|
-
"@elliemae/ds-icons": "3.51.0-next.
|
|
45
|
-
"@elliemae/ds-system": "3.51.0-next.
|
|
46
|
-
"@elliemae/ds-typescript-helpers": "3.51.0-next.
|
|
42
|
+
"@elliemae/ds-button-v2": "3.51.0-next.9",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.9",
|
|
44
|
+
"@elliemae/ds-icons": "3.51.0-next.9",
|
|
45
|
+
"@elliemae/ds-system": "3.51.0-next.9",
|
|
46
|
+
"@elliemae/ds-typescript-helpers": "3.51.0-next.9"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
|
50
50
|
"jest": "~29.7.0",
|
|
51
51
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.9"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"lodash": "^4.17.21",
|