@alifd/theme-panda 0.2.0 → 0.2.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.2.0 (https://fusion.design)
2
+ * @alifd/theme-panda@0.2.1 (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)
@@ -2509,8 +2509,8 @@
2509
2509
  height: calc(var(--radio-button-height-small, 20px) - 2px);
2510
2510
  line-height: calc(20px - 2px);
2511
2511
  line-height: calc(var(--radio-button-height-small, 20px) - 2px);
2512
- font-size: 14px;
2513
- font-size: var(--radio-button-font-size-small, 14px); }
2512
+ font-size: 12px;
2513
+ font-size: var(--radio-button-font-size-small, 12px); }
2514
2514
 
2515
2515
  .next-radio-single-input input[type="radio"] {
2516
2516
  opacity: 0;
@@ -2591,8 +2591,8 @@
2591
2591
  min-width: var(--badge-size-count-config-height, 16px);
2592
2592
  padding: 0 4px 0 4px;
2593
2593
  padding: 0 var(--badge-size-count-padding-lr, 4px) 0 var(--badge-size-count-padding-lr, 4px);
2594
- font-size: 14px;
2595
- font-size: var(--badge-size-count-font, 14px);
2594
+ font-size: 12px;
2595
+ font-size: var(--badge-size-count-font, 12px);
2596
2596
  line-height: 16px;
2597
2597
  line-height: var(--badge-size-count-config-height, 16px);
2598
2598
  -webkit-transform: translateX(-50%);
@@ -2630,8 +2630,8 @@
2630
2630
  .next-badge .next-badge-custom {
2631
2631
  line-height: 1.166667;
2632
2632
  white-space: nowrap;
2633
- font-size: 14px;
2634
- font-size: var(--font-size-caption, 14px);
2633
+ font-size: 12px;
2634
+ font-size: var(--font-size-caption, 12px);
2635
2635
  padding-left: 4px;
2636
2636
  padding-left: var(--badge-size-custom-padding-lr, 4px);
2637
2637
  padding-right: 4px;
@@ -2668,8 +2668,8 @@
2668
2668
  height: var(--badge-size-count-config-height, 16px);
2669
2669
  line-height: 16px;
2670
2670
  line-height: var(--badge-size-count-config-height, 16px);
2671
- font-size: 14px;
2672
- font-size: var(--badge-size-count-font, 14px); }
2671
+ font-size: 12px;
2672
+ font-size: var(--badge-size-count-font, 12px); }
2673
2673
  .next-badge-not-a-wrapper .next-badge-count,
2674
2674
  .next-badge-not-a-wrapper .next-badge-custom {
2675
2675
  position: relative;
@@ -3866,8 +3866,8 @@
3866
3866
  .next-breadcrumb .next-breadcrumb-text {
3867
3867
  height: 16px;
3868
3868
  min-width: 16px;
3869
- font-size: 14px;
3870
- font-size: var(--breadcrumb-size-m-font-size, 14px);
3869
+ font-size: 12px;
3870
+ font-size: var(--breadcrumb-size-m-font-size, 12px);
3871
3871
  line-height: 16px; }
3872
3872
  .next-breadcrumb .next-breadcrumb-separator {
3873
3873
  height: 16px;
@@ -3892,8 +3892,8 @@
3892
3892
  width: 16px;
3893
3893
  font-size: 16px; } }
3894
3894
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
3895
- font-size: 14px;
3896
- font-size: var(--breadcrumb-size-ellipsis-font-size, 14px); }
3895
+ font-size: 12px;
3896
+ font-size: var(--breadcrumb-size-ellipsis-font-size, 12px); }
3897
3897
  .next-breadcrumb .next-breadcrumb-text {
3898
3898
  color: rgba(0, 0, 0, 0.75);
3899
3899
  color: var(--breadcrumb-text-color, rgba(0, 0, 0, 0.75)); }
@@ -4042,8 +4042,8 @@
4042
4042
  padding: 0 var(--btn-size-s-padding, 8px);
4043
4043
  height: 28px;
4044
4044
  height: var(--btn-size-s-height, 28px);
4045
- font-size: 14px;
4046
- font-size: var(--btn-size-s-font, 14px);
4045
+ font-size: 12px;
4046
+ font-size: var(--btn-size-s-font, 12px);
4047
4047
  border-width: 1px;
