@spothero/ui 15.2.1-beta.0 → 15.3.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "15.2.1-beta.0",
3
+ "version": "15.3.0-beta.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index.js",
6
6
  "repository": "https://github.com/spothero/fe-monorepo",
@@ -3,5 +3,4 @@ export default {
3
3
  zIndex: 'layer8',
4
4
  justifyContent: 'center',
5
5
  alignItems: {base: 'flex-end', tablet: 'center'},
6
- overflow: 'hidden',
7
6
  };
@@ -23,8 +23,8 @@ const Radio = forwardRef(
23
23
  isDisabled={isDisabled}
24
24
  isFocusable={!isDisabled}
25
25
  value={value}
26
- {...props}
27
26
  alignItems="start"
27
+ {...props}
28
28
  >
29
29
  {children}
30
30
  {helperText && (
@@ -29,7 +29,7 @@ const RadioGroup = forwardRef(
29
29
  errorMessage={errorMessage}
30
30
  label={label}
31
31
  inputId={props.id}
32
- isRadio
32
+ isFieldset
33
33
  >
34
34
  <ChakraRadioGroup
35
35
  ref={ref}