@campxdev/shared 1.11.68 → 1.11.69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "1.11.68",
3
+ "version": "1.11.69",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -26,6 +26,9 @@ declare module '@mui/material/styles' {
26
26
  grey?: {
27
27
  main?: string
28
28
  }
29
+ info?: {
30
+ main?: string
31
+ }
29
32
  common?: {
30
33
  black?: string
31
34
  white?: string