osi-cards-lib 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +5 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ import { AICardRendererComponent, AICardConfig } from 'osi-cards-lib';
19
19
  imports: [AICardRendererComponent],
20
20
  template: `
21
21
  <app-ai-card-renderer [cardConfig]="card"></app-ai-card-renderer>
22
- `
22
+ `,
23
23
  })
24
24
  export class ExampleComponent {
25
25
  card: AICardConfig = {
@@ -28,11 +28,9 @@ export class ExampleComponent {
28
28
  {
29
29
  title: 'Info',
30
30
  type: 'info',
31
- fields: [
32
- { label: 'Name', value: 'Example' }
33
- ]
34
- }
35
- ]
31
+ fields: [{ label: 'Name', value: 'Example' }],
32
+ },
33
+ ],
36
34
  };
37
35
  }
38
36
  ```
@@ -43,4 +41,4 @@ For complete documentation, visit: https://github.com/Inutilepat83/OSI-Cards
43
41
 
44
42
  ## Version
45
43
 
46
- 1.3.0
44
+ 1.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osi-cards-lib",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Standalone OSI Cards library for Angular applications",
5
5
  "keywords": [
6
6
  "angular",