raise-common-lib 0.0.112 → 0.0.113

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.112",
3
+ "version": "0.0.113",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -1,3 +1,6 @@
1
+ .e-btn{
2
+ box-shadow: none !important;
3
+ }
1
4
  .e-btn:not(.e-lib):not(.e-icon-btn) {
2
5
  font-family: var(--rs-font-family);
3
6
  display: flex;
@@ -5,11 +5,12 @@
5
5
  .e-pagerdropdown,
6
6
  .e-dropdowntree,
7
7
  .e-daterangepicker,
8
- .e-datepicker {
8
+ .e-datepicker,
9
+ .e-pivot-calculated-div {
9
10
  height: var(--rs-input-line-height);
10
11
  font-family: var(--rs-font-family);
11
12
  background-color: #fff;
12
- .e-input-group {
13
+ >.e-input-group {
13
14
  height: 100%;
14
15
  min-height: 100%;
15
16
  border-radius: var(--rs-input-border-radius);
@@ -556,3 +557,7 @@
556
557
  }
557
558
  }
558
559
  }
560
+
561
+ .e-input-group.e-input-fucos{
562
+ box-shadow: none !important;
563
+ }
@@ -660,7 +660,7 @@
660
660
  .e-searchbox {
661
661
  .e-input-group {
662
662
  box-shadow: none !important;
663
- .e-search-icon:hover {
663
+ .e-searchclear:hover {
664
664
  background-color: var(--rs-active-color);
665
665
  border-color: var(--rs-active-color);
666
666
  }