hamzus-ui 0.0.131 → 0.0.133

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.d.ts CHANGED
@@ -32,6 +32,7 @@ export { default as SoundTrack } from "./src/components/hamzus-ui/SoundTrack/Sou
32
32
  export * as Tabs from "./src/components/hamzus-ui/Tabs"
33
33
 
34
34
  // data
35
+ export { default as Image } from "./src/components/hamzus-ui/Image/Image.svelte"
35
36
  export * as Table from "./src/components/hamzus-ui/Table"
36
37
  export * as DataList from "./src/components/hamzus-ui/DataList"
37
38
  export { default as Skeleton } from "./src/components/hamzus-ui/Skeleton/Skeleton.svelte"
package/index.js CHANGED
@@ -29,6 +29,7 @@ export { default as SoundTrack } from "./src/components/hamzus-ui/SoundTrack/Sou
29
29
  export * as Tabs from "./src/components/hamzus-ui/Tabs"
30
30
 
31
31
  // data
32
+ export { default as Image } from "./src/components/hamzus-ui/Image/Image.svelte"
32
33
  export * as Table from "./src/components/hamzus-ui/Table"
33
34
  export * as DataList from "./src/components/hamzus-ui/DataList"
34
35
  export { default as Skeleton } from "./src/components/hamzus-ui/Skeleton/Skeleton.svelte"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -71,5 +71,7 @@
71
71
  width: 100%;
72
72
  height: 100%;
73
73
  object-fit: contain;
74
+ max-width: initial !important;
75
+ max-height: initial !important;
74
76
  }
75
77
  </style>