@coorpacademy/components 10.5.7-alpha.10 → 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.
@@ -78,7 +78,11 @@
78
78
 
79
79
  .selectOption,
80
80
 
81
- .no-label .selectWrapper,
81
+ .no-label .selectWrapper{
82
+ min-width: min-content;
83
+ height: min-content;
84
+ }
85
+
82
86
  .player .selectWrapper {
83
87
  min-width: min-content;
84
88
  height: min-content;
@@ -233,6 +237,8 @@ div:not(.player) .noLabelCommon.selectSpan {
233
237
  border: 1px solid light;
234
238
  background: white;
235
239
  border-radius: 2px;
240
+ min-width: min-content;
241
+ width: 100%;
236
242
  }
237
243
 
238
244
  div.player .noLabelCommon.selectSpan {
@@ -465,7 +471,11 @@ div.player .noLabelCommon.selectSpan {
465
471
 
466
472
  .header {
467
473
  composes: mooc;
468
- width: auto;
474
+ /* width: auto; */
475
+ }
476
+
477
+ .header .selectBox {
478
+ margin-left: 0;
469
479
  }
470
480
 
471
481
  .default .selectWrapper select.selectBox {
@@ -477,7 +487,20 @@ div.player .noLabelCommon.selectSpan {
477
487
  top: 0;
478
488
  }
479
489
 
480
- .header select {
490
+ .header .title,
491
+
492
+ .header .selectWrapper span.selectSpan {
493
+ min-width: 150px;
494
+ color: transparent;
495
+ }
496
+
497
+ .header .selectWrapper select.selectBox {
498
+ padding-left: 10px;
499
+ border-radius: 2px;
500
+ padding-right: 30px;
501
+ }
502
+
503
+ .header .selectBox {
481
504
  background-color: light;
482
505
  border: 0;
483
506
  font-weight: 700;
@@ -7,6 +7,7 @@
7
7
 
8
8
  .freeText {
9
9
  border: unset;
10
+ border-width: 0;
10
11
  font-family: "Gilroy";
11
12
  font-weight: 700;
12
13
  text-transform: none;
@@ -24,6 +25,10 @@
24
25
  color: color(cm_blue_900 a(0.3));
25
26
  }
26
27
 
28
+ .freeText:-ms-input-placeholder {
29
+ color: color(cm_blue_900 a(0.3))!important;
30
+ }
31
+
27
32
  .freeText:focus {
28
33
  outline: none;
29
34
  }
@@ -78,7 +78,11 @@
78
78
 
79
79
  .selectOption,
80
80
 
81
- .no-label .selectWrapper,
81
+ .no-label .selectWrapper{
82
+ min-width: min-content;
83
+ height: min-content;
84
+ }
85
+
82
86
  .player .selectWrapper {
83
87
  min-width: min-content;
84
88
  height: min-content;
@@ -233,6 +237,8 @@ div:not(.player) .noLabelCommon.selectSpan {
233
237
  border: 1px solid light;
234
238
  background: white;
235
239
  border-radius: 2px;
240
+ min-width: min-content;
241
+ width: 100%;
236
242
  }
237
243
 
238
244
  div.player .noLabelCommon.selectSpan {
@@ -465,7 +471,11 @@ div.player .noLabelCommon.selectSpan {
465
471
 
466
472
  .header {
467
473
  composes: mooc;
468
- width: auto;
474
+ /* width: auto; */
475
+ }
476
+
477
+ .header .selectBox {
478
+ margin-left: 0;
469
479
  }
470
480
 
471
481
  .default .selectWrapper select.selectBox {
@@ -477,7 +487,20 @@ div.player .noLabelCommon.selectSpan {
477
487
  top: 0;
478
488
  }
479
489
 
480
- .header select {
490
+ .header .title,
491
+
492
+ .header .selectWrapper span.selectSpan {
493
+ min-width: 150px;
494
+ color: transparent;
495
+ }
496
+
497
+ .header .selectWrapper select.selectBox {
498
+ padding-left: 10px;
499
+ border-radius: 2px;
500
+ padding-right: 30px;
501
+ }
502
+
503
+ .header .selectBox {
481
504
  background-color: light;
482
505
  border: 0;
483
506
  font-weight: 700;
@@ -7,6 +7,7 @@
7
7
 
8
8
  .freeText {
9
9
  border: unset;
10
+ border-width: 0;
10
11
  font-family: "Gilroy";
11
12
  font-weight: 700;
12
13
  text-transform: none;
@@ -24,6 +25,10 @@
24
25
  color: color(cm_blue_900 a(0.3));
25
26
  }
26
27
 
28
+ .freeText:-ms-input-placeholder {
29
+ color: color(cm_blue_900 a(0.3))!important;
30
+ }
31
+
27
32
  .freeText:focus {
28
33
  outline: none;
29
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.5.7-alpha.10+1fe080234",
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": "1fe08023498ff9260d5cf26e945f43b5f64af962"
122
+ "gitHead": "5ee84f521d12070d4d77a358cbc36f7e6c05d0ae"
123
123
  }