@valerius_petrini/corekit-ui 0.1.71 → 0.1.72

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.
@@ -4,9 +4,11 @@ export { default as Input } from "./Input/index.svelte";
4
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
+ export { default as ColorInput } from "./ColorInput/index.svelte";
7
8
  export type { ButtonProps } from "./Button/types.ts";
8
9
  export type { CheckboxProps } from "./Checkbox/types.ts";
9
10
  export type { InputProps } from "./Input/types.ts";
10
11
  export type { SelectProps } from "./Select/types.ts";
11
12
  export type { FileInputProps } from "./FileInput/types.ts";
12
13
  export type { ComboboxProps } from "./Combobox/types.ts";
14
+ export type { ColorInputProps } from "./ColorInput/types.ts";
@@ -4,3 +4,4 @@ export { default as Input } from "./Input/index.svelte";
4
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
+ export { default as ColorInput } from "./ColorInput/index.svelte";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valerius_petrini/corekit-ui",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "Component Library used across all my projects",
5
5
  "author": "Valerius Petrini Jr.",
6
6
  "license": "MIT",