@elliemae/ds-left-navigation 3.54.0-next.4 → 3.54.0-next.6
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.
|
@@ -74,6 +74,9 @@ export declare const LEFT_NAVIGATION_DATA_TESTID: {
|
|
|
74
74
|
LEFT_COMPONENT_CHEVRON: string;
|
|
75
75
|
FOOTER_BTN: string;
|
|
76
76
|
LIST_ITEM_LABEL_ID_EXCEPTION: string;
|
|
77
|
+
FOOTER_LABEL: "ds-leftnavigation-footer-label";
|
|
78
|
+
FOOTER_MENU_COLLAPSE: "ds-leftnavigation-footer-menu-collapse";
|
|
79
|
+
LOADER_WRAPPER: "ds-leftnavigation-loader-wrapper";
|
|
77
80
|
};
|
|
78
81
|
export declare const DSLeftNavigationSlots: {
|
|
79
82
|
readonly ALERTS_ICON_WRAPPER: "alerts-icon";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"typeSafety": false
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-button-v2": "3.54.0-next.
|
|
40
|
-
"@elliemae/ds-circular-progress-indicator": "3.54.0-next.
|
|
41
|
-
"@elliemae/ds-grid": "3.54.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-button-v2": "3.54.0-next.6",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.54.0-next.6",
|
|
41
|
+
"@elliemae/ds-grid": "3.54.0-next.6",
|
|
42
|
+
"@elliemae/ds-icons": "3.54.0-next.6",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.6",
|
|
44
|
+
"@elliemae/ds-skeleton": "3.54.0-next.6",
|
|
45
|
+
"@elliemae/ds-system": "3.54.0-next.6",
|
|
46
|
+
"@elliemae/ds-truncated-tooltip-text": "3.54.0-next.6"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
50
50
|
"jest": "~29.7.0",
|
|
51
51
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
52
|
+
"@elliemae/ds-test-utils": "3.54.0-next.6",
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.6"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"lodash-es": "^4.17.21",
|