@humandialog/forms.svelte 0.4.41 → 0.4.42

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.
@@ -89,7 +89,7 @@ function on_show_menu(e) {
89
89
  class:selected={selected(selectable, context_data)}>
90
90
  <a href={href}
91
91
  on:click={on_link_clicked}
92
- class="flex-1 m-2 inline-flex items-center group">
92
+ class="flex-1 ml-2 my-2 inline-flex items-center group">
93
93
  {#if icon}
94
94
  <Icon size={5} component={icon}/>
95
95
  {/if}
@@ -99,7 +99,7 @@ function on_show_menu(e) {
99
99
  </span>
100
100
  </a>
101
101
 
102
- <section class="flex-0 w-20 h-10 flex-0 flex flex-row"
102
+ <section class="flex-0 w-20 sm:w-12 h-10 flex-0 flex flex-row"
103
103
  use:selectable_if_needed={selectable}>
104
104
  {#if can_show_context_menu(selectable, context_data)}
105
105
  <button class="w-4 h-4 mt-3 mr-2 ml-auto" on:click={on_show_menu}>
package/desk.svelte CHANGED
@@ -198,7 +198,7 @@
198
198
  {sidebar_small_width} sm:w-[320px]
199
199
  z-20 overflow-x-hidden">
200
200
 
201
- <div class=" bg-slate-50 w-full h-full dark:bg-slate-800 overflow-y-auto py-4 px-0">
201
+ <div class=" bg-slate-50 w-full h-full dark:bg-slate-800 overflow-y-auto py-0 px-0">
202
202
  <Configurable config={layout.sidebar[visible_sidebar]}>
203
203
  <div slot='alt'></div>
204
204
  </Configurable>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",