@syscore/ui-library 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -323,6 +323,7 @@ import { UtilitySort } from '../client/components/icons/UtilitySort';
|
|
|
323
323
|
import { UtilityTarget } from '../client/components/icons/UtilityTarget';
|
|
324
324
|
import { UtilityTargetActive } from '../client/components/icons/UtilityTargetActive';
|
|
325
325
|
import { UtilityText } from '../client/components/icons/UtilityText';
|
|
326
|
+
import { UtilityTriangleInfo } from '../client/components/icons/UtilityTriangleInfo';
|
|
326
327
|
import { WatermarkMemberOrg } from '../client/components/icons/WatermarkMemberOrg';
|
|
327
328
|
import { WaterMarkWellProjects } from '../client/components/icons/WaterMarkWellProjects';
|
|
328
329
|
import { WaterMarkWWWProducts } from '../client/components/icons/WaterMarkWWWProducts';
|
|
@@ -979,6 +980,8 @@ export { UtilityTargetActive }
|
|
|
979
980
|
|
|
980
981
|
export { UtilityText }
|
|
981
982
|
|
|
983
|
+
export { UtilityTriangleInfo }
|
|
984
|
+
|
|
982
985
|
export { WatermarkMemberOrg }
|
|
983
986
|
|
|
984
987
|
export { WaterMarkWellProjects }
|
package/dist/index.es.js
CHANGED
|
@@ -6565,6 +6565,32 @@ function UtilityRevisionsHide({ className }) {
|
|
|
6565
6565
|
}
|
|
6566
6566
|
);
|
|
6567
6567
|
}
|
|
6568
|
+
const UtilityTriangleInfo = ({
|
|
6569
|
+
className
|
|
6570
|
+
}) => {
|
|
6571
|
+
return /* @__PURE__ */ jsx(
|
|
6572
|
+
"svg",
|
|
6573
|
+
{
|
|
6574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6575
|
+
width: "14",
|
|
6576
|
+
height: "13",
|
|
6577
|
+
viewBox: "0 0 14 13",
|
|
6578
|
+
fill: "none",
|
|
6579
|
+
className: cn(className),
|
|
6580
|
+
children: /* @__PURE__ */ jsx(
|
|
6581
|
+
"path",
|
|
6582
|
+
{
|
|
6583
|
+
d: "M7.78821 1.348C7.6827 1.16611 7.53127 1.01514 7.34906 0.910189C7.16685 0.80524 6.96027 0.75 6.75 0.75C6.53973 0.75 6.33315 0.80524 6.15094 0.910189C5.96873 1.01514 5.8173 1.16611 5.71179 1.348L0.910803 9.74972C0.805511 9.93209 0.750054 10.139 0.75 10.3495C0.749946 10.5601 0.805297 10.767 0.910495 10.9494C1.01569 11.1319 1.16703 11.2834 1.34932 11.3888C1.53161 11.4943 1.73843 11.5499 1.94902 11.5501H11.551C11.7616 11.5499 11.9684 11.4943 12.1507 11.3888C12.333 11.2834 12.4843 11.1319 12.5895 10.9494C12.6947 10.767 12.7501 10.5601 12.75 10.3495C12.7499 10.139 12.6945 9.93209 12.5892 9.74972L7.78821 1.348Z",
|
|
6584
|
+
fill: "#50E7CA",
|
|
6585
|
+
stroke: "#1BC5A3",
|
|
6586
|
+
strokeWidth: "1.5",
|
|
6587
|
+
strokeLinecap: "round",
|
|
6588
|
+
strokeLinejoin: "round"
|
|
6589
|
+
}
|
|
6590
|
+
)
|
|
6591
|
+
}
|
|
6592
|
+
);
|
|
6593
|
+
};
|
|
6568
6594
|
const SealWell = ({ className }) => {
|
|
6569
6595
|
return /* @__PURE__ */ jsxs(
|
|
6570
6596
|
"svg",
|
|
@@ -9841,6 +9867,7 @@ export {
|
|
|
9841
9867
|
UtilityTarget,
|
|
9842
9868
|
UtilityTargetActive,
|
|
9843
9869
|
UtilityText,
|
|
9870
|
+
UtilityTriangleInfo,
|
|
9844
9871
|
WaterMarkWWWProducts,
|
|
9845
9872
|
WaterMarkWellProjects,
|
|
9846
9873
|
WatermarkMemberOrg,
|