@inntechcorp/it-design 2.2.45 → 2.2.48

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,2 +1,2 @@
1
1
  import { ITDSizeSlug } from "../index";
2
- export default function GetSizeBySizeSlug(size: ITDSizeSlug): "large" | "small" | "x-small" | "medium" | "default" | "x-large" | "df";
2
+ export default function GetSizeBySizeSlug(size: ITDSizeSlug): "df" | "x-small" | "small" | "medium" | "default" | "large" | "x-large";
@@ -0,0 +1,11 @@
1
+ type InlineSVGCachedProps = {
2
+ src: string;
3
+ className?: string;
4
+ style?: React.CSSProperties;
5
+ title?: string;
6
+ role?: string;
7
+ onLoaded?: () => void;
8
+ onError?: (error: unknown) => void;
9
+ };
10
+ declare const _default: import("react").MemoExoticComponent<({ src, className, style, title, role, onLoaded, onError }: InlineSVGCachedProps) => import("react/jsx-runtime").JSX.Element>;
11
+ export default _default;
@@ -1,3 +1,4 @@
1
1
  export { default as GetIconSizeBySize } from './GetIconSizeBySize';
2
2
  export { default as GetSizeBySizeSlug } from './GetSizeBySizeSlug';
3
3
  export { default as GetSizeSlugBySize } from './GetSizeSlugBySize';
4
+ export { default as InlineSVGCached } from './InlineSVGCached';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.2.45",
3
+ "version": "2.2.48",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",