@ssa-ui-kit/core 2.20.4 → 2.21.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.
@@ -1,2 +1,3 @@
1
1
  import { ColorPickerProps } from './types';
2
+ import '@rc-component/color-picker/assets/index.css';
2
3
  export declare const ColorPicker: ({ color: providedColor, format: providedFormat, colorsPalette, ...rest }: ColorPickerProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Certification: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "certification";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const CertificationExpiring: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "certification-expiring";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Children: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "children";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const EmployeeTerminated: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "employee-terminated";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const FTE: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "fte";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Party: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "party";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const ProbationPeriod: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "probation-period";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const ProfilesChanges: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "profiles-changes";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const Seniority: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "seniority";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const StaffGrowthCoefficient: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "staff-growth-coefficient";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const StaffTurnoverCoefficient: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "staff-turnover-coefficient";
@@ -10,11 +10,14 @@ export * as CarrotDown from './CarrotDown';
10
10
  export * as CarrotLeft from './CarrotLeft';
11
11
  export * as CarrotRight from './CarrotRight';
12
12
  export * as CarrotUp from './CarrotUp';
13
+ export * as Certification from './Certification';
14
+ export * as CertificationExpiring from './CertificationExpiring';
13
15
  export * as Change from './Change';
14
16
  export * as Chart from './Chart';
15
17
  export * as Check from './Check';
16
18
  export * as CheckCircle from './CheckCircle';
17
19
  export * as CheckCircleInverted from './CheckCircleInverted';
20
+ export * as Children from './Children';
18
21
  export * as Circle from './Circle';
19
22
  export * as Circular from './Circular';
20
23
  export * as Clock from './Clock';
@@ -27,10 +30,12 @@ export * as Diet from './Diet';
27
30
  export * as Edit from './Edit';
28
31
  export * as Email from './Email';
29
32
  export * as Employee from './Employee';
33
+ export * as EmployeeTerminated from './EmployeeTerminated';
30
34
  export * as ExcelDownload from './ExcelDownload';
31
35
  export * as Expertise from './Expertise';
32
36
  export * as Filter from './Filter';
33
37
  export * as FilterFunnel from './FilterFunnel';
38
+ export * as FTE from './FTE';
34
39
  export * as Geography from './Geography';
35
40
  export * as Home from './Home';
36
41
  export * as Import from './Import';
@@ -50,16 +55,22 @@ export * as More from './More';
50
55
  export * as MoreVertical from './MoreVertical';
51
56
  export * as Notification from './Notification';
52
57
  export * as Pages from './Pages';
58
+ export * as Party from './Party';
53
59
  export * as Plus from './Plus';
54
60
  export * as PlusCircle from './PlusCircle';
55
61
  export * as PlusCircleInverted from './PlusCircleInverted';
62
+ export * as ProbationPeriod from './ProbationPeriod';
63
+ export * as ProfilesChanges from './ProfilesChanges';
56
64
  export * as RadioOn from './RadioOn';
57
65
  export * as Report from './Report';
58
66
  export * as Robot from './Robot';
59
67
  export * as Roles from './Roles';
60
68
  export * as Search from './Search';
69
+ export * as Seniority from './Seniority';
61
70
  export * as Settings from './Settings';
62
71
  export * as Sleep from './Sleep';
72
+ export * as StaffGrowthCoefficient from './StaffGrowthCoefficient';
73
+ export * as StaffTurnoverCoefficient from './StaffTurnoverCoefficient';
63
74
  export * as Stats from './Stats';
64
75
  export * as TimeTracking from './TimeTracking';
65
76
  export * as Trainings from './Trainings';
@@ -1 +1 @@
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" | "excel-download" | "expertise" | "filter" | "filter-funnel" | "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
+ 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" | "certification" | "certification-expiring" | "change" | "chart" | "check" | "check-circle" | "check-circle-inverted" | "children" | "circular" | "clock" | "cogwheel" | "company" | "confirm-email" | "cross" | "diet" | "edit" | "employee" | "employee-terminated" | "excel-download" | "expertise" | "filter" | "filter-funnel" | "fte" | "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" | "party" | "plus" | "plus-circle" | "plus-circle-inverted" | "probation-period" | "profiles-changes" | "radio-on" | "report" | "robot" | "roles" | "seniority" | "settings" | "sleep" | "staff-growth-coefficient" | "staff-turnover-coefficient" | "stats" | "time-tracking" | "trainings" | "unarchive" | "union" | "unlock" | "user" | "warning")[];