hamzus-ui 0.0.95 → 0.0.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -1,12 +1,21 @@
1
1
 
2
- <span class="separator"></span>
2
+ <div class="separator-container">
3
+ <span class="separator"></span>
4
+ </div>
3
5
 
4
6
  <style>
5
- .separator{
7
+ .separator-container {
6
8
  width: 100%;
7
9
  height: 1px;
10
+ position: relative;
11
+ }
12
+ .separator{
13
+ width: calc(100% + 2 * var(--pad-m));
14
+ height: 1px;
15
+ top: 0;
16
+ left: calc(0 - var(--pad-m));
8
17
  background-color: var(--stroke);
9
- width: calc(100% + var(--pad-m) * 2);
10
18
  transform: translateX(calc(-1 * var(--pad-m))) ;
19
+ position: absolute;
11
20
  }
12
21
  </style>
@@ -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) => {