@progressio_resources/gravity-design-system 1.0.0 → 1.0.2
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/esm2020/lib/gravity-design-system.component.mjs +19 -0
- package/esm2020/lib/gravity-design-system.module.mjs +20 -0
- package/esm2020/lib/gravity-design-system.service.mjs +11 -0
- package/esm2020/progressio_resources-gravity-design-system.mjs +5 -0
- package/esm2020/public-api.mjs +7 -0
- package/fesm2015/progressio_resources-gravity-design-system.mjs +56 -0
- package/fesm2015/progressio_resources-gravity-design-system.mjs.map +1 -0
- package/fesm2020/progressio_resources-gravity-design-system.mjs +56 -0
- package/fesm2020/progressio_resources-gravity-design-system.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/gravity-design-system.component.d.ts +5 -0
- package/lib/gravity-design-system.module.d.ts +7 -0
- package/lib/gravity-design-system.service.d.ts +5 -0
- package/package.json +24 -5
- package/{src/public-api.ts → public-api.d.ts} +0 -4
- package/src/lib/styles/fundamentals/typography/_hero.typography.scss +82 -70
- package/LIBRARY-LICENSE +0 -3
- package/ng-package.json +0 -10
- package/src/lib/gravity-design-system.component.ts +0 -13
- package/src/lib/gravity-design-system.module.ts +0 -13
- package/src/lib/gravity-design-system.service.ts +0 -5
- package/tsconfig.lib.json +0 -14
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -14
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class GravityDesignSystemComponent {
|
|
4
|
+
}
|
|
5
|
+
GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
|
|
7
|
+
<p>
|
|
8
|
+
gravity-design-system works!
|
|
9
|
+
</p>
|
|
10
|
+
`, isInline: true });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'lib-gravity-design-system', template: `
|
|
14
|
+
<p>
|
|
15
|
+
gravity-design-system works!
|
|
16
|
+
</p>
|
|
17
|
+
` }]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvbGliL2dyYXZpdHktZGVzaWduLXN5c3RlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFXeEMsTUFBTSxPQUFPLDRCQUE0Qjs7eUhBQTVCLDRCQUE0Qjs2R0FBNUIsNEJBQTRCLGlFQVA3Qjs7OztHQUlUOzJGQUdVLDRCQUE0QjtrQkFUeEMsU0FBUzsrQkFDRSwyQkFBMkIsWUFDM0I7Ozs7R0FJVCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50fSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWdyYXZpdHktZGVzaWduLXN5c3RlbScsXG4gIHRlbXBsYXRlOiBgXG4gICAgPHA+XG4gICAgICBncmF2aXR5LWRlc2lnbi1zeXN0ZW0gd29ya3MhXG4gICAgPC9wPlxuICBgLFxuICBzdHlsZXM6IFtdXG59KVxuZXhwb3J0IGNsYXNzIEdyYXZpdHlEZXNpZ25TeXN0ZW1Db21wb25lbnQge1xufVxuIl19
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { GravityDesignSystemComponent } from './gravity-design-system.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class GravityDesignSystemModule {
|
|
5
|
+
}
|
|
6
|
+
GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
|
|
8
|
+
GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule });
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
|
|
10
|
+
type: NgModule,
|
|
11
|
+
args: [{
|
|
12
|
+
declarations: [
|
|
13
|
+
GravityDesignSystemComponent
|
|
14
|
+
],
|
|
15
|
+
exports: [
|
|
16
|
+
GravityDesignSystemComponent
|
|
17
|
+
]
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvbGliL2dyYXZpdHktZGVzaWduLXN5c3RlbS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsNEJBQTRCLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQzs7QUFVL0UsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLGlCQU5sQyw0QkFBNEIsYUFHNUIsNEJBQTRCO3VIQUduQix5QkFBeUI7MkZBQXpCLHlCQUF5QjtrQkFSckMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsNEJBQTRCO3FCQUM3QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtHcmF2aXR5RGVzaWduU3lzdGVtQ29tcG9uZW50fSBmcm9tICcuL2dyYXZpdHktZGVzaWduLXN5c3RlbS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBHcmF2aXR5RGVzaWduU3lzdGVtQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBHcmF2aXR5RGVzaWduU3lzdGVtQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgR3Jhdml0eURlc2lnblN5c3RlbU1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class GravityDesignSystemService {
|
|
4
|
+
}
|
|
5
|
+
GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6
|
+
GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, decorators: [{
|
|
8
|
+
type: Injectable,
|
|
9
|
+
args: [{ providedIn: 'root' }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0vc3JjL2xpYi9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQUd6QyxNQUFNLE9BQU8sMEJBQTBCOzt1SEFBMUIsMEJBQTBCOzJIQUExQiwwQkFBMEIsY0FEZCxNQUFNOzJGQUNsQiwwQkFBMEI7a0JBRHRDLFVBQVU7bUJBQUMsRUFBQyxVQUFVLEVBQUUsTUFBTSxFQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJbmplY3RhYmxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQEluamVjdGFibGUoe3Byb3ZpZGVkSW46ICdyb290J30pXG5leHBvcnQgY2xhc3MgR3Jhdml0eURlc2lnblN5c3RlbVNlcnZpY2Uge1xufVxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Npb19yZXNvdXJjZXMtZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvZ3Jhdml0eS1kZXNpZ24tc3lzdGVtL3NyYy9wcm9ncmVzc2lvX3Jlc291cmNlcy1ncmF2aXR5LWRlc2lnbi1zeXN0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of gravity-design-system
|
|
3
|
+
*/
|
|
4
|
+
export * from './lib/gravity-design-system.service';
|
|
5
|
+
export * from './lib/gravity-design-system.component';
|
|
6
|
+
export * from './lib/gravity-design-system.module';
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBncmF2aXR5LWRlc2lnbi1zeXN0ZW1cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0uc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dyYXZpdHktZGVzaWduLXN5c3RlbS5tb2R1bGUnO1xuIl19
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, Component, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class GravityDesignSystemService {
|
|
5
|
+
}
|
|
6
|
+
GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7
|
+
GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, decorators: [{
|
|
9
|
+
type: Injectable,
|
|
10
|
+
args: [{ providedIn: 'root' }]
|
|
11
|
+
}] });
|
|
12
|
+
|
|
13
|
+
class GravityDesignSystemComponent {
|
|
14
|
+
}
|
|
15
|
+
GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
|
|
17
|
+
<p>
|
|
18
|
+
gravity-design-system works!
|
|
19
|
+
</p>
|
|
20
|
+
`, isInline: true });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{ selector: 'lib-gravity-design-system', template: `
|
|
24
|
+
<p>
|
|
25
|
+
gravity-design-system works!
|
|
26
|
+
</p>
|
|
27
|
+
` }]
|
|
28
|
+
}] });
|
|
29
|
+
|
|
30
|
+
class GravityDesignSystemModule {
|
|
31
|
+
}
|
|
32
|
+
GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
33
|
+
GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
|
|
34
|
+
GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule });
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
|
|
36
|
+
type: NgModule,
|
|
37
|
+
args: [{
|
|
38
|
+
declarations: [
|
|
39
|
+
GravityDesignSystemComponent
|
|
40
|
+
],
|
|
41
|
+
exports: [
|
|
42
|
+
GravityDesignSystemComponent
|
|
43
|
+
]
|
|
44
|
+
}]
|
|
45
|
+
}] });
|
|
46
|
+
|
|
47
|
+
/*
|
|
48
|
+
* Public API Surface of gravity-design-system
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Generated bundle index. Do not edit.
|
|
53
|
+
*/
|
|
54
|
+
|
|
55
|
+
export { GravityDesignSystemComponent, GravityDesignSystemModule, GravityDesignSystemService };
|
|
56
|
+
//# sourceMappingURL=progressio_resources-gravity-design-system.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progressio_resources-gravity-design-system.mjs","sources":["../../../projects/gravity-design-system/src/lib/gravity-design-system.service.ts","../../../projects/gravity-design-system/src/lib/gravity-design-system.component.ts","../../../projects/gravity-design-system/src/lib/gravity-design-system.module.ts","../../../projects/gravity-design-system/src/public-api.ts","../../../projects/gravity-design-system/src/progressio_resources-gravity-design-system.ts"],"sourcesContent":["import {Injectable} from '@angular/core';\n\n@Injectable({providedIn: 'root'})\nexport class GravityDesignSystemService {\n}\n","import {Component} from '@angular/core';\n\n@Component({\n selector: 'lib-gravity-design-system',\n template: `\n <p>\n gravity-design-system works!\n </p>\n `,\n styles: []\n})\nexport class GravityDesignSystemComponent {\n}\n","import {NgModule} from '@angular/core';\nimport {GravityDesignSystemComponent} from './gravity-design-system.component';\n\n@NgModule({\n declarations: [\n GravityDesignSystemComponent\n ],\n exports: [\n GravityDesignSystemComponent\n ]\n})\nexport class GravityDesignSystemModule {\n}\n","/*\n * Public API Surface of gravity-design-system\n */\n\nexport * from './lib/gravity-design-system.service';\nexport * from './lib/gravity-design-system.component';\nexport * from './lib/gravity-design-system.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAGa,0BAA0B,CAAA;;uHAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,cADd,MAAM,EAAA,CAAA,CAAA;2FAClB,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBADtC,UAAU;mBAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAA;;;MCSnB,4BAA4B,CAAA;;yHAA5B,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,4BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAP7B,QAAA,EAAA,2BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAGU,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBATxC,SAAS;YACE,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,2BAA2B,EAC3B,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,CAAA;;;MCGU,yBAAyB,CAAA;;sHAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;uHAAzB,yBAAyB,EAAA,YAAA,EAAA,CANlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA,CAAA;uHAGnB,yBAAyB,EAAA,CAAA,CAAA;2FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBARrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,4BAA4B;AAC7B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,4BAA4B;AAC7B,qBAAA;iBACF,CAAA;;;ACVD;;AAEG;;ACFH;;AAEG;;;;"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, Component, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class GravityDesignSystemService {
|
|
5
|
+
}
|
|
6
|
+
GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7
|
+
GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemService, decorators: [{
|
|
9
|
+
type: Injectable,
|
|
10
|
+
args: [{ providedIn: 'root' }]
|
|
11
|
+
}] });
|
|
12
|
+
|
|
13
|
+
class GravityDesignSystemComponent {
|
|
14
|
+
}
|
|
15
|
+
GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
|
|
17
|
+
<p>
|
|
18
|
+
gravity-design-system works!
|
|
19
|
+
</p>
|
|
20
|
+
`, isInline: true });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{ selector: 'lib-gravity-design-system', template: `
|
|
24
|
+
<p>
|
|
25
|
+
gravity-design-system works!
|
|
26
|
+
</p>
|
|
27
|
+
` }]
|
|
28
|
+
}] });
|
|
29
|
+
|
|
30
|
+
class GravityDesignSystemModule {
|
|
31
|
+
}
|
|
32
|
+
GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
33
|
+
GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
|
|
34
|
+
GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule });
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
|
|
36
|
+
type: NgModule,
|
|
37
|
+
args: [{
|
|
38
|
+
declarations: [
|
|
39
|
+
GravityDesignSystemComponent
|
|
40
|
+
],
|
|
41
|
+
exports: [
|
|
42
|
+
GravityDesignSystemComponent
|
|
43
|
+
]
|
|
44
|
+
}]
|
|
45
|
+
}] });
|
|
46
|
+
|
|
47
|
+
/*
|
|
48
|
+
* Public API Surface of gravity-design-system
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Generated bundle index. Do not edit.
|
|
53
|
+
*/
|
|
54
|
+
|
|
55
|
+
export { GravityDesignSystemComponent, GravityDesignSystemModule, GravityDesignSystemService };
|
|
56
|
+
//# sourceMappingURL=progressio_resources-gravity-design-system.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progressio_resources-gravity-design-system.mjs","sources":["../../../projects/gravity-design-system/src/lib/gravity-design-system.service.ts","../../../projects/gravity-design-system/src/lib/gravity-design-system.component.ts","../../../projects/gravity-design-system/src/lib/gravity-design-system.module.ts","../../../projects/gravity-design-system/src/public-api.ts","../../../projects/gravity-design-system/src/progressio_resources-gravity-design-system.ts"],"sourcesContent":["import {Injectable} from '@angular/core';\n\n@Injectable({providedIn: 'root'})\nexport class GravityDesignSystemService {\n}\n","import {Component} from '@angular/core';\n\n@Component({\n selector: 'lib-gravity-design-system',\n template: `\n <p>\n gravity-design-system works!\n </p>\n `,\n styles: []\n})\nexport class GravityDesignSystemComponent {\n}\n","import {NgModule} from '@angular/core';\nimport {GravityDesignSystemComponent} from './gravity-design-system.component';\n\n@NgModule({\n declarations: [\n GravityDesignSystemComponent\n ],\n exports: [\n GravityDesignSystemComponent\n ]\n})\nexport class GravityDesignSystemModule {\n}\n","/*\n * Public API Surface of gravity-design-system\n */\n\nexport * from './lib/gravity-design-system.service';\nexport * from './lib/gravity-design-system.component';\nexport * from './lib/gravity-design-system.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAGa,0BAA0B,CAAA;;uHAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,cADd,MAAM,EAAA,CAAA,CAAA;2FAClB,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBADtC,UAAU;mBAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAA;;;MCSnB,4BAA4B,CAAA;;yHAA5B,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,4BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAP7B,QAAA,EAAA,2BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAGU,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBATxC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,2BAA2B,EAC3B,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,CAAA;;;MCGU,yBAAyB,CAAA;;sHAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;uHAAzB,yBAAyB,EAAA,YAAA,EAAA,CANlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA,CAAA;uHAGnB,yBAAyB,EAAA,CAAA,CAAA;2FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBARrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,4BAA4B;AAC7B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,4BAA4B;AAC7B,qBAAA;AACF,iBAAA,CAAA;;;ACVD;;AAEG;;ACFH;;AAEG;;;;"}
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class GravityDesignSystemComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDesignSystemComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDesignSystemComponent, "lib-gravity-design-system", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./gravity-design-system.component";
|
|
3
|
+
export declare class GravityDesignSystemModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDesignSystemModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GravityDesignSystemModule, [typeof i1.GravityDesignSystemComponent], never, [typeof i1.GravityDesignSystemComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GravityDesignSystemModule>;
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progressio_resources/gravity-design-system",
|
|
3
3
|
"description": "Gravity Design System",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"license": "SEE LICENSE IN LIBRARY-LICENSE",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular/common": "^15.
|
|
8
|
-
"@angular/core": "^15.
|
|
7
|
+
"@angular/common": "^15.1.0",
|
|
8
|
+
"@angular/core": "^15.1.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
|
-
"sideEffects": false
|
|
14
|
-
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"module": "fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
15
|
+
"es2020": "fesm2020/progressio_resources-gravity-design-system.mjs",
|
|
16
|
+
"esm2020": "esm2020/progressio_resources-gravity-design-system.mjs",
|
|
17
|
+
"fesm2020": "fesm2020/progressio_resources-gravity-design-system.mjs",
|
|
18
|
+
"fesm2015": "fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
19
|
+
"typings": "index.d.ts",
|
|
20
|
+
"exports": {
|
|
21
|
+
"./package.json": {
|
|
22
|
+
"default": "./package.json"
|
|
23
|
+
},
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./index.d.ts",
|
|
26
|
+
"esm2020": "./esm2020/progressio_resources-gravity-design-system.mjs",
|
|
27
|
+
"es2020": "./fesm2020/progressio_resources-gravity-design-system.mjs",
|
|
28
|
+
"es2015": "./fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
29
|
+
"node": "./fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
30
|
+
"default": "./fesm2020/progressio_resources-gravity-design-system.mjs"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
$font-size-12px: 0.75rem;
|
|
2
|
+
$font-size-16px: 1rem;
|
|
3
|
+
$font-size-21px: 1.3325rem;
|
|
4
|
+
$font-size-28px: 1.75rem;
|
|
5
|
+
$font-size-32px: 2rem;
|
|
6
|
+
$font-size-38px: 2.375rem;
|
|
7
|
+
$font-size-46px: 2.875rem;
|
|
8
|
+
$font-size-50px: 3.125rem;
|
|
9
|
+
$font-size-67px: 4.1875rem;
|
|
10
|
+
$font-size-90px: 5.625rem;
|
|
11
|
+
|
|
1
12
|
body {
|
|
2
13
|
font-family: 'Roboto Flex', sans-serif;
|
|
3
14
|
color: var(--text-primary);
|
|
@@ -9,143 +20,144 @@ body {
|
|
|
9
20
|
font-optical-sizing: auto;
|
|
10
21
|
}
|
|
11
22
|
|
|
12
|
-
|
|
13
|
-
&.sm-
|
|
14
|
-
font-size:
|
|
15
|
-
font-weight:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
&.md-bold {
|
|
20
|
-
font-size: 4.1875rem;
|
|
21
|
-
font-weight: 674;
|
|
22
|
-
letter-spacing: 0.04188rem;
|
|
23
|
+
.hr-body-text {
|
|
24
|
+
&.sm-regular {
|
|
25
|
+
font-size: $font-size-12px;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
line-height: 1.17525rem;
|
|
28
|
+
letter-spacing: 0.01875rem;
|
|
23
29
|
}
|
|
24
30
|
|
|
25
|
-
&.
|
|
26
|
-
font-size:
|
|
27
|
-
font-weight:
|
|
28
|
-
|
|
31
|
+
&.sm-bold {
|
|
32
|
+
font-size: $font-size-12px;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
line-height: 1.17525rem;
|
|
35
|
+
letter-spacing: 0.01875rem;
|
|
29
36
|
}
|
|
30
|
-
}
|
|
31
37
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
font-
|
|
35
|
-
|
|
36
|
-
letter-spacing: 0.
|
|
38
|
+
&.md-regular {
|
|
39
|
+
font-size: $font-size-16px;
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
line-height: 1.567rem;
|
|
42
|
+
letter-spacing: 0.025rem;
|
|
37
43
|
}
|
|
38
44
|
|
|
39
|
-
&.
|
|
40
|
-
font-size:
|
|
41
|
-
font-weight:
|
|
42
|
-
|
|
45
|
+
&.lg-regular {
|
|
46
|
+
font-size: $font-size-21px;
|
|
47
|
+
font-weight: 400;
|
|
48
|
+
line-height: 2.088rem;
|
|
49
|
+
letter-spacing: 0.03331rem;
|
|
43
50
|
}
|
|
44
51
|
|
|
45
52
|
&.lg-bold {
|
|
46
|
-
font-size:
|
|
47
|
-
font-weight:
|
|
48
|
-
|
|
53
|
+
font-size: $font-size-21px;
|
|
54
|
+
font-weight: 700;
|
|
55
|
+
line-height: 2.088rem;
|
|
56
|
+
letter-spacing: 0.03331rem;
|
|
49
57
|
}
|
|
50
58
|
}
|
|
51
59
|
|
|
52
|
-
|
|
60
|
+
.hr-title {
|
|
53
61
|
&.sm-bold {
|
|
54
|
-
font-size:
|
|
62
|
+
font-size: $font-size-16px;
|
|
55
63
|
font-weight: 731;
|
|
56
64
|
letter-spacing: 0.02rem;
|
|
57
65
|
}
|
|
58
66
|
|
|
59
67
|
&.md-bold {
|
|
60
|
-
font-size:
|
|
68
|
+
font-size: $font-size-21px;
|
|
61
69
|
font-weight: 731;
|
|
62
|
-
letter-spacing: 0.
|
|
70
|
+
letter-spacing: 0.02665rem;
|
|
63
71
|
}
|
|
64
72
|
|
|
65
73
|
&.lg-regular {
|
|
66
|
-
font-size:
|
|
74
|
+
font-size: $font-size-28px;
|
|
67
75
|
font-weight: 532;
|
|
68
76
|
letter-spacing: -0.00875rem;
|
|
69
77
|
}
|
|
70
78
|
|
|
71
79
|
&.lg-bold {
|
|
72
|
-
font-size:
|
|
80
|
+
font-size: $font-size-28px;
|
|
73
81
|
font-weight: 800;
|
|
74
82
|
letter-spacing: -0.00875rem;
|
|
75
83
|
}
|
|
76
|
-
|
|
77
84
|
}
|
|
78
85
|
|
|
79
|
-
|
|
80
|
-
display: block;
|
|
81
|
-
|
|
86
|
+
.hr-label {
|
|
82
87
|
&.sm-regular {
|
|
83
|
-
font-size:
|
|
88
|
+
font-size: $font-size-12px;
|
|
84
89
|
font-weight: 343;
|
|
85
90
|
letter-spacing: 0.01875rem;
|
|
86
91
|
}
|
|
87
92
|
|
|
88
93
|
&.sm-bold {
|
|
89
|
-
font-size:
|
|
94
|
+
font-size: $font-size-12px;
|
|
90
95
|
font-weight: 700;
|
|
91
96
|
letter-spacing: 0.01875rem;
|
|
92
97
|
}
|
|
93
98
|
|
|
94
99
|
&.md-regular {
|
|
95
|
-
font-size:
|
|
100
|
+
font-size: $font-size-16px;
|
|
96
101
|
font-weight: 343;
|
|
97
102
|
letter-spacing: 0.025rem;
|
|
98
103
|
}
|
|
99
104
|
|
|
100
105
|
&.md-bold {
|
|
101
|
-
font-size:
|
|
106
|
+
font-size: $font-size-16px;
|
|
102
107
|
font-weight: 554;
|
|
103
108
|
letter-spacing: 0.025rem;
|
|
104
109
|
}
|
|
105
110
|
|
|
106
111
|
&.lg-regular {
|
|
107
|
-
font-size:
|
|
112
|
+
font-size: $font-size-28px;
|
|
108
113
|
font-weight: 343;
|
|
109
|
-
letter-spacing: 0.
|
|
114
|
+
letter-spacing: 0.04375rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&.lg-bold {
|
|
118
|
+
font-size: $font-size-28px;
|
|
119
|
+
font-weight: 532;
|
|
120
|
+
letter-spacing: 0.04375rem;
|
|
110
121
|
}
|
|
111
122
|
}
|
|
112
123
|
|
|
113
|
-
|
|
124
|
+
.hr-headline {
|
|
125
|
+
&.sm-bold {
|
|
126
|
+
font-size: $font-size-32px;
|
|
127
|
+
font-weight: 674;
|
|
128
|
+
letter-spacing: 0.02rem;
|
|
129
|
+
}
|
|
114
130
|
|
|
115
|
-
&.
|
|
116
|
-
font-size:
|
|
117
|
-
font-weight:
|
|
118
|
-
|
|
119
|
-
letter-spacing: 0.01875rem;
|
|
131
|
+
&.md-bold {
|
|
132
|
+
font-size: $font-size-38px;
|
|
133
|
+
font-weight: 674;
|
|
134
|
+
letter-spacing: 0.02375rem;
|
|
120
135
|
}
|
|
121
136
|
|
|
122
|
-
&.
|
|
123
|
-
font-size:
|
|
124
|
-
font-weight:
|
|
125
|
-
|
|
126
|
-
letter-spacing: 0.01875rem;
|
|
127
|
-
text-transform: capitalize;
|
|
137
|
+
&.lg-bold {
|
|
138
|
+
font-size: $font-size-46px;
|
|
139
|
+
font-weight: 674;
|
|
140
|
+
letter-spacing: 0.02875rem;
|
|
128
141
|
}
|
|
142
|
+
}
|
|
129
143
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
font-
|
|
133
|
-
|
|
134
|
-
letter-spacing: 0.
|
|
144
|
+
.hr-display {
|
|
145
|
+
&.sm-bold {
|
|
146
|
+
font-size: $font-size-50px;
|
|
147
|
+
font-weight: 674;
|
|
148
|
+
letter-spacing: 0.03125rem;
|
|
135
149
|
}
|
|
136
150
|
|
|
137
|
-
&.
|
|
138
|
-
font-size:
|
|
139
|
-
font-weight:
|
|
140
|
-
|
|
141
|
-
letter-spacing: 0.03331rem;
|
|
151
|
+
&.md-bold {
|
|
152
|
+
font-size: $font-size-67px;
|
|
153
|
+
font-weight: 674;
|
|
154
|
+
letter-spacing: 0.04188rem;
|
|
142
155
|
}
|
|
143
156
|
|
|
144
157
|
&.lg-bold {
|
|
145
|
-
font-size:
|
|
146
|
-
font-weight:
|
|
147
|
-
|
|
148
|
-
letter-spacing: 0.03331rem;
|
|
158
|
+
font-size: $font-size-90px;
|
|
159
|
+
font-weight: 674;
|
|
160
|
+
letter-spacing: 0.05625rem;
|
|
149
161
|
}
|
|
150
162
|
}
|
|
151
163
|
|
package/LIBRARY-LICENSE
DELETED
package/ng-package.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import {NgModule} from '@angular/core';
|
|
2
|
-
import {GravityDesignSystemComponent} from './gravity-design-system.component';
|
|
3
|
-
|
|
4
|
-
@NgModule({
|
|
5
|
-
declarations: [
|
|
6
|
-
GravityDesignSystemComponent
|
|
7
|
-
],
|
|
8
|
-
exports: [
|
|
9
|
-
GravityDesignSystemComponent
|
|
10
|
-
]
|
|
11
|
-
})
|
|
12
|
-
export class GravityDesignSystemModule {
|
|
13
|
-
}
|
package/tsconfig.lib.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "../../tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "../../out-tsc/lib",
|
|
6
|
-
"declaration": true,
|
|
7
|
-
"declarationMap": true,
|
|
8
|
-
"inlineSources": true,
|
|
9
|
-
"types": []
|
|
10
|
-
},
|
|
11
|
-
"exclude": [
|
|
12
|
-
"**/*.spec.ts"
|
|
13
|
-
]
|
|
14
|
-
}
|
package/tsconfig.lib.prod.json
DELETED
package/tsconfig.spec.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "../../tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "../../out-tsc/spec",
|
|
6
|
-
"types": [
|
|
7
|
-
"jasmine"
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"**/*.spec.ts",
|
|
12
|
-
"**/*.d.ts"
|
|
13
|
-
]
|
|
14
|
-
}
|