@elliemae/ds-left-navigation 3.51.0-rc.19 → 3.51.0-rc.20
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/dist/cjs/index.js +6 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +10 -10
package/dist/cjs/index.js
CHANGED
|
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
30
|
+
var index_exports = {};
|
|
31
|
+
__export(index_exports, {
|
|
32
32
|
DSLeftNavigationName: () => import_constants.DSLeftNavigationName,
|
|
33
33
|
DSLeftNavigationSlots: () => import_constants.DSLeftNavigationSlots,
|
|
34
34
|
LEFT_NAVIGATION_DATA_TESTID: () => import_constants.LEFT_NAVIGATION_DATA_TESTID,
|
|
@@ -38,14 +38,14 @@ __export(src_exports, {
|
|
|
38
38
|
LeftNavItemPropsSchema: () => import_react_desc_prop_types.LeftNavItemPropsSchema,
|
|
39
39
|
LeftNavigation: () => import_LeftNavigation2.LeftNavigation,
|
|
40
40
|
LeftNavigationWithSchema: () => import_LeftNavigation2.LeftNavigationWithSchema,
|
|
41
|
-
default: () =>
|
|
41
|
+
default: () => index_default
|
|
42
42
|
});
|
|
43
|
-
module.exports = __toCommonJS(
|
|
43
|
+
module.exports = __toCommonJS(index_exports);
|
|
44
44
|
var React = __toESM(require("react"));
|
|
45
45
|
var import_LeftNavigation = require("./LeftNavigation.js");
|
|
46
46
|
var import_react_desc_prop_types = require("./react-desc-prop-types.js");
|
|
47
47
|
var import_LeftNavigation2 = require("./LeftNavigation.js");
|
|
48
|
-
__reExport(
|
|
48
|
+
__reExport(index_exports, require("./exported-related/index.js"), module.exports);
|
|
49
49
|
var import_constants = require("./constants/constants.js");
|
|
50
|
-
var
|
|
50
|
+
var index_default = import_LeftNavigation.LeftNavigation;
|
|
51
51
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["import { LeftNavigation } from './LeftNavigation.js';\n\nexport default LeftNavigation;\nexport { LeftNavItemPropsSchema, LeftNavItemOptionsSchema, type DSLeftNavigationT } from './react-desc-prop-types.js';\nexport { LeftNavigation, LeftNavigationWithSchema } from './LeftNavigation.js';\nexport * from './exported-related/index.js';\nexport {\n DSLeftNavigationName,\n LEFT_NAVIGATION_SLOTS,\n LEFT_NAVIGATION_REGION_FOCUSES,\n LEFT_NAVIGATION_DATA_TESTID,\n // re-exporting under old alias to avoid not really useful breaking change\n DSLeftNavigationSlots,\n} from './constants/constants.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,4BAA+B;AAG/B,mCAAyF;AACzF,IAAAA,yBAAyD;AACzD,
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,4BAA+B;AAG/B,mCAAyF;AACzF,IAAAA,yBAAyD;AACzD,0BAAc,wCALd;AAMA,uBAOO;AAXP,IAAO,gBAAQ;",
|
|
6
6
|
"names": ["import_LeftNavigation"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { LeftNavigation } from "./LeftNavigation.js";
|
|
3
|
-
var
|
|
3
|
+
var index_default = LeftNavigation;
|
|
4
4
|
import { LeftNavItemPropsSchema, LeftNavItemOptionsSchema } from "./react-desc-prop-types.js";
|
|
5
5
|
import { LeftNavigation as LeftNavigation2, LeftNavigationWithSchema } from "./LeftNavigation.js";
|
|
6
6
|
export * from "./exported-related/index.js";
|
|
@@ -21,6 +21,6 @@ export {
|
|
|
21
21
|
LeftNavItemPropsSchema,
|
|
22
22
|
LeftNavigation2 as LeftNavigation,
|
|
23
23
|
LeftNavigationWithSchema,
|
|
24
|
-
|
|
24
|
+
index_default as default
|
|
25
25
|
};
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { LeftNavigation } from './LeftNavigation.js';\n\nexport default LeftNavigation;\nexport { LeftNavItemPropsSchema, LeftNavItemOptionsSchema, type DSLeftNavigationT } from './react-desc-prop-types.js';\nexport { LeftNavigation, LeftNavigationWithSchema } from './LeftNavigation.js';\nexport * from './exported-related/index.js';\nexport {\n DSLeftNavigationName,\n LEFT_NAVIGATION_SLOTS,\n LEFT_NAVIGATION_REGION_FOCUSES,\n LEFT_NAVIGATION_DATA_TESTID,\n // re-exporting under old alias to avoid not really useful breaking change\n DSLeftNavigationSlots,\n} from './constants/constants.js';\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,sBAAsB;AAE/B,IAAO,
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,sBAAsB;AAE/B,IAAO,gBAAQ;AACf,SAAS,wBAAwB,gCAAwD;AACzF,SAAS,kBAAAA,iBAAgB,gCAAgC;AACzD,cAAc;AACd;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,OACK;",
|
|
6
6
|
"names": ["LeftNavigation"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.51.0-rc.
|
|
3
|
+
"version": "3.51.0-rc.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"typeSafety": false
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-button-v2": "3.51.0-rc.
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-props-helpers": "3.51.0-rc.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-system": "3.51.0-rc.
|
|
45
|
-
"@elliemae/ds-truncated-tooltip-text": "3.51.0-rc.
|
|
46
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-button-v2": "3.51.0-rc.20",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.51.0-rc.20",
|
|
41
|
+
"@elliemae/ds-grid": "3.51.0-rc.20",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.51.0-rc.20",
|
|
43
|
+
"@elliemae/ds-skeleton": "3.51.0-rc.20",
|
|
44
|
+
"@elliemae/ds-system": "3.51.0-rc.20",
|
|
45
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.0-rc.20",
|
|
46
|
+
"@elliemae/ds-icons": "3.51.0-rc.20"
|
|
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-rc.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-rc.20"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"lodash": "^4.17.21",
|