@avalabs/k2-alpine 1.226.0 → 1.226.1-alpha.1

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.
@@ -88,6 +88,15 @@ declare module '@mui/material/Typography' {
88
88
  mono: true;
89
89
  mono2: true;
90
90
  }
91
+ interface TypographyClasses {
92
+ h7: true;
93
+ body3: true;
94
+ subtitle3: true;
95
+ subtitle4: true;
96
+ caption2: true;
97
+ mono: true;
98
+ mono2: true;
99
+ }
91
100
  }
92
101
  declare module '@mui/material/Button' {
93
102
  interface ButtonPropsSizeOverrides {
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": "1.226.0",
5
+ "version": "1.226.1-alpha.1",
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs",
8
8
  "module": "dist/index.js",