@syscore/ui-library 1.7.4 → 1.7.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
@@ -6088,7 +6088,7 @@ body {
6088
6088
  border-bottom: 1px solid rgb(239 241 242);
6089
6089
  }
6090
6090
  /* added temporary */
6091
- .navigation__tray-container[data-strategy="true"] {
6091
+ .navigation--light .navigation__tray-container {
6092
6092
  background-color: rgb(249 250 251);
6093
6093
  backdrop-filter: blur(12px);
6094
6094
  -webkit-backdrop-filter: blur(12px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.7.4",
3
+ "version": "1.7.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",