andoncloud-sdk 1.7.26 → 1.7.27
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4095,8 +4095,8 @@ App.defaultProps = {
|
|
|
4095
4095
|
};
|
|
4096
4096
|
var app_default = Sentry.withProfiler(App);
|
|
4097
4097
|
//#endregion
|
|
4098
|
-
//#region src/
|
|
4099
|
-
|
|
4098
|
+
//#region src/assets/check.svg
|
|
4099
|
+
var check_default = "data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<g id=\"Check\">%0A<path id=\"Vector\" d=\"M17.6758 3.92578L6.875 14.7266L2.32422 10.1758L1.42578 11.0742L6.42578 16.0742L6.875 16.5039L7.32422 16.0742L18.5742 4.82422L17.6758 3.92578Z\" fill=\"white\"/>%0A</g>%0A</svg>%0A";
|
|
4100
4100
|
//#endregion
|
|
4101
4101
|
//#region src/core/ui/Checkbox/styled.ts
|
|
4102
4102
|
const UncheckedIcon$1 = styled$1("span")(({ theme }) => ({
|
|
@@ -4119,7 +4119,7 @@ const CheckedIcon$1 = styled$1(UncheckedIcon$1)(({ theme }) => ({
|
|
|
4119
4119
|
height: "16px",
|
|
4120
4120
|
top: 0,
|
|
4121
4121
|
left: 0,
|
|
4122
|
-
background: `url(${
|
|
4122
|
+
background: `url(${check_default}) no-repeat center`,
|
|
4123
4123
|
backgroundSize: "80%"
|
|
4124
4124
|
}
|
|
4125
4125
|
}));
|