@alifd/theme-panda 0.1.1 → 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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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)
@@ -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: 8px;
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: 8px;
4041
- padding: 0 16px;
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: 16px;
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 12px;
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: 12px;
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: 8px; }
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: 8px; }
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: 16px;
4783
- padding-right: 32px; }
4782
+ padding-left: 12px;
4783
+ padding-right: 28px; }
4784
4784
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4785
- right: 16px;
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: 12px;
4810
- padding-right: 32px; }
4809
+ padding-left: 16px;
4810
+ padding-right: 36px; }
4811
4811
  .next-btn.next-large[dir="rtl"].next-btn-loading:after {
4812
- right: 12px;
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: 8px;
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.1 (https://fusion.design)
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: 6px;
8416
- border-bottom-right-radius: 6px;
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: 6px; }
8429
+ border-bottom-left-radius: 0px; }
8430
8430
  .next-table .next-table-header tr:last-child th:last-child {
8431
- border-bottom-right-radius: 6px; }
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: 6px;
8452
- border-bottom-right-radius: 6px; }
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: 6px;
8646
- border-bottom-right-radius: 6px;
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: 6px;
8759
+ border-bottom-right-radius: 0px;
8760
8760
  width: 15px;
8761
8761
  background: inherit;
8762
8762
  position: absolute;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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)
@@ -3481,7 +3481,7 @@
3481
3481
  -webkit-box-shadow: none;
3482
3482
  box-shadow: none; }
3483
3483
  .next-btn.next-small {
3484
- border-radius: 8px;
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: 8px;
3542
- padding: 0 16px;
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: 16px;
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 12px;
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: 12px;
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: 8px; }
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: 8px; }
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: 16px;
4284
- padding-right: 32px; }
4283
+ padding-left: 12px;
4284
+ padding-right: 28px; }
4285
4285
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4286
- right: 16px;
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: 12px;
4311
- padding-right: 32px; }
4310
+ padding-left: 16px;
4311
+ padding-right: 36px; }
4312
4312
  .next-btn.next-large[dir="rtl"].next-btn-loading:after {
4313
- right: 12px;
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: 8px;
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;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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: 6px;
8123
- border-bottom-right-radius: 6px;
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: 6px; }
8136
+ border-bottom-left-radius: 0px; }
8137
8137
  .next-table .next-table-header tr:last-child th:last-child {
8138
- border-bottom-right-radius: 6px; }
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: 6px;
8159
- border-bottom-right-radius: 6px; }
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: 6px;
8353
- border-bottom-right-radius: 6px;
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: 6px;
8466
+ border-bottom-right-radius: 0px;
8467
8467
  width: 15px;
8468
8468
  background: inherit;
8469
8469
  position: absolute;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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)
@@ -3481,7 +3481,7 @@
3481
3481
  -webkit-box-shadow: none;
3482
3482
  box-shadow: none; }
3483
3483
  .next-btn.next-small {
3484
- border-radius: 8px;
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: 8px;
3542
- padding: 0 16px;
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: 16px;
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 12px;
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: 12px;
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: 8px; }
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: 8px; }
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: 16px;
4284
- padding-right: 32px; }
4283
+ padding-left: 12px;
4284
+ padding-right: 28px; }
4285
4285
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4286
- right: 16px;
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: 12px;
4311
- padding-right: 32px; }
4310
+ padding-left: 16px;
4311
+ padding-right: 36px; }
4312
4312
  .next-btn.next-large[dir="rtl"].next-btn-loading:after {
4313
- right: 12px;
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: 8px;
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;
@@ -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: 6px;
20687
- border-bottom-right-radius: 6px;
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: 6px; }
20700
+ border-bottom-left-radius: 0px; }
20701
20701
  .next-table .next-table-header tr:last-child th:last-child {
20702
- border-bottom-right-radius: 6px; }
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: 6px;
20723
- border-bottom-right-radius: 6px; }
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: 6px;
20917
- border-bottom-right-radius: 6px;
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: 6px;
21030
+ border-bottom-right-radius: 0px;
21031
21031
  width: 15px;
21032
21032
  background: inherit;
21033
21033
  position: absolute;