@bildvitta/quasar-app-extension-asteroid 3.13.0-beta.8 → 3.13.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-app-extension-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.13.0-beta.8",
4
+ "version": "3.13.0",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
@@ -29,7 +29,7 @@
29
29
  "yarn": ">= 1.6.0"
30
30
  },
31
31
  "dependencies": {
32
- "@bildvitta/quasar-ui-asteroid": "3.13.0-beta.8",
32
+ "@bildvitta/quasar-ui-asteroid": "3.13.0",
33
33
  "@bildvitta/store-adapter": "^1.0.0",
34
34
  "execa": "^7.1.1",
35
35
  "fontfaceobserver": "^2.3.0",
@@ -3,18 +3,18 @@
3
3
  // NÃO MODIFIQUE ESTE ARQUIVO COM AS CONFIGURAÇÕES DO ASTEROID PRÉ DEFINIDAS!
4
4
  @import '~@bildvitta/quasar-ui-asteroid/src/index';
5
5
 
6
- $primary : #004198;
6
+ $primary : #0f53af;
7
7
  $secondary : #1565C0;
8
8
  $tertiary : #c7ceff;
9
9
  $accent : rgba(33, 33, 33, 10%);
10
- $dark : #424242;
10
+ $dark : #212121;
11
11
  $positive : #21ba45;
12
12
  $negative : #d40000;
13
13
  $info : #31ccec;
14
14
  $warning : #f2c037;
15
15
 
16
16
  // Asteroid
17
- $primary-contrast: #002e6c;
17
+ $primary-contrast: #1976d2;
18
18
  $secondary-contrast: #90caf9;
19
19
 
20
20
  @include set-brand(primary-contrast, $primary-contrast);