@syscore/ui-library 1.7.6 → 1.7.7

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
@@ -6092,7 +6092,6 @@ body {
6092
6092
  background-color: rgb(249 250 251);
6093
6093
  backdrop-filter: blur(12px);
6094
6094
  -webkit-backdrop-filter: blur(12px);
6095
- border-bottom: 1px solid rgb(239 241 242);
6096
6095
  }
6097
6096
 
6098
6097
  .navigation-overlay {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",