@wandelbots/wandelbots-js-react-components 1.20.2 → 1.20.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"createDarkTheme.d.ts","sourceRoot":"","sources":["../../src/themes/createDarkTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,KAAK,EAAE,MAAM,eAAe,CAAA;AAEvD,wBAAgB,eAAe,IAAI,KAAK,CA4NvC"}
1
+ {"version":3,"file":"createDarkTheme.d.ts","sourceRoot":"","sources":["../../src/themes/createDarkTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,KAAK,EAAE,MAAM,eAAe,CAAA;AAEvD,wBAAgB,eAAe,IAAI,KAAK,CAiOvC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "1.20.2",
3
+ "version": "1.20.3",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -17,7 +17,6 @@ export function createDarkTheme(): Theme {
17
17
  },
18
18
  secondary: {
19
19
  main: "rgba(255, 255, 255, 1)",
20
-
21
20
  dark: "rgba(255, 255, 255, 0.06)",
22
21
  contrastText: "rgba(255, 255, 255, 0.87)",
23
22
  },
@@ -34,7 +33,7 @@ export function createDarkTheme(): Theme {
34
33
  contrastText: "rgba(255, 255, 255, 1)",
35
34
  },
36
35
  warning: {
37
- main: "rgba(255, 255, 255, 1)",
36
+ main: "rgba(255, 171, 64, 1)",
38
37
  dark: "rgba(255, 145, 0, 1)",
39
38
  light: "rgba(255, 209, 128, 1)",
40
39
  contrastText: "rgba(0, 0, 0, 0.87)",
@@ -114,6 +113,12 @@ export function createDarkTheme(): Theme {
114
113
  background: baseTheme.paletteExt?.secondary?.tonal?.toString(),
115
114
  },
116
115
  },
116
+ {
117
+ props: { color: "secondary", variant: "outlined" },
118
+ style: {
119
+ border: `1px solid ${baseTheme.palette.divider}`,
120
+ },
121
+ },
117
122
  ],
118
123
  },
119
124
  MuiDivider: {