@inspirer-dev/crm-dashboard 1.0.4 → 1.0.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.
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
Badge,
|
|
14
14
|
Switch,
|
|
15
15
|
} from '@strapi/design-system';
|
|
16
|
-
import { Plus, Trash,
|
|
16
|
+
import { Plus, Trash, Layout } from '@strapi/icons';
|
|
17
17
|
import { useTheme } from 'styled-components';
|
|
18
18
|
|
|
19
19
|
import type {
|
|
@@ -432,7 +432,7 @@ const RuleGroupComponent: React.FC<RuleGroupComponentProps> = ({
|
|
|
432
432
|
<Button
|
|
433
433
|
variant="tertiary"
|
|
434
434
|
size="S"
|
|
435
|
-
startIcon={<
|
|
435
|
+
startIcon={<Layout />}
|
|
436
436
|
onClick={handleAddGroup}
|
|
437
437
|
disabled={disabled}
|
|
438
438
|
>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { forwardRef, useState, useMemo, useCallback } from "react";
|
|
3
3
|
import { Field, Flex, Badge, Button, Box, Typography, Tooltip, IconButton, SingleSelect, SingleSelectOption, Switch, TextInput } from "@strapi/design-system";
|
|
4
|
-
import { Trash, Plus,
|
|
4
|
+
import { Trash, Plus, Layout } from "@strapi/icons";
|
|
5
5
|
import { useTheme } from "styled-components";
|
|
6
6
|
const OPERATORS = [
|
|
7
7
|
{ value: "$eq", label: "=", description: "Equals" },
|
|
@@ -775,7 +775,7 @@ const RuleGroupComponent = ({
|
|
|
775
775
|
{
|
|
776
776
|
variant: "tertiary",
|
|
777
777
|
size: "S",
|
|
778
|
-
startIcon: /* @__PURE__ */ jsx(
|
|
778
|
+
startIcon: /* @__PURE__ */ jsx(Layout, {}),
|
|
779
779
|
onClick: handleAddGroup,
|
|
780
780
|
disabled,
|
|
781
781
|
children: [
|
|
@@ -779,7 +779,7 @@ const RuleGroupComponent = ({
|
|
|
779
779
|
{
|
|
780
780
|
variant: "tertiary",
|
|
781
781
|
size: "S",
|
|
782
|
-
startIcon: /* @__PURE__ */ jsxRuntime.jsx(icons.
|
|
782
|
+
startIcon: /* @__PURE__ */ jsxRuntime.jsx(icons.Layout, {}),
|
|
783
783
|
onClick: handleAddGroup,
|
|
784
784
|
disabled,
|
|
785
785
|
children: [
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED