@coorpacademy/components 10.5.7-alpha.13 → 10.5.7-alpha.14
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/es/atom/select/style.css
CHANGED
|
@@ -487,13 +487,17 @@ div.player .noLabelCommon.selectSpan {
|
|
|
487
487
|
top: 0;
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
.header .title
|
|
491
|
-
|
|
490
|
+
.header .title,
|
|
491
|
+
|
|
492
|
+
.header .selectWrapper span.selectSpan {
|
|
493
|
+
min-width: 150px;
|
|
494
|
+
color: transparent;
|
|
492
495
|
}
|
|
493
496
|
|
|
494
497
|
.header .selectWrapper select.selectBox {
|
|
495
498
|
padding-left: 10px;
|
|
496
499
|
border-radius: 2px;
|
|
500
|
+
padding-right: 30px;
|
|
497
501
|
}
|
|
498
502
|
|
|
499
503
|
.header .selectBox {
|
|
@@ -487,13 +487,17 @@ div.player .noLabelCommon.selectSpan {
|
|
|
487
487
|
top: 0;
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
.header .title
|
|
491
|
-
|
|
490
|
+
.header .title,
|
|
491
|
+
|
|
492
|
+
.header .selectWrapper span.selectSpan {
|
|
493
|
+
min-width: 150px;
|
|
494
|
+
color: transparent;
|
|
492
495
|
}
|
|
493
496
|
|
|
494
497
|
.header .selectWrapper select.selectBox {
|
|
495
498
|
padding-left: 10px;
|
|
496
499
|
border-radius: 2px;
|
|
500
|
+
padding-right: 30px;
|
|
497
501
|
}
|
|
498
502
|
|
|
499
503
|
.header .selectBox {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.5.7-alpha.
|
|
3
|
+
"version": "10.5.7-alpha.14+5ee84f521",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"webpack-hot-middleware": "^2.25.0"
|
|
120
120
|
},
|
|
121
121
|
"author": "CoorpAcademy",
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "5ee84f521d12070d4d77a358cbc36f7e6c05d0ae"
|
|
123
123
|
}
|