@zealicsolutions/web-ui 0.3.73 → 0.3.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,12 @@
1
1
  import { RadioButtonInternalConfigProps } from 'atoms';
2
+ import { ThemeColors } from 'theme';
2
3
  import type { StylesType } from 'typescript';
3
4
  declare type RadioOptionStylesConfig = {
4
5
  textStyles: StylesType;
5
6
  groupWrapperStyles: StylesType;
6
7
  radioIconWrapperStyles: StylesType;
7
8
  radioLabelWrapperStyles: StylesType;
9
+ textColor: ThemeColors;
8
10
  };
9
11
  declare type GetRadioOptionStylesProps = Partial<{
10
12
  isError: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.73",
3
+ "version": "0.3.75",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"