@bolttech/atoms-segmented-control 0.12.0 → 0.12.1

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
@@ -1150,7 +1150,7 @@ const SegmentedControlWrapper = /*#__PURE__*/styled__default["default"].div.with
1150
1150
  const Option = /*#__PURE__*/styled__default["default"].button.withConfig({
1151
1151
  displayName: "atoms-segmented-controlstyles__Option",
1152
1152
  componentId: "sc-1lpqq2u-2"
1153
- })(["background-color:", ";border:1px solid ", ";padding:", ";:first-of-type{border-right:0;}:last-of-type{border-left:0;}:not(:first-of-type) +:not(:last-of-type){border-right:0;border-left:0;}"], ({
1153
+ })(["background-color:", ";border:1px solid ", ";padding:", ";cursor:pointer;:first-of-type{border-right:0;}:last-of-type{border-left:0;}:not(:first-of-type) +:not(:last-of-type){border-right:0;border-left:0;}*{cursor:pointer;}"], ({
1154
1154
  theme,
1155
1155
  pressed,
1156
1156
  hasError
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bolttech/atoms-segmented-control",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
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.70",
10
10
  "react": "18.2.0",
11
11
  "styled-components": "5.3.6"
12
12
  },