4048
4048
  border-width: var(--btn-size-s-border-width, 1px); }
4049
4049
  .next-btn.next-small > .next-btn-icon.next-icon-first {
@@ -4717,8 +4717,8 @@
4717
4717
  padding: 0 0px;
4718
4718
  height: 16px;
4719
4719
  height: var(--btn-text-size-s-height, 16px);
4720
- font-size: 14px;
4721
- font-size: var(--btn-text-size-s-font, 14px);
4720
+ font-size: 12px;
4721
+ font-size: var(--btn-text-size-s-font, 12px);
4722
4722
  border-width: 0; }
4723
4723
  .next-btn-text.next-small > .next-btn-icon.next-icon-first {
4724
4724
  -webkit-transform: scale(1);
@@ -5187,11 +5187,11 @@
5187
5187
  .next-input.next-small .next-input-label {
5188
5188
  padding-left: 8px;
5189
5189
  padding-left: var(--input-s-label-padding-left, 8px);
5190
- font-size: 14px;
5191
- font-size: var(--form-element-small-font-size, 14px); }
5190
+ font-size: 12px;
5191
+ font-size: var(--form-element-small-font-size, 12px); }
5192
5192
  .next-input.next-small .next-input-inner {
5193
- font-size: 14px;
5194
- font-size: var(--form-element-small-font-size, 14px); }
5193
+ font-size: 12px;
5194
+ font-size: var(--form-element-small-font-size, 12px); }
5195
5195
  .next-input.next-small .next-input-control {
5196
5196
  padding-right: 4px;
5197
5197
  padding-right: var(--input-s-icon-padding-right, 4px); }
@@ -5205,25 +5205,25 @@
5205
5205
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
5206
5206
  padding: 0 8px;
5207
5207
  padding: 0 var(--input-s-padding, 8px);
5208
- font-size: 14px;
5209
- font-size: var(--form-element-small-font-size, 14px); }
5208
+ font-size: 12px;
5209
+ font-size: var(--form-element-small-font-size, 12px); }
5210
5210
  .next-input.next-small input::-webkit-input-placeholder {
5211
- font-size: 14px;
5212
- font-size: var(--form-element-small-font-size, 14px); }
5211
+ font-size: 12px;
5212
+ font-size: var(--form-element-small-font-size, 12px); }
5213
5213
  .next-input.next-small input::-moz-placeholder {
5214
- font-size: 14px;
5215
- font-size: var(--form-element-small-font-size, 14px); }
5214
+ font-size: 12px;
5215
+ font-size: var(--form-element-small-font-size, 12px); }
5216
5216
  .next-input.next-small input::-ms-input-placeholder {
5217
- font-size: 14px;
5218
- font-size: var(--form-element-small-font-size, 14px); }
5217
+ font-size: 12px;
5218
+ font-size: var(--form-element-small-font-size, 12px); }
5219
5219
  .next-input.next-small input::placeholder {
5220
- font-size: 14px;
5221
- font-size: var(--form-element-small-font-size, 14px); }
5220
+ font-size: 12px;
5221
+ font-size: var(--form-element-small-font-size, 12px); }
5222
5222
  .next-input.next-small .next-input-text-field {
5223
5223
  padding: 0 8px;
5224
5224
  padding: 0 var(--input-s-padding, 8px);
5225
- font-size: 14px;
5226
- font-size: var(--form-element-small-font-size, 14px);
5225
+ font-size: 12px;
5226
+ font-size: var(--form-element-small-font-size, 12px);
5227
5227
  height: calc(24px - 1px*2);
5228
5228
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
5229
5229
  line-height: calc(24px - 1px*2);
@@ -5451,10 +5451,10 @@
5451
5451
  -webkit-box-shadow: none;
5452
5452
  box-shadow: none; }
