@a2v2ai/uikit 0.0.21 → 0.0.22

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.
Files changed (2) hide show
  1. package/index.css +9 -0
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -101,6 +101,15 @@
101
101
  --radius-2xl: 1rem;
102
102
  --radius-full: 9999px;
103
103
 
104
+ /* Shadows */
105
+ --shadow-2xs: 0 1px 0 0 rgba(0, 0, 0, 0.05);
106
+ --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
107
+ --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
108
+ --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
109
+ --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
110
+ --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
111
+ --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
112
+
104
113
  /* Typography styles (matching Typography component) */
105
114
  /* Font sizes */
106
115
  --font-size-h1: 64px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2v2ai/uikit",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "Arulraj V & abofficial1997@gmail.com",
5
5
  "description": "A React UI component library built with shadcn/ui and Tailwind CSS",
6
6
  "license": "MIT",