fui-material 2.8.1 → 2.8.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/f-ui-kit.es.js +10 -10
- package/dist/f-ui-kit.umd.js +2 -2
- package/dist/f-ui-kit.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -1018,20 +1018,20 @@ const FTableFooter = ({
|
|
|
1018
1018
|
}
|
|
1019
1019
|
);
|
|
1020
1020
|
};
|
|
1021
|
-
const entering = "
|
|
1022
|
-
const exiting = "
|
|
1023
|
-
const hide = "
|
|
1021
|
+
const entering = "_entering_g7izy_19";
|
|
1022
|
+
const exiting = "_exiting_g7izy_25";
|
|
1023
|
+
const hide = "_hide_g7izy_50";
|
|
1024
1024
|
const styles$s = {
|
|
1025
|
-
"f-dialog": "_f-
|
|
1025
|
+
"f-dialog": "_f-dialog_g7izy_1",
|
|
1026
1026
|
entering,
|
|
1027
|
-
"f-dialog__content": "_f-
|
|
1027
|
+
"f-dialog__content": "_f-dialog__content_g7izy_22",
|
|
1028
1028
|
exiting,
|
|
1029
1029
|
hide,
|
|
1030
|
-
"f-dialog__header": "_f-
|
|
1031
|
-
"f-dialog__header_title": "_f-
|
|
1032
|
-
"f-dialog__header_close": "_f-
|
|
1033
|
-
"f-dialog__body": "_f-
|
|
1034
|
-
"f-dialog__footer": "_f-
|
|
1030
|
+
"f-dialog__header": "_f-dialog__header_g7izy_61",
|
|
1031
|
+
"f-dialog__header_title": "_f-dialog__header_title_g7izy_73",
|
|
1032
|
+
"f-dialog__header_close": "_f-dialog__header_close_g7izy_84",
|
|
1033
|
+
"f-dialog__body": "_f-dialog__body_g7izy_110",
|
|
1034
|
+
"f-dialog__footer": "_f-dialog__footer_g7izy_134"
|
|
1035
1035
|
};
|
|
1036
1036
|
let openDialogsCount = 0;
|
|
1037
1037
|
const FDialog = ({
|