@bwp-web/assets 0.14.1 → 0.15.0
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/icons/icons_xs/UncheckedIcon.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7590,9 +7590,10 @@ function TouchDisplayIcon(props) {
|
|
|
7590
7590
|
}
|
|
7591
7591
|
|
|
7592
7592
|
// src/icons/icons_xs/UncheckedIcon.tsx
|
|
7593
|
-
import { SvgIcon as SvgIcon199 } from "@mui/material";
|
|
7593
|
+
import { SvgIcon as SvgIcon199, useTheme as useTheme5 } from "@mui/material";
|
|
7594
7594
|
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
7595
7595
|
function UncheckedIcon(props) {
|
|
7596
|
+
const theme = useTheme5();
|
|
7596
7597
|
return /* @__PURE__ */ jsx199(SvgIcon199, { ...props, children: /* @__PURE__ */ jsx199(
|
|
7597
7598
|
"svg",
|
|
7598
7599
|
{
|
|
@@ -7601,7 +7602,6 @@ function UncheckedIcon(props) {
|
|
|
7601
7602
|
viewBox: "0 0 16 16",
|
|
7602
7603
|
fill: "none",
|
|
7603
7604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7604
|
-
...props,
|
|
7605
7605
|
children: /* @__PURE__ */ jsx199(
|
|
7606
7606
|
"rect",
|
|
7607
7607
|
{
|
|
@@ -7610,7 +7610,7 @@ function UncheckedIcon(props) {
|
|
|
7610
7610
|
width: "15",
|
|
7611
7611
|
height: "15",
|
|
7612
7612
|
rx: "3.5",
|
|
7613
|
-
stroke:
|
|
7613
|
+
stroke: theme.palette.text.primary,
|
|
7614
7614
|
strokeOpacity: "0.4"
|
|
7615
7615
|
}
|
|
7616
7616
|
)
|
|
@@ -7983,10 +7983,10 @@ function VideoProcessorIcon(props) {
|
|
|
7983
7983
|
}
|
|
7984
7984
|
|
|
7985
7985
|
// src/icons/WarningStatusIcon.tsx
|
|
7986
|
-
import { SvgIcon as SvgIcon208, useTheme as
|
|
7986
|
+
import { SvgIcon as SvgIcon208, useTheme as useTheme6 } from "@mui/material";
|
|
7987
7987
|
import { jsx as jsx208, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
7988
7988
|
function WarningStatusIcon(props) {
|
|
7989
|
-
const theme =
|
|
7989
|
+
const theme = useTheme6();
|
|
7990
7990
|
const isDarkMode = theme.palette.mode === "dark";
|
|
7991
7991
|
return /* @__PURE__ */ jsx208(SvgIcon208, { ...props, children: /* @__PURE__ */ jsxs96(
|
|
7992
7992
|
"svg",
|