ember-tribe 2.6.2 → 2.6.3
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/blueprints/ember-tribe/files/app/components/welcome-flame.hbs +5 -0
- package/blueprints/ember-tribe/files/app/templates/application.hbs +2 -0
- package/blueprints/ember-tribe/files/app/templates/index.hbs +7 -0
- package/package.json +1 -1
- package/blueprints/ember-tribe/files/app/components/welcome-flame.gjs +0 -11
- package/blueprints/ember-tribe/files/app/templates/application.gjs +0 -6
- package/blueprints/ember-tribe/files/app/templates/index.gjs +0 -11
- /package/{bin → blueprints/ember-tribe/files/bin}/commands/pull.js +0 -0
- /package/{bin → blueprints/ember-tribe/files/bin}/commands/push.js +0 -0
- /package/{bin → blueprints/ember-tribe/files/bin}/storylang +0 -0
- /package/{lib → blueprints/ember-tribe/files/lib}/storylang/pull.js +0 -0
- /package/{lib → blueprints/ember-tribe/files/lib}/storylang/push.js +0 -0
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
|
|
3
|
-
export default class WelcomeFlameComponent extends Component {
|
|
4
|
-
<template>
|
|
5
|
-
<section class="flame-bg d-flex align-items-center justify-content-center">
|
|
6
|
-
<div class="py-6 container px-0 text-center text-dark">
|
|
7
|
-
<img src="/assets/img/flame.png" width="200">
|
|
8
|
-
</div>
|
|
9
|
-
</section>
|
|
10
|
-
</template>
|
|
11
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|