@commonsku/styles 1.17.4 → 1.17.5

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.cjs CHANGED
@@ -2798,6 +2798,24 @@ function SlideInIcon(_a) {
2798
2798
  React__default.default.createElement("path", { d: "M3 20.99L21 20.99C22.1 20.99 23 20.09 23 18.99L23 15L21 15L21 19.01L3 19.01L3 4.97999L21 4.97999L21 8.99999L23 8.99999L23 4.98999C23 3.88999 22.1 3.00999 21 3.00999L3 3.00999C1.9 3.00999 1 3.88999 1 4.98999L1 18.99C1 20.1 1.9 20.99 3 20.99ZM13 7.99999L9 12L13 16L13 13L23 13L23 11L13 11L13 7.99999ZM3 20.99L21 20.99C22.1 20.99 23 20.09 23 18.99L23 15L21 15L21 19.01L3 19.01L3 4.97999L21 4.97999L21 8.99999L23 8.99999L23 4.98999C23 3.88999 22.1 3.00999 21 3.00999L3 3.00999C1.9 3.00999 1 3.88999 1 4.98999L1 18.99C1 20.1 1.9 20.99 3 20.99ZM13 7.99999L9 12L13 16L13 13L23 13L23 11L13 11L13 7.99999Z", fill: color }));
2799
2799
  }
2800
2800
 
2801
+ function TagIcon(_a) {
2802
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.altText; var props = __rest(_a, ["color", "size", "altText"]);
2803
+ return React__default.default.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "TagIcon" }, props),
2804
+ React__default.default.createElement("path", { fill: color, d: "M17.13 5.84c-.36-.51-.96-.84-1.63-.84l-11 .01c-1.1 0-2 .89-2 1.99v10c0 1.1.9 1.99 2 1.99l11 .01c.67 0 1.27-.33 1.63-.84L21.5 12l-4.37-6.16ZM15.5 17h-11V7h11l3.55 5-3.55 5Z" }));
2805
+ }
2806
+
2807
+ function MergeIcon(_a) {
2808
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.altText; var props = __rest(_a, ["color", "size", "altText"]);
2809
+ return React__default.default.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "MergeIcon" }, props),
2810
+ React__default.default.createElement("path", { fill: color, d: "m17 20.455 1.41-1.41-3.41-3.41-1.41 1.41 3.41 3.41ZM7.5 8.045H11v5.59l-5.41 5.41L7 20.455l6-6v-6.41h3.5l-4.5-4.5-4.5 4.5Z" }));
2811
+ }
2812
+
2813
+ function DesignIcon(_a) {
2814
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.altText; var props = __rest(_a, ["color", "size", "altText"]);
2815
+ return React__default.default.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "DesignIcon" }, props),
2816
+ React__default.default.createElement("path", { fill: color, d: "m16.239 11.51 1.57-1.57-3.75-3.75-1.57 1.57-4.14-4.13c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l4.13 4.13-4.6 4.61c-.1.1-.15.22-.15.36v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15l4.62-4.62 4.13 4.13c1.32 1.32 2.76.07 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-4.13-4.12Zm-7.06-.44-4.14-4.13 1.89-1.9 1.27 1.27-.47.49a.996.996 0 1 0 1.41 1.41l.48-.48 1.45 1.45-1.89 1.89Zm7.88 7.89-4.13-4.13 1.9-1.9 1.45 1.45-.48.48a.996.996 0 1 0 1.41 1.41l.48-.48 1.27 1.27-1.9 1.9ZM20.709 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34c-.47-.47-1.12-.29-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83Z" }));
2817
+ }
2818
+
2801
2819
  var avatarSizes = {
2802
2820
  tiny: {
2803
2821
  size: '24px',
@@ -7924,6 +7942,7 @@ exports.DaysBodyWrapper = DaysBodyWrapper;
7924
7942
  exports.DefaultCalendarFooter = DefaultCalendarFooter;
7925
7943
  exports.DefaultCalendarHeader = DefaultCalendarHeader;
7926
7944
  exports.DefaultStar = DefaultStar;
7945
+ exports.DesignIcon = DesignIcon;
7927
7946
  exports.DollarIcon = DollarIcon;
7928
7947
  exports.DoneButton = DoneButton;
7929
7948
  exports.Dot = Dot;
@@ -8006,6 +8025,7 @@ exports.MagicIcon = MagicIcon;
8006
8025
  exports.MailIcon = MailIcon;
8007
8026
  exports.MarketingStatusIcon = MarketingStatusIcon;
8008
8027
  exports.MenuIcon = MenuIcon;
8028
+ exports.MergeIcon = MergeIcon;
8009
8029
  exports.MultiProgress = MultiProgress;
8010
8030
  exports.NavConnectIcon = NavConnectIcon;
8011
8031
  exports.NavFinanceIcon = NavFinanceIcon;
@@ -8084,6 +8104,7 @@ exports.TabBar = TabBar;
8084
8104
  exports.Table = Table;
8085
8105
  exports.TableIcon = TableIcon;
8086
8106
  exports.Tabs = Tabs;
8107
+ exports.TagIcon = TagIcon;
8087
8108
  exports.TargetIcon = TargetIcon;
8088
8109
  exports.Task = Task;
8089
8110
  exports.TaskBody = TaskBody;