@trii/components 2.0.74 → 2.0.75

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/dist/index.d.ts CHANGED
@@ -181,6 +181,7 @@ declare module '@mui/material/styles' {
181
181
  accordionHeader: string;
182
182
  panelHeader: string;
183
183
  panelCenter: string;
184
+ panelGradient: string;
184
185
  }
185
186
  interface TypeText {
186
187
  colorMain: string;
@@ -10,6 +10,7 @@ declare module '@mui/material/styles' {
10
10
  accordionHeader: string;
11
11
  panelHeader: string;
12
12
  panelCenter: string;
13
+ panelGradient: string;
13
14
  }
14
15
  interface TypeText {
15
16
  colorMain: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/components",
3
- "version": "2.0.74",
3
+ "version": "2.0.75",
4
4
  "description": "Trii components package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",