fui-material 2.5.17 → 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 +98 -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/dist/types/icons/FArrowDownCircleIcon/FArrowDownCircleIcon.d.ts +66 -0
- package/dist/types/icons/FArrowDownCircleIcon/index.d.ts +1 -0
- package/dist/types/icons/FArrowLeftCircleIcon/FArrowLeftCircleIcon.d.ts +66 -0
- package/dist/types/icons/FArrowLeftCircleIcon/index.d.ts +1 -0
- package/dist/types/icons/FArrowRightCircleIcon/FArrowRightCircleIcon.d.ts +1 -1
- package/dist/types/icons/FArrowUpCircleIcon/FArrowUpCircleIcon.d.ts +66 -0
- package/dist/types/icons/FArrowUpCircleIcon/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts +3 -0
- 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,
|
|
@@ -4164,6 +4164,87 @@ const FArrowRightCircleIcon = React.forwardRef(({
|
|
|
4164
4164
|
);
|
|
4165
4165
|
});
|
|
4166
4166
|
FArrowRightCircleIcon.displayName = "FArrowRightCircleIcon";
|
|
4167
|
+
const FArrowLeftCircleIcon = React.forwardRef(({
|
|
4168
|
+
color = "primary",
|
|
4169
|
+
size = 30,
|
|
4170
|
+
st,
|
|
4171
|
+
id,
|
|
4172
|
+
className,
|
|
4173
|
+
handleClick,
|
|
4174
|
+
["data-testid"]: dataTestId,
|
|
4175
|
+
...props
|
|
4176
|
+
}, ref) => {
|
|
4177
|
+
return /* @__PURE__ */ jsx(
|
|
4178
|
+
"svg",
|
|
4179
|
+
{
|
|
4180
|
+
ref,
|
|
4181
|
+
width: size,
|
|
4182
|
+
style: st,
|
|
4183
|
+
className: `f-icon ${handleClick ? " clicking-icon" : ""} ${color} ${className || ""}`,
|
|
4184
|
+
viewBox: "0 0 16 16",
|
|
4185
|
+
onClick: handleClick,
|
|
4186
|
+
id,
|
|
4187
|
+
"data-testid": dataTestId,
|
|
4188
|
+
...props,
|
|
4189
|
+
children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z" })
|
|
4190
|
+
}
|
|
4191
|
+
);
|
|
4192
|
+
});
|
|
4193
|
+
FArrowLeftCircleIcon.displayName = "FArrowLeftCircleIcon";
|
|
4194
|
+
const FArrowUpCircleIcon = React.forwardRef(({
|
|
4195
|
+
color = "primary",
|
|
4196
|
+
size = 30,
|
|
4197
|
+
st,
|
|
4198
|
+
id,
|
|
4199
|
+
className,
|
|
4200
|
+
handleClick,
|
|
4201
|
+
["data-testid"]: dataTestId,
|
|
4202
|
+
...props
|
|
4203
|
+
}, ref) => {
|
|
4204
|
+
return /* @__PURE__ */ jsx(
|
|
4205
|
+
"svg",
|
|
4206
|
+
{
|
|
4207
|
+
ref,
|
|
4208
|
+
width: size,
|
|
4209
|
+
style: st,
|
|
4210
|
+
className: `f-icon ${handleClick ? " clicking-icon" : ""} ${color} ${className || ""}`,
|
|
4211
|
+
viewBox: "0 0 16 16",
|
|
4212
|
+
onClick: handleClick,
|
|
4213
|
+
id,
|
|
4214
|
+
"data-testid": dataTestId,
|
|
4215
|
+
...props,
|
|
4216
|
+
children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z" })
|
|
4217
|
+
}
|
|
4218
|
+
);
|
|
4219
|
+
});
|
|
4220
|
+
FArrowUpCircleIcon.displayName = "FArrowUpCircleIcon";
|
|
4221
|
+
const FArrowDownCircleIcon = React.forwardRef(({
|
|
4222
|
+
color = "primary",
|
|
4223
|
+
size = 30,
|
|
4224
|
+
st,
|
|
4225
|
+
id,
|
|
4226
|
+
className,
|
|
4227
|
+
handleClick,
|
|
4228
|
+
["data-testid"]: dataTestId,
|
|
4229
|
+
...props
|
|
4230
|
+
}, ref) => {
|
|
4231
|
+
return /* @__PURE__ */ jsx(
|
|
4232
|
+
"svg",
|
|
4233
|
+
{
|
|
4234
|
+
ref,
|
|
4235
|
+
width: size,
|
|
4236
|
+
style: st,
|
|
4237
|
+
className: `f-icon ${handleClick ? " clicking-icon" : ""} ${color} ${className || ""}`,
|
|
4238
|
+
viewBox: "0 0 16 16",
|
|
4239
|
+
onClick: handleClick,
|
|
4240
|
+
id,
|
|
4241
|
+
"data-testid": dataTestId,
|
|
4242
|
+
...props,
|
|
4243
|
+
children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z" })
|
|
4244
|
+
}
|
|
4245
|
+
);
|
|
4246
|
+
});
|
|
4247
|
+
FArrowDownCircleIcon.displayName = "FArrowDownCircleIcon";
|
|
4167
4248
|
const styles$5 = {
|
|
4168
4249
|
"f-function-block-alert": "_f-function-block-alert_1jotv_1",
|
|
4169
4250
|
"f-function-alert": "_f-function-alert_1jotv_16",
|
|
@@ -7896,8 +7977,11 @@ const FWaterErrorBoundaryPage = () => {
|
|
|
7896
7977
|
export {
|
|
7897
7978
|
FAccordion,
|
|
7898
7979
|
FAlert,
|
|
7980
|
+
FArrowDownCircleIcon,
|
|
7899
7981
|
FArrowIcon,
|
|
7982
|
+
FArrowLeftCircleIcon,
|
|
7900
7983
|
FArrowRightCircleIcon,
|
|
7984
|
+
FArrowUpCircleIcon,
|
|
7901
7985
|
FButton,
|
|
7902
7986
|
FButtonFile,
|
|
7903
7987
|
FCarousel,
|