ctt-babylon 0.0.1
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/README.md +24 -0
- package/esm2022/ctt-babylon.mjs +5 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +11 -0
- package/esm2022/public-api.mjs +5 -0
- package/fesm2022/ctt-babylon.mjs +22 -0
- package/fesm2022/ctt-babylon.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +5 -0
- package/package.json +25 -0
- package/public-api.d.ts +1 -0
package/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Babylon
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project babylon` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project babylon`.
|
|
8
|
+
> Note: Don't forget to add `--project babylon` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build babylon` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build babylon`, go to the dist folder `cd dist/babylon` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test babylon` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3R0LWJhYnlsb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9jdHQtYmFieWxvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class Babylon404Component {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", ngImport: i0, template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>", styles: [""] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [], template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>" }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxtQkFBbUI7K0dBQW5CLG1CQUFtQjttR0FBbkIsbUJBQW1CLDJFQ1RoQywycUJBY1U7OzRGRExHLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi00MDQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi00MDQuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uNDA0Q29tcG9uZW50IHtcclxuXHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX180MDQgbWFyZ2luLW1haW4gXCI+IFxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgXCI+NDA0PC9oMj5cclxuICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0xMFwiID5Pb3BzISBQYWdlIE5vdCBGb3VuZCE8L2gzPiAgXHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMTBcIj5Tb3JyeSwgdGhlIHBhZ2UgeW91J3JlIHNlZWtpbmcgaXNuJ3QgaGVyZS4gSXQgY291bGQgaGF2ZSBiZWVuIHJlbG9jYXRlZCBvciByZW1vdmVkPC9wPlxyXG4gICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIiA+XHJcbiAgICAgICAgICAgICAgICA8Yj5Ib21lPC9iPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L2Rpdj4gXHJcbiAgICA8L2Rpdj4gICAgIFxyXG48L3NlY3Rpb24+Il19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of babylon
|
|
3
|
+
*/
|
|
4
|
+
export * from './lib/components/core/babylon-404/babylon-404.component';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxjQUFjLHlEQUF5RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGJhYnlsb25cclxuICovXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQnO1xyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class Babylon404Component {
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", ngImport: i0, template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>", styles: [""] }); }
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [], template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>" }]
|
|
11
|
+
}] });
|
|
12
|
+
|
|
13
|
+
/*
|
|
14
|
+
* Public API Surface of babylon
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Generated bundle index. Do not edit.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
export { Babylon404Component };
|
|
22
|
+
//# sourceMappingURL=ctt-babylon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ctt-babylon.mjs","sources":["../../../projects/babylon/src/lib/components/core/babylon-404/babylon-404.component.ts","../../../projects/babylon/src/lib/components/core/babylon-404/babylon-404.component.html","../../../projects/babylon/src/public-api.ts","../../../projects/babylon/src/ctt-babylon.ts"],"sourcesContent":["import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'lib-babylon-404',\r\n standalone: true,\r\n imports: [],\r\n templateUrl: './babylon-404.component.html',\r\n styleUrl: './babylon-404.component.scss'\r\n})\r\nexport class Babylon404Component {\r\n\r\n}\r\n","<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>","/*\r\n * Public API Surface of babylon\r\n */\r\nexport * from './lib/components/core/babylon-404/babylon-404.component';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MASa,mBAAmB,CAAA;+GAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,2ECThC,2qBAcU,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;4FDLG,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;+BACE,iBAAiB,EAAA,UAAA,EACf,IAAI,EAAA,OAAA,EACP,EAAE,EAAA,QAAA,EAAA,2qBAAA,EAAA,CAAA;;;AELb;;AAEG;;ACFH;;AAEG;;;;"}
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class Babylon404Component {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Babylon404Component, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Babylon404Component, "lib-babylon-404", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ctt-babylon",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^17.3.0",
|
|
6
|
+
"@angular/core": "^17.3.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"sideEffects": false,
|
|
12
|
+
"module": "fesm2022/ctt-babylon.mjs",
|
|
13
|
+
"typings": "index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
"./package.json": {
|
|
16
|
+
"default": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"esm2022": "./esm2022/ctt-babylon.mjs",
|
|
21
|
+
"esm": "./esm2022/ctt-babylon.mjs",
|
|
22
|
+
"default": "./fesm2022/ctt-babylon.mjs"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/components/core/babylon-404/babylon-404.component';
|