linear-react-components-ui 1.1.18-beta.2 → 1.1.18-beta.3

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.
@@ -360,24 +360,26 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
360
360
  width: 300px;
361
361
  position: absolute;
362
362
 
363
- >.list-component {
364
- box-shadow: none;
365
- overflow: hidden;
366
- border-radius: 0px;
363
+ >.popup-help {
364
+ >.list-component {
365
+ box-shadow: none;
366
+ overflow: hidden;
367
+ border-radius: 0px;
367
368
 
368
- >.helpheader {
369
- background-color: #77777736 !important;
369
+ >.list-header {
370
+ background-color: #77777736 !important;
370
371
 
371
- >.title {
372
- line-height: 40px;
372
+ >.title {
373
+ line-height: 40px;
374
+ }
373
375
  }
374
376
  }
375
- }
376
377
 
377
- >.popup-help>.infomartion>.help-information {
378
- color: rgba(0, 0, 0, 0.54);
379
- font-size: 12px;
380
- padding-bottom: 10px;
378
+ .infomartion>.help-information {
379
+ color: rgba(0, 0, 0, 0.54);
380
+ font-size: 12px;
381
+ padding-bottom: 10px;
382
+ }
381
383
  }
382
384
  }
383
385
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.18-beta.2",
3
+ "version": "1.1.18-beta.3",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",