@base-framework/ui 0.0.6 → 0.0.8

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.
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const Checkbox: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
9
+ export const Checkbox: any;
10
10
  export default Checkbox;
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const RangeSlider: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
9
+ export const RangeSlider: any;
10
10
  export default RangeSlider;
@@ -6,4 +6,4 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const ProgressBar: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
9
+ export const ProgressBar: any;
@@ -22,5 +22,5 @@ export class Veil extends Component {
22
22
  */
23
23
  setContext(context: object | null): object | null;
24
24
  }
25
- export function VeilJot(props: any): import("node_modules/@base-framework/base/dist/types/modules/component/jot").ComponentConstructor;
25
+ export function VeilJot(props: any): object;
26
26
  import { Component } from "@base-framework/base";
@@ -7,5 +7,5 @@
7
7
  * @param {array} children
8
8
  * @returns {ComponentConstructor}
9
9
  */
10
- export const Counter: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
+ export const Counter: any;
11
11
  export default Counter;
@@ -7,5 +7,5 @@
7
7
  * @param {array} children
8
8
  * @returns {ComponentConstructor}
9
9
  */
10
- export const DatePicker: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
+ export const DatePicker: any;
11
11
  export default DatePicker;
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {ComponentConstructor}
8
8
  */
9
- export const TimePicker: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
9
+ export const TimePicker: any;
10
10
  export default TimePicker;
@@ -7,4 +7,4 @@
7
7
  * @param {array} children
8
8
  * @returns {ComponentConstructor}
9
9
  */
10
- export const FormField: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
+ export const FormField: any;
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @param {object} props
7
7
  * @param {array} children
8
- * @returns {ComponentConstructor}
8
+ * @returns {object}
9
9
  */
10
- export const Toggle: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
+ export const Toggle: any;
11
11
  export default Toggle;
@@ -32,9 +32,9 @@ export class MainLink extends Component {
32
32
  exact: boolean;
33
33
  /**
34
34
  * This will set the options.
35
- * @member {array} options
35
+ * @member {array|null} options
36
36
  */
37
- options: any[];
37
+ options: any;
38
38
  /**
39
39
  * This will set the content.
40
40
  * @member {array} content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {