@netu-si/netu-react-dsf-components 1.0.26 → 1.0.28
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/dist/cjs/components/DSFFooter/DSFFooter.d.ts +7 -2
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/DSFFooter/DSFFooter.d.ts +7 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +7 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -313,13 +313,18 @@ interface DSFFooterProps {
|
|
|
313
313
|
cookiePolicyText?: string;
|
|
314
314
|
accessibilityStatementText?: string;
|
|
315
315
|
cyprusRepublicText?: string;
|
|
316
|
-
hasScroll?: boolean;
|
|
317
316
|
newTab?: boolean;
|
|
318
317
|
version?: string;
|
|
319
318
|
extraFooterLinks?: IFooterLink[];
|
|
319
|
+
verifiedSealContent?: React.ReactNode;
|
|
320
|
+
includeEuFunded?: boolean;
|
|
321
|
+
/**
|
|
322
|
+
* Text language
|
|
323
|
+
*/
|
|
324
|
+
lang?: string;
|
|
320
325
|
}
|
|
321
326
|
declare const DSFFooter: {
|
|
322
|
-
({ linkComponent: Link, privacyStatementUrl, cookiePolicyUrl, accessibilityStatementUrl, privacyStatementText, cookiePolicyText, accessibilityStatementText, cyprusRepublicText, version,
|
|
327
|
+
({ linkComponent: Link, privacyStatementUrl, cookiePolicyUrl, accessibilityStatementUrl, privacyStatementText, cookiePolicyText, accessibilityStatementText, cyprusRepublicText, version, newTab, extraFooterLinks, verifiedSealContent, includeEuFunded, lang, }: DSFFooterProps): React.JSX.Element;
|
|
323
328
|
displayName: string;
|
|
324
329
|
};
|
|
325
330
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netu-si/netu-react-dsf-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "React Component Library Using the GOV-CY DSF Design System",
|
|
5
5
|
"repository": "https://github.com/netu-si/netu-react-dsf-components.git",
|
|
6
6
|
"homepage": "https://github.com/netu-si/netu-react-dsf-components#readme",
|