@valerius_petrini/corekit-ui 0.1.76 → 0.1.78

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
  <!-- svelte-ignore a11y_click_events_have_key_events -->
33
33
  <!-- svelte-ignore a11y_no_static_element_interactions -->
34
34
  <div
35
- class="w-full h-screen bg-black/50 z-300 fixed"
35
+ class="w-full h-screen bg-black/50 z-300 fixed top-0 left-0"
36
36
  transition:fade={{ duration: 200 }}
37
37
  onclick={() => open = false}
38
38
  bind:this={element}>
@@ -5,6 +5,7 @@ export { default as Select } from "./Select/index.svelte";
5
5
  export { default as FileInput } from "./FileInput/index.svelte";
6
6
  export { default as Combobox } from "./Combobox/index.svelte";
7
7
  export { default as ColorInput } from "./ColorInput/index.svelte";
8
+ export { default as Textarea } from "./Textarea/index.svelte";
8
9
  export type { ButtonProps } from "./Button/types.ts";
9
10
  export type { CheckboxProps } from "./Checkbox/types.ts";
10
11
  export type { InputProps } from "./Input/types.ts";
@@ -12,3 +13,4 @@ export type { SelectProps } from "./Select/types.ts";
12
13
  export type { FileInputProps } from "./FileInput/types.ts";
13
14
  export type { ComboboxProps } from "./Combobox/types.ts";
14
15
  export type { ColorInputProps } from "./ColorInput/types.ts";
16
+ export type { TextareaProps } from "./Textarea/types.ts";
@@ -5,3 +5,4 @@ export { default as Select } from "./Select/index.svelte";
5
5
  export { default as FileInput } from "./FileInput/index.svelte";
6
6
  export { default as Combobox } from "./Combobox/index.svelte";
7
7
  export { default as ColorInput } from "./ColorInput/index.svelte";
8
+ export { default as Textarea } from "./Textarea/index.svelte";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valerius_petrini/corekit-ui",
3
- "version": "0.1.76",
3
+ "version": "0.1.78",
4
4
  "description": "Component Library used across all my projects",
5
5
  "author": "Valerius Petrini Jr.",
6
6
  "license": "MIT",