@tetacom/ng-components 1.2.2 → 1.2.4

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.
@@ -1,4 +1,4 @@
1
- import { InjectionToken } from "@angular/core";
2
- import { Observable } from "rxjs";
1
+ import { InjectionToken } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
3
  export declare const ANIMATION_FRAME: InjectionToken<Observable<number>>;
4
4
  export declare const WINDOW: InjectionToken<Window>;
@@ -1 +1,2 @@
1
1
  export * from './animation-frame';
2
+ export * from './zone-observable';
@@ -0,0 +1,5 @@
1
+ import { NgZone } from '@angular/core';
2
+ import { MonoTypeOperatorFunction } from 'rxjs';
3
+ export declare function tetaZoneFull<T>(ngZone: NgZone): MonoTypeOperatorFunction<T>;
4
+ export declare function tetaZoneFree<T>(ngZone: NgZone): MonoTypeOperatorFunction<T>;
5
+ export declare function tetaZoneOptimized<T>(ngZone: NgZone): MonoTypeOperatorFunction<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/ng-components",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0"
@@ -1,150 +1,150 @@
1
1
  $fonts: (
2
2
  h-1: (
3
- font-size:92px,
4
- font-family:"Inter",
5
- font-weight:600,
6
- font-style:normal,
7
- letter-spacing:0.15px,
8
- text-decoration:none
3
+ font-size: 92px,
4
+ font-family: 'Inter',
5
+ font-weight: 600,
6
+ font-style: normal,
7
+ letter-spacing: 0.15px,
8
+ text-decoration: none,
9
9
  ),
10
10
  h-2: (
11
- font-size:60px,
12
- font-family:"Inter",
13
- font-weight:600,
14
- font-style:normal,
15
- letter-spacing:0.15px,
16
- text-decoration:none
11
+ font-size: 60px,
12
+ font-family: 'Inter',
13
+ font-weight: 600,
14
+ font-style: normal,
15
+ letter-spacing: 0.15px,
16
+ text-decoration: none,
17
17
  ),
18
18
  h-3: (
19
- font-size:48px,
20
- font-family:"Inter",
21
- font-weight:600,
22
- font-style:normal,
23
- letter-spacing:0.15px,
24
- text-decoration:none
19
+ font-size: 48px,
20
+ font-family: 'Inter',
21
+ font-weight: 600,
22
+ font-style: normal,
23
+ letter-spacing: 0.15px,
24
+ text-decoration: none,
25
25
  ),
26
26
  h-4: (
27
- font-size:35px,
28
- font-family:"Inter",
29
- font-weight:600,
30
- font-style:normal,
31
- line-height:44px,
32
- letter-spacing:0.15px,
33
- text-decoration:none
27
+ font-size: 35px,
28
+ font-family: 'Inter',
29
+ font-weight: 600,
30
+ font-style: normal,
31
+ line-height: 44px,
32
+ letter-spacing: 0.15px,
33
+ text-decoration: none,
34
34
  ),
35
35
  h-5: (
36
- font-size:28px,
37
- font-family:"Inter",
38
- font-weight:500,
39
- font-style:normal,
36
+ font-size: 28px,
37
+ font-family: 'Inter',
38
+ font-weight: 500,
39
+ font-style: normal,
40
40
  line-height: 34px,
41
- letter-spacing:0.15px,
42
- text-decoration:none
41
+ letter-spacing: 0.15px,
42
+ text-decoration: none,
43
43
  ),
44
44
  h-6: (
45
- font-size:20px,
46
- font-family:"Inter",
47
- font-weight:600,
48
- font-style:normal,
49
- letter-spacing:0.15px,
50
- text-decoration:none
45
+ font-size: 20px,
46
+ font-family: 'Inter',
47
+ font-weight: 600,
48
+ font-style: normal,
49
+ letter-spacing: 0.15px,
50
+ text-decoration: none,
51
51
  ),
52
52
  title-1: (
53
- font-size:16px,
54
- font-family:"Inter",
55
- font-weight:500,
56
- font-style:normal,
57
- line-height:24px,
58
- letter-spacing:0.0015em,
59
- text-decoration:none
53
+ font-size: 16px,
54
+ font-family: 'Inter',
55
+ font-weight: 500,
56
+ font-style: normal,
57
+ line-height: 24px,
58
+ letter-spacing: 0.0015em,
59
+ text-decoration: none,
60
60
  ),
61
61
  title-2: (
62
- font-size:14px,
63
- font-family:"Inter",
64
- font-weight:500,
65
- font-style:normal,
66
- line-height:20px,
67
- text-decoration:none
62
+ font-size: 14px,
63
+ font-family: 'Inter',
64
+ font-weight: 500,
65
+ font-style: normal,
66
+ line-height: 20px,
67
+ text-decoration: none,
68
68
  ),
69
69
  title-3: (
70
- font-size:12px,
71
- font-family:"Inter",
72
- font-weight:500,
73
- font-style:normal,
74
- line-height:16px,
75
- text-decoration:none
70
+ font-size: 12px,
71
+ font-family: 'Inter',
72
+ font-weight: 500,
73
+ font-style: normal,
74
+ line-height: 16px,
75
+ text-decoration: none,
76
76
  ),
77
77
  body-1: (
78
- font-size:16px,
79
- font-family:"Inter",
80
- font-weight:normal,
81
- font-style:normal,
82
- line-height:24px,
83
- text-decoration:none
78
+ font-size: 16px,
79
+ font-family: 'Inter',
80
+ font-weight: normal,
81
+ font-style: normal,
82
+ line-height: 24px,
83
+ text-decoration: none,
84
84
  ),
85
85
  body-2: (
86
- font-size:14px,
87
- font-family:"Inter",
88
- font-weight:500,
89
- font-style:normal,
90
- line-height:16px,
91
- text-decoration:none
86
+ font-size: 14px,
87
+ font-family: 'Inter',
88
+ font-weight: 500,
89
+ font-style: normal,
90
+ line-height: 16px,
91
+ text-decoration: none,
92
92
  ),
93
93
  body-3: (
94
- font-size:12px,
95
- font-family:"Inter",
96
- font-weight:normal,
97
- font-style:normal,
98
- line-height:16px,
99
- text-decoration:none
94
+ font-size: 12px,
95
+ font-family: 'Inter',
96
+ font-weight: normal,
97
+ font-style: normal,
98
+ line-height: 16px,
99
+ text-decoration: none,
100
100
  ),
101
101
  button-1: (
102
- font-size:13px,
103
- font-family:"Inter",
104
- font-weight:600,
105
- font-style:normal,
106
- line-height:20px,
107
- text-decoration:none
102
+ font-size: 11px,
103
+ font-family: 'Inter',
104
+ font-weight: 500,
105
+ font-style: normal,
106
+ line-height: 16px,
107
+ text-decoration: none,
108
108
  ),
109
109
  button-2: (
110
- font-size:11px,
111
- font-family:"Inter",
112
- font-weight:500,
113
- font-style:normal,
114
- line-height:16px,
115
- text-decoration:none
110
+ font-size: 11px,
111
+ font-family: 'Inter',
112
+ font-weight: 500,
113
+ font-style: normal,
114
+ line-height: 16px,
115
+ text-decoration: none,
116
116
  ),
117
117
  button-3: (
118
- font-size:10px,
119
- font-family:"Inter",
120
- font-weight:600,
121
- font-style:normal,
122
- line-height:14px,
123
- text-decoration:none
118
+ font-size: 10px,
119
+ font-family: 'Inter',
120
+ font-weight: 500,
121
+ font-style: normal,
122
+ line-height: 14px,
123
+ text-decoration: none,
124
124
  ),
125
125
  caption: (
126
- font-size:11px,
127
- font-family:"Inter",
128
- font-weight:normal,
129
- font-style:normal,
130
- line-height:16px,
131
- text-decoration:none
126
+ font-size: 11px,
127
+ font-family: 'Inter',
128
+ font-weight: normal,
129
+ font-style: normal,
130
+ line-height: 16px,
131
+ text-decoration: none,
132
132
  ),
133
133
  table-header: (
134
- font-size:11px,
135
- font-family:"Inter",
136
- font-weight:600,
137
- font-style:normal,
138
- line-height:12px,
139
- text-decoration:none
134
+ font-size: 11px,
135
+ font-family: 'Inter',
136
+ font-weight: 600,
137
+ font-style: normal,
138
+ line-height: 12px,
139
+ text-decoration: none,
140
140
  ),
141
141
  overline: (
142
- font-size:10px,
143
- font-family:"Inter",
144
- font-weight:600,
145
- font-style:normal,
146
- line-height:12px,
147
- letter-spacing:1.5px,
148
- text-decoration:none
149
- )
150
- )
142
+ font-size: 10px,
143
+ font-family: 'Inter',
144
+ font-weight: 600,
145
+ font-style: normal,
146
+ line-height: 12px,
147
+ letter-spacing: 1.5px,
148
+ text-decoration: none,
149
+ ),
150
+ );