@yuntijs/ui 1.0.0-beta.76 → 1.0.0-beta.78
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/es/Dropdown/style.d.ts +1 -1
- package/es/Page/Header/style.js +0 -2
- package/es/Page/style.js +1 -3
- package/es/ProCard/Content/style.js +1 -3
- package/es/ProCard/Descriptions/style.js +1 -3
- package/es/ProCard/Header/style.js +0 -2
- package/package.json +4 -3
- package/umd/index.min.js +1 -1
- package/umd/index.min.js.map +1 -1
package/es/Dropdown/style.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const useStyles: (props?: {
|
|
2
2
|
divider?: boolean | undefined;
|
|
3
|
-
position?: "
|
|
3
|
+
position?: "bottom" | "top" | undefined;
|
|
4
4
|
} | undefined) => import("antd-style").ReturnStyles<{
|
|
5
5
|
menuWrapper: import("antd-style").SerializedStyles;
|
|
6
6
|
menuExtra: import("antd-style").SerializedStyles;
|
package/es/Page/Header/style.js
CHANGED
|
@@ -18,6 +18,4 @@ export var useStyles = createStyles(function (_ref, _ref2) {
|
|
|
18
18
|
descriptions: css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n margin-bottom: ", "px;\n font-size: ", "px;\n color: ", ";\n .", "-badge.", "-badge-status {\n font-size: ", "px;\n & > .", "-badge-status-text {\n font-size: ", "px;\n color: ", ";\n }\n }\n "])), token.marginXXS, token.fontSize, token.colorTextSecondary, prefixCls, prefixCls, token.fontSize, prefixCls, token.fontSize, token.colorTextSecondary),
|
|
19
19
|
rightButtons: css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n justify-content: flex-end;\n "])))
|
|
20
20
|
};
|
|
21
|
-
}, {
|
|
22
|
-
hashPriority: 'low'
|
|
23
21
|
});
|
package/es/Page/style.js
CHANGED
|
@@ -5,8 +5,6 @@ export var useStyles = createStyles(function (_ref) {
|
|
|
5
5
|
var css = _ref.css,
|
|
6
6
|
token = _ref.token;
|
|
7
7
|
return {
|
|
8
|
-
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n
|
|
8
|
+
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: inherit;\n height: 100%;\n min-height: inherit;\n padding: ", "px ", "px ", "px;\n "])), token.padding, token.paddingLG, token.paddingXL)
|
|
9
9
|
};
|
|
10
|
-
}, {
|
|
11
|
-
hashPriority: 'low'
|
|
12
10
|
});
|
|
@@ -5,8 +5,6 @@ export var useStyles = createStyles(function (_ref) {
|
|
|
5
5
|
var css = _ref.css,
|
|
6
6
|
token = _ref.token;
|
|
7
7
|
return {
|
|
8
|
-
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n
|
|
8
|
+
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n padding: 12px 24px 20px;\n "])))
|
|
9
9
|
};
|
|
10
|
-
}, {
|
|
11
|
-
hashPriority: 'low'
|
|
12
10
|
});
|
|
@@ -7,8 +7,6 @@ export var useStyles = createStyles(function (_ref) {
|
|
|
7
7
|
prefixCls = _ref.prefixCls;
|
|
8
8
|
var lableWidth = 70;
|
|
9
9
|
return {
|
|
10
|
-
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n
|
|
10
|
+
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n &.", "-descriptions {\n .", "-descriptions-row {\n & > td {\n padding-top: 4px !important;\n padding-bottom: 4px !important;\n }\n .", "-descriptions-item {\n &-container {\n .", "-descriptions-item-label {\n overflow: hidden;\n width: ", "px;\n white-space: nowrap;\n }\n .", "-descriptions-item-content {\n overflow: hidden;\n display: inline-block;\n\n width: calc(100% - ", "px);\n\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n }\n }\n }\n "])), prefixCls, prefixCls, prefixCls, prefixCls, lableWidth, prefixCls, lableWidth)
|
|
11
11
|
};
|
|
12
|
-
}, {
|
|
13
|
-
hashPriority: 'low'
|
|
14
12
|
});
|
|
@@ -18,6 +18,4 @@ export var useStyles = createStyles(function (_ref, _ref2) {
|
|
|
18
18
|
extra: css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n margin-top: -4px;\n "]))),
|
|
19
19
|
rightButtons: css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n justify-content: flex-end;\n "])))
|
|
20
20
|
};
|
|
21
|
-
}, {
|
|
22
|
-
hashPriority: 'low'
|
|
23
21
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuntijs/ui",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.78",
|
|
4
4
|
"description": "☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yuntijs",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"author": "Luobo Zhang <zhang.pc3@gmail.com>",
|
|
21
|
+
"sideEffects": false,
|
|
21
22
|
"main": "es/index.js",
|
|
22
23
|
"module": "es/index.js",
|
|
23
24
|
"types": "es/index.d.ts",
|
|
@@ -113,8 +114,8 @@
|
|
|
113
114
|
"@types/react-dom": "^18",
|
|
114
115
|
"@vitest/coverage-v8": "latest",
|
|
115
116
|
"@yuntijs/lint": "^1.7.0",
|
|
116
|
-
"antd": "^5.
|
|
117
|
-
"antd-style": "^3.
|
|
117
|
+
"antd": "^5.23.0",
|
|
118
|
+
"antd-style": "^3.7.1",
|
|
118
119
|
"babel-plugin-antd-style": "latest",
|
|
119
120
|
"commitlint": "^18",
|
|
120
121
|
"dayjs": "^1.11.10",
|