@plasmicpkgs/antd 2.0.139 → 2.0.140
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/antd.css +9 -9
- package/package.json +2 -2
package/dist/antd.css
CHANGED
|
@@ -8580,7 +8580,7 @@ span.ant-radio + * {
|
|
|
8580
8580
|
.ant-picker-input > input:-ms-input-placeholder {
|
|
8581
8581
|
text-overflow: ellipsis;
|
|
8582
8582
|
}
|
|
8583
|
-
.ant-picker-input > input
|
|
8583
|
+
.ant-picker-input > input::placeholder-shown {
|
|
8584
8584
|
text-overflow: ellipsis;
|
|
8585
8585
|
}
|
|
8586
8586
|
.ant-picker-input > input:hover {
|
|
@@ -18688,7 +18688,7 @@ _:-ms-fullscreen
|
|
|
18688
18688
|
.ant-input-number-affix-wrapper:-ms-input-placeholder {
|
|
18689
18689
|
text-overflow: ellipsis;
|
|
18690
18690
|
}
|
|
18691
|
-
.ant-input-number-affix-wrapper
|
|
18691
|
+
.ant-input-number-affix-wrapper::placeholder-shown {
|
|
18692
18692
|
text-overflow: ellipsis;
|
|
18693
18693
|
}
|
|
18694
18694
|
.ant-input-number-affix-wrapper:hover {
|
|
@@ -18990,7 +18990,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
18990
18990
|
.ant-input-number:-ms-input-placeholder {
|
|
18991
18991
|
text-overflow: ellipsis;
|
|
18992
18992
|
}
|
|
18993
|
-
.ant-input-number
|
|
18993
|
+
.ant-input-number::placeholder-shown {
|
|
18994
18994
|
text-overflow: ellipsis;
|
|
18995
18995
|
}
|
|
18996
18996
|
.ant-input-number:hover {
|
|
@@ -19534,7 +19534,7 @@ textarea.ant-input-number {
|
|
|
19534
19534
|
.ant-input-number-input:-ms-input-placeholder {
|
|
19535
19535
|
text-overflow: ellipsis;
|
|
19536
19536
|
}
|
|
19537
|
-
.ant-input-number-input
|
|
19537
|
+
.ant-input-number-input::placeholder-shown {
|
|
19538
19538
|
text-overflow: ellipsis;
|
|
19539
19539
|
}
|
|
19540
19540
|
.ant-input-number-input[type="number"]::-webkit-inner-spin-button,
|
|
@@ -19704,7 +19704,7 @@ textarea.ant-input-number {
|
|
|
19704
19704
|
.ant-input-affix-wrapper:-ms-input-placeholder {
|
|
19705
19705
|
text-overflow: ellipsis;
|
|
19706
19706
|
}
|
|
19707
|
-
.ant-input-affix-wrapper
|
|
19707
|
+
.ant-input-affix-wrapper::placeholder-shown {
|
|
19708
19708
|
text-overflow: ellipsis;
|
|
19709
19709
|
}
|
|
19710
19710
|
.ant-input-affix-wrapper:hover {
|
|
@@ -20059,7 +20059,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
20059
20059
|
.ant-input:-ms-input-placeholder {
|
|
20060
20060
|
text-overflow: ellipsis;
|
|
20061
20061
|
}
|
|
20062
|
-
.ant-input
|
|
20062
|
+
.ant-input::placeholder-shown {
|
|
20063
20063
|
text-overflow: ellipsis;
|
|
20064
20064
|
}
|
|
20065
20065
|
.ant-input:hover {
|
|
@@ -21682,7 +21682,7 @@ textarea.ant-input {
|
|
|
21682
21682
|
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
|
21683
21683
|
text-overflow: ellipsis;
|
|
21684
21684
|
}
|
|
21685
|
-
.ant-pagination-options-quick-jumper input
|
|
21685
|
+
.ant-pagination-options-quick-jumper input::placeholder-shown {
|
|
21686
21686
|
text-overflow: ellipsis;
|
|
21687
21687
|
}
|
|
21688
21688
|
.ant-pagination-options-quick-jumper input:hover {
|
|
@@ -22064,7 +22064,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
22064
22064
|
.ant-mentions:-ms-input-placeholder {
|
|
22065
22065
|
text-overflow: ellipsis;
|
|
22066
22066
|
}
|
|
22067
|
-
.ant-mentions
|
|
22067
|
+
.ant-mentions::placeholder-shown {
|
|
22068
22068
|
text-overflow: ellipsis;
|
|
22069
22069
|
}
|
|
22070
22070
|
.ant-mentions:hover {
|
|
@@ -22202,7 +22202,7 @@ textarea.ant-mentions {
|
|
|
22202
22202
|
.ant-mentions > textarea:-ms-input-placeholder {
|
|
22203
22203
|
text-overflow: ellipsis;
|
|
22204
22204
|
}
|
|
22205
|
-
.ant-mentions > textarea
|
|
22205
|
+
.ant-mentions > textarea::placeholder-shown {
|
|
22206
22206
|
text-overflow: ellipsis;
|
|
22207
22207
|
}
|
|
22208
22208
|
.ant-mentions-measure {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/antd",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.140",
|
|
4
4
|
"description": "Plasmic registration calls for antd components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"@plasmicapp/host": ">=1.0.0",
|
|
83
83
|
"react": ">=16.8.0"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "6963d7349960ef61530b99ce271a2c16cf6c52f3"
|
|
86
86
|
}
|