@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.cjs.js CHANGED
@@ -50808,7 +50808,7 @@ var FilterableListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
50808
50808
  },
50809
50809
  textExtraStyles: "font-size: 0.875rem; margin: 0;",
50810
50810
  disabled: disabled,
50811
- 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 "),
50811
+ 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 "),
50812
50812
  checkboxMargin: showDivider ? "0 0 1rem" : "0",
50813
50813
  hasIconOverride: true,
50814
50814
  icon: CheckboxCheckmarkIcon,