@team_yumi/ramen 0.4.0-next.20231115-b59b3e7-889ffe57441a4edd2f5f03d3866da9c0 → 0.4.0-next.20231120-3374486-26caa6fb88b973f44ab2e8a2ba819c29
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/components/core/xradio-button/root.d.ts +1 -0
- package/index.css +6 -1
- package/index.js +2 -2
- package/package.json +1 -1
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, #
|
|
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 {
|