@base-framework/ui 1.1.0 → 1.1.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.
package/dist/index.es.js CHANGED
@@ -8,7 +8,7 @@ import { A as j, B as q, C as J, x as z, O as K, z as Q, E as _, G as X, H as Y,
8
8
  import { A as Ra, b as Aa, C as Ga, D as Oa, a as Ea, F as Va, M as ja, P as qa, R as Ja, c as za, g as Ka, p as Qa } from "./range-calendar-CAwPjNM3.js";
9
9
  import { B as Xa, p as Ya, C as Za, j as $a, D as ae, m as ee, k as se, H as oe, I as te, N as re, O as ne, P as le, S as ie, n as pe, o as me, x as de, s as ue, q as ge, r as Ce, T as ce, t as Te, w as be, u as Ie, v as De, l as Se, U as Fe, W as Be, f as Pe, h as ke, i as Me, c as xe, d as fe, b as ve, e as Ne, a as ye, g as he } from "./signature-panel-C5pdGkvG.js";
10
10
  import { B as Le, I as We, M as we, d as He, e as Re, g as Ae, N as Ge, b as Oe, a as Ee, f as Ve, P as je, c as qe, S as Je, T as ze } from "./mobile-nav-wrapper-jUpomqyU.js";
11
- import { B as Qe, a as _e, C as Xe, F as Ye, b as Ze, c as $e, M as as, P as es, S as ss } from "./sidebar-menu-page-Dldug2Ff.js";
11
+ import { B as Qe, a as _e, C as Xe, F as Ye, b as Ze, c as $e, M as as, P as es, S as ss } from "./sidebar-menu-page-D6r7Pr21.js";
12
12
  import { A as ts, F as rs, M as ns, a as ls, T as is } from "./aside-template-sUm-F2f0.js";
13
13
  import { B as ms } from "./bside-template-do_hXebn.js";
14
14
  import { F as us, c as gs } from "./format-BmrNQptv.js";
package/dist/pages.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as s, a as P, C as g, F as n, b as l, c as i, M as r, P as c, S as o } from "./sidebar-menu-page-Dldug2Ff.js";
1
+ import { B as s, a as P, C as g, F as n, b as l, c as i, M as r, P as c, S as o } from "./sidebar-menu-page-D6r7Pr21.js";
2
2
  export {
3
3
  s as BasicPage,
4
4
  P as BlankPage,
@@ -1,7 +1,7 @@
1
1
  import { Div as t, Header as n, H1 as d, P as o } from "@base-framework/atoms";
2
2
  import { F as l, A as x } from "./aside-template-sUm-F2f0.js";
3
3
  import { Component as h, Atom as i } from "@base-framework/base";
4
- import { c as u, e as f } from "./mobile-nav-wrapper-jUpomqyU.js";
4
+ import { c as u, e as p } from "./mobile-nav-wrapper-jUpomqyU.js";
5
5
  class c extends h {
6
6
  /**
7
7
  * This will declare the props for the compiler.
@@ -19,15 +19,6 @@ class c extends h {
19
19
  render() {
20
20
  return t({ class: `${this.class || ""}` }, this.children);
21
21
  }
22
- /**
23
- * This will be called before the component
24
- * is destroyed.
25
- *
26
- * @returns {void}
27
- */
28
- beforeDestroy() {
29
- super.beforeDestroy();
30
- }
31
22
  }
32
23
  class a extends c {
33
24
  /**
@@ -83,11 +74,11 @@ class w extends a {
83
74
  ]);
84
75
  }
85
76
  }
86
- const p = i(({ title: e, description: s }) => n({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
77
+ const f = i(({ title: e, description: s }) => n({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
87
78
  d({ class: "scroll-m-20 text-3xl font-bold tracking-tight" }, e),
88
79
  s && o({ class: "text-base text-muted-foreground py-2 max-w-[700px]" }, s)
89
80
  ]));
90
- class y extends a {
81
+ class F extends a {
91
82
  /**
92
83
  * This will declare the props for the compiler.
93
84
  *
@@ -103,7 +94,7 @@ class y extends a {
103
94
  */
104
95
  render() {
105
96
  return r([
106
- p({
97
+ f({
107
98
  title: this.title,
108
99
  description: this.description
109
100
  }),
@@ -111,7 +102,7 @@ class y extends a {
111
102
  ]);
112
103
  }
113
104
  }
114
- class F extends c {
105
+ class B extends c {
115
106
  /**
116
107
  * This will render the page.
117
108
  *
@@ -122,7 +113,7 @@ class F extends c {
122
113
  return t({ class: `flex flex-col flex-auto ${s}` }, this.children);
123
114
  }
124
115
  }
125
- class B extends a {
116
+ class M extends a {
126
117
  /**
127
118
  * This will declare the props for the compiler.
128
119
  *
@@ -201,7 +192,7 @@ class B extends a {
201
192
  class: "hidden lg:flex"
202
193
  }
203
194
  ),
204
- f({ title: this.title, options: s })
195
+ p({ title: this.title, options: s })
205
196
  ];
206
197
  }
207
198
  /**
@@ -219,8 +210,8 @@ export {
219
210
  w as F,
220
211
  r as M,
221
212
  c as P,
222
- B as S,
213
+ M as S,
223
214
  S as a,
224
- y as b,
225
- F as c
215
+ F as b,
216
+ B as c
226
217
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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": {