@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/dist/index.js CHANGED
@@ -227,7 +227,7 @@ const AddUserIcon = react.forwardRef(function(props, ref) {
227
227
  /* @__PURE__ */ jsxRuntime.jsx(
228
228
  "path",
229
229
  {
230
- d: "M4.17857 15.2368C3.10714 15.7632 1.5 16.8158 1.5 20.5H16.5C16.5 16.8158 15.2589 15.943 13.8214 15.2368C12.75 14.7105 10.6071 14.7105 10.6071 13.1316C10.6071 11.5526 11.6786 10.7632 11.6786 8.65789C11.6786 6.55263 10.6071 5.5 9 5.5C7.39285 5.5 6.32142 6.55263 6.32142 8.65789C6.32142 10.7632 7.39286 11.5526 7.39286 13.1316C7.39286 14.7105 5.25 14.7105 4.17857 15.2368Z",
230
+ 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",
231
231
  stroke: "currentColor",
232
232
  strokeWidth: 1.2,
233
233
  strokeLinejoin: "round"
@@ -236,7 +236,7 @@ const AddUserIcon = react.forwardRef(function(props, ref) {
236
236
  /* @__PURE__ */ jsxRuntime.jsx(
237
237
  "path",
238
238
  {
239
- d: "M19.5 7V14M16 10.5H23",
239
+ d: "M20.5 6V13M17 9.5H24",
240
240
  stroke: "currentColor",
241
241
  strokeWidth: 1.2,
242
242
  strokeLinejoin: "round"
@@ -782,7 +782,7 @@ const BookIcon = react.forwardRef(function(props, ref) {
782
782
  children: /* @__PURE__ */ jsxRuntime.jsx(
783
783
  "path",
784
784
  {
785
- d: "M20.5 17.5V5.5L12.5 6.5M20.5 17.5L12.5 18.5M20.5 17.5V18.5M4.5 17.5V5.5L12.5 6.5M4.5 17.5L12.5 18.5M4.5 17.5V18.5M12.5 18.5L4.5 19.5V18.5M12.5 18.5L20.5 19.5V18.5M12.5 18.5V6.5M12.5 18.5H4.5M12.5 18.5H20.5",
785
+ 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",
786
786
  stroke: "currentColor",
787
787
  strokeWidth: 1.2,
788
788
  strokeLinejoin: "round"
@@ -792,6 +792,57 @@ const BookIcon = react.forwardRef(function(props, ref) {
792
792
  );
793
793
  });
794
794
  BookIcon.displayName = "ForwardRef(BookIcon)";
795
+ const BookmarkFilledIcon = react.forwardRef(function(props, ref) {
796
+ return /* @__PURE__ */ jsxRuntime.jsx(
797
+ "svg",
798
+ {
799
+ "data-sanity-icon": "bookmark-filled",
800
+ width: "1em",
801
+ height: "1em",
802
+ viewBox: "0 0 25 25",
803
+ fill: "none",
804
+ xmlns: "http://www.w3.org/2000/svg",
805
+ ref,
806
+ ...props,
807
+ children: /* @__PURE__ */ jsxRuntime.jsx(
808
+ "path",
809
+ {
810
+ 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",
811
+ fill: "currentColor",
812
+ stroke: "currentColor",
813
+ strokeWidth: 1.2,
814
+ strokeLinejoin: "round"
815
+ }
816
+ )
817
+ }
818
+ );
819
+ });
820
+ BookmarkFilledIcon.displayName = "ForwardRef(BookmarkFilledIcon)";
821
+ const BookmarkIcon = react.forwardRef(function(props, ref) {
822
+ return /* @__PURE__ */ jsxRuntime.jsx(
823
+ "svg",
824
+ {
825
+ "data-sanity-icon": "bookmark",
826
+ width: "1em",
827
+ height: "1em",
828
+ viewBox: "0 0 25 25",
829
+ fill: "none",
830
+ xmlns: "http://www.w3.org/2000/svg",
831
+ ref,
832
+ ...props,
833
+ children: /* @__PURE__ */ jsxRuntime.jsx(
834
+ "path",
835
+ {
836
+ 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",
837
+ stroke: "currentColor",
838
+ strokeWidth: 1.2,
839
+ strokeLinejoin: "round"
840
+ }
841
+ )
842
+ }
843
+ );
844
+ });
845
+ BookmarkIcon.displayName = "ForwardRef(BookmarkIcon)";
795
846
  const BottleIcon = react.forwardRef(function(props, ref) {
796
847
  return /* @__PURE__ */ jsxRuntime.jsx(
797
848
  "svg",
@@ -832,7 +883,7 @@ const BugIcon = react.forwardRef(function(props, ref) {
832
883
  children: /* @__PURE__ */ jsxRuntime.jsx(
833
884
  "path",
834
885
  {
835
- 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.24945 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.0943 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.24945 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.0943 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.76998 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.76998 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",
886
+ 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",
836
887
  fill: "currentColor"
837
888
  }
838
889
  )
@@ -1040,7 +1091,7 @@ const ChevronDownIcon = react.forwardRef(function(props, ref) {
1040
1091
  children: /* @__PURE__ */ jsxRuntime.jsx(
1041
1092
  "path",
1042
1093
  {
1043
- d: "M16 10.5L12.5 14L9 10.5",
1094
+ d: "M17 10L12.5 14.5L8 10",
1044
1095
  stroke: "currentColor",
1045
1096
  strokeWidth: 1.2,
1046
1097
  strokeLinejoin: "round"
@@ -1065,7 +1116,7 @@ const ChevronLeftIcon = react.forwardRef(function(props, ref) {
1065
1116
  children: /* @__PURE__ */ jsxRuntime.jsx(
1066
1117
  "path",
1067
1118
  {
1068
- d: "M14.5 16L11 12.5L14.5 9",
1119
+ d: "M15 17L10.5 12.5L15 8",
1069
1120
  stroke: "currentColor",
1070
1121
  strokeWidth: 1.2,
1071
1122
  strokeLinejoin: "round"
@@ -1090,7 +1141,7 @@ const ChevronRightIcon = react.forwardRef(function(props, ref) {
1090
1141
  children: /* @__PURE__ */ jsxRuntime.jsx(
1091
1142
  "path",
1092
1143
  {
1093
- d: "M10.5 9L14 12.5L10.5 16",
1144
+ d: "M10 8L14.5 12.5L10 17",
1094
1145
  stroke: "currentColor",
1095
1146
  strokeWidth: 1.2,
1096
1147
  strokeLinejoin: "round"
@@ -1115,7 +1166,7 @@ const ChevronUpIcon = react.forwardRef(function(props, ref) {
1115
1166
  children: /* @__PURE__ */ jsxRuntime.jsx(
1116
1167
  "path",
1117
1168
  {
1118
- d: "M9 14.5L12.5 11L16 14.5",
1169
+ d: "M8 15L12.5 10.5L17 15",
1119
1170
  stroke: "currentColor",
1120
1171
  strokeWidth: 1.2,
1121
1172
  strokeLinejoin: "round"
@@ -1499,6 +1550,32 @@ const ComposeIcon = react.forwardRef(function(props, ref) {
1499
1550
  );
1500
1551
  });
1501
1552
  ComposeIcon.displayName = "ForwardRef(ComposeIcon)";
1553
+ const ComposeSparklesIcon = react.forwardRef(function(props, ref) {
1554
+ return /* @__PURE__ */ jsxRuntime.jsx(
1555
+ "svg",
1556
+ {
1557
+ "data-sanity-icon": "compose-sparkles",
1558
+ width: "1em",
1559
+ height: "1em",
1560
+ viewBox: "0 0 25 25",
1561
+ fill: "none",
1562
+ xmlns: "http://www.w3.org/2000/svg",
1563
+ ref,
1564
+ ...props,
1565
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1566
+ "path",
1567
+ {
1568
+ 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",
1569
+ stroke: "currentColor",
1570
+ strokeWidth: 1.2,
1571
+ strokeLinecap: "round",
1572
+ strokeLinejoin: "round"
1573
+ }
1574
+ )
1575
+ }
1576
+ );
1577
+ });
1578
+ ComposeSparklesIcon.displayName = "ForwardRef(ComposeSparklesIcon)";
1502
1579
  const ConfettiIcon = react.forwardRef(function(props, ref) {
1503
1580
  return /* @__PURE__ */ jsxRuntime.jsxs(
1504
1581
  "svg",
@@ -1814,7 +1891,7 @@ const DocumentIcon = react.forwardRef(function(props, ref) {
1814
1891
  /* @__PURE__ */ jsxRuntime.jsx(
1815
1892
  "path",
1816
1893
  {
1817
- d: "M11.5 4.5H18.5V20.5H6.5L6.5 9.5M11.5 4.5L6.5 9.5M11.5 4.5V9.5H6.5",
1894
+ d: "M18.5 20.5H6.5V9.5L11.5 4.5H18.5V20.5Z",
1818
1895
  stroke: "currentColor",
1819
1896
  strokeWidth: 1.2,
1820
1897
  strokeLinejoin: "round"
@@ -2114,7 +2191,7 @@ const DoubleChevronDownIcon = react.forwardRef(function(props, ref) {
2114
2191
  children: /* @__PURE__ */ jsxRuntime.jsx(
2115
2192
  "path",
2116
2193
  {
2117
- d: "M16 8L12.5 11.5L9 8M16 13L12.5 16.5L9 13",
2194
+ 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",
2118
2195
  stroke: "currentColor",
2119
2196
  strokeWidth: 1.2,
2120
2197
  strokeLinejoin: "round"
@@ -2139,7 +2216,7 @@ const DoubleChevronLeftIcon = react.forwardRef(function(props, ref) {
2139
2216
  children: /* @__PURE__ */ jsxRuntime.jsx(
2140
2217
  "path",
2141
2218
  {
2142
- d: "M12 16L8.5 12.5L12 9M17 16L13.5 12.5L17 9",
2219
+ d: "M12.5 17L8 12.5L12.5 8M17.5 17L13 12.5L17.5 8",
2143
2220
  stroke: "currentColor",
2144
2221
  strokeWidth: 1.2,
2145
2222
  strokeLinejoin: "round"
@@ -2164,7 +2241,7 @@ const DoubleChevronRightIcon = react.forwardRef(function(props, ref) {
2164
2241
  children: /* @__PURE__ */ jsxRuntime.jsx(
2165
2242
  "path",
2166
2243
  {
2167
- d: "M13 9L16.5 12.5L13 16M8 9L11.5 12.5L8 16",
2244
+ d: "M12.5 8L17 12.5L12.5 17M7.5 8L12 12.5L7.5 17",
2168
2245
  stroke: "currentColor",
2169
2246
  strokeWidth: 1.2,
2170
2247
  strokeLinejoin: "round"
@@ -2189,7 +2266,7 @@ const DoubleChevronUpIcon = react.forwardRef(function(props, ref) {
2189
2266
  children: /* @__PURE__ */ jsxRuntime.jsx(
2190
2267
  "path",
2191
2268
  {
2192
- d: "M9 12L12.5 8.5L16 12M9 17L12.5 13.5L16 17",
2269
+ d: "M8 12.5L12.5 8L17 12.5M8 17.5L12.5 13L17 17.5",
2193
2270
  stroke: "currentColor",
2194
2271
  strokeWidth: 1.2,
2195
2272
  strokeLinejoin: "round"
@@ -2686,6 +2763,42 @@ const ErrorOutlineIcon = react.forwardRef(function(props, ref) {
2686
2763
  );
2687
2764
  });
2688
2765
  ErrorOutlineIcon.displayName = "ForwardRef(ErrorOutlineIcon)";
2766
+ const ErrorScreenIcon = react.forwardRef(function(props, ref) {
2767
+ return /* @__PURE__ */ jsxRuntime.jsxs(
2768
+ "svg",
2769
+ {
2770
+ "data-sanity-icon": "error-screen",
2771
+ width: "1em",
2772
+ height: "1em",
2773
+ viewBox: "0 0 25 25",
2774
+ fill: "none",
2775
+ xmlns: "http://www.w3.org/2000/svg",
2776
+ ref,
2777
+ ...props,
2778
+ children: [
2779
+ /* @__PURE__ */ jsxRuntime.jsx(
2780
+ "path",
2781
+ {
2782
+ d: "M10 8.5L15 13.5M15 8.5L10 13.5",
2783
+ stroke: "currentColor",
2784
+ strokeWidth: 1.2,
2785
+ strokeLinejoin: "round"
2786
+ }
2787
+ ),
2788
+ /* @__PURE__ */ jsxRuntime.jsx(
2789
+ "path",
2790
+ {
2791
+ 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",
2792
+ stroke: "currentColor",
2793
+ strokeWidth: 1.2,
2794
+ strokeLinejoin: "round"
2795
+ }
2796
+ )
2797
+ ]
2798
+ }
2799
+ );
2800
+ });
2801
+ ErrorScreenIcon.displayName = "ForwardRef(ErrorScreenIcon)";
2689
2802
  const ExpandIcon = react.forwardRef(function(props, ref) {
2690
2803
  return /* @__PURE__ */ jsxRuntime.jsxs(
2691
2804
  "svg",
@@ -2783,6 +2896,138 @@ const EyeOpenIcon = react.forwardRef(function(props, ref) {
2783
2896
  );
2784
2897
  });
2785
2898
  EyeOpenIcon.displayName = "ForwardRef(EyeOpenIcon)";
2899
+ const FaceHappyIcon = react.forwardRef(function(props, ref) {
2900
+ return /* @__PURE__ */ jsxRuntime.jsx(
2901
+ "svg",
2902
+ {
2903
+ "data-sanity-icon": "face-happy",
2904
+ width: "1em",
2905
+ height: "1em",
2906
+ viewBox: "0 0 25 25",
2907
+ fill: "none",
2908
+ xmlns: "http://www.w3.org/2000/svg",
2909
+ ref,
2910
+ ...props,
2911
+ children: /* @__PURE__ */ jsxRuntime.jsx(
2912
+ "path",
2913
+ {
2914
+ 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",
2915
+ stroke: "currentColor",
2916
+ strokeWidth: 1.2,
2917
+ strokeLinejoin: "round"
2918
+ }
2919
+ )
2920
+ }
2921
+ );
2922
+ });
2923
+ FaceHappyIcon.displayName = "ForwardRef(FaceHappyIcon)";
2924
+ const FaceIndifferentIcon = react.forwardRef(function(props, ref) {
2925
+ return /* @__PURE__ */ jsxRuntime.jsx(
2926
+ "svg",
2927
+ {
2928
+ "data-sanity-icon": "face-indifferent",
2929
+ width: "1em",
2930
+ height: "1em",
2931
+ viewBox: "0 0 25 25",
2932
+ fill: "none",
2933
+ xmlns: "http://www.w3.org/2000/svg",
2934
+ ref,
2935
+ ...props,
2936
+ children: /* @__PURE__ */ jsxRuntime.jsx(
2937
+ "path",
2938
+ {
2939
+ 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",
2940
+ stroke: "currentColor",
2941
+ strokeWidth: 1.2,
2942
+ strokeLinejoin: "round"
2943
+ }
2944
+ )
2945
+ }
2946
+ );
2947
+ });
2948
+ FaceIndifferentIcon.displayName = "ForwardRef(FaceIndifferentIcon)";
2949
+ const FaceSadIcon = react.forwardRef(function(props, ref) {
2950
+ return /* @__PURE__ */ jsxRuntime.jsx(
2951
+ "svg",
2952
+ {
2953
+ "data-sanity-icon": "face-sad",
2954
+ width: "1em",
2955
+ height: "1em",
2956
+ viewBox: "0 0 25 25",
2957
+ fill: "none",
2958
+ xmlns: "http://www.w3.org/2000/svg",
2959
+ ref,
2960
+ ...props,
2961
+ children: /* @__PURE__ */ jsxRuntime.jsx(
2962
+ "path",
2963
+ {
2964
+ 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",
2965
+ stroke: "currentColor",
2966
+ strokeWidth: 1.2,
2967
+ strokeLinejoin: "round"
2968
+ }
2969
+ )
2970
+ }
2971
+ );
2972
+ });
2973
+ FaceSadIcon.displayName = "ForwardRef(FaceSadIcon)";
2974
+ const FeedbackIcon = react.forwardRef(function(props, ref) {
2975
+ return /* @__PURE__ */ jsxRuntime.jsxs(
2976
+ "svg",
2977
+ {
2978
+ "data-sanity-icon": "feedback",
2979
+ width: "1em",
2980
+ height: "1em",
2981
+ viewBox: "0 0 25 25",
2982
+ fill: "none",
2983
+ xmlns: "http://www.w3.org/2000/svg",
2984
+ ref,
2985
+ ...props,
2986
+ children: [
2987
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 11.5V12H9.5L9.5 11.5H10Z", fill: "currentColor" }),
2988
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13 11.5V12H12.5V11.5H13Z", fill: "currentColor" }),
2989
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 11.5V12H15.5V11.5H16Z", fill: "currentColor" }),
2990
+ /* @__PURE__ */ jsxRuntime.jsx(
2991
+ "path",
2992
+ {
2993
+ d: "M10 11.5V12H9.5L9.5 11.5H10Z",
2994
+ stroke: "currentColor",
2995
+ strokeWidth: 1.2,
2996
+ strokeLinejoin: "round"
2997
+ }
2998
+ ),
2999
+ /* @__PURE__ */ jsxRuntime.jsx(
3000
+ "path",
3001
+ {
3002
+ d: "M13 11.5V12H12.5V11.5H13Z",
3003
+ stroke: "currentColor",
3004
+ strokeWidth: 1.2,
3005
+ strokeLinejoin: "round"
3006
+ }
3007
+ ),
3008
+ /* @__PURE__ */ jsxRuntime.jsx(
3009
+ "path",
3010
+ {
3011
+ d: "M16 11.5V12H15.5V11.5H16Z",
3012
+ stroke: "currentColor",
3013
+ strokeWidth: 1.2,
3014
+ strokeLinejoin: "round"
3015
+ }
3016
+ ),
3017
+ /* @__PURE__ */ jsxRuntime.jsx(
3018
+ "path",
3019
+ {
3020
+ 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",
3021
+ stroke: "currentColor",
3022
+ strokeWidth: 1.2,
3023
+ strokeLinejoin: "round"
3024
+ }
3025
+ )
3026
+ ]
3027
+ }
3028
+ );
3029
+ });
3030
+ FeedbackIcon.displayName = "ForwardRef(FeedbackIcon)";
2786
3031
  const FilterIcon = react.forwardRef(function(props, ref) {
2787
3032
  return /* @__PURE__ */ jsxRuntime.jsx(
2788
3033
  "svg",
@@ -2798,10 +3043,9 @@ const FilterIcon = react.forwardRef(function(props, ref) {
2798
3043
  children: /* @__PURE__ */ jsxRuntime.jsx(
2799
3044
  "path",
2800
3045
  {
2801
- d: "M11 12L6 7V6L19 6L19 7L14 12V17L11 19V12Z",
3046
+ d: "M6 7.5H19M8 12.5H17M10 17.5H15",
2802
3047
  stroke: "currentColor",
2803
3048
  strokeWidth: 1.2,
2804
- strokeLinecap: "square",
2805
3049
  strokeLinejoin: "round"
2806
3050
  }
2807
3051
  )
@@ -2870,6 +3114,31 @@ const GenerateIcon = react.forwardRef(function(props, ref) {
2870
3114
  );
2871
3115
  });
2872
3116
  GenerateIcon.displayName = "ForwardRef(GenerateIcon)";
3117
+ const GithubIcon = react.forwardRef(function(props, ref) {
3118
+ return /* @__PURE__ */ jsxRuntime.jsx(
3119
+ "svg",
3120
+ {
3121
+ "data-sanity-icon": "github",
3122
+ width: "1em",
3123
+ height: "1em",
3124
+ viewBox: "0 0 25 25",
3125
+ fill: "none",
3126
+ xmlns: "http://www.w3.org/2000/svg",
3127
+ ref,
3128
+ ...props,
3129
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3130
+ "path",
3131
+ {
3132
+ fillRule: "evenodd",
3133
+ clipRule: "evenodd",
3134
+ 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",
3135
+ fill: "currentColor"
3136
+ }
3137
+ )
3138
+ }
3139
+ );
3140
+ });
3141
+ GithubIcon.displayName = "ForwardRef(GithubIcon)";
2873
3142
  const GroqIcon = react.forwardRef(function(props, ref) {
2874
3143
  return /* @__PURE__ */ jsxRuntime.jsxs(
2875
3144
  "svg",
@@ -3007,7 +3276,7 @@ const HighlightIcon = react.forwardRef(function(props, ref) {
3007
3276
  children: /* @__PURE__ */ jsxRuntime.jsx(
3008
3277
  "path",
3009
3278
  {
3010
- d: "M17.5311 13.7141L8.0245 8.22547M17.5311 13.7141L20.25 9.00478M17.5311 13.7141L16.5 15.5L13.232 16.134L12 18L11.4142 17.6485M8.0245 8.22547L10.75 3.50479M8.0245 8.22547L6.99999 9.99998L7.99998 13L6.99998 15L7.58576 15.3514M7.58576 15.3514L4.90192 20L10.0566 20L11.4142 17.6485M7.58576 15.3514L11.4142 17.6485M13 20H20",
3279
+ 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",
3011
3280
  stroke: "currentColor",
3012
3281
  strokeWidth: 1.2,
3013
3282
  strokeLinejoin: "round"
@@ -3032,7 +3301,7 @@ const HomeIcon = react.forwardRef(function(props, ref) {
3032
3301
  children: /* @__PURE__ */ jsxRuntime.jsx(
3033
3302
  "path",
3034
3303
  {
3035
- d: "M6.5 8.75V18.5H18.5V8.75M4.5 10L12.5 5L20.5 10M14.5 18.5V11.5H10.5V18.5",
3304
+ d: "M14.5 18.5V12.5H10.5V18.5M5.5 11.5V18.5H19.5V11.5L12.5 5.5L5.5 11.5Z",
3036
3305
  stroke: "currentColor",
3037
3306
  strokeWidth: 1.2,
3038
3307
  strokeLinejoin: "round"
@@ -3142,6 +3411,31 @@ const ImagesIcon = react.forwardRef(function(props, ref) {
3142
3411
  );
3143
3412
  });
3144
3413
  ImagesIcon.displayName = "ForwardRef(ImagesIcon)";
3414
+ const InboxIcon = react.forwardRef(function(props, ref) {
3415
+ return /* @__PURE__ */ jsxRuntime.jsx(
3416
+ "svg",
3417
+ {
3418
+ "data-sanity-icon": "inbox",
3419
+ width: "1em",
3420
+ height: "1em",
3421
+ viewBox: "0 0 25 25",
3422
+ fill: "none",
3423
+ xmlns: "http://www.w3.org/2000/svg",
3424
+ ref,
3425
+ ...props,
3426
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3427
+ "path",
3428
+ {
3429
+ 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",
3430
+ stroke: "currentColor",
3431
+ strokeWidth: 1.2,
3432
+ strokeLinejoin: "round"
3433
+ }
3434
+ )
3435
+ }
3436
+ );
3437
+ });
3438
+ InboxIcon.displayName = "ForwardRef(InboxIcon)";
3145
3439
  const InfoFilledIcon = react.forwardRef(function(props, ref) {
3146
3440
  return /* @__PURE__ */ jsxRuntime.jsx(
3147
3441
  "svg",
@@ -3309,7 +3603,7 @@ const ItalicIcon = react.forwardRef(function(props, ref) {
3309
3603
  children: /* @__PURE__ */ jsxRuntime.jsx(
3310
3604
  "path",
3311
3605
  {
3312
- d: "M10.43 18H11.7276L13.4551 9.86763H12.1576L10.43 18ZM13.3043 8.29849C13.8022 8.29849 14.2095 7.89112 14.2095 7.39322C14.2095 6.89532 13.8022 6.48795 13.3043 6.48795C12.8064 6.48795 12.399 6.89532 12.399 7.39322C12.399 7.89112 12.8064 8.29849 13.3043 8.29849Z",
3606
+ 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",
3313
3607
  fill: "currentColor"
3314
3608
  }
3315
3609
  )
@@ -3485,7 +3779,32 @@ const LinkRemovedIcon = react.forwardRef(function(props, ref) {
3485
3779
  return /* @__PURE__ */ jsxRuntime.jsx(
3486
3780
  "svg",
3487
3781
  {
3488
- "data-sanity-icon": "link-removed",
3782
+ "data-sanity-icon": "link-removed",
3783
+ width: "1em",
3784
+ height: "1em",
3785
+ viewBox: "0 0 25 25",
3786
+ fill: "none",
3787
+ xmlns: "http://www.w3.org/2000/svg",
3788
+ ref,
3789
+ ...props,
3790
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3791
+ "path",
3792
+ {
3793
+ 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",
3794
+ stroke: "currentColor",
3795
+ strokeWidth: 1.2,
3796
+ strokeLinejoin: "round"
3797
+ }
3798
+ )
3799
+ }
3800
+ );
3801
+ });
3802
+ LinkRemovedIcon.displayName = "ForwardRef(LinkRemovedIcon)";
3803
+ const LinkedinIcon = react.forwardRef(function(props, ref) {
3804
+ return /* @__PURE__ */ jsxRuntime.jsx(
3805
+ "svg",
3806
+ {
3807
+ "data-sanity-icon": "linkedin",
3489
3808
  width: "1em",
3490
3809
  height: "1em",
3491
3810
  viewBox: "0 0 25 25",
@@ -3496,16 +3815,14 @@ const LinkRemovedIcon = react.forwardRef(function(props, ref) {
3496
3815
  children: /* @__PURE__ */ jsxRuntime.jsx(
3497
3816
  "path",
3498
3817
  {
3499
- 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",
3500
- stroke: "currentColor",
3501
- strokeWidth: 1.2,
3502
- strokeLinejoin: "round"
3818
+ 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",
3819
+ fill: "currentColor"
3503
3820
  }
3504
3821
  )
3505
3822
  }
3506
3823
  );
3507
3824
  });
3508
- LinkRemovedIcon.displayName = "ForwardRef(LinkRemovedIcon)";
3825
+ LinkedinIcon.displayName = "ForwardRef(LinkedinIcon)";
3509
3826
  const ListIcon = react.forwardRef(function(props, ref) {
3510
3827
  return /* @__PURE__ */ jsxRuntime.jsx(
3511
3828
  "svg",
@@ -3682,7 +3999,7 @@ const MasterDetailIcon = react.forwardRef(function(props, ref) {
3682
3999
  children: /* @__PURE__ */ jsxRuntime.jsx(
3683
4000
  "path",
3684
4001
  {
3685
- d: "M7 9.5H10M11.5 6.5V18.5M7 12.5H10M13 9.5H18M7 15.5H10M5.5 6.5H19.5V18.5H5.5V6.5Z",
4002
+ 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",
3686
4003
  stroke: "currentColor",
3687
4004
  strokeWidth: 1.2,
3688
4005
  strokeLinejoin: "round"
@@ -3717,6 +4034,77 @@ const MenuIcon = react.forwardRef(function(props, ref) {
3717
4034
  );
3718
4035
  });
3719
4036
  MenuIcon.displayName = "ForwardRef(MenuIcon)";
4037
+ const MicrophoneIcon = react.forwardRef(function(props, ref) {
4038
+ return /* @__PURE__ */ jsxRuntime.jsx(
4039
+ "svg",
4040
+ {
4041
+ "data-sanity-icon": "microphone",
4042
+ width: "1em",
4043
+ height: "1em",
4044
+ viewBox: "0 0 25 25",
4045
+ fill: "none",
4046
+ xmlns: "http://www.w3.org/2000/svg",
4047
+ ref,
4048
+ ...props,
4049
+ children: /* @__PURE__ */ jsxRuntime.jsx(
4050
+ "path",
4051
+ {
4052
+ 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",
4053
+ stroke: "currentColor",
4054
+ strokeWidth: 1.2
4055
+ }
4056
+ )
4057
+ }
4058
+ );
4059
+ });
4060
+ MicrophoneIcon.displayName = "ForwardRef(MicrophoneIcon)";
4061
+ const MicrophoneSlashIcon = react.forwardRef(function(props, ref) {
4062
+ return /* @__PURE__ */ jsxRuntime.jsxs(
4063
+ "svg",
4064
+ {
4065
+ "data-sanity-icon": "microphone-slash",
4066
+ width: "1em",
4067
+ height: "1em",
4068
+ viewBox: "0 0 25 25",
4069
+ fill: "none",
4070
+ xmlns: "http://www.w3.org/2000/svg",
4071
+ ref,
4072
+ ...props,
4073
+ children: [
4074
+ /* @__PURE__ */ jsxRuntime.jsx(
4075
+ "path",
4076
+ {
4077
+ 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",
4078
+ fill: "currentColor"
4079
+ }
4080
+ ),
4081
+ /* @__PURE__ */ jsxRuntime.jsx(
4082
+ "path",
4083
+ {
4084
+ 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",
4085
+ fill: "currentColor"
4086
+ }
4087
+ ),
4088
+ /* @__PURE__ */ jsxRuntime.jsx(
4089
+ "path",
4090
+ {
4091
+ 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",
4092
+ fill: "currentColor"
4093
+ }
4094
+ ),
4095
+ /* @__PURE__ */ jsxRuntime.jsx(
4096
+ "path",
4097
+ {
4098
+ 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",
4099
+ fill: "currentColor"
4100
+ }
4101
+ ),
4102
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 18L6 5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })
4103
+ ]
4104
+ }
4105
+ );
4106
+ });
4107
+ MicrophoneSlashIcon.displayName = "ForwardRef(MicrophoneSlashIcon)";
3720
4108
  const MobileDeviceIcon = react.forwardRef(function(props, ref) {
3721
4109
  return /* @__PURE__ */ jsxRuntime.jsxs(
3722
4110
  "svg",
@@ -4450,7 +4838,7 @@ const RemoveIcon = react.forwardRef(function(props, ref) {
4450
4838
  });
4451
4839
  RemoveIcon.displayName = "ForwardRef(RemoveIcon)";
4452
4840
  const ResetIcon = react.forwardRef(function(props, ref) {
4453
- return /* @__PURE__ */ jsxRuntime.jsx(
4841
+ return /* @__PURE__ */ jsxRuntime.jsxs(
4454
4842
  "svg",
4455
4843
  {
4456
4844
  "data-sanity-icon": "reset",
@@ -4461,13 +4849,26 @@ const ResetIcon = react.forwardRef(function(props, ref) {
4461
4849
  xmlns: "http://www.w3.org/2000/svg",
4462
4850
  ref,
4463
4851
  ...props,
4464
- children: /* @__PURE__ */ jsxRuntime.jsx(
4465
- "path",
4466
- {
4467
- d: "M4.56189 13.5L4.14285 13.9294C4.25676 14.0406 4.41017 14.1019 4.56932 14.1C4.72847 14.098 4.88032 14.0329 4.99144 13.9189L4.56189 13.5ZM9.92427 15.9243L15.9243 9.92427L15.0757 9.07574L9.07574 15.0757L9.92427 15.9243ZM9.07574 9.92426L15.0757 15.9243L15.9243 15.0757L9.92426 9.07574L9.07574 9.92426ZM19.9 12.5C19.9 16.5869 16.5869 19.9 12.5 19.9V21.1C17.2496 21.1 21.1 17.2496 21.1 12.5H19.9ZM5.1 12.5C5.1 8.41309 8.41309 5.1 12.5 5.1V3.9C7.75035 3.9 3.9 7.75035 3.9 12.5H5.1ZM12.5 5.1C16.5869 5.1 19.9 8.41309 19.9 12.5H21.1C21.1 7.75035 17.2496 3.9 12.5 3.9V5.1ZM5.15728 13.4258C5.1195 13.1227 5.1 12.8138 5.1 12.5H3.9C3.9 12.8635 3.92259 13.2221 3.9665 13.5742L5.15728 13.4258ZM12.5 19.9C9.9571 19.9 7.71347 18.6179 6.38048 16.6621L5.38888 17.3379C6.93584 19.6076 9.54355 21.1 12.5 21.1V19.9ZM4.99144 13.9189L7.42955 11.4189L6.57045 10.5811L4.13235 13.0811L4.99144 13.9189ZM4.98094 13.0706L2.41905 10.5706L1.58095 11.4294L4.14285 13.9294L4.98094 13.0706Z",
4468
- fill: "currentColor"
4469
- }
4470
- )
4852
+ children: [
4853
+ /* @__PURE__ */ jsxRuntime.jsx(
4854
+ "path",
4855
+ {
4856
+ d: "M7 11L4.56189 13.5L2 11",
4857
+ stroke: "currentColor",
4858
+ strokeWidth: 1.2,
4859
+ strokeLinejoin: "round"
4860
+ }
4861
+ ),
4862
+ /* @__PURE__ */ jsxRuntime.jsx(
4863
+ "path",
4864
+ {
4865
+ 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",
4866
+ stroke: "currentColor",
4867
+ strokeWidth: 1.2,
4868
+ strokeLinejoin: "round"
4869
+ }
4870
+ )
4871
+ ]
4471
4872
  }
4472
4873
  );
4473
4874
  });
@@ -5013,7 +5414,7 @@ const StarFilledIcon = react.forwardRef(function(props, ref) {
5013
5414
  children: /* @__PURE__ */ jsxRuntime.jsx(
5014
5415
  "path",
5015
5416
  {
5016
- d: "M12.5 5L14.522 10.217L20.1085 10.5279L15.7716 14.063L17.2023 19.4721L12.5 16.44L7.79772 19.4721L9.22837 14.063L4.89155 10.5279L10.478 10.217L12.5 5Z",
5417
+ 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",
5017
5418
  fill: "currentColor",
5018
5419
  stroke: "currentColor",
5019
5420
  strokeLinejoin: "round"
@@ -5038,7 +5439,7 @@ const StarIcon = react.forwardRef(function(props, ref) {
5038
5439
  children: /* @__PURE__ */ jsxRuntime.jsx(
5039
5440
  "path",
5040
5441
  {
5041
- d: "M12.5 5L14.522 10.217L20.1085 10.5279L15.7716 14.063L17.2023 19.4721L12.5 16.44L7.79772 19.4721L9.22837 14.063L4.89155 10.5279L10.478 10.217L12.5 5Z",
5442
+ 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",
5042
5443
  stroke: "currentColor",
5043
5444
  strokeWidth: 1.2,
5044
5445
  strokeLinejoin: "round"
@@ -5309,8 +5710,33 @@ const TagsIcon = react.forwardRef(function(props, ref) {
5309
5710
  );
5310
5711
  });
5311
5712
  TagsIcon.displayName = "ForwardRef(TagsIcon)";
5713
+ const TargetIcon = react.forwardRef(function(props, ref) {
5714
+ return /* @__PURE__ */ jsxRuntime.jsx(
5715
+ "svg",
5716
+ {
5717
+ "data-sanity-icon": "target",
5718
+ width: "1em",
5719
+ height: "1em",
5720
+ viewBox: "0 0 25 25",
5721
+ fill: "none",
5722
+ xmlns: "http://www.w3.org/2000/svg",
5723
+ ref,
5724
+ ...props,
5725
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5726
+ "path",
5727
+ {
5728
+ 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",
5729
+ stroke: "currentColor",
5730
+ strokeWidth: 1.2,
5731
+ strokeLinejoin: "round"
5732
+ }
5733
+ )
5734
+ }
5735
+ );
5736
+ });
5737
+ TargetIcon.displayName = "ForwardRef(TargetIcon)";
5312
5738
  const TaskIcon = react.forwardRef(function(props, ref) {
5313
- return /* @__PURE__ */ jsxRuntime.jsxs(
5739
+ return /* @__PURE__ */ jsxRuntime.jsx(
5314
5740
  "svg",
5315
5741
  {
5316
5742
  "data-sanity-icon": "task",
@@ -5321,26 +5747,15 @@ const TaskIcon = react.forwardRef(function(props, ref) {
5321
5747
  xmlns: "http://www.w3.org/2000/svg",
5322
5748
  ref,
5323
5749
  ...props,
5324
- children: [
5325
- /* @__PURE__ */ jsxRuntime.jsx(
5326
- "path",
5327
- {
5328
- d: "M4.88281 10.75V19.75H20.8828V10.75M4.88281 10.75V5.75H20.8828V10.75M4.88281 10.75H12.8828H20.8828M17.8828 8.25V3.25M7.88281 8.25V3.25",
5329
- stroke: "currentColor",
5330
- strokeWidth: 1.2,
5331
- strokeLinejoin: "round"
5332
- }
5333
- ),
5334
- /* @__PURE__ */ jsxRuntime.jsx(
5335
- "path",
5336
- {
5337
- d: "M10.083 14.7358L12.083 16.7358L15.683 13.1758",
5338
- stroke: "currentColor",
5339
- strokeWidth: 1.2,
5340
- strokeLinejoin: "round"
5341
- }
5342
- )
5343
- ]
5750
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5751
+ "path",
5752
+ {
5753
+ 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",
5754
+ stroke: "currentColor",
5755
+ strokeWidth: 1.2,
5756
+ strokeLinejoin: "round"
5757
+ }
5758
+ )
5344
5759
  }
5345
5760
  );
5346
5761
  });
@@ -5410,7 +5825,7 @@ const ThLargeIcon = react.forwardRef(function(props, ref) {
5410
5825
  children: /* @__PURE__ */ jsxRuntime.jsx(
5411
5826
  "path",
5412
5827
  {
5413
- d: "M12.5 6.5V12.5M12.5 12.5V18.5M12.5 12.5H20.5M12.5 12.5H4.5M4.5 6.5H20.5V18.5H4.5V6.5Z",
5828
+ 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",
5414
5829
  stroke: "currentColor",
5415
5830
  strokeWidth: 1.2,
5416
5831
  strokeLinejoin: "round"
@@ -5435,7 +5850,7 @@ const ThListIcon = react.forwardRef(function(props, ref) {
5435
5850
  children: /* @__PURE__ */ jsxRuntime.jsx(
5436
5851
  "path",
5437
5852
  {
5438
- d: "M9.5 6.5V10.5M9.5 10.5V14.5M9.5 10.5H20.5M9.5 10.5H4.5M9.5 14.5V18.5M9.5 14.5H20.5M9.5 14.5H4.5M4.5 6.5H20.5V18.5H4.5V6.5Z",
5853
+ 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",
5439
5854
  stroke: "currentColor",
5440
5855
  strokeWidth: 1.2,
5441
5856
  strokeLinejoin: "round"
@@ -5445,6 +5860,56 @@ const ThListIcon = react.forwardRef(function(props, ref) {
5445
5860
  );
5446
5861
  });
5447
5862
  ThListIcon.displayName = "ForwardRef(ThListIcon)";
5863
+ const ThumbsDownIcon = react.forwardRef(function(props, ref) {
5864
+ return /* @__PURE__ */ jsxRuntime.jsx(
5865
+ "svg",
5866
+ {
5867
+ "data-sanity-icon": "thumbs-down",
5868
+ width: "1em",
5869
+ height: "1em",
5870
+ viewBox: "0 0 25 25",
5871
+ fill: "none",
5872
+ xmlns: "http://www.w3.org/2000/svg",
5873
+ ref,
5874
+ ...props,
5875
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5876
+ "path",
5877
+ {
5878
+ 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",
5879
+ stroke: "currentColor",
5880
+ strokeWidth: 1.2,
5881
+ strokeLinejoin: "round"
5882
+ }
5883
+ )
5884
+ }
5885
+ );
5886
+ });
5887
+ ThumbsDownIcon.displayName = "ForwardRef(ThumbsDownIcon)";
5888
+ const ThumbsUpIcon = react.forwardRef(function(props, ref) {
5889
+ return /* @__PURE__ */ jsxRuntime.jsx(
5890
+ "svg",
5891
+ {
5892
+ "data-sanity-icon": "thumbs-up",
5893
+ width: "1em",
5894
+ height: "1em",
5895
+ viewBox: "0 0 25 25",
5896
+ fill: "none",
5897
+ xmlns: "http://www.w3.org/2000/svg",
5898
+ ref,
5899
+ ...props,
5900
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5901
+ "path",
5902
+ {
5903
+ 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",
5904
+ stroke: "currentColor",
5905
+ strokeWidth: 1.2,
5906
+ strokeLinejoin: "round"
5907
+ }
5908
+ )
5909
+ }
5910
+ );
5911
+ });
5912
+ ThumbsUpIcon.displayName = "ForwardRef(ThumbsUpIcon)";
5448
5913
  const TiersIcon = react.forwardRef(function(props, ref) {
5449
5914
  return /* @__PURE__ */ jsxRuntime.jsx(
5450
5915
  "svg",
@@ -5775,7 +6240,7 @@ const UlistIcon = react.forwardRef(function(props, ref) {
5775
6240
  /* @__PURE__ */ jsxRuntime.jsx(
5776
6241
  "path",
5777
6242
  {
5778
- d: "M7.10153 17.5001C7.10153 17.8323 6.83221 18.1016 6.5 18.1016C6.16778 18.1016 5.89847 17.8323 5.89847 17.5001C5.89847 17.1678 6.16778 16.8985 6.5 16.8985C6.83221 16.8985 7.10153 17.1678 7.10153 17.5001Z",
6243
+ 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",
5779
6244
  stroke: "currentColor",
5780
6245
  strokeWidth: 1.2,
5781
6246
  strokeLinejoin: "round"
@@ -5784,7 +6249,7 @@ const UlistIcon = react.forwardRef(function(props, ref) {
5784
6249
  /* @__PURE__ */ jsxRuntime.jsx(
5785
6250
  "path",
5786
6251
  {
5787
- d: "M7.10153 7.5C7.10153 7.83221 6.83221 8.10153 6.5 8.10153C6.16778 8.10153 5.89847 7.83221 5.89847 7.5C5.89847 7.16778 6.16778 6.89847 6.5 6.89847C6.83221 6.89847 7.10153 7.16778 7.10153 7.5Z",
6252
+ 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",
5788
6253
  stroke: "currentColor",
5789
6254
  strokeWidth: 1.2,
5790
6255
  strokeLinejoin: "round"
@@ -5793,7 +6258,7 @@ const UlistIcon = react.forwardRef(function(props, ref) {
5793
6258
  /* @__PURE__ */ jsxRuntime.jsx(
5794
6259
  "path",
5795
6260
  {
5796
- 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.8985 6.5 11.8985C6.83221 11.8985 7.10153 12.1678 7.10153 12.5Z",
6261
+ 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",
5797
6262
  stroke: "currentColor",
5798
6263
  strokeWidth: 1.2,
5799
6264
  strokeLinejoin: "round"
@@ -6038,7 +6503,7 @@ const UploadIcon = react.forwardRef(function(props, ref) {
6038
6503
  /* @__PURE__ */ jsxRuntime.jsx(
6039
6504
  "path",
6040
6505
  {
6041
- d: "M12.5 6.00003V15.5M5.5 15.5H19.5V19.5H5.5V15.5Z",
6506
+ d: "M12.5 6V15.5M5.5 15.5H19.5V19.5H5.5V15.5Z",
6042
6507
  stroke: "currentColor",
6043
6508
  strokeWidth: 1.2,
6044
6509
  strokeLinejoin: "round"
@@ -6047,7 +6512,7 @@ const UploadIcon = react.forwardRef(function(props, ref) {
6047
6512
  /* @__PURE__ */ jsxRuntime.jsx(
6048
6513
  "path",
6049
6514
  {
6050
- d: "M7.5 11L12.5 6.00003L17.5 11",
6515
+ d: "M7.5 11L12.5 6L17.5 11",
6051
6516
  stroke: "currentColor",
6052
6517
  strokeWidth: 1.2,
6053
6518
  strokeLinejoin: "round"
@@ -6108,6 +6573,79 @@ const UsersIcon = react.forwardRef(function(props, ref) {
6108
6573
  );
6109
6574
  });
6110
6575
  UsersIcon.displayName = "ForwardRef(UsersIcon)";
6576
+ const VersionsIcon = react.forwardRef(function(props, ref) {
6577
+ return /* @__PURE__ */ jsxRuntime.jsxs(
6578
+ "svg",
6579
+ {
6580
+ "data-sanity-icon": "versions",
6581
+ width: "1em",
6582
+ height: "1em",
6583
+ viewBox: "0 0 25 25",
6584
+ fill: "none",
6585
+ xmlns: "http://www.w3.org/2000/svg",
6586
+ ref,
6587
+ ...props,
6588
+ children: [
6589
+ /* @__PURE__ */ jsxRuntime.jsx(
6590
+ "path",
6591
+ {
6592
+ d: "M10.5 7.5H7.5V17.5H10.5M7.5 9.5H4.5V15.5H7.5",
6593
+ stroke: "currentColor",
6594
+ strokeWidth: 1.2,
6595
+ strokeLinejoin: "round"
6596
+ }
6597
+ ),
6598
+ /* @__PURE__ */ jsxRuntime.jsx(
6599
+ "path",
6600
+ {
6601
+ d: "M20.5 19.5V5.5H10.5V19.5H20.5Z",
6602
+ stroke: "currentColor",
6603
+ strokeWidth: 1.2,
6604
+ strokeLinejoin: "round"
6605
+ }
6606
+ )
6607
+ ]
6608
+ }
6609
+ );
6610
+ });
6611
+ VersionsIcon.displayName = "ForwardRef(VersionsIcon)";
6612
+ const VideoIcon = react.forwardRef(function(props, ref) {
6613
+ return /* @__PURE__ */ jsxRuntime.jsxs(
6614
+ "svg",
6615
+ {
6616
+ "data-sanity-icon": "video",
6617
+ width: "1em",
6618
+ height: "1em",
6619
+ viewBox: "0 0 25 25",
6620
+ fill: "none",
6621
+ xmlns: "http://www.w3.org/2000/svg",
6622
+ ref,
6623
+ ...props,
6624
+ children: [
6625
+ /* @__PURE__ */ jsxRuntime.jsx(
6626
+ "path",
6627
+ {
6628
+ d: "M19.5 18.5H5.5V6.5H19.5V18.5Z",
6629
+ stroke: "currentColor",
6630
+ strokeWidth: 1.2,
6631
+ strokeLinejoin: "round"
6632
+ }
6633
+ ),
6634
+ /* @__PURE__ */ jsxRuntime.jsx(
6635
+ "path",
6636
+ {
6637
+ d: "M11.5 14.5V10.5L14.5 12.5L11.5 14.5Z",
6638
+ fill: "currentColor",
6639
+ stroke: "currentColor",
6640
+ strokeWidth: 1.2,
6641
+ strokeLinejoin: "round"
6642
+ }
6643
+ )
6644
+ ]
6645
+ }
6646
+ );
6647
+ });
6648
+ VideoIcon.displayName = "ForwardRef(VideoIcon)";
6111
6649
  const WarningFilledIcon = react.forwardRef(function(props, ref) {
6112
6650
  return /* @__PURE__ */ jsxRuntime.jsx(
6113
6651
  "svg",
@@ -6125,7 +6663,7 @@ const WarningFilledIcon = react.forwardRef(function(props, ref) {
6125
6663
  {
6126
6664
  fillRule: "evenodd",
6127
6665
  clipRule: "evenodd",
6128
- d: "M14.741 5.12637C13.7357 3.41737 11.2643 3.41737 10.259 5.12637L3.7558 16.1818C2.73624 17.915 3.98595 20.1 5.99683 20.1H19.0032C21.014 20.1 22.2637 17.915 21.2442 16.1818L14.741 5.12637ZM11.9 9V13H13.1V9H11.9ZM13.1 16V14.5H11.9V16H13.1Z",
6666
+ 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",
6129
6667
  fill: "currentColor"
6130
6668
  }
6131
6669
  )
@@ -6208,6 +6746,8 @@ const icons = {
6208
6746
  bold: BoldIcon,
6209
6747
  bolt: BoltIcon,
6210
6748
  book: BookIcon,
6749
+ "bookmark-filled": BookmarkFilledIcon,
6750
+ bookmark: BookmarkIcon,
6211
6751
  bottle: BottleIcon,
6212
6752
  bug: BugIcon,
6213
6753
  "bulb-filled": BulbFilledIcon,
@@ -6235,6 +6775,7 @@ const icons = {
6235
6775
  comment: CommentIcon,
6236
6776
  component: ComponentIcon,
6237
6777
  compose: ComposeIcon,
6778
+ "compose-sparkles": ComposeSparklesIcon,
6238
6779
  confetti: ConfettiIcon,
6239
6780
  controls: ControlsIcon,
6240
6781
  copy: CopyIcon,
@@ -6274,12 +6815,18 @@ const icons = {
6274
6815
  equal: EqualIcon,
6275
6816
  "error-filled": ErrorFilledIcon,
6276
6817
  "error-outline": ErrorOutlineIcon,
6818
+ "error-screen": ErrorScreenIcon,
6277
6819
  expand: ExpandIcon,
6278
6820
  "eye-closed": EyeClosedIcon,
6279
6821
  "eye-open": EyeOpenIcon,
6822
+ "face-happy": FaceHappyIcon,
6823
+ "face-indifferent": FaceIndifferentIcon,
6824
+ "face-sad": FaceSadIcon,
6825
+ feedback: FeedbackIcon,
6280
6826
  filter: FilterIcon,
6281
6827
  folder: FolderIcon,
6282
6828
  generate: GenerateIcon,
6829
+ github: GithubIcon,
6283
6830
  groq: GroqIcon,
6284
6831
  hash: HashIcon,
6285
6832
  "heart-filled": HeartFilledIcon,
@@ -6291,6 +6838,7 @@ const icons = {
6291
6838
  image: ImageIcon,
6292
6839
  "image-remove": ImageRemoveIcon,
6293
6840
  images: ImagesIcon,
6841
+ inbox: InboxIcon,
6294
6842
  "info-filled": InfoFilledIcon,
6295
6843
  "info-outline": InfoOutlineIcon,
6296
6844
  "inline-element": InlineElementIcon,
@@ -6305,6 +6853,7 @@ const icons = {
6305
6853
  lemon: LemonIcon,
6306
6854
  link: LinkIcon,
6307
6855
  "link-removed": LinkRemovedIcon,
6856
+ linkedin: LinkedinIcon,
6308
6857
  list: ListIcon,
6309
6858
  lock: LockIcon,
6310
6859
  "logo-js": LogoJsIcon,
@@ -6313,6 +6862,8 @@ const icons = {
6313
6862
  "marker-removed": MarkerRemovedIcon,
6314
6863
  "master-detail": MasterDetailIcon,
6315
6864
  menu: MenuIcon,
6865
+ microphone: MicrophoneIcon,
6866
+ "microphone-slash": MicrophoneSlashIcon,
6316
6867
  "mobile-device": MobileDeviceIcon,
6317
6868
  moon: MoonIcon,
6318
6869
  number: NumberIcon,
@@ -6368,11 +6919,14 @@ const icons = {
6368
6919
  "tablet-device": TabletDeviceIcon,
6369
6920
  tag: TagIcon,
6370
6921
  tags: TagsIcon,
6922
+ target: TargetIcon,
6371
6923
  task: TaskIcon,
6372
6924
  terminal: TerminalIcon,
6373
6925
  text: TextIcon,
6374
6926
  "th-large": ThLargeIcon,
6375
6927
  "th-list": ThListIcon,
6928
+ "thumbs-down": ThumbsDownIcon,
6929
+ "thumbs-up": ThumbsUpIcon,
6376
6930
  tiers: TiersIcon,
6377
6931
  timeline: TimelineIcon,
6378
6932
  "toggle-arrow-right": ToggleArrowRightIcon,
@@ -6396,6 +6950,8 @@ const icons = {
6396
6950
  upload: UploadIcon,
6397
6951
  user: UserIcon,
6398
6952
  users: UsersIcon,
6953
+ versions: VersionsIcon,
6954
+ video: VideoIcon,
6399
6955
  "warning-filled": WarningFilledIcon,
6400
6956
  "warning-outline": WarningOutlineIcon,
6401
6957
  wrench: WrenchIcon
@@ -6620,7 +7176,8 @@ const createExperimentType = ({
6620
7176
  sanity.defineField({
6621
7177
  name: "active",
6622
7178
  type: "boolean",
6623
- hidden: !0
7179
+ hidden: !0,
7180
+ initialValue: !1
6624
7181
  }),
6625
7182
  sanity.defineField({
6626
7183
  name: experimentId,
@@ -6659,7 +7216,21 @@ const createExperimentType = ({
6659
7216
  })
6660
7217
  ]
6661
7218
  })
6662
- ]
7219
+ ],
7220
+ preview: {
7221
+ select: {
7222
+ base: "default",
7223
+ experiment: experimentId
7224
+ },
7225
+ prepare: ({ base, experiment }) => {
7226
+ const title = base?.title || base?.name || "", experimentTitle = experiment ? `Experiment: ${experiment}` : "", media = base?.image || base?.photo || base?.media || "";
7227
+ return {
7228
+ title: title || experimentTitle,
7229
+ subtitle: title ? experimentTitle : "",
7230
+ media
7231
+ };
7232
+ }
7233
+ }
6663
7234
  });
6664
7235
  }, createVariantType = ({
6665
7236
  field,