@sanity/personalization-plugin 2.4.0 → 2.5.0-launch-darkly.1
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/README.md +38 -3
- package/dist/growthbook/index.js.map +1 -1
- package/dist/growthbook/index.mjs.map +1 -1
- package/dist/index.js +637 -66
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +637 -66
- package/dist/index.mjs.map +1 -1
- package/dist/launchDarkly/index.d.mts +12 -0
- package/dist/launchDarkly/index.d.ts +12 -0
- package/dist/launchDarkly/index.js +103 -0
- package/dist/launchDarkly/index.js.map +1 -0
- package/dist/launchDarkly/index.mjs +107 -0
- package/dist/launchDarkly/index.mjs.map +1 -0
- package/package.json +8 -3
- package/src/fieldExperiments.tsx +17 -0
- package/src/launchDarkly/components/LaunchDarklyContext.tsx +36 -0
- package/src/launchDarkly/components/Secrets.tsx +46 -0
- package/src/launchDarkly/index.ts +52 -0
- package/src/launchDarkly/launchdarkly.md +76 -0
- package/src/launchDarkly/types.ts +193 -0
- package/src/launchDarkly/utils.ts +54 -0
package/dist/index.mjs
CHANGED
|
@@ -228,7 +228,7 @@ const AddUserIcon = forwardRef(function(props, ref) {
|
|
|
228
228
|
/* @__PURE__ */ jsx(
|
|
229
229
|
"path",
|
|
230
230
|
{
|
|
231
|
-
d: "
|
|
231
|
+
d: "M7.17857 15.2368C6.10714 15.7632 4.5 16.8158 4.5 20.5H19.5C19.5 16.8158 18.2589 15.943 16.8214 15.2368C15.75 14.7105 13.6071 14.7105 13.6071 13.1316C13.6071 11.5526 14.6786 10.7632 14.6786 8.65789C14.6786 6.55263 13.6071 5.5 12 5.5C10.3929 5.5 9.32142 6.55263 9.32142 8.65789C9.32142 10.7632 10.3929 11.5526 10.3929 13.1316C10.3929 14.7105 8.25 14.7105 7.17857 15.2368Z",
|
|
232
232
|
stroke: "currentColor",
|
|
233
233
|
strokeWidth: 1.2,
|
|
234
234
|
strokeLinejoin: "round"
|
|
@@ -237,7 +237,7 @@ const AddUserIcon = forwardRef(function(props, ref) {
|
|
|
237
237
|
/* @__PURE__ */ jsx(
|
|
238
238
|
"path",
|
|
239
239
|
{
|
|
240
|
-
d: "
|
|
240
|
+
d: "M20.5 6V13M17 9.5H24",
|
|
241
241
|
stroke: "currentColor",
|
|
242
242
|
strokeWidth: 1.2,
|
|
243
243
|
strokeLinejoin: "round"
|
|
@@ -783,7 +783,7 @@ const BookIcon = forwardRef(function(props, ref) {
|
|
|
783
783
|
children: /* @__PURE__ */ jsx(
|
|
784
784
|
"path",
|
|
785
785
|
{
|
|
786
|
-
d: "
|
|
786
|
+
d: "M19.5 18V7C19.5 7 18.5 6.5 16.5 6.5C14.5 6.5 12.5 7.5 12.5 7.5M19.5 18V18.5C19.5 18.5 18 18.5 16 18.5C14 18.5 12.5 18.5 12.5 18.5M19.5 18C19.5 18 18.5 17.5 16.5 17.5C14.5 17.5 12.5 18.5 12.5 18.5M5.5 18V7C5.5 7 6.5 6.5 8.5 6.5C10.5 6.5 12.5 7.5 12.5 7.5M5.5 18V18.5C5.5 18.5 7 18.5 9 18.5C11 18.5 12.5 18.5 12.5 18.5M5.5 18C5.5 18 6.5 17.5 8.5 17.5C10.5 17.5 12.5 18.5 12.5 18.5M12.5 18.5V7.5",
|
|
787
787
|
stroke: "currentColor",
|
|
788
788
|
strokeWidth: 1.2,
|
|
789
789
|
strokeLinejoin: "round"
|
|
@@ -793,6 +793,57 @@ const BookIcon = forwardRef(function(props, ref) {
|
|
|
793
793
|
);
|
|
794
794
|
});
|
|
795
795
|
BookIcon.displayName = "ForwardRef(BookIcon)";
|
|
796
|
+
const BookmarkFilledIcon = forwardRef(function(props, ref) {
|
|
797
|
+
return /* @__PURE__ */ jsx(
|
|
798
|
+
"svg",
|
|
799
|
+
{
|
|
800
|
+
"data-sanity-icon": "bookmark-filled",
|
|
801
|
+
width: "1em",
|
|
802
|
+
height: "1em",
|
|
803
|
+
viewBox: "0 0 25 25",
|
|
804
|
+
fill: "none",
|
|
805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
806
|
+
ref,
|
|
807
|
+
...props,
|
|
808
|
+
children: /* @__PURE__ */ jsx(
|
|
809
|
+
"path",
|
|
810
|
+
{
|
|
811
|
+
d: "M7.5 6.5V19.5L12.5 14.5L17.5 19.5V6.5C17.5 5.94772 17.0523 5.5 16.5 5.5H8.5C7.94772 5.5 7.5 5.94772 7.5 6.5Z",
|
|
812
|
+
fill: "currentColor",
|
|
813
|
+
stroke: "currentColor",
|
|
814
|
+
strokeWidth: 1.2,
|
|
815
|
+
strokeLinejoin: "round"
|
|
816
|
+
}
|
|
817
|
+
)
|
|
818
|
+
}
|
|
819
|
+
);
|
|
820
|
+
});
|
|
821
|
+
BookmarkFilledIcon.displayName = "ForwardRef(BookmarkFilledIcon)";
|
|
822
|
+
const BookmarkIcon = forwardRef(function(props, ref) {
|
|
823
|
+
return /* @__PURE__ */ jsx(
|
|
824
|
+
"svg",
|
|
825
|
+
{
|
|
826
|
+
"data-sanity-icon": "bookmark",
|
|
827
|
+
width: "1em",
|
|
828
|
+
height: "1em",
|
|
829
|
+
viewBox: "0 0 25 25",
|
|
830
|
+
fill: "none",
|
|
831
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
832
|
+
ref,
|
|
833
|
+
...props,
|
|
834
|
+
children: /* @__PURE__ */ jsx(
|
|
835
|
+
"path",
|
|
836
|
+
{
|
|
837
|
+
d: "M7.5 6.5V19.5L12.5 14.5L17.5 19.5V6.5C17.5 5.94772 17.0523 5.5 16.5 5.5H8.5C7.94772 5.5 7.5 5.94772 7.5 6.5Z",
|
|
838
|
+
stroke: "currentColor",
|
|
839
|
+
strokeWidth: 1.2,
|
|
840
|
+
strokeLinejoin: "round"
|
|
841
|
+
}
|
|
842
|
+
)
|
|
843
|
+
}
|
|
844
|
+
);
|
|
845
|
+
});
|
|
846
|
+
BookmarkIcon.displayName = "ForwardRef(BookmarkIcon)";
|
|
796
847
|
const BottleIcon = forwardRef(function(props, ref) {
|
|
797
848
|
return /* @__PURE__ */ jsx(
|
|
798
849
|
"svg",
|
|
@@ -833,7 +884,7 @@ const BugIcon = forwardRef(function(props, ref) {
|
|
|
833
884
|
children: /* @__PURE__ */ jsx(
|
|
834
885
|
"path",
|
|
835
886
|
{
|
|
836
|
-
d: "M8.5 9.5V8.9C8.16863 8.9 7.9 9.16863 7.9 9.5H8.5ZM16.5 9.5H17.1C17.1 9.16863 16.8314 8.9 16.5 8.9V9.5ZM8.5 10.1H9.5V8.9H8.5V10.1ZM9.5 10.1H15.5V8.9H9.5V10.1ZM15.5 10.1H16.5V8.9H15.5V10.1ZM15.9 9.5V13.5H17.1V9.5H15.9ZM15.9 13.5C15.9 14.395 15.678 15.0264 15.3758 15.4797C15.0711 15.9367 14.6605 16.2489 14.2317 16.4633C13.8005 16.6789 13.3621 16.7897 13.0264 16.8457C12.8599 16.8734 12.7226 16.887 12.6291 16.8937C12.5825 16.897 12.5472 16.8986 12.5249 16.8994C12.5138 16.8997 12.506 16.8999 12.5018 16.9C12.4997 16.9 12.4984 16.9 12.4981 16.9C12.498 16.9 12.4981 16.9 12.4984 16.9C12.4985 16.9 12.4987 16.9 12.499 16.9C12.4991 16.9 12.4994 16.9 12.4995 16.9C12.4997 16.9 12.5 16.9 12.5 17.5C12.5 18.1 12.5003 18.1 12.5006 18.1C12.5008 18.1 12.5011 18.1 12.5014 18.1C12.5019 18.1 12.5025 18.1 12.5031 18.1C12.5044 18.1 12.5059 18.1 12.5077 18.1C12.5112 18.0999 12.5157 18.0999 12.5212 18.0998C12.532 18.0996 12.5467 18.0993 12.5649 18.0987C12.6013 18.0975 12.6519 18.0951 12.7146 18.0907C12.8399 18.0817 13.0151 18.0641 13.2236 18.0293C13.6379 17.9603 14.1995 17.8211 14.7683 17.5367C15.3395 17.2511 15.9289 16.8133 16.3742 16.1453C16.822 15.4736 17.1 14.605 17.1 13.5H15.9ZM12.5 17.5C12.5 16.9 12.5003 16.9 12.5005 16.9C12.5006 16.9 12.5009 16.9 12.501 16.9C12.5013 16.9 12.5015 16.9 12.5016 16.9C12.5019 16.9 12.502 16.9 12.5019 16.9C12.5016 16.9 12.5003 16.9 12.4982 16.9C12.494 16.8999 12.4862 16.8997 12.4751 16.8994C12.4528 16.8986 12.4175 16.897 12.3709 16.8937C12.2774 16.887 12.1401 16.8734 11.9736 16.8457C11.6379 16.7897 11.1995 16.6789 10.7683 16.4633C10.3395 16.2489 9.92894 15.9367 9.62423 15.4797C9.32203 15.0264 9.1 14.395 9.1 13.5H7.9C7.9 14.605 8.17797 15.4736 8.62577 16.1453C9.07106 16.8133 9.66049 17.2511 10.2317 17.5367C10.8005 17.8211 11.3621 17.9603 11.7764 18.0293C11.9849 18.0641 12.1601 18.0817 12.2854 18.0907C12.3481 18.0951 12.3987 18.0975 12.4351 18.0987C12.4533 18.0993 12.468 18.0996 12.4788 18.0998C12.4843 18.0999 12.4888 18.0999 12.4923 18.1C12.4941 18.1 12.4956 18.1 12.4969 18.1C12.4975 18.1 12.4981 18.1 12.4986 18.1C12.4989 18.1 12.4992 18.1 12.4994 18.1C12.4997 18.1 12.5 18.1 12.5 17.5ZM9.1 13.5V9.5H7.9V13.5H9.1ZM9.5 9.5C10.1 9.5 10.1 9.50028 10.1 9.50055C10.1 9.50063 10.1 9.50089 10.1 9.50104C10.1 9.50134 10.1 9.5016 10.1 9.50182C10.1 9.50225 10.1 9.5025 10.1 9.50259C10.1 9.50276 10.1 9.50224 10.1 9.50107C10.1001 9.49872 10.1002 9.49374 10.1004 9.4863C10.1009 9.4714 10.102 9.44678 10.1043 9.41384C10.1091 9.34776 10.1188 9.
|
|
887
|
+
d: "M8.5 9.5V8.9C8.16863 8.9 7.9 9.16863 7.9 9.5H8.5ZM16.5 9.5H17.1C17.1 9.16863 16.8314 8.9 16.5 8.9V9.5ZM8.5 10.1H9.5V8.9H8.5V10.1ZM9.5 10.1H15.5V8.9H9.5V10.1ZM15.5 10.1H16.5V8.9H15.5V10.1ZM15.9 9.5V13.5H17.1V9.5H15.9ZM15.9 13.5C15.9 14.395 15.678 15.0264 15.3758 15.4797C15.0711 15.9367 14.6605 16.2489 14.2317 16.4633C13.8005 16.6789 13.3621 16.7897 13.0264 16.8457C12.8599 16.8734 12.7226 16.887 12.6291 16.8937C12.5825 16.897 12.5472 16.8986 12.5249 16.8994C12.5138 16.8997 12.506 16.8999 12.5018 16.9C12.4997 16.9 12.4984 16.9 12.4981 16.9C12.498 16.9 12.4981 16.9 12.4984 16.9C12.4985 16.9 12.4987 16.9 12.499 16.9C12.4991 16.9 12.4994 16.9 12.4995 16.9C12.4997 16.9 12.5 16.9 12.5 17.5C12.5 18.1 12.5003 18.1 12.5006 18.1C12.5008 18.1 12.5011 18.1 12.5014 18.1C12.5019 18.1 12.5025 18.1 12.5031 18.1C12.5044 18.1 12.5059 18.1 12.5077 18.1C12.5112 18.0999 12.5157 18.0999 12.5212 18.0998C12.532 18.0996 12.5467 18.0993 12.5649 18.0987C12.6013 18.0975 12.6519 18.0951 12.7146 18.0907C12.8399 18.0817 13.0151 18.0641 13.2236 18.0293C13.6379 17.9603 14.1995 17.8211 14.7683 17.5367C15.3395 17.2511 15.9289 16.8133 16.3742 16.1453C16.822 15.4736 17.1 14.605 17.1 13.5H15.9ZM12.5 17.5C12.5 16.9 12.5003 16.9 12.5005 16.9C12.5006 16.9 12.5009 16.9 12.501 16.9C12.5013 16.9 12.5015 16.9 12.5016 16.9C12.5019 16.9 12.502 16.9 12.5019 16.9C12.5016 16.9 12.5003 16.9 12.4982 16.9C12.494 16.8999 12.4862 16.8997 12.4751 16.8994C12.4528 16.8986 12.4175 16.897 12.3709 16.8937C12.2774 16.887 12.1401 16.8734 11.9736 16.8457C11.6379 16.7897 11.1995 16.6789 10.7683 16.4633C10.3395 16.2489 9.92894 15.9367 9.62423 15.4797C9.32203 15.0264 9.1 14.395 9.1 13.5H7.9C7.9 14.605 8.17797 15.4736 8.62577 16.1453C9.07106 16.8133 9.66049 17.2511 10.2317 17.5367C10.8005 17.8211 11.3621 17.9603 11.7764 18.0293C11.9849 18.0641 12.1601 18.0817 12.2854 18.0907C12.3481 18.0951 12.3987 18.0975 12.4351 18.0987C12.4533 18.0993 12.468 18.0996 12.4788 18.0998C12.4843 18.0999 12.4888 18.0999 12.4923 18.1C12.4941 18.1 12.4956 18.1 12.4969 18.1C12.4975 18.1 12.4981 18.1 12.4986 18.1C12.4989 18.1 12.4992 18.1 12.4994 18.1C12.4997 18.1 12.5 18.1 12.5 17.5ZM9.1 13.5V9.5H7.9V13.5H9.1ZM9.5 9.5C10.1 9.5 10.1 9.50028 10.1 9.50055C10.1 9.50063 10.1 9.50089 10.1 9.50104C10.1 9.50134 10.1 9.5016 10.1 9.50182C10.1 9.50225 10.1 9.5025 10.1 9.50259C10.1 9.50276 10.1 9.50224 10.1 9.50107C10.1001 9.49872 10.1002 9.49374 10.1004 9.4863C10.1009 9.4714 10.102 9.44678 10.1043 9.41384C10.1091 9.34776 10.1188 9.24944 10.1387 9.12989C10.179 8.88793 10.2586 8.5745 10.4117 8.26833C10.5636 7.96451 10.782 7.67894 11.0984 7.46798C11.4111 7.25953 11.855 7.1 12.5 7.1V5.9C11.645 5.9 10.9639 6.11547 10.4328 6.46952C9.90549 6.82106 9.56143 7.28549 9.33834 7.73167C9.11643 8.1755 9.00846 8.61207 8.95504 8.93261C8.92809 9.09431 8.91438 9.23036 8.90738 9.32835C8.90388 9.37744 8.90203 9.41727 8.90107 9.44632C8.90058 9.46085 8.90031 9.47272 8.90017 9.48172C8.9001 9.48622 8.90005 9.49001 8.90003 9.49306C8.90002 9.49459 8.90001 9.49593 8.90001 9.49709C8.9 9.49767 8.9 9.4982 8.9 9.49869C8.9 9.49893 8.9 9.49926 8.9 9.49938C8.9 9.4997 8.9 9.5 9.5 9.5ZM12.5 7.1C13.145 7.1 13.5889 7.25953 13.9016 7.46798C14.218 7.67894 14.4364 7.96451 14.5883 8.26833C14.7414 8.5745 14.821 8.88793 14.8613 9.12989C14.8812 9.24944 14.8909 9.34776 14.8957 9.41384C14.898 9.44678 14.8991 9.4714 14.8996 9.4863C14.8998 9.49374 14.8999 9.49872 14.9 9.50107C14.9 9.50224 14.9 9.50276 14.9 9.50259C14.9 9.5025 14.9 9.50225 14.9 9.50182C14.9 9.5016 14.9 9.50134 14.9 9.50104C14.9 9.50089 14.9 9.50063 14.9 9.50055C14.9 9.50028 14.9 9.5 15.5 9.5C16.1 9.5 16.1 9.4997 16.1 9.49938C16.1 9.49926 16.1 9.49893 16.1 9.49869C16.1 9.4982 16.1 9.49767 16.1 9.49709C16.1 9.49593 16.1 9.49459 16.1 9.49306C16.0999 9.49001 16.0999 9.48622 16.0998 9.48172C16.0997 9.47272 16.0994 9.46085 16.0989 9.44632C16.098 9.41727 16.0961 9.37744 16.0926 9.32835C16.0856 9.23036 16.0719 9.09431 16.045 8.93261C15.9915 8.61207 15.8836 8.1755 15.6617 7.73167C15.4386 7.28549 15.0945 6.82106 14.5672 6.46952C14.0361 6.11547 13.355 5.9 12.5 5.9V7.1ZM11.9 9.5V17.5H13.1V9.5H11.9ZM8.5 9.9C7.71525 9.9 7.10887 9.51034 6.67426 9.07574C6.45859 8.86006 6.29547 8.64279 6.18673 8.47968C6.1327 8.39863 6.09302 8.33235 6.06782 8.28825C6.05524 8.26624 6.04634 8.24988 6.04113 8.24011C6.03853 8.23523 6.03685 8.232 6.0361 8.23055C6.03573 8.22983 6.03559 8.22955 6.03568 8.22973C6.03573 8.22982 6.03583 8.23003 6.03599 8.23035C6.03607 8.23051 6.03617 8.2307 6.03628 8.23092C6.03634 8.23103 6.03643 8.23122 6.03646 8.23127C6.03656 8.23147 6.03666 8.23167 5.5 8.5C4.96334 8.76833 4.96345 8.76855 4.96357 8.76877C4.96361 8.76886 4.96372 8.76909 4.96381 8.76926C4.96398 8.7696 4.96417 8.76997 4.96437 8.77038C4.96478 8.77119 4.96525 8.77212 4.96579 8.77317C4.96685 8.77527 4.96818 8.77786 4.96976 8.78092C4.97292 8.78704 4.9771 8.79505 4.98231 8.80481C4.99272 8.82434 5.00726 8.85094 5.02593 8.88362C5.06323 8.9489 5.1173 9.03887 5.18827 9.14532C5.32953 9.35721 5.54141 9.63994 5.82574 9.92426C6.39113 10.4897 7.28475 11.1 8.5 11.1V9.9ZM16.5 11.1C17.7153 11.1 18.6089 10.4897 19.1743 9.92426C19.4586 9.63994 19.6705 9.35721 19.8117 9.14532C19.8827 9.03887 19.9368 8.9489 19.9741 8.88362C19.9927 8.85094 20.0073 8.82434 20.0177 8.80481C20.0229 8.79505 20.0271 8.78704 20.0302 8.78092C20.0318 8.77786 20.0331 8.77527 20.0342 8.77317C20.0347 8.77212 20.0352 8.77119 20.0356 8.77038C20.0358 8.76997 20.036 8.7696 20.0362 8.76926C20.0363 8.76909 20.0364 8.76886 20.0364 8.76877C20.0365 8.76855 20.0367 8.76833 19.5 8.5C18.9633 8.23167 18.9634 8.23147 18.9635 8.23127C18.9636 8.23122 18.9637 8.23103 18.9637 8.23092C18.9638 8.2307 18.9639 8.23051 18.964 8.23035C18.9642 8.23003 18.9643 8.22982 18.9643 8.22973C18.9644 8.22955 18.9643 8.22983 18.9639 8.23055C18.9632 8.232 18.9615 8.23523 18.9589 8.24011C18.9537 8.24988 18.9448 8.26624 18.9322 8.28825C18.907 8.33235 18.8673 8.39863 18.8133 8.47968C18.7045 8.64279 18.5414 8.86006 18.3257 9.07574C17.8911 9.51034 17.2847 9.9 16.5 9.9V11.1ZM16.5 13.1H20V11.9H16.5V13.1ZM16.5 15.1C17.2847 15.1 17.8911 15.4897 18.3257 15.9243C18.5414 16.1399 18.7045 16.3572 18.8133 16.5203C18.8673 16.6014 18.907 16.6676 18.9322 16.7117C18.9448 16.7338 18.9537 16.7501 18.9589 16.7599C18.9615 16.7648 18.9632 16.768 18.9639 16.7694C18.9643 16.7702 18.9644 16.7705 18.9643 16.7703C18.9643 16.7702 18.9642 16.77 18.964 16.7697C18.9639 16.7695 18.9638 16.7693 18.9637 16.7691C18.9637 16.769 18.9636 16.7688 18.9635 16.7687C18.9634 16.7685 18.9633 16.7683 19.5 16.5C20.0367 16.2317 20.0365 16.2315 20.0364 16.2312C20.0364 16.2311 20.0363 16.2309 20.0362 16.2307C20.036 16.2304 20.0358 16.23 20.0356 16.2296C20.0352 16.2288 20.0347 16.2279 20.0342 16.2268C20.0331 16.2247 20.0318 16.2221 20.0302 16.2191C20.0271 16.213 20.0229 16.205 20.0177 16.1952C20.0073 16.1757 19.9927 16.1491 19.9741 16.1164C19.9368 16.0511 19.8827 15.9611 19.8117 15.8547C19.6705 15.6428 19.4586 15.3601 19.1743 15.0757C18.6089 14.5103 17.7153 13.9 16.5 13.9V15.1ZM8.5 13.9C7.28475 13.9 6.39113 14.5103 5.82574 15.0757C5.54141 15.3601 5.32953 15.6428 5.18827 15.8547C5.1173 15.9611 5.06323 16.0511 5.02593 16.1164C5.00726 16.1491 4.99272 16.1757 4.98231 16.1952C4.9771 16.205 4.97292 16.213 4.96976 16.2191C4.96818 16.2221 4.96685 16.2247 4.96579 16.2268C4.96525 16.2279 4.96478 16.2288 4.96437 16.2296C4.96417 16.23 4.96398 16.2304 4.96381 16.2307C4.96372 16.2309 4.96361 16.2311 4.96357 16.2312C4.96345 16.2315 4.96334 16.2317 5.5 16.5C6.03666 16.7683 6.03656 16.7685 6.03646 16.7687C6.03643 16.7688 6.03634 16.769 6.03628 16.7691C6.03617 16.7693 6.03607 16.7695 6.03599 16.7697C6.03583 16.77 6.03573 16.7702 6.03568 16.7703C6.03559 16.7705 6.03573 16.7702 6.0361 16.7694C6.03685 16.768 6.03853 16.7648 6.04113 16.7599C6.04634 16.7501 6.05524 16.7338 6.06782 16.7117C6.09302 16.6676 6.1327 16.6014 6.18673 16.5203C6.29547 16.3572 6.45859 16.1399 6.67426 15.9243C7.10887 15.4897 7.71525 15.1 8.5 15.1V13.9ZM8.5 11.9H5V13.1H8.5V11.9Z",
|
|
837
888
|
fill: "currentColor"
|
|
838
889
|
}
|
|
839
890
|
)
|
|
@@ -1041,7 +1092,7 @@ const ChevronDownIcon = forwardRef(function(props, ref) {
|
|
|
1041
1092
|
children: /* @__PURE__ */ jsx(
|
|
1042
1093
|
"path",
|
|
1043
1094
|
{
|
|
1044
|
-
d: "
|
|
1095
|
+
d: "M17 10L12.5 14.5L8 10",
|
|
1045
1096
|
stroke: "currentColor",
|
|
1046
1097
|
strokeWidth: 1.2,
|
|
1047
1098
|
strokeLinejoin: "round"
|
|
@@ -1066,7 +1117,7 @@ const ChevronLeftIcon = forwardRef(function(props, ref) {
|
|
|
1066
1117
|
children: /* @__PURE__ */ jsx(
|
|
1067
1118
|
"path",
|
|
1068
1119
|
{
|
|
1069
|
-
d: "
|
|
1120
|
+
d: "M15 17L10.5 12.5L15 8",
|
|
1070
1121
|
stroke: "currentColor",
|
|
1071
1122
|
strokeWidth: 1.2,
|
|
1072
1123
|
strokeLinejoin: "round"
|
|
@@ -1091,7 +1142,7 @@ const ChevronRightIcon = forwardRef(function(props, ref) {
|
|
|
1091
1142
|
children: /* @__PURE__ */ jsx(
|
|
1092
1143
|
"path",
|
|
1093
1144
|
{
|
|
1094
|
-
d: "M10.5
|
|
1145
|
+
d: "M10 8L14.5 12.5L10 17",
|
|
1095
1146
|
stroke: "currentColor",
|
|
1096
1147
|
strokeWidth: 1.2,
|
|
1097
1148
|
strokeLinejoin: "round"
|
|
@@ -1116,7 +1167,7 @@ const ChevronUpIcon = forwardRef(function(props, ref) {
|
|
|
1116
1167
|
children: /* @__PURE__ */ jsx(
|
|
1117
1168
|
"path",
|
|
1118
1169
|
{
|
|
1119
|
-
d: "
|
|
1170
|
+
d: "M8 15L12.5 10.5L17 15",
|
|
1120
1171
|
stroke: "currentColor",
|
|
1121
1172
|
strokeWidth: 1.2,
|
|
1122
1173
|
strokeLinejoin: "round"
|
|
@@ -1500,6 +1551,32 @@ const ComposeIcon = forwardRef(function(props, ref) {
|
|
|
1500
1551
|
);
|
|
1501
1552
|
});
|
|
1502
1553
|
ComposeIcon.displayName = "ForwardRef(ComposeIcon)";
|
|
1554
|
+
const ComposeSparklesIcon = forwardRef(function(props, ref) {
|
|
1555
|
+
return /* @__PURE__ */ jsx(
|
|
1556
|
+
"svg",
|
|
1557
|
+
{
|
|
1558
|
+
"data-sanity-icon": "compose-sparkles",
|
|
1559
|
+
width: "1em",
|
|
1560
|
+
height: "1em",
|
|
1561
|
+
viewBox: "0 0 25 25",
|
|
1562
|
+
fill: "none",
|
|
1563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
|
+
ref,
|
|
1565
|
+
...props,
|
|
1566
|
+
children: /* @__PURE__ */ jsx(
|
|
1567
|
+
"path",
|
|
1568
|
+
{
|
|
1569
|
+
d: "M11 3.5V5M11 5V6.5M11 5H12.5M11 5H9.5M17 9L9.5 16.5L9 19L11.5 18.5L19 11M17 9L19 7L21 9L19 11M17 9L19 11M4.5 10C4.5 10 5.72308 9.87692 6.3 9.3C6.87692 8.72308 7 7.5 7 7.5C7 7.5 7.12308 8.72308 7.7 9.3C8.27692 9.87692 9.5 10 9.5 10C9.5 10 8.27692 10.1231 7.7 10.7C7.12308 11.2769 7 12.5 7 12.5C7 12.5 6.87692 11.2769 6.3 10.7C5.72308 10.1231 4.5 10 4.5 10Z",
|
|
1570
|
+
stroke: "currentColor",
|
|
1571
|
+
strokeWidth: 1.2,
|
|
1572
|
+
strokeLinecap: "round",
|
|
1573
|
+
strokeLinejoin: "round"
|
|
1574
|
+
}
|
|
1575
|
+
)
|
|
1576
|
+
}
|
|
1577
|
+
);
|
|
1578
|
+
});
|
|
1579
|
+
ComposeSparklesIcon.displayName = "ForwardRef(ComposeSparklesIcon)";
|
|
1503
1580
|
const ConfettiIcon = forwardRef(function(props, ref) {
|
|
1504
1581
|
return /* @__PURE__ */ jsxs(
|
|
1505
1582
|
"svg",
|
|
@@ -1815,7 +1892,7 @@ const DocumentIcon = forwardRef(function(props, ref) {
|
|
|
1815
1892
|
/* @__PURE__ */ jsx(
|
|
1816
1893
|
"path",
|
|
1817
1894
|
{
|
|
1818
|
-
d: "
|
|
1895
|
+
d: "M18.5 20.5H6.5V9.5L11.5 4.5H18.5V20.5Z",
|
|
1819
1896
|
stroke: "currentColor",
|
|
1820
1897
|
strokeWidth: 1.2,
|
|
1821
1898
|
strokeLinejoin: "round"
|
|
@@ -2115,7 +2192,7 @@ const DoubleChevronDownIcon = forwardRef(function(props, ref) {
|
|
|
2115
2192
|
children: /* @__PURE__ */ jsx(
|
|
2116
2193
|
"path",
|
|
2117
2194
|
{
|
|
2118
|
-
d: "
|
|
2195
|
+
d: "M17 7.5C15.6332 8.86683 12.5 12 12.5 12L8 7.5M17 12.5C15.6332 13.8668 12.5 17 12.5 17L8 12.5",
|
|
2119
2196
|
stroke: "currentColor",
|
|
2120
2197
|
strokeWidth: 1.2,
|
|
2121
2198
|
strokeLinejoin: "round"
|
|
@@ -2140,7 +2217,7 @@ const DoubleChevronLeftIcon = forwardRef(function(props, ref) {
|
|
|
2140
2217
|
children: /* @__PURE__ */ jsx(
|
|
2141
2218
|
"path",
|
|
2142
2219
|
{
|
|
2143
|
-
d: "M12
|
|
2220
|
+
d: "M12.5 17L8 12.5L12.5 8M17.5 17L13 12.5L17.5 8",
|
|
2144
2221
|
stroke: "currentColor",
|
|
2145
2222
|
strokeWidth: 1.2,
|
|
2146
2223
|
strokeLinejoin: "round"
|
|
@@ -2165,7 +2242,7 @@ const DoubleChevronRightIcon = forwardRef(function(props, ref) {
|
|
|
2165
2242
|
children: /* @__PURE__ */ jsx(
|
|
2166
2243
|
"path",
|
|
2167
2244
|
{
|
|
2168
|
-
d: "
|
|
2245
|
+
d: "M12.5 8L17 12.5L12.5 17M7.5 8L12 12.5L7.5 17",
|
|
2169
2246
|
stroke: "currentColor",
|
|
2170
2247
|
strokeWidth: 1.2,
|
|
2171
2248
|
strokeLinejoin: "round"
|
|
@@ -2190,7 +2267,7 @@ const DoubleChevronUpIcon = forwardRef(function(props, ref) {
|
|
|
2190
2267
|
children: /* @__PURE__ */ jsx(
|
|
2191
2268
|
"path",
|
|
2192
2269
|
{
|
|
2193
|
-
d: "
|
|
2270
|
+
d: "M8 12.5L12.5 8L17 12.5M8 17.5L12.5 13L17 17.5",
|
|
2194
2271
|
stroke: "currentColor",
|
|
2195
2272
|
strokeWidth: 1.2,
|
|
2196
2273
|
strokeLinejoin: "round"
|
|
@@ -2687,6 +2764,42 @@ const ErrorOutlineIcon = forwardRef(function(props, ref) {
|
|
|
2687
2764
|
);
|
|
2688
2765
|
});
|
|
2689
2766
|
ErrorOutlineIcon.displayName = "ForwardRef(ErrorOutlineIcon)";
|
|
2767
|
+
const ErrorScreenIcon = forwardRef(function(props, ref) {
|
|
2768
|
+
return /* @__PURE__ */ jsxs(
|
|
2769
|
+
"svg",
|
|
2770
|
+
{
|
|
2771
|
+
"data-sanity-icon": "error-screen",
|
|
2772
|
+
width: "1em",
|
|
2773
|
+
height: "1em",
|
|
2774
|
+
viewBox: "0 0 25 25",
|
|
2775
|
+
fill: "none",
|
|
2776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2777
|
+
ref,
|
|
2778
|
+
...props,
|
|
2779
|
+
children: [
|
|
2780
|
+
/* @__PURE__ */ jsx(
|
|
2781
|
+
"path",
|
|
2782
|
+
{
|
|
2783
|
+
d: "M10 8.5L15 13.5M15 8.5L10 13.5",
|
|
2784
|
+
stroke: "currentColor",
|
|
2785
|
+
strokeWidth: 1.2,
|
|
2786
|
+
strokeLinejoin: "round"
|
|
2787
|
+
}
|
|
2788
|
+
),
|
|
2789
|
+
/* @__PURE__ */ jsx(
|
|
2790
|
+
"path",
|
|
2791
|
+
{
|
|
2792
|
+
d: "M12.5 16.5H5.5C4.94772 16.5 4.5 16.0523 4.5 15.5V6.5C4.5 5.94771 4.94772 5.5 5.5 5.5H19.5C20.0523 5.5 20.5 5.94772 20.5 6.5V15.5C20.5 16.0523 20.0523 16.5 19.5 16.5H12.5ZM12.5 16.5V19.5M12.5 19.5H8M12.5 19.5H17",
|
|
2793
|
+
stroke: "currentColor",
|
|
2794
|
+
strokeWidth: 1.2,
|
|
2795
|
+
strokeLinejoin: "round"
|
|
2796
|
+
}
|
|
2797
|
+
)
|
|
2798
|
+
]
|
|
2799
|
+
}
|
|
2800
|
+
);
|
|
2801
|
+
});
|
|
2802
|
+
ErrorScreenIcon.displayName = "ForwardRef(ErrorScreenIcon)";
|
|
2690
2803
|
const ExpandIcon = forwardRef(function(props, ref) {
|
|
2691
2804
|
return /* @__PURE__ */ jsxs(
|
|
2692
2805
|
"svg",
|
|
@@ -2784,6 +2897,138 @@ const EyeOpenIcon = forwardRef(function(props, ref) {
|
|
|
2784
2897
|
);
|
|
2785
2898
|
});
|
|
2786
2899
|
EyeOpenIcon.displayName = "ForwardRef(EyeOpenIcon)";
|
|
2900
|
+
const FaceHappyIcon = forwardRef(function(props, ref) {
|
|
2901
|
+
return /* @__PURE__ */ jsx(
|
|
2902
|
+
"svg",
|
|
2903
|
+
{
|
|
2904
|
+
"data-sanity-icon": "face-happy",
|
|
2905
|
+
width: "1em",
|
|
2906
|
+
height: "1em",
|
|
2907
|
+
viewBox: "0 0 25 25",
|
|
2908
|
+
fill: "none",
|
|
2909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2910
|
+
ref,
|
|
2911
|
+
...props,
|
|
2912
|
+
children: /* @__PURE__ */ jsx(
|
|
2913
|
+
"path",
|
|
2914
|
+
{
|
|
2915
|
+
d: "M10.5 9V12M14.5 9V12M8.5 14C8.5 14 9.50001 16.5 12.5 16.5C15.5 16.5 16.5 14 16.5 14M20.5 12.5C20.5 16.9183 16.9183 20.5 12.5 20.5C8.08172 20.5 4.5 16.9183 4.5 12.5C4.5 8.08172 8.08172 4.5 12.5 4.5C16.9183 4.5 20.5 8.08172 20.5 12.5Z",
|
|
2916
|
+
stroke: "currentColor",
|
|
2917
|
+
strokeWidth: 1.2,
|
|
2918
|
+
strokeLinejoin: "round"
|
|
2919
|
+
}
|
|
2920
|
+
)
|
|
2921
|
+
}
|
|
2922
|
+
);
|
|
2923
|
+
});
|
|
2924
|
+
FaceHappyIcon.displayName = "ForwardRef(FaceHappyIcon)";
|
|
2925
|
+
const FaceIndifferentIcon = forwardRef(function(props, ref) {
|
|
2926
|
+
return /* @__PURE__ */ jsx(
|
|
2927
|
+
"svg",
|
|
2928
|
+
{
|
|
2929
|
+
"data-sanity-icon": "face-indifferent",
|
|
2930
|
+
width: "1em",
|
|
2931
|
+
height: "1em",
|
|
2932
|
+
viewBox: "0 0 25 25",
|
|
2933
|
+
fill: "none",
|
|
2934
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2935
|
+
ref,
|
|
2936
|
+
...props,
|
|
2937
|
+
children: /* @__PURE__ */ jsx(
|
|
2938
|
+
"path",
|
|
2939
|
+
{
|
|
2940
|
+
d: "M10.5 9V12M14.5 9V12M8.5 15.5C8.5 15.5 9.50001 15.5 12.5 15.5C15.5 15.5 16.5 15.5 16.5 15.5M20.5 12.5C20.5 16.9183 16.9183 20.5 12.5 20.5C8.08172 20.5 4.5 16.9183 4.5 12.5C4.5 8.08172 8.08172 4.5 12.5 4.5C16.9183 4.5 20.5 8.08172 20.5 12.5Z",
|
|
2941
|
+
stroke: "currentColor",
|
|
2942
|
+
strokeWidth: 1.2,
|
|
2943
|
+
strokeLinejoin: "round"
|
|
2944
|
+
}
|
|
2945
|
+
)
|
|
2946
|
+
}
|
|
2947
|
+
);
|
|
2948
|
+
});
|
|
2949
|
+
FaceIndifferentIcon.displayName = "ForwardRef(FaceIndifferentIcon)";
|
|
2950
|
+
const FaceSadIcon = forwardRef(function(props, ref) {
|
|
2951
|
+
return /* @__PURE__ */ jsx(
|
|
2952
|
+
"svg",
|
|
2953
|
+
{
|
|
2954
|
+
"data-sanity-icon": "face-sad",
|
|
2955
|
+
width: "1em",
|
|
2956
|
+
height: "1em",
|
|
2957
|
+
viewBox: "0 0 25 25",
|
|
2958
|
+
fill: "none",
|
|
2959
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2960
|
+
ref,
|
|
2961
|
+
...props,
|
|
2962
|
+
children: /* @__PURE__ */ jsx(
|
|
2963
|
+
"path",
|
|
2964
|
+
{
|
|
2965
|
+
d: "M10.5 9V12M14.5 9V12M8.5 16.5C8.5 16.5 9.50001 14.5 12.5 14.5C15.5 14.5 16.5 16.5 16.5 16.5M20.5 12.5C20.5 16.9183 16.9183 20.5 12.5 20.5C8.08172 20.5 4.5 16.9183 4.5 12.5C4.5 8.08172 8.08172 4.5 12.5 4.5C16.9183 4.5 20.5 8.08172 20.5 12.5Z",
|
|
2966
|
+
stroke: "currentColor",
|
|
2967
|
+
strokeWidth: 1.2,
|
|
2968
|
+
strokeLinejoin: "round"
|
|
2969
|
+
}
|
|
2970
|
+
)
|
|
2971
|
+
}
|
|
2972
|
+
);
|
|
2973
|
+
});
|
|
2974
|
+
FaceSadIcon.displayName = "ForwardRef(FaceSadIcon)";
|
|
2975
|
+
const FeedbackIcon = forwardRef(function(props, ref) {
|
|
2976
|
+
return /* @__PURE__ */ jsxs(
|
|
2977
|
+
"svg",
|
|
2978
|
+
{
|
|
2979
|
+
"data-sanity-icon": "feedback",
|
|
2980
|
+
width: "1em",
|
|
2981
|
+
height: "1em",
|
|
2982
|
+
viewBox: "0 0 25 25",
|
|
2983
|
+
fill: "none",
|
|
2984
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2985
|
+
ref,
|
|
2986
|
+
...props,
|
|
2987
|
+
children: [
|
|
2988
|
+
/* @__PURE__ */ jsx("path", { d: "M10 11.5V12H9.5L9.5 11.5H10Z", fill: "currentColor" }),
|
|
2989
|
+
/* @__PURE__ */ jsx("path", { d: "M13 11.5V12H12.5V11.5H13Z", fill: "currentColor" }),
|
|
2990
|
+
/* @__PURE__ */ jsx("path", { d: "M16 11.5V12H15.5V11.5H16Z", fill: "currentColor" }),
|
|
2991
|
+
/* @__PURE__ */ jsx(
|
|
2992
|
+
"path",
|
|
2993
|
+
{
|
|
2994
|
+
d: "M10 11.5V12H9.5L9.5 11.5H10Z",
|
|
2995
|
+
stroke: "currentColor",
|
|
2996
|
+
strokeWidth: 1.2,
|
|
2997
|
+
strokeLinejoin: "round"
|
|
2998
|
+
}
|
|
2999
|
+
),
|
|
3000
|
+
/* @__PURE__ */ jsx(
|
|
3001
|
+
"path",
|
|
3002
|
+
{
|
|
3003
|
+
d: "M13 11.5V12H12.5V11.5H13Z",
|
|
3004
|
+
stroke: "currentColor",
|
|
3005
|
+
strokeWidth: 1.2,
|
|
3006
|
+
strokeLinejoin: "round"
|
|
3007
|
+
}
|
|
3008
|
+
),
|
|
3009
|
+
/* @__PURE__ */ jsx(
|
|
3010
|
+
"path",
|
|
3011
|
+
{
|
|
3012
|
+
d: "M16 11.5V12H15.5V11.5H16Z",
|
|
3013
|
+
stroke: "currentColor",
|
|
3014
|
+
strokeWidth: 1.2,
|
|
3015
|
+
strokeLinejoin: "round"
|
|
3016
|
+
}
|
|
3017
|
+
),
|
|
3018
|
+
/* @__PURE__ */ jsx(
|
|
3019
|
+
"path",
|
|
3020
|
+
{
|
|
3021
|
+
d: "M7.5 16.5H9.5V20.5L13.5 16.5H17.5C18.6046 16.5 19.5 15.6046 19.5 14.5V8.5C19.5 7.39543 18.6046 6.5 17.5 6.5H7.5C6.39543 6.5 5.5 7.39543 5.5 8.5V14.5C5.5 15.6046 6.39543 16.5 7.5 16.5Z",
|
|
3022
|
+
stroke: "currentColor",
|
|
3023
|
+
strokeWidth: 1.2,
|
|
3024
|
+
strokeLinejoin: "round"
|
|
3025
|
+
}
|
|
3026
|
+
)
|
|
3027
|
+
]
|
|
3028
|
+
}
|
|
3029
|
+
);
|
|
3030
|
+
});
|
|
3031
|
+
FeedbackIcon.displayName = "ForwardRef(FeedbackIcon)";
|
|
2787
3032
|
const FilterIcon = forwardRef(function(props, ref) {
|
|
2788
3033
|
return /* @__PURE__ */ jsx(
|
|
2789
3034
|
"svg",
|
|
@@ -2799,10 +3044,9 @@ const FilterIcon = forwardRef(function(props, ref) {
|
|
|
2799
3044
|
children: /* @__PURE__ */ jsx(
|
|
2800
3045
|
"path",
|
|
2801
3046
|
{
|
|
2802
|
-
d: "
|
|
3047
|
+
d: "M6 7.5H19M8 12.5H17M10 17.5H15",
|
|
2803
3048
|
stroke: "currentColor",
|
|
2804
3049
|
strokeWidth: 1.2,
|
|
2805
|
-
strokeLinecap: "square",
|
|
2806
3050
|
strokeLinejoin: "round"
|
|
2807
3051
|
}
|
|
2808
3052
|
)
|
|
@@ -2871,6 +3115,31 @@ const GenerateIcon = forwardRef(function(props, ref) {
|
|
|
2871
3115
|
);
|
|
2872
3116
|
});
|
|
2873
3117
|
GenerateIcon.displayName = "ForwardRef(GenerateIcon)";
|
|
3118
|
+
const GithubIcon = forwardRef(function(props, ref) {
|
|
3119
|
+
return /* @__PURE__ */ jsx(
|
|
3120
|
+
"svg",
|
|
3121
|
+
{
|
|
3122
|
+
"data-sanity-icon": "github",
|
|
3123
|
+
width: "1em",
|
|
3124
|
+
height: "1em",
|
|
3125
|
+
viewBox: "0 0 25 25",
|
|
3126
|
+
fill: "none",
|
|
3127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3128
|
+
ref,
|
|
3129
|
+
...props,
|
|
3130
|
+
children: /* @__PURE__ */ jsx(
|
|
3131
|
+
"path",
|
|
3132
|
+
{
|
|
3133
|
+
fillRule: "evenodd",
|
|
3134
|
+
clipRule: "evenodd",
|
|
3135
|
+
d: "M12.507 4C7.80286 4 4 7.8309 4 12.5702C4 16.3587 6.43663 19.5655 9.81687 20.7005C10.2395 20.7858 10.3943 20.5161 10.3943 20.2892C10.3943 20.0905 10.3804 19.4094 10.3804 18.6999C8.01391 19.2108 7.52112 17.6782 7.52112 17.6782C7.14081 16.685 6.57732 16.4297 6.57732 16.4297C5.80279 15.9047 6.63374 15.9047 6.63374 15.9047C7.49291 15.9615 7.94374 16.7844 7.94374 16.7844C8.70417 18.0897 9.92953 17.7209 10.4225 17.4938C10.4929 16.9404 10.7184 16.5573 10.9578 16.3445C9.07037 16.1459 7.08457 15.4081 7.08457 12.1161C7.08457 11.1796 7.42239 10.4134 7.95767 9.81757C7.87321 9.60478 7.57736 8.72489 8.04229 7.54724C8.04229 7.54724 8.76059 7.32017 10.3802 8.42695C11.0736 8.23935 11.7887 8.14392 12.507 8.14312C13.2253 8.14312 13.9576 8.24255 14.6337 8.42695C16.2535 7.32017 16.9718 7.54724 16.9718 7.54724C17.4367 8.72489 17.1407 9.60478 17.0562 9.81757C17.6056 10.4134 17.9295 11.1796 17.9295 12.1161C17.9295 15.4081 15.9437 16.1316 14.0422 16.3445C14.3521 16.6141 14.6196 17.1248 14.6196 17.9337C14.6196 19.0829 14.6057 20.0053 14.6057 20.289C14.6057 20.5161 14.7606 20.7858 15.1831 20.7006C18.5633 19.5653 21 16.3587 21 12.5702C21.0139 7.8309 17.1971 4 12.507 4Z",
|
|
3136
|
+
fill: "currentColor"
|
|
3137
|
+
}
|
|
3138
|
+
)
|
|
3139
|
+
}
|
|
3140
|
+
);
|
|
3141
|
+
});
|
|
3142
|
+
GithubIcon.displayName = "ForwardRef(GithubIcon)";
|
|
2874
3143
|
const GroqIcon = forwardRef(function(props, ref) {
|
|
2875
3144
|
return /* @__PURE__ */ jsxs(
|
|
2876
3145
|
"svg",
|
|
@@ -3008,7 +3277,7 @@ const HighlightIcon = forwardRef(function(props, ref) {
|
|
|
3008
3277
|
children: /* @__PURE__ */ jsx(
|
|
3009
3278
|
"path",
|
|
3010
3279
|
{
|
|
3011
|
-
d: "M17.5311 13.7141L8.
|
|
3280
|
+
d: "M17.5311 13.7141L8.02451 8.22547M17.5311 13.7141L20.25 9.00478M17.5311 13.7141L16.5 15.5L13.232 16.134L12 18L11.4142 17.6485M8.02451 8.22547L10.75 3.50479M8.02451 8.22547L6.99999 9.99998L7.99999 13L6.99999 15L7.58576 15.3514M7.58576 15.3514L4.90192 20L10.0566 20L11.4142 17.6485M7.58576 15.3514L11.4142 17.6485M13 20H20",
|
|
3012
3281
|
stroke: "currentColor",
|
|
3013
3282
|
strokeWidth: 1.2,
|
|
3014
3283
|
strokeLinejoin: "round"
|
|
@@ -3033,7 +3302,7 @@ const HomeIcon = forwardRef(function(props, ref) {
|
|
|
3033
3302
|
children: /* @__PURE__ */ jsx(
|
|
3034
3303
|
"path",
|
|
3035
3304
|
{
|
|
3036
|
-
d: "
|
|
3305
|
+
d: "M14.5 18.5V12.5H10.5V18.5M5.5 11.5V18.5H19.5V11.5L12.5 5.5L5.5 11.5Z",
|
|
3037
3306
|
stroke: "currentColor",
|
|
3038
3307
|
strokeWidth: 1.2,
|
|
3039
3308
|
strokeLinejoin: "round"
|
|
@@ -3143,6 +3412,31 @@ const ImagesIcon = forwardRef(function(props, ref) {
|
|
|
3143
3412
|
);
|
|
3144
3413
|
});
|
|
3145
3414
|
ImagesIcon.displayName = "ForwardRef(ImagesIcon)";
|
|
3415
|
+
const InboxIcon = forwardRef(function(props, ref) {
|
|
3416
|
+
return /* @__PURE__ */ jsx(
|
|
3417
|
+
"svg",
|
|
3418
|
+
{
|
|
3419
|
+
"data-sanity-icon": "inbox",
|
|
3420
|
+
width: "1em",
|
|
3421
|
+
height: "1em",
|
|
3422
|
+
viewBox: "0 0 25 25",
|
|
3423
|
+
fill: "none",
|
|
3424
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3425
|
+
ref,
|
|
3426
|
+
...props,
|
|
3427
|
+
children: /* @__PURE__ */ jsx(
|
|
3428
|
+
"path",
|
|
3429
|
+
{
|
|
3430
|
+
d: "M9 8.5H8.17703C7.76813 8.5 7.40042 8.74895 7.24856 9.12861L5.5 13.5M5.5 13.5V17.5C5.5 18.0523 5.94302 18.5 6.4953 18.5C9.00381 18.5 15.5919 18.5 18.504 18.5C19.0563 18.5 19.5 18.0523 19.5 17.5V13.5M5.5 13.5H8.5L10 15.5H15L16.5 13.5H19.5M19.5 13.5L17.7514 9.12861C17.5996 8.74895 17.2319 8.5 16.823 8.5H16M12.5 5V12.5M12.5 12.5L15 10M12.5 12.5L10 10",
|
|
3431
|
+
stroke: "currentColor",
|
|
3432
|
+
strokeWidth: 1.2,
|
|
3433
|
+
strokeLinejoin: "round"
|
|
3434
|
+
}
|
|
3435
|
+
)
|
|
3436
|
+
}
|
|
3437
|
+
);
|
|
3438
|
+
});
|
|
3439
|
+
InboxIcon.displayName = "ForwardRef(InboxIcon)";
|
|
3146
3440
|
const InfoFilledIcon = forwardRef(function(props, ref) {
|
|
3147
3441
|
return /* @__PURE__ */ jsx(
|
|
3148
3442
|
"svg",
|
|
@@ -3310,7 +3604,7 @@ const ItalicIcon = forwardRef(function(props, ref) {
|
|
|
3310
3604
|
children: /* @__PURE__ */ jsx(
|
|
3311
3605
|
"path",
|
|
3312
3606
|
{
|
|
3313
|
-
d: "M10.43 18H11.7276L13.4551 9.86763H12.1576L10.43 18ZM13.
|
|
3607
|
+
d: "M10.43 18H11.7276L13.4551 9.86763H12.1576L10.43 18ZM13.3042 8.29849C13.8021 8.29849 14.2095 7.89112 14.2095 7.39322C14.2095 6.89532 13.8021 6.48795 13.3042 6.48795C12.8063 6.48795 12.399 6.89532 12.399 7.39322C12.399 7.89112 12.8063 8.29849 13.3042 8.29849Z",
|
|
3314
3608
|
fill: "currentColor"
|
|
3315
3609
|
}
|
|
3316
3610
|
)
|
|
@@ -3486,7 +3780,32 @@ const LinkRemovedIcon = forwardRef(function(props, ref) {
|
|
|
3486
3780
|
return /* @__PURE__ */ jsx(
|
|
3487
3781
|
"svg",
|
|
3488
3782
|
{
|
|
3489
|
-
"data-sanity-icon": "link-removed",
|
|
3783
|
+
"data-sanity-icon": "link-removed",
|
|
3784
|
+
width: "1em",
|
|
3785
|
+
height: "1em",
|
|
3786
|
+
viewBox: "0 0 25 25",
|
|
3787
|
+
fill: "none",
|
|
3788
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3789
|
+
ref,
|
|
3790
|
+
...props,
|
|
3791
|
+
children: /* @__PURE__ */ jsx(
|
|
3792
|
+
"path",
|
|
3793
|
+
{
|
|
3794
|
+
d: "M18.5 11C19.281 10.219 19.281 8.78108 18.5 8.00003L18 7.50003C17.2189 6.71898 15.781 6.71898 15 7.50003L13 9.50003M15.5 14C14.7189 14.7811 13.281 14.7811 12.5 14M6.5 14C5.71895 14.7811 5.71894 16.219 6.49999 17L6.99999 17.5C7.78104 18.2811 9.21894 18.2811 9.99999 17.5L12 15.5M12.5 11C11.719 10.219 10.281 10.219 9.5 11M3 12.5H22",
|
|
3795
|
+
stroke: "currentColor",
|
|
3796
|
+
strokeWidth: 1.2,
|
|
3797
|
+
strokeLinejoin: "round"
|
|
3798
|
+
}
|
|
3799
|
+
)
|
|
3800
|
+
}
|
|
3801
|
+
);
|
|
3802
|
+
});
|
|
3803
|
+
LinkRemovedIcon.displayName = "ForwardRef(LinkRemovedIcon)";
|
|
3804
|
+
const LinkedinIcon = forwardRef(function(props, ref) {
|
|
3805
|
+
return /* @__PURE__ */ jsx(
|
|
3806
|
+
"svg",
|
|
3807
|
+
{
|
|
3808
|
+
"data-sanity-icon": "linkedin",
|
|
3490
3809
|
width: "1em",
|
|
3491
3810
|
height: "1em",
|
|
3492
3811
|
viewBox: "0 0 25 25",
|
|
@@ -3497,16 +3816,14 @@ const LinkRemovedIcon = forwardRef(function(props, ref) {
|
|
|
3497
3816
|
children: /* @__PURE__ */ jsx(
|
|
3498
3817
|
"path",
|
|
3499
3818
|
{
|
|
3500
|
-
d: "
|
|
3501
|
-
|
|
3502
|
-
strokeWidth: 1.2,
|
|
3503
|
-
strokeLinejoin: "round"
|
|
3819
|
+
d: "M20.0249 20H16.9137V15.1278C16.9137 13.9659 16.893 12.4704 15.2956 12.4704C13.6753 12.4704 13.4273 13.7362 13.4273 15.0432V19.9997H10.3162V9.98042H13.3028V11.3496H13.3447C13.6436 10.8386 14.0755 10.4182 14.5944 10.1332C15.1134 9.8482 15.6999 9.7092 16.2915 9.7312C19.4448 9.7312 20.0262 11.8054 20.0262 14.5036L20.0249 20ZM6.80572 8.6109C6.44863 8.6109 6.0996 8.50507 5.80265 8.30683C5.50571 8.10848 5.27427 7.82653 5.13757 7.4967C5.00086 7.16677 4.96502 6.80378 5.03463 6.45356C5.10423 6.10334 5.27613 5.78157 5.52858 5.52903C5.78103 5.2765 6.10271 5.10448 6.45293 5.03476C6.80315 4.96502 7.16614 5.00072 7.49607 5.13731C7.826 5.2739 8.10796 5.50526 8.30641 5.80212C8.50486 6.09894 8.6108 6.44798 8.6109 6.80507C8.6109 7.04216 8.56422 7.277 8.47352 7.49606C8.38283 7.71512 8.24995 7.91422 8.0823 8.08187C7.91466 8.24952 7.71567 8.3826 7.4966 8.4733C7.27765 8.5641 7.04281 8.61079 6.80572 8.6109ZM8.36136 20H5.24695V9.98042H8.36136V20Z",
|
|
3820
|
+
fill: "currentColor"
|
|
3504
3821
|
}
|
|
3505
3822
|
)
|
|
3506
3823
|
}
|
|
3507
3824
|
);
|
|
3508
3825
|
});
|
|
3509
|
-
|
|
3826
|
+
LinkedinIcon.displayName = "ForwardRef(LinkedinIcon)";
|
|
3510
3827
|
const ListIcon = forwardRef(function(props, ref) {
|
|
3511
3828
|
return /* @__PURE__ */ jsx(
|
|
3512
3829
|
"svg",
|
|
@@ -3683,7 +4000,7 @@ const MasterDetailIcon = forwardRef(function(props, ref) {
|
|
|
3683
4000
|
children: /* @__PURE__ */ jsx(
|
|
3684
4001
|
"path",
|
|
3685
4002
|
{
|
|
3686
|
-
d: "
|
|
4003
|
+
d: "M9.5 6.5V10.5M9.5 10.5V14.5M9.5 10.5H5.5M9.5 14.5V18.5M9.5 14.5H5.5M5.5 6.5H19.5V18.5H5.5V6.5Z",
|
|
3687
4004
|
stroke: "currentColor",
|
|
3688
4005
|
strokeWidth: 1.2,
|
|
3689
4006
|
strokeLinejoin: "round"
|
|
@@ -3718,6 +4035,77 @@ const MenuIcon = forwardRef(function(props, ref) {
|
|
|
3718
4035
|
);
|
|
3719
4036
|
});
|
|
3720
4037
|
MenuIcon.displayName = "ForwardRef(MenuIcon)";
|
|
4038
|
+
const MicrophoneIcon = forwardRef(function(props, ref) {
|
|
4039
|
+
return /* @__PURE__ */ jsx(
|
|
4040
|
+
"svg",
|
|
4041
|
+
{
|
|
4042
|
+
"data-sanity-icon": "microphone",
|
|
4043
|
+
width: "1em",
|
|
4044
|
+
height: "1em",
|
|
4045
|
+
viewBox: "0 0 25 25",
|
|
4046
|
+
fill: "none",
|
|
4047
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4048
|
+
ref,
|
|
4049
|
+
...props,
|
|
4050
|
+
children: /* @__PURE__ */ jsx(
|
|
4051
|
+
"path",
|
|
4052
|
+
{
|
|
4053
|
+
d: "M12.5 16.5C15.8137 16.5 18.5 13.8137 18.5 10.5V10M12.5 16.5C9.18629 16.5 6.5 13.8137 6.5 10.5V10M12.5 16.5V20.5M8 20.5H17M15.5 10.5C15.5 12.1569 14.1569 13.5 12.5 13.5C10.8431 13.5 9.5 12.1569 9.5 10.5V7.5C9.5 5.84315 10.8431 4.5 12.5 4.5C14.1569 4.5 15.5 5.84315 15.5 7.5V10.5Z",
|
|
4054
|
+
stroke: "currentColor",
|
|
4055
|
+
strokeWidth: 1.2
|
|
4056
|
+
}
|
|
4057
|
+
)
|
|
4058
|
+
}
|
|
4059
|
+
);
|
|
4060
|
+
});
|
|
4061
|
+
MicrophoneIcon.displayName = "ForwardRef(MicrophoneIcon)";
|
|
4062
|
+
const MicrophoneSlashIcon = forwardRef(function(props, ref) {
|
|
4063
|
+
return /* @__PURE__ */ jsxs(
|
|
4064
|
+
"svg",
|
|
4065
|
+
{
|
|
4066
|
+
"data-sanity-icon": "microphone-slash",
|
|
4067
|
+
width: "1em",
|
|
4068
|
+
height: "1em",
|
|
4069
|
+
viewBox: "0 0 25 25",
|
|
4070
|
+
fill: "none",
|
|
4071
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4072
|
+
ref,
|
|
4073
|
+
...props,
|
|
4074
|
+
children: [
|
|
4075
|
+
/* @__PURE__ */ jsx(
|
|
4076
|
+
"path",
|
|
4077
|
+
{
|
|
4078
|
+
d: "M17.8162 14.412C18.6231 13.3173 19.1 11.9644 19.1 10.5V10H17.9V10.5C17.9 11.6324 17.5514 12.6834 16.9557 13.5516L17.8162 14.412Z",
|
|
4079
|
+
fill: "currentColor"
|
|
4080
|
+
}
|
|
4081
|
+
),
|
|
4082
|
+
/* @__PURE__ */ jsx(
|
|
4083
|
+
"path",
|
|
4084
|
+
{
|
|
4085
|
+
d: "M14.2171 15.6213L15.1446 16.5488C14.5091 16.8271 13.8213 17.0081 13.1 17.0731V19.9H17V21.1H7.99999V19.9H11.9V17.0731C8.53609 16.77 5.89999 13.9429 5.89999 10.5V10H7.09999V10.5C7.09999 13.4824 9.51766 15.9 12.5 15.9C13.1003 15.9 13.6777 15.8021 14.2171 15.6213Z",
|
|
4086
|
+
fill: "currentColor"
|
|
4087
|
+
}
|
|
4088
|
+
),
|
|
4089
|
+
/* @__PURE__ */ jsx(
|
|
4090
|
+
"path",
|
|
4091
|
+
{
|
|
4092
|
+
d: "M15.6494 12.2453C15.9365 11.7283 16.1 11.1333 16.1 10.5V7.50002C16.1 5.5118 14.4882 3.90002 12.5 3.90002C11.0945 3.90002 9.87704 4.70551 9.2842 5.88007L10.2038 6.79966C10.5035 5.81583 11.4181 5.10002 12.5 5.10002C13.8255 5.10002 14.9 6.17454 14.9 7.50002V10.5C14.9 10.7968 14.8461 11.0811 14.7476 11.3435L15.6494 12.2453Z",
|
|
4093
|
+
fill: "currentColor"
|
|
4094
|
+
}
|
|
4095
|
+
),
|
|
4096
|
+
/* @__PURE__ */ jsx(
|
|
4097
|
+
"path",
|
|
4098
|
+
{
|
|
4099
|
+
d: "M8.89999 10.3042L12.6909 14.0951C12.6277 14.0984 12.564 14.1 12.5 14.1C10.5118 14.1 8.89999 12.4882 8.89999 10.5V10.3042Z",
|
|
4100
|
+
fill: "currentColor"
|
|
4101
|
+
}
|
|
4102
|
+
),
|
|
4103
|
+
/* @__PURE__ */ jsx("path", { d: "M19 18L6 5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })
|
|
4104
|
+
]
|
|
4105
|
+
}
|
|
4106
|
+
);
|
|
4107
|
+
});
|
|
4108
|
+
MicrophoneSlashIcon.displayName = "ForwardRef(MicrophoneSlashIcon)";
|
|
3721
4109
|
const MobileDeviceIcon = forwardRef(function(props, ref) {
|
|
3722
4110
|
return /* @__PURE__ */ jsxs(
|
|
3723
4111
|
"svg",
|
|
@@ -4451,7 +4839,7 @@ const RemoveIcon = forwardRef(function(props, ref) {
|
|
|
4451
4839
|
});
|
|
4452
4840
|
RemoveIcon.displayName = "ForwardRef(RemoveIcon)";
|
|
4453
4841
|
const ResetIcon = forwardRef(function(props, ref) {
|
|
4454
|
-
return /* @__PURE__ */
|
|
4842
|
+
return /* @__PURE__ */ jsxs(
|
|
4455
4843
|
"svg",
|
|
4456
4844
|
{
|
|
4457
4845
|
"data-sanity-icon": "reset",
|
|
@@ -4462,13 +4850,26 @@ const ResetIcon = forwardRef(function(props, ref) {
|
|
|
4462
4850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4463
4851
|
ref,
|
|
4464
4852
|
...props,
|
|
4465
|
-
children:
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4853
|
+
children: [
|
|
4854
|
+
/* @__PURE__ */ jsx(
|
|
4855
|
+
"path",
|
|
4856
|
+
{
|
|
4857
|
+
d: "M7 11L4.56189 13.5L2 11",
|
|
4858
|
+
stroke: "currentColor",
|
|
4859
|
+
strokeWidth: 1.2,
|
|
4860
|
+
strokeLinejoin: "round"
|
|
4861
|
+
}
|
|
4862
|
+
),
|
|
4863
|
+
/* @__PURE__ */ jsx(
|
|
4864
|
+
"path",
|
|
4865
|
+
{
|
|
4866
|
+
d: "M9.50001 15.5L15.5 9.5M9.5 9.5L15.5 15.5M4.56189 13.5C4.52104 13.1724 4.5 12.8387 4.5 12.5C4.5 8.08172 8.08172 4.5 12.5 4.5C16.9183 4.5 20.5 8.08172 20.5 12.5C20.5 16.9183 16.9183 20.5 12.5 20.5C9.75033 20.5 7.32466 19.1128 5.88468 17",
|
|
4867
|
+
stroke: "currentColor",
|
|
4868
|
+
strokeWidth: 1.2,
|
|
4869
|
+
strokeLinejoin: "round"
|
|
4870
|
+
}
|
|
4871
|
+
)
|
|
4872
|
+
]
|
|
4472
4873
|
}
|
|
4473
4874
|
);
|
|
4474
4875
|
});
|
|
@@ -5014,7 +5415,7 @@ const StarFilledIcon = forwardRef(function(props, ref) {
|
|
|
5014
5415
|
children: /* @__PURE__ */ jsx(
|
|
5015
5416
|
"path",
|
|
5016
5417
|
{
|
|
5017
|
-
d: "M12.5 5L14.
|
|
5418
|
+
d: "M12.5 5L14.3956 9.89092L19.6329 10.1824L15.5672 13.4966L16.9084 18.5676L12.5 15.725L8.09161 18.5676L9.43284 13.4966L5.36708 10.1824L10.6044 9.89092L12.5 5Z",
|
|
5018
5419
|
fill: "currentColor",
|
|
5019
5420
|
stroke: "currentColor",
|
|
5020
5421
|
strokeLinejoin: "round"
|
|
@@ -5039,7 +5440,7 @@ const StarIcon = forwardRef(function(props, ref) {
|
|
|
5039
5440
|
children: /* @__PURE__ */ jsx(
|
|
5040
5441
|
"path",
|
|
5041
5442
|
{
|
|
5042
|
-
d: "M12.5 5L14.
|
|
5443
|
+
d: "M12.5 5L14.3956 9.89092L19.6329 10.1824L15.5672 13.4966L16.9084 18.5676L12.5 15.725L8.09161 18.5676L9.43284 13.4966L5.36708 10.1824L10.6044 9.89092L12.5 5Z",
|
|
5043
5444
|
stroke: "currentColor",
|
|
5044
5445
|
strokeWidth: 1.2,
|
|
5045
5446
|
strokeLinejoin: "round"
|
|
@@ -5310,8 +5711,33 @@ const TagsIcon = forwardRef(function(props, ref) {
|
|
|
5310
5711
|
);
|
|
5311
5712
|
});
|
|
5312
5713
|
TagsIcon.displayName = "ForwardRef(TagsIcon)";
|
|
5714
|
+
const TargetIcon = forwardRef(function(props, ref) {
|
|
5715
|
+
return /* @__PURE__ */ jsx(
|
|
5716
|
+
"svg",
|
|
5717
|
+
{
|
|
5718
|
+
"data-sanity-icon": "target",
|
|
5719
|
+
width: "1em",
|
|
5720
|
+
height: "1em",
|
|
5721
|
+
viewBox: "0 0 25 25",
|
|
5722
|
+
fill: "none",
|
|
5723
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5724
|
+
ref,
|
|
5725
|
+
...props,
|
|
5726
|
+
children: /* @__PURE__ */ jsx(
|
|
5727
|
+
"path",
|
|
5728
|
+
{
|
|
5729
|
+
d: "M12.5 3V10M22 12.5H15M12.5 22V15M3 12.5H10M19 12.5C19 16.0899 16.0899 19 12.5 19C8.91015 19 6 16.0899 6 12.5C6 8.91015 8.91015 6 12.5 6C16.0899 6 19 8.91015 19 12.5Z",
|
|
5730
|
+
stroke: "currentColor",
|
|
5731
|
+
strokeWidth: 1.2,
|
|
5732
|
+
strokeLinejoin: "round"
|
|
5733
|
+
}
|
|
5734
|
+
)
|
|
5735
|
+
}
|
|
5736
|
+
);
|
|
5737
|
+
});
|
|
5738
|
+
TargetIcon.displayName = "ForwardRef(TargetIcon)";
|
|
5313
5739
|
const TaskIcon = forwardRef(function(props, ref) {
|
|
5314
|
-
return /* @__PURE__ */
|
|
5740
|
+
return /* @__PURE__ */ jsx(
|
|
5315
5741
|
"svg",
|
|
5316
5742
|
{
|
|
5317
5743
|
"data-sanity-icon": "task",
|
|
@@ -5322,26 +5748,15 @@ const TaskIcon = forwardRef(function(props, ref) {
|
|
|
5322
5748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5323
5749
|
ref,
|
|
5324
5750
|
...props,
|
|
5325
|
-
children:
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
),
|
|
5335
|
-
/* @__PURE__ */ jsx(
|
|
5336
|
-
"path",
|
|
5337
|
-
{
|
|
5338
|
-
d: "M10.083 14.7358L12.083 16.7358L15.683 13.1758",
|
|
5339
|
-
stroke: "currentColor",
|
|
5340
|
-
strokeWidth: 1.2,
|
|
5341
|
-
strokeLinejoin: "round"
|
|
5342
|
-
}
|
|
5343
|
-
)
|
|
5344
|
-
]
|
|
5751
|
+
children: /* @__PURE__ */ jsx(
|
|
5752
|
+
"path",
|
|
5753
|
+
{
|
|
5754
|
+
d: "M20.5 10.75V19.75H4.5V10.75M20.5 10.75V5.75H17.5M20.5 10.75H4.5M4.5 10.75V5.75H7.5M7.5 5.75H17.5M7.5 5.75V8.25M7.5 5.75V3.25M17.5 5.75V8.25M17.5 5.75V3.25M9.7002 14.7358L11.7002 16.7358L15.3002 13.1758",
|
|
5755
|
+
stroke: "currentColor",
|
|
5756
|
+
strokeWidth: 1.2,
|
|
5757
|
+
strokeLinejoin: "round"
|
|
5758
|
+
}
|
|
5759
|
+
)
|
|
5345
5760
|
}
|
|
5346
5761
|
);
|
|
5347
5762
|
});
|
|
@@ -5411,7 +5826,7 @@ const ThLargeIcon = forwardRef(function(props, ref) {
|
|
|
5411
5826
|
children: /* @__PURE__ */ jsx(
|
|
5412
5827
|
"path",
|
|
5413
5828
|
{
|
|
5414
|
-
d: "M12.5 6.5V12.5M12.5 12.5V18.5M12.5 12.
|
|
5829
|
+
d: "M12.5 6.5V12.5M12.5 12.5V18.5M12.5 12.5H19.5M12.5 12.5H5.5M19.5 12.5V6.5H5.5V12.5M19.5 12.5V18.5H5.5V12.5",
|
|
5415
5830
|
stroke: "currentColor",
|
|
5416
5831
|
strokeWidth: 1.2,
|
|
5417
5832
|
strokeLinejoin: "round"
|
|
@@ -5436,7 +5851,7 @@ const ThListIcon = forwardRef(function(props, ref) {
|
|
|
5436
5851
|
children: /* @__PURE__ */ jsx(
|
|
5437
5852
|
"path",
|
|
5438
5853
|
{
|
|
5439
|
-
d: "M9.5 6.5V10.5M9.5 10.5V14.5M9.5 10.
|
|
5854
|
+
d: "M9.5 6.5V10.5M9.5 10.5V14.5M9.5 10.5H19.5M9.5 10.5H5.5M9.5 14.5V18.5M9.5 14.5H19.5M9.5 14.5H5.5M5.5 6.5H19.5V18.5H5.5V6.5Z",
|
|
5440
5855
|
stroke: "currentColor",
|
|
5441
5856
|
strokeWidth: 1.2,
|
|
5442
5857
|
strokeLinejoin: "round"
|
|
@@ -5446,6 +5861,56 @@ const ThListIcon = forwardRef(function(props, ref) {
|
|
|
5446
5861
|
);
|
|
5447
5862
|
});
|
|
5448
5863
|
ThListIcon.displayName = "ForwardRef(ThListIcon)";
|
|
5864
|
+
const ThumbsDownIcon = forwardRef(function(props, ref) {
|
|
5865
|
+
return /* @__PURE__ */ jsx(
|
|
5866
|
+
"svg",
|
|
5867
|
+
{
|
|
5868
|
+
"data-sanity-icon": "thumbs-down",
|
|
5869
|
+
width: "1em",
|
|
5870
|
+
height: "1em",
|
|
5871
|
+
viewBox: "0 0 25 25",
|
|
5872
|
+
fill: "none",
|
|
5873
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5874
|
+
ref,
|
|
5875
|
+
...props,
|
|
5876
|
+
children: /* @__PURE__ */ jsx(
|
|
5877
|
+
"path",
|
|
5878
|
+
{
|
|
5879
|
+
d: "M9.5 15C9.5 15 12.5 16.5 12.5 18C12.5 19.5 13.5 19.5 13.5 19.5C13.5 19.5 14.5 19.5 14.5 18C14.5 16.5 14.5 15.5 14.5 15.5H18C18 15.5 18 15.5 18 15.5C18 15.5 19 15.5 19 14.5C19 13.5 19.5 14 19.5 13C19.5 12 19 11.5 19 10.5C19 9.5 18 9.5 18 8.5C18 7.5 17 7.5 16.5 7.5C16 7.5 9.5 7.5 9.5 7.5M9.5 7.5H6.5V15.5H9.5V7.5Z",
|
|
5880
|
+
stroke: "currentColor",
|
|
5881
|
+
strokeWidth: 1.2,
|
|
5882
|
+
strokeLinejoin: "round"
|
|
5883
|
+
}
|
|
5884
|
+
)
|
|
5885
|
+
}
|
|
5886
|
+
);
|
|
5887
|
+
});
|
|
5888
|
+
ThumbsDownIcon.displayName = "ForwardRef(ThumbsDownIcon)";
|
|
5889
|
+
const ThumbsUpIcon = forwardRef(function(props, ref) {
|
|
5890
|
+
return /* @__PURE__ */ jsx(
|
|
5891
|
+
"svg",
|
|
5892
|
+
{
|
|
5893
|
+
"data-sanity-icon": "thumbs-up",
|
|
5894
|
+
width: "1em",
|
|
5895
|
+
height: "1em",
|
|
5896
|
+
viewBox: "0 0 25 25",
|
|
5897
|
+
fill: "none",
|
|
5898
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5899
|
+
ref,
|
|
5900
|
+
...props,
|
|
5901
|
+
children: /* @__PURE__ */ jsx(
|
|
5902
|
+
"path",
|
|
5903
|
+
{
|
|
5904
|
+
d: "M9.5 10C9.5 10 12.5 8.5 12.5 7C12.5 5.5 13.5 5.5 13.5 5.5C13.5 5.5 14.5 5.5 14.5 7C14.5 8.5 14.5 9.5 14.5 9.5H18C18 9.5 18 9.5 18 9.5C18 9.5 19 9.5 19 10.5C19 11.5 19.5 11 19.5 12C19.5 13 19 13.5 19 14.5C19 15.5 18 15.5 18 16.5C18 17.5 17 17.5 16.5 17.5C16 17.5 9.5 17.5 9.5 17.5M9.5 17.5H6.5V9.5H9.5V17.5Z",
|
|
5905
|
+
stroke: "currentColor",
|
|
5906
|
+
strokeWidth: 1.2,
|
|
5907
|
+
strokeLinejoin: "round"
|
|
5908
|
+
}
|
|
5909
|
+
)
|
|
5910
|
+
}
|
|
5911
|
+
);
|
|
5912
|
+
});
|
|
5913
|
+
ThumbsUpIcon.displayName = "ForwardRef(ThumbsUpIcon)";
|
|
5449
5914
|
const TiersIcon = forwardRef(function(props, ref) {
|
|
5450
5915
|
return /* @__PURE__ */ jsx(
|
|
5451
5916
|
"svg",
|
|
@@ -5776,7 +6241,7 @@ const UlistIcon = forwardRef(function(props, ref) {
|
|
|
5776
6241
|
/* @__PURE__ */ jsx(
|
|
5777
6242
|
"path",
|
|
5778
6243
|
{
|
|
5779
|
-
d: "M7.10153 17.
|
|
6244
|
+
d: "M7.10153 17.5C7.10153 17.8322 6.83221 18.1016 6.5 18.1016C6.16778 18.1016 5.89847 17.8322 5.89847 17.5C5.89847 17.1678 6.16778 16.8985 6.5 16.8985C6.83221 16.8985 7.10153 17.1678 7.10153 17.5Z",
|
|
5780
6245
|
stroke: "currentColor",
|
|
5781
6246
|
strokeWidth: 1.2,
|
|
5782
6247
|
strokeLinejoin: "round"
|
|
@@ -5785,7 +6250,7 @@ const UlistIcon = forwardRef(function(props, ref) {
|
|
|
5785
6250
|
/* @__PURE__ */ jsx(
|
|
5786
6251
|
"path",
|
|
5787
6252
|
{
|
|
5788
|
-
d: "M7.10153 7.
|
|
6253
|
+
d: "M7.10153 7.49997C7.10153 7.83218 6.83221 8.1015 6.5 8.1015C6.16778 8.1015 5.89847 7.83218 5.89847 7.49997C5.89847 7.16775 6.16778 6.89844 6.5 6.89844C6.83221 6.89844 7.10153 7.16775 7.10153 7.49997Z",
|
|
5789
6254
|
stroke: "currentColor",
|
|
5790
6255
|
strokeWidth: 1.2,
|
|
5791
6256
|
strokeLinejoin: "round"
|
|
@@ -5794,7 +6259,7 @@ const UlistIcon = forwardRef(function(props, ref) {
|
|
|
5794
6259
|
/* @__PURE__ */ jsx(
|
|
5795
6260
|
"path",
|
|
5796
6261
|
{
|
|
5797
|
-
d: "M7.10153 12.5C7.10153 12.8322 6.83221 13.1015 6.5 13.1015C6.16778 13.1015 5.89847 12.8322 5.89847 12.5C5.89847 12.1678 6.16778 11.
|
|
6262
|
+
d: "M7.10153 12.5C7.10153 12.8322 6.83221 13.1015 6.5 13.1015C6.16778 13.1015 5.89847 12.8322 5.89847 12.5C5.89847 12.1678 6.16778 11.8984 6.5 11.8984C6.83221 11.8984 7.10153 12.1678 7.10153 12.5Z",
|
|
5798
6263
|
stroke: "currentColor",
|
|
5799
6264
|
strokeWidth: 1.2,
|
|
5800
6265
|
strokeLinejoin: "round"
|
|
@@ -6039,7 +6504,7 @@ const UploadIcon = forwardRef(function(props, ref) {
|
|
|
6039
6504
|
/* @__PURE__ */ jsx(
|
|
6040
6505
|
"path",
|
|
6041
6506
|
{
|
|
6042
|
-
d: "M12.5
|
|
6507
|
+
d: "M12.5 6V15.5M5.5 15.5H19.5V19.5H5.5V15.5Z",
|
|
6043
6508
|
stroke: "currentColor",
|
|
6044
6509
|
strokeWidth: 1.2,
|
|
6045
6510
|
strokeLinejoin: "round"
|
|
@@ -6048,7 +6513,7 @@ const UploadIcon = forwardRef(function(props, ref) {
|
|
|
6048
6513
|
/* @__PURE__ */ jsx(
|
|
6049
6514
|
"path",
|
|
6050
6515
|
{
|
|
6051
|
-
d: "M7.5 11L12.5
|
|
6516
|
+
d: "M7.5 11L12.5 6L17.5 11",
|
|
6052
6517
|
stroke: "currentColor",
|
|
6053
6518
|
strokeWidth: 1.2,
|
|
6054
6519
|
strokeLinejoin: "round"
|
|
@@ -6109,6 +6574,79 @@ const UsersIcon = forwardRef(function(props, ref) {
|
|
|
6109
6574
|
);
|
|
6110
6575
|
});
|
|
6111
6576
|
UsersIcon.displayName = "ForwardRef(UsersIcon)";
|
|
6577
|
+
const VersionsIcon = forwardRef(function(props, ref) {
|
|
6578
|
+
return /* @__PURE__ */ jsxs(
|
|
6579
|
+
"svg",
|
|
6580
|
+
{
|
|
6581
|
+
"data-sanity-icon": "versions",
|
|
6582
|
+
width: "1em",
|
|
6583
|
+
height: "1em",
|
|
6584
|
+
viewBox: "0 0 25 25",
|
|
6585
|
+
fill: "none",
|
|
6586
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6587
|
+
ref,
|
|
6588
|
+
...props,
|
|
6589
|
+
children: [
|
|
6590
|
+
/* @__PURE__ */ jsx(
|
|
6591
|
+
"path",
|
|
6592
|
+
{
|
|
6593
|
+
d: "M10.5 7.5H7.5V17.5H10.5M7.5 9.5H4.5V15.5H7.5",
|
|
6594
|
+
stroke: "currentColor",
|
|
6595
|
+
strokeWidth: 1.2,
|
|
6596
|
+
strokeLinejoin: "round"
|
|
6597
|
+
}
|
|
6598
|
+
),
|
|
6599
|
+
/* @__PURE__ */ jsx(
|
|
6600
|
+
"path",
|
|
6601
|
+
{
|
|
6602
|
+
d: "M20.5 19.5V5.5H10.5V19.5H20.5Z",
|
|
6603
|
+
stroke: "currentColor",
|
|
6604
|
+
strokeWidth: 1.2,
|
|
6605
|
+
strokeLinejoin: "round"
|
|
6606
|
+
}
|
|
6607
|
+
)
|
|
6608
|
+
]
|
|
6609
|
+
}
|
|
6610
|
+
);
|
|
6611
|
+
});
|
|
6612
|
+
VersionsIcon.displayName = "ForwardRef(VersionsIcon)";
|
|
6613
|
+
const VideoIcon = forwardRef(function(props, ref) {
|
|
6614
|
+
return /* @__PURE__ */ jsxs(
|
|
6615
|
+
"svg",
|
|
6616
|
+
{
|
|
6617
|
+
"data-sanity-icon": "video",
|
|
6618
|
+
width: "1em",
|
|
6619
|
+
height: "1em",
|
|
6620
|
+
viewBox: "0 0 25 25",
|
|
6621
|
+
fill: "none",
|
|
6622
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6623
|
+
ref,
|
|
6624
|
+
...props,
|
|
6625
|
+
children: [
|
|
6626
|
+
/* @__PURE__ */ jsx(
|
|
6627
|
+
"path",
|
|
6628
|
+
{
|
|
6629
|
+
d: "M19.5 18.5H5.5V6.5H19.5V18.5Z",
|
|
6630
|
+
stroke: "currentColor",
|
|
6631
|
+
strokeWidth: 1.2,
|
|
6632
|
+
strokeLinejoin: "round"
|
|
6633
|
+
}
|
|
6634
|
+
),
|
|
6635
|
+
/* @__PURE__ */ jsx(
|
|
6636
|
+
"path",
|
|
6637
|
+
{
|
|
6638
|
+
d: "M11.5 14.5V10.5L14.5 12.5L11.5 14.5Z",
|
|
6639
|
+
fill: "currentColor",
|
|
6640
|
+
stroke: "currentColor",
|
|
6641
|
+
strokeWidth: 1.2,
|
|
6642
|
+
strokeLinejoin: "round"
|
|
6643
|
+
}
|
|
6644
|
+
)
|
|
6645
|
+
]
|
|
6646
|
+
}
|
|
6647
|
+
);
|
|
6648
|
+
});
|
|
6649
|
+
VideoIcon.displayName = "ForwardRef(VideoIcon)";
|
|
6112
6650
|
const WarningFilledIcon = forwardRef(function(props, ref) {
|
|
6113
6651
|
return /* @__PURE__ */ jsx(
|
|
6114
6652
|
"svg",
|
|
@@ -6126,7 +6664,7 @@ const WarningFilledIcon = forwardRef(function(props, ref) {
|
|
|
6126
6664
|
{
|
|
6127
6665
|
fillRule: "evenodd",
|
|
6128
6666
|
clipRule: "evenodd",
|
|
6129
|
-
d: "M14.741 5.
|
|
6667
|
+
d: "M14.741 5.12635C13.7357 3.41736 11.2643 3.41736 10.259 5.12635L3.7558 16.1817C2.73624 17.915 3.98595 20.1 5.99683 20.1H19.0032C21.014 20.1 22.2637 17.915 21.2442 16.1817L14.741 5.12635ZM11.9 8.99998V13H13.1V8.99998H11.9ZM13.1 16V14.5H11.9V16H13.1Z",
|
|
6130
6668
|
fill: "currentColor"
|
|
6131
6669
|
}
|
|
6132
6670
|
)
|
|
@@ -6209,6 +6747,8 @@ const icons = {
|
|
|
6209
6747
|
bold: BoldIcon,
|
|
6210
6748
|
bolt: BoltIcon,
|
|
6211
6749
|
book: BookIcon,
|
|
6750
|
+
"bookmark-filled": BookmarkFilledIcon,
|
|
6751
|
+
bookmark: BookmarkIcon,
|
|
6212
6752
|
bottle: BottleIcon,
|
|
6213
6753
|
bug: BugIcon,
|
|
6214
6754
|
"bulb-filled": BulbFilledIcon,
|
|
@@ -6236,6 +6776,7 @@ const icons = {
|
|
|
6236
6776
|
comment: CommentIcon,
|
|
6237
6777
|
component: ComponentIcon,
|
|
6238
6778
|
compose: ComposeIcon,
|
|
6779
|
+
"compose-sparkles": ComposeSparklesIcon,
|
|
6239
6780
|
confetti: ConfettiIcon,
|
|
6240
6781
|
controls: ControlsIcon,
|
|
6241
6782
|
copy: CopyIcon,
|
|
@@ -6275,12 +6816,18 @@ const icons = {
|
|
|
6275
6816
|
equal: EqualIcon,
|
|
6276
6817
|
"error-filled": ErrorFilledIcon,
|
|
6277
6818
|
"error-outline": ErrorOutlineIcon,
|
|
6819
|
+
"error-screen": ErrorScreenIcon,
|
|
6278
6820
|
expand: ExpandIcon,
|
|
6279
6821
|
"eye-closed": EyeClosedIcon,
|
|
6280
6822
|
"eye-open": EyeOpenIcon,
|
|
6823
|
+
"face-happy": FaceHappyIcon,
|
|
6824
|
+
"face-indifferent": FaceIndifferentIcon,
|
|
6825
|
+
"face-sad": FaceSadIcon,
|
|
6826
|
+
feedback: FeedbackIcon,
|
|
6281
6827
|
filter: FilterIcon,
|
|
6282
6828
|
folder: FolderIcon,
|
|
6283
6829
|
generate: GenerateIcon,
|
|
6830
|
+
github: GithubIcon,
|
|
6284
6831
|
groq: GroqIcon,
|
|
6285
6832
|
hash: HashIcon,
|
|
6286
6833
|
"heart-filled": HeartFilledIcon,
|
|
@@ -6292,6 +6839,7 @@ const icons = {
|
|
|
6292
6839
|
image: ImageIcon,
|
|
6293
6840
|
"image-remove": ImageRemoveIcon,
|
|
6294
6841
|
images: ImagesIcon,
|
|
6842
|
+
inbox: InboxIcon,
|
|
6295
6843
|
"info-filled": InfoFilledIcon,
|
|
6296
6844
|
"info-outline": InfoOutlineIcon,
|
|
6297
6845
|
"inline-element": InlineElementIcon,
|
|
@@ -6306,6 +6854,7 @@ const icons = {
|
|
|
6306
6854
|
lemon: LemonIcon,
|
|
6307
6855
|
link: LinkIcon,
|
|
6308
6856
|
"link-removed": LinkRemovedIcon,
|
|
6857
|
+
linkedin: LinkedinIcon,
|
|
6309
6858
|
list: ListIcon,
|
|
6310
6859
|
lock: LockIcon,
|
|
6311
6860
|
"logo-js": LogoJsIcon,
|
|
@@ -6314,6 +6863,8 @@ const icons = {
|
|
|
6314
6863
|
"marker-removed": MarkerRemovedIcon,
|
|
6315
6864
|
"master-detail": MasterDetailIcon,
|
|
6316
6865
|
menu: MenuIcon,
|
|
6866
|
+
microphone: MicrophoneIcon,
|
|
6867
|
+
"microphone-slash": MicrophoneSlashIcon,
|
|
6317
6868
|
"mobile-device": MobileDeviceIcon,
|
|
6318
6869
|
moon: MoonIcon,
|
|
6319
6870
|
number: NumberIcon,
|
|
@@ -6369,11 +6920,14 @@ const icons = {
|
|
|
6369
6920
|
"tablet-device": TabletDeviceIcon,
|
|
6370
6921
|
tag: TagIcon,
|
|
6371
6922
|
tags: TagsIcon,
|
|
6923
|
+
target: TargetIcon,
|
|
6372
6924
|
task: TaskIcon,
|
|
6373
6925
|
terminal: TerminalIcon,
|
|
6374
6926
|
text: TextIcon,
|
|
6375
6927
|
"th-large": ThLargeIcon,
|
|
6376
6928
|
"th-list": ThListIcon,
|
|
6929
|
+
"thumbs-down": ThumbsDownIcon,
|
|
6930
|
+
"thumbs-up": ThumbsUpIcon,
|
|
6377
6931
|
tiers: TiersIcon,
|
|
6378
6932
|
timeline: TimelineIcon,
|
|
6379
6933
|
"toggle-arrow-right": ToggleArrowRightIcon,
|
|
@@ -6397,6 +6951,8 @@ const icons = {
|
|
|
6397
6951
|
upload: UploadIcon,
|
|
6398
6952
|
user: UserIcon,
|
|
6399
6953
|
users: UsersIcon,
|
|
6954
|
+
versions: VersionsIcon,
|
|
6955
|
+
video: VideoIcon,
|
|
6400
6956
|
"warning-filled": WarningFilledIcon,
|
|
6401
6957
|
"warning-outline": WarningOutlineIcon,
|
|
6402
6958
|
wrench: WrenchIcon
|
|
@@ -6621,7 +7177,8 @@ const createExperimentType = ({
|
|
|
6621
7177
|
defineField({
|
|
6622
7178
|
name: "active",
|
|
6623
7179
|
type: "boolean",
|
|
6624
|
-
hidden: !0
|
|
7180
|
+
hidden: !0,
|
|
7181
|
+
initialValue: !1
|
|
6625
7182
|
}),
|
|
6626
7183
|
defineField({
|
|
6627
7184
|
name: experimentId,
|
|
@@ -6660,7 +7217,21 @@ const createExperimentType = ({
|
|
|
6660
7217
|
})
|
|
6661
7218
|
]
|
|
6662
7219
|
})
|
|
6663
|
-
]
|
|
7220
|
+
],
|
|
7221
|
+
preview: {
|
|
7222
|
+
select: {
|
|
7223
|
+
base: "default",
|
|
7224
|
+
experiment: experimentId
|
|
7225
|
+
},
|
|
7226
|
+
prepare: ({ base, experiment }) => {
|
|
7227
|
+
const title = base?.title || base?.name || "", experimentTitle = experiment ? `Experiment: ${experiment}` : "", media = base?.image || base?.photo || base?.media || "";
|
|
7228
|
+
return {
|
|
7229
|
+
title: title || experimentTitle,
|
|
7230
|
+
subtitle: title ? experimentTitle : "",
|
|
7231
|
+
media
|
|
7232
|
+
};
|
|
7233
|
+
}
|
|
7234
|
+
}
|
|
6664
7235
|
});
|
|
6665
7236
|
}, createVariantType = ({
|
|
6666
7237
|
field,
|