@base-framework/ui 0.0.8 → 0.0.9

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.
@@ -735,7 +735,7 @@ const E = window.matchMedia, T = d(({ value: e, label: t, icon: o }) => h({
735
735
  * @returns {void}
736
736
  */
737
737
  after() {
738
- this.state.active = this.checkbox.checked;
738
+ console.log(this), this.state.active = this.checkbox.checked;
739
739
  },
740
740
  /**
741
741
  * Renders the Toggle component.
package/dist/index.es.js CHANGED
@@ -3,7 +3,7 @@ import { B as g, I as C, L as T } from "./icon-B9QUT2NY.js";
3
3
  import { C as D, d as I, D as b, c as S, E as B, F as P, H as F, I as M, M as k, N, P as v, R as f, S as x, T as h, a as y, b as W, U as L, W as A } from "./inputs-BF3C3KfF.js";
4
4
  import { V as w, a as U } from "./veil-B9GQfH0d.js";
5
5
  import { Icons as R } from "./icons.es.js";
6
- import { A as G, B as V, C as j, z as q, u as z, v as J, w as _, D as K, j as Q, k as X, G as Y, E as Z, s as $, c as aa, a as sa, b as ea, i as oa, g as ta, e as ra, h as na, F as ia, d as la, f as pa, t as ua, M as ma, l as da, N as ga, P as Ca, p as Ta, q as ca, S as Da, n as Ia, o as ba, T as Sa, x as Ba, y as Pa, m as Fa, r as Ma } from "./confirmation-D020eNiS.js";
6
+ import { A as G, B as V, C as j, z as q, u as z, v as J, w as _, D as K, j as Q, k as X, G as Y, E as Z, s as $, c as aa, a as sa, b as ea, i as oa, g as ta, e as ra, h as na, F as ia, d as la, f as pa, t as ua, M as ma, l as da, N as ga, P as Ca, p as Ta, q as ca, S as Da, n as Ia, o as ba, T as Sa, x as Ba, y as Pa, m as Fa, r as Ma } from "./confirmation-Di-oHqIs.js";
7
7
  import { A as Na, b as va, C as fa, D as xa, a as ha, F as ya, M as Wa, P as La, c as Aa, g as Ha, p as wa } from "./calendar-B5TK6tLi.js";
8
8
  import { B as Oa, m as Ra, C as Ea, j as Ga, D as Va, l as ja, H as qa, I as za, N as Ja, O as _a, P as Ka, S as Qa, p as Xa, n as Ya, o as Za, T as $a, k as as, U as ss, W as es, f as os, h as ts, i as rs, c as ns, d as is, b as ls, e as ps, a as us, g as ms } from "./tab-BGR7fWvY.js";
9
9
  import { B as gs, I as Cs, M as Ts, d as cs, e as Ds, g as Is, N as bs, b as Ss, a as Bs, f as Ps, P as Fs, c as Ms, S as ks, T as Ns } from "./mobile-nav-wrapper-CguousG5.js";
@@ -1,4 +1,4 @@
1
- import { A as o, B as t, C as e, z as i, u as r, v as n, w as m, D as l, j as S, k as D, G as c, E as u, s as d, c as g, a as p, b as C, i as F, g as T, e as A, h as P, F as f, d as b, f as w, t as B, M as I, l as M, N as x, P as y, p as k, q as v, S as N, n as h, o as E, T as L, x as U, y as j, m as q, r as z } from "./confirmation-D020eNiS.js";
1
+ import { A as o, B as t, C as e, z as i, u as r, v as n, w as m, D as l, j as S, k as D, G as c, E as u, s as d, c as g, a as p, b as C, i as F, g as T, e as A, h as P, F as f, d as b, f as w, t as B, M as I, l as M, N as x, P as y, p as k, q as v, S as N, n as h, o as E, T as L, x as U, y as j, m as q, r as z } from "./confirmation-Di-oHqIs.js";
2
2
  import { A as O, P as R, g as _ } from "./calendar-B5TK6tLi.js";
3
3
  export {
4
4
  o as Alert,
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const Checkbox: any;
9
+ export const Checkbox: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
10
  export default Checkbox;
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const RangeSlider: any;
9
+ export const RangeSlider: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
10
  export default RangeSlider;
@@ -6,4 +6,4 @@
6
6
  * @param {object} props
7
7
  * @returns {object}
8
8
  */
9
- export const ProgressBar: any;
9
+ export const ProgressBar: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
@@ -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): object;
25
+ export function VeilJot(props: any): import("node_modules/@base-framework/base/dist/types/modules/component/jot").ComponentConstructor;
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: any;
10
+ export const Counter: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
11
11
  export default Counter;
@@ -7,5 +7,5 @@
7
7
  * @param {array} children
8
8
  * @returns {ComponentConstructor}
9
9
  */
10
- export const DatePicker: any;
10
+ export const DatePicker: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
11
11
  export default DatePicker;
@@ -6,5 +6,5 @@
6
6
  * @param {object} props
7
7
  * @returns {ComponentConstructor}
8
8
  */
9
- export const TimePicker: any;
9
+ export const TimePicker: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
10
10
  export default TimePicker;
@@ -7,4 +7,4 @@
7
7
  * @param {array} children
8
8
  * @returns {ComponentConstructor}
9
9
  */
10
- export const FormField: any;
10
+ export const FormField: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @param {object} props
7
7
  * @param {array} children
8
- * @returns {object}
8
+ * @returns {ComponentConstructor}
9
9
  */
10
- export const Toggle: any;
10
+ export const Toggle: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").ComponentConstructor;
11
11
  export default Toggle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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": {