@oliasoft-open-source/react-ui-library 5.8.0-beta-1 → 5.8.0-beta-2
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
|
@@ -2027,20 +2027,20 @@ const Message = ({ message: e }) => {
|
|
|
2027
2027
|
}) : null });
|
|
2028
2028
|
};
|
|
2029
2029
|
var table_module_default = {
|
|
2030
|
-
inputInTable: "
|
|
2031
|
-
inputHover: "
|
|
2032
|
-
inputFocus: "
|
|
2033
|
-
inputError: "
|
|
2034
|
-
inputWarning: "
|
|
2035
|
-
inputDisabled: "
|
|
2036
|
-
hideScrollbars: "
|
|
2037
|
-
wrapper: "
|
|
2038
|
-
bordered: "
|
|
2039
|
-
scroll: "
|
|
2040
|
-
table: "
|
|
2041
|
-
dragOverlay: "
|
|
2042
|
-
virtualScroll: "
|
|
2043
|
-
striped: "
|
|
2030
|
+
inputInTable: "_inputInTable_kaesl_1",
|
|
2031
|
+
inputHover: "_inputHover_kaesl_13",
|
|
2032
|
+
inputFocus: "_inputFocus_kaesl_18",
|
|
2033
|
+
inputError: "_inputError_kaesl_25",
|
|
2034
|
+
inputWarning: "_inputWarning_kaesl_26",
|
|
2035
|
+
inputDisabled: "_inputDisabled_kaesl_61",
|
|
2036
|
+
hideScrollbars: "_hideScrollbars_kaesl_67",
|
|
2037
|
+
wrapper: "_wrapper_kaesl_85",
|
|
2038
|
+
bordered: "_bordered_kaesl_93",
|
|
2039
|
+
scroll: "_scroll_kaesl_98",
|
|
2040
|
+
table: "_table_kaesl_109",
|
|
2041
|
+
dragOverlay: "_dragOverlay_kaesl_145",
|
|
2042
|
+
virtualScroll: "_virtualScroll_kaesl_182",
|
|
2043
|
+
striped: "_striped_kaesl_202"
|
|
2044
2044
|
}, title_module_default = { title: "_title_zn5s7_1" };
|
|
2045
2045
|
const Title$1 = ({ name: e = null, actions: t = null, actionsRight: n = !1, testId: r }) => {
|
|
2046
2046
|
let i = e !== null, a = t !== null;
|
package/package.json
CHANGED