hamzus-ui 0.0.96 → 0.0.98

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 * as Tabs from "./src/components/hamzus-ui/Tabs"
32
32
 
33
33
  // data
34
34
  export * as Table from "./src/components/hamzus-ui/Table"
35
+ export { default as Skeleton } from "./src/components/hamzus-ui/Skeleton/Skeleton.svelte"
35
36
  export { default as ProgressCircle } from "./src/components/hamzus-ui/ProgressCircle/ProgressCircle.svelte"
36
37
 
37
38
 
package/index.js CHANGED
@@ -28,6 +28,7 @@ export * as Tabs from "./src/components/hamzus-ui/Tabs"
28
28
 
29
29
  // data
30
30
  export * as Table from "./src/components/hamzus-ui/Table"
31
+ export { default as Skeleton } from "./src/components/hamzus-ui/Skeleton/Skeleton.svelte"
31
32
  export { default as ProgressCircle } from "./src/components/hamzus-ui/ProgressCircle/ProgressCircle.svelte"
32
33
 
33
34
  export * as DropdownMenu from "./src/components/hamzus-ui/DropdownMenu"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -316,9 +316,9 @@
316
316
  <DropdownMenu.Separator></DropdownMenu.Separator>
317
317
  <DropdownMenu.Button variant="ghost" style="padding:0;">
318
318
  <label
319
- style="display:flex;align-items:center;justify-content:space-between;width:100%;padding:3px 7px;"
319
+ style="display:flex;align-items:center;justify-content:space-between;width:100%;padding:3px 7px;white-space:nowrap;"
320
320
  >
321
- <h4>ne pas passer a la ligne</h4>
321
+ <h4 style="white-space:nowrap;">ne pas passer a la ligne</h4>
322
322
  <Switch
323
323
  checked={column.skipLine}
324
324
  onChange={(newValue) => {