@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.
package/dist/index.js
CHANGED
|
@@ -17273,7 +17273,7 @@ function Bu() {
|
|
|
17273
17273
|
contrastText: "rgba(255, 255, 255, 1)"
|
|
17274
17274
|
},
|
|
17275
17275
|
warning: {
|
|
17276
|
-
main: "rgba(255,
|
|
17276
|
+
main: "rgba(255, 171, 64, 1)",
|
|
17277
17277
|
dark: "rgba(255, 145, 0, 1)",
|
|
17278
17278
|
light: "rgba(255, 209, 128, 1)",
|
|
17279
17279
|
contrastText: "rgba(0, 0, 0, 0.87)"
|
|
@@ -17351,6 +17351,12 @@ function Bu() {
|
|
|
17351
17351
|
border: `1px solid ${e.palette.divider}`,
|
|
17352
17352
|
background: (r = (n = (t = e.paletteExt) == null ? void 0 : t.secondary) == null ? void 0 : n.tonal) == null ? void 0 : r.toString()
|
|
17353
17353
|
}
|
|
17354
|
+
},
|
|
17355
|
+
{
|
|
17356
|
+
props: { color: "secondary", variant: "outlined" },
|
|
17357
|
+
style: {
|
|
17358
|
+
border: `1px solid ${e.palette.divider}`
|
|
17359
|
+
}
|
|
17354
17360
|
}
|
|
17355
17361
|
]
|
|
17356
17362
|
},
|