@3birds/midori-ui 0.0.8 → 0.0.9

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.
@@ -32,7 +32,7 @@
32
32
  } = $props();
33
33
  </script>
34
34
 
35
- <div class="w-lg">
35
+ <div>
36
36
  <fieldset class="fieldset w-full">
37
37
  {#if label}
38
38
  <legend class="fieldset-legend">{label}</legend>
@@ -54,8 +54,8 @@
54
54
  {value}
55
55
  />
56
56
  </label>
57
- {#if icon}
58
- <p class="label">{option}</p>
57
+ {#if option}
58
+ <p class="label ml-auto">{option}</p>
59
59
  {/if}
60
60
  </fieldset>
61
61
  </div>
@@ -8,7 +8,7 @@
8
8
  </script>
9
9
 
10
10
  <dialog bind:this={value} class="modal modal-bottom sm:modal-middle">
11
- <div class="modal-box">
11
+ <div class="modal-box rounded-t-3xl sm:rounded-3xl">
12
12
  {@render children()}
13
13
  <div class="modal-action">
14
14
  <form method="dialog">
@@ -1,2 +1,2 @@
1
1
  export type BtnType = 'button' | 'submit';
2
- export type InputType = 'text' | 'email' | 'search' | 'tel' | 'url' | 'none' | 'numeric' | 'decimal';
2
+ export type InputType = 'text' | 'email' | 'search' | 'tel' | 'url' | 'none' | 'numeric' | 'decimal' | 'password';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3birds/midori-ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",