@wandelbots/wandelbots-js-react-components 1.20.1 → 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,
|
|
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.
|
|
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,
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@mui/icons-material": "^5.16.7",
|
|
105
105
|
"@mui/lab": "^5.0.0-alpha.173",
|
|
106
106
|
"@shikijs/monaco": "^1.16.1",
|
|
107
|
-
"@wandelbots/wandelbots-js": "^1.11.
|
|
107
|
+
"@wandelbots/wandelbots-js": "^1.11.1",
|
|
108
108
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
109
109
|
"lodash-es": "^4.17.21",
|
|
110
110
|
"mobx": "^6.13.1",
|
|
@@ -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,
|
|
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: {
|