@blateral/b.kit 2.0.0-beta.12.0 → 2.0.0-beta.12.3
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/lib/components/base/icons/ClockFilled.d.ts +7 -0
- package/lib/components/base/icons/ClockFilled.d.ts.map +1 -0
- package/lib/components/sections/jobs/JobArticle.d.ts +21 -8
- package/lib/components/sections/jobs/JobArticle.d.ts.map +1 -1
- package/lib/index.es.js +1 -1
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/utils/structuredData.d.ts +8 -7
- package/lib/utils/structuredData.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClockFilled.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/ClockFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAiBrE,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
import { JobCardProps } from "../../blocks/JobCard";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export
|
|
3
|
+
export interface OrganizationData {
|
|
4
|
+
name?: string;
|
|
5
|
+
url?: string;
|
|
6
|
+
logo?: string;
|
|
7
|
+
telephone?: string;
|
|
8
|
+
email?: string;
|
|
9
|
+
address?: {
|
|
10
|
+
streetAddress?: string;
|
|
11
|
+
addressLocality?: string;
|
|
12
|
+
postalCode?: string;
|
|
13
|
+
addressCountry?: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare type JobArticleProps = Omit<JobCardProps, 'isInverted' | 'hasBackground' | 'link'> & {
|
|
4
17
|
/** ID value for targeting section with anchor hashes */
|
|
5
18
|
anchorId?: string;
|
|
6
19
|
/** Text that describes the job (richtext) */
|
|
7
|
-
|
|
20
|
+
description?: string;
|
|
8
21
|
/** The hiring organization (important for structured data) */
|
|
9
|
-
organization?:
|
|
22
|
+
organization?: OrganizationData;
|
|
10
23
|
/** The date of posting the job tender (important for structured data) */
|
|
11
|
-
datePosted?:
|
|
24
|
+
datePosted?: Date;
|
|
12
25
|
/** Function to inject primary action */
|
|
13
26
|
primaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
14
27
|
/** Function to inject secondary action */
|
|
@@ -17,15 +30,15 @@ export declare type JobArticleProps = Omit<JobCardProps, 'isInverted' | 'hasBack
|
|
|
17
30
|
bgMode?: 'full' | 'inverted';
|
|
18
31
|
};
|
|
19
32
|
export declare const JobArticleComponent: React.FC<JobArticleProps>;
|
|
20
|
-
declare const _default: React.FC<Omit<JobCardProps, "isInverted" | "hasBackground"> & {
|
|
33
|
+
declare const _default: React.FC<Omit<JobCardProps, "link" | "isInverted" | "hasBackground"> & {
|
|
21
34
|
/** ID value for targeting section with anchor hashes */
|
|
22
35
|
anchorId?: string | undefined;
|
|
23
36
|
/** Text that describes the job (richtext) */
|
|
24
|
-
|
|
37
|
+
description?: string | undefined;
|
|
25
38
|
/** The hiring organization (important for structured data) */
|
|
26
|
-
organization?:
|
|
39
|
+
organization?: OrganizationData | undefined;
|
|
27
40
|
/** The date of posting the job tender (important for structured data) */
|
|
28
|
-
datePosted?:
|
|
41
|
+
datePosted?: Date | undefined;
|
|
29
42
|
/** Function to inject primary action */
|
|
30
43
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
31
44
|
/** Function to inject secondary action */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobArticle.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/jobs/JobArticle.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,6BAAkC;AAGzD,OAAO,KAAK,MAAM,OAAO,CAAC;AAuD1B,oBAAY,eAAe,GAAG,IAAI,CAC9B,YAAY,EACZ,YAAY,GAAG,eAAe,
|
|
1
|
+
{"version":3,"file":"JobArticle.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/jobs/JobArticle.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,6BAAkC;AAGzD,OAAO,KAAK,MAAM,OAAO,CAAC;AAuD1B,MAAM,WAAW,gBAAgB;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE;QACN,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,cAAc,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;CACL;AAED,oBAAY,eAAe,GAAG,IAAI,CAC9B,YAAY,EACZ,YAAY,GAAG,eAAe,GAAG,MAAM,CAC1C,GAAG;IACA,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAEhC,yEAAyE;IACzE,UAAU,CAAC,EAAE,IAAI,CAAC;IAElB,wCAAwC;IACxC,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE1D,0CAA0C;IAC1C,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE5D,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;CAChC,CAAC;AAoGF,eAAO,MAAM,mBAAmB,2BAAa,CAAC;;IAxH1C,wDAAwD;;IAGxD,6CAA6C;;IAG7C,8DAA8D;;IAG9D,yEAAyE;;IAGzE,wCAAwC;;IAGxC,0CAA0C;;IAG1C,yBAAyB;;;;;AAuG7B,wBAAwC"}
|