@ssa-ui-kit/core 2.20.4-canary-b527ffd-20250526 → 2.20.4-canary-81270c7-20250526

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssa-ui-kit/core",
3
- "version": "2.20.4-canary-b527ffd-20250526",
3
+ "version": "2.20.4-canary-81270c7-20250526",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "private": false,
@@ -31,8 +31,8 @@
31
31
  "luxon": "^3.5.0",
32
32
  "plotly.js": "3.0.0",
33
33
  "react-plotly.js": "2.6.0",
34
- "@ssa-ui-kit/hooks": "^2.20.4-canary-b527ffd-20250526",
35
- "@ssa-ui-kit/utils": "^2.20.4-canary-b527ffd-20250526"
34
+ "@ssa-ui-kit/hooks": "^2.20.4-canary-81270c7-20250526",
35
+ "@ssa-ui-kit/utils": "^2.20.4-canary-81270c7-20250526"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@emotion/css": "^11.13.5",
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";
@@ -1,3 +0,0 @@
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";