@apipass/modals 1.0.40 → 1.0.42

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.
@@ -205,7 +205,7 @@
205
205
  padding: 0;
206
206
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
207
207
  font-weight: bold;
208
- font-size: $base-font-size + 1px;
208
+ font-size: 15px;
209
209
  letter-spacing: normal;
210
210
  }
211
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apipass/modals",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "16.0.2",
6
6
  "@angular/cdk": "16.0.1",
@@ -10,9 +10,9 @@
10
10
  "@angular/material": "16.0.1"
11
11
  },
12
12
  "dependencies": {
13
- "@apipass/buttons": "1.0.38",
14
- "@apipass/icons": "1.0.38",
15
- "@apipass/inputs": "1.0.38",
13
+ "@apipass/buttons": "1.0.41",
14
+ "@apipass/icons": "1.0.41",
15
+ "@apipass/inputs": "1.0.41",
16
16
  "tslib": "2.5.2"
17
17
  },
18
18
  "overrides": {