@inspirer-dev/crm-dashboard 1.0.76 → 1.0.77

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.
@@ -318,7 +318,7 @@ const RuleRow: React.FC<RuleRowProps> = ({ rule, onUpdate, onDelete, disabled })
318
318
  onMouseEnter={() => setHovered(true)}
319
319
  onMouseLeave={() => setHovered(false)}
320
320
  style={{
321
- width: '80%',
321
+ width: '100%',
322
322
  background: colors.ruleRow.background,
323
323
  border: `1px solid ${hovered ? colors.ruleRow.hoverBorder : colors.ruleRow.border}`,
324
324
  boxShadow: hovered ? '0 2px 8px rgba(0,0,0,0.06)' : 'none',
@@ -224,7 +224,7 @@ const RuleRow = ({ rule, onUpdate, onDelete, disabled }) => {
224
224
  onMouseEnter: () => setHovered(true),
225
225
  onMouseLeave: () => setHovered(false),
226
226
  style: {
227
- width: "80%",
227
+ width: "100%",
228
228
  background: colors.ruleRow.background,
229
229
  border: `1px solid ${hovered ? colors.ruleRow.hoverBorder : colors.ruleRow.border}`,
230
230
  boxShadow: hovered ? "0 2px 8px rgba(0,0,0,0.06)" : "none",
@@ -220,7 +220,7 @@ const RuleRow = ({ rule, onUpdate, onDelete, disabled }) => {
220
220
  onMouseEnter: () => setHovered(true),
221
221
  onMouseLeave: () => setHovered(false),
222
222
  style: {
223
- width: "80%",
223
+ width: "100%",
224
224
  background: colors.ruleRow.background,
225
225
  border: `1px solid ${hovered ? colors.ruleRow.hoverBorder : colors.ruleRow.border}`,
226
226
  boxShadow: hovered ? "0 2px 8px rgba(0,0,0,0.06)" : "none",
@@ -35,7 +35,7 @@ const index = {
35
35
  components: {
36
36
  Input: async () => Promise.resolve().then(() => require(
37
37
  /* webpackChunkName: "crm-rules-builder" */
38
- "../_chunks/index-D4yBB_T5.js"
38
+ "../_chunks/index-Bqn1BBqA.js"
39
39
  ))
40
40
  },
41
41
  options: {
@@ -34,7 +34,7 @@ const index = {
34
34
  components: {
35
35
  Input: async () => import(
36
36
  /* webpackChunkName: "crm-rules-builder" */
37
- "../_chunks/index-BMK03t54.mjs"
37
+ "../_chunks/index-DkgkFz9y.mjs"
38
38
  )
39
39
  },
40
40
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inspirer-dev/crm-dashboard",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "CRM Dashboard and Tools",
5
5
  "strapi": {
6
6
  "name": "crm-dashboard",