@messaia/cdk 18.0.0-rc21 → 18.0.0-rc22

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.
@@ -20,7 +20,7 @@ export declare class OrderPipe implements PipeTransform {
20
20
  * @param a
21
21
  * @param b
22
22
  */
23
- static defaultCompare(a: any, b: any): 1 | 0 | -1;
23
+ static defaultCompare(a: any, b: any): 0 | 1 | -1;
24
24
  /**
25
25
  * Parse expression, split into items
26
26
  * @param expression
@@ -6,31 +6,31 @@
6
6
  }
7
7
 
8
8
  .radius-none {
9
- border-radius: 0;
9
+ border-radius: 0 !important;
10
10
  }
11
11
 
12
12
  .overflow-hidden {
13
- overflow: hidden;
13
+ overflow: hidden !important;
14
14
  }
15
15
 
16
16
  .overflow-auto {
17
- overflow: auto;
17
+ overflow: auto !important;
18
18
  }
19
19
 
20
20
  .overflow-visible {
21
- overflow: visible;
21
+ overflow: visible !important;
22
22
  }
23
23
 
24
24
  .block {
25
- display: block;
25
+ display: block !important;
26
26
  }
27
27
 
28
28
  .inline-block {
29
- display: inline-block;
29
+ display: inline-block !important;
30
30
  }
31
31
 
32
32
  .relative {
33
- position: relative;
33
+ position: relative !important;
34
34
  }
35
35
 
36
36
  .fixed {
@@ -38,19 +38,19 @@
38
38
  }
39
39
 
40
40
  .height-auto {
41
- min-height: 0;
41
+ min-height: 0 !important;
42
42
  }
43
43
 
44
44
  .z-3 {
45
- z-index: 3;
45
+ z-index: 3 !important;
46
46
  }
47
47
 
48
48
  .z-2 {
49
- z-index: 2;
49
+ z-index: 2 !important;
50
50
  }
51
51
 
52
52
  .z-1 {
53
- z-index: 1;
53
+ z-index: 1 !important;
54
54
  }
55
55
 
56
56
  .focus-weight:focus {
@@ -88,16 +88,16 @@
88
88
  }
89
89
 
90
90
  .bg-grey {
91
- background-color: #e0e0e0;
91
+ background-color: #e0e0e0 !important;
92
92
  }
93
93
 
94
94
  .txt-bold {
95
- font-weight: 500;
95
+ font-weight: 500 !important;
96
96
  }
97
97
 
98
98
  .txt-small,
99
99
  .txt-small * {
100
- font-size: 13px;
100
+ font-size: 13px !important;
101
101
  }
102
102
 
103
103
  .txt-italic {
@@ -105,11 +105,11 @@
105
105
  }
106
106
 
107
107
  .font-18 {
108
- font-size: 18px;
108
+ font-size: 18px !important;
109
109
  }
110
110
 
111
111
  .font-20 {
112
- font-size: 20px;
112
+ font-size: 20px !important;
113
113
  }
114
114
 
115
115
  .nowrap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.0.0-rc21",
3
+ "version": "18.0.0-rc22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.6",
6
6
  "@angular/core": "^18.0.6"