@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
package/dist/next-1.css
CHANGED
|
@@ -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)
|
package/dist/next-2.css
CHANGED
|
@@ -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)
|
|
@@ -8412,8 +8412,8 @@ h6.next-typography-title {
|
|
|
8412
8412
|
position: relative;
|
|
8413
8413
|
border-top-left-radius: 6px;
|
|
8414
8414
|
border-top-right-radius: 6px;
|
|
8415
|
-
border-bottom-left-radius:
|
|
8416
|
-
border-bottom-right-radius:
|
|
8415
|
+
border-bottom-left-radius: 0px;
|
|
8416
|
+
border-bottom-right-radius: 0px;
|
|
8417
8417
|
border-top: 1px solid #f0f0f0;
|
|
8418
8418
|
border-left: 1px solid #f0f0f0; }
|
|
8419
8419
|
.next-table *,
|
|
@@ -8426,9 +8426,9 @@ h6.next-typography-title {
|
|
|
8426
8426
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8427
8427
|
border-top-right-radius: 6px; }
|
|
8428
8428
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8429
|
-
border-bottom-left-radius:
|
|
8429
|
+
border-bottom-left-radius: 0px; }
|
|
8430
8430
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
8431
|
-
border-bottom-right-radius:
|
|
8431
|
+
border-bottom-right-radius: 0px; }
|
|
8432
8432
|
.next-table.next-table-layout-fixed {
|
|
8433
8433
|
overflow: auto; }
|
|
8434
8434
|
.next-table.next-table-layout-fixed table {
|
|
@@ -8448,8 +8448,8 @@ h6.next-typography-title {
|
|
|
8448
8448
|
background: #FFFFFF;
|
|
8449
8449
|
border-top-left-radius: 6px;
|
|
8450
8450
|
border-top-right-radius: 6px;
|
|
8451
|
-
border-bottom-left-radius:
|
|
8452
|
-
border-bottom-right-radius:
|
|
8451
|
+
border-bottom-left-radius: 0px;
|
|
8452
|
+
border-bottom-right-radius: 0px; }
|
|
8453
8453
|
.next-table table tr:first-child td {
|
|
8454
8454
|
border-top-width: 0; }
|
|
8455
8455
|
.next-table th {
|
|
@@ -8642,8 +8642,8 @@ h6.next-typography-title {
|
|
|
8642
8642
|
padding-bottom: 20px;
|
|
8643
8643
|
border-top-left-radius: 6px;
|
|
8644
8644
|
border-top-right-radius: 6px;
|
|
8645
|
-
border-bottom-left-radius:
|
|
8646
|
-
border-bottom-right-radius:
|
|
8645
|
+
border-bottom-left-radius: 0px;
|
|
8646
|
+
border-bottom-right-radius: 0px;
|
|
8647
8647
|
overflow: -moz-scrollbars-none;
|
|
8648
8648
|
-ms-overflow-style: none;
|
|
8649
8649
|
scrollbar-width: none; }
|
|
@@ -8756,7 +8756,7 @@ h6.next-typography-title {
|
|
|
8756
8756
|
.next-table-header-fixer {
|
|
8757
8757
|
content: " ";
|
|
8758
8758
|
border-top-right-radius: 6px;
|
|
8759
|
-
border-bottom-right-radius:
|
|
8759
|
+
border-bottom-right-radius: 0px;
|
|
8760
8760
|
width: 15px;
|
|
8761
8761
|
background: inherit;
|
|
8762
8762
|
position: absolute;
|
package/dist/next-noreset-1.css
CHANGED
|
@@ -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)
|
package/dist/next-noreset-2.css
CHANGED
|
@@ -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)
|
|
@@ -8119,8 +8119,8 @@ h6.next-typography-title {
|
|
|
8119
8119
|
position: relative;
|
|
8120
8120
|
border-top-left-radius: 6px;
|
|
8121
8121
|
border-top-right-radius: 6px;
|
|
8122
|
-
border-bottom-left-radius:
|
|
8123
|
-
border-bottom-right-radius:
|
|
8122
|
+
border-bottom-left-radius: 0px;
|
|
8123
|
+
border-bottom-right-radius: 0px;
|
|
8124
8124
|
border-top: 1px solid #f0f0f0;
|
|
8125
8125
|
border-left: 1px solid #f0f0f0; }
|
|
8126
8126
|
.next-table *,
|
|
@@ -8133,9 +8133,9 @@ h6.next-typography-title {
|
|
|
8133
8133
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8134
8134
|
border-top-right-radius: 6px; }
|
|
8135
8135
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8136
|
-
border-bottom-left-radius:
|
|
8136
|
+
border-bottom-left-radius: 0px; }
|
|
8137
8137
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
8138
|
-
border-bottom-right-radius:
|
|
8138
|
+
border-bottom-right-radius: 0px; }
|
|
8139
8139
|
.next-table.next-table-layout-fixed {
|
|
8140
8140
|
overflow: auto; }
|
|
8141
8141
|
.next-table.next-table-layout-fixed table {
|
|
@@ -8155,8 +8155,8 @@ h6.next-typography-title {
|
|
|
8155
8155
|
background: #FFFFFF;
|
|
8156
8156
|
border-top-left-radius: 6px;
|
|
8157
8157
|
border-top-right-radius: 6px;
|
|
8158
|
-
border-bottom-left-radius:
|
|
8159
|
-
border-bottom-right-radius:
|
|
8158
|
+
border-bottom-left-radius: 0px;
|
|
8159
|
+
border-bottom-right-radius: 0px; }
|
|
8160
8160
|
.next-table table tr:first-child td {
|
|
8161
8161
|
border-top-width: 0; }
|
|
8162
8162
|
.next-table th {
|
|
@@ -8349,8 +8349,8 @@ h6.next-typography-title {
|
|
|
8349
8349
|
padding-bottom: 20px;
|
|
8350
8350
|
border-top-left-radius: 6px;
|
|
8351
8351
|
border-top-right-radius: 6px;
|
|
8352
|
-
border-bottom-left-radius:
|
|
8353
|
-
border-bottom-right-radius:
|
|
8352
|
+
border-bottom-left-radius: 0px;
|
|
8353
|
+
border-bottom-right-radius: 0px;
|
|
8354
8354
|
overflow: -moz-scrollbars-none;
|
|
8355
8355
|
-ms-overflow-style: none;
|
|
8356
8356
|
scrollbar-width: none; }
|
|
@@ -8463,7 +8463,7 @@ h6.next-typography-title {
|
|
|
8463
8463
|
.next-table-header-fixer {
|
|
8464
8464
|
content: " ";
|
|
8465
8465
|
border-top-right-radius: 6px;
|
|
8466
|
-
border-bottom-right-radius:
|
|
8466
|
+
border-bottom-right-radius: 0px;
|
|
8467
8467
|
width: 15px;
|
|
8468
8468
|
background: inherit;
|
|
8469
8469
|
position: absolute;
|
package/dist/next-noreset.css
CHANGED
|
@@ -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)
|
|
@@ -20683,8 +20683,8 @@ h6.next-typography-title {
|
|
|
20683
20683
|
position: relative;
|
|
20684
20684
|
border-top-left-radius: 6px;
|
|
20685
20685
|
border-top-right-radius: 6px;
|
|
20686
|
-
border-bottom-left-radius:
|
|
20687
|
-
border-bottom-right-radius:
|
|
20686
|
+
border-bottom-left-radius: 0px;
|
|
20687
|
+
border-bottom-right-radius: 0px;
|
|
20688
20688
|
border-top: 1px solid #f0f0f0;
|
|
20689
20689
|
border-left: 1px solid #f0f0f0; }
|
|
20690
20690
|
.next-table *,
|
|
@@ -20697,9 +20697,9 @@ h6.next-typography-title {
|
|
|
20697
20697
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
20698
20698
|
border-top-right-radius: 6px; }
|
|
20699
20699
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
20700
|
-
border-bottom-left-radius:
|
|
20700
|
+
border-bottom-left-radius: 0px; }
|
|
20701
20701
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
20702
|
-
border-bottom-right-radius:
|
|
20702
|
+
border-bottom-right-radius: 0px; }
|
|
20703
20703
|
.next-table.next-table-layout-fixed {
|
|
20704
20704
|
overflow: auto; }
|
|
20705
20705
|
.next-table.next-table-layout-fixed table {
|
|
@@ -20719,8 +20719,8 @@ h6.next-typography-title {
|
|
|
20719
20719
|
background: #FFFFFF;
|
|
20720
20720
|
border-top-left-radius: 6px;
|
|
20721
20721
|
border-top-right-radius: 6px;
|
|
20722
|
-
border-bottom-left-radius:
|
|
20723
|
-
border-bottom-right-radius:
|
|
20722
|
+
border-bottom-left-radius: 0px;
|
|
20723
|
+
border-bottom-right-radius: 0px; }
|
|
20724
20724
|
.next-table table tr:first-child td {
|
|
20725
20725
|
border-top-width: 0; }
|
|
20726
20726
|
.next-table th {
|
|
@@ -20913,8 +20913,8 @@ h6.next-typography-title {
|
|
|
20913
20913
|
padding-bottom: 20px;
|
|
20914
20914
|
border-top-left-radius: 6px;
|
|
20915
20915
|
border-top-right-radius: 6px;
|
|
20916
|
-
border-bottom-left-radius:
|
|
20917
|
-
border-bottom-right-radius:
|
|
20916
|
+
border-bottom-left-radius: 0px;
|
|
20917
|
+
border-bottom-right-radius: 0px;
|
|
20918
20918
|
overflow: -moz-scrollbars-none;
|
|
20919
20919
|
-ms-overflow-style: none;
|
|
20920
20920
|
scrollbar-width: none; }
|
|
@@ -21027,7 +21027,7 @@ h6.next-typography-title {
|
|
|
21027
21027
|
.next-table-header-fixer {
|
|
21028
21028
|
content: " ";
|
|
21029
21029
|
border-top-right-radius: 6px;
|
|
21030
|
-
border-bottom-right-radius:
|
|
21030
|
+
border-bottom-right-radius: 0px;
|
|
21031
21031
|
width: 15px;
|
|
21032
21032
|
background: inherit;
|
|
21033
21033
|
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)
|