@alifd/theme-panda 0.1.1 → 0.1.2
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 +16 -16
- package/dist/next-2.css +1 -1
- package/dist/next-noreset-1.css +16 -16
- package/dist/next-noreset-2.css +1 -1
- package/dist/next-noreset.css +16 -16
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +1 -1
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +31 -31
- package/dist/next-noreset.var-2.css +1 -1
- package/dist/next-noreset.var.css +31 -31
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +1 -1
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +16 -16
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +1 -1
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +31 -31
- package/dist/next.var-2.css +1 -1
- package/dist/next.var.css +31 -31
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +1 -1
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +14 -14
- package/variables.less +5 -5
- package/variables.scss +5 -5
- package/variables.scss2css.scss +13 -13
package/dist/next-1.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (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)
|
|
@@ -3980,7 +3980,7 @@ small {
|
|
|
3980
3980
|
-webkit-box-shadow: none;
|
|
3981
3981
|
box-shadow: none; }
|
|
3982
3982
|
.next-btn.next-small {
|
|
3983
|
-
border-radius:
|
|
3983
|
+
border-radius: 6px;
|
|
3984
3984
|
padding: 0 8px;
|
|
3985
3985
|
height: 28px;
|
|
3986
3986
|
font-size: 14px;
|
|
@@ -4037,8 +4037,8 @@ small {
|
|
|
4037
4037
|
-webkit-transition: all 100ms linear;
|
|
4038
4038
|
transition: all 100ms linear; }
|
|
4039
4039
|
.next-btn.next-medium {
|
|
4040
|
-
border-radius:
|
|
4041
|
-
padding: 0
|
|
4040
|
+
border-radius: 6px;
|
|
4041
|
+
padding: 0 12px;
|
|
4042
4042
|
height: 32px;
|
|
4043
4043
|
font-size: 14px;
|
|
4044
4044
|
border-width: 1px; }
|
|
@@ -4078,7 +4078,7 @@ small {
|
|
|
4078
4078
|
height: 12px;
|
|
4079
4079
|
font-size: 12px;
|
|
4080
4080
|
line-height: 12px;
|
|
4081
|
-
left:
|
|
4081
|
+
left: 12px;
|
|
4082
4082
|
top: 50%;
|
|
4083
4083
|
text-align: center;
|
|
4084
4084
|
margin-right: 4px; }
|
|
@@ -4095,7 +4095,7 @@ small {
|
|
|
4095
4095
|
transition: all 100ms linear; }
|
|
4096
4096
|
.next-btn.next-large {
|
|
4097
4097
|
border-radius: 6px;
|
|
4098
|
-
padding: 0
|
|
4098
|
+
padding: 0 16px;
|
|
4099
4099
|
height: 40px;
|
|
4100
4100
|
font-size: 18px;
|
|
4101
4101
|
border-width: 1px; }
|
|
@@ -4135,7 +4135,7 @@ small {
|
|
|
4135
4135
|
height: 16px;
|
|
4136
4136
|
font-size: 16px;
|
|
4137
4137
|
line-height: 16px;
|
|
4138
|
-
left:
|
|
4138
|
+
left: 16px;
|
|
4139
4139
|
top: 50%;
|
|
4140
4140
|
text-align: center;
|
|
4141
4141
|
margin-right: 4px; }
|
|
@@ -4734,7 +4734,7 @@ small {
|
|
|
4734
4734
|
/* 尺寸维度 */
|
|
4735
4735
|
/* ---------------------------------------- */
|
|
4736
4736
|
.next-btn.next-small[dir="rtl"] {
|
|
4737
|
-
border-radius:
|
|
4737
|
+
border-radius: 6px; }
|
|
4738
4738
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4739
4739
|
margin-left: 4px;
|
|
4740
4740
|
margin-right: 0; }
|
|
@@ -4761,7 +4761,7 @@ small {
|
|
|
4761
4761
|
margin-left: 4px; }
|
|
4762
4762
|
|
|
4763
4763
|
.next-btn.next-medium[dir="rtl"] {
|
|
4764
|
-
border-radius:
|
|
4764
|
+
border-radius: 6px; }
|
|
4765
4765
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4766
4766
|
margin-left: 4px;
|
|
4767
4767
|
margin-right: 0; }
|
|
@@ -4779,10 +4779,10 @@ small {
|
|
|
4779
4779
|
font-size: 12px;
|
|
4780
4780
|
line-height: inherit; }
|
|
4781
4781
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
4782
|
-
padding-left:
|
|
4783
|
-
padding-right:
|
|
4782
|
+
padding-left: 12px;
|
|
4783
|
+
padding-right: 28px; }
|
|
4784
4784
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
4785
|
-
right:
|
|
4785
|
+
right: 12px;
|
|
4786
4786
|
top: 50%;
|
|
4787
4787
|
margin-right: 0;
|
|
4788
4788
|
margin-left: 4px; }
|
|
@@ -4806,10 +4806,10 @@ small {
|
|
|
4806
4806
|
font-size: 16px;
|
|
4807
4807
|
line-height: inherit; }
|
|
4808
4808
|
.next-btn.next-large[dir="rtl"].next-btn-loading {
|
|
4809
|
-
padding-left:
|
|
4810
|
-
padding-right:
|
|
4809
|
+
padding-left: 16px;
|
|
4810
|
+
padding-right: 36px; }
|
|
4811
4811
|
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
|
|
4812
|
-
right:
|
|
4812
|
+
right: 16px;
|
|
4813
4813
|
top: 50%;
|
|
4814
4814
|
margin-right: 0;
|
|
4815
4815
|
margin-left: 4px; }
|
|
@@ -7394,7 +7394,7 @@ small {
|
|
|
7394
7394
|
z-index: 1001;
|
|
7395
7395
|
background: #FFFFFF;
|
|
7396
7396
|
border: 0px solid #f0f0f0;
|
|
7397
|
-
border-radius:
|
|
7397
|
+
border-radius: 16px;
|
|
7398
7398
|
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
7399
7399
|
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
7400
7400
|
text-align: left;
|
package/dist/next-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (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-1.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (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)
|
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
-webkit-box-shadow: none;
|
|
3482
3482
|
box-shadow: none; }
|
|
3483
3483
|
.next-btn.next-small {
|
|
3484
|
-
border-radius:
|
|
3484
|
+
border-radius: 6px;
|
|
3485
3485
|
padding: 0 8px;
|
|
3486
3486
|
height: 28px;
|
|
3487
3487
|
font-size: 14px;
|
|
@@ -3538,8 +3538,8 @@
|
|
|
3538
3538
|
-webkit-transition: all 100ms linear;
|
|
3539
3539
|
transition: all 100ms linear; }
|
|
3540
3540
|
.next-btn.next-medium {
|
|
3541
|
-
border-radius:
|
|
3542
|
-
padding: 0
|
|
3541
|
+
border-radius: 6px;
|
|
3542
|
+
padding: 0 12px;
|
|
3543
3543
|
height: 32px;
|
|
3544
3544
|
font-size: 14px;
|
|
3545
3545
|
border-width: 1px; }
|
|
@@ -3579,7 +3579,7 @@
|
|
|
3579
3579
|
height: 12px;
|
|
3580
3580
|
font-size: 12px;
|
|
3581
3581
|
line-height: 12px;
|
|
3582
|
-
left:
|
|
3582
|
+
left: 12px;
|
|
3583
3583
|
top: 50%;
|
|
3584
3584
|
text-align: center;
|
|
3585
3585
|
margin-right: 4px; }
|
|
@@ -3596,7 +3596,7 @@
|
|
|
3596
3596
|
transition: all 100ms linear; }
|
|
3597
3597
|
.next-btn.next-large {
|
|
3598
3598
|
border-radius: 6px;
|
|
3599
|
-
padding: 0
|
|
3599
|
+
padding: 0 16px;
|
|
3600
3600
|
height: 40px;
|
|
3601
3601
|
font-size: 18px;
|
|
3602
3602
|
border-width: 1px; }
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
height: 16px;
|
|
3637
3637
|
font-size: 16px;
|
|
3638
3638
|
line-height: 16px;
|
|
3639
|
-
left:
|
|
3639
|
+
left: 16px;
|
|
3640
3640
|
top: 50%;
|
|
3641
3641
|
text-align: center;
|
|
3642
3642
|
margin-right: 4px; }
|
|
@@ -4235,7 +4235,7 @@
|
|
|
4235
4235
|
/* 尺寸维度 */
|
|
4236
4236
|
/* ---------------------------------------- */
|
|
4237
4237
|
.next-btn.next-small[dir="rtl"] {
|
|
4238
|
-
border-radius:
|
|
4238
|
+
border-radius: 6px; }
|
|
4239
4239
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4240
4240
|
margin-left: 4px;
|
|
4241
4241
|
margin-right: 0; }
|
|
@@ -4262,7 +4262,7 @@
|
|
|
4262
4262
|
margin-left: 4px; }
|
|
4263
4263
|
|
|
4264
4264
|
.next-btn.next-medium[dir="rtl"] {
|
|
4265
|
-
border-radius:
|
|
4265
|
+
border-radius: 6px; }
|
|
4266
4266
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4267
4267
|
margin-left: 4px;
|
|
4268
4268
|
margin-right: 0; }
|
|
@@ -4280,10 +4280,10 @@
|
|
|
4280
4280
|
font-size: 12px;
|
|
4281
4281
|
line-height: inherit; }
|
|
4282
4282
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
4283
|
-
padding-left:
|
|
4284
|
-
padding-right:
|
|
4283
|
+
padding-left: 12px;
|
|
4284
|
+
padding-right: 28px; }
|
|
4285
4285
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
4286
|
-
right:
|
|
4286
|
+
right: 12px;
|
|
4287
4287
|
top: 50%;
|
|
4288
4288
|
margin-right: 0;
|
|
4289
4289
|
margin-left: 4px; }
|
|
@@ -4307,10 +4307,10 @@
|
|
|
4307
4307
|
font-size: 16px;
|
|
4308
4308
|
line-height: inherit; }
|
|
4309
4309
|
.next-btn.next-large[dir="rtl"].next-btn-loading {
|
|
4310
|
-
padding-left:
|
|
4311
|
-
padding-right:
|
|
4310
|
+
padding-left: 16px;
|
|
4311
|
+
padding-right: 36px; }
|
|
4312
4312
|
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
|
|
4313
|
-
right:
|
|
4313
|
+
right: 16px;
|
|
4314
4314
|
top: 50%;
|
|
4315
4315
|
margin-right: 0;
|
|
4316
4316
|
margin-left: 4px; }
|
|
@@ -6895,7 +6895,7 @@
|
|
|
6895
6895
|
z-index: 1001;
|
|
6896
6896
|
background: #FFFFFF;
|
|
6897
6897
|
border: 0px solid #f0f0f0;
|
|
6898
|
-
border-radius:
|
|
6898
|
+
border-radius: 16px;
|
|
6899
6899
|
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
6900
6900
|
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
6901
6901
|
text-align: left;
|
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.2 (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.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (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)
|
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
-webkit-box-shadow: none;
|
|
3482
3482
|
box-shadow: none; }
|
|
3483
3483
|
.next-btn.next-small {
|
|
3484
|
-
border-radius:
|
|
3484
|
+
border-radius: 6px;
|
|
3485
3485
|
padding: 0 8px;
|
|
3486
3486
|
height: 28px;
|
|
3487
3487
|
font-size: 14px;
|
|
@@ -3538,8 +3538,8 @@
|
|
|
3538
3538
|
-webkit-transition: all 100ms linear;
|
|
3539
3539
|
transition: all 100ms linear; }
|
|
3540
3540
|
.next-btn.next-medium {
|
|
3541
|
-
border-radius:
|
|
3542
|
-
padding: 0
|
|
3541
|
+
border-radius: 6px;
|
|
3542
|
+
padding: 0 12px;
|
|
3543
3543
|
height: 32px;
|
|
3544
3544
|
font-size: 14px;
|
|
3545
3545
|
border-width: 1px; }
|
|
@@ -3579,7 +3579,7 @@
|
|
|
3579
3579
|
height: 12px;
|
|
3580
3580
|
font-size: 12px;
|
|
3581
3581
|
line-height: 12px;
|
|
3582
|
-
left:
|
|
3582
|
+
left: 12px;
|
|
3583
3583
|
top: 50%;
|
|
3584
3584
|
text-align: center;
|
|
3585
3585
|
margin-right: 4px; }
|
|
@@ -3596,7 +3596,7 @@
|
|
|
3596
3596
|
transition: all 100ms linear; }
|
|
3597
3597
|
.next-btn.next-large {
|
|
3598
3598
|
border-radius: 6px;
|
|
3599
|
-
padding: 0
|
|
3599
|
+
padding: 0 16px;
|
|
3600
3600
|
height: 40px;
|
|
3601
3601
|
font-size: 18px;
|
|
3602
3602
|
border-width: 1px; }
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
height: 16px;
|
|
3637
3637
|
font-size: 16px;
|
|
3638
3638
|
line-height: 16px;
|
|
3639
|
-
left:
|
|
3639
|
+
left: 16px;
|
|
3640
3640
|
top: 50%;
|
|
3641
3641
|
text-align: center;
|
|
3642
3642
|
margin-right: 4px; }
|
|
@@ -4235,7 +4235,7 @@
|
|
|
4235
4235
|
/* 尺寸维度 */
|
|
4236
4236
|
/* ---------------------------------------- */
|
|
4237
4237
|
.next-btn.next-small[dir="rtl"] {
|
|
4238
|
-
border-radius:
|
|
4238
|
+
border-radius: 6px; }
|
|
4239
4239
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4240
4240
|
margin-left: 4px;
|
|
4241
4241
|
margin-right: 0; }
|
|
@@ -4262,7 +4262,7 @@
|
|
|
4262
4262
|
margin-left: 4px; }
|
|
4263
4263
|
|
|
4264
4264
|
.next-btn.next-medium[dir="rtl"] {
|
|
4265
|
-
border-radius:
|
|
4265
|
+
border-radius: 6px; }
|
|
4266
4266
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4267
4267
|
margin-left: 4px;
|
|
4268
4268
|
margin-right: 0; }
|
|
@@ -4280,10 +4280,10 @@
|
|
|
4280
4280
|
font-size: 12px;
|
|
4281
4281
|
line-height: inherit; }
|
|
4282
4282
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
4283
|
-
padding-left:
|
|
4284
|
-
padding-right:
|
|
4283
|
+
padding-left: 12px;
|
|
4284
|
+
padding-right: 28px; }
|
|
4285
4285
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
4286
|
-
right:
|
|
4286
|
+
right: 12px;
|
|
4287
4287
|
top: 50%;
|
|
4288
4288
|
margin-right: 0;
|
|
4289
4289
|
margin-left: 4px; }
|
|
@@ -4307,10 +4307,10 @@
|
|
|
4307
4307
|
font-size: 16px;
|
|
4308
4308
|
line-height: inherit; }
|
|
4309
4309
|
.next-btn.next-large[dir="rtl"].next-btn-loading {
|
|
4310
|
-
padding-left:
|
|
4311
|
-
padding-right:
|
|
4310
|
+
padding-left: 16px;
|
|
4311
|
+
padding-right: 36px; }
|
|
4312
4312
|
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
|
|
4313
|
-
right:
|
|
4313
|
+
right: 16px;
|
|
4314
4314
|
top: 50%;
|
|
4315
4315
|
margin-right: 0;
|
|
4316
4316
|
margin-left: 4px; }
|
|
@@ -6895,7 +6895,7 @@
|
|
|
6895
6895
|
z-index: 1001;
|
|
6896
6896
|
background: #FFFFFF;
|
|
6897
6897
|
border: 0px solid #f0f0f0;
|
|
6898
|
-
border-radius:
|
|
6898
|
+
border-radius: 16px;
|
|
6899
6899
|
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
6900
6900
|
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
6901
6901
|
text-align: left;
|