@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.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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: 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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.1 (https://fusion.design)
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)