@alifd/theme-fpx-warehouse 1.0.3 → 1.0.4
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 +5 -5
- package/dist/next-2.css +1 -1
- package/dist/next-noreset-1.css +5 -5
- package/dist/next-noreset-2.css +1 -1
- package/dist/next-noreset.css +5 -5
- 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 +9 -9
- package/dist/next-noreset.var-2.css +1 -1
- package/dist/next-noreset.var.css +9 -9
- 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 +5 -5
- 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 +9 -9
- package/dist/next.var-2.css +1 -1
- package/dist/next.var.css +9 -9
- 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 +8 -8
- package/variables.less +2 -2
- package/variables.scss +2 -2
- package/variables.scss2css.scss +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -5566,8 +5566,8 @@
|
|
|
5566
5566
|
color: var(--input-text-color, #323643);
|
|
5567
5567
|
padding: 8px 8px;
|
|
5568
5568
|
padding: var(--input-multiple-padding-tb, 8px) var(--input-multiple-padding-lr, 8px);
|
|
5569
|
-
font-size:
|
|
5570
|
-
font-size: var(--input-multiple-font-size,
|
|
5569
|
+
font-size: 14px;
|
|
5570
|
+
font-size: var(--input-multiple-font-size, 14px);
|
|
5571
5571
|
border-radius: 4px;
|
|
5572
5572
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
5573
5573
|
.next-input.next-input-textarea.next-small textarea {
|
|
@@ -5603,8 +5603,8 @@
|
|
|
5603
5603
|
color: #dadfe8;
|
|
5604
5604
|
color: var(--input-disabled-border-color, #dadfe8);
|
|
5605
5605
|
display: inline-block;
|
|
5606
|
-
font-size:
|
|
5607
|
-
font-size: var(--input-multiple-font-size,
|
|
5606
|
+
font-size: 14px;
|
|
5607
|
+
font-size: var(--input-multiple-font-size, 14px); }
|
|
5608
5608
|
.next-input-hint-wrap {
|
|
5609
5609
|
color: #c3cbd5;
|
|
5610
5610
|
color: var(--input-hint-color, #c3cbd5);
|
|
@@ -5679,10 +5679,10 @@
|
|
|
5679
5679
|
box-shadow: none; }
|
|
5680
5680
|
.next-input-control .next-input-len,
|
|
5681
5681
|
.next-input-control .next-input-textarea-clear {
|
|
5682
|
-
font-size:
|
|
5683
|
-
font-size: var(--input-maxlen-font-size,
|
|
5684
|
-
line-height:
|
|
5685
|
-
line-height: var(--input-maxlen-font-size,
|
|
5682
|
+
font-size: 14px;
|
|
5683
|
+
font-size: var(--input-maxlen-font-size, 14px);
|
|
5684
|
+
line-height: 14px;
|
|
5685
|
+
line-height: var(--input-maxlen-font-size, 14px);
|
|
5686
5686
|
color: #c3cbd5;
|
|
5687
5687
|
color: var(--input-maxlen-color, #c3cbd5);
|
|
5688
5688
|
display: table-cell;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -5566,8 +5566,8 @@
|
|
|
5566
5566
|
color: var(--input-text-color, #323643);
|
|
5567
5567
|
padding: 8px 8px;
|
|
5568
5568
|
padding: var(--input-multiple-padding-tb, 8px) var(--input-multiple-padding-lr, 8px);
|
|
5569
|
-
font-size:
|
|
5570
|
-
font-size: var(--input-multiple-font-size,
|
|
5569
|
+
font-size: 14px;
|
|
5570
|
+
font-size: var(--input-multiple-font-size, 14px);
|
|
5571
5571
|
border-radius: 4px;
|
|
5572
5572
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
5573
5573
|
.next-input.next-input-textarea.next-small textarea {
|
|
@@ -5603,8 +5603,8 @@
|
|
|
5603
5603
|
color: #dadfe8;
|
|
5604
5604
|
color: var(--input-disabled-border-color, #dadfe8);
|
|
5605
5605
|
display: inline-block;
|
|
5606
|
-
font-size:
|
|
5607
|
-
font-size: var(--input-multiple-font-size,
|
|
5606
|
+
font-size: 14px;
|
|
5607
|
+
font-size: var(--input-multiple-font-size, 14px); }
|
|
5608
5608
|
.next-input-hint-wrap {
|
|
5609
5609
|
color: #c3cbd5;
|
|
5610
5610
|
color: var(--input-hint-color, #c3cbd5);
|
|
@@ -5679,10 +5679,10 @@
|
|
|
5679
5679
|
box-shadow: none; }
|
|
5680
5680
|
.next-input-control .next-input-len,
|
|
5681
5681
|
.next-input-control .next-input-textarea-clear {
|
|
5682
|
-
font-size:
|
|
5683
|
-
font-size: var(--input-maxlen-font-size,
|
|
5684
|
-
line-height:
|
|
5685
|
-
line-height: var(--input-maxlen-font-size,
|
|
5682
|
+
font-size: 14px;
|
|
5683
|
+
font-size: var(--input-maxlen-font-size, 14px);
|
|
5684
|
+
line-height: 14px;
|
|
5685
|
+
line-height: var(--input-maxlen-font-size, 14px);
|
|
5686
5686
|
color: #c3cbd5;
|
|
5687
5687
|
color: var(--input-maxlen-color, #c3cbd5);
|
|
5688
5688
|
display: table-cell;
|