@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, CirclePlus } from '@strapi/icons';
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={<CirclePlus />}
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, CirclePlus } from "@strapi/icons";
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(CirclePlus, {}),
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.CirclePlus, {}),
782
+ startIcon: /* @__PURE__ */ jsxRuntime.jsx(icons.Layout, {}),
783
783
  onClick: handleAddGroup,
784
784
  disabled,
785
785
  children: [
@@ -36,7 +36,7 @@ const index = {
36
36
  components: {
37
37
  Input: async () => Promise.resolve().then(() => require(
38
38
  /* webpackChunkName: "crm-rules-builder" */
39
- "../_chunks/index-Nq4q4Hr3.js"
39
+ "../_chunks/index-DIwnSzER.js"
40
40
  ))
41
41
  },
42
42
  options: {
@@ -35,7 +35,7 @@ const index = {
35
35
  components: {
36
36
  Input: async () => import(
37
37
  /* webpackChunkName: "crm-rules-builder" */
38
- "../_chunks/index-NUUXMwL7.mjs"
38
+ "../_chunks/index-CNvqpnNt.mjs"
39
39
  )
40
40
  },
41
41
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inspirer-dev/crm-dashboard",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "CRM Dashboard and Tools",
5
5
  "strapi": {
6
6
  "name": "crm-dashboard",