@ceed/ads 1.38.0 → 1.38.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.
- package/dist/index.browser.js +1 -1
- package/dist/index.browser.js.map +2 -2
- package/dist/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/framer/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8015,7 +8015,8 @@ function RadioTileGroup(props) {
|
|
|
8015
8015
|
label: ({ disabled }) => ({
|
|
8016
8016
|
sx: (theme) => ({
|
|
8017
8017
|
...theme.typography[{ sm: "body-sm", md: "body-md", lg: "body-lg" }[size]],
|
|
8018
|
-
color: disabled ? theme.palette.neutral.outlinedDisabledColor : theme.palette.neutral.outlinedColor
|
|
8018
|
+
color: disabled ? theme.palette.neutral.outlinedDisabledColor : theme.palette.neutral.outlinedColor,
|
|
8019
|
+
textAlign
|
|
8019
8020
|
})
|
|
8020
8021
|
})
|
|
8021
8022
|
}
|
package/dist/index.js
CHANGED
|
@@ -7914,7 +7914,8 @@ function RadioTileGroup(props) {
|
|
|
7914
7914
|
label: ({ disabled }) => ({
|
|
7915
7915
|
sx: (theme) => ({
|
|
7916
7916
|
...theme.typography[{ sm: "body-sm", md: "body-md", lg: "body-lg" }[size]],
|
|
7917
|
-
color: disabled ? theme.palette.neutral.outlinedDisabledColor : theme.palette.neutral.outlinedColor
|
|
7917
|
+
color: disabled ? theme.palette.neutral.outlinedDisabledColor : theme.palette.neutral.outlinedColor,
|
|
7918
|
+
textAlign
|
|
7918
7919
|
})
|
|
7919
7920
|
})
|
|
7920
7921
|
}
|