@bolttech/atoms-checkbox 0.13.0 → 0.14.0

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.
Files changed (2) hide show
  1. package/index.cjs +1 -1
  2. package/package.json +2 -2
package/index.cjs CHANGED
@@ -1166,7 +1166,7 @@ const Input = /*#__PURE__*/styled__default["default"].input.attrs({
1166
1166
  const Label = /*#__PURE__*/styled__default["default"](frontendFoundations.Typography).withConfig({
1167
1167
  displayName: "atoms-checkboxstyles__Label",
1168
1168
  componentId: "sc-1gq944z-2"
1169
- })(["color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";"], ({
1169
+ })(["cursor:pointer;color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";"], ({
1170
1170
  theme,
1171
1171
  disabled
1172
1172
  }) => disabled ? theme.components.checkbox.text.color.textLabel.disable : theme.components.checkbox.text.color.textLabel.default, ({
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bolttech/atoms-checkbox",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "main": "./index.cjs",
5
5
  "type": "commonjs",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@bolttech/ui-utils": "0.1.1",
9
- "@edirect/frontend-foundations": "0.0.69",
9
+ "@edirect/frontend-foundations": "0.0.79",
10
10
  "react": "18.2.0",
11
11
  "styled-components": "5.3.6"
12
12
  },