@syscore/ui-library 1.6.0 → 1.7.0

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
@@ -313,6 +313,7 @@ import { UtilityHome } from '../client/components/icons/UtilityHome';
313
313
  import { UtilityOptions } from '../client/components/icons/UtilityOptions';
314
314
  import { UtilityPortfolio } from '../client/components/icons/UtilityPortfolio';
315
315
  import { UtilityReset } from '../client/components/icons/UtilityReset';
316
+ import { UtilityRevisionsHide } from '../client/components/icons/UtilityRevisionsHide';
316
317
  import { UtilitySave } from '../client/components/icons/UtilitySave';
317
318
  import { UtilityScopeLarge } from '../client/components/icons/UtilityScopeLarge';
318
319
  import { UtilityScoring } from '../client/components/icons/UtilityScoring';
@@ -958,6 +959,8 @@ export { UtilityPortfolio }
958
959
 
959
960
  export { UtilityReset }
960
961
 
962
+ export { UtilityRevisionsHide }
963
+
961
964
  export { UtilitySave }
962
965
 
963
966
  export { UtilityScopeLarge }
package/dist/index.es.js CHANGED
@@ -6540,6 +6540,77 @@ function UtilityText({ className }) {
6540
6540
  }
6541
6541
  );
6542
6542
  }
6543
+ function UtilityRevisionsHide({ className }) {
6544
+ return /* @__PURE__ */ jsx(
6545
+ "div",
6546
+ {
6547
+ className: cn(
6548
+ "size-4 flex items-center justify-center text-gray-500",
6549
+ className
6550
+ ),
6551
+ children: /* @__PURE__ */ jsxs(
6552
+ "svg",
6553
+ {
6554
+ xmlns: "http://www.w3.org/2000/svg",
6555
+ width: "17",
6556
+ height: "15",
6557
+ viewBox: "0 0 17 15",
6558
+ fill: "none",
6559
+ className: cn("size-[14px] text-inherit"),
6560
+ children: [
6561
+ /* @__PURE__ */ jsx(
6562
+ "path",
6563
+ {
6564
+ d: "M5.48682 6.27734L0.75 11.0142V13.3826H7.85523L10.2236 11.0142",
6565
+ fill: "#F6EFD0"
6566
+ }
6567
+ ),
6568
+ /* @__PURE__ */ jsx(
6569
+ "path",
6570
+ {
6571
+ d: "M5.48682 6.27734L0.75 11.0142V13.3826H7.85523L10.2236 11.0142",
6572
+ stroke: "currentColor",
6573
+ strokeWidth: "1.5",
6574
+ strokeLinecap: "round",
6575
+ strokeLinejoin: "round"
6576
+ }
6577
+ ),
6578
+ /* @__PURE__ */ jsx(
6579
+ "path",
6580
+ {
6581
+ d: "M15.7502 7.06576L12.1187 10.6973C11.8235 10.9866 11.4267 11.1487 11.0134 11.1487C10.6001 11.1487 10.2033 10.9866 9.90816 10.6973L5.80291 6.59208C5.51361 6.29693 5.35156 5.90011 5.35156 5.48682C5.35156 5.07353 5.51361 4.67671 5.80291 4.38156L9.43448 0.75",
6582
+ stroke: "currentColor",
6583
+ strokeWidth: "1.5",
6584
+ strokeLinecap: "round",
6585
+ strokeLinejoin: "round"
6586
+ }
6587
+ ),
6588
+ /* @__PURE__ */ jsx(
6589
+ "path",
6590
+ {
6591
+ d: "M12.75 3.72266L15.72 0.752693",
6592
+ stroke: "currentColor",
6593
+ strokeWidth: "1.5",
6594
+ strokeLinecap: "round",
6595
+ strokeLinejoin: "round"
6596
+ }
6597
+ ),
6598
+ /* @__PURE__ */ jsx(
6599
+ "path",
6600
+ {
6601
+ d: "M12.75 0.75L15.72 3.71996",
6602
+ stroke: "currentColor",
6603
+ strokeWidth: "1.5",
6604
+ strokeLinecap: "round",
6605
+ strokeLinejoin: "round"
6606
+ }
6607
+ )
6608
+ ]
6609
+ }
6610
+ )
6611
+ }
6612
+ );
6613
+ }
6543
6614
  const SealWell = ({ className }) => {
6544
6615
  return /* @__PURE__ */ jsxs(
6545
6616
  "svg",
@@ -9811,6 +9882,7 @@ export {
9811
9882
  UtilityOptions,
9812
9883
  UtilityPortfolio,
9813
9884
  UtilityReset,
9885
+ UtilityRevisionsHide,
9814
9886
  UtilitySave,
9815
9887
  UtilityScopeLarge,
9816
9888
  UtilityScoring,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",