@hortiview/shared-components 0.0.4470 → 0.0.4539

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,8 +1,8 @@
1
1
  import { jsx as r, Fragment as i } from "react/jsx-runtime";
2
- import { TypoButton as p } from "@element/react-components";
3
2
  import { d as m, t as n, r as s, s as a, g as t, f as u } from "../../vi.JYQecGiw-8gz0k16C.js";
4
3
  import { ListArea as c } from "./ListArea.js";
5
- import { g as h } from "../../ListAreaService-BPp_O2BH.js";
4
+ import { g as h } from "../../ListAreaService-CFOmATRF.js";
5
+ import { T as p } from "../../index.es-BD4kFWFx.js";
6
6
  m("ListArea Test", () => {
7
7
  const o = [
8
8
  {
@@ -1,10 +1,11 @@
1
1
  import "react/jsx-runtime";
2
- import "@element/react-components";
3
2
  import "../Iconify/Iconify.js";
4
- import { g as s, a as i, m as a } from "../../ListAreaService-BPp_O2BH.js";
3
+ import { g as s, a, m as g } from "../../ListAreaService-CFOmATRF.js";
5
4
  import "../../enums/AvailableCustomIcons.js";
5
+ import "../../index.es-BD4kFWFx.js";
6
+ import "../../index.es-Cv6meSAn.js";
6
7
  export {
7
8
  s as getGroupedItems,
8
- i as getListedItems,
9
- a as mapListElement
9
+ a as getListedItems,
10
+ g as mapListElement
10
11
  };
@@ -1,33 +1,5 @@
1
- import "../../assets/SearchBar.css";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { Textfield as i, IconButton as l } from "@element/react-components";
4
- const s = "_searchbar_gnvwc_1", u = {
5
- searchbar: s
6
- }, b = ({
7
- className: r = "",
8
- dense: n = !1,
9
- searchTerm: a,
10
- setSearchTerm: o,
11
- placeholder: c
12
- }) => /* @__PURE__ */ t(
13
- i,
14
- {
15
- className: `${r ?? ""} ${u.searchbar}`,
16
- dense: n,
17
- variant: "outlined",
18
- placeholder: c,
19
- value: a,
20
- onChange: (e) => o(e.target.value),
21
- fullWidth: !0,
22
- trailingIcon: /* @__PURE__ */ t(
23
- l,
24
- {
25
- icon: a ? "close" : "search",
26
- onClick: () => a ? o("") : void 0
27
- }
28
- )
29
- }
30
- );
1
+ import "react/jsx-runtime";
2
+ import { S as e } from "../../SearchBar-CY2zfu6B.js";
31
3
  export {
32
- b as SearchBar
4
+ e as SearchBar
33
5
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { d as h, t as r, r as s, v as o, g as e, s as t, f as l, a as m } from "../../vi.JYQecGiw-8gz0k16C.js";
3
- import { SearchBar as n } from "./SearchBar.js";
3
+ import { S as n } from "../../SearchBar-CY2zfu6B.js";
4
4
  h("SearchBar Test", () => {
5
5
  r("renders SearchBar component", () => {
6
6
  s(