@m1z23r/ngx-ui 1.1.45 → 1.1.46

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": "@m1z23r/ngx-ui",
3
- "version": "1.1.45",
3
+ "version": "1.1.46",
4
4
  "description": "A modern Angular UI component library with themeable components and responsive layout system",
5
5
  "license": "MIT",
6
6
  "author": "m1z23r",
@@ -25,12 +25,17 @@
25
25
  --ui-warning-hover: #d97706;
26
26
  --ui-warning-active: #b45309;
27
27
  --ui-warning-text: #ffffff;
28
+ --ui-info: #3b82f6;
29
+ --ui-info-hover: #2563eb;
30
+ --ui-info-active: #1d4ed8;
31
+ --ui-info-text: #ffffff;
28
32
 
29
33
  // Background colors
30
34
  --ui-bg: #ffffff;
31
35
  --ui-bg-secondary: #f8fafc;
32
36
  --ui-bg-tertiary: #f1f5f9;
33
37
  --ui-bg-hover: rgba(0, 0, 0, 0.05);
38
+ --ui-backdrop-bg: rgba(0, 0, 0, 0.5);
34
39
 
35
40
  // Text colors
36
41
  --ui-text: #1e293b;
@@ -54,6 +59,7 @@
54
59
  --ui-spacing-md: 1rem;
55
60
  --ui-spacing-lg: 1.5rem;
56
61
  --ui-spacing-xl: 2rem;
62
+ --ui-spacing-2xl: 3rem;
57
63
 
58
64
  // Layout dimensions
59
65
  --ui-sidebar-width: 16rem;
@@ -74,6 +80,9 @@
74
80
  --ui-transition-normal: 200ms ease;
75
81
  --ui-transition-slow: 300ms ease;
76
82
 
83
+ // Progress
84
+ --ui-progress-stripe-color: rgba(255, 255, 255, 0.15);
85
+
77
86
  // Font sizes
78
87
  --ui-font-xs: 0.75rem;
79
88
  --ui-font-sm: 0.875rem;