@bizy/core 20.10.3 → 20.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "20.10.3",
3
+ "version": "20.10.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",
@@ -6,7 +6,7 @@ body {
6
6
  body {
7
7
  margin: 0;
8
8
  font-family: var(--bizy-font-family);
9
- font-size: clamp(12px, 1vmax, 16px) !important;
9
+ font-size: var(--bizy-font-size);
10
10
  padding-top: env(safe-area-inset-top);
11
11
  padding-right: env(safe-area-inset-right);
12
12
  padding-bottom: env(safe-area-inset-bottom);
@@ -133,6 +133,7 @@
133
133
  --bizy-filter-section-min-width: 8rem;
134
134
 
135
135
  --bizy-font-family: Roboto, "Helvetica Neue", sans-serif;
136
+ --bizy-font-size: clamp(12px, 1vmax, 16px);
136
137
 
137
138
  --bizy-form-max-width: 40rem;
138
139
  --bizy-form-row-gap: 1rem;