@crystallize/design-system 1.24.20 → 1.24.21
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/CHANGELOG.md +6 -0
- package/dist/{chunk-W7U5TSTK.mjs → chunk-5RNPHH5B.mjs} +247 -143
- package/dist/index.css +4 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +732 -614
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-3QCILLYH.mjs → rich-text-editor-PGTFVNXG.mjs} +1 -1
- package/package.json +1 -1
- package/src/collapsible/collapsible.css +2 -2
- package/src/iconography/index.ts +4 -0
- package/src/iconography/topics-branch.tsx +47 -0
- package/src/iconography/topics-leaf.tsx +34 -0
- package/tailwind.config.cjs +2 -2
|
@@ -5712,45 +5712,147 @@ var Topics = forwardRef102((delegated, ref) => {
|
|
|
5712
5712
|
});
|
|
5713
5713
|
Topics.displayName = "TopicsIcon";
|
|
5714
5714
|
|
|
5715
|
-
// src/iconography/
|
|
5715
|
+
// src/iconography/topics-branch.tsx
|
|
5716
5716
|
import { forwardRef as forwardRef103 } from "react";
|
|
5717
5717
|
import { jsx as jsx109, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5718
|
-
var
|
|
5718
|
+
var TopicsBranch = forwardRef103((delegated, ref) => {
|
|
5719
5719
|
return /* @__PURE__ */ jsxs100("svg", {
|
|
5720
5720
|
ref,
|
|
5721
5721
|
width: "22",
|
|
5722
5722
|
height: "22",
|
|
5723
|
-
viewBox: "0 0 22 22",
|
|
5724
5723
|
fill: "none",
|
|
5724
|
+
viewBox: "0 0 22 22",
|
|
5725
5725
|
...delegated,
|
|
5726
5726
|
children: [
|
|
5727
5727
|
/* @__PURE__ */ jsx109("path", {
|
|
5728
|
+
d: "M3.6 10.9a2.1 2.1 0 0 1 4.2 0 2.1 2.1 0 1 1-4.2 0Z",
|
|
5729
|
+
fill: "#BFF6F8"
|
|
5730
|
+
}),
|
|
5731
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5732
|
+
fillRule: "evenodd",
|
|
5733
|
+
clipRule: "evenodd",
|
|
5734
|
+
d: "M5.7 13.6a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Zm0-4.8a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z",
|
|
5735
|
+
fill: "#528693"
|
|
5736
|
+
}),
|
|
5737
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5738
|
+
d: "M13.2 16.3a2.1 2.1 0 0 1 4.2 0 2.1 2.1 0 1 1-4.2 0Z",
|
|
5739
|
+
fill: "#BFF6F8"
|
|
5740
|
+
}),
|
|
5741
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5742
|
+
fillRule: "evenodd",
|
|
5743
|
+
clipRule: "evenodd",
|
|
5744
|
+
d: "M15.3 19a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Zm0-4.8a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z",
|
|
5745
|
+
fill: "#528693"
|
|
5746
|
+
}),
|
|
5747
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5748
|
+
d: "M13.2 5.5a2.1 2.1 0 0 1 4.2 0 2.1 2.1 0 1 1-4.2 0Z",
|
|
5749
|
+
fill: "#fff"
|
|
5750
|
+
}),
|
|
5751
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5752
|
+
fillRule: "evenodd",
|
|
5753
|
+
clipRule: "evenodd",
|
|
5754
|
+
d: "M15.3 8.2a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Zm0-4.8a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z",
|
|
5755
|
+
fill: "#528693"
|
|
5756
|
+
}),
|
|
5757
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5758
|
+
fillRule: "evenodd",
|
|
5759
|
+
clipRule: "evenodd",
|
|
5760
|
+
d: "M10.1 5.74a.3.3 0 0 1 .3-.3h2.4a.3.3 0 1 1 0 .6h-2.1v9.92h2.1a.3.3 0 1 1 0 .6h-2.4a.3.3 0 0 1-.3-.3V5.74Z",
|
|
5761
|
+
fill: "#528693"
|
|
5762
|
+
}),
|
|
5763
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5764
|
+
fillRule: "evenodd",
|
|
5765
|
+
clipRule: "evenodd",
|
|
5766
|
+
d: "M8.1 11a.3.3 0 0 1 .3-.3h1.907a.3.3 0 1 1 0 .6H8.4a.3.3 0 0 1-.3-.3Z",
|
|
5767
|
+
fill: "#528693"
|
|
5768
|
+
})
|
|
5769
|
+
]
|
|
5770
|
+
});
|
|
5771
|
+
});
|
|
5772
|
+
TopicsBranch.displayName = "TopicsBranchIcon";
|
|
5773
|
+
|
|
5774
|
+
// src/iconography/topics-leaf.tsx
|
|
5775
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
5776
|
+
import { jsx as jsx110, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5777
|
+
var TopicsLeaf = forwardRef104((delegated, ref) => {
|
|
5778
|
+
return /* @__PURE__ */ jsxs101("svg", {
|
|
5779
|
+
ref,
|
|
5780
|
+
width: "22",
|
|
5781
|
+
height: "22",
|
|
5782
|
+
fill: "none",
|
|
5783
|
+
viewBox: "0 0 22 22",
|
|
5784
|
+
...delegated,
|
|
5785
|
+
children: [
|
|
5786
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5787
|
+
d: "M3.6 10.9a2.1 2.1 0 0 1 4.2 0 2.1 2.1 0 1 1-4.2 0Z",
|
|
5788
|
+
fill: "#BFF6F8"
|
|
5789
|
+
}),
|
|
5790
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5791
|
+
fillRule: "evenodd",
|
|
5792
|
+
clipRule: "evenodd",
|
|
5793
|
+
d: "M5.7 13.6a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Zm0-4.8a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z",
|
|
5794
|
+
fill: "#528693"
|
|
5795
|
+
}),
|
|
5796
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5797
|
+
d: "M13.2 10.9a2.1 2.1 0 1 1 4.2 0 2.1 2.1 0 1 1-4.2 0Z",
|
|
5798
|
+
fill: "#fff"
|
|
5799
|
+
}),
|
|
5800
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5801
|
+
fillRule: "evenodd",
|
|
5802
|
+
clipRule: "evenodd",
|
|
5803
|
+
d: "M15.3 13.6a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Zm0-4.8a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z",
|
|
5804
|
+
fill: "#528693"
|
|
5805
|
+
}),
|
|
5806
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5807
|
+
fillRule: "evenodd",
|
|
5808
|
+
clipRule: "evenodd",
|
|
5809
|
+
d: "M8 11a.3.3 0 0 1 .3-.3h4.4a.3.3 0 0 1 0 .6H8.3A.3.3 0 0 1 8 11Z",
|
|
5810
|
+
fill: "#528693"
|
|
5811
|
+
})
|
|
5812
|
+
]
|
|
5813
|
+
});
|
|
5814
|
+
});
|
|
5815
|
+
TopicsLeaf.displayName = "TopicsLeafIcon";
|
|
5816
|
+
|
|
5817
|
+
// src/iconography/unpublish.tsx
|
|
5818
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
5819
|
+
import { jsx as jsx111, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5820
|
+
var Unpublish = forwardRef105((delegated, ref) => {
|
|
5821
|
+
return /* @__PURE__ */ jsxs102("svg", {
|
|
5822
|
+
ref,
|
|
5823
|
+
width: "22",
|
|
5824
|
+
height: "22",
|
|
5825
|
+
viewBox: "0 0 22 22",
|
|
5826
|
+
fill: "none",
|
|
5827
|
+
...delegated,
|
|
5828
|
+
children: [
|
|
5829
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5728
5830
|
fill: "#fff",
|
|
5729
5831
|
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"
|
|
5730
5832
|
}),
|
|
5731
|
-
/* @__PURE__ */
|
|
5833
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5732
5834
|
fill: "#528693",
|
|
5733
5835
|
fillRule: "evenodd",
|
|
5734
5836
|
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",
|
|
5735
5837
|
clipRule: "evenodd"
|
|
5736
5838
|
}),
|
|
5737
|
-
/* @__PURE__ */
|
|
5839
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5738
5840
|
fill: "#BFF6F8",
|
|
5739
5841
|
d: "M14.8 14.25a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
|
|
5740
5842
|
}),
|
|
5741
|
-
/* @__PURE__ */
|
|
5843
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5742
5844
|
fill: "#528693",
|
|
5743
5845
|
fillRule: "evenodd",
|
|
5744
5846
|
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",
|
|
5745
5847
|
clipRule: "evenodd"
|
|
5746
5848
|
}),
|
|
5747
|
-
/* @__PURE__ */
|
|
5849
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5748
5850
|
fill: "#528693",
|
|
5749
5851
|
fillRule: "evenodd",
|
|
5750
5852
|
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",
|
|
5751
5853
|
clipRule: "evenodd"
|
|
5752
5854
|
}),
|
|
5753
|
-
/* @__PURE__ */
|
|
5855
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5754
5856
|
fill: "#528693",
|
|
5755
5857
|
fillRule: "evenodd",
|
|
5756
5858
|
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",
|
|
@@ -5762,10 +5864,10 @@ var Unpublish = forwardRef103((delegated, ref) => {
|
|
|
5762
5864
|
Unpublish.displayName = "UnpublishIcon";
|
|
5763
5865
|
|
|
5764
5866
|
// src/iconography/usage.tsx
|
|
5765
|
-
import { forwardRef as
|
|
5766
|
-
import { jsx as
|
|
5767
|
-
var Usage =
|
|
5768
|
-
return /* @__PURE__ */
|
|
5867
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
5868
|
+
import { jsx as jsx112, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5869
|
+
var Usage = forwardRef106((delegated, ref) => {
|
|
5870
|
+
return /* @__PURE__ */ jsxs103("svg", {
|
|
5769
5871
|
ref,
|
|
5770
5872
|
width: "23",
|
|
5771
5873
|
height: "23",
|
|
@@ -5773,21 +5875,21 @@ var Usage = forwardRef104((delegated, ref) => {
|
|
|
5773
5875
|
fill: "none",
|
|
5774
5876
|
...delegated,
|
|
5775
5877
|
children: [
|
|
5776
|
-
/* @__PURE__ */
|
|
5878
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5777
5879
|
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",
|
|
5778
5880
|
fill: "#BFF6F8"
|
|
5779
5881
|
}),
|
|
5780
|
-
/* @__PURE__ */
|
|
5882
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5781
5883
|
fillRule: "evenodd",
|
|
5782
5884
|
clipRule: "evenodd",
|
|
5783
5885
|
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",
|
|
5784
5886
|
fill: "#528693"
|
|
5785
5887
|
}),
|
|
5786
|
-
/* @__PURE__ */
|
|
5888
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5787
5889
|
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",
|
|
5788
5890
|
fill: "#fff"
|
|
5789
5891
|
}),
|
|
5790
|
-
/* @__PURE__ */
|
|
5892
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5791
5893
|
fillRule: "evenodd",
|
|
5792
5894
|
clipRule: "evenodd",
|
|
5793
5895
|
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",
|
|
@@ -5799,10 +5901,10 @@ var Usage = forwardRef104((delegated, ref) => {
|
|
|
5799
5901
|
Usage.displayName = "UsageIcon";
|
|
5800
5902
|
|
|
5801
5903
|
// src/iconography/usage-meter.tsx
|
|
5802
|
-
import { forwardRef as
|
|
5803
|
-
import { jsx as
|
|
5804
|
-
var UsageMeter =
|
|
5805
|
-
return /* @__PURE__ */
|
|
5904
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
5905
|
+
import { jsx as jsx113, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5906
|
+
var UsageMeter = forwardRef107((delegated, ref) => {
|
|
5907
|
+
return /* @__PURE__ */ jsxs104("svg", {
|
|
5806
5908
|
ref,
|
|
5807
5909
|
width: "17",
|
|
5808
5910
|
height: "16",
|
|
@@ -5810,24 +5912,24 @@ var UsageMeter = forwardRef105((delegated, ref) => {
|
|
|
5810
5912
|
fill: "none",
|
|
5811
5913
|
...delegated,
|
|
5812
5914
|
children: [
|
|
5813
|
-
/* @__PURE__ */
|
|
5915
|
+
/* @__PURE__ */ jsxs104("g", {
|
|
5814
5916
|
clipPath: "url(#a)",
|
|
5815
5917
|
children: [
|
|
5816
|
-
/* @__PURE__ */
|
|
5918
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5817
5919
|
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",
|
|
5818
5920
|
fill: "#528693"
|
|
5819
5921
|
}),
|
|
5820
|
-
/* @__PURE__ */
|
|
5922
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5821
5923
|
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",
|
|
5822
5924
|
fill: "#BFF6F8",
|
|
5823
5925
|
stroke: "#BFF6F8",
|
|
5824
5926
|
strokeWidth: ".2"
|
|
5825
5927
|
}),
|
|
5826
|
-
/* @__PURE__ */
|
|
5928
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5827
5929
|
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",
|
|
5828
5930
|
fill: "#528693"
|
|
5829
5931
|
}),
|
|
5830
|
-
/* @__PURE__ */
|
|
5932
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5831
5933
|
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",
|
|
5832
5934
|
fill: "#fff",
|
|
5833
5935
|
stroke: "#fff",
|
|
@@ -5835,10 +5937,10 @@ var UsageMeter = forwardRef105((delegated, ref) => {
|
|
|
5835
5937
|
})
|
|
5836
5938
|
]
|
|
5837
5939
|
}),
|
|
5838
|
-
/* @__PURE__ */
|
|
5839
|
-
children: /* @__PURE__ */
|
|
5940
|
+
/* @__PURE__ */ jsx113("defs", {
|
|
5941
|
+
children: /* @__PURE__ */ jsx113("clipPath", {
|
|
5840
5942
|
id: "a",
|
|
5841
|
-
children: /* @__PURE__ */
|
|
5943
|
+
children: /* @__PURE__ */ jsx113("path", {
|
|
5842
5944
|
fill: "#fff",
|
|
5843
5945
|
transform: "translate(.984)",
|
|
5844
5946
|
d: "M0 0h16v16H0z"
|
|
@@ -5851,10 +5953,10 @@ var UsageMeter = forwardRef105((delegated, ref) => {
|
|
|
5851
5953
|
UsageMeter.displayName = "UsageMeterIcon";
|
|
5852
5954
|
|
|
5853
5955
|
// src/iconography/user.tsx
|
|
5854
|
-
import { forwardRef as
|
|
5855
|
-
import { jsx as
|
|
5856
|
-
var User =
|
|
5857
|
-
return /* @__PURE__ */
|
|
5956
|
+
import { forwardRef as forwardRef108 } from "react";
|
|
5957
|
+
import { jsx as jsx114, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
5958
|
+
var User = forwardRef108((delegated, ref) => {
|
|
5959
|
+
return /* @__PURE__ */ jsxs105("svg", {
|
|
5858
5960
|
ref,
|
|
5859
5961
|
width: "23",
|
|
5860
5962
|
height: "22",
|
|
@@ -5862,31 +5964,31 @@ var User = forwardRef106((delegated, ref) => {
|
|
|
5862
5964
|
fill: "none",
|
|
5863
5965
|
...delegated,
|
|
5864
5966
|
children: [
|
|
5865
|
-
/* @__PURE__ */
|
|
5967
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5866
5968
|
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",
|
|
5867
5969
|
fill: "#BFF6F8"
|
|
5868
5970
|
}),
|
|
5869
|
-
/* @__PURE__ */
|
|
5971
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5870
5972
|
fillRule: "evenodd",
|
|
5871
5973
|
clipRule: "evenodd",
|
|
5872
5974
|
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",
|
|
5873
5975
|
fill: "#528693"
|
|
5874
5976
|
}),
|
|
5875
|
-
/* @__PURE__ */
|
|
5977
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5876
5978
|
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",
|
|
5877
5979
|
fill: "white"
|
|
5878
5980
|
}),
|
|
5879
|
-
/* @__PURE__ */
|
|
5981
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5880
5982
|
fillRule: "evenodd",
|
|
5881
5983
|
clipRule: "evenodd",
|
|
5882
5984
|
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",
|
|
5883
5985
|
fill: "#528693"
|
|
5884
5986
|
}),
|
|
5885
|
-
/* @__PURE__ */
|
|
5987
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5886
5988
|
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",
|
|
5887
5989
|
fill: "white"
|
|
5888
5990
|
}),
|
|
5889
|
-
/* @__PURE__ */
|
|
5991
|
+
/* @__PURE__ */ jsx114("path", {
|
|
5890
5992
|
fillRule: "evenodd",
|
|
5891
5993
|
clipRule: "evenodd",
|
|
5892
5994
|
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",
|
|
@@ -5898,10 +6000,10 @@ var User = forwardRef106((delegated, ref) => {
|
|
|
5898
6000
|
User.displayName = "UserIcon";
|
|
5899
6001
|
|
|
5900
6002
|
// src/iconography/user-card.tsx
|
|
5901
|
-
import { forwardRef as
|
|
5902
|
-
import { jsx as
|
|
5903
|
-
var UserCard =
|
|
5904
|
-
return /* @__PURE__ */
|
|
6003
|
+
import { forwardRef as forwardRef109 } from "react";
|
|
6004
|
+
import { jsx as jsx115, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
6005
|
+
var UserCard = forwardRef109((delegated, ref) => {
|
|
6006
|
+
return /* @__PURE__ */ jsxs106("svg", {
|
|
5905
6007
|
ref,
|
|
5906
6008
|
width: "17",
|
|
5907
6009
|
height: "16",
|
|
@@ -5909,7 +6011,7 @@ var UserCard = forwardRef107((delegated, ref) => {
|
|
|
5909
6011
|
fill: "none",
|
|
5910
6012
|
...delegated,
|
|
5911
6013
|
children: [
|
|
5912
|
-
/* @__PURE__ */
|
|
6014
|
+
/* @__PURE__ */ jsx115("rect", {
|
|
5913
6015
|
x: "2.184",
|
|
5914
6016
|
y: "4.2",
|
|
5915
6017
|
width: "13.6",
|
|
@@ -5919,7 +6021,7 @@ var UserCard = forwardRef107((delegated, ref) => {
|
|
|
5919
6021
|
stroke: "#528693",
|
|
5920
6022
|
strokeWidth: ".4"
|
|
5921
6023
|
}),
|
|
5922
|
-
/* @__PURE__ */
|
|
6024
|
+
/* @__PURE__ */ jsx115("circle", {
|
|
5923
6025
|
cx: "5.984",
|
|
5924
6026
|
cy: "8.5",
|
|
5925
6027
|
r: "2.2",
|
|
@@ -5927,7 +6029,7 @@ var UserCard = forwardRef107((delegated, ref) => {
|
|
|
5927
6029
|
stroke: "#528693",
|
|
5928
6030
|
strokeWidth: ".4"
|
|
5929
6031
|
}),
|
|
5930
|
-
/* @__PURE__ */
|
|
6032
|
+
/* @__PURE__ */ jsx115("path", {
|
|
5931
6033
|
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",
|
|
5932
6034
|
fill: "#fff",
|
|
5933
6035
|
stroke: "#528693",
|
|
@@ -5939,10 +6041,10 @@ var UserCard = forwardRef107((delegated, ref) => {
|
|
|
5939
6041
|
UserCard.displayName = "UserCardIcon";
|
|
5940
6042
|
|
|
5941
6043
|
// src/iconography/users.tsx
|
|
5942
|
-
import { forwardRef as
|
|
5943
|
-
import { jsx as
|
|
5944
|
-
var Users =
|
|
5945
|
-
return /* @__PURE__ */
|
|
6044
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
6045
|
+
import { jsx as jsx116, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
6046
|
+
var Users = forwardRef110((delegated, ref) => {
|
|
6047
|
+
return /* @__PURE__ */ jsxs107("svg", {
|
|
5946
6048
|
ref,
|
|
5947
6049
|
width: "24",
|
|
5948
6050
|
height: "24",
|
|
@@ -5950,33 +6052,33 @@ var Users = forwardRef108((delegated, ref) => {
|
|
|
5950
6052
|
fill: "none",
|
|
5951
6053
|
...delegated,
|
|
5952
6054
|
children: [
|
|
5953
|
-
/* @__PURE__ */
|
|
6055
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5954
6056
|
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",
|
|
5955
6057
|
fill: "#528693"
|
|
5956
6058
|
}),
|
|
5957
|
-
/* @__PURE__ */
|
|
6059
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5958
6060
|
fillRule: "evenodd",
|
|
5959
6061
|
clipRule: "evenodd",
|
|
5960
6062
|
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",
|
|
5961
6063
|
fill: "#528693"
|
|
5962
6064
|
}),
|
|
5963
|
-
/* @__PURE__ */
|
|
6065
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5964
6066
|
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",
|
|
5965
6067
|
fill: "#BFF6F8"
|
|
5966
6068
|
}),
|
|
5967
|
-
/* @__PURE__ */
|
|
6069
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5968
6070
|
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",
|
|
5969
6071
|
fill: "#fff"
|
|
5970
6072
|
}),
|
|
5971
|
-
/* @__PURE__ */
|
|
6073
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5972
6074
|
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",
|
|
5973
6075
|
fill: "#528693"
|
|
5974
6076
|
}),
|
|
5975
|
-
/* @__PURE__ */
|
|
6077
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5976
6078
|
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",
|
|
5977
6079
|
fill: "#BFF6F8"
|
|
5978
6080
|
}),
|
|
5979
|
-
/* @__PURE__ */
|
|
6081
|
+
/* @__PURE__ */ jsx116("path", {
|
|
5980
6082
|
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",
|
|
5981
6083
|
fill: "#fff"
|
|
5982
6084
|
})
|
|
@@ -5986,10 +6088,10 @@ var Users = forwardRef108((delegated, ref) => {
|
|
|
5986
6088
|
Users.displayName = "UsersIcon";
|
|
5987
6089
|
|
|
5988
6090
|
// src/iconography/video.tsx
|
|
5989
|
-
import { forwardRef as
|
|
5990
|
-
import { jsx as
|
|
5991
|
-
var Video =
|
|
5992
|
-
return /* @__PURE__ */
|
|
6091
|
+
import { forwardRef as forwardRef111 } from "react";
|
|
6092
|
+
import { jsx as jsx117, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
6093
|
+
var Video = forwardRef111((delegated, ref) => {
|
|
6094
|
+
return /* @__PURE__ */ jsxs108("svg", {
|
|
5993
6095
|
ref,
|
|
5994
6096
|
width: "22",
|
|
5995
6097
|
height: "22",
|
|
@@ -5997,33 +6099,33 @@ var Video = forwardRef109((delegated, ref) => {
|
|
|
5997
6099
|
fill: "none",
|
|
5998
6100
|
...delegated,
|
|
5999
6101
|
children: [
|
|
6000
|
-
/* @__PURE__ */
|
|
6102
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6001
6103
|
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",
|
|
6002
6104
|
fill: "white"
|
|
6003
6105
|
}),
|
|
6004
|
-
/* @__PURE__ */
|
|
6106
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6005
6107
|
fillRule: "evenodd",
|
|
6006
6108
|
clipRule: "evenodd",
|
|
6007
6109
|
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",
|
|
6008
6110
|
fill: "#528693"
|
|
6009
6111
|
}),
|
|
6010
|
-
/* @__PURE__ */
|
|
6112
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6011
6113
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V7H2V5Z",
|
|
6012
6114
|
fill: "#BFF6F8",
|
|
6013
6115
|
className: "c-icon-fill"
|
|
6014
6116
|
}),
|
|
6015
|
-
/* @__PURE__ */
|
|
6117
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6016
6118
|
fillRule: "evenodd",
|
|
6017
6119
|
clipRule: "evenodd",
|
|
6018
6120
|
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",
|
|
6019
6121
|
fill: "#528693"
|
|
6020
6122
|
}),
|
|
6021
|
-
/* @__PURE__ */
|
|
6123
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6022
6124
|
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",
|
|
6023
6125
|
fill: "#BFF6F8",
|
|
6024
6126
|
className: "c-icon-fill"
|
|
6025
6127
|
}),
|
|
6026
|
-
/* @__PURE__ */
|
|
6128
|
+
/* @__PURE__ */ jsx117("path", {
|
|
6027
6129
|
fillRule: "evenodd",
|
|
6028
6130
|
clipRule: "evenodd",
|
|
6029
6131
|
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",
|
|
@@ -6035,10 +6137,10 @@ var Video = forwardRef109((delegated, ref) => {
|
|
|
6035
6137
|
Video.displayName = "Video";
|
|
6036
6138
|
|
|
6037
6139
|
// src/iconography/wand.tsx
|
|
6038
|
-
import { forwardRef as
|
|
6039
|
-
import { jsx as
|
|
6040
|
-
var Wand =
|
|
6041
|
-
return /* @__PURE__ */
|
|
6140
|
+
import { forwardRef as forwardRef112 } from "react";
|
|
6141
|
+
import { jsx as jsx118, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
6142
|
+
var Wand = forwardRef112((delegated, ref) => {
|
|
6143
|
+
return /* @__PURE__ */ jsxs109("svg", {
|
|
6042
6144
|
ref,
|
|
6043
6145
|
width: "19",
|
|
6044
6146
|
height: "19",
|
|
@@ -6046,39 +6148,39 @@ var Wand = forwardRef110((delegated, ref) => {
|
|
|
6046
6148
|
fill: "none",
|
|
6047
6149
|
...delegated,
|
|
6048
6150
|
children: [
|
|
6049
|
-
/* @__PURE__ */
|
|
6151
|
+
/* @__PURE__ */ jsxs109("g", {
|
|
6050
6152
|
clipPath: "url(#wand-clip-path)",
|
|
6051
6153
|
children: [
|
|
6052
|
-
/* @__PURE__ */
|
|
6154
|
+
/* @__PURE__ */ jsx118("path", {
|
|
6053
6155
|
fill: "#fff",
|
|
6054
6156
|
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"
|
|
6055
6157
|
}),
|
|
6056
|
-
/* @__PURE__ */
|
|
6158
|
+
/* @__PURE__ */ jsx118("path", {
|
|
6057
6159
|
fill: "#528693",
|
|
6058
6160
|
fillRule: "evenodd",
|
|
6059
6161
|
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",
|
|
6060
6162
|
clipRule: "evenodd"
|
|
6061
6163
|
}),
|
|
6062
|
-
/* @__PURE__ */
|
|
6164
|
+
/* @__PURE__ */ jsx118("path", {
|
|
6063
6165
|
fill: "#BFF6F8",
|
|
6064
6166
|
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"
|
|
6065
6167
|
}),
|
|
6066
|
-
/* @__PURE__ */
|
|
6168
|
+
/* @__PURE__ */ jsx118("path", {
|
|
6067
6169
|
fill: "#528693",
|
|
6068
6170
|
fillRule: "evenodd",
|
|
6069
6171
|
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",
|
|
6070
6172
|
clipRule: "evenodd"
|
|
6071
6173
|
}),
|
|
6072
|
-
/* @__PURE__ */
|
|
6174
|
+
/* @__PURE__ */ jsx118("path", {
|
|
6073
6175
|
fill: "#528693",
|
|
6074
6176
|
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"
|
|
6075
6177
|
})
|
|
6076
6178
|
]
|
|
6077
6179
|
}),
|
|
6078
|
-
/* @__PURE__ */
|
|
6079
|
-
children: /* @__PURE__ */
|
|
6180
|
+
/* @__PURE__ */ jsx118("defs", {
|
|
6181
|
+
children: /* @__PURE__ */ jsx118("clipPath", {
|
|
6080
6182
|
id: "wand-clip-path",
|
|
6081
|
-
children: /* @__PURE__ */
|
|
6183
|
+
children: /* @__PURE__ */ jsx118("path", {
|
|
6082
6184
|
fill: "#fff",
|
|
6083
6185
|
d: "M0 0h18v18H0z",
|
|
6084
6186
|
transform: "translate(.572 .576)"
|
|
@@ -6091,10 +6193,10 @@ var Wand = forwardRef110((delegated, ref) => {
|
|
|
6091
6193
|
Wand.displayName = "Wand";
|
|
6092
6194
|
|
|
6093
6195
|
// src/iconography/warning.tsx
|
|
6094
|
-
import { forwardRef as
|
|
6095
|
-
import { jsx as
|
|
6096
|
-
var Warning =
|
|
6097
|
-
return /* @__PURE__ */
|
|
6196
|
+
import { forwardRef as forwardRef113 } from "react";
|
|
6197
|
+
import { jsx as jsx119, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
6198
|
+
var Warning = forwardRef113((delegated, ref) => {
|
|
6199
|
+
return /* @__PURE__ */ jsxs110("svg", {
|
|
6098
6200
|
ref,
|
|
6099
6201
|
width: "22",
|
|
6100
6202
|
height: "22",
|
|
@@ -6102,32 +6204,32 @@ var Warning = forwardRef111((delegated, ref) => {
|
|
|
6102
6204
|
viewBox: "0 0 22 22",
|
|
6103
6205
|
...delegated,
|
|
6104
6206
|
children: [
|
|
6105
|
-
/* @__PURE__ */
|
|
6207
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6106
6208
|
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",
|
|
6107
6209
|
fill: "#FFDE99",
|
|
6108
6210
|
className: "c-icon-fill"
|
|
6109
6211
|
}),
|
|
6110
|
-
/* @__PURE__ */
|
|
6212
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6111
6213
|
fillRule: "evenodd",
|
|
6112
6214
|
clipRule: "evenodd",
|
|
6113
6215
|
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",
|
|
6114
6216
|
fill: "#528693"
|
|
6115
6217
|
}),
|
|
6116
|
-
/* @__PURE__ */
|
|
6218
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6117
6219
|
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",
|
|
6118
6220
|
fill: "white"
|
|
6119
6221
|
}),
|
|
6120
|
-
/* @__PURE__ */
|
|
6222
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6121
6223
|
fillRule: "evenodd",
|
|
6122
6224
|
clipRule: "evenodd",
|
|
6123
6225
|
d: "M12.504 8.73824V12.3883C12.504 13.127 11.9053 13.7257 11.1667 13.7257C10.4281 13.7257 9.82932 13.127 9.82932 12.3883V8.73825C9.82932 7.99964 10.4281 7.40088 11.1667 7.40088C11.9053 7.40088 12.504 7.99964 12.504 8.73824ZM11.1667 8.00088C10.7594 8.00088 10.4293 8.33101 10.4293 8.73825V12.3883C10.4293 12.7956 10.7594 13.1257 11.1667 13.1257C11.5739 13.1257 11.904 12.7956 11.904 12.3883V8.73824C11.904 8.33101 11.5739 8.00088 11.1667 8.00088Z",
|
|
6124
6226
|
fill: "#528693"
|
|
6125
6227
|
}),
|
|
6126
|
-
/* @__PURE__ */
|
|
6228
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6127
6229
|
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",
|
|
6128
6230
|
fill: "white"
|
|
6129
6231
|
}),
|
|
6130
|
-
/* @__PURE__ */
|
|
6232
|
+
/* @__PURE__ */ jsx119("path", {
|
|
6131
6233
|
fillRule: "evenodd",
|
|
6132
6234
|
clipRule: "evenodd",
|
|
6133
6235
|
d: "M12.504 15.7807C12.504 16.5193 11.9053 17.1181 11.1667 17.1181C10.4281 17.1181 9.82932 16.5193 9.82932 15.7807C9.82932 15.0421 10.4281 14.4434 11.1667 14.4434C11.9053 14.4434 12.504 15.0421 12.504 15.7807ZM11.1667 16.5181C11.5739 16.5181 11.904 16.188 11.904 15.7807C11.904 15.3735 11.5739 15.0434 11.1667 15.0434C10.7594 15.0434 10.4293 15.3735 10.4293 15.7807C10.4293 16.188 10.7594 16.5181 11.1667 16.5181Z",
|
|
@@ -6241,6 +6343,8 @@ var Icon = {
|
|
|
6241
6343
|
Subscription,
|
|
6242
6344
|
Target,
|
|
6243
6345
|
Topics,
|
|
6346
|
+
TopicsBranch,
|
|
6347
|
+
TopicsLeaf,
|
|
6244
6348
|
UsageMeter,
|
|
6245
6349
|
Unpublish,
|
|
6246
6350
|
User,
|
|
@@ -6257,7 +6361,7 @@ import { unmountComponentAtNode, render as DOMRender } from "react-dom";
|
|
|
6257
6361
|
// src/dialog/dialog.tsx
|
|
6258
6362
|
import { cva as cva3, cx as cx5 } from "class-variance-authority";
|
|
6259
6363
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
6260
|
-
import { jsx as
|
|
6364
|
+
import { jsx as jsx120, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
6261
6365
|
var IconMap = {
|
|
6262
6366
|
error: Icon.Error,
|
|
6263
6367
|
info: Icon.Info,
|
|
@@ -6273,29 +6377,29 @@ var dialogContentStyles = cva3("c-dialog", {
|
|
|
6273
6377
|
function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
|
|
6274
6378
|
const withIcon = typeof type !== "undefined";
|
|
6275
6379
|
const IconComponent = type && IconMap[type];
|
|
6276
|
-
return /* @__PURE__ */
|
|
6380
|
+
return /* @__PURE__ */ jsxs111(DialogPrimitive.Portal, {
|
|
6277
6381
|
container,
|
|
6278
6382
|
children: [
|
|
6279
|
-
/* @__PURE__ */
|
|
6383
|
+
/* @__PURE__ */ jsx120(DialogPrimitive.Overlay, {
|
|
6280
6384
|
className: "c-dialog-overlay"
|
|
6281
6385
|
}),
|
|
6282
|
-
/* @__PURE__ */
|
|
6386
|
+
/* @__PURE__ */ jsxs111(DialogPrimitive.Content, {
|
|
6283
6387
|
className: dialogContentStyles({ withIcon, class: className }),
|
|
6284
6388
|
...delegated,
|
|
6285
6389
|
children: [
|
|
6286
|
-
IconComponent && /* @__PURE__ */
|
|
6390
|
+
IconComponent && /* @__PURE__ */ jsx120("div", {
|
|
6287
6391
|
className: "c-dialog-icon-wrapper",
|
|
6288
|
-
children: /* @__PURE__ */
|
|
6392
|
+
children: /* @__PURE__ */ jsx120(IconComponent, {
|
|
6289
6393
|
className: "c-dialog-icon",
|
|
6290
6394
|
width: 34,
|
|
6291
6395
|
height: 34
|
|
6292
6396
|
})
|
|
6293
6397
|
}),
|
|
6294
|
-
closable && /* @__PURE__ */
|
|
6398
|
+
closable && /* @__PURE__ */ jsx120(DialogClose, {
|
|
6295
6399
|
asChild: true,
|
|
6296
|
-
children: /* @__PURE__ */
|
|
6400
|
+
children: /* @__PURE__ */ jsx120(Button, {
|
|
6297
6401
|
className: "c-dialog-close-button",
|
|
6298
|
-
children: /* @__PURE__ */
|
|
6402
|
+
children: /* @__PURE__ */ jsx120(Icon.Cancel, {
|
|
6299
6403
|
color: "density",
|
|
6300
6404
|
"aria-label": "Close",
|
|
6301
6405
|
height: 16,
|
|
@@ -6303,7 +6407,7 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
6303
6407
|
})
|
|
6304
6408
|
})
|
|
6305
6409
|
}),
|
|
6306
|
-
/* @__PURE__ */
|
|
6410
|
+
/* @__PURE__ */ jsx120("div", {
|
|
6307
6411
|
children
|
|
6308
6412
|
})
|
|
6309
6413
|
]
|
|
@@ -6312,13 +6416,13 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
6312
6416
|
});
|
|
6313
6417
|
}
|
|
6314
6418
|
function DialogTitle({ className, ...delegated }) {
|
|
6315
|
-
return /* @__PURE__ */
|
|
6419
|
+
return /* @__PURE__ */ jsx120(DialogPrimitive.Title, {
|
|
6316
6420
|
className: cx5("c-dialog-title", className),
|
|
6317
6421
|
...delegated
|
|
6318
6422
|
});
|
|
6319
6423
|
}
|
|
6320
6424
|
function DialogDescription(delegated) {
|
|
6321
|
-
return /* @__PURE__ */
|
|
6425
|
+
return /* @__PURE__ */ jsx120(DialogPrimitive.Description, {
|
|
6322
6426
|
className: "c-dialog-description",
|
|
6323
6427
|
...delegated
|
|
6324
6428
|
});
|
|
@@ -6327,7 +6431,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
|
|
|
6327
6431
|
var DialogClose = DialogPrimitive.Close;
|
|
6328
6432
|
var DialogRoot = DialogPrimitive.Root;
|
|
6329
6433
|
function DialogBase({ children, ...delegated }) {
|
|
6330
|
-
return /* @__PURE__ */
|
|
6434
|
+
return /* @__PURE__ */ jsx120(DialogRoot, {
|
|
6331
6435
|
...delegated,
|
|
6332
6436
|
children
|
|
6333
6437
|
});
|
|
@@ -6340,7 +6444,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
|
|
|
6340
6444
|
DialogBase.Close = DialogPrimitive.Close;
|
|
6341
6445
|
|
|
6342
6446
|
// src/dialog/confirm-dialog.tsx
|
|
6343
|
-
import { jsx as
|
|
6447
|
+
import { jsx as jsx121, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
6344
6448
|
function ConfirmDialog({
|
|
6345
6449
|
open,
|
|
6346
6450
|
close,
|
|
@@ -6361,14 +6465,14 @@ function ConfirmDialog({
|
|
|
6361
6465
|
type,
|
|
6362
6466
|
closable
|
|
6363
6467
|
}) {
|
|
6364
|
-
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */
|
|
6468
|
+
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx121(Button, {
|
|
6365
6469
|
onClick: () => {
|
|
6366
6470
|
onCancel?.();
|
|
6367
6471
|
close();
|
|
6368
6472
|
},
|
|
6369
6473
|
children: cancelText
|
|
6370
6474
|
});
|
|
6371
|
-
const okButton = displayOk && /* @__PURE__ */
|
|
6475
|
+
const okButton = displayOk && /* @__PURE__ */ jsx121(Button, {
|
|
6372
6476
|
intent: okButtonIntent,
|
|
6373
6477
|
onClick: () => {
|
|
6374
6478
|
onOk?.();
|
|
@@ -6376,24 +6480,24 @@ function ConfirmDialog({
|
|
|
6376
6480
|
},
|
|
6377
6481
|
children: okText
|
|
6378
6482
|
});
|
|
6379
|
-
return /* @__PURE__ */
|
|
6483
|
+
return /* @__PURE__ */ jsx121(DialogRoot, {
|
|
6380
6484
|
open,
|
|
6381
6485
|
onOpenChange: () => close(),
|
|
6382
|
-
children: /* @__PURE__ */
|
|
6486
|
+
children: /* @__PURE__ */ jsxs112(Dialog.Content, {
|
|
6383
6487
|
onEscapeKeyDown,
|
|
6384
6488
|
onInteractOutside,
|
|
6385
6489
|
onPointerDownOutside,
|
|
6386
6490
|
type,
|
|
6387
6491
|
closable,
|
|
6388
6492
|
children: [
|
|
6389
|
-
title && /* @__PURE__ */
|
|
6493
|
+
title && /* @__PURE__ */ jsx121(Dialog.Title, {
|
|
6390
6494
|
children: title
|
|
6391
6495
|
}),
|
|
6392
|
-
description && /* @__PURE__ */
|
|
6496
|
+
description && /* @__PURE__ */ jsx121(Dialog.Description, {
|
|
6393
6497
|
children: description
|
|
6394
6498
|
}),
|
|
6395
6499
|
content,
|
|
6396
|
-
(displayOk || okCancel || displayCancel) && /* @__PURE__ */
|
|
6500
|
+
(displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs112("div", {
|
|
6397
6501
|
className: "c-dialog-content__buttons",
|
|
6398
6502
|
children: [
|
|
6399
6503
|
cancelButton,
|
|
@@ -6409,7 +6513,7 @@ function ConfirmDialog({
|
|
|
6409
6513
|
var destroyFns = [];
|
|
6410
6514
|
|
|
6411
6515
|
// src/dialog/config.tsx
|
|
6412
|
-
import { jsx as
|
|
6516
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
6413
6517
|
function confirm(config) {
|
|
6414
6518
|
const container = document.createDocumentFragment();
|
|
6415
6519
|
let currentConfig = { ...config, close, open: true };
|
|
@@ -6441,7 +6545,7 @@ function confirm(config) {
|
|
|
6441
6545
|
function render({ okText, cancelText, ...delegated }) {
|
|
6442
6546
|
clearTimeout(timeoutId);
|
|
6443
6547
|
timeoutId = setTimeout(() => {
|
|
6444
|
-
DOMRender(/* @__PURE__ */
|
|
6548
|
+
DOMRender(/* @__PURE__ */ jsx122(ConfirmDialog, {
|
|
6445
6549
|
...delegated,
|
|
6446
6550
|
okText,
|
|
6447
6551
|
cancelText
|
|
@@ -6549,9 +6653,9 @@ function destroyAll() {
|
|
|
6549
6653
|
}
|
|
6550
6654
|
|
|
6551
6655
|
// src/icon-button/icon-button.tsx
|
|
6552
|
-
import { forwardRef as
|
|
6656
|
+
import { forwardRef as forwardRef114 } from "react";
|
|
6553
6657
|
import { cva as cva4 } from "class-variance-authority";
|
|
6554
|
-
import { jsx as
|
|
6658
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
6555
6659
|
var buttonStyles3 = cva4(["c-icon-button"], {
|
|
6556
6660
|
variants: {
|
|
6557
6661
|
variant: {
|
|
@@ -6571,9 +6675,9 @@ var buttonStyles3 = cva4(["c-icon-button"], {
|
|
|
6571
6675
|
variant: "default"
|
|
6572
6676
|
}
|
|
6573
6677
|
});
|
|
6574
|
-
var IconButton =
|
|
6678
|
+
var IconButton = forwardRef114(
|
|
6575
6679
|
({ children, className, type = "button", size, variant, ...delegated }, ref) => {
|
|
6576
|
-
return /* @__PURE__ */
|
|
6680
|
+
return /* @__PURE__ */ jsx123("button", {
|
|
6577
6681
|
ref,
|
|
6578
6682
|
type,
|
|
6579
6683
|
className: buttonStyles3({ size, variant, className }),
|
|
@@ -6585,15 +6689,15 @@ var IconButton = forwardRef112(
|
|
|
6585
6689
|
IconButton.displayName = "Button";
|
|
6586
6690
|
|
|
6587
6691
|
// src/input/input.tsx
|
|
6588
|
-
import { forwardRef as
|
|
6692
|
+
import { forwardRef as forwardRef115 } from "react";
|
|
6589
6693
|
import { cva as cva5 } from "class-variance-authority";
|
|
6590
|
-
import { jsx as
|
|
6694
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
6591
6695
|
var inputStyles = cva5(["c-input"], {
|
|
6592
6696
|
variants: {},
|
|
6593
6697
|
defaultVariants: {}
|
|
6594
6698
|
});
|
|
6595
|
-
var Input =
|
|
6596
|
-
return /* @__PURE__ */
|
|
6699
|
+
var Input = forwardRef115(({ className, ...delegated }, ref) => {
|
|
6700
|
+
return /* @__PURE__ */ jsx124("input", {
|
|
6597
6701
|
ref,
|
|
6598
6702
|
className: inputStyles({ className }),
|
|
6599
6703
|
type: "text",
|
|
@@ -6603,11 +6707,11 @@ var Input = forwardRef113(({ className, ...delegated }, ref) => {
|
|
|
6603
6707
|
Input.displayName = "Input";
|
|
6604
6708
|
|
|
6605
6709
|
// src/label/label.tsx
|
|
6606
|
-
import { forwardRef as
|
|
6710
|
+
import { forwardRef as forwardRef116 } from "react";
|
|
6607
6711
|
import { cx as cx6 } from "class-variance-authority";
|
|
6608
|
-
import { jsx as
|
|
6609
|
-
var Label2 =
|
|
6610
|
-
return /* @__PURE__ */
|
|
6712
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
6713
|
+
var Label2 = forwardRef116(({ className, ...delegated }, ref) => {
|
|
6714
|
+
return /* @__PURE__ */ jsx125("label", {
|
|
6611
6715
|
ref,
|
|
6612
6716
|
className: cx6("c-label", className),
|
|
6613
6717
|
...delegated
|
|
@@ -6618,7 +6722,7 @@ Label2.displayName = "Label";
|
|
|
6618
6722
|
// src/tooltip/tooltip.tsx
|
|
6619
6723
|
import { cva as cva6 } from "class-variance-authority";
|
|
6620
6724
|
import * as RadixTooltip from "@radix-ui/react-tooltip";
|
|
6621
|
-
import { jsx as
|
|
6725
|
+
import { jsx as jsx126, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
6622
6726
|
var tooltipStyles = cva6(
|
|
6623
6727
|
"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",
|
|
6624
6728
|
{
|
|
@@ -6646,25 +6750,25 @@ function Tooltip({
|
|
|
6646
6750
|
onOpenChange,
|
|
6647
6751
|
open
|
|
6648
6752
|
}) {
|
|
6649
|
-
return /* @__PURE__ */
|
|
6753
|
+
return /* @__PURE__ */ jsx126(RadixTooltip.Provider, {
|
|
6650
6754
|
delayDuration,
|
|
6651
|
-
children: /* @__PURE__ */
|
|
6755
|
+
children: /* @__PURE__ */ jsxs113(RadixTooltip.Root, {
|
|
6652
6756
|
defaultOpen,
|
|
6653
6757
|
onOpenChange,
|
|
6654
6758
|
open,
|
|
6655
6759
|
children: [
|
|
6656
|
-
/* @__PURE__ */
|
|
6760
|
+
/* @__PURE__ */ jsx126(RadixTooltip.Trigger, {
|
|
6657
6761
|
asChild: true,
|
|
6658
6762
|
children
|
|
6659
6763
|
}),
|
|
6660
|
-
/* @__PURE__ */
|
|
6661
|
-
children: /* @__PURE__ */
|
|
6764
|
+
/* @__PURE__ */ jsx126(RadixTooltip.Portal, {
|
|
6765
|
+
children: /* @__PURE__ */ jsxs113(RadixTooltip.Content, {
|
|
6662
6766
|
align,
|
|
6663
6767
|
sideOffset: 5,
|
|
6664
6768
|
side,
|
|
6665
6769
|
className: tooltipStyles({ variant }),
|
|
6666
6770
|
children: [
|
|
6667
|
-
/* @__PURE__ */
|
|
6771
|
+
/* @__PURE__ */ jsx126(RadixTooltip.Arrow, {
|
|
6668
6772
|
className: "c-tooltip-arrow"
|
|
6669
6773
|
}),
|
|
6670
6774
|
content
|
|
@@ -6677,9 +6781,9 @@ function Tooltip({
|
|
|
6677
6781
|
}
|
|
6678
6782
|
|
|
6679
6783
|
// src/input-with-label/input-with-label.tsx
|
|
6680
|
-
import { forwardRef as
|
|
6784
|
+
import { forwardRef as forwardRef117 } from "react";
|
|
6681
6785
|
import { cva as cva7, cx as cx7 } from "class-variance-authority";
|
|
6682
|
-
import { Fragment, jsx as
|
|
6786
|
+
import { Fragment, jsx as jsx127, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
6683
6787
|
var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
6684
6788
|
variants: {
|
|
6685
6789
|
variant: {
|
|
@@ -6694,40 +6798,40 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
|
6694
6798
|
},
|
|
6695
6799
|
defaultVariants: {}
|
|
6696
6800
|
});
|
|
6697
|
-
var InputWithLabel =
|
|
6801
|
+
var InputWithLabel = forwardRef117(
|
|
6698
6802
|
({ className, label, append, errorMessage, status, statusMessage, variant, id, labelProps, ...delegated }, ref) => {
|
|
6699
6803
|
const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
|
|
6700
|
-
return /* @__PURE__ */
|
|
6701
|
-
children: /* @__PURE__ */
|
|
6804
|
+
return /* @__PURE__ */ jsx127(Fragment, {
|
|
6805
|
+
children: /* @__PURE__ */ jsxs114(Label2, {
|
|
6702
6806
|
className: inputWithLabelStyles({ status, variant, className: labelClassName }),
|
|
6703
6807
|
htmlFor: id,
|
|
6704
6808
|
...labelPropsRest,
|
|
6705
6809
|
children: [
|
|
6706
6810
|
label,
|
|
6707
|
-
/* @__PURE__ */
|
|
6811
|
+
/* @__PURE__ */ jsxs114("span", {
|
|
6708
6812
|
className: "c-input-with-label-input-wrap",
|
|
6709
6813
|
children: [
|
|
6710
|
-
/* @__PURE__ */
|
|
6814
|
+
/* @__PURE__ */ jsx127(Input, {
|
|
6711
6815
|
className: cx7("c-input-with-label-input", className),
|
|
6712
6816
|
ref,
|
|
6713
6817
|
id,
|
|
6714
6818
|
...delegated
|
|
6715
6819
|
}),
|
|
6716
|
-
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */
|
|
6820
|
+
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx127(Tooltip, {
|
|
6717
6821
|
content: errorMessage ?? statusMessage,
|
|
6718
6822
|
variant: status,
|
|
6719
|
-
children: /* @__PURE__ */
|
|
6823
|
+
children: /* @__PURE__ */ jsx127("div", {
|
|
6720
6824
|
"data-testid": "input-with-label-status-message",
|
|
6721
6825
|
className: "c-input-with-label-append",
|
|
6722
|
-
children: status === "error" ? /* @__PURE__ */
|
|
6826
|
+
children: status === "error" ? /* @__PURE__ */ jsx127(Icon.Error, {
|
|
6723
6827
|
width: 20,
|
|
6724
6828
|
height: 20
|
|
6725
|
-
}) : /* @__PURE__ */
|
|
6829
|
+
}) : /* @__PURE__ */ jsx127(Icon.Warning, {
|
|
6726
6830
|
width: 20,
|
|
6727
6831
|
height: 20
|
|
6728
6832
|
})
|
|
6729
6833
|
})
|
|
6730
|
-
}) : !!append && /* @__PURE__ */
|
|
6834
|
+
}) : !!append && /* @__PURE__ */ jsx127("div", {
|
|
6731
6835
|
className: "c-input-with-label-append",
|
|
6732
6836
|
children: append
|
|
6733
6837
|
})
|