@elliemae/ds-card-navigation 2.2.0-alpha.3 → 2.2.0-alpha.4
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/cjs/DSCardNavigation.js +5 -5
- package/cjs/index.js +2 -2
- package/cjs/style.js +1 -1
- package/package.json +8 -8
package/cjs/DSCardNavigation.js
CHANGED
|
@@ -34,12 +34,12 @@ __export(DSCardNavigation_exports, {
|
|
|
34
34
|
});
|
|
35
35
|
var React = __toESM(require("react"));
|
|
36
36
|
var import_react = __toESM(require("react"));
|
|
37
|
-
var import_react_desc =
|
|
38
|
-
var import_ds_truncated_tooltip_text =
|
|
39
|
-
var import_ds_icons =
|
|
37
|
+
var import_react_desc = require("react-desc");
|
|
38
|
+
var import_ds_truncated_tooltip_text = require("@elliemae/ds-truncated-tooltip-text");
|
|
39
|
+
var import_ds_icons = require("@elliemae/ds-icons");
|
|
40
40
|
var import_ds_button = __toESM(require("@elliemae/ds-button"));
|
|
41
|
-
var import_style =
|
|
42
|
-
var import_types =
|
|
41
|
+
var import_style = require("./style");
|
|
42
|
+
var import_types = require("./components/types");
|
|
43
43
|
const DSCardNavigation = ({ containerProps = {}, title = "", description = "", type, Icon, actions = [], ...rest }) => /* @__PURE__ */ import_react.default.createElement(import_ds_truncated_tooltip_text.TooltipTextProvider, null, /* @__PURE__ */ import_react.default.createElement(import_style.StyledCardNavigationBoxWrapper, {
|
|
44
44
|
role: "button",
|
|
45
45
|
tabIndex: 0,
|
package/cjs/index.js
CHANGED
|
@@ -30,7 +30,7 @@ __export(src_exports, {
|
|
|
30
30
|
default: () => import_DSCardNavigation.default
|
|
31
31
|
});
|
|
32
32
|
var React = __toESM(require("react"));
|
|
33
|
-
var import_DSCardNavigation =
|
|
34
|
-
__reExport(src_exports,
|
|
33
|
+
var import_DSCardNavigation = require("./DSCardNavigation");
|
|
34
|
+
__reExport(src_exports, require("./DSCardNavigation"));
|
|
35
35
|
module.exports = __toCommonJS(src_exports);
|
|
36
36
|
//# sourceMappingURL=index.js.map
|
package/cjs/style.js
CHANGED
|
@@ -39,7 +39,7 @@ __export(style_exports, {
|
|
|
39
39
|
});
|
|
40
40
|
var React = __toESM(require("react"));
|
|
41
41
|
var import_styled_components = __toESM(require("styled-components"));
|
|
42
|
-
var import_types =
|
|
42
|
+
var import_types = require("./components/types");
|
|
43
43
|
const StyledCardNavigationContentTitle = import_styled_components.default.div`
|
|
44
44
|
padding-top: ${(props) => props.theme.space.xxs};
|
|
45
45
|
font-weight: ${(props) => props.theme.fontWeights.semibold};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-navigation",
|
|
3
|
-
"version": "2.2.0-alpha.
|
|
3
|
+
"version": "2.2.0-alpha.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card Navigation",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
"build": "node ../../scripts/build/build.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@elliemae/ds-button": "2.2.0-alpha.
|
|
48
|
-
"@elliemae/ds-icons": "2.2.0-alpha.
|
|
49
|
-
"@elliemae/ds-truncated-tooltip-text": "2.2.0-alpha.
|
|
47
|
+
"@elliemae/ds-button": "2.2.0-alpha.4",
|
|
48
|
+
"@elliemae/ds-icons": "2.2.0-alpha.4",
|
|
49
|
+
"@elliemae/ds-truncated-tooltip-text": "2.2.0-alpha.4",
|
|
50
50
|
"react-desc": "~4.1.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@elliemae/pui-theme": "~2.
|
|
53
|
+
"@elliemae/pui-theme": "~2.3.0",
|
|
54
54
|
"@testing-library/jest-dom": "~5.15.0",
|
|
55
55
|
"@testing-library/react": "~12.1.2",
|
|
56
|
-
"styled-components": "~5.3.
|
|
56
|
+
"styled-components": "~5.3.3"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@elliemae/pui-theme": "^2.
|
|
59
|
+
"@elliemae/pui-theme": "^2.3.0",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"react": "~17.0.2",
|
|
62
62
|
"react-dom": "^17.0.2",
|
|
63
|
-
"styled-components": "^5.3.
|
|
63
|
+
"styled-components": "^5.3.3"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public",
|