osi-cards-lib 1.1.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osi-cards-lib",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Standalone OSI Cards library for Angular applications",
5
5
  "keywords": [
6
6
  "angular",
@@ -36,7 +36,6 @@
36
36
  @import 'components/sections/fallback';
37
37
  @import 'components/sections/unified-cards'; /* Must be last to override all section-specific styles */
38
38
  @import 'components/sections/global-enforcement'; /* GLOBAL ENFORCEMENT - MUST BE ABSOLUTELY LAST to enforce all settings */
39
- @import 'components/ai-card-renderer';
40
39
 
41
40
  /* FINAL OVERRIDE - ABSOLUTELY NO BORDERS OR BORDER-LIKE EFFECTS */
42
41
  h1.ai-card-title,
@@ -93,3 +92,4 @@ article.ai-card-surface,
93
92
 
94
93
 
95
94
 
95
+
@@ -1,6 +1,6 @@
1
1
  /* Chart visualization cards with unified styling */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  .chart-section {
@@ -1,6 +1,6 @@
1
1
  /* Contact Section - Modern, Clean Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Contact Grid Layout */
@@ -7,7 +7,7 @@
7
7
  section styling consistency. */
8
8
 
9
9
  /* Import sections-base to access unified card mixin */
10
- @import 'sections/sections-base';
10
+ @import 'sections-base';
11
11
 
12
12
  /* ===== DESIGN TOKENS ===== */
13
13
 
@@ -1,6 +1,6 @@
1
1
  /* Event Section - Timeline Design (Keeping the style you liked) */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Event Timeline Container */
@@ -1,6 +1,6 @@
1
1
  /* Fallback section styling - Generic section for unmapped types */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
 
5
5
  .fallback-section {
6
6
  @include card;
@@ -1,6 +1,6 @@
1
1
  /* Financials Section - Enhanced Modern Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Financials Grid Layout */
@@ -1,6 +1,6 @@
1
1
  /* List Section - Modern, Clean Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* List Grid Layout */
@@ -1,6 +1,6 @@
1
1
  /* Map Section - Modern, Clean Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Map Grid Layout */
@@ -1,6 +1,6 @@
1
1
  /* Network Section - Modern, Clean Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Network Grid Layout */
@@ -1,4 +1,4 @@
1
- @import 'sections/sections-base';
1
+ @import 'sections-base';
2
2
 
3
3
  /* News section styling - uses general design variables for spacing, color, and layout */
4
4
  .ai-section--news {
@@ -13,15 +13,19 @@
13
13
 
14
14
  .overview-card {
15
15
  @include card;
16
- display: flex;
17
- flex-direction: column;
18
- align-items: stretch;
19
- min-height: auto;
20
- padding: calc(var(--card-padding) * 0.625) calc(var(--card-padding) * 0.875) !important;
21
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
22
- position: relative;
23
- overflow: hidden;
24
- background: var(--card-background);
16
+
17
+ /* Property declarations after mixin (which contains nested rules) must be wrapped in & {} */
18
+ & {
19
+ display: flex;
20
+ flex-direction: column;
21
+ align-items: stretch;
22
+ min-height: auto;
23
+ padding: calc(var(--card-padding) * 0.625) calc(var(--card-padding) * 0.875) !important;
24
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25
+ position: relative;
26
+ overflow: hidden;
27
+ background: var(--card-background);
28
+ }
25
29
 
26
30
  /* Left accent border */
27
31
  &::before {
@@ -1,6 +1,6 @@
1
1
  /* Product section layout covering spotlight, entries, and references */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
 
5
5
  .product-layout {
6
6
  display: flex;
@@ -1,4 +1,4 @@
1
- @import 'sections/sections-base';
1
+ @import 'sections-base';
2
2
  @import 'unified-cards';
3
3
 
4
4
  .section-block--quotation {
@@ -1,4 +1,4 @@
1
- @import 'sections/sections-base';
1
+ @import 'sections-base';
2
2
  @import 'unified-cards';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- @import 'sections/sections-base';
1
+ @import 'sections-base';
2
2
 
3
3
  /* Social media section adhering to shared token system */
4
4
  .ai-section--social-media {
@@ -1,6 +1,6 @@
1
1
  /* Solutions Section - Modern, Clean Design */
2
2
 
3
- @import 'sections/sections-base';
3
+ @import 'sections-base';
4
4
  @import 'unified-cards';
5
5
 
6
6
  /* Solutions Grid Layout */
@@ -1,4 +1,4 @@
1
- @import 'sections/sections-base';
1
+ @import 'sections-base';
2
2
  @import 'unified-cards';
3
3
 
4
4
  .section-block--reference {
@@ -3,7 +3,7 @@
3
3
  /* This file manages all card parameters in one place */
4
4
  /* Style: 6px border-radius, orange borders, consistent typography */
5
5
 
6
- @import 'sections/sections-base';
6
+ @import 'sections-base';
7
7
 
8
8
  /* ===== UNIFIED CARD TYPOGRAPHY ===== */
9
9
  /* All cards MUST use these same font sizes for labels and values */