@ssa-ui-kit/core 2.10.1 → 2.12.0

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.
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Assessment: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "assessment";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Company: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "company";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Expertise: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "expertise";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Geography: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "geography";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const TimeTracking: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "time-tracking";
@@ -1,64 +1,69 @@
1
- export * as Calendar from './Calendar';
2
- export * as Diet from './Diet';
3
- export * as Home from './Home';
4
- export * as Measurements from './Measurements';
5
- export * as Settings from './Settings';
6
- export * as Sleep from './Sleep';
7
- export * as Stats from './Stats';
8
- export * as Trainings from './Trainings';
9
- export * as Plus from './Plus';
10
- export * as PlusCircle from './PlusCircle';
11
- export * as PlusCircleInverted from './PlusCircleInverted';
12
- export * as Minus from './Minus';
13
- export * as MinusCircle from './MinusCircle';
14
- export * as MinusCircleInverted from './MinusCircleInverted';
15
- export * as Cross from './Cross';
16
- export * as Check from './Check';
17
- export * as CheckCircle from './CheckCircle';
18
- export * as CheckCircleInverted from './CheckCircleInverted';
19
- export * as More from './More';
20
- export * as MoreVertical from './MoreVertical';
21
- export * as Notification from './Notification';
22
- export * as User from './User';
23
- export * as Union from './Union';
24
- export * as Visible from './Visible';
25
- export * as Invisible from './Invisible';
26
- export * as LogIn from './LogIn';
27
- export * as LogOut from './LogOut';
28
- export * as Email from './Email';
29
- export * as Lock from './Lock';
30
- export * as Information from './Information';
31
- export * as Warning from './Warning';
1
+ export * as Archive from './Archive';
2
+ export * as ArrowDown from './ArrowDown';
3
+ export * as ArrowUp from './ArrowUp';
4
+ export * as Assessment from './Assessment';
32
5
  export * as Attention from './Attention';
6
+ export * as BanUser from './BanUser';
7
+ export * as Bin from './Bin';
8
+ export * as Calendar from './Calendar';
33
9
  export * as CarrotDown from './CarrotDown';
34
- export * as CarrotUp from './CarrotUp';
35
10
  export * as CarrotLeft from './CarrotLeft';
36
11
  export * as CarrotRight from './CarrotRight';
37
- export * as RadioOn from './RadioOn';
38
- export * as Circle from './Circle';
39
- export * as ArrowUp from './ArrowUp';
40
- export * as ArrowDown from './ArrowDown';
41
- export * as Filter from './Filter';
42
- export * as Search from './Search';
43
- export * as Archive from './Archive';
44
- export * as UnArchive from './UnArchive';
45
- export * as Bin from './Bin';
12
+ export * as CarrotUp from './CarrotUp';
46
13
  export * as Change from './Change';
47
- export * as Copy from './Copy';
48
- export * as Robot from './Robot';
49
14
  export * as Chart from './Chart';
15
+ export * as Check from './Check';
16
+ export * as CheckCircle from './CheckCircle';
17
+ export * as CheckCircleInverted from './CheckCircleInverted';
18
+ export * as Circle from './Circle';
19
+ export * as Circular from './Circular';
50
20
  export * as Clock from './Clock';
51
21
  export * as Cogwheel from './Cogwheel';
52
- export * as Circular from './Circular';
53
- export * as BanUser from './BanUser';
22
+ export * as Company from './Company';
54
23
  export * as ConfirmEmail from './ConfirmEmail';
55
- export * as Unlock from './Unlock';
24
+ export * as Copy from './Copy';
25
+ export * as Cross from './Cross';
26
+ export * as Diet from './Diet';
56
27
  export * as Edit from './Edit';
57
- export * as Import from './Import';
58
- export * as Pages from './Pages';
59
- export * as Roles from './Roles';
60
- export * as Maximize from './Maximize';
28
+ export * as Email from './Email';
61
29
  export * as Employee from './Employee';
30
+ export * as Expertise from './Expertise';
31
+ export * as Filter from './Filter';
32
+ export * as Geography from './Geography';
33
+ export * as Home from './Home';
34
+ export * as Import from './Import';
35
+ export * as Information from './Information';
36
+ export * as Invisible from './Invisible';
62
37
  export * as Language from './Language';
