ng-ipa-library 1.3.7 → 1.3.8

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": "ng-ipa-library",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.2.2",
6
6
  "@angular/core": "~13.2.2"
@@ -4,7 +4,7 @@
4
4
  @import "~@ng-select/ng-select/themes/default.theme.css";
5
5
 
6
6
 
7
- //ipa share button style
7
+ //ipa share button style --start
8
8
  .cdk-overlay-pane {
9
9
  direction: rtl !important;
10
10
  }
@@ -36,6 +36,7 @@
36
36
  width: 35px !important;
37
37
  min-width: unset !important;
38
38
  --sb-border-radius: none !important;
39
+ --sb-background: none !important;
39
40
  font-size: 16px !important;
40
41
 
41
42
  .sb-icon {
@@ -49,6 +50,7 @@
49
50
  font-size: 20px !important;
50
51
  vertical-align: baseline;
51
52
  }
53
+ //ipa share button style --end
52
54
 
53
55
  ng-select.ng-invalid.ng-touched .ng-select-container {
54
56
  border-color: #dc3545;