create-zuplo-api 6.43.0 → 6.43.2

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.
@@ -6,8 +6,9 @@
6
6
 
7
7
  .light {
8
8
  --background-primary: white;
9
- --font-family-primary: "-apple-system", "BlinkMacSystemFont", "Segoe UI",
10
- "Roboto", "Helvetica Neue", "Ubuntu", "sans-serif";
9
+ --font-family-primary:
10
+ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto",
11
+ "Helvetica Neue", "Ubuntu", "sans-serif";
11
12
  --text-color-h1: rgb(42 47 69);
12
13
  --text-color-h2: rgb(42 47 69);
13
14
  --text-color-primary: rgb(79 86 107);
@@ -15,8 +16,9 @@
15
16
 
16
17
  .dark {
17
18
  --background-primary: #1a1f36;
18
- --font-family-primary: "-apple-system", "BlinkMacSystemFont", "Segoe UI",
19
- "Roboto", "Helvetica Neue", "Ubuntu", "sans-serif";
19
+ --font-family-primary:
20
+ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto",
21
+ "Helvetica Neue", "Ubuntu", "sans-serif";
20
22
  --text-color-h1: #f7fafc;
21
23
  --text-color-h2: #f7fafc;
22
24
  --text-color-primary: rgb(193 201 210);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zuplo-api",
3
- "version": "6.43.0",
3
+ "version": "6.43.2",
4
4
  "keywords": [
5
5
  "api",
6
6
  "openapi",