5453
5453
  .next-input-control .next-input-len {
5454
- font-size: 14px;
5455
- font-size: var(--input-maxlen-font-size, 14px);
5456
- line-height: 14px;
5457
- line-height: var(--input-maxlen-font-size, 14px);
5454
+ font-size: 12px;
5455
+ font-size: var(--input-maxlen-font-size, 12px);
5456
+ line-height: 12px;
5457
+ line-height: var(--input-maxlen-font-size, 12px);
5458
5458
  color: #999999;
5459
5459
  color: var(--input-maxlen-color, #999999);
5460
5460
  display: table-cell;
@@ -5684,8 +5684,8 @@
5684
5684
  background-color: whitesmoke;
5685
5685
  background-color: var(--input-disabled-bg-color, whitesmoke); }
5686
5686
  .next-input-group-text.next-small {
5687
- font-size: 14px;
5688
- font-size: var(--form-element-small-font-size, 14px);
5687
+ font-size: 12px;
5688
+ font-size: var(--form-element-small-font-size, 12px);
5689
5689
  border-radius: 6px;
5690
5690
  border-radius: var(--form-element-small-corner, 6px); }
5691
5691
  .next-input-group-text.next-medium {
@@ -6160,8 +6160,8 @@
6160
6160
  text-align: center;
6161
6161
  color: #999999;
6162
6162
  color: var(--calendar-card-table-head-color, #999999);
6163
- font-size: 14px;
6164
- font-size: var(--calendar-card-table-head-font-size, 14px);
6163
+ font-size: 12px;
6164
+ font-size: var(--calendar-card-table-head-font-size, 12px);
6165
6165
  font-weight: normal;
6166
6166
  font-weight: var(--calendar-card-table-head-font-weight, normal); }
6167
6167
 
@@ -6169,8 +6169,8 @@
6169
6169
  .next-calendar-panel .next-calendar-cell,
6170
6170
  .next-calendar-range .next-calendar-cell {
6171
6171
  text-align: center;
6172
- font-size: 14px;
6173
- font-size: var(--calendar-card-table-cell-font-size, 14px); }
6172
+ font-size: 12px;
6173
+ font-size: var(--calendar-card-table-cell-font-size, 12px); }
6174
6174
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
6175
6175
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
6176
6176
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
@@ -6564,8 +6564,8 @@
6564
6564
  font-weight: normal;
6565
6565
  font-weight: var(--card-title-font-weight, normal); }
6566
6566
  .next-card-subtitle {
6567
- font-size: 14px;
6568
- font-size: var(--card-sub-title-font-size, 14px);
6567
+ font-size: 12px;
6568
+ font-size: var(--card-sub-title-font-size, 12px);
6569
6569
  color: rgba(0, 0, 0, 0.75);
6570
6570
  color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75));
6571
6571
  padding-left: 8px;
@@ -6647,8 +6647,8 @@
6647
6647
  font-weight: var(--card-title-font-weight, normal);
6648
6648
  line-height: 1.5; }
6649
6649
  .next-card-header-subtitle {
6650
- font-size: 14px;
6651
- font-size: var(--card-sub-title-font-size, 14px);
6650
+ font-size: 12px;
6651
+ font-size: var(--card-sub-title-font-size, 12px);
6652
6652
  color: rgba(0, 0, 0, 0.75);
6653
6653
  color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75)); }
6654
6654
  .next-card-actions {
@@ -7295,8 +7295,8 @@
7295
7295
  height: var(--time-picker-menu-title-height, 28px);
7296
7296
  line-height: 28px;
7297
7297
  line-height: var(--time-picker-menu-title-height, 28px);
7298
- font-size: 14px;
7299
- font-size: var(--time-picker-menu-title-font-size, 14px);
7298
+ font-size: 12px;
7299
+ font-size: var(--time-picker-menu-title-font-size, 12px);
7300
7300
  font-weight: normal;
7301
7301
  font-weight: var(--time-pikcer-menu-title-font-weight, normal);
7302
7302
  color: #999999;
@@ -7309,8 +7309,8 @@
7309
7309
  list-style: none;
7310
7310
  margin: 0;
7311
7311
  padding: 0;
7312
- font-size: 14px;
7313
- font-size: var(--time-picker-menu-item-font-size, 14px);
7312
+ font-size: 12px;
7313
+ font-size: var(--time-picker-menu-item-font-size, 12px);
7314
7314
  height: calc(28px*7);
7315
7315
  height: calc(var(--time-picker-menu-item-height, 28px)*7); }
7316
7316
  .next-time-picker-menu-item {
@@ -7419,8 +7419,8 @@
7419
7419
  color: rgba(0, 0, 0, 0.4);
7420
7420
  color: var(--color-text1-1, rgba(0, 0, 0, 0.4));
7421
7421
  width: 16px;
7422
- font-size: 14px;
7423
- font-size: var(--font-size-caption, 14px);
7422
+ font-size: 12px;
7423
+ font-size: var(--font-size-caption, 12px);
7424
7424
  vertical-align: middle; }
7425
7425
 
7426
7426
  .next-date-picker,
@@ -12658,8 +12658,8 @@
12658
12658
  line-height: 28px;
12659
12659
  line-height: var(--form-element-medium-preview-height, 28px); }
12660
12660
  .next-form-preview.next-form-item.next-small .next-form-item-label {
12661
- font-size: 14px;
12662
- font-size: var(--form-element-small-preview-label-font-size, 14px);
12661
+ font-size: 12px;
12662
+ font-size: var(--form-element-small-preview-label-font-size, 12px);
12663
12663
  line-height: 20px;
12664
12664
  line-height: var(--form-element-small-preview-height, 20px); }
12665
12665
  .next-form-preview.next-form-item.next-large .next-form-item-label {
@@ -12682,10 +12682,10 @@
12682
12682
  gap: var(--form-inline-s-item-margin-r, 16px); }
12683
12683
  .next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
12684
12684
  line-height: 1.4;
12685
- margin-top: calc(24px/2 - 14px/2);
12686
- margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 14px)/2);
12687
- margin-bottom: calc(24px/2 - 14px/2);
12688
- margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 14px)/2); }
12685
+ margin-top: calc(24px/2 - 12px/2);
12686
+ margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2);
12687
+ margin-bottom: calc(24px/2 - 12px/2);
12688
+ margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2); }
12689
12689
  .next-form-responsive-grid.next-medium .next-responsive-grid {
12690
12690
  gap: 20px;
12691
12691
  gap: var(--form-inline-m-item-margin-r, 20px); }
@@ -12794,22 +12794,22 @@
12794
12794
  line-height: 24px;
12795
12795
  line-height: var(--form-element-small-height, 24px); }
12796
12796
  .next-form-item.next-small .next-form-preview {
12797
- font-size: 14px;
12798
- font-size: var(--form-element-small-preview-font-size, 14px);
12797
+ font-size: 12px;
12798
+ font-size: var(--form-element-small-preview-font-size, 12px);
12799
12799
  line-height: 20px;
12800
12800
  line-height: var(--form-element-small-preview-height, 20px); }
12801
12801
  .next-form-item.next-small .next-form-preview.next-input-textarea > p {
12802
- font-size: 14px;
12803
- font-size: var(--form-element-small-preview-font-size, 14px);
12802
+ font-size: 12px;
12803
+ font-size: var(--form-element-small-preview-font-size, 12px);
12804
12804
  text-align: justify;
12805
- min-height: calc(14px*1.4);
12806
- min-height: calc(var(--form-element-small-preview-font-size, 14px)*1.4);
12805
+ min-height: calc(12px*1.4);
12806
+ min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
12807
12807
  line-height: 1.4;
12808
- margin-top: calc(20px/2 - 14px*1.4/2);
12809
- margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 14px)*1.4/2); }
12808
+ margin-top: calc(20px/2 - 12px*1.4/2);
12809
+ margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2); }
12810
12810
  .next-form-item.next-small .next-form-item-label {
12811
- font-size: 14px;
12812
- font-size: var(--form-element-small-font-size, 14px); }
12811
+ font-size: 12px;
12812
+ font-size: var(--form-element-small-font-size, 12px); }
12813
12813
  .next-form-item.next-top > .next-form-item-label {
12814
12814
  margin-bottom: 2px;
12815
12815
  margin-bottom: var(--form-top-label-margin-b, 2px); }
@@ -13869,8 +13869,8 @@
13869
13869
  .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
13870
13870
  height: 44px;
13871
13871
  height: var(--nav-ver-sub-nav-height, 44px);
13872
- font-size: 14px;
13873
- font-size: var(--nav-ver-sub-nav-font-size, 14px); }
13872
+ font-size: 12px;
13873
+ font-size: var(--nav-ver-sub-nav-font-size, 12px); }
13874
13874
  .next-nav.next-ver .next-nav-item:before {
13875
13875
  height: 0;
13876
13876
  top: 50%;