@local-civics/mgmt-ui 0.1.163 → 0.1.164
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 +4 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -533,7 +533,7 @@ const useStyles$n = core.createStyles((theme) => ({
|
|
|
533
533
|
const SplitButton$4 = (props) => {
|
|
534
534
|
const { classes, theme } = useStyles$n();
|
|
535
535
|
theme.colors[theme.primaryColor][theme.colorScheme === "dark" ? 5 : 6];
|
|
536
|
-
return /* @__PURE__ */ React__namespace.createElement(core.
|
|
536
|
+
return /* @__PURE__ */ React__namespace.createElement(core.Stack, { spacing: "sm" }, /* @__PURE__ */ React__namespace.createElement(
|
|
537
537
|
core.Button,
|
|
538
538
|
{
|
|
539
539
|
component: reactRouterDom.Link,
|
|
@@ -1802,7 +1802,7 @@ const SplitButton$2 = (props) => {
|
|
|
1802
1802
|
onClick: props.onCopyLinkClick
|
|
1803
1803
|
},
|
|
1804
1804
|
"Assign"
|
|
1805
|
-
), /* @__PURE__ */ React__namespace.createElement(
|
|
1805
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
1806
1806
|
core.Button,
|
|
1807
1807
|
{
|
|
1808
1808
|
component: reactRouterDom.Link,
|
|
@@ -1811,13 +1811,6 @@ const SplitButton$2 = (props) => {
|
|
|
1811
1811
|
variant: "gradient"
|
|
1812
1812
|
},
|
|
1813
1813
|
"Preview"
|
|
1814
|
-
), /* @__PURE__ */ React__namespace.createElement(
|
|
1815
|
-
core.Button,
|
|
1816
|
-
{
|
|
1817
|
-
leftIcon: /* @__PURE__ */ React__namespace.createElement(icons.IconClipboardCopy, { size: 14 }),
|
|
1818
|
-
onClick: props.onCopyLinkClick
|
|
1819
|
-
},
|
|
1820
|
-
"Copy class link"
|
|
1821
1814
|
), /* @__PURE__ */ React__namespace.createElement(
|
|
1822
1815
|
core.Button,
|
|
1823
1816
|
{
|
|
@@ -1825,7 +1818,7 @@ const SplitButton$2 = (props) => {
|
|
|
1825
1818
|
onClick: props.onExportDataClick
|
|
1826
1819
|
},
|
|
1827
1820
|
"Export data (.csv)"
|
|
1828
|
-
))
|
|
1821
|
+
));
|
|
1829
1822
|
};
|
|
1830
1823
|
|
|
1831
1824
|
function Stack$2(props) {
|
|
@@ -3243,7 +3236,7 @@ const useStyles$1 = core.createStyles((theme) => ({
|
|
|
3243
3236
|
const SplitButton = (props) => {
|
|
3244
3237
|
const { classes, theme } = useStyles$1();
|
|
3245
3238
|
theme.colors[theme.primaryColor][theme.colorScheme === "dark" ? 5 : 6];
|
|
3246
|
-
return /* @__PURE__ */ React__namespace.createElement(core.
|
|
3239
|
+
return /* @__PURE__ */ React__namespace.createElement(core.Stack, { spacing: "sm" }, /* @__PURE__ */ React__namespace.createElement(
|
|
3247
3240
|
core.Button,
|
|
3248
3241
|
{
|
|
3249
3242
|
component: reactRouterDom.Link,
|