@coorpacademy/components 10.5.7-alpha.15 → 10.5.7-alpha.16
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
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.selectOption,
|
|
80
|
-
|
|
81
80
|
.no-label .selectWrapper{
|
|
82
81
|
min-width: min-content;
|
|
83
82
|
height: min-content;
|
|
@@ -472,7 +471,6 @@ div.player .noLabelCommon.selectSpan {
|
|
|
472
471
|
|
|
473
472
|
.header {
|
|
474
473
|
composes: mooc;
|
|
475
|
-
/* width: auto; */
|
|
476
474
|
}
|
|
477
475
|
|
|
478
476
|
.header .selectBox {
|
|
@@ -489,7 +487,6 @@ div.player .noLabelCommon.selectSpan {
|
|
|
489
487
|
}
|
|
490
488
|
|
|
491
489
|
.header .title,
|
|
492
|
-
|
|
493
490
|
.header .selectWrapper span.selectSpan {
|
|
494
491
|
min-width: 150px;
|
|
495
492
|
color: transparent;
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.selectOption,
|
|
80
|
-
|
|
81
80
|
.no-label .selectWrapper{
|
|
82
81
|
min-width: min-content;
|
|
83
82
|
height: min-content;
|
|
@@ -472,7 +471,6 @@ div.player .noLabelCommon.selectSpan {
|
|
|
472
471
|
|
|
473
472
|
.header {
|
|
474
473
|
composes: mooc;
|
|
475
|
-
/* width: auto; */
|
|
476
474
|
}
|
|
477
475
|
|
|
478
476
|
.header .selectBox {
|
|
@@ -489,7 +487,6 @@ div.player .noLabelCommon.selectSpan {
|
|
|
489
487
|
}
|
|
490
488
|
|
|
491
489
|
.header .title,
|
|
492
|
-
|
|
493
490
|
.header .selectWrapper span.selectSpan {
|
|
494
491
|
min-width: 150px;
|
|
495
492
|
color: transparent;
|
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.16+7d6313877",
|
|
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": "7d6313877a05c649825572ada11a8f5ee6d437d0"
|
|
123
123
|
}
|