@apipass/messages 1.0.3 → 1.0.7

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.
@@ -0,0 +1,24 @@
1
+ $base-font-size: 14px;
2
+ $base-input-font-size: $base-font-size;
3
+
4
+ @import "pt_sans";
5
+
6
+ .text-primary {
7
+ color: var(--color-primary) !important;
8
+ }
9
+
10
+ .text-secondary {
11
+ color: var(--color-secondary) !important;
12
+ }
13
+
14
+ .text-tertiary {
15
+ color: var(--color-fonts-tertiary) !important;
16
+ }
17
+
18
+ .text-weight-bold {
19
+ font-weight: bold !important;
20
+ }
21
+
22
+ .text-weight-normal {
23
+ font-weight: normal !important;
24
+ }
@@ -156,3 +156,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
156
156
 
157
157
  export { MessageBoxComponent, MessagesModule, MessagesService, SnackBarComponent };
158
158
  //# sourceMappingURL=apipass-messages.mjs.map
159
+ //# sourceMappingURL=apipass-messages.mjs.map
@@ -154,3 +154,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
154
154
 
155
155
  export { MessageBoxComponent, MessagesModule, MessagesService, SnackBarComponent };
156
156
  //# sourceMappingURL=apipass-messages.mjs.map
157
+ //# sourceMappingURL=apipass-messages.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apipass/messages",
3
- "version": "1.0.3",
3
+ "version": "1.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "15.0.3",
6
6
  "@angular/cdk": "15.0.3",