@goodhood-web/ui 3.0.0-development.14 → 3.0.0-development.15
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/index.js +1 -1
- package/index.mjs +15 -14
- package/lib/Atoms/Content/Thumbnail/Thumbnail.type.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -22800,21 +22800,22 @@ const lS = (t, e) => {
|
|
|
22800
22800
|
)
|
|
22801
22801
|
] });
|
|
22802
22802
|
}
|
|
22803
|
-
}, uS = ({ alt: t, className: e, src: n }) => /* @__PURE__ */ M.jsx("img", { className: e, src: n, alt: t }), dS = "
|
|
22803
|
+
}, uS = ({ alt: t, className: e, src: n }) => /* @__PURE__ */ M.jsx("img", { className: e, src: n, alt: t }), dS = "_root_16joe_120", sc = {
|
|
22804
22804
|
root: dS,
|
|
22805
|
-
"root--24": "_root--
|
|
22806
|
-
"root--28": "_root--
|
|
22807
|
-
"root--32": "_root--
|
|
22808
|
-
"root--40": "_root--
|
|
22809
|
-
"root--48": "_root--
|
|
22810
|
-
"root--56": "_root--
|
|
22811
|
-
"root--64": "_root--
|
|
22812
|
-
"root--80": "_root--
|
|
22813
|
-
"root--
|
|
22814
|
-
"root--
|
|
22815
|
-
"root--
|
|
22816
|
-
"root--
|
|
22817
|
-
"root--
|
|
22805
|
+
"root--24": "_root--24_16joe_127",
|
|
22806
|
+
"root--28": "_root--28_16joe_131",
|
|
22807
|
+
"root--32": "_root--32_16joe_135",
|
|
22808
|
+
"root--40": "_root--40_16joe_139",
|
|
22809
|
+
"root--48": "_root--48_16joe_143",
|
|
22810
|
+
"root--56": "_root--56_16joe_147",
|
|
22811
|
+
"root--64": "_root--64_16joe_151",
|
|
22812
|
+
"root--80": "_root--80_16joe_155",
|
|
22813
|
+
"root--96": "_root--96_16joe_159",
|
|
22814
|
+
"root--120": "_root--120_16joe_163",
|
|
22815
|
+
"root--280": "_root--280_16joe_167",
|
|
22816
|
+
"root--square": "_root--square_16joe_171",
|
|
22817
|
+
"root--circular": "_root--circular_16joe_183",
|
|
22818
|
+
"root--isPlaceholder": "_root--isPlaceholder_16joe_186"
|
|
22818
22819
|
}, Ma = ({
|
|
22819
22820
|
alt: t,
|
|
22820
22821
|
className: e,
|
|
@@ -4,7 +4,7 @@ export interface ThumbnailProps extends ImageProps {
|
|
|
4
4
|
isPlaceholder?: boolean;
|
|
5
5
|
}
|
|
6
6
|
export declare const circularSizes: readonly ["28", "32", "40", "48", "56", "64", "80", "120", "280"];
|
|
7
|
-
export declare const squareSizes: readonly ["24", "32", "40", "48", "56", "64", "80", "120"];
|
|
7
|
+
export declare const squareSizes: readonly ["24", "32", "40", "48", "56", "64", "80", "96", "120"];
|
|
8
8
|
export type TCircularSize = (typeof circularSizes)[number];
|
|
9
9
|
export type TSquareSize = (typeof squareSizes)[number];
|
|
10
10
|
export interface ThumbnailCircularProps extends ThumbnailProps {
|