@alifd/theme-panda 0.1.2 → 0.2.0
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/design-token.js +1 -1
- package/dist/next-1.css +24 -24
- package/dist/next-2.css +35 -35
- package/dist/next-noreset-1.css +24 -24
- package/dist/next-noreset-2.css +35 -35
- package/dist/next-noreset.css +58 -58
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +47 -47
- package/dist/next-noreset.var-2.css +69 -69
- package/dist/next-noreset.var.css +115 -115
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +58 -58
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +47 -47
- package/dist/next.var-2.css +69 -69
- package/dist/next.var.css +115 -115
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +2 -2
- package/variables.css +71 -59
- package/variables.js +6 -0
- package/variables.less +21 -18
- package/variables.scss +21 -18
- package/variables.scss2css.scss +61 -52
package/dist/next.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (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)
|
|
@@ -4153,7 +4153,7 @@ small {
|
|
|
4153
4153
|
.next-btn.next-btn-normal {
|
|
4154
4154
|
border-style: solid;
|
|
4155
4155
|
background: #FFFFFF;
|
|
4156
|
-
border-color: #
|
|
4156
|
+
border-color: #edeef2; }
|
|
4157
4157
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
4158
4158
|
color: #2e3038; }
|
|
4159
4159
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
@@ -12559,27 +12559,27 @@ small {
|
|
|
12559
12559
|
content: ''; }
|
|
12560
12560
|
.next-nav.next-hoz {
|
|
12561
12561
|
padding: 0;
|
|
12562
|
-
height:
|
|
12563
|
-
line-height:
|
|
12562
|
+
height: 48px;
|
|
12563
|
+
line-height: 32px;
|
|
12564
12564
|
font-size: 14px; }
|
|
12565
12565
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
12566
12566
|
margin-left: 0px;
|
|
12567
12567
|
margin-right: 0px;
|
|
12568
12568
|
padding: 0 20px;
|
|
12569
|
-
border-radius:
|
|
12569
|
+
border-radius: 8px; }
|
|
12570
12570
|
.next-nav.next-hoz .next-menu-item,
|
|
12571
12571
|
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
|
|
12572
|
-
margin-top:
|
|
12573
|
-
margin-bottom:
|
|
12572
|
+
margin-top: 8px;
|
|
12573
|
+
margin-bottom: 8px; }
|
|
12574
12574
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
12575
|
-
height:
|
|
12575
|
+
height: 32px;
|
|
12576
12576
|
font-size: 14px; }
|
|
12577
12577
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
12578
12578
|
line-height: 1;
|
|
12579
12579
|
padding: 12px 8px; }
|
|
12580
12580
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
|
|
12581
12581
|
height: auto;
|
|
12582
|
-
min-height:
|
|
12582
|
+
min-height: 32px; }
|
|
12583
12583
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
|
|
12584
12584
|
display: block;
|
|
12585
12585
|
line-height: 1;
|
|
@@ -12592,10 +12592,10 @@ small {
|
|
|
12592
12592
|
font-size: 14px; }
|
|
12593
12593
|
.next-nav.next-hoz .next-menu-header {
|
|
12594
12594
|
float: left;
|
|
12595
|
-
height:
|
|
12595
|
+
height: 32px; }
|
|
12596
12596
|
.next-nav.next-hoz .next-menu-footer {
|
|
12597
12597
|
float: right;
|
|
12598
|
-
height:
|
|
12598
|
+
height: 32px; }
|
|
12599
12599
|
.next-nav.next-hoz .next-nav-item:before {
|
|
12600
12600
|
width: 0;
|
|
12601
12601
|
left: 50%;
|
|
@@ -12675,20 +12675,20 @@ small {
|
|
|
12675
12675
|
width: 2px; }
|
|
12676
12676
|
.next-nav.next-primary {
|
|
12677
12677
|
border-width: 0px;
|
|
12678
|
-
background: #
|
|
12678
|
+
background: #000a24;
|
|
12679
12679
|
border-color: transparent;
|
|
12680
12680
|
color: rgba(255, 255, 255, 0.65);
|
|
12681
|
-
font-weight:
|
|
12681
|
+
font-weight: normal;
|
|
12682
12682
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12683
12683
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12684
12684
|
.next-nav.next-primary.next-hoz {
|
|
12685
|
-
line-height:
|
|
12686
|
-
line-height:
|
|
12685
|
+
line-height: 32px;
|
|
12686
|
+
line-height: 32px; }
|
|
12687
12687
|
.next-nav.next-primary.next-hoz .next-menu-header,
|
|
12688
12688
|
.next-nav.next-primary.next-hoz .next-menu-footer,
|
|
12689
12689
|
.next-nav.next-primary.next-hoz .next-menu-item-inner {
|
|
12690
|
-
line-height:
|
|
12691
|
-
height:
|
|
12690
|
+
line-height: 32px;
|
|
12691
|
+
height: 32px; }
|
|
12692
12692
|
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
|
|
12693
12693
|
top: 0;
|
|
12694
12694
|
top: 0px; }
|
|
@@ -12702,16 +12702,16 @@ small {
|
|
|
12702
12702
|
right: 0;
|
|
12703
12703
|
right: 0px; }
|
|
12704
12704
|
.next-nav.next-primary .next-nav-item.next-menu-item {
|
|
12705
|
-
background: #
|
|
12705
|
+
background: #000a24;
|
|
12706
12706
|
color: rgba(255, 255, 255, 0.65); }
|
|
12707
12707
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
|
|
12708
12708
|
background: transparent;
|
|
12709
12709
|
color: #FFFFFF;
|
|
12710
|
-
font-weight:
|
|
12710
|
+
font-weight: 500; }
|
|
12711
12711
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
|
|
12712
12712
|
background: #257df9;
|
|
12713
12713
|
color: #FFFFFF;
|
|
12714
|
-
font-weight:
|
|
12714
|
+
font-weight: 500; }
|
|
12715
12715
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
|
|
12716
12716
|
background: #257df9;
|
|
12717
12717
|
color: #FFFFFF; }
|
|
@@ -12768,13 +12768,13 @@ small {
|
|
|
12768
12768
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12769
12769
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12770
12770
|
.next-nav.next-secondary.next-hoz {
|
|
12771
|
-
line-height:
|
|
12772
|
-
line-height:
|
|
12771
|
+
line-height: 32px;
|
|
12772
|
+
line-height: 32px; }
|
|
12773
12773
|
.next-nav.next-secondary.next-hoz .next-menu-header,
|
|
12774
12774
|
.next-nav.next-secondary.next-hoz .next-menu-footer,
|
|
12775
12775
|
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
|
|
12776
|
-
line-height:
|
|
12777
|
-
height:
|
|
12776
|
+
line-height: 32px;
|
|
12777
|
+
height: 32px; }
|
|
12778
12778
|
.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
|
|
12779
12779
|
top: 0;
|
|
12780
12780
|
top: 0px; }
|
|
@@ -17507,7 +17507,7 @@ small {
|
|
|
17507
17507
|
padding-right: 60px; }
|
|
17508
17508
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
17509
17509
|
font-size: 14px;
|
|
17510
|
-
padding:
|
|
17510
|
+
padding: 16px 16px; }
|
|
17511
17511
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
17512
17512
|
line-height: 1; }
|
|
17513
17513
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -21180,25 +21180,25 @@ h6.next-typography-title {
|
|
|
21180
21180
|
-webkit-box-sizing: border-box;
|
|
21181
21181
|
box-sizing: border-box;
|
|
21182
21182
|
position: relative;
|
|
21183
|
-
border-top-left-radius:
|
|
21184
|
-
border-top-right-radius:
|
|
21185
|
-
border-bottom-left-radius:
|
|
21186
|
-
border-bottom-right-radius:
|
|
21187
|
-
border-top: 1px solid
|
|
21188
|
-
border-left: 1px solid
|
|
21183
|
+
border-top-left-radius: 8px;
|
|
21184
|
+
border-top-right-radius: 8px;
|
|
21185
|
+
border-bottom-left-radius: 0px;
|
|
21186
|
+
border-bottom-right-radius: 0px;
|
|
21187
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
21188
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21189
21189
|
.next-table *,
|
|
21190
21190
|
.next-table *:before,
|
|
21191
21191
|
.next-table *:after {
|
|
21192
21192
|
-webkit-box-sizing: border-box;
|
|
21193
21193
|
box-sizing: border-box; }
|
|
21194
21194
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
21195
|
-
border-top-left-radius:
|
|
21195
|
+
border-top-left-radius: 8px; }
|
|
21196
21196
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
21197
|
-
border-top-right-radius:
|
|
21197
|
+
border-top-right-radius: 8px; }
|
|
21198
21198
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
21199
|
-
border-bottom-left-radius:
|
|
21199
|
+
border-bottom-left-radius: 0px; }
|
|
21200
21200
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
21201
|
-
border-bottom-right-radius:
|
|
21201
|
+
border-bottom-right-radius: 0px; }
|
|
21202
21202
|
.next-table.next-table-layout-fixed {
|
|
21203
21203
|
overflow: auto; }
|
|
21204
21204
|
.next-table.next-table-layout-fixed table {
|
|
@@ -21216,20 +21216,20 @@ h6.next-typography-title {
|
|
|
21216
21216
|
border-spacing: 0;
|
|
21217
21217
|
width: 100%;
|
|
21218
21218
|
background: #FFFFFF;
|
|
21219
|
-
border-top-left-radius:
|
|
21220
|
-
border-top-right-radius:
|
|
21221
|
-
border-bottom-left-radius:
|
|
21222
|
-
border-bottom-right-radius:
|
|
21219
|
+
border-top-left-radius: 8px;
|
|
21220
|
+
border-top-right-radius: 8px;
|
|
21221
|
+
border-bottom-left-radius: 0px;
|
|
21222
|
+
border-bottom-right-radius: 0px; }
|
|
21223
21223
|
.next-table table tr:first-child td {
|
|
21224
21224
|
border-top-width: 0; }
|
|
21225
21225
|
.next-table th {
|
|
21226
21226
|
padding: 0;
|
|
21227
|
-
background: #
|
|
21227
|
+
background: #f8f9fb;
|
|
21228
21228
|
color: #2e3038;
|
|
21229
21229
|
text-align: left;
|
|
21230
21230
|
font-weight: 500;
|
|
21231
|
-
border-right: 1px solid
|
|
21232
|
-
border-bottom: 1px solid
|
|
21231
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
21232
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21233
21233
|
.next-table th .next-table-cell-wrapper {
|
|
21234
21234
|
padding: 12px 16px;
|
|
21235
21235
|
overflow: hidden;
|
|
@@ -21274,8 +21274,8 @@ h6.next-typography-title {
|
|
|
21274
21274
|
z-index: -1; }
|
|
21275
21275
|
.next-table td {
|
|
21276
21276
|
padding: 0;
|
|
21277
|
-
border-right: 1px solid
|
|
21278
|
-
border-bottom: 1px solid
|
|
21277
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
21278
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21279
21279
|
.next-table td .next-table-cell-wrapper {
|
|
21280
21280
|
padding: 16px 16px;
|
|
21281
21281
|
overflow: hidden;
|
|
@@ -21354,7 +21354,7 @@ h6.next-typography-title {
|
|
|
21354
21354
|
border-top: 0;
|
|
21355
21355
|
border-left: 0; }
|
|
21356
21356
|
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
|
|
21357
|
-
border-right: 1px solid
|
|
21357
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21358
21358
|
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
|
|
21359
21359
|
border-right: 0; }
|
|
21360
21360
|
.next-table-expanded-row .next-table .last td {
|
|
@@ -21410,10 +21410,10 @@ h6.next-typography-title {
|
|
|
21410
21410
|
.next-table-header {
|
|
21411
21411
|
margin-bottom: -20px;
|
|
21412
21412
|
padding-bottom: 20px;
|
|
21413
|
-
border-top-left-radius:
|
|
21414
|
-
border-top-right-radius:
|
|
21415
|
-
border-bottom-left-radius:
|
|
21416
|
-
border-bottom-right-radius:
|
|
21413
|
+
border-top-left-radius: 8px;
|
|
21414
|
+
border-top-right-radius: 8px;
|
|
21415
|
+
border-bottom-left-radius: 0px;
|
|
21416
|
+
border-bottom-right-radius: 0px;
|
|
21417
21417
|
overflow: -moz-scrollbars-none;
|
|
21418
21418
|
-ms-overflow-style: none;
|
|
21419
21419
|
scrollbar-width: none; }
|
|
@@ -21425,12 +21425,12 @@ h6.next-typography-title {
|
|
|
21425
21425
|
position: relative; }
|
|
21426
21426
|
|
|
21427
21427
|
.next-table-fixed {
|
|
21428
|
-
border-right: 1px solid
|
|
21429
|
-
border-bottom: 1px solid
|
|
21428
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
21429
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21430
21430
|
.next-table-fixed table {
|
|
21431
21431
|
table-layout: fixed; }
|
|
21432
21432
|
.next-table-fixed .next-table-header {
|
|
21433
|
-
background: #
|
|
21433
|
+
background: #f8f9fb; }
|
|
21434
21434
|
.next-table-fixed table tr td:first-child,
|
|
21435
21435
|
.next-table-fixed table tr th:first-child {
|
|
21436
21436
|
border-left-width: 0; }
|
|
@@ -21482,16 +21482,16 @@ h6.next-typography-title {
|
|
|
21482
21482
|
.next-table-group .next-table-body {
|
|
21483
21483
|
margin-top: 8px; }
|
|
21484
21484
|
.next-table-group .next-table-body table {
|
|
21485
|
-
border-top: 1px solid
|
|
21486
|
-
border-left: 1px solid
|
|
21485
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
21486
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08);
|
|
21487
21487
|
margin-bottom: 8px; }
|
|
21488
21488
|
.next-table-group .next-table-body table tr:first-child td {
|
|
21489
21489
|
border-top-width: 1px; }
|
|
21490
21490
|
.next-table-group .next-table-body table:last-of-type {
|
|
21491
21491
|
margin-bottom: 0; }
|
|
21492
21492
|
.next-table-group .next-table-header table {
|
|
21493
|
-
border-top: 1px solid
|
|
21494
|
-
border-left: 1px solid
|
|
21493
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
21494
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
21495
21495
|
.next-table-group .next-table-group-header td {
|
|
21496
21496
|
background: #fafafa;
|
|
21497
21497
|
color: #2e3038; }
|
|
@@ -21525,8 +21525,8 @@ h6.next-typography-title {
|
|
|
21525
21525
|
|
|
21526
21526
|
.next-table-header-fixer {
|
|
21527
21527
|
content: " ";
|
|
21528
|
-
border-top-right-radius:
|
|
21529
|
-
border-bottom-right-radius:
|
|
21528
|
+
border-top-right-radius: 8px;
|
|
21529
|
+
border-bottom-right-radius: 0px;
|
|
21530
21530
|
width: 15px;
|
|
21531
21531
|
background: inherit;
|
|
21532
21532
|
position: absolute;
|
package/dist/next.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (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)
|