@elliemae/ds-card-v2-action-addon 3.54.0-next.4 → 3.54.0-next.5
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.
|
@@ -2,4 +2,6 @@ export declare const DSCardV2ActionAddonName = "DSCardv2actionaddon";
|
|
|
2
2
|
export declare const CARD_V2_ACTION_ADDON_SLOTS: {
|
|
3
3
|
readonly ADDON: "action-addon";
|
|
4
4
|
};
|
|
5
|
-
export declare const CARD_V2_ACTION_ADDON_DATA_TESTID:
|
|
5
|
+
export declare const CARD_V2_ACTION_ADDON_DATA_TESTID: {
|
|
6
|
+
readonly ADDON: "ds-cardv2actionaddon-action-addon";
|
|
7
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-v2-action-addon",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card V2 Action Addon",
|
|
6
6
|
"files": [
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"uid": "~2.0.1",
|
|
41
|
-
"@elliemae/ds-button-v2": "3.54.0-next.
|
|
42
|
-
"@elliemae/ds-grid": "3.54.0-next.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-system": "3.54.0-next.
|
|
41
|
+
"@elliemae/ds-button-v2": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-grid": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-icons": "3.54.0-next.5",
|
|
44
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
45
|
+
"@elliemae/ds-system": "3.54.0-next.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
49
49
|
"jest": "~29.7.0",
|
|
50
50
|
"lodash-es": "^4.17.21",
|
|
51
51
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
52
|
+
"@elliemae/ds-test-utils": "3.54.0-next.5",
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^18.3.1",
|