fui-material 2.5.18 → 2.6.0
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 +14 -14
- package/dist/f-ui-kit.es.js.map +1 -1
- 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
|
@@ -702,25 +702,25 @@ const FPaper = ({
|
|
|
702
702
|
}
|
|
703
703
|
);
|
|
704
704
|
};
|
|
705
|
-
const bordered = "
|
|
706
|
-
const left$1 = "
|
|
707
|
-
const center = "
|
|
708
|
-
const right = "
|
|
705
|
+
const bordered = "_bordered_1gjeq_18";
|
|
706
|
+
const left$1 = "_left_1gjeq_40";
|
|
707
|
+
const center = "_center_1gjeq_43";
|
|
708
|
+
const right = "_right_1gjeq_46";
|
|
709
709
|
const styles$s = {
|
|
710
|
-
"f-table-component": "_f-table-
|
|
711
|
-
"f-table-component__table": "_f-table-
|
|
710
|
+
"f-table-component": "_f-table-component_1gjeq_1",
|
|
711
|
+
"f-table-component__table": "_f-table-component__table_1gjeq_7",
|
|
712
712
|
bordered,
|
|
713
|
-
"bordered-half": "_bordered-
|
|
714
|
-
"f-table-component__table_header": "_f-table-
|
|
715
|
-
"is-sticky": "_is-
|
|
716
|
-
"f-table-component__table_header-cell": "_f-table-component__table_header-
|
|
713
|
+
"bordered-half": "_bordered-half_1gjeq_22",
|
|
714
|
+
"f-table-component__table_header": "_f-table-component__table_header_1gjeq_25",
|
|
715
|
+
"is-sticky": "_is-sticky_1gjeq_29",
|
|
716
|
+
"f-table-component__table_header-cell": "_f-table-component__table_header-cell_1gjeq_37",
|
|
717
717
|
left: left$1,
|
|
718
718
|
center,
|
|
719
719
|
right,
|
|
720
|
-
"f-table-component__table_body": "_f-table-
|
|
721
|
-
"f-table-component__table_row": "_f-table-
|
|
722
|
-
"f-table-component__table_body-cell": "_f-table-component__table_body-
|
|
723
|
-
"f-table-component__table_footer": "_f-table-
|
|
720
|
+
"f-table-component__table_body": "_f-table-component__table_body_1gjeq_65",
|
|
721
|
+
"f-table-component__table_row": "_f-table-component__table_row_1gjeq_68",
|
|
722
|
+
"f-table-component__table_body-cell": "_f-table-component__table_body-cell_1gjeq_81",
|
|
723
|
+
"f-table-component__table_footer": "_f-table-component__table_footer_1gjeq_97"
|
|
724
724
|
};
|
|
725
725
|
const FTableHead = ({
|
|
726
726
|
st,
|