@yuntijs/ui 1.0.0-beta.54 → 1.0.0-beta.55
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.
|
@@ -7,7 +7,7 @@ export var useStyles = createStyles(function (_ref) {
|
|
|
7
7
|
prefixCls = _ref.prefixCls;
|
|
8
8
|
return {
|
|
9
9
|
empty: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n padding: ", "px ", "px;\n color: ", ";\n "])), token.paddingXS, token.paddingSM, token.colorTextTertiary),
|
|
10
|
-
list: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n .", "-table {\n
|
|
10
|
+
list: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n &.", "-table-wrapper {\n .", "-table {\n &-thead {\n & > tr > th {\n font-weight: normal;\n color: ", ";\n background-color: unset;\n &::before {\n display: none;\n }\n }\n }\n &-tbody {\n & > tr:last-child {\n & > td {\n border-bottom-color: transparent;\n }\n }\n }\n &-cell {\n vertical-align: top;\n }\n }\n }\n .", "-form {\n &-item {\n margin-bottom: 0;\n }\n }\n "])), prefixCls, prefixCls, token.colorTextTertiary, prefixCls),
|
|
11
11
|
noFormItem: css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n height: ", "px;\n color: ", ";\n "])), token.controlHeight, token.colorTextTertiary)
|
|
12
12
|
};
|
|
13
13
|
});
|
package/es/Typography/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Typography as AntdTypography } from 'antd';
|
|
2
|
-
import { TextProps } from 'antd/es/typography/Text';
|
|
3
|
-
import { TooltipPropsWithTitle } from 'antd/lib/tooltip';
|
|
2
|
+
import type { TextProps } from 'antd/es/typography/Text';
|
|
3
|
+
import type { TooltipPropsWithTitle } from 'antd/lib/tooltip';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
export declare const Typography: TypographyProps;
|
|
6
6
|
interface TimeProps extends TextProps {
|
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.55",
|
|
4
4
|
"description": "☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yuntijs",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"commitlint": "^18",
|
|
117
117
|
"dayjs": "^1.11.10",
|
|
118
118
|
"dumi": "^2.4.6",
|
|
119
|
-
"dumi-theme-yunti": "^1.1.
|
|
119
|
+
"dumi-theme-yunti": "^1.1.7",
|
|
120
120
|
"eslint": "^8.56.0",
|
|
121
121
|
"father": "^4.3.8",
|
|
122
122
|
"husky": "^8",
|