@intechstudio/grid-uikit 1.20250623.1546 → 1.20250623.1600

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/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  The UI elements and configurations for projects used by the Grid Ecosystem.
4
4
 
5
5
  ## Preview URL
6
+
6
7
  Live demo showcasing the project is available at https://grid-uikit-web.web.app/
7
8
 
8
9
  ## Developing
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  --foreground: #fff;
3
- --background: rgba(42, 52, 57, 1);
3
+ --background: #1e2628;
4
4
  --shadow: #000;
5
5
 
6
6
  --foreground-muted: color-mix(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20250623.1546",
3
+ "version": "1.20250623.1600",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",
package/src/lib/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  --foreground: #fff;
3
- --background: rgba(42, 52, 57, 1);
3
+ --background: #1e2628;
4
4
  --shadow: #000;
5
5
 
6
6
  --foreground-muted: color-mix(