osi-cards-lib 1.5.37 → 1.5.39

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 CHANGED
@@ -172,7 +172,7 @@ import { AICardConfig } from 'osi-cards-lib';
172
172
  })
173
173
  export class YourComponent {
174
174
  cardTheme: 'day' | 'night' = 'night'; // or 'day' for light theme
175
-
175
+
176
176
  companyCard: AICardConfig = {
177
177
  cardTitle: 'Company Profile',
178
178
  description: 'Complete company information and insights',
@@ -196,11 +196,11 @@ export class YourComponent {
196
196
  }
197
197
  ],
198
198
  actions: [
199
- {
200
- type: 'website',
201
- label: 'Visit Website',
202
- variant: 'primary',
203
- url: 'https://example.com'
199
+ {
200
+ type: 'website',
201
+ label: 'Visit Website',
202
+ variant: 'primary',
203
+ url: 'https://example.com'
204
204
  }
205
205
  ]
206
206
  };
@@ -291,7 +291,7 @@ import { AICardConfig } from 'osi-cards-lib';
291
291
  })
292
292
  export class YourComponent {
293
293
  cardTheme: 'day' | 'night' = 'night';
294
-
294
+
295
295
  companyCard: AICardConfig = {
296
296
  cardTitle: 'Company Profile',
297
297
  description: 'Complete company information',