@ascua/initials 0.13.0 → 0.14.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.
@@ -9,7 +9,7 @@ app-initials[circular] {
9
9
  }
10
10
 
11
11
  app-initials svg text {
12
- font-size:50px;
13
- font-weight:100;
12
+ font-size:55px;
13
+ font-weight:300;
14
14
  font-family:Helvetica Neue Light, Arial, sans-serif;
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/initials",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Small description for @ascua/initials goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,8 +15,8 @@
15
15
  "url": "https://surrealdb.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/decorators": "^0.13.0",
19
- "@ascua/modifiers": "^0.13.0",
18
+ "@ascua/decorators": "^0.14.0",
19
+ "@ascua/modifiers": "^0.14.0",
20
20
  "ember-cli-babel": "^8.2.0",
21
21
  "ember-cli-htmlbars": "^6.3.0"
22
22
  },
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "48ff8aed13d567a0f4a99dd6b5c4e187ab0d790c"
30
+ "gitHead": "e9440da123a861e13175cbfa7947f129e5a69759"
31
31
  }