Component cleanup

This commit is contained in:
adilallo
2026-04-29 07:20:16 -06:00
parent 252848eba9
commit e6127f1a3f
267 changed files with 2087 additions and 2196 deletions
+2 -2
View File
@@ -42,11 +42,11 @@ export default {
size: {
control: "select",
options: ["XS", "S", "M", "L"],
description: "RuleCard size variant",
description: "Rule size variant",
},
ruleCardClassName: {
control: "text",
description: "Class names merged onto the inner RuleCard",
description: "Class names merged onto the inner Rule",
},
},
};