RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@zealicsolutions/web-ui
Versions diffs
0.3.65 → 0.3.67
Page 3
@zealicsolutions/web-ui 0.3.65 → 0.3.67
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/cjs/index.js
+3
-3
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/src/atoms/RadioButtons/helpers.d.ts
+1
-0
package/dist/esm/index.js
+3
-3
package/dist/esm/index.js.map
+1
-1
package/dist/esm/src/atoms/RadioButtons/helpers.d.ts
+1
-0
package/package.json
+1
-1
package/dist/cjs/src/atoms/RadioButtons/helpers.d.ts
CHANGED
Viewed
@@ -5,6 +5,7 @@ declare type RadioOptionStylesConfig = {
5
5
groupWrapperStyles: StylesType;
6
6
radioIconWrapperStyles: StylesType;
7
7
radioLabelWrapperStyles: StylesType;
8
+
textColor: string;
8
9
};
9
10
declare type GetRadioOptionStylesProps = Partial<{
10
11
isError: boolean;
« First
‹ Prev
1
2
3
4
5
6
Next ›
Last »