@elliemae/ds-card-v2-action-addon 3.49.0-rc.9 → 3.49.1
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.
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const DSCardV2ActionAddonName = "
|
|
38
|
+
const DSCardV2ActionAddonName = "DSCardv2actionaddon";
|
|
39
39
|
const CARD_V2_ACTION_ADDON_SLOTS = {
|
|
40
40
|
ADDON: "action-addon"
|
|
41
41
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCardV2ActionAddonName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCardV2ActionAddonName = 'DSCardv2actionaddon';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const CARD_V2_ACTION_ADDON_SLOTS = {\n ADDON: 'action-addon',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const CARD_V2_ACTION_ADDON_DATA_TESTID = slotObjectToDataTestIds(\n DSCardV2ActionAddonName,\n CARD_V2_ACTION_ADDON_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,0BAA0B;AAGhC,MAAM,6BAA6B;AAAA,EACxC,OAAO;AACT;AAGO,MAAM,uCAAmC;AAAA,EAC9C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
|
-
const DSCardV2ActionAddonName = "
|
|
3
|
+
const DSCardV2ActionAddonName = "DSCardv2actionaddon";
|
|
4
4
|
const CARD_V2_ACTION_ADDON_SLOTS = {
|
|
5
5
|
ADDON: "action-addon"
|
|
6
6
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCardV2ActionAddonName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCardV2ActionAddonName = 'DSCardv2actionaddon';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const CARD_V2_ACTION_ADDON_SLOTS = {\n ADDON: 'action-addon',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const CARD_V2_ACTION_ADDON_DATA_TESTID = slotObjectToDataTestIds(\n DSCardV2ActionAddonName,\n CARD_V2_ACTION_ADDON_SLOTS,\n);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,0BAA0B;AAGhC,MAAM,6BAA6B;AAAA,EACxC,OAAO;AACT;AAGO,MAAM,mCAAmC;AAAA,EAC9C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-v2-action-addon",
|
|
3
|
-
"version": "3.49.
|
|
3
|
+
"version": "3.49.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card V2 Action Addon",
|
|
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": {
|
|
@@ -38,17 +38,19 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"uid": "~2.0.1",
|
|
41
|
-
"@elliemae/ds-button-v2": "3.49.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-grid": "3.49.
|
|
44
|
-
"@elliemae/ds-props-helpers": "3.49.
|
|
45
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-button-v2": "3.49.1",
|
|
42
|
+
"@elliemae/ds-system": "3.49.1",
|
|
43
|
+
"@elliemae/ds-grid": "3.49.1",
|
|
44
|
+
"@elliemae/ds-props-helpers": "3.49.1",
|
|
45
|
+
"@elliemae/ds-icons": "3.49.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
49
|
+
"jest": "~29.7.0",
|
|
50
|
+
"jest-cli": "~29.7.0",
|
|
49
51
|
"lodash": "^4.17.21",
|
|
50
52
|
"styled-components": "~5.3.9",
|
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.49.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.49.1"
|
|
52
54
|
},
|
|
53
55
|
"peerDependencies": {
|
|
54
56
|
"react": "^17.0.2",
|