@uidu/page-header 1.0.8 → 1.0.10
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/CHANGELOG.md +18 -0
- package/dist/package.json +1 -1
- package/dist/uidu-page-header.cjs.dev.js +12 -18
- package/dist/uidu-page-header.cjs.prod.js +12 -18
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# @uidu/page-header
|
2
2
|
|
3
|
+
## 1.0.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- fcb7ac71e: Bump dependencies
|
8
|
+
- Updated dependencies [fcb7ac71e]
|
9
|
+
- @uidu/shell@2.1.44
|
10
|
+
- @uidu/theme@0.6.29
|
11
|
+
|
12
|
+
## 1.0.9
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- 24cefc2cb: Bump dependencies
|
17
|
+
- Updated dependencies [24cefc2cb]
|
18
|
+
- @uidu/theme@0.6.25
|
19
|
+
- @uidu/shell@2.1.38
|
20
|
+
|
3
21
|
## 1.0.8
|
4
22
|
|
5
23
|
### Patch Changes
|
package/dist/package.json
CHANGED
@@ -12,14 +12,14 @@ var _styled__default = /*#__PURE__*/_interopDefault(_styled);
|
|
12
12
|
|
13
13
|
var PageHeader = function PageHeader(_ref) {
|
14
14
|
var innerRef = _ref.innerRef,
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
15
|
+
breadcrumbs = _ref.breadcrumbs,
|
16
|
+
actions = _ref.actions,
|
17
|
+
children = _ref.children,
|
18
|
+
_ref$disableTitleStyl = _ref.disableTitleStyles,
|
19
|
+
disableTitleStyles = _ref$disableTitleStyl === void 0 ? false : _ref$disableTitleStyl,
|
20
|
+
_ref$truncateTitle = _ref.truncateTitle,
|
21
|
+
truncateTitle = _ref$truncateTitle === void 0 ? false : _ref$truncateTitle,
|
22
|
+
className = _ref.className;
|
23
23
|
return /*#__PURE__*/jsxRuntime.jsxs(_StyledDiv, {
|
24
24
|
className: className,
|
25
25
|
children: [breadcrumbs, /*#__PURE__*/jsxRuntime.jsxs(_StyledDiv2, {
|
@@ -48,21 +48,18 @@ var PageHeader = function PageHeader(_ref) {
|
|
48
48
|
})]
|
49
49
|
});
|
50
50
|
};
|
51
|
-
|
52
51
|
var PageHeader$1 = PageHeader;
|
53
|
-
|
54
52
|
var _StyledDiv = _styled__default["default"]("div").withConfig({
|
55
53
|
displayName: "PageHeader___StyledDiv",
|
56
54
|
componentId: "sc-9i9mq4-0"
|
57
55
|
})({
|
58
56
|
"display": "flex",
|
57
|
+
"minWidth": "0px",
|
59
58
|
"flexGrow": "1",
|
60
59
|
"flexDirection": "column",
|
61
60
|
"paddingTop": "1.5rem",
|
62
|
-
"paddingBottom": "1.5rem"
|
63
|
-
"minWidth": "0px"
|
61
|
+
"paddingBottom": "1.5rem"
|
64
62
|
});
|
65
|
-
|
66
63
|
var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
67
64
|
displayName: "PageHeader___StyledDiv2",
|
68
65
|
componentId: "sc-9i9mq4-1"
|
@@ -74,22 +71,19 @@ var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
|
74
71
|
"alignItems": "center"
|
75
72
|
}
|
76
73
|
});
|
77
|
-
|
78
74
|
var _StyledDiv3 = _styled__default["default"]("div").withConfig({
|
79
75
|
displayName: "PageHeader___StyledDiv3",
|
80
76
|
componentId: "sc-9i9mq4-2"
|
81
77
|
})({
|
82
|
-
"
|
83
|
-
"
|
78
|
+
"minWidth": "0px",
|
79
|
+
"flex": "1 1 0%"
|
84
80
|
});
|
85
|
-
|
86
81
|
var _StyledH = _styled__default["default"]("h2").withConfig({
|
87
82
|
displayName: "PageHeader___StyledH",
|
88
83
|
componentId: "sc-9i9mq4-3"
|
89
84
|
})(["", ""], function (p) {
|
90
85
|
return p.$_css;
|
91
86
|
});
|
92
|
-
|
93
87
|
var _StyledDiv4 = _styled__default["default"]("div").withConfig({
|
94
88
|
displayName: "PageHeader___StyledDiv4",
|
95
89
|
componentId: "sc-9i9mq4-4"
|
@@ -12,14 +12,14 @@ var _styled__default = /*#__PURE__*/_interopDefault(_styled);
|
|
12
12
|
|
13
13
|
var PageHeader = function PageHeader(_ref) {
|
14
14
|
var innerRef = _ref.innerRef,
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
15
|
+
breadcrumbs = _ref.breadcrumbs,
|
16
|
+
actions = _ref.actions,
|
17
|
+
children = _ref.children,
|
18
|
+
_ref$disableTitleStyl = _ref.disableTitleStyles,
|
19
|
+
disableTitleStyles = _ref$disableTitleStyl === void 0 ? false : _ref$disableTitleStyl,
|
20
|
+
_ref$truncateTitle = _ref.truncateTitle,
|
21
|
+
truncateTitle = _ref$truncateTitle === void 0 ? false : _ref$truncateTitle,
|
22
|
+
className = _ref.className;
|
23
23
|
return /*#__PURE__*/jsxRuntime.jsxs(_StyledDiv, {
|
24
24
|
className: className,
|
25
25
|
children: [breadcrumbs, /*#__PURE__*/jsxRuntime.jsxs(_StyledDiv2, {
|
@@ -48,21 +48,18 @@ var PageHeader = function PageHeader(_ref) {
|
|
48
48
|
})]
|
49
49
|
});
|
50
50
|
};
|
51
|
-
|
52
51
|
var PageHeader$1 = PageHeader;
|
53
|
-
|
54
52
|
var _StyledDiv = _styled__default["default"]("div").withConfig({
|
55
53
|
displayName: "PageHeader___StyledDiv",
|
56
54
|
componentId: "sc-9i9mq4-0"
|
57
55
|
})({
|
58
56
|
"display": "flex",
|
57
|
+
"minWidth": "0px",
|
59
58
|
"flexGrow": "1",
|
60
59
|
"flexDirection": "column",
|
61
60
|
"paddingTop": "1.5rem",
|
62
|
-
"paddingBottom": "1.5rem"
|
63
|
-
"minWidth": "0px"
|
61
|
+
"paddingBottom": "1.5rem"
|
64
62
|
});
|
65
|
-
|
66
63
|
var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
67
64
|
displayName: "PageHeader___StyledDiv2",
|
68
65
|
componentId: "sc-9i9mq4-1"
|
@@ -74,22 +71,19 @@ var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
|
74
71
|
"alignItems": "center"
|
75
72
|
}
|
76
73
|
});
|
77
|
-
|
78
74
|
var _StyledDiv3 = _styled__default["default"]("div").withConfig({
|
79
75
|
displayName: "PageHeader___StyledDiv3",
|
80
76
|
componentId: "sc-9i9mq4-2"
|
81
77
|
})({
|
82
|
-
"
|
83
|
-
"
|
78
|
+
"minWidth": "0px",
|
79
|
+
"flex": "1 1 0%"
|
84
80
|
});
|
85
|
-
|
86
81
|
var _StyledH = _styled__default["default"]("h2").withConfig({
|
87
82
|
displayName: "PageHeader___StyledH",
|
88
83
|
componentId: "sc-9i9mq4-3"
|
89
84
|
})(["", ""], function (p) {
|
90
85
|
return p.$_css;
|
91
86
|
});
|
92
|
-
|
93
87
|
var _StyledDiv4 = _styled__default["default"]("div").withConfig({
|
94
88
|
displayName: "PageHeader___StyledDiv4",
|
95
89
|
componentId: "sc-9i9mq4-4"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uidu/page-header",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.10",
|
4
4
|
"description": "A React component that represents Header of an application page",
|
5
5
|
"repository": "https://github.com/uidu-org/guidu/tree/main/packages/navigation/page-header",
|
6
6
|
"license": "MIT",
|
@@ -9,18 +9,18 @@
|
|
9
9
|
"main": "dist/uidu-page-header.cjs.js",
|
10
10
|
"types": "dist/uidu-page-header.cjs.d.ts",
|
11
11
|
"dependencies": {
|
12
|
-
"@uidu/shell": "^2.1.
|
13
|
-
"@uidu/theme": "^0.6.
|
14
|
-
"tslib": "^2.
|
12
|
+
"@uidu/shell": "^2.1.44",
|
13
|
+
"@uidu/theme": "^0.6.29",
|
14
|
+
"tslib": "^2.5.0"
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
|
-
"@uidu/breadcrumbs": "^1.0.
|
18
|
-
"@uidu/button": "^1.3.
|
19
|
-
"@uidu/docs": "^0.5.
|
20
|
-
"@uidu/field-text": "^2.0.
|
21
|
-
"@uidu/form": "^2.
|
22
|
-
"@uidu/inline-edit": "0.3.
|
23
|
-
"@uidu/select": "^2.
|
17
|
+
"@uidu/breadcrumbs": "^1.0.32",
|
18
|
+
"@uidu/button": "^1.3.36",
|
19
|
+
"@uidu/docs": "^0.5.25",
|
20
|
+
"@uidu/field-text": "^2.0.8",
|
21
|
+
"@uidu/form": "^2.2.5",
|
22
|
+
"@uidu/inline-edit": "0.3.34",
|
23
|
+
"@uidu/select": "^2.2.5",
|
24
24
|
"react": "^18.2.0",
|
25
25
|
"react-dom": "^18.2.0",
|
26
26
|
"styled-components": "^5.3.6"
|