rd-outer-component 0.0.93 → 0.0.95

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.
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "ng-zorro-antd/input";
6
6
  import * as i5 from "ngx-mask";
7
+ import * as i6 from "@ngx-translate/core";
7
8
  export declare class RdInputModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<RdInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RdInputModule, [typeof i1.CustomInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof i4.NzInputModule, typeof i5.NgxMaskModule], [typeof i1.CustomInputComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RdInputModule, [typeof i1.CustomInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof i4.NzInputModule, typeof i5.NgxMaskModule, typeof i6.TranslateModule], [typeof i1.CustomInputComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<RdInputModule>;
11
12
  }
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "rd-outer-component",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.10",
6
6
  "@angular/core": "15.2.10",
7
+ "@ngx-translate/core": "14.0.0",
7
8
  "ng-zorro-antd": "15.1.0",
8
9
  "ngx-mask": "13.2.2",
9
10
  "big.js": "6.2.2"
@@ -110,7 +110,7 @@
110
110
 
111
111
  .rd-form-number-item {
112
112
  position: relative;
113
- border-radius: 4px;
113
+ border-radius: 16px;
114
114
  padding: 12px 16px;
115
115
  background-color: var(--rd-input-bg-default);
116
116
  border: 1px solid var(--rd-input-fg-default);