@alifd/theme-fpx-warehouse 1.0.0 → 1.0.1
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/dist/next-1.css +1 -1
- package/dist/next-2.css +2 -2
- package/dist/next-noreset-1.css +1 -1
- package/dist/next-noreset-2.css +2 -2
- package/dist/next-noreset.css +2 -2
- package/dist/next-noreset.min-1.css +1 -1
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +1 -1
- package/dist/next-noreset.var-2.css +3 -3
- package/dist/next-noreset.var.css +3 -3
- package/dist/next-noreset.var.min-1.css +1 -1
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +2 -2
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +1 -1
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +1 -1
- package/dist/next.var-2.css +3 -3
- package/dist/next.var.css +3 -3
- package/dist/next.var.min-1.css +1 -1
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +8 -8
- package/variables.less +2 -2
- package/variables.scss +2 -2
- package/variables.scss2css.scss +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.1 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.1 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -10902,8 +10902,8 @@ h6.next-typography-title {
|
|
|
10902
10902
|
border-bottom: 1px solid #e7e8eb;
|
|
10903
10903
|
border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #e7e8eb); }
|
|
10904
10904
|
.next-table th .next-table-cell-wrapper {
|
|
10905
|
-
padding:
|
|
10906
|
-
padding: var(--table-header-padding-top,
|
|
10905
|
+
padding: 16px 10px;
|
|
10906
|
+
padding: var(--table-header-padding-top, 16px) var(--table-header-padding-left, 10px);
|
|
10907
10907
|
overflow: hidden;
|
|
10908
10908
|
text-overflow: ellipsis;
|
|
10909
10909
|
word-break: break-all; }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.1 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -25478,8 +25478,8 @@ h6.next-typography-title {
|
|
|
25478
25478
|
border-bottom: 1px solid #e7e8eb;
|
|
25479
25479
|
border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #e7e8eb); }
|
|
25480
25480
|
.next-table th .next-table-cell-wrapper {
|
|
25481
|
-
padding:
|
|
25482
|
-
padding: var(--table-header-padding-top,
|
|
25481
|
+
padding: 16px 10px;
|
|
25482
|
+
padding: var(--table-header-padding-top, 16px) var(--table-header-padding-left, 10px);
|
|
25483
25483
|
overflow: hidden;
|
|
25484
25484
|
text-overflow: ellipsis;
|
|
25485
25485
|
word-break: break-all; }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.1 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|