@luminescent/ui 0.4.0 → 0.4.1

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.
@@ -1,4 +1,4 @@
1
- import type { JSXChildren, PropsOf, QRL } from '@builder.io/qwik';
1
+ import type { PropsOf, QRL } from '@builder.io/qwik';
2
2
  interface NumberInputRawProps extends Omit<(PropsOf<'input'> & {
3
3
  type: 'number';
4
4
  }), 'class' | 'type'> {
@@ -19,7 +19,6 @@ interface NumberInputRawProps extends Omit<(PropsOf<'input'> & {
19
19
  }
20
20
  interface NumberInputProps extends Omit<NumberInputRawProps, 'children'> {
21
21
  id: string;
22
- children?: JSXChildren;
23
22
  }
24
23
  export declare const NumberInput: import("@builder.io/qwik").Component<NumberInputProps>;
25
24
  export declare const NumberInputRaw: import("@builder.io/qwik").Component<NumberInputRawProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Luminescent UI library",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",