@wistia/ui 0.11.1 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +712 -691
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +643 -622
- 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.11.
|
|
3
|
+
* @license @wistia/ui v0.11.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -4909,9 +4909,9 @@ var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
|
4909
4909
|
}
|
|
4910
4910
|
);
|
|
4911
4911
|
|
|
4912
|
-
// src/components/Icon/icons/
|
|
4912
|
+
// src/components/Icon/icons/LightBulbIcon.tsx
|
|
4913
4913
|
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
4914
|
-
var
|
|
4914
|
+
var LightBulbIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
4915
4915
|
"svg",
|
|
4916
4916
|
{
|
|
4917
4917
|
...props,
|
|
@@ -4921,7 +4921,7 @@ var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
|
4921
4921
|
"path",
|
|
4922
4922
|
{
|
|
4923
4923
|
clipRule: "evenodd",
|
|
4924
|
-
d: "M11
|
|
4924
|
+
d: "M11 2.33333C11 2.88533 11.448 3.33333 12 3.33333C12.552 3.33333 13 2.88533 13 2.33333V1C13 0.448 12.552 0 12 0C11.448 0 11 0.448 11 1V2.33333ZM18.128 5.87201C18.3227 6.06801 18.5787 6.16535 18.8347 6.16535C19.0907 6.16535 19.348 6.06668 19.5427 5.87201L20.4853 4.92935C20.876 4.53868 20.876 3.90535 20.4853 3.51468C20.0947 3.12401 19.4613 3.12401 19.0707 3.51468L18.128 4.45735C17.7373 4.84801 17.7373 5.48135 18.128 5.87201ZM23 13H21.6667C21.1147 13 20.6667 12.552 20.6667 12C20.6667 11.448 21.1147 11 21.6667 11H23C23.552 11 24 11.448 24 12C24 12.552 23.552 13 23 13ZM4.45867 5.87201C4.65334 6.06801 4.90934 6.16535 5.16534 6.16535C5.42134 6.16535 5.67867 6.06668 5.87334 5.87201C6.264 5.48135 6.264 4.84801 5.87334 4.45735L4.93067 3.51468C4.54 3.12401 3.90667 3.12401 3.516 3.51468C3.12534 3.90535 3.12534 4.53868 3.516 4.92935L4.45867 5.87201ZM2.33333 13H1C0.448 13 0 12.552 0 12C0 11.448 0.448 11 1 11H2.33333C2.88533 11 3.33333 11.448 3.33333 12C3.33333 12.552 2.88533 13 2.33333 13ZM10.4253 4.83203C12.6387 4.3667 14.8973 4.90537 16.6213 6.30537C18.344 7.70537 19.3333 9.78137 19.3333 12C19.3333 14.7854 17.784 17.276 15.3333 18.5214V21C15.3333 22.2867 14.2867 23.3334 13 23.3334H11C9.71334 23.3334 8.66668 22.2867 8.66668 21V18.5214C5.82934 17.08 4.24268 13.9907 4.76668 10.776C5.24668 7.82803 7.52134 5.44003 10.4253 4.83203ZM11 21.3334H13C13.184 21.3334 13.3333 21.184 13.3333 21V18.6667H10.6667V21C10.6667 21.184 10.816 21.3334 11 21.3334Z",
|
|
4925
4925
|
fill: "currentColor",
|
|
4926
4926
|
fillRule: "evenodd"
|
|
4927
4927
|
}
|
|
@@ -4929,9 +4929,9 @@ var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
|
4929
4929
|
}
|
|
4930
4930
|
);
|
|
4931
4931
|
|
|
4932
|
-
// src/components/Icon/icons/
|
|
4932
|
+
// src/components/Icon/icons/LinkIcon.tsx
|
|
4933
4933
|
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
4934
|
-
var
|
|
4934
|
+
var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4935
4935
|
"svg",
|
|
4936
4936
|
{
|
|
4937
4937
|
...props,
|
|
@@ -4941,7 +4941,7 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
|
4941
4941
|
"path",
|
|
4942
4942
|
{
|
|
4943
4943
|
clipRule: "evenodd",
|
|
4944
|
-
d: "
|
|
4944
|
+
d: "M11.765 15.3278C11.937 15.6878 12.2943 15.8972 12.6677 15.8972C12.813 15.8972 12.9597 15.8665 13.0983 15.7998C13.681 15.5212 14.2103 15.1465 14.685 14.6718C16.913 12.4439 16.913 8.81853 14.685 6.59053L11.785 3.69054C9.55833 1.46121 5.93434 1.46255 3.69168 3.70387C1.46369 5.93187 1.46369 9.55586 3.69168 11.7839L4.93301 13.0252C5.32368 13.4158 5.95701 13.4158 6.34768 13.0252C6.73834 12.6345 6.73834 12.0012 6.34768 11.6105L5.10635 10.3692C3.65835 8.92119 3.65835 6.5652 5.11968 5.10387C6.56767 3.65587 8.925 3.65721 10.3717 5.10387L13.2717 8.00386C14.7197 9.45319 14.7197 11.8092 13.2583 13.2705C12.9583 13.5705 12.6143 13.8145 12.237 13.9945C11.737 14.2332 11.5263 14.8292 11.765 15.3278ZM12.2157 20.3092C13.3277 21.4225 14.7877 21.9785 16.2503 21.9785C17.717 21.9785 19.1863 21.4185 20.309 20.2958C22.537 18.0678 22.537 14.4438 20.309 12.2159L19.0676 10.9745C18.677 10.5839 18.0437 10.5839 17.653 10.9745C17.2623 11.3652 17.2623 11.9985 17.653 12.3892L18.8943 13.6305C20.3423 15.0785 20.3423 17.4345 18.881 18.8958C17.433 20.3438 15.077 20.3425 13.629 18.8958L10.729 15.9958C9.28101 14.5465 9.28101 12.1905 10.7423 10.7292C11.0423 10.4292 11.3863 10.1852 11.7637 10.0052C12.2637 9.76653 12.4743 9.17053 12.2357 8.67186C11.9957 8.17186 11.397 7.95986 10.9023 8.19986C10.3197 8.47853 9.79034 8.85319 9.31567 9.32786C7.08768 11.5559 7.08768 15.1812 9.31567 17.4092L12.2157 20.3092Z",
|
|
4945
4945
|
fill: "currentColor",
|
|
4946
4946
|
fillRule: "evenodd"
|
|
4947
4947
|
}
|
|
@@ -4949,15 +4949,35 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
|
4949
4949
|
}
|
|
4950
4950
|
);
|
|
4951
4951
|
|
|
4952
|
-
// src/components/Icon/icons/
|
|
4952
|
+
// src/components/Icon/icons/ListIcon.tsx
|
|
4953
4953
|
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
4954
|
-
var
|
|
4954
|
+
var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4955
4955
|
"svg",
|
|
4956
4956
|
{
|
|
4957
4957
|
...props,
|
|
4958
4958
|
viewBox: "0 0 24 24",
|
|
4959
4959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4960
4960
|
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4961
|
+
"path",
|
|
4962
|
+
{
|
|
4963
|
+
clipRule: "evenodd",
|
|
4964
|
+
d: "M8.33295 2.66653H4.99962C3.71096 2.66653 2.66629 3.7112 2.66629 4.99986V8.33319C2.66629 9.62185 3.71096 10.6665 4.99962 10.6665H8.33295C9.62161 10.6665 10.6663 9.62185 10.6663 8.33319V4.99986C10.6663 3.7112 9.62161 2.66653 8.33295 2.66653ZM13.6663 3.99987H20.3329C20.8849 3.99987 21.3329 4.44787 21.3329 4.99987C21.3329 5.55186 20.8849 5.99986 20.3329 5.99986H13.6663C13.1143 5.99986 12.6663 5.55186 12.6663 4.99987C12.6663 4.44787 13.1143 3.99987 13.6663 3.99987ZM13.6663 7.99986H20.3329C20.8849 7.99986 21.3329 8.44786 21.3329 8.99986C21.3329 9.55185 20.8849 9.99985 20.3329 9.99985H13.6663C13.1143 9.99985 12.6663 9.55185 12.6663 8.99986C12.6663 8.44786 13.1143 7.99986 13.6663 7.99986ZM20.3329 13.9998H13.6663C13.1143 13.9998 12.6663 14.4478 12.6663 14.9998C12.6663 15.5518 13.1143 15.9998 13.6663 15.9998H20.3329C20.8849 15.9998 21.3329 15.5518 21.3329 14.9998C21.3329 14.4478 20.8849 13.9998 20.3329 13.9998ZM13.6663 17.9998H20.3329C20.8849 17.9998 21.3329 18.4478 21.3329 18.9998C21.3329 19.5518 20.8849 19.9998 20.3329 19.9998H13.6663C13.1143 19.9998 12.6663 19.5518 12.6663 18.9998C12.6663 18.4478 13.1143 17.9998 13.6663 17.9998ZM4.99962 13.3332H8.33295C9.62161 13.3332 10.6663 14.3778 10.6663 15.6665V18.9998C10.6663 20.2885 9.62161 21.3332 8.33295 21.3332H4.99962C3.71096 21.3332 2.66629 20.2885 2.66629 18.9998V15.6665C2.66629 14.3778 3.71096 13.3332 4.99962 13.3332Z",
|
|
4965
|
+
fill: "currentColor",
|
|
4966
|
+
fillRule: "evenodd"
|
|
4967
|
+
}
|
|
4968
|
+
)
|
|
4969
|
+
}
|
|
4970
|
+
);
|
|
4971
|
+
|
|
4972
|
+
// src/components/Icon/icons/LiveIcon.tsx
|
|
4973
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
4974
|
+
var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4975
|
+
"svg",
|
|
4976
|
+
{
|
|
4977
|
+
...props,
|
|
4978
|
+
viewBox: "0 0 24 24",
|
|
4979
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4980
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4961
4981
|
"path",
|
|
4962
4982
|
{
|
|
4963
4983
|
clipRule: "evenodd",
|
|
@@ -4970,22 +4990,22 @@ var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
|
4970
4990
|
);
|
|
4971
4991
|
|
|
4972
4992
|
// src/components/Icon/icons/LocalizationIcon.tsx
|
|
4973
|
-
var
|
|
4974
|
-
var LocalizationIcon = (props) => /* @__PURE__ */ (0,
|
|
4993
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
4994
|
+
var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
4975
4995
|
"svg",
|
|
4976
4996
|
{
|
|
4977
4997
|
...props,
|
|
4978
4998
|
viewBox: "0 0 24 24",
|
|
4979
4999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4980
5000
|
children: [
|
|
4981
|
-
/* @__PURE__ */ (0,
|
|
5001
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4982
5002
|
"path",
|
|
4983
5003
|
{
|
|
4984
5004
|
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",
|
|
4985
5005
|
fill: "currentColor"
|
|
4986
5006
|
}
|
|
4987
5007
|
),
|
|
4988
|
-
/* @__PURE__ */ (0,
|
|
5008
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4989
5009
|
"path",
|
|
4990
5010
|
{
|
|
4991
5011
|
clipRule: "evenodd",
|
|
@@ -4994,14 +5014,14 @@ var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)
|
|
|
4994
5014
|
fillRule: "evenodd"
|
|
4995
5015
|
}
|
|
4996
5016
|
),
|
|
4997
|
-
/* @__PURE__ */ (0,
|
|
5017
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4998
5018
|
"path",
|
|
4999
5019
|
{
|
|
5000
5020
|
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",
|
|
5001
5021
|
fill: "currentColor"
|
|
5002
5022
|
}
|
|
5003
5023
|
),
|
|
5004
|
-
/* @__PURE__ */ (0,
|
|
5024
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
5005
5025
|
"path",
|
|
5006
5026
|
{
|
|
5007
5027
|
clipRule: "evenodd",
|
|
@@ -5015,14 +5035,14 @@ var LocalizationIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)
|
|
|
5015
5035
|
);
|
|
5016
5036
|
|
|
5017
5037
|
// src/components/Icon/icons/LockIcon.tsx
|
|
5018
|
-
var
|
|
5019
|
-
var LockIcon = (props) => /* @__PURE__ */ (0,
|
|
5038
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
5039
|
+
var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
5020
5040
|
"svg",
|
|
5021
5041
|
{
|
|
5022
5042
|
...props,
|
|
5023
5043
|
viewBox: "0 0 24 24",
|
|
5024
5044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5025
|
-
children: /* @__PURE__ */ (0,
|
|
5045
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
5026
5046
|
"path",
|
|
5027
5047
|
{
|
|
5028
5048
|
clipRule: "evenodd",
|
|
@@ -5035,14 +5055,14 @@ var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
|
5035
5055
|
);
|
|
5036
5056
|
|
|
5037
5057
|
// src/components/Icon/icons/LogoutIcon.tsx
|
|
5038
|
-
var
|
|
5039
|
-
var LogoutIcon = (props) => /* @__PURE__ */ (0,
|
|
5058
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
5059
|
+
var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
5040
5060
|
"svg",
|
|
5041
5061
|
{
|
|
5042
5062
|
...props,
|
|
5043
5063
|
viewBox: "0 0 24 24",
|
|
5044
5064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5045
|
-
children: /* @__PURE__ */ (0,
|
|
5065
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
5046
5066
|
"path",
|
|
5047
5067
|
{
|
|
5048
5068
|
clipRule: "evenodd",
|
|
@@ -5055,14 +5075,14 @@ var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
|
5055
5075
|
);
|
|
5056
5076
|
|
|
5057
5077
|
// src/components/Icon/icons/MaximizeIcon.tsx
|
|
5058
|
-
var
|
|
5059
|
-
var MaximizeIcon = (props) => /* @__PURE__ */ (0,
|
|
5078
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
5079
|
+
var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
5060
5080
|
"svg",
|
|
5061
5081
|
{
|
|
5062
5082
|
...props,
|
|
5063
5083
|
viewBox: "0 0 24 24",
|
|
5064
5084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5065
|
-
children: /* @__PURE__ */ (0,
|
|
5085
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
5066
5086
|
"path",
|
|
5067
5087
|
{
|
|
5068
5088
|
clipRule: "evenodd",
|
|
@@ -5075,14 +5095,14 @@ var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
|
5075
5095
|
);
|
|
5076
5096
|
|
|
5077
5097
|
// src/components/Icon/icons/MediaIcon.tsx
|
|
5078
|
-
var
|
|
5079
|
-
var MediaIcon = (props) => /* @__PURE__ */ (0,
|
|
5098
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
5099
|
+
var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
5080
5100
|
"svg",
|
|
5081
5101
|
{
|
|
5082
5102
|
...props,
|
|
5083
5103
|
viewBox: "0 0 24 24",
|
|
5084
5104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5085
|
-
children: /* @__PURE__ */ (0,
|
|
5105
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
5086
5106
|
"path",
|
|
5087
5107
|
{
|
|
5088
5108
|
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",
|
|
@@ -5093,14 +5113,14 @@ var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
|
5093
5113
|
);
|
|
5094
5114
|
|
|
5095
5115
|
// src/components/Icon/icons/MegaphoneIcon.tsx
|
|
5096
|
-
var
|
|
5097
|
-
var MegaphoneIcon = (props) => /* @__PURE__ */ (0,
|
|
5116
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
5117
|
+
var MegaphoneIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
5098
5118
|
"svg",
|
|
5099
5119
|
{
|
|
5100
5120
|
...props,
|
|
5101
5121
|
viewBox: "0 0 24 24",
|
|
5102
5122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5103
|
-
children: /* @__PURE__ */ (0,
|
|
5123
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
5104
5124
|
"path",
|
|
5105
5125
|
{
|
|
5106
5126
|
clipRule: "evenodd",
|
|
@@ -5113,14 +5133,14 @@ var MegaphoneIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
|
5113
5133
|
);
|
|
5114
5134
|
|
|
5115
5135
|
// src/components/Icon/icons/MenuIcon.tsx
|
|
5116
|
-
var
|
|
5117
|
-
var MenuIcon = (props) => /* @__PURE__ */ (0,
|
|
5136
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
5137
|
+
var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
5118
5138
|
"svg",
|
|
5119
5139
|
{
|
|
5120
5140
|
...props,
|
|
5121
5141
|
viewBox: "0 0 24 24",
|
|
5122
5142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5123
|
-
children: /* @__PURE__ */ (0,
|
|
5143
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
5124
5144
|
"path",
|
|
5125
5145
|
{
|
|
5126
5146
|
clipRule: "evenodd",
|
|
@@ -5133,14 +5153,14 @@ var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
|
5133
5153
|
);
|
|
5134
5154
|
|
|
5135
5155
|
// src/components/Icon/icons/MicIcon.tsx
|
|
5136
|
-
var
|
|
5137
|
-
var MicIcon = (props) => /* @__PURE__ */ (0,
|
|
5156
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
5157
|
+
var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
5138
5158
|
"svg",
|
|
5139
5159
|
{
|
|
5140
5160
|
...props,
|
|
5141
5161
|
viewBox: "0 0 24 24",
|
|
5142
5162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5143
|
-
children: /* @__PURE__ */ (0,
|
|
5163
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
5144
5164
|
"path",
|
|
5145
5165
|
{
|
|
5146
5166
|
clipRule: "evenodd",
|
|
@@ -5153,14 +5173,14 @@ var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
|
5153
5173
|
);
|
|
5154
5174
|
|
|
5155
5175
|
// src/components/Icon/icons/MicOffIcon.tsx
|
|
5156
|
-
var
|
|
5157
|
-
var MicOffIcon = (props) => /* @__PURE__ */ (0,
|
|
5176
|
+
var import_jsx_runtime107 = require("react/jsx-runtime");
|
|
5177
|
+
var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
5158
5178
|
"svg",
|
|
5159
5179
|
{
|
|
5160
5180
|
...props,
|
|
5161
5181
|
viewBox: "0 0 24 24",
|
|
5162
5182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5163
|
-
children: /* @__PURE__ */ (0,
|
|
5183
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
5164
5184
|
"path",
|
|
5165
5185
|
{
|
|
5166
5186
|
clipRule: "evenodd",
|
|
@@ -5173,14 +5193,14 @@ var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
|
5173
5193
|
);
|
|
5174
5194
|
|
|
5175
5195
|
// src/components/Icon/icons/MinimizeIcon.tsx
|
|
5176
|
-
var
|
|
5177
|
-
var MinimizeIcon = (props) => /* @__PURE__ */ (0,
|
|
5196
|
+
var import_jsx_runtime108 = require("react/jsx-runtime");
|
|
5197
|
+
var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
5178
5198
|
"svg",
|
|
5179
5199
|
{
|
|
5180
5200
|
...props,
|
|
5181
5201
|
viewBox: "0 0 24 24",
|
|
5182
5202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5183
|
-
children: /* @__PURE__ */ (0,
|
|
5203
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
5184
5204
|
"path",
|
|
5185
5205
|
{
|
|
5186
5206
|
clipRule: "evenodd",
|
|
@@ -5193,14 +5213,14 @@ var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
|
5193
5213
|
);
|
|
5194
5214
|
|
|
5195
5215
|
// src/components/Icon/icons/MinusIcon.tsx
|
|
5196
|
-
var
|
|
5197
|
-
var MinusIcon = (props) => /* @__PURE__ */ (0,
|
|
5216
|
+
var import_jsx_runtime109 = require("react/jsx-runtime");
|
|
5217
|
+
var MinusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
5198
5218
|
"svg",
|
|
5199
5219
|
{
|
|
5200
5220
|
...props,
|
|
5201
5221
|
viewBox: "0 0 24 24",
|
|
5202
5222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5203
|
-
children: /* @__PURE__ */ (0,
|
|
5223
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
5204
5224
|
"path",
|
|
5205
5225
|
{
|
|
5206
5226
|
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",
|
|
@@ -5211,14 +5231,14 @@ var MinusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
|
5211
5231
|
);
|
|
5212
5232
|
|
|
5213
5233
|
// src/components/Icon/icons/MinusCircleIcon.tsx
|
|
5214
|
-
var
|
|
5215
|
-
var MinusCircleIcon = (props) => /* @__PURE__ */ (0,
|
|
5234
|
+
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
5235
|
+
var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
5216
5236
|
"svg",
|
|
5217
5237
|
{
|
|
5218
5238
|
...props,
|
|
5219
5239
|
viewBox: "0 0 24 24",
|
|
5220
5240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5221
|
-
children: /* @__PURE__ */ (0,
|
|
5241
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
5222
5242
|
"path",
|
|
5223
5243
|
{
|
|
5224
5244
|
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",
|
|
@@ -5229,14 +5249,14 @@ var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
|
5229
5249
|
);
|
|
5230
5250
|
|
|
5231
5251
|
// src/components/Icon/icons/MobileIcon.tsx
|
|
5232
|
-
var
|
|
5233
|
-
var MobileIcon = (props) => /* @__PURE__ */ (0,
|
|
5252
|
+
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
5253
|
+
var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
5234
5254
|
"svg",
|
|
5235
5255
|
{
|
|
5236
5256
|
...props,
|
|
5237
5257
|
viewBox: "0 0 24 24",
|
|
5238
5258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5239
|
-
children: /* @__PURE__ */ (0,
|
|
5259
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
5240
5260
|
"path",
|
|
5241
5261
|
{
|
|
5242
5262
|
clipRule: "evenodd",
|
|
@@ -5249,14 +5269,14 @@ var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
|
5249
5269
|
);
|
|
5250
5270
|
|
|
5251
5271
|
// src/components/Icon/icons/MoreOptionsIcon.tsx
|
|
5252
|
-
var
|
|
5253
|
-
var MoreOptionsIcon = (props) => /* @__PURE__ */ (0,
|
|
5272
|
+
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
5273
|
+
var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
5254
5274
|
"svg",
|
|
5255
5275
|
{
|
|
5256
5276
|
...props,
|
|
5257
5277
|
viewBox: "0 0 24 24",
|
|
5258
5278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5259
|
-
children: /* @__PURE__ */ (0,
|
|
5279
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
5260
5280
|
"path",
|
|
5261
5281
|
{
|
|
5262
5282
|
clipRule: "evenodd",
|
|
@@ -5269,14 +5289,14 @@ var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
|
5269
5289
|
);
|
|
5270
5290
|
|
|
5271
5291
|
// src/components/Icon/icons/MoveLeftIcon.tsx
|
|
5272
|
-
var
|
|
5273
|
-
var MoveLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
5292
|
+
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
5293
|
+
var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
5274
5294
|
"svg",
|
|
5275
5295
|
{
|
|
5276
5296
|
...props,
|
|
5277
5297
|
viewBox: "0 0 24 24",
|
|
5278
5298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5279
|
-
children: /* @__PURE__ */ (0,
|
|
5299
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
5280
5300
|
"path",
|
|
5281
5301
|
{
|
|
5282
5302
|
clipRule: "evenodd",
|
|
@@ -5289,14 +5309,14 @@ var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
|
5289
5309
|
);
|
|
5290
5310
|
|
|
5291
5311
|
// src/components/Icon/icons/MoveRightIcon.tsx
|
|
5292
|
-
var
|
|
5293
|
-
var MoveRightIcon = (props) => /* @__PURE__ */ (0,
|
|
5312
|
+
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
5313
|
+
var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
5294
5314
|
"svg",
|
|
5295
5315
|
{
|
|
5296
5316
|
...props,
|
|
5297
5317
|
viewBox: "0 0 24 24",
|
|
5298
5318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5299
|
-
children: /* @__PURE__ */ (0,
|
|
5319
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
5300
5320
|
"path",
|
|
5301
5321
|
{
|
|
5302
5322
|
clipRule: "evenodd",
|
|
@@ -5309,14 +5329,14 @@ var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
|
5309
5329
|
);
|
|
5310
5330
|
|
|
5311
5331
|
// src/components/Icon/icons/MusicIcon.tsx
|
|
5312
|
-
var
|
|
5313
|
-
var MusicIcon = (props) => /* @__PURE__ */ (0,
|
|
5332
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
5333
|
+
var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
5314
5334
|
"svg",
|
|
5315
5335
|
{
|
|
5316
5336
|
...props,
|
|
5317
5337
|
viewBox: "0 0 24 24",
|
|
5318
5338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5319
|
-
children: /* @__PURE__ */ (0,
|
|
5339
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
5320
5340
|
"path",
|
|
5321
5341
|
{
|
|
5322
5342
|
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",
|
|
@@ -5327,14 +5347,14 @@ var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
|
5327
5347
|
);
|
|
5328
5348
|
|
|
5329
5349
|
// src/components/Icon/icons/OnAirIcon.tsx
|
|
5330
|
-
var
|
|
5331
|
-
var OnAirIcon = (props) => /* @__PURE__ */ (0,
|
|
5350
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
5351
|
+
var OnAirIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
5332
5352
|
"svg",
|
|
5333
5353
|
{
|
|
5334
5354
|
...props,
|
|
5335
5355
|
viewBox: "0 0 24 24",
|
|
5336
5356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5337
|
-
children: /* @__PURE__ */ (0,
|
|
5357
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
5338
5358
|
"path",
|
|
5339
5359
|
{
|
|
5340
5360
|
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",
|
|
@@ -5345,14 +5365,14 @@ var OnAirIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
|
5345
5365
|
);
|
|
5346
5366
|
|
|
5347
5367
|
// src/components/Icon/icons/OpenNewIcon.tsx
|
|
5348
|
-
var
|
|
5349
|
-
var OpenNewIcon = (props) => /* @__PURE__ */ (0,
|
|
5368
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
5369
|
+
var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
5350
5370
|
"svg",
|
|
5351
5371
|
{
|
|
5352
5372
|
...props,
|
|
5353
5373
|
viewBox: "0 0 24 24",
|
|
5354
5374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5355
|
-
children: /* @__PURE__ */ (0,
|
|
5375
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
5356
5376
|
"path",
|
|
5357
5377
|
{
|
|
5358
5378
|
clipRule: "evenodd",
|
|
@@ -5365,14 +5385,14 @@ var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
|
5365
5385
|
);
|
|
5366
5386
|
|
|
5367
5387
|
// src/components/Icon/icons/OverviewIcon.tsx
|
|
5368
|
-
var
|
|
5369
|
-
var OverviewIcon = (props) => /* @__PURE__ */ (0,
|
|
5388
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
5389
|
+
var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
5370
5390
|
"svg",
|
|
5371
5391
|
{
|
|
5372
5392
|
...props,
|
|
5373
5393
|
viewBox: "0 0 24 24",
|
|
5374
5394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5375
|
-
children: /* @__PURE__ */ (0,
|
|
5395
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
5376
5396
|
"path",
|
|
5377
5397
|
{
|
|
5378
5398
|
clipRule: "evenodd",
|
|
@@ -5385,14 +5405,14 @@ var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
|
5385
5405
|
);
|
|
5386
5406
|
|
|
5387
5407
|
// src/components/Icon/icons/PageIcon.tsx
|
|
5388
|
-
var
|
|
5389
|
-
var PageIcon = (props) => /* @__PURE__ */ (0,
|
|
5408
|
+
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
5409
|
+
var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
5390
5410
|
"svg",
|
|
5391
5411
|
{
|
|
5392
5412
|
...props,
|
|
5393
5413
|
viewBox: "0 0 24 24",
|
|
5394
5414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5395
|
-
children: /* @__PURE__ */ (0,
|
|
5415
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
5396
5416
|
"path",
|
|
5397
5417
|
{
|
|
5398
5418
|
clipRule: "evenodd",
|
|
@@ -5405,14 +5425,14 @@ var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
|
5405
5425
|
);
|
|
5406
5426
|
|
|
5407
5427
|
// src/components/Icon/icons/PanelLeftIcon.tsx
|
|
5408
|
-
var
|
|
5409
|
-
var PanelLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
5428
|
+
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
5429
|
+
var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
5410
5430
|
"svg",
|
|
5411
5431
|
{
|
|
5412
5432
|
...props,
|
|
5413
5433
|
viewBox: "0 0 24 24",
|
|
5414
5434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5415
|
-
children: /* @__PURE__ */ (0,
|
|
5435
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
5416
5436
|
"path",
|
|
5417
5437
|
{
|
|
5418
5438
|
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",
|
|
@@ -5423,14 +5443,14 @@ var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
|
5423
5443
|
);
|
|
5424
5444
|
|
|
5425
5445
|
// src/components/Icon/icons/PanelRightIcon.tsx
|
|
5426
|
-
var
|
|
5427
|
-
var PanelRightIcon = (props) => /* @__PURE__ */ (0,
|
|
5446
|
+
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
5447
|
+
var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
5428
5448
|
"svg",
|
|
5429
5449
|
{
|
|
5430
5450
|
...props,
|
|
5431
5451
|
viewBox: "0 0 24 24",
|
|
5432
5452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5433
|
-
children: /* @__PURE__ */ (0,
|
|
5453
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
5434
5454
|
"path",
|
|
5435
5455
|
{
|
|
5436
5456
|
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",
|
|
@@ -5441,14 +5461,14 @@ var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
|
5441
5461
|
);
|
|
5442
5462
|
|
|
5443
5463
|
// src/components/Icon/icons/PanelUpIcon.tsx
|
|
5444
|
-
var
|
|
5445
|
-
var PanelUpIcon = (props) => /* @__PURE__ */ (0,
|
|
5464
|
+
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
5465
|
+
var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
5446
5466
|
"svg",
|
|
5447
5467
|
{
|
|
5448
5468
|
...props,
|
|
5449
5469
|
viewBox: "0 0 24 24",
|
|
5450
5470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5451
|
-
children: /* @__PURE__ */ (0,
|
|
5471
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
5452
5472
|
"path",
|
|
5453
5473
|
{
|
|
5454
5474
|
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",
|
|
@@ -5459,14 +5479,14 @@ var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
|
5459
5479
|
);
|
|
5460
5480
|
|
|
5461
5481
|
// src/components/Icon/icons/PasswordIcon.tsx
|
|
5462
|
-
var
|
|
5463
|
-
var PasswordIcon = (props) => /* @__PURE__ */ (0,
|
|
5482
|
+
var import_jsx_runtime123 = require("react/jsx-runtime");
|
|
5483
|
+
var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
5464
5484
|
"svg",
|
|
5465
5485
|
{
|
|
5466
5486
|
...props,
|
|
5467
5487
|
viewBox: "0 0 24 24",
|
|
5468
5488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5469
|
-
children: /* @__PURE__ */ (0,
|
|
5489
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
5470
5490
|
"path",
|
|
5471
5491
|
{
|
|
5472
5492
|
clipRule: "evenodd",
|
|
@@ -5479,14 +5499,14 @@ var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
|
5479
5499
|
);
|
|
5480
5500
|
|
|
5481
5501
|
// src/components/Icon/icons/PauseIcon.tsx
|
|
5482
|
-
var
|
|
5483
|
-
var PauseIcon = (props) => /* @__PURE__ */ (0,
|
|
5502
|
+
var import_jsx_runtime124 = require("react/jsx-runtime");
|
|
5503
|
+
var PauseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
5484
5504
|
"svg",
|
|
5485
5505
|
{
|
|
5486
5506
|
...props,
|
|
5487
5507
|
viewBox: "0 0 24 24",
|
|
5488
5508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5489
|
-
children: /* @__PURE__ */ (0,
|
|
5509
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
5490
5510
|
"path",
|
|
5491
5511
|
{
|
|
5492
5512
|
clipRule: "evenodd",
|
|
@@ -5499,14 +5519,14 @@ var PauseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
|
5499
5519
|
);
|
|
5500
5520
|
|
|
5501
5521
|
// src/components/Icon/icons/PencilIcon.tsx
|
|
5502
|
-
var
|
|
5503
|
-
var PencilIcon = (props) => /* @__PURE__ */ (0,
|
|
5522
|
+
var import_jsx_runtime125 = require("react/jsx-runtime");
|
|
5523
|
+
var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
5504
5524
|
"svg",
|
|
5505
5525
|
{
|
|
5506
5526
|
...props,
|
|
5507
5527
|
viewBox: "0 0 24 24",
|
|
5508
5528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5509
|
-
children: /* @__PURE__ */ (0,
|
|
5529
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
5510
5530
|
"path",
|
|
5511
5531
|
{
|
|
5512
5532
|
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",
|
|
@@ -5517,14 +5537,14 @@ var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
|
5517
5537
|
);
|
|
5518
5538
|
|
|
5519
5539
|
// src/components/Icon/icons/PeopleIcon.tsx
|
|
5520
|
-
var
|
|
5521
|
-
var PeopleIcon = (props) => /* @__PURE__ */ (0,
|
|
5540
|
+
var import_jsx_runtime126 = require("react/jsx-runtime");
|
|
5541
|
+
var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
5522
5542
|
"svg",
|
|
5523
5543
|
{
|
|
5524
5544
|
...props,
|
|
5525
5545
|
viewBox: "0 0 24 24",
|
|
5526
5546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5527
|
-
children: /* @__PURE__ */ (0,
|
|
5547
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
5528
5548
|
"path",
|
|
5529
5549
|
{
|
|
5530
5550
|
clipRule: "evenodd",
|
|
@@ -5537,14 +5557,14 @@ var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
|
5537
5557
|
);
|
|
5538
5558
|
|
|
5539
5559
|
// src/components/Icon/icons/PinIcon.tsx
|
|
5540
|
-
var
|
|
5541
|
-
var PinIcon = (props) => /* @__PURE__ */ (0,
|
|
5560
|
+
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
5561
|
+
var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
5542
5562
|
"svg",
|
|
5543
5563
|
{
|
|
5544
5564
|
...props,
|
|
5545
5565
|
viewBox: "0 0 24 24",
|
|
5546
5566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5547
|
-
children: /* @__PURE__ */ (0,
|
|
5567
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
5548
5568
|
"path",
|
|
5549
5569
|
{
|
|
5550
5570
|
clipRule: "evenodd",
|
|
@@ -5557,14 +5577,14 @@ var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
|
5557
5577
|
);
|
|
5558
5578
|
|
|
5559
5579
|
// src/components/Icon/icons/PinSlashIcon.tsx
|
|
5560
|
-
var
|
|
5561
|
-
var PinSlashIcon = (props) => /* @__PURE__ */ (0,
|
|
5580
|
+
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
5581
|
+
var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
5562
5582
|
"svg",
|
|
5563
5583
|
{
|
|
5564
5584
|
...props,
|
|
5565
5585
|
viewBox: "0 0 24 24",
|
|
5566
5586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5567
|
-
children: /* @__PURE__ */ (0,
|
|
5587
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
5568
5588
|
"path",
|
|
5569
5589
|
{
|
|
5570
5590
|
clipRule: "evenodd",
|
|
@@ -5577,14 +5597,14 @@ var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
|
5577
5597
|
);
|
|
5578
5598
|
|
|
5579
5599
|
// src/components/Icon/icons/PipIcon.tsx
|
|
5580
|
-
var
|
|
5581
|
-
var PipIcon = (props) => /* @__PURE__ */ (0,
|
|
5600
|
+
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
5601
|
+
var PipIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
5582
5602
|
"svg",
|
|
5583
5603
|
{
|
|
5584
5604
|
...props,
|
|
5585
5605
|
viewBox: "0 0 24 24",
|
|
5586
5606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5587
|
-
children: /* @__PURE__ */ (0,
|
|
5607
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
5588
5608
|
"path",
|
|
5589
5609
|
{
|
|
5590
5610
|
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",
|
|
@@ -5595,14 +5615,14 @@ var PipIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
|
5595
5615
|
);
|
|
5596
5616
|
|
|
5597
5617
|
// src/components/Icon/icons/PlayIcon.tsx
|
|
5598
|
-
var
|
|
5599
|
-
var PlayIcon = (props) => /* @__PURE__ */ (0,
|
|
5618
|
+
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
5619
|
+
var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
5600
5620
|
"svg",
|
|
5601
5621
|
{
|
|
5602
5622
|
...props,
|
|
5603
5623
|
viewBox: "0 0 24 24",
|
|
5604
5624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5605
|
-
children: /* @__PURE__ */ (0,
|
|
5625
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
5606
5626
|
"path",
|
|
5607
5627
|
{
|
|
5608
5628
|
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",
|
|
@@ -5613,14 +5633,14 @@ var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
|
5613
5633
|
);
|
|
5614
5634
|
|
|
5615
5635
|
// src/components/Icon/icons/PlayerIcon.tsx
|
|
5616
|
-
var
|
|
5617
|
-
var PlayerIcon = (props) => /* @__PURE__ */ (0,
|
|
5636
|
+
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
5637
|
+
var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
5618
5638
|
"svg",
|
|
5619
5639
|
{
|
|
5620
5640
|
...props,
|
|
5621
5641
|
viewBox: "0 0 24 24",
|
|
5622
5642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5623
|
-
children: /* @__PURE__ */ (0,
|
|
5643
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
5624
5644
|
"path",
|
|
5625
5645
|
{
|
|
5626
5646
|
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",
|
|
@@ -5631,14 +5651,14 @@ var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
|
5631
5651
|
);
|
|
5632
5652
|
|
|
5633
5653
|
// src/components/Icon/icons/PlaylistIcon.tsx
|
|
5634
|
-
var
|
|
5635
|
-
var PlaylistIcon = (props) => /* @__PURE__ */ (0,
|
|
5654
|
+
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
5655
|
+
var PlaylistIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
5636
5656
|
"svg",
|
|
5637
5657
|
{
|
|
5638
5658
|
...props,
|
|
5639
5659
|
viewBox: "0 0 16 16",
|
|
5640
5660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5641
|
-
children: /* @__PURE__ */ (0,
|
|
5661
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
5642
5662
|
"path",
|
|
5643
5663
|
{
|
|
5644
5664
|
d: "M13.4127 11.582C13.8595 11.5821 14.2223 11.9801 14.2223 12.4707C14.2222 12.9612 13.8595 13.3593 13.4127 13.3594H5.23401C4.78722 13.3594 4.42455 12.9613 4.42444 12.4707C4.42444 11.98 4.78715 11.582 5.23401 11.582H13.4127ZM2.15588 5.62109C2.38676 5.51013 2.6605 5.54203 2.86096 5.70215L5.08362 7.47949C5.24149 7.60572 5.33362 7.79739 5.33362 8C5.3336 8.20261 5.24152 8.39421 5.08362 8.52051L2.86096 10.2979C2.6605 10.4579 2.38677 10.4899 2.15588 10.3789C1.92451 10.2682 1.77795 10.0334 1.77795 9.77734V6.22266C1.77795 5.96657 1.92451 5.73176 2.15588 5.62109ZM13.4127 7.33301C13.8596 7.33301 14.2223 7.73199 14.2223 8.22266C14.2221 8.71312 13.8594 9.11133 13.4127 9.11133H7.4762C7.02948 9.11132 6.66684 8.71312 6.66663 8.22266C6.66663 7.732 7.02935 7.33302 7.4762 7.33301H13.4127ZM13.4127 2.66699C13.8595 2.66704 14.2223 3.06503 14.2223 3.55566C14.2222 4.04625 13.8595 4.44428 13.4127 4.44434H5.23401C4.78718 4.44434 4.42449 4.04628 4.42444 3.55566C4.42444 3.065 4.78715 2.66699 5.23401 2.66699H13.4127Z",
|
|
@@ -5650,14 +5670,14 @@ var PlaylistIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
|
5650
5670
|
);
|
|
5651
5671
|
|
|
5652
5672
|
// src/components/Icon/icons/PlusIcon.tsx
|
|
5653
|
-
var
|
|
5654
|
-
var PlusIcon = (props) => /* @__PURE__ */ (0,
|
|
5673
|
+
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
5674
|
+
var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
5655
5675
|
"svg",
|
|
5656
5676
|
{
|
|
5657
5677
|
...props,
|
|
5658
5678
|
viewBox: "0 0 24 24",
|
|
5659
5679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5660
|
-
children: /* @__PURE__ */ (0,
|
|
5680
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
5661
5681
|
"path",
|
|
5662
5682
|
{
|
|
5663
5683
|
clipRule: "evenodd",
|
|
@@ -5670,14 +5690,14 @@ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
|
5670
5690
|
);
|
|
5671
5691
|
|
|
5672
5692
|
// src/components/Icon/icons/PodcastIcon.tsx
|
|
5673
|
-
var
|
|
5674
|
-
var PodcastIcon = (props) => /* @__PURE__ */ (0,
|
|
5693
|
+
var import_jsx_runtime134 = require("react/jsx-runtime");
|
|
5694
|
+
var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
5675
5695
|
"svg",
|
|
5676
5696
|
{
|
|
5677
5697
|
...props,
|
|
5678
5698
|
viewBox: "0 0 24 24",
|
|
5679
5699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5680
|
-
children: /* @__PURE__ */ (0,
|
|
5700
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
5681
5701
|
"path",
|
|
5682
5702
|
{
|
|
5683
5703
|
clipRule: "evenodd",
|
|
@@ -5690,14 +5710,14 @@ var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
|
5690
5710
|
);
|
|
5691
5711
|
|
|
5692
5712
|
// src/components/Icon/icons/PreviewIcon.tsx
|
|
5693
|
-
var
|
|
5694
|
-
var PreviewIcon = (props) => /* @__PURE__ */ (0,
|
|
5713
|
+
var import_jsx_runtime135 = require("react/jsx-runtime");
|
|
5714
|
+
var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
5695
5715
|
"svg",
|
|
5696
5716
|
{
|
|
5697
5717
|
...props,
|
|
5698
5718
|
viewBox: "0 0 24 24",
|
|
5699
5719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5700
|
-
children: /* @__PURE__ */ (0,
|
|
5720
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
5701
5721
|
"path",
|
|
5702
5722
|
{
|
|
5703
5723
|
clipRule: "evenodd",
|
|
@@ -5710,14 +5730,14 @@ var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
|
5710
5730
|
);
|
|
5711
5731
|
|
|
5712
5732
|
// src/components/Icon/icons/PrivateChatIcon.tsx
|
|
5713
|
-
var
|
|
5714
|
-
var PrivateChatIcon = (props) => /* @__PURE__ */ (0,
|
|
5733
|
+
var import_jsx_runtime136 = require("react/jsx-runtime");
|
|
5734
|
+
var PrivateChatIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
5715
5735
|
"svg",
|
|
5716
5736
|
{
|
|
5717
5737
|
...props,
|
|
5718
5738
|
viewBox: "0 0 24 24",
|
|
5719
5739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5720
|
-
children: /* @__PURE__ */ (0,
|
|
5740
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
5721
5741
|
"path",
|
|
5722
5742
|
{
|
|
5723
5743
|
clipRule: "evenodd",
|
|
@@ -5730,14 +5750,14 @@ var PrivateChatIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
|
5730
5750
|
);
|
|
5731
5751
|
|
|
5732
5752
|
// src/components/Icon/icons/PrivateUserSessionsIcon.tsx
|
|
5733
|
-
var
|
|
5734
|
-
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0,
|
|
5753
|
+
var import_jsx_runtime137 = require("react/jsx-runtime");
|
|
5754
|
+
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
5735
5755
|
"svg",
|
|
5736
5756
|
{
|
|
5737
5757
|
...props,
|
|
5738
5758
|
viewBox: "0 0 24 24",
|
|
5739
5759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5740
|
-
children: /* @__PURE__ */ (0,
|
|
5760
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
5741
5761
|
"path",
|
|
5742
5762
|
{
|
|
5743
5763
|
clipRule: "evenodd",
|
|
@@ -5750,15 +5770,15 @@ var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime1
|
|
|
5750
5770
|
);
|
|
5751
5771
|
|
|
5752
5772
|
// src/components/Icon/icons/ProjectIcon.tsx
|
|
5753
|
-
var
|
|
5754
|
-
var ProjectIcon = (props) => /* @__PURE__ */ (0,
|
|
5773
|
+
var import_jsx_runtime138 = require("react/jsx-runtime");
|
|
5774
|
+
var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
|
|
5755
5775
|
"svg",
|
|
5756
5776
|
{
|
|
5757
5777
|
...props,
|
|
5758
5778
|
viewBox: "0 0 24 24",
|
|
5759
5779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5760
5780
|
children: [
|
|
5761
|
-
/* @__PURE__ */ (0,
|
|
5781
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
5762
5782
|
"path",
|
|
5763
5783
|
{
|
|
5764
5784
|
clipRule: "evenodd",
|
|
@@ -5767,7 +5787,7 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
|
|
|
5767
5787
|
fillRule: "evenodd"
|
|
5768
5788
|
}
|
|
5769
5789
|
),
|
|
5770
|
-
/* @__PURE__ */ (0,
|
|
5790
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
5771
5791
|
"path",
|
|
5772
5792
|
{
|
|
5773
5793
|
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",
|
|
@@ -5779,14 +5799,14 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
|
|
|
5779
5799
|
);
|
|
5780
5800
|
|
|
5781
5801
|
// src/components/Icon/icons/PropertiesIcon.tsx
|
|
5782
|
-
var
|
|
5783
|
-
var PropertiesIcon = (props) => /* @__PURE__ */ (0,
|
|
5802
|
+
var import_jsx_runtime139 = require("react/jsx-runtime");
|
|
5803
|
+
var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
5784
5804
|
"svg",
|
|
5785
5805
|
{
|
|
5786
5806
|
...props,
|
|
5787
5807
|
viewBox: "0 0 24 24",
|
|
5788
5808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5789
|
-
children: /* @__PURE__ */ (0,
|
|
5809
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
5790
5810
|
"path",
|
|
5791
5811
|
{
|
|
5792
5812
|
clipRule: "evenodd",
|
|
@@ -5799,14 +5819,14 @@ var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
|
5799
5819
|
);
|
|
5800
5820
|
|
|
5801
5821
|
// src/components/Icon/icons/QuestionMarkIcon.tsx
|
|
5802
|
-
var
|
|
5803
|
-
var QuestionMarkIcon = (props) => /* @__PURE__ */ (0,
|
|
5822
|
+
var import_jsx_runtime140 = require("react/jsx-runtime");
|
|
5823
|
+
var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5804
5824
|
"svg",
|
|
5805
5825
|
{
|
|
5806
5826
|
...props,
|
|
5807
5827
|
viewBox: "0 0 24 24",
|
|
5808
5828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5809
|
-
children: /* @__PURE__ */ (0,
|
|
5829
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
5810
5830
|
"path",
|
|
5811
5831
|
{
|
|
5812
5832
|
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",
|
|
@@ -5817,14 +5837,14 @@ var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)
|
|
|
5817
5837
|
);
|
|
5818
5838
|
|
|
5819
5839
|
// src/components/Icon/icons/ReactIcon.tsx
|
|
5820
|
-
var
|
|
5821
|
-
var ReactIcon = (props) => /* @__PURE__ */ (0,
|
|
5840
|
+
var import_jsx_runtime141 = require("react/jsx-runtime");
|
|
5841
|
+
var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
5822
5842
|
"svg",
|
|
5823
5843
|
{
|
|
5824
5844
|
...props,
|
|
5825
5845
|
viewBox: "0 0 24 24",
|
|
5826
5846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5827
|
-
children: /* @__PURE__ */ (0,
|
|
5847
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
5828
5848
|
"path",
|
|
5829
5849
|
{
|
|
5830
5850
|
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",
|
|
@@ -5835,14 +5855,14 @@ var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
|
5835
5855
|
);
|
|
5836
5856
|
|
|
5837
5857
|
// src/components/Icon/icons/RecordIcon.tsx
|
|
5838
|
-
var
|
|
5839
|
-
var RecordIcon = (props) => /* @__PURE__ */ (0,
|
|
5858
|
+
var import_jsx_runtime142 = require("react/jsx-runtime");
|
|
5859
|
+
var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
5840
5860
|
"svg",
|
|
5841
5861
|
{
|
|
5842
5862
|
...props,
|
|
5843
5863
|
viewBox: "0 0 24 24",
|
|
5844
5864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5845
|
-
children: /* @__PURE__ */ (0,
|
|
5865
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
5846
5866
|
"path",
|
|
5847
5867
|
{
|
|
5848
5868
|
clipRule: "evenodd",
|
|
@@ -5855,43 +5875,43 @@ var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
|
5855
5875
|
);
|
|
5856
5876
|
|
|
5857
5877
|
// src/components/Icon/icons/RecordGroupIcon.tsx
|
|
5858
|
-
var
|
|
5859
|
-
var RecordGroupIcon = (props) => /* @__PURE__ */ (0,
|
|
5878
|
+
var import_jsx_runtime143 = require("react/jsx-runtime");
|
|
5879
|
+
var RecordGroupIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)(
|
|
5860
5880
|
"svg",
|
|
5861
5881
|
{
|
|
5862
5882
|
...props,
|
|
5863
5883
|
viewBox: "0 0 24 24",
|
|
5864
5884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5865
5885
|
children: [
|
|
5866
|
-
/* @__PURE__ */ (0,
|
|
5886
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5867
5887
|
"path",
|
|
5868
5888
|
{
|
|
5869
5889
|
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",
|
|
5870
5890
|
fill: "currentColor"
|
|
5871
5891
|
}
|
|
5872
5892
|
),
|
|
5873
|
-
/* @__PURE__ */ (0,
|
|
5893
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5874
5894
|
"path",
|
|
5875
5895
|
{
|
|
5876
5896
|
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",
|
|
5877
5897
|
fill: "currentColor"
|
|
5878
5898
|
}
|
|
5879
5899
|
),
|
|
5880
|
-
/* @__PURE__ */ (0,
|
|
5900
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5881
5901
|
"path",
|
|
5882
5902
|
{
|
|
5883
5903
|
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",
|
|
5884
5904
|
fill: "currentColor"
|
|
5885
5905
|
}
|
|
5886
5906
|
),
|
|
5887
|
-
/* @__PURE__ */ (0,
|
|
5907
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5888
5908
|
"path",
|
|
5889
5909
|
{
|
|
5890
5910
|
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",
|
|
5891
5911
|
fill: "currentColor"
|
|
5892
5912
|
}
|
|
5893
5913
|
),
|
|
5894
|
-
/* @__PURE__ */ (0,
|
|
5914
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
5895
5915
|
"path",
|
|
5896
5916
|
{
|
|
5897
5917
|
clipRule: "evenodd",
|
|
@@ -5905,14 +5925,14 @@ var RecordGroupIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)
|
|
|
5905
5925
|
);
|
|
5906
5926
|
|
|
5907
5927
|
// src/components/Icon/icons/RedoIcon.tsx
|
|
5908
|
-
var
|
|
5909
|
-
var RedoIcon = (props) => /* @__PURE__ */ (0,
|
|
5928
|
+
var import_jsx_runtime144 = require("react/jsx-runtime");
|
|
5929
|
+
var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
5910
5930
|
"svg",
|
|
5911
5931
|
{
|
|
5912
5932
|
...props,
|
|
5913
5933
|
viewBox: "0 0 24 24",
|
|
5914
5934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5915
|
-
children: /* @__PURE__ */ (0,
|
|
5935
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
5916
5936
|
"path",
|
|
5917
5937
|
{
|
|
5918
5938
|
clipRule: "evenodd",
|
|
@@ -5925,14 +5945,14 @@ var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
|
5925
5945
|
);
|
|
5926
5946
|
|
|
5927
5947
|
// src/components/Icon/icons/RefreshIcon.tsx
|
|
5928
|
-
var
|
|
5929
|
-
var RefreshIcon = (props) => /* @__PURE__ */ (0,
|
|
5948
|
+
var import_jsx_runtime145 = require("react/jsx-runtime");
|
|
5949
|
+
var RefreshIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
5930
5950
|
"svg",
|
|
5931
5951
|
{
|
|
5932
5952
|
...props,
|
|
5933
5953
|
viewBox: "0 0 24 24",
|
|
5934
5954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5935
|
-
children: /* @__PURE__ */ (0,
|
|
5955
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
5936
5956
|
"path",
|
|
5937
5957
|
{
|
|
5938
5958
|
clipRule: "evenodd",
|
|
@@ -5945,14 +5965,14 @@ var RefreshIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
|
5945
5965
|
);
|
|
5946
5966
|
|
|
5947
5967
|
// src/components/Icon/icons/ReplaceIcon.tsx
|
|
5948
|
-
var
|
|
5949
|
-
var ReplaceIcon = (props) => /* @__PURE__ */ (0,
|
|
5968
|
+
var import_jsx_runtime146 = require("react/jsx-runtime");
|
|
5969
|
+
var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
5950
5970
|
"svg",
|
|
5951
5971
|
{
|
|
5952
5972
|
...props,
|
|
5953
5973
|
viewBox: "0 0 24 24",
|
|
5954
5974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5955
|
-
children: /* @__PURE__ */ (0,
|
|
5975
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
5956
5976
|
"path",
|
|
5957
5977
|
{
|
|
5958
5978
|
clipRule: "evenodd",
|
|
@@ -5965,14 +5985,14 @@ var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
|
5965
5985
|
);
|
|
5966
5986
|
|
|
5967
5987
|
// src/components/Icon/icons/ReplyIcon.tsx
|
|
5968
|
-
var
|
|
5969
|
-
var ReplyIcon = (props) => /* @__PURE__ */ (0,
|
|
5988
|
+
var import_jsx_runtime147 = require("react/jsx-runtime");
|
|
5989
|
+
var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
5970
5990
|
"svg",
|
|
5971
5991
|
{
|
|
5972
5992
|
...props,
|
|
5973
5993
|
viewBox: "0 0 24 24",
|
|
5974
5994
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5975
|
-
children: /* @__PURE__ */ (0,
|
|
5995
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
5976
5996
|
"path",
|
|
5977
5997
|
{
|
|
5978
5998
|
clipRule: "evenodd",
|
|
@@ -5985,14 +6005,14 @@ var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
|
5985
6005
|
);
|
|
5986
6006
|
|
|
5987
6007
|
// src/components/Icon/icons/RequestVideoIcon.tsx
|
|
5988
|
-
var
|
|
5989
|
-
var RequestVideoIcon = (props) => /* @__PURE__ */ (0,
|
|
6008
|
+
var import_jsx_runtime148 = require("react/jsx-runtime");
|
|
6009
|
+
var RequestVideoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
5990
6010
|
"svg",
|
|
5991
6011
|
{
|
|
5992
6012
|
...props,
|
|
5993
6013
|
viewBox: "0 0 24 24",
|
|
5994
6014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5995
|
-
children: /* @__PURE__ */ (0,
|
|
6015
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
5996
6016
|
"path",
|
|
5997
6017
|
{
|
|
5998
6018
|
clipRule: "evenodd",
|
|
@@ -6005,14 +6025,14 @@ var RequestVideoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)
|
|
|
6005
6025
|
);
|
|
6006
6026
|
|
|
6007
6027
|
// src/components/Icon/icons/RevertToOriginalIcon.tsx
|
|
6008
|
-
var
|
|
6009
|
-
var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0,
|
|
6028
|
+
var import_jsx_runtime149 = require("react/jsx-runtime");
|
|
6029
|
+
var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
6010
6030
|
"svg",
|
|
6011
6031
|
{
|
|
6012
6032
|
...props,
|
|
6013
6033
|
viewBox: "0 0 24 24",
|
|
6014
6034
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6015
|
-
children: /* @__PURE__ */ (0,
|
|
6035
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
6016
6036
|
"path",
|
|
6017
6037
|
{
|
|
6018
6038
|
clipRule: "evenodd",
|
|
@@ -6025,14 +6045,14 @@ var RevertToOriginalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.
|
|
|
6025
6045
|
);
|
|
6026
6046
|
|
|
6027
6047
|
// src/components/Icon/icons/RewindIcon.tsx
|
|
6028
|
-
var
|
|
6029
|
-
var RewindIcon = (props) => /* @__PURE__ */ (0,
|
|
6048
|
+
var import_jsx_runtime150 = require("react/jsx-runtime");
|
|
6049
|
+
var RewindIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
6030
6050
|
"svg",
|
|
6031
6051
|
{
|
|
6032
6052
|
...props,
|
|
6033
6053
|
viewBox: "0 0 24 24",
|
|
6034
6054
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6035
|
-
children: /* @__PURE__ */ (0,
|
|
6055
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
6036
6056
|
"path",
|
|
6037
6057
|
{
|
|
6038
6058
|
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",
|
|
@@ -6043,14 +6063,14 @@ var RewindIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
|
6043
6063
|
);
|
|
6044
6064
|
|
|
6045
6065
|
// src/components/Icon/icons/SaveIcon.tsx
|
|
6046
|
-
var
|
|
6047
|
-
var SaveIcon = (props) => /* @__PURE__ */ (0,
|
|
6066
|
+
var import_jsx_runtime151 = require("react/jsx-runtime");
|
|
6067
|
+
var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
6048
6068
|
"svg",
|
|
6049
6069
|
{
|
|
6050
6070
|
...props,
|
|
6051
6071
|
viewBox: "0 0 24 24",
|
|
6052
6072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6053
|
-
children: /* @__PURE__ */ (0,
|
|
6073
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
6054
6074
|
"path",
|
|
6055
6075
|
{
|
|
6056
6076
|
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",
|
|
@@ -6061,14 +6081,14 @@ var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
|
6061
6081
|
);
|
|
6062
6082
|
|
|
6063
6083
|
// src/components/Icon/icons/SaveAsCopyIcon.tsx
|
|
6064
|
-
var
|
|
6065
|
-
var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0,
|
|
6084
|
+
var import_jsx_runtime152 = require("react/jsx-runtime");
|
|
6085
|
+
var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
6066
6086
|
"svg",
|
|
6067
6087
|
{
|
|
6068
6088
|
...props,
|
|
6069
6089
|
viewBox: "0 0 24 24",
|
|
6070
6090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6071
|
-
children: /* @__PURE__ */ (0,
|
|
6091
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
6072
6092
|
"path",
|
|
6073
6093
|
{
|
|
6074
6094
|
clipRule: "evenodd",
|
|
@@ -6081,14 +6101,14 @@ var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
|
6081
6101
|
);
|
|
6082
6102
|
|
|
6083
6103
|
// src/components/Icon/icons/ScissorsIcon.tsx
|
|
6084
|
-
var
|
|
6085
|
-
var ScissorsIcon = (props) => /* @__PURE__ */ (0,
|
|
6104
|
+
var import_jsx_runtime153 = require("react/jsx-runtime");
|
|
6105
|
+
var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
6086
6106
|
"svg",
|
|
6087
6107
|
{
|
|
6088
6108
|
...props,
|
|
6089
6109
|
viewBox: "0 0 24 24",
|
|
6090
6110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6091
|
-
children: /* @__PURE__ */ (0,
|
|
6111
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
6092
6112
|
"path",
|
|
6093
6113
|
{
|
|
6094
6114
|
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",
|
|
@@ -6099,14 +6119,14 @@ var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
|
6099
6119
|
);
|
|
6100
6120
|
|
|
6101
6121
|
// src/components/Icon/icons/ScreenshareOffIcon.tsx
|
|
6102
|
-
var
|
|
6103
|
-
var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0,
|
|
6122
|
+
var import_jsx_runtime154 = require("react/jsx-runtime");
|
|
6123
|
+
var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
6104
6124
|
"svg",
|
|
6105
6125
|
{
|
|
6106
6126
|
...props,
|
|
6107
6127
|
viewBox: "0 0 24 24",
|
|
6108
6128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6109
|
-
children: /* @__PURE__ */ (0,
|
|
6129
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
6110
6130
|
"path",
|
|
6111
6131
|
{
|
|
6112
6132
|
clipRule: "evenodd",
|
|
@@ -6119,14 +6139,14 @@ var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.js
|
|
|
6119
6139
|
);
|
|
6120
6140
|
|
|
6121
6141
|
// src/components/Icon/icons/ScreenshareOnIcon.tsx
|
|
6122
|
-
var
|
|
6123
|
-
var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0,
|
|
6142
|
+
var import_jsx_runtime155 = require("react/jsx-runtime");
|
|
6143
|
+
var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
6124
6144
|
"svg",
|
|
6125
6145
|
{
|
|
6126
6146
|
...props,
|
|
6127
6147
|
viewBox: "0 0 24 24",
|
|
6128
6148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6129
|
-
children: /* @__PURE__ */ (0,
|
|
6149
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
6130
6150
|
"path",
|
|
6131
6151
|
{
|
|
6132
6152
|
clipRule: "evenodd",
|
|
@@ -6139,14 +6159,14 @@ var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx
|
|
|
6139
6159
|
);
|
|
6140
6160
|
|
|
6141
6161
|
// src/components/Icon/icons/SearchIcon.tsx
|
|
6142
|
-
var
|
|
6143
|
-
var SearchIcon = (props) => /* @__PURE__ */ (0,
|
|
6162
|
+
var import_jsx_runtime156 = require("react/jsx-runtime");
|
|
6163
|
+
var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
6144
6164
|
"svg",
|
|
6145
6165
|
{
|
|
6146
6166
|
...props,
|
|
6147
6167
|
viewBox: "0 0 24 24",
|
|
6148
6168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6149
|
-
children: /* @__PURE__ */ (0,
|
|
6169
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
6150
6170
|
"path",
|
|
6151
6171
|
{
|
|
6152
6172
|
clipRule: "evenodd",
|
|
@@ -6159,14 +6179,14 @@ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
|
6159
6179
|
);
|
|
6160
6180
|
|
|
6161
6181
|
// src/components/Icon/icons/SendIcon.tsx
|
|
6162
|
-
var
|
|
6163
|
-
var SendIcon = (props) => /* @__PURE__ */ (0,
|
|
6182
|
+
var import_jsx_runtime157 = require("react/jsx-runtime");
|
|
6183
|
+
var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
6164
6184
|
"svg",
|
|
6165
6185
|
{
|
|
6166
6186
|
...props,
|
|
6167
6187
|
viewBox: "0 0 24 24",
|
|
6168
6188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6169
|
-
children: /* @__PURE__ */ (0,
|
|
6189
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
6170
6190
|
"path",
|
|
6171
6191
|
{
|
|
6172
6192
|
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",
|
|
@@ -6177,14 +6197,14 @@ var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
|
6177
6197
|
);
|
|
6178
6198
|
|
|
6179
6199
|
// src/components/Icon/icons/ShapesIcon.tsx
|
|
6180
|
-
var
|
|
6181
|
-
var ShapesIcon = (props) => /* @__PURE__ */ (0,
|
|
6200
|
+
var import_jsx_runtime158 = require("react/jsx-runtime");
|
|
6201
|
+
var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
6182
6202
|
"svg",
|
|
6183
6203
|
{
|
|
6184
6204
|
...props,
|
|
6185
6205
|
viewBox: "0 0 24 24",
|
|
6186
6206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6187
|
-
children: /* @__PURE__ */ (0,
|
|
6207
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
6188
6208
|
"path",
|
|
6189
6209
|
{
|
|
6190
6210
|
clipRule: "evenodd",
|
|
@@ -6197,14 +6217,14 @@ var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
|
6197
6217
|
);
|
|
6198
6218
|
|
|
6199
6219
|
// src/components/Icon/icons/ShareIcon.tsx
|
|
6200
|
-
var
|
|
6201
|
-
var ShareIcon = (props) => /* @__PURE__ */ (0,
|
|
6220
|
+
var import_jsx_runtime159 = require("react/jsx-runtime");
|
|
6221
|
+
var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
6202
6222
|
"svg",
|
|
6203
6223
|
{
|
|
6204
6224
|
...props,
|
|
6205
6225
|
viewBox: "0 0 24 24",
|
|
6206
6226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6207
|
-
children: /* @__PURE__ */ (0,
|
|
6227
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
6208
6228
|
"path",
|
|
6209
6229
|
{
|
|
6210
6230
|
clipRule: "evenodd",
|
|
@@ -6217,14 +6237,14 @@ var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
|
6217
6237
|
);
|
|
6218
6238
|
|
|
6219
6239
|
// src/components/Icon/icons/SharingPermissionsIcon.tsx
|
|
6220
|
-
var
|
|
6221
|
-
var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0,
|
|
6240
|
+
var import_jsx_runtime160 = require("react/jsx-runtime");
|
|
6241
|
+
var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
6222
6242
|
"svg",
|
|
6223
6243
|
{
|
|
6224
6244
|
...props,
|
|
6225
6245
|
viewBox: "0 0 24 24",
|
|
6226
6246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6227
|
-
children: /* @__PURE__ */ (0,
|
|
6247
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
6228
6248
|
"path",
|
|
6229
6249
|
{
|
|
6230
6250
|
clipRule: "evenodd",
|
|
@@ -6237,14 +6257,14 @@ var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15
|
|
|
6237
6257
|
);
|
|
6238
6258
|
|
|
6239
6259
|
// src/components/Icon/icons/SimulcastIcon.tsx
|
|
6240
|
-
var
|
|
6241
|
-
var SimulcastIcon = (props) => /* @__PURE__ */ (0,
|
|
6260
|
+
var import_jsx_runtime161 = require("react/jsx-runtime");
|
|
6261
|
+
var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
6242
6262
|
"svg",
|
|
6243
6263
|
{
|
|
6244
6264
|
...props,
|
|
6245
6265
|
viewBox: "0 0 24 24",
|
|
6246
6266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6247
|
-
children: /* @__PURE__ */ (0,
|
|
6267
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
6248
6268
|
"path",
|
|
6249
6269
|
{
|
|
6250
6270
|
clipRule: "evenodd",
|
|
@@ -6257,14 +6277,14 @@ var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
|
6257
6277
|
);
|
|
6258
6278
|
|
|
6259
6279
|
// src/components/Icon/icons/SortIcon.tsx
|
|
6260
|
-
var
|
|
6261
|
-
var SortIcon = (props) => /* @__PURE__ */ (0,
|
|
6280
|
+
var import_jsx_runtime162 = require("react/jsx-runtime");
|
|
6281
|
+
var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
6262
6282
|
"svg",
|
|
6263
6283
|
{
|
|
6264
6284
|
...props,
|
|
6265
6285
|
viewBox: "0 0 24 24",
|
|
6266
6286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6267
|
-
children: /* @__PURE__ */ (0,
|
|
6287
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
6268
6288
|
"path",
|
|
6269
6289
|
{
|
|
6270
6290
|
clipRule: "evenodd",
|
|
@@ -6277,14 +6297,14 @@ var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
|
6277
6297
|
);
|
|
6278
6298
|
|
|
6279
6299
|
// src/components/Icon/icons/SparkleIcon.tsx
|
|
6280
|
-
var
|
|
6281
|
-
var SparkleIcon = (props) => /* @__PURE__ */ (0,
|
|
6300
|
+
var import_jsx_runtime163 = require("react/jsx-runtime");
|
|
6301
|
+
var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
6282
6302
|
"svg",
|
|
6283
6303
|
{
|
|
6284
6304
|
...props,
|
|
6285
6305
|
viewBox: "0 0 24 24",
|
|
6286
6306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6287
|
-
children: /* @__PURE__ */ (0,
|
|
6307
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
6288
6308
|
"path",
|
|
6289
6309
|
{
|
|
6290
6310
|
clipRule: "evenodd",
|
|
@@ -6297,14 +6317,14 @@ var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
|
6297
6317
|
);
|
|
6298
6318
|
|
|
6299
6319
|
// src/components/Icon/icons/SpeedIcon.tsx
|
|
6300
|
-
var
|
|
6301
|
-
var SpeedIcon = (props) => /* @__PURE__ */ (0,
|
|
6320
|
+
var import_jsx_runtime164 = require("react/jsx-runtime");
|
|
6321
|
+
var SpeedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
6302
6322
|
"svg",
|
|
6303
6323
|
{
|
|
6304
6324
|
...props,
|
|
6305
6325
|
viewBox: "0 0 24 24",
|
|
6306
6326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6307
|
-
children: /* @__PURE__ */ (0,
|
|
6327
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
6308
6328
|
"path",
|
|
6309
6329
|
{
|
|
6310
6330
|
clipRule: "evenodd",
|
|
@@ -6317,15 +6337,15 @@ var SpeedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
|
6317
6337
|
);
|
|
6318
6338
|
|
|
6319
6339
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
6320
|
-
var
|
|
6321
|
-
var SpinnerIcon = (props) => /* @__PURE__ */ (0,
|
|
6340
|
+
var import_jsx_runtime165 = require("react/jsx-runtime");
|
|
6341
|
+
var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime165.jsxs)(
|
|
6322
6342
|
"svg",
|
|
6323
6343
|
{
|
|
6324
6344
|
...props,
|
|
6325
6345
|
viewBox: "0 0 24 24",
|
|
6326
6346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6327
6347
|
children: [
|
|
6328
|
-
/* @__PURE__ */ (0,
|
|
6348
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
6329
6349
|
"path",
|
|
6330
6350
|
{
|
|
6331
6351
|
clipRule: "evenodd",
|
|
@@ -6334,7 +6354,7 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)(
|
|
|
6334
6354
|
fillRule: "evenodd"
|
|
6335
6355
|
}
|
|
6336
6356
|
),
|
|
6337
|
-
/* @__PURE__ */ (0,
|
|
6357
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
6338
6358
|
"animateTransform",
|
|
6339
6359
|
{
|
|
6340
6360
|
attributeName: "transform",
|
|
@@ -6350,14 +6370,14 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)(
|
|
|
6350
6370
|
);
|
|
6351
6371
|
|
|
6352
6372
|
// src/components/Icon/icons/StatsIcon.tsx
|
|
6353
|
-
var
|
|
6354
|
-
var StatsIcon = (props) => /* @__PURE__ */ (0,
|
|
6373
|
+
var import_jsx_runtime166 = require("react/jsx-runtime");
|
|
6374
|
+
var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
6355
6375
|
"svg",
|
|
6356
6376
|
{
|
|
6357
6377
|
...props,
|
|
6358
6378
|
viewBox: "0 0 24 24",
|
|
6359
6379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6360
|
-
children: /* @__PURE__ */ (0,
|
|
6380
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
6361
6381
|
"path",
|
|
6362
6382
|
{
|
|
6363
6383
|
clipRule: "evenodd",
|
|
@@ -6370,14 +6390,14 @@ var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
|
6370
6390
|
);
|
|
6371
6391
|
|
|
6372
6392
|
// src/components/Icon/icons/SwitchAccountsIcon.tsx
|
|
6373
|
-
var
|
|
6374
|
-
var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0,
|
|
6393
|
+
var import_jsx_runtime167 = require("react/jsx-runtime");
|
|
6394
|
+
var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
6375
6395
|
"svg",
|
|
6376
6396
|
{
|
|
6377
6397
|
...props,
|
|
6378
6398
|
viewBox: "0 0 24 24",
|
|
6379
6399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6380
|
-
children: /* @__PURE__ */ (0,
|
|
6400
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
6381
6401
|
"path",
|
|
6382
6402
|
{
|
|
6383
6403
|
clipRule: "evenodd",
|
|
@@ -6390,14 +6410,14 @@ var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime166.js
|
|
|
6390
6410
|
);
|
|
6391
6411
|
|
|
6392
6412
|
// src/components/Icon/icons/TagIcon.tsx
|
|
6393
|
-
var
|
|
6394
|
-
var TagIcon = (props) => /* @__PURE__ */ (0,
|
|
6413
|
+
var import_jsx_runtime168 = require("react/jsx-runtime");
|
|
6414
|
+
var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
6395
6415
|
"svg",
|
|
6396
6416
|
{
|
|
6397
6417
|
...props,
|
|
6398
6418
|
viewBox: "0 0 24 24",
|
|
6399
6419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6400
|
-
children: /* @__PURE__ */ (0,
|
|
6420
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
6401
6421
|
"path",
|
|
6402
6422
|
{
|
|
6403
6423
|
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",
|
|
@@ -6408,14 +6428,14 @@ var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
|
6408
6428
|
);
|
|
6409
6429
|
|
|
6410
6430
|
// src/components/Icon/icons/TeleprompterIcon.tsx
|
|
6411
|
-
var
|
|
6412
|
-
var TeleprompterIcon = (props) => /* @__PURE__ */ (0,
|
|
6431
|
+
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
6432
|
+
var TeleprompterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
6413
6433
|
"svg",
|
|
6414
6434
|
{
|
|
6415
6435
|
...props,
|
|
6416
6436
|
viewBox: "0 0 24 24",
|
|
6417
6437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6418
|
-
children: /* @__PURE__ */ (0,
|
|
6438
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
6419
6439
|
"path",
|
|
6420
6440
|
{
|
|
6421
6441
|
clipRule: "evenodd",
|
|
@@ -6428,14 +6448,14 @@ var TeleprompterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)
|
|
|
6428
6448
|
);
|
|
6429
6449
|
|
|
6430
6450
|
// src/components/Icon/icons/TextSizeIcon.tsx
|
|
6431
|
-
var
|
|
6432
|
-
var TextSizeIcon = (props) => /* @__PURE__ */ (0,
|
|
6451
|
+
var import_jsx_runtime170 = require("react/jsx-runtime");
|
|
6452
|
+
var TextSizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
6433
6453
|
"svg",
|
|
6434
6454
|
{
|
|
6435
6455
|
...props,
|
|
6436
6456
|
viewBox: "0 0 24 24",
|
|
6437
6457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6438
|
-
children: /* @__PURE__ */ (0,
|
|
6458
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
6439
6459
|
"path",
|
|
6440
6460
|
{
|
|
6441
6461
|
clipRule: "evenodd",
|
|
@@ -6448,14 +6468,14 @@ var TextSizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
|
6448
6468
|
);
|
|
6449
6469
|
|
|
6450
6470
|
// src/components/Icon/icons/ThumbnailIcon.tsx
|
|
6451
|
-
var
|
|
6452
|
-
var ThumbnailIcon = (props) => /* @__PURE__ */ (0,
|
|
6471
|
+
var import_jsx_runtime171 = require("react/jsx-runtime");
|
|
6472
|
+
var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
6453
6473
|
"svg",
|
|
6454
6474
|
{
|
|
6455
6475
|
...props,
|
|
6456
6476
|
viewBox: "0 0 24 24",
|
|
6457
6477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6458
|
-
children: /* @__PURE__ */ (0,
|
|
6478
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
6459
6479
|
"path",
|
|
6460
6480
|
{
|
|
6461
6481
|
clipRule: "evenodd",
|
|
@@ -6468,14 +6488,14 @@ var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
|
6468
6488
|
);
|
|
6469
6489
|
|
|
6470
6490
|
// src/components/Icon/icons/ThumbsDownIcon.tsx
|
|
6471
|
-
var
|
|
6472
|
-
var ThumbsDownIcon = (props) => /* @__PURE__ */ (0,
|
|
6491
|
+
var import_jsx_runtime172 = require("react/jsx-runtime");
|
|
6492
|
+
var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
6473
6493
|
"svg",
|
|
6474
6494
|
{
|
|
6475
6495
|
...props,
|
|
6476
6496
|
viewBox: "0 0 24 24",
|
|
6477
6497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6478
|
-
children: /* @__PURE__ */ (0,
|
|
6498
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
6479
6499
|
"path",
|
|
6480
6500
|
{
|
|
6481
6501
|
clipRule: "evenodd",
|
|
@@ -6488,14 +6508,14 @@ var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
|
6488
6508
|
);
|
|
6489
6509
|
|
|
6490
6510
|
// src/components/Icon/icons/ThumbsUpIcon.tsx
|
|
6491
|
-
var
|
|
6492
|
-
var ThumbsUpIcon = (props) => /* @__PURE__ */ (0,
|
|
6511
|
+
var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
6512
|
+
var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
6493
6513
|
"svg",
|
|
6494
6514
|
{
|
|
6495
6515
|
...props,
|
|
6496
6516
|
viewBox: "0 0 24 24",
|
|
6497
6517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6498
|
-
children: /* @__PURE__ */ (0,
|
|
6518
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
6499
6519
|
"path",
|
|
6500
6520
|
{
|
|
6501
6521
|
clipRule: "evenodd",
|
|
@@ -6508,14 +6528,14 @@ var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
|
6508
6528
|
);
|
|
6509
6529
|
|
|
6510
6530
|
// src/components/Icon/icons/TranscriptIcon.tsx
|
|
6511
|
-
var
|
|
6512
|
-
var TranscriptIcon = (props) => /* @__PURE__ */ (0,
|
|
6531
|
+
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
6532
|
+
var TranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
6513
6533
|
"svg",
|
|
6514
6534
|
{
|
|
6515
6535
|
...props,
|
|
6516
6536
|
viewBox: "0 0 24 24",
|
|
6517
6537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6518
|
-
children: /* @__PURE__ */ (0,
|
|
6538
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
6519
6539
|
"path",
|
|
6520
6540
|
{
|
|
6521
6541
|
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",
|
|
@@ -6526,14 +6546,14 @@ var TranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
|
6526
6546
|
);
|
|
6527
6547
|
|
|
6528
6548
|
// src/components/Icon/icons/TransitionsIcon.tsx
|
|
6529
|
-
var
|
|
6530
|
-
var TransitionsIcon = (props) => /* @__PURE__ */ (0,
|
|
6549
|
+
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
6550
|
+
var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
6531
6551
|
"svg",
|
|
6532
6552
|
{
|
|
6533
6553
|
...props,
|
|
6534
6554
|
viewBox: "0 0 24 24",
|
|
6535
6555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6536
|
-
children: /* @__PURE__ */ (0,
|
|
6556
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
6537
6557
|
"path",
|
|
6538
6558
|
{
|
|
6539
6559
|
clipRule: "evenodd",
|
|
@@ -6546,14 +6566,14 @@ var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
|
6546
6566
|
);
|
|
6547
6567
|
|
|
6548
6568
|
// src/components/Icon/icons/TransparencyIcon.tsx
|
|
6549
|
-
var
|
|
6550
|
-
var TransparencyIcon = (props) => /* @__PURE__ */ (0,
|
|
6569
|
+
var import_jsx_runtime176 = require("react/jsx-runtime");
|
|
6570
|
+
var TransparencyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
6551
6571
|
"svg",
|
|
6552
6572
|
{
|
|
6553
6573
|
...props,
|
|
6554
6574
|
viewBox: "0 0 24 24",
|
|
6555
6575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6556
|
-
children: /* @__PURE__ */ (0,
|
|
6576
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
6557
6577
|
"path",
|
|
6558
6578
|
{
|
|
6559
6579
|
clipRule: "evenodd",
|
|
@@ -6566,14 +6586,14 @@ var TransparencyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)
|
|
|
6566
6586
|
);
|
|
6567
6587
|
|
|
6568
6588
|
// src/components/Icon/icons/TrendsIcon.tsx
|
|
6569
|
-
var
|
|
6570
|
-
var TrendsIcon = (props) => /* @__PURE__ */ (0,
|
|
6589
|
+
var import_jsx_runtime177 = require("react/jsx-runtime");
|
|
6590
|
+
var TrendsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
6571
6591
|
"svg",
|
|
6572
6592
|
{
|
|
6573
6593
|
...props,
|
|
6574
6594
|
viewBox: "0 0 24 24",
|
|
6575
6595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6576
|
-
children: /* @__PURE__ */ (0,
|
|
6596
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
6577
6597
|
"path",
|
|
6578
6598
|
{
|
|
6579
6599
|
clipRule: "evenodd",
|
|
@@ -6586,14 +6606,14 @@ var TrendsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
|
6586
6606
|
);
|
|
6587
6607
|
|
|
6588
6608
|
// src/components/Icon/icons/TrialUnlockClockIcon.tsx
|
|
6589
|
-
var
|
|
6590
|
-
var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0,
|
|
6609
|
+
var import_jsx_runtime178 = require("react/jsx-runtime");
|
|
6610
|
+
var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
6591
6611
|
"svg",
|
|
6592
6612
|
{
|
|
6593
6613
|
...props,
|
|
6594
6614
|
viewBox: "0 0 24 24",
|
|
6595
6615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6596
|
-
children: /* @__PURE__ */ (0,
|
|
6616
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
6597
6617
|
"path",
|
|
6598
6618
|
{
|
|
6599
6619
|
clipRule: "evenodd",
|
|
@@ -6606,14 +6626,14 @@ var TrialUnlockClockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.
|
|
|
6606
6626
|
);
|
|
6607
6627
|
|
|
6608
6628
|
// src/components/Icon/icons/TrimIcon.tsx
|
|
6609
|
-
var
|
|
6610
|
-
var TrimIcon = (props) => /* @__PURE__ */ (0,
|
|
6629
|
+
var import_jsx_runtime179 = require("react/jsx-runtime");
|
|
6630
|
+
var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
6611
6631
|
"svg",
|
|
6612
6632
|
{
|
|
6613
6633
|
...props,
|
|
6614
6634
|
viewBox: "0 0 24 24",
|
|
6615
6635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6616
|
-
children: /* @__PURE__ */ (0,
|
|
6636
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
6617
6637
|
"path",
|
|
6618
6638
|
{
|
|
6619
6639
|
clipRule: "evenodd",
|
|
@@ -6626,14 +6646,14 @@ var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
|
6626
6646
|
);
|
|
6627
6647
|
|
|
6628
6648
|
// src/components/Icon/icons/TurnstileIcon.tsx
|
|
6629
|
-
var
|
|
6630
|
-
var TurnstileIcon = (props) => /* @__PURE__ */ (0,
|
|
6649
|
+
var import_jsx_runtime180 = require("react/jsx-runtime");
|
|
6650
|
+
var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
6631
6651
|
"svg",
|
|
6632
6652
|
{
|
|
6633
6653
|
...props,
|
|
6634
6654
|
viewBox: "0 0 24 24",
|
|
6635
6655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6636
|
-
children: /* @__PURE__ */ (0,
|
|
6656
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
6637
6657
|
"path",
|
|
6638
6658
|
{
|
|
6639
6659
|
clipRule: "evenodd",
|
|
@@ -6646,14 +6666,14 @@ var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
|
6646
6666
|
);
|
|
6647
6667
|
|
|
6648
6668
|
// src/components/Icon/icons/UndoIcon.tsx
|
|
6649
|
-
var
|
|
6650
|
-
var UndoIcon = (props) => /* @__PURE__ */ (0,
|
|
6669
|
+
var import_jsx_runtime181 = require("react/jsx-runtime");
|
|
6670
|
+
var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
6651
6671
|
"svg",
|
|
6652
6672
|
{
|
|
6653
6673
|
...props,
|
|
6654
6674
|
viewBox: "0 0 24 24",
|
|
6655
6675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6656
|
-
children: /* @__PURE__ */ (0,
|
|
6676
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
6657
6677
|
"path",
|
|
6658
6678
|
{
|
|
6659
6679
|
clipRule: "evenodd",
|
|
@@ -6666,14 +6686,14 @@ var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
|
6666
6686
|
);
|
|
6667
6687
|
|
|
6668
6688
|
// src/components/Icon/icons/UnlockIcon.tsx
|
|
6669
|
-
var
|
|
6670
|
-
var UnlockIcon = (props) => /* @__PURE__ */ (0,
|
|
6689
|
+
var import_jsx_runtime182 = require("react/jsx-runtime");
|
|
6690
|
+
var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
6671
6691
|
"svg",
|
|
6672
6692
|
{
|
|
6673
6693
|
...props,
|
|
6674
6694
|
viewBox: "0 0 24 24",
|
|
6675
6695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6676
|
-
children: /* @__PURE__ */ (0,
|
|
6696
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
6677
6697
|
"path",
|
|
6678
6698
|
{
|
|
6679
6699
|
clipRule: "evenodd",
|
|
@@ -6686,14 +6706,14 @@ var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
|
6686
6706
|
);
|
|
6687
6707
|
|
|
6688
6708
|
// src/components/Icon/icons/UploadIcon.tsx
|
|
6689
|
-
var
|
|
6690
|
-
var UploadIcon = (props) => /* @__PURE__ */ (0,
|
|
6709
|
+
var import_jsx_runtime183 = require("react/jsx-runtime");
|
|
6710
|
+
var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
6691
6711
|
"svg",
|
|
6692
6712
|
{
|
|
6693
6713
|
...props,
|
|
6694
6714
|
viewBox: "0 0 24 24",
|
|
6695
6715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6696
|
-
children: /* @__PURE__ */ (0,
|
|
6716
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
6697
6717
|
"path",
|
|
6698
6718
|
{
|
|
6699
6719
|
clipRule: "evenodd",
|
|
@@ -6706,14 +6726,14 @@ var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
|
6706
6726
|
);
|
|
6707
6727
|
|
|
6708
6728
|
// src/components/Icon/icons/UsersPermissionsIcon.tsx
|
|
6709
|
-
var
|
|
6710
|
-
var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0,
|
|
6729
|
+
var import_jsx_runtime184 = require("react/jsx-runtime");
|
|
6730
|
+
var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
6711
6731
|
"svg",
|
|
6712
6732
|
{
|
|
6713
6733
|
...props,
|
|
6714
6734
|
viewBox: "0 0 24 24",
|
|
6715
6735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6716
|
-
children: /* @__PURE__ */ (0,
|
|
6736
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
6717
6737
|
"path",
|
|
6718
6738
|
{
|
|
6719
6739
|
clipRule: "evenodd",
|
|
@@ -6726,14 +6746,14 @@ var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.
|
|
|
6726
6746
|
);
|
|
6727
6747
|
|
|
6728
6748
|
// src/components/Icon/icons/ViewStreamIcon.tsx
|
|
6729
|
-
var
|
|
6730
|
-
var ViewStreamIcon = (props) => /* @__PURE__ */ (0,
|
|
6749
|
+
var import_jsx_runtime185 = require("react/jsx-runtime");
|
|
6750
|
+
var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6731
6751
|
"svg",
|
|
6732
6752
|
{
|
|
6733
6753
|
...props,
|
|
6734
6754
|
viewBox: "0 0 24 24",
|
|
6735
6755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6736
|
-
children: /* @__PURE__ */ (0,
|
|
6756
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6737
6757
|
"path",
|
|
6738
6758
|
{
|
|
6739
6759
|
clipRule: "evenodd",
|
|
@@ -6746,14 +6766,14 @@ var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
|
6746
6766
|
);
|
|
6747
6767
|
|
|
6748
6768
|
// src/components/Icon/icons/VolumeIcon.tsx
|
|
6749
|
-
var
|
|
6750
|
-
var VolumeIcon = (props) => /* @__PURE__ */ (0,
|
|
6769
|
+
var import_jsx_runtime186 = require("react/jsx-runtime");
|
|
6770
|
+
var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
6751
6771
|
"svg",
|
|
6752
6772
|
{
|
|
6753
6773
|
...props,
|
|
6754
6774
|
viewBox: "0 0 24 24",
|
|
6755
6775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6756
|
-
children: /* @__PURE__ */ (0,
|
|
6776
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
6757
6777
|
"path",
|
|
6758
6778
|
{
|
|
6759
6779
|
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",
|
|
@@ -6764,14 +6784,14 @@ var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
|
6764
6784
|
);
|
|
6765
6785
|
|
|
6766
6786
|
// src/components/Icon/icons/VolumeOffIcon.tsx
|
|
6767
|
-
var
|
|
6768
|
-
var VolumeOffIcon = (props) => /* @__PURE__ */ (0,
|
|
6787
|
+
var import_jsx_runtime187 = require("react/jsx-runtime");
|
|
6788
|
+
var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
6769
6789
|
"svg",
|
|
6770
6790
|
{
|
|
6771
6791
|
...props,
|
|
6772
6792
|
viewBox: "0 0 24 24",
|
|
6773
6793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6774
|
-
children: /* @__PURE__ */ (0,
|
|
6794
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
6775
6795
|
"path",
|
|
6776
6796
|
{
|
|
6777
6797
|
clipRule: "evenodd",
|
|
@@ -6784,14 +6804,14 @@ var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
|
6784
6804
|
);
|
|
6785
6805
|
|
|
6786
6806
|
// src/components/Icon/icons/VolumeUpIcon.tsx
|
|
6787
|
-
var
|
|
6788
|
-
var VolumeUpIcon = (props) => /* @__PURE__ */ (0,
|
|
6807
|
+
var import_jsx_runtime188 = require("react/jsx-runtime");
|
|
6808
|
+
var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
6789
6809
|
"svg",
|
|
6790
6810
|
{
|
|
6791
6811
|
...props,
|
|
6792
6812
|
viewBox: "0 0 24 24",
|
|
6793
6813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6794
|
-
children: /* @__PURE__ */ (0,
|
|
6814
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
6795
6815
|
"path",
|
|
6796
6816
|
{
|
|
6797
6817
|
clipRule: "evenodd",
|
|
@@ -6804,14 +6824,14 @@ var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
|
6804
6824
|
);
|
|
6805
6825
|
|
|
6806
6826
|
// src/components/Icon/icons/VolumeXIcon.tsx
|
|
6807
|
-
var
|
|
6808
|
-
var VolumeXIcon = (props) => /* @__PURE__ */ (0,
|
|
6827
|
+
var import_jsx_runtime189 = require("react/jsx-runtime");
|
|
6828
|
+
var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
6809
6829
|
"svg",
|
|
6810
6830
|
{
|
|
6811
6831
|
...props,
|
|
6812
6832
|
viewBox: "0 0 24 24",
|
|
6813
6833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6814
|
-
children: /* @__PURE__ */ (0,
|
|
6834
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
6815
6835
|
"path",
|
|
6816
6836
|
{
|
|
6817
6837
|
clipRule: "evenodd",
|
|
@@ -6824,14 +6844,14 @@ var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
|
6824
6844
|
);
|
|
6825
6845
|
|
|
6826
6846
|
// src/components/Icon/icons/WandIcon.tsx
|
|
6827
|
-
var
|
|
6828
|
-
var WandIcon = (props) => /* @__PURE__ */ (0,
|
|
6847
|
+
var import_jsx_runtime190 = require("react/jsx-runtime");
|
|
6848
|
+
var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
6829
6849
|
"svg",
|
|
6830
6850
|
{
|
|
6831
6851
|
...props,
|
|
6832
6852
|
viewBox: "0 0 24 24",
|
|
6833
6853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6834
|
-
children: /* @__PURE__ */ (0,
|
|
6854
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
6835
6855
|
"path",
|
|
6836
6856
|
{
|
|
6837
6857
|
clipRule: "evenodd",
|
|
@@ -6844,14 +6864,14 @@ var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
|
6844
6864
|
);
|
|
6845
6865
|
|
|
6846
6866
|
// src/components/Icon/icons/WaveformIcon.tsx
|
|
6847
|
-
var
|
|
6848
|
-
var WaveformIcon = (props) => /* @__PURE__ */ (0,
|
|
6867
|
+
var import_jsx_runtime191 = require("react/jsx-runtime");
|
|
6868
|
+
var WaveformIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
6849
6869
|
"svg",
|
|
6850
6870
|
{
|
|
6851
6871
|
...props,
|
|
6852
6872
|
viewBox: "0 0 24 24",
|
|
6853
6873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6854
|
-
children: /* @__PURE__ */ (0,
|
|
6874
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
6855
6875
|
"path",
|
|
6856
6876
|
{
|
|
6857
6877
|
clipRule: "evenodd",
|
|
@@ -6864,14 +6884,14 @@ var WaveformIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
|
6864
6884
|
);
|
|
6865
6885
|
|
|
6866
6886
|
// src/components/Icon/icons/ZoomInIcon.tsx
|
|
6867
|
-
var
|
|
6868
|
-
var ZoomInIcon = (props) => /* @__PURE__ */ (0,
|
|
6887
|
+
var import_jsx_runtime192 = require("react/jsx-runtime");
|
|
6888
|
+
var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
6869
6889
|
"svg",
|
|
6870
6890
|
{
|
|
6871
6891
|
...props,
|
|
6872
6892
|
viewBox: "0 0 24 24",
|
|
6873
6893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6874
|
-
children: /* @__PURE__ */ (0,
|
|
6894
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
6875
6895
|
"path",
|
|
6876
6896
|
{
|
|
6877
6897
|
clipRule: "evenodd",
|
|
@@ -6884,14 +6904,14 @@ var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
|
6884
6904
|
);
|
|
6885
6905
|
|
|
6886
6906
|
// src/components/Icon/icons/ZoomOutIcon.tsx
|
|
6887
|
-
var
|
|
6888
|
-
var ZoomOutIcon = (props) => /* @__PURE__ */ (0,
|
|
6907
|
+
var import_jsx_runtime193 = require("react/jsx-runtime");
|
|
6908
|
+
var ZoomOutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6889
6909
|
"svg",
|
|
6890
6910
|
{
|
|
6891
6911
|
...props,
|
|
6892
6912
|
viewBox: "0 0 24 24",
|
|
6893
6913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6894
|
-
children: /* @__PURE__ */ (0,
|
|
6914
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
6895
6915
|
"path",
|
|
6896
6916
|
{
|
|
6897
6917
|
clipRule: "evenodd",
|
|
@@ -6993,6 +7013,7 @@ var iconMap = {
|
|
|
6993
7013
|
info: InfoIcon,
|
|
6994
7014
|
integrations: IntegrationsIcon,
|
|
6995
7015
|
leave: LeaveIcon,
|
|
7016
|
+
"light-bulb": LightBulbIcon,
|
|
6996
7017
|
link: LinkIcon,
|
|
6997
7018
|
list: ListIcon,
|
|
6998
7019
|
live: LiveIcon,
|
|
@@ -7111,7 +7132,7 @@ var useResponsiveProp = (values) => {
|
|
|
7111
7132
|
};
|
|
7112
7133
|
|
|
7113
7134
|
// src/components/Icon/Icon.tsx
|
|
7114
|
-
var
|
|
7135
|
+
var import_jsx_runtime194 = require("react/jsx-runtime");
|
|
7115
7136
|
var iconSizeMap = {
|
|
7116
7137
|
sm: "12",
|
|
7117
7138
|
md: "16",
|
|
@@ -7148,7 +7169,7 @@ var Icon = ({
|
|
|
7148
7169
|
...style
|
|
7149
7170
|
};
|
|
7150
7171
|
const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
|
|
7151
|
-
return /* @__PURE__ */ (0,
|
|
7172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
7152
7173
|
StyledIcon,
|
|
7153
7174
|
{
|
|
7154
7175
|
$colorScheme: colorScheme,
|
|
@@ -7172,7 +7193,7 @@ var import_react22 = require("react");
|
|
|
7172
7193
|
var import_styled_components20 = __toESM(require("styled-components"));
|
|
7173
7194
|
var import_react_router_dom = require("react-router-dom");
|
|
7174
7195
|
var import_type_guards14 = require("@wistia/type-guards");
|
|
7175
|
-
var
|
|
7196
|
+
var import_jsx_runtime195 = require("react/jsx-runtime");
|
|
7176
7197
|
var generateHref = (href, type, disabled) => {
|
|
7177
7198
|
if (disabled || (0, import_type_guards14.isNil)(href)) {
|
|
7178
7199
|
return void 0;
|
|
@@ -7259,7 +7280,7 @@ var Link = (0, import_react22.forwardRef)(
|
|
|
7259
7280
|
"aria-disabled": ariaDisabled ?? (disabled ? "true" : void 0)
|
|
7260
7281
|
};
|
|
7261
7282
|
if (isButton(props)) {
|
|
7262
|
-
return /* @__PURE__ */ (0,
|
|
7283
|
+
return /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
7263
7284
|
StyledLink,
|
|
7264
7285
|
{
|
|
7265
7286
|
ref,
|
|
@@ -7289,7 +7310,7 @@ var Link = (0, import_react22.forwardRef)(
|
|
|
7289
7310
|
...externalLinkProps,
|
|
7290
7311
|
...routerSpecificProps
|
|
7291
7312
|
};
|
|
7292
|
-
return /* @__PURE__ */ (0,
|
|
7313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)(
|
|
7293
7314
|
StyledLink,
|
|
7294
7315
|
{
|
|
7295
7316
|
...combinedProps,
|
|
@@ -7308,7 +7329,7 @@ var Link = (0, import_react22.forwardRef)(
|
|
|
7308
7329
|
Link.displayName = "Link";
|
|
7309
7330
|
|
|
7310
7331
|
// src/components/Button/Button.tsx
|
|
7311
|
-
var
|
|
7332
|
+
var import_jsx_runtime196 = require("react/jsx-runtime");
|
|
7312
7333
|
var isLink2 = (props) => (0, import_type_guards15.isNotUndefined)(props.href);
|
|
7313
7334
|
var StyledButton = import_styled_components21.default.button`
|
|
7314
7335
|
${buttonResetCss}
|
|
@@ -7345,9 +7366,9 @@ var ButtonContent = ({
|
|
|
7345
7366
|
children,
|
|
7346
7367
|
fullWidth = false
|
|
7347
7368
|
}) => {
|
|
7348
|
-
return /* @__PURE__ */ (0,
|
|
7349
|
-
isLoading ? /* @__PURE__ */ (0,
|
|
7350
|
-
/* @__PURE__ */ (0,
|
|
7369
|
+
return /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)(import_jsx_runtime196.Fragment, { children: [
|
|
7370
|
+
isLoading ? /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(StyledButtonLoading, { children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(Icon, { type: "spinner" }) }) : null,
|
|
7371
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsxs)(
|
|
7351
7372
|
StyledButtonContent,
|
|
7352
7373
|
{
|
|
7353
7374
|
$hasLeftIcon: (0, import_type_guards15.isNotNil)(leftIcon),
|
|
@@ -7355,7 +7376,7 @@ var ButtonContent = ({
|
|
|
7355
7376
|
$isLoading: isLoading,
|
|
7356
7377
|
children: [
|
|
7357
7378
|
leftIcon ?? null,
|
|
7358
|
-
/* @__PURE__ */ (0,
|
|
7379
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(StyledButtonContentLabel, { $fullWidth: fullWidth, children }),
|
|
7359
7380
|
rightIcon ?? null
|
|
7360
7381
|
]
|
|
7361
7382
|
}
|
|
@@ -7395,7 +7416,7 @@ var Button = (0, import_react23.forwardRef)(
|
|
|
7395
7416
|
commonProps.className = `${className ?? ""} force-state-${forceState}`;
|
|
7396
7417
|
}
|
|
7397
7418
|
if (isLink2(props)) {
|
|
7398
|
-
return /* @__PURE__ */ (0,
|
|
7419
|
+
return /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7399
7420
|
StyledButton,
|
|
7400
7421
|
{
|
|
7401
7422
|
ref,
|
|
@@ -7403,7 +7424,7 @@ var Button = (0, import_react23.forwardRef)(
|
|
|
7403
7424
|
disabled: isAriaDisabled(),
|
|
7404
7425
|
...props,
|
|
7405
7426
|
...commonProps,
|
|
7406
|
-
children: unstyled ? children : /* @__PURE__ */ (0,
|
|
7427
|
+
children: unstyled ? children : /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7407
7428
|
ButtonContent,
|
|
7408
7429
|
{
|
|
7409
7430
|
fullWidth: responsiveFullWidth,
|
|
@@ -7425,7 +7446,7 @@ var Button = (0, import_react23.forwardRef)(
|
|
|
7425
7446
|
onClick(event);
|
|
7426
7447
|
}
|
|
7427
7448
|
};
|
|
7428
|
-
return /* @__PURE__ */ (0,
|
|
7449
|
+
return /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7429
7450
|
StyledButton,
|
|
7430
7451
|
{
|
|
7431
7452
|
ref,
|
|
@@ -7433,7 +7454,7 @@ var Button = (0, import_react23.forwardRef)(
|
|
|
7433
7454
|
type: "button",
|
|
7434
7455
|
...props,
|
|
7435
7456
|
...commonProps,
|
|
7436
|
-
children: unstyled ? children : /* @__PURE__ */ (0,
|
|
7457
|
+
children: unstyled ? children : /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
7437
7458
|
ButtonContent,
|
|
7438
7459
|
{
|
|
7439
7460
|
fullWidth: responsiveFullWidth,
|
|
@@ -7450,7 +7471,7 @@ var Button = (0, import_react23.forwardRef)(
|
|
|
7450
7471
|
Button.displayName = "Button";
|
|
7451
7472
|
|
|
7452
7473
|
// src/components/ActionButton/ActionButton.tsx
|
|
7453
|
-
var
|
|
7474
|
+
var import_jsx_runtime197 = require("react/jsx-runtime");
|
|
7454
7475
|
var StyledActionButton = (0, import_styled_components22.default)(Button)`
|
|
7455
7476
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7456
7477
|
display: grid;
|
|
@@ -7563,7 +7584,7 @@ var ActionButton = (0, import_react24.forwardRef)(
|
|
|
7563
7584
|
"menu-up": "caret-up",
|
|
7564
7585
|
"menu-down": "caret-down"
|
|
7565
7586
|
};
|
|
7566
|
-
return /* @__PURE__ */ (0,
|
|
7587
|
+
return /* @__PURE__ */ (0, import_jsx_runtime197.jsxs)(
|
|
7567
7588
|
StyledActionButton,
|
|
7568
7589
|
{
|
|
7569
7590
|
...props,
|
|
@@ -7573,15 +7594,15 @@ var ActionButton = (0, import_react24.forwardRef)(
|
|
|
7573
7594
|
disabled,
|
|
7574
7595
|
unstyled: true,
|
|
7575
7596
|
children: [
|
|
7576
|
-
/* @__PURE__ */ (0,
|
|
7577
|
-
/* @__PURE__ */ (0,
|
|
7597
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(StyledMainIcon, { children: icon }),
|
|
7598
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(StyledSecondaryIcon, { $hideUntilHover: variant === "default", children: /* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
7578
7599
|
Icon,
|
|
7579
7600
|
{
|
|
7580
7601
|
colorScheme: variant === "gated" ? "purple" : "inherit",
|
|
7581
7602
|
type: secondaryIconMap[variant]
|
|
7582
7603
|
}
|
|
7583
7604
|
) }),
|
|
7584
|
-
/* @__PURE__ */ (0,
|
|
7605
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(StyledLabel, { $disabled: disabled, children })
|
|
7585
7606
|
]
|
|
7586
7607
|
}
|
|
7587
7608
|
);
|
|
@@ -7611,7 +7632,7 @@ var formatNameForDisplay = (name) => {
|
|
|
7611
7632
|
// src/components/Image/Image.tsx
|
|
7612
7633
|
var import_styled_components23 = __toESM(require("styled-components"));
|
|
7613
7634
|
var import_type_guards17 = require("@wistia/type-guards");
|
|
7614
|
-
var
|
|
7635
|
+
var import_jsx_runtime198 = require("react/jsx-runtime");
|
|
7615
7636
|
var getFillStyle = (fillContainer) => {
|
|
7616
7637
|
if (fillContainer === "horizontal") {
|
|
7617
7638
|
return "width: 100%;";
|
|
@@ -7644,7 +7665,7 @@ var Image = ({
|
|
|
7644
7665
|
onLoad,
|
|
7645
7666
|
onError,
|
|
7646
7667
|
...props
|
|
7647
|
-
}) => /* @__PURE__ */ (0,
|
|
7668
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
7648
7669
|
StyledImage,
|
|
7649
7670
|
{
|
|
7650
7671
|
$borderRadius: borderRadius,
|
|
@@ -7663,7 +7684,7 @@ Image.displayName = "Image";
|
|
|
7663
7684
|
|
|
7664
7685
|
// src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
|
|
7665
7686
|
var import_styled_components24 = __toESM(require("styled-components"));
|
|
7666
|
-
var
|
|
7687
|
+
var import_jsx_runtime199 = require("react/jsx-runtime");
|
|
7667
7688
|
var defaultColorSchemeOptions = ["default", "inherit"];
|
|
7668
7689
|
var semanticColorSchemeOptions = ["error", "info", "success", "warning"];
|
|
7669
7690
|
var brandColorSchemeOptions = [
|
|
@@ -7693,7 +7714,7 @@ var ColorSchemeWrapper = ({
|
|
|
7693
7714
|
colorScheme = "inherit",
|
|
7694
7715
|
children,
|
|
7695
7716
|
...props
|
|
7696
|
-
}) => /* @__PURE__ */ (0,
|
|
7717
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
7697
7718
|
StyledColorSchemeWrapper,
|
|
7698
7719
|
{
|
|
7699
7720
|
$colorScheme: colorScheme,
|
|
@@ -7705,13 +7726,13 @@ var ColorSchemeWrapper = ({
|
|
|
7705
7726
|
ColorSchemeWrapper.displayName = "ColorSchemeWrapper";
|
|
7706
7727
|
|
|
7707
7728
|
// src/components/Avatar/Avatar.tsx
|
|
7708
|
-
var
|
|
7729
|
+
var import_jsx_runtime200 = require("react/jsx-runtime");
|
|
7709
7730
|
var avatarSizeMap = {
|
|
7710
7731
|
sm: 16,
|
|
7711
7732
|
md: 24,
|
|
7712
7733
|
lg: 32
|
|
7713
7734
|
};
|
|
7714
|
-
var Initial = ({ initial }) => /* @__PURE__ */ (0,
|
|
7735
|
+
var Initial = ({ initial }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)(
|
|
7715
7736
|
"svg",
|
|
7716
7737
|
{
|
|
7717
7738
|
"data-wui-avatar-initial": true,
|
|
@@ -7719,14 +7740,14 @@ var Initial = ({ initial }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsxs)(
|
|
|
7719
7740
|
viewBox: "0 0 24 24",
|
|
7720
7741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7721
7742
|
children: [
|
|
7722
|
-
/* @__PURE__ */ (0,
|
|
7743
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
7723
7744
|
"path",
|
|
7724
7745
|
{
|
|
7725
7746
|
d: "M0 13.5h24",
|
|
7726
7747
|
id: "P"
|
|
7727
7748
|
}
|
|
7728
7749
|
),
|
|
7729
|
-
/* @__PURE__ */ (0,
|
|
7750
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("text", { children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
7730
7751
|
"textPath",
|
|
7731
7752
|
{
|
|
7732
7753
|
dominantBaseline: "middle",
|
|
@@ -7816,15 +7837,15 @@ var Avatar = ({
|
|
|
7816
7837
|
};
|
|
7817
7838
|
const avatarSize = heightAndWidth ?? avatarSizeMap[size];
|
|
7818
7839
|
const avatarColor = (0, import_react25.useMemo)(() => chooseColorScheme(name), [name]);
|
|
7819
|
-
return /* @__PURE__ */ (0,
|
|
7840
|
+
return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)(
|
|
7820
7841
|
AvatarWrapper,
|
|
7821
7842
|
{
|
|
7822
7843
|
$colorScheme: avatarColor,
|
|
7823
7844
|
$heightAndWidth: avatarSize,
|
|
7824
7845
|
...props,
|
|
7825
7846
|
children: [
|
|
7826
|
-
/* @__PURE__ */ (0,
|
|
7827
|
-
(0, import_type_guards18.isNotNil)(imageUrl) && imageLoadState !== "error" && /* @__PURE__ */ (0,
|
|
7847
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)(Initial, { initial: formatNameForDisplay(name) }),
|
|
7848
|
+
(0, import_type_guards18.isNotNil)(imageUrl) && imageLoadState !== "error" && /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
7828
7849
|
Image,
|
|
7829
7850
|
{
|
|
7830
7851
|
alt: (0, import_type_guards18.isNotNil)(name) ? name : "",
|
|
@@ -7845,7 +7866,7 @@ Avatar.displayName = "Avatar";
|
|
|
7845
7866
|
var import_react26 = require("react");
|
|
7846
7867
|
var import_styled_components26 = __toESM(require("styled-components"));
|
|
7847
7868
|
var import_type_guards19 = require("@wistia/type-guards");
|
|
7848
|
-
var
|
|
7869
|
+
var import_jsx_runtime201 = require("react/jsx-runtime");
|
|
7849
7870
|
var StyledBadge = import_styled_components26.default.div`
|
|
7850
7871
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7851
7872
|
align-items: center;
|
|
@@ -7874,7 +7895,7 @@ var StyledBadge = import_styled_components26.default.div`
|
|
|
7874
7895
|
var Badge = (0, import_react26.forwardRef)(
|
|
7875
7896
|
({ colorScheme = "inherit", label, icon, variant = "default", ...props }, ref) => {
|
|
7876
7897
|
const hasIcon = (0, import_type_guards19.isNotNil)(icon);
|
|
7877
|
-
return /* @__PURE__ */ (0,
|
|
7898
|
+
return /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)(
|
|
7878
7899
|
StyledBadge,
|
|
7879
7900
|
{
|
|
7880
7901
|
ref,
|
|
@@ -7884,7 +7905,7 @@ var Badge = (0, import_react26.forwardRef)(
|
|
|
7884
7905
|
$variant: variant,
|
|
7885
7906
|
children: [
|
|
7886
7907
|
hasIcon ? icon : null,
|
|
7887
|
-
/* @__PURE__ */ (0,
|
|
7908
|
+
/* @__PURE__ */ (0, import_jsx_runtime201.jsx)("span", { children: label })
|
|
7888
7909
|
]
|
|
7889
7910
|
}
|
|
7890
7911
|
);
|
|
@@ -7908,7 +7929,7 @@ var makePolymorphic = (component) => {
|
|
|
7908
7929
|
};
|
|
7909
7930
|
|
|
7910
7931
|
// src/components/Box/Box.tsx
|
|
7911
|
-
var
|
|
7932
|
+
var import_jsx_runtime202 = require("react/jsx-runtime");
|
|
7912
7933
|
var getGapStyle = (gap) => {
|
|
7913
7934
|
if ((0, import_type_guards20.isNotNil)(gap)) {
|
|
7914
7935
|
if ((0, import_type_guards20.isRecord)(gap)) {
|
|
@@ -8054,7 +8075,7 @@ var BoxComponent = (0, import_react27.forwardRef)(
|
|
|
8054
8075
|
);
|
|
8055
8076
|
}
|
|
8056
8077
|
}
|
|
8057
|
-
return /* @__PURE__ */ (0,
|
|
8078
|
+
return /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
8058
8079
|
StyledBoxComponent,
|
|
8059
8080
|
{
|
|
8060
8081
|
ref,
|
|
@@ -8089,7 +8110,7 @@ var Box = makePolymorphic(BoxComponent);
|
|
|
8089
8110
|
var import_react28 = require("react");
|
|
8090
8111
|
var import_styled_components28 = __toESM(require("styled-components"));
|
|
8091
8112
|
var import_type_guards21 = require("@wistia/type-guards");
|
|
8092
|
-
var
|
|
8113
|
+
var import_jsx_runtime203 = require("react/jsx-runtime");
|
|
8093
8114
|
var heroStyle = import_styled_components28.css`
|
|
8094
8115
|
--font-family: var(--wui-typography-heading-hero-family);
|
|
8095
8116
|
--font-size: var(--wui-typography-heading-hero-size);
|
|
@@ -8193,7 +8214,7 @@ var HeadingComponent = (0, import_react28.forwardRef)(
|
|
|
8193
8214
|
variant = "heading1",
|
|
8194
8215
|
renderAs,
|
|
8195
8216
|
...props
|
|
8196
|
-
}, ref) => /* @__PURE__ */ (0,
|
|
8217
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
8197
8218
|
StyledHeading,
|
|
8198
8219
|
{
|
|
8199
8220
|
ref,
|
|
@@ -8216,7 +8237,7 @@ var Heading = makePolymorphic(HeadingComponent);
|
|
|
8216
8237
|
var import_react29 = require("react");
|
|
8217
8238
|
var import_styled_components29 = __toESM(require("styled-components"));
|
|
8218
8239
|
var import_type_guards22 = require("@wistia/type-guards");
|
|
8219
|
-
var
|
|
8240
|
+
var import_jsx_runtime204 = require("react/jsx-runtime");
|
|
8220
8241
|
var bodyBoldStyles = import_styled_components29.css`
|
|
8221
8242
|
> strong,
|
|
8222
8243
|
b {
|
|
@@ -8401,7 +8422,7 @@ var TextComponent = (0, import_react29.forwardRef)(
|
|
|
8401
8422
|
renderAs,
|
|
8402
8423
|
...props
|
|
8403
8424
|
}, ref) => {
|
|
8404
|
-
return /* @__PURE__ */ (0,
|
|
8425
|
+
return /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
|
|
8405
8426
|
StyledText,
|
|
8406
8427
|
{
|
|
8407
8428
|
ref,
|
|
@@ -8425,7 +8446,7 @@ var Text = makePolymorphic(TextComponent);
|
|
|
8425
8446
|
// src/components/ButtonGroup/ButtonGroup.tsx
|
|
8426
8447
|
var import_styled_components30 = __toESM(require("styled-components"));
|
|
8427
8448
|
var import_type_guards23 = require("@wistia/type-guards");
|
|
8428
|
-
var
|
|
8449
|
+
var import_jsx_runtime205 = require("react/jsx-runtime");
|
|
8429
8450
|
var getAlignment = (align) => {
|
|
8430
8451
|
if (align === "center") {
|
|
8431
8452
|
return "center";
|
|
@@ -8487,7 +8508,7 @@ var ButtonGroup = ({
|
|
|
8487
8508
|
if ((0, import_type_guards23.isNil)(children)) {
|
|
8488
8509
|
return null;
|
|
8489
8510
|
}
|
|
8490
|
-
return /* @__PURE__ */ (0,
|
|
8511
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
8491
8512
|
ButtonGroupComponent,
|
|
8492
8513
|
{
|
|
8493
8514
|
$align: align,
|
|
@@ -8504,7 +8525,7 @@ ButtonGroup.displayName = "ButtonGroup";
|
|
|
8504
8525
|
// src/components/IconButton/IconButton.tsx
|
|
8505
8526
|
var import_react30 = require("react");
|
|
8506
8527
|
var import_styled_components31 = __toESM(require("styled-components"));
|
|
8507
|
-
var
|
|
8528
|
+
var import_jsx_runtime206 = require("react/jsx-runtime");
|
|
8508
8529
|
var StyledButton2 = (0, import_styled_components31.default)(Button)`
|
|
8509
8530
|
--icon-button-size-sm: 24px;
|
|
8510
8531
|
--icon-button-size-md: 32px;
|
|
@@ -8522,7 +8543,7 @@ var StyledButton2 = (0, import_styled_components31.default)(Button)`
|
|
|
8522
8543
|
var IconButton = (0, import_react30.forwardRef)(
|
|
8523
8544
|
({ children, label, size = "md", ...props }, ref) => {
|
|
8524
8545
|
const responsiveSize = useResponsiveProp(size);
|
|
8525
|
-
return /* @__PURE__ */ (0,
|
|
8546
|
+
return /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
8526
8547
|
StyledButton2,
|
|
8527
8548
|
{
|
|
8528
8549
|
...props,
|
|
@@ -8540,7 +8561,7 @@ var IconButton = (0, import_react30.forwardRef)(
|
|
|
8540
8561
|
IconButton.displayName = "IconButton";
|
|
8541
8562
|
|
|
8542
8563
|
// src/components/Banner/Banner.tsx
|
|
8543
|
-
var
|
|
8564
|
+
var import_jsx_runtime207 = require("react/jsx-runtime");
|
|
8544
8565
|
var BREAKPOINT_WIDTH = 600;
|
|
8545
8566
|
var VERTICAL_BREAKPOINT_WIDTH = 284;
|
|
8546
8567
|
var MIN_IMAGE_WIDTH = 400;
|
|
@@ -8631,7 +8652,7 @@ var Banner = ({
|
|
|
8631
8652
|
const textVariant = prominence === "default" || isSmallContainer ? "body3" : "body2";
|
|
8632
8653
|
const buttonSize = isSmallContainer ? "sm" : "md";
|
|
8633
8654
|
const hasActions = (0, import_type_guards24.isNotNil)(primaryAction) || (0, import_type_guards24.isNotNil)(secondaryAction);
|
|
8634
|
-
return /* @__PURE__ */ (0,
|
|
8655
|
+
return /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(
|
|
8635
8656
|
StyledBanner,
|
|
8636
8657
|
{
|
|
8637
8658
|
...props,
|
|
@@ -8643,7 +8664,7 @@ var Banner = ({
|
|
|
8643
8664
|
"data-wui-banner-orientation": isVerticalLayout ? "vertical" : "horizontal",
|
|
8644
8665
|
children: [
|
|
8645
8666
|
shouldShowImage ? image : null,
|
|
8646
|
-
/* @__PURE__ */ (0,
|
|
8667
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(
|
|
8647
8668
|
Box,
|
|
8648
8669
|
{
|
|
8649
8670
|
ref: contentRef,
|
|
@@ -8653,7 +8674,7 @@ var Banner = ({
|
|
|
8653
8674
|
gap: "space-04",
|
|
8654
8675
|
style: { padding: "var(--wui-banner-padding)" },
|
|
8655
8676
|
children: [
|
|
8656
|
-
iconPosition === "above" && /* @__PURE__ */ (0,
|
|
8677
|
+
iconPosition === "above" && /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
8657
8678
|
IconWrapper,
|
|
8658
8679
|
{
|
|
8659
8680
|
$iconPosition: "above",
|
|
@@ -8663,7 +8684,7 @@ var Banner = ({
|
|
|
8663
8684
|
children: icon
|
|
8664
8685
|
}
|
|
8665
8686
|
),
|
|
8666
|
-
/* @__PURE__ */ (0,
|
|
8687
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(
|
|
8667
8688
|
Box,
|
|
8668
8689
|
{
|
|
8669
8690
|
direction: "column",
|
|
@@ -8671,15 +8692,15 @@ var Banner = ({
|
|
|
8671
8692
|
gap: iconPosition === "inline" ? "space-01" : "space-00",
|
|
8672
8693
|
justifyContent: "center",
|
|
8673
8694
|
children: [
|
|
8674
|
-
(0, import_type_guards24.isNotNil)(headingText) ? /* @__PURE__ */ (0,
|
|
8675
|
-
iconPosition === "inline" && /* @__PURE__ */ (0,
|
|
8695
|
+
(0, import_type_guards24.isNotNil)(headingText) ? /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(Heading, { variant: headingVariant, children: [
|
|
8696
|
+
iconPosition === "inline" && /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(IconWrapper, { $iconPosition: "inline", children: icon }),
|
|
8676
8697
|
headingText
|
|
8677
8698
|
] }) : null,
|
|
8678
|
-
/* @__PURE__ */ (0,
|
|
8699
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Text, { variant: textVariant, children: bodyText })
|
|
8679
8700
|
]
|
|
8680
8701
|
}
|
|
8681
8702
|
),
|
|
8682
|
-
hasActions ? /* @__PURE__ */ (0,
|
|
8703
|
+
hasActions ? /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(
|
|
8683
8704
|
ButtonGroup,
|
|
8684
8705
|
{
|
|
8685
8706
|
buttonSize,
|
|
@@ -8694,7 +8715,7 @@ var Banner = ({
|
|
|
8694
8715
|
]
|
|
8695
8716
|
}
|
|
8696
8717
|
),
|
|
8697
|
-
(0, import_type_guards24.isNotNil)(onClose) && /* @__PURE__ */ (0,
|
|
8718
|
+
(0, import_type_guards24.isNotNil)(onClose) && /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
8698
8719
|
IconButton,
|
|
8699
8720
|
{
|
|
8700
8721
|
label: "Close",
|
|
@@ -8706,7 +8727,7 @@ var Banner = ({
|
|
|
8706
8727
|
right: "var(--wui-space-01)"
|
|
8707
8728
|
},
|
|
8708
8729
|
variant: "soft",
|
|
8709
|
-
children: /* @__PURE__ */ (0,
|
|
8730
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Icon, { type: "close" })
|
|
8710
8731
|
}
|
|
8711
8732
|
)
|
|
8712
8733
|
]
|
|
@@ -8718,7 +8739,7 @@ Banner.displayName = "Banner";
|
|
|
8718
8739
|
// src/components/Breadcrumbs/Breadcrumbs.tsx
|
|
8719
8740
|
var import_react32 = require("react");
|
|
8720
8741
|
var import_styled_components33 = __toESM(require("styled-components"));
|
|
8721
|
-
var
|
|
8742
|
+
var import_jsx_runtime208 = require("react/jsx-runtime");
|
|
8722
8743
|
var StyledBreadcrumbs = import_styled_components33.default.nav`
|
|
8723
8744
|
display: flex;
|
|
8724
8745
|
align-items: center;
|
|
@@ -8737,8 +8758,8 @@ var Breadcrumbs = ({ children, ...props }) => {
|
|
|
8737
8758
|
crumbs = crumbs.slice(-1);
|
|
8738
8759
|
}
|
|
8739
8760
|
const crumbMaxWidth = Math.floor(100 / crumbs.length) - BUFFER_WIDTH;
|
|
8740
|
-
return /* @__PURE__ */ (0,
|
|
8741
|
-
/* @__PURE__ */ (0,
|
|
8761
|
+
return /* @__PURE__ */ (0, import_jsx_runtime208.jsxs)(import_jsx_runtime208.Fragment, { children: [
|
|
8762
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)("style", { type: "text/css", children: `
|
|
8742
8763
|
[data-wui-breadcrumbs] {
|
|
8743
8764
|
container-type: inline-size;
|
|
8744
8765
|
container-name: breadcrumbs;
|
|
@@ -8750,7 +8771,7 @@ var Breadcrumbs = ({ children, ...props }) => {
|
|
|
8750
8771
|
}
|
|
8751
8772
|
}
|
|
8752
8773
|
` }),
|
|
8753
|
-
/* @__PURE__ */ (0,
|
|
8774
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
8754
8775
|
StyledBreadcrumbs,
|
|
8755
8776
|
{
|
|
8756
8777
|
"aria-label": "Breadcrumbs",
|
|
@@ -8765,7 +8786,7 @@ Breadcrumbs.displayName = "Breadcrumbs";
|
|
|
8765
8786
|
|
|
8766
8787
|
// src/components/Breadcrumbs/Breadcrumb.tsx
|
|
8767
8788
|
var import_styled_components34 = __toESM(require("styled-components"));
|
|
8768
|
-
var
|
|
8789
|
+
var import_jsx_runtime209 = require("react/jsx-runtime");
|
|
8769
8790
|
var BreadcrumbContent = import_styled_components34.default.span`
|
|
8770
8791
|
overflow: hidden;
|
|
8771
8792
|
white-space: nowrap;
|
|
@@ -8775,18 +8796,18 @@ var BreadcrumbContent = import_styled_components34.default.span`
|
|
|
8775
8796
|
flex: 0;
|
|
8776
8797
|
`;
|
|
8777
8798
|
var Breadcrumb = ({ icon, href, children, ...props }) => {
|
|
8778
|
-
return /* @__PURE__ */ (0,
|
|
8779
|
-
/* @__PURE__ */ (0,
|
|
8799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime209.jsxs)(import_jsx_runtime209.Fragment, { children: [
|
|
8800
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
8780
8801
|
Button,
|
|
8781
8802
|
{
|
|
8782
8803
|
...props,
|
|
8783
8804
|
href,
|
|
8784
8805
|
leftIcon: icon,
|
|
8785
8806
|
variant: "ghost",
|
|
8786
|
-
children: /* @__PURE__ */ (0,
|
|
8807
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(BreadcrumbContent, { "data-wui-breadcrumb": true, children })
|
|
8787
8808
|
}
|
|
8788
8809
|
),
|
|
8789
|
-
/* @__PURE__ */ (0,
|
|
8810
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("div", { "data-wui-breadcrumb-divider": true, children: /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
8790
8811
|
Icon,
|
|
8791
8812
|
{
|
|
8792
8813
|
size: "sm",
|
|
@@ -8799,7 +8820,7 @@ var Breadcrumb = ({ icon, href, children, ...props }) => {
|
|
|
8799
8820
|
|
|
8800
8821
|
// src/components/Card/Card.tsx
|
|
8801
8822
|
var import_styled_components35 = __toESM(require("styled-components"));
|
|
8802
|
-
var
|
|
8823
|
+
var import_jsx_runtime210 = require("react/jsx-runtime");
|
|
8803
8824
|
var StyledCard = (0, import_styled_components35.default)(Box)`
|
|
8804
8825
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
8805
8826
|
box-sizing: border-box;
|
|
@@ -8838,7 +8859,7 @@ var Card = ({
|
|
|
8838
8859
|
prominence = "secondary",
|
|
8839
8860
|
width,
|
|
8840
8861
|
...props
|
|
8841
|
-
}) => /* @__PURE__ */ (0,
|
|
8862
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
8842
8863
|
StyledCard,
|
|
8843
8864
|
{
|
|
8844
8865
|
$backgroundColor: prominenceMap[prominence].backgroundColor,
|
|
@@ -8859,7 +8880,7 @@ Card.displayName = "Card";
|
|
|
8859
8880
|
// src/components/Center/Center.tsx
|
|
8860
8881
|
var import_react33 = require("react");
|
|
8861
8882
|
var import_styled_components36 = __toESM(require("styled-components"));
|
|
8862
|
-
var
|
|
8883
|
+
var import_jsx_runtime211 = require("react/jsx-runtime");
|
|
8863
8884
|
var StyledCenter = import_styled_components36.default.div`
|
|
8864
8885
|
box-sizing: border-box;
|
|
8865
8886
|
margin-left: auto;
|
|
@@ -8873,7 +8894,7 @@ var StyledCenter = import_styled_components36.default.div`
|
|
|
8873
8894
|
`}
|
|
8874
8895
|
`;
|
|
8875
8896
|
var Center = (0, import_react33.forwardRef)(
|
|
8876
|
-
({ maxWidth = "100%", gutterWidth = "space-00", intrinsic = false, children, ...props }, ref) => /* @__PURE__ */ (0,
|
|
8897
|
+
({ maxWidth = "100%", gutterWidth = "space-00", intrinsic = false, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
8877
8898
|
StyledCenter,
|
|
8878
8899
|
{
|
|
8879
8900
|
ref,
|
|
@@ -8899,7 +8920,7 @@ var import_type_guards27 = require("@wistia/type-guards");
|
|
|
8899
8920
|
// src/private/components/FormControlLabel/FormControlLabelDescription.tsx
|
|
8900
8921
|
var import_styled_components37 = __toESM(require("styled-components"));
|
|
8901
8922
|
var import_type_guards25 = require("@wistia/type-guards");
|
|
8902
|
-
var
|
|
8923
|
+
var import_jsx_runtime212 = require("react/jsx-runtime");
|
|
8903
8924
|
var disabledStyle = import_styled_components37.css`
|
|
8904
8925
|
color: var(--wui-color-text-disabled);
|
|
8905
8926
|
`;
|
|
@@ -8921,7 +8942,7 @@ var FormControlLabelDescription = ({
|
|
|
8921
8942
|
if ((0, import_type_guards25.isNil)(children)) {
|
|
8922
8943
|
return null;
|
|
8923
8944
|
}
|
|
8924
|
-
return /* @__PURE__ */ (0,
|
|
8945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
8925
8946
|
StyledFormControlLabelDescription,
|
|
8926
8947
|
{
|
|
8927
8948
|
...props,
|
|
@@ -8935,7 +8956,7 @@ FormControlLabelDescription.displayName = "FormControlLabelDescription";
|
|
|
8935
8956
|
// src/components/ScreenReaderOnly/ScreenReaderOnly.tsx
|
|
8936
8957
|
var import_styled_components38 = __toESM(require("styled-components"));
|
|
8937
8958
|
var import_type_guards26 = require("@wistia/type-guards");
|
|
8938
|
-
var
|
|
8959
|
+
var import_jsx_runtime213 = require("react/jsx-runtime");
|
|
8939
8960
|
var VisuallyHidden = import_styled_components38.default.div({ ...visuallyHiddenStyle });
|
|
8940
8961
|
var VisuallyHiddenButFocusable = import_styled_components38.default.div({
|
|
8941
8962
|
"&:not(:focus-within)": visuallyHiddenStyle
|
|
@@ -8948,14 +8969,14 @@ var ScreenReaderOnly = ({
|
|
|
8948
8969
|
}) => {
|
|
8949
8970
|
const accessibleText = (0, import_type_guards26.isNotNil)(text) ? text : children;
|
|
8950
8971
|
if (focusable) {
|
|
8951
|
-
return /* @__PURE__ */ (0,
|
|
8972
|
+
return /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(VisuallyHiddenButFocusable, { ...props, children: accessibleText });
|
|
8952
8973
|
}
|
|
8953
|
-
return /* @__PURE__ */ (0,
|
|
8974
|
+
return /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(VisuallyHidden, { ...props, children: accessibleText });
|
|
8954
8975
|
};
|
|
8955
8976
|
ScreenReaderOnly.displayName = "ScreenReaderOnly";
|
|
8956
8977
|
|
|
8957
8978
|
// src/private/components/FormControlLabel/FormControlLabel.tsx
|
|
8958
|
-
var
|
|
8979
|
+
var import_jsx_runtime214 = require("react/jsx-runtime");
|
|
8959
8980
|
var disabledStyle2 = import_styled_components39.css`
|
|
8960
8981
|
cursor: not-allowed;
|
|
8961
8982
|
color: var(--wui-color-text-disabled);
|
|
@@ -8991,12 +9012,12 @@ var FormControlLabel = ({
|
|
|
8991
9012
|
if ((0, import_type_guards27.isNil)(label)) {
|
|
8992
9013
|
return null;
|
|
8993
9014
|
}
|
|
8994
|
-
const labelContent = hideLabel ? /* @__PURE__ */ (0,
|
|
9015
|
+
const labelContent = hideLabel ? /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(ScreenReaderOnly, { children: label }) : /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)(StyledLabelWrapper, { children: [
|
|
8995
9016
|
label,
|
|
8996
|
-
/* @__PURE__ */ (0,
|
|
9017
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(FormControlLabelDescription, { children: description })
|
|
8997
9018
|
] });
|
|
8998
9019
|
const slot = (0, import_type_guards27.isNotNil)(controlSlot) ? controlSlot : null;
|
|
8999
|
-
return /* @__PURE__ */ (0,
|
|
9020
|
+
return /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)(
|
|
9000
9021
|
StyledFormControlLabel,
|
|
9001
9022
|
{
|
|
9002
9023
|
$align: align,
|
|
@@ -9023,7 +9044,7 @@ var import_react35 = require("react");
|
|
|
9023
9044
|
// src/components/Stack/Stack.tsx
|
|
9024
9045
|
var import_react34 = require("react");
|
|
9025
9046
|
var import_styled_components40 = __toESM(require("styled-components"));
|
|
9026
|
-
var
|
|
9047
|
+
var import_jsx_runtime215 = require("react/jsx-runtime");
|
|
9027
9048
|
var DEFAULT_ELEMENT4 = "div";
|
|
9028
9049
|
var StyledStack = import_styled_components40.default.div`
|
|
9029
9050
|
display: flex;
|
|
@@ -9036,7 +9057,7 @@ var StackComponent = (0, import_react34.forwardRef)(
|
|
|
9036
9057
|
const responsiveGap = useResponsiveProp(gap);
|
|
9037
9058
|
const responsiveDirection = useResponsiveProp(direction);
|
|
9038
9059
|
const responsiveAlignItems = useResponsiveProp(alignItems);
|
|
9039
|
-
return /* @__PURE__ */ (0,
|
|
9060
|
+
return /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
9040
9061
|
StyledStack,
|
|
9041
9062
|
{
|
|
9042
9063
|
ref,
|
|
@@ -9053,7 +9074,7 @@ StackComponent.displayName = "Stack";
|
|
|
9053
9074
|
var Stack = makePolymorphic(StackComponent);
|
|
9054
9075
|
|
|
9055
9076
|
// src/components/FormGroup/FormGroup.tsx
|
|
9056
|
-
var
|
|
9077
|
+
var import_jsx_runtime216 = require("react/jsx-runtime");
|
|
9057
9078
|
var StyledFieldset = import_styled_components41.default.fieldset`
|
|
9058
9079
|
border: 0;
|
|
9059
9080
|
`;
|
|
@@ -9062,14 +9083,14 @@ var StyledLegend = import_styled_components41.default.legend`
|
|
|
9062
9083
|
`;
|
|
9063
9084
|
var FormGroup = ({ children, label, ...props }) => {
|
|
9064
9085
|
const ref = (0, import_react35.useRef)(null);
|
|
9065
|
-
return /* @__PURE__ */ (0,
|
|
9086
|
+
return /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)(
|
|
9066
9087
|
Stack,
|
|
9067
9088
|
{
|
|
9068
9089
|
...props,
|
|
9069
9090
|
ref,
|
|
9070
9091
|
renderAs: StyledFieldset,
|
|
9071
9092
|
children: [
|
|
9072
|
-
/* @__PURE__ */ (0,
|
|
9093
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
9073
9094
|
Heading,
|
|
9074
9095
|
{
|
|
9075
9096
|
renderAs: StyledLegend,
|
|
@@ -9105,7 +9126,7 @@ var serializeFormData = (formData) => {
|
|
|
9105
9126
|
};
|
|
9106
9127
|
|
|
9107
9128
|
// src/components/Form/Form.tsx
|
|
9108
|
-
var
|
|
9129
|
+
var import_jsx_runtime217 = require("react/jsx-runtime");
|
|
9109
9130
|
var StyledForm = import_styled_components42.default.form`
|
|
9110
9131
|
--form-default-width: 690px;
|
|
9111
9132
|
|
|
@@ -9185,7 +9206,7 @@ var Form = (0, import_react36.forwardRef)(
|
|
|
9185
9206
|
}, [labelPosition, values, errors, id, hasSubmitted]);
|
|
9186
9207
|
return (
|
|
9187
9208
|
// @ts-expect-error - generic context providers are a giant pain
|
|
9188
|
-
/* @__PURE__ */ (0,
|
|
9209
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(FormContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
9189
9210
|
Stack,
|
|
9190
9211
|
{
|
|
9191
9212
|
...props,
|
|
@@ -9206,7 +9227,7 @@ var Form = (0, import_react36.forwardRef)(
|
|
|
9206
9227
|
);
|
|
9207
9228
|
|
|
9208
9229
|
// src/components/FormGroup/CheckboxGroup.tsx
|
|
9209
|
-
var
|
|
9230
|
+
var import_jsx_runtime218 = require("react/jsx-runtime");
|
|
9210
9231
|
var CheckboxGroupContext = (0, import_react37.createContext)(null);
|
|
9211
9232
|
var useCheckboxGroup = () => {
|
|
9212
9233
|
return (0, import_react37.useContext)(CheckboxGroupContext);
|
|
@@ -9227,13 +9248,13 @@ var CheckboxGroup = ({
|
|
|
9227
9248
|
value: derivedValue
|
|
9228
9249
|
};
|
|
9229
9250
|
}, [name, derivedValue, onChange]);
|
|
9230
|
-
return /* @__PURE__ */ (0,
|
|
9251
|
+
return /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(CheckboxGroupContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(FormGroup, { ...props, children }) });
|
|
9231
9252
|
};
|
|
9232
9253
|
CheckboxGroup.displayName = "CheckboxGroup";
|
|
9233
9254
|
|
|
9234
9255
|
// src/components/Checkbox/Checkbox.tsx
|
|
9235
|
-
var
|
|
9236
|
-
var CheckIcon = () => /* @__PURE__ */ (0,
|
|
9256
|
+
var import_jsx_runtime219 = require("react/jsx-runtime");
|
|
9257
|
+
var CheckIcon = () => /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
9237
9258
|
"svg",
|
|
9238
9259
|
{
|
|
9239
9260
|
fill: "inherit",
|
|
@@ -9241,7 +9262,7 @@ var CheckIcon = () => /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
|
9241
9262
|
viewBox: "0 0 10 8",
|
|
9242
9263
|
width: "10",
|
|
9243
9264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9244
|
-
children: /* @__PURE__ */ (0,
|
|
9265
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
9245
9266
|
"path",
|
|
9246
9267
|
{
|
|
9247
9268
|
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",
|
|
@@ -9355,8 +9376,8 @@ var Checkbox = (0, import_react38.forwardRef)(
|
|
|
9355
9376
|
const checkboxName = name ?? contextName;
|
|
9356
9377
|
const handleOnChange = onChange ?? contextOnChange;
|
|
9357
9378
|
const defaultChecked = (0, import_type_guards30.isNotUndefined)(value) && contextValue ? contextValue.includes(value) : void 0;
|
|
9358
|
-
return /* @__PURE__ */ (0,
|
|
9359
|
-
/* @__PURE__ */ (0,
|
|
9379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime219.jsxs)(StyledCheckboxWrapper, { disabled, children: [
|
|
9380
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
9360
9381
|
StyledHiddenCheckboxInput,
|
|
9361
9382
|
{
|
|
9362
9383
|
...props,
|
|
@@ -9371,16 +9392,16 @@ var Checkbox = (0, import_react38.forwardRef)(
|
|
|
9371
9392
|
value
|
|
9372
9393
|
}
|
|
9373
9394
|
),
|
|
9374
|
-
/* @__PURE__ */ (0,
|
|
9395
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
9375
9396
|
FormControlLabel,
|
|
9376
9397
|
{
|
|
9377
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
9398
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
9378
9399
|
StyledCheckboxInput,
|
|
9379
9400
|
{
|
|
9380
9401
|
$disabled: disabled,
|
|
9381
9402
|
$size: size,
|
|
9382
9403
|
"data-wui-faux-input": "true",
|
|
9383
|
-
children: /* @__PURE__ */ (0,
|
|
9404
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(CheckIcon, {})
|
|
9384
9405
|
}
|
|
9385
9406
|
),
|
|
9386
9407
|
description,
|
|
@@ -9442,7 +9463,7 @@ ClickRegion.displayName = "ClickRegion";
|
|
|
9442
9463
|
var import_react_collapsible = require("@radix-ui/react-collapsible");
|
|
9443
9464
|
var import_type_guards31 = require("@wistia/type-guards");
|
|
9444
9465
|
var import_styled_components44 = __toESM(require("styled-components"));
|
|
9445
|
-
var
|
|
9466
|
+
var import_jsx_runtime220 = require("react/jsx-runtime");
|
|
9446
9467
|
var StyledRoot = (0, import_styled_components44.default)(import_react_collapsible.Root)`
|
|
9447
9468
|
&[data-state='closed'] [data-wui-collapsible-content] {
|
|
9448
9469
|
display: -webkit-box;
|
|
@@ -9459,7 +9480,7 @@ var Collapsible = ({
|
|
|
9459
9480
|
const controlProps = {
|
|
9460
9481
|
...(0, import_type_guards31.isNotNil)(onOpenChange) && (0, import_type_guards31.isNotNil)(isOpen) ? { open: isOpen, onOpenChange } : {}
|
|
9461
9482
|
};
|
|
9462
|
-
return /* @__PURE__ */ (0,
|
|
9483
|
+
return /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(StyledRoot, { ...controlProps, children });
|
|
9463
9484
|
};
|
|
9464
9485
|
Collapsible.displayName = "Collapsible";
|
|
9465
9486
|
|
|
@@ -9467,7 +9488,7 @@ Collapsible.displayName = "Collapsible";
|
|
|
9467
9488
|
var import_react40 = require("react");
|
|
9468
9489
|
var import_react_collapsible2 = require("@radix-ui/react-collapsible");
|
|
9469
9490
|
var import_styled_components45 = __toESM(require("styled-components"));
|
|
9470
|
-
var
|
|
9491
|
+
var import_jsx_runtime221 = require("react/jsx-runtime");
|
|
9471
9492
|
var StyledTrigger = (0, import_styled_components45.default)(import_react_collapsible2.Trigger)`
|
|
9472
9493
|
[data-wui-collapsible-icon] {
|
|
9473
9494
|
transition: transform var(--wui-motion-duration-03) ease-in-out;
|
|
@@ -9491,11 +9512,11 @@ var StyledTrigger = (0, import_styled_components45.default)(import_react_collaps
|
|
|
9491
9512
|
`;
|
|
9492
9513
|
var CollapsibleTrigger = ({ children }) => {
|
|
9493
9514
|
import_react40.Children.only(children);
|
|
9494
|
-
return /* @__PURE__ */ (0,
|
|
9515
|
+
return /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(StyledTrigger, { asChild: true, children });
|
|
9495
9516
|
};
|
|
9496
9517
|
|
|
9497
9518
|
// src/components/Collapsible/CollapsibleTriggerIcon.tsx
|
|
9498
|
-
var
|
|
9519
|
+
var import_jsx_runtime222 = require("react/jsx-runtime");
|
|
9499
9520
|
var iconRotationMap = {
|
|
9500
9521
|
"caret-left-strong": "-90",
|
|
9501
9522
|
"caret-left": "-90",
|
|
@@ -9504,7 +9525,7 @@ var iconRotationMap = {
|
|
|
9504
9525
|
plus: "45"
|
|
9505
9526
|
};
|
|
9506
9527
|
var CollapsibleTriggerIcon = ({ type, ...props }) => {
|
|
9507
|
-
return /* @__PURE__ */ (0,
|
|
9528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime222.jsx)(
|
|
9508
9529
|
Icon,
|
|
9509
9530
|
{
|
|
9510
9531
|
...props,
|
|
@@ -9520,13 +9541,13 @@ CollapsibleTriggerIcon.displayName = "CollapsibleTriggerIcon";
|
|
|
9520
9541
|
var import_styled_components46 = __toESM(require("styled-components"));
|
|
9521
9542
|
var import_react_collapsible3 = require("@radix-ui/react-collapsible");
|
|
9522
9543
|
var import_type_guards32 = require("@wistia/type-guards");
|
|
9523
|
-
var
|
|
9544
|
+
var import_jsx_runtime223 = require("react/jsx-runtime");
|
|
9524
9545
|
var ClampedContent = import_styled_components46.default.div`
|
|
9525
9546
|
--wui-collapsible-content-clamp-lines: ${({ $clamp }) => $clamp};
|
|
9526
9547
|
`;
|
|
9527
9548
|
var CollapsibleContent = ({ clamp, children }) => {
|
|
9528
9549
|
if ((0, import_type_guards32.isNotUndefined)(clamp)) {
|
|
9529
|
-
return /* @__PURE__ */ (0,
|
|
9550
|
+
return /* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
9530
9551
|
ClampedContent,
|
|
9531
9552
|
{
|
|
9532
9553
|
$clamp: clamp,
|
|
@@ -9535,7 +9556,7 @@ var CollapsibleContent = ({ clamp, children }) => {
|
|
|
9535
9556
|
}
|
|
9536
9557
|
);
|
|
9537
9558
|
}
|
|
9538
|
-
return /* @__PURE__ */ (0,
|
|
9559
|
+
return /* @__PURE__ */ (0, import_jsx_runtime223.jsx)(import_react_collapsible3.Content, { children: /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)(import_jsx_runtime223.Fragment, { children: [
|
|
9539
9560
|
children,
|
|
9540
9561
|
" "
|
|
9541
9562
|
] }) });
|
|
@@ -9551,7 +9572,7 @@ var import_styled_components49 = __toESM(require("styled-components"));
|
|
|
9551
9572
|
var import_react41 = require("react");
|
|
9552
9573
|
var import_styled_components47 = __toESM(require("styled-components"));
|
|
9553
9574
|
var import_type_guards33 = require("@wistia/type-guards");
|
|
9554
|
-
var
|
|
9575
|
+
var import_jsx_runtime224 = require("react/jsx-runtime");
|
|
9555
9576
|
var TagLabel = import_styled_components47.default.a`
|
|
9556
9577
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
9557
9578
|
font-size: var(--wui-typography-label-4-size);
|
|
@@ -9643,23 +9664,23 @@ var RemoveButton = ({ onClickRemove, onClickRemoveLabel, colorScheme }) => {
|
|
|
9643
9664
|
"for accessibility, onClickRemoveLabel must be provided if onClickRemove is provided"
|
|
9644
9665
|
);
|
|
9645
9666
|
}
|
|
9646
|
-
return /* @__PURE__ */ (0,
|
|
9647
|
-
/* @__PURE__ */ (0,
|
|
9648
|
-
/* @__PURE__ */ (0,
|
|
9667
|
+
return /* @__PURE__ */ (0, import_jsx_runtime224.jsxs)(import_jsx_runtime224.Fragment, { children: [
|
|
9668
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsx)(TagDivider, { $colorScheme: colorScheme }),
|
|
9669
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsxs)(
|
|
9649
9670
|
StyledRemoveButton,
|
|
9650
9671
|
{
|
|
9651
9672
|
$colorScheme: colorScheme,
|
|
9652
9673
|
onClick: onClickRemove,
|
|
9653
9674
|
type: "button",
|
|
9654
9675
|
children: [
|
|
9655
|
-
/* @__PURE__ */ (0,
|
|
9676
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsx)(
|
|
9656
9677
|
Icon,
|
|
9657
9678
|
{
|
|
9658
9679
|
size: "sm",
|
|
9659
9680
|
type: "close"
|
|
9660
9681
|
}
|
|
9661
9682
|
),
|
|
9662
|
-
/* @__PURE__ */ (0,
|
|
9683
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsx)(ScreenReaderOnly, { children: onClickRemoveLabel })
|
|
9663
9684
|
]
|
|
9664
9685
|
}
|
|
9665
9686
|
)
|
|
@@ -9669,14 +9690,14 @@ var Tag = (0, import_react41.forwardRef)(
|
|
|
9669
9690
|
({ onClickRemove, colorScheme = "inherit", href, icon, label, onClickRemoveLabel, ...props }, ref) => {
|
|
9670
9691
|
const hasIcon = (0, import_type_guards33.isNotNil)(icon);
|
|
9671
9692
|
const labelProps = (0, import_type_guards33.isNotNil)(href) && (0, import_type_guards33.isNonEmptyString)(href) ? { href, as: "a" } : { as: "span" };
|
|
9672
|
-
return /* @__PURE__ */ (0,
|
|
9693
|
+
return /* @__PURE__ */ (0, import_jsx_runtime224.jsxs)(
|
|
9673
9694
|
StyledTag,
|
|
9674
9695
|
{
|
|
9675
9696
|
ref,
|
|
9676
9697
|
$colorScheme: colorScheme,
|
|
9677
9698
|
...props,
|
|
9678
9699
|
children: [
|
|
9679
|
-
/* @__PURE__ */ (0,
|
|
9700
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsxs)(
|
|
9680
9701
|
TagLabel,
|
|
9681
9702
|
{
|
|
9682
9703
|
...labelProps,
|
|
@@ -9687,7 +9708,7 @@ var Tag = (0, import_react41.forwardRef)(
|
|
|
9687
9708
|
]
|
|
9688
9709
|
}
|
|
9689
9710
|
),
|
|
9690
|
-
/* @__PURE__ */ (0,
|
|
9711
|
+
/* @__PURE__ */ (0, import_jsx_runtime224.jsx)(
|
|
9691
9712
|
RemoveButton,
|
|
9692
9713
|
{
|
|
9693
9714
|
colorScheme,
|
|
@@ -9730,7 +9751,7 @@ var inputCss = import_styled_components48.css`
|
|
|
9730
9751
|
`;
|
|
9731
9752
|
|
|
9732
9753
|
// src/components/Combobox/Combobox.tsx
|
|
9733
|
-
var
|
|
9754
|
+
var import_jsx_runtime225 = require("react/jsx-runtime");
|
|
9734
9755
|
var ComboboxWapper = import_styled_components49.default.div`
|
|
9735
9756
|
${inputCss};
|
|
9736
9757
|
width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
|
|
@@ -9850,7 +9871,7 @@ var NoResults = import_styled_components49.default.div`
|
|
|
9850
9871
|
`;
|
|
9851
9872
|
var POPOVER_WIDTH_OFFSET = 20;
|
|
9852
9873
|
var ComboboxOption = ({ value, children }) => {
|
|
9853
|
-
return /* @__PURE__ */ (0,
|
|
9874
|
+
return /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9854
9875
|
ComboboxItem2,
|
|
9855
9876
|
{
|
|
9856
9877
|
className: "combobox-item",
|
|
@@ -9903,7 +9924,7 @@ var Combobox2 = ({
|
|
|
9903
9924
|
const matches = (0, import_react42.useMemo)(() => {
|
|
9904
9925
|
return (0, import_match_sorter.matchSorter)(Object.keys(options), searchValue);
|
|
9905
9926
|
}, [options, searchValue]);
|
|
9906
|
-
return /* @__PURE__ */ (0,
|
|
9927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(
|
|
9907
9928
|
Ariakit.ComboboxProvider,
|
|
9908
9929
|
{
|
|
9909
9930
|
selectedValue: value,
|
|
@@ -9914,13 +9935,13 @@ var Combobox2 = ({
|
|
|
9914
9935
|
});
|
|
9915
9936
|
},
|
|
9916
9937
|
children: [
|
|
9917
|
-
/* @__PURE__ */ (0,
|
|
9938
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(
|
|
9918
9939
|
ComboboxWapper,
|
|
9919
9940
|
{
|
|
9920
9941
|
ref: comboboxWrapperRef,
|
|
9921
9942
|
$fullWidth: fullWidth,
|
|
9922
9943
|
children: [
|
|
9923
|
-
value.map((selectedValue) => /* @__PURE__ */ (0,
|
|
9944
|
+
value.map((selectedValue) => /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9924
9945
|
Tag,
|
|
9925
9946
|
{
|
|
9926
9947
|
href: "https://example.com",
|
|
@@ -9930,11 +9951,11 @@ var Combobox2 = ({
|
|
|
9930
9951
|
},
|
|
9931
9952
|
selectedValue
|
|
9932
9953
|
)),
|
|
9933
|
-
/* @__PURE__ */ (0,
|
|
9954
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(ComboboxInput, { placeholder })
|
|
9934
9955
|
]
|
|
9935
9956
|
}
|
|
9936
9957
|
),
|
|
9937
|
-
/* @__PURE__ */ (0,
|
|
9958
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(
|
|
9938
9959
|
ComboboxPopover,
|
|
9939
9960
|
{
|
|
9940
9961
|
"aria-busy": isPending,
|
|
@@ -9944,14 +9965,14 @@ var Combobox2 = ({
|
|
|
9944
9965
|
width: wrapperWidth
|
|
9945
9966
|
},
|
|
9946
9967
|
children: [
|
|
9947
|
-
matches.map((match) => /* @__PURE__ */ (0,
|
|
9968
|
+
matches.map((match) => /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)(
|
|
9948
9969
|
ComboboxItem2,
|
|
9949
9970
|
{
|
|
9950
9971
|
className: "combobox-item",
|
|
9951
9972
|
focusOnHover: true,
|
|
9952
9973
|
value: match,
|
|
9953
9974
|
children: [
|
|
9954
|
-
/* @__PURE__ */ (0,
|
|
9975
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
9955
9976
|
Icon,
|
|
9956
9977
|
{
|
|
9957
9978
|
size: "sm",
|
|
@@ -9966,7 +9987,7 @@ var Combobox2 = ({
|
|
|
9966
9987
|
},
|
|
9967
9988
|
match
|
|
9968
9989
|
)),
|
|
9969
|
-
!matches.length && /* @__PURE__ */ (0,
|
|
9990
|
+
!matches.length && /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(NoResults, { children: "No results found" })
|
|
9970
9991
|
]
|
|
9971
9992
|
}
|
|
9972
9993
|
)
|
|
@@ -9979,7 +10000,7 @@ var Combobox2 = ({
|
|
|
9979
10000
|
var import_react43 = require("react");
|
|
9980
10001
|
var import_styled_components50 = __toESM(require("styled-components"));
|
|
9981
10002
|
var import_type_guards34 = require("@wistia/type-guards");
|
|
9982
|
-
var
|
|
10003
|
+
var import_jsx_runtime226 = require("react/jsx-runtime");
|
|
9983
10004
|
var StyledDataCard = import_styled_components50.default.div`
|
|
9984
10005
|
display: grid;
|
|
9985
10006
|
grid-template-areas: 'label slot' 'value value';
|
|
@@ -10087,34 +10108,34 @@ var DataCardInner = ({
|
|
|
10087
10108
|
isLoading = false,
|
|
10088
10109
|
trend,
|
|
10089
10110
|
...props
|
|
10090
|
-
}) => /* @__PURE__ */ (0,
|
|
10111
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime226.jsxs)(
|
|
10091
10112
|
StyledDataCard,
|
|
10092
10113
|
{
|
|
10093
10114
|
$colorScheme: colorScheme,
|
|
10094
10115
|
...props,
|
|
10095
10116
|
children: [
|
|
10096
|
-
/* @__PURE__ */ (0,
|
|
10117
|
+
/* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
10097
10118
|
StyledLabel2,
|
|
10098
10119
|
{
|
|
10099
10120
|
renderAs: "dt",
|
|
10100
10121
|
variant: "heading6",
|
|
10101
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
10122
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(StyledLoadingLabel, {}) : label
|
|
10102
10123
|
}
|
|
10103
10124
|
),
|
|
10104
|
-
/* @__PURE__ */ (0,
|
|
10125
|
+
/* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
10105
10126
|
StyledValue,
|
|
10106
10127
|
{
|
|
10107
10128
|
renderAs: "dd",
|
|
10108
10129
|
variant: "heading3",
|
|
10109
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
10130
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(StyledLoadingValue, {}) : value
|
|
10110
10131
|
}
|
|
10111
10132
|
),
|
|
10112
|
-
(0, import_type_guards34.isNotNull)(upperRightSlot) && !isLoading && /* @__PURE__ */ (0,
|
|
10113
|
-
(0, import_type_guards34.isNotNull)(trend) && !isLoading && /* @__PURE__ */ (0,
|
|
10133
|
+
(0, import_type_guards34.isNotNull)(upperRightSlot) && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(StyledSlot, { children: upperRightSlot }),
|
|
10134
|
+
(0, import_type_guards34.isNotNull)(trend) && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(StyledDataCardTrendContainer, { children: trend })
|
|
10114
10135
|
]
|
|
10115
10136
|
}
|
|
10116
10137
|
);
|
|
10117
|
-
var DataCardArrowIcon = /* @__PURE__ */ (0,
|
|
10138
|
+
var DataCardArrowIcon = /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
10118
10139
|
Icon,
|
|
10119
10140
|
{
|
|
10120
10141
|
"data-wui-data-card-hover-icon": true,
|
|
@@ -10124,12 +10145,12 @@ var DataCardArrowIcon = /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
|
10124
10145
|
var DataCard = (props) => {
|
|
10125
10146
|
const ref = (0, import_react43.useRef)(null);
|
|
10126
10147
|
if ((0, import_type_guards34.isNotNil)(props.href) || (0, import_type_guards34.isNotNil)(props.onClick)) {
|
|
10127
|
-
return /* @__PURE__ */ (0,
|
|
10148
|
+
return /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(ClickRegion, { targetRef: ref, children: /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
10128
10149
|
DataCardInner,
|
|
10129
10150
|
{
|
|
10130
10151
|
upperRightSlot: props.upperRightSlot ?? DataCardArrowIcon,
|
|
10131
10152
|
...props,
|
|
10132
|
-
label: /* @__PURE__ */ (0,
|
|
10153
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
10133
10154
|
Button,
|
|
10134
10155
|
{
|
|
10135
10156
|
ref,
|
|
@@ -10144,13 +10165,13 @@ var DataCard = (props) => {
|
|
|
10144
10165
|
}
|
|
10145
10166
|
) });
|
|
10146
10167
|
}
|
|
10147
|
-
return /* @__PURE__ */ (0,
|
|
10168
|
+
return /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(DataCardInner, { ...props });
|
|
10148
10169
|
};
|
|
10149
10170
|
DataCard.displayName = "DataCard";
|
|
10150
10171
|
|
|
10151
10172
|
// src/components/DataCards/DataCards.tsx
|
|
10152
10173
|
var import_styled_components51 = __toESM(require("styled-components"));
|
|
10153
|
-
var
|
|
10174
|
+
var import_jsx_runtime227 = require("react/jsx-runtime");
|
|
10154
10175
|
var StyledDataCards = (0, import_styled_components51.default)(Box)`
|
|
10155
10176
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
10156
10177
|
margin-top: 0; /* Remove default <dl> style */
|
|
@@ -10165,7 +10186,7 @@ var DataCards = ({
|
|
|
10165
10186
|
colorScheme = "inherit",
|
|
10166
10187
|
...props
|
|
10167
10188
|
}) => {
|
|
10168
|
-
return /* @__PURE__ */ (0,
|
|
10189
|
+
return /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
10169
10190
|
StyledDataCards,
|
|
10170
10191
|
{
|
|
10171
10192
|
...props,
|
|
@@ -10184,7 +10205,7 @@ DataCards.displayName = "DataCards";
|
|
|
10184
10205
|
|
|
10185
10206
|
// src/components/DataCards/DataCardTrend.tsx
|
|
10186
10207
|
var import_styled_components52 = __toESM(require("styled-components"));
|
|
10187
|
-
var
|
|
10208
|
+
var import_jsx_runtime228 = require("react/jsx-runtime");
|
|
10188
10209
|
var StyledDataCardTrend = import_styled_components52.default.div`
|
|
10189
10210
|
${({ $outlook }) => getColorScheme($outlook === "positive" ? "success" : "error")};
|
|
10190
10211
|
background: var(--wui-color-bg-app);
|
|
@@ -10200,8 +10221,8 @@ var DataCardTrend = ({
|
|
|
10200
10221
|
children,
|
|
10201
10222
|
...props
|
|
10202
10223
|
}) => {
|
|
10203
|
-
return /* @__PURE__ */ (0,
|
|
10204
|
-
/* @__PURE__ */ (0,
|
|
10224
|
+
return /* @__PURE__ */ (0, import_jsx_runtime228.jsxs)(StyledDataCardTrend, { $outlook: outlook, children: [
|
|
10225
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
10205
10226
|
Icon,
|
|
10206
10227
|
{
|
|
10207
10228
|
size: "md",
|
|
@@ -10209,7 +10230,7 @@ var DataCardTrend = ({
|
|
|
10209
10230
|
...props
|
|
10210
10231
|
}
|
|
10211
10232
|
),
|
|
10212
|
-
/* @__PURE__ */ (0,
|
|
10233
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
10213
10234
|
Text,
|
|
10214
10235
|
{
|
|
10215
10236
|
prominence: "secondary",
|
|
@@ -10222,7 +10243,7 @@ var DataCardTrend = ({
|
|
|
10222
10243
|
|
|
10223
10244
|
// src/components/Divider/Divider.tsx
|
|
10224
10245
|
var import_styled_components53 = __toESM(require("styled-components"));
|
|
10225
|
-
var
|
|
10246
|
+
var import_jsx_runtime229 = require("react/jsx-runtime");
|
|
10226
10247
|
var horizontalBorderCss = import_styled_components53.css`
|
|
10227
10248
|
border-top-color: var(--wui-color-border);
|
|
10228
10249
|
border-top-style: solid;
|
|
@@ -10248,7 +10269,7 @@ var DividerComponent = import_styled_components53.default.div`
|
|
|
10248
10269
|
}}
|
|
10249
10270
|
`;
|
|
10250
10271
|
var Divider = ({ orientation = "horizontal", ...props }) => {
|
|
10251
|
-
return /* @__PURE__ */ (0,
|
|
10272
|
+
return /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
10252
10273
|
DividerComponent,
|
|
10253
10274
|
{
|
|
10254
10275
|
$orientation: orientation,
|
|
@@ -10267,7 +10288,7 @@ var import_react45 = require("react");
|
|
|
10267
10288
|
// src/components/Tooltip/Tooltip.tsx
|
|
10268
10289
|
var import_react_tooltip2 = require("@radix-ui/react-tooltip");
|
|
10269
10290
|
var import_styled_components54 = __toESM(require("styled-components"));
|
|
10270
|
-
var
|
|
10291
|
+
var import_jsx_runtime230 = require("react/jsx-runtime");
|
|
10271
10292
|
var hide = import_styled_components54.keyframes`
|
|
10272
10293
|
from {
|
|
10273
10294
|
opacity: 1;
|
|
@@ -10378,21 +10399,21 @@ var Tooltip = ({
|
|
|
10378
10399
|
if (forceOpen === true) {
|
|
10379
10400
|
rootProps.open = true;
|
|
10380
10401
|
}
|
|
10381
|
-
return /* @__PURE__ */ (0,
|
|
10402
|
+
return /* @__PURE__ */ (0, import_jsx_runtime230.jsxs)(
|
|
10382
10403
|
import_react_tooltip2.Root,
|
|
10383
10404
|
{
|
|
10384
10405
|
delayDuration: delay,
|
|
10385
10406
|
...rootProps,
|
|
10386
10407
|
children: [
|
|
10387
|
-
/* @__PURE__ */ (0,
|
|
10388
|
-
/* @__PURE__ */ (0,
|
|
10408
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(import_react_tooltip2.Trigger, { asChild: true, children }),
|
|
10409
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(import_react_tooltip2.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime230.jsxs)(
|
|
10389
10410
|
StyledContent,
|
|
10390
10411
|
{
|
|
10391
10412
|
side: direction,
|
|
10392
10413
|
sideOffset: hideArrow ? VISUAL_OFFSET : VISUAL_OFFSET - 2,
|
|
10393
10414
|
children: [
|
|
10394
10415
|
content,
|
|
10395
|
-
!hideArrow ? /* @__PURE__ */ (0,
|
|
10416
|
+
!hideArrow ? /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(import_react_tooltip2.Arrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
10396
10417
|
"svg",
|
|
10397
10418
|
{
|
|
10398
10419
|
fill: "var(--tooltip-bg)",
|
|
@@ -10401,7 +10422,7 @@ var Tooltip = ({
|
|
|
10401
10422
|
viewBox: "0 0 12 8",
|
|
10402
10423
|
width: "12",
|
|
10403
10424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10404
|
-
children: /* @__PURE__ */ (0,
|
|
10425
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime230.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" })
|
|
10405
10426
|
}
|
|
10406
10427
|
) }) : null
|
|
10407
10428
|
]
|
|
@@ -10417,7 +10438,7 @@ Tooltip.displayName = "Tooltip";
|
|
|
10417
10438
|
var import_react44 = require("react");
|
|
10418
10439
|
var import_styled_components55 = __toESM(require("styled-components"));
|
|
10419
10440
|
var import_type_guards35 = require("@wistia/type-guards");
|
|
10420
|
-
var
|
|
10441
|
+
var import_jsx_runtime231 = require("react/jsx-runtime");
|
|
10421
10442
|
var inputStyles = import_styled_components55.css`
|
|
10422
10443
|
${inputCss}
|
|
10423
10444
|
input,
|
|
@@ -10537,7 +10558,7 @@ var Input = (0, import_react44.forwardRef)(
|
|
|
10537
10558
|
);
|
|
10538
10559
|
let leftIconToDisplay = leftIcon;
|
|
10539
10560
|
if ((0, import_type_guards35.isNil)(leftIcon) && type === "search") {
|
|
10540
|
-
leftIconToDisplay = /* @__PURE__ */ (0,
|
|
10561
|
+
leftIconToDisplay = /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(Icon, { type: "search" });
|
|
10541
10562
|
}
|
|
10542
10563
|
if ((0, import_type_guards35.isNotNil)(leftIconToDisplay)) {
|
|
10543
10564
|
leftIconToDisplay = (0, import_react44.cloneElement)(leftIconToDisplay, {
|
|
@@ -10562,21 +10583,21 @@ var Input = (0, import_react44.forwardRef)(
|
|
|
10562
10583
|
});
|
|
10563
10584
|
}
|
|
10564
10585
|
};
|
|
10565
|
-
return /* @__PURE__ */ (0,
|
|
10586
|
+
return /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(
|
|
10566
10587
|
StyledInputContainer,
|
|
10567
10588
|
{
|
|
10568
10589
|
$fullWidth: fullWidth,
|
|
10569
10590
|
$monospace: monospace,
|
|
10570
10591
|
children: [
|
|
10571
10592
|
leftIconToDisplay ?? null,
|
|
10572
|
-
type === "multiline" ? /* @__PURE__ */ (0,
|
|
10593
|
+
type === "multiline" ? /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
10573
10594
|
"textarea",
|
|
10574
10595
|
{
|
|
10575
10596
|
...props,
|
|
10576
10597
|
ref,
|
|
10577
10598
|
onFocus: handleFocus2
|
|
10578
10599
|
}
|
|
10579
|
-
) : /* @__PURE__ */ (0,
|
|
10600
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
10580
10601
|
"input",
|
|
10581
10602
|
{
|
|
10582
10603
|
...props,
|
|
@@ -10594,7 +10615,7 @@ var Input = (0, import_react44.forwardRef)(
|
|
|
10594
10615
|
Input.displayName = "Input";
|
|
10595
10616
|
|
|
10596
10617
|
// src/components/EditableHeading/EditableHeading.tsx
|
|
10597
|
-
var
|
|
10618
|
+
var import_jsx_runtime232 = require("react/jsx-runtime");
|
|
10598
10619
|
var StyledInput = (0, import_styled_components56.default)(Input)`
|
|
10599
10620
|
:not([rows]) {
|
|
10600
10621
|
min-height: unset;
|
|
@@ -10677,7 +10698,7 @@ var EditableHeading = ({
|
|
|
10677
10698
|
handleSetEditing(false);
|
|
10678
10699
|
}
|
|
10679
10700
|
};
|
|
10680
|
-
const HeadingComponent2 = /* @__PURE__ */ (0,
|
|
10701
|
+
const HeadingComponent2 = /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
10681
10702
|
StyledHeading2,
|
|
10682
10703
|
{
|
|
10683
10704
|
ref: headingRef,
|
|
@@ -10691,7 +10712,7 @@ var EditableHeading = ({
|
|
|
10691
10712
|
return HeadingComponent2;
|
|
10692
10713
|
}
|
|
10693
10714
|
if (isEditing || __forceEditing) {
|
|
10694
|
-
return /* @__PURE__ */ (0,
|
|
10715
|
+
return /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
10695
10716
|
StyledInput,
|
|
10696
10717
|
{
|
|
10697
10718
|
$height: headingHeight,
|
|
@@ -10709,9 +10730,9 @@ var EditableHeading = ({
|
|
|
10709
10730
|
}
|
|
10710
10731
|
);
|
|
10711
10732
|
}
|
|
10712
|
-
return /* @__PURE__ */ (0,
|
|
10713
|
-
/* @__PURE__ */ (0,
|
|
10714
|
-
/* @__PURE__ */ (0,
|
|
10733
|
+
return /* @__PURE__ */ (0, import_jsx_runtime232.jsxs)(import_jsx_runtime232.Fragment, { children: [
|
|
10734
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(Tooltip, { content: tooltipText, children: HeadingComponent2 }),
|
|
10735
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(ScreenReaderOnly, { children: /* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
10715
10736
|
"button",
|
|
10716
10737
|
{
|
|
10717
10738
|
"aria-label": ariaLabel,
|
|
@@ -10761,9 +10782,9 @@ var useFormState = (action, initialData = {}) => {
|
|
|
10761
10782
|
// src/components/Form/FormErrorSummary.tsx
|
|
10762
10783
|
var import_react47 = require("react");
|
|
10763
10784
|
var import_type_guards36 = require("@wistia/type-guards");
|
|
10764
|
-
var
|
|
10785
|
+
var import_jsx_runtime233 = require("react/jsx-runtime");
|
|
10765
10786
|
var ErrorItem = ({ name, error, formId }) => {
|
|
10766
|
-
return /* @__PURE__ */ (0,
|
|
10787
|
+
return /* @__PURE__ */ (0, import_jsx_runtime233.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(Link, { href: `#${formId}-${name}`, children: error }) }, name);
|
|
10767
10788
|
};
|
|
10768
10789
|
var FormErrorSummary = ({ description }) => {
|
|
10769
10790
|
const ref = (0, import_react47.useRef)(null);
|
|
@@ -10772,10 +10793,10 @@ var FormErrorSummary = ({ description }) => {
|
|
|
10772
10793
|
if (isValid || !hasSubmitted) {
|
|
10773
10794
|
return null;
|
|
10774
10795
|
}
|
|
10775
|
-
return /* @__PURE__ */ (0,
|
|
10776
|
-
/* @__PURE__ */ (0,
|
|
10777
|
-
/* @__PURE__ */ (0,
|
|
10778
|
-
([name, error]) => (0, import_type_guards36.isArray)(error) ? error.map((err) => /* @__PURE__ */ (0,
|
|
10796
|
+
return /* @__PURE__ */ (0, import_jsx_runtime233.jsxs)("div", { ref, children: [
|
|
10797
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)("p", { children: description }),
|
|
10798
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)("ul", { children: Object.entries(errors).filter(([, error]) => (0, import_type_guards36.isNotUndefined)(error)).map(
|
|
10799
|
+
([name, error]) => (0, import_type_guards36.isArray)(error) ? error.map((err) => /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
10779
10800
|
ErrorItem,
|
|
10780
10801
|
{
|
|
10781
10802
|
error: err,
|
|
@@ -10783,7 +10804,7 @@ var FormErrorSummary = ({ description }) => {
|
|
|
10783
10804
|
name
|
|
10784
10805
|
},
|
|
10785
10806
|
err
|
|
10786
|
-
)) : /* @__PURE__ */ (0,
|
|
10807
|
+
)) : /* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
10787
10808
|
ErrorItem,
|
|
10788
10809
|
{
|
|
10789
10810
|
error: error ?? "",
|
|
@@ -10803,7 +10824,7 @@ var import_type_guards37 = require("@wistia/type-guards");
|
|
|
10803
10824
|
|
|
10804
10825
|
// src/components/Label/Label.tsx
|
|
10805
10826
|
var import_styled_components57 = __toESM(require("styled-components"));
|
|
10806
|
-
var
|
|
10827
|
+
var import_jsx_runtime234 = require("react/jsx-runtime");
|
|
10807
10828
|
var requiredStyle = import_styled_components57.css`
|
|
10808
10829
|
&::after {
|
|
10809
10830
|
color: var(--wui-color-text-error);
|
|
@@ -10847,7 +10868,7 @@ var Label = ({
|
|
|
10847
10868
|
screenReaderOnly = false,
|
|
10848
10869
|
...props
|
|
10849
10870
|
}) => {
|
|
10850
|
-
return /* @__PURE__ */ (0,
|
|
10871
|
+
return /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(
|
|
10851
10872
|
StyledLabel3,
|
|
10852
10873
|
{
|
|
10853
10874
|
...props,
|
|
@@ -10862,7 +10883,7 @@ var Label = ({
|
|
|
10862
10883
|
Label.displayName = "Label";
|
|
10863
10884
|
|
|
10864
10885
|
// src/components/FormField/FormField.tsx
|
|
10865
|
-
var
|
|
10886
|
+
var import_jsx_runtime235 = require("react/jsx-runtime");
|
|
10866
10887
|
var StyledFormField = import_styled_components58.default.div`
|
|
10867
10888
|
--form-field-spacing: var(--wui-space-01);
|
|
10868
10889
|
--form-field-spacing-inline: var(--wui-space-02);
|
|
@@ -10903,7 +10924,7 @@ var StyledErrorList = import_styled_components58.default.ul`
|
|
|
10903
10924
|
`;
|
|
10904
10925
|
var ErrorMessages = ({ errors, id }) => {
|
|
10905
10926
|
const isMultipleErrors = (0, import_type_guards37.isArray)(errors);
|
|
10906
|
-
return isMultipleErrors ? /* @__PURE__ */ (0,
|
|
10927
|
+
return isMultipleErrors ? /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(StyledErrorList, { children: errors.map((error, index) => /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
10907
10928
|
Text,
|
|
10908
10929
|
{
|
|
10909
10930
|
colorScheme: "error",
|
|
@@ -10913,7 +10934,7 @@ var ErrorMessages = ({ errors, id }) => {
|
|
|
10913
10934
|
children: error
|
|
10914
10935
|
},
|
|
10915
10936
|
`${id}-${index}`
|
|
10916
|
-
)) }) : /* @__PURE__ */ (0,
|
|
10937
|
+
)) }) : /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
10917
10938
|
Text,
|
|
10918
10939
|
{
|
|
10919
10940
|
colorScheme: "error",
|
|
@@ -10976,18 +10997,18 @@ var FormField = ({
|
|
|
10976
10997
|
};
|
|
10977
10998
|
}
|
|
10978
10999
|
import_react48.Children.only(children);
|
|
10979
|
-
return /* @__PURE__ */ (0,
|
|
11000
|
+
return /* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(
|
|
10980
11001
|
StyledFormField,
|
|
10981
11002
|
{
|
|
10982
11003
|
...props,
|
|
10983
11004
|
"data-label-position": labelPosition ?? formState.labelPosition,
|
|
10984
11005
|
children: [
|
|
10985
|
-
!isIntegratedLabel && /* @__PURE__ */ (0,
|
|
10986
|
-
(0, import_type_guards37.isNotNil)(description) ? /* @__PURE__ */ (0,
|
|
11006
|
+
!isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Label, { htmlFor: computedId, children: label }),
|
|
11007
|
+
(0, import_type_guards37.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(FormControlLabelDescription, { id: descriptionId, children: description }) : null,
|
|
10987
11008
|
(0, import_react48.cloneElement)(children, childProps),
|
|
10988
|
-
(0, import_type_guards37.isNotNil)(computedError) ? /* @__PURE__ */ (0,
|
|
10989
|
-
/* @__PURE__ */ (0,
|
|
10990
|
-
/* @__PURE__ */ (0,
|
|
11009
|
+
(0, import_type_guards37.isNotNil)(computedError) ? /* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(import_jsx_runtime235.Fragment, { children: [
|
|
11010
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)("div", {}),
|
|
11011
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
10991
11012
|
ErrorMessages,
|
|
10992
11013
|
{
|
|
10993
11014
|
errors: computedError,
|
|
@@ -11003,7 +11024,7 @@ FormField.displayName = "FormField";
|
|
|
11003
11024
|
|
|
11004
11025
|
// src/components/FormGroup/RadioGroup.tsx
|
|
11005
11026
|
var import_react49 = require("react");
|
|
11006
|
-
var
|
|
11027
|
+
var import_jsx_runtime236 = require("react/jsx-runtime");
|
|
11007
11028
|
var RadioGroupContext = (0, import_react49.createContext)(null);
|
|
11008
11029
|
var useRadioGroup = () => {
|
|
11009
11030
|
return (0, import_react49.useContext)(RadioGroupContext);
|
|
@@ -11024,7 +11045,7 @@ var RadioGroup = ({
|
|
|
11024
11045
|
value: derivedValue
|
|
11025
11046
|
};
|
|
11026
11047
|
}, [name, derivedValue, onChange]);
|
|
11027
|
-
return /* @__PURE__ */ (0,
|
|
11048
|
+
return /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(RadioGroupContext.Provider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(FormGroup, { ...props, children }) });
|
|
11028
11049
|
};
|
|
11029
11050
|
RadioGroup.displayName = "RadioGroup";
|
|
11030
11051
|
|
|
@@ -11032,7 +11053,7 @@ RadioGroup.displayName = "RadioGroup";
|
|
|
11032
11053
|
var import_styled_components59 = __toESM(require("styled-components"));
|
|
11033
11054
|
var import_react50 = require("react");
|
|
11034
11055
|
var import_type_guards38 = require("@wistia/type-guards");
|
|
11035
|
-
var
|
|
11056
|
+
var import_jsx_runtime237 = require("react/jsx-runtime");
|
|
11036
11057
|
var StyledInput2 = (0, import_styled_components59.default)(Input)`
|
|
11037
11058
|
&:not([aria-disabled='true']) {
|
|
11038
11059
|
cursor: pointer;
|
|
@@ -11070,7 +11091,7 @@ var InputClickToCopy = (0, import_react50.forwardRef)(
|
|
|
11070
11091
|
return value;
|
|
11071
11092
|
});
|
|
11072
11093
|
};
|
|
11073
|
-
return /* @__PURE__ */ (0,
|
|
11094
|
+
return /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
11074
11095
|
StyledInput2,
|
|
11075
11096
|
{
|
|
11076
11097
|
"aria-label": "Click to Copy",
|
|
@@ -11078,13 +11099,13 @@ var InputClickToCopy = (0, import_react50.forwardRef)(
|
|
|
11078
11099
|
ref,
|
|
11079
11100
|
onClick: handleClick,
|
|
11080
11101
|
readOnly: true,
|
|
11081
|
-
rightIcon: isCopied ? /* @__PURE__ */ (0,
|
|
11102
|
+
rightIcon: isCopied ? /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(
|
|
11082
11103
|
Icon,
|
|
11083
11104
|
{
|
|
11084
11105
|
colorScheme: "success",
|
|
11085
11106
|
type: "checkmark-circle"
|
|
11086
11107
|
}
|
|
11087
|
-
) : /* @__PURE__ */ (0,
|
|
11108
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(Icon, { type: "save-as-copy" }),
|
|
11088
11109
|
value
|
|
11089
11110
|
}
|
|
11090
11111
|
);
|
|
@@ -11095,7 +11116,7 @@ InputClickToCopy.displayName = "InputClickToCopy";
|
|
|
11095
11116
|
// src/components/KeyboardShortcut/KeyboardShortcut.tsx
|
|
11096
11117
|
var import_styled_components60 = __toESM(require("styled-components"));
|
|
11097
11118
|
var import_type_guards39 = require("@wistia/type-guards");
|
|
11098
|
-
var
|
|
11119
|
+
var import_jsx_runtime238 = require("react/jsx-runtime");
|
|
11099
11120
|
var StyledKeyboardShortcut = import_styled_components60.default.div`
|
|
11100
11121
|
align-items: center;
|
|
11101
11122
|
display: flex;
|
|
@@ -11182,14 +11203,14 @@ var KeyboardShortcut = ({
|
|
|
11182
11203
|
keyboardKeys,
|
|
11183
11204
|
fullWidth = false,
|
|
11184
11205
|
...otherProps
|
|
11185
|
-
}) => /* @__PURE__ */ (0,
|
|
11206
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime238.jsxs)(
|
|
11186
11207
|
StyledKeyboardShortcut,
|
|
11187
11208
|
{
|
|
11188
11209
|
$fullWidth: fullWidth,
|
|
11189
11210
|
...otherProps,
|
|
11190
11211
|
children: [
|
|
11191
|
-
(0, import_type_guards39.isNotNil)(label) && /* @__PURE__ */ (0,
|
|
11192
|
-
/* @__PURE__ */ (0,
|
|
11212
|
+
(0, import_type_guards39.isNotNil)(label) && /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(Label2, { children: label }),
|
|
11213
|
+
/* @__PURE__ */ (0, import_jsx_runtime238.jsx)(KeysContainer, { children: (Array.isArray(keyboardKeys) ? keyboardKeys : [keyboardKeys]).map((keyboardKey, index) => /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
11193
11214
|
StyledKey,
|
|
11194
11215
|
{
|
|
11195
11216
|
children: keyToString(keyboardKey)
|
|
@@ -11208,7 +11229,7 @@ var import_styled_components62 = __toESM(require("styled-components"));
|
|
|
11208
11229
|
// src/components/List/ListItem.tsx
|
|
11209
11230
|
var import_styled_components61 = __toESM(require("styled-components"));
|
|
11210
11231
|
var import_type_guards40 = require("@wistia/type-guards");
|
|
11211
|
-
var
|
|
11232
|
+
var import_jsx_runtime239 = require("react/jsx-runtime");
|
|
11212
11233
|
var ListItemComponent = import_styled_components61.default.li`
|
|
11213
11234
|
margin-bottom: var(--wui-space-02);
|
|
11214
11235
|
`;
|
|
@@ -11216,12 +11237,12 @@ var ListItem = ({ children }) => {
|
|
|
11216
11237
|
if ((0, import_type_guards40.isNil)(children)) {
|
|
11217
11238
|
return null;
|
|
11218
11239
|
}
|
|
11219
|
-
return /* @__PURE__ */ (0,
|
|
11240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(ListItemComponent, { children });
|
|
11220
11241
|
};
|
|
11221
11242
|
ListItem.displayName = "ListItem";
|
|
11222
11243
|
|
|
11223
11244
|
// src/components/List/List.tsx
|
|
11224
|
-
var
|
|
11245
|
+
var import_jsx_runtime240 = require("react/jsx-runtime");
|
|
11225
11246
|
var spacesStyle = import_styled_components62.css`
|
|
11226
11247
|
overflow: hidden;
|
|
11227
11248
|
padding-left: 0;
|
|
@@ -11307,7 +11328,7 @@ var ListComponent = import_styled_components62.default.ul`
|
|
|
11307
11328
|
`;
|
|
11308
11329
|
var renderListComponent = (listItems, variant, { ...otherProps }) => {
|
|
11309
11330
|
const elementType = variant === "ordered" ? "ol" : "ul";
|
|
11310
|
-
return /* @__PURE__ */ (0,
|
|
11331
|
+
return /* @__PURE__ */ (0, import_jsx_runtime240.jsx)(
|
|
11311
11332
|
ListComponent,
|
|
11312
11333
|
{
|
|
11313
11334
|
as: elementType,
|
|
@@ -11324,7 +11345,7 @@ var renderListFromArray = (listItems, variant, otherProps) => {
|
|
|
11324
11345
|
const nextItem = listItems[i + 1];
|
|
11325
11346
|
const key = `item-${itemCount += 1}`;
|
|
11326
11347
|
if (Array.isArray(nextItem)) {
|
|
11327
|
-
return /* @__PURE__ */ (0,
|
|
11348
|
+
return /* @__PURE__ */ (0, import_jsx_runtime240.jsxs)(ListItem, { children: [
|
|
11328
11349
|
item,
|
|
11329
11350
|
renderListFromArray(nextItem, variant, otherProps)
|
|
11330
11351
|
] }, key);
|
|
@@ -11332,7 +11353,7 @@ var renderListFromArray = (listItems, variant, otherProps) => {
|
|
|
11332
11353
|
if (Array.isArray(item)) {
|
|
11333
11354
|
return null;
|
|
11334
11355
|
}
|
|
11335
|
-
return /* @__PURE__ */ (0,
|
|
11356
|
+
return /* @__PURE__ */ (0, import_jsx_runtime240.jsx)(ListItem, { children: item }, key);
|
|
11336
11357
|
});
|
|
11337
11358
|
return renderListComponent(items, variant, otherProps);
|
|
11338
11359
|
};
|
|
@@ -11371,7 +11392,7 @@ var MenuContext = (0, import_react51.createContext)({ compact: false });
|
|
|
11371
11392
|
var useMenuContext = () => (0, import_react51.useContext)(MenuContext);
|
|
11372
11393
|
|
|
11373
11394
|
// src/components/Menu/Menu.tsx
|
|
11374
|
-
var
|
|
11395
|
+
var import_jsx_runtime241 = require("react/jsx-runtime");
|
|
11375
11396
|
var open = import_styled_components63.keyframes`
|
|
11376
11397
|
from {
|
|
11377
11398
|
opacity: 0;
|
|
@@ -11484,25 +11505,25 @@ var Menu = (0, import_react52.forwardRef)(
|
|
|
11484
11505
|
onOpenChange: () => null
|
|
11485
11506
|
};
|
|
11486
11507
|
}
|
|
11487
|
-
return /* @__PURE__ */ (0,
|
|
11508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(MenuContext.Provider, { value: contextValue, children: /* @__PURE__ */ (0, import_jsx_runtime241.jsxs)(
|
|
11488
11509
|
import_react_dropdown_menu.DropdownMenu,
|
|
11489
11510
|
{
|
|
11490
11511
|
modal: false,
|
|
11491
11512
|
...controlProps,
|
|
11492
11513
|
children: [
|
|
11493
|
-
/* @__PURE__ */ (0,
|
|
11514
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(import_react_dropdown_menu.DropdownMenuTrigger, { asChild: true, children: (0, import_type_guards42.isNotUndefined)(trigger) ? trigger : /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
11494
11515
|
Button,
|
|
11495
11516
|
{
|
|
11496
11517
|
ref,
|
|
11497
11518
|
"aria-expanded": isOpen,
|
|
11498
11519
|
disabled,
|
|
11499
11520
|
forceState: isOpen ? "active" : void 0,
|
|
11500
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
11521
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(Icon, { type: "caret-down" }),
|
|
11501
11522
|
...triggerProps,
|
|
11502
11523
|
children: label
|
|
11503
11524
|
}
|
|
11504
11525
|
) }),
|
|
11505
|
-
/* @__PURE__ */ (0,
|
|
11526
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(import_react_dropdown_menu.DropdownMenuPortal, { children: /* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
11506
11527
|
MenuContent,
|
|
11507
11528
|
{
|
|
11508
11529
|
...props,
|
|
@@ -11527,17 +11548,17 @@ Menu.displayName = "Menu";
|
|
|
11527
11548
|
// src/components/Menu/MenuLabel.tsx
|
|
11528
11549
|
var import_styled_components64 = __toESM(require("styled-components"));
|
|
11529
11550
|
var import_react_dropdown_menu2 = require("@radix-ui/react-dropdown-menu");
|
|
11530
|
-
var
|
|
11551
|
+
var import_jsx_runtime242 = require("react/jsx-runtime");
|
|
11531
11552
|
var StyledMenuLabel = (0, import_styled_components64.default)(import_react_dropdown_menu2.DropdownMenuLabel)`
|
|
11532
11553
|
padding: var(--wui-space-02);
|
|
11533
11554
|
`;
|
|
11534
11555
|
var MenuLabel = ({ children, ...props }) => {
|
|
11535
|
-
return /* @__PURE__ */ (0,
|
|
11556
|
+
return /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
11536
11557
|
StyledMenuLabel,
|
|
11537
11558
|
{
|
|
11538
11559
|
asChild: true,
|
|
11539
11560
|
...props,
|
|
11540
|
-
children: /* @__PURE__ */ (0,
|
|
11561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
11541
11562
|
Heading,
|
|
11542
11563
|
{
|
|
11543
11564
|
renderAs: "span",
|
|
@@ -11561,7 +11582,7 @@ var import_type_guards44 = require("@wistia/type-guards");
|
|
|
11561
11582
|
var import_react53 = require("react");
|
|
11562
11583
|
var import_styled_components65 = __toESM(require("styled-components"));
|
|
11563
11584
|
var import_type_guards43 = require("@wistia/type-guards");
|
|
11564
|
-
var
|
|
11585
|
+
var import_jsx_runtime243 = require("react/jsx-runtime");
|
|
11565
11586
|
var StyledButton3 = (0, import_styled_components65.default)(Button)`
|
|
11566
11587
|
${({ colorScheme }) => getColorScheme(colorScheme)};
|
|
11567
11588
|
|
|
@@ -11644,7 +11665,7 @@ var MenuItemButton = (0, import_react53.forwardRef)(({ children, appearance, com
|
|
|
11644
11665
|
colorScheme = "error";
|
|
11645
11666
|
}
|
|
11646
11667
|
if (appearance === "gated") {
|
|
11647
|
-
badge = /* @__PURE__ */ (0,
|
|
11668
|
+
badge = /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(
|
|
11648
11669
|
Icon,
|
|
11649
11670
|
{
|
|
11650
11671
|
colorScheme: "purple",
|
|
@@ -11656,7 +11677,7 @@ var MenuItemButton = (0, import_react53.forwardRef)(({ children, appearance, com
|
|
|
11656
11677
|
}
|
|
11657
11678
|
);
|
|
11658
11679
|
}
|
|
11659
|
-
return /* @__PURE__ */ (0,
|
|
11680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(
|
|
11660
11681
|
StyledButton3,
|
|
11661
11682
|
{
|
|
11662
11683
|
...props,
|
|
@@ -11666,10 +11687,10 @@ var MenuItemButton = (0, import_react53.forwardRef)(({ children, appearance, com
|
|
|
11666
11687
|
fullWidth: true,
|
|
11667
11688
|
unstyled: true,
|
|
11668
11689
|
children: [
|
|
11669
|
-
props.leftIcon ? /* @__PURE__ */ (0,
|
|
11670
|
-
/* @__PURE__ */ (0,
|
|
11671
|
-
(0, import_type_guards43.isNotNil)(badge) || (0, import_type_guards43.isNotNil)(command) ? /* @__PURE__ */ (0,
|
|
11672
|
-
props.rightIcon ? /* @__PURE__ */ (0,
|
|
11690
|
+
props.leftIcon ? /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(StyledLeftIconContainer, { children: props.leftIcon }) : null,
|
|
11691
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(StyledLabelAndDescriptionContainer, { children }),
|
|
11692
|
+
(0, import_type_guards43.isNotNil)(badge) || (0, import_type_guards43.isNotNil)(command) ? /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(StyledBadgeContainer, { children: badge ?? command }) : null,
|
|
11693
|
+
props.rightIcon ? /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(StyledRightIconContainer, { children: props.rightIcon }) : null
|
|
11673
11694
|
]
|
|
11674
11695
|
}
|
|
11675
11696
|
);
|
|
@@ -11678,14 +11699,14 @@ MenuItemButton.displayName = "MenuItemButton";
|
|
|
11678
11699
|
|
|
11679
11700
|
// src/components/Menu/MenuItemLabelDescription.tsx
|
|
11680
11701
|
var import_styled_components66 = __toESM(require("styled-components"));
|
|
11681
|
-
var
|
|
11702
|
+
var import_jsx_runtime244 = require("react/jsx-runtime");
|
|
11682
11703
|
var StyledMenuItemLabel = import_styled_components66.default.span``;
|
|
11683
11704
|
var StyledMenuItemDescription = (0, import_styled_components66.default)(Text)``;
|
|
11684
11705
|
var MenuItemLabel = ({ children }) => {
|
|
11685
|
-
return /* @__PURE__ */ (0,
|
|
11706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(StyledMenuItemLabel, { children });
|
|
11686
11707
|
};
|
|
11687
11708
|
var MenuItemDescription = ({ children }) => {
|
|
11688
|
-
return /* @__PURE__ */ (0,
|
|
11709
|
+
return /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(
|
|
11689
11710
|
StyledMenuItemDescription,
|
|
11690
11711
|
{
|
|
11691
11712
|
prominence: "secondary",
|
|
@@ -11696,7 +11717,7 @@ var MenuItemDescription = ({ children }) => {
|
|
|
11696
11717
|
};
|
|
11697
11718
|
|
|
11698
11719
|
// src/components/Menu/SubMenu.tsx
|
|
11699
|
-
var
|
|
11720
|
+
var import_jsx_runtime245 = require("react/jsx-runtime");
|
|
11700
11721
|
var SubMenuContent = (0, import_styled_components67.default)(import_react_dropdown_menu3.DropdownMenuSubContent)`
|
|
11701
11722
|
${menuContentCss}
|
|
11702
11723
|
|
|
@@ -11718,12 +11739,12 @@ var StyledSubTrigger = (0, import_styled_components67.default)(import_react_drop
|
|
|
11718
11739
|
var SubMenuTrigger = ({ icon, ...props }) => {
|
|
11719
11740
|
const { isSmAndUp } = useMq();
|
|
11720
11741
|
const Trigger4 = isSmAndUp ? StyledSubTrigger : import_react_dropdown_menu3.DropdownMenuItem;
|
|
11721
|
-
return /* @__PURE__ */ (0,
|
|
11742
|
+
return /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Trigger4, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
11722
11743
|
MenuItemButton,
|
|
11723
11744
|
{
|
|
11724
11745
|
...props,
|
|
11725
11746
|
leftIcon: icon,
|
|
11726
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
11747
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Icon, { type: "caret-right" })
|
|
11727
11748
|
}
|
|
11728
11749
|
) });
|
|
11729
11750
|
};
|
|
@@ -11737,14 +11758,14 @@ var SubMenu = ({
|
|
|
11737
11758
|
const { isSmAndUp } = useMq();
|
|
11738
11759
|
const [isExpanded, setIsExpanded] = (0, import_react54.useState)(false);
|
|
11739
11760
|
const { compact } = useMenuContext();
|
|
11740
|
-
return isSmAndUp ? /* @__PURE__ */ (0,
|
|
11741
|
-
/* @__PURE__ */ (0,
|
|
11742
|
-
/* @__PURE__ */ (0,
|
|
11743
|
-
(0, import_type_guards44.isNotNil)(description) ? /* @__PURE__ */ (0,
|
|
11761
|
+
return isSmAndUp ? /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(import_react_dropdown_menu3.DropdownMenuSub, { onOpenChange, children: [
|
|
11762
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(SubMenuTrigger, { ...props, children: [
|
|
11763
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(MenuItemLabel, { children: label }),
|
|
11764
|
+
(0, import_type_guards44.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(MenuItemDescription, { children: description }) : null
|
|
11744
11765
|
] }),
|
|
11745
|
-
/* @__PURE__ */ (0,
|
|
11746
|
-
] }) : /* @__PURE__ */ (0,
|
|
11747
|
-
/* @__PURE__ */ (0,
|
|
11766
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(import_react_dropdown_menu3.DropdownMenuPortal, { children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(SubMenuContent, { $compact: compact, children }) })
|
|
11767
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(import_react_dropdown_menu3.DropdownMenuGroup, { children: [
|
|
11768
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(
|
|
11748
11769
|
SubMenuTrigger,
|
|
11749
11770
|
{
|
|
11750
11771
|
...props,
|
|
@@ -11753,12 +11774,12 @@ var SubMenu = ({
|
|
|
11753
11774
|
setIsExpanded((prev) => !prev);
|
|
11754
11775
|
},
|
|
11755
11776
|
children: [
|
|
11756
|
-
/* @__PURE__ */ (0,
|
|
11757
|
-
/* @__PURE__ */ (0,
|
|
11777
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(MenuItemLabel, { children: label }),
|
|
11778
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(MenuItemDescription, { children: description })
|
|
11758
11779
|
]
|
|
11759
11780
|
}
|
|
11760
11781
|
),
|
|
11761
|
-
/* @__PURE__ */ (0,
|
|
11782
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(StyledMobileSubMenuItems, { children: isExpanded ? children : null })
|
|
11762
11783
|
] });
|
|
11763
11784
|
};
|
|
11764
11785
|
SubMenu.displayName = "SubMenu";
|
|
@@ -11766,15 +11787,15 @@ SubMenu.displayName = "SubMenu";
|
|
|
11766
11787
|
// src/components/Menu/MenuItem.tsx
|
|
11767
11788
|
var import_react55 = require("react");
|
|
11768
11789
|
var import_react_dropdown_menu4 = require("@radix-ui/react-dropdown-menu");
|
|
11769
|
-
var
|
|
11790
|
+
var import_jsx_runtime246 = require("react/jsx-runtime");
|
|
11770
11791
|
var MenuItem = (0, import_react55.forwardRef)(
|
|
11771
11792
|
({ onSelect = () => null, ...props }, ref) => {
|
|
11772
|
-
return /* @__PURE__ */ (0,
|
|
11793
|
+
return /* @__PURE__ */ (0, import_jsx_runtime246.jsx)(
|
|
11773
11794
|
import_react_dropdown_menu4.DropdownMenuItem,
|
|
11774
11795
|
{
|
|
11775
11796
|
asChild: true,
|
|
11776
11797
|
onSelect,
|
|
11777
|
-
children: /* @__PURE__ */ (0,
|
|
11798
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime246.jsx)(
|
|
11778
11799
|
MenuItemButton,
|
|
11779
11800
|
{
|
|
11780
11801
|
...props,
|
|
@@ -11790,19 +11811,19 @@ MenuItem.displayName = "MenuItem";
|
|
|
11790
11811
|
|
|
11791
11812
|
// src/components/Menu/MenuRadioGroup.tsx
|
|
11792
11813
|
var import_react_dropdown_menu5 = require("@radix-ui/react-dropdown-menu");
|
|
11793
|
-
var
|
|
11814
|
+
var import_jsx_runtime247 = require("react/jsx-runtime");
|
|
11794
11815
|
var MenuRadioGroup = ({ children, ...props }) => {
|
|
11795
|
-
return /* @__PURE__ */ (0,
|
|
11816
|
+
return /* @__PURE__ */ (0, import_jsx_runtime247.jsx)(import_react_dropdown_menu5.DropdownMenuRadioGroup, { ...props, children });
|
|
11796
11817
|
};
|
|
11797
11818
|
MenuRadioGroup.displayName = "MenuRadioGroup";
|
|
11798
11819
|
|
|
11799
11820
|
// src/components/Menu/RadioMenuItem.tsx
|
|
11800
11821
|
var import_react_dropdown_menu6 = require("@radix-ui/react-dropdown-menu");
|
|
11801
|
-
var
|
|
11822
|
+
var import_jsx_runtime248 = require("react/jsx-runtime");
|
|
11802
11823
|
var RadioMenuItem = ({
|
|
11803
11824
|
onSelect,
|
|
11804
11825
|
value,
|
|
11805
|
-
indicator = /* @__PURE__ */ (0,
|
|
11826
|
+
indicator = /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(
|
|
11806
11827
|
Icon,
|
|
11807
11828
|
{
|
|
11808
11829
|
size: "sm",
|
|
@@ -11812,17 +11833,17 @@ var RadioMenuItem = ({
|
|
|
11812
11833
|
...props
|
|
11813
11834
|
}) => {
|
|
11814
11835
|
const extraProps = onSelect ? { onSelect } : {};
|
|
11815
|
-
return /* @__PURE__ */ (0,
|
|
11836
|
+
return /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(
|
|
11816
11837
|
import_react_dropdown_menu6.DropdownMenuRadioItem,
|
|
11817
11838
|
{
|
|
11818
11839
|
...extraProps,
|
|
11819
11840
|
asChild: true,
|
|
11820
11841
|
value,
|
|
11821
|
-
children: /* @__PURE__ */ (0,
|
|
11842
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(
|
|
11822
11843
|
MenuItemButton,
|
|
11823
11844
|
{
|
|
11824
11845
|
...props,
|
|
11825
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
11846
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime248.jsx)(import_react_dropdown_menu6.DropdownMenuItemIndicator, { children: indicator })
|
|
11826
11847
|
}
|
|
11827
11848
|
)
|
|
11828
11849
|
}
|
|
@@ -11833,9 +11854,9 @@ RadioMenuItem.displayName = "RadioMenuItem";
|
|
|
11833
11854
|
// src/components/Menu/CheckboxMenuItem.tsx
|
|
11834
11855
|
var import_react_dropdown_menu7 = require("@radix-ui/react-dropdown-menu");
|
|
11835
11856
|
var import_type_guards45 = require("@wistia/type-guards");
|
|
11836
|
-
var
|
|
11857
|
+
var import_jsx_runtime249 = require("react/jsx-runtime");
|
|
11837
11858
|
var CheckboxIndicator = ({ checked, ...props }) => {
|
|
11838
|
-
return checked ? /* @__PURE__ */ (0,
|
|
11859
|
+
return checked ? /* @__PURE__ */ (0, import_jsx_runtime249.jsxs)(
|
|
11839
11860
|
"svg",
|
|
11840
11861
|
{
|
|
11841
11862
|
...props,
|
|
@@ -11845,14 +11866,14 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
11845
11866
|
width: "24",
|
|
11846
11867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11847
11868
|
children: [
|
|
11848
|
-
/* @__PURE__ */ (0,
|
|
11869
|
+
/* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11849
11870
|
"path",
|
|
11850
11871
|
{
|
|
11851
11872
|
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",
|
|
11852
11873
|
fill: "#2949e5"
|
|
11853
11874
|
}
|
|
11854
11875
|
),
|
|
11855
|
-
/* @__PURE__ */ (0,
|
|
11876
|
+
/* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11856
11877
|
"path",
|
|
11857
11878
|
{
|
|
11858
11879
|
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",
|
|
@@ -11861,7 +11882,7 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
11861
11882
|
)
|
|
11862
11883
|
]
|
|
11863
11884
|
}
|
|
11864
|
-
) : /* @__PURE__ */ (0,
|
|
11885
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime249.jsxs)(
|
|
11865
11886
|
"svg",
|
|
11866
11887
|
{
|
|
11867
11888
|
...props,
|
|
@@ -11871,14 +11892,14 @@ var CheckboxIndicator = ({ checked, ...props }) => {
|
|
|
11871
11892
|
width: "24",
|
|
11872
11893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11873
11894
|
children: [
|
|
11874
|
-
/* @__PURE__ */ (0,
|
|
11895
|
+
/* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11875
11896
|
"path",
|
|
11876
11897
|
{
|
|
11877
11898
|
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",
|
|
11878
11899
|
fill: "#fcfcfd"
|
|
11879
11900
|
}
|
|
11880
11901
|
),
|
|
11881
|
-
/* @__PURE__ */ (0,
|
|
11902
|
+
/* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11882
11903
|
"path",
|
|
11883
11904
|
{
|
|
11884
11905
|
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",
|
|
@@ -11895,19 +11916,19 @@ var CheckboxMenuItem = ({
|
|
|
11895
11916
|
onCheckedChange,
|
|
11896
11917
|
...props
|
|
11897
11918
|
}) => {
|
|
11898
|
-
return /* @__PURE__ */ (0,
|
|
11919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11899
11920
|
import_react_dropdown_menu7.DropdownMenuCheckboxItem,
|
|
11900
11921
|
{
|
|
11901
11922
|
asChild: true,
|
|
11902
11923
|
checked,
|
|
11903
11924
|
onCheckedChange,
|
|
11904
11925
|
onSelect,
|
|
11905
|
-
children: /* @__PURE__ */ (0,
|
|
11926
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
|
|
11906
11927
|
MenuItemButton,
|
|
11907
11928
|
{
|
|
11908
11929
|
...props,
|
|
11909
|
-
leftIcon: (0, import_type_guards45.isNotNil)(props.icon) ? props.icon : /* @__PURE__ */ (0,
|
|
11910
|
-
rightIcon: (0, import_type_guards45.isNotNil)(props.icon) ? /* @__PURE__ */ (0,
|
|
11930
|
+
leftIcon: (0, import_type_guards45.isNotNil)(props.icon) ? props.icon : /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(CheckboxIndicator, { checked }),
|
|
11931
|
+
rightIcon: (0, import_type_guards45.isNotNil)(props.icon) ? /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(import_react_dropdown_menu7.DropdownMenuItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(Icon, { type: "checkmark" }) }) : void 0
|
|
11911
11932
|
}
|
|
11912
11933
|
)
|
|
11913
11934
|
}
|
|
@@ -11917,18 +11938,18 @@ CheckboxMenuItem.displayName = "CheckboxMenuItem";
|
|
|
11917
11938
|
|
|
11918
11939
|
// src/components/Menu/FilterMenu.tsx
|
|
11919
11940
|
var import_react56 = require("react");
|
|
11920
|
-
var
|
|
11941
|
+
var import_jsx_runtime250 = require("react/jsx-runtime");
|
|
11921
11942
|
var FilterMenuItem = CheckboxMenuItem;
|
|
11922
11943
|
var FilterMenu = (0, import_react56.forwardRef)(
|
|
11923
11944
|
({ value, onChange, searchValue, onSearchValueChange, children, ...props }, ref) => {
|
|
11924
|
-
return /* @__PURE__ */ (0,
|
|
11945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime250.jsxs)(
|
|
11925
11946
|
Menu,
|
|
11926
11947
|
{
|
|
11927
11948
|
...props,
|
|
11928
11949
|
ref,
|
|
11929
11950
|
isOpen: true,
|
|
11930
11951
|
children: [
|
|
11931
|
-
/* @__PURE__ */ (0,
|
|
11952
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
11932
11953
|
Card,
|
|
11933
11954
|
{
|
|
11934
11955
|
alignItems: "flex-end",
|
|
@@ -11943,7 +11964,7 @@ var FilterMenu = (0, import_react56.forwardRef)(
|
|
|
11943
11964
|
right: 0,
|
|
11944
11965
|
margin: "1px"
|
|
11945
11966
|
},
|
|
11946
|
-
children: /* @__PURE__ */ (0,
|
|
11967
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
11947
11968
|
Input,
|
|
11948
11969
|
{
|
|
11949
11970
|
autoFocus: true,
|
|
@@ -11969,7 +11990,7 @@ var FilterMenu = (0, import_react56.forwardRef)(
|
|
|
11969
11990
|
)
|
|
11970
11991
|
}
|
|
11971
11992
|
),
|
|
11972
|
-
/* @__PURE__ */ (0,
|
|
11993
|
+
/* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
11973
11994
|
MenuItem,
|
|
11974
11995
|
{
|
|
11975
11996
|
disabled: true,
|
|
@@ -11977,8 +11998,8 @@ var FilterMenu = (0, import_react56.forwardRef)(
|
|
|
11977
11998
|
children: " "
|
|
11978
11999
|
}
|
|
11979
12000
|
),
|
|
11980
|
-
import_react56.Children.toArray(children).length > 0 ? children : /* @__PURE__ */ (0,
|
|
11981
|
-
value.length > 0 && /* @__PURE__ */ (0,
|
|
12001
|
+
import_react56.Children.toArray(children).length > 0 ? children : /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(MenuItem, { disabled: true, children: "No results found" }),
|
|
12002
|
+
value.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(MenuItem, { disabled: true, children: /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
11982
12003
|
Card,
|
|
11983
12004
|
{
|
|
11984
12005
|
alignItems: "flex-end",
|
|
@@ -11993,7 +12014,7 @@ var FilterMenu = (0, import_react56.forwardRef)(
|
|
|
11993
12014
|
right: 0,
|
|
11994
12015
|
margin: "1px"
|
|
11995
12016
|
},
|
|
11996
|
-
children: /* @__PURE__ */ (0,
|
|
12017
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime250.jsx)(
|
|
11997
12018
|
Button,
|
|
11998
12019
|
{
|
|
11999
12020
|
onClick: () => onChange([]),
|
|
@@ -12023,24 +12044,24 @@ var import_react_dialog2 = require("@radix-ui/react-dialog");
|
|
|
12023
12044
|
// src/components/Modal/ModalCloseButton.tsx
|
|
12024
12045
|
var import_styled_components68 = __toESM(require("styled-components"));
|
|
12025
12046
|
var import_react_dialog = require("@radix-ui/react-dialog");
|
|
12026
|
-
var
|
|
12047
|
+
var import_jsx_runtime251 = require("react/jsx-runtime");
|
|
12027
12048
|
var CloseButton = (0, import_styled_components68.default)(import_react_dialog.Close)`
|
|
12028
12049
|
align-self: start;
|
|
12029
12050
|
`;
|
|
12030
12051
|
var ModalCloseButton = () => {
|
|
12031
|
-
return /* @__PURE__ */ (0,
|
|
12052
|
+
return /* @__PURE__ */ (0, import_jsx_runtime251.jsx)(CloseButton, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime251.jsx)(
|
|
12032
12053
|
IconButton,
|
|
12033
12054
|
{
|
|
12034
12055
|
label: "Dismiss modal",
|
|
12035
12056
|
size: "sm",
|
|
12036
12057
|
variant: "ghost",
|
|
12037
|
-
children: /* @__PURE__ */ (0,
|
|
12058
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime251.jsx)(Icon, { type: "close" })
|
|
12038
12059
|
}
|
|
12039
12060
|
) });
|
|
12040
12061
|
};
|
|
12041
12062
|
|
|
12042
12063
|
// src/components/Modal/ModalHeader.tsx
|
|
12043
|
-
var
|
|
12064
|
+
var import_jsx_runtime252 = require("react/jsx-runtime");
|
|
12044
12065
|
var Header = import_styled_components69.default.header`
|
|
12045
12066
|
display: flex;
|
|
12046
12067
|
order: 1;
|
|
@@ -12063,10 +12084,10 @@ var ModalHeader = ({
|
|
|
12063
12084
|
hideTitle,
|
|
12064
12085
|
hideCloseButton
|
|
12065
12086
|
}) => {
|
|
12066
|
-
const TitleComponent = hideTitle ? /* @__PURE__ */ (0,
|
|
12067
|
-
return /* @__PURE__ */ (0,
|
|
12087
|
+
const TitleComponent = hideTitle ? /* @__PURE__ */ (0, import_jsx_runtime252.jsx)(ScreenReaderOnly, { children: /* @__PURE__ */ (0, import_jsx_runtime252.jsx)(Title, { children: title }) }) : /* @__PURE__ */ (0, import_jsx_runtime252.jsx)(Title, { children: title });
|
|
12088
|
+
return /* @__PURE__ */ (0, import_jsx_runtime252.jsxs)(Header, { $hideTitle: hideTitle, children: [
|
|
12068
12089
|
TitleComponent,
|
|
12069
|
-
hideCloseButton ? null : /* @__PURE__ */ (0,
|
|
12090
|
+
hideCloseButton ? null : /* @__PURE__ */ (0, import_jsx_runtime252.jsx)(ModalCloseButton, {})
|
|
12070
12091
|
] });
|
|
12071
12092
|
};
|
|
12072
12093
|
|
|
@@ -12095,7 +12116,7 @@ var useFocusRestore = () => {
|
|
|
12095
12116
|
};
|
|
12096
12117
|
|
|
12097
12118
|
// src/components/Modal/ModalContent.tsx
|
|
12098
|
-
var
|
|
12119
|
+
var import_jsx_runtime253 = require("react/jsx-runtime");
|
|
12099
12120
|
var modalEnter = import_styled_components70.keyframes`
|
|
12100
12121
|
from {
|
|
12101
12122
|
opacity: 0;
|
|
@@ -12224,7 +12245,7 @@ var StyledModalContent = (0, import_styled_components70.default)(import_react_di
|
|
|
12224
12245
|
var ModalContent = (0, import_react58.forwardRef)(
|
|
12225
12246
|
({ width, positionVariant = "fixed-top", children, ...props }, ref) => {
|
|
12226
12247
|
useFocusRestore();
|
|
12227
|
-
return /* @__PURE__ */ (0,
|
|
12248
|
+
return /* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
|
|
12228
12249
|
StyledModalContent,
|
|
12229
12250
|
{
|
|
12230
12251
|
ref,
|
|
@@ -12272,7 +12293,7 @@ var ModalOverlay = (0, import_styled_components71.default)(import_react_dialog4.
|
|
|
12272
12293
|
`;
|
|
12273
12294
|
|
|
12274
12295
|
// src/components/Modal/Modal.tsx
|
|
12275
|
-
var
|
|
12296
|
+
var import_jsx_runtime254 = require("react/jsx-runtime");
|
|
12276
12297
|
var DEFAULT_MODAL_WIDTH = "532px";
|
|
12277
12298
|
var ModalBody = import_styled_components72.default.div`
|
|
12278
12299
|
flex-direction: column;
|
|
@@ -12293,7 +12314,7 @@ var Modal = (0, import_react59.forwardRef)(
|
|
|
12293
12314
|
width = DEFAULT_MODAL_WIDTH,
|
|
12294
12315
|
...props
|
|
12295
12316
|
}, ref) => {
|
|
12296
|
-
return /* @__PURE__ */ (0,
|
|
12317
|
+
return /* @__PURE__ */ (0, import_jsx_runtime254.jsx)(
|
|
12297
12318
|
import_react_dialog5.Root,
|
|
12298
12319
|
{
|
|
12299
12320
|
onOpenChange: (open2) => {
|
|
@@ -12302,9 +12323,9 @@ var Modal = (0, import_react59.forwardRef)(
|
|
|
12302
12323
|
}
|
|
12303
12324
|
},
|
|
12304
12325
|
open: isOpen,
|
|
12305
|
-
children: /* @__PURE__ */ (0,
|
|
12306
|
-
/* @__PURE__ */ (0,
|
|
12307
|
-
/* @__PURE__ */ (0,
|
|
12326
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime254.jsxs)(import_react_dialog5.Portal, { children: [
|
|
12327
|
+
/* @__PURE__ */ (0, import_jsx_runtime254.jsx)(ModalOverlay, {}),
|
|
12328
|
+
/* @__PURE__ */ (0, import_jsx_runtime254.jsxs)(
|
|
12308
12329
|
ModalContent,
|
|
12309
12330
|
{
|
|
12310
12331
|
ref,
|
|
@@ -12320,8 +12341,8 @@ var Modal = (0, import_react59.forwardRef)(
|
|
|
12320
12341
|
width,
|
|
12321
12342
|
...props,
|
|
12322
12343
|
children: [
|
|
12323
|
-
/* @__PURE__ */ (0,
|
|
12324
|
-
/* @__PURE__ */ (0,
|
|
12344
|
+
/* @__PURE__ */ (0, import_jsx_runtime254.jsx)(ModalBody, { children }),
|
|
12345
|
+
/* @__PURE__ */ (0, import_jsx_runtime254.jsx)(
|
|
12325
12346
|
ModalHeader,
|
|
12326
12347
|
{
|
|
12327
12348
|
hideCloseButton,
|
|
@@ -12352,7 +12373,7 @@ var getControlProps = (isOpen, onOpenChange) => {
|
|
|
12352
12373
|
// src/components/Popover/PopoverArrow.tsx
|
|
12353
12374
|
var import_react_popover = require("@radix-ui/react-popover");
|
|
12354
12375
|
var import_styled_components73 = __toESM(require("styled-components"));
|
|
12355
|
-
var
|
|
12376
|
+
var import_jsx_runtime255 = require("react/jsx-runtime");
|
|
12356
12377
|
var StyledPath = import_styled_components73.default.path`
|
|
12357
12378
|
fill: var(--wui-color-border-secondary);
|
|
12358
12379
|
`;
|
|
@@ -12391,7 +12412,7 @@ var StyledCircle = import_styled_components73.default.circle`
|
|
|
12391
12412
|
}
|
|
12392
12413
|
`;
|
|
12393
12414
|
var PopoverArrow = ({ isAnimated }) => {
|
|
12394
|
-
return /* @__PURE__ */ (0,
|
|
12415
|
+
return /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(import_react_popover.PopoverArrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime255.jsxs)(
|
|
12395
12416
|
"svg",
|
|
12396
12417
|
{
|
|
12397
12418
|
fill: "none",
|
|
@@ -12400,8 +12421,8 @@ var PopoverArrow = ({ isAnimated }) => {
|
|
|
12400
12421
|
width: "48",
|
|
12401
12422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12402
12423
|
children: [
|
|
12403
|
-
/* @__PURE__ */ (0,
|
|
12404
|
-
/* @__PURE__ */ (0,
|
|
12424
|
+
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(StyledPath, { d: "M24 26.6667C21.0545 26.6667 18.6667 29.0545 18.6667 32C18.6667 34.9455 21.0545 37.3333 24 37.3333C26.9455 37.3333 29.3333 34.9455 29.3333 32C29.3333 29.0545 26.9455 26.6667 24 26.6667ZM23 0V32H25V0H23Z" }),
|
|
12425
|
+
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(
|
|
12405
12426
|
StyledCircle,
|
|
12406
12427
|
{
|
|
12407
12428
|
$isAnimated: isAnimated,
|
|
@@ -12412,7 +12433,7 @@ var PopoverArrow = ({ isAnimated }) => {
|
|
|
12412
12433
|
strokeWidth: "4"
|
|
12413
12434
|
}
|
|
12414
12435
|
),
|
|
12415
|
-
/* @__PURE__ */ (0,
|
|
12436
|
+
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(
|
|
12416
12437
|
StyledCircle,
|
|
12417
12438
|
{
|
|
12418
12439
|
$isAnimated: isAnimated,
|
|
@@ -12430,7 +12451,7 @@ var PopoverArrow = ({ isAnimated }) => {
|
|
|
12430
12451
|
PopoverArrow.displayName = "PopoverArrow";
|
|
12431
12452
|
|
|
12432
12453
|
// src/components/Popover/Popover.tsx
|
|
12433
|
-
var
|
|
12454
|
+
var import_jsx_runtime256 = require("react/jsx-runtime");
|
|
12434
12455
|
var StyledContent2 = (0, import_styled_components74.default)(import_react_popover2.Content)`
|
|
12435
12456
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
12436
12457
|
${({ $unstyled }) => !$unstyled && import_styled_components74.css`
|
|
@@ -12469,9 +12490,9 @@ var Popover2 = ({
|
|
|
12469
12490
|
"--wui-popover-max-width": maxWidth,
|
|
12470
12491
|
"--wui-popover-max-height": maxHeight
|
|
12471
12492
|
};
|
|
12472
|
-
return /* @__PURE__ */ (0,
|
|
12473
|
-
/* @__PURE__ */ (0,
|
|
12474
|
-
/* @__PURE__ */ (0,
|
|
12493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime256.jsxs)(import_react_popover2.Root, { ...getControlProps(isOpen, onOpenChange), children: [
|
|
12494
|
+
/* @__PURE__ */ (0, import_jsx_runtime256.jsx)(import_react_popover2.Trigger, { asChild: true, children: trigger }),
|
|
12495
|
+
/* @__PURE__ */ (0, import_jsx_runtime256.jsx)(import_react_popover2.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime256.jsxs)(
|
|
12475
12496
|
StyledContent2,
|
|
12476
12497
|
{
|
|
12477
12498
|
$colorScheme: colorScheme,
|
|
@@ -12480,17 +12501,17 @@ var Popover2 = ({
|
|
|
12480
12501
|
$unstyled: unstyled,
|
|
12481
12502
|
style,
|
|
12482
12503
|
children: [
|
|
12483
|
-
!hideCloseButton && /* @__PURE__ */ (0,
|
|
12504
|
+
!hideCloseButton && /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(import_react_popover2.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(
|
|
12484
12505
|
IconButton,
|
|
12485
12506
|
{
|
|
12486
12507
|
"data-wui-popover-close": true,
|
|
12487
12508
|
label: "Close",
|
|
12488
12509
|
variant: "ghost",
|
|
12489
|
-
children: /* @__PURE__ */ (0,
|
|
12510
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(Icon, { type: "close" })
|
|
12490
12511
|
}
|
|
12491
12512
|
) }),
|
|
12492
|
-
withArrow ? /* @__PURE__ */ (0,
|
|
12493
|
-
/* @__PURE__ */ (0,
|
|
12513
|
+
withArrow ? /* @__PURE__ */ (0, import_jsx_runtime256.jsx)(PopoverArrow, { isAnimated }) : null,
|
|
12514
|
+
/* @__PURE__ */ (0, import_jsx_runtime256.jsx)("div", { children })
|
|
12494
12515
|
]
|
|
12495
12516
|
}
|
|
12496
12517
|
) })
|
|
@@ -12502,7 +12523,7 @@ Popover2.displayName = "Popover";
|
|
|
12502
12523
|
var import_styled_components75 = __toESM(require("styled-components"));
|
|
12503
12524
|
var import_react_progress = require("@radix-ui/react-progress");
|
|
12504
12525
|
var import_type_guards49 = require("@wistia/type-guards");
|
|
12505
|
-
var
|
|
12526
|
+
var import_jsx_runtime257 = require("react/jsx-runtime");
|
|
12506
12527
|
var ProgressBarWrapper = import_styled_components75.default.div`
|
|
12507
12528
|
--progress-bar-height: 8px;
|
|
12508
12529
|
--progress-bar-indicator-color: var(--wui-color-bg-fill);
|
|
@@ -12555,15 +12576,15 @@ var ProgressBar = ({
|
|
|
12555
12576
|
labelRight,
|
|
12556
12577
|
...props
|
|
12557
12578
|
}) => {
|
|
12558
|
-
return /* @__PURE__ */ (0,
|
|
12559
|
-
(0, import_type_guards49.isNotNil)(labelLeft) ? /* @__PURE__ */ (0,
|
|
12560
|
-
/* @__PURE__ */ (0,
|
|
12579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime257.jsxs)(ProgressBarWrapper, { children: [
|
|
12580
|
+
(0, import_type_guards49.isNotNil)(labelLeft) ? /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(ProgressBarLabel, { children: labelLeft }) : null,
|
|
12581
|
+
/* @__PURE__ */ (0, import_jsx_runtime257.jsx)(
|
|
12561
12582
|
StyledProgressBar,
|
|
12562
12583
|
{
|
|
12563
12584
|
max,
|
|
12564
12585
|
value: progress,
|
|
12565
12586
|
...props,
|
|
12566
|
-
children: /* @__PURE__ */ (0,
|
|
12587
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(
|
|
12567
12588
|
StyledProgressIndicator,
|
|
12568
12589
|
{
|
|
12569
12590
|
$max: max,
|
|
@@ -12572,7 +12593,7 @@ var ProgressBar = ({
|
|
|
12572
12593
|
)
|
|
12573
12594
|
}
|
|
12574
12595
|
),
|
|
12575
|
-
(0, import_type_guards49.isNotNil)(labelRight) ? /* @__PURE__ */ (0,
|
|
12596
|
+
(0, import_type_guards49.isNotNil)(labelRight) ? /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(ProgressBarLabel, { children: labelRight }) : null
|
|
12576
12597
|
] });
|
|
12577
12598
|
};
|
|
12578
12599
|
ProgressBar.displayName = "ProgressBar";
|
|
@@ -12581,8 +12602,8 @@ ProgressBar.displayName = "ProgressBar";
|
|
|
12581
12602
|
var import_react60 = require("react");
|
|
12582
12603
|
var import_styled_components76 = __toESM(require("styled-components"));
|
|
12583
12604
|
var import_type_guards50 = require("@wistia/type-guards");
|
|
12584
|
-
var
|
|
12585
|
-
var RadioIcon = () => /* @__PURE__ */ (0,
|
|
12605
|
+
var import_jsx_runtime258 = require("react/jsx-runtime");
|
|
12606
|
+
var RadioIcon = () => /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(
|
|
12586
12607
|
"svg",
|
|
12587
12608
|
{
|
|
12588
12609
|
fill: "inherit",
|
|
@@ -12590,7 +12611,7 @@ var RadioIcon = () => /* @__PURE__ */ (0, import_jsx_runtime257.jsx)(
|
|
|
12590
12611
|
viewBox: "0 0 1 1",
|
|
12591
12612
|
width: "1",
|
|
12592
12613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12593
|
-
children: /* @__PURE__ */ (0,
|
|
12614
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(
|
|
12594
12615
|
"circle",
|
|
12595
12616
|
{
|
|
12596
12617
|
cx: "0.5",
|
|
@@ -12705,13 +12726,13 @@ var Radio = (0, import_react60.forwardRef)(
|
|
|
12705
12726
|
const radioName = name ?? contextName;
|
|
12706
12727
|
const handleOnChange = onChange ?? contextOnChange;
|
|
12707
12728
|
const defaultChecked = (0, import_type_guards50.isNotUndefined)(value) && (0, import_type_guards50.isNotUndefined)(contextValue) ? contextValue.includes(value) : void 0;
|
|
12708
|
-
return /* @__PURE__ */ (0,
|
|
12729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime258.jsxs)(
|
|
12709
12730
|
StyledRadioWrapper,
|
|
12710
12731
|
{
|
|
12711
12732
|
$disabled: disabled,
|
|
12712
12733
|
"aria-invalid": props["aria-invalid"],
|
|
12713
12734
|
children: [
|
|
12714
|
-
/* @__PURE__ */ (0,
|
|
12735
|
+
/* @__PURE__ */ (0, import_jsx_runtime258.jsx)(
|
|
12715
12736
|
StyledHiddenRadioInput,
|
|
12716
12737
|
{
|
|
12717
12738
|
...props,
|
|
@@ -12726,16 +12747,16 @@ var Radio = (0, import_react60.forwardRef)(
|
|
|
12726
12747
|
...(0, import_type_guards50.isNotUndefined)(defaultChecked) ? { defaultChecked } : { checked }
|
|
12727
12748
|
}
|
|
12728
12749
|
),
|
|
12729
|
-
/* @__PURE__ */ (0,
|
|
12750
|
+
/* @__PURE__ */ (0, import_jsx_runtime258.jsx)(
|
|
12730
12751
|
FormControlLabel,
|
|
12731
12752
|
{
|
|
12732
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
12753
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(
|
|
12733
12754
|
StyledRadioInput,
|
|
12734
12755
|
{
|
|
12735
12756
|
$disabled: disabled,
|
|
12736
12757
|
$size: size,
|
|
12737
12758
|
"data-wui-faux-input": "true",
|
|
12738
|
-
children: /* @__PURE__ */ (0,
|
|
12759
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime258.jsx)(RadioIcon, {})
|
|
12739
12760
|
}
|
|
12740
12761
|
),
|
|
12741
12762
|
description,
|
|
@@ -12760,7 +12781,7 @@ var import_type_guards52 = require("@wistia/type-guards");
|
|
|
12760
12781
|
|
|
12761
12782
|
// src/components/SegmentedControl/useSelectedItemStyle.tsx
|
|
12762
12783
|
var import_react61 = require("react");
|
|
12763
|
-
var
|
|
12784
|
+
var import_jsx_runtime259 = require("react/jsx-runtime");
|
|
12764
12785
|
var SelectedItemStyleContext = (0, import_react61.createContext)(null);
|
|
12765
12786
|
var SelectedItemStyleProvider = ({
|
|
12766
12787
|
children
|
|
@@ -12781,7 +12802,7 @@ var SelectedItemStyleProvider = ({
|
|
|
12781
12802
|
}),
|
|
12782
12803
|
[selectedItemIndicatorStyle]
|
|
12783
12804
|
);
|
|
12784
|
-
return /* @__PURE__ */ (0,
|
|
12805
|
+
return /* @__PURE__ */ (0, import_jsx_runtime259.jsx)(SelectedItemStyleContext.Provider, { value: contextValue, children });
|
|
12785
12806
|
};
|
|
12786
12807
|
var useSelectedItemStyle = () => {
|
|
12787
12808
|
const context = (0, import_react61.useContext)(SelectedItemStyleContext);
|
|
@@ -12808,7 +12829,7 @@ var useSegmentedControlValue = () => {
|
|
|
12808
12829
|
};
|
|
12809
12830
|
|
|
12810
12831
|
// src/components/SegmentedControl/SelectedItemIndicator.tsx
|
|
12811
|
-
var
|
|
12832
|
+
var import_jsx_runtime260 = require("react/jsx-runtime");
|
|
12812
12833
|
var selectedItemIndicatorStyles = import_styled_components77.css`
|
|
12813
12834
|
background-color: var(--wui-color-bg-fill-white);
|
|
12814
12835
|
border-radius: var(--wui-border-radius-rounded);
|
|
@@ -12830,7 +12851,7 @@ var SelectedItemIndicator = () => {
|
|
|
12830
12851
|
if (!selectedValue || (0, import_type_guards51.isUndefined)(selectedItemIndicatorStyle)) {
|
|
12831
12852
|
return null;
|
|
12832
12853
|
}
|
|
12833
|
-
return /* @__PURE__ */ (0,
|
|
12854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime260.jsx)(
|
|
12834
12855
|
SelectedItemIndicatorDiv,
|
|
12835
12856
|
{
|
|
12836
12857
|
"data-wui-selected-item-indicator": true,
|
|
@@ -12840,7 +12861,7 @@ var SelectedItemIndicator = () => {
|
|
|
12840
12861
|
};
|
|
12841
12862
|
|
|
12842
12863
|
// src/components/SegmentedControl/SegmentedControl.tsx
|
|
12843
|
-
var
|
|
12864
|
+
var import_jsx_runtime261 = require("react/jsx-runtime");
|
|
12844
12865
|
var segmentedControlStyles = import_styled_components78.css`
|
|
12845
12866
|
display: inline-flex;
|
|
12846
12867
|
background-color: var(--wui-color-bg-surface-secondary);
|
|
@@ -12867,7 +12888,7 @@ var SegmentedControl = (0, import_react63.forwardRef)(
|
|
|
12867
12888
|
if ((0, import_type_guards52.isNil)(children)) {
|
|
12868
12889
|
return null;
|
|
12869
12890
|
}
|
|
12870
|
-
return /* @__PURE__ */ (0,
|
|
12891
|
+
return /* @__PURE__ */ (0, import_jsx_runtime261.jsx)(
|
|
12871
12892
|
StyledSegmentedControl,
|
|
12872
12893
|
{
|
|
12873
12894
|
ref,
|
|
@@ -12879,9 +12900,9 @@ var SegmentedControl = (0, import_react63.forwardRef)(
|
|
|
12879
12900
|
type: "single",
|
|
12880
12901
|
value: selectedValue,
|
|
12881
12902
|
...props,
|
|
12882
|
-
children: /* @__PURE__ */ (0,
|
|
12903
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime261.jsx)(SegmentedControlValueProvider, { value: selectedValue, children: /* @__PURE__ */ (0, import_jsx_runtime261.jsxs)(SelectedItemStyleProvider, { children: [
|
|
12883
12904
|
children,
|
|
12884
|
-
/* @__PURE__ */ (0,
|
|
12905
|
+
/* @__PURE__ */ (0, import_jsx_runtime261.jsx)(SelectedItemIndicator, {})
|
|
12885
12906
|
] }) })
|
|
12886
12907
|
}
|
|
12887
12908
|
);
|
|
@@ -12894,7 +12915,7 @@ var import_react64 = require("react");
|
|
|
12894
12915
|
var import_styled_components79 = __toESM(require("styled-components"));
|
|
12895
12916
|
var import_react_toggle_group2 = require("@radix-ui/react-toggle-group");
|
|
12896
12917
|
var import_type_guards53 = require("@wistia/type-guards");
|
|
12897
|
-
var
|
|
12918
|
+
var import_jsx_runtime262 = require("react/jsx-runtime");
|
|
12898
12919
|
var segmentedControlItemStyles = import_styled_components79.css`
|
|
12899
12920
|
all: unset; /* ToggleGroupItem is a button element */
|
|
12900
12921
|
align-items: center;
|
|
@@ -13003,7 +13024,7 @@ var SegmentedControlItem = (0, import_react64.forwardRef)(
|
|
|
13003
13024
|
resizeObserver.disconnect();
|
|
13004
13025
|
};
|
|
13005
13026
|
}, [selectedValue, setSelectedItemMeasurements, value]);
|
|
13006
|
-
return /* @__PURE__ */ (0,
|
|
13027
|
+
return /* @__PURE__ */ (0, import_jsx_runtime262.jsxs)(
|
|
13007
13028
|
StyledSegmentedControlItem,
|
|
13008
13029
|
{
|
|
13009
13030
|
ref: combinedRef,
|
|
@@ -13027,7 +13048,7 @@ SegmentedControlItem.displayName = "SegmentedControlItem";
|
|
|
13027
13048
|
var import_react_select = require("@radix-ui/react-select");
|
|
13028
13049
|
var import_react65 = require("react");
|
|
13029
13050
|
var import_styled_components80 = __toESM(require("styled-components"));
|
|
13030
|
-
var
|
|
13051
|
+
var import_jsx_runtime263 = require("react/jsx-runtime");
|
|
13031
13052
|
var StyledTrigger2 = (0, import_styled_components80.default)(import_react_select.Trigger)`
|
|
13032
13053
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
13033
13054
|
${inputCss};
|
|
@@ -13100,13 +13121,13 @@ var Select = (0, import_react65.forwardRef)(
|
|
|
13100
13121
|
...props
|
|
13101
13122
|
}, forwardedRef) => {
|
|
13102
13123
|
const responsiveFullWidth = useResponsiveProp(fullWidth);
|
|
13103
|
-
return /* @__PURE__ */ (0,
|
|
13124
|
+
return /* @__PURE__ */ (0, import_jsx_runtime263.jsxs)(
|
|
13104
13125
|
import_react_select.Root,
|
|
13105
13126
|
{
|
|
13106
13127
|
...props,
|
|
13107
13128
|
onValueChange: onChange,
|
|
13108
13129
|
children: [
|
|
13109
|
-
/* @__PURE__ */ (0,
|
|
13130
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsxs)(
|
|
13110
13131
|
StyledTrigger2,
|
|
13111
13132
|
{
|
|
13112
13133
|
ref: forwardedRef,
|
|
@@ -13114,8 +13135,8 @@ var Select = (0, import_react65.forwardRef)(
|
|
|
13114
13135
|
$fullWidth: responsiveFullWidth,
|
|
13115
13136
|
...props,
|
|
13116
13137
|
children: [
|
|
13117
|
-
/* @__PURE__ */ (0,
|
|
13118
|
-
/* @__PURE__ */ (0,
|
|
13138
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(import_react_select.Value, { placeholder }),
|
|
13139
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
13119
13140
|
Icon,
|
|
13120
13141
|
{
|
|
13121
13142
|
size: "md",
|
|
@@ -13125,10 +13146,10 @@ var Select = (0, import_react65.forwardRef)(
|
|
|
13125
13146
|
]
|
|
13126
13147
|
}
|
|
13127
13148
|
),
|
|
13128
|
-
/* @__PURE__ */ (0,
|
|
13129
|
-
/* @__PURE__ */ (0,
|
|
13130
|
-
/* @__PURE__ */ (0,
|
|
13131
|
-
/* @__PURE__ */ (0,
|
|
13149
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(import_react_select.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime263.jsxs)(StyledContent3, { position: "popper", children: [
|
|
13150
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(import_react_select.ScrollUpButton, { children: /* @__PURE__ */ (0, import_jsx_runtime263.jsx)(Icon, { type: "caret-up" }) }),
|
|
13151
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(import_react_select.Viewport, { children }),
|
|
13152
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(import_react_select.ScrollDownButton, { children: /* @__PURE__ */ (0, import_jsx_runtime263.jsx)(Icon, { type: "caret-down" }) })
|
|
13132
13153
|
] }) })
|
|
13133
13154
|
]
|
|
13134
13155
|
}
|
|
@@ -13142,7 +13163,7 @@ var import_react_select2 = require("@radix-ui/react-select");
|
|
|
13142
13163
|
var import_react66 = require("react");
|
|
13143
13164
|
var import_styled_components81 = __toESM(require("styled-components"));
|
|
13144
13165
|
var import_type_guards54 = require("@wistia/type-guards");
|
|
13145
|
-
var
|
|
13166
|
+
var import_jsx_runtime264 = require("react/jsx-runtime");
|
|
13146
13167
|
var StyledItem = (0, import_styled_components81.default)(import_react_select2.Item)`
|
|
13147
13168
|
${variantStyleMap2.body3};
|
|
13148
13169
|
display: flex;
|
|
@@ -13172,23 +13193,23 @@ var StyledIconContainer = import_styled_components81.default.span`
|
|
|
13172
13193
|
`;
|
|
13173
13194
|
var SelectOption = (0, import_react66.forwardRef)(
|
|
13174
13195
|
({ children, selectedDisplayValue, ...props }, forwardedRef) => {
|
|
13175
|
-
return /* @__PURE__ */ (0,
|
|
13196
|
+
return /* @__PURE__ */ (0, import_jsx_runtime264.jsxs)(
|
|
13176
13197
|
StyledItem,
|
|
13177
13198
|
{
|
|
13178
13199
|
...props,
|
|
13179
13200
|
ref: forwardedRef,
|
|
13180
13201
|
children: [
|
|
13181
|
-
/* @__PURE__ */ (0,
|
|
13202
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)(StyledIconContainer, { "data-indicator": true, children: /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(import_react_select2.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
13182
13203
|
Icon,
|
|
13183
13204
|
{
|
|
13184
13205
|
size: "sm",
|
|
13185
13206
|
type: "checkmark"
|
|
13186
13207
|
}
|
|
13187
13208
|
) }) }),
|
|
13188
|
-
(0, import_type_guards54.isNotNil)(selectedDisplayValue) ? /* @__PURE__ */ (0,
|
|
13209
|
+
(0, import_type_guards54.isNotNil)(selectedDisplayValue) ? /* @__PURE__ */ (0, import_jsx_runtime264.jsxs)("div", { children: [
|
|
13189
13210
|
children,
|
|
13190
|
-
/* @__PURE__ */ (0,
|
|
13191
|
-
] }) : /* @__PURE__ */ (0,
|
|
13211
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)("div", { style: { display: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(import_react_select2.ItemText, { children: selectedDisplayValue }) })
|
|
13212
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime264.jsx)(import_react_select2.ItemText, { children })
|
|
13192
13213
|
]
|
|
13193
13214
|
}
|
|
13194
13215
|
);
|
|
@@ -13199,13 +13220,13 @@ SelectOption.displayName = "SelectOption";
|
|
|
13199
13220
|
// src/components/Select/SelectOptionGroup.tsx
|
|
13200
13221
|
var import_react_select3 = require("@radix-ui/react-select");
|
|
13201
13222
|
var import_styled_components82 = __toESM(require("styled-components"));
|
|
13202
|
-
var
|
|
13223
|
+
var import_jsx_runtime265 = require("react/jsx-runtime");
|
|
13203
13224
|
var StyledLabel4 = (0, import_styled_components82.default)(import_react_select3.Label)`
|
|
13204
13225
|
padding: var(--wui-select-option-padding);
|
|
13205
13226
|
`;
|
|
13206
13227
|
var SelectOptionGroup = ({ children, label, ...props }) => {
|
|
13207
|
-
return /* @__PURE__ */ (0,
|
|
13208
|
-
/* @__PURE__ */ (0,
|
|
13228
|
+
return /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)(import_react_select3.Group, { ...props, children: [
|
|
13229
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)(StyledLabel4, { children: /* @__PURE__ */ (0, import_jsx_runtime265.jsx)(
|
|
13209
13230
|
Text,
|
|
13210
13231
|
{
|
|
13211
13232
|
prominence: "secondary",
|
|
@@ -13221,7 +13242,7 @@ var SelectOptionGroup = ({ children, label, ...props }) => {
|
|
|
13221
13242
|
var import_react_slider = require("@radix-ui/react-slider");
|
|
13222
13243
|
var import_styled_components83 = __toESM(require("styled-components"));
|
|
13223
13244
|
var import_type_guards55 = require("@wistia/type-guards");
|
|
13224
|
-
var
|
|
13245
|
+
var import_jsx_runtime266 = require("react/jsx-runtime");
|
|
13225
13246
|
var SliderContainer = import_styled_components83.default.div`
|
|
13226
13247
|
--wui-slider-track-color: var(--wui-gray-6);
|
|
13227
13248
|
--wui-slider-track-border-radius: var(--wui-border-radius-rounded);
|
|
@@ -13310,12 +13331,12 @@ var Slider = ({
|
|
|
13310
13331
|
onChange(newValue);
|
|
13311
13332
|
}
|
|
13312
13333
|
};
|
|
13313
|
-
return /* @__PURE__ */ (0,
|
|
13334
|
+
return /* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
13314
13335
|
SliderContainer,
|
|
13315
13336
|
{
|
|
13316
13337
|
...otherProps,
|
|
13317
13338
|
"data-testid": dataTestId,
|
|
13318
|
-
children: /* @__PURE__ */ (0,
|
|
13339
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(
|
|
13319
13340
|
StyledSliderRoot,
|
|
13320
13341
|
{
|
|
13321
13342
|
"aria-label": ariaLabel,
|
|
@@ -13328,8 +13349,8 @@ var Slider = ({
|
|
|
13328
13349
|
step,
|
|
13329
13350
|
...value ? { value } : {},
|
|
13330
13351
|
children: [
|
|
13331
|
-
/* @__PURE__ */ (0,
|
|
13332
|
-
values.map((_, index) => /* @__PURE__ */ (0,
|
|
13352
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(StyledSliderTrack, { "data-testid": `${dataTestId}-track`, children: /* @__PURE__ */ (0, import_jsx_runtime266.jsx)(StyledSliderRange, { "data-testid": `${dataTestId}-range` }) }),
|
|
13353
|
+
values.map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
13333
13354
|
StyledSliderThumb,
|
|
13334
13355
|
{
|
|
13335
13356
|
"data-testid": `${dataTestId}-thumb-${index}`
|
|
@@ -13348,7 +13369,7 @@ Slider.displayName = "Slider";
|
|
|
13348
13369
|
var import_react67 = require("react");
|
|
13349
13370
|
var import_styled_components84 = __toESM(require("styled-components"));
|
|
13350
13371
|
var import_type_guards56 = require("@wistia/type-guards");
|
|
13351
|
-
var
|
|
13372
|
+
var import_jsx_runtime267 = require("react/jsx-runtime");
|
|
13352
13373
|
var sizeSmall3 = import_styled_components84.css`
|
|
13353
13374
|
--wui-size-small-width: 24px;
|
|
13354
13375
|
--wui-size-small-height: 14px;
|
|
@@ -13468,8 +13489,8 @@ var Switch = (0, import_react67.forwardRef)(
|
|
|
13468
13489
|
}, ref) => {
|
|
13469
13490
|
const generatedId = (0, import_react67.useId)();
|
|
13470
13491
|
const computedId = (0, import_type_guards56.isNonEmptyString)(id) ? id : `wistia-ui-switch-${generatedId}`;
|
|
13471
|
-
return /* @__PURE__ */ (0,
|
|
13472
|
-
/* @__PURE__ */ (0,
|
|
13492
|
+
return /* @__PURE__ */ (0, import_jsx_runtime267.jsxs)(StyledSwitchWrapper, { $disabled: disabled, children: [
|
|
13493
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
13473
13494
|
StyledHiddenSwitchInput,
|
|
13474
13495
|
{
|
|
13475
13496
|
...props,
|
|
@@ -13484,11 +13505,11 @@ var Switch = (0, import_react67.forwardRef)(
|
|
|
13484
13505
|
value
|
|
13485
13506
|
}
|
|
13486
13507
|
),
|
|
13487
|
-
/* @__PURE__ */ (0,
|
|
13508
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
13488
13509
|
FormControlLabel,
|
|
13489
13510
|
{
|
|
13490
13511
|
align,
|
|
13491
|
-
controlSlot: /* @__PURE__ */ (0,
|
|
13512
|
+
controlSlot: /* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
13492
13513
|
StyledSwitchInput,
|
|
13493
13514
|
{
|
|
13494
13515
|
$disabled: disabled,
|
|
@@ -13511,7 +13532,7 @@ Switch.displayName = "Switch";
|
|
|
13511
13532
|
|
|
13512
13533
|
// src/components/Table/Table.tsx
|
|
13513
13534
|
var import_styled_components85 = __toESM(require("styled-components"));
|
|
13514
|
-
var
|
|
13535
|
+
var import_jsx_runtime268 = require("react/jsx-runtime");
|
|
13515
13536
|
var StyledTable = import_styled_components85.default.table`
|
|
13516
13537
|
width: 100%;
|
|
13517
13538
|
border-collapse: collapse;
|
|
@@ -13541,7 +13562,7 @@ var Table = ({
|
|
|
13541
13562
|
visuallyHiddenHeader = false,
|
|
13542
13563
|
...props
|
|
13543
13564
|
}) => {
|
|
13544
|
-
return /* @__PURE__ */ (0,
|
|
13565
|
+
return /* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
13545
13566
|
StyledTable,
|
|
13546
13567
|
{
|
|
13547
13568
|
$divided: divided,
|
|
@@ -13561,16 +13582,16 @@ var import_react68 = require("react");
|
|
|
13561
13582
|
var TableSectionContext = (0, import_react68.createContext)(null);
|
|
13562
13583
|
|
|
13563
13584
|
// src/components/Table/TableBody.tsx
|
|
13564
|
-
var
|
|
13585
|
+
var import_jsx_runtime269 = require("react/jsx-runtime");
|
|
13565
13586
|
var StyledTableBody = import_styled_components86.default.tbody``;
|
|
13566
13587
|
var TableBody = ({ children, ...props }) => {
|
|
13567
|
-
return /* @__PURE__ */ (0,
|
|
13588
|
+
return /* @__PURE__ */ (0, import_jsx_runtime269.jsx)(TableSectionContext.Provider, { value: "body", children: /* @__PURE__ */ (0, import_jsx_runtime269.jsx)(StyledTableBody, { ...props, children }) });
|
|
13568
13589
|
};
|
|
13569
13590
|
|
|
13570
13591
|
// src/components/Table/TableCell.tsx
|
|
13571
13592
|
var import_react69 = require("react");
|
|
13572
13593
|
var import_styled_components87 = __toESM(require("styled-components"));
|
|
13573
|
-
var
|
|
13594
|
+
var import_jsx_runtime270 = require("react/jsx-runtime");
|
|
13574
13595
|
var sharedStyles = import_styled_components87.css`
|
|
13575
13596
|
color: var(--wui-color-text);
|
|
13576
13597
|
padding: var(--wui-space-02);
|
|
@@ -13591,33 +13612,33 @@ var StyledTd = import_styled_components87.default.td`
|
|
|
13591
13612
|
var TableCell = ({ children, ...props }) => {
|
|
13592
13613
|
const section = (0, import_react69.useContext)(TableSectionContext);
|
|
13593
13614
|
if (section === "head") {
|
|
13594
|
-
return /* @__PURE__ */ (0,
|
|
13615
|
+
return /* @__PURE__ */ (0, import_jsx_runtime270.jsx)(StyledTh, { ...props, children });
|
|
13595
13616
|
}
|
|
13596
|
-
return /* @__PURE__ */ (0,
|
|
13617
|
+
return /* @__PURE__ */ (0, import_jsx_runtime270.jsx)(StyledTd, { ...props, children });
|
|
13597
13618
|
};
|
|
13598
13619
|
|
|
13599
13620
|
// src/components/Table/TableFoot.tsx
|
|
13600
13621
|
var import_styled_components88 = __toESM(require("styled-components"));
|
|
13601
|
-
var
|
|
13622
|
+
var import_jsx_runtime271 = require("react/jsx-runtime");
|
|
13602
13623
|
var StyledTableFoot = import_styled_components88.default.tfoot``;
|
|
13603
13624
|
var TableFoot = ({ children, ...props }) => {
|
|
13604
|
-
return /* @__PURE__ */ (0,
|
|
13625
|
+
return /* @__PURE__ */ (0, import_jsx_runtime271.jsx)(TableSectionContext.Provider, { value: "footer", children: /* @__PURE__ */ (0, import_jsx_runtime271.jsx)(StyledTableFoot, { ...props, children }) });
|
|
13605
13626
|
};
|
|
13606
13627
|
|
|
13607
13628
|
// src/components/Table/TableHead.tsx
|
|
13608
13629
|
var import_styled_components89 = __toESM(require("styled-components"));
|
|
13609
|
-
var
|
|
13630
|
+
var import_jsx_runtime272 = require("react/jsx-runtime");
|
|
13610
13631
|
var StyledThead = import_styled_components89.default.thead``;
|
|
13611
13632
|
var TableHead = ({ children, ...props }) => {
|
|
13612
|
-
return /* @__PURE__ */ (0,
|
|
13633
|
+
return /* @__PURE__ */ (0, import_jsx_runtime272.jsx)(TableSectionContext.Provider, { value: "head", children: /* @__PURE__ */ (0, import_jsx_runtime272.jsx)(StyledThead, { ...props, children }) });
|
|
13613
13634
|
};
|
|
13614
13635
|
|
|
13615
13636
|
// src/components/Table/TableRow.tsx
|
|
13616
13637
|
var import_styled_components90 = __toESM(require("styled-components"));
|
|
13617
|
-
var
|
|
13638
|
+
var import_jsx_runtime273 = require("react/jsx-runtime");
|
|
13618
13639
|
var StyledTableRow = import_styled_components90.default.tr``;
|
|
13619
13640
|
var TableRow = ({ children, ...props }) => {
|
|
13620
|
-
return /* @__PURE__ */ (0,
|
|
13641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime273.jsx)(StyledTableRow, { ...props, children });
|
|
13621
13642
|
};
|
|
13622
13643
|
|
|
13623
13644
|
// src/components/Tabs/Tabs.tsx
|
|
@@ -13638,7 +13659,7 @@ var useTabsValue = () => {
|
|
|
13638
13659
|
};
|
|
13639
13660
|
|
|
13640
13661
|
// src/components/Tabs/Tabs.tsx
|
|
13641
|
-
var
|
|
13662
|
+
var import_jsx_runtime274 = require("react/jsx-runtime");
|
|
13642
13663
|
var Tabs = ({
|
|
13643
13664
|
children,
|
|
13644
13665
|
value: valueProp,
|
|
@@ -13666,15 +13687,15 @@ var Tabs = ({
|
|
|
13666
13687
|
if ((0, import_type_guards57.isNotNil)(defaultValue)) {
|
|
13667
13688
|
rootProps.defaultValue = defaultValue;
|
|
13668
13689
|
}
|
|
13669
|
-
return /* @__PURE__ */ (0,
|
|
13690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime274.jsx)(import_react_tabs.Root, { ...rootProps, children: /* @__PURE__ */ (0, import_jsx_runtime274.jsx)(TabsValueProvider, { value: value ?? defaultValue, children: /* @__PURE__ */ (0, import_jsx_runtime274.jsx)(SelectedItemStyleProvider, { children }) }) });
|
|
13670
13691
|
};
|
|
13671
13692
|
Tabs.displayName = "Tabs";
|
|
13672
13693
|
|
|
13673
13694
|
// src/components/Tabs/TabsContent.tsx
|
|
13674
13695
|
var import_react_tabs2 = require("@radix-ui/react-tabs");
|
|
13675
|
-
var
|
|
13696
|
+
var import_jsx_runtime275 = require("react/jsx-runtime");
|
|
13676
13697
|
var TabsContent = ({ children, value }) => {
|
|
13677
|
-
return /* @__PURE__ */ (0,
|
|
13698
|
+
return /* @__PURE__ */ (0, import_jsx_runtime275.jsx)(import_react_tabs2.Content, { value, children });
|
|
13678
13699
|
};
|
|
13679
13700
|
TabsContent.displayName = "TabsContent";
|
|
13680
13701
|
|
|
@@ -13694,14 +13715,14 @@ var TabsSelectedItemIndicatorDiv = (0, import_styled_components91.default)(Selec
|
|
|
13694
13715
|
`;
|
|
13695
13716
|
|
|
13696
13717
|
// src/components/Tabs/SelectedTabIndicator.tsx
|
|
13697
|
-
var
|
|
13718
|
+
var import_jsx_runtime276 = require("react/jsx-runtime");
|
|
13698
13719
|
var SelectedTabIndicator = () => {
|
|
13699
13720
|
const { selectedItemIndicatorStyle } = useSelectedItemStyle();
|
|
13700
13721
|
const selectedValue = useTabsValue();
|
|
13701
13722
|
if (selectedValue == null || (0, import_type_guards58.isUndefined)(selectedItemIndicatorStyle)) {
|
|
13702
13723
|
return null;
|
|
13703
13724
|
}
|
|
13704
|
-
return /* @__PURE__ */ (0,
|
|
13725
|
+
return /* @__PURE__ */ (0, import_jsx_runtime276.jsx)(
|
|
13705
13726
|
TabsSelectedItemIndicatorDiv,
|
|
13706
13727
|
{
|
|
13707
13728
|
"data-wui-selected-item-indicator": true,
|
|
@@ -13711,19 +13732,19 @@ var SelectedTabIndicator = () => {
|
|
|
13711
13732
|
};
|
|
13712
13733
|
|
|
13713
13734
|
// src/components/Tabs/TabsList.tsx
|
|
13714
|
-
var
|
|
13735
|
+
var import_jsx_runtime277 = require("react/jsx-runtime");
|
|
13715
13736
|
var StyledRadixTabsList = (0, import_styled_components92.default)(import_react_tabs3.List)`
|
|
13716
13737
|
${segmentedControlStyles}
|
|
13717
13738
|
`;
|
|
13718
13739
|
var TabsList = ({ children, fullWidth = true, ...props }) => {
|
|
13719
|
-
return /* @__PURE__ */ (0,
|
|
13740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime277.jsxs)(
|
|
13720
13741
|
StyledRadixTabsList,
|
|
13721
13742
|
{
|
|
13722
13743
|
$fullWidth: fullWidth,
|
|
13723
13744
|
"aria-label": props["aria-label"],
|
|
13724
13745
|
children: [
|
|
13725
13746
|
children,
|
|
13726
|
-
/* @__PURE__ */ (0,
|
|
13747
|
+
/* @__PURE__ */ (0, import_jsx_runtime277.jsx)(SelectedTabIndicator, {})
|
|
13727
13748
|
]
|
|
13728
13749
|
}
|
|
13729
13750
|
);
|
|
@@ -13746,7 +13767,7 @@ var StyledRadixTabsTrigger = (0, import_styled_components93.default)(import_reac
|
|
|
13746
13767
|
`;
|
|
13747
13768
|
|
|
13748
13769
|
// src/components/Tabs/TabsTrigger.tsx
|
|
13749
|
-
var
|
|
13770
|
+
var import_jsx_runtime278 = require("react/jsx-runtime");
|
|
13750
13771
|
var TabsTrigger = (0, import_react72.forwardRef)(
|
|
13751
13772
|
({ disabled = false, icon, label, "aria-label": ariaLabel, value, ...otherProps }, forwardedRef) => {
|
|
13752
13773
|
const selectedValue = useTabsValue();
|
|
@@ -13778,7 +13799,7 @@ var TabsTrigger = (0, import_react72.forwardRef)(
|
|
|
13778
13799
|
resizeObserver.disconnect();
|
|
13779
13800
|
};
|
|
13780
13801
|
}, [selectedValue, setSelectedItemMeasurements, value]);
|
|
13781
|
-
return /* @__PURE__ */ (0,
|
|
13802
|
+
return /* @__PURE__ */ (0, import_jsx_runtime278.jsxs)(
|
|
13782
13803
|
StyledRadixTabsTrigger,
|
|
13783
13804
|
{
|
|
13784
13805
|
...otherProps,
|
|
@@ -13800,7 +13821,7 @@ TabsTrigger.displayName = "TabsTrigger";
|
|
|
13800
13821
|
// src/components/Thumbnail/ThumbnailBadge.tsx
|
|
13801
13822
|
var import_styled_components94 = __toESM(require("styled-components"));
|
|
13802
13823
|
var import_type_guards60 = require("@wistia/type-guards");
|
|
13803
|
-
var
|
|
13824
|
+
var import_jsx_runtime279 = require("react/jsx-runtime");
|
|
13804
13825
|
var StyledThumbnailBadge = import_styled_components94.default.div`
|
|
13805
13826
|
align-items: center;
|
|
13806
13827
|
background-color: rgb(0 0 0 / 50%);
|
|
@@ -13826,9 +13847,9 @@ var StyledThumbnailBadge = import_styled_components94.default.div`
|
|
|
13826
13847
|
}
|
|
13827
13848
|
`;
|
|
13828
13849
|
var ThumbnailBadge = ({ icon, label, ...props }) => {
|
|
13829
|
-
return /* @__PURE__ */ (0,
|
|
13850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime279.jsxs)(StyledThumbnailBadge, { ...props, children: [
|
|
13830
13851
|
(0, import_type_guards60.isNotNil)(icon) && icon,
|
|
13831
|
-
/* @__PURE__ */ (0,
|
|
13852
|
+
/* @__PURE__ */ (0, import_jsx_runtime279.jsx)("span", { children: label })
|
|
13832
13853
|
] });
|
|
13833
13854
|
};
|
|
13834
13855
|
ThumbnailBadge.displayName = "ThumbnailBadge";
|
|
@@ -13973,7 +13994,7 @@ var getBackgroundGradient = (gradientName = void 0) => {
|
|
|
13973
13994
|
// src/components/Thumbnail/ThumbnailStoryboardViewer.tsx
|
|
13974
13995
|
var import_styled_components96 = __toESM(require("styled-components"));
|
|
13975
13996
|
var import_type_guards62 = require("@wistia/type-guards");
|
|
13976
|
-
var
|
|
13997
|
+
var import_jsx_runtime280 = require("react/jsx-runtime");
|
|
13977
13998
|
var ScrubLine = import_styled_components96.default.div`
|
|
13978
13999
|
position: absolute;
|
|
13979
14000
|
top: 0;
|
|
@@ -14077,14 +14098,14 @@ var ThumbnailStoryboardViewer = ({
|
|
|
14077
14098
|
backgroundPosition,
|
|
14078
14099
|
backgroundSize
|
|
14079
14100
|
};
|
|
14080
|
-
return /* @__PURE__ */ (0,
|
|
14101
|
+
return /* @__PURE__ */ (0, import_jsx_runtime280.jsxs)(
|
|
14081
14102
|
"div",
|
|
14082
14103
|
{
|
|
14083
14104
|
...props,
|
|
14084
14105
|
style: viewerStyles,
|
|
14085
14106
|
children: [
|
|
14086
|
-
/* @__PURE__ */ (0,
|
|
14087
|
-
showScrubLine ? /* @__PURE__ */ (0,
|
|
14107
|
+
/* @__PURE__ */ (0, import_jsx_runtime280.jsx)("div", { style: storyboardStyles }),
|
|
14108
|
+
showScrubLine ? /* @__PURE__ */ (0, import_jsx_runtime280.jsx)(
|
|
14088
14109
|
ScrubLine,
|
|
14089
14110
|
{
|
|
14090
14111
|
style: {
|
|
@@ -14098,7 +14119,7 @@ var ThumbnailStoryboardViewer = ({
|
|
|
14098
14119
|
};
|
|
14099
14120
|
|
|
14100
14121
|
// src/components/Thumbnail/Thumbnail.tsx
|
|
14101
|
-
var
|
|
14122
|
+
var import_jsx_runtime281 = require("react/jsx-runtime");
|
|
14102
14123
|
var WideThumbnailImage = import_styled_components97.default.img`
|
|
14103
14124
|
height: 100%;
|
|
14104
14125
|
object-fit: cover;
|
|
@@ -14111,7 +14132,7 @@ var SquareThumbnailImage = import_styled_components97.default.img`
|
|
|
14111
14132
|
`;
|
|
14112
14133
|
var ThumbnailImage = ({ thumbnailImageType, thumbnailUrl }) => {
|
|
14113
14134
|
if (thumbnailImageType === "wide") {
|
|
14114
|
-
return /* @__PURE__ */ (0,
|
|
14135
|
+
return /* @__PURE__ */ (0, import_jsx_runtime281.jsx)(
|
|
14115
14136
|
WideThumbnailImage,
|
|
14116
14137
|
{
|
|
14117
14138
|
alt: "",
|
|
@@ -14120,7 +14141,7 @@ var ThumbnailImage = ({ thumbnailImageType, thumbnailUrl }) => {
|
|
|
14120
14141
|
}
|
|
14121
14142
|
);
|
|
14122
14143
|
}
|
|
14123
|
-
return /* @__PURE__ */ (0,
|
|
14144
|
+
return /* @__PURE__ */ (0, import_jsx_runtime281.jsx)(
|
|
14124
14145
|
SquareThumbnailImage,
|
|
14125
14146
|
{
|
|
14126
14147
|
alt: "",
|
|
@@ -14223,7 +14244,7 @@ var Thumbnail = (0, import_react73.forwardRef)(
|
|
|
14223
14244
|
} = storyboard;
|
|
14224
14245
|
const targetWidth = (0, import_type_guards63.isString)(width) ? parseInt(width, 10) : Number(width);
|
|
14225
14246
|
const effectiveCursorPosition = isStoryboardReady ? cursorPosition : null;
|
|
14226
|
-
return /* @__PURE__ */ (0,
|
|
14247
|
+
return /* @__PURE__ */ (0, import_jsx_runtime281.jsx)(
|
|
14227
14248
|
ThumbnailStoryboardViewer,
|
|
14228
14249
|
{
|
|
14229
14250
|
cursorPosition: effectiveCursorPosition,
|
|
@@ -14243,7 +14264,7 @@ var Thumbnail = (0, import_react73.forwardRef)(
|
|
|
14243
14264
|
if (shouldRenderStoryboard) {
|
|
14244
14265
|
thumbnailContent = renderStoryboard();
|
|
14245
14266
|
} else if ((0, import_type_guards63.isNotNil)(thumbnailUrl)) {
|
|
14246
|
-
thumbnailContent = /* @__PURE__ */ (0,
|
|
14267
|
+
thumbnailContent = /* @__PURE__ */ (0, import_jsx_runtime281.jsx)(
|
|
14247
14268
|
ThumbnailImage,
|
|
14248
14269
|
{
|
|
14249
14270
|
thumbnailImageType,
|
|
@@ -14253,7 +14274,7 @@ var Thumbnail = (0, import_react73.forwardRef)(
|
|
|
14253
14274
|
} else {
|
|
14254
14275
|
thumbnailContent = null;
|
|
14255
14276
|
}
|
|
14256
|
-
return /* @__PURE__ */ (0,
|
|
14277
|
+
return /* @__PURE__ */ (0, import_jsx_runtime281.jsxs)(
|
|
14257
14278
|
StyledThumbnail,
|
|
14258
14279
|
{
|
|
14259
14280
|
ref,
|
|
@@ -14280,7 +14301,7 @@ Thumbnail.displayName = "Thumbnail";
|
|
|
14280
14301
|
var import_react74 = __toESM(require("react"));
|
|
14281
14302
|
var import_styled_components98 = __toESM(require("styled-components"));
|
|
14282
14303
|
var import_type_guards64 = require("@wistia/type-guards");
|
|
14283
|
-
var
|
|
14304
|
+
var import_jsx_runtime282 = (
|
|
14284
14305
|
// ThumbnailCollage will fallback to a Thumbnail with a gradient background if no children are provided
|
|
14285
14306
|
require("react/jsx-runtime")
|
|
14286
14307
|
);
|
|
@@ -14365,7 +14386,7 @@ var ThumbnailCollage = ({
|
|
|
14365
14386
|
children: void 0
|
|
14366
14387
|
});
|
|
14367
14388
|
}) : [
|
|
14368
|
-
/* @__PURE__ */ (0,
|
|
14389
|
+
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)(
|
|
14369
14390
|
Thumbnail,
|
|
14370
14391
|
{
|
|
14371
14392
|
gradientBackground,
|
|
@@ -14374,7 +14395,7 @@ var ThumbnailCollage = ({
|
|
|
14374
14395
|
"fallback"
|
|
14375
14396
|
)
|
|
14376
14397
|
];
|
|
14377
|
-
return /* @__PURE__ */ (0,
|
|
14398
|
+
return /* @__PURE__ */ (0, import_jsx_runtime282.jsx)(
|
|
14378
14399
|
StyledThumbnailCollage,
|
|
14379
14400
|
{
|
|
14380
14401
|
$gradientBackground: gradientBackground,
|
|
@@ -14388,24 +14409,24 @@ var ThumbnailCollage = ({
|
|
|
14388
14409
|
// src/components/WistiaLogo/WistiaLogo.tsx
|
|
14389
14410
|
var import_styled_components99 = __toESM(require("styled-components"));
|
|
14390
14411
|
var import_type_guards65 = require("@wistia/type-guards");
|
|
14391
|
-
var
|
|
14412
|
+
var import_jsx_runtime283 = require("react/jsx-runtime");
|
|
14392
14413
|
var renderBrandmark = (brandmarkColor, iconOnly) => {
|
|
14393
14414
|
if (iconOnly) {
|
|
14394
|
-
return /* @__PURE__ */ (0,
|
|
14415
|
+
return /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
|
|
14395
14416
|
"g",
|
|
14396
14417
|
{
|
|
14397
14418
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
14398
14419
|
fill: brandmarkColor,
|
|
14399
|
-
children: /* @__PURE__ */ (0,
|
|
14420
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime283.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" })
|
|
14400
14421
|
}
|
|
14401
14422
|
);
|
|
14402
14423
|
}
|
|
14403
|
-
return /* @__PURE__ */ (0,
|
|
14424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
|
|
14404
14425
|
"g",
|
|
14405
14426
|
{
|
|
14406
14427
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
14407
14428
|
fill: brandmarkColor,
|
|
14408
|
-
children: /* @__PURE__ */ (0,
|
|
14429
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime283.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" })
|
|
14409
14430
|
}
|
|
14410
14431
|
);
|
|
14411
14432
|
};
|
|
@@ -14413,12 +14434,12 @@ var renderLogotype = (logotypeColor, iconOnly) => {
|
|
|
14413
14434
|
if (iconOnly) {
|
|
14414
14435
|
return null;
|
|
14415
14436
|
}
|
|
14416
|
-
return /* @__PURE__ */ (0,
|
|
14437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
|
|
14417
14438
|
"g",
|
|
14418
14439
|
{
|
|
14419
14440
|
"data-testid": "ui-wistia-logo-logotype",
|
|
14420
14441
|
fill: logotypeColor,
|
|
14421
|
-
children: /* @__PURE__ */ (0,
|
|
14442
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime283.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" })
|
|
14422
14443
|
}
|
|
14423
14444
|
);
|
|
14424
14445
|
};
|
|
@@ -14486,7 +14507,7 @@ var WistiaLogo = ({
|
|
|
14486
14507
|
};
|
|
14487
14508
|
const brandmarkColor = VARIANT_COLORS[variant].brandmark;
|
|
14488
14509
|
const logotypeColor = VARIANT_COLORS[variant].logotype;
|
|
14489
|
-
const Logo = /* @__PURE__ */ (0,
|
|
14510
|
+
const Logo = /* @__PURE__ */ (0, import_jsx_runtime283.jsxs)(
|
|
14490
14511
|
WistiaLogoComponent,
|
|
14491
14512
|
{
|
|
14492
14513
|
$hoverColor: hoverColor,
|
|
@@ -14499,14 +14520,14 @@ var WistiaLogo = ({
|
|
|
14499
14520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14500
14521
|
...props,
|
|
14501
14522
|
children: [
|
|
14502
|
-
/* @__PURE__ */ (0,
|
|
14503
|
-
(0, import_type_guards65.isNotNil)(description) ? /* @__PURE__ */ (0,
|
|
14523
|
+
/* @__PURE__ */ (0, import_jsx_runtime283.jsx)("title", { children: title }),
|
|
14524
|
+
(0, import_type_guards65.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime283.jsx)("desc", { children: description }) : null,
|
|
14504
14525
|
renderBrandmark(brandmarkColor, iconOnly),
|
|
14505
14526
|
renderLogotype(logotypeColor, iconOnly)
|
|
14506
14527
|
]
|
|
14507
14528
|
}
|
|
14508
14529
|
);
|
|
14509
|
-
return href !== void 0 ? /* @__PURE__ */ (0,
|
|
14530
|
+
return href !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime283.jsx)("a", { href, children: Logo }) : Logo;
|
|
14510
14531
|
};
|
|
14511
14532
|
WistiaLogo.displayName = "WistiaLogo";
|
|
14512
14533
|
|
|
@@ -14514,7 +14535,7 @@ WistiaLogo.displayName = "WistiaLogo";
|
|
|
14514
14535
|
var import_styled_components100 = __toESM(require("styled-components"));
|
|
14515
14536
|
var import_react75 = require("react");
|
|
14516
14537
|
var import_type_guards66 = require("@wistia/type-guards");
|
|
14517
|
-
var
|
|
14538
|
+
var import_jsx_runtime284 = require("react/jsx-runtime");
|
|
14518
14539
|
var StyledIconButton = (0, import_styled_components100.default)(IconButton)`
|
|
14519
14540
|
/* override size for icon button since prop gets changed by Input */
|
|
14520
14541
|
height: var(--icon-button-size-sm);
|
|
@@ -14533,13 +14554,13 @@ var InputPassword = (0, import_react75.forwardRef)(
|
|
|
14533
14554
|
onVisibilityToggle(newVisibility);
|
|
14534
14555
|
}
|
|
14535
14556
|
};
|
|
14536
|
-
return /* @__PURE__ */ (0,
|
|
14557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime284.jsx)(
|
|
14537
14558
|
Input,
|
|
14538
14559
|
{
|
|
14539
14560
|
...props,
|
|
14540
14561
|
ref,
|
|
14541
14562
|
disabled,
|
|
14542
|
-
rightIcon: /* @__PURE__ */ (0,
|
|
14563
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime284.jsx)(
|
|
14543
14564
|
StyledIconButton,
|
|
14544
14565
|
{
|
|
14545
14566
|
disabled,
|
|
@@ -14547,7 +14568,7 @@ var InputPassword = (0, import_react75.forwardRef)(
|
|
|
14547
14568
|
onClick: handleClick,
|
|
14548
14569
|
tabIndex: disabled ? -1 : 0,
|
|
14549
14570
|
variant: "ghost",
|
|
14550
|
-
children: /* @__PURE__ */ (0,
|
|
14571
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime284.jsx)(Icon, { type: isVisible ? "preview" : "hide" })
|
|
14551
14572
|
}
|
|
14552
14573
|
),
|
|
14553
14574
|
type: isVisible ? "text" : "password"
|