@progressio_resources/gravity-design-system 1.0.1 → 1.0.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.
@@ -2,13 +2,13 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class GravityDesignSystemComponent {
4
4
  }
5
- GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
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
7
  <p>
8
8
  gravity-design-system works!
9
9
  </p>
10
10
  `, isInline: true });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'lib-gravity-design-system', template: `
14
14
  <p>
@@ -3,10 +3,10 @@ import { GravityDesignSystemComponent } from './gravity-design-system.component'
3
3
  import * as i0 from "@angular/core";
4
4
  export class GravityDesignSystemModule {
5
5
  }
6
- GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
8
- GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
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
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [
@@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class GravityDesignSystemService {
4
4
  }
5
- GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
- GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, decorators: [{
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
8
  type: Injectable,
9
9
  args: [{ providedIn: 'root' }]
10
10
  }] });
@@ -3,22 +3,22 @@ import { Injectable, Component, NgModule } from '@angular/core';
3
3
 
4
4
  class GravityDesignSystemService {
5
5
  }
6
- GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
7
- GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, decorators: [{
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
9
  type: Injectable,
10
10
  args: [{ providedIn: 'root' }]
11
11
  }] });
12
12
 
13
13
  class GravityDesignSystemComponent {
14
14
  }
15
- GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
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
17
  <p>
18
18
  gravity-design-system works!
19
19
  </p>
20
20
  `, isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'lib-gravity-design-system', template: `
24
24
  <p>
@@ -29,10 +29,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
29
29
 
30
30
  class GravityDesignSystemModule {
31
31
  }
32
- GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
33
- GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
34
- GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
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
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [
@@ -3,22 +3,22 @@ import { Injectable, Component, NgModule } from '@angular/core';
3
3
 
4
4
  class GravityDesignSystemService {
5
5
  }
6
- GravityDesignSystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
7
- GravityDesignSystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, providedIn: 'root' });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemService, decorators: [{
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
9
  type: Injectable,
10
10
  args: [{ providedIn: 'root' }]
11
11
  }] });
12
12
 
13
13
  class GravityDesignSystemComponent {
14
14
  }
15
- GravityDesignSystemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- GravityDesignSystemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: GravityDesignSystemComponent, selector: "lib-gravity-design-system", ngImport: i0, template: `
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
17
  <p>
18
18
  gravity-design-system works!
19
19
  </p>
20
20
  `, isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'lib-gravity-design-system', template: `
24
24
  <p>
@@ -29,10 +29,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
29
29
 
30
30
  class GravityDesignSystemModule {
31
31
  }
32
- GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
33
- GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityDesignSystemComponent], exports: [GravityDesignSystemComponent] });
34
- GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
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
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@progressio_resources/gravity-design-system",
3
3
  "description": "Gravity Design System",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
- "@angular/common": "^15.2.0",
8
- "@angular/core": "^15.2.0"
7
+ "@angular/common": "^15.1.0",
8
+ "@angular/core": "^15.1.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"
@@ -16,7 +16,6 @@ body {
16
16
  text-edge: cap;
17
17
  font-style: normal;
18
18
  line-height: normal;
19
- text-transform: capitalize;
20
19
  font-optical-sizing: auto;
21
20
  }
22
21