@oliasoft-open-source/react-ui-library 5.8.2 → 5.8.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.
- package/dist/global.css +1 -1
- package/dist/index.js +14 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2026,20 +2026,20 @@ const Message = ({ message: e }) => {
|
|
|
2026
2026
|
}) : null });
|
|
2027
2027
|
};
|
|
2028
2028
|
var table_module_default = {
|
|
2029
|
-
inputInTable: "
|
|
2030
|
-
inputHover: "
|
|
2031
|
-
inputFocus: "
|
|
2032
|
-
inputError: "
|
|
2033
|
-
inputWarning: "
|
|
2034
|
-
inputDisabled: "
|
|
2035
|
-
hideScrollbars: "
|
|
2036
|
-
wrapper: "
|
|
2037
|
-
bordered: "
|
|
2038
|
-
scroll: "
|
|
2039
|
-
table: "
|
|
2040
|
-
dragOverlay: "
|
|
2041
|
-
virtualScroll: "
|
|
2042
|
-
striped: "
|
|
2029
|
+
inputInTable: "_inputInTable_1d3yn_1",
|
|
2030
|
+
inputHover: "_inputHover_1d3yn_13",
|
|
2031
|
+
inputFocus: "_inputFocus_1d3yn_18",
|
|
2032
|
+
inputError: "_inputError_1d3yn_25",
|
|
2033
|
+
inputWarning: "_inputWarning_1d3yn_26",
|
|
2034
|
+
inputDisabled: "_inputDisabled_1d3yn_61",
|
|
2035
|
+
hideScrollbars: "_hideScrollbars_1d3yn_67",
|
|
2036
|
+
wrapper: "_wrapper_1d3yn_85",
|
|
2037
|
+
bordered: "_bordered_1d3yn_93",
|
|
2038
|
+
scroll: "_scroll_1d3yn_98",
|
|
2039
|
+
table: "_table_1d3yn_109",
|
|
2040
|
+
dragOverlay: "_dragOverlay_1d3yn_145",
|
|
2041
|
+
virtualScroll: "_virtualScroll_1d3yn_180",
|
|
2042
|
+
striped: "_striped_1d3yn_200"
|
|
2043
2043
|
}, title_module_default = { title: "_title_zn5s7_1" };
|
|
2044
2044
|
const Title$1 = ({ name: e = null, actions: t = null, actionsRight: n = !1, testId: r }) => {
|
|
2045
2045
|
let i = e !== null, a = t !== null;
|
package/package.json
CHANGED