@snapcall/design-system 1.23.2 → 1.23.3

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.
@@ -7,10 +7,10 @@ import {
7
7
  CommandList,
8
8
  CommandLoading,
9
9
  CommandSeparator
10
- } from "../../chunk-J55RRE7I.mjs";
10
+ } from "../../chunk-CBQRH67Z.mjs";
11
+ import "../../chunk-FMJFBQTF.mjs";
11
12
  import "../../chunk-TU6HU32A.mjs";
12
13
  import "../../chunk-AFJWE6PJ.mjs";
13
- import "../../chunk-FMJFBQTF.mjs";
14
14
  import "../../chunk-R6W6SKNR.mjs";
15
15
  import "../../chunk-N65I4EXR.mjs";
16
16
  import "../../chunk-BOWIL6WZ.mjs";
@@ -3,12 +3,12 @@ import {
3
3
  CommandItem,
4
4
  CommandList,
5
5
  CommandLoading
6
- } from "../../chunk-J55RRE7I.mjs";
7
- import "../../chunk-TU6HU32A.mjs";
8
- import "../../chunk-AFJWE6PJ.mjs";
6
+ } from "../../chunk-CBQRH67Z.mjs";
9
7
  import {
10
8
  XCloseIcon
11
9
  } from "../../chunk-FMJFBQTF.mjs";
10
+ import "../../chunk-TU6HU32A.mjs";
11
+ import "../../chunk-AFJWE6PJ.mjs";
12
12
  import {
13
13
  Badge
14
14
  } from "../../chunk-YC4ZDBIC.mjs";
@@ -416,8 +416,9 @@ var MediaCard = (_a) => {
416
416
  const thumbnail = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
417
417
  "div",
418
418
  {
419
- className: cn("flex-1 min-h-0 bg-gray-50 relative", {
420
- "aspect-square rounded-md": size === "medium" || size === "small"
419
+ className: cn("min-h-0 bg-gray-50 relative", {
420
+ "aspect-square rounded-md shrink-0": size === "medium" || size === "small",
421
+ "flex-1": size === "large"
421
422
  }),
422
423
  children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex justify-center items-center w-full h-full rounded-[inherit] overflow-hidden relative", children: [
423
424
  /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
@@ -241,8 +241,9 @@ var MediaCard = (_a) => {
241
241
  const thumbnail = /* @__PURE__ */ jsx5(
242
242
  "div",
243
243
  {
244
- className: cn("flex-1 min-h-0 bg-gray-50 relative", {
245
- "aspect-square rounded-md": size === "medium" || size === "small"
244
+ className: cn("min-h-0 bg-gray-50 relative", {
245
+ "aspect-square rounded-md shrink-0": size === "medium" || size === "small",
246
+ "flex-1": size === "large"
246
247
  }),
247
248
  children: /* @__PURE__ */ jsxs4("div", { className: "flex justify-center items-center w-full h-full rounded-[inherit] overflow-hidden relative", children: [
248
249
  /* @__PURE__ */ jsx5(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/design-system",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -1,9 +1,9 @@
1
- import {
2
- Checkbox
3
- } from "./chunk-TU6HU32A.mjs";
4
1
  import {
5
2
  XCloseIcon
6
3
  } from "./chunk-FMJFBQTF.mjs";
4
+ import {
5
+ Checkbox
6
+ } from "./chunk-TU6HU32A.mjs";
7
7
  import {
8
8
  Button
9
9
  } from "./chunk-R6W6SKNR.mjs";