@local-civics/mgmt-ui 0.1.165 → 0.1.167

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.mjs CHANGED
@@ -528,7 +528,7 @@ const SplitButton$4 = (props) => {
528
528
  leftIcon: /* @__PURE__ */ React.createElement(IconClipboardCopy, { size: 14 }),
529
529
  onClick: props.onCopyLinkClick
530
530
  },
531
- "Copy class link"
531
+ "Copy link"
532
532
  ), /* @__PURE__ */ React.createElement(
533
533
  Button,
534
534
  {
@@ -1005,7 +1005,7 @@ const SplitButton$3 = (props) => {
1005
1005
  leftIcon: /* @__PURE__ */ React.createElement(IconClipboardCopy, { size: 14 }),
1006
1006
  onClick: props.onCopyClassLinkClick
1007
1007
  },
1008
- "Copy class link"
1008
+ "Copy link"
1009
1009
  ), /* @__PURE__ */ React.createElement(
1010
1010
  Button,
1011
1011
  {
@@ -1775,14 +1775,6 @@ const SplitButton$2 = (props) => {
1775
1775
  const { classes, theme } = useStyles$e();
1776
1776
  theme.colors[theme.primaryColor][theme.colorScheme === "dark" ? 5 : 6];
1777
1777
  return /* @__PURE__ */ React.createElement(Stack$4, { spacing: "sm" }, /* @__PURE__ */ React.createElement(
1778
- Button,
1779
- {
1780
- variant: "gradient",
1781
- leftIcon: /* @__PURE__ */ React.createElement(IconClipboardCopy, { size: 14 }),
1782
- onClick: props.onCopyLinkClick
1783
- },
1784
- "Assign"
1785
- ), /* @__PURE__ */ React.createElement(
1786
1778
  Button,
1787
1779
  {
1788
1780
  component: Link,
@@ -1791,6 +1783,14 @@ const SplitButton$2 = (props) => {
1791
1783
  variant: "gradient"
1792
1784
  },
1793
1785
  "Preview"
1786
+ ), /* @__PURE__ */ React.createElement(
1787
+ Button,
1788
+ {
1789
+ variant: "gradient",
1790
+ leftIcon: /* @__PURE__ */ React.createElement(IconClipboardCopy, { size: 14 }),
1791
+ onClick: props.onCopyLinkClick
1792
+ },
1793
+ "Copy link"
1794
1794
  ), /* @__PURE__ */ React.createElement(
1795
1795
  Button,
1796
1796
  {
@@ -3231,7 +3231,7 @@ const SplitButton = (props) => {
3231
3231
  leftIcon: /* @__PURE__ */ React.createElement(IconClipboardCopy, { size: 14 }),
3232
3232
  onClick: props.onCopyLinkClick
3233
3233
  },
3234
- "Copy class link"
3234
+ "Copy link"
3235
3235
  ), /* @__PURE__ */ React.createElement(
3236
3236
  Button,
3237
3237
  {