38
+ export * as Lock from './Lock';
39
+ export * as LogIn from './LogIn';
40
+ export * as LogOut from './LogOut';
41
+ export * as Maximize from './Maximize';
42
+ export * as Measurements from './Measurements';
63
43
  export * as Message from './Message';
44
+ export * as Minus from './Minus';
45
+ export * as MinusCircle from './MinusCircle';
46
+ export * as MinusCircleInverted from './MinusCircleInverted';
47
+ export * as More from './More';
48
+ export * as MoreVertical from './MoreVertical';
49
+ export * as Notification from './Notification';
50
+ export * as Pages from './Pages';
51
+ export * as Plus from './Plus';
52
+ export * as PlusCircle from './PlusCircle';
53
+ export * as PlusCircleInverted from './PlusCircleInverted';
54
+ export * as RadioOn from './RadioOn';
64
55
  export * as Report from './Report';
56
+ export * as Robot from './Robot';
57
+ export * as Roles from './Roles';
58
+ export * as Search from './Search';
59
+ export * as Settings from './Settings';
60
+ export * as Sleep from './Sleep';
61
+ export * as Stats from './Stats';
62
+ export * as TimeTracking from './TimeTracking';
63
+ export * as Trainings from './Trainings';
64
+ export * as UnArchive from './UnArchive';
65
+ export * as Union from './Union';
66
+ export * as Unlock from './Unlock';
67
+ export * as User from './User';
68
+ export * as Visible from './Visible';
69
+ export * as Warning from './Warning';
@@ -1 +1 @@
1
- export declare const iconsList: ("visible" | "copy" | "circle" | "search" | "email" | "attention" | "calendar" | "diet" | "home" | "measurements" | "settings" | "sleep" | "stats" | "trainings" | "plus" | "plus-circle" | "plus-circle-inverted" | "minus" | "minus-circle" | "minus-circle-inverted" | "cross" | "check" | "check-circle" | "check-circle-inverted" | "more" | "more-vertical" | "notification" | "user" | "union" | "invisible" | "log-in" | "log-out" | "lock" | "information" | "warning" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "filter" | "archive" | "unarchive" | "bin" | "change" | "robot" | "chart" | "clock" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | "edit" | "import" | "pages" | "roles" | "maximize" | "employee" | "language" | "message" | "report")[];
1
+ export declare const iconsList: ("visible" | "copy" | "circle" | "search" | "email" | "attention" | "archive" | "arrow-down" | "arrow-up" | "assessment" | "ban-user" | "bin" | "calendar" | "carrot-down" | "carrot-left" | "carrot-right" | "carrot-up" | "change" | "chart" | "check" | "check-circle" | "check-circle-inverted" | "circular" | "clock" | "cogwheel" | "company" | "confirm-email" | "cross" | "diet" | "edit" | "employee" | "expertise" | "filter" | "geography" | "home" | "import" | "information" | "invisible" | "language" | "lock" | "log-in" | "log-out" | "maximize" | "measurements" | "message" | "minus" | "minus-circle" | "minus-circle-inverted" | "more" | "more-vertical" | "notification" | "pages" | "plus" | "plus-circle" | "plus-circle-inverted" | "radio-on" | "report" | "robot" | "roles" | "settings" | "sleep" | "stats" | "time-tracking" | "trainings" | "unarchive" | "union" | "unlock" | "user" | "warning")[];
@@ -1,3 +1,3 @@
1
1
  import { RadioProps } from './types';
2
- declare const Radio: ({ id, name, value, isChecked, isDisabled, isRequired, onChange, text, className, }: RadioProps) => import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare const Radio: ({ id, name, value, isChecked, isDisabled, isRequired, text, colors, className, onChange, }: RadioProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  export default Radio;
@@ -1,3 +1,5 @@
1
1
  export declare const RadioBase: import("@emotion/styled").StyledComponent<import("../Label/types").LabelProps & {
2
2
  theme?: import("@emotion/react").Theme;
3
+ } & {
4
+ focusShadowColor?: string;
3
5
  }, {}, {}>;
@@ -8,4 +8,10 @@ export interface RadioProps {
8
8
  onChange?: (value: string) => void;
9
9
  text?: string;
10
10
  className?: string;
11
+ colors?: {
12
+ default?: string;
13
+ hovered?: string;
14
+ disabled?: string;
15
+ focusShadow?: string;
16
+ };
11
17
  }