@zealicsolutions/web-ui 0.3.67 → 0.3.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +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;
8
- textColor: string;
9
+ textColor: ThemeColors;
9
10
  };
10
11
  declare type GetRadioOptionStylesProps = Partial<{
11
12
  isError: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.67",
3
+ "version": "0.3.69",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"