@crystallize/design-system 1.24.44 → 1.24.45

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.
@@ -6577,10 +6577,10 @@ var TopicsLeaf = forwardRef121((delegated, ref) => {
6577
6577
  });
6578
6578
  TopicsLeaf.displayName = "TopicsLeafIcon";
6579
6579
 
6580
- // src/iconography/unpublish.tsx
6580
+ // src/iconography/transition-in.tsx
6581
6581
  import { forwardRef as forwardRef122 } from "react";
6582
6582
  import { jsx as jsx127, jsxs as jsxs117 } from "react/jsx-runtime";
6583
- var Unpublish = forwardRef122((delegated, ref) => {
6583
+ var TransitionIn = forwardRef122((delegated, ref) => {
6584
6584
  return /* @__PURE__ */ jsxs117("svg", {
6585
6585
  ref,
6586
6586
  width: "22",
@@ -6590,32 +6590,174 @@ var Unpublish = forwardRef122((delegated, ref) => {
6590
6590
  ...delegated,
6591
6591
  children: [
6592
6592
  /* @__PURE__ */ jsx127("path", {
6593
+ fill,
6594
+ d: "M2.565 3.85c-.387-.001-.702.265-.703.594l-.01 3.776c0 .329.313.597.7.598l16.967.044c.387 0 .702-.265.703-.595l.01-3.775c0-.33-.313-.597-.7-.598L2.565 3.85Z"
6595
+ }),
6596
+ /* @__PURE__ */ jsx127("path", {
6597
+ fill: stroke,
6598
+ d: "M2.553 8.473c-.252 0-.357-.164-.357-.253l.01-3.775c0-.088.107-.252.358-.251l16.966.044c.252 0 .357.165.357.253l-.01 3.775c0 .089-.106.252-.358.252L2.553 8.473Zm16.964.733c.523.001 1.047-.368 1.049-.938l.01-3.775c.001-.57-.521-.942-1.044-.943L2.566 3.505c-.523 0-1.047.369-1.048.938l-.01 3.775c-.002.57.52.942 1.044.944l16.965.044Z"
6599
+ }),
6600
+ /* @__PURE__ */ jsx127("path", {
6601
+ fill: stroke,
6602
+ fillRule: "evenodd",
6603
+ d: "m13.888 16.014-2.424 2.424a.381.381 0 0 1-.539 0l-2.424-2.424a.38.38 0 1 1 .539-.539l1.774 1.774.033-5.868a.381.381 0 0 1 .762 0l-.033 5.868 1.774-1.774a.38.38 0 1 1 .538.539Z",
6604
+ clipRule: "evenodd"
6605
+ })
6606
+ ]
6607
+ });
6608
+ });
6609
+ TransitionIn.displayName = "TransitionInIcon";
6610
+
6611
+ // src/iconography/transition-in-disabled.tsx
6612
+ import { forwardRef as forwardRef123 } from "react";
6613
+ import { jsx as jsx128, jsxs as jsxs118 } from "react/jsx-runtime";
6614
+ var TransitionInDisabled = forwardRef123((delegated, ref) => {
6615
+ return /* @__PURE__ */ jsxs118("svg", {
6616
+ ref,
6617
+ width: "22",
6618
+ height: "22",
6619
+ viewBox: "0 0 22 22",
6620
+ fill: "none",
6621
+ ...delegated,
6622
+ children: [
6623
+ /* @__PURE__ */ jsx128("rect", {
6624
+ width: "7",
6625
+ height: "1",
6626
+ x: "12.95",
6627
+ y: "18.77",
6628
+ fill: stroke,
6629
+ rx: ".5",
6630
+ transform: "rotate(-135 12.95 18.77)"
6631
+ }),
6632
+ /* @__PURE__ */ jsx128("rect", {
6633
+ width: "7",
6634
+ height: "1",
6635
+ x: "8",
6636
+ y: "18.063",
6637
+ fill: stroke,
6638
+ rx: ".5",
6639
+ transform: "rotate(-45 8 18.063)"
6640
+ }),
6641
+ /* @__PURE__ */ jsx128("path", {
6642
+ fill: stroke,
6643
+ d: "M2.702 10.268h1.06a.3.3 0 0 0 0-.6h-1.06c-.27 0-.401-.176-.402-.296v-.944a.3.3 0 0 0-.6 0v.944c0 .539.496.896 1.002.896Zm0-4.968h1.06a.3.3 0 0 0 0-.6h-1.06c-.506 0-1.002.357-1.002.896v.944a.3.3 0 0 0 .6 0v-.944c0-.12.132-.296.402-.296Zm3.18 4.968h2.121a.3.3 0 1 0 0-.6h-2.12a.3.3 0 0 0 0 .6Zm0-4.968h2.121a.3.3 0 1 0 0-.6h-2.12a.3.3 0 0 0 0 .6Zm4.242 4.968h2.121a.3.3 0 0 0 0-.6h-2.12a.3.3 0 1 0 0 .6Zm0-4.968h2.121a.3.3 0 0 0 0-.6h-2.12a.3.3 0 1 0 0 .6Zm4.242 4.968h2.12a.3.3 0 1 0 0-.6h-2.12a.3.3 0 0 0 0 .6Zm0-4.968h2.12a.3.3 0 0 0 0-.6h-2.12a.3.3 0 0 0 0 .6Zm4.242 4.968h1.06c.506 0 1.001-.357 1.001-.896v-.944a.3.3 0 1 0-.6 0v.944c0 .12-.132.296-.4.296h-1.061a.3.3 0 1 0 0 .6Zm0-4.968h1.06c.27 0 .402.176.402.296v.944a.3.3 0 1 0 .6 0v-.944c0-.539-.496-.896-1.002-.896h-1.06a.3.3 0 1 0 0 .6Z"
6644
+ })
6645
+ ]
6646
+ });
6647
+ });
6648
+ TransitionInDisabled.displayName = "TransitionInDisabledIcon";
6649
+
6650
+ // src/iconography/transition-out.tsx
6651
+ import { forwardRef as forwardRef124 } from "react";
6652
+ import { jsx as jsx129, jsxs as jsxs119 } from "react/jsx-runtime";
6653
+ var TransitionOut = forwardRef124((delegated, ref) => {
6654
+ return /* @__PURE__ */ jsxs119("svg", {
6655
+ ref,
6656
+ width: "22",
6657
+ height: "22",
6658
+ viewBox: "0 0 22 22",
6659
+ fill: "none",
6660
+ ...delegated,
6661
+ children: [
6662
+ /* @__PURE__ */ jsx129("path", {
6663
+ fill,
6664
+ d: "M19.44 18.136c.387 0 .701-.267.701-.596l.004-3.775c0-.33-.314-.597-.701-.597l-16.967-.015c-.387 0-.702.266-.702.595l-.003 3.776c0 .33.313.596.7.597l16.967.015Z"
6665
+ }),
6666
+ /* @__PURE__ */ jsx129("path", {
6667
+ fill: stroke,
6668
+ d: "M19.443 13.512c.252 0 .357.164.357.252l-.003 3.776c0 .088-.106.252-.358.252l-16.966-.015c-.252 0-.357-.164-.357-.253l.003-3.775c0-.089.106-.252.358-.252l16.966.015Zm-16.965-.703c-.523 0-1.047.37-1.047.94l-.003 3.774c0 .57.522.942 1.045.942l16.966.015c.523 0 1.046-.37 1.046-.94l.004-3.775c0-.57-.522-.941-1.045-.942L2.478 12.81Z"
6669
+ }),
6670
+ /* @__PURE__ */ jsx129("path", {
6671
+ fill: stroke,
6672
+ fillRule: "evenodd",
6673
+ d: "m8.112 5.986 2.424-2.424a.38.38 0 0 1 .539 0l2.424 2.424a.381.381 0 0 1-.539.539L11.186 4.75l-.033 5.868a.381.381 0 0 1-.762 0l.033-5.868L8.65 6.525a.381.381 0 0 1-.538-.539Z",
6674
+ clipRule: "evenodd"
6675
+ })
6676
+ ]
6677
+ });
6678
+ });
6679
+ TransitionOut.displayName = "TransitionOutIcon";
6680
+
6681
+ // src/iconography/transition-out-disabled.tsx
6682
+ import { forwardRef as forwardRef125 } from "react";
6683
+ import { jsx as jsx130, jsxs as jsxs120 } from "react/jsx-runtime";
6684
+ var TransitionOutDisabled = forwardRef125(
6685
+ (delegated, ref) => {
6686
+ return /* @__PURE__ */ jsxs120("svg", {
6687
+ ref,
6688
+ width: "22",
6689
+ height: "22",
6690
+ viewBox: "0 0 22 22",
6691
+ fill: "none",
6692
+ ...delegated,
6693
+ children: [
6694
+ /* @__PURE__ */ jsx130("path", {
6695
+ fill: stroke,
6696
+ d: "M2.475 18.428h1.06a.3.3 0 0 0 0-.6h-1.06c-.27 0-.401-.176-.401-.296v-.944a.3.3 0 0 0-.601 0v.944c0 .54.497.896 1.002.896Zm0-4.968h1.06a.3.3 0 0 0 0-.6h-1.06c-.505 0-1.002.357-1.002.896v.944a.3.3 0 0 0 .6 0v-.944c0-.12.133-.296.402-.296Zm3.18 4.968h2.122a.3.3 0 1 0 0-.6H5.656a.3.3 0 0 0 0 .6Zm0-4.968h2.122a.3.3 0 1 0 0-.6H5.656a.3.3 0 0 0 0 .6Zm4.243 4.968h2.12a.3.3 0 0 0 0-.6h-2.12a.3.3 0 1 0 0 .6Zm0-4.968h2.12a.3.3 0 0 0 0-.6h-2.12a.3.3 0 1 0 0 .6Zm4.241 4.968h2.121a.3.3 0 1 0 0-.6H14.14a.3.3 0 0 0 0 .6Zm0-4.968h2.121a.3.3 0 1 0 0-.6H14.14a.3.3 0 0 0 0 .6Zm4.242 4.968h1.06c.506 0 1.002-.357 1.002-.896v-.944a.3.3 0 1 0-.6 0v.944c0 .12-.132.296-.401.296h-1.06a.3.3 0 1 0 0 .6Zm0-4.968h1.06c.27 0 .402.177.402.296v.944a.3.3 0 0 0 .6 0v-.944c0-.538-.496-.895-1.001-.895h-1.06a.3.3 0 1 0 0 .6Z"
6697
+ }),
6698
+ /* @__PURE__ */ jsx130("rect", {
6699
+ width: "7",
6700
+ height: "1",
6701
+ x: "8.707",
6702
+ y: "4",
6703
+ fill: stroke,
6704
+ rx: ".5",
6705
+ transform: "rotate(45 8.707 4)"
6706
+ }),
6707
+ /* @__PURE__ */ jsx130("rect", {
6708
+ width: "7",
6709
+ height: "1",
6710
+ x: "13.657",
6711
+ y: "4.707",
6712
+ fill: stroke,
6713
+ rx: ".5",
6714
+ transform: "rotate(135 13.657 4.707)"
6715
+ })
6716
+ ]
6717
+ });
6718
+ }
6719
+ );
6720
+ TransitionOutDisabled.displayName = "TransitionOutDisabledIcon";
6721
+
6722
+ // src/iconography/unpublish.tsx
6723
+ import { forwardRef as forwardRef126 } from "react";
6724
+ import { jsx as jsx131, jsxs as jsxs121 } from "react/jsx-runtime";
6725
+ var Unpublish = forwardRef126((delegated, ref) => {
6726
+ return /* @__PURE__ */ jsxs121("svg", {
6727
+ ref,
6728
+ width: "22",
6729
+ height: "22",
6730
+ viewBox: "0 0 22 22",
6731
+ fill: "none",
6732
+ ...delegated,
6733
+ children: [
6734
+ /* @__PURE__ */ jsx131("path", {
6593
6735
  fill: "#fff",
6594
6736
  d: "M19.055 13.054c-.595 1.263-1.441 1.553-3.22 1.553-3.734 0-5.845-.123-9.562-.123-1.725 0-3.546-.242-4.082-1.92-.34-1.064-.153-2.123.496-2.817.473-.493 1.014-.699 1.76-.763.563-.048 1.429.226 1.429.226s-.324-2.173.61-2.764c.37-.234.64-.306 1.078-.308.343-.003.86.18.86.18l.911.642s1.164-2.957 3.686-2.957c.217 0 .434.022.647.067 1.136.242 2.228.971 2.757 2.259.405.986.05 2.729.05 2.729s1.887.405 2.454 1.338c.54.888.57 1.718.126 2.658Z"
6595
6737
  }),
6596
- /* @__PURE__ */ jsx127("path", {
6738
+ /* @__PURE__ */ jsx131("path", {
6597
6739
  fill: stroke,
6598
6740
  fillRule: "evenodd",
6599
6741
  d: "M2.254 9.331c.6-.625 1.294-.872 2.143-.944.27-.023.568.008.825.052a6.314 6.314 0 0 1 .01-.424c.02-.339.072-.727.199-1.087.125-.357.344-.742.734-.989.219-.138.432-.244.671-.311a2.67 2.67 0 0 1 .724-.09c.255-.002.534.061.715.109a5.195 5.195 0 0 1 .317.094l.022.008.006.002h.002l.001.001-.2.566s-.516-.183-.86-.18c-.437.002-.707.074-1.077.308-.607.384-.683 1.436-.662 2.125.012.372.052.639.052.639s-.279-.088-.622-.156c-.263-.05-.563-.09-.806-.07-.747.064-1.288.27-1.76.763-.65.694-.837 1.753-.497 2.817.536 1.678 2.357 1.92 4.082 1.92 1.856 0 3.312.03 4.77.062 1.46.03 2.923.061 4.793.061 1.778 0 2.624-.29 3.22-1.553.442-.94.412-1.77-.127-2.658-.567-.933-2.455-1.338-2.455-1.338s.357-1.743-.049-2.73c-.529-1.287-1.621-2.016-2.757-2.258a3.144 3.144 0 0 0-.647-.067c-1.83 0-2.945 1.557-3.419 2.411-.18.324-.267.546-.267.546l-.911-.642.2-.566a.602.602 0 0 1 .146.075l.34.24c.158-.28.376-.622.658-.966.66-.805 1.735-1.698 3.252-1.698.26 0 .517.026.77.08h.003C15.09 3.759 16.364 4.6 16.98 6.1c.26.63.26 1.432.22 2.003-.013.19-.031.365-.05.517.166.051.36.118.562.2.552.22 1.336.615 1.73 1.263.311.513.493 1.04.518 1.594.025.554-.109 1.094-.362 1.632-.342.725-.792 1.237-1.461 1.54-.632.287-1.399.357-2.301.357-1.875 0-3.342-.03-4.801-.061h-.004c-1.458-.031-2.908-.062-4.758-.062-.876 0-1.851-.059-2.693-.367-.87-.319-1.624-.916-1.96-1.97-.393-1.228-.197-2.527.629-3.41l.005-.006Z",
6600
6742
  clipRule: "evenodd"
6601
6743
  }),
6602
- /* @__PURE__ */ jsx127("path", {
6744
+ /* @__PURE__ */ jsx131("path", {
6603
6745
  fill,
6604
6746
  d: "M14.8 14.25a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
6605
6747
  }),
6606
- /* @__PURE__ */ jsx127("path", {
6748
+ /* @__PURE__ */ jsx131("path", {
6607
6749
  fill: stroke,
6608
6750
  fillRule: "evenodd",
6609
6751
  d: "M15.4 14.25a4.35 4.35 0 1 1-8.7 0 4.35 4.35 0 0 1 8.7 0ZM11.05 18a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z",
6610
6752
  clipRule: "evenodd"
6611
6753
  }),
6612
- /* @__PURE__ */ jsx127("path", {
6754
+ /* @__PURE__ */ jsx131("path", {
6613
6755
  fill: stroke,
6614
6756
  fillRule: "evenodd",
6615
6757
  d: "M9.088 12.288a.3.3 0 0 1 .424 0l3.5 3.5a.3.3 0 1 1-.424.424l-3.5-3.5a.3.3 0 0 1 0-.424Z",
6616
6758
  clipRule: "evenodd"
6617
6759
  }),
6618
- /* @__PURE__ */ jsx127("path", {
6760
+ /* @__PURE__ */ jsx131("path", {
6619
6761
  fill: stroke,
6620
6762
  fillRule: "evenodd",
6621
6763
  d: "M9.088 16.212a.3.3 0 0 1 0-.424l3.5-3.5a.3.3 0 1 1 .424.424l-3.5 3.5a.3.3 0 0 1-.424 0Z",
@@ -6627,10 +6769,10 @@ var Unpublish = forwardRef122((delegated, ref) => {
6627
6769
  Unpublish.displayName = "UnpublishIcon";
6628
6770
 
6629
6771
  // src/iconography/usage.tsx
6630
- import { forwardRef as forwardRef123 } from "react";
6631
- import { jsx as jsx128, jsxs as jsxs118 } from "react/jsx-runtime";
6632
- var Usage = forwardRef123((delegated, ref) => {
6633
- return /* @__PURE__ */ jsxs118("svg", {
6772
+ import { forwardRef as forwardRef127 } from "react";
6773
+ import { jsx as jsx132, jsxs as jsxs122 } from "react/jsx-runtime";
6774
+ var Usage = forwardRef127((delegated, ref) => {
6775
+ return /* @__PURE__ */ jsxs122("svg", {
6634
6776
  ref,
6635
6777
  width: "23",
6636
6778
  height: "23",
@@ -6638,21 +6780,21 @@ var Usage = forwardRef123((delegated, ref) => {
6638
6780
  fill: "none",
6639
6781
  ...delegated,
6640
6782
  children: [
6641
- /* @__PURE__ */ jsx128("path", {
6783
+ /* @__PURE__ */ jsx132("path", {
6642
6784
  d: "M20.44 11.968c.222 0 .402.18.392.4a8.952 8.952 0 1 1-9.343-9.343c.22-.01.4.17.4.39v5.02c0 .22-.18.397-.4.425a3.133 3.133 0 1 0 3.507 3.507c.029-.22.205-.399.426-.399h5.019Z",
6643
6785
  fill: "#BFF6F8"
6644
6786
  }),
6645
- /* @__PURE__ */ jsx128("path", {
6787
+ /* @__PURE__ */ jsx132("path", {
6646
6788
  fillRule: "evenodd",
6647
6789
  clipRule: "evenodd",
6648
6790
  d: "M20.22 12.568a8.35 8.35 0 1 1-8.931-8.93v4.645a3.733 3.733 0 1 0 4.284 4.285h4.646Zm.612-.2c.01-.22-.17-.4-.391-.4h-5.019c-.221 0-.397.18-.426.399A3.134 3.134 0 1 1 11.49 8.86c.219-.028.399-.204.399-.425v-5.02c0-.22-.18-.4-.4-.39a8.952 8.952 0 1 0 9.343 9.343Z",
6649
6791
  fill: "#528693"
6650
6792
  }),
6651
- /* @__PURE__ */ jsx128("path", {
6793
+ /* @__PURE__ */ jsx132("path", {
6652
6794
  d: "M12.877 2.471c0-.22.18-.4.4-.39a8.952 8.952 0 0 1 8.543 8.543c.01.22-.17.4-.391.4H16.41c-.22 0-.397-.18-.425-.4a3.133 3.133 0 0 0-2.71-2.708c-.218-.028-.398-.205-.398-.426V2.471Z",
6653
6795
  fill: "#fff"
6654
6796
  }),
6655
- /* @__PURE__ */ jsx128("path", {
6797
+ /* @__PURE__ */ jsx132("path", {
6656
6798
  fillRule: "evenodd",
6657
6799
  clipRule: "evenodd",
6658
6800
  d: "M13.477 2.693a8.352 8.352 0 0 1 7.73 7.73h-4.645a3.733 3.733 0 0 0-3.085-3.084V2.693Zm-.2-.613c-.22-.01-.4.17-.4.391v5.02c0 .22.18.397.399.425a3.132 3.132 0 0 1 2.709 2.709c.028.219.204.399.425.399h5.019c.22 0 .4-.18.391-.4a8.948 8.948 0 0 0-5.517-7.871 8.952 8.952 0 0 0-3.026-.673Z",
@@ -6664,10 +6806,10 @@ var Usage = forwardRef123((delegated, ref) => {
6664
6806
  Usage.displayName = "UsageIcon";
6665
6807
 
6666
6808
  // src/iconography/usage-meter.tsx
6667
- import { forwardRef as forwardRef124 } from "react";
6668
- import { jsx as jsx129, jsxs as jsxs119 } from "react/jsx-runtime";
6669
- var UsageMeter = forwardRef124((delegated, ref) => {
6670
- return /* @__PURE__ */ jsxs119("svg", {
6809
+ import { forwardRef as forwardRef128 } from "react";
6810
+ import { jsx as jsx133, jsxs as jsxs123 } from "react/jsx-runtime";
6811
+ var UsageMeter = forwardRef128((delegated, ref) => {
6812
+ return /* @__PURE__ */ jsxs123("svg", {
6671
6813
  ref,
6672
6814
  width: "17",
6673
6815
  height: "16",
@@ -6675,24 +6817,24 @@ var UsageMeter = forwardRef124((delegated, ref) => {
6675
6817
  fill: "none",
6676
6818
  ...delegated,
6677
6819
  children: [
6678
- /* @__PURE__ */ jsxs119("g", {
6820
+ /* @__PURE__ */ jsxs123("g", {
6679
6821
  clipPath: "url(#a)",
6680
6822
  children: [
6681
- /* @__PURE__ */ jsx129("path", {
6823
+ /* @__PURE__ */ jsx133("path", {
6682
6824
  d: "M15.836 9.0665a1.7036 1.7036 0 0 0 .0053-.3334 6.6839 6.6839 0 0 0-1.1166-3.0268c-.0423-.0635-.0846-.1217-.1217-.18-.0582-.074-.1111-.1534-.1693-.2275a5.5278 5.5278 0 0 0-.3175-.381c-.0053-.0053-.0106-.0158-.0212-.0211a7.2427 7.2427 0 0 0-.6403-.635c-.0741-.0635-.1534-.1165-.2275-.1747a.0053.0053 0 0 0-.0016-.0037.0052.0052 0 0 0-.0037-.0015c-.1535-.1165-.3069-.2329-.471-.3387a.2946.2946 0 0 0-.0423-.0265c-.1376-.09-.2857-.1746-.4286-.2593-.0582-.0317-.1217-.0582-.1799-.09-.1059-.0528-.2117-.1058-.3175-.1534-.1059-.0476-.217-.09-.3228-.1323-.0741-.0264-.1429-.0582-.217-.0846a4.7983 4.7983 0 0 0-.3651-.1112 4.3458 4.3458 0 0 0-.2487-.0688 3.9942 3.9942 0 0 0-.2434-.0529 6.621 6.621 0 0 0-1.5134-.1534 6.9257 6.9257 0 0 0-6.768 6.1224c0 .0476.0053.0846.0053.1323a6.6487 6.6487 0 0 0 .09 2.0478 6.838 6.838 0 0 0 .3439 1.1695c.0794.1958.164.3863.2593.5768a7.523 7.523 0 0 0 .1534.2857l.037.0688.0795.1217.1534.2593c1.7568 0 3.5613-.0053 5.5615-.0106.0741 0 .1482.0053.2223.0053 1.434.0106 2.5664.0212 4.1327-.0106.5133 0 1.0372-.0053 1.5822-.0053.0688-.1111.1482-.2381.2329-.381.0423-.0846.0952-.1799.1481-.2804a6.1283 6.1283 0 0 0 .3122-.7091 6.9592 6.9592 0 0 0 .4181-1.8785c0-.0371-.0053-.0635-.0053-.1006a7.2363 7.2363 0 0 0 .0053-.9577Zm-.7885 1.6986a5.9413 5.9413 0 0 1-.3175 1.0477 5.3569 5.3569 0 0 1-.2275.508c-.0477.0847-.09.1693-.1376.254l-.0476.0741-5.3763.0159H7.1154c-1.1536-.0106-2.309-.0141-3.466-.0106a.0399.0399 0 0 0-.0212.0106c-.0053-.0053-.0053-.0106-.0159-.0265-.0423-.0741-.0952-.1534-.1376-.2434a5.1632 5.1632 0 0 1-.2963-.635 6.1699 6.1699 0 0 1-.4075-1.688v-.0265a6.5296 6.5296 0 0 1-.0053-.9102c.03-.1036.0494-.21.0583-.3174a6.203 6.203 0 0 1 2.323-4.1434c.0317-.0265.0635-.0476.0952-.074.0847-.0636.1747-.127.2646-.1906a6.2837 6.2837 0 0 1 3.5771-1.0583 6.1823 6.1823 0 0 1 3.8365 1.4234c.0688.0583.1376.1165.2063.18a6.244 6.244 0 0 1 1.7675 2.7569c.0052.0159.0052.0265.0105.0423.0477.1482.0847.3017.1165.4498.0154.0593.0277.1194.037.18.0212.127.0423.254.0582.3862a6.1523 6.1523 0 0 1-.0688 1.995Z",
6683
6825
  fill: "#528693"
6684
6826
  }),
6685
- /* @__PURE__ */ jsx129("path", {
6827
+ /* @__PURE__ */ jsx133("path", {
6686
6828
  d: "m3.6286 12.8043.053-.0505a227.043 227.043 0 0 1 3.4347.0107h1.827l5.3763-.0159.0544-.0001.0294-.0458.0477-.0741.0001.0001.0029-.0051a6.0478 6.0478 0 0 0 .0697-.1286l.0003-.0005a5.6307 5.6307 0 0 1 .0676-.1249h.0001l.0017-.0035a5.4268 5.4268 0 0 0 .2315-.5166c.14-.3442.248-.7006.3225-1.0646l.0001-.0005a6.25 6.25 0 0 0 .07-2.0269c-.0161-.1343-.0376-.263-.0586-.3893l-.0001-.0005a1.8922 1.8922 0 0 0-.0385-.187c-.0319-.1491-.0697-.3054-.1185-.4574l-.0003-.001a.0624.0624 0 0 1-.0021-.0092c-.0013-.0065-.0036-.0182-.0082-.0322a6.3444 6.3444 0 0 0-1.7951-2.8001c-.0703-.0648-.1404-.1241-.2086-.1819l-.0007-.0005-.0007-.0007a6.2822 6.2822 0 0 0-3.8985-1.4464h-.0004a6.3839 6.3839 0 0 0-3.634 1.0751h-.0001l-.0021.0015-.0006.0004a11.5065 11.5065 0 0 0-.2663.1918V4.52l-.004.0033a1.08 1.08 0 0 1-.0436.0338l-.0008.0006a1.262 1.262 0 0 0-.0498.0387 6.3029 6.3029 0 0 0-2.3594 4.2093l-.0004.0036a1.5248 1.5248 0 0 1-.0546.298l-.003.0104-.0007.011a6.632 6.632 0 0 0 .005.9202v.0227h-.0004l.001.0096a6.269 6.269 0 0 0 .4138 1.7149c.0855.2212.1859.4364.3004.6441.0315.0664.07.1305.1031.1855.0134.0223.026.0431.0367.062l-.0002.0001.0039.0057a.0477.0477 0 0 1 .0035.0061l.0001.0004a.004.004 0 0 1 .0003.0006c.0019.0038.0096.0198.0244.0346l.0691.0691Zm11.3945-4.6006c-.0317-.1482-.0688-.3016-.1164-.4498a.1685.1685 0 0 1-.0053-.0212c-.0013-.0066-.0026-.0132-.0053-.0212a6.2446 6.2446 0 0 0-1.7674-2.7569l1.8944 3.249Zm-3.5976-.2364c-.2292.2923-.4509.5746-.6671.8498-.3278.4174-.6429.8187-.9522 1.2141l-.0004-.0003-.0053.0083a1.1904 1.1904 0 0 1-.5644.4679.9274.9274 0 0 1-.2989.0519.8843.8843 0 0 1-.1615-.0143l.0001-.0008-.0127-.0006a.091.091 0 0 1-.0247-.005l-.007-.0025-.0073-.0014a.9062.9062 0 0 1-.162-.0477c-.018-.0072-.0355-.0123-.048-.0161a.438.438 0 0 1-.0285-.0092.9676.9676 0 0 1-.5434-.8134.9805.9805 0 0 1 .389-.8353l.0001-.0001c.1959-.1482.3915-.2962.603-.4548l.0021-.0017c.2218-.176.4384-.345.6496-.507l.002-.0016a81.951 81.951 0 0 1 1.0093-.8032l.0002-.0001.2378-.185.1894-.1474c.0308-.0226.0614-.0472.0899-.07a3.3156 3.3156 0 0 1 .0284-.0227 1.0318 1.0318 0 0 1 .1041-.075.542.542 0 0 1 .253-.066h.001a.5094.5094 0 0 1 .3945.168h-.0001l.0019.002a.519.519 0 0 1 .036.6738c-.119.1497-.2408.305-.3652.4636l-.1427.1818Z",
6687
6829
  fill: "#BFF6F8",
6688
6830
  stroke: "#BFF6F8",
6689
6831
  strokeWidth: ".2"
6690
6832
  }),
6691
- /* @__PURE__ */ jsx129("path", {
6833
+ /* @__PURE__ */ jsx133("path", {
6692
6834
  d: "M15.3469 12.7007c0-.0529 0-.0572-.0025-.0471v.7234c0 .0095 0-.0053.0025.0111s0 .0291 0-.0418v-.662c.0015-.0482.0005.0741 0 .0164ZM2.6208 12.7007v-.0471.7345c0 .0164 0 .0291.0025-.0418v-.662c-.001-.0482-.0015.0741-.0025.0164ZM11.968 6.5791a.6088.6088 0 0 0-.4709-.201.6414.6414 0 0 0-.3016.0793c-.0794.0476-.1535.1164-.2329.1746l-.1905.1482-.2381.1852a82.141 82.141 0 0 0-1.0107.8043c-.2117.164-.4286.3334-.6509.508-.2116.1588-.4074.307-.6032.455a1.0805 1.0805 0 0 0-.4286.9208 1.0673 1.0673 0 0 0 .6032.8996c.0265.0106.053.0159.0794.0265.0582.0232.1184.0409.1799.0529a.1912.1912 0 0 0 .053.0106.9957.9957 0 0 0 .1798.0158 1.0262 1.0262 0 0 0 .3334-.0582 1.29 1.29 0 0 0 .6138-.508c.5133-.6561 1.0425-1.3282 1.6193-2.0637.1746-.2222.3439-.4392.508-.6456a.619.619 0 0 0-.0424-.8043Zm-.6667.7144-.291.3492c-.5451.6615-1.0795 1.3282-1.614 1.995-.0582.074-.1482.1905-.18.2328a.4232.4232 0 0 1-.1428.0952.4035.4035 0 0 1-.471-.1221.4032.4032 0 0 1-.0105-.4864c.0159-.0106.0106-.0423.0053-.0794.0106-.0105.0211-.0264.0317-.037a.7572.7572 0 0 1 .0794-.0582.1058.1058 0 0 0 .0688-.0212c.3916-.291.7673-.582 1.1377-.8784.2064-.1534.418-.307.6244-.4604l.6297-.492.1482-.1112a.064.064 0 0 1-.0159.074Z",
6693
6835
  fill: "#528693"
6694
6836
  }),
6695
- /* @__PURE__ */ jsx129("path", {
6837
+ /* @__PURE__ */ jsx133("path", {
6696
6838
  d: "m11.3564 7.065.0516.113a.1638.1638 0 0 1-.0339.1842l-.2869.3442-.0001.0002c-.5444.6606-1.0783 1.3267-1.6127 1.9933-.058.0739-.1472.1893-.1782.2307l-.0082.0108-.0006-.0006a.5222.5222 0 0 1-.1766.1177l-.0375-.0927m2.2831-2.9009L8.524 9.9057m2.8324-2.8408-.0994.0746-.1482.111-.0016.0013-.6287.4914a61.544 61.544 0 0 1-.3108.229l-.0001.0002c-.1044.0766-.2092.1535-.3126.2304l-.0028.0022c-.3696.2957-.7443.586-1.1349.8762l-.0005.0004a.0058.0058 0 0 1-.0037.0012l-.0318-.0016-.0269.0171a.8582.8582 0 0 0-.0898.066l-.0003-.0004-.0062.0062a.3105.3105 0 0 0-.0223.0257l-.001.0011-.0063.0078-.0021.0025-.0354.0353.007.0495.0008.0049.0022.0158a.5032.5032 0 0 0 .023.593m2.8324-2.8408L8.524 9.9057m.5493.0601.0384.0924a.5037.5037 0 0 1-.5877-.1525m.5493.0601a.4234.4234 0 0 0 .1429-.0952l-.6138-.027a.4033.4033 0 0 0 .471.1222Z",
6697
6839
  fill: "#fff",
6698
6840
  stroke: "#fff",
@@ -6700,10 +6842,10 @@ var UsageMeter = forwardRef124((delegated, ref) => {
6700
6842
  })
6701
6843
  ]
6702
6844
  }),
6703
- /* @__PURE__ */ jsx129("defs", {
6704
- children: /* @__PURE__ */ jsx129("clipPath", {
6845
+ /* @__PURE__ */ jsx133("defs", {
6846
+ children: /* @__PURE__ */ jsx133("clipPath", {
6705
6847
  id: "a",
6706
- children: /* @__PURE__ */ jsx129("path", {
6848
+ children: /* @__PURE__ */ jsx133("path", {
6707
6849
  fill: "#fff",
6708
6850
  transform: "translate(.984)",
6709
6851
  d: "M0 0h16v16H0z"
@@ -6716,10 +6858,10 @@ var UsageMeter = forwardRef124((delegated, ref) => {
6716
6858
  UsageMeter.displayName = "UsageMeterIcon";
6717
6859
 
6718
6860
  // src/iconography/user.tsx
6719
- import { forwardRef as forwardRef125 } from "react";
6720
- import { jsx as jsx130, jsxs as jsxs120 } from "react/jsx-runtime";
6721
- var User = forwardRef125((delegated, ref) => {
6722
- return /* @__PURE__ */ jsxs120("svg", {
6861
+ import { forwardRef as forwardRef129 } from "react";
6862
+ import { jsx as jsx134, jsxs as jsxs124 } from "react/jsx-runtime";
6863
+ var User = forwardRef129((delegated, ref) => {
6864
+ return /* @__PURE__ */ jsxs124("svg", {
6723
6865
  ref,
6724
6866
  width: "23",
6725
6867
  height: "22",
@@ -6727,31 +6869,31 @@ var User = forwardRef125((delegated, ref) => {
6727
6869
  fill: "none",
6728
6870
  ...delegated,
6729
6871
  children: [
6730
- /* @__PURE__ */ jsx130("path", {
6872
+ /* @__PURE__ */ jsx134("path", {
6731
6873
  d: "M19.0183 18.5C19.0183 19 15.4366 20 11.0183 20C6.60001 20 3.01829 19 3.01829 18.5C3.01829 15.4624 6.60001 13 11.0183 13C15.4366 13 19.0183 15.4624 19.0183 18.5Z",
6732
6874
  fill
6733
6875
  }),
6734
- /* @__PURE__ */ jsx130("path", {
6876
+ /* @__PURE__ */ jsx134("path", {
6735
6877
  fillRule: "evenodd",
6736
6878
  clipRule: "evenodd",
6737
6879
  d: "M16.8017 20.024C15.312 20.3456 13.2695 20.6 11.0183 20.6C8.76706 20.6 6.72461 20.3456 5.23484 20.024C4.49262 19.8638 3.87028 19.6832 3.42161 19.5014C3.2008 19.4119 2.99558 19.3117 2.8349 19.1983C2.75497 19.1419 2.66392 19.0669 2.58765 18.9698C2.5131 18.8748 2.41829 18.7139 2.41829 18.5C2.41829 16.7268 3.46427 15.1871 5.02152 14.1165C6.58142 13.0441 8.70343 12.4 11.0183 12.4C13.3331 12.4 15.4552 13.0441 17.0151 14.1165C18.5723 15.1871 19.6183 16.7268 19.6183 18.5C19.6183 18.7139 19.5235 18.8748 19.4489 18.9698C19.3727 19.0669 19.2816 19.1419 19.2017 19.1983C19.041 19.3117 18.8358 19.4119 18.615 19.5014C18.1663 19.6832 17.544 19.8638 16.8017 20.024ZM11.0183 20C15.4366 20 19.0183 19 19.0183 18.5C19.0183 15.4625 15.4366 13 11.0183 13C6.60001 13 3.01829 15.4625 3.01829 18.5C3.01829 19 6.60001 20 11.0183 20Z",
6738
6880
  fill: stroke
6739
6881
  }),
6740
- /* @__PURE__ */ jsx130("path", {
6882
+ /* @__PURE__ */ jsx134("path", {
6741
6883
  d: "M13.0183 12.5C13.0183 13.8807 12.1229 15 11.0183 15C9.91373 15 9.0183 13.8807 9.0183 12.5C9.0183 11.1193 9.91373 10 11.0183 10C12.1229 10 13.0183 11.1193 13.0183 12.5Z",
6742
6884
  fill: "white"
6743
6885
  }),
6744
- /* @__PURE__ */ jsx130("path", {
6886
+ /* @__PURE__ */ jsx134("path", {
6745
6887
  fillRule: "evenodd",
6746
6888
  clipRule: "evenodd",
6747
6889
  d: "M13.6183 12.5C13.6183 14.0802 12.5722 15.6 11.0183 15.6C9.46433 15.6 8.41829 14.0802 8.41829 12.5C8.41829 10.9198 9.46433 9.40002 11.0183 9.40002C12.5722 9.40002 13.6183 10.9198 13.6183 12.5ZM11.0183 15C12.1229 15 13.0183 13.8807 13.0183 12.5C13.0183 11.1193 12.1229 10 11.0183 10C9.91372 10 9.01829 11.1193 9.01829 12.5C9.01829 13.8807 9.91372 15 11.0183 15Z",
6748
6890
  fill: stroke
6749
6891
  }),
6750
- /* @__PURE__ */ jsx130("path", {
6892
+ /* @__PURE__ */ jsx134("path", {
6751
6893
  d: "M15.1183 7.99999C15.1183 11.3137 11.98 12.8 11.0183 12.8C10.0566 12.8 6.91831 11.3137 6.91831 7.99999C6.91831 4.68628 7.91836 2.29999 11.0183 2.29999C14.1183 2.29999 15.1183 4.68628 15.1183 7.99999Z",
6752
6894
  fill: "white"
6753
6895
  }),
6754
- /* @__PURE__ */ jsx130("path", {
6896
+ /* @__PURE__ */ jsx134("path", {
6755
6897
  fillRule: "evenodd",
6756
6898
  clipRule: "evenodd",
6757
6899
  d: "M12.3086 13.0642C11.8438 13.2711 11.3786 13.4 11.0183 13.4C10.658 13.4 10.1929 13.2711 9.72804 13.0642C9.2481 12.8506 8.71451 12.5301 8.21426 12.0957C7.2092 11.2228 6.31831 9.86784 6.31831 8.00001C6.31831 6.30355 6.57045 4.74139 7.29834 3.58729C8.0574 2.38379 9.28518 1.70001 11.0183 1.70001C12.7515 1.70001 13.9793 2.38379 14.7383 3.5873C15.4662 4.74139 15.7183 6.30356 15.7183 8.00001C15.7183 9.86783 14.8274 11.2228 13.8224 12.0957C13.3221 12.5301 12.7886 12.8506 12.3086 13.0642ZM11.0183 12.8C11.98 12.8 15.1183 11.3137 15.1183 8.00001C15.1183 4.6863 14.1183 2.30001 11.0183 2.30001C7.91836 2.30001 6.91831 4.6863 6.91831 8.00001C6.91831 11.3137 10.0566 12.8 11.0183 12.8Z",
@@ -6763,10 +6905,10 @@ var User = forwardRef125((delegated, ref) => {
6763
6905
  User.displayName = "UserIcon";
6764
6906
 
6765
6907
  // src/iconography/user-card.tsx
6766
- import { forwardRef as forwardRef126 } from "react";
6767
- import { jsx as jsx131, jsxs as jsxs121 } from "react/jsx-runtime";
6768
- var UserCard = forwardRef126((delegated, ref) => {
6769
- return /* @__PURE__ */ jsxs121("svg", {
6908
+ import { forwardRef as forwardRef130 } from "react";
6909
+ import { jsx as jsx135, jsxs as jsxs125 } from "react/jsx-runtime";
6910
+ var UserCard = forwardRef130((delegated, ref) => {
6911
+ return /* @__PURE__ */ jsxs125("svg", {
6770
6912
  ref,
6771
6913
  width: "17",
6772
6914
  height: "16",
@@ -6774,7 +6916,7 @@ var UserCard = forwardRef126((delegated, ref) => {
6774
6916
  fill: "none",
6775
6917
  ...delegated,
6776
6918
  children: [
6777
- /* @__PURE__ */ jsx131("rect", {
6919
+ /* @__PURE__ */ jsx135("rect", {
6778
6920
  x: "2.184",
6779
6921
  y: "4.2",
6780
6922
  width: "13.6",
@@ -6784,7 +6926,7 @@ var UserCard = forwardRef126((delegated, ref) => {
6784
6926
  stroke: "#528693",
6785
6927
  strokeWidth: ".4"
6786
6928
  }),
6787
- /* @__PURE__ */ jsx131("circle", {
6929
+ /* @__PURE__ */ jsx135("circle", {
6788
6930
  cx: "5.984",
6789
6931
  cy: "8.5",
6790
6932
  r: "2.2",
@@ -6792,7 +6934,7 @@ var UserCard = forwardRef126((delegated, ref) => {
6792
6934
  stroke: "#528693",
6793
6935
  strokeWidth: ".4"
6794
6936
  }),
6795
- /* @__PURE__ */ jsx131("path", {
6937
+ /* @__PURE__ */ jsx135("path", {
6796
6938
  d: "M13.484 8.2a.7.7 0 1 0 0-1.4h-3.5a.7.7 0 1 0 0 1.4h3.5ZM10.484 10.2a.7.7 0 1 0 0-1.4h-.5a.7.7 0 1 0 0 1.4h.5Z",
6797
6939
  fill: "#fff",
6798
6940
  stroke: "#528693",
@@ -6804,10 +6946,10 @@ var UserCard = forwardRef126((delegated, ref) => {
6804
6946
  UserCard.displayName = "UserCardIcon";
6805
6947
 
6806
6948
  // src/iconography/users.tsx
6807
- import { forwardRef as forwardRef127 } from "react";
6808
- import { jsx as jsx132, jsxs as jsxs122 } from "react/jsx-runtime";
6809
- var Users = forwardRef127((delegated, ref) => {
6810
- return /* @__PURE__ */ jsxs122("svg", {
6949
+ import { forwardRef as forwardRef131 } from "react";
6950
+ import { jsx as jsx136, jsxs as jsxs126 } from "react/jsx-runtime";
6951
+ var Users = forwardRef131((delegated, ref) => {
6952
+ return /* @__PURE__ */ jsxs126("svg", {
6811
6953
  ref,
6812
6954
  width: "24",
6813
6955
  height: "24",
@@ -6815,33 +6957,33 @@ var Users = forwardRef127((delegated, ref) => {
6815
6957
  fill: "none",
6816
6958
  ...delegated,
6817
6959
  children: [
6818
- /* @__PURE__ */ jsx132("path", {
6960
+ /* @__PURE__ */ jsx136("path", {
6819
6961
  d: "M20.713 15.436a2.465 2.465 0 0 0-1.746-.594c-.23 0-.466.016-.703.032l-.15.008c.027-.159.043-.32.05-.48 1.222-1.07 1.257-3.224 1.211-4.1a2.867 2.867 0 0 0-.702-1.78c-.48-.516-1.117-.81-1.782-.821-.038-.004-.08-.004-.122-.004a2.408 2.408 0 0 0-1.396.503 2.877 2.877 0 0 0-.933 1.273 4.077 4.077 0 0 0-.178 1.569c.06 1.108.164 2.17.79 2.912.14.165.3.307.475.42.01.17.028.337.055.504l-.097-.004c-.238-.016-.469-.032-.696-.032a2.454 2.454 0 0 0-1.74.594 2.46 2.46 0 0 0-.712 1.494 6.447 6.447 0 0 0-.105 1.104c.003.424.5.534.863.617l.157.035c1.148.266 2.319.382 3.49.346.168 0 .332 0 .505-.004 1.399.012 2.793-.19 4.143-.597a.148.148 0 0 0 .09-.063.182.182 0 0 0 .03-.114.173.173 0 0 0 .013-.087c-.027-1.002-.11-2.122-.81-2.731Zm-5.67-2.13c-.388-.72-.419-1.67-.443-2.437a3.114 3.114 0 0 1 .363-1.679 2.386 2.386 0 0 1 1.195-.978c.23-.106.474-.165.723-.175.08 0 .159.007.238.02.263.05.518.143.758.275.458.242.822.666 1.02 1.19.097.275.151.566.16.862.068 2.191-.538 3.554-1.795 4.054a1.074 1.074 0 0 1-.423.078 2.11 2.11 0 0 1-1.028-.36 2.442 2.442 0 0 1-.768-.85Zm2.746 1.367a1.724 1.724 0 0 1-.175.709c-.108.217-.26.403-.443.541a.875.875 0 0 1-.409.118c-.594 0-.793-.924-.854-1.395.303.186.64.292.985.31a.963.963 0 0 0 .213-.023c.238-.047.469-.135.683-.26Zm-.543 3.966c-.182 0-.364.004-.549.004a11.426 11.426 0 0 1-4.132-.585c.045-.971.15-1.958.856-2.437a2.46 2.46 0 0 1 1.512-.386l.356.004c.12 0 .241-.004.367-.008.2.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.24-.075.456-.222.626-.424.17-.203.289-.455.341-.727a8.5 8.5 0 0 0 .44.011l.367-.004a2.438 2.438 0 0 1 1.496.386c.761.514.817 1.639.854 2.468-1.29.376-2.618.56-3.95.55Z",
6820
6962
  fill: stroke
6821
6963
  }),
6822
- /* @__PURE__ */ jsx132("path", {
6964
+ /* @__PURE__ */ jsx136("path", {
6823
6965
  fillRule: "evenodd",
6824
6966
  clipRule: "evenodd",
6825
6967
  d: "M20.93 15.187c.422.368.642.875.762 1.393.119.513.147 1.07.161 1.569a.502.502 0 0 1-.015.162.51.51 0 0 1-.084.24.479.479 0 0 1-.276.198c-1.378.416-2.8.62-4.229.61-.173.003-.338.003-.502.003a13.965 13.965 0 0 1-3.57-.354h-.001a6.66 6.66 0 0 0-.15-.034l-.004-.001a2.345 2.345 0 0 0-.021-.005c-.17-.038-.42-.095-.628-.206-.232-.124-.468-.349-.471-.725v-.006a6.77 6.77 0 0 1 .108-1.15c.075-.646.36-1.246.81-1.682l.016-.016a2.786 2.786 0 0 1 1.963-.67c.123 0 .247.004.369.01a2.537 2.537 0 0 1-.368-.355c-.707-.84-.809-2.014-.868-3.104a4.412 4.412 0 0 1 .194-1.691l.005-.017a3.208 3.208 0 0 1 1.041-1.418 2.738 2.738 0 0 1 1.588-.571h.015c.034 0 .084 0 .135.004.756.017 1.47.352 2.005.926l.005.006c.476.534.752 1.242.785 1.983.024.453.027 1.24-.136 2.058-.152.76-.454 1.586-1.057 2.183.147-.008.296-.014.444-.015a2.796 2.796 0 0 1 1.97.671l.005.004Zm-1.963-.345c.626-.039 1.245.171 1.747.594.555.485.722 1.293.78 2.107.014.178.021.356.027.532l.002.092a.173.173 0 0 1-.014.087.185.185 0 0 1-.03.114.148.148 0 0 1-.088.063 13.928 13.928 0 0 1-4.144.597c-.173.004-.337.004-.505.004a13.635 13.635 0 0 1-3.647-.381l-.007-.002c-.256-.058-.576-.13-.743-.317a.433.433 0 0 1-.113-.298 6.45 6.45 0 0 1 .105-1.104 2.46 2.46 0 0 1 .713-1.494 2.454 2.454 0 0 1 1.74-.594c.15 0 .301.007.455.016l.219.014.02.002.098.004a4.673 4.673 0 0 1-.055-.503 2.186 2.186 0 0 1-.476-.42c-.625-.744-.73-1.805-.79-2.913a4.079 4.079 0 0 1 .179-1.569c.196-.516.52-.958.933-1.273.413-.315.897-.49 1.396-.503.042 0 .084 0 .122.004.665.011 1.302.305 1.782.821.112.126.212.263.299.409a2.825 2.825 0 0 1 .229.484 2.989 2.989 0 0 1 .178.958 8.385 8.385 0 0 1-.107 1.762c-.145.826-.46 1.699-1.109 2.266a3.643 3.643 0 0 1-.049.48l.15-.007h.004l.184-.012c.173-.011.345-.02.515-.02Zm-3.924-1.536c.192.348.455.64.768.85.312.21.665.334 1.028.36.144.003.288-.024.423-.078.878-.349 1.438-1.118 1.673-2.296a7.797 7.797 0 0 0 .12-1.823v-.003a2.854 2.854 0 0 0-.158-.793 2.409 2.409 0 0 0-.208-.423 2.14 2.14 0 0 0-.812-.768 2.582 2.582 0 0 0-.758-.275 1.653 1.653 0 0 0-.238-.02c-.248.01-.493.069-.723.175-.482.173-.9.516-1.195.979-.274.503-.4 1.09-.363 1.678.024.766.055 1.717.443 2.437Zm.205-3.948c-.24.445-.352.966-.319 1.49v.01c.026.786.06 1.652.404 2.29.168.304.396.555.662.734.264.178.558.281.859.304a.746.746 0 0 0 .285-.054l.001-.001c1.056-.42 1.654-1.587 1.588-3.737a2.533 2.533 0 0 0-.141-.758 1.887 1.887 0 0 0-.864-1.012l-.005-.003a2.252 2.252 0 0 0-.656-.239 1.324 1.324 0 0 0-.176-.015 1.575 1.575 0 0 0-.59.145l-.013.006-.014.004a2.054 2.054 0 0 0-1.021.836Zm1.823 7.02a1.28 1.28 0 0 1-.314.044c-.52 0-.902-.412-1.1-1.19h-.011c-.122.004-.241.007-.357.007l-.356-.004a2.46 2.46 0 0 0-1.512.386c-.706.48-.81 1.466-.856 2.437 1.34.448 2.736.646 4.132.585.093 0 .186 0 .277-.002l.269-.002h.003c1.33.01 2.657-.174 3.945-.549l.004-.001a15.237 15.237 0 0 0-.03-.518c-.056-.731-.213-1.537-.824-1.95a2.436 2.436 0 0 0-1.495-.386l-.367.004c-.143 0-.29-.004-.44-.011-.053.272-.171.524-.342.727-.17.202-.387.35-.626.424Zm1.217-.81a1.9 1.9 0 0 1-.338.599 1.675 1.675 0 0 1-.78.527l-.013.004c-.13.035-.262.053-.396.055h-.004c-.36 0-.67-.147-.914-.41a2.133 2.133 0 0 1-.431-.775l-.123.002h-.003l-.378-.005a2.13 2.13 0 0 0-1.306.332c-.263.18-.431.465-.539.847-.09.32-.13.687-.155 1.077 1.229.382 2.502.548 3.775.492h.014c.09 0 .18 0 .272-.002h.002l.273-.002.002.133v-.133c1.215.01 2.426-.147 3.607-.467a5.42 5.42 0 0 0-.133-1.024c-.104-.408-.276-.728-.56-.922a2.107 2.107 0 0 0-1.29-.331l-.02.001-.371.004c-.063 0-.127-.001-.19-.003Zm-.55-.525a1.742 1.742 0 0 0 .051-.37 2.261 2.261 0 0 1-.683.26.952.952 0 0 1-.213.023 2.063 2.063 0 0 1-.985-.31c.015.117.039.263.075.415.11.459.333.98.78.98a.874.874 0 0 0 .408-.118c.184-.138.335-.324.443-.54a1.688 1.688 0 0 0 .124-.34Zm-.749.604a1.194 1.194 0 0 0 .336-.426c-.05.013-.1.025-.15.035-.093.02-.187.03-.282.03h-.017a2.382 2.382 0 0 1-.51-.084c.02.063.044.124.07.182.116.257.23.325.322.327a.543.543 0 0 0 .231-.064Z",
6826
6968
  fill: stroke
6827
6969
  }),
6828
- /* @__PURE__ */ jsx132("path", {
6970
+ /* @__PURE__ */ jsx136("path", {
6829
6971
  d: "M21.192 18.089c-1.29.375-2.617.56-3.948.55-.182 0-.363.004-.549.004a11.426 11.426 0 0 1-4.13-.586c.045-.97.15-1.957.856-2.436a2.46 2.46 0 0 1 1.511-.386l.357.004c.119 0 .241-.004.367-.008.199.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.239-.075.455-.222.626-.425.17-.202.288-.454.341-.727.15.008.297.012.44.012l.367-.004a2.438 2.438 0 0 1 1.495.386c.76.514.817 1.638.852 2.468Z",
6830
6972
  fill
6831
6973
  }),
6832
- /* @__PURE__ */ jsx132("path", {
6974
+ /* @__PURE__ */ jsx136("path", {
6833
6975
  d: "M17.79 14.673a1.725 1.725 0 0 1-.176.709 1.52 1.52 0 0 1-.443.541.874.874 0 0 1-.409.118c-.593 0-.793-.924-.854-1.395.304.186.64.292.986.31a.952.952 0 0 0 .213-.023c.238-.048.468-.135.683-.26ZM19.057 10.385c.068 2.19-.538 3.553-1.795 4.052a1.074 1.074 0 0 1-.423.079 2.11 2.11 0 0 1-1.028-.36 2.44 2.44 0 0 1-.768-.85c-.388-.72-.42-1.671-.444-2.438a3.113 3.113 0 0 1 .364-1.678 2.386 2.386 0 0 1 1.195-.979c.23-.105.474-.165.723-.174.08 0 .159.007.237.02.264.05.519.143.759.275.458.242.822.666 1.02 1.19.097.276.15.567.16.863Z",
6834
6976
  fill: "#fff"
6835
6977
  }),
6836
- /* @__PURE__ */ jsx132("path", {
6978
+ /* @__PURE__ */ jsx136("path", {
6837
6979
  d: "M16.988 14.936a4.666 4.666 0 0 0-3.056-.923c-.404 0-.816.024-1.23.049l-.262.012c.047-.246.075-.496.085-.747 2.14-1.663 2.201-5.014 2.122-6.377a4.201 4.201 0 0 0-1.23-2.768A4.615 4.615 0 0 0 10.3 2.904c-.068-.006-.14-.006-.214-.006A4.552 4.552 0 0 0 6.01 5.66a5.683 5.683 0 0 0-.312 2.44c.104 1.724.287 3.375 1.382 4.53.244.257.524.477.831.655.017.262.05.523.098.782l-.171-.006c-.416-.024-.82-.049-1.217-.049a4.644 4.644 0 0 0-3.045.923A3.673 3.673 0 0 0 2.33 17.26a8.948 8.948 0 0 0-.183 1.718c.006.66.874.831 1.51.96.098.018.19.036.275.055 2.009.413 4.058.593 6.108.538.293 0 .58 0 .883-.007a27.22 27.22 0 0 0 7.251-.929.26.26 0 0 0 .208-.275.242.242 0 0 0 .025-.136c-.048-1.558-.195-3.3-1.418-4.248Zm-9.923-3.313c-.679-1.12-.733-2.599-.776-3.791a4.401 4.401 0 0 1 .636-2.61 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.272c.14.001.278.011.416.03.46.08.907.223 1.327.429a3.6 3.6 0 0 1 1.785 1.852c.17.427.265.88.281 1.339.12 3.409-.941 5.53-3.142 6.306a2.09 2.09 0 0 1-.74.123 4 4 0 0 1-3.143-1.883Zm4.806 2.127a2.447 2.447 0 0 1-1.082 1.944 1.677 1.677 0 0 1-.715.184c-1.04 0-1.388-1.437-1.495-2.17.53.288 1.12.454 1.724.482.125 0 .25-.012.373-.036.416-.074.82-.21 1.195-.404Zm-.951 6.17c-.318 0-.636.005-.96.005a22.32 22.32 0 0 1-7.231-.91c.08-1.51.263-3.046 1.498-3.791a4.729 4.729 0 0 1 2.646-.6l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.185-.002.37-.025.55-.068a2.386 2.386 0 0 0 1.693-1.79c.263.011.52.018.77.018l.643-.007a4.682 4.682 0 0 1 2.616.6c1.333.8 1.431 2.55 1.495 3.84a26.835 26.835 0 0 1-6.914.855h.003Z",
6838
6980
  fill: stroke
6839
6981
  }),
6840
- /* @__PURE__ */ jsx132("path", {
6982
+ /* @__PURE__ */ jsx136("path", {
6841
6983
  d: "M17.825 19.063a26.834 26.834 0 0 1-6.909.856c-.318 0-.635.006-.96.006a22.32 22.32 0 0 1-7.228-.91c.08-1.511.263-3.046 1.498-3.792a4.729 4.729 0 0 1 2.646-.599l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.186-.003.37-.025.55-.068a2.385 2.385 0 0 0 1.693-1.79c.264.011.52.017.77.017l.643-.006a4.682 4.682 0 0 1 2.617.6c1.33.8 1.428 2.549 1.49 3.84Z",
6842
6984
  fill
6843
6985
  }),
6844
- /* @__PURE__ */ jsx132("path", {
6986
+ /* @__PURE__ */ jsx136("path", {
6845
6987
  d: "M11.872 13.75a2.446 2.446 0 0 1-1.082 1.944 1.676 1.676 0 0 1-.716.184c-1.04 0-1.388-1.437-1.494-2.17.53.288 1.12.453 1.724.482.125 0 .25-.012.373-.037a4.2 4.2 0 0 0 1.195-.403ZM14.09 7.08c.119 3.405-.942 5.526-3.142 6.303a2.088 2.088 0 0 1-.74.122 3.998 3.998 0 0 1-3.143-1.883c-.679-1.119-.733-2.598-.776-3.79a4.401 4.401 0 0 1 .636-2.611 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.271c.14 0 .278.011.416.03.46.079.907.223 1.327.428a3.6 3.6 0 0 1 1.785 1.853c.17.427.265.881.28 1.341Z",
6846
6988
  fill: "#fff"
6847
6989
  })
@@ -6851,10 +6993,10 @@ var Users = forwardRef127((delegated, ref) => {
6851
6993
  Users.displayName = "UsersIcon";
6852
6994
 
6853
6995
  // src/iconography/variant.tsx
6854
- import { forwardRef as forwardRef128 } from "react";
6855
- import { jsx as jsx133, jsxs as jsxs123 } from "react/jsx-runtime";
6856
- var Variant = forwardRef128((delegated, ref) => {
6857
- return /* @__PURE__ */ jsxs123("svg", {
6996
+ import { forwardRef as forwardRef132 } from "react";
6997
+ import { jsx as jsx137, jsxs as jsxs127 } from "react/jsx-runtime";
6998
+ var Variant = forwardRef132((delegated, ref) => {
6999
+ return /* @__PURE__ */ jsxs127("svg", {
6858
7000
  ref,
6859
7001
  width: "22",
6860
7002
  height: "22",
@@ -6862,13 +7004,13 @@ var Variant = forwardRef128((delegated, ref) => {
6862
7004
  fill: "none",
6863
7005
  ...delegated,
6864
7006
  children: [
6865
- /* @__PURE__ */ jsx133("path", {
7007
+ /* @__PURE__ */ jsx137("path", {
6866
7008
  d: "M6.638 19.115h-.01a2.743 2.743 0 0 1-1.966-.775 5.425 5.425 0 0 1-2.12-3.44c-.225-.74-.151-1.539.204-2.226l.008-.015.009-.013a2.385 2.385 0 0 1 1.286-.945 8.964 8.964 0 0 1 1.768-.378 3.782 3.782 0 0 1 1.55.029l.023.005.01.001a.412.412 0 0 1 .056.012l.156.046.035.16c.102.472.277.925.52 1.344l.085.148-.095.141-.01.015-.002.004a3.514 3.514 0 0 1-.365.45m-1.142 5.437 1.142-5.437m-1.142 5.437.01-.001a2.408 2.408 0 0 0 1.82-1.14 5.873 5.873 0 0 0 .96-3.557l-.007-.129-.104-.076a4.089 4.089 0 0 1-.815-.795l-.225-.29-.214.298a2.86 2.86 0 0 1-.205.254 5.75 5.75 0 0 1-1.112.868l-.01.006-.01.007a.03.03 0 0 1-.039-.046c.229-.141.45-.294.663-.457l.002-.001c.085-.067.169-.136.25-.208l.003-.002.055-.05.01-.01.01-.007.008-.009.092-.092-.198-.19.198.19m-1.142 5.437 1.142-5.437m-.406-2.323c-.002 0-.001 0 0 0ZM13.235 9.438l-.028.005h-.004a1.524 1.524 0 0 1-.135.02l-.022-.274.023.273a.03.03 0 0 0-.01.003l-.192.098-.14-.162a5.199 5.199 0 0 0-.692-.662l-.085-.067-.015-.107a7.295 7.295 0 0 1 .509-3.928l.003-.007.003-.007c.426-.86 1.188-1.228 1.989-1.277.788-.048 1.628.207 2.285.593l.006.004a7.062 7.062 0 0 1 2.62 2.924c.259.483.44 1.003.538 1.542l.001.008c.062.414 0 .836-.18 1.215a1.356 1.356 0 0 1-.666.7c-1.625.994-3.398.984-5.137.864l-.181-.013-.059-.171a4.666 4.666 0 0 0-.555-1.11L12.9 9.59l.36-.106c.317-.092.612-.245.87-.451l.006-.006.007-.005a2.65 2.65 0 0 0 .845-.977.03.03 0 0 0-.056-.021c-.02.045-.042.09-.067.137l-.004.006-.004.007-.05.079-.005.01a2.705 2.705 0 0 1-.328.395m-1.24.78.875-.465c.096-.073.185-.149.268-.222l.017-.015.01-.008.008-.009.003-.003.059-.058m-1.24.78.023-.01m-.022.01.022-.01m1.217-.77-.196-.192.196.192Zm-1.217.77a1.06 1.06 0 0 1 .014-.004h.002l.035-.01.002-.001c.098-.032.192-.07.284-.116m-.337.132.94-.884a3.508 3.508 0 0 1-.517.391m-.086.361-.119-.246.12.246Zm0 0c.025-.011.049-.023.07-.034l.004-.003.008-.004.006-.003c.047-.027.095-.055.142-.084l-.144-.232m0 0a3.412 3.412 0 0 1-.132.078l.132-.078Z",
6867
7009
  fill,
6868
7010
  stroke,
6869
7011
  strokeWidth: ".547"
6870
7012
  }),
6871
- /* @__PURE__ */ jsx133("path", {
7013
+ /* @__PURE__ */ jsx137("path", {
6872
7014
  d: "m13.429 13.3.006-.01.006-.01a2.496 2.496 0 0 0 .24-1.854l-.001-.007-.002-.007a.286.286 0 0 1-.012-.055l-.002-.018-.004-.018a4.323 4.323 0 0 0-1.1-1.972 3.484 3.484 0 0 0-3.5-1.015l-.015.004-.014.005c-.726.291-1.115.944-1.278 1.63a3.95 3.95 0 0 0 .079 2.034 3.517 3.517 0 0 0 2.375 2.39 2.842 2.842 0 0 0 3.222-1.097Z",
6873
7015
  fill,
6874
7016
  stroke,
@@ -6880,10 +7022,10 @@ var Variant = forwardRef128((delegated, ref) => {
6880
7022
  Variant.displayName = "VariantIcon";
6881
7023
 
6882
7024
  // src/iconography/video.tsx
6883
- import { forwardRef as forwardRef129 } from "react";
6884
- import { jsx as jsx134, jsxs as jsxs124 } from "react/jsx-runtime";
6885
- var Video = forwardRef129((delegated, ref) => {
6886
- return /* @__PURE__ */ jsxs124("svg", {
7025
+ import { forwardRef as forwardRef133 } from "react";
7026
+ import { jsx as jsx138, jsxs as jsxs128 } from "react/jsx-runtime";
7027
+ var Video = forwardRef133((delegated, ref) => {
7028
+ return /* @__PURE__ */ jsxs128("svg", {
6887
7029
  ref,
6888
7030
  width: "22",
6889
7031
  height: "22",
@@ -6891,33 +7033,33 @@ var Video = forwardRef129((delegated, ref) => {
6891
7033
  fill: "none",
6892
7034
  ...delegated,
6893
7035
  children: [
6894
- /* @__PURE__ */ jsx134("path", {
7036
+ /* @__PURE__ */ jsx138("path", {
6895
7037
  d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V17C20 17.5523 19.5523 18 19 18H3C2.44772 18 2 17.5523 2 17V5Z",
6896
7038
  fill: "white"
6897
7039
  }),
6898
- /* @__PURE__ */ jsx134("path", {
7040
+ /* @__PURE__ */ jsx138("path", {
6899
7041
  fillRule: "evenodd",
6900
7042
  clipRule: "evenodd",
6901
7043
  d: "M2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V17C20.6 17.8837 19.8836 18.6 19 18.6H2.99999C2.11634 18.6 1.39999 17.8837 1.39999 17V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V17C1.99999 17.5523 2.44771 18 2.99999 18H19C19.5523 18 20 17.5523 20 17V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
6902
7044
  fill: "#528693"
6903
7045
  }),
6904
- /* @__PURE__ */ jsx134("path", {
7046
+ /* @__PURE__ */ jsx138("path", {
6905
7047
  d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V7H2V5Z",
6906
7048
  fill: "#BFF6F8",
6907
7049
  className: "c-icon-fill"
6908
7050
  }),
6909
- /* @__PURE__ */ jsx134("path", {
7051
+ /* @__PURE__ */ jsx138("path", {
6910
7052
  fillRule: "evenodd",
6911
7053
  clipRule: "evenodd",
6912
7054
  d: "M20.6 7.60002H1.39999V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V7.60002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V7.00002H20V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
6913
7055
  fill: "#528693"
6914
7056
  }),
6915
- /* @__PURE__ */ jsx134("path", {
7057
+ /* @__PURE__ */ jsx138("path", {
6916
7058
  d: "M13.0176 12.312C13.2176 12.4275 13.2176 12.7162 13.0176 12.8316L9.41763 14.9101C9.21763 15.0256 8.96763 14.8812 8.96763 14.6503L8.96763 10.4934C8.96763 10.2624 9.21763 10.1181 9.41763 10.2336L13.0176 12.312Z",
6917
7059
  fill: "#BFF6F8",
6918
7060
  className: "c-icon-fill"
6919
7061
  }),
6920
- /* @__PURE__ */ jsx134("path", {
7062
+ /* @__PURE__ */ jsx138("path", {
6921
7063
  fillRule: "evenodd",
6922
7064
  clipRule: "evenodd",
6923
7065
  d: "M13.3176 13.3513L9.71764 15.4297C9.11764 15.7761 8.36764 15.3431 8.36764 14.6503L8.36764 10.4934C8.36764 9.80056 9.11764 9.36755 9.71764 9.71396L13.3176 11.7924C13.9176 12.1388 13.9176 13.0049 13.3176 13.3513ZM13.0176 12.8317C13.2176 12.7162 13.2176 12.4275 13.0176 12.312L9.41764 10.2336C9.21764 10.1181 8.96764 10.2624 8.96764 10.4934L8.96764 14.6503C8.96764 14.8812 9.21764 15.0256 9.41764 14.9101L13.0176 12.8317Z",
@@ -6929,10 +7071,10 @@ var Video = forwardRef129((delegated, ref) => {
6929
7071
  Video.displayName = "Video";
6930
7072
 
6931
7073
  // src/iconography/wand.tsx
6932
- import { forwardRef as forwardRef130 } from "react";
6933
- import { jsx as jsx135, jsxs as jsxs125 } from "react/jsx-runtime";
6934
- var Wand = forwardRef130((delegated, ref) => {
6935
- return /* @__PURE__ */ jsxs125("svg", {
7074
+ import { forwardRef as forwardRef134 } from "react";
7075
+ import { jsx as jsx139, jsxs as jsxs129 } from "react/jsx-runtime";
7076
+ var Wand = forwardRef134((delegated, ref) => {
7077
+ return /* @__PURE__ */ jsxs129("svg", {
6936
7078
  ref,
6937
7079
  width: "19",
6938
7080
  height: "19",
@@ -6940,39 +7082,39 @@ var Wand = forwardRef130((delegated, ref) => {
6940
7082
  fill: "none",
6941
7083
  ...delegated,
6942
7084
  children: [
6943
- /* @__PURE__ */ jsxs125("g", {
7085
+ /* @__PURE__ */ jsxs129("g", {
6944
7086
  clipPath: "url(#wand)",
6945
7087
  children: [
6946
- /* @__PURE__ */ jsx135("path", {
7088
+ /* @__PURE__ */ jsx139("path", {
6947
7089
  fill: "#fff",
6948
7090
  d: "M2.261 17.145c.54.54 1.416.54 1.957 0l7.6-7.6-1.956-1.957-7.6 7.6c-.541.541-.541 1.417 0 1.957Z"
6949
7091
  }),
6950
- /* @__PURE__ */ jsx135("path", {
7092
+ /* @__PURE__ */ jsx139("path", {
6951
7093
  fill: "#528693",
6952
7094
  fillRule: "evenodd",
6953
7095
  d: "M11.023 9.545 3.82 16.748a.82.82 0 0 1-1.161-1.161l7.203-7.203 1.161 1.16Zm-6.805 7.6A1.384 1.384 0 0 1 2.26 15.19l7.601-7.6 1.957 1.956-7.601 7.6Z",
6954
7096
  clipRule: "evenodd"
6955
7097
  }),
6956
- /* @__PURE__ */ jsx135("path", {
7098
+ /* @__PURE__ */ jsx139("path", {
6957
7099
  fill: "#BFF6F8",
6958
7100
  d: "M9.695 2.72c0-.47.542-.732.91-.441l1.93 1.52a.562.562 0 0 0 .521.094l2.336-.758a.562.562 0 0 1 .701.73l-.85 2.304a.562.562 0 0 0 .073.525l1.442 1.988a.563.563 0 0 1-.477.892l-2.454-.097a.563.563 0 0 0-.477.232l-1.445 1.986a.562.562 0 0 1-.996-.178l-.667-2.364a.563.563 0 0 0-.367-.383L7.54 8.01A.562.562 0 0 1 7.4 7.008l2.043-1.365a.562.562 0 0 0 .25-.467V2.72Z"
6959
7101
  }),
6960
- /* @__PURE__ */ jsx135("path", {
7102
+ /* @__PURE__ */ jsx139("path", {
6961
7103
  fill: "#528693",
6962
7104
  fillRule: "evenodd",
6963
7105
  d: "m10.953 1.837 1.929 1.52 2.336-.757a1.125 1.125 0 0 1 1.402 1.46l-.85 2.304 1.443 1.987a1.125 1.125 0 0 1-.955 1.785l-2.454-.096-1.445 1.986a1.125 1.125 0 0 1-1.992-.357L9.7 9.305l-2.335-.76a1.125 1.125 0 0 1-.277-2.005L9.13 5.176l.002-2.456c0-.94 1.084-1.465 1.821-.883Zm-.348.442a.562.562 0 0 0-.91.441l-.002 2.456a.562.562 0 0 1-.25.467L7.4 7.008a.563.563 0 0 0 .138 1.002l2.335.76a.563.563 0 0 1 .368.383l.666 2.364c.128.452.72.558.997.178l1.444-1.986a.563.563 0 0 1 .477-.232l2.454.097a.563.563 0 0 0 .478-.892l-1.443-1.988a.563.563 0 0 1-.072-.525l.85-2.304a.562.562 0 0 0-.701-.73l-2.337.758a.563.563 0 0 1-.521-.094l-1.929-1.52Z",
6964
7106
  clipRule: "evenodd"
6965
7107
  }),
6966
- /* @__PURE__ */ jsx135("path", {
7108
+ /* @__PURE__ */ jsx139("path", {
6967
7109
  fill: "#528693",
6968
7110
  d: "M15.967 10.93a.704.704 0 1 1-1.408 0 .704.704 0 0 1 1.408 0ZM17.668 5.933a.505.505 0 1 1-1.01 0 .505.505 0 0 1 1.01 0ZM18.067 1.985a.704.704 0 1 1-1.409 0 .704.704 0 0 1 1.41 0ZM13.49 1.77a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0ZM8.525 3.792a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0Z"
6969
7111
  })
6970
7112
  ]
6971
7113
  }),
6972
- /* @__PURE__ */ jsx135("defs", {
6973
- children: /* @__PURE__ */ jsx135("clipPath", {
7114
+ /* @__PURE__ */ jsx139("defs", {
7115
+ children: /* @__PURE__ */ jsx139("clipPath", {
6974
7116
  id: "wand",
6975
- children: /* @__PURE__ */ jsx135("path", {
7117
+ children: /* @__PURE__ */ jsx139("path", {
6976
7118
  fill: "#fff",
6977
7119
  d: "M0 0h18v18H0z",
6978
7120
  transform: "translate(.572 .576)"
@@ -6985,11 +7127,11 @@ var Wand = forwardRef130((delegated, ref) => {
6985
7127
  Wand.displayName = "Wand";
6986
7128
 
6987
7129
  // src/iconography/warning.tsx
6988
- import { forwardRef as forwardRef131 } from "react";
6989
- import { jsx as jsx136, jsxs as jsxs126 } from "react/jsx-runtime";
7130
+ import { forwardRef as forwardRef135 } from "react";
7131
+ import { jsx as jsx140, jsxs as jsxs130 } from "react/jsx-runtime";
6990
7132
  var fill2 = "var(--c-icon-fill, #FFDE99)";
6991
- var Warning = forwardRef131((delegated, ref) => {
6992
- return /* @__PURE__ */ jsxs126("svg", {
7133
+ var Warning = forwardRef135((delegated, ref) => {
7134
+ return /* @__PURE__ */ jsxs130("svg", {
6993
7135
  ref,
6994
7136
  width: "22",
6995
7137
  height: "22",
@@ -6997,22 +7139,22 @@ var Warning = forwardRef131((delegated, ref) => {
6997
7139
  viewBox: "0 0 22 22",
6998
7140
  ...delegated,
6999
7141
  children: [
7000
- /* @__PURE__ */ jsx136("path", {
7142
+ /* @__PURE__ */ jsx140("path", {
7001
7143
  d: "M9.67541 3.72993C10.2804 2.68198 11.793 2.68198 12.398 3.72993L19.8853 16.6982C20.4903 17.7462 19.734 19.0561 18.524 19.0561H3.54948C2.33942 19.0561 1.58313 17.7462 2.18816 16.6982L9.67541 3.72993Z",
7002
7144
  fill: fill2,
7003
7145
  className: "c-icon-fill"
7004
7146
  }),
7005
- /* @__PURE__ */ jsx136("path", {
7147
+ /* @__PURE__ */ jsx140("path", {
7006
7148
  fillRule: "evenodd",
7007
7149
  clipRule: "evenodd",
7008
7150
  d: "M19.3657 16.9982L11.8784 4.02993C11.5043 3.38198 10.5691 3.38198 10.195 4.02993L2.70778 16.9982C2.33369 17.6462 2.8013 18.4561 3.54948 18.4561H18.524C19.2722 18.4561 19.7398 17.6462 19.3657 16.9982ZM12.398 3.72993C11.793 2.68198 10.2804 2.68198 9.67541 3.72993L2.18816 16.6982C1.58313 17.7462 2.33942 19.0561 3.54948 19.0561H18.524C19.734 19.0561 20.4903 17.7462 19.8853 16.6982L12.398 3.72993Z",
7009
7151
  fill: stroke
7010
7152
  }),
7011
- /* @__PURE__ */ jsx136("path", {
7153
+ /* @__PURE__ */ jsx140("path", {
7012
7154
  d: "M10.4293 8.73822C10.4293 8.33098 10.7595 8.00085 11.1667 8.00085V8.00085C11.5739 8.00085 11.9041 8.33098 11.9041 8.73822V12.3883C11.9041 12.7956 11.5739 13.1257 11.1667 13.1257V13.1257C10.7595 13.1257 10.4293 12.7956 10.4293 12.3883V8.73822Z",
7013
7155
  fill: stroke
7014
7156
  }),
7015
- /* @__PURE__ */ jsx136("path", {
7157
+ /* @__PURE__ */ jsx140("path", {
7016
7158
  d: "M11.9041 15.7807C11.9041 16.1879 11.5739 16.5181 11.1667 16.5181C10.7595 16.5181 10.4293 16.1879 10.4293 15.7807C10.4293 15.3735 10.7595 15.0433 11.1667 15.0433C11.5739 15.0433 11.9041 15.3735 11.9041 15.7807Z",
7017
7159
  fill: stroke
7018
7160
  })
@@ -7022,10 +7164,10 @@ var Warning = forwardRef131((delegated, ref) => {
7022
7164
  Warning.displayName = "WarningIcon";
7023
7165
 
7024
7166
  // src/iconography/x-for-y.tsx
7025
- import { forwardRef as forwardRef132 } from "react";
7026
- import { jsx as jsx137, jsxs as jsxs127 } from "react/jsx-runtime";
7027
- var XForY = forwardRef132((delegated, ref) => {
7028
- return /* @__PURE__ */ jsxs127("svg", {
7167
+ import { forwardRef as forwardRef136 } from "react";
7168
+ import { jsx as jsx141, jsxs as jsxs131 } from "react/jsx-runtime";
7169
+ var XForY = forwardRef136((delegated, ref) => {
7170
+ return /* @__PURE__ */ jsxs131("svg", {
7029
7171
  ref,
7030
7172
  width: "22",
7031
7173
  height: "22",
@@ -7033,21 +7175,21 @@ var XForY = forwardRef132((delegated, ref) => {
7033
7175
  fill: "none",
7034
7176
  ...delegated,
7035
7177
  children: [
7036
- /* @__PURE__ */ jsx137("path", {
7178
+ /* @__PURE__ */ jsx141("path", {
7037
7179
  d: "M6.465 3.169a1 1 0 0 1 .886.535l1.57 2.991 1.615-3a1 1 0 0 1 .88-.526h.539a1 1 0 0 1 .865 1.5l-2.05 3.543 1.341 2.427-1.927 1.104-1.207-2.094-1.726 3.094a1 1 0 0 1-.873.512h-.546a1 1 0 0 1-.86-1.51L7.07 8.212 5.038 4.666a1 1 0 0 1 .868-1.497h.56Z",
7038
7180
  fill
7039
7181
  }),
7040
- /* @__PURE__ */ jsx137("path", {
7182
+ /* @__PURE__ */ jsx141("path", {
7041
7183
  fillRule: "evenodd",
7042
7184
  clipRule: "evenodd",
7043
7185
  d: "m12.922 10.866-2.96 1.695-.976-1.695-1.211 2.17a1.6 1.6 0 0 1-1.398.82h-.545a1.6 1.6 0 0 1-1.376-2.417l1.919-3.232-1.858-3.242a1.6 1.6 0 0 1 1.389-2.396h.56a1.6 1.6 0 0 1 1.416.856l1.046 1.992 1.08-2.006a1.6 1.6 0 0 1 1.409-.842h.538a1.6 1.6 0 0 1 1.384 2.402l-1.88 3.248 1.463 2.647ZM10.77 8.212l2.05-3.542a1 1 0 0 0-.865-1.5h-.539a1 1 0 0 0-.88.525l-1.615 3-1.57-2.99a1 1 0 0 0-.886-.536h-.56a1 1 0 0 0-.867 1.497L7.07 8.212l-2.098 3.533a1 1 0 0 0 .86 1.51h.545a1 1 0 0 0 .874-.512L8.977 9.65l1.207 2.093 1.927-1.104-1.34-2.427Z",
7044
7186
  fill: stroke
7045
7187
  }),
7046
- /* @__PURE__ */ jsx137("path", {
7188
+ /* @__PURE__ */ jsx141("path", {
7047
7189
  d: "m13.209 11.97 1.886-3.283 1.838-.184.6 1.409-2.854 5.059-.123 3.602-1.555.71-1.25-1.029v-3.283l-2.855-4.9.773-1.568 1.678.27 1.862 3.197Z",
7048
7190
  fill: "#fff"
7049
7191
  }),
7050
- /* @__PURE__ */ jsx137("path", {
7192
+ /* @__PURE__ */ jsx141("path", {
7051
7193
  fillRule: "evenodd",
7052
7194
  clipRule: "evenodd",
7053
7195
  d: "M13.247 12.418h-.11l-1.802-3.106a1.138 1.138 0 1 0-1.96 1.157l2.634 4.38v2.982a1 1 0 0 0 1 1h.365a1 1 0 0 0 1-1v-2.982l2.66-4.604a1 1 0 0 0-.866-1.5h-.338a1 1 0 0 0-.88.524l-1.703 3.15Zm-.071-1.13-1.322-2.277a1.738 1.738 0 0 0-1.503-.866c-1.352 0-2.186 1.475-1.49 2.633l2.548 4.237v2.816a1.6 1.6 0 0 0 1.6 1.6h.365a1.6 1.6 0 0 0 1.6-1.6V15.01l2.58-4.465a1.6 1.6 0 0 0-1.386-2.4h-.338a1.6 1.6 0 0 0-1.408.839l-1.246 2.305Z",
@@ -7179,6 +7321,10 @@ var Icon = {
7179
7321
  Topics,
7180
7322
  TopicsBranch,
7181
7323
  TopicsLeaf,
7324
+ TransitionIn,
7325
+ TransitionInDisabled,
7326
+ TransitionOut,
7327
+ TransitionOutDisabled,
7182
7328
  UsageMeter,
7183
7329
  Unpublish,
7184
7330
  User,
@@ -7197,7 +7343,7 @@ import { unmountComponentAtNode, render as DOMRender } from "react-dom";
7197
7343
  // src/dialog/dialog.tsx
7198
7344
  import { cva as cva3, cx as cx5 } from "class-variance-authority";
7199
7345
  import * as DialogPrimitive from "@radix-ui/react-dialog";
7200
- import { jsx as jsx138, jsxs as jsxs128 } from "react/jsx-runtime";
7346
+ import { jsx as jsx142, jsxs as jsxs132 } from "react/jsx-runtime";
7201
7347
  var IconMap = {
7202
7348
  error: Icon.Error,
7203
7349
  info: Icon.Info,
@@ -7213,29 +7359,29 @@ var dialogContentStyles = cva3("c-dialog", {
7213
7359
  function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
7214
7360
  const withIcon = typeof type !== "undefined";
7215
7361
  const IconComponent = type && IconMap[type];
7216
- return /* @__PURE__ */ jsxs128(DialogPrimitive.Portal, {
7362
+ return /* @__PURE__ */ jsxs132(DialogPrimitive.Portal, {
7217
7363
  container,
7218
7364
  children: [
7219
- /* @__PURE__ */ jsx138(DialogPrimitive.Overlay, {
7365
+ /* @__PURE__ */ jsx142(DialogPrimitive.Overlay, {
7220
7366
  className: "c-dialog-overlay"
7221
7367
  }),
7222
- /* @__PURE__ */ jsxs128(DialogPrimitive.Content, {
7368
+ /* @__PURE__ */ jsxs132(DialogPrimitive.Content, {
7223
7369
  className: dialogContentStyles({ withIcon, class: className }),
7224
7370
  ...delegated,
7225
7371
  children: [
7226
- IconComponent && /* @__PURE__ */ jsx138("div", {
7372
+ IconComponent && /* @__PURE__ */ jsx142("div", {
7227
7373
  className: "c-dialog-icon-wrapper",
7228
- children: /* @__PURE__ */ jsx138(IconComponent, {
7374
+ children: /* @__PURE__ */ jsx142(IconComponent, {
7229
7375
  className: "c-dialog-icon",
7230
7376
  width: 34,
7231
7377
  height: 34
7232
7378
  })
7233
7379
  }),
7234
- closable && /* @__PURE__ */ jsx138(DialogClose, {
7380
+ closable && /* @__PURE__ */ jsx142(DialogClose, {
7235
7381
  asChild: true,
7236
- children: /* @__PURE__ */ jsx138(Button, {
7382
+ children: /* @__PURE__ */ jsx142(Button, {
7237
7383
  className: "c-dialog-close-button",
7238
- children: /* @__PURE__ */ jsx138(Icon.Cancel, {
7384
+ children: /* @__PURE__ */ jsx142(Icon.Cancel, {
7239
7385
  color: "density",
7240
7386
  "aria-label": "Close",
7241
7387
  height: 16,
@@ -7243,7 +7389,7 @@ function DialogContent({ children, closable = true, type, className, container,
7243
7389
  })
7244
7390
  })
7245
7391
  }),
7246
- /* @__PURE__ */ jsx138("div", {
7392
+ /* @__PURE__ */ jsx142("div", {
7247
7393
  children
7248
7394
  })
7249
7395
  ]
@@ -7252,13 +7398,13 @@ function DialogContent({ children, closable = true, type, className, container,
7252
7398
  });
7253
7399
  }
7254
7400
  function DialogTitle({ className, ...delegated }) {
7255
- return /* @__PURE__ */ jsx138(DialogPrimitive.Title, {
7401
+ return /* @__PURE__ */ jsx142(DialogPrimitive.Title, {
7256
7402
  className: cx5("c-dialog-title", className),
7257
7403
  ...delegated
7258
7404
  });
7259
7405
  }
7260
7406
  function DialogDescription(delegated) {
7261
- return /* @__PURE__ */ jsx138(DialogPrimitive.Description, {
7407
+ return /* @__PURE__ */ jsx142(DialogPrimitive.Description, {
7262
7408
  className: "c-dialog-description",
7263
7409
  ...delegated
7264
7410
  });
@@ -7267,7 +7413,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
7267
7413
  var DialogClose = DialogPrimitive.Close;
7268
7414
  var DialogRoot = DialogPrimitive.Root;
7269
7415
  function DialogBase({ children, ...delegated }) {
7270
- return /* @__PURE__ */ jsx138(DialogRoot, {
7416
+ return /* @__PURE__ */ jsx142(DialogRoot, {
7271
7417
  ...delegated,
7272
7418
  children
7273
7419
  });
@@ -7280,7 +7426,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
7280
7426
  DialogBase.Close = DialogPrimitive.Close;
7281
7427
 
7282
7428
  // src/dialog/confirm-dialog.tsx
7283
- import { jsx as jsx139, jsxs as jsxs129 } from "react/jsx-runtime";
7429
+ import { jsx as jsx143, jsxs as jsxs133 } from "react/jsx-runtime";
7284
7430
  function ConfirmDialog({
7285
7431
  open,
7286
7432
  close,
@@ -7302,14 +7448,14 @@ function ConfirmDialog({
7302
7448
  closable,
7303
7449
  className
7304
7450
  }) {
7305
- const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx139(Button, {
7451
+ const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx143(Button, {
7306
7452
  onClick: () => {
7307
7453
  onCancel?.();
7308
7454
  close();
7309
7455
  },
7310
7456
  children: cancelText
7311
7457
  });
7312
- const okButton = displayOk && /* @__PURE__ */ jsx139(Button, {
7458
+ const okButton = displayOk && /* @__PURE__ */ jsx143(Button, {
7313
7459
  intent: okButtonIntent,
7314
7460
  onClick: () => {
7315
7461
  onOk?.();
@@ -7317,10 +7463,10 @@ function ConfirmDialog({
7317
7463
  },
7318
7464
  children: okText
7319
7465
  });
7320
- return /* @__PURE__ */ jsx139(DialogRoot, {
7466
+ return /* @__PURE__ */ jsx143(DialogRoot, {
7321
7467
  open,
7322
7468
  onOpenChange: () => close(),
7323
- children: /* @__PURE__ */ jsxs129(Dialog.Content, {
7469
+ children: /* @__PURE__ */ jsxs133(Dialog.Content, {
7324
7470
  onEscapeKeyDown,
7325
7471
  onInteractOutside,
7326
7472
  onPointerDownOutside,
@@ -7328,14 +7474,14 @@ function ConfirmDialog({
7328
7474
  closable,
7329
7475
  className,
7330
7476
  children: [
7331
- title && /* @__PURE__ */ jsx139(Dialog.Title, {
7477
+ title && /* @__PURE__ */ jsx143(Dialog.Title, {
7332
7478
  children: title
7333
7479
  }),
7334
- description && /* @__PURE__ */ jsx139(Dialog.Description, {
7480
+ description && /* @__PURE__ */ jsx143(Dialog.Description, {
7335
7481
  children: description
7336
7482
  }),
7337
7483
  content,
7338
- (displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs129("div", {
7484
+ (displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs133("div", {
7339
7485
  className: "c-dialog-content__buttons",
7340
7486
  children: [
7341
7487
  cancelButton,
@@ -7351,7 +7497,7 @@ function ConfirmDialog({
7351
7497
  var destroyFns = [];
7352
7498
 
7353
7499
  // src/dialog/config.tsx
7354
- import { jsx as jsx140 } from "react/jsx-runtime";
7500
+ import { jsx as jsx144 } from "react/jsx-runtime";
7355
7501
  function confirm(config) {
7356
7502
  const container = document.createDocumentFragment();
7357
7503
  let currentConfig = { ...config, close, open: true };
@@ -7383,7 +7529,7 @@ function confirm(config) {
7383
7529
  function render({ okText, cancelText, ...delegated }) {
7384
7530
  clearTimeout(timeoutId);
7385
7531
  timeoutId = setTimeout(() => {
7386
- DOMRender(/* @__PURE__ */ jsx140(ConfirmDialog, {
7532
+ DOMRender(/* @__PURE__ */ jsx144(ConfirmDialog, {
7387
7533
  ...delegated,
7388
7534
  okText,
7389
7535
  cancelText
@@ -7491,9 +7637,9 @@ function destroyAll() {
7491
7637
  }
7492
7638
 
7493
7639
  // src/icon-button/icon-button.tsx
7494
- import { forwardRef as forwardRef133 } from "react";
7640
+ import { forwardRef as forwardRef137 } from "react";
7495
7641
  import { cva as cva4 } from "class-variance-authority";
7496
- import { jsx as jsx141 } from "react/jsx-runtime";
7642
+ import { jsx as jsx145 } from "react/jsx-runtime";
7497
7643
  var buttonStyles3 = cva4(["c-icon-button"], {
7498
7644
  variants: {
7499
7645
  variant: {
@@ -7513,9 +7659,9 @@ var buttonStyles3 = cva4(["c-icon-button"], {
7513
7659
  variant: "default"
7514
7660
  }
7515
7661
  });
7516
- var IconButton = forwardRef133(
7662
+ var IconButton = forwardRef137(
7517
7663
  ({ children, className, type = "button", size, variant, ...delegated }, ref) => {
7518
- return /* @__PURE__ */ jsx141("button", {
7664
+ return /* @__PURE__ */ jsx145("button", {
7519
7665
  ref,
7520
7666
  type,
7521
7667
  className: buttonStyles3({ size, variant, className }),
@@ -7527,15 +7673,15 @@ var IconButton = forwardRef133(
7527
7673
  IconButton.displayName = "Button";
7528
7674
 
7529
7675
  // src/input/input.tsx
7530
- import { forwardRef as forwardRef134 } from "react";
7676
+ import { forwardRef as forwardRef138 } from "react";
7531
7677
  import { cva as cva5 } from "class-variance-authority";
7532
- import { jsx as jsx142 } from "react/jsx-runtime";
7678
+ import { jsx as jsx146 } from "react/jsx-runtime";
7533
7679
  var inputStyles = cva5(["c-input"], {
7534
7680
  variants: {},
7535
7681
  defaultVariants: {}
7536
7682
  });
7537
- var Input = forwardRef134(({ className, ...delegated }, ref) => {
7538
- return /* @__PURE__ */ jsx142("input", {
7683
+ var Input = forwardRef138(({ className, ...delegated }, ref) => {
7684
+ return /* @__PURE__ */ jsx146("input", {
7539
7685
  ref,
7540
7686
  className: inputStyles({ className }),
7541
7687
  type: "text",
@@ -7545,11 +7691,11 @@ var Input = forwardRef134(({ className, ...delegated }, ref) => {
7545
7691
  Input.displayName = "Input";
7546
7692
 
7547
7693
  // src/label/label.tsx
7548
- import { forwardRef as forwardRef135 } from "react";
7694
+ import { forwardRef as forwardRef139 } from "react";
7549
7695
  import { cx as cx6 } from "class-variance-authority";
7550
- import { jsx as jsx143 } from "react/jsx-runtime";
7551
- var Label2 = forwardRef135(({ className, ...delegated }, ref) => {
7552
- return /* @__PURE__ */ jsx143("label", {
7696
+ import { jsx as jsx147 } from "react/jsx-runtime";
7697
+ var Label2 = forwardRef139(({ className, ...delegated }, ref) => {
7698
+ return /* @__PURE__ */ jsx147("label", {
7553
7699
  ref,
7554
7700
  className: cx6("c-label", className),
7555
7701
  ...delegated
@@ -7560,7 +7706,7 @@ Label2.displayName = "Label";
7560
7706
  // src/tooltip/tooltip.tsx
7561
7707
  import { cva as cva6 } from "class-variance-authority";
7562
7708
  import * as RadixTooltip from "@radix-ui/react-tooltip";
7563
- import { jsx as jsx144, jsxs as jsxs130 } from "react/jsx-runtime";
7709
+ import { jsx as jsx148, jsxs as jsxs134 } from "react/jsx-runtime";
7564
7710
  var tooltipStyles = cva6(
7565
7711
  "c-tooltip-content data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade",
7566
7712
  {
@@ -7589,20 +7735,20 @@ function Tooltip({
7589
7735
  open,
7590
7736
  disableHoverableContent
7591
7737
  }) {
7592
- return /* @__PURE__ */ jsx144(RadixTooltip.Provider, {
7738
+ return /* @__PURE__ */ jsx148(RadixTooltip.Provider, {
7593
7739
  delayDuration,
7594
7740
  disableHoverableContent,
7595
- children: /* @__PURE__ */ jsxs130(RadixTooltip.Root, {
7741
+ children: /* @__PURE__ */ jsxs134(RadixTooltip.Root, {
7596
7742
  defaultOpen,
7597
7743
  onOpenChange,
7598
7744
  open,
7599
7745
  children: [
7600
- /* @__PURE__ */ jsx144(RadixTooltip.Trigger, {
7746
+ /* @__PURE__ */ jsx148(RadixTooltip.Trigger, {
7601
7747
  asChild: true,
7602
7748
  children
7603
7749
  }),
7604
- /* @__PURE__ */ jsx144(RadixTooltip.Portal, {
7605
- children: /* @__PURE__ */ jsx144(RadixTooltip.Content, {
7750
+ /* @__PURE__ */ jsx148(RadixTooltip.Portal, {
7751
+ children: /* @__PURE__ */ jsx148(RadixTooltip.Content, {
7606
7752
  align,
7607
7753
  sideOffset: 5,
7608
7754
  side,
@@ -7616,9 +7762,9 @@ function Tooltip({
7616
7762
  }
7617
7763
 
7618
7764
  // src/input-with-label/input-with-label.tsx
7619
- import { forwardRef as forwardRef136 } from "react";
7765
+ import { forwardRef as forwardRef140 } from "react";
7620
7766
  import { cva as cva7, cx as cx7 } from "class-variance-authority";
7621
- import { Fragment, jsx as jsx145, jsxs as jsxs131 } from "react/jsx-runtime";
7767
+ import { Fragment, jsx as jsx149, jsxs as jsxs135 } from "react/jsx-runtime";
7622
7768
  var inputWithLabelStyles = cva7(["c-input-with-label"], {
7623
7769
  variants: {
7624
7770
  variant: {
@@ -7633,40 +7779,40 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
7633
7779
  },
7634
7780
  defaultVariants: {}
7635
7781
  });
7636
- var InputWithLabel = forwardRef136(
7782
+ var InputWithLabel = forwardRef140(
7637
7783
  ({ className, label, append, errorMessage, status, statusMessage, variant, id, labelProps, ...delegated }, ref) => {
7638
7784
  const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
7639
- return /* @__PURE__ */ jsx145(Fragment, {
7640
- children: /* @__PURE__ */ jsxs131(Label2, {
7785
+ return /* @__PURE__ */ jsx149(Fragment, {
7786
+ children: /* @__PURE__ */ jsxs135(Label2, {
7641
7787
  className: inputWithLabelStyles({ status, variant, className: labelClassName }),
7642
7788
  htmlFor: id,
7643
7789
  ...labelPropsRest,
7644
7790
  children: [
7645
7791
  label,
7646
- /* @__PURE__ */ jsxs131("span", {
7792
+ /* @__PURE__ */ jsxs135("span", {
7647
7793
  className: "c-input-with-label-input-wrap",
7648
7794
  children: [
7649
- /* @__PURE__ */ jsx145(Input, {
7795
+ /* @__PURE__ */ jsx149(Input, {
7650
7796
  className: cx7("c-input-with-label-input", className),
7651
7797
  ref,
7652
7798
  id,
7653
7799
  ...delegated
7654
7800
  }),
7655
- !!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx145(Tooltip, {
7801
+ !!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx149(Tooltip, {
7656
7802
  content: errorMessage ?? statusMessage,
7657
7803
  variant: status,
7658
- children: /* @__PURE__ */ jsx145("div", {
7804
+ children: /* @__PURE__ */ jsx149("div", {
7659
7805
  "data-testid": "input-with-label-status-message",
7660
7806
  className: "c-input-with-label-append",
7661
- children: status === "error" ? /* @__PURE__ */ jsx145(Icon.Error, {
7807
+ children: status === "error" ? /* @__PURE__ */ jsx149(Icon.Error, {
7662
7808
  width: 20,
7663
7809
  height: 20
7664
- }) : /* @__PURE__ */ jsx145(Icon.Warning, {
7810
+ }) : /* @__PURE__ */ jsx149(Icon.Warning, {
7665
7811
  width: 20,
7666
7812
  height: 20
7667
7813
  })
7668
7814
  })
7669
- }) : !!append && /* @__PURE__ */ jsx145("div", {
7815
+ }) : !!append && /* @__PURE__ */ jsx149("div", {
7670
7816
  className: "c-input-with-label-append",
7671
7817
  children: append
7672
7818
  })