hamzus-ui 0.0.182 → 0.0.184

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
@@ -20,6 +20,7 @@ export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svel
20
20
  // form
21
21
  export { default as Form } from "./src/components/hamzus-ui/Form/Form.svelte"
22
22
  export { default as Input } from "./src/components/hamzus-ui/Input/Input.svelte"
23
+ export { default as InputNumber } from "./src/components/hamzus-ui/InputNumber/InputNumber.svelte"
23
24
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
24
25
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
25
26
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
package/index.js CHANGED
@@ -16,6 +16,7 @@ export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svel
16
16
  // form
17
17
  export { default as Form } from "./src/components/hamzus-ui/Form/Form.svelte"
18
18
  export { default as Input } from "./src/components/hamzus-ui/Input/Input.svelte"
19
+ export { default as InputNumber } from "./src/components/hamzus-ui/InputNumber/InputNumber.svelte"
19
20
  export { default as InputSelector } from "./src/components/hamzus-ui/InputSelector/InputSelector.svelte"
20
21
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
21
22
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.182",
3
+ "version": "0.0.184",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -98,6 +98,7 @@
98
98
  top: 50%;
99
99
  left: var(--pad-xs);
100
100
  transform: translateY(-50%);
101
+ z-index: 1;
101
102
  }
102
103
 
103
104
  .next {
@@ -105,6 +106,7 @@
105
106
  top: 50%;
106
107
  right: var(--pad-xs);
107
108
  transform: translateY(-50%);
109
+ z-index: 1;
108
110
  }
109
111
 
110
112
  .carousel-content :global(> *) {