@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: '
|
|
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: "
|
|
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: "
|
|
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",
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED