@dimasbaguspm/versaur 0.0.5 → 0.0.6

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
@@ -21,17 +21,27 @@
21
21
 
22
22
  /* Core Colors */
23
23
  --color-coral: #e07a5f;
24
+ --color-coral-soft: #fbe7e1;
24
25
  --color-sage: #81b29a;
26
+ --color-sage-soft: #e6f3ec;
25
27
  --color-mist: #84a5c0;
28
+ --color-mist-soft: #e7eef4;
26
29
  --color-slate: #3d405b;
30
+ --color-slate-soft: #e3e4ea;
27
31
  --color-cream: #f4f1de;
32
+ --color-cream-soft: #fdfcf7;
28
33
  --color-light-gray: #f8f9fa;
34
+ --color-light-gray-soft: #fcfcfd;
29
35
 
30
36
  /* Semantic Colors */
31
37
  --color-success: #6db285;
38
+ --color-success-soft: #e3f4ea;
32
39
  --color-info: #6b8fad;
40
+ --color-info-soft: #e6eef5;
33
41
  --color-warning: #e08a47;
42
+ --color-warning-soft: #fbeede;
34
43
  --color-danger: #e06650;
44
+ --color-danger-soft: #fbe4e1;
35
45
 
36
46
  /* Background and Foreground */
37
47
  --color-background: #ffffff; /* White */
@@ -39,10 +49,15 @@
39
49
 
40
50
  /* Button/Component Variants */
41
51
  --color-primary: #e07a5f; /* Coral */
52
+ --color-primary-soft: #fbe7e1; /* Soft Coral */
42
53
  --color-secondary: #81b29a; /* Sage */
54
+ --color-secondary-soft: #e6f3ec; /* Soft Sage */
43
55
  --color-tertiary: #84a5c0; /* Mist */
56
+ --color-tertiary-soft: #e7eef4; /* Soft Mist */
44
57
  --color-ghost: #3d405b; /* Slate */
45
- --color-neutral: #f8f9fa; /* Light Gray */
58
+ --color-ghost-soft: #e3e4ea; /* Soft Slate */
59
+ --color-neutral: #e9ecef; /* Light Gray */
60
+ --color-neutral-soft: #f8f9fa; /* Soft Light Gray */
46
61
 
47
62
  /* Utility Colors */
48
63
  --color-border: #e0e0e0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimasbaguspm/versaur",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "React UI library with Tailwind CSS",
5
5
  "author": "Dimas Bagus Prayogo Mukti<dimas.bagus.pm@gmail.com>",
6
6
  "license": "MIT",