@omnikit-js/ui 0.4.4 → 0.4.5

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/dist/styles.css CHANGED
@@ -1,11 +1,12 @@
1
1
  /* Essential component-specific styles only */
2
2
 
3
3
  /* Pricing text styles */
4
- .omnikit-price-text {
5
- font-size: 2rem;
6
- line-height: 1;
7
- font-weight: 700;
8
- letter-spacing: -0.025em;
4
+ span.omnikit-price-text {
5
+ font-size: 2rem !important;
6
+ line-height: 1 !important;
7
+ font-weight: 700 !important;
8
+ letter-spacing: -0.025em !important;
9
+ display: inline-block !important;
9
10
  }
10
11
 
11
12
  .omnikit-price-units {
@@ -17,11 +18,12 @@
17
18
  }
18
19
 
19
20
  /* Feature value styles */
20
- .omnikit-feature-value {
21
- font-size: 1.125rem;
22
- line-height: 1.75rem;
23
- font-weight: 600;
24
- color: #111827;
21
+ div.omnikit-feature-value {
22
+ font-size: 1.125rem !important;
23
+ line-height: 1.75rem !important;
24
+ font-weight: 600 !important;
25
+ color: #111827 !important;
26
+ display: block !important;
25
27
  }
26
28
 
27
29
  .omnikit-feature-units {
@@ -39,12 +41,14 @@
39
41
  }
40
42
 
41
43
  /* Boolean feature icons */
42
- .omnikit-feature-value .omnikit-boolean-true {
43
- color: #22c55e;
44
+ div.omnikit-feature-value span.omnikit-boolean-true {
45
+ color: #22c55e !important;
46
+ font-size: 1.125rem !important;
44
47
  }
45
48
 
46
- .omnikit-feature-value .omnikit-boolean-false {
47
- color: #ef4444;
49
+ div.omnikit-feature-value span.omnikit-boolean-false {
50
+ color: #ef4444 !important;
51
+ font-size: 1.125rem !important;
48
52
  }
49
53
 
50
54
  /* Progress bar specific styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnikit-js/ui",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "A SaaS billing component for Next.js with Stripe integration",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -1,11 +1,12 @@
1
1
  /* Essential component-specific styles only */
2
2
 
3
3
  /* Pricing text styles */
4
- .omnikit-price-text {
5
- font-size: 2rem;
6
- line-height: 1;
7
- font-weight: 700;
8
- letter-spacing: -0.025em;
4
+ span.omnikit-price-text {
5
+ font-size: 2rem !important;
6
+ line-height: 1 !important;
7
+ font-weight: 700 !important;
8
+ letter-spacing: -0.025em !important;
9
+ display: inline-block !important;
9
10
  }
10
11
 
11
12
  .omnikit-price-units {
@@ -17,11 +18,12 @@
17
18
  }
18
19
 
19
20
  /* Feature value styles */
20
- .omnikit-feature-value {
21
- font-size: 1.125rem;
22
- line-height: 1.75rem;
23
- font-weight: 600;
24
- color: #111827;
21
+ div.omnikit-feature-value {
22
+ font-size: 1.125rem !important;
23
+ line-height: 1.75rem !important;
24
+ font-weight: 600 !important;
25
+ color: #111827 !important;
26
+ display: block !important;
25
27
  }
26
28
 
27
29
  .omnikit-feature-units {
@@ -39,12 +41,14 @@
39
41
  }
40
42
 
41
43
  /* Boolean feature icons */
42
- .omnikit-feature-value .omnikit-boolean-true {
43
- color: #22c55e;
44
+ div.omnikit-feature-value span.omnikit-boolean-true {
45
+ color: #22c55e !important;
46
+ font-size: 1.125rem !important;
44
47
  }
45
48
 
46
- .omnikit-feature-value .omnikit-boolean-false {
47
- color: #ef4444;
49
+ div.omnikit-feature-value span.omnikit-boolean-false {
50
+ color: #ef4444 !important;
51
+ font-size: 1.125rem !important;
48
52
  }
49
53
 
50
54
  /* Progress bar specific styles */