@volo/ngx-lepton-x.lite 4.0.0-rc.3 → 4.0.1

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.
@@ -3011,6 +3011,7 @@ textarea.form-control-lg {
3011
3011
  }
3012
3012
 
3013
3013
  .input-group-text {
3014
+ padding: 0 16px 1px 16px !important;
3014
3015
  border-color: #e7e9ec;
3015
3016
  background-color: #ffffff;
3016
3017
  }
@@ -3044,6 +3044,7 @@ textarea.form-control-lg {
3044
3044
  }
3045
3045
 
3046
3046
  .input-group-text {
3047
+ padding: 0 16px 1px 16px !important;
3047
3048
  border-color: #e7e9ec;
3048
3049
  background-color: #ffffff;
3049
3050
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.lite",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bootstrap-icons": "~1.7.2",
7
7
  "@ng-bootstrap/ng-bootstrap": "~16.0.0",
8
- "@volo/ngx-lepton-x.core": "4.0.0-rc.3"
8
+ "@volo/ngx-lepton-x.core": "4.0.1"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"