@alifd/theme-panda 0.1.2 → 0.1.3
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 +10 -10
- package/dist/next-noreset-1.css +1 -1
- package/dist/next-noreset-2.css +10 -10
- package/dist/next-noreset.css +10 -10
- 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 +19 -19
- package/dist/next-noreset.var.css +19 -19
- 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 +10 -10
- 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 +19 -19
- package/dist/next.var.css +19 -19
- 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 +1 -1
- package/variables.less +1 -1
- package/variables.scss +1 -1
- package/variables.scss2css.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (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-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -10576,10 +10576,10 @@ h6.next-typography-title {
|
|
|
10576
10576
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
10577
10577
|
border-top-right-radius: 6px;
|
|
10578
10578
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
10579
|
-
border-bottom-left-radius:
|
|
10580
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
10581
|
-
border-bottom-right-radius:
|
|
10582
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
10579
|
+
border-bottom-left-radius: 0px;
|
|
10580
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
10581
|
+
border-bottom-right-radius: 0px;
|
|
10582
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
10583
10583
|
border-top: 1px solid #f0f0f0;
|
|
10584
10584
|
border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
|
|
10585
10585
|
border-left: 1px solid #f0f0f0;
|
|
@@ -10596,11 +10596,11 @@ h6.next-typography-title {
|
|
|
10596
10596
|
border-top-right-radius: 6px;
|
|
10597
10597
|
border-top-right-radius: var(--table-header-corner-top, 6px); }
|
|
10598
10598
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
10599
|
-
border-bottom-left-radius:
|
|
10600
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
10599
|
+
border-bottom-left-radius: 0px;
|
|
10600
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px); }
|
|
10601
10601
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
10602
|
-
border-bottom-right-radius:
|
|
10603
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
10602
|
+
border-bottom-right-radius: 0px;
|
|
10603
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
|
|
10604
10604
|
.next-table.next-table-layout-fixed {
|
|
10605
10605
|
overflow: auto; }
|
|
10606
10606
|
.next-table.next-table-layout-fixed table {
|
|
@@ -10625,10 +10625,10 @@ h6.next-typography-title {
|
|
|
10625
10625
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
10626
10626
|
border-top-right-radius: 6px;
|
|
10627
10627
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
10628
|
-
border-bottom-left-radius:
|
|
10629
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
10630
|
-
border-bottom-right-radius:
|
|
10631
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
10628
|
+
border-bottom-left-radius: 0px;
|
|
10629
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
10630
|
+
border-bottom-right-radius: 0px;
|
|
10631
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
|
|
10632
10632
|
.next-table table tr:first-child td {
|
|
10633
10633
|
border-top-width: 0; }
|
|
10634
10634
|
.next-table th {
|
|
@@ -10863,10 +10863,10 @@ h6.next-typography-title {
|
|
|
10863
10863
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
10864
10864
|
border-top-right-radius: 6px;
|
|
10865
10865
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
10866
|
-
border-bottom-left-radius:
|
|
10867
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
10868
|
-
border-bottom-right-radius:
|
|
10869
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
10866
|
+
border-bottom-left-radius: 0px;
|
|
10867
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
10868
|
+
border-bottom-right-radius: 0px;
|
|
10869
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
10870
10870
|
overflow: -moz-scrollbars-none;
|
|
10871
10871
|
-ms-overflow-style: none;
|
|
10872
10872
|
scrollbar-width: none; }
|
|
@@ -11013,8 +11013,8 @@ h6.next-typography-title {
|
|
|
11013
11013
|
content: " ";
|
|
11014
11014
|
border-top-right-radius: 6px;
|
|
11015
11015
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
11016
|
-
border-bottom-right-radius:
|
|
11017
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11016
|
+
border-bottom-right-radius: 0px;
|
|
11017
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
11018
11018
|
width: 15px;
|
|
11019
11019
|
background: inherit;
|
|
11020
11020
|
position: absolute;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -25076,10 +25076,10 @@ h6.next-typography-title {
|
|
|
25076
25076
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25077
25077
|
border-top-right-radius: 6px;
|
|
25078
25078
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25079
|
-
border-bottom-left-radius:
|
|
25080
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25081
|
-
border-bottom-right-radius:
|
|
25082
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25079
|
+
border-bottom-left-radius: 0px;
|
|
25080
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
25081
|
+
border-bottom-right-radius: 0px;
|
|
25082
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
25083
25083
|
border-top: 1px solid #f0f0f0;
|
|
25084
25084
|
border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
|
|
25085
25085
|
border-left: 1px solid #f0f0f0;
|
|
@@ -25096,11 +25096,11 @@ h6.next-typography-title {
|
|
|
25096
25096
|
border-top-right-radius: 6px;
|
|
25097
25097
|
border-top-right-radius: var(--table-header-corner-top, 6px); }
|
|
25098
25098
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
25099
|
-
border-bottom-left-radius:
|
|
25100
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25099
|
+
border-bottom-left-radius: 0px;
|
|
25100
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px); }
|
|
25101
25101
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
25102
|
-
border-bottom-right-radius:
|
|
25103
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25102
|
+
border-bottom-right-radius: 0px;
|
|
25103
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
|
|
25104
25104
|
.next-table.next-table-layout-fixed {
|
|
25105
25105
|
overflow: auto; }
|
|
25106
25106
|
.next-table.next-table-layout-fixed table {
|
|
@@ -25125,10 +25125,10 @@ h6.next-typography-title {
|
|
|
25125
25125
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25126
25126
|
border-top-right-radius: 6px;
|
|
25127
25127
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25128
|
-
border-bottom-left-radius:
|
|
25129
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25130
|
-
border-bottom-right-radius:
|
|
25131
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25128
|
+
border-bottom-left-radius: 0px;
|
|
25129
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
25130
|
+
border-bottom-right-radius: 0px;
|
|
25131
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
|
|
25132
25132
|
.next-table table tr:first-child td {
|
|
25133
25133
|
border-top-width: 0; }
|
|
25134
25134
|
.next-table th {
|
|
@@ -25363,10 +25363,10 @@ h6.next-typography-title {
|
|
|
25363
25363
|
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25364
25364
|
border-top-right-radius: 6px;
|
|
25365
25365
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25366
|
-
border-bottom-left-radius:
|
|
25367
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25368
|
-
border-bottom-right-radius:
|
|
25369
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25366
|
+
border-bottom-left-radius: 0px;
|
|
25367
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
|
|
25368
|
+
border-bottom-right-radius: 0px;
|
|
25369
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
25370
25370
|
overflow: -moz-scrollbars-none;
|
|
25371
25371
|
-ms-overflow-style: none;
|
|
25372
25372
|
scrollbar-width: none; }
|
|
@@ -25513,8 +25513,8 @@ h6.next-typography-title {
|
|
|
25513
25513
|
content: " ";
|
|
25514
25514
|
border-top-right-radius: 6px;
|
|
25515
25515
|
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25516
|
-
border-bottom-right-radius:
|
|
25517
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25516
|
+
border-bottom-right-radius: 0px;
|
|
25517
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
|
|
25518
25518
|
width: 15px;
|
|
25519
25519
|
background: inherit;
|
|
25520
25520
|
position: absolute;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|