@zealicsolutions/web-ui 0.3.66 → 0.3.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.66",
3
+ "version": "0.3.67",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"