@local-civics/mgmt-ui 0.1.165 → 0.1.166
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.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1025,7 +1025,7 @@ const SplitButton$3 = (props) => {
|
|
|
1025
1025
|
leftIcon: /* @__PURE__ */ React__namespace.createElement(icons.IconClipboardCopy, { size: 14 }),
|
|
1026
1026
|
onClick: props.onCopyClassLinkClick
|
|
1027
1027
|
},
|
|
1028
|
-
"Copy
|
|
1028
|
+
"Copy link"
|
|
1029
1029
|
), /* @__PURE__ */ React__namespace.createElement(
|
|
1030
1030
|
core.Button,
|
|
1031
1031
|
{
|
|
@@ -1795,14 +1795,6 @@ const SplitButton$2 = (props) => {
|
|
|
1795
1795
|
const { classes, theme } = useStyles$e();
|
|
1796
1796
|
theme.colors[theme.primaryColor][theme.colorScheme === "dark" ? 5 : 6];
|
|
1797
1797
|
return /* @__PURE__ */ React__namespace.createElement(core.Stack, { spacing: "sm" }, /* @__PURE__ */ React__namespace.createElement(
|
|
1798
|
-
core.Button,
|
|
1799
|
-
{
|
|
1800
|
-
variant: "gradient",
|
|
1801
|
-
leftIcon: /* @__PURE__ */ React__namespace.createElement(icons.IconClipboardCopy, { size: 14 }),
|
|
1802
|
-
onClick: props.onCopyLinkClick
|
|
1803
|
-
},
|
|
1804
|
-
"Assign"
|
|
1805
|
-
), /* @__PURE__ */ React__namespace.createElement(
|
|
1806
1798
|
core.Button,
|
|
1807
1799
|
{
|
|
1808
1800
|
component: reactRouterDom.Link,
|
|
@@ -1811,6 +1803,14 @@ const SplitButton$2 = (props) => {
|
|
|
1811
1803
|
variant: "gradient"
|
|
1812
1804
|
},
|
|
1813
1805
|
"Preview"
|
|
1806
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
1807
|
+
core.Button,
|
|
1808
|
+
{
|
|
1809
|
+
variant: "gradient",
|
|
1810
|
+
leftIcon: /* @__PURE__ */ React__namespace.createElement(icons.IconClipboardCopy, { size: 14 }),
|
|
1811
|
+
onClick: props.onCopyLinkClick
|
|
1812
|
+
},
|
|
1813
|
+
"Copy link"
|
|
1814
1814
|
), /* @__PURE__ */ React__namespace.createElement(
|
|
1815
1815
|
core.Button,
|
|
1816
1816
|
{
|
|
@@ -3251,7 +3251,7 @@ const SplitButton = (props) => {
|
|
|
3251
3251
|
leftIcon: /* @__PURE__ */ React__namespace.createElement(icons.IconClipboardCopy, { size: 14 }),
|
|
3252
3252
|
onClick: props.onCopyLinkClick
|
|
3253
3253
|
},
|
|
3254
|
-
"Copy
|
|
3254
|
+
"Copy link"
|
|
3255
3255
|
), /* @__PURE__ */ React__namespace.createElement(
|
|
3256
3256
|
core.Button,
|
|
3257
3257
|
{
|