@oliasoft-open-source/react-ui-library 6.3.1-beta-1 → 6.3.2-beta-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.js
CHANGED
|
@@ -1785,20 +1785,20 @@ var Cr = /* @__PURE__ */ function(e) {
|
|
|
1785
1785
|
children: s
|
|
1786
1786
|
});
|
|
1787
1787
|
}, Na = {
|
|
1788
|
-
inputInTable: "
|
|
1789
|
-
inputHover: "
|
|
1790
|
-
inputFocus: "
|
|
1791
|
-
inputError: "
|
|
1792
|
-
inputWarning: "
|
|
1793
|
-
inputDisabled: "
|
|
1794
|
-
hideScrollbars: "
|
|
1795
|
-
input: "
|
|
1796
|
-
isInTable: "
|
|
1797
|
-
small: "
|
|
1798
|
-
right: "
|
|
1799
|
-
groupOrderFirst: "
|
|
1800
|
-
groupOrderMiddle: "
|
|
1801
|
-
groupOrderLast: "
|
|
1788
|
+
inputInTable: "_inputInTable_b8kpk_1",
|
|
1789
|
+
inputHover: "_inputHover_b8kpk_13",
|
|
1790
|
+
inputFocus: "_inputFocus_b8kpk_18",
|
|
1791
|
+
inputError: "_inputError_b8kpk_25",
|
|
1792
|
+
inputWarning: "_inputWarning_b8kpk_26",
|
|
1793
|
+
inputDisabled: "_inputDisabled_b8kpk_61",
|
|
1794
|
+
hideScrollbars: "_hideScrollbars_b8kpk_67",
|
|
1795
|
+
input: "_input_b8kpk_1",
|
|
1796
|
+
isInTable: "_isInTable_b8kpk_100",
|
|
1797
|
+
small: "_small_b8kpk_124",
|
|
1798
|
+
right: "_right_b8kpk_170",
|
|
1799
|
+
groupOrderFirst: "_groupOrderFirst_b8kpk_173",
|
|
1800
|
+
groupOrderMiddle: "_groupOrderMiddle_b8kpk_174",
|
|
1801
|
+
groupOrderLast: "_groupOrderLast_b8kpk_178"
|
|
1802
1802
|
}, Pa = r(({ error: e = null, tooltip: t = null, isInTable: n, width: r = void 0, small: i = !1, onChange: a = pn, placeholder: o = "", value: c = "", onKeyPress: l = () => {}, onFocus: u = () => {}, onBlur: d = () => {}, onPaste: f = () => {}, onKeyDown: p = () => {}, selectOnFocus: m = !0, name: h = void 0, type: _ = "text", tabIndex: y = 0, disabled: b = !1, right: x = !1, warning: S = null, groupOrder: C = null, maxTooltipWidth: w = void 0, testId: T = void 0, size: E = null }, D) => {
|
|
1803
1803
|
let O = s(H), k = (() => {
|
|
1804
1804
|
if (C) switch (C) {
|
package/package.json
CHANGED