@reactufy/rebootui 1.0.6 → 1.0.7
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/components/ui/Icon.d.ts +3 -1
- package/dist/components/ui/Icon.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1624 -1624
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
type IconProps = {
|
|
2
2
|
name: string;
|
|
3
|
+
/** Override when you host the sprite yourself or your bundler cannot resolve the packaged asset. */
|
|
4
|
+
spriteHref?: string;
|
|
3
5
|
className?: string;
|
|
4
6
|
width?: number;
|
|
5
7
|
height?: number;
|
|
6
8
|
fill?: string;
|
|
7
9
|
};
|
|
8
|
-
declare const Icon: ({ name, className, width, height, fill }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare const Icon: ({ name, spriteHref, className, width, height, fill }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
11
|
export default Icon;
|
|
10
12
|
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Icon.tsx"],"names":[],"mappings":"AAEA,KAAK,SAAS,GAAG;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Icon.tsx"],"names":[],"mappings":"AAEA,KAAK,SAAS,GAAG;IACb,IAAI,EAAE,MAAM,CAAC;IACb,oGAAoG;IACpG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,sDAAsD,SAAS,4CAc5E,CAAC;AAEF,eAAe,IAAI,CAAC"}
|