linear-react-components-ui 1.1.26-beta-1 → 1.1.26-beta.3

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.
Files changed (188) hide show
  1. package/lib/alerts/AlertProvider.js +1 -1
  2. package/lib/alerts/Message.js +1 -1
  3. package/lib/alerts/withAlert.js +1 -1
  4. package/lib/avatar/index.js +13 -13
  5. package/lib/badge/index.js +1 -1
  6. package/lib/buttons/ActivateButton.js +1 -1
  7. package/lib/buttons/AddButton.js +1 -1
  8. package/lib/buttons/Button.js +1 -1
  9. package/lib/buttons/ButtonGroups.js +1 -1
  10. package/lib/buttons/CancelButton.js +1 -1
  11. package/lib/buttons/DangerButton.js +1 -1
  12. package/lib/buttons/DefaultButton.js +1 -1
  13. package/lib/buttons/DestroyButton.js +1 -1
  14. package/lib/buttons/EditButton.js +1 -1
  15. package/lib/buttons/InactivateButton.js +1 -1
  16. package/lib/buttons/InfoButton.js +1 -1
  17. package/lib/buttons/PrimaryButton.js +1 -1
  18. package/lib/buttons/RestoreButton.js +1 -1
  19. package/lib/buttons/SaveButton.js +1 -1
  20. package/lib/buttons/SuccessButton.js +1 -1
  21. package/lib/buttons/WarningButton.js +1 -1
  22. package/lib/buttons/button_container/index.js +1 -1
  23. package/lib/buttons/split_button/index.js +3 -3
  24. package/lib/calendar/DangerCalendar.js +1 -1
  25. package/lib/calendar/InfoCalendar.js +1 -1
  26. package/lib/calendar/PrimaryCalendar.js +1 -1
  27. package/lib/calendar/SuccessCalendar.js +1 -1
  28. package/lib/calendar/WarningCalendar.js +1 -1
  29. package/lib/calendar/base/Day.js +1 -1
  30. package/lib/calendar/base/Month.js +1 -1
  31. package/lib/calendar/base/Week.js +1 -1
  32. package/lib/calendar/base/index.js +1 -1
  33. package/lib/checkbox/index.js +3 -3
  34. package/lib/chunks/{index.yztgndLc.js → index.CjD97zna.js} +29 -29
  35. package/lib/chunks/{index.D5f6Ow9V.js → index.iA-fVKOP.js} +2 -2
  36. package/lib/chunks/jsx-runtime.gtoSnx-V.js +284 -0
  37. package/lib/chunks/{tabs.Cvj2MJH6.js → tabs.BP3DB7Gx.js} +34 -34
  38. package/lib/dialog/Alert.js +1 -1
  39. package/lib/dialog/Custom.js +5 -5
  40. package/lib/dialog/Error.js +1 -1
  41. package/lib/dialog/Information.js +1 -1
  42. package/lib/dialog/Question.js +1 -1
  43. package/lib/dialog/Warning.js +1 -1
  44. package/lib/dialog/base/Content.js +1 -1
  45. package/lib/dialog/base/Footer.js +1 -1
  46. package/lib/dialog/base/Header.js +2 -2
  47. package/lib/dialog/base/index.js +2 -2
  48. package/lib/dialog/form/index.js +2 -2
  49. package/lib/dialog/index.js +1 -1
  50. package/lib/dialog/wizard/index.js +3 -3
  51. package/lib/dialog/wizard/progressbar.js +2 -2
  52. package/lib/dialog/wizard/step.js +2 -2
  53. package/lib/dialog/wizard/useWizard.js +2 -2
  54. package/lib/drawer/Content.js +1 -1
  55. package/lib/drawer/Drawer.js +1 -1
  56. package/lib/drawer/Header.js +1 -1
  57. package/lib/drawer/helpers.js +2 -2
  58. package/lib/dropdown/withDropdown.js +1 -1
  59. package/lib/fieldset/index.js +1 -1
  60. package/lib/form/Field.js +1 -1
  61. package/lib/form/FieldArray.js +1 -1
  62. package/lib/form/FieldNumber.js +1 -1
  63. package/lib/form/FieldPeriod.js +1 -1
  64. package/lib/form/helpers.js +9 -9
  65. package/lib/form/index.js +2 -2
  66. package/lib/form/withFieldHOC.js +7 -7
  67. package/lib/form/withFormSecurity.js +12 -12
  68. package/lib/gridlayout/GridCol.js +1 -1
  69. package/lib/gridlayout/GridRow.js +1 -1
  70. package/lib/hint/helpers.js +1 -1
  71. package/lib/hint/index.js +1 -1
  72. package/lib/icons/index.js +1 -1
  73. package/lib/index.js +2 -2
  74. package/lib/inputs/base/InputTextBase.js +1 -1
  75. package/lib/inputs/base/Label.js +1 -1
  76. package/lib/inputs/color/index.js +1 -1
  77. package/lib/inputs/date/Dialog.js +2 -2
  78. package/lib/inputs/date/index.js +1 -1
  79. package/lib/inputs/errorMessage/index.js +1 -1
  80. package/lib/inputs/file/DefaultFile.js +1 -1
  81. package/lib/inputs/file/DragDropFile.js +1 -1
  82. package/lib/inputs/file/File.js +1 -1
  83. package/lib/inputs/file/FileButtonSettings.js +1 -1
  84. package/lib/inputs/inputHOC.js +1 -1
  85. package/lib/inputs/mask/BaseMask.js +1 -1
  86. package/lib/inputs/mask/Cnpj.js +1 -1
  87. package/lib/inputs/mask/Cpf.js +1 -1
  88. package/lib/inputs/mask/Phone.js +1 -1
  89. package/lib/inputs/mask/ZipCode.js +1 -1
  90. package/lib/inputs/multiSelect/ActionButtons.js +2 -2
  91. package/lib/inputs/multiSelect/Dropdown.js +1 -1
  92. package/lib/inputs/multiSelect/index.js +1 -1
  93. package/lib/inputs/number/BaseNumber.js +1 -1
  94. package/lib/inputs/number/Currency.js +1 -1
  95. package/lib/inputs/number/Decimal.js +1 -1
  96. package/lib/inputs/number/index.js +1 -1
  97. package/lib/inputs/period/Dialog.js +2 -2
  98. package/lib/inputs/period/PeriodList.js +1 -1
  99. package/lib/inputs/period/index.js +1 -1
  100. package/lib/inputs/search/index.js +1 -1
  101. package/lib/inputs/select/ActionButtons.js +1 -1
  102. package/lib/inputs/select/Dropdown.js +1 -1
  103. package/lib/inputs/select/index.js +1 -1
  104. package/lib/inputs/select/multiple/Selecteds.js +9 -9
  105. package/lib/inputs/select/multiple/index.js +1 -1
  106. package/lib/inputs/select/simple/index.js +1 -1
  107. package/lib/inputs/text/index.js +1 -1
  108. package/lib/inputs/textarea/index.js +1 -1
  109. package/lib/internals/withTooltip.js +7 -7
  110. package/lib/labelMessages/index.js +1 -1
  111. package/lib/labels/DangerLabel.js +1 -1
  112. package/lib/labels/DefaultLabel.js +1 -1
  113. package/lib/labels/InfoLabel.js +1 -1
  114. package/lib/labels/PrimaryLabel.js +1 -1
  115. package/lib/labels/SuccessLabel.js +1 -1
  116. package/lib/labels/WarningLabel.js +1 -1
  117. package/lib/labels/label_container/index.js +1 -1
  118. package/lib/list/Header.js +1 -1
  119. package/lib/list/Item.js +3 -3
  120. package/lib/list/Separator.js +1 -1
  121. package/lib/list/helpers.js +2 -2
  122. package/lib/list/index.js +2 -2
  123. package/lib/menus/float/MenuItem.js +1 -1
  124. package/lib/menus/float/index.js +1 -1
  125. package/lib/menus/sidenav/ExpandMenu.js +1 -1
  126. package/lib/menus/sidenav/MenuLink.js +4 -4
  127. package/lib/menus/sidenav/NavMenuGroup.js +1 -1
  128. package/lib/menus/sidenav/NavMenuItem.js +1 -1
  129. package/lib/menus/sidenav/NavSubMenuItem.js +1 -1
  130. package/lib/menus/sidenav/helpers.js +4 -4
  131. package/lib/menus/sidenav/index.js +1 -1
  132. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +1 -1
  133. package/lib/menus/sidenav/popup_menu_search/index.js +2 -2
  134. package/lib/noPermission/index.js +1 -1
  135. package/lib/panel/Content.js +1 -1
  136. package/lib/panel/DangerPanel.js +1 -1
  137. package/lib/panel/Default.js +1 -1
  138. package/lib/panel/Header.js +1 -1
  139. package/lib/panel/InfoPanel.js +1 -1
  140. package/lib/panel/PrimaryPanel.js +1 -1
  141. package/lib/panel/SuccessPanel.js +1 -1
  142. package/lib/panel/ToolBar.js +1 -1
  143. package/lib/panel/WarningPanel.js +1 -1
  144. package/lib/panel/helpers.js +4 -4
  145. package/lib/popover/PopoverText.js +1 -1
  146. package/lib/popover/PopoverTitle.js +1 -1
  147. package/lib/popover/index.js +1 -1
  148. package/lib/progress/Bar.js +1 -1
  149. package/lib/progress/index.js +1 -1
  150. package/lib/radio/index.js +1 -1
  151. package/lib/shortcuts/index.js +1 -1
  152. package/lib/skeleton/SkeletonContainer.js +1 -1
  153. package/lib/skeleton/index.js +1 -1
  154. package/lib/spinner/SpinnerLoading.js +1 -1
  155. package/lib/spinner/index.js +1 -1
  156. package/lib/split/Split.js +1 -1
  157. package/lib/split/SplitSide.js +1 -1
  158. package/lib/table/Body.js +1 -1
  159. package/lib/table/Header.js +1 -1
  160. package/lib/table/HeaderColumn.js +1 -1
  161. package/lib/table/Row.js +1 -1
  162. package/lib/table/RowColumn.js +1 -1
  163. package/lib/table/index.js +1 -1
  164. package/lib/tabs/DropdownTabs.js +3 -3
  165. package/lib/tabs/Menu.js +5 -5
  166. package/lib/tabs/MenuTabs.js +4 -4
  167. package/lib/tabs/Panel.js +1 -1
  168. package/lib/tabs/context.js +30 -30
  169. package/lib/tabs/index.js +2 -2
  170. package/lib/tabs/tabHelpers.js +2 -2
  171. package/lib/textContent/index.js +1 -1
  172. package/lib/toolbar/ButtonBar.js +1 -1
  173. package/lib/toolbar/LabelBar.js +1 -1
  174. package/lib/toolbar/Separator.js +1 -1
  175. package/lib/toolbar/ToolBarGroup.js +1 -1
  176. package/lib/toolbar/index.js +1 -1
  177. package/lib/tooltip/index.js +1 -1
  178. package/lib/treetable/Body.js +1 -1
  179. package/lib/treetable/Header.js +1 -1
  180. package/lib/treetable/Row.js +15 -15
  181. package/lib/treetable/index.js +1 -1
  182. package/lib/treeview/Header.js +1 -1
  183. package/lib/treeview/Node.js +10 -10
  184. package/lib/treeview/index.js +1 -1
  185. package/lib/uitour/index.js +1 -1
  186. package/package.json +4 -4
  187. package/lib/chunks/index.CmrLK9Qe.js +0 -675
  188. package/lib/chunks/jsx-runtime.CYK1ROHF.js +0 -445
@@ -1,4 +1,4 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  const t = ({ children: o, style: r = {} }) => /* @__PURE__ */ s.jsx("div", { className: "toolbar-group", style: r, children: o });
3
3
  export {
4
4
  t as default
@@ -1,4 +1,4 @@
1
- import { j as r } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as r } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { default as i } from "./ToolBarGroup.js";
3
3
  import { default as j } from "./Separator.js";
4
4
  import { default as v } from "./ButtonBar.js";
@@ -1,4 +1,4 @@
1
- import { j as h } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as h } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useRef as a, useEffect as n } from "react";
3
3
  import l from "react-dom";
4
4
  import { v } from "../chunks/v1.CDXKvGzE.js";
@@ -1,4 +1,4 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useContext as i, useState as l, useEffect as n } from "react";
3
3
  import "lodash";
4
4
  import "../table/helpers.js";
@@ -1,4 +1,4 @@
1
- import { j as t } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useContext as m } from "react";
3
3
  import "lodash";
4
4
  import i from "../table/Header.js";
@@ -1,15 +1,15 @@
1
- import { j as e } from "../chunks/jsx-runtime.CYK1ROHF.js";
2
- import M, { useContext as ee, useState as m, useRef as oe, useEffect as p, Fragment as N, createElement as ne } from "react";
1
+ import { j as e } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import A, { useContext as ee, useState as m, useRef as oe, useEffect as p, Fragment as N, createElement as ne } from "react";
3
3
  import te from "lodash";
4
4
  import se from "../icons/index.js";
5
- import A from "../spinner/SpinnerLoading.js";
5
+ import D from "../spinner/SpinnerLoading.js";
6
6
  import "../table/helpers.js";
7
7
  import R from "../table/Row.js";
8
8
  import '../assets/table.css';import '../assets/skeleton.css';import '../assets/gridlayout.css';/* empty css */
9
9
  /* empty css */
10
- import D from "../table/RowColumn.js";
10
+ import V from "../table/RowColumn.js";
11
11
  /* empty css */
12
- import V from "../toolbar/index.js";
12
+ import _ from "../toolbar/index.js";
13
13
  import { TreeTableContext as re, searchChildrensPerRow as le } from "./helpers.js";
14
14
  import K from "../toolbar/ToolBarGroup.js";
15
15
  import { v as u } from "../chunks/v1.CDXKvGzE.js";
@@ -49,14 +49,14 @@ const ie = (T) => {
49
49
  }), i;
50
50
  }, O = (o) => {
51
51
  let s = [];
52
- return o && (s = M.Children.map(o, (n) => {
53
- if (M.isValidElement(n) && n.props) {
52
+ return o && (s = A.Children.map(o, (n) => {
53
+ if (A.isValidElement(n) && n.props) {
54
54
  const { validationKey: i, onNodeElementClick: h, ...f } = n.props;
55
55
  let c, y = {};
56
56
  return x && i && (c = U(i)), h && (y = {
57
57
  ...y,
58
- onClick: (_) => {
59
- h(d), _.stopPropagation && _.stopPropagation();
58
+ onClick: (M) => {
59
+ h(d), M.stopPropagation && M.stopPropagation();
60
60
  }
61
61
  }), ne(
62
62
  n.type,
@@ -82,7 +82,7 @@ const ie = (T) => {
82
82
  }, [F]), /* @__PURE__ */ e.jsxs(N, { children: [
83
83
  /* @__PURE__ */ e.jsxs(R, { ...T, dataId: l, customClass: "tree-row-element", children: [
84
84
  /* @__PURE__ */ e.jsx(
85
- D,
85
+ V,
86
86
  {
87
87
  ignoreTableColClick: !0,
88
88
  style: r[0].style,
@@ -112,7 +112,7 @@ const ie = (T) => {
112
112
  children: d[r[0].name]
113
113
  }
114
114
  ),
115
- /* @__PURE__ */ e.jsx("span", { className: "container-toolbar-buttons", children: /* @__PURE__ */ e.jsx(V, { size: "small", customClass: "row-toolbar", children: /* @__PURE__ */ e.jsx(
115
+ /* @__PURE__ */ e.jsx("span", { className: "container-toolbar-buttons", children: /* @__PURE__ */ e.jsx(_, { size: "small", customClass: "row-toolbar", children: /* @__PURE__ */ e.jsx(
116
116
  K,
117
117
  {
118
118
  style: { float: "left", height: "fit-content", ...Y },
@@ -123,7 +123,7 @@ const ie = (T) => {
123
123
  ]
124
124
  }
125
125
  ),
126
- /* @__PURE__ */ e.jsx("span", { className: "container-toolbar-info", children: /* @__PURE__ */ e.jsx(V, { size: "small", customClass: "row-toolbar", children: /* @__PURE__ */ e.jsx(
126
+ /* @__PURE__ */ e.jsx("span", { className: "container-toolbar-info", children: /* @__PURE__ */ e.jsx(_, { size: "small", customClass: "row-toolbar", children: /* @__PURE__ */ e.jsx(
127
127
  K,
128
128
  {
129
129
  style: { float: "right", height: "fit-content", gap: "4px", ...q },
@@ -135,9 +135,9 @@ const ie = (T) => {
135
135
  },
136
136
  `td-${r[0].name}-${u()}`
137
137
  ),
138
- r.slice(1).map((o) => /* @__PURE__ */ e.jsx(D, { style: { ...o.style }, ignoreTableColClick: !0, children: d[o.name] }, `key-${o.name}-${u()}`))
138
+ r.slice(1).map((o) => /* @__PURE__ */ e.jsx(V, { style: { ...o.style }, ignoreTableColClick: !0, children: d[o.name] }, `key-${o.name}-${u()}`))
139
139
  ] }),
140
- w && /* @__PURE__ */ e.jsx(N, { children: t && t.length === 0 && S ? /* @__PURE__ */ e.jsx(R, { children: /* @__PURE__ */ e.jsx("td", { colSpan: r.length, className: "td-loading-childrens", children: /* @__PURE__ */ e.jsx("div", { className: "td-loading-childrens-container", children: /* @__PURE__ */ e.jsx(A, { size: "48px" }, "loading-childrens") }) }) }, "tr-loading-childrens") : /* @__PURE__ */ e.jsxs(N, { children: [
140
+ w && /* @__PURE__ */ e.jsx(N, { children: t && t.length === 0 && S ? /* @__PURE__ */ e.jsx(R, { children: /* @__PURE__ */ e.jsx("td", { colSpan: r.length, className: "td-loading-childrens", children: /* @__PURE__ */ e.jsx("div", { className: "td-loading-childrens-container", children: /* @__PURE__ */ e.jsx(D, { size: "48px" }, "loading-childrens") }) }) }, "tr-loading-childrens") : /* @__PURE__ */ e.jsxs(N, { children: [
141
141
  t && t.map((o) => /* @__PURE__ */ e.jsx(
142
142
  ie,
143
143
  {
@@ -148,7 +148,7 @@ const ie = (T) => {
148
148
  },
149
149
  o[I]
150
150
  )),
151
- t && t.length !== 0 && S && /* @__PURE__ */ e.jsx(R, { children: /* @__PURE__ */ e.jsx("td", { colSpan: r.length, className: "td-loading-childrens", children: /* @__PURE__ */ e.jsx("div", { className: "td-loading-childrens-container", children: /* @__PURE__ */ e.jsx(A, { size: "48px" }, "loading-childrens") }) }) }, "tr-loading-childrens")
151
+ t && t.length !== 0 && S && /* @__PURE__ */ e.jsx(R, { children: /* @__PURE__ */ e.jsx("td", { colSpan: r.length, className: "td-loading-childrens", children: /* @__PURE__ */ e.jsx("div", { className: "td-loading-childrens-container", children: /* @__PURE__ */ e.jsx(D, { size: "48px" }, "loading-childrens") }) }) }, "tr-loading-childrens")
152
152
  ] }) })
153
153
  ] });
154
154
  };
@@ -1,4 +1,4 @@
1
- import { j as e } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as e } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import t from "../table/index.js";
3
3
  import l from "./Body.js";
4
4
  import a from "./Header.js";
@@ -1,4 +1,4 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  const l = (t) => {
3
3
  const { title: e, customClass: r, children: a } = t;
4
4
  return /* @__PURE__ */ s.jsx("div", { className: `treeviewheader ${r}`, children: e ? /* @__PURE__ */ s.jsx("div", { className: "title", children: e }) : a });
@@ -1,7 +1,7 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import C, { useState as a, useRef as re, useContext as de, useEffect as ae } from "react";
3
3
  import ce from "lodash";
4
- import { C as me, L as O } from "../chunks/tabs.Cvj2MJH6.js";
4
+ import { C as me, L as O } from "../chunks/tabs.BP3DB7Gx.js";
5
5
  import M from "../icons/index.js";
6
6
  import { TreeviewContext as ue } from "./constants.js";
7
7
  import pe from "../buttons/Button.js";
@@ -22,10 +22,10 @@ const h = (i) => !!(i.itens && i.itens.length > 0), Oe = (i) => {
22
22
  nodeElementsValidations: x,
23
23
  onNodeClick: b,
24
24
  children: V,
25
- nodeMenuButtonSize: _ = "small",
26
- selectedNodeId: A,
27
- alwaysShowArrow: K = !1,
28
- customClass: $ = "",
25
+ nodeMenuButtonSize: A = "small",
26
+ selectedNodeId: K,
27
+ alwaysShowArrow: $ = !1,
28
+ customClass: _ = "",
29
29
  customStyle: G
30
30
  } = i, [e, H] = a(i.node), [j, k] = a(c && h(e)), [U, I] = a(c && h(e)), [r, m] = a(!1), [W, v] = a(!1), F = re(null), {
31
31
  valuePropName: g,
@@ -46,7 +46,7 @@ const h = (i) => !!(i.itens && i.itens.length > 0), Oe = (i) => {
46
46
  }, ne = () => {
47
47
  const o = D.includes(e.id);
48
48
  let n = /* @__PURE__ */ s.jsx("noscript", {});
49
- return (e.itens && e.itens.length > 0 || K) && (n = /* @__PURE__ */ s.jsx(
49
+ return (e.itens && e.itens.length > 0 || $) && (n = /* @__PURE__ */ s.jsx(
50
50
  "span",
51
51
  {
52
52
  tabIndex: 0,
@@ -102,7 +102,7 @@ const h = (i) => !!(i.itens && i.itens.length > 0), Oe = (i) => {
102
102
  "li",
103
103
  {
104
104
  style: G,
105
- className: `treeviewitem ${$}`,
105
+ className: `treeviewitem ${_}`,
106
106
  children: [
107
107
  ne(),
108
108
  /* @__PURE__ */ s.jsxs(
@@ -111,7 +111,7 @@ const h = (i) => !!(i.itens && i.itens.length > 0), Oe = (i) => {
111
111
  className: "label",
112
112
  style: {
113
113
  textDecoration: b ? void 0 : "none",
114
- backgroundColor: A === e.id ? "rgb(209, 209, 209)" : void 0
114
+ backgroundColor: K === e.id ? "rgb(209, 209, 209)" : void 0
115
115
  },
116
116
  ref: F,
117
117
  role: "button",
@@ -140,7 +140,7 @@ const h = (i) => !!(i.itens && i.itens.length > 0), Oe = (i) => {
140
140
  {
141
141
  dropdown: !0,
142
142
  dropdownAlign: "left",
143
- size: _,
143
+ size: A,
144
144
  showIconDropdown: !1,
145
145
  icon: /* @__PURE__ */ s.jsx(M, { name: "menu", style: { margin: 0 } }),
146
146
  customClass: "node-menu",
@@ -1,4 +1,4 @@
1
- import { j as g } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as g } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as u, useEffect as q } from "react";
3
3
  import w from "lodash";
4
4
  import pe from "./Node.js";
@@ -1,4 +1,4 @@
1
- import { j as o } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as r, useRef as v, useCallback as V, useEffect as w, useMemo as X } from "react";
3
3
  import { createPortal as Y } from "react-dom";
4
4
  import Z from "../buttons/Button.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.26-beta-1",
3
+ "version": "1.1.26-beta.3",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "type": "module",
6
6
  "files": [
@@ -86,8 +86,8 @@
86
86
  "identity-obj-proxy": "3.0.0",
87
87
  "jiti": "2.5.1",
88
88
  "jsdom": "26.1.0",
89
- "react": "19.0.0",
90
- "react-dom": "19.0.0",
89
+ "react": "19.1.1",
90
+ "react-dom": "19.1.1",
91
91
  "resize-observer-polyfill": "1.5.1",
92
92
  "sass": "1.74.1",
93
93
  "ts-node": "10.9.2",
@@ -96,7 +96,7 @@
96
96
  "typescript-eslint": "8.42.0",
97
97
  "vite": "6.2.3",
98
98
  "vite-plugin-dts": "^4.5.4",
99
- "vite-plugin-lib-inject-css": "2.2.1",
99
+ "vite-plugin-lib-inject-css": "2.2.2",
100
100
  "vitest": "3.2.4"
101
101
  }
102
102
  }