@yuntijs/ui 1.0.0-beta.77 → 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.
@@ -1,6 +1,6 @@
1
1
  export declare const useStyles: (props?: {
2
2
  divider?: boolean | undefined;
3
- position?: "top" | "bottom" | undefined;
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;
@@ -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 width: inherit;\n height: 100%;\n min-height: inherit;\n padding: ", "px ", "px ", "px;\n "])), token.padding, token.paddingLG, token.paddingXL)
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 padding: 12px 24px 20px;\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 &.", "-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)
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.77",
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",
@@ -114,8 +114,8 @@
114
114
  "@types/react-dom": "^18",
115
115
  "@vitest/coverage-v8": "latest",
116
116
  "@yuntijs/lint": "^1.7.0",
117
- "antd": "^5.19.3",
118
- "antd-style": "^3.6.2",
117
+ "antd": "^5.23.0",
118
+ "antd-style": "^3.7.1",
119
119
  "babel-plugin-antd-style": "latest",
120
120
  "commitlint": "^18",
121
121
  "dayjs": "^1.11.10",