@x33025/sveltely 0.0.36 → 0.0.38

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.
@@ -16,7 +16,7 @@
16
16
  </div>
17
17
  {/if}
18
18
 
19
- <div class="vstack">
19
+ <div class="vstack h-full">
20
20
  {#if children}
21
21
  {@render children()}
22
22
  {/if}
@@ -32,21 +32,6 @@
32
32
  @apply bg-gray-200/70;
33
33
  }
34
34
 
35
- .hstack > .divider {
36
- width: 1px;
37
- align-self: stretch;
38
- }
39
-
40
- .vstack > .divider {
41
- height: 1px;
42
- width: 100%;
43
- }
44
-
45
- .overflow-auto > .vstack,
46
- .overflow-auto > .hstack {
47
- flex-shrink: 0;
48
- }
49
-
50
35
  .chip-input-action {
51
36
  width: calc(var(--chip-input-font-size) + 16px);
52
37
  height: calc(var(--chip-input-font-size) + 16px);
@@ -124,3 +109,18 @@
124
109
  --pagination-gap: calc(var(--spacing) * 4);
125
110
  }
126
111
  }
112
+
113
+ .hstack > .divider {
114
+ width: 1px;
115
+ align-self: stretch;
116
+ }
117
+
118
+ .vstack > .divider {
119
+ height: 1px;
120
+ width: 100%;
121
+ }
122
+
123
+ .overflow-auto > .vstack,
124
+ .overflow-auto > .hstack {
125
+ flex-shrink: 0;
126
+ }
package/dist/style.css CHANGED
@@ -573,17 +573,6 @@
573
573
  background-color: color-mix(in oklab, var(--color-gray-200) 70%, transparent);
574
574
  }
575
575
  }
576
- .hstack > .divider {
577
- width: 1px;
578
- align-self: stretch;
579
- }
580
- .vstack > .divider {
581
- height: 1px;
582
- width: 100%;
583
- }
584
- .overflow-auto > .vstack, .overflow-auto > .hstack {
585
- flex-shrink: 0;
586
- }
587
576
  .chip-input-action {
588
577
  width: calc(var(--chip-input-font-size) + 16px);
589
578
  height: calc(var(--chip-input-font-size) + 16px);
@@ -647,6 +636,17 @@
647
636
  --pagination-gap: calc(var(--spacing) * 4);
648
637
  }
649
638
  }
639
+ .hstack > .divider {
640
+ width: 1px;
641
+ align-self: stretch;
642
+ }
643
+ .vstack > .divider {
644
+ height: 1px;
645
+ width: 100%;
646
+ }
647
+ .overflow-auto > .vstack, .overflow-auto > .hstack {
648
+ flex-shrink: 0;
649
+ }
650
650
  @property --tw-rotate-x {
651
651
  syntax: "*";
652
652
  inherits: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x33025/sveltely",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",