@uidu/page-header 1.0.9 → 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
CHANGED
package/dist/package.json
CHANGED
|
@@ -54,11 +54,11 @@ var _StyledDiv = _styled__default["default"]("div").withConfig({
|
|
|
54
54
|
componentId: "sc-9i9mq4-0"
|
|
55
55
|
})({
|
|
56
56
|
"display": "flex",
|
|
57
|
+
"minWidth": "0px",
|
|
57
58
|
"flexGrow": "1",
|
|
58
59
|
"flexDirection": "column",
|
|
59
60
|
"paddingTop": "1.5rem",
|
|
60
|
-
"paddingBottom": "1.5rem"
|
|
61
|
-
"minWidth": "0px"
|
|
61
|
+
"paddingBottom": "1.5rem"
|
|
62
62
|
});
|
|
63
63
|
var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
|
64
64
|
displayName: "PageHeader___StyledDiv2",
|
|
@@ -75,8 +75,8 @@ var _StyledDiv3 = _styled__default["default"]("div").withConfig({
|
|
|
75
75
|
displayName: "PageHeader___StyledDiv3",
|
|
76
76
|
componentId: "sc-9i9mq4-2"
|
|
77
77
|
})({
|
|
78
|
-
"
|
|
79
|
-
"
|
|
78
|
+
"minWidth": "0px",
|
|
79
|
+
"flex": "1 1 0%"
|
|
80
80
|
});
|
|
81
81
|
var _StyledH = _styled__default["default"]("h2").withConfig({
|
|
82
82
|
displayName: "PageHeader___StyledH",
|
|
@@ -54,11 +54,11 @@ var _StyledDiv = _styled__default["default"]("div").withConfig({
|
|
|
54
54
|
componentId: "sc-9i9mq4-0"
|
|
55
55
|
})({
|
|
56
56
|
"display": "flex",
|
|
57
|
+
"minWidth": "0px",
|
|
57
58
|
"flexGrow": "1",
|
|
58
59
|
"flexDirection": "column",
|
|
59
60
|
"paddingTop": "1.5rem",
|
|
60
|
-
"paddingBottom": "1.5rem"
|
|
61
|
-
"minWidth": "0px"
|
|
61
|
+
"paddingBottom": "1.5rem"
|
|
62
62
|
});
|
|
63
63
|
var _StyledDiv2 = _styled__default["default"]("div").withConfig({
|
|
64
64
|
displayName: "PageHeader___StyledDiv2",
|
|
@@ -75,8 +75,8 @@ var _StyledDiv3 = _styled__default["default"]("div").withConfig({
|
|
|
75
75
|
displayName: "PageHeader___StyledDiv3",
|
|
76
76
|
componentId: "sc-9i9mq4-2"
|
|
77
77
|
})({
|
|
78
|
-
"
|
|
79
|
-
"
|
|
78
|
+
"minWidth": "0px",
|
|
79
|
+
"flex": "1 1 0%"
|
|
80
80
|
});
|
|
81
81
|
var _StyledH = _styled__default["default"]("h2").withConfig({
|
|
82
82
|
displayName: "PageHeader___StyledH",
|
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"
|