@thecb/components 10.12.2-beta.1 → 10.12.2-beta.2

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.
package/dist/index.esm.js CHANGED
@@ -50800,7 +50800,7 @@ var FilterableListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
50800
50800
  },
50801
50801
  textExtraStyles: "font-size: 0.875rem; margin: 0;",
50802
50802
  disabled: disabled,
50803
- extraStyles: "\n padding: 0.375rem 0.625rem; \n margin: 0;\n :hover,\n :active,\n :focus {\n background-color: ".concat(themeValues.primaryColor, ";\n }\n ").concat(showDivider && dividerStyles, "\n ").concat(extraStyles, "\n "),
50803
+ extraStyles: "\n padding: 0.375rem 0.625rem; \n margin: 0;\n :hover,\n :active,\n :focus {\n background-color: ".concat(themeValues.primaryHoverColor, ";\n }\n ").concat(showDivider && dividerStyles, "\n ").concat(extraStyles, "\n "),
50804
50804
  checkboxMargin: showDivider ? "0 0 1rem" : "0",
50805
50805
  hasIconOverride: true,
50806
50806
  icon: CheckboxCheckmarkIcon,