rd-outer-component 0.0.97 → 0.0.99

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.
@@ -27,5 +27,5 @@ export declare class CustomCheckboxComponent implements ControlValueAccessor {
27
27
  registerOnTouched(fn: any): void;
28
28
  handleValueChange(value: ISelectOption[]): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomCheckboxComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomCheckboxComponent, "app-custom-checkbox", never, { "label": "label"; "name": "name"; "disabled": "disabled"; "type": "type"; "theme": "theme"; "options": "options"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomCheckboxComponent, "app-rd-checkbox", never, { "label": "label"; "name": "name"; "disabled": "disabled"; "type": "type"; "theme": "theme"; "options": "options"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rd-outer-component",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.10",
6
6
  "@angular/core": "15.2.10",
@@ -1,3 +1,11 @@
1
+ input {
2
+ border: none;
3
+ }
4
+
5
+ textarea[disabled] {
6
+ background: var(--input-bg-disable) !important;
7
+ }
8
+
1
9
  .rd-form-item {
2
10
  position: relative;
3
11
  border-radius: 12px;
@@ -110,7 +118,7 @@
110
118
 
111
119
  .rd-form-number-item {
112
120
  position: relative;
113
- border-radius: 16px;
121
+ border-radius: 12px;
114
122
  padding: 12px 16px;
115
123
  background-color: var(--rd-input-bg-default);
116
124
  border: 1px solid var(--rd-input-fg-default);