@wistia/ui 0.6.28 → 0.6.29
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/index.cjs +777 -663
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.mjs +768 -654
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.6.
|
|
3
|
+
* @license @wistia/ui v0.6.29
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -3383,9 +3383,9 @@ var ChaptersIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
|
3383
3383
|
}
|
|
3384
3384
|
);
|
|
3385
3385
|
|
|
3386
|
-
// src/components/Icon/icons/
|
|
3386
|
+
// src/components/Icon/icons/CheckmarkIcon.tsx
|
|
3387
3387
|
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
3388
|
-
var
|
|
3388
|
+
var CheckmarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
3389
3389
|
"svg",
|
|
3390
3390
|
{
|
|
3391
3391
|
...props,
|
|
@@ -3394,16 +3394,16 @@ var CheckmarkCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.js
|
|
|
3394
3394
|
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
3395
3395
|
"path",
|
|
3396
3396
|
{
|
|
3397
|
-
d: "
|
|
3397
|
+
d: "M8.99985 19.9998H8.99718C8.69451 19.9998 8.40785 19.8612 8.21985 19.6252L2.88653 12.9585C2.54119 12.5265 2.61053 11.8985 3.04253 11.5532C3.47586 11.2078 4.10386 11.2785 4.44786 11.7092L9.00518 17.4052L19.5558 4.37053C19.9038 3.9412 20.5318 3.8732 20.9625 4.22253C21.3918 4.57053 21.4585 5.19986 21.1105 5.62919L9.77718 19.6292C9.58651 19.8638 9.30118 19.9998 8.99985 19.9998Z",
|
|
3398
3398
|
fill: "currentColor"
|
|
3399
3399
|
}
|
|
3400
3400
|
)
|
|
3401
3401
|
}
|
|
3402
3402
|
);
|
|
3403
3403
|
|
|
3404
|
-
// src/components/Icon/icons/
|
|
3404
|
+
// src/components/Icon/icons/CheckmarkCircleIcon.tsx
|
|
3405
3405
|
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
3406
|
-
var
|
|
3406
|
+
var CheckmarkCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3407
3407
|
"svg",
|
|
3408
3408
|
{
|
|
3409
3409
|
...props,
|
|
@@ -3412,18 +3412,16 @@ var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
3412
3412
|
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3413
3413
|
"path",
|
|
3414
3414
|
{
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
fill: "currentColor",
|
|
3418
|
-
fillRule: "evenodd"
|
|
3415
|
+
d: "M11.9998 1.33322C6.11847 1.33322 1.33315 6.11854 1.33315 11.9999C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9999C22.6664 6.11854 17.8811 1.33322 11.9998 1.33322ZM17.1238 8.94387L11.4571 16.2772C11.2758 16.5119 10.9998 16.6545 10.7038 16.6652C10.6905 16.6652 10.6785 16.6652 10.6665 16.6652C10.3838 16.6652 10.1131 16.5452 9.92246 16.3345L6.92246 13.0012C6.55313 12.5905 6.58647 11.9585 6.99713 11.5879C7.40913 11.2199 8.03846 11.2519 8.41046 11.6625L10.6078 14.1052L15.5424 7.71987C15.8798 7.28254 16.5091 7.20254 16.9451 7.53987C17.3824 7.87721 17.4624 8.5052 17.1251 8.94254L17.1238 8.94387Z",
|
|
3416
|
+
fill: "currentColor"
|
|
3419
3417
|
}
|
|
3420
3418
|
)
|
|
3421
3419
|
}
|
|
3422
3420
|
);
|
|
3423
3421
|
|
|
3424
|
-
// src/components/Icon/icons/
|
|
3422
|
+
// src/components/Icon/icons/CheckmarkCircleOutlineIcon.tsx
|
|
3425
3423
|
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
3426
|
-
var
|
|
3424
|
+
var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3427
3425
|
"svg",
|
|
3428
3426
|
{
|
|
3429
3427
|
...props,
|
|
@@ -3432,8 +3430,10 @@ var CheckmarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
|
3432
3430
|
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3433
3431
|
"path",
|
|
3434
3432
|
{
|
|
3435
|
-
|
|
3436
|
-
|
|
3433
|
+
clipRule: "evenodd",
|
|
3434
|
+
d: "M3.33308 11.9999C3.33308 7.2134 7.21327 3.33322 11.9997 3.33322C16.7862 3.33322 20.6664 7.2134 20.6664 11.9999C20.6664 16.7863 16.7862 20.6665 11.9997 20.6665C7.21327 20.6665 3.33308 16.7863 3.33308 11.9999ZM11.9997 1.33322C6.1087 1.33322 1.33308 6.10884 1.33308 11.9999C1.33308 17.8909 6.1087 22.6665 11.9997 22.6665C17.8907 22.6665 22.6664 17.8909 22.6664 11.9999C22.6664 6.10884 17.8907 1.33322 11.9997 1.33322ZM17.1243 8.94465C17.462 8.50764 17.3815 7.87961 16.9445 7.54192C16.5075 7.20423 15.8795 7.28474 15.5418 7.72176L10.6079 14.1067L8.40969 11.6642C8.04024 11.2537 7.40795 11.2204 6.99744 11.5899C6.58693 11.9594 6.55365 12.5916 6.92311 13.0022L9.9231 16.3355C10.1215 16.5559 10.4075 16.6769 10.7038 16.6658C11.0002 16.6547 11.2763 16.5126 11.4577 16.278L17.1243 8.94465Z",
|
|
3435
|
+
fill: "currentColor",
|
|
3436
|
+
fillRule: "evenodd"
|
|
3437
3437
|
}
|
|
3438
3438
|
)
|
|
3439
3439
|
}
|
|
@@ -3555,9 +3555,9 @@ var ClosedCaptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx
|
|
|
3555
3555
|
}
|
|
3556
3556
|
);
|
|
3557
3557
|
|
|
3558
|
-
// src/components/Icon/icons/
|
|
3558
|
+
// src/components/Icon/icons/CollapseIcon.tsx
|
|
3559
3559
|
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
3560
|
-
var
|
|
3560
|
+
var CollapseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
3561
3561
|
"svg",
|
|
3562
3562
|
{
|
|
3563
3563
|
...props,
|
|
@@ -3567,7 +3567,7 @@ var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.j
|
|
|
3567
3567
|
"path",
|
|
3568
3568
|
{
|
|
3569
3569
|
clipRule: "evenodd",
|
|
3570
|
-
d: "
|
|
3570
|
+
d: "M11.9999 7.91987L15.9599 3.95987H15.9572C16.3479 3.5692 16.9812 3.5692 17.3719 3.95987C17.7625 4.35054 17.7625 4.98387 17.3719 5.37454L12.7052 10.0412C12.5105 10.2372 12.2545 10.3345 11.9985 10.3345C11.7425 10.3345 11.4865 10.2359 11.2919 10.0412L6.62521 5.37454C6.23455 4.98387 6.23455 4.35054 6.62521 3.95987C7.01588 3.5692 7.64921 3.5692 8.03988 3.95987L11.9999 7.91987ZM11.2919 13.9599C11.6825 13.5692 12.3159 13.5692 12.7065 13.9599L17.3732 18.6265C17.7639 19.0172 17.7639 19.6505 17.3732 20.0412C17.1785 20.2372 16.9225 20.3345 16.6665 20.3345C16.4105 20.3345 16.1545 20.2359 15.9599 20.0412L11.9999 16.0812L8.03988 20.0412C7.64921 20.4319 7.01588 20.4319 6.62521 20.0412C6.23455 19.6505 6.23455 19.0172 6.62521 18.6265L11.2919 13.9599Z",
|
|
3571
3571
|
fill: "currentColor",
|
|
3572
3572
|
fillRule: "evenodd"
|
|
3573
3573
|
}
|
|
@@ -3575,9 +3575,9 @@ var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.j
|
|
|
3575
3575
|
}
|
|
3576
3576
|
);
|
|
3577
3577
|
|
|
3578
|
-
// src/components/Icon/icons/
|
|
3578
|
+
// src/components/Icon/icons/CollapseDiagonalIcon.tsx
|
|
3579
3579
|
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
3580
|
-
var
|
|
3580
|
+
var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
3581
3581
|
"svg",
|
|
3582
3582
|
{
|
|
3583
3583
|
...props,
|
|
@@ -3587,7 +3587,7 @@ var CollapseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
|
3587
3587
|
"path",
|
|
3588
3588
|
{
|
|
3589
3589
|
clipRule: "evenodd",
|
|
3590
|
-
d: "
|
|
3590
|
+
d: "M19.6253 2.95987C20.0159 2.5692 20.6493 2.5692 21.0399 2.95987L21.0386 2.95854C21.4293 3.3492 21.4293 3.98254 21.0386 4.3732L18.9119 6.49987L20.8026 8.39054C21.1853 8.77454 21.2986 9.34387 21.0919 9.84387C20.8839 10.3439 20.3999 10.6665 19.8599 10.6665H14.6653C13.9293 10.6665 13.3319 10.0679 13.3319 9.3332V4.13854C13.3319 3.5972 13.6546 3.1132 14.1559 2.90654C14.6559 2.69854 15.2279 2.81454 15.6093 3.1972L17.4986 5.08654L19.6253 2.95987ZM4.1386 13.3332H9.33326V13.3345C10.0693 13.3345 10.6666 13.9332 10.6666 14.6679V19.8625C10.6666 20.4039 10.3439 20.8879 9.8426 21.0945C9.67726 21.1625 9.50393 21.1959 9.33193 21.1959C8.98393 21.1959 8.64393 21.0599 8.38926 20.8039L6.49993 18.9145L4.37326 21.0412C4.1786 21.2372 3.9226 21.3345 3.6666 21.3345C3.4106 21.3345 3.1546 21.2359 2.95993 21.0412C2.56926 20.6505 2.56926 20.0172 2.95993 19.6265L5.0866 17.4999L3.19593 15.6092C2.81326 15.2252 2.69993 14.6559 2.9066 14.1559C3.1146 13.6559 3.5986 13.3332 4.1386 13.3332Z",
|
|
3591
3591
|
fill: "currentColor",
|
|
3592
3592
|
fillRule: "evenodd"
|
|
3593
3593
|
}
|
|
@@ -3949,9 +3949,9 @@ var ErrorIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
|
3949
3949
|
}
|
|
3950
3950
|
);
|
|
3951
3951
|
|
|
3952
|
-
// src/components/Icon/icons/
|
|
3952
|
+
// src/components/Icon/icons/ExpandIcon.tsx
|
|
3953
3953
|
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
3954
|
-
var
|
|
3954
|
+
var ExpandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3955
3955
|
"svg",
|
|
3956
3956
|
{
|
|
3957
3957
|
...props,
|
|
@@ -3961,7 +3961,7 @@ var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx
|
|
|
3961
3961
|
"path",
|
|
3962
3962
|
{
|
|
3963
3963
|
clipRule: "evenodd",
|
|
3964
|
-
d: "
|
|
3964
|
+
d: "M11.2915 2.95987C11.6822 2.5692 12.3155 2.5692 12.7062 2.95987L17.3729 7.62652C17.7635 8.01719 17.7635 8.65052 17.3729 9.04119C17.1782 9.23719 16.9222 9.33452 16.6662 9.33452C16.4102 9.33452 16.1542 9.23585 15.9595 9.04119L11.9995 5.0812L8.03956 9.04119C7.64889 9.43185 7.01556 9.43185 6.62489 9.04119C6.23423 8.65052 6.23423 8.01719 6.62489 7.62652L11.2915 2.95987ZM11.9995 18.9198L15.9595 14.9598H15.9569C16.3475 14.5692 16.9809 14.5692 17.3715 14.9598C17.7622 15.3505 17.7622 15.9838 17.3715 16.3745L12.7049 21.0412C12.5102 21.2372 12.2542 21.3345 11.9982 21.3345C11.7422 21.3345 11.4862 21.2358 11.2915 21.0412L6.62489 16.3745C6.23423 15.9838 6.23423 15.3505 6.62489 14.9598C7.01556 14.5692 7.64889 14.5692 8.03956 14.9598L11.9995 18.9198Z",
|
|
3965
3965
|
fill: "currentColor",
|
|
3966
3966
|
fillRule: "evenodd"
|
|
3967
3967
|
}
|
|
@@ -3969,9 +3969,9 @@ var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx
|
|
|
3969
3969
|
}
|
|
3970
3970
|
);
|
|
3971
3971
|
|
|
3972
|
-
// src/components/Icon/icons/
|
|
3972
|
+
// src/components/Icon/icons/ExpandDiagonalIcon.tsx
|
|
3973
3973
|
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
3974
|
-
var
|
|
3974
|
+
var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3975
3975
|
"svg",
|
|
3976
3976
|
{
|
|
3977
3977
|
...props,
|
|
@@ -3981,7 +3981,7 @@ var ExpandHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.j
|
|
|
3981
3981
|
"path",
|
|
3982
3982
|
{
|
|
3983
3983
|
clipRule: "evenodd",
|
|
3984
|
-
d: "
|
|
3984
|
+
d: "M14.8048 2.66653H19.9995C20.7355 2.66653 21.3328 3.2652 21.3328 3.99987V9.19587C21.3328 9.7372 21.0102 10.2212 20.5088 10.4279C20.3435 10.4959 20.1702 10.5292 19.9982 10.5292C19.6502 10.5292 19.3102 10.3932 19.0555 10.1372L17.1662 8.24787L15.0395 10.3745C14.8448 10.5705 14.5888 10.6679 14.3328 10.6679C14.0768 10.6679 13.8208 10.5692 13.6262 10.3745C13.2355 9.98387 13.2355 9.35053 13.6262 8.95987L15.7528 6.8332L13.8622 4.94253C13.4795 4.55853 13.3662 3.9892 13.5728 3.4892C13.7808 2.9892 14.2648 2.66653 14.8048 2.66653ZM8.95817 13.6265C9.34866 13.236 9.98159 13.2359 10.3723 13.626C10.7622 14.0167 10.7619 14.6495 10.3715 15.0399L8.24484 17.1665L10.1355 19.0572C10.5182 19.4412 10.6315 20.0105 10.4248 20.5105C10.2168 21.0105 9.73284 21.3332 9.19284 21.3332H3.99817C3.26217 21.3332 2.66484 20.7345 2.66484 19.9999V14.8052C2.66484 14.2639 2.98751 13.7799 3.48884 13.5732C3.98751 13.3652 4.56084 13.4812 4.94217 13.8639L6.83151 15.7532L8.95817 13.6265ZM10.3723 13.626C10.3725 13.6262 10.3727 13.6263 10.3728 13.6265L10.3718 13.6255C10.3719 13.6256 10.3721 13.6258 10.3723 13.626Z",
|
|
3985
3985
|
fill: "currentColor",
|
|
3986
3986
|
fillRule: "evenodd"
|
|
3987
3987
|
}
|
|
@@ -3989,9 +3989,9 @@ var ExpandHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.j
|
|
|
3989
3989
|
}
|
|
3990
3990
|
);
|
|
3991
3991
|
|
|
3992
|
-
// src/components/Icon/icons/
|
|
3992
|
+
// src/components/Icon/icons/ExpandHorizontalIcon.tsx
|
|
3993
3993
|
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
3994
|
-
var
|
|
3994
|
+
var ExpandHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3995
3995
|
"svg",
|
|
3996
3996
|
{
|
|
3997
3997
|
...props,
|
|
@@ -4001,7 +4001,7 @@ var ExpandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
|
4001
4001
|
"path",
|
|
4002
4002
|
{
|
|
4003
4003
|
clipRule: "evenodd",
|
|
4004
|
-
d: "
|
|
4004
|
+
d: "M4.74764 10.9999H9.6663L9.66497 10.9986C10.217 10.9986 10.665 11.4466 10.665 11.9986C10.665 12.5506 10.217 12.9986 9.66497 12.9986H4.7463L7.37297 15.6252C7.76364 16.0159 7.76364 16.6492 7.37297 17.0399C7.1783 17.2359 6.9223 17.3332 6.6663 17.3332C6.4103 17.3332 6.1543 17.2346 5.95964 17.0399L1.6263 12.7066C1.23564 12.3159 1.23564 11.6826 1.6263 11.2919L5.95964 6.95857C6.3503 6.56791 6.98364 6.56791 7.3743 6.95857C7.76497 7.34924 7.76497 7.98257 7.3743 8.37324L4.74764 10.9999ZM16.625 6.95988C17.0156 6.56921 17.649 6.56921 18.0396 6.95988L18.0383 6.96121L22.3716 11.2945C22.7623 11.6852 22.7623 12.3185 22.3716 12.7092L18.0383 17.0425C17.8436 17.2385 17.5876 17.3359 17.3316 17.3359C17.0756 17.3359 16.8196 17.2372 16.625 17.0425C16.2343 16.6519 16.2343 16.0185 16.625 15.6279L19.2516 13.0012H14.333C13.781 13.0012 13.333 12.5532 13.333 12.0012C13.333 11.4492 13.781 11.0012 14.333 11.0012H19.2516L16.625 8.37454C16.2343 7.98388 16.2343 7.35054 16.625 6.95988Z",
|
|
4005
4005
|
fill: "currentColor",
|
|
4006
4006
|
fillRule: "evenodd"
|
|
4007
4007
|
}
|
|
@@ -4115,7 +4115,7 @@ var FilmStripIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
|
4115
4115
|
"path",
|
|
4116
4116
|
{
|
|
4117
4117
|
clipRule: "evenodd",
|
|
4118
|
-
d: "M12.0021 2.
|
|
4118
|
+
d: "M12.0021 2.66661C12.0013 2.66661 12.0006 2.66661 11.9999 2.66661C11.9991 2.66661 11.9984 2.66661 11.9977 2.66661H7.00208C7.00135 2.66661 7.00061 2.66661 6.99987 2.66661C6.99914 2.66661 6.9984 2.66661 6.99767 2.66661H4.99987C2.97483 2.66661 1.33321 4.30823 1.33321 6.33328V8.33328V15.6666V17.6666C1.33321 19.6917 2.97483 21.3333 4.99987 21.3333L6.99987 21.3333H11.9999H16.9999L18.9999 21.3333C21.0249 21.3333 22.6665 19.6917 22.6665 17.6666V15.6686C22.6665 15.6679 22.6665 15.6673 22.6665 15.6666C22.6665 15.666 22.6665 15.6653 22.6665 15.6646V8.33525C22.6665 8.33459 22.6665 8.33394 22.6665 8.33328C22.6665 8.33262 22.6665 8.33196 22.6665 8.3313V6.33328C22.6665 4.30823 21.0249 2.66661 18.9999 2.66661H17.0021C17.0013 2.66661 17.0006 2.66661 16.9999 2.66661C16.9991 2.66661 16.9984 2.66661 16.9977 2.66661H12.0021ZM15.9999 4.66661H12.9999V7.33328H15.9999V4.66661ZM17.9999 4.66661V7.33328H20.6665V6.33328C20.6665 5.4128 19.9203 4.66661 18.9999 4.66661H17.9999ZM20.6665 9.33328H12.9999V14.6666H16.9999H20.6665V9.33328ZM20.6665 16.6666H17.9999V19.3333H18.9999C19.9203 19.3333 20.6665 18.5871 20.6665 17.6666V16.6666ZM15.9999 19.3333V16.6666H12.9999V19.3333H15.9999ZM10.9999 19.3333V16.6666H7.99987V19.3333H10.9999ZM5.99987 19.3333V16.6666H3.33321V17.6666C3.33321 18.5871 4.0794 19.3333 4.99987 19.3333H5.99987ZM3.33321 14.6666H6.99987H10.9999V9.33328H3.33321V14.6666ZM3.33321 7.33328H5.99987V4.66661H4.99987C4.0794 4.66661 3.33321 5.4128 3.33321 6.33328V7.33328ZM7.99987 4.66661V7.33328H10.9999V4.66661H7.99987Z",
|
|
4119
4119
|
fill: "currentColor",
|
|
4120
4120
|
fillRule: "evenodd"
|
|
4121
4121
|
}
|
|
@@ -4359,15 +4359,35 @@ var HourglassIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
|
4359
4359
|
}
|
|
4360
4360
|
);
|
|
4361
4361
|
|
|
4362
|
-
// src/components/Icon/icons/
|
|
4362
|
+
// src/components/Icon/icons/ImportIcon.tsx
|
|
4363
4363
|
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
4364
|
-
var
|
|
4364
|
+
var ImportIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
4365
4365
|
"svg",
|
|
4366
4366
|
{
|
|
4367
4367
|
...props,
|
|
4368
4368
|
viewBox: "0 0 24 24",
|
|
4369
4369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4370
4370
|
children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
4371
|
+
"path",
|
|
4372
|
+
{
|
|
4373
|
+
clipRule: "evenodd",
|
|
4374
|
+
d: "M3.81096 10.4875C4.32408 6.86526 7.60391 3.99994 11.5417 3.99994C15.4337 3.99994 18.5871 6.71644 19.2331 10.2468C21.3693 10.6197 23 12.4277 23 14.5882C23 17.0167 20.9396 18.9999 18.4167 18.9999H5.58333C3.06041 18.9999 1 17.0167 1 14.5882C1 12.7444 2.16281 11.1385 3.81096 10.4875ZM12.9168 12.3823V8.4117H11.0834V12.3823H7.41667L12 17.6764L16.5833 12.3823H12.9168Z",
|
|
4375
|
+
fill: "currentColor",
|
|
4376
|
+
fillRule: "evenodd"
|
|
4377
|
+
}
|
|
4378
|
+
)
|
|
4379
|
+
}
|
|
4380
|
+
);
|
|
4381
|
+
|
|
4382
|
+
// src/components/Icon/icons/InfoIcon.tsx
|
|
4383
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
4384
|
+
var InfoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
4385
|
+
"svg",
|
|
4386
|
+
{
|
|
4387
|
+
...props,
|
|
4388
|
+
viewBox: "0 0 24 24",
|
|
4389
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4390
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
4371
4391
|
"path",
|
|
4372
4392
|
{
|
|
4373
4393
|
d: "M11.9998 1.33321C6.11847 1.33321 1.33315 6.11853 1.33315 11.9998C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9998C22.6664 6.11853 17.8811 1.33321 11.9998 1.33321ZM12.9998 17.0918C12.9998 17.6438 12.5518 18.0918 11.9998 18.0918C11.4478 18.0918 10.9998 17.6438 10.9998 17.0918V10.9998C10.9998 10.4479 11.4478 9.99985 11.9998 9.99985C12.5518 9.99985 12.9998 10.4479 12.9998 10.9998V17.0918ZM11.9998 8.99985C11.2638 8.99985 10.6665 8.40119 10.6665 7.66652C10.6665 6.93186 11.2638 6.33319 11.9998 6.33319C12.7358 6.33319 13.3331 6.93186 13.3331 7.66652C13.3331 8.40119 12.7358 8.99985 11.9998 8.99985Z",
|
|
@@ -4378,14 +4398,14 @@ var InfoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
|
4378
4398
|
);
|
|
4379
4399
|
|
|
4380
4400
|
// src/components/Icon/icons/IntegrationsIcon.tsx
|
|
4381
|
-
var
|
|
4382
|
-
var IntegrationsIcon = (props) => /* @__PURE__ */ (0,
|
|
4401
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
4402
|
+
var IntegrationsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
4383
4403
|
"svg",
|
|
4384
4404
|
{
|
|
4385
4405
|
...props,
|
|
4386
4406
|
viewBox: "0 0 24 24",
|
|
4387
4407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4388
|
-
children: /* @__PURE__ */ (0,
|
|
4408
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
4389
4409
|
"path",
|
|
4390
4410
|
{
|
|
4391
4411
|
clipRule: "evenodd",
|
|
@@ -4398,14 +4418,14 @@ var IntegrationsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
|
4398
4418
|
);
|
|
4399
4419
|
|
|
4400
4420
|
// src/components/Icon/icons/LeaveIcon.tsx
|
|
4401
|
-
var
|
|
4402
|
-
var LeaveIcon = (props) => /* @__PURE__ */ (0,
|
|
4421
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
4422
|
+
var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
4403
4423
|
"svg",
|
|
4404
4424
|
{
|
|
4405
4425
|
...props,
|
|
4406
4426
|
viewBox: "0 0 24 24",
|
|
4407
4427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4408
|
-
children: /* @__PURE__ */ (0,
|
|
4428
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
4409
4429
|
"path",
|
|
4410
4430
|
{
|
|
4411
4431
|
clipRule: "evenodd",
|
|
@@ -4418,14 +4438,14 @@ var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
|
4418
4438
|
);
|
|
4419
4439
|
|
|
4420
4440
|
// src/components/Icon/icons/LinkIcon.tsx
|
|
4421
|
-
var
|
|
4422
|
-
var LinkIcon = (props) => /* @__PURE__ */ (0,
|
|
4441
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
4442
|
+
var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
4423
4443
|
"svg",
|
|
4424
4444
|
{
|
|
4425
4445
|
...props,
|
|
4426
4446
|
viewBox: "0 0 24 24",
|
|
4427
4447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4428
|
-
children: /* @__PURE__ */ (0,
|
|
4448
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
4429
4449
|
"path",
|
|
4430
4450
|
{
|
|
4431
4451
|
clipRule: "evenodd",
|
|
@@ -4438,14 +4458,14 @@ var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
|
4438
4458
|
);
|
|
4439
4459
|
|
|
4440
4460
|
// src/components/Icon/icons/ListIcon.tsx
|
|
4441
|
-
var
|
|
4442
|
-
var ListIcon = (props) => /* @__PURE__ */ (0,
|
|
4461
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
4462
|
+
var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
4443
4463
|
"svg",
|
|
4444
4464
|
{
|
|
4445
4465
|
...props,
|
|
4446
4466
|
viewBox: "0 0 24 24",
|
|
4447
4467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4448
|
-
children: /* @__PURE__ */ (0,
|
|
4468
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
4449
4469
|
"path",
|
|
4450
4470
|
{
|
|
4451
4471
|
clipRule: "evenodd",
|
|
@@ -4458,14 +4478,14 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
|
4458
4478
|
);
|
|
4459
4479
|
|
|
4460
4480
|
// src/components/Icon/icons/LiveIcon.tsx
|
|
4461
|
-
var
|
|
4462
|
-
var LiveIcon = (props) => /* @__PURE__ */ (0,
|
|
4481
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
4482
|
+
var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4463
4483
|
"svg",
|
|
4464
4484
|
{
|
|
4465
4485
|
...props,
|
|
4466
4486
|
viewBox: "0 0 24 24",
|
|
4467
4487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4468
|
-
children: /* @__PURE__ */ (0,
|
|
4488
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4469
4489
|
"path",
|
|
4470
4490
|
{
|
|
4471
4491
|
clipRule: "evenodd",
|
|
@@ -4478,22 +4498,22 @@ var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
|
4478
4498
|
);
|
|
4479
4499
|
|
|
4480
4500
|
// src/components/Icon/icons/LocalizationIcon.tsx
|
|
4481
|
-
var
|
|
4482
|
-
var LocalizationIcon = (props) => /* @__PURE__ */ (0,
|
|
4501
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
4502
|
+
var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
4483
4503
|
"svg",
|
|
4484
4504
|
{
|
|
4485
4505
|
...props,
|
|
4486
4506
|
viewBox: "0 0 24 24",
|
|
4487
4507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4488
4508
|
children: [
|
|
4489
|
-
/* @__PURE__ */ (0,
|
|
4509
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4490
4510
|
"path",
|
|
4491
4511
|
{
|
|
4492
4512
|
d: "M11.0535 13.1579C11.1195 13.1759 11.1855 13.1839 11.2505 13.1839C11.5805 13.1839 11.8825 12.9649 11.9735 12.6309C12.0825 12.2319 11.8465 11.8189 11.4465 11.7109C10.8675 11.5529 10.3345 11.3049 9.8575 10.9849C10.6085 10.1129 11.1865 8.96988 11.4125 7.49988H12.7505C13.1645 7.49988 13.5005 7.16388 13.5005 6.74988C13.5005 6.33588 13.1645 5.99988 12.7505 5.99988H9.5005V4.74988C9.5005 4.33588 9.1645 3.99988 8.7505 3.99988C8.3365 3.99988 8.0005 4.33588 8.0005 4.74988V5.99988H4.7505C4.3365 5.99988 4.0005 6.33588 4.0005 6.74988C4.0005 7.16388 4.3365 7.49988 4.7505 7.49988H6.0835C6.2665 8.80788 6.8045 9.99988 7.6255 10.9689C6.2645 11.8649 4.8085 11.9939 4.6995 12.0019C4.2865 12.0299 3.9735 12.3869 4.0015 12.8009C4.0285 13.1969 4.3575 13.5009 4.7495 13.5009C4.7665 13.5009 4.7835 13.5009 4.8005 13.4999C5.8605 13.4289 7.4045 13.0079 8.7465 12.0159C9.4255 12.5229 10.1945 12.9249 11.0535 13.1589V13.1579ZM9.8955 7.49988C9.6965 8.55288 9.2715 9.35788 8.7475 9.97688C8.1605 9.27588 7.7555 8.42988 7.5885 7.49988H9.8955Z",
|
|
4493
4513
|
fill: "currentColor"
|
|
4494
4514
|
}
|
|
4495
4515
|
),
|
|
4496
|
-
/* @__PURE__ */ (0,
|
|
4516
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4497
4517
|
"path",
|
|
4498
4518
|
{
|
|
4499
4519
|
clipRule: "evenodd",
|
|
@@ -4502,14 +4522,14 @@ var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)
|
|
|
4502
4522
|
fillRule: "evenodd"
|
|
4503
4523
|
}
|
|
4504
4524
|
),
|
|
4505
|
-
/* @__PURE__ */ (0,
|
|
4525
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4506
4526
|
"path",
|
|
4507
4527
|
{
|
|
4508
4528
|
d: "M19.9525 18.9869L16.9525 10.9869C16.8425 10.6939 16.5625 10.4999 16.2505 10.4999H15.7505C15.4385 10.4999 15.1585 10.6939 15.0485 10.9869L12.0485 18.9869C11.9025 19.3749 12.0995 19.8069 12.4875 19.9519C12.8735 20.0969 13.3075 19.9009 13.4525 19.5129L14.2075 17.4999H17.7935L18.5485 19.5129C18.6615 19.8139 18.9465 19.9999 19.2505 19.9999C19.3375 19.9999 19.4275 19.9849 19.5135 19.9519C19.9015 19.8059 20.0975 19.3739 19.9525 18.9869ZM14.7705 15.9999L16.0005 12.7189L17.2305 15.9999H14.7695H14.7705Z",
|
|
4509
4529
|
fill: "currentColor"
|
|
4510
4530
|
}
|
|
4511
4531
|
),
|
|
4512
|
-
/* @__PURE__ */ (0,
|
|
4532
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4513
4533
|
"path",
|
|
4514
4534
|
{
|
|
4515
4535
|
clipRule: "evenodd",
|
|
@@ -4523,14 +4543,14 @@ var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)
|
|
|
4523
4543
|
);
|
|
4524
4544
|
|
|
4525
4545
|
// src/components/Icon/icons/LockIcon.tsx
|
|
4526
|
-
var
|
|
4527
|
-
var LockIcon = (props) => /* @__PURE__ */ (0,
|
|
4546
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
4547
|
+
var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4528
4548
|
"svg",
|
|
4529
4549
|
{
|
|
4530
4550
|
...props,
|
|
4531
4551
|
viewBox: "0 0 24 24",
|
|
4532
4552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4533
|
-
children: /* @__PURE__ */ (0,
|
|
4553
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4534
4554
|
"path",
|
|
4535
4555
|
{
|
|
4536
4556
|
clipRule: "evenodd",
|
|
@@ -4543,14 +4563,14 @@ var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
|
4543
4563
|
);
|
|
4544
4564
|
|
|
4545
4565
|
// src/components/Icon/icons/LogoutIcon.tsx
|
|
4546
|
-
var
|
|
4547
|
-
var LogoutIcon = (props) => /* @__PURE__ */ (0,
|
|
4566
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
4567
|
+
var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4548
4568
|
"svg",
|
|
4549
4569
|
{
|
|
4550
4570
|
...props,
|
|
4551
4571
|
viewBox: "0 0 24 24",
|
|
4552
4572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4553
|
-
children: /* @__PURE__ */ (0,
|
|
4573
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4554
4574
|
"path",
|
|
4555
4575
|
{
|
|
4556
4576
|
clipRule: "evenodd",
|
|
@@ -4563,14 +4583,14 @@ var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
|
4563
4583
|
);
|
|
4564
4584
|
|
|
4565
4585
|
// src/components/Icon/icons/MaximizeIcon.tsx
|
|
4566
|
-
var
|
|
4567
|
-
var MaximizeIcon = (props) => /* @__PURE__ */ (0,
|
|
4586
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
4587
|
+
var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
4568
4588
|
"svg",
|
|
4569
4589
|
{
|
|
4570
4590
|
...props,
|
|
4571
4591
|
viewBox: "0 0 24 24",
|
|
4572
4592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4573
|
-
children: /* @__PURE__ */ (0,
|
|
4593
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
4574
4594
|
"path",
|
|
4575
4595
|
{
|
|
4576
4596
|
clipRule: "evenodd",
|
|
@@ -4583,14 +4603,14 @@ var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
|
4583
4603
|
);
|
|
4584
4604
|
|
|
4585
4605
|
// src/components/Icon/icons/MediaIcon.tsx
|
|
4586
|
-
var
|
|
4587
|
-
var MediaIcon = (props) => /* @__PURE__ */ (0,
|
|
4606
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
4607
|
+
var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
4588
4608
|
"svg",
|
|
4589
4609
|
{
|
|
4590
4610
|
...props,
|
|
4591
4611
|
viewBox: "0 0 24 24",
|
|
4592
4612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4593
|
-
children: /* @__PURE__ */ (0,
|
|
4613
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
4594
4614
|
"path",
|
|
4595
4615
|
{
|
|
4596
4616
|
d: "M17.6666 2.66653H6.33325C4.31059 2.66653 2.6666 4.31053 2.6666 6.33319V17.6665C2.6666 19.6892 4.31059 21.3332 6.33325 21.3332H17.6666C19.6892 21.3332 21.3332 19.6892 21.3332 17.6665V6.33319C21.3332 4.31053 19.6892 2.66653 17.6666 2.66653ZM15.0372 12.8638L10.1706 15.7025C10.0132 15.7945 9.83991 15.8412 9.66658 15.8412C9.49591 15.8412 9.32525 15.7958 9.16791 15.7065C8.85325 15.5265 8.66658 15.2025 8.66658 14.8398V9.16118C8.66658 8.79852 8.85458 8.47452 9.16791 8.29452C9.48258 8.11319 9.85724 8.11585 10.1692 8.29719L15.0359 11.1358C15.3466 11.3172 15.5332 11.6398 15.5332 11.9998C15.5332 12.3598 15.3492 12.6825 15.0372 12.8638Z",
|
|
@@ -4601,14 +4621,14 @@ var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
|
4601
4621
|
);
|
|
4602
4622
|
|
|
4603
4623
|
// src/components/Icon/icons/MegaphoneIcon.tsx
|
|
4604
|
-
var
|
|
4605
|
-
var MegaphoneIcon = (props) => /* @__PURE__ */ (0,
|
|
4624
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
4625
|
+
var MegaphoneIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4606
4626
|
"svg",
|
|
4607
4627
|
{
|
|
4608
4628
|
...props,
|
|
4609
4629
|
viewBox: "0 0 24 24",
|
|
4610
4630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4611
|
-
children: /* @__PURE__ */ (0,
|
|
4631
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4612
4632
|
"path",
|
|
4613
4633
|
{
|
|
4614
4634
|
clipRule: "evenodd",
|
|
@@ -4621,14 +4641,14 @@ var MegaphoneIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
|
4621
4641
|
);
|
|
4622
4642
|
|
|
4623
4643
|
// src/components/Icon/icons/MenuIcon.tsx
|
|
4624
|
-
var
|
|
4625
|
-
var MenuIcon = (props) => /* @__PURE__ */ (0,
|
|
4644
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
4645
|
+
var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
4626
4646
|
"svg",
|
|
4627
4647
|
{
|
|
4628
4648
|
...props,
|
|
4629
4649
|
viewBox: "0 0 24 24",
|
|
4630
4650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4631
|
-
children: /* @__PURE__ */ (0,
|
|
4651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
4632
4652
|
"path",
|
|
4633
4653
|
{
|
|
4634
4654
|
clipRule: "evenodd",
|
|
@@ -4641,14 +4661,14 @@ var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
|
4641
4661
|
);
|
|
4642
4662
|
|
|
4643
4663
|
// src/components/Icon/icons/MicIcon.tsx
|
|
4644
|
-
var
|
|
4645
|
-
var MicIcon = (props) => /* @__PURE__ */ (0,
|
|
4664
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
4665
|
+
var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4646
4666
|
"svg",
|
|
4647
4667
|
{
|
|
4648
4668
|
...props,
|
|
4649
4669
|
viewBox: "0 0 24 24",
|
|
4650
4670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4651
|
-
children: /* @__PURE__ */ (0,
|
|
4671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4652
4672
|
"path",
|
|
4653
4673
|
{
|
|
4654
4674
|
clipRule: "evenodd",
|
|
@@ -4661,14 +4681,14 @@ var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
|
4661
4681
|
);
|
|
4662
4682
|
|
|
4663
4683
|
// src/components/Icon/icons/MicOffIcon.tsx
|
|
4664
|
-
var
|
|
4665
|
-
var MicOffIcon = (props) => /* @__PURE__ */ (0,
|
|
4684
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
4685
|
+
var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
4666
4686
|
"svg",
|
|
4667
4687
|
{
|
|
4668
4688
|
...props,
|
|
4669
4689
|
viewBox: "0 0 24 24",
|
|
4670
4690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4671
|
-
children: /* @__PURE__ */ (0,
|
|
4691
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
4672
4692
|
"path",
|
|
4673
4693
|
{
|
|
4674
4694
|
clipRule: "evenodd",
|
|
@@ -4681,14 +4701,14 @@ var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
|
4681
4701
|
);
|
|
4682
4702
|
|
|
4683
4703
|
// src/components/Icon/icons/MinimizeIcon.tsx
|
|
4684
|
-
var
|
|
4685
|
-
var MinimizeIcon = (props) => /* @__PURE__ */ (0,
|
|
4704
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
4705
|
+
var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
4686
4706
|
"svg",
|
|
4687
4707
|
{
|
|
4688
4708
|
...props,
|
|
4689
4709
|
viewBox: "0 0 24 24",
|
|
4690
4710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4691
|
-
children: /* @__PURE__ */ (0,
|
|
4711
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
4692
4712
|
"path",
|
|
4693
4713
|
{
|
|
4694
4714
|
clipRule: "evenodd",
|
|
@@ -4700,36 +4720,36 @@ var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
|
4700
4720
|
}
|
|
4701
4721
|
);
|
|
4702
4722
|
|
|
4703
|
-
// src/components/Icon/icons/
|
|
4704
|
-
var
|
|
4705
|
-
var
|
|
4723
|
+
// src/components/Icon/icons/MinusIcon.tsx
|
|
4724
|
+
var import_jsx_runtime107 = require("react/jsx-runtime");
|
|
4725
|
+
var MinusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
4706
4726
|
"svg",
|
|
4707
4727
|
{
|
|
4708
4728
|
...props,
|
|
4709
4729
|
viewBox: "0 0 24 24",
|
|
4710
4730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4711
|
-
children: /* @__PURE__ */ (0,
|
|
4731
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
4712
4732
|
"path",
|
|
4713
4733
|
{
|
|
4714
|
-
d: "
|
|
4734
|
+
d: "M19.6667 12.9999H4.33344C3.7813 12.9999 3.33344 12.552 3.33344 11.9999C3.33344 11.4477 3.7813 10.9999 4.33344 10.9999H19.6667C20.2189 10.9999 20.6667 11.4477 20.6667 11.9999C20.6667 12.552 20.2189 12.9999 19.6667 12.9999Z",
|
|
4715
4735
|
fill: "currentColor"
|
|
4716
4736
|
}
|
|
4717
4737
|
)
|
|
4718
4738
|
}
|
|
4719
4739
|
);
|
|
4720
4740
|
|
|
4721
|
-
// src/components/Icon/icons/
|
|
4722
|
-
var
|
|
4723
|
-
var
|
|
4741
|
+
// src/components/Icon/icons/MinusCircleIcon.tsx
|
|
4742
|
+
var import_jsx_runtime108 = require("react/jsx-runtime");
|
|
4743
|
+
var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
4724
4744
|
"svg",
|
|
4725
4745
|
{
|
|
4726
4746
|
...props,
|
|
4727
4747
|
viewBox: "0 0 24 24",
|
|
4728
4748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4729
|
-
children: /* @__PURE__ */ (0,
|
|
4749
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
4730
4750
|
"path",
|
|
4731
4751
|
{
|
|
4732
|
-
d: "
|
|
4752
|
+
d: "M11.9998 1.33321C6.11842 1.33321 1.33309 6.11855 1.33309 11.9999C1.33309 17.8812 6.11842 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9999C22.6664 6.11855 17.8811 1.33321 11.9998 1.33321ZM16.3331 12.9999H7.66642C7.11442 12.9999 6.66642 12.5519 6.66642 11.9999C6.66642 11.4479 7.11442 10.9999 7.66642 10.9999H16.3331C16.8851 10.9999 17.3331 11.4479 17.3331 11.9999C17.3331 12.5519 16.8851 12.9999 16.3331 12.9999Z",
|
|
4733
4753
|
fill: "currentColor"
|
|
4734
4754
|
}
|
|
4735
4755
|
)
|
|
@@ -4737,14 +4757,14 @@ var MinusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
|
4737
4757
|
);
|
|
4738
4758
|
|
|
4739
4759
|
// src/components/Icon/icons/MobileIcon.tsx
|
|
4740
|
-
var
|
|
4741
|
-
var MobileIcon = (props) => /* @__PURE__ */ (0,
|
|
4760
|
+
var import_jsx_runtime109 = require("react/jsx-runtime");
|
|
4761
|
+
var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
4742
4762
|
"svg",
|
|
4743
4763
|
{
|
|
4744
4764
|
...props,
|
|
4745
4765
|
viewBox: "0 0 24 24",
|
|
4746
4766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4747
|
-
children: /* @__PURE__ */ (0,
|
|
4767
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
4748
4768
|
"path",
|
|
4749
4769
|
{
|
|
4750
4770
|
clipRule: "evenodd",
|
|
@@ -4757,14 +4777,14 @@ var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
|
4757
4777
|
);
|
|
4758
4778
|
|
|
4759
4779
|
// src/components/Icon/icons/MoreOptionsIcon.tsx
|
|
4760
|
-
var
|
|
4761
|
-
var MoreOptionsIcon = (props) => /* @__PURE__ */ (0,
|
|
4780
|
+
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
4781
|
+
var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
4762
4782
|
"svg",
|
|
4763
4783
|
{
|
|
4764
4784
|
...props,
|
|
4765
4785
|
viewBox: "0 0 24 24",
|
|
4766
4786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4767
|
-
children: /* @__PURE__ */ (0,
|
|
4787
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
4768
4788
|
"path",
|
|
4769
4789
|
{
|
|
4770
4790
|
clipRule: "evenodd",
|
|
@@ -4777,14 +4797,14 @@ var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
|
4777
4797
|
);
|
|
4778
4798
|
|
|
4779
4799
|
// src/components/Icon/icons/MoveLeftIcon.tsx
|
|
4780
|
-
var
|
|
4781
|
-
var MoveLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
4800
|
+
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
4801
|
+
var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
4782
4802
|
"svg",
|
|
4783
4803
|
{
|
|
4784
4804
|
...props,
|
|
4785
4805
|
viewBox: "0 0 24 24",
|
|
4786
4806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4787
|
-
children: /* @__PURE__ */ (0,
|
|
4807
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
4788
4808
|
"path",
|
|
4789
4809
|
{
|
|
4790
4810
|
clipRule: "evenodd",
|
|
@@ -4797,14 +4817,14 @@ var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
|
4797
4817
|
);
|
|
4798
4818
|
|
|
4799
4819
|
// src/components/Icon/icons/MoveRightIcon.tsx
|
|
4800
|
-
var
|
|
4801
|
-
var MoveRightIcon = (props) => /* @__PURE__ */ (0,
|
|
4820
|
+
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
4821
|
+
var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
4802
4822
|
"svg",
|
|
4803
4823
|
{
|
|
4804
4824
|
...props,
|
|
4805
4825
|
viewBox: "0 0 24 24",
|
|
4806
4826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4807
|
-
children: /* @__PURE__ */ (0,
|
|
4827
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
4808
4828
|
"path",
|
|
4809
4829
|
{
|
|
4810
4830
|
clipRule: "evenodd",
|
|
@@ -4817,14 +4837,14 @@ var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
|
4817
4837
|
);
|
|
4818
4838
|
|
|
4819
4839
|
// src/components/Icon/icons/MusicIcon.tsx
|
|
4820
|
-
var
|
|
4821
|
-
var MusicIcon = (props) => /* @__PURE__ */ (0,
|
|
4840
|
+
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
4841
|
+
var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
4822
4842
|
"svg",
|
|
4823
4843
|
{
|
|
4824
4844
|
...props,
|
|
4825
4845
|
viewBox: "0 0 24 24",
|
|
4826
4846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4827
|
-
children: /* @__PURE__ */ (0,
|
|
4847
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
4828
4848
|
"path",
|
|
4829
4849
|
{
|
|
4830
4850
|
d: "M17.9493 1.93853L8.61598 3.49453C7.48665 3.68253 6.66665 4.65053 6.66665 5.79586V15.0852C6.16398 14.8265 5.60265 14.6665 4.99999 14.6665C2.97732 14.6665 1.33333 16.3105 1.33333 18.3332C1.33333 20.3558 2.97732 21.9998 4.99999 21.9998C7.02265 21.9998 8.66664 20.3558 8.66664 18.3332V9.84651L18.6666 8.17985V13.0852C18.164 12.8265 17.6026 12.6665 17 12.6665C14.9773 12.6665 13.3333 14.3105 13.3333 16.3332C13.3333 18.3558 14.9773 19.9998 17 19.9998C19.0226 19.9998 20.6666 18.3558 20.6666 16.3332V4.2412C20.6666 3.5532 20.3653 2.9052 19.8413 2.4612C19.3159 2.0172 18.6306 1.82787 17.9493 1.93987V1.93853Z",
|
|
@@ -4835,14 +4855,14 @@ var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
|
4835
4855
|
);
|
|
4836
4856
|
|
|
4837
4857
|
// src/components/Icon/icons/OnAirIcon.tsx
|
|
4838
|
-
var
|
|
4839
|
-
var OnAirIcon = (props) => /* @__PURE__ */ (0,
|
|
4858
|
+
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
4859
|
+
var OnAirIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
4840
4860
|
"svg",
|
|
4841
4861
|
{
|
|
4842
4862
|
...props,
|
|
4843
4863
|
viewBox: "0 0 24 24",
|
|
4844
4864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4845
|
-
children: /* @__PURE__ */ (0,
|
|
4865
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
4846
4866
|
"path",
|
|
4847
4867
|
{
|
|
4848
4868
|
d: "M12 22.6665C17.891 22.6665 22.6667 17.8909 22.6667 11.9999C22.6667 6.10884 17.891 1.33321 12 1.33321C6.10896 1.33321 1.33333 6.10884 1.33333 11.9999C1.33333 17.8909 6.10896 22.6665 12 22.6665Z",
|
|
@@ -4853,14 +4873,14 @@ var OnAirIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
|
4853
4873
|
);
|
|
4854
4874
|
|
|
4855
4875
|
// src/components/Icon/icons/OpenNewIcon.tsx
|
|
4856
|
-
var
|
|
4857
|
-
var OpenNewIcon = (props) => /* @__PURE__ */ (0,
|
|
4876
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
4877
|
+
var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
4858
4878
|
"svg",
|
|
4859
4879
|
{
|
|
4860
4880
|
...props,
|
|
4861
4881
|
viewBox: "0 0 24 24",
|
|
4862
4882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4863
|
-
children: /* @__PURE__ */ (0,
|
|
4883
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
4864
4884
|
"path",
|
|
4865
4885
|
{
|
|
4866
4886
|
clipRule: "evenodd",
|
|
@@ -4873,14 +4893,14 @@ var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
|
4873
4893
|
);
|
|
4874
4894
|
|
|
4875
4895
|
// src/components/Icon/icons/OverviewIcon.tsx
|
|
4876
|
-
var
|
|
4877
|
-
var OverviewIcon = (props) => /* @__PURE__ */ (0,
|
|
4896
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
4897
|
+
var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
4878
4898
|
"svg",
|
|
4879
4899
|
{
|
|
4880
4900
|
...props,
|
|
4881
4901
|
viewBox: "0 0 24 24",
|
|
4882
4902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4883
|
-
children: /* @__PURE__ */ (0,
|
|
4903
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
4884
4904
|
"path",
|
|
4885
4905
|
{
|
|
4886
4906
|
clipRule: "evenodd",
|
|
@@ -4893,14 +4913,14 @@ var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
|
4893
4913
|
);
|
|
4894
4914
|
|
|
4895
4915
|
// src/components/Icon/icons/PageIcon.tsx
|
|
4896
|
-
var
|
|
4897
|
-
var PageIcon = (props) => /* @__PURE__ */ (0,
|
|
4916
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
4917
|
+
var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
4898
4918
|
"svg",
|
|
4899
4919
|
{
|
|
4900
4920
|
...props,
|
|
4901
4921
|
viewBox: "0 0 24 24",
|
|
4902
4922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4903
|
-
children: /* @__PURE__ */ (0,
|
|
4923
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
4904
4924
|
"path",
|
|
4905
4925
|
{
|
|
4906
4926
|
clipRule: "evenodd",
|
|
@@ -4913,14 +4933,14 @@ var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
|
4913
4933
|
);
|
|
4914
4934
|
|
|
4915
4935
|
// src/components/Icon/icons/PanelLeftIcon.tsx
|
|
4916
|
-
var
|
|
4917
|
-
var PanelLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
4936
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
4937
|
+
var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
4918
4938
|
"svg",
|
|
4919
4939
|
{
|
|
4920
4940
|
...props,
|
|
4921
4941
|
viewBox: "0 0 24 24",
|
|
4922
4942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4923
|
-
children: /* @__PURE__ */ (0,
|
|
4943
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
4924
4944
|
"path",
|
|
4925
4945
|
{
|
|
4926
4946
|
d: "M18.9997 2.66653H4.99974C2.97708 2.66653 1.33309 4.31053 1.33309 6.33319V17.6665C1.33309 19.6892 2.97708 21.3332 4.99974 21.3332H18.9997C21.0224 21.3332 22.6664 19.6892 22.6664 17.6665V6.33319C22.6664 4.31053 21.0224 2.66653 18.9997 2.66653ZM7.33307 16.3332C7.33307 16.8852 6.88507 17.3332 6.33307 17.3332C5.78108 17.3332 5.33308 16.8852 5.33308 16.3332V7.66652C5.33308 7.11452 5.78108 6.66652 6.33307 6.66652C6.88507 6.66652 7.33307 7.11452 7.33307 7.66652V16.3332ZM17.6664 12.9998H12.0811L13.3744 14.2932C13.7651 14.6838 13.7651 15.3172 13.3744 15.7078C13.1797 15.9025 12.9237 16.0012 12.6677 16.0012C12.4117 16.0012 12.1557 15.9038 11.9611 15.7078L8.96107 12.7078C8.5704 12.3172 8.5704 11.6838 8.96107 11.2932L11.9611 8.29319C12.3517 7.90252 12.9851 7.90252 13.3757 8.29319C13.7664 8.68385 13.7664 9.31718 13.3757 9.70785L12.0824 11.0012H17.6677C18.2197 11.0012 18.6677 11.4492 18.6677 12.0012C18.6677 12.5532 18.2197 13.0012 17.6677 13.0012L17.6664 12.9998Z",
|
|
@@ -4931,14 +4951,14 @@ var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
|
4931
4951
|
);
|
|
4932
4952
|
|
|
4933
4953
|
// src/components/Icon/icons/PanelRightIcon.tsx
|
|
4934
|
-
var
|
|
4935
|
-
var PanelRightIcon = (props) => /* @__PURE__ */ (0,
|
|
4954
|
+
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
4955
|
+
var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
4936
4956
|
"svg",
|
|
4937
4957
|
{
|
|
4938
4958
|
...props,
|
|
4939
4959
|
viewBox: "0 0 24 24",
|
|
4940
4960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4941
|
-
children: /* @__PURE__ */ (0,
|
|
4961
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
4942
4962
|
"path",
|
|
4943
4963
|
{
|
|
4944
4964
|
d: "M18.9996 2.66653H4.99968C2.97702 2.66653 1.33302 4.31053 1.33302 6.33319V17.6665C1.33302 19.6892 2.97702 21.3332 4.99968 21.3332H18.9996C21.0223 21.3332 22.6663 19.6892 22.6663 17.6665V6.33319C22.6663 4.31053 21.0223 2.66653 18.9996 2.66653ZM7.33301 16.3332C7.33301 16.8852 6.88501 17.3332 6.33301 17.3332C5.78101 17.3332 5.33301 16.8852 5.33301 16.3332V7.66652C5.33301 7.11452 5.78101 6.66652 6.33301 6.66652C6.88501 6.66652 7.33301 7.11452 7.33301 7.66652V16.3332ZM18.373 12.7065L15.373 15.7065C15.1783 15.9012 14.9223 15.9998 14.6663 15.9998C14.4103 15.9998 14.1543 15.9025 13.9597 15.7065C13.569 15.3158 13.569 14.6825 13.9597 14.2918L15.253 12.9985H9.66634C9.11434 12.9985 8.66634 12.5505 8.66634 11.9985C8.66634 11.4465 9.11434 10.9985 9.66634 10.9985H15.2517L13.9583 9.70518C13.5677 9.31452 13.5677 8.68119 13.9583 8.29052C14.349 7.89985 14.9823 7.89985 15.373 8.29052L18.373 11.2905C18.7636 11.6812 18.7636 12.3158 18.373 12.7065Z",
|
|
@@ -4949,14 +4969,14 @@ var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
|
4949
4969
|
);
|
|
4950
4970
|
|
|
4951
4971
|
// src/components/Icon/icons/PanelUpIcon.tsx
|
|
4952
|
-
var
|
|
4953
|
-
var PanelUpIcon = (props) => /* @__PURE__ */ (0,
|
|
4972
|
+
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
4973
|
+
var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
4954
4974
|
"svg",
|
|
4955
4975
|
{
|
|
4956
4976
|
...props,
|
|
4957
4977
|
viewBox: "0 0 24 24",
|
|
4958
4978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4959
|
-
children: /* @__PURE__ */ (0,
|
|
4979
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
4960
4980
|
"path",
|
|
4961
4981
|
{
|
|
4962
4982
|
d: "M18.9996 2.66653H4.99962C2.97696 2.66653 1.33296 4.31053 1.33296 6.33319V17.6665C1.33296 19.6892 2.97696 21.3332 4.99962 21.3332H18.9996C21.0222 21.3332 22.6662 19.6892 22.6662 17.6665V6.33319C22.6662 4.31053 21.0222 2.66653 18.9996 2.66653ZM15.5343 14.8678C15.3396 15.0625 15.0836 15.1612 14.8276 15.1612C14.5716 15.1612 14.3156 15.0638 14.1209 14.8678L12.9996 13.7465V16.6652C12.9996 17.2172 12.5516 17.6652 11.9996 17.6652C11.4476 17.6652 10.9996 17.2172 10.9996 16.6652V13.7465L9.87827 14.8678C9.48761 15.2585 8.85428 15.2585 8.46361 14.8678C8.07295 14.4772 8.07295 13.8438 8.46361 13.4532L11.2916 10.6252C11.6823 10.2345 12.3156 10.2345 12.7063 10.6252L15.5343 13.4532C15.9249 13.8438 15.9249 14.4772 15.5343 14.8678ZM17.6663 8.66652H6.33295C5.78095 8.66652 5.33295 8.21852 5.33295 7.66652C5.33295 7.11452 5.78095 6.66652 6.33295 6.66652H17.6663C18.2183 6.66652 18.6663 7.11452 18.6663 7.66652C18.6663 8.21852 18.2183 8.66652 17.6663 8.66652Z",
|
|
@@ -4967,14 +4987,14 @@ var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
|
4967
4987
|
);
|
|
4968
4988
|
|
|
4969
4989
|
// src/components/Icon/icons/PasswordIcon.tsx
|
|
4970
|
-
var
|
|
4971
|
-
var PasswordIcon = (props) => /* @__PURE__ */ (0,
|
|
4990
|
+
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
4991
|
+
var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
4972
4992
|
"svg",
|
|
4973
4993
|
{
|
|
4974
4994
|
...props,
|
|
4975
4995
|
viewBox: "0 0 24 24",
|
|
4976
4996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4977
|
-
children: /* @__PURE__ */ (0,
|
|
4997
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
4978
4998
|
"path",
|
|
4979
4999
|
{
|
|
4980
5000
|
clipRule: "evenodd",
|
|
@@ -4987,14 +5007,14 @@ var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
|
4987
5007
|
);
|
|
4988
5008
|
|
|
4989
5009
|
// src/components/Icon/icons/PauseIcon.tsx
|
|
4990
|
-
var
|
|
4991
|
-
var PauseIcon = (props) => /* @__PURE__ */ (0,
|
|
5010
|
+
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
5011
|
+
var PauseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
4992
5012
|
"svg",
|
|
4993
5013
|
{
|
|
4994
5014
|
...props,
|
|
4995
5015
|
viewBox: "0 0 24 24",
|
|
4996
5016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4997
|
-
children: /* @__PURE__ */ (0,
|
|
5017
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
4998
5018
|
"path",
|
|
4999
5019
|
{
|
|
5000
5020
|
clipRule: "evenodd",
|
|
@@ -5007,14 +5027,14 @@ var PauseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
|
5007
5027
|
);
|
|
5008
5028
|
|
|
5009
5029
|
// src/components/Icon/icons/PencilIcon.tsx
|
|
5010
|
-
var
|
|
5011
|
-
var PencilIcon = (props) => /* @__PURE__ */ (0,
|
|
5030
|
+
var import_jsx_runtime123 = require("react/jsx-runtime");
|
|
5031
|
+
var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
5012
5032
|
"svg",
|
|
5013
5033
|
{
|
|
5014
5034
|
...props,
|
|
5015
5035
|
viewBox: "0 0 24 24",
|
|
5016
5036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5017
|
-
children: /* @__PURE__ */ (0,
|
|
5037
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
5018
5038
|
"path",
|
|
5019
5039
|
{
|
|
5020
5040
|
d: "M15.2186 3.7972L4.80665 14.2092C3.65599 15.3612 2.93866 18.7505 2.68266 20.1545C2.62399 20.4772 2.72799 20.8092 2.95999 21.0412C3.14932 21.2305 3.40399 21.3345 3.66666 21.3345C3.72532 21.3345 3.78532 21.3292 3.84532 21.3185C5.24932 21.0638 8.63864 20.3465 9.79064 19.1945L20.2026 8.78252C21.5759 7.40786 21.5759 5.1732 20.2026 3.79854C18.872 2.46787 16.5493 2.46787 15.2186 3.7972Z",
|
|
@@ -5025,14 +5045,14 @@ var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
|
5025
5045
|
);
|
|
5026
5046
|
|
|
5027
5047
|
// src/components/Icon/icons/PeopleIcon.tsx
|
|
5028
|
-
var
|
|
5029
|
-
var PeopleIcon = (props) => /* @__PURE__ */ (0,
|
|
5048
|
+
var import_jsx_runtime124 = require("react/jsx-runtime");
|
|
5049
|
+
var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
5030
5050
|
"svg",
|
|
5031
5051
|
{
|
|
5032
5052
|
...props,
|
|
5033
5053
|
viewBox: "0 0 24 24",
|
|
5034
5054
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5035
|
-
children: /* @__PURE__ */ (0,
|
|
5055
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
5036
5056
|
"path",
|
|
5037
5057
|
{
|
|
5038
5058
|
clipRule: "evenodd",
|
|
@@ -5045,14 +5065,14 @@ var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
|
5045
5065
|
);
|
|
5046
5066
|
|
|
5047
5067
|
// src/components/Icon/icons/PinIcon.tsx
|
|
5048
|
-
var
|
|
5049
|
-
var PinIcon = (props) => /* @__PURE__ */ (0,
|
|
5068
|
+
var import_jsx_runtime125 = require("react/jsx-runtime");
|
|
5069
|
+
var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
5050
5070
|
"svg",
|
|
5051
5071
|
{
|
|
5052
5072
|
...props,
|
|
5053
5073
|
viewBox: "0 0 24 24",
|
|
5054
5074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5055
|
-
children: /* @__PURE__ */ (0,
|
|
5075
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
5056
5076
|
"path",
|
|
5057
5077
|
{
|
|
5058
5078
|
clipRule: "evenodd",
|
|
@@ -5065,14 +5085,14 @@ var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
|
5065
5085
|
);
|
|
5066
5086
|
|
|
5067
5087
|
// src/components/Icon/icons/PinSlashIcon.tsx
|
|
5068
|
-
var
|
|
5069
|
-
var PinSlashIcon = (props) => /* @__PURE__ */ (0,
|
|
5088
|
+
var import_jsx_runtime126 = require("react/jsx-runtime");
|
|
5089
|
+
var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
5070
5090
|
"svg",
|
|
5071
5091
|
{
|
|
5072
5092
|
...props,
|
|
5073
5093
|
viewBox: "0 0 24 24",
|
|
5074
5094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5075
|
-
children: /* @__PURE__ */ (0,
|
|
5095
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
5076
5096
|
"path",
|
|
5077
5097
|
{
|
|
5078
5098
|
clipRule: "evenodd",
|
|
@@ -5085,14 +5105,14 @@ var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
|
5085
5105
|
);
|
|
5086
5106
|
|
|
5087
5107
|
// src/components/Icon/icons/PipIcon.tsx
|
|
5088
|
-
var
|
|
5089
|
-
var PipIcon = (props) => /* @__PURE__ */ (0,
|
|
5108
|
+
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
5109
|
+
var PipIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
5090
5110
|
"svg",
|
|
5091
5111
|
{
|
|
5092
5112
|
...props,
|
|
5093
5113
|
viewBox: "0 0 24 24",
|
|
5094
5114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5095
|
-
children: /* @__PURE__ */ (0,
|
|
5115
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
5096
5116
|
"path",
|
|
5097
5117
|
{
|
|
5098
5118
|
d: "M5 20.6665H19C21.0227 20.6665 22.6667 19.0225 22.6667 16.9999V6.99988C22.6667 4.97721 21.0227 3.33321 19 3.33321H5C2.97734 3.33321 1.33334 4.97721 1.33334 6.99988V16.9999C1.33334 19.0225 2.97734 20.6665 5 20.6665ZM14 13.6665C14 12.7465 14.7467 11.9999 15.6667 11.9999H19C19.92 11.9999 20.6667 12.7465 20.6667 13.6665V16.9999C20.6667 17.9199 19.92 18.6665 19 18.6665H15.6667C14.7467 18.6665 14 17.9199 14 16.9999V13.6665Z",
|
|
@@ -5103,14 +5123,14 @@ var PipIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
|
5103
5123
|
);
|
|
5104
5124
|
|
|
5105
5125
|
// src/components/Icon/icons/PlayIcon.tsx
|
|
5106
|
-
var
|
|
5107
|
-
var PlayIcon = (props) => /* @__PURE__ */ (0,
|
|
5126
|
+
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
5127
|
+
var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
5108
5128
|
"svg",
|
|
5109
5129
|
{
|
|
5110
5130
|
...props,
|
|
5111
5131
|
viewBox: "0 0 24 24",
|
|
5112
5132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5113
|
-
children: /* @__PURE__ */ (0,
|
|
5133
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
5114
5134
|
"path",
|
|
5115
5135
|
{
|
|
5116
5136
|
d: "M20.1332 9.97052L7.47719 2.96254C6.73986 2.55454 5.8692 2.56654 5.1452 2.9932C4.42787 3.41587 3.99987 4.16253 3.99987 4.99186V19.0078C3.99987 19.8372 4.42787 20.5838 5.1452 21.0065C5.5172 21.2252 5.92653 21.3358 6.33853 21.3358C6.7292 21.3358 7.11986 21.2358 7.47719 21.0385L20.1318 14.0305C20.8732 13.6212 21.3332 12.8425 21.3332 12.0012C21.3332 11.1598 20.8732 10.3799 20.1332 9.97052Z",
|
|
@@ -5121,14 +5141,14 @@ var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
|
5121
5141
|
);
|
|
5122
5142
|
|
|
5123
5143
|
// src/components/Icon/icons/PlayerIcon.tsx
|
|
5124
|
-
var
|
|
5125
|
-
var PlayerIcon = (props) => /* @__PURE__ */ (0,
|
|
5144
|
+
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
5145
|
+
var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
5126
5146
|
"svg",
|
|
5127
5147
|
{
|
|
5128
5148
|
...props,
|
|
5129
5149
|
viewBox: "0 0 24 24",
|
|
5130
5150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5131
|
-
children: /* @__PURE__ */ (0,
|
|
5151
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
5132
5152
|
"path",
|
|
5133
5153
|
{
|
|
5134
5154
|
d: "M18.9998 3.99987H4.9998C2.97714 3.99987 1.33315 5.64386 1.33315 7.66653V16.3332C1.33315 18.3558 2.97714 19.9998 4.9998 19.9998H18.9998C21.0224 19.9998 22.6664 18.3558 22.6664 16.3332V7.66653C22.6664 5.64386 21.0224 3.99987 18.9998 3.99987ZM15.0371 12.8638L10.1705 15.7025C10.0131 15.7945 9.83979 15.8412 9.66646 15.8412C9.49579 15.8412 9.32513 15.7958 9.16779 15.7065C8.85313 15.5265 8.66646 15.2025 8.66646 14.8398V9.16119C8.66646 8.79852 8.85446 8.47452 9.16779 8.29452C9.48246 8.11319 9.85712 8.11586 10.1691 8.29719L15.0358 11.1359C15.3464 11.3172 15.5331 11.6398 15.5331 11.9998C15.5331 12.3598 15.3491 12.6825 15.0371 12.8638Z",
|
|
@@ -5139,14 +5159,14 @@ var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
|
5139
5159
|
);
|
|
5140
5160
|
|
|
5141
5161
|
// src/components/Icon/icons/PlusIcon.tsx
|
|
5142
|
-
var
|
|
5143
|
-
var PlusIcon = (props) => /* @__PURE__ */ (0,
|
|
5162
|
+
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
5163
|
+
var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
5144
5164
|
"svg",
|
|
5145
5165
|
{
|
|
5146
5166
|
...props,
|
|
5147
5167
|
viewBox: "0 0 24 24",
|
|
5148
5168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5149
|
-
children: /* @__PURE__ */ (0,
|
|
5169
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
5150
5170
|
"path",
|
|
5151
5171
|
{
|
|
5152
5172
|
clipRule: "evenodd",
|
|
@@ -5159,14 +5179,14 @@ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
|
5159
5179
|
);
|
|
5160
5180
|
|
|
5161
5181
|
// src/components/Icon/icons/PodcastIcon.tsx
|
|
5162
|
-
var
|
|
5163
|
-
var PodcastIcon = (props) => /* @__PURE__ */ (0,
|
|
5182
|
+
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
5183
|
+
var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
5164
5184
|
"svg",
|
|
5165
5185
|
{
|
|
5166
5186
|
...props,
|
|
5167
5187
|
viewBox: "0 0 24 24",
|
|
5168
5188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5169
|
-
children: /* @__PURE__ */ (0,
|
|
5189
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
5170
5190
|
"path",
|
|
5171
5191
|
{
|
|
5172
5192
|
clipRule: "evenodd",
|
|
@@ -5179,14 +5199,14 @@ var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
|
5179
5199
|
);
|
|
5180
5200
|
|
|
5181
5201
|
// src/components/Icon/icons/PreviewIcon.tsx
|
|
5182
|
-
var
|
|
5183
|
-
var PreviewIcon = (props) => /* @__PURE__ */ (0,
|
|
5202
|
+
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
5203
|
+
var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
5184
5204
|
"svg",
|
|
5185
5205
|
{
|
|
5186
5206
|
...props,
|
|
5187
5207
|
viewBox: "0 0 24 24",
|
|
5188
5208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5189
|
-
children: /* @__PURE__ */ (0,
|
|
5209
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
5190
5210
|
"path",
|
|
5191
5211
|
{
|
|
5192
5212
|
clipRule: "evenodd",
|
|
@@ -5199,14 +5219,14 @@ var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
|
5199
5219
|
);
|
|
5200
5220
|
|
|
5201
5221
|
// src/components/Icon/icons/PrivateChatIcon.tsx
|
|
5202
|
-
var
|
|
5203
|
-
var PrivateChatIcon = (props) => /* @__PURE__ */ (0,
|
|
5222
|
+
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
5223
|
+
var PrivateChatIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
5204
5224
|
"svg",
|
|
5205
5225
|
{
|
|
5206
5226
|
...props,
|
|
5207
5227
|
viewBox: "0 0 24 24",
|
|
5208
5228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5209
|
-
children: /* @__PURE__ */ (0,
|
|
5229
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
5210
5230
|
"path",
|
|
5211
5231
|
{
|
|
5212
5232
|
clipRule: "evenodd",
|
|
@@ -5219,14 +5239,14 @@ var PrivateChatIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
|
5219
5239
|
);
|
|
5220
5240
|
|
|
5221
5241
|
// src/components/Icon/icons/PrivateUserSessionsIcon.tsx
|
|
5222
|
-
var
|
|
5223
|
-
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0,
|
|
5242
|
+
var import_jsx_runtime134 = require("react/jsx-runtime");
|
|
5243
|
+
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
5224
5244
|
"svg",
|
|
5225
5245
|
{
|
|
5226
5246
|
...props,
|
|
5227
5247
|
viewBox: "0 0 24 24",
|
|
5228
5248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5229
|
-
children: /* @__PURE__ */ (0,
|
|
5249
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
5230
5250
|
"path",
|
|
5231
5251
|
{
|
|
5232
5252
|
clipRule: "evenodd",
|
|
@@ -5239,15 +5259,15 @@ var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime1
|
|
|
5239
5259
|
);
|
|
5240
5260
|
|
|
5241
5261
|
// src/components/Icon/icons/ProjectIcon.tsx
|
|
5242
|
-
var
|
|
5243
|
-
var ProjectIcon = (props) => /* @__PURE__ */ (0,
|
|
5262
|
+
var import_jsx_runtime135 = require("react/jsx-runtime");
|
|
5263
|
+
var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
|
|
5244
5264
|
"svg",
|
|
5245
5265
|
{
|
|
5246
5266
|
...props,
|
|
5247
5267
|
viewBox: "0 0 24 24",
|
|
5248
5268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5249
5269
|
children: [
|
|
5250
|
-
/* @__PURE__ */ (0,
|
|
5270
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
5251
5271
|
"path",
|
|
5252
5272
|
{
|
|
5253
5273
|
clipRule: "evenodd",
|
|
@@ -5256,7 +5276,7 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
|
|
|
5256
5276
|
fillRule: "evenodd"
|
|
5257
5277
|
}
|
|
5258
5278
|
),
|
|
5259
|
-
/* @__PURE__ */ (0,
|
|
5279
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
5260
5280
|
"path",
|
|
5261
5281
|
{
|
|
5262
5282
|
d: "M9.95639 4.13386L8.95738 4.79867L8.95787 4.79941L9.95639 4.13386ZM12 7.19985L11.0015 7.8654C11.224 8.19929 11.5987 8.39985 12 8.39985V7.19985ZM4.8 7.19985V5.39986H2.40001V7.19985H4.8ZM4.8 5.39986C4.8 5.069 5.06914 4.79986 5.4 4.79986V2.39987C3.74366 2.39987 2.40001 3.74352 2.40001 5.39986H4.8ZM5.4 4.79986H8.95799V2.39987H5.4V4.79986ZM8.95799 4.79986C8.95808 4.79986 8.95805 4.79986 8.95807 4.79987C8.95816 4.79989 8.95836 4.79996 8.95858 4.80007C8.95903 4.80031 8.95826 4.8 8.95738 4.79867L10.9554 3.46906C10.51 2.79971 9.75864 2.39987 8.95799 2.39987V4.79986ZM8.95787 4.79941L11.0015 7.8654L12.9985 6.5343L10.9549 3.46832L8.95787 4.79941ZM12 8.39985H18.6V5.99985H12V8.39985ZM18.6 8.39985C18.9308 8.39985 19.2 8.66899 19.2 8.99984H21.6C21.6 7.34351 20.2563 5.99985 18.6 5.99985V8.39985ZM19.2 8.99984V16.7998H21.6V8.99984H19.2ZM19.2 16.7998C19.2 18.1243 18.1244 19.1998 16.8 19.1998V21.5998C19.4499 21.5998 21.6 19.4498 21.6 16.7998H19.2ZM16.8 19.1998H7.2V21.5998H16.8V19.1998ZM7.2 19.1998C5.87554 19.1998 4.8 18.1243 4.8 16.7998H2.40001C2.40001 19.4498 4.55006 21.5998 7.2 21.5998V19.1998ZM4.8 16.7998V7.19986H2.40001V16.7998H4.8ZM4.8 7.19986V7.19985H2.40001V7.19986H4.8Z",
|
|
@@ -5268,14 +5288,14 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
|
|
|
5268
5288
|
);
|
|
5269
5289
|
|
|
5270
5290
|
// src/components/Icon/icons/PropertiesIcon.tsx
|
|
5271
|
-
var
|
|
5272
|
-
var PropertiesIcon = (props) => /* @__PURE__ */ (0,
|
|
5291
|
+
var import_jsx_runtime136 = require("react/jsx-runtime");
|
|
5292
|
+
var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
5273
5293
|
"svg",
|
|
5274
5294
|
{
|
|
5275
5295
|
...props,
|
|
5276
5296
|
viewBox: "0 0 24 24",
|
|
5277
5297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5278
|
-
children: /* @__PURE__ */ (0,
|
|
5298
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
5279
5299
|
"path",
|
|
5280
5300
|
{
|
|
5281
5301
|
clipRule: "evenodd",
|
|
@@ -5288,14 +5308,14 @@ var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
|
5288
5308
|
);
|
|
5289
5309
|
|
|
5290
5310
|
// src/components/Icon/icons/QuestionMarkIcon.tsx
|
|
5291
|
-
var
|
|
5292
|
-
var QuestionMarkIcon = (props) => /* @__PURE__ */ (0,
|
|
5311
|
+
var import_jsx_runtime137 = require("react/jsx-runtime");
|
|
5312
|
+
var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
5293
5313
|
"svg",
|
|
5294
5314
|
{
|
|
5295
5315
|
...props,
|
|
5296
5316
|
viewBox: "0 0 24 24",
|
|
5297
5317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5298
|
-
children: /* @__PURE__ */ (0,
|
|
5318
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
5299
5319
|
"path",
|
|
5300
5320
|
{
|
|
5301
5321
|
d: "M11.9998 1.33321C6.11853 1.33321 1.33321 6.11853 1.33321 11.9998C1.33321 17.8812 6.11853 22.6665 11.9998 22.6665C17.8812 22.6665 22.6665 17.8812 22.6665 11.9998C22.6665 6.11853 17.8812 1.33321 11.9998 1.33321ZM11.7212 18.0892C10.9852 18.0892 10.3879 17.4905 10.3879 16.7558C10.3879 16.0212 10.9852 15.4225 11.7212 15.4225C12.4572 15.4225 13.0545 16.0212 13.0545 16.7558C13.0545 17.4905 12.4572 18.0892 11.7212 18.0892ZM13.7598 12.2865C13.1505 12.7118 12.8532 12.9412 12.7532 13.5065C12.6692 13.9918 12.2465 14.3332 11.7705 14.3332C11.7132 14.3332 11.6545 14.3292 11.5958 14.3185C11.0518 14.2225 10.6878 13.7052 10.7852 13.1598C11.0332 11.7505 11.9478 11.1119 12.6172 10.6452C13.3198 10.1545 13.5638 9.94919 13.5638 9.24652C13.5638 8.13052 12.6332 7.83586 12.1412 7.83586C11.5892 7.83586 10.5985 8.00919 10.1719 9.16919C9.98118 9.68785 9.41052 9.95319 8.88785 9.76385C8.36919 9.57319 8.10386 8.99852 8.29452 8.48119C8.90252 6.82519 10.3399 5.83586 12.1412 5.83586C13.7998 5.83586 15.5638 7.03053 15.5638 9.24652C15.5638 11.0292 14.5225 11.7558 13.7598 12.2865Z",
|
|
@@ -5306,14 +5326,14 @@ var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)
|
|
|
5306
5326
|
);
|
|
5307
5327
|
|
|
5308
5328
|
// src/components/Icon/icons/ReactIcon.tsx
|
|
5309
|
-
var
|
|
5310
|
-
var ReactIcon = (props) => /* @__PURE__ */ (0,
|
|
5329
|
+
var import_jsx_runtime138 = require("react/jsx-runtime");
|
|
5330
|
+
var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
5311
5331
|
"svg",
|
|
5312
5332
|
{
|
|
5313
5333
|
...props,
|
|
5314
5334
|
viewBox: "0 0 24 24",
|
|
5315
5335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5316
|
-
children: /* @__PURE__ */ (0,
|
|
5336
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
5317
5337
|
"path",
|
|
5318
5338
|
{
|
|
5319
5339
|
d: "M11.9998 1.33321C6.11847 1.33321 1.33315 6.11853 1.33315 11.9998C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9998C22.6664 6.11853 17.8811 1.33321 11.9998 1.33321ZM6.66647 10.6665C6.66647 9.93052 7.2638 9.33319 7.9998 9.33319C8.73579 9.33319 9.33313 9.93052 9.33313 10.6665C9.33313 11.4025 8.73579 11.9998 7.9998 11.9998C7.2638 11.9998 6.66647 11.4025 6.66647 10.6665ZM11.9998 18.6665C9.95846 18.6665 8.18779 17.1465 7.88113 15.1318C7.8358 14.8372 7.93313 14.5398 8.13846 14.3345C8.33979 14.1345 8.61579 14.0452 8.90113 14.0878C10.9358 14.4078 13.0424 14.4078 15.0851 14.0892C15.3744 14.0465 15.6558 14.1372 15.8624 14.3412C16.0664 14.5452 16.1624 14.8385 16.1184 15.1265C15.8131 17.1438 14.0424 18.6652 11.9998 18.6652V18.6665ZM15.9998 11.9998C15.2638 11.9998 14.6664 11.4025 14.6664 10.6665C14.6664 9.93052 15.2638 9.33319 15.9998 9.33319C16.7358 9.33319 17.3331 9.93052 17.3331 10.6665C17.3331 11.4025 16.7358 11.9998 15.9998 11.9998Z",
|
|
@@ -5324,14 +5344,14 @@ var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
|
5324
5344
|
);
|
|
5325
5345
|
|
|
5326
5346
|
// src/components/Icon/icons/RecordIcon.tsx
|
|
5327
|
-
var
|
|
5328
|
-
var RecordIcon = (props) => /* @__PURE__ */ (0,
|
|
5347
|
+
var import_jsx_runtime139 = require("react/jsx-runtime");
|
|
5348
|
+
var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
5329
5349
|
"svg",
|
|
5330
5350
|
{
|
|
5331
5351
|
...props,
|
|
5332
5352
|
viewBox: "0 0 24 24",
|
|
5333
5353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5334
|
-
children: /* @__PURE__ */ (0,
|
|
5354
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
5335
5355
|
"path",
|
|
5336
5356
|
{
|
|
5337
5357
|
clipRule: "evenodd",
|
|
@@ -5343,15 +5363,65 @@ var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
|
5343
5363
|
}
|
|
5344
5364
|
);
|
|
5345
5365
|
|
|
5366
|
+
// src/components/Icon/icons/RecordGroupIcon.tsx
|
|
5367
|
+
var import_jsx_runtime140 = require("react/jsx-runtime");
|
|
5368
|
+
var RecordGroupIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(
|
|
5369
|
+
"svg",
|
|
5370
|
+
{
|
|
5371
|
+
...props,
|
|
5372
|
+
viewBox: "0 0 24 24",
|
|
5373
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5374
|
+
children: [
|
|
5375
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5376
|
+
"path",
|
|
5377
|
+
{
|
|
5378
|
+
d: "M18.6361 12.1678C15.6787 12.1678 13.2724 14.6564 13.2724 17.715C13.2724 20.7735 15.6787 23.2621 18.6361 23.2621C21.5935 23.2621 23.9998 20.7735 23.9998 17.715C23.9998 14.6564 21.5935 12.1678 18.6361 12.1678ZM18.6361 22.2221C16.2331 22.2221 14.2781 20.2001 14.2781 17.715C14.2781 15.2298 16.2331 13.2079 18.6361 13.2079C21.039 13.2079 22.9941 15.2298 22.9941 17.715C22.9941 20.2001 21.039 22.2221 18.6361 22.2221Z",
|
|
5379
|
+
fill: "currentColor"
|
|
5380
|
+
}
|
|
5381
|
+
),
|
|
5382
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5383
|
+
"path",
|
|
5384
|
+
{
|
|
5385
|
+
d: "M18.6361 20.8319C20.3006 20.8319 21.6499 19.4364 21.6499 17.715C21.6499 15.9936 20.3006 14.5981 18.6361 14.5981C16.9716 14.5981 15.6223 15.9936 15.6223 17.715C15.6223 19.4364 16.9716 20.8319 18.6361 20.8319Z",
|
|
5386
|
+
fill: "currentColor"
|
|
5387
|
+
}
|
|
5388
|
+
),
|
|
5389
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5390
|
+
"path",
|
|
5391
|
+
{
|
|
5392
|
+
d: "M15.2836 1.74994C14.6131 1.74994 13.9896 1.93716 13.4331 2.23809C14.1666 3.27125 14.6131 4.53323 14.6131 5.91032C14.6131 7.2874 14.1666 8.54938 13.4331 9.58254C13.9896 9.88347 14.6131 10.0707 15.2836 10.0707C17.5015 10.0707 19.3064 8.20407 19.3064 5.91032C19.3064 3.61656 17.5015 1.74994 15.2836 1.74994Z",
|
|
5393
|
+
fill: "currentColor"
|
|
5394
|
+
}
|
|
5395
|
+
),
|
|
5396
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5397
|
+
"path",
|
|
5398
|
+
{
|
|
5399
|
+
d: "M8.57911 10.0707C10.8008 10.0707 12.6019 8.20803 12.6019 5.91032C12.6019 3.6126 10.8008 1.74994 8.57911 1.74994C6.35739 1.74994 4.55632 3.6126 4.55632 5.91032C4.55632 8.20803 6.35739 10.0707 8.57911 10.0707Z",
|
|
5400
|
+
fill: "currentColor"
|
|
5401
|
+
}
|
|
5402
|
+
),
|
|
5403
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5404
|
+
"path",
|
|
5405
|
+
{
|
|
5406
|
+
clipRule: "evenodd",
|
|
5407
|
+
d: "M12.8788 12.9146C11.5371 11.9582 9.92379 11.4101 8.23389 11.4101C4.84162 11.4101 1.75801 13.6186 0.5603 16.9054C0.321054 17.5607 0.352067 18.2739 0.647432 18.9154C0.951659 19.5752 1.51138 20.0869 2.18481 20.319C4.14161 20.9941 6.17815 21.3378 8.23389 21.3378C9.47978 21.3378 10.7186 21.2115 11.9369 20.9618C11.4888 19.9765 11.2384 18.876 11.2384 17.715C11.2384 15.8964 11.8529 14.2263 12.8788 12.9146Z",
|
|
5408
|
+
fill: "currentColor",
|
|
5409
|
+
fillRule: "evenodd"
|
|
5410
|
+
}
|
|
5411
|
+
)
|
|
5412
|
+
]
|
|
5413
|
+
}
|
|
5414
|
+
);
|
|
5415
|
+
|
|
5346
5416
|
// src/components/Icon/icons/RedoIcon.tsx
|
|
5347
|
-
var
|
|
5348
|
-
var RedoIcon = (props) => /* @__PURE__ */ (0,
|
|
5417
|
+
var import_jsx_runtime141 = require("react/jsx-runtime");
|
|
5418
|
+
var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
5349
5419
|
"svg",
|
|
5350
5420
|
{
|
|
5351
5421
|
...props,
|
|
5352
5422
|
viewBox: "0 0 24 24",
|
|
5353
5423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5354
|
-
children: /* @__PURE__ */ (0,
|
|
5424
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
5355
5425
|
"path",
|
|
5356
5426
|
{
|
|
5357
5427
|
clipRule: "evenodd",
|
|
@@ -5364,14 +5434,14 @@ var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
|
5364
5434
|
);
|
|
5365
5435
|
|
|
5366
5436
|
// src/components/Icon/icons/RefreshIcon.tsx
|
|
5367
|
-
var
|
|
5368
|
-
var RefreshIcon = (props) => /* @__PURE__ */ (0,
|
|
5437
|
+
var import_jsx_runtime142 = require("react/jsx-runtime");
|
|
5438
|
+
var RefreshIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
5369
5439
|
"svg",
|
|
5370
5440
|
{
|
|
5371
5441
|
...props,
|
|
5372
5442
|
viewBox: "0 0 24 24",
|
|
5373
5443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5374
|
-
children: /* @__PURE__ */ (0,
|
|
5444
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
5375
5445
|
"path",
|
|
5376
5446
|
{
|
|
5377
5447
|
clipRule: "evenodd",
|
|
@@ -5384,14 +5454,14 @@ var RefreshIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
|
5384
5454
|
);
|
|
5385
5455
|
|
|
5386
5456
|
// src/components/Icon/icons/ReplaceIcon.tsx
|
|
5387
|
-
var
|
|
5388
|
-
var ReplaceIcon = (props) => /* @__PURE__ */ (0,
|
|
5457
|
+
var import_jsx_runtime143 = require("react/jsx-runtime");
|
|
5458
|
+
var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5389
5459
|
"svg",
|
|
5390
5460
|
{
|
|
5391
5461
|
...props,
|
|
5392
5462
|
viewBox: "0 0 24 24",
|
|
5393
5463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5394
|
-
children: /* @__PURE__ */ (0,
|
|
5464
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5395
5465
|
"path",
|
|
5396
5466
|
{
|
|
5397
5467
|
clipRule: "evenodd",
|
|
@@ -5404,14 +5474,14 @@ var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
|
5404
5474
|
);
|
|
5405
5475
|
|
|
5406
5476
|
// src/components/Icon/icons/ReplyIcon.tsx
|
|
5407
|
-
var
|
|
5408
|
-
var ReplyIcon = (props) => /* @__PURE__ */ (0,
|
|
5477
|
+
var import_jsx_runtime144 = require("react/jsx-runtime");
|
|
5478
|
+
var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
5409
5479
|
"svg",
|
|
5410
5480
|
{
|
|
5411
5481
|
...props,
|
|
5412
5482
|
viewBox: "0 0 24 24",
|
|
5413
5483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5414
|
-
children: /* @__PURE__ */ (0,
|
|
5484
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
5415
5485
|
"path",
|
|
5416
5486
|
{
|
|
5417
5487
|
clipRule: "evenodd",
|
|
@@ -5423,19 +5493,39 @@ var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
|
5423
5493
|
}
|
|
5424
5494
|
);
|
|
5425
5495
|
|
|
5496
|
+
// src/components/Icon/icons/RequestVideoIcon.tsx
|
|
5497
|
+
var import_jsx_runtime145 = require("react/jsx-runtime");
|
|
5498
|
+
var RequestVideoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
5499
|
+
"svg",
|
|
5500
|
+
{
|
|
5501
|
+
...props,
|
|
5502
|
+
viewBox: "0 0 24 24",
|
|
5503
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5504
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
5505
|
+
"path",
|
|
5506
|
+
{
|
|
5507
|
+
clipRule: "evenodd",
|
|
5508
|
+
d: "M10.4282 1C8.04152 1 6.10677 2.93477 6.10677 5.32143C6.10677 7.70811 8.04152 9.64286 10.4282 9.64286C12.8149 9.64286 14.7496 7.70811 14.7496 5.32143C14.7496 2.93477 12.8149 1 10.4282 1ZM11.977 11.3383C11.4727 11.2567 10.9553 11.2143 10.4282 11.2143C5.24728 11.2143 0.999634 15.3112 0.999634 20.4219V20.9997L1.55518 21.1349C4.78947 21.9221 8.02549 22.2786 11.2614 22.2048C10.0135 20.8706 9.24963 19.0781 9.24963 17.1072C9.24963 14.7832 10.3117 12.7072 11.977 11.3383ZM17.1068 23C20.3613 23 22.9996 20.3617 22.9996 17.1072C22.9996 13.8526 20.3613 11.2143 17.1068 11.2143C13.8523 11.2143 11.2139 13.8526 11.2139 17.1072C11.2139 20.3617 13.8523 23 17.1068 23ZM17.8925 16.6469L19.4639 18.2183L20.5751 17.1072L17.1068 13.6389L13.6385 17.1072L14.7496 18.2183L16.3211 16.6469V20.25H17.8925V16.6469Z",
|
|
5509
|
+
fill: "currentColor",
|
|
5510
|
+
fillRule: "evenodd"
|
|
5511
|
+
}
|
|
5512
|
+
)
|
|
5513
|
+
}
|
|
5514
|
+
);
|
|
5515
|
+
|
|
5426
5516
|
// src/components/Icon/icons/RevertToOriginalIcon.tsx
|
|
5427
|
-
var
|
|
5428
|
-
var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0,
|
|
5517
|
+
var import_jsx_runtime146 = require("react/jsx-runtime");
|
|
5518
|
+
var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
5429
5519
|
"svg",
|
|
5430
5520
|
{
|
|
5431
5521
|
...props,
|
|
5432
5522
|
viewBox: "0 0 24 24",
|
|
5433
5523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5434
|
-
children: /* @__PURE__ */ (0,
|
|
5524
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
5435
5525
|
"path",
|
|
5436
5526
|
{
|
|
5437
5527
|
clipRule: "evenodd",
|
|
5438
|
-
d: "M5.
|
|
5528
|
+
d: "M5.64905 5.62299C7.27777 4.00086 9.52105 2.99994 12 2.99994C16.9706 2.99994 21 7.02938 21 11.9999C21 16.9705 16.9706 20.9999 12 20.9999C7.02944 20.9999 3 16.9705 3 11.9999V10.9999H1V11.9999C1 18.075 5.92487 22.9999 12 22.9999C18.0751 22.9999 23 18.075 23 11.9999C23 5.92481 18.0751 0.999939 12 0.999939C8.96073 0.999939 6.20777 2.23385 4.21795 4.22564L4.20135 4.24225L4 4.46368V0.999939H2V7.99994H9V5.99994H5.30628L5.64905 5.62299ZM13 5.99994V11.5857L17.4142 15.9999L16 17.4141L11 12.4141V5.99994H13Z",
|
|
5439
5529
|
fill: "currentColor",
|
|
5440
5530
|
fillRule: "evenodd"
|
|
5441
5531
|
}
|
|
@@ -5444,14 +5534,14 @@ var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.
|
|
|
5444
5534
|
);
|
|
5445
5535
|
|
|
5446
5536
|
// src/components/Icon/icons/RewindIcon.tsx
|
|
5447
|
-
var
|
|
5448
|
-
var RewindIcon = (props) => /* @__PURE__ */ (0,
|
|
5537
|
+
var import_jsx_runtime147 = require("react/jsx-runtime");
|
|
5538
|
+
var RewindIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
5449
5539
|
"svg",
|
|
5450
5540
|
{
|
|
5451
5541
|
...props,
|
|
5452
5542
|
viewBox: "0 0 24 24",
|
|
5453
5543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5454
|
-
children: /* @__PURE__ */ (0,
|
|
5544
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
5455
5545
|
"path",
|
|
5456
5546
|
{
|
|
5457
5547
|
d: "M23.1796 5.02255C22.6636 4.71988 22.0489 4.71188 21.5262 4.99988L13.3329 9.53988V6.45855C13.3329 5.86255 13.0262 5.32521 12.5129 5.02255C11.9982 4.71988 11.3809 4.71055 10.8596 5.00121L0.859573 10.5412C0.330239 10.8345 -0.000427246 11.3932 -0.000427246 11.9999C-0.000427246 12.6065 0.328906 13.1652 0.859573 13.4585L10.8596 18.9985C11.1129 19.1399 11.3902 19.2105 11.6662 19.2105C11.9582 19.2105 12.2489 19.1319 12.5129 18.9772C13.0262 18.6745 13.3329 18.1372 13.3329 17.5412V14.4599L21.5262 18.9985C21.7796 19.1399 22.0569 19.2105 22.3329 19.2105C22.6249 19.2105 22.9156 19.1319 23.1796 18.9772C23.6929 18.6745 23.9996 18.1372 23.9996 17.5412V6.45855C23.9996 5.86255 23.6929 5.32521 23.1796 5.02255Z",
|
|
@@ -5461,53 +5551,53 @@ var RewindIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
|
5461
5551
|
}
|
|
5462
5552
|
);
|
|
5463
5553
|
|
|
5464
|
-
// src/components/Icon/icons/
|
|
5465
|
-
var
|
|
5466
|
-
var
|
|
5554
|
+
// src/components/Icon/icons/SaveIcon.tsx
|
|
5555
|
+
var import_jsx_runtime148 = require("react/jsx-runtime");
|
|
5556
|
+
var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
5467
5557
|
"svg",
|
|
5468
5558
|
{
|
|
5469
5559
|
...props,
|
|
5470
5560
|
viewBox: "0 0 24 24",
|
|
5471
5561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5472
|
-
children: /* @__PURE__ */ (0,
|
|
5562
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
5473
5563
|
"path",
|
|
5474
5564
|
{
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
fill: "currentColor",
|
|
5478
|
-
fillRule: "evenodd"
|
|
5565
|
+
d: "M21.3155 6.5692L17.4301 2.68387C16.9888 2.24254 16.4035 1.99987 15.7808 1.99987H5.87949C3.74083 1.99987 1.9995 3.7412 1.9995 5.87986V18.1198C1.9995 20.2585 3.74083 21.9998 5.87949 21.9998H18.1195C20.2581 21.9998 21.9995 20.2585 21.9995 18.1198V8.21852C21.9995 7.59586 21.7568 7.00919 21.3155 6.5692ZM6.66616 3.99987H14.6661V6.66653C14.6661 7.39986 14.0661 7.99986 13.3328 7.99986H7.99949C7.26616 7.99986 6.66616 7.39986 6.66616 6.66653V3.99987ZM17.3328 19.9998H6.66616V14.6665C6.66616 13.9332 7.26616 13.3332 7.99949 13.3332H15.9995C16.7328 13.3332 17.3328 13.9332 17.3328 14.6665V19.9998Z",
|
|
5566
|
+
fill: "currentColor"
|
|
5479
5567
|
}
|
|
5480
5568
|
)
|
|
5481
5569
|
}
|
|
5482
5570
|
);
|
|
5483
5571
|
|
|
5484
|
-
// src/components/Icon/icons/
|
|
5485
|
-
var
|
|
5486
|
-
var
|
|
5572
|
+
// src/components/Icon/icons/SaveAsCopyIcon.tsx
|
|
5573
|
+
var import_jsx_runtime149 = require("react/jsx-runtime");
|
|
5574
|
+
var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
5487
5575
|
"svg",
|
|
5488
5576
|
{
|
|
5489
5577
|
...props,
|
|
5490
5578
|
viewBox: "0 0 24 24",
|
|
5491
5579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5492
|
-
children: /* @__PURE__ */ (0,
|
|
5580
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
5493
5581
|
"path",
|
|
5494
5582
|
{
|
|
5495
|
-
|
|
5496
|
-
|
|
5583
|
+
clipRule: "evenodd",
|
|
5584
|
+
d: "M2.7461 16.1438C2.81944 16.6398 3.24743 16.9972 3.7341 16.9972V16.9958C3.78343 16.9958 3.83277 16.9932 3.8821 16.9852C4.42743 16.9052 4.8061 16.3958 4.72476 15.8492L3.35277 6.61719C3.2861 6.17719 3.39543 5.73719 3.66077 5.37986C3.92477 5.02253 4.3141 4.7892 4.7541 4.72386L13.9861 3.35053C14.7527 3.23453 15.4874 3.6572 15.7767 4.3732C15.9847 4.88653 16.5701 5.13453 17.0781 4.92653C17.5914 4.71986 17.8381 4.1372 17.6314 3.6252C16.9954 2.0492 15.3714 1.12387 13.6927 1.3732L4.46077 2.7452C3.49143 2.8892 2.63677 3.40253 2.0541 4.1892C1.47011 4.97586 1.22877 5.94253 1.37277 6.91186L2.7461 16.1438ZM9.6661 5.99986H18.9994C21.0244 5.99986 22.6661 7.64148 22.6661 9.66652V18.9998C22.6661 21.0249 21.0244 22.6665 18.9994 22.6665H9.6661C7.64106 22.6665 5.99944 21.0249 5.99944 18.9998V9.66652C5.99944 7.64148 7.64106 5.99986 9.6661 5.99986Z",
|
|
5585
|
+
fill: "currentColor",
|
|
5586
|
+
fillRule: "evenodd"
|
|
5497
5587
|
}
|
|
5498
5588
|
)
|
|
5499
5589
|
}
|
|
5500
5590
|
);
|
|
5501
5591
|
|
|
5502
5592
|
// src/components/Icon/icons/ScissorsIcon.tsx
|
|
5503
|
-
var
|
|
5504
|
-
var ScissorsIcon = (props) => /* @__PURE__ */ (0,
|
|
5593
|
+
var import_jsx_runtime150 = require("react/jsx-runtime");
|
|
5594
|
+
var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
5505
5595
|
"svg",
|
|
5506
5596
|
{
|
|
5507
5597
|
...props,
|
|
5508
5598
|
viewBox: "0 0 24 24",
|
|
5509
5599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5510
|
-
children: /* @__PURE__ */ (0,
|
|
5600
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
5511
5601
|
"path",
|
|
5512
5602
|
{
|
|
5513
5603
|
d: "M8.03042 13.6605C7.73535 14.0006 7.25074 14.0917 6.8028 14.0461C6.54217 14.0195 6.27019 14.0236 5.96972 14.0236C3.76414 14.0236 2.01959 16.1038 1.97773 18.0156C1.93586 19.9273 3.23259 22.2035 5.96972 22.0076C8.70686 21.8116 9.96172 20.2211 9.96172 18.0156C9.96172 17.6742 9.91811 17.3462 9.83672 17.0336C9.73128 16.6286 9.79891 16.1824 10.0948 15.8865L11.2506 14.7307C11.6411 14.3401 12.2743 14.3401 12.6648 14.7307L13.8206 15.8865C14.1165 16.1824 14.1841 16.6286 14.0787 17.0336C13.9973 17.3462 13.9537 17.6742 13.9537 18.0156C13.9537 20.2211 15.1616 22.1277 17.9457 22.0076C20.1138 22.0076 21.8769 20.2813 21.9362 18.1275C21.9382 18.0533 21.9472 17.9794 21.9583 17.906C22.2072 16.2536 19.8847 13.8188 17.9457 14.0236C17.606 14.0236 17.2796 14.0667 16.9684 14.1474C16.561 14.2529 16.1121 14.1834 15.8164 13.8839L15.5341 13.5979C15.1988 13.2583 15.1485 12.7314 15.4153 12.3357C16.7051 10.4232 20.3129 5.04458 20.9214 3.82741C21.5171 2.63608 20.8216 2.27428 20.5213 2.17749C20.4397 2.15115 20.3538 2.15005 20.2692 2.16438C19.9626 2.21628 19.1552 2.39484 18.4294 2.91739C17.5596 3.54369 11.1772 10.0335 8.03042 13.6605ZM7.96572 18.0156C7.96572 19.1134 7.62753 20.2005 5.93739 20.2918C4.24725 20.3831 4.00273 19.3194 3.97372 18.0156C3.94472 16.7117 4.78907 16.3065 5.90361 16.2727C7.01816 16.2389 7.96572 16.9178 7.96572 18.0156ZM19.5954 17.9155C19.5954 19.0133 18.9851 19.6891 17.8773 19.6891C16.7695 19.6891 16.2146 19.1796 16.2146 18.0818C16.2146 16.984 16.7141 16.3637 17.8219 16.3637C18.9297 16.3637 19.5954 16.8177 19.5954 17.9155ZM3.59453 4.26526C3.95765 4.87977 7.97772 9.95022 8.7319 10.3133C9.48608 10.6765 11.7442 7.95976 11.3532 7.17765C10.9621 6.39553 4.78187 2.23266 3.97372 2.04758C3.45763 1.92939 3.19544 2.20587 3.07334 2.42113C2.99439 2.56032 2.99979 2.7259 3.0443 2.87961C3.14116 3.21412 3.3405 3.83537 3.59453 4.26526Z",
|
|
@@ -5518,14 +5608,14 @@ var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
|
5518
5608
|
);
|
|
5519
5609
|
|
|
5520
5610
|
// src/components/Icon/icons/ScreenshareOffIcon.tsx
|
|
5521
|
-
var
|
|
5522
|
-
var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0,
|
|
5611
|
+
var import_jsx_runtime151 = require("react/jsx-runtime");
|
|
5612
|
+
var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
5523
5613
|
"svg",
|
|
5524
5614
|
{
|
|
5525
5615
|
...props,
|
|
5526
5616
|
viewBox: "0 0 24 24",
|
|
5527
5617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5528
|
-
children: /* @__PURE__ */ (0,
|
|
5618
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
5529
5619
|
"path",
|
|
5530
5620
|
{
|
|
5531
5621
|
clipRule: "evenodd",
|
|
@@ -5538,14 +5628,14 @@ var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.js
|
|
|
5538
5628
|
);
|
|
5539
5629
|
|
|
5540
5630
|
// src/components/Icon/icons/ScreenshareOnIcon.tsx
|
|
5541
|
-
var
|
|
5542
|
-
var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0,
|
|
5631
|
+
var import_jsx_runtime152 = require("react/jsx-runtime");
|
|
5632
|
+
var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
5543
5633
|
"svg",
|
|
5544
5634
|
{
|
|
5545
5635
|
...props,
|
|
5546
5636
|
viewBox: "0 0 24 24",
|
|
5547
5637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5548
|
-
children: /* @__PURE__ */ (0,
|
|
5638
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
5549
5639
|
"path",
|
|
5550
5640
|
{
|
|
5551
5641
|
clipRule: "evenodd",
|
|
@@ -5558,14 +5648,14 @@ var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx
|
|
|
5558
5648
|
);
|
|
5559
5649
|
|
|
5560
5650
|
// src/components/Icon/icons/SearchIcon.tsx
|
|
5561
|
-
var
|
|
5562
|
-
var SearchIcon = (props) => /* @__PURE__ */ (0,
|
|
5651
|
+
var import_jsx_runtime153 = require("react/jsx-runtime");
|
|
5652
|
+
var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
5563
5653
|
"svg",
|
|
5564
5654
|
{
|
|
5565
5655
|
...props,
|
|
5566
5656
|
viewBox: "0 0 24 24",
|
|
5567
5657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5568
|
-
children: /* @__PURE__ */ (0,
|
|
5658
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
5569
5659
|
"path",
|
|
5570
5660
|
{
|
|
5571
5661
|
clipRule: "evenodd",
|
|
@@ -5578,14 +5668,14 @@ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
|
5578
5668
|
);
|
|
5579
5669
|
|
|
5580
5670
|
// src/components/Icon/icons/SendIcon.tsx
|
|
5581
|
-
var
|
|
5582
|
-
var SendIcon = (props) => /* @__PURE__ */ (0,
|
|
5671
|
+
var import_jsx_runtime154 = require("react/jsx-runtime");
|
|
5672
|
+
var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
5583
5673
|
"svg",
|
|
5584
5674
|
{
|
|
5585
5675
|
...props,
|
|
5586
5676
|
viewBox: "0 0 24 24",
|
|
5587
5677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5588
|
-
children: /* @__PURE__ */ (0,
|
|
5678
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
5589
5679
|
"path",
|
|
5590
5680
|
{
|
|
5591
5681
|
d: "M21.0892 10.5011L5.8012 2.56248C5.1972 2.25048 4.47187 2.32915 3.94787 2.75981C3.4252 3.19181 3.21187 3.89181 3.40387 4.54114L5.3172 10.9998H11.8478C12.3998 10.9998 12.8478 11.4478 12.8478 11.9998C12.8478 12.5518 12.3998 12.9998 11.8478 12.9998H5.3172L3.40387 19.4584C3.21054 20.1091 3.4252 20.8078 3.94787 21.2398C4.2572 21.4944 4.63853 21.6264 5.02253 21.6264C5.28787 21.6264 5.55453 21.5638 5.8012 21.4358L21.0892 13.4971C21.6505 13.2051 21.9998 12.6318 21.9998 11.9985C21.9998 11.3651 21.6505 10.7931 21.0892 10.5011Z",
|
|
@@ -5596,14 +5686,14 @@ var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
|
5596
5686
|
);
|
|
5597
5687
|
|
|
5598
5688
|
// src/components/Icon/icons/ShapesIcon.tsx
|
|
5599
|
-
var
|
|
5600
|
-
var ShapesIcon = (props) => /* @__PURE__ */ (0,
|
|
5689
|
+
var import_jsx_runtime155 = require("react/jsx-runtime");
|
|
5690
|
+
var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
5601
5691
|
"svg",
|
|
5602
5692
|
{
|
|
5603
5693
|
...props,
|
|
5604
5694
|
viewBox: "0 0 24 24",
|
|
5605
5695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5606
|
-
children: /* @__PURE__ */ (0,
|
|
5696
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
5607
5697
|
"path",
|
|
5608
5698
|
{
|
|
5609
5699
|
clipRule: "evenodd",
|
|
@@ -5616,14 +5706,14 @@ var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
|
5616
5706
|
);
|
|
5617
5707
|
|
|
5618
5708
|
// src/components/Icon/icons/ShareIcon.tsx
|
|
5619
|
-
var
|
|
5620
|
-
var ShareIcon = (props) => /* @__PURE__ */ (0,
|
|
5709
|
+
var import_jsx_runtime156 = require("react/jsx-runtime");
|
|
5710
|
+
var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
5621
5711
|
"svg",
|
|
5622
5712
|
{
|
|
5623
5713
|
...props,
|
|
5624
5714
|
viewBox: "0 0 24 24",
|
|
5625
5715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5626
|
-
children: /* @__PURE__ */ (0,
|
|
5716
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
5627
5717
|
"path",
|
|
5628
5718
|
{
|
|
5629
5719
|
clipRule: "evenodd",
|
|
@@ -5636,14 +5726,14 @@ var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
|
5636
5726
|
);
|
|
5637
5727
|
|
|
5638
5728
|
// src/components/Icon/icons/SharingPermissionsIcon.tsx
|
|
5639
|
-
var
|
|
5640
|
-
var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0,
|
|
5729
|
+
var import_jsx_runtime157 = require("react/jsx-runtime");
|
|
5730
|
+
var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
5641
5731
|
"svg",
|
|
5642
5732
|
{
|
|
5643
5733
|
...props,
|
|
5644
5734
|
viewBox: "0 0 24 24",
|
|
5645
5735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5646
|
-
children: /* @__PURE__ */ (0,
|
|
5736
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
5647
5737
|
"path",
|
|
5648
5738
|
{
|
|
5649
5739
|
clipRule: "evenodd",
|
|
@@ -5656,14 +5746,14 @@ var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15
|
|
|
5656
5746
|
);
|
|
5657
5747
|
|
|
5658
5748
|
// src/components/Icon/icons/SimulcastIcon.tsx
|
|
5659
|
-
var
|
|
5660
|
-
var SimulcastIcon = (props) => /* @__PURE__ */ (0,
|
|
5749
|
+
var import_jsx_runtime158 = require("react/jsx-runtime");
|
|
5750
|
+
var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
5661
5751
|
"svg",
|
|
5662
5752
|
{
|
|
5663
5753
|
...props,
|
|
5664
5754
|
viewBox: "0 0 24 24",
|
|
5665
5755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5666
|
-
children: /* @__PURE__ */ (0,
|
|
5756
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
5667
5757
|
"path",
|
|
5668
5758
|
{
|
|
5669
5759
|
clipRule: "evenodd",
|
|
@@ -5676,14 +5766,14 @@ var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
|
5676
5766
|
);
|
|
5677
5767
|
|
|
5678
5768
|
// src/components/Icon/icons/SortIcon.tsx
|
|
5679
|
-
var
|
|
5680
|
-
var SortIcon = (props) => /* @__PURE__ */ (0,
|
|
5769
|
+
var import_jsx_runtime159 = require("react/jsx-runtime");
|
|
5770
|
+
var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
5681
5771
|
"svg",
|
|
5682
5772
|
{
|
|
5683
5773
|
...props,
|
|
5684
5774
|
viewBox: "0 0 24 24",
|
|
5685
5775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5686
|
-
children: /* @__PURE__ */ (0,
|
|
5776
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
5687
5777
|
"path",
|
|
5688
5778
|
{
|
|
5689
5779
|
clipRule: "evenodd",
|
|
@@ -5696,14 +5786,14 @@ var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
|
5696
5786
|
);
|
|
5697
5787
|
|
|
5698
5788
|
// src/components/Icon/icons/SparkleIcon.tsx
|
|
5699
|
-
var
|
|
5700
|
-
var SparkleIcon = (props) => /* @__PURE__ */ (0,
|
|
5789
|
+
var import_jsx_runtime160 = require("react/jsx-runtime");
|
|
5790
|
+
var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
5701
5791
|
"svg",
|
|
5702
5792
|
{
|
|
5703
5793
|
...props,
|
|
5704
5794
|
viewBox: "0 0 24 24",
|
|
5705
5795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5706
|
-
children: /* @__PURE__ */ (0,
|
|
5796
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
5707
5797
|
"path",
|
|
5708
5798
|
{
|
|
5709
5799
|
clipRule: "evenodd",
|
|
@@ -5716,14 +5806,14 @@ var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
|
5716
5806
|
);
|
|
5717
5807
|
|
|
5718
5808
|
// src/components/Icon/icons/SpeedIcon.tsx
|
|
5719
|
-
var
|
|
5720
|
-
var SpeedIcon = (props) => /* @__PURE__ */ (0,
|
|
5809
|
+
var import_jsx_runtime161 = require("react/jsx-runtime");
|
|
5810
|
+
var SpeedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
5721
5811
|
"svg",
|
|
5722
5812
|
{
|
|
5723
5813
|
...props,
|
|
5724
5814
|
viewBox: "0 0 24 24",
|
|
5725
5815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5726
|
-
children: /* @__PURE__ */ (0,
|
|
5816
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
5727
5817
|
"path",
|
|
5728
5818
|
{
|
|
5729
5819
|
clipRule: "evenodd",
|
|
@@ -5736,15 +5826,15 @@ var SpeedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
|
5736
5826
|
);
|
|
5737
5827
|
|
|
5738
5828
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
5739
|
-
var
|
|
5740
|
-
var SpinnerIcon = (props) => /* @__PURE__ */ (0,
|
|
5829
|
+
var import_jsx_runtime162 = require("react/jsx-runtime");
|
|
5830
|
+
var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(
|
|
5741
5831
|
"svg",
|
|
5742
5832
|
{
|
|
5743
5833
|
...props,
|
|
5744
5834
|
viewBox: "0 0 24 24",
|
|
5745
5835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5746
5836
|
children: [
|
|
5747
|
-
/* @__PURE__ */ (0,
|
|
5837
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
5748
5838
|
"path",
|
|
5749
5839
|
{
|
|
5750
5840
|
clipRule: "evenodd",
|
|
@@ -5753,7 +5843,7 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(
|
|
|
5753
5843
|
fillRule: "evenodd"
|
|
5754
5844
|
}
|
|
5755
5845
|
),
|
|
5756
|
-
/* @__PURE__ */ (0,
|
|
5846
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
5757
5847
|
"animateTransform",
|
|
5758
5848
|
{
|
|
5759
5849
|
attributeName: "transform",
|
|
@@ -5769,14 +5859,14 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(
|
|
|
5769
5859
|
);
|
|
5770
5860
|
|
|
5771
5861
|
// src/components/Icon/icons/StatsIcon.tsx
|
|
5772
|
-
var
|
|
5773
|
-
var StatsIcon = (props) => /* @__PURE__ */ (0,
|
|
5862
|
+
var import_jsx_runtime163 = require("react/jsx-runtime");
|
|
5863
|
+
var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
5774
5864
|
"svg",
|
|
5775
5865
|
{
|
|
5776
5866
|
...props,
|
|
5777
5867
|
viewBox: "0 0 24 24",
|
|
5778
5868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5779
|
-
children: /* @__PURE__ */ (0,
|
|
5869
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
5780
5870
|
"path",
|
|
5781
5871
|
{
|
|
5782
5872
|
clipRule: "evenodd",
|
|
@@ -5789,14 +5879,14 @@ var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
|
5789
5879
|
);
|
|
5790
5880
|
|
|
5791
5881
|
// src/components/Icon/icons/SwitchAccountsIcon.tsx
|
|
5792
|
-
var
|
|
5793
|
-
var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0,
|
|
5882
|
+
var import_jsx_runtime164 = require("react/jsx-runtime");
|
|
5883
|
+
var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
5794
5884
|
"svg",
|
|
5795
5885
|
{
|
|
5796
5886
|
...props,
|
|
5797
5887
|
viewBox: "0 0 24 24",
|
|
5798
5888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5799
|
-
children: /* @__PURE__ */ (0,
|
|
5889
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
5800
5890
|
"path",
|
|
5801
5891
|
{
|
|
5802
5892
|
clipRule: "evenodd",
|
|
@@ -5809,14 +5899,14 @@ var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.js
|
|
|
5809
5899
|
);
|
|
5810
5900
|
|
|
5811
5901
|
// src/components/Icon/icons/TagIcon.tsx
|
|
5812
|
-
var
|
|
5813
|
-
var TagIcon = (props) => /* @__PURE__ */ (0,
|
|
5902
|
+
var import_jsx_runtime165 = require("react/jsx-runtime");
|
|
5903
|
+
var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
5814
5904
|
"svg",
|
|
5815
5905
|
{
|
|
5816
5906
|
...props,
|
|
5817
5907
|
viewBox: "0 0 24 24",
|
|
5818
5908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5819
|
-
children: /* @__PURE__ */ (0,
|
|
5909
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
5820
5910
|
"path",
|
|
5821
5911
|
{
|
|
5822
5912
|
d: "M16.3331 1.33315H7.66641C5.64374 1.33315 3.99975 2.97714 3.99975 4.9998V21.6664C3.99975 22.0344 4.20241 22.3744 4.52775 22.5478C4.85308 22.7224 5.24775 22.7038 5.55441 22.4984L11.9997 18.2011L18.445 22.4984C18.6117 22.6091 18.8064 22.6664 18.9997 22.6664C19.1624 22.6664 19.3237 22.6278 19.4717 22.5478C19.797 22.3744 19.9997 22.0344 19.9997 21.6664V4.9998C19.9997 2.97714 18.3557 1.33315 16.3331 1.33315Z",
|
|
@@ -5827,14 +5917,14 @@ var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
|
5827
5917
|
);
|
|
5828
5918
|
|
|
5829
5919
|
// src/components/Icon/icons/TeleprompterIcon.tsx
|
|
5830
|
-
var
|
|
5831
|
-
var TeleprompterIcon = (props) => /* @__PURE__ */ (0,
|
|
5920
|
+
var import_jsx_runtime166 = require("react/jsx-runtime");
|
|
5921
|
+
var TeleprompterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
5832
5922
|
"svg",
|
|
5833
5923
|
{
|
|
5834
5924
|
...props,
|
|
5835
5925
|
viewBox: "0 0 24 24",
|
|
5836
5926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5837
|
-
children: /* @__PURE__ */ (0,
|
|
5927
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
5838
5928
|
"path",
|
|
5839
5929
|
{
|
|
5840
5930
|
clipRule: "evenodd",
|
|
@@ -5847,14 +5937,14 @@ var TeleprompterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)
|
|
|
5847
5937
|
);
|
|
5848
5938
|
|
|
5849
5939
|
// src/components/Icon/icons/TextSizeIcon.tsx
|
|
5850
|
-
var
|
|
5851
|
-
var TextSizeIcon = (props) => /* @__PURE__ */ (0,
|
|
5940
|
+
var import_jsx_runtime167 = require("react/jsx-runtime");
|
|
5941
|
+
var TextSizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
5852
5942
|
"svg",
|
|
5853
5943
|
{
|
|
5854
5944
|
...props,
|
|
5855
5945
|
viewBox: "0 0 24 24",
|
|
5856
5946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5857
|
-
children: /* @__PURE__ */ (0,
|
|
5947
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
5858
5948
|
"path",
|
|
5859
5949
|
{
|
|
5860
5950
|
clipRule: "evenodd",
|
|
@@ -5867,14 +5957,14 @@ var TextSizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
|
5867
5957
|
);
|
|
5868
5958
|
|
|
5869
5959
|
// src/components/Icon/icons/ThumbnailIcon.tsx
|
|
5870
|
-
var
|
|
5871
|
-
var ThumbnailIcon = (props) => /* @__PURE__ */ (0,
|
|
5960
|
+
var import_jsx_runtime168 = require("react/jsx-runtime");
|
|
5961
|
+
var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
5872
5962
|
"svg",
|
|
5873
5963
|
{
|
|
5874
5964
|
...props,
|
|
5875
5965
|
viewBox: "0 0 24 24",
|
|
5876
5966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5877
|
-
children: /* @__PURE__ */ (0,
|
|
5967
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
5878
5968
|
"path",
|
|
5879
5969
|
{
|
|
5880
5970
|
clipRule: "evenodd",
|
|
@@ -5887,14 +5977,14 @@ var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
|
5887
5977
|
);
|
|
5888
5978
|
|
|
5889
5979
|
// src/components/Icon/icons/ThumbsDownIcon.tsx
|
|
5890
|
-
var
|
|
5891
|
-
var ThumbsDownIcon = (props) => /* @__PURE__ */ (0,
|
|
5980
|
+
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
5981
|
+
var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
5892
5982
|
"svg",
|
|
5893
5983
|
{
|
|
5894
5984
|
...props,
|
|
5895
5985
|
viewBox: "0 0 24 24",
|
|
5896
5986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5897
|
-
children: /* @__PURE__ */ (0,
|
|
5987
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
5898
5988
|
"path",
|
|
5899
5989
|
{
|
|
5900
5990
|
clipRule: "evenodd",
|
|
@@ -5907,14 +5997,14 @@ var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
|
5907
5997
|
);
|
|
5908
5998
|
|
|
5909
5999
|
// src/components/Icon/icons/ThumbsUpIcon.tsx
|
|
5910
|
-
var
|
|
5911
|
-
var ThumbsUpIcon = (props) => /* @__PURE__ */ (0,
|
|
6000
|
+
var import_jsx_runtime170 = require("react/jsx-runtime");
|
|
6001
|
+
var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
5912
6002
|
"svg",
|
|
5913
6003
|
{
|
|
5914
6004
|
...props,
|
|
5915
6005
|
viewBox: "0 0 24 24",
|
|
5916
6006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5917
|
-
children: /* @__PURE__ */ (0,
|
|
6007
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
5918
6008
|
"path",
|
|
5919
6009
|
{
|
|
5920
6010
|
clipRule: "evenodd",
|
|
@@ -5926,37 +6016,57 @@ var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
|
5926
6016
|
}
|
|
5927
6017
|
);
|
|
5928
6018
|
|
|
5929
|
-
// src/components/Icon/icons/TranscriptIcon.tsx
|
|
5930
|
-
var
|
|
5931
|
-
var TranscriptIcon = (props) => /* @__PURE__ */ (0,
|
|
6019
|
+
// src/components/Icon/icons/TranscriptIcon.tsx
|
|
6020
|
+
var import_jsx_runtime171 = require("react/jsx-runtime");
|
|
6021
|
+
var TranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
6022
|
+
"svg",
|
|
6023
|
+
{
|
|
6024
|
+
...props,
|
|
6025
|
+
viewBox: "0 0 24 24",
|
|
6026
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6027
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
6028
|
+
"path",
|
|
6029
|
+
{
|
|
6030
|
+
d: "M19.4132 7.98019L14.9401 3.57694C14.5618 3.20457 14.0601 2.99982 13.5264 2.99982H7.14237C5.40865 2.99982 3.99951 4.38694 3.99951 6.09357V17.9061C3.99951 19.6127 5.40865 20.9998 7.14237 20.9998H16.8567C18.5904 20.9998 19.9995 19.6127 19.9995 17.9061V9.37182C19.9995 8.84644 19.7915 8.35144 19.4132 7.98019ZM8.28523 8.62482H10.5709C11.0441 8.62482 11.4281 9.00282 11.4281 9.46857C11.4281 9.93432 11.0441 10.3123 10.5709 10.3123H8.28523C7.81208 10.3123 7.42808 9.93432 7.42808 9.46857C7.42808 9.00282 7.81208 8.62482 8.28523 8.62482ZM15.7138 17.0623H8.28523C7.81208 17.0623 7.42808 16.6843 7.42808 16.2186C7.42808 15.7528 7.81208 15.3748 8.28523 15.3748H15.7138C16.1869 15.3748 16.5709 15.7528 16.5709 16.2186C16.5709 16.6843 16.1869 17.0623 15.7138 17.0623ZM15.7138 13.6873H8.28523C7.81208 13.6873 7.42808 13.3093 7.42808 12.8436C7.42808 12.3778 7.81208 11.9998 8.28523 11.9998H15.7138C16.1869 11.9998 16.5709 12.3778 16.5709 12.8436C16.5709 13.3093 16.1869 13.6873 15.7138 13.6873ZM18.2075 9.18732H14.8567C14.2281 9.18732 13.7138 8.68107 13.7138 8.06232V4.77619L13.7287 4.77057L18.2109 9.18169L18.2075 9.18732Z",
|
|
6031
|
+
fill: "currentColor"
|
|
6032
|
+
}
|
|
6033
|
+
)
|
|
6034
|
+
}
|
|
6035
|
+
);
|
|
6036
|
+
|
|
6037
|
+
// src/components/Icon/icons/TransitionsIcon.tsx
|
|
6038
|
+
var import_jsx_runtime172 = require("react/jsx-runtime");
|
|
6039
|
+
var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
5932
6040
|
"svg",
|
|
5933
6041
|
{
|
|
5934
6042
|
...props,
|
|
5935
6043
|
viewBox: "0 0 24 24",
|
|
5936
6044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5937
|
-
children: /* @__PURE__ */ (0,
|
|
6045
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
5938
6046
|
"path",
|
|
5939
6047
|
{
|
|
5940
|
-
|
|
5941
|
-
|
|
6048
|
+
clipRule: "evenodd",
|
|
6049
|
+
d: "M9.66615 2.66647H14.3328C16.3578 2.66647 17.9995 4.30809 17.9995 6.33313V17.6664C17.9995 19.6915 16.3578 21.3331 14.3328 21.3331H9.66615C7.64111 21.3331 5.9995 19.6915 5.9995 17.6664V6.33313C5.9995 4.30809 7.64111 2.66647 9.66615 2.66647ZM3.66617 6.66646H3.9995C4.5515 6.66646 4.9995 6.21846 4.9995 5.66647C4.9995 5.11447 4.5515 4.66647 3.9995 4.66647H3.66617C2.01284 4.66647 0.666176 6.0118 0.666176 7.66646V16.3331C0.666176 17.9878 2.01284 19.3331 3.66617 19.3331H3.9995C4.5515 19.3331 4.9995 18.8851 4.9995 18.3331C4.9995 17.7811 4.5515 17.3331 3.9995 17.3331H3.66617C3.1155 17.3331 2.66617 16.8851 2.66617 16.3331V7.66646C2.66617 7.11446 3.1155 6.66646 3.66617 6.66646ZM20.3328 4.66647H19.9995C19.4475 4.66647 18.9995 5.11447 18.9995 5.66647C18.9995 6.21846 19.4475 6.66646 19.9995 6.66646H20.3328C20.8835 6.66646 21.3328 7.11446 21.3328 7.66646V16.3331C21.3328 16.8851 20.8835 17.3331 20.3328 17.3331H19.9995C19.4475 17.3331 18.9995 17.7811 18.9995 18.3331C18.9995 18.8851 19.4475 19.3331 19.9995 19.3331H20.3328C21.9861 19.3331 23.3328 17.9878 23.3328 16.3331V7.66646C23.3328 6.0118 21.9861 4.66647 20.3328 4.66647Z",
|
|
6050
|
+
fill: "currentColor",
|
|
6051
|
+
fillRule: "evenodd"
|
|
5942
6052
|
}
|
|
5943
6053
|
)
|
|
5944
6054
|
}
|
|
5945
6055
|
);
|
|
5946
6056
|
|
|
5947
|
-
// src/components/Icon/icons/
|
|
5948
|
-
var
|
|
5949
|
-
var
|
|
6057
|
+
// src/components/Icon/icons/TransparencyIcon.tsx
|
|
6058
|
+
var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
6059
|
+
var TransparencyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
5950
6060
|
"svg",
|
|
5951
6061
|
{
|
|
5952
6062
|
...props,
|
|
5953
6063
|
viewBox: "0 0 24 24",
|
|
5954
6064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5955
|
-
children: /* @__PURE__ */ (0,
|
|
6065
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
5956
6066
|
"path",
|
|
5957
6067
|
{
|
|
5958
6068
|
clipRule: "evenodd",
|
|
5959
|
-
d: "
|
|
6069
|
+
d: "M10.3864 6.1452C11.4331 5.95187 12.5664 5.95187 13.6131 6.1452C13.6744 6.15587 13.7358 6.1612 13.7958 6.1612C14.2678 6.1612 14.6891 5.82387 14.7771 5.3412C14.8771 4.79853 14.5184 4.2772 13.9744 4.1772C12.6878 3.9412 11.3104 3.9412 10.0238 4.1772C9.48108 4.2772 9.12108 4.79853 9.22108 5.3412C9.32108 5.8852 9.84509 6.24253 10.3864 6.1452ZM5.13175 8.7412C5.37042 8.7412 5.60908 8.6572 5.79975 8.4852C6.39708 7.9492 7.03175 7.49187 7.68508 7.12654C8.16642 6.8572 8.33842 6.24787 8.06908 5.7652C7.80108 5.28387 7.19575 5.11054 6.70775 5.37987C5.92508 5.8172 5.17042 6.3612 4.46242 6.9972C4.05042 7.36654 4.01708 7.99854 4.38642 8.4092C4.58375 8.6292 4.85842 8.7412 5.13175 8.7412ZM15.9304 5.7652C16.1984 5.28387 16.8064 5.11054 17.2918 5.37987C18.0744 5.8172 18.8291 6.3612 19.5358 6.9972C19.9478 7.36654 19.9811 7.99854 19.6118 8.4092C19.4131 8.6292 19.1411 8.7412 18.8678 8.7412C18.6291 8.7412 18.3904 8.6572 18.1998 8.4852C17.6024 7.9492 16.9678 7.49187 16.3144 7.12654C15.8331 6.85587 15.6611 6.24654 15.9304 5.7652ZM7.68509 16.8745C7.03176 16.5092 6.39709 16.0519 5.79976 15.5159C5.39176 15.1479 4.75976 15.1812 4.38776 15.5905C4.01843 16.0012 4.05176 16.6332 4.46376 17.0025C5.17043 17.6385 5.92643 18.1825 6.70909 18.6199C6.86376 18.7052 7.03176 18.7465 7.19576 18.7465C7.54776 18.7465 7.88776 18.5625 8.06909 18.2345C8.33843 17.7532 8.16643 17.1439 7.68509 16.8732V16.8745ZM3.59309 9.32654C4.04509 9.64388 4.15309 10.2679 3.83575 10.7199V10.7185L3.61975 11.0372C3.43175 11.3225 3.33309 11.6532 3.33309 11.9985C3.33309 12.3439 3.43175 12.6759 3.61842 12.9572L3.83575 13.2785C4.15309 13.7305 4.04509 14.3545 3.59309 14.6719C3.41709 14.7959 3.21575 14.8545 3.01842 14.8545C2.70375 14.8545 2.39442 14.7079 2.19975 14.4305C2.11042 14.3025 2.02642 14.1772 1.94775 14.0572C1.54642 13.4505 1.33309 12.7385 1.33309 11.9999C1.33309 11.2612 1.54642 10.5492 1.94909 9.93854C2.02509 9.82254 2.11042 9.69721 2.19975 9.56921C2.51442 9.11721 3.13575 9.00654 3.59309 9.32654ZM13.6131 17.8545C12.5664 18.0479 11.4331 18.0479 10.3864 17.8545C9.84375 17.7559 9.32108 18.1145 9.22241 18.6585C9.12241 19.2012 9.48108 19.7225 10.0251 19.8225C10.6677 19.9399 11.3331 19.9999 11.9997 19.9999C12.6664 19.9999 13.3317 19.9399 13.9744 19.8225C14.5171 19.7225 14.8771 19.2012 14.7771 18.6585C14.6771 18.1145 14.1571 17.7572 13.6131 17.8545ZM16.3144 16.8746C16.9678 16.5092 17.6024 16.0519 18.1998 15.5159C18.6078 15.1466 19.2398 15.1812 19.6118 15.5919C19.9811 16.0026 19.9478 16.6346 19.5358 17.0039C18.8278 17.6399 18.0731 18.1839 17.2904 18.6212C17.1358 18.7066 16.9678 18.7479 16.8038 18.7479C16.4531 18.7479 16.1131 18.5639 15.9304 18.2359C15.6611 17.7532 15.8331 17.1439 16.3144 16.8746ZM22.0518 9.94256C21.9731 9.82256 21.8891 9.69722 21.7998 9.56922C21.4851 9.11856 20.8638 9.00922 20.4064 9.32656C19.9544 9.64389 19.8464 10.2679 20.1638 10.7199L20.3811 11.0412C20.5678 11.3226 20.6664 11.6546 20.6664 11.9999C20.6664 12.3452 20.5678 12.6759 20.3798 12.9612L20.1638 13.2799C19.8464 13.7319 19.9544 14.3559 20.4064 14.6732C20.5824 14.7959 20.7824 14.8559 20.9811 14.8559C21.2958 14.8559 21.6064 14.7079 21.7998 14.4319C21.8891 14.3039 21.9744 14.1786 22.0504 14.0626C22.4531 13.4519 22.6664 12.7399 22.6664 12.0012C22.6664 11.2626 22.4531 10.5506 22.0518 9.94389V9.94256ZM15.9998 11.9999C15.9998 14.209 14.2089 15.9999 11.9998 15.9999C9.79062 15.9999 7.99975 14.209 7.99975 11.9999C7.99975 9.79073 9.79062 7.99987 11.9998 7.99987C14.2089 7.99987 15.9998 9.79073 15.9998 11.9999Z",
|
|
5960
6070
|
fill: "currentColor",
|
|
5961
6071
|
fillRule: "evenodd"
|
|
5962
6072
|
}
|
|
@@ -5964,19 +6074,19 @@ var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
|
5964
6074
|
}
|
|
5965
6075
|
);
|
|
5966
6076
|
|
|
5967
|
-
// src/components/Icon/icons/
|
|
5968
|
-
var
|
|
5969
|
-
var
|
|
6077
|
+
// src/components/Icon/icons/TrendsIcon.tsx
|
|
6078
|
+
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
6079
|
+
var TrendsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
5970
6080
|
"svg",
|
|
5971
6081
|
{
|
|
5972
6082
|
...props,
|
|
5973
6083
|
viewBox: "0 0 24 24",
|
|
5974
6084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5975
|
-
children: /* @__PURE__ */ (0,
|
|
6085
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
5976
6086
|
"path",
|
|
5977
6087
|
{
|
|
5978
6088
|
clipRule: "evenodd",
|
|
5979
|
-
d: "
|
|
6089
|
+
d: "M12.1758 21.5609C9.68781 21.7629 5.43281 21.8659 3.63781 20.3389C2.05381 18.9909 2.04781 15.6979 2.04281 13.1579C2.04281 12.8189 2.04181 12.4939 2.03681 12.1879C2.03381 11.9329 2.02681 11.6679 2.02181 11.3939C1.96781 8.8919 1.90081 5.7639 3.30881 4.0369C4.87081 2.1219 10.1438 2.0269 11.8248 2.0269C11.9888 2.0269 12.1948 2.0219 12.4328 2.0169C14.2678 1.9739 18.0548 1.8869 19.9028 3.5619C21.9188 5.3889 21.9158 8.2579 21.9128 11.1129V11.4199C21.9128 11.9319 21.9178 12.4289 21.9228 12.9099C21.9538 16.1399 21.9788 18.6549 20.4878 20.0459C19.1998 21.2479 16.9248 21.3359 14.5408 21.4279C13.7538 21.4579 12.9548 21.4899 12.1758 21.5609ZM20.3158 10.0509L15.9598 8.5999C15.9029 8.32674 15.7894 8.06852 15.6267 7.84182C15.4641 7.61513 15.2557 7.42499 15.0152 7.28362C14.7746 7.14225 14.5071 7.05278 14.2299 7.02097C13.9527 6.98916 13.6719 7.0157 13.4056 7.0989C13.1392 7.18209 12.8932 7.3201 12.6834 7.50404C12.4736 7.68799 12.3046 7.9138 12.1873 8.16696C12.0699 8.42013 12.0069 8.69504 12.0022 8.97403C11.9974 9.25302 12.0511 9.52991 12.1598 9.7869L9.66481 13.1139C9.38814 13.0163 9.09338 12.9809 8.80147 13.0101C8.50956 13.0393 8.22767 13.1325 7.97581 13.2829L3.88481 11.5779C3.64002 11.4758 3.36469 11.4751 3.11939 11.576C2.87409 11.6769 2.67892 11.8711 2.57681 12.1159C2.4747 12.3607 2.47402 12.636 2.57492 12.8813C2.67581 13.1266 2.87002 13.3218 3.11481 13.4239L6.99981 15.0419C7.0061 15.3152 7.06834 15.5842 7.18269 15.8325C7.29703 16.0808 7.46105 16.303 7.66462 16.4854C7.86819 16.6678 8.10699 16.8065 8.36627 16.893C8.62555 16.9796 8.89982 17.012 9.17213 16.9884C9.44444 16.9648 9.70902 16.8856 9.94954 16.7557C10.19 16.6258 10.4014 16.448 10.5705 16.2333C10.7396 16.0186 10.8629 15.7714 10.9328 15.5072C11.0027 15.2429 11.0177 14.9672 10.9768 14.6969L13.7608 10.9859C14.0418 11.0202 14.3269 10.9942 14.5971 10.9098C14.8673 10.8253 15.1164 10.6842 15.3278 10.4959L19.6838 11.9489C19.8084 11.9904 19.94 12.0069 20.071 11.9976C20.2021 11.9882 20.3299 11.9532 20.4474 11.8944C20.5649 11.8356 20.6696 11.7543 20.7556 11.655C20.8417 11.5558 20.9073 11.4405 20.9488 11.3159C20.9903 11.1913 21.0069 11.0597 20.9975 10.9287C20.9881 10.7977 20.9531 10.6698 20.8943 10.5523C20.8355 10.4348 20.7542 10.3301 20.6549 10.2441C20.5557 10.158 20.4404 10.0924 20.3158 10.0509Z",
|
|
5980
6090
|
fill: "currentColor",
|
|
5981
6091
|
fillRule: "evenodd"
|
|
5982
6092
|
}
|
|
@@ -5985,14 +6095,14 @@ var TransparencyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)
|
|
|
5985
6095
|
);
|
|
5986
6096
|
|
|
5987
6097
|
// src/components/Icon/icons/TrialUnlockClockIcon.tsx
|
|
5988
|
-
var
|
|
5989
|
-
var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0,
|
|
6098
|
+
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
6099
|
+
var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
5990
6100
|
"svg",
|
|
5991
6101
|
{
|
|
5992
6102
|
...props,
|
|
5993
6103
|
viewBox: "0 0 24 24",
|
|
5994
6104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5995
|
-
children: /* @__PURE__ */ (0,
|
|
6105
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
5996
6106
|
"path",
|
|
5997
6107
|
{
|
|
5998
6108
|
clipRule: "evenodd",
|
|
@@ -6005,14 +6115,14 @@ var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime171.
|
|
|
6005
6115
|
);
|
|
6006
6116
|
|
|
6007
6117
|
// src/components/Icon/icons/TrimIcon.tsx
|
|
6008
|
-
var
|
|
6009
|
-
var TrimIcon = (props) => /* @__PURE__ */ (0,
|
|
6118
|
+
var import_jsx_runtime176 = require("react/jsx-runtime");
|
|
6119
|
+
var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
6010
6120
|
"svg",
|
|
6011
6121
|
{
|
|
6012
6122
|
...props,
|
|
6013
6123
|
viewBox: "0 0 24 24",
|
|
6014
6124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6015
|
-
children: /* @__PURE__ */ (0,
|
|
6125
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
6016
6126
|
"path",
|
|
6017
6127
|
{
|
|
6018
6128
|
clipRule: "evenodd",
|
|
@@ -6025,14 +6135,14 @@ var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
|
6025
6135
|
);
|
|
6026
6136
|
|
|
6027
6137
|
// src/components/Icon/icons/TurnstileIcon.tsx
|
|
6028
|
-
var
|
|
6029
|
-
var TurnstileIcon = (props) => /* @__PURE__ */ (0,
|
|
6138
|
+
var import_jsx_runtime177 = require("react/jsx-runtime");
|
|
6139
|
+
var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
6030
6140
|
"svg",
|
|
6031
6141
|
{
|
|
6032
6142
|
...props,
|
|
6033
6143
|
viewBox: "0 0 24 24",
|
|
6034
6144
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6035
|
-
children: /* @__PURE__ */ (0,
|
|
6145
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
6036
6146
|
"path",
|
|
6037
6147
|
{
|
|
6038
6148
|
clipRule: "evenodd",
|
|
@@ -6045,14 +6155,14 @@ var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
|
6045
6155
|
);
|
|
6046
6156
|
|
|
6047
6157
|
// src/components/Icon/icons/UndoIcon.tsx
|
|
6048
|
-
var
|
|
6049
|
-
var UndoIcon = (props) => /* @__PURE__ */ (0,
|
|
6158
|
+
var import_jsx_runtime178 = require("react/jsx-runtime");
|
|
6159
|
+
var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
6050
6160
|
"svg",
|
|
6051
6161
|
{
|
|
6052
6162
|
...props,
|
|
6053
6163
|
viewBox: "0 0 24 24",
|
|
6054
6164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6055
|
-
children: /* @__PURE__ */ (0,
|
|
6165
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
6056
6166
|
"path",
|
|
6057
6167
|
{
|
|
6058
6168
|
clipRule: "evenodd",
|
|
@@ -6065,14 +6175,14 @@ var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
|
6065
6175
|
);
|
|
6066
6176
|
|
|
6067
6177
|
// src/components/Icon/icons/UnlockIcon.tsx
|
|
6068
|
-
var
|
|
6069
|
-
var UnlockIcon = (props) => /* @__PURE__ */ (0,
|
|
6178
|
+
var import_jsx_runtime179 = require("react/jsx-runtime");
|
|
6179
|
+
var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
6070
6180
|
"svg",
|
|
6071
6181
|
{
|
|
6072
6182
|
...props,
|
|
6073
6183
|
viewBox: "0 0 24 24",
|
|
6074
6184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6075
|
-
children: /* @__PURE__ */ (0,
|
|
6185
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
6076
6186
|
"path",
|
|
6077
6187
|
{
|
|
6078
6188
|
clipRule: "evenodd",
|
|
@@ -6085,14 +6195,14 @@ var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
|
6085
6195
|
);
|
|
6086
6196
|
|
|
6087
6197
|
// src/components/Icon/icons/UploadIcon.tsx
|
|
6088
|
-
var
|
|
6089
|
-
var UploadIcon = (props) => /* @__PURE__ */ (0,
|
|
6198
|
+
var import_jsx_runtime180 = require("react/jsx-runtime");
|
|
6199
|
+
var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
6090
6200
|
"svg",
|
|
6091
6201
|
{
|
|
6092
6202
|
...props,
|
|
6093
6203
|
viewBox: "0 0 24 24",
|
|
6094
6204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6095
|
-
children: /* @__PURE__ */ (0,
|
|
6205
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
6096
6206
|
"path",
|
|
6097
6207
|
{
|
|
6098
6208
|
clipRule: "evenodd",
|
|
@@ -6105,14 +6215,14 @@ var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
|
6105
6215
|
);
|
|
6106
6216
|
|
|
6107
6217
|
// src/components/Icon/icons/UsersPermissionsIcon.tsx
|
|
6108
|
-
var
|
|
6109
|
-
var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0,
|
|
6218
|
+
var import_jsx_runtime181 = require("react/jsx-runtime");
|
|
6219
|
+
var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
6110
6220
|
"svg",
|
|
6111
6221
|
{
|
|
6112
6222
|
...props,
|
|
6113
6223
|
viewBox: "0 0 24 24",
|
|
6114
6224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6115
|
-
children: /* @__PURE__ */ (0,
|
|
6225
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
6116
6226
|
"path",
|
|
6117
6227
|
{
|
|
6118
6228
|
clipRule: "evenodd",
|
|
@@ -6125,18 +6235,18 @@ var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.
|
|
|
6125
6235
|
);
|
|
6126
6236
|
|
|
6127
6237
|
// src/components/Icon/icons/ViewStreamIcon.tsx
|
|
6128
|
-
var
|
|
6129
|
-
var ViewStreamIcon = (props) => /* @__PURE__ */ (0,
|
|
6238
|
+
var import_jsx_runtime182 = require("react/jsx-runtime");
|
|
6239
|
+
var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
6130
6240
|
"svg",
|
|
6131
6241
|
{
|
|
6132
6242
|
...props,
|
|
6133
6243
|
viewBox: "0 0 24 24",
|
|
6134
6244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6135
|
-
children: /* @__PURE__ */ (0,
|
|
6245
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
6136
6246
|
"path",
|
|
6137
6247
|
{
|
|
6138
6248
|
clipRule: "evenodd",
|
|
6139
|
-
d: "M18.333 2.
|
|
6249
|
+
d: "M18.333 2.6666H5.66635C3.64369 2.6666 1.99969 4.31059 1.99969 6.33325V14.9999C1.99969 17.0226 3.64369 18.6666 5.66635 18.6666H18.333C20.3556 18.6666 21.9996 17.0226 21.9996 14.9999V6.33325C21.9996 4.31059 20.3556 2.6666 18.333 2.6666ZM16.921 11.8546C16.201 12.7812 14.605 14.3332 11.9997 14.3332C9.39434 14.3332 7.79834 12.7812 7.07834 11.8559C6.52768 11.1452 6.52768 10.1906 7.07834 9.47991C7.79834 8.55325 9.39434 7.00125 11.9997 7.00125C14.605 7.00125 16.201 8.55325 16.921 9.47858C17.473 10.1906 17.473 11.1452 16.921 11.8559V11.8546ZM17.6663 22.6665H6.33301C5.78101 22.6665 5.33301 22.2185 5.33301 21.6666C5.33301 21.1146 5.78101 20.6666 6.33301 20.6666H17.6663C18.2183 20.6666 18.6663 21.1146 18.6663 21.6666C18.6663 22.2185 18.2183 22.6665 17.6663 22.6665ZM13.9997 10.6666C13.9997 11.7711 13.1042 12.6666 11.9997 12.6666C10.8951 12.6666 9.99967 11.7711 9.99967 10.6666C9.99967 9.56201 10.8951 8.66658 11.9997 8.66658C13.1042 8.66658 13.9997 9.56201 13.9997 10.6666Z",
|
|
6140
6250
|
fill: "currentColor",
|
|
6141
6251
|
fillRule: "evenodd"
|
|
6142
6252
|
}
|
|
@@ -6145,14 +6255,14 @@ var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
|
6145
6255
|
);
|
|
6146
6256
|
|
|
6147
6257
|
// src/components/Icon/icons/VolumeIcon.tsx
|
|
6148
|
-
var
|
|
6149
|
-
var VolumeIcon = (props) => /* @__PURE__ */ (0,
|
|
6258
|
+
var import_jsx_runtime183 = require("react/jsx-runtime");
|
|
6259
|
+
var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
6150
6260
|
"svg",
|
|
6151
6261
|
{
|
|
6152
6262
|
...props,
|
|
6153
6263
|
viewBox: "0 0 24 24",
|
|
6154
6264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6155
|
-
children: /* @__PURE__ */ (0,
|
|
6265
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
6156
6266
|
"path",
|
|
6157
6267
|
{
|
|
6158
6268
|
d: "M19.133 2.08909C18.5996 1.79709 17.9476 1.81843 17.4356 2.14776L10.3756 6.66643H5.66763C4.01297 6.66643 2.66763 8.01176 2.66763 9.66643V14.3331C2.66763 15.9878 4.01297 17.3331 5.66763 17.3331H10.3756L17.4356 21.8518C17.709 22.0264 18.021 22.1158 18.3356 22.1158C18.6103 22.1158 18.885 22.0478 19.1343 21.9118C19.669 21.6198 20.001 21.0584 20.001 20.4491V3.55176C20.001 2.94243 19.6676 2.38243 19.133 2.08909Z",
|
|
@@ -6163,14 +6273,14 @@ var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
|
6163
6273
|
);
|
|
6164
6274
|
|
|
6165
6275
|
// src/components/Icon/icons/VolumeOffIcon.tsx
|
|
6166
|
-
var
|
|
6167
|
-
var VolumeOffIcon = (props) => /* @__PURE__ */ (0,
|
|
6276
|
+
var import_jsx_runtime184 = require("react/jsx-runtime");
|
|
6277
|
+
var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
6168
6278
|
"svg",
|
|
6169
6279
|
{
|
|
6170
6280
|
...props,
|
|
6171
6281
|
viewBox: "0 0 24 24",
|
|
6172
6282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6173
|
-
children: /* @__PURE__ */ (0,
|
|
6283
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
6174
6284
|
"path",
|
|
6175
6285
|
{
|
|
6176
6286
|
clipRule: "evenodd",
|
|
@@ -6183,14 +6293,14 @@ var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
|
6183
6293
|
);
|
|
6184
6294
|
|
|
6185
6295
|
// src/components/Icon/icons/VolumeUpIcon.tsx
|
|
6186
|
-
var
|
|
6187
|
-
var VolumeUpIcon = (props) => /* @__PURE__ */ (0,
|
|
6296
|
+
var import_jsx_runtime185 = require("react/jsx-runtime");
|
|
6297
|
+
var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6188
6298
|
"svg",
|
|
6189
6299
|
{
|
|
6190
6300
|
...props,
|
|
6191
6301
|
viewBox: "0 0 24 24",
|
|
6192
6302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6193
|
-
children: /* @__PURE__ */ (0,
|
|
6303
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6194
6304
|
"path",
|
|
6195
6305
|
{
|
|
6196
6306
|
clipRule: "evenodd",
|
|
@@ -6203,14 +6313,14 @@ var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
|
6203
6313
|
);
|
|
6204
6314
|
|
|
6205
6315
|
// src/components/Icon/icons/VolumeXIcon.tsx
|
|
6206
|
-
var
|
|
6207
|
-
var VolumeXIcon = (props) => /* @__PURE__ */ (0,
|
|
6316
|
+
var import_jsx_runtime186 = require("react/jsx-runtime");
|
|
6317
|
+
var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
6208
6318
|
"svg",
|
|
6209
6319
|
{
|
|
6210
6320
|
...props,
|
|
6211
6321
|
viewBox: "0 0 24 24",
|
|
6212
6322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6213
|
-
children: /* @__PURE__ */ (0,
|
|
6323
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
6214
6324
|
"path",
|
|
6215
6325
|
{
|
|
6216
6326
|
clipRule: "evenodd",
|
|
@@ -6223,14 +6333,14 @@ var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
|
6223
6333
|
);
|
|
6224
6334
|
|
|
6225
6335
|
// src/components/Icon/icons/WandIcon.tsx
|
|
6226
|
-
var
|
|
6227
|
-
var WandIcon = (props) => /* @__PURE__ */ (0,
|
|
6336
|
+
var import_jsx_runtime187 = require("react/jsx-runtime");
|
|
6337
|
+
var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
6228
6338
|
"svg",
|
|
6229
6339
|
{
|
|
6230
6340
|
...props,
|
|
6231
6341
|
viewBox: "0 0 24 24",
|
|
6232
6342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6233
|
-
children: /* @__PURE__ */ (0,
|
|
6343
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
6234
6344
|
"path",
|
|
6235
6345
|
{
|
|
6236
6346
|
clipRule: "evenodd",
|
|
@@ -6243,18 +6353,18 @@ var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
|
6243
6353
|
);
|
|
6244
6354
|
|
|
6245
6355
|
// src/components/Icon/icons/WaveformIcon.tsx
|
|
6246
|
-
var
|
|
6247
|
-
var WaveformIcon = (props) => /* @__PURE__ */ (0,
|
|
6356
|
+
var import_jsx_runtime188 = require("react/jsx-runtime");
|
|
6357
|
+
var WaveformIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
6248
6358
|
"svg",
|
|
6249
6359
|
{
|
|
6250
6360
|
...props,
|
|
6251
6361
|
viewBox: "0 0 24 24",
|
|
6252
6362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6253
|
-
children: /* @__PURE__ */ (0,
|
|
6363
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
6254
6364
|
"path",
|
|
6255
6365
|
{
|
|
6256
6366
|
clipRule: "evenodd",
|
|
6257
|
-
d: "M13.
|
|
6367
|
+
d: "M13.6666 21.3333C13.1146 21.3333 12.6666 20.8853 12.6666 20.3333V3.6666C12.6666 3.1146 13.1146 2.6666 13.6666 2.6666C14.2186 2.6666 14.6666 3.1146 14.6666 3.6666V20.3333C14.6666 20.8853 14.2186 21.3333 13.6666 21.3333ZM5.66661 19.9999C5.11461 19.9999 4.66661 19.5519 4.66661 18.9999V4.99993C4.66661 4.44793 5.11461 3.99993 5.66661 3.99993C6.21861 3.99993 6.66661 4.44793 6.66661 4.99993V18.9999C6.66661 19.5519 6.21861 19.9999 5.66661 19.9999ZM0.666611 12.9999C0.666611 13.5519 1.11461 13.9999 1.66661 13.9999C2.21861 13.9999 2.66661 13.5519 2.66661 12.9999V10.9999C2.66661 10.4479 2.21861 9.99993 1.66661 9.99993C1.11461 9.99993 0.666611 10.4479 0.666611 10.9999V12.9999ZM20.6666 12.9999C20.6666 13.5519 21.1146 13.9999 21.6666 13.9999C22.2186 13.9999 22.6666 13.5519 22.6666 12.9999V10.9999C22.6666 10.4479 22.2186 9.99993 21.6666 9.99993C21.1146 9.99993 20.6666 10.4479 20.6666 10.9999V12.9999ZM8.66661 16.3333C8.66661 16.8853 9.11461 17.3333 9.66661 17.3333C10.2186 17.3333 10.6666 16.8853 10.6666 16.3333V7.6666C10.6666 7.1146 10.2186 6.6666 9.66661 6.6666C9.11461 6.6666 8.66661 7.1146 8.66661 7.6666V16.3333ZM16.6666 16.3333C16.6666 16.8853 17.1146 17.3333 17.6666 17.3333C18.2186 17.3333 18.6666 16.8853 18.6666 16.3333V7.6666C18.6666 7.1146 18.2186 6.6666 17.6666 6.6666C17.1146 6.6666 16.6666 7.1146 16.6666 7.6666V16.3333Z",
|
|
6258
6368
|
fill: "currentColor",
|
|
6259
6369
|
fillRule: "evenodd"
|
|
6260
6370
|
}
|
|
@@ -6263,14 +6373,14 @@ var WaveformIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
|
6263
6373
|
);
|
|
6264
6374
|
|
|
6265
6375
|
// src/components/Icon/icons/ZoomInIcon.tsx
|
|
6266
|
-
var
|
|
6267
|
-
var ZoomInIcon = (props) => /* @__PURE__ */ (0,
|
|
6376
|
+
var import_jsx_runtime189 = require("react/jsx-runtime");
|
|
6377
|
+
var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
6268
6378
|
"svg",
|
|
6269
6379
|
{
|
|
6270
6380
|
...props,
|
|
6271
6381
|
viewBox: "0 0 24 24",
|
|
6272
6382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6273
|
-
children: /* @__PURE__ */ (0,
|
|
6383
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
6274
6384
|
"path",
|
|
6275
6385
|
{
|
|
6276
6386
|
clipRule: "evenodd",
|
|
@@ -6283,14 +6393,14 @@ var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
|
6283
6393
|
);
|
|
6284
6394
|
|
|
6285
6395
|
// src/components/Icon/icons/ZoomOutIcon.tsx
|
|
6286
|
-
var
|
|
6287
|
-
var ZoomOutIcon = (props) => /* @__PURE__ */ (0,
|
|
6396
|
+
var import_jsx_runtime190 = require("react/jsx-runtime");
|
|
6397
|
+
var ZoomOutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
6288
6398
|
"svg",
|
|
6289
6399
|
{
|
|
6290
6400
|
...props,
|
|
6291
6401
|
viewBox: "0 0 24 24",
|
|
6292
6402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6293
|
-
children: /* @__PURE__ */ (0,
|
|
6403
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
6294
6404
|
"path",
|
|
6295
6405
|
{
|
|
6296
6406
|
clipRule: "evenodd",
|
|
@@ -6337,17 +6447,17 @@ var iconMap = {
|
|
|
6337
6447
|
"caret-up-strong": CaretUpStrongIcon,
|
|
6338
6448
|
channel: ChannelIcon,
|
|
6339
6449
|
chapters: ChaptersIcon,
|
|
6450
|
+
checkmark: CheckmarkIcon,
|
|
6340
6451
|
"checkmark-circle": CheckmarkCircleIcon,
|
|
6341
6452
|
"checkmark-circle-outline": CheckmarkCircleOutlineIcon,
|
|
6342
|
-
checkmark: CheckmarkIcon,
|
|
6343
6453
|
"checkmark-three-quaters-circle": CheckmarkThreeQuatersCircleIcon,
|
|
6344
6454
|
"circle-slashed": CircleSlashedIcon,
|
|
6345
6455
|
clapboard: ClapboardIcon,
|
|
6346
6456
|
close: CloseIcon,
|
|
6347
6457
|
"close-octagon": CloseOctagonIcon,
|
|
6348
6458
|
"closed-captions": ClosedCaptionsIcon,
|
|
6349
|
-
"collapse-diagonal": CollapseDiagonalIcon,
|
|
6350
6459
|
collapse: CollapseIcon,
|
|
6460
|
+
"collapse-diagonal": CollapseDiagonalIcon,
|
|
6351
6461
|
comments: CommentsIcon,
|
|
6352
6462
|
company: CompanyIcon,
|
|
6353
6463
|
compare: CompareIcon,
|
|
@@ -6366,9 +6476,9 @@ var iconMap = {
|
|
|
6366
6476
|
embed: EmbedIcon,
|
|
6367
6477
|
envelope: EnvelopeIcon,
|
|
6368
6478
|
error: ErrorIcon,
|
|
6479
|
+
expand: ExpandIcon,
|
|
6369
6480
|
"expand-diagonal": ExpandDiagonalIcon,
|
|
6370
6481
|
"expand-horizontal": ExpandHorizontalIcon,
|
|
6371
|
-
expand: ExpandIcon,
|
|
6372
6482
|
"fast-forward": FastForwardIcon,
|
|
6373
6483
|
favorite: FavoriteIcon,
|
|
6374
6484
|
"favorite-outline": FavoriteOutlineIcon,
|
|
@@ -6387,6 +6497,7 @@ var iconMap = {
|
|
|
6387
6497
|
hide: HideIcon,
|
|
6388
6498
|
home: HomeIcon,
|
|
6389
6499
|
hourglass: HourglassIcon,
|
|
6500
|
+
import: ImportIcon,
|
|
6390
6501
|
info: InfoIcon,
|
|
6391
6502
|
integrations: IntegrationsIcon,
|
|
6392
6503
|
leave: LeaveIcon,
|
|
@@ -6403,8 +6514,8 @@ var iconMap = {
|
|
|
6403
6514
|
mic: MicIcon,
|
|
6404
6515
|
"mic-off": MicOffIcon,
|
|
6405
6516
|
minimize: MinimizeIcon,
|
|
6406
|
-
"minus-circle": MinusCircleIcon,
|
|
6407
6517
|
minus: MinusIcon,
|
|
6518
|
+
"minus-circle": MinusCircleIcon,
|
|
6408
6519
|
mobile: MobileIcon,
|
|
6409
6520
|
"more-options": MoreOptionsIcon,
|
|
6410
6521
|
"move-left": MoveLeftIcon,
|
|
@@ -6436,14 +6547,16 @@ var iconMap = {
|
|
|
6436
6547
|
"question-mark": QuestionMarkIcon,
|
|
6437
6548
|
react: ReactIcon,
|
|
6438
6549
|
record: RecordIcon,
|
|
6550
|
+
"record-group": RecordGroupIcon,
|
|
6439
6551
|
redo: RedoIcon,
|
|
6440
6552
|
refresh: RefreshIcon,
|
|
6441
6553
|
replace: ReplaceIcon,
|
|
6442
6554
|
reply: ReplyIcon,
|
|
6555
|
+
"request-video": RequestVideoIcon,
|
|
6443
6556
|
"revert-to-original": RevertToOriginalIcon,
|
|
6444
6557
|
rewind: RewindIcon,
|
|
6445
|
-
"save-as-copy": SaveAsCopyIcon,
|
|
6446
6558
|
save: SaveIcon,
|
|
6559
|
+
"save-as-copy": SaveAsCopyIcon,
|
|
6447
6560
|
scissors: ScissorsIcon,
|
|
6448
6561
|
"screenshare-off": ScreenshareOffIcon,
|
|
6449
6562
|
"screenshare-on": ScreenshareOnIcon,
|
|
@@ -6468,6 +6581,7 @@ var iconMap = {
|
|
|
6468
6581
|
transcript: TranscriptIcon,
|
|
6469
6582
|
transitions: TransitionsIcon,
|
|
6470
6583
|
transparency: TransparencyIcon,
|
|
6584
|
+
trends: TrendsIcon,
|
|
6471
6585
|
"trial-unlock-clock": TrialUnlockClockIcon,
|
|
6472
6586
|
trim: TrimIcon,
|
|
6473
6587
|
turnstile: TurnstileIcon,
|
|
@@ -6504,7 +6618,7 @@ var useResponsiveProp = (values) => {
|
|
|
6504
6618
|
};
|
|
6505
6619
|
|
|
6506
6620
|
// src/components/Icon/Icon.tsx
|
|
6507
|
-
var
|
|
6621
|
+
var import_jsx_runtime191 = require("react/jsx-runtime");
|
|
6508
6622
|
var iconSizeMap = {
|
|
6509
6623
|
sm: "12",
|
|
6510
6624
|
md: "16",
|
|
@@ -6541,7 +6655,7 @@ var Icon = ({
|
|
|
6541
6655
|
...style
|
|
6542
6656
|
};
|
|
6543
6657
|
const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
|
|
6544
|
-
return /* @__PURE__ */ (0,
|
|
6658
|
+
return /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
6545
6659
|
StyledIcon,
|
|
6546
6660
|
{
|
|
6547
6661
|
$colorScheme: colorScheme,
|
|
@@ -6565,7 +6679,7 @@ var import_react12 = require("react");
|
|
|
6565
6679
|
var import_type_guards12 = require("@wistia/type-guards");
|
|
6566
6680
|
var import_styled_components19 = __toESM(require("styled-components"));
|
|
6567
6681
|
var import_react_router_dom = require("react-router-dom");
|
|
6568
|
-
var
|
|
6682
|
+
var import_jsx_runtime192 = require("react/jsx-runtime");
|
|
6569
6683
|
var generateHref = (href, type, disabled) => {
|
|
6570
6684
|
if (disabled || (0, import_type_guards12.isNil)(href)) {
|
|
6571
6685
|
return void 0;
|
|
@@ -6645,7 +6759,7 @@ var Link = (0, import_react12.forwardRef)(
|
|
|
6645
6759
|
onClick: handleClick
|
|
6646
6760
|
};
|
|
6647
6761
|
if (isButton(props)) {
|
|
6648
|
-
return /* @__PURE__ */ (0,
|
|
6762
|
+
return /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
6649
6763
|
StyledLink,
|
|
6650
6764
|
{
|
|
6651
6765
|
ref,
|
|
@@ -6665,7 +6779,7 @@ var Link = (0, import_react12.forwardRef)(
|
|
|
6665
6779
|
...commonProps,
|
|
6666
6780
|
...externalLinkProps
|
|
6667
6781
|
};
|
|
6668
|
-
return inRouterContext && type !== "external" ? /* @__PURE__ */ (0,
|
|
6782
|
+
return inRouterContext && type !== "external" ? /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
6669
6783
|
StyledLink,
|
|
6670
6784
|
{
|
|
6671
6785
|
as: import_react_router_dom.Link,
|
|
@@ -6673,7 +6787,7 @@ var Link = (0, import_react12.forwardRef)(
|
|
|
6673
6787
|
to: to ?? "",
|
|
6674
6788
|
children
|
|
6675
6789
|
}
|
|
6676
|
-
) : /* @__PURE__ */ (0,
|
|
6790
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)(
|
|
6677
6791
|
StyledLink,
|
|
6678
6792
|
{
|
|
6679
6793
|
as: "a",
|
|
@@ -6693,7 +6807,7 @@ var Link = (0, import_react12.forwardRef)(
|
|
|
6693
6807
|
Link.displayName = "Link";
|
|
6694
6808
|
|
|
6695
6809
|
// src/components/Button/Button.tsx
|
|
6696
|
-
var
|
|
6810
|
+
var import_jsx_runtime193 = require("react/jsx-runtime");
|
|
6697
6811
|
var isLink2 = (props) => (0, import_type_guards13.isNotUndefined)(props.href);
|
|
6698
6812
|
var StyledButton = import_styled_components20.default.button`
|
|
6699
6813
|
${buttonResetCss}
|
|
@@ -6729,9 +6843,9 @@ var ButtonContent = ({
|
|
|
6729
6843
|
rightIcon,
|
|
6730
6844
|
children
|
|
6731
6845
|
}) => {
|
|
6732
|
-
return /* @__PURE__ */ (0,
|
|
6733
|
-
isLoading ? /* @__PURE__ */ (0,
|
|
6734
|
-
/* @__PURE__ */ (0,
|
|
6846
|
+
return /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(import_jsx_runtime193.Fragment, { children: [
|
|
6847
|
+
isLoading ? /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(StyledButtonLoading, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { type: "spinner" }) }) : null,
|
|
6848
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(
|
|
6735
6849
|
StyledButtonContent,
|
|
6736
6850
|
{
|
|
6737
6851
|
$hasLeftIcon: (0, import_type_guards13.isNotNil)(leftIcon),
|
|
@@ -6739,7 +6853,7 @@ var ButtonContent = ({
|
|
|
6739
6853
|
$isLoading: isLoading,
|
|
6740
6854
|
children: [
|
|
6741
6855
|
leftIcon ?? null,
|
|
6742
|
-
/* @__PURE__ */ (0,
|
|
6856
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(StyledButtonContentLabel, { children }),
|
|
6743
6857
|
rightIcon ?? null
|
|
6744
6858
|
]
|
|
6745
6859
|
}
|
|
@@ -6779,14 +6893,14 @@ var Button = (0, import_react13.forwardRef)(
|
|
|
6779
6893
|
commonProps.className = `${className ?? ""} force-state-${forceState}`;
|
|
6780
6894
|
}
|
|
6781
6895
|
if (isLink2(props)) {
|
|
6782
|
-
return /* @__PURE__ */ (0,
|
|
6896
|
+
return /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6783
6897
|
StyledButton,
|
|
6784
6898
|
{
|
|
6785
6899
|
ref,
|
|
6786
6900
|
as: Link,
|
|
6787
6901
|
...props,
|
|
6788
6902
|
...commonProps,
|
|
6789
|
-
children: unstyled ? children : /* @__PURE__ */ (0,
|
|
6903
|
+
children: unstyled ? children : /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6790
6904
|
ButtonContent,
|
|
6791
6905
|
{
|
|
6792
6906
|
isLoading,
|
|
@@ -6807,7 +6921,7 @@ var Button = (0, import_react13.forwardRef)(
|
|
|
6807
6921
|
onClick(event);
|
|
6808
6922
|
}
|
|
6809
6923
|
};
|
|
6810
|
-
return /* @__PURE__ */ (0,
|
|
6924
|
+
return /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6811
6925
|
StyledButton,
|
|
6812
6926
|
{
|
|
6813
6927
|
ref,
|
|
@@ -6815,7 +6929,7 @@ var Button = (0, import_react13.forwardRef)(
|
|
|
6815
6929
|
type: "button",
|
|
6816
6930
|
...props,
|
|
6817
6931
|
...commonProps,
|
|
6818
|
-
children: unstyled ? children : /* @__PURE__ */ (0,
|
|
6932
|
+
children: unstyled ? children : /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6819
6933
|
ButtonContent,
|
|
6820
6934
|
{
|
|
6821
6935
|
isLoading,
|
|
@@ -6831,7 +6945,7 @@ var Button = (0, import_react13.forwardRef)(
|
|
|
6831
6945
|
Button.displayName = "Button";
|
|
6832
6946
|
|
|
6833
6947
|
// src/components/ActionButton/ActionButton.tsx
|
|
6834
|
-
var
|
|
6948
|
+
var import_jsx_runtime194 = require("react/jsx-runtime");
|
|
6835
6949
|
var StyledActionButton = (0, import_styled_components21.default)(Button)`
|
|
6836
6950
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
6837
6951
|
display: grid;
|
|
@@ -6942,7 +7056,7 @@ var ActionButton = (0, import_react14.forwardRef)(
|
|
|
6942
7056
|
"menu-up": "caret-up",
|
|
6943
7057
|
"menu-down": "caret-down"
|
|
6944
7058
|
};
|
|
6945
|
-
return /* @__PURE__ */ (0,
|
|
7059
|
+
return /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)(
|
|
6946
7060
|
StyledActionButton,
|
|
6947
7061
|
{
|
|
6948
7062
|
...props,
|
|
@@ -6952,15 +7066,15 @@ var ActionButton = (0, import_react14.forwardRef)(
|
|
|
6952
7066
|
disabled,
|
|
6953
7067
|
unstyled: true,
|
|
6954
7068
|
children: [
|
|
6955
|
-
/* @__PURE__ */ (0,
|
|
6956
|
-
/* @__PURE__ */ (0,
|
|
7069
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(StyledMainIcon, { children: icon }),
|
|
7070
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(StyledSecondaryIcon, { $hideUntilHover: variant === "default", children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
6957
7071
|
Icon,
|
|
6958
7072
|
{
|
|
6959
7073
|
colorScheme: variant === "gated" ? "purple" : "inherit",
|
|
6960
7074
|
type: secondaryIconMap[variant]
|
|
6961
7075
|
}
|
|
6962
7076
|
) }),
|
|
6963
|
-
/* @__PURE__ */ (0,
|
|
7077
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(StyledLabel, { $disabled: disabled, children })
|
|
6964
7078
|
]
|
|
6965
7079
|
}
|
|
6966
7080
|
);
|
|
@@ -6975,7 +7089,7 @@ var import_styled_components23 = __toESM(require("styled-components"));
|
|
|
6975
7089
|
|
|
6976
7090
|
// src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
|
|
6977
7091
|
var import_styled_components22 = __toESM(require("styled-components"));
|
|
6978
|
-
var
|
|
7092
|
+
var import_jsx_runtime195 = require("react/jsx-runtime");
|
|
6979
7093
|
var colorSchemeOptions = [
|
|
6980
7094
|
"inherit",
|
|
6981
7095
|
"default",
|
|
@@ -7001,7 +7115,7 @@ var ColorSchemeWrapper = ({
|
|
|
7001
7115
|
colorScheme = "inherit",
|
|
7002
7116
|
children,
|
|
7003
7117
|
...otherProps
|
|
7004
|
-
}) => /* @__PURE__ */ (0,
|
|
7118
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
7005
7119
|
StyledColorSchemeWrapper,
|
|
7006
7120
|
{
|
|
7007
7121
|
$colorScheme: colorScheme,
|
|
@@ -7027,7 +7141,7 @@ var formatNameForDisplay = (name) => {
|
|
|
7027
7141
|
};
|
|
7028
7142
|
|
|
7029
7143
|
// src/components/Avatar/Avatar.tsx
|
|
7030
|
-
var
|
|
7144
|
+
var import_jsx_runtime196 = require("react/jsx-runtime");
|
|
7031
7145
|
var AvatarImage = import_styled_components23.default.img`
|
|
7032
7146
|
align-items: center;
|
|
7033
7147
|
background-color: white;
|
|
@@ -7116,19 +7230,19 @@ var Avatar = ({
|
|
|
7116
7230
|
const avatarSize = heightAndWidth ?? avatarSizeMap[size];
|
|
7117
7231
|
const avatarColor = (0, import_react15.useMemo)(() => chooseColorScheme(name), [name]);
|
|
7118
7232
|
const showInitials = (0, import_type_guards15.isNil)(imageUrl) || imageLoadState === "error";
|
|
7119
|
-
return /* @__PURE__ */ (0,
|
|
7233
|
+
return /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7120
7234
|
AvatarWrapper,
|
|
7121
7235
|
{
|
|
7122
7236
|
...otherProps,
|
|
7123
7237
|
$maxHeight: avatarSize,
|
|
7124
|
-
children: showInitials ? /* @__PURE__ */ (0,
|
|
7238
|
+
children: showInitials ? /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7125
7239
|
InitialsContainer,
|
|
7126
7240
|
{
|
|
7127
7241
|
$colorScheme: avatarColor,
|
|
7128
7242
|
$heightAndWidth: avatarSize,
|
|
7129
7243
|
children: formatNameForDisplay(name)
|
|
7130
7244
|
}
|
|
7131
|
-
) : /* @__PURE__ */ (0,
|
|
7245
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7132
7246
|
AvatarImage,
|
|
7133
7247
|
{
|
|
7134
7248
|
$heightAndWidth: avatarSize,
|
|
@@ -7147,7 +7261,7 @@ Avatar.displayName = "Avatar";
|
|
|
7147
7261
|
var import_react16 = require("react");
|
|
7148
7262
|
var import_styled_components24 = __toESM(require("styled-components"));
|
|
7149
7263
|
var import_type_guards16 = require("@wistia/type-guards");
|
|
7150
|
-
var
|
|
7264
|
+
var import_jsx_runtime197 = require("react/jsx-runtime");
|
|
7151
7265
|
var StyledBadge = import_styled_components24.default.div`
|
|
7152
7266
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7153
7267
|
align-items: center;
|
|
@@ -7171,7 +7285,7 @@ var StyledBadge = import_styled_components24.default.div`
|
|
|
7171
7285
|
var Badge = (0, import_react16.forwardRef)(
|
|
7172
7286
|
({ colorScheme = "inherit", label, icon, ...otherProps }, ref) => {
|
|
7173
7287
|
const hasIcon = (0, import_type_guards16.isNotNil)(icon);
|
|
7174
|
-
return /* @__PURE__ */ (0,
|
|
7288
|
+
return /* @__PURE__ */ (0, import_jsx_runtime197.jsxs)(
|
|
7175
7289
|
StyledBadge,
|
|
7176
7290
|
{
|
|
7177
7291
|
ref,
|
|
@@ -7180,7 +7294,7 @@ var Badge = (0, import_react16.forwardRef)(
|
|
|
7180
7294
|
$hasIcon: hasIcon,
|
|
7181
7295
|
children: [
|
|
7182
7296
|
hasIcon ? icon : null,
|
|
7183
|
-
/* @__PURE__ */ (0,
|
|
7297
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)("span", { children: label })
|
|
7184
7298
|
]
|
|
7185
7299
|
}
|
|
7186
7300
|
);
|
|
@@ -7199,7 +7313,7 @@ var makePolymorphic = (component) => {
|
|
|
7199
7313
|
};
|
|
7200
7314
|
|
|
7201
7315
|
// src/components/Box/Box.tsx
|
|
7202
|
-
var
|
|
7316
|
+
var import_jsx_runtime198 = require("react/jsx-runtime");
|
|
7203
7317
|
var isDev = process.env["NODE_ENV"] === "development" || process.env["NODE_ENV"] === "test";
|
|
7204
7318
|
var getGapStyle = (gap) => {
|
|
7205
7319
|
if ((0, import_type_guards17.isNotNil)(gap)) {
|
|
@@ -7323,7 +7437,7 @@ var BoxComponent = (0, import_react17.forwardRef)(
|
|
|
7323
7437
|
);
|
|
7324
7438
|
}
|
|
7325
7439
|
}
|
|
7326
|
-
return /* @__PURE__ */ (0,
|
|
7440
|
+
return /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
7327
7441
|
StyledBoxComponent,
|
|
7328
7442
|
{
|
|
7329
7443
|
ref,
|
|
@@ -7356,7 +7470,7 @@ var Box = makePolymorphic(BoxComponent);
|
|
|
7356
7470
|
// src/components/Breadcrumbs/Breadcrumbs.tsx
|
|
7357
7471
|
var import_react18 = require("react");
|
|
7358
7472
|
var import_styled_components26 = __toESM(require("styled-components"));
|
|
7359
|
-
var
|
|
7473
|
+
var import_jsx_runtime199 = require("react/jsx-runtime");
|
|
7360
7474
|
var StyledBreadcrumbs = import_styled_components26.default.nav`
|
|
7361
7475
|
display: flex;
|
|
7362
7476
|
align-items: center;
|
|
@@ -7375,8 +7489,8 @@ var Breadcrumbs = ({ children, ...props }) => {
|
|
|
7375
7489
|
crumbs = crumbs.slice(-1);
|
|
7376
7490
|
}
|
|
7377
7491
|
const crumbMaxWidth = Math.floor(100 / crumbs.length) - BUFFER_WIDTH;
|
|
7378
|
-
return /* @__PURE__ */ (0,
|
|
7379
|
-
/* @__PURE__ */ (0,
|
|
7492
|
+
return /* @__PURE__ */ (0, import_jsx_runtime199.jsxs)(import_jsx_runtime199.Fragment, { children: [
|
|
7493
|
+
/* @__PURE__ */ (0, import_jsx_runtime199.jsx)("style", { type: "text/css", children: `
|
|
7380
7494
|
[data-wui-breadcrumbs] {
|
|
7381
7495
|
container-type: inline-size;
|
|
7382
7496
|
container-name: breadcrumbs;
|
|
@@ -7388,7 +7502,7 @@ var Breadcrumbs = ({ children, ...props }) => {
|
|
|
7388
7502
|
}
|
|
7389
7503
|
}
|
|
7390
7504
|
` }),
|
|
7391
|
-
/* @__PURE__ */ (0,
|
|
7505
|
+
/* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
7392
7506
|
StyledBreadcrumbs,
|
|
7393
7507
|
{
|
|
7394
7508
|
"aria-label": "Breadcrumbs",
|
|
@@ -7403,7 +7517,7 @@ Breadcrumbs.displayName = "Breadcrumbs";
|
|
|
7403
7517
|
|
|
7404
7518
|
// src/components/Breadcrumbs/Breadcrumb.tsx
|
|
7405
7519
|
var import_styled_components27 = __toESM(require("styled-components"));
|
|
7406
|
-
var
|
|
7520
|
+
var import_jsx_runtime200 = require("react/jsx-runtime");
|
|
7407
7521
|
var BreadcrumbContent = import_styled_components27.default.span`
|
|
7408
7522
|
overflow: hidden;
|
|
7409
7523
|
white-space: nowrap;
|
|
@@ -7413,18 +7527,18 @@ var BreadcrumbContent = import_styled_components27.default.span`
|
|
|
7413
7527
|
flex: 0;
|
|
7414
7528
|
`;
|
|
7415
7529
|
var Breadcrumb = ({ icon, href, children, ...props }) => {
|
|
7416
|
-
return /* @__PURE__ */ (0,
|
|
7417
|
-
/* @__PURE__ */ (0,
|
|
7530
|
+
return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)(import_jsx_runtime200.Fragment, { children: [
|
|
7531
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
7418
7532
|
Button,
|
|
7419
7533
|
{
|
|
7420
7534
|
...props,
|
|
7421
7535
|
href,
|
|
7422
7536
|
leftIcon: icon,
|
|
7423
7537
|
variant: "ghost",
|
|
7424
|
-
children: /* @__PURE__ */ (0,
|
|
7538
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(BreadcrumbContent, { "data-wui-breadcrumb": true, children })
|
|
7425
7539
|
}
|
|
7426
7540
|
),
|
|
7427
|
-
/* @__PURE__ */ (0,
|
|
7541
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("div", { "data-wui-breadcrumb-divider": true, children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
7428
7542
|
Icon,
|
|
7429
7543
|
{
|
|
7430
7544
|
size: "sm",
|
|
@@ -7438,7 +7552,7 @@ var Breadcrumb = ({ icon, href, children, ...props }) => {
|
|
|
7438
7552
|
// src/components/ButtonGroup/ButtonGroup.tsx
|
|
7439
7553
|
var import_styled_components28 = __toESM(require("styled-components"));
|
|
7440
7554
|
var import_type_guards18 = require("@wistia/type-guards");
|
|
7441
|
-
var
|
|
7555
|
+
var import_jsx_runtime201 = require("react/jsx-runtime");
|
|
7442
7556
|
var getAlignment = (align) => {
|
|
7443
7557
|
if (align === "center") {
|
|
7444
7558
|
return "center";
|
|
@@ -7486,7 +7600,7 @@ var ButtonGroup = ({
|
|
|
7486
7600
|
if ((0, import_type_guards18.isNil)(children)) {
|
|
7487
7601
|
return null;
|
|
7488
7602
|
}
|
|
7489
|
-
return /* @__PURE__ */ (0,
|
|
7603
|
+
return /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
7490
7604
|
ButtonGroupComponent,
|
|
7491
7605
|
{
|
|
7492
7606
|
$align: align,
|
|
@@ -7501,7 +7615,7 @@ ButtonGroup.displayName = "ButtonGroup";
|
|
|
7501
7615
|
|
|
7502
7616
|
// src/components/Card/Card.tsx
|
|
7503
7617
|
var import_styled_components29 = __toESM(require("styled-components"));
|
|
7504
|
-
var
|
|
7618
|
+
var import_jsx_runtime202 = require("react/jsx-runtime");
|
|
7505
7619
|
var StyledCard = (0, import_styled_components29.default)(Box)`
|
|
7506
7620
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7507
7621
|
box-sizing: border-box;
|
|
@@ -7539,7 +7653,7 @@ var Card = ({
|
|
|
7539
7653
|
height,
|
|
7540
7654
|
width,
|
|
7541
7655
|
...props
|
|
7542
|
-
}) => /* @__PURE__ */ (0,
|
|
7656
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
7543
7657
|
StyledCard,
|
|
7544
7658
|
{
|
|
7545
7659
|
$backgroundColor: prominenceMap[prominence].backgroundColor,
|
|
@@ -7568,7 +7682,7 @@ var import_type_guards21 = require("@wistia/type-guards");
|
|
|
7568
7682
|
// src/private/components/FormControlLabel/FormControlLabelDescription.tsx
|
|
7569
7683
|
var import_styled_components30 = __toESM(require("styled-components"));
|
|
7570
7684
|
var import_type_guards19 = require("@wistia/type-guards");
|
|
7571
|
-
var
|
|
7685
|
+
var import_jsx_runtime203 = require("react/jsx-runtime");
|
|
7572
7686
|
var disabledStyle = import_styled_components30.css`
|
|
7573
7687
|
color: var(--wui-color-text-disabled);
|
|
7574
7688
|
`;
|
|
@@ -7590,7 +7704,7 @@ var FormControlLabelDescription = ({
|
|
|
7590
7704
|
if ((0, import_type_guards19.isNil)(children)) {
|
|
7591
7705
|
return null;
|
|
7592
7706
|
}
|
|
7593
|
-
return /* @__PURE__ */ (0,
|
|
7707
|
+
return /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
7594
7708
|
StyledFormControlLabelDescription,
|
|
7595
7709
|
{
|
|
7596
7710
|
...props,
|
|
@@ -7604,7 +7718,7 @@ FormControlLabelDescription.displayName = "FormControlLabelDescription";
|
|
|
7604
7718
|
// src/components/ScreenReaderOnly/ScreenReaderOnly.tsx
|
|
7605
7719
|
var import_styled_components31 = __toESM(require("styled-components"));
|
|
7606
7720
|
var import_type_guards20 = require("@wistia/type-guards");
|
|
7607
|
-
var
|
|
7721
|
+
var import_jsx_runtime204 = require("react/jsx-runtime");
|
|
7608
7722
|
var VisuallyHidden = import_styled_components31.default.div({ ...visuallyHiddenStyle });
|
|
7609
7723
|
var VisuallyHiddenButFocusable = import_styled_components31.default.div({
|
|
7610
7724
|
"&:not(:focus-within)": visuallyHiddenStyle
|
|
@@ -7617,14 +7731,14 @@ var ScreenReaderOnly = ({
|
|
|
7617
7731
|
}) => {
|
|
7618
7732
|
const accessibleText = (0, import_type_guards20.isNotNil)(text) ? text : children;
|
|
7619
7733
|
if (focusable) {
|
|
7620
|
-
return /* @__PURE__ */ (0,
|
|
7734
|
+
return /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(VisuallyHiddenButFocusable, { ...otherProps, children: accessibleText });
|
|
7621
7735
|
}
|
|
7622
|
-
return /* @__PURE__ */ (0,
|
|
7736
|
+
return /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(VisuallyHidden, { ...otherProps, children: accessibleText });
|
|
7623
7737
|
};
|
|
7624
7738
|
ScreenReaderOnly.displayName = "ScreenReaderOnly";
|
|
7625
7739
|
|
|
7626
7740
|
// src/private/components/FormControlLabel/FormControlLabel.tsx
|
|
7627
|
-
var
|
|
7741
|
+
var import_jsx_runtime205 = require("react/jsx-runtime");
|
|
7628
7742
|
var disabledStyle2 = import_styled_components32.css`
|
|
7629
7743
|
cursor: not-allowed;
|
|
7630
7744
|
color: var(--wui-color-text-disabled);
|
|
@@ -7658,11 +7772,11 @@ var FormControlLabel = ({
|
|
|
7658
7772
|
if ((0, import_type_guards21.isNil)(label)) {
|
|
7659
7773
|
return null;
|
|
7660
7774
|
}
|
|
7661
|
-
const labelContent = hideLabel ? /* @__PURE__ */ (0,
|
|
7775
|
+
const labelContent = hideLabel ? /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(ScreenReaderOnly, { children: label }) : /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)(StyledLabelWrapper, { children: [
|
|
7662
7776
|
label,
|
|
7663
|
-
/* @__PURE__ */ (0,
|
|
7777
|
+
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)(FormControlLabelDescription, { children: description })
|
|
7664
7778
|
] });
|
|
7665
|
-
return /* @__PURE__ */ (0,
|
|
7779
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)(
|
|
7666
7780
|
StyledFormControlLabel,
|
|
7667
7781
|
{
|
|
7668
7782
|
$disabled: disabled,
|
|
@@ -7678,8 +7792,8 @@ var FormControlLabel = ({
|
|
|
7678
7792
|
FormControlLabel.displayName = "FormControlLabel";
|
|
7679
7793
|
|
|
7680
7794
|
// src/components/Checkbox/Checkbox.tsx
|
|
7681
|
-
var
|
|
7682
|
-
var CheckIcon = () => /* @__PURE__ */ (0,
|
|
7795
|
+
var import_jsx_runtime206 = require("react/jsx-runtime");
|
|
7796
|
+
var CheckIcon = () => /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
7683
7797
|
"svg",
|
|
7684
7798
|
{
|
|
7685
7799
|
fill: "inherit",
|
|
@@ -7687,7 +7801,7 @@ var CheckIcon = () => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
|
7687
7801
|
viewBox: "0 0 10 8",
|
|
7688
7802
|
width: "10",
|
|
7689
7803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7690
|
-
children: /* @__PURE__ */ (0,
|
|
7804
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
7691
7805
|
"path",
|
|
7692
7806
|
{
|
|
7693
7807
|
d: "M3.47281 7.19303L0.377565 4.07999C0.191609 3.89297 0.191609 3.58973 0.377565 3.40268L1.05098 2.72537C1.23694 2.53833 1.53847 2.53833 1.72442 2.72537L3.80953 4.82245L8.27558 0.330729C8.46154 0.143704 8.76306 0.143704 8.94902 0.330729L9.62244 1.00804C9.8084 1.19506 9.8084 1.49831 9.62244 1.68535L4.14624 7.19305C3.96027 7.38008 3.65876 7.38008 3.47281 7.19303Z",
|
|
@@ -7794,8 +7908,8 @@ var Checkbox = (0, import_react19.forwardRef)(
|
|
|
7794
7908
|
}, ref) => {
|
|
7795
7909
|
const generatedId = (0, import_react19.useId)();
|
|
7796
7910
|
const computedId = (0, import_type_guards22.isNonEmptyString)(id) ? id : `wistia-ui-checkbox-${generatedId}`;
|
|
7797
|
-
return /* @__PURE__ */ (0,
|
|
7798
|
-
/* @__PURE__ */ (0,
|
|
7911
|
+
return /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)(StyledCheckboxWrapper, { disabled, children: [
|
|
7912
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
7799
7913
|
StyledHiddenCheckboxInput,
|
|
7800
7914
|
{
|
|
7801
7915
|
...props,
|
|
@@ -7810,16 +7924,16 @@ var Checkbox = (0, import_react19.forwardRef)(
|
|
|
7810
7924
|
value
|
|
7811
7925
|
}
|
|
7812
7926
|
),
|
|
7813
|
-
/* @__PURE__ */ (0,
|
|
7927
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
7814
7928
|
FormControlLabel,
|
|
7815
7929
|
{
|
|
7816
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
7930
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
7817
7931
|
StyledCheckboxInput,
|
|
7818
7932
|
{
|
|
7819
7933
|
$disabled: disabled,
|
|
7820
7934
|
$size: size,
|
|
7821
7935
|
"data-wui-faux-input": "true",
|
|
7822
|
-
children: /* @__PURE__ */ (0,
|
|
7936
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(CheckIcon, {})
|
|
7823
7937
|
}
|
|
7824
7938
|
),
|
|
7825
7939
|
description,
|
|
@@ -7873,7 +7987,7 @@ ClickRegion.displayName = "ClickRegion";
|
|
|
7873
7987
|
var import_react_collapsible = require("@radix-ui/react-collapsible");
|
|
7874
7988
|
var import_type_guards23 = require("@wistia/type-guards");
|
|
7875
7989
|
var import_styled_components34 = __toESM(require("styled-components"));
|
|
7876
|
-
var
|
|
7990
|
+
var import_jsx_runtime207 = require("react/jsx-runtime");
|
|
7877
7991
|
var StyledRoot = (0, import_styled_components34.default)(import_react_collapsible.Root)`
|
|
7878
7992
|
&[data-state='closed'] [data-wui-collapsible-content] {
|
|
7879
7993
|
display: -webkit-box;
|
|
@@ -7890,32 +8004,32 @@ var Collapsible = ({
|
|
|
7890
8004
|
const controlProps = {
|
|
7891
8005
|
...(0, import_type_guards23.isNotNil)(onOpenChange) && (0, import_type_guards23.isNotNil)(isOpen) ? { open: isOpen, onOpenChange } : {}
|
|
7892
8006
|
};
|
|
7893
|
-
return /* @__PURE__ */ (0,
|
|
8007
|
+
return /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(StyledRoot, { ...controlProps, children });
|
|
7894
8008
|
};
|
|
7895
8009
|
Collapsible.displayName = "Collapsible";
|
|
7896
8010
|
|
|
7897
8011
|
// src/components/Collapsible/CollapsibleTrigger.tsx
|
|
7898
8012
|
var import_react21 = require("react");
|
|
7899
8013
|
var import_react_collapsible2 = require("@radix-ui/react-collapsible");
|
|
7900
|
-
var
|
|
8014
|
+
var import_jsx_runtime208 = require("react/jsx-runtime");
|
|
7901
8015
|
var CollapsibleTrigger = ({ children }) => {
|
|
7902
8016
|
import_react21.Children.only(children);
|
|
7903
|
-
return /* @__PURE__ */ (0,
|
|
8017
|
+
return /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(import_react_collapsible2.Trigger, { asChild: true, children });
|
|
7904
8018
|
};
|
|
7905
8019
|
|
|
7906
8020
|
// src/components/Collapsible/CollapsibleContent.tsx
|
|
7907
8021
|
var import_styled_components35 = __toESM(require("styled-components"));
|
|
7908
8022
|
var import_react_collapsible3 = require("@radix-ui/react-collapsible");
|
|
7909
8023
|
var import_type_guards24 = require("@wistia/type-guards");
|
|
7910
|
-
var
|
|
8024
|
+
var import_jsx_runtime209 = require("react/jsx-runtime");
|
|
7911
8025
|
var ClampedContent = import_styled_components35.default.div.attrs({ "data-wui-collapsible-content": true })`
|
|
7912
8026
|
--wui-collapsible-content-clamp-lines: ${({ $clamp }) => $clamp};
|
|
7913
8027
|
`;
|
|
7914
8028
|
var CollapsibleContent = ({ clamp, children }) => {
|
|
7915
8029
|
if ((0, import_type_guards24.isNotUndefined)(clamp)) {
|
|
7916
|
-
return /* @__PURE__ */ (0,
|
|
8030
|
+
return /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(ClampedContent, { $clamp: clamp, children });
|
|
7917
8031
|
}
|
|
7918
|
-
return /* @__PURE__ */ (0,
|
|
8032
|
+
return /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(import_react_collapsible3.Content, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime209.jsxs)(import_jsx_runtime209.Fragment, { children: [
|
|
7919
8033
|
children,
|
|
7920
8034
|
" "
|
|
7921
8035
|
] }) });
|
|
@@ -7928,7 +8042,7 @@ var import_type_guards25 = require("@wistia/type-guards");
|
|
|
7928
8042
|
// src/components/Heading/Heading.tsx
|
|
7929
8043
|
var import_react22 = require("react");
|
|
7930
8044
|
var import_styled_components36 = __toESM(require("styled-components"));
|
|
7931
|
-
var
|
|
8045
|
+
var import_jsx_runtime210 = require("react/jsx-runtime");
|
|
7932
8046
|
var heroStyle = import_styled_components36.css`
|
|
7933
8047
|
--font-family: var(--wui-typography-heading-hero-family);
|
|
7934
8048
|
--font-size: var(--wui-typography-heading-hero-size);
|
|
@@ -8024,7 +8138,7 @@ var HeadingComponent = (0, import_react22.forwardRef)(
|
|
|
8024
8138
|
variant = "heading1",
|
|
8025
8139
|
renderAs,
|
|
8026
8140
|
...otherProps
|
|
8027
|
-
}, ref) => /* @__PURE__ */ (0,
|
|
8141
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
8028
8142
|
StyledHeading,
|
|
8029
8143
|
{
|
|
8030
8144
|
ref,
|
|
@@ -8044,7 +8158,7 @@ HeadingComponent.displayName = "Heading";
|
|
|
8044
8158
|
var Heading = makePolymorphic(HeadingComponent);
|
|
8045
8159
|
|
|
8046
8160
|
// src/components/DataCards/DataCard.tsx
|
|
8047
|
-
var
|
|
8161
|
+
var import_jsx_runtime211 = require("react/jsx-runtime");
|
|
8048
8162
|
var StyledDataCard = import_styled_components37.default.div`
|
|
8049
8163
|
${({ $colorScheme }) => getColorScheme($colorScheme)}
|
|
8050
8164
|
display: grid;
|
|
@@ -8110,30 +8224,30 @@ var DataCard = ({
|
|
|
8110
8224
|
isLoading = false,
|
|
8111
8225
|
trend,
|
|
8112
8226
|
...props
|
|
8113
|
-
}) => /* @__PURE__ */ (0,
|
|
8227
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime211.jsxs)(
|
|
8114
8228
|
StyledDataCard,
|
|
8115
8229
|
{
|
|
8116
8230
|
$colorScheme: colorScheme,
|
|
8117
8231
|
...props,
|
|
8118
8232
|
children: [
|
|
8119
|
-
/* @__PURE__ */ (0,
|
|
8233
|
+
/* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
8120
8234
|
StyledLabel2,
|
|
8121
8235
|
{
|
|
8122
8236
|
renderAs: "dt",
|
|
8123
8237
|
variant: "heading6",
|
|
8124
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
8238
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(StyledLoadingLabel, {}) : label
|
|
8125
8239
|
}
|
|
8126
8240
|
),
|
|
8127
|
-
/* @__PURE__ */ (0,
|
|
8241
|
+
/* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
8128
8242
|
StyledValue,
|
|
8129
8243
|
{
|
|
8130
8244
|
renderAs: "dd",
|
|
8131
8245
|
variant: "heading3",
|
|
8132
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
8246
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(StyledLoadingValue, {}) : value
|
|
8133
8247
|
}
|
|
8134
8248
|
),
|
|
8135
|
-
(0, import_type_guards25.isNotNull)(upperRightSlot) && !isLoading && /* @__PURE__ */ (0,
|
|
8136
|
-
(0, import_type_guards25.isNotNull)(trend) && !isLoading && /* @__PURE__ */ (0,
|
|
8249
|
+
(0, import_type_guards25.isNotNull)(upperRightSlot) && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(StyledSlot, { children: upperRightSlot }),
|
|
8250
|
+
(0, import_type_guards25.isNotNull)(trend) && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(StyledDataCardTrendContainer, { children: trend })
|
|
8137
8251
|
]
|
|
8138
8252
|
}
|
|
8139
8253
|
);
|
|
@@ -8141,7 +8255,7 @@ DataCard.displayName = "DataCard";
|
|
|
8141
8255
|
|
|
8142
8256
|
// src/components/DataCards/DataCards.tsx
|
|
8143
8257
|
var import_styled_components38 = __toESM(require("styled-components"));
|
|
8144
|
-
var
|
|
8258
|
+
var import_jsx_runtime212 = require("react/jsx-runtime");
|
|
8145
8259
|
var StyledDataCards = (0, import_styled_components38.default)(Box)`
|
|
8146
8260
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
8147
8261
|
margin-top: 0; /* Remove default <dl> style */
|
|
@@ -8156,7 +8270,7 @@ var DataCards = ({
|
|
|
8156
8270
|
colorScheme = "inherit",
|
|
8157
8271
|
...props
|
|
8158
8272
|
}) => {
|
|
8159
|
-
return /* @__PURE__ */ (0,
|
|
8273
|
+
return /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
8160
8274
|
StyledDataCards,
|
|
8161
8275
|
{
|
|
8162
8276
|
...props,
|
|
@@ -8179,7 +8293,7 @@ var import_styled_components40 = __toESM(require("styled-components"));
|
|
|
8179
8293
|
// src/components/Text/Text.tsx
|
|
8180
8294
|
var import_react23 = require("react");
|
|
8181
8295
|
var import_styled_components39 = __toESM(require("styled-components"));
|
|
8182
|
-
var
|
|
8296
|
+
var import_jsx_runtime213 = require("react/jsx-runtime");
|
|
8183
8297
|
var bodyBoldStyles = import_styled_components39.css`
|
|
8184
8298
|
> strong,
|
|
8185
8299
|
b {
|
|
@@ -8356,7 +8470,7 @@ var TextComponent = (0, import_react23.forwardRef)(
|
|
|
8356
8470
|
renderAs,
|
|
8357
8471
|
...otherProps
|
|
8358
8472
|
}, ref) => {
|
|
8359
|
-
return /* @__PURE__ */ (0,
|
|
8473
|
+
return /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
8360
8474
|
StyledText,
|
|
8361
8475
|
{
|
|
8362
8476
|
ref,
|
|
@@ -8378,7 +8492,7 @@ TextComponent.displayName = "Text";
|
|
|
8378
8492
|
var Text = makePolymorphic(TextComponent);
|
|
8379
8493
|
|
|
8380
8494
|
// src/components/DataCards/DataCardTrend.tsx
|
|
8381
|
-
var
|
|
8495
|
+
var import_jsx_runtime214 = require("react/jsx-runtime");
|
|
8382
8496
|
var StyledDataCardTrend = import_styled_components40.default.div`
|
|
8383
8497
|
${({ $outlook }) => getColorScheme($outlook === "positive" ? "success" : "error")};
|
|
8384
8498
|
background: var(--wui-color-bg-app);
|
|
@@ -8394,8 +8508,8 @@ var DataCardTrend = ({
|
|
|
8394
8508
|
children,
|
|
8395
8509
|
...props
|
|
8396
8510
|
}) => {
|
|
8397
|
-
return /* @__PURE__ */ (0,
|
|
8398
|
-
/* @__PURE__ */ (0,
|
|
8511
|
+
return /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)(StyledDataCardTrend, { $outlook: outlook, children: [
|
|
8512
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
8399
8513
|
Icon,
|
|
8400
8514
|
{
|
|
8401
8515
|
size: "md",
|
|
@@ -8403,7 +8517,7 @@ var DataCardTrend = ({
|
|
|
8403
8517
|
...props
|
|
8404
8518
|
}
|
|
8405
8519
|
),
|
|
8406
|
-
/* @__PURE__ */ (0,
|
|
8520
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
8407
8521
|
Text,
|
|
8408
8522
|
{
|
|
8409
8523
|
prominence: "secondary",
|
|
@@ -8416,7 +8530,7 @@ var DataCardTrend = ({
|
|
|
8416
8530
|
|
|
8417
8531
|
// src/components/Divider/Divider.tsx
|
|
8418
8532
|
var import_styled_components41 = __toESM(require("styled-components"));
|
|
8419
|
-
var
|
|
8533
|
+
var import_jsx_runtime215 = require("react/jsx-runtime");
|
|
8420
8534
|
var horizontalBorderCss = import_styled_components41.css`
|
|
8421
8535
|
border-top-color: var(--wui-color-border);
|
|
8422
8536
|
border-top-style: solid;
|
|
@@ -8445,7 +8559,7 @@ var Divider = ({
|
|
|
8445
8559
|
orientation = "horizontal",
|
|
8446
8560
|
...otherProps
|
|
8447
8561
|
}) => {
|
|
8448
|
-
return /* @__PURE__ */ (0,
|
|
8562
|
+
return /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
8449
8563
|
DividerComponent,
|
|
8450
8564
|
{
|
|
8451
8565
|
$orientation: orientation,
|
|
@@ -8464,7 +8578,7 @@ var import_react25 = require("react");
|
|
|
8464
8578
|
// src/components/Tooltip/Tooltip.tsx
|
|
8465
8579
|
var import_react_tooltip2 = require("@radix-ui/react-tooltip");
|
|
8466
8580
|
var import_styled_components42 = __toESM(require("styled-components"));
|
|
8467
|
-
var
|
|
8581
|
+
var import_jsx_runtime216 = require("react/jsx-runtime");
|
|
8468
8582
|
var CompactTooltipStyles = import_styled_components42.css`
|
|
8469
8583
|
--tooltip-font-size: var(--wui-typography-label-4-size);
|
|
8470
8584
|
--tooltip-line-height: var(--wui-typography-label-4-line-height);
|
|
@@ -8531,14 +8645,14 @@ var Tooltip = ({
|
|
|
8531
8645
|
if (forceOpen === true) {
|
|
8532
8646
|
rootProps.open = true;
|
|
8533
8647
|
}
|
|
8534
|
-
return /* @__PURE__ */ (0,
|
|
8648
|
+
return /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)(
|
|
8535
8649
|
import_react_tooltip2.Root,
|
|
8536
8650
|
{
|
|
8537
8651
|
delayDuration: delay,
|
|
8538
8652
|
...rootProps,
|
|
8539
8653
|
children: [
|
|
8540
|
-
/* @__PURE__ */ (0,
|
|
8541
|
-
/* @__PURE__ */ (0,
|
|
8654
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(import_react_tooltip2.Trigger, { asChild: true, children }),
|
|
8655
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(import_react_tooltip2.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)(
|
|
8542
8656
|
StyledContent,
|
|
8543
8657
|
{
|
|
8544
8658
|
$compact: compact,
|
|
@@ -8546,7 +8660,7 @@ var Tooltip = ({
|
|
|
8546
8660
|
sideOffset: hideArrow ? VISUAL_OFFSET : VISUAL_OFFSET - 2,
|
|
8547
8661
|
children: [
|
|
8548
8662
|
content,
|
|
8549
|
-
!hideArrow ? /* @__PURE__ */ (0,
|
|
8663
|
+
!hideArrow ? /* @__PURE__ */ (0, import_jsx_runtime216.jsx)(import_react_tooltip2.Arrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
8550
8664
|
"svg",
|
|
8551
8665
|
{
|
|
8552
8666
|
fill: "var(--tooltip-bg)",
|
|
@@ -8555,7 +8669,7 @@ var Tooltip = ({
|
|
|
8555
8669
|
viewBox: "0 0 12 8",
|
|
8556
8670
|
width: "12",
|
|
8557
8671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8558
|
-
children: /* @__PURE__ */ (0,
|
|
8672
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime216.jsx)("path", { d: "M6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333L-2.54292e-07 -1.04907e-06L12 0L6.8 6.93333Z" })
|
|
8559
8673
|
}
|
|
8560
8674
|
) }) : null
|
|
8561
8675
|
]
|
|
@@ -8571,7 +8685,7 @@ Tooltip.displayName = "Tooltip";
|
|
|
8571
8685
|
var import_react24 = require("react");
|
|
8572
8686
|
var import_styled_components43 = __toESM(require("styled-components"));
|
|
8573
8687
|
var import_type_guards26 = require("@wistia/type-guards");
|
|
8574
|
-
var
|
|
8688
|
+
var import_jsx_runtime217 = require("react/jsx-runtime");
|
|
8575
8689
|
var inputStyles = import_styled_components43.css`
|
|
8576
8690
|
--wui-input-color-bg: var(--wui-color-bg-surface);
|
|
8577
8691
|
--wui-input-color-bg-disabled: var(--wui-color-bg-surface-disabled);
|
|
@@ -8674,7 +8788,7 @@ var Input = (0, import_react24.forwardRef)(
|
|
|
8674
8788
|
);
|
|
8675
8789
|
let leftIconToDisplay = leftIcon;
|
|
8676
8790
|
if ((0, import_type_guards26.isNil)(leftIcon) && type === "search") {
|
|
8677
|
-
leftIconToDisplay = /* @__PURE__ */ (0,
|
|
8791
|
+
leftIconToDisplay = /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Icon, { type: "search" });
|
|
8678
8792
|
}
|
|
8679
8793
|
if ((0, import_type_guards26.isNotNil)(leftIconToDisplay)) {
|
|
8680
8794
|
leftIconToDisplay = (0, import_react24.cloneElement)(leftIconToDisplay, {
|
|
@@ -8699,21 +8813,21 @@ var Input = (0, import_react24.forwardRef)(
|
|
|
8699
8813
|
});
|
|
8700
8814
|
}
|
|
8701
8815
|
};
|
|
8702
|
-
return /* @__PURE__ */ (0,
|
|
8816
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
8703
8817
|
StyledInputContainer,
|
|
8704
8818
|
{
|
|
8705
8819
|
$fullWidth: fullWidth,
|
|
8706
8820
|
$monospace: monospace,
|
|
8707
8821
|
children: [
|
|
8708
8822
|
leftIconToDisplay ?? null,
|
|
8709
|
-
type === "multiline" ? /* @__PURE__ */ (0,
|
|
8823
|
+
type === "multiline" ? /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
8710
8824
|
"textarea",
|
|
8711
8825
|
{
|
|
8712
8826
|
...props,
|
|
8713
8827
|
ref,
|
|
8714
8828
|
onFocus: handleFocus
|
|
8715
8829
|
}
|
|
8716
|
-
) : /* @__PURE__ */ (0,
|
|
8830
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
8717
8831
|
"input",
|
|
8718
8832
|
{
|
|
8719
8833
|
...props,
|
|
@@ -8731,7 +8845,7 @@ var Input = (0, import_react24.forwardRef)(
|
|
|
8731
8845
|
Input.displayName = "Input";
|
|
8732
8846
|
|
|
8733
8847
|
// src/components/EditableHeading/EditableHeading.tsx
|
|
8734
|
-
var
|
|
8848
|
+
var import_jsx_runtime218 = require("react/jsx-runtime");
|
|
8735
8849
|
var StyledInput = (0, import_styled_components44.default)(Input)`
|
|
8736
8850
|
:not([rows]) {
|
|
8737
8851
|
min-height: unset;
|
|
@@ -8816,7 +8930,7 @@ var EditableHeading = ({
|
|
|
8816
8930
|
handleSetEditing(false);
|
|
8817
8931
|
}
|
|
8818
8932
|
};
|
|
8819
|
-
const HeadingComponent2 = /* @__PURE__ */ (0,
|
|
8933
|
+
const HeadingComponent2 = /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
8820
8934
|
StyledHeading2,
|
|
8821
8935
|
{
|
|
8822
8936
|
ref: headingRef,
|
|
@@ -8830,7 +8944,7 @@ var EditableHeading = ({
|
|
|
8830
8944
|
return HeadingComponent2;
|
|
8831
8945
|
}
|
|
8832
8946
|
if (isEditing || forceEditing) {
|
|
8833
|
-
return /* @__PURE__ */ (0,
|
|
8947
|
+
return /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
8834
8948
|
StyledInput,
|
|
8835
8949
|
{
|
|
8836
8950
|
$height: headingHeight,
|
|
@@ -8848,8 +8962,8 @@ var EditableHeading = ({
|
|
|
8848
8962
|
}
|
|
8849
8963
|
);
|
|
8850
8964
|
}
|
|
8851
|
-
return /* @__PURE__ */ (0,
|
|
8852
|
-
/* @__PURE__ */ (0,
|
|
8965
|
+
return /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(import_jsx_runtime218.Fragment, { children: [
|
|
8966
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
8853
8967
|
Tooltip,
|
|
8854
8968
|
{
|
|
8855
8969
|
compact: true,
|
|
@@ -8857,7 +8971,7 @@ var EditableHeading = ({
|
|
|
8857
8971
|
children: HeadingComponent2
|
|
8858
8972
|
}
|
|
8859
8973
|
),
|
|
8860
|
-
/* @__PURE__ */ (0,
|
|
8974
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(ScreenReaderOnly, { children: /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
8861
8975
|
"button",
|
|
8862
8976
|
{
|
|
8863
8977
|
"aria-label": ariaLabel,
|
|
@@ -8876,7 +8990,7 @@ var import_type_guards27 = require("@wistia/type-guards");
|
|
|
8876
8990
|
// src/components/Stack/Stack.tsx
|
|
8877
8991
|
var import_react26 = require("react");
|
|
8878
8992
|
var import_styled_components45 = __toESM(require("styled-components"));
|
|
8879
|
-
var
|
|
8993
|
+
var import_jsx_runtime219 = require("react/jsx-runtime");
|
|
8880
8994
|
var DEFAULT_ELEMENT4 = "div";
|
|
8881
8995
|
var StyledStack = import_styled_components45.default.div`
|
|
8882
8996
|
display: flex;
|
|
@@ -8889,7 +9003,7 @@ var StackComponent = (0, import_react26.forwardRef)(
|
|
|
8889
9003
|
const responsiveGap = useResponsiveProp(gap);
|
|
8890
9004
|
const responsiveDirection = useResponsiveProp(direction);
|
|
8891
9005
|
const responsiveAlignItems = useResponsiveProp(alignItems);
|
|
8892
|
-
return /* @__PURE__ */ (0,
|
|
9006
|
+
return /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
8893
9007
|
StyledStack,
|
|
8894
9008
|
{
|
|
8895
9009
|
ref,
|
|
@@ -8906,7 +9020,7 @@ StackComponent.displayName = "Stack";
|
|
|
8906
9020
|
var Stack = makePolymorphic(StackComponent);
|
|
8907
9021
|
|
|
8908
9022
|
// src/components/Form/Form.tsx
|
|
8909
|
-
var
|
|
9023
|
+
var import_jsx_runtime220 = require("react/jsx-runtime");
|
|
8910
9024
|
var StyledForm = import_styled_components46.default.form`
|
|
8911
9025
|
--form-default-width: 690px;
|
|
8912
9026
|
|
|
@@ -8986,7 +9100,7 @@ var FormComponent = ({
|
|
|
8986
9100
|
}, [labelPosition, values, errors, id, hasSubmitted]);
|
|
8987
9101
|
return (
|
|
8988
9102
|
// @ts-expect-error - generic context providers are a giant pain
|
|
8989
|
-
/* @__PURE__ */ (0,
|
|
9103
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(FormContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
8990
9104
|
Stack,
|
|
8991
9105
|
{
|
|
8992
9106
|
...props,
|
|
@@ -9045,9 +9159,9 @@ var useFormState = (action, initialData = {}) => {
|
|
|
9045
9159
|
// src/components/Form/FormErrorSummary.tsx
|
|
9046
9160
|
var import_react29 = require("react");
|
|
9047
9161
|
var import_type_guards28 = require("@wistia/type-guards");
|
|
9048
|
-
var
|
|
9162
|
+
var import_jsx_runtime221 = require("react/jsx-runtime");
|
|
9049
9163
|
var ErrorItem = ({ name, error, formId }) => {
|
|
9050
|
-
return /* @__PURE__ */ (0,
|
|
9164
|
+
return /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(Link, { href: `#${formId}-${name}`, children: error }) }, name);
|
|
9051
9165
|
};
|
|
9052
9166
|
var FormErrorSummary = ({ description }) => {
|
|
9053
9167
|
const ref = (0, import_react29.useRef)(null);
|
|
@@ -9056,10 +9170,10 @@ var FormErrorSummary = ({ description }) => {
|
|
|
9056
9170
|
if (isValid || !hasSubmitted) {
|
|
9057
9171
|
return null;
|
|
9058
9172
|
}
|
|
9059
|
-
return /* @__PURE__ */ (0,
|
|
9060
|
-
/* @__PURE__ */ (0,
|
|
9061
|
-
/* @__PURE__ */ (0,
|
|
9062
|
-
([name, error]) => (0, import_type_guards28.isArray)(error) ? error.map((err) => /* @__PURE__ */ (0,
|
|
9173
|
+
return /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { ref, children: [
|
|
9174
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)("p", { children: description }),
|
|
9175
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)("ul", { children: Object.entries(errors).filter(([, error]) => (0, import_type_guards28.isNotUndefined)(error)).map(
|
|
9176
|
+
([name, error]) => (0, import_type_guards28.isArray)(error) ? error.map((err) => /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
9063
9177
|
ErrorItem,
|
|
9064
9178
|
{
|
|
9065
9179
|
error: err,
|
|
@@ -9067,7 +9181,7 @@ var FormErrorSummary = ({ description }) => {
|
|
|
9067
9181
|
name
|
|
9068
9182
|
},
|
|
9069
9183
|
err
|
|
9070
|
-
)) : /* @__PURE__ */ (0,
|
|
9184
|
+
)) : /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
9071
9185
|
ErrorItem,
|
|
9072
9186
|
{
|
|
9073
9187
|
error: error ?? "",
|
|
@@ -9087,7 +9201,7 @@ var import_type_guards29 = require("@wistia/type-guards");
|
|
|
9087
9201
|
|
|
9088
9202
|
// src/components/Label/Label.tsx
|
|
9089
9203
|
var import_styled_components47 = __toESM(require("styled-components"));
|
|
9090
|
-
var
|
|
9204
|
+
var import_jsx_runtime222 = require("react/jsx-runtime");
|
|
9091
9205
|
var requiredStyle = import_styled_components47.css`
|
|
9092
9206
|
&::after {
|
|
9093
9207
|
color: var(--wui-color-text-error);
|
|
@@ -9131,7 +9245,7 @@ var Label = ({
|
|
|
9131
9245
|
screenReaderOnly = false,
|
|
9132
9246
|
...otherProps
|
|
9133
9247
|
}) => {
|
|
9134
|
-
return /* @__PURE__ */ (0,
|
|
9248
|
+
return /* @__PURE__ */ (0, import_jsx_runtime222.jsx)(
|
|
9135
9249
|
StyledLabel3,
|
|
9136
9250
|
{
|
|
9137
9251
|
...otherProps,
|
|
@@ -9151,7 +9265,7 @@ var import_react31 = require("react");
|
|
|
9151
9265
|
// src/components/FormGroup/FormGroup.tsx
|
|
9152
9266
|
var import_styled_components48 = __toESM(require("styled-components"));
|
|
9153
9267
|
var import_react30 = require("react");
|
|
9154
|
-
var
|
|
9268
|
+
var import_jsx_runtime223 = require("react/jsx-runtime");
|
|
9155
9269
|
var StyledFieldset = import_styled_components48.default.fieldset`
|
|
9156
9270
|
border: 0;
|
|
9157
9271
|
`;
|
|
@@ -9160,14 +9274,14 @@ var StyledLegend = import_styled_components48.default.legend`
|
|
|
9160
9274
|
`;
|
|
9161
9275
|
var FormGroup = ({ children, label, ...props }) => {
|
|
9162
9276
|
const ref = (0, import_react30.useRef)();
|
|
9163
|
-
return /* @__PURE__ */ (0,
|
|
9277
|
+
return /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)(
|
|
9164
9278
|
Stack,
|
|
9165
9279
|
{
|
|
9166
9280
|
...props,
|
|
9167
9281
|
ref,
|
|
9168
9282
|
renderAs: StyledFieldset,
|
|
9169
9283
|
children: [
|
|
9170
|
-
/* @__PURE__ */ (0,
|
|
9284
|
+
/* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
9171
9285
|
Heading,
|
|
9172
9286
|
{
|
|
9173
9287
|
renderAs: StyledLegend,
|
|
@@ -9183,7 +9297,7 @@ var FormGroup = ({ children, label, ...props }) => {
|
|
|
9183
9297
|
FormGroup.displayName = "FormGroup";
|
|
9184
9298
|
|
|
9185
9299
|
// src/components/FormGroup/CheckboxGroup.tsx
|
|
9186
|
-
var
|
|
9300
|
+
var import_jsx_runtime224 = require("react/jsx-runtime");
|
|
9187
9301
|
var CheckboxGroupContext = (0, import_react31.createContext)(null);
|
|
9188
9302
|
var CheckboxGroup = ({
|
|
9189
9303
|
children,
|
|
@@ -9198,12 +9312,12 @@ var CheckboxGroup = ({
|
|
|
9198
9312
|
onChange
|
|
9199
9313
|
};
|
|
9200
9314
|
}, [name, onChange]);
|
|
9201
|
-
return /* @__PURE__ */ (0,
|
|
9315
|
+
return /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(CheckboxGroupContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(FormGroup, { ...props, children }) });
|
|
9202
9316
|
};
|
|
9203
9317
|
CheckboxGroup.displayName = "CheckboxGroup";
|
|
9204
9318
|
|
|
9205
9319
|
// src/components/FormField/FormField.tsx
|
|
9206
|
-
var
|
|
9320
|
+
var import_jsx_runtime225 = require("react/jsx-runtime");
|
|
9207
9321
|
var StyledFormField = import_styled_components49.default.div`
|
|
9208
9322
|
--form-field-spacing: var(--wui-space-01);
|
|
9209
9323
|
--form-field-spacing-inline: var(--wui-space-02);
|
|
@@ -9244,7 +9358,7 @@ var StyledErrorList = import_styled_components49.default.ul`
|
|
|
9244
9358
|
`;
|
|
9245
9359
|
var ErrorMessages = ({ errors, id }) => {
|
|
9246
9360
|
const isMultipleErrors = (0, import_type_guards29.isArray)(errors);
|
|
9247
|
-
return isMultipleErrors ? /* @__PURE__ */ (0,
|
|
9361
|
+
return isMultipleErrors ? /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(StyledErrorList, { children: errors.map((error, index) => /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9248
9362
|
Text,
|
|
9249
9363
|
{
|
|
9250
9364
|
colorScheme: "error",
|
|
@@ -9254,7 +9368,7 @@ var ErrorMessages = ({ errors, id }) => {
|
|
|
9254
9368
|
children: error
|
|
9255
9369
|
},
|
|
9256
9370
|
`${id}-${index}`
|
|
9257
|
-
)) }) : /* @__PURE__ */ (0,
|
|
9371
|
+
)) }) : /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9258
9372
|
Text,
|
|
9259
9373
|
{
|
|
9260
9374
|
colorScheme: "error",
|
|
@@ -9313,17 +9427,17 @@ var FormField = ({
|
|
|
9313
9427
|
};
|
|
9314
9428
|
}
|
|
9315
9429
|
import_react32.Children.only(children);
|
|
9316
|
-
return /* @__PURE__ */ (0,
|
|
9430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(
|
|
9317
9431
|
StyledFormField,
|
|
9318
9432
|
{
|
|
9319
9433
|
...props,
|
|
9320
9434
|
"data-label-position": labelPosition ?? formState.labelPosition,
|
|
9321
9435
|
children: [
|
|
9322
|
-
!isIntegratedLabel && /* @__PURE__ */ (0,
|
|
9436
|
+
!isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(Label, { htmlFor: computedId, children: label }),
|
|
9323
9437
|
(0, import_react32.cloneElement)(children, childProps),
|
|
9324
|
-
(0, import_type_guards29.isNotNil)(computedError) ? /* @__PURE__ */ (0,
|
|
9325
|
-
/* @__PURE__ */ (0,
|
|
9326
|
-
/* @__PURE__ */ (0,
|
|
9438
|
+
(0, import_type_guards29.isNotNil)(computedError) ? /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(import_jsx_runtime225.Fragment, { children: [
|
|
9439
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)("div", {}),
|
|
9440
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9327
9441
|
ErrorMessages,
|
|
9328
9442
|
{
|
|
9329
9443
|
errors: computedError,
|
|
@@ -9339,7 +9453,7 @@ FormField.displayName = "FormField";
|
|
|
9339
9453
|
|
|
9340
9454
|
// src/components/FormGroup/RadioGroup.tsx
|
|
9341
9455
|
var import_react33 = require("react");
|
|
9342
|
-
var
|
|
9456
|
+
var import_jsx_runtime226 = require("react/jsx-runtime");
|
|
9343
9457
|
var RadioGroupContext = (0, import_react33.createContext)(null);
|
|
9344
9458
|
var RadioGroup = ({
|
|
9345
9459
|
children,
|
|
@@ -9354,14 +9468,14 @@ var RadioGroup = ({
|
|
|
9354
9468
|
onChange
|
|
9355
9469
|
};
|
|
9356
9470
|
}, [name, onChange]);
|
|
9357
|
-
return /* @__PURE__ */ (0,
|
|
9471
|
+
return /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(RadioGroupContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(FormGroup, { ...props, children }) });
|
|
9358
9472
|
};
|
|
9359
9473
|
RadioGroup.displayName = "RadioGroup";
|
|
9360
9474
|
|
|
9361
9475
|
// src/components/IconButton/IconButton.tsx
|
|
9362
9476
|
var import_react34 = require("react");
|
|
9363
9477
|
var import_styled_components50 = __toESM(require("styled-components"));
|
|
9364
|
-
var
|
|
9478
|
+
var import_jsx_runtime227 = require("react/jsx-runtime");
|
|
9365
9479
|
var StyledButton2 = (0, import_styled_components50.default)(Button)`
|
|
9366
9480
|
--icon-button-size-sm: 24px;
|
|
9367
9481
|
--icon-button-size-md: 32px;
|
|
@@ -9379,7 +9493,7 @@ var StyledButton2 = (0, import_styled_components50.default)(Button)`
|
|
|
9379
9493
|
var IconButton = (0, import_react34.forwardRef)(
|
|
9380
9494
|
({ children, label, size = "md", ...props }, ref) => {
|
|
9381
9495
|
const responsiveSize = useResponsiveProp(size);
|
|
9382
|
-
return /* @__PURE__ */ (0,
|
|
9496
|
+
return /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
9383
9497
|
StyledButton2,
|
|
9384
9498
|
{
|
|
9385
9499
|
...props,
|
|
@@ -9399,7 +9513,7 @@ IconButton.displayName = "IconButton";
|
|
|
9399
9513
|
// src/components/Image/Image.tsx
|
|
9400
9514
|
var import_styled_components51 = __toESM(require("styled-components"));
|
|
9401
9515
|
var import_type_guards30 = require("@wistia/type-guards");
|
|
9402
|
-
var
|
|
9516
|
+
var import_jsx_runtime228 = require("react/jsx-runtime");
|
|
9403
9517
|
var getFillStyle2 = (fillContainer) => {
|
|
9404
9518
|
if (fillContainer === "horizontal") {
|
|
9405
9519
|
return "width: 100%;";
|
|
@@ -9430,7 +9544,7 @@ var Image = ({
|
|
|
9430
9544
|
loading = "lazy",
|
|
9431
9545
|
position: objPosition,
|
|
9432
9546
|
...otherProps
|
|
9433
|
-
}) => /* @__PURE__ */ (0,
|
|
9547
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
9434
9548
|
StyledImage,
|
|
9435
9549
|
{
|
|
9436
9550
|
$borderRadius: borderRadius,
|
|
@@ -9457,7 +9571,7 @@ var MenuContext = (0, import_react35.createContext)({ compact: false });
|
|
|
9457
9571
|
var useMenuContext = () => (0, import_react35.useContext)(MenuContext);
|
|
9458
9572
|
|
|
9459
9573
|
// src/components/Menu/Menu.tsx
|
|
9460
|
-
var
|
|
9574
|
+
var import_jsx_runtime229 = require("react/jsx-runtime");
|
|
9461
9575
|
var open = import_styled_components52.keyframes`
|
|
9462
9576
|
from {
|
|
9463
9577
|
opacity: 0;
|
|
@@ -9568,24 +9682,24 @@ var Menu = ({
|
|
|
9568
9682
|
onOpenChange: () => null
|
|
9569
9683
|
};
|
|
9570
9684
|
}
|
|
9571
|
-
return /* @__PURE__ */ (0,
|
|
9685
|
+
return /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(MenuContext.Provider, { value: contextValue, children: /* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(
|
|
9572
9686
|
import_react_dropdown_menu.DropdownMenu,
|
|
9573
9687
|
{
|
|
9574
9688
|
modal: false,
|
|
9575
9689
|
...controlProps,
|
|
9576
9690
|
children: [
|
|
9577
|
-
/* @__PURE__ */ (0,
|
|
9691
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(import_react_dropdown_menu.DropdownMenuTrigger, { asChild: true, children: (0, import_type_guards31.isNotUndefined)(trigger) ? trigger : /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
9578
9692
|
Button,
|
|
9579
9693
|
{
|
|
9580
9694
|
"aria-expanded": isOpen,
|
|
9581
9695
|
disabled,
|
|
9582
9696
|
forceState: isOpen ? "active" : void 0,
|
|
9583
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
9697
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Icon, { type: "caret-down" }),
|
|
9584
9698
|
...triggerProps,
|
|
9585
9699
|
children: label
|
|
9586
9700
|
}
|
|
9587
9701
|
) }),
|
|
9588
|
-
/* @__PURE__ */ (0,
|
|
9702
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(import_react_dropdown_menu.DropdownMenuPortal, { children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
9589
9703
|
MenuContent,
|
|
9590
9704
|
{
|
|
9591
9705
|
...props,
|
|
@@ -9607,17 +9721,17 @@ Menu.displayName = "Menu";
|
|
|
9607
9721
|
// src/components/Menu/MenuLabel.tsx
|
|
9608
9722
|
var import_styled_components53 = __toESM(require("styled-components"));
|
|
9609
9723
|
var import_react_dropdown_menu2 = require("@radix-ui/react-dropdown-menu");
|
|
9610
|
-
var
|
|
9724
|
+
var import_jsx_runtime230 = require("react/jsx-runtime");
|
|
9611
9725
|
var StyledMenuLabel = (0, import_styled_components53.default)(import_react_dropdown_menu2.DropdownMenuLabel)`
|
|
9612
9726
|
padding: var(--wui-space-02);
|
|
9613
9727
|
`;
|
|
9614
9728
|
var MenuLabel = ({ children, ...props }) => {
|
|
9615
|
-
return /* @__PURE__ */ (0,
|
|
9729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
9616
9730
|
StyledMenuLabel,
|
|
9617
9731
|
{
|
|
9618
9732
|
asChild: true,
|
|
9619
9733
|
...props,
|
|
9620
|
-
children: /* @__PURE__ */ (0,
|
|
9734
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
9621
9735
|
Heading,
|
|
9622
9736
|
{
|
|
9623
9737
|
renderAs: "span",
|
|
@@ -9641,7 +9755,7 @@ var import_type_guards33 = require("@wistia/type-guards");
|
|
|
9641
9755
|
var import_react37 = require("react");
|
|
9642
9756
|
var import_styled_components54 = __toESM(require("styled-components"));
|
|
9643
9757
|
var import_type_guards32 = require("@wistia/type-guards");
|
|
9644
|
-
var
|
|
9758
|
+
var import_jsx_runtime231 = require("react/jsx-runtime");
|
|
9645
9759
|
var StyledButton3 = (0, import_styled_components54.default)(Button)`
|
|
9646
9760
|
${({ colorScheme }) => getColorScheme(colorScheme)};
|
|
9647
9761
|
|
|
@@ -9724,7 +9838,7 @@ var MenuItemButton = (0, import_react37.forwardRef)(({ children, appearance, com
|
|
|
9724
9838
|
colorScheme = "error";
|
|
9725
9839
|
}
|
|
9726
9840
|
if (appearance === "gated") {
|
|
9727
|
-
badge = /* @__PURE__ */ (0,
|
|
9841
|
+
badge = /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
9728
9842
|
Icon,
|
|
9729
9843
|
{
|
|
9730
9844
|
colorScheme: "purple",
|
|
@@ -9736,7 +9850,7 @@ var MenuItemButton = (0, import_react37.forwardRef)(({ children, appearance, com
|
|
|
9736
9850
|
}
|
|
9737
9851
|
);
|
|
9738
9852
|
}
|
|
9739
|
-
return /* @__PURE__ */ (0,
|
|
9853
|
+
return /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(
|
|
9740
9854
|
StyledButton3,
|
|
9741
9855
|
{
|
|
9742
9856
|
...props,
|
|
@@ -9746,10 +9860,10 @@ var MenuItemButton = (0, import_react37.forwardRef)(({ children, appearance, com
|
|
|
9746
9860
|
fullWidth: true,
|
|
9747
9861
|
unstyled: true,
|
|
9748
9862
|
children: [
|
|
9749
|
-
props.leftIcon ? /* @__PURE__ */ (0,
|
|
9750
|
-
/* @__PURE__ */ (0,
|
|
9751
|
-
(0, import_type_guards32.isNotNil)(badge) || (0, import_type_guards32.isNotNil)(command) ? /* @__PURE__ */ (0,
|
|
9752
|
-
props.rightIcon ? /* @__PURE__ */ (0,
|
|
9863
|
+
props.leftIcon ? /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(StyledLeftIconContainer, { children: props.leftIcon }) : null,
|
|
9864
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(StyledLabelAndDescriptionContainer, { children }),
|
|
9865
|
+
(0, import_type_guards32.isNotNil)(badge) || (0, import_type_guards32.isNotNil)(command) ? /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(StyledBadgeContainer, { children: badge ?? command }) : null,
|
|
9866
|
+
props.rightIcon ? /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(StyledRightIconContainer, { children: props.rightIcon }) : null
|
|
9753
9867
|
]
|
|
9754
9868
|
}
|
|
9755
9869
|
);
|
|
@@ -9758,21 +9872,21 @@ MenuItemButton.displayName = "MenuItemButton";
|
|
|
9758
9872
|
|
|
9759
9873
|
// src/components/Menu/MenuItemLabelDescription.tsx
|
|
9760
9874
|
var import_styled_components55 = __toESM(require("styled-components"));
|
|
9761
|
-
var
|
|
9875
|
+
var import_jsx_runtime232 = require("react/jsx-runtime");
|
|
9762
9876
|
var StyledMenuItemLabel = import_styled_components55.default.span``;
|
|
9763
9877
|
var StyledMenuItemDescription = (0, import_styled_components55.default)(Text).attrs({
|
|
9764
9878
|
variant: "body4",
|
|
9765
9879
|
prominence: "secondary"
|
|
9766
9880
|
})``;
|
|
9767
9881
|
var MenuItemLabel = ({ children }) => {
|
|
9768
|
-
return /* @__PURE__ */ (0,
|
|
9882
|
+
return /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(StyledMenuItemLabel, { children });
|
|
9769
9883
|
};
|
|
9770
9884
|
var MenuItemDescription = ({ children }) => {
|
|
9771
|
-
return /* @__PURE__ */ (0,
|
|
9885
|
+
return /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(StyledMenuItemDescription, { children });
|
|
9772
9886
|
};
|
|
9773
9887
|
|
|
9774
9888
|
// src/components/Menu/SubMenu.tsx
|
|
9775
|
-
var
|
|
9889
|
+
var import_jsx_runtime233 = require("react/jsx-runtime");
|
|
9776
9890
|
var SubMenuContent = (0, import_styled_components56.default)(import_react_dropdown_menu3.DropdownMenuSubContent)`
|
|
9777
9891
|
${menuContentCss}
|
|
9778
9892
|
|
|
@@ -9794,12 +9908,12 @@ var StyledSubTrigger = (0, import_styled_components56.default)(import_react_drop
|
|
|
9794
9908
|
var SubMenuTrigger = ({ icon, ...props }) => {
|
|
9795
9909
|
const { isSmAndUp } = useMq();
|
|
9796
9910
|
const Trigger4 = isSmAndUp ? StyledSubTrigger : import_react_dropdown_menu3.DropdownMenuItem;
|
|
9797
|
-
return /* @__PURE__ */ (0,
|
|
9911
|
+
return /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(Trigger4, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
9798
9912
|
MenuItemButton,
|
|
9799
9913
|
{
|
|
9800
9914
|
...props,
|
|
9801
9915
|
leftIcon: icon,
|
|
9802
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
9916
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(Icon, { type: "caret-right" })
|
|
9803
9917
|
}
|
|
9804
9918
|
) });
|
|
9805
9919
|
};
|
|
@@ -9813,14 +9927,14 @@ var SubMenu = ({
|
|
|
9813
9927
|
const { isSmAndUp } = useMq();
|
|
9814
9928
|
const [isExpanded, setIsExpanded] = (0, import_react38.useState)(false);
|
|
9815
9929
|
const { compact } = useMenuContext();
|
|
9816
|
-
return isSmAndUp ? /* @__PURE__ */ (0,
|
|
9817
|
-
/* @__PURE__ */ (0,
|
|
9818
|
-
/* @__PURE__ */ (0,
|
|
9819
|
-
(0, import_type_guards33.isNotNil)(description) ? /* @__PURE__ */ (0,
|
|
9930
|
+
return isSmAndUp ? /* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(import_react_dropdown_menu3.DropdownMenuSub, { onOpenChange, children: [
|
|
9931
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(SubMenuTrigger, { ...props, children: [
|
|
9932
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(MenuItemLabel, { children: label }),
|
|
9933
|
+
(0, import_type_guards33.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(MenuItemDescription, { children: description }) : null
|
|
9820
9934
|
] }),
|
|
9821
|
-
/* @__PURE__ */ (0,
|
|
9822
|
-
] }) : /* @__PURE__ */ (0,
|
|
9823
|
-
/* @__PURE__ */ (0,
|
|
9935
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(import_react_dropdown_menu3.DropdownMenuPortal, { children: /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(SubMenuContent, { $compact: compact, children }) })
|
|
9936
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(import_react_dropdown_menu3.DropdownMenuGroup, { children: [
|
|
9937
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(
|
|
9824
9938
|
SubMenuTrigger,
|
|
9825
9939
|
{
|
|
9826
9940
|
...props,
|
|
@@ -9829,12 +9943,12 @@ var SubMenu = ({
|
|
|
9829
9943
|
setIsExpanded((prev) => !prev);
|
|
9830
9944
|
},
|
|
9831
9945
|
children: [
|
|
9832
|
-
/* @__PURE__ */ (0,
|
|
9833
|
-
/* @__PURE__ */ (0,
|
|
9946
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(MenuItemLabel, { children: label }),
|
|
9947
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(MenuItemDescription, { children: description })
|
|
9834
9948
|
]
|
|
9835
9949
|
}
|
|
9836
9950
|
),
|
|
9837
|
-
/* @__PURE__ */ (0,
|
|
9951
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(StyledMobileSubMenuItems, { children: isExpanded ? children : null })
|
|
9838
9952
|
] });
|
|
9839
9953
|
};
|
|
9840
9954
|
SubMenu.displayName = "SubMenu";
|
|
@@ -9842,15 +9956,15 @@ SubMenu.displayName = "SubMenu";
|
|
|
9842
9956
|
// src/components/Menu/MenuItem.tsx
|
|
9843
9957
|
var import_react39 = require("react");
|
|
9844
9958
|
var import_react_dropdown_menu4 = require("@radix-ui/react-dropdown-menu");
|
|
9845
|
-
var
|
|
9959
|
+
var import_jsx_runtime234 = require("react/jsx-runtime");
|
|
9846
9960
|
var MenuItem = (0, import_react39.forwardRef)(
|
|
9847
9961
|
({ onSelect = () => null, ...props }, ref) => {
|
|
9848
|
-
return /* @__PURE__ */ (0,
|
|
9962
|
+
return /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(
|
|
9849
9963
|
import_react_dropdown_menu4.DropdownMenuItem,
|
|
9850
9964
|
{
|
|
9851
9965
|
asChild: true,
|
|
9852
9966
|
onSelect,
|
|
9853
|
-
children: /* @__PURE__ */ (0,
|
|
9967
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(
|
|
9854
9968
|
MenuItemButton,
|
|
9855
9969
|
{
|
|
9856
9970
|
...props,
|
|
@@ -9866,10 +9980,10 @@ MenuItem.displayName = "MenuItem";
|
|
|
9866
9980
|
|
|
9867
9981
|
// src/components/Menu/MenuRadioGroup.tsx
|
|
9868
9982
|
var import_react_dropdown_menu5 = require("@radix-ui/react-dropdown-menu");
|
|
9869
|
-
var
|
|
9983
|
+
var import_jsx_runtime235 = require("react/jsx-runtime");
|
|
9870
9984
|
var MenuRadioGroup = ({ children, label, ...props }) => {
|
|
9871
|
-
return /* @__PURE__ */ (0,
|
|
9872
|
-
/* @__PURE__ */ (0,
|
|
9985
|
+
return /* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(import_react_dropdown_menu5.DropdownMenuRadioGroup, { ...props, children: [
|
|
9986
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(MenuLabel, { children: label }),
|
|
9873
9987
|
children
|
|
9874
9988
|
] });
|
|
9875
9989
|
};
|
|
@@ -9877,11 +9991,11 @@ MenuRadioGroup.displayName = "MenuRadioGroup";
|
|
|
9877
9991
|
|
|
9878
9992
|
// src/components/Menu/RadioMenuItem.tsx
|
|
9879
9993
|
var import_react_dropdown_menu6 = require("@radix-ui/react-dropdown-menu");
|
|
9880
|
-
var
|
|
9994
|
+
var import_jsx_runtime236 = require("react/jsx-runtime");
|
|
9881
9995
|
var RadioMenuItem = ({
|
|
9882
9996
|
onSelect,
|
|
9883
9997
|
value,
|
|
9884
|
-
indicator = /* @__PURE__ */ (0,
|
|
9998
|
+
indicator = /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
9885
9999
|
Icon,
|
|
9886
10000
|
{
|
|
9887
10001
|
size: "sm",
|
|
@@ -9891,17 +10005,17 @@ var RadioMenuItem = ({
|
|
|
9891
10005
|
...props
|
|
9892
10006
|
}) => {
|
|
9893
10007
|
const extraProps = onSelect ? { onSelect } : {};
|
|
9894
|
-
return /* @__PURE__ */ (0,
|
|
10008
|
+
return /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
9895
10009
|
import_react_dropdown_menu6.DropdownMenuRadioItem,
|
|
9896
10010
|
{
|
|
9897
10011
|
...extraProps,
|
|
9898
10012
|
asChild: true,
|
|
9899
10013
|
value,
|
|
9900
|
-
children: /* @__PURE__ */ (0,
|
|
10014
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
9901
10015
|
MenuItemButton,
|
|
9902
10016
|
{
|
|
9903
10017
|
...props,
|
|
9904
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
10018
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(import_react_dropdown_menu6.DropdownMenuItemIndicator, { children: indicator })
|
|
9905
10019
|
}
|
|
9906
10020
|
)
|
|
9907
10021
|
}
|
|
@@ -9911,9 +10025,9 @@ RadioMenuItem.displayName = "RadioMenuItem";
|
|
|
9911
10025
|
|
|
9912
10026
|
// src/components/Menu/CheckboxMenuItem.tsx
|
|
9913
10027
|
var import_react_dropdown_menu7 = require("@radix-ui/react-dropdown-menu");
|
|
9914
|
-
var
|
|
10028
|
+
var import_jsx_runtime237 = require("react/jsx-runtime");
|
|
9915
10029
|
var CheckboxIndicator = ({ checked, ...props }) => {
|
|
9916
|
-
return checked ? /* @__PURE__ */ (0,
|
|
10030
|
+
return checked ? /* @__PURE__ */ (0, import_jsx_runtime237.jsxs)(
|
|
9917
10031
|
"svg",
|
|
9918
10032
|
{
|
|
9919
10033
|
...props,
|
|
@@ -9923,14 +10037,14 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
9923
10037
|
width: "24",
|
|
9924
10038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9925
10039
|
children: [
|
|
9926
|
-
/* @__PURE__ */ (0,
|
|
10040
|
+
/* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9927
10041
|
"path",
|
|
9928
10042
|
{
|
|
9929
10043
|
d: "m4 8c0-2.20914 1.79086-4 4-4h8c2.2091 0 4 1.79086 4 4v8c0 2.2091-1.7909 4-4 4h-8c-2.20914 0-4-1.7909-4-4z",
|
|
9930
10044
|
fill: "#2949e5"
|
|
9931
10045
|
}
|
|
9932
10046
|
),
|
|
9933
|
-
/* @__PURE__ */ (0,
|
|
10047
|
+
/* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9934
10048
|
"path",
|
|
9935
10049
|
{
|
|
9936
10050
|
d: "m10.4728 15.1931-3.09523-3.1131c-.18596-.187-.18596-.4902 0-.6773l.67341-.6773c.18596-.187.48749-.187.67344 0l2.08508 2.0971 4.4661-4.49174c.1859-.18703.4875-.18703.6734 0l.6734.67731c.186.18703.186.49027 0 .67731l-5.4762 5.50772c-.1859.187-.4874.187-.6734 0z",
|
|
@@ -9939,7 +10053,7 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
9939
10053
|
)
|
|
9940
10054
|
]
|
|
9941
10055
|
}
|
|
9942
|
-
) : /* @__PURE__ */ (0,
|
|
10056
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime237.jsxs)(
|
|
9943
10057
|
"svg",
|
|
9944
10058
|
{
|
|
9945
10059
|
...props,
|
|
@@ -9949,14 +10063,14 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
9949
10063
|
width: "24",
|
|
9950
10064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9951
10065
|
children: [
|
|
9952
|
-
/* @__PURE__ */ (0,
|
|
10066
|
+
/* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9953
10067
|
"path",
|
|
9954
10068
|
{
|
|
9955
10069
|
d: "m8 4.5h8c1.933 0 3.5 1.567 3.5 3.5v8c0 1.933-1.567 3.5-3.5 3.5h-8c-1.933 0-3.5-1.567-3.5-3.5v-8c0-1.933 1.567-3.5 3.5-3.5z",
|
|
9956
10070
|
fill: "#fcfcfd"
|
|
9957
10071
|
}
|
|
9958
10072
|
),
|
|
9959
|
-
/* @__PURE__ */ (0,
|
|
10073
|
+
/* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9960
10074
|
"path",
|
|
9961
10075
|
{
|
|
9962
10076
|
d: "m8 4.5h8c1.933 0 3.5 1.567 3.5 3.5v8c0 1.933-1.567 3.5-3.5 3.5h-8c-1.933 0-3.5-1.567-3.5-3.5v-8c0-1.933 1.567-3.5 3.5-3.5z",
|
|
@@ -9973,18 +10087,18 @@ var CheckboxMenuItem = ({
|
|
|
9973
10087
|
onCheckedChange,
|
|
9974
10088
|
...props
|
|
9975
10089
|
}) => {
|
|
9976
|
-
return /* @__PURE__ */ (0,
|
|
10090
|
+
return /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9977
10091
|
import_react_dropdown_menu7.DropdownMenuCheckboxItem,
|
|
9978
10092
|
{
|
|
9979
10093
|
asChild: true,
|
|
9980
10094
|
checked,
|
|
9981
10095
|
onCheckedChange,
|
|
9982
10096
|
onSelect,
|
|
9983
|
-
children: /* @__PURE__ */ (0,
|
|
10097
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
9984
10098
|
MenuItemButton,
|
|
9985
10099
|
{
|
|
9986
10100
|
...props,
|
|
9987
|
-
leftIcon: /* @__PURE__ */ (0,
|
|
10101
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(CheckboxIndicator, { checked })
|
|
9988
10102
|
}
|
|
9989
10103
|
)
|
|
9990
10104
|
}
|
|
@@ -10005,24 +10119,24 @@ var import_react_dialog2 = require("@radix-ui/react-dialog");
|
|
|
10005
10119
|
// src/components/Modal/ModalCloseButton.tsx
|
|
10006
10120
|
var import_styled_components57 = __toESM(require("styled-components"));
|
|
10007
10121
|
var import_react_dialog = require("@radix-ui/react-dialog");
|
|
10008
|
-
var
|
|
10122
|
+
var import_jsx_runtime238 = require("react/jsx-runtime");
|
|
10009
10123
|
var CloseButton = (0, import_styled_components57.default)(import_react_dialog.Close)`
|
|
10010
10124
|
align-self: start;
|
|
10011
10125
|
`;
|
|
10012
10126
|
var ModalCloseButton = () => {
|
|
10013
|
-
return /* @__PURE__ */ (0,
|
|
10127
|
+
return /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(CloseButton, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
10014
10128
|
IconButton,
|
|
10015
10129
|
{
|
|
10016
10130
|
label: "Dismiss modal",
|
|
10017
10131
|
size: "sm",
|
|
10018
10132
|
variant: "ghost",
|
|
10019
|
-
children: /* @__PURE__ */ (0,
|
|
10133
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(Icon, { type: "close" })
|
|
10020
10134
|
}
|
|
10021
10135
|
) });
|
|
10022
10136
|
};
|
|
10023
10137
|
|
|
10024
10138
|
// src/components/Modal/ModalHeader.tsx
|
|
10025
|
-
var
|
|
10139
|
+
var import_jsx_runtime239 = require("react/jsx-runtime");
|
|
10026
10140
|
var Header = import_styled_components58.default.header`
|
|
10027
10141
|
display: flex;
|
|
10028
10142
|
order: 1;
|
|
@@ -10045,10 +10159,10 @@ var ModalHeader = ({
|
|
|
10045
10159
|
hideTitle,
|
|
10046
10160
|
hideCloseButton
|
|
10047
10161
|
}) => {
|
|
10048
|
-
const TitleComponent = hideTitle ? /* @__PURE__ */ (0,
|
|
10049
|
-
return /* @__PURE__ */ (0,
|
|
10162
|
+
const TitleComponent = hideTitle ? /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(ScreenReaderOnly, { children: /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Title, { children: title }) }) : /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Title, { children: title });
|
|
10163
|
+
return /* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(Header, { $hideTitle: hideTitle, children: [
|
|
10050
10164
|
TitleComponent,
|
|
10051
|
-
hideCloseButton ? null : /* @__PURE__ */ (0,
|
|
10165
|
+
hideCloseButton ? null : /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(ModalCloseButton, {})
|
|
10052
10166
|
] });
|
|
10053
10167
|
};
|
|
10054
10168
|
|
|
@@ -10077,7 +10191,7 @@ var useFocusRestore = () => {
|
|
|
10077
10191
|
};
|
|
10078
10192
|
|
|
10079
10193
|
// src/components/Modal/ModalContent.tsx
|
|
10080
|
-
var
|
|
10194
|
+
var import_jsx_runtime240 = require("react/jsx-runtime");
|
|
10081
10195
|
var StyledModalContent = (0, import_styled_components59.default)(import_react_dialog3.Content)`
|
|
10082
10196
|
background-color: var(--wui-color-bg-app);
|
|
10083
10197
|
box-sizing: border-box;
|
|
@@ -10122,7 +10236,7 @@ var StyledModalContent = (0, import_styled_components59.default)(import_react_di
|
|
|
10122
10236
|
var ModalContent = (0, import_react41.forwardRef)(
|
|
10123
10237
|
({ fullHeight, width, children, ...otherProps }, ref) => {
|
|
10124
10238
|
useFocusRestore();
|
|
10125
|
-
return /* @__PURE__ */ (0,
|
|
10239
|
+
return /* @__PURE__ */ (0, import_jsx_runtime240.jsx)(
|
|
10126
10240
|
StyledModalContent,
|
|
10127
10241
|
{
|
|
10128
10242
|
ref,
|
|
@@ -10139,7 +10253,7 @@ var ModalContent = (0, import_react41.forwardRef)(
|
|
|
10139
10253
|
// src/private/components/Backdrop/Backdrop.tsx
|
|
10140
10254
|
var import_react42 = require("react");
|
|
10141
10255
|
var import_styled_components60 = __toESM(require("styled-components"));
|
|
10142
|
-
var
|
|
10256
|
+
var import_jsx_runtime241 = require("react/jsx-runtime");
|
|
10143
10257
|
var backdropAnimationDuration = 150;
|
|
10144
10258
|
var alignVerticalMap = {
|
|
10145
10259
|
stretch: "normal",
|
|
@@ -10176,7 +10290,7 @@ var BackdropComponent = import_styled_components60.default.div`
|
|
|
10176
10290
|
}
|
|
10177
10291
|
`;
|
|
10178
10292
|
var Backdrop = (0, import_react42.forwardRef)(
|
|
10179
|
-
({ alignHorizontal = "center", alignVertical = "center", children, ...otherProps }, ref) => /* @__PURE__ */ (0,
|
|
10293
|
+
({ alignHorizontal = "center", alignVertical = "center", children, ...otherProps }, ref) => /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
10180
10294
|
BackdropComponent,
|
|
10181
10295
|
{
|
|
10182
10296
|
ref,
|
|
@@ -10190,7 +10304,7 @@ var Backdrop = (0, import_react42.forwardRef)(
|
|
|
10190
10304
|
Backdrop.displayName = "Backdrop";
|
|
10191
10305
|
|
|
10192
10306
|
// src/components/Modal/Modal.tsx
|
|
10193
|
-
var
|
|
10307
|
+
var import_jsx_runtime242 = require("react/jsx-runtime");
|
|
10194
10308
|
var DEFAULT_MODAL_WIDTH = "532px";
|
|
10195
10309
|
var ModalBody = import_styled_components61.default.div`
|
|
10196
10310
|
flex-direction: column;
|
|
@@ -10210,7 +10324,7 @@ var Modal = (0, import_react43.forwardRef)(
|
|
|
10210
10324
|
width = DEFAULT_MODAL_WIDTH,
|
|
10211
10325
|
...props
|
|
10212
10326
|
}, ref) => {
|
|
10213
|
-
return /* @__PURE__ */ (0,
|
|
10327
|
+
return /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
10214
10328
|
import_react_dialog4.Root,
|
|
10215
10329
|
{
|
|
10216
10330
|
onOpenChange: (open2) => {
|
|
@@ -10219,9 +10333,9 @@ var Modal = (0, import_react43.forwardRef)(
|
|
|
10219
10333
|
}
|
|
10220
10334
|
},
|
|
10221
10335
|
open: isOpen,
|
|
10222
|
-
children: /* @__PURE__ */ (0,
|
|
10223
|
-
/* @__PURE__ */ (0,
|
|
10224
|
-
/* @__PURE__ */ (0,
|
|
10336
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime242.jsxs)(import_react_dialog4.Portal, { children: [
|
|
10337
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Backdrop, {}),
|
|
10338
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsxs)(
|
|
10225
10339
|
ModalContent,
|
|
10226
10340
|
{
|
|
10227
10341
|
ref,
|
|
@@ -10237,8 +10351,8 @@ var Modal = (0, import_react43.forwardRef)(
|
|
|
10237
10351
|
width,
|
|
10238
10352
|
...props,
|
|
10239
10353
|
children: [
|
|
10240
|
-
/* @__PURE__ */ (0,
|
|
10241
|
-
/* @__PURE__ */ (0,
|
|
10354
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(ModalBody, { children }),
|
|
10355
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
10242
10356
|
ModalHeader,
|
|
10243
10357
|
{
|
|
10244
10358
|
hideCloseButton,
|
|
@@ -10267,7 +10381,7 @@ var getControlProps = (isOpen, onOpenChange) => {
|
|
|
10267
10381
|
};
|
|
10268
10382
|
|
|
10269
10383
|
// src/components/Popover/Popover.tsx
|
|
10270
|
-
var
|
|
10384
|
+
var import_jsx_runtime243 = require("react/jsx-runtime");
|
|
10271
10385
|
var StyledContent2 = (0, import_styled_components62.default)(import_react_popover.Content)`
|
|
10272
10386
|
${({ $unstyled }) => !$unstyled && import_styled_components62.css`
|
|
10273
10387
|
border-radius: var(--wui-border-radius-02);
|
|
@@ -10293,25 +10407,25 @@ var Popover = ({
|
|
|
10293
10407
|
unstyled = false,
|
|
10294
10408
|
...props
|
|
10295
10409
|
}) => {
|
|
10296
|
-
return /* @__PURE__ */ (0,
|
|
10297
|
-
/* @__PURE__ */ (0,
|
|
10298
|
-
/* @__PURE__ */ (0,
|
|
10410
|
+
return /* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(import_react_popover.Root, { ...getControlProps(isOpen, onOpenChange), children: [
|
|
10411
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(import_react_popover.Trigger, { asChild: true, children: trigger }),
|
|
10412
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(import_react_popover.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(
|
|
10299
10413
|
StyledContent2,
|
|
10300
10414
|
{
|
|
10301
10415
|
sideOffset: 8,
|
|
10302
10416
|
...props,
|
|
10303
10417
|
$unstyled: unstyled,
|
|
10304
10418
|
children: [
|
|
10305
|
-
!hideCloseButton && /* @__PURE__ */ (0,
|
|
10419
|
+
!hideCloseButton && /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(import_react_popover.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(
|
|
10306
10420
|
IconButton,
|
|
10307
10421
|
{
|
|
10308
10422
|
"data-wui-popover-close": true,
|
|
10309
10423
|
label: "Close",
|
|
10310
10424
|
variant: "ghost",
|
|
10311
|
-
children: /* @__PURE__ */ (0,
|
|
10425
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(Icon, { type: "close" })
|
|
10312
10426
|
}
|
|
10313
10427
|
) }),
|
|
10314
|
-
/* @__PURE__ */ (0,
|
|
10428
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)("div", { children })
|
|
10315
10429
|
]
|
|
10316
10430
|
}
|
|
10317
10431
|
) })
|
|
@@ -10323,7 +10437,7 @@ Popover.displayName = "Popover";
|
|
|
10323
10437
|
var import_styled_components63 = __toESM(require("styled-components"));
|
|
10324
10438
|
var import_react_progress = require("@radix-ui/react-progress");
|
|
10325
10439
|
var import_type_guards37 = require("@wistia/type-guards");
|
|
10326
|
-
var
|
|
10440
|
+
var import_jsx_runtime244 = require("react/jsx-runtime");
|
|
10327
10441
|
var ProgressBarWrapper = import_styled_components63.default.div`
|
|
10328
10442
|
--progress-bar-height: 8px;
|
|
10329
10443
|
--progress-bar-indicator-color: var(--wui-color-bg-fill);
|
|
@@ -10376,15 +10490,15 @@ var ProgressBar = ({
|
|
|
10376
10490
|
labelRight,
|
|
10377
10491
|
...props
|
|
10378
10492
|
}) => {
|
|
10379
|
-
return /* @__PURE__ */ (0,
|
|
10380
|
-
(0, import_type_guards37.isNotNil)(labelLeft) ? /* @__PURE__ */ (0,
|
|
10381
|
-
/* @__PURE__ */ (0,
|
|
10493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(ProgressBarWrapper, { children: [
|
|
10494
|
+
(0, import_type_guards37.isNotNil)(labelLeft) ? /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(ProgressBarLabel, { children: labelLeft }) : null,
|
|
10495
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(
|
|
10382
10496
|
StyledProgressBar,
|
|
10383
10497
|
{
|
|
10384
10498
|
max,
|
|
10385
10499
|
value: progress,
|
|
10386
10500
|
...props,
|
|
10387
|
-
children: /* @__PURE__ */ (0,
|
|
10501
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(
|
|
10388
10502
|
StyledProgressIndicator,
|
|
10389
10503
|
{
|
|
10390
10504
|
$max: max,
|
|
@@ -10393,7 +10507,7 @@ var ProgressBar = ({
|
|
|
10393
10507
|
)
|
|
10394
10508
|
}
|
|
10395
10509
|
),
|
|
10396
|
-
(0, import_type_guards37.isNotNil)(labelRight) ? /* @__PURE__ */ (0,
|
|
10510
|
+
(0, import_type_guards37.isNotNil)(labelRight) ? /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(ProgressBarLabel, { children: labelRight }) : null
|
|
10397
10511
|
] });
|
|
10398
10512
|
};
|
|
10399
10513
|
ProgressBar.displayName = "ProgressBar";
|
|
@@ -10402,8 +10516,8 @@ ProgressBar.displayName = "ProgressBar";
|
|
|
10402
10516
|
var import_react44 = require("react");
|
|
10403
10517
|
var import_styled_components64 = __toESM(require("styled-components"));
|
|
10404
10518
|
var import_type_guards38 = require("@wistia/type-guards");
|
|
10405
|
-
var
|
|
10406
|
-
var RadioIcon = () => /* @__PURE__ */ (0,
|
|
10519
|
+
var import_jsx_runtime245 = require("react/jsx-runtime");
|
|
10520
|
+
var RadioIcon = () => /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
10407
10521
|
"svg",
|
|
10408
10522
|
{
|
|
10409
10523
|
fill: "inherit",
|
|
@@ -10411,7 +10525,7 @@ var RadioIcon = () => /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
|
10411
10525
|
viewBox: "0 0 1 1",
|
|
10412
10526
|
width: "1",
|
|
10413
10527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10414
|
-
children: /* @__PURE__ */ (0,
|
|
10528
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
10415
10529
|
"circle",
|
|
10416
10530
|
{
|
|
10417
10531
|
cx: "0.5",
|
|
@@ -10519,13 +10633,13 @@ var Radio = (0, import_react44.forwardRef)(
|
|
|
10519
10633
|
}, ref) => {
|
|
10520
10634
|
const generatedId = (0, import_react44.useId)();
|
|
10521
10635
|
const computedId = (0, import_type_guards38.isNonEmptyString)(id) ? id : `wistia-ui-radio-${generatedId}`;
|
|
10522
|
-
return /* @__PURE__ */ (0,
|
|
10636
|
+
return /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(
|
|
10523
10637
|
StyledRadioWrapper,
|
|
10524
10638
|
{
|
|
10525
10639
|
$disabled: disabled,
|
|
10526
10640
|
"aria-invalid": props["aria-invalid"],
|
|
10527
10641
|
children: [
|
|
10528
|
-
/* @__PURE__ */ (0,
|
|
10642
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
10529
10643
|
StyledHiddenRadioInput,
|
|
10530
10644
|
{
|
|
10531
10645
|
...props,
|
|
@@ -10540,16 +10654,16 @@ var Radio = (0, import_react44.forwardRef)(
|
|
|
10540
10654
|
value
|
|
10541
10655
|
}
|
|
10542
10656
|
),
|
|
10543
|
-
/* @__PURE__ */ (0,
|
|
10657
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
10544
10658
|
FormControlLabel,
|
|
10545
10659
|
{
|
|
10546
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
10660
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
10547
10661
|
StyledRadioInput,
|
|
10548
10662
|
{
|
|
10549
10663
|
$disabled: disabled,
|
|
10550
10664
|
$size: size,
|
|
10551
10665
|
"data-wui-faux-input": "true",
|
|
10552
|
-
children: /* @__PURE__ */ (0,
|
|
10666
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(RadioIcon, {})
|
|
10553
10667
|
}
|
|
10554
10668
|
),
|
|
10555
10669
|
description,
|
|
@@ -10574,7 +10688,7 @@ var import_type_guards39 = require("@wistia/type-guards");
|
|
|
10574
10688
|
|
|
10575
10689
|
// src/components/SegmentedControl/useSelectedItemMeasurements.tsx
|
|
10576
10690
|
var import_react45 = require("react");
|
|
10577
|
-
var
|
|
10691
|
+
var import_jsx_runtime246 = require("react/jsx-runtime");
|
|
10578
10692
|
var SelectedItemMeasurementsContext = (0, import_react45.createContext)(
|
|
10579
10693
|
null
|
|
10580
10694
|
);
|
|
@@ -10589,7 +10703,7 @@ var SelectedItemMeasurementsProvider = ({
|
|
|
10589
10703
|
}),
|
|
10590
10704
|
[selectedItemMeasurements]
|
|
10591
10705
|
);
|
|
10592
|
-
return /* @__PURE__ */ (0,
|
|
10706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime246.jsx)(SelectedItemMeasurementsContext.Provider, { value: contextValue, children });
|
|
10593
10707
|
};
|
|
10594
10708
|
var useSelectedItemMeasurements = () => {
|
|
10595
10709
|
const context = (0, import_react45.useContext)(SelectedItemMeasurementsContext);
|
|
@@ -10618,7 +10732,7 @@ var useSegmentedControlValue = () => {
|
|
|
10618
10732
|
};
|
|
10619
10733
|
|
|
10620
10734
|
// src/components/SegmentedControl/SelectedItemIndicator.tsx
|
|
10621
|
-
var
|
|
10735
|
+
var import_jsx_runtime247 = require("react/jsx-runtime");
|
|
10622
10736
|
var SelectedItemIndicatorDiv = import_styled_components65.default.div`
|
|
10623
10737
|
background-color: var(--wui-color-bg-fill-white);
|
|
10624
10738
|
border-radius: var(--wui-border-radius-rounded);
|
|
@@ -10645,7 +10759,7 @@ var SelectedItemIndicator = () => {
|
|
|
10645
10759
|
if (!selectedValue) {
|
|
10646
10760
|
return null;
|
|
10647
10761
|
}
|
|
10648
|
-
return /* @__PURE__ */ (0,
|
|
10762
|
+
return /* @__PURE__ */ (0, import_jsx_runtime247.jsx)(
|
|
10649
10763
|
SelectedItemIndicatorDiv,
|
|
10650
10764
|
{
|
|
10651
10765
|
style: {
|
|
@@ -10658,7 +10772,7 @@ var SelectedItemIndicator = () => {
|
|
|
10658
10772
|
};
|
|
10659
10773
|
|
|
10660
10774
|
// src/components/SegmentedControl/SegmentedControl.tsx
|
|
10661
|
-
var
|
|
10775
|
+
var import_jsx_runtime248 = require("react/jsx-runtime");
|
|
10662
10776
|
var segmentedControlStyles = import_styled_components66.css`
|
|
10663
10777
|
display: inline-flex;
|
|
10664
10778
|
background-color: var(--wui-color-bg-surface-secondary);
|
|
@@ -10684,7 +10798,7 @@ var SegmentedControl = (0, import_react48.forwardRef)(
|
|
|
10684
10798
|
if ((0, import_type_guards39.isNil)(children)) {
|
|
10685
10799
|
return null;
|
|
10686
10800
|
}
|
|
10687
|
-
return /* @__PURE__ */ (0,
|
|
10801
|
+
return /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(
|
|
10688
10802
|
StyledSegmentedControl,
|
|
10689
10803
|
{
|
|
10690
10804
|
ref,
|
|
@@ -10696,8 +10810,8 @@ var SegmentedControl = (0, import_react48.forwardRef)(
|
|
|
10696
10810
|
type: "single",
|
|
10697
10811
|
value: selectedValue,
|
|
10698
10812
|
...props,
|
|
10699
|
-
children: /* @__PURE__ */ (0,
|
|
10700
|
-
/* @__PURE__ */ (0,
|
|
10813
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(SegmentedControlValueProvider, { value: selectedValue, children: /* @__PURE__ */ (0, import_jsx_runtime248.jsxs)(SelectedItemMeasurementsProvider, { children: [
|
|
10814
|
+
/* @__PURE__ */ (0, import_jsx_runtime248.jsx)(SelectedItemIndicator, {}),
|
|
10701
10815
|
children
|
|
10702
10816
|
] }) })
|
|
10703
10817
|
}
|
|
@@ -10727,7 +10841,7 @@ var mergeRefs = (refs) => (value) => {
|
|
|
10727
10841
|
};
|
|
10728
10842
|
|
|
10729
10843
|
// src/components/SegmentedControl/SegmentedControlItem.tsx
|
|
10730
|
-
var
|
|
10844
|
+
var import_jsx_runtime249 = require("react/jsx-runtime");
|
|
10731
10845
|
var segmentedControlItemStyles = import_styled_components67.css`
|
|
10732
10846
|
all: unset; /* ToggleGroupItem is a button element */
|
|
10733
10847
|
align-items: center;
|
|
@@ -10828,7 +10942,7 @@ var SegmentedControlItem = (0, import_react49.forwardRef)(
|
|
|
10828
10942
|
resizeObserver.disconnect();
|
|
10829
10943
|
};
|
|
10830
10944
|
}, [selectedValue, setSelectedItemMeasurements, value]);
|
|
10831
|
-
return /* @__PURE__ */ (0,
|
|
10945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime249.jsxs)(
|
|
10832
10946
|
StyledSegmentedControlItem,
|
|
10833
10947
|
{
|
|
10834
10948
|
ref: combinedRef,
|
|
@@ -10851,7 +10965,7 @@ SegmentedControlItem.displayName = "SegmentedControlItem";
|
|
|
10851
10965
|
var import_react_select = require("@radix-ui/react-select");
|
|
10852
10966
|
var import_react50 = require("react");
|
|
10853
10967
|
var import_styled_components68 = __toESM(require("styled-components"));
|
|
10854
|
-
var
|
|
10968
|
+
var import_jsx_runtime250 = require("react/jsx-runtime");
|
|
10855
10969
|
var StyledTrigger = (0, import_styled_components68.default)(import_react_select.Trigger)`
|
|
10856
10970
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
10857
10971
|
--wui-select-color-bg: var(--wui-color-bg-surface);
|
|
@@ -10928,13 +11042,13 @@ var Select = (0, import_react50.forwardRef)(
|
|
|
10928
11042
|
...props
|
|
10929
11043
|
}, forwardedRef) => {
|
|
10930
11044
|
const responsiveFullWidth = useResponsiveProp(fullWidth);
|
|
10931
|
-
return /* @__PURE__ */ (0,
|
|
11045
|
+
return /* @__PURE__ */ (0, import_jsx_runtime250.jsxs)(
|
|
10932
11046
|
import_react_select.Root,
|
|
10933
11047
|
{
|
|
10934
11048
|
...props,
|
|
10935
11049
|
onValueChange: onChange,
|
|
10936
11050
|
children: [
|
|
10937
|
-
/* @__PURE__ */ (0,
|
|
11051
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsxs)(
|
|
10938
11052
|
StyledTrigger,
|
|
10939
11053
|
{
|
|
10940
11054
|
ref: forwardedRef,
|
|
@@ -10942,8 +11056,8 @@ var Select = (0, import_react50.forwardRef)(
|
|
|
10942
11056
|
$fullWidth: responsiveFullWidth,
|
|
10943
11057
|
...props,
|
|
10944
11058
|
children: [
|
|
10945
|
-
/* @__PURE__ */ (0,
|
|
10946
|
-
/* @__PURE__ */ (0,
|
|
11059
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(import_react_select.Value, { placeholder }),
|
|
11060
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
10947
11061
|
Icon,
|
|
10948
11062
|
{
|
|
10949
11063
|
size: "md",
|
|
@@ -10953,10 +11067,10 @@ var Select = (0, import_react50.forwardRef)(
|
|
|
10953
11067
|
]
|
|
10954
11068
|
}
|
|
10955
11069
|
),
|
|
10956
|
-
/* @__PURE__ */ (0,
|
|
10957
|
-
/* @__PURE__ */ (0,
|
|
10958
|
-
/* @__PURE__ */ (0,
|
|
10959
|
-
/* @__PURE__ */ (0,
|
|
11070
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(import_react_select.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime250.jsxs)(StyledContent3, { position: "popper", children: [
|
|
11071
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(import_react_select.ScrollUpButton, { children: /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(Icon, { type: "caret-up" }) }),
|
|
11072
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(import_react_select.Viewport, { children }),
|
|
11073
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(import_react_select.ScrollDownButton, { children: /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(Icon, { type: "caret-down" }) })
|
|
10960
11074
|
] }) })
|
|
10961
11075
|
]
|
|
10962
11076
|
}
|
|
@@ -10969,7 +11083,7 @@ Select.displayName = "Select";
|
|
|
10969
11083
|
var import_react_select2 = require("@radix-ui/react-select");
|
|
10970
11084
|
var import_react51 = require("react");
|
|
10971
11085
|
var import_styled_components69 = __toESM(require("styled-components"));
|
|
10972
|
-
var
|
|
11086
|
+
var import_jsx_runtime251 = require("react/jsx-runtime");
|
|
10973
11087
|
var StyledItem = (0, import_styled_components69.default)(import_react_select2.Item)`
|
|
10974
11088
|
${variantStyleMap2.body3};
|
|
10975
11089
|
display: flex;
|
|
@@ -10998,20 +11112,20 @@ var StyledIconContainer = import_styled_components69.default.span`
|
|
|
10998
11112
|
`;
|
|
10999
11113
|
var SelectOption = (0, import_react51.forwardRef)(
|
|
11000
11114
|
({ children, ...props }, forwardedRef) => {
|
|
11001
|
-
return /* @__PURE__ */ (0,
|
|
11115
|
+
return /* @__PURE__ */ (0, import_jsx_runtime251.jsxs)(
|
|
11002
11116
|
StyledItem,
|
|
11003
11117
|
{
|
|
11004
11118
|
...props,
|
|
11005
11119
|
ref: forwardedRef,
|
|
11006
11120
|
children: [
|
|
11007
|
-
/* @__PURE__ */ (0,
|
|
11121
|
+
/* @__PURE__ */ (0, import_jsx_runtime251.jsx)(StyledIconContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime251.jsx)(import_react_select2.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime251.jsx)(
|
|
11008
11122
|
Icon,
|
|
11009
11123
|
{
|
|
11010
11124
|
size: "sm",
|
|
11011
11125
|
type: "checkmark"
|
|
11012
11126
|
}
|
|
11013
11127
|
) }) }),
|
|
11014
|
-
/* @__PURE__ */ (0,
|
|
11128
|
+
/* @__PURE__ */ (0, import_jsx_runtime251.jsx)(import_react_select2.ItemText, { children })
|
|
11015
11129
|
]
|
|
11016
11130
|
}
|
|
11017
11131
|
);
|
|
@@ -11022,13 +11136,13 @@ SelectOption.displayName = "Option";
|
|
|
11022
11136
|
// src/components/Select/SelectOptionGroup.tsx
|
|
11023
11137
|
var import_react_select3 = require("@radix-ui/react-select");
|
|
11024
11138
|
var import_styled_components70 = __toESM(require("styled-components"));
|
|
11025
|
-
var
|
|
11139
|
+
var import_jsx_runtime252 = require("react/jsx-runtime");
|
|
11026
11140
|
var StyledLabel4 = (0, import_styled_components70.default)(import_react_select3.Label)`
|
|
11027
11141
|
padding: var(--wui-select-option-padding);
|
|
11028
11142
|
`;
|
|
11029
11143
|
var SelectOptionGroup = ({ children, label, ...props }) => {
|
|
11030
|
-
return /* @__PURE__ */ (0,
|
|
11031
|
-
/* @__PURE__ */ (0,
|
|
11144
|
+
return /* @__PURE__ */ (0, import_jsx_runtime252.jsxs)(import_react_select3.Group, { ...props, children: [
|
|
11145
|
+
/* @__PURE__ */ (0, import_jsx_runtime252.jsx)(StyledLabel4, { children: /* @__PURE__ */ (0, import_jsx_runtime252.jsx)(
|
|
11032
11146
|
Text,
|
|
11033
11147
|
{
|
|
11034
11148
|
prominence: "secondary",
|
|
@@ -11044,7 +11158,7 @@ var SelectOptionGroup = ({ children, label, ...props }) => {
|
|
|
11044
11158
|
var import_react52 = require("react");
|
|
11045
11159
|
var import_styled_components71 = __toESM(require("styled-components"));
|
|
11046
11160
|
var import_type_guards42 = require("@wistia/type-guards");
|
|
11047
|
-
var
|
|
11161
|
+
var import_jsx_runtime253 = require("react/jsx-runtime");
|
|
11048
11162
|
var sizeSmall3 = import_styled_components71.css`
|
|
11049
11163
|
--wui-size-small-width: 24px;
|
|
11050
11164
|
--wui-size-small-height: 14px;
|
|
@@ -11163,8 +11277,8 @@ var Switch = (0, import_react52.forwardRef)(
|
|
|
11163
11277
|
}, ref) => {
|
|
11164
11278
|
const generatedId = (0, import_react52.useId)();
|
|
11165
11279
|
const computedId = (0, import_type_guards42.isNonEmptyString)(id) ? id : `wistia-ui-switch-${generatedId}`;
|
|
11166
|
-
return /* @__PURE__ */ (0,
|
|
11167
|
-
/* @__PURE__ */ (0,
|
|
11280
|
+
return /* @__PURE__ */ (0, import_jsx_runtime253.jsxs)(StyledSwitchWrapper, { $disabled: disabled, children: [
|
|
11281
|
+
/* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
|
|
11168
11282
|
StyledHiddenSwitchInput,
|
|
11169
11283
|
{
|
|
11170
11284
|
...props,
|
|
@@ -11179,10 +11293,10 @@ var Switch = (0, import_react52.forwardRef)(
|
|
|
11179
11293
|
value
|
|
11180
11294
|
}
|
|
11181
11295
|
),
|
|
11182
|
-
/* @__PURE__ */ (0,
|
|
11296
|
+
/* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
|
|
11183
11297
|
FormControlLabel,
|
|
11184
11298
|
{
|
|
11185
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
11299
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
|
|
11186
11300
|
StyledSwitchInput,
|
|
11187
11301
|
{
|
|
11188
11302
|
$disabled: disabled,
|
|
@@ -11205,7 +11319,7 @@ Switch.displayName = "Switch";
|
|
|
11205
11319
|
|
|
11206
11320
|
// src/components/Table/Table.tsx
|
|
11207
11321
|
var import_styled_components72 = __toESM(require("styled-components"));
|
|
11208
|
-
var
|
|
11322
|
+
var import_jsx_runtime254 = require("react/jsx-runtime");
|
|
11209
11323
|
var StyledTable = import_styled_components72.default.table`
|
|
11210
11324
|
width: 100%;
|
|
11211
11325
|
border-collapse: collapse;
|
|
@@ -11228,7 +11342,7 @@ var Table = ({
|
|
|
11228
11342
|
divided = false,
|
|
11229
11343
|
...props
|
|
11230
11344
|
}) => {
|
|
11231
|
-
return /* @__PURE__ */ (0,
|
|
11345
|
+
return /* @__PURE__ */ (0, import_jsx_runtime254.jsx)(
|
|
11232
11346
|
StyledTable,
|
|
11233
11347
|
{
|
|
11234
11348
|
$divided: divided,
|
|
@@ -11247,16 +11361,16 @@ var import_react53 = require("react");
|
|
|
11247
11361
|
var TableSectionContext = (0, import_react53.createContext)(null);
|
|
11248
11362
|
|
|
11249
11363
|
// src/components/Table/TableBody.tsx
|
|
11250
|
-
var
|
|
11364
|
+
var import_jsx_runtime255 = require("react/jsx-runtime");
|
|
11251
11365
|
var StyledTbody = import_styled_components73.default.tbody``;
|
|
11252
11366
|
var TableBody = ({ children, ...props }) => {
|
|
11253
|
-
return /* @__PURE__ */ (0,
|
|
11367
|
+
return /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(TableSectionContext.Provider, { value: "body", children: /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(StyledTbody, { ...props, children }) });
|
|
11254
11368
|
};
|
|
11255
11369
|
|
|
11256
11370
|
// src/components/Table/TableCell.tsx
|
|
11257
11371
|
var import_react54 = require("react");
|
|
11258
11372
|
var import_styled_components74 = __toESM(require("styled-components"));
|
|
11259
|
-
var
|
|
11373
|
+
var import_jsx_runtime256 = require("react/jsx-runtime");
|
|
11260
11374
|
var sharedStyles = import_styled_components74.css`
|
|
11261
11375
|
color: var(--wui-color-text);
|
|
11262
11376
|
padding: var(--wui-space-02);
|
|
@@ -11277,33 +11391,33 @@ var StyledTd = import_styled_components74.default.td`
|
|
|
11277
11391
|
var TableCell = ({ children, ...props }) => {
|
|
11278
11392
|
const section = (0, import_react54.useContext)(TableSectionContext);
|
|
11279
11393
|
if (section === "head") {
|
|
11280
|
-
return /* @__PURE__ */ (0,
|
|
11394
|
+
return /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(StyledTh, { ...props, children });
|
|
11281
11395
|
}
|
|
11282
|
-
return /* @__PURE__ */ (0,
|
|
11396
|
+
return /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(StyledTd, { ...props, children });
|
|
11283
11397
|
};
|
|
11284
11398
|
|
|
11285
11399
|
// src/components/Table/TableFooter.tsx
|
|
11286
11400
|
var import_styled_components75 = __toESM(require("styled-components"));
|
|
11287
|
-
var
|
|
11401
|
+
var import_jsx_runtime257 = require("react/jsx-runtime");
|
|
11288
11402
|
var StyledTfoot = import_styled_components75.default.tfoot``;
|
|
11289
11403
|
var TableFooter = ({ children, ...props }) => {
|
|
11290
|
-
return /* @__PURE__ */ (0,
|
|
11404
|
+
return /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(TableSectionContext.Provider, { value: "footer", children: /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(StyledTfoot, { ...props, children }) });
|
|
11291
11405
|
};
|
|
11292
11406
|
|
|
11293
11407
|
// src/components/Table/TableHead.tsx
|
|
11294
11408
|
var import_styled_components76 = __toESM(require("styled-components"));
|
|
11295
|
-
var
|
|
11409
|
+
var import_jsx_runtime258 = require("react/jsx-runtime");
|
|
11296
11410
|
var StyledThead = import_styled_components76.default.thead``;
|
|
11297
11411
|
var TableHead = ({ children, ...props }) => {
|
|
11298
|
-
return /* @__PURE__ */ (0,
|
|
11412
|
+
return /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(TableSectionContext.Provider, { value: "head", children: /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(StyledThead, { ...props, children }) });
|
|
11299
11413
|
};
|
|
11300
11414
|
|
|
11301
11415
|
// src/components/Table/TableRow.tsx
|
|
11302
11416
|
var import_styled_components77 = __toESM(require("styled-components"));
|
|
11303
|
-
var
|
|
11417
|
+
var import_jsx_runtime259 = require("react/jsx-runtime");
|
|
11304
11418
|
var StyledTr = import_styled_components77.default.tr``;
|
|
11305
11419
|
var TableRow = ({ children, ...props }) => {
|
|
11306
|
-
return /* @__PURE__ */ (0,
|
|
11420
|
+
return /* @__PURE__ */ (0, import_jsx_runtime259.jsx)(StyledTr, { ...props, children });
|
|
11307
11421
|
};
|
|
11308
11422
|
|
|
11309
11423
|
// src/components/Tabs/Tabs.tsx
|
|
@@ -11315,13 +11429,13 @@ var import_styled_components82 = __toESM(require("styled-components"));
|
|
|
11315
11429
|
// src/components/Tabs/TabPanel.tsx
|
|
11316
11430
|
var import_styled_components78 = __toESM(require("styled-components"));
|
|
11317
11431
|
var import_react_tabs = require("@radix-ui/react-tabs");
|
|
11318
|
-
var
|
|
11432
|
+
var import_jsx_runtime260 = require("react/jsx-runtime");
|
|
11319
11433
|
var StyledTabPanel = (0, import_styled_components78.default)(import_react_tabs.Content)`
|
|
11320
11434
|
display: flex;
|
|
11321
11435
|
flex-direction: column;
|
|
11322
11436
|
`;
|
|
11323
11437
|
var TabPanel = ({ children, value, ...props }) => {
|
|
11324
|
-
return /* @__PURE__ */ (0,
|
|
11438
|
+
return /* @__PURE__ */ (0, import_jsx_runtime260.jsx)(
|
|
11325
11439
|
StyledTabPanel,
|
|
11326
11440
|
{
|
|
11327
11441
|
value,
|
|
@@ -11335,7 +11449,7 @@ TabPanel.displayName = "TabPanel";
|
|
|
11335
11449
|
// src/components/Tabs/TabList.tsx
|
|
11336
11450
|
var import_styled_components79 = __toESM(require("styled-components"));
|
|
11337
11451
|
var import_react_tabs2 = require("@radix-ui/react-tabs");
|
|
11338
|
-
var
|
|
11452
|
+
var import_jsx_runtime261 = require("react/jsx-runtime");
|
|
11339
11453
|
var StyledTabList = (0, import_styled_components79.default)(import_react_tabs2.List)`
|
|
11340
11454
|
${segmentedControlStyles}
|
|
11341
11455
|
|
|
@@ -11349,7 +11463,7 @@ var TabList = ({
|
|
|
11349
11463
|
ariaLabel,
|
|
11350
11464
|
...props
|
|
11351
11465
|
}) => {
|
|
11352
|
-
return /* @__PURE__ */ (0,
|
|
11466
|
+
return /* @__PURE__ */ (0, import_jsx_runtime261.jsx)(
|
|
11353
11467
|
StyledTabList,
|
|
11354
11468
|
{
|
|
11355
11469
|
$fullWidth: fullWidth,
|
|
@@ -11380,7 +11494,7 @@ var useTabsValue = () => {
|
|
|
11380
11494
|
};
|
|
11381
11495
|
|
|
11382
11496
|
// src/components/Tabs/TabItem.tsx
|
|
11383
|
-
var
|
|
11497
|
+
var import_jsx_runtime262 = require("react/jsx-runtime");
|
|
11384
11498
|
var StyledTabItem = (0, import_styled_components80.default)(import_react_tabs3.Trigger)`
|
|
11385
11499
|
${segmentedControlItemStyles}
|
|
11386
11500
|
|
|
@@ -11419,7 +11533,7 @@ var TabItem = (0, import_react56.forwardRef)(
|
|
|
11419
11533
|
resizeObserver.disconnect();
|
|
11420
11534
|
};
|
|
11421
11535
|
}, [selectedValue, setSelectedItemMeasurements, value]);
|
|
11422
|
-
return /* @__PURE__ */ (0,
|
|
11536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime262.jsxs)(
|
|
11423
11537
|
StyledTabItem,
|
|
11424
11538
|
{
|
|
11425
11539
|
ref: combinedRef,
|
|
@@ -11462,7 +11576,7 @@ var extractTabItems = (children) => {
|
|
|
11462
11576
|
// src/components/Tabs/SelectedItemIndicator.tsx
|
|
11463
11577
|
var import_react58 = require("react");
|
|
11464
11578
|
var import_styled_components81 = __toESM(require("styled-components"));
|
|
11465
|
-
var
|
|
11579
|
+
var import_jsx_runtime263 = require("react/jsx-runtime");
|
|
11466
11580
|
var TabsSelectedItemIndicatorDiv = (0, import_styled_components81.default)(SelectedItemIndicatorDiv)`
|
|
11467
11581
|
&:has(~ ${StyledTabItem}:focus-visible) {
|
|
11468
11582
|
outline: 2px solid var(--wui-color-focus-ring);
|
|
@@ -11482,7 +11596,7 @@ var SelectedItemIndicator2 = () => {
|
|
|
11482
11596
|
if (selectedValue == null) {
|
|
11483
11597
|
return null;
|
|
11484
11598
|
}
|
|
11485
|
-
return /* @__PURE__ */ (0,
|
|
11599
|
+
return /* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
11486
11600
|
TabsSelectedItemIndicatorDiv,
|
|
11487
11601
|
{
|
|
11488
11602
|
style: {
|
|
@@ -11495,7 +11609,7 @@ var SelectedItemIndicator2 = () => {
|
|
|
11495
11609
|
};
|
|
11496
11610
|
|
|
11497
11611
|
// src/components/Tabs/Tabs.tsx
|
|
11498
|
-
var
|
|
11612
|
+
var import_jsx_runtime264 = require("react/jsx-runtime");
|
|
11499
11613
|
var TabsContainer = import_styled_components82.default.div`
|
|
11500
11614
|
display: flex;
|
|
11501
11615
|
flex-direction: column;
|
|
@@ -11530,7 +11644,7 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11530
11644
|
onValueChange: setInternalSelectedValue
|
|
11531
11645
|
} : { value: selectedValue, onValueChange: onSelectedValueChange };
|
|
11532
11646
|
const currentValue = defaultSelectedValue !== void 0 ? internalSelectedValue : selectedValue;
|
|
11533
|
-
return /* @__PURE__ */ (0,
|
|
11647
|
+
return /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(TabsContainer, { $stickyHeaders: stickyHeaders, children: /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
11534
11648
|
StyledTabsRoot,
|
|
11535
11649
|
{
|
|
11536
11650
|
ref,
|
|
@@ -11538,14 +11652,14 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11538
11652
|
activationMode: "automatic",
|
|
11539
11653
|
...otherProps,
|
|
11540
11654
|
...modeProps,
|
|
11541
|
-
children: /* @__PURE__ */ (0,
|
|
11542
|
-
/* @__PURE__ */ (0,
|
|
11655
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(TabsValueProvider, { value: currentValue, children: /* @__PURE__ */ (0, import_jsx_runtime264.jsxs)(SelectedItemMeasurementsProvider, { children: [
|
|
11656
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsxs)(
|
|
11543
11657
|
TabList,
|
|
11544
11658
|
{
|
|
11545
11659
|
ariaLabel,
|
|
11546
11660
|
fullWidth,
|
|
11547
11661
|
children: [
|
|
11548
|
-
/* @__PURE__ */ (0,
|
|
11662
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)(SelectedItemIndicator2, {}),
|
|
11549
11663
|
tabItems.map((tab) => {
|
|
11550
11664
|
const {
|
|
11551
11665
|
value,
|
|
@@ -11555,7 +11669,7 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11555
11669
|
"aria-label": ariaLabelForTab
|
|
11556
11670
|
} = tab.props;
|
|
11557
11671
|
if ((0, import_type_guards44.isNil)(icon)) {
|
|
11558
|
-
return /* @__PURE__ */ (0,
|
|
11672
|
+
return /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
11559
11673
|
TabItem,
|
|
11560
11674
|
{
|
|
11561
11675
|
disabled,
|
|
@@ -11566,7 +11680,7 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11566
11680
|
);
|
|
11567
11681
|
}
|
|
11568
11682
|
if ((0, import_type_guards44.isNotNil)(label)) {
|
|
11569
|
-
return /* @__PURE__ */ (0,
|
|
11683
|
+
return /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
11570
11684
|
TabItem,
|
|
11571
11685
|
{
|
|
11572
11686
|
disabled,
|
|
@@ -11578,7 +11692,7 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11578
11692
|
);
|
|
11579
11693
|
}
|
|
11580
11694
|
if ((0, import_type_guards44.isNotNil)(ariaLabelForTab)) {
|
|
11581
|
-
return /* @__PURE__ */ (0,
|
|
11695
|
+
return /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
11582
11696
|
TabItem,
|
|
11583
11697
|
{
|
|
11584
11698
|
"aria-label": ariaLabelForTab,
|
|
@@ -11594,7 +11708,7 @@ var Tabs = (0, import_react59.forwardRef)(
|
|
|
11594
11708
|
]
|
|
11595
11709
|
}
|
|
11596
11710
|
),
|
|
11597
|
-
/* @__PURE__ */ (0,
|
|
11711
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)(StickyTabContent, { $stickyHeaders: stickyHeaders, children: tabItems.map((tab) => /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
11598
11712
|
TabPanel,
|
|
11599
11713
|
{
|
|
11600
11714
|
value: tab.props.value,
|
|
@@ -11611,9 +11725,9 @@ Tabs.displayName = "Tabs";
|
|
|
11611
11725
|
|
|
11612
11726
|
// src/components/Tabs/Tab.tsx
|
|
11613
11727
|
var import_react60 = require("react");
|
|
11614
|
-
var
|
|
11728
|
+
var import_jsx_runtime265 = require("react/jsx-runtime");
|
|
11615
11729
|
var Tab = (0, import_react60.forwardRef)(({ children }, ref) => {
|
|
11616
|
-
return /* @__PURE__ */ (0,
|
|
11730
|
+
return /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("div", { ref, children });
|
|
11617
11731
|
});
|
|
11618
11732
|
Tab.displayName = "Tab";
|
|
11619
11733
|
|
|
@@ -11621,7 +11735,7 @@ Tab.displayName = "Tab";
|
|
|
11621
11735
|
var import_react61 = require("react");
|
|
11622
11736
|
var import_styled_components83 = __toESM(require("styled-components"));
|
|
11623
11737
|
var import_type_guards45 = require("@wistia/type-guards");
|
|
11624
|
-
var
|
|
11738
|
+
var import_jsx_runtime266 = require("react/jsx-runtime");
|
|
11625
11739
|
var TagLabel = import_styled_components83.default.a`
|
|
11626
11740
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
11627
11741
|
font-size: var(--wui-typography-label-4-size);
|
|
@@ -11713,23 +11827,23 @@ var RemoveButton = ({ onClickRemove, onClickRemoveLabel, colorScheme }) => {
|
|
|
11713
11827
|
"for accessibility, onClickRemoveLabel must be provided if onClickRemove is provided"
|
|
11714
11828
|
);
|
|
11715
11829
|
}
|
|
11716
|
-
return /* @__PURE__ */ (0,
|
|
11717
|
-
/* @__PURE__ */ (0,
|
|
11718
|
-
/* @__PURE__ */ (0,
|
|
11830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(import_jsx_runtime266.Fragment, { children: [
|
|
11831
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(TagDivider, { $colorScheme: colorScheme }),
|
|
11832
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(
|
|
11719
11833
|
StyledRemoveButton,
|
|
11720
11834
|
{
|
|
11721
11835
|
$colorScheme: colorScheme,
|
|
11722
11836
|
onClick: onClickRemove,
|
|
11723
11837
|
type: "button",
|
|
11724
11838
|
children: [
|
|
11725
|
-
/* @__PURE__ */ (0,
|
|
11839
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
11726
11840
|
Icon,
|
|
11727
11841
|
{
|
|
11728
11842
|
size: "sm",
|
|
11729
11843
|
type: "close"
|
|
11730
11844
|
}
|
|
11731
11845
|
),
|
|
11732
|
-
/* @__PURE__ */ (0,
|
|
11846
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(ScreenReaderOnly, { children: onClickRemoveLabel })
|
|
11733
11847
|
]
|
|
11734
11848
|
}
|
|
11735
11849
|
)
|
|
@@ -11747,14 +11861,14 @@ var Tag = (0, import_react61.forwardRef)(
|
|
|
11747
11861
|
}, ref) => {
|
|
11748
11862
|
const hasIcon = (0, import_type_guards45.isNotNil)(icon);
|
|
11749
11863
|
const labelProps = (0, import_type_guards45.isNotNil)(href) && (0, import_type_guards45.isNonEmptyString)(href) ? { href, as: "a" } : { as: "span" };
|
|
11750
|
-
return /* @__PURE__ */ (0,
|
|
11864
|
+
return /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(
|
|
11751
11865
|
StyledTag,
|
|
11752
11866
|
{
|
|
11753
11867
|
ref,
|
|
11754
11868
|
$colorScheme: colorScheme,
|
|
11755
11869
|
...otherProps,
|
|
11756
11870
|
children: [
|
|
11757
|
-
/* @__PURE__ */ (0,
|
|
11871
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(
|
|
11758
11872
|
TagLabel,
|
|
11759
11873
|
{
|
|
11760
11874
|
...labelProps,
|
|
@@ -11765,7 +11879,7 @@ var Tag = (0, import_react61.forwardRef)(
|
|
|
11765
11879
|
]
|
|
11766
11880
|
}
|
|
11767
11881
|
),
|
|
11768
|
-
/* @__PURE__ */ (0,
|
|
11882
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
11769
11883
|
RemoveButton,
|
|
11770
11884
|
{
|
|
11771
11885
|
colorScheme,
|
|
@@ -11783,24 +11897,24 @@ Tag.displayName = "Tag";
|
|
|
11783
11897
|
// src/components/WistiaLogo/WistiaLogo.tsx
|
|
11784
11898
|
var import_styled_components84 = __toESM(require("styled-components"));
|
|
11785
11899
|
var import_type_guards46 = require("@wistia/type-guards");
|
|
11786
|
-
var
|
|
11900
|
+
var import_jsx_runtime267 = require("react/jsx-runtime");
|
|
11787
11901
|
var renderBrandmark = (brandmarkColor, iconOnly) => {
|
|
11788
11902
|
if (iconOnly) {
|
|
11789
|
-
return /* @__PURE__ */ (0,
|
|
11903
|
+
return /* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
11790
11904
|
"g",
|
|
11791
11905
|
{
|
|
11792
11906
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
11793
11907
|
fill: brandmarkColor,
|
|
11794
|
-
children: /* @__PURE__ */ (0,
|
|
11908
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime267.jsx)("path", { d: "M16.09 17.1h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 26.53c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87ZM32.14 0c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
|
|
11795
11909
|
}
|
|
11796
11910
|
);
|
|
11797
11911
|
}
|
|
11798
|
-
return /* @__PURE__ */ (0,
|
|
11912
|
+
return /* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
11799
11913
|
"g",
|
|
11800
11914
|
{
|
|
11801
11915
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
11802
11916
|
fill: brandmarkColor,
|
|
11803
|
-
children: /* @__PURE__ */ (0,
|
|
11917
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime267.jsx)("path", { d: "M16.09 21.37h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 30.8c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87Zm16.05-17.1c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
|
|
11804
11918
|
}
|
|
11805
11919
|
);
|
|
11806
11920
|
};
|
|
@@ -11808,12 +11922,12 @@ var renderLogotype = (logotypeColor, iconOnly) => {
|
|
|
11808
11922
|
if (iconOnly) {
|
|
11809
11923
|
return null;
|
|
11810
11924
|
}
|
|
11811
|
-
return /* @__PURE__ */ (0,
|
|
11925
|
+
return /* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
11812
11926
|
"g",
|
|
11813
11927
|
{
|
|
11814
11928
|
"data-testid": "ui-wistia-logo-logotype",
|
|
11815
11929
|
fill: logotypeColor,
|
|
11816
|
-
children: /* @__PURE__ */ (0,
|
|
11930
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime267.jsx)("path", { d: "M70.16 8.66v15.18c0 1.68-.35 3.09-1.05 4.23a6.612 6.612 0 0 1-2.85 2.54c-1.19.55-2.52.82-4.01.82s-2.8-.28-4.01-.85a6.655 6.655 0 0 1-3.11-2.96c-.08.15-.16.29-.24.42a6.552 6.552 0 0 1-2.87 2.54c-1.2.56-2.54.85-4.01.85s-2.8-.27-3.94-.82a6.214 6.214 0 0 1-2.71-2.52c-.67-1.14-1.01-2.56-1.02-4.25l-.22-15.18h7.34V22.3c0 .82.19 1.37.56 1.67.39.28.85.42 1.38.42s1.02-.15 1.45-.45c.43-.3.65-.85.65-1.65V8.65h7.3v13.64c0 .8.22 1.35.65 1.65.43.3.91.45 1.45.45s.99-.14 1.36-.42c.39-.3.58-.85.58-1.67V8.66h7.34Zm2.45 0v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89A3.43 3.43 0 0 0 78.28.44c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.13 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm8.86 1.96c-1.42.4-2.6 1.11-3.54 2.14-.93 1.02-1.4 2.4-1.4 4.12 0 1.11.17 2.09.51 2.94.36.85.82 1.62 1.38 2.34.22.28.55.65.98 1.11.37.4.64.72.8.96.18.24.27.47.27.69 0 .5-.4.87-1.2 1.09-.8.21-1.62.31-2.47.31-.1-.01-.22-.02-.33-.02l1.02 6.94c.42.07.92.11 1.51.11 1.9 0 3.6-.28 5.1-.85 1.5-.56 2.68-1.42 3.54-2.56.88-1.14 1.31-2.55 1.31-4.23 0-.68-.07-1.31-.22-1.87-.13-.58-.32-1.09-.56-1.54a6.64 6.64 0 0 0-.8-1.27c-.3-.37-.74-.82-1.34-1.36-.39-.33-.67-.59-.85-.8-.18-.22-.27-.45-.27-.67 0-.46.26-.79.78-.98.53-.19 1.17-.29 1.91-.29.25 0 .51.01.78.04l-.71-6.88a10.4 10.4 0 0 0-1.56-.11c-1.66 0-3.21.21-4.65.62Zm19.54 15.71c-.99 0-1.71-.23-2.14-.69-.42-.47-.62-1.18-.62-2.11v-6.57h4.21V8.66h-4.21V3.38l-7.34 1.85V24.1c0 2.45.47 4.29 1.4 5.52.95 1.22 2.45 1.83 4.49 1.83.95 0 1.86-.07 2.74-.22.88-.13 1.62-.34 2.25-.62l1.38-6.3c-.55.1-1.27.16-2.16.16Zm4.13-15.8v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89a3.43 3.43 0 0 0-1.42-1.27c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.14 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm27.51 1.87v22.26h-7.34v-2.28c-.41.43-.85.83-1.34 1.19-1.44 1.07-3.12 1.6-5.05 1.6s-3.61-.52-5.1-1.56c-1.48-1.05-2.63-2.47-3.45-4.25-.82-1.78-1.22-3.73-1.22-5.85s.41-4.07 1.22-5.83c.82-1.78 1.97-3.19 3.45-4.23 1.48-1.05 3.18-1.58 5.1-1.58s3.61.53 5.05 1.6c.48.36.93.75 1.34 1.19V8.66h7.34Zm-7.1 11.11c0-.8-.19-1.53-.56-2.18-.37-.67-.88-1.19-1.54-1.58-.64-.39-1.34-.58-2.09-.58s-1.45.19-2.09.58c-.64.39-1.15.91-1.54 1.58-.37.67-.56 1.39-.56 2.18s.19 1.51.56 2.18c.39.67.9 1.19 1.54 1.58.64.39 1.34.58 2.09.58s1.45-.19 2.09-.58c.65-.39 1.16-.91 1.54-1.56.37-.67.56-1.4.56-2.2Z" })
|
|
11817
11931
|
}
|
|
11818
11932
|
);
|
|
11819
11933
|
};
|
|
@@ -11881,7 +11995,7 @@ var WistiaLogo = ({
|
|
|
11881
11995
|
};
|
|
11882
11996
|
const brandmarkColor = VARIANT_COLORS[variant].brandmark;
|
|
11883
11997
|
const logotypeColor = VARIANT_COLORS[variant].logotype;
|
|
11884
|
-
const Logo = /* @__PURE__ */ (0,
|
|
11998
|
+
const Logo = /* @__PURE__ */ (0, import_jsx_runtime267.jsxs)(
|
|
11885
11999
|
WistiaLogoComponent,
|
|
11886
12000
|
{
|
|
11887
12001
|
$hoverColor: hoverColor,
|
|
@@ -11894,14 +12008,14 @@ var WistiaLogo = ({
|
|
|
11894
12008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11895
12009
|
...otherProps,
|
|
11896
12010
|
children: [
|
|
11897
|
-
/* @__PURE__ */ (0,
|
|
11898
|
-
(0, import_type_guards46.isNotNil)(description) ? /* @__PURE__ */ (0,
|
|
12011
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)("title", { children: title }),
|
|
12012
|
+
(0, import_type_guards46.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime267.jsx)("desc", { children: description }) : null,
|
|
11899
12013
|
renderBrandmark(brandmarkColor, iconOnly),
|
|
11900
12014
|
renderLogotype(logotypeColor, iconOnly)
|
|
11901
12015
|
]
|
|
11902
12016
|
}
|
|
11903
12017
|
);
|
|
11904
|
-
return href !== void 0 ? /* @__PURE__ */ (0,
|
|
12018
|
+
return href !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime267.jsx)("a", { href, children: Logo }) : Logo;
|
|
11905
12019
|
};
|
|
11906
12020
|
WistiaLogo.displayName = "WistiaLogo";
|
|
11907
12021
|
// Annotate the CommonJS export names for ESM import in node:
|