@avalabs/k2-alpine 0.0.0-main-e78221a → 0.0.0-main-70fb9b4

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.
@@ -86,6 +86,7 @@ declare module '@mui/material/styles' {
86
86
  alphaMatch: {
87
87
  paper: string;
88
88
  backdropSolid: string;
89
+ popover: string;
89
90
  };
90
91
  avagpt: {
91
92
  background: {
@@ -173,6 +174,7 @@ declare module '@mui/material/styles' {
173
174
  alphaMatch?: {
174
175
  paper: string;
175
176
  backdropSolid: string;
177
+ popover: string;
176
178
  };
177
179
  avagpt?: {
178
180
  background: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@avalabs/k2-alpine",
3
3
  "author": "Ava Labs",
4
4
  "license": "Limited Ecosystem License",
5
- "version": "0.0.0-main-e78221a",
5
+ "version": "0.0.0-main-70fb9b4",
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs",
8
8
  "module": "dist/index.js",