@warp-drive/ember 5.8.0-alpha.7 → 5.8.0-alpha.9

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  <p align="center">
2
2
  <img
3
3
  class="project-logo"
4
- src="./logos/NCC-1701-a-blue.svg#gh-light-mode-only"
4
+ src="./logos/warp-drive-logo-dark.svg#gh-light-mode-only"
5
5
  alt="WarpDrive"
6
- width="120px"
6
+ width="200px"
7
7
  title="WarpDrive" />
8
8
  <img
9
9
  class="project-logo"
10
- src="./logos/NCC-1701-a.svg#gh-dark-mode-only"
10
+ src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
11
11
  alt="WarpDrive"
12
- width="120px"
12
+ width="200px"
13
13
  title="WarpDrive" />
14
14
  </p>
15
15
 
@@ -568,7 +568,7 @@ export { Await as default } from '@warp-drive/ember';
568
568
  img.project-logo {
569
569
  padding: 0 5em 1em 5em;
570
570
  width: 100px;
571
- border-bottom: 2px solid #0969da;
571
+ border-bottom: 2px solid #bbb;
572
572
  margin: 0 auto;
573
573
  display: block;
574
574
  }
@@ -584,7 +584,7 @@ export { Await as default } from '@warp-drive/ember';
584
584
  display: inline-block;
585
585
  padding: .2rem 0;
586
586
  color: #000;
587
- border-bottom: 3px solid #0969da;
587
+ border-bottom: 3px solid #bbb;
588
588
  }
589
589
 
590
590
  details > details {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive/ember",
3
3
  "description": "Data bindings and utilities for Ember applications using WarpDrive",
4
- "version": "5.8.0-alpha.7",
4
+ "version": "5.8.0-alpha.9",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@embroider/macros": "^1.18.1",
41
- "@warp-drive/core": "5.8.0-alpha.7"
41
+ "@warp-drive/core": "5.8.0-alpha.9"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "ember-provide-consume-context": {
@@ -60,8 +60,8 @@
60
60
  "@embroider/addon-dev": "^8.1.0",
61
61
  "@ember/test-helpers": "5.2.0",
62
62
  "@ember/test-waiters": "^4.1.1",
63
- "@warp-drive/internal-config": "5.8.0-alpha.7",
64
- "@warp-drive/core": "5.8.0-alpha.7",
63
+ "@warp-drive/internal-config": "5.8.0-alpha.9",
64
+ "@warp-drive/core": "5.8.0-alpha.9",
65
65
  "babel-plugin-ember-template-compilation": "^2.4.1",
66
66
  "ember-template-imports": "^4.3.0",
67
67
  "ember-source": "~6.6.0",