@semi-bot/semi-theme-fn-music 1.0.27 → 1.0.28
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/package.json +1 -1
- package/raw.json +28 -2
- package/scss/local.scss +7 -0
- package/semi.css +25 -25
- package/semi.min.css +1 -1
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -710,7 +710,33 @@
|
|
|
710
710
|
"easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
711
711
|
}
|
|
712
712
|
},
|
|
713
|
-
"components": {
|
|
713
|
+
"components": {
|
|
714
|
+
"input": {
|
|
715
|
+
"radius": {
|
|
716
|
+
"$radius-input_wrapper": "10px"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"modal": {
|
|
720
|
+
"color": {
|
|
721
|
+
"$color-modal-bg": "var(--semi-color-modal-bg)",
|
|
722
|
+
"$color-modal_mask-bg": "var(--semi-color-pop-mask)"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"button": {
|
|
726
|
+
"color": {
|
|
727
|
+
"$color-button_light-bg-default": "var(--semi-color-fill-0)"
|
|
728
|
+
},
|
|
729
|
+
"height": {
|
|
730
|
+
"$height-button_large": "44px"
|
|
731
|
+
},
|
|
732
|
+
"radius": {
|
|
733
|
+
"$radius-button": "8px"
|
|
734
|
+
},
|
|
735
|
+
"spacing": {
|
|
736
|
+
"$spacing-button_iconOnly_content-marginLeft": "4px"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
714
740
|
"typography": {
|
|
715
741
|
"Header": {
|
|
716
742
|
"header-1": {
|
|
@@ -789,7 +815,7 @@
|
|
|
789
815
|
"wordSpace": 0,
|
|
790
816
|
"fontFamily": "Helvetica, 'Helvetica Neue','PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif,'Inter'",
|
|
791
817
|
"letterSpace": 0,
|
|
792
|
-
"baseFontSize": "
|
|
818
|
+
"baseFontSize": "13px",
|
|
793
819
|
"lineHeightMultiplier": 1.4
|
|
794
820
|
},
|
|
795
821
|
"globalScssVariables": {}
|
package/scss/local.scss
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
$radius-input_wrapper: 10px;
|
|
2
|
+
$color-modal-bg: var(--semi-color-modal-bg);
|
|
3
|
+
$color-modal_mask-bg: var(--semi-color-pop-mask);
|
|
4
|
+
$color-button_light-bg-default: var(--semi-color-fill-0);
|
|
5
|
+
$height-button_large: 44px;
|
|
6
|
+
$radius-button: 8px;
|
|
7
|
+
$spacing-button_iconOnly_content-marginLeft: 4px;
|
package/semi.css
CHANGED
|
@@ -3346,7 +3346,7 @@ body, :host {
|
|
|
3346
3346
|
cursor: pointer;
|
|
3347
3347
|
user-select: none;
|
|
3348
3348
|
border: 0 transparent solid;
|
|
3349
|
-
border-radius:
|
|
3349
|
+
border-radius: 8px;
|
|
3350
3350
|
padding-left: 12px;
|
|
3351
3351
|
padding-right: 12px;
|
|
3352
3352
|
padding-top: 6px;
|
|
@@ -3615,7 +3615,7 @@ body, :host {
|
|
|
3615
3615
|
font-weight: 600;
|
|
3616
3616
|
}
|
|
3617
3617
|
.semi-button-size-large {
|
|
3618
|
-
height:
|
|
3618
|
+
height: 44px;
|
|
3619
3619
|
padding-top: 10px;
|
|
3620
3620
|
padding-bottom: 10px;
|
|
3621
3621
|
padding-left: 16px;
|
|
@@ -3815,7 +3815,7 @@ body, :host {
|
|
|
3815
3815
|
}
|
|
3816
3816
|
.semi-rtl .semi-button-content-right,
|
|
3817
3817
|
.semi-portal-rtl .semi-button-content-right {
|
|
3818
|
-
margin-right:
|
|
3818
|
+
margin-right: 4px;
|
|
3819
3819
|
margin-left: 0;
|
|
3820
3820
|
}
|
|
3821
3821
|
|
|
@@ -14609,7 +14609,7 @@ img[src=""], img:not([src]) {
|
|
|
14609
14609
|
line-height: 20px;
|
|
14610
14610
|
background-color: var(--semi-color-fill-0);
|
|
14611
14611
|
border: 1px transparent solid;
|
|
14612
|
-
border-radius:
|
|
14612
|
+
border-radius: 10px;
|
|
14613
14613
|
width: 100%;
|
|
14614
14614
|
outline: none;
|
|
14615
14615
|
cursor: text;
|
|
@@ -14732,7 +14732,7 @@ img[src=""], img:not([src]) {
|
|
|
14732
14732
|
}
|
|
14733
14733
|
.semi-input-wrapper .semi-input-clearbtn:focus-visible,
|
|
14734
14734
|
.semi-input-wrapper .semi-input-modebtn:focus-visible {
|
|
14735
|
-
border-radius:
|
|
14735
|
+
border-radius: 10px;
|
|
14736
14736
|
outline: 2px solid var(--semi-color-primary-light-active);
|
|
14737
14737
|
outline-offset: -1px;
|
|
14738
14738
|
}
|
|
@@ -14745,14 +14745,14 @@ img[src=""], img:not([src]) {
|
|
|
14745
14745
|
justify-content: center;
|
|
14746
14746
|
}
|
|
14747
14747
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input {
|
|
14748
|
-
border-radius: 0
|
|
14748
|
+
border-radius: 0 10px 10px 0;
|
|
14749
14749
|
}
|
|
14750
14750
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input:not(:last-child) {
|
|
14751
14751
|
border-right-style: none;
|
|
14752
14752
|
border-radius: 0;
|
|
14753
14753
|
}
|
|
14754
14754
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input {
|
|
14755
|
-
border-radius:
|
|
14755
|
+
border-radius: 10px 0 0 10px;
|
|
14756
14756
|
}
|
|
14757
14757
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input:not(:last-child) {
|
|
14758
14758
|
border-right-style: none;
|
|
@@ -14795,7 +14795,7 @@ img[src=""], img:not([src]) {
|
|
|
14795
14795
|
}
|
|
14796
14796
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus + .semi-input-clearbtn, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus + .semi-input-clearbtn {
|
|
14797
14797
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14798
|
-
border-radius: 0
|
|
14798
|
+
border-radius: 0 10px 10px 0;
|
|
14799
14799
|
border-left-style: none;
|
|
14800
14800
|
}
|
|
14801
14801
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus + .semi-input-clearbtn:not(:last-child), .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus + .semi-input-clearbtn:not(:last-child) {
|
|
@@ -14803,7 +14803,7 @@ img[src=""], img:not([src]) {
|
|
|
14803
14803
|
}
|
|
14804
14804
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus ~ .semi-input-modebtn, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus ~ .semi-input-modebtn {
|
|
14805
14805
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14806
|
-
border-radius: 0
|
|
14806
|
+
border-radius: 0 10px 10px 0;
|
|
14807
14807
|
border-left-style: none;
|
|
14808
14808
|
}
|
|
14809
14809
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus ~ .semi-input-modebtn:not(:last-child), .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus ~ .semi-input-modebtn:not(:last-child) {
|
|
@@ -14819,7 +14819,7 @@ img[src=""], img:not([src]) {
|
|
|
14819
14819
|
background-color: var(--semi-color-fill-0);
|
|
14820
14820
|
}
|
|
14821
14821
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-modebtn:hover:last-child {
|
|
14822
|
-
border-radius: 0
|
|
14822
|
+
border-radius: 0 10px 10px 0;
|
|
14823
14823
|
}
|
|
14824
14824
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error {
|
|
14825
14825
|
border-color: transparent;
|
|
@@ -14854,7 +14854,7 @@ img[src=""], img:not([src]) {
|
|
|
14854
14854
|
background-color: var(--semi-color-danger-light-default);
|
|
14855
14855
|
}
|
|
14856
14856
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-modebtn:hover:last-child {
|
|
14857
|
-
border-radius: 0
|
|
14857
|
+
border-radius: 0 10px 10px 0;
|
|
14858
14858
|
}
|
|
14859
14859
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning {
|
|
14860
14860
|
border-color: transparent;
|
|
@@ -14889,7 +14889,7 @@ img[src=""], img:not([src]) {
|
|
|
14889
14889
|
background-color: var(--semi-color-warning-light-default);
|
|
14890
14890
|
}
|
|
14891
14891
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-modebtn:hover:last-child {
|
|
14892
|
-
border-radius: 0
|
|
14892
|
+
border-radius: 0 10px 10px 0;
|
|
14893
14893
|
}
|
|
14894
14894
|
.semi-input-wrapper-disabled {
|
|
14895
14895
|
cursor: not-allowed;
|
|
@@ -15013,11 +15013,11 @@ img[src=""], img:not([src]) {
|
|
|
15013
15013
|
padding: 0 12px;
|
|
15014
15014
|
}
|
|
15015
15015
|
.semi-input-append {
|
|
15016
|
-
border-radius: 0
|
|
15016
|
+
border-radius: 0 10px 10px 0;
|
|
15017
15017
|
border-left: 1px transparent solid;
|
|
15018
15018
|
}
|
|
15019
15019
|
.semi-input-prepend {
|
|
15020
|
-
border-radius:
|
|
15020
|
+
border-radius: 10px 0 0 10px;
|
|
15021
15021
|
border-right: 1px transparent solid;
|
|
15022
15022
|
}
|
|
15023
15023
|
.semi-input-disabled::placeholder {
|
|
@@ -15039,13 +15039,13 @@ img[src=""], img:not([src]) {
|
|
|
15039
15039
|
.semi-input-group .semi-tagInput:first-child,
|
|
15040
15040
|
.semi-input-group .semi-cascader:first-child,
|
|
15041
15041
|
.semi-input-group .semi-tree-select:first-child, .semi-input-group > .semi-input-wrapper:first-child {
|
|
15042
|
-
border-radius:
|
|
15042
|
+
border-radius: 10px 0 0 10px;
|
|
15043
15043
|
}
|
|
15044
15044
|
.semi-input-group .semi-select:last-child,
|
|
15045
15045
|
.semi-input-group .semi-tagInput:last-child,
|
|
15046
15046
|
.semi-input-group .semi-cascader:last-child,
|
|
15047
15047
|
.semi-input-group .semi-tree-select:last-child, .semi-input-group > .semi-input-wrapper:last-child {
|
|
15048
|
-
border-radius: 0
|
|
15048
|
+
border-radius: 0 10px 10px 0;
|
|
15049
15049
|
}
|
|
15050
15050
|
.semi-input-group .semi-select:not(:last-child),
|
|
15051
15051
|
.semi-input-group .semi-tagInput:not(:last-child),
|
|
@@ -15086,7 +15086,7 @@ img[src=""], img:not([src]) {
|
|
|
15086
15086
|
.semi-input-group .semi-timepicker:first-child .semi-datepicker-range-input,
|
|
15087
15087
|
.semi-input-group .semi-autocomplete:first-child .semi-input-wrapper,
|
|
15088
15088
|
.semi-input-group .semi-autocomplete:first-child .semi-datepicker-range-input {
|
|
15089
|
-
border-radius:
|
|
15089
|
+
border-radius: 10px 0 0 10px;
|
|
15090
15090
|
}
|
|
15091
15091
|
.semi-input-group .semi-input-number:last-child .semi-input-wrapper,
|
|
15092
15092
|
.semi-input-group .semi-input-number:last-child .semi-datepicker-range-input,
|
|
@@ -15096,7 +15096,7 @@ img[src=""], img:not([src]) {
|
|
|
15096
15096
|
.semi-input-group .semi-timepicker:last-child .semi-datepicker-range-input,
|
|
15097
15097
|
.semi-input-group .semi-autocomplete:last-child .semi-input-wrapper,
|
|
15098
15098
|
.semi-input-group .semi-autocomplete:last-child .semi-datepicker-range-input {
|
|
15099
|
-
border-radius: 0
|
|
15099
|
+
border-radius: 0 10px 10px 0;
|
|
15100
15100
|
}
|
|
15101
15101
|
.semi-input-group .semi-input-number:not(:last-child),
|
|
15102
15102
|
.semi-input-group .semi-datepicker:not(:last-child),
|
|
@@ -15724,7 +15724,7 @@ img[src=""], img:not([src]) {
|
|
|
15724
15724
|
right: 0;
|
|
15725
15725
|
left: 0;
|
|
15726
15726
|
bottom: 0;
|
|
15727
|
-
background-color: var(--semi-color-
|
|
15727
|
+
background-color: var(--semi-color-pop-mask);
|
|
15728
15728
|
backdrop-filter: none;
|
|
15729
15729
|
height: 100%;
|
|
15730
15730
|
z-index: 1000;
|
|
@@ -15766,7 +15766,7 @@ img[src=""], img:not([src]) {
|
|
|
15766
15766
|
width: 100%;
|
|
15767
15767
|
box-sizing: border-box;
|
|
15768
15768
|
flex-direction: column;
|
|
15769
|
-
background-color: var(--semi-color-bg
|
|
15769
|
+
background-color: var(--semi-color-modal-bg);
|
|
15770
15770
|
backdrop-filter: none;
|
|
15771
15771
|
border: 1px solid var(--semi-color-border);
|
|
15772
15772
|
border-radius: var(--semi-border-radius-large);
|
|
@@ -26478,7 +26478,7 @@ p.semi-typography-extended,
|
|
|
26478
26478
|
align-items: center;
|
|
26479
26479
|
}
|
|
26480
26480
|
.semi-button-content-right {
|
|
26481
|
-
margin-left:
|
|
26481
|
+
margin-left: 4px;
|
|
26482
26482
|
display: flex;
|
|
26483
26483
|
align-items: center;
|
|
26484
26484
|
}
|
|
@@ -26584,7 +26584,7 @@ p.semi-typography-extended,
|
|
|
26584
26584
|
}
|
|
26585
26585
|
.semi-rtl .semi-button-content-right,
|
|
26586
26586
|
.semi-portal-rtl .semi-button-content-right {
|
|
26587
|
-
margin-right:
|
|
26587
|
+
margin-right: 4px;
|
|
26588
26588
|
margin-left: 0;
|
|
26589
26589
|
}
|
|
26590
26590
|
|
|
@@ -26594,7 +26594,7 @@ p.semi-typography-extended,
|
|
|
26594
26594
|
position: relative;
|
|
26595
26595
|
width: 100%;
|
|
26596
26596
|
border: 1px transparent solid;
|
|
26597
|
-
border-radius:
|
|
26597
|
+
border-radius: 10px;
|
|
26598
26598
|
vertical-align: bottom;
|
|
26599
26599
|
background-color: var(--semi-color-fill-0);
|
|
26600
26600
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
@@ -26792,7 +26792,7 @@ p.semi-typography-extended,
|
|
|
26792
26792
|
text-align: right;
|
|
26793
26793
|
user-select: none;
|
|
26794
26794
|
min-width: 36px;
|
|
26795
|
-
border-radius:
|
|
26795
|
+
border-radius: 10px 0 0 10px;
|
|
26796
26796
|
overflow-y: auto;
|
|
26797
26797
|
overflow-x: hidden;
|
|
26798
26798
|
scrollbar-width: none;
|
|
@@ -26813,7 +26813,7 @@ p.semi-typography-extended,
|
|
|
26813
26813
|
box-sizing: border-box;
|
|
26814
26814
|
}
|
|
26815
26815
|
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea {
|
|
26816
|
-
border-radius: 0
|
|
26816
|
+
border-radius: 0 10px 10px 0;
|
|
26817
26817
|
line-height: 1.5;
|
|
26818
26818
|
flex: 1;
|
|
26819
26819
|
}
|