@sohanemon/utils 7.1.0 → 7.1.1
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,5 +1,5 @@
|
|
|
1
1
|
import { Icon as Iconify } from "@iconify/react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/html-injector.d.ts
|
|
@@ -56,7 +56,7 @@ declare function HtmlInjector({
|
|
|
56
56
|
sanitize,
|
|
57
57
|
executeScripts,
|
|
58
58
|
...props
|
|
59
|
-
}: HtmlInjectorProps):
|
|
59
|
+
}: HtmlInjectorProps): react_jsx_runtime1.JSX.Element | null;
|
|
60
60
|
//#endregion
|
|
61
61
|
//#region src/components/media-wrapper.d.ts
|
|
62
62
|
/**
|
|
@@ -105,7 +105,7 @@ declare function MediaWrapper({
|
|
|
105
105
|
className: classNameOriginal,
|
|
106
106
|
classNameFallback,
|
|
107
107
|
...props
|
|
108
|
-
}: MediaWrapperProps):
|
|
108
|
+
}: MediaWrapperProps): react_jsx_runtime1.JSX.Element;
|
|
109
109
|
//#endregion
|
|
110
110
|
//#region src/components/responsive-indicator.d.ts
|
|
111
111
|
type Side = 'bottom-left' | 'bottom-right' | 'top-right' | 'top-left';
|
|
@@ -166,7 +166,7 @@ interface ScrollTrackerProps {
|
|
|
166
166
|
*/
|
|
167
167
|
declare const ScrollTracker: ({
|
|
168
168
|
children
|
|
169
|
-
}: ScrollTrackerProps) =>
|
|
169
|
+
}: ScrollTrackerProps) => react_jsx_runtime1.JSX.Element;
|
|
170
170
|
//#endregion
|
|
171
171
|
//#region src/components/scrollable-marker.d.ts
|
|
172
172
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sohanemon/utils",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"author": "Sohan Emon <sohanemon@outlook.com>",
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -98,6 +98,6 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@ts-utilities/core": "^1.3.
|
|
101
|
+
"@ts-utilities/core": "^1.3.1"
|
|
102
102
|
}
|
|
103
103
|
}
|