@syscore/ui-library 1.1.5 → 1.1.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/client/global.css CHANGED
@@ -437,7 +437,7 @@ layer(base);
437
437
  --popover: 0 0% 100%;
438
438
  --popover-foreground: 230 15% 12%;
439
439
 
440
- --primary: #0d7489;
440
+ --primary: 190 84% 29%;
441
441
  --primary-foreground: 210 40% 98%;
442
442
 
443
443
  --secondary: 252 100% 97%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",