@tetacom/ng-components 1.4.12 → 1.4.14

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": "@tetacom/ng-components",
3
- "version": "1.4.12",
3
+ "version": "1.4.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.1",
6
6
  "@angular/core": "^18.2.1"
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class NumberPipe implements PipeTransform {
4
- transform(value: number | string, decimalLength?: number, chunkDelimiter?: string, decimalDelimiter?: string, chunkLength?: number): string;
4
+ transform(value: number | string | null | undefined, decimalLength?: number, chunkDelimiter?: string, decimalDelimiter?: string, chunkLength?: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "tetaNumber", true>;
7
7
  }
package/style/input.scss CHANGED
@@ -5,7 +5,7 @@
5
5
  .form-container {
6
6
  display: flex;
7
7
  flex-direction: column;
8
- grid-gap: 20px;
8
+ grid-gap: 12px;
9
9
  }
10
10
 
11
11
  .form-row {
package/style/table.scss CHANGED
@@ -206,7 +206,7 @@
206
206
  .cell {
207
207
  display: flex;
208
208
  white-space: nowrap;
209
- height: 28px;
209
+ //height: 28px;
210
210
  padding: 0;
211
211
  background-color: inherit;
212
212
  flex-shrink: 0;