@thecb/components 9.2.10-beta.4 → 9.2.10-beta.5
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
|
@@ -22195,7 +22195,7 @@ var Checkbox = function Checkbox(_ref4) {
|
|
|
22195
22195
|
disabledStyles: themeValues.disabledStyles,
|
|
22196
22196
|
disabledCheckedStyles: themeValues.disabledCheckedStyles,
|
|
22197
22197
|
focusedStyles: themeValues.focusedStyles,
|
|
22198
|
-
"aria-
|
|
22198
|
+
"aria-labelledby": "".concat(name, "_title_id")
|
|
22199
22199
|
}, /*#__PURE__*/React.createElement(CheckboxIcon, {
|
|
22200
22200
|
viewBox: "0 0 24 24",
|
|
22201
22201
|
disabled: disabled,
|
|
@@ -22207,6 +22207,7 @@ var Checkbox = function Checkbox(_ref4) {
|
|
|
22207
22207
|
variant: "p",
|
|
22208
22208
|
weight: themeValues.textFontWeight,
|
|
22209
22209
|
color: themeValues.textColor,
|
|
22210
|
+
id: "".concat(name, "_title_id"),
|
|
22210
22211
|
extraStyles: textExtraStyles ? "".concat(textExtraStyles, " ").concat(disabled && "color: #6e727e; background-color: #f7f7f7;", " ") : "margin-left: 1rem ".concat(disabled && "color: #6e727e; background-color: #f7f7f7;")
|
|
22211
22212
|
}, title)));
|
|
22212
22213
|
};
|