@team_yumi/ramen 0.4.0-next.20231115-88ccc64-a7303be1787887b45701a951c71f837a → 0.4.0-next.20231115-a5d7dc9-f334f3b8decbe9e172e6aca277df2da4

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.
@@ -4,6 +4,7 @@ export interface IProps {
4
4
  selected?: boolean;
5
5
  disabled?: boolean;
6
6
  hasError?: boolean;
7
+ fullWidth?: boolean;
7
8
  label?: string;
8
9
  placement?: (typeof Collections.IPlacement)[number];
9
10
  onChange?: (selected: boolean) => void;
package/index.css CHANGED
@@ -2044,6 +2044,11 @@
2044
2044
  flex-direction: row-reverse;
2045
2045
  }
2046
2046
 
2047
+ .root-module_xradio-button--full-width__jP2Me {
2048
+ width: 100%;
2049
+ flex: 1;
2050
+ }
2051
+
2047
2052
  .root-module_xradio-button__radio__QTpC6 {
2048
2053
  border: 2px solid var(--color-neutral-dim);
2049
2054
  border-radius: 999px;
@@ -2075,7 +2080,7 @@
2075
2080
  }
2076
2081
 
2077
2082
  .root-module_xradio-button--disabled__mf3Cm .root-module_xradio-button__radio__QTpC6 {
2078
- border-color: var(--global-neutral-dark-30, #D6D6D6);
2083
+ border-color: var(--global-neutral-dark-30, #d6d6d6);
2079
2084
  }
2080
2085
 
2081
2086
  .root-module_xradio-button--disabled__mf3Cm .root-module_xradio-button__label__vKOuy {