@developer-overheid-nl/don-register-components 0.0.1-beta.1

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.
Files changed (96) hide show
  1. package/dist/bundled-licenses.json +530 -0
  2. package/dist/chunk-CejOibrJ.js +4221 -0
  3. package/dist/chunk-t31k1LNs.js +4220 -0
  4. package/dist/client.cjs +4 -0
  5. package/dist/client.js +4 -0
  6. package/dist/i18n.cjs +2223 -0
  7. package/dist/i18n.js +2224 -0
  8. package/dist/index.cjs +16522 -0
  9. package/dist/index.js +16523 -0
  10. package/dist/packages/components/src/alert/Alert.d.ts +8 -0
  11. package/dist/packages/components/src/alert/Alert.d.ts.map +1 -0
  12. package/dist/packages/components/src/alignBox/AlignBox.d.ts +14 -0
  13. package/dist/packages/components/src/alignBox/AlignBox.d.ts.map +1 -0
  14. package/dist/packages/components/src/article/Article.d.ts +4 -0
  15. package/dist/packages/components/src/article/Article.d.ts.map +1 -0
  16. package/dist/packages/components/src/block/Block.d.ts +10 -0
  17. package/dist/packages/components/src/block/Block.d.ts.map +1 -0
  18. package/dist/packages/components/src/cardAsLink/CardAsLink.d.ts +6 -0
  19. package/dist/packages/components/src/cardAsLink/CardAsLink.d.ts.map +1 -0
  20. package/dist/packages/components/src/cardsList/CardsList.d.ts +22 -0
  21. package/dist/packages/components/src/cardsList/CardsList.d.ts.map +1 -0
  22. package/dist/packages/components/src/client.d.ts +2 -0
  23. package/dist/packages/components/src/client.d.ts.map +1 -0
  24. package/dist/packages/components/src/container/Container.d.ts +2 -0
  25. package/dist/packages/components/src/container/Container.d.ts.map +1 -0
  26. package/dist/packages/components/src/copyButton/CopyButton.d.ts +6 -0
  27. package/dist/packages/components/src/copyButton/CopyButton.d.ts.map +1 -0
  28. package/dist/packages/components/src/dataBadgeLink/DataBadgeLink.d.ts +13 -0
  29. package/dist/packages/components/src/dataBadgeLink/DataBadgeLink.d.ts.map +1 -0
  30. package/dist/packages/components/src/dataSummary/DataSummary.d.ts +7 -0
  31. package/dist/packages/components/src/dataSummary/DataSummary.d.ts.map +1 -0
  32. package/dist/packages/components/src/dataSummary/DataSummaryItem.d.ts +6 -0
  33. package/dist/packages/components/src/dataSummary/DataSummaryItem.d.ts.map +1 -0
  34. package/dist/packages/components/src/filters/Filters.d.ts +12 -0
  35. package/dist/packages/components/src/filters/Filters.d.ts.map +1 -0
  36. package/dist/packages/components/src/footer/Footer.d.ts +14 -0
  37. package/dist/packages/components/src/footer/Footer.d.ts.map +1 -0
  38. package/dist/packages/components/src/header/Header.d.ts +31 -0
  39. package/dist/packages/components/src/header/Header.d.ts.map +1 -0
  40. package/dist/packages/components/src/heading/Heading.d.ts +4 -0
  41. package/dist/packages/components/src/heading/Heading.d.ts.map +1 -0
  42. package/dist/packages/components/src/headingGroup/HeadingGroup.d.ts +12 -0
  43. package/dist/packages/components/src/headingGroup/HeadingGroup.d.ts.map +1 -0
  44. package/dist/packages/components/src/i18n.d.ts +4 -0
  45. package/dist/packages/components/src/i18n.d.ts.map +1 -0
  46. package/dist/packages/components/src/iconBadge/IconBadge.d.ts +7 -0
  47. package/dist/packages/components/src/iconBadge/IconBadge.d.ts.map +1 -0
  48. package/dist/packages/components/src/iconBadge/getAppearance.d.ts +5 -0
  49. package/dist/packages/components/src/iconBadge/getAppearance.d.ts.map +1 -0
  50. package/dist/packages/components/src/iconsSprite/Icon.d.ts +2 -0
  51. package/dist/packages/components/src/iconsSprite/Icon.d.ts.map +1 -0
  52. package/dist/packages/components/src/iconsSprite/IconsSprite.d.ts +2 -0
  53. package/dist/packages/components/src/iconsSprite/IconsSprite.d.ts.map +1 -0
  54. package/dist/packages/components/src/index.d.ts +31 -0
  55. package/dist/packages/components/src/index.d.ts.map +1 -0
  56. package/dist/packages/components/src/link/Link.d.ts +4 -0
  57. package/dist/packages/components/src/link/Link.d.ts.map +1 -0
  58. package/dist/packages/components/src/markdown/Markdown.d.ts +9 -0
  59. package/dist/packages/components/src/markdown/Markdown.d.ts.map +1 -0
  60. package/dist/packages/components/src/pagination/Pagination.d.ts +23 -0
  61. package/dist/packages/components/src/pagination/Pagination.d.ts.map +1 -0
  62. package/dist/packages/components/src/paragraph/Paragraph.d.ts +4 -0
  63. package/dist/packages/components/src/paragraph/Paragraph.d.ts.map +1 -0
  64. package/dist/packages/components/src/pillBadge/PillBadge.d.ts +12 -0
  65. package/dist/packages/components/src/pillBadge/PillBadge.d.ts.map +1 -0
  66. package/dist/packages/components/src/pillBadge/PillBadge.examples.d.ts +3 -0
  67. package/dist/packages/components/src/pillBadge/PillBadge.examples.d.ts.map +1 -0
  68. package/dist/packages/components/src/readOnlyTextInput/ReadOnlyTextInput.d.ts +4 -0
  69. package/dist/packages/components/src/readOnlyTextInput/ReadOnlyTextInput.d.ts.map +1 -0
  70. package/dist/packages/components/src/scoreBadge/ScoreBadge.d.ts +18 -0
  71. package/dist/packages/components/src/scoreBadge/ScoreBadge.d.ts.map +1 -0
  72. package/dist/packages/components/src/search/Search.d.ts +10 -0
  73. package/dist/packages/components/src/search/Search.d.ts.map +1 -0
  74. package/dist/packages/components/src/siteLogo/SiteLogo.d.ts +5 -0
  75. package/dist/packages/components/src/siteLogo/SiteLogo.d.ts.map +1 -0
  76. package/dist/packages/components/src/topNavigation/TopNavigation.d.ts +16 -0
  77. package/dist/packages/components/src/topNavigation/TopNavigation.d.ts.map +1 -0
  78. package/dist/proprietary/icons/index.d.ts +5 -0
  79. package/dist/proprietary/icons/index.d.ts.map +1 -0
  80. package/dist/proprietary/icons/ro/react/IconDeltaNaarLinksInline.d.ts +17 -0
  81. package/dist/proprietary/icons/ro/react/IconDeltaNaarLinksInline.d.ts.map +1 -0
  82. package/dist/proprietary/icons/ro/react/IconDeltaNaarRechtsInline.d.ts +17 -0
  83. package/dist/proprietary/icons/ro/react/IconDeltaNaarRechtsInline.d.ts.map +1 -0
  84. package/dist/proprietary/icons/ro/react/IconZoekInline.d.ts +17 -0
  85. package/dist/proprietary/icons/ro/react/IconZoekInline.d.ts.map +1 -0
  86. package/dist/proprietary/icons/ro/react/Sprite.d.ts +2 -0
  87. package/dist/proprietary/icons/ro/react/Sprite.d.ts.map +1 -0
  88. package/dist/proprietary/index.d.ts +3 -0
  89. package/dist/proprietary/index.d.ts.map +1 -0
  90. package/dist/proprietary/logos/don/react/Lint/index.d.ts +4 -0
  91. package/dist/proprietary/logos/don/react/Lint/index.d.ts.map +1 -0
  92. package/dist/proprietary/logos/don/react/Logo/index.d.ts +4 -0
  93. package/dist/proprietary/logos/don/react/Logo/index.d.ts.map +1 -0
  94. package/dist/styles.css +944 -0
  95. package/package.json +63 -0
  96. package/src/index.ts +76 -0
@@ -0,0 +1,8 @@
1
+ import { AlertProps as RHCAlertProps } from '@rijkshuisstijl-community/components-react';
2
+ import { PropsWithChildren } from 'react';
3
+ export interface AlertProps extends RHCAlertProps {
4
+ className?: string;
5
+ }
6
+ declare const Alert: (props: PropsWithChildren<AlertProps>) => import("react/jsx-runtime").JSX.Element;
7
+ export default Alert;
8
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../src/alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,UAAU,IAAI,aAAa,EACjC,MAAM,4CAA4C,CAAC;AAEpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,MAAM,WAAW,UAAW,SAAQ,aAAa;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,KAAK,GAAI,OAAO,iBAAiB,CAAC,UAAU,CAAC,4CAIlD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ type Align = "left" | "center" | "right" | "top" | "bottom" | "middle" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "stretch" | "space-between" | "space-around" | "space-evenly";
3
+ type Gap = "none" | "small" | "medium" | "large";
4
+ export interface AlignBoxProps {
5
+ align?: Align;
6
+ gap?: Gap;
7
+ direction?: "row" | "column";
8
+ display?: "block" | "inline";
9
+ className?: string;
10
+ children: ReactNode;
11
+ }
12
+ declare const AlignBox: React.FC<AlignBoxProps>;
13
+ export default AlignBox;
14
+ //# sourceMappingURL=AlignBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignBox.d.ts","sourceRoot":"","sources":["../../../../../src/alignBox/AlignBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,KAAK,GACN,MAAM,GACN,QAAQ,GACR,OAAO,GACP,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,cAAc,CAAC;AAEnB,KAAK,GAAG,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEjD,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAoDD,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAyBrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ArticleProps } from '@rijkshuisstijl-community/components-react';
2
+ declare const Article: (props: ArticleProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Article;
4
+ //# sourceMappingURL=Article.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Article.d.ts","sourceRoot":"","sources":["../../../../../src/article/Article.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAElB,MAAM,4CAA4C,CAAC;AAEpD,QAAA,MAAM,OAAO,GAAI,OAAO,YAAY,4CAEnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export interface BlockProps extends HTMLAttributes<HTMLDivElement> {
3
+ className?: string;
4
+ children?: ReactNode;
5
+ appearance?: "clear" | "outlined" | "filled";
6
+ layout?: "full" | "flex-row" | "flex-col";
7
+ }
8
+ declare const Block: (props: BlockProps) => import("react/jsx-runtime").JSX.Element;
9
+ export default Block;
10
+ //# sourceMappingURL=Block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Block.d.ts","sourceRoot":"","sources":["../../../../../src/block/Block.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvD,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC7C,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAC;CAC3C;AAED,QAAA,MAAM,KAAK,GAAI,OAAO,UAAU,4CAqB/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { CardAsLinkProps as RHCCardAsLinkProps } from '@rijkshuisstijl-community/components-react';
2
+ export interface CardAsLinksProps extends RHCCardAsLinkProps {
3
+ }
4
+ declare const CardAsLink: (props: CardAsLinksProps) => import("react/jsx-runtime").JSX.Element;
5
+ export default CardAsLink;
6
+ //# sourceMappingURL=CardAsLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardAsLink.d.ts","sourceRoot":"","sources":["../../../../../src/cardAsLink/CardAsLink.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,eAAe,IAAI,kBAAkB,EAC3C,MAAM,4CAA4C,CAAC;AAIpD,MAAM,WAAW,gBAAiB,SAAQ,kBAAkB;CAAG;AAE/D,QAAA,MAAM,UAAU,GAAI,OAAO,gBAAgB,4CAS1C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { CardAsLink } from '@rijkshuisstijl-community/components-react';
2
+ import { HTMLAttributes, PropsWithChildren } from 'react';
3
+ export interface CardsListProps extends HTMLAttributes<HTMLOListElement> {
4
+ /**
5
+ * Array of items to display in the list.
6
+ * This will encapsulate the `CardAsLink`s in `<li>` elements.
7
+ * If not provided, the component will render its children instead and will not wrap them in `<li>` elements.
8
+ * You can then use the `CardsListItem` component to wrap individual items.
9
+ *
10
+ * @type {?Array<React.JSX.Element | string>}
11
+ */
12
+ items?: Array<typeof CardAsLink>;
13
+ className?: string;
14
+ }
15
+ declare const CardsList: (props: PropsWithChildren<CardsListProps>) => import("react/jsx-runtime").JSX.Element;
16
+ export interface CardsListItemProps {
17
+ index: number;
18
+ setsize: number;
19
+ }
20
+ export declare const CardsListItem: ({ index, setsize, children, }: PropsWithChildren<CardsListItemProps>) => import("react/jsx-runtime").JSX.Element;
21
+ export default CardsList;
22
+ //# sourceMappingURL=CardsList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardsList.d.ts","sourceRoot":"","sources":["../../../../../src/cardsList/CardsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAG1E,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IACtE;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,SAAS,GAAI,OAAO,iBAAiB,CAAC,cAAc,CAAC,4CAkB1D,CAAC;AAEF,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,GAAI,+BAI3B,iBAAiB,CAAC,kBAAkB,CAAC,4CAIvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default as CopyButton } from './copyButton/CopyButton';
2
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export default function Container(props: React.HTMLProps<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/container/Container.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,2CAOvE"}
@@ -0,0 +1,6 @@
1
+ declare const CopyButton: ({ text, className, }: {
2
+ text?: string;
3
+ className?: string;
4
+ }) => "" | import("react/jsx-runtime").JSX.Element | undefined;
5
+ export default CopyButton;
6
+ //# sourceMappingURL=CopyButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../../../src/copyButton/CopyButton.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,UAAU,GAAI,sBAGjB;IACD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,6DAuBA,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { DataBadgeButtonProps } from '@rijkshuisstijl-community/components-react';
2
+ export interface DataBadgeLinkProps extends Omit<DataBadgeButtonProps, "aria-pressed" | "pressed"> {
3
+ href: string;
4
+ children: React.ReactNode;
5
+ target?: React.HTMLAttributeAnchorTarget;
6
+ rel?: string;
7
+ className?: string;
8
+ role?: string;
9
+ appearance?: "primary" | "outlined" | "subtle";
10
+ }
11
+ declare const DataBadgeLink: (props: DataBadgeLinkProps) => import("react/jsx-runtime").JSX.Element;
12
+ export default DataBadgeLink;
13
+ //# sourceMappingURL=DataBadgeLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataBadgeLink.d.ts","sourceRoot":"","sources":["../../../../../src/dataBadgeLink/DataBadgeLink.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,EAC1B,MAAM,4CAA4C,CAAC;AAIpD,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,oBAAoB,EAAE,cAAc,GAAG,SAAS,CAAC;IAC9D,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;CAChD;AAED,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CA6B/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { DataSummaryProps as RHCDataSummaryProps } from '@rijkshuisstijl-community/components-react';
2
+ export interface DataSummaryProps extends RHCDataSummaryProps {
3
+ contained?: boolean;
4
+ }
5
+ declare const DataSummary: (props: DataSummaryProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default DataSummary;
7
+ //# sourceMappingURL=DataSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataSummary.d.ts","sourceRoot":"","sources":["../../../../../src/dataSummary/DataSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,IAAI,mBAAmB,EAC7C,MAAM,4CAA4C,CAAC;AAIpD,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB;IAC3D,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAQ3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { DataSummaryItemProps as RHCDataSummaryItemProps } from '@rijkshuisstijl-community/components-react';
2
+ export interface DataSummaryItemProps extends Partial<RHCDataSummaryItemProps> {
3
+ }
4
+ declare const DataSummaryItem: (props: DataSummaryItemProps) => import("react/jsx-runtime").JSX.Element;
5
+ export default DataSummaryItem;
6
+ //# sourceMappingURL=DataSummaryItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataSummaryItem.d.ts","sourceRoot":"","sources":["../../../../../src/dataSummary/DataSummaryItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,IAAI,uBAAuB,EACrD,MAAM,4CAA4C,CAAC;AAEpD,MAAM,WAAW,oBACf,SAAQ,OAAO,CAAC,uBAAuB,CAAC;CAAG;AAE7C,QAAA,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAUnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { HTMLProps, PropsWithChildren } from 'react';
2
+ export interface FiltersProps extends HTMLProps<HTMLDivElement> {
3
+ routing?: Record<string, any>;
4
+ data: any;
5
+ headers: any;
6
+ error: any;
7
+ status?: number;
8
+ statusText?: string;
9
+ }
10
+ declare const TranslatedFilters: (props: PropsWithChildren<FiltersProps>) => import("react/jsx-runtime").JSX.Element;
11
+ export default TranslatedFilters;
12
+ //# sourceMappingURL=Filters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Filters.d.ts","sourceRoot":"","sources":["../../../../../src/filters/Filters.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAQ1D,MAAM,WAAW,YAAa,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,GAAG,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAkFD,QAAA,MAAM,iBAAiB,GAAI,OAAO,iBAAiB,CAAC,YAAY,CAAC,4CAMhE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { NavBarItem } from '../topNavigation/TopNavigation';
3
+ export interface ColumnProps {
4
+ title: string;
5
+ items?: NavBarItem[];
6
+ text?: string;
7
+ }
8
+ export interface FooterProps extends React.HTMLAttributes<HTMLElement> {
9
+ className?: string;
10
+ columns?: ColumnProps[];
11
+ }
12
+ declare const Footer: (props: PropsWithChildren<FooterProps>) => import("react/jsx-runtime").JSX.Element;
13
+ export default Footer;
14
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../src/footer/Footer.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,iBAAiB,EAAS,MAAM,OAAO,CAAC;AAGtD,OAAO,EACL,KAAK,UAAU,EAEhB,MAAM,gCAAgC,CAAC;AAGxC,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACpE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;CACzB;AA+BD,QAAA,MAAM,MAAM,GAAI,OAAO,iBAAiB,CAAC,WAAW,CAAC,4CAkBpD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,31 @@
1
+ export interface HeaderProps extends LogoNavProps {
2
+ titleSite: string;
3
+ titlePage: string;
4
+ }
5
+ interface LogoNavProps {
6
+ mainSite: {
7
+ name: string;
8
+ url: string;
9
+ };
10
+ urlCurrent?: string;
11
+ /**
12
+ * routePattern(s) that are considered hompages, e.g. `/`, `/apis`, `/apis/[...pages]`
13
+ * The first item in the array will be used for the homepage link.
14
+ *
15
+ * @type string[]
16
+ */
17
+ urlHomepage?: string[];
18
+ /**
19
+ * How the link around the logo should behave.
20
+ * - `no-link`: always no link around the logo
21
+ * - `site-home`: (default) a link around the logo that links back to this site, no link on hompeage
22
+ * - `main-site`: a link around the logo that links always back to the main site
23
+ * - `main-site-on-home`: a link around the logo that links back to this site's homepage, but on the homepage links back to the main site
24
+ *
25
+ * Note: translation keys: `components.back-to-homepage-landmark`, ...
26
+ */
27
+ logoLinkBehaviour?: "no-link" | "site-home" | "main-site" | "main-site-on-home";
28
+ }
29
+ export default function TranslatedHeader(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
30
+ export {};
31
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../src/header/Header.tsx"],"names":[],"mappings":"AAUA,MAAM,WAAW,WAAY,SAAQ,YAAY;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,YAAY;IACpB,QAAQ,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB;;;;;;;;OAQG;IACH,iBAAiB,CAAC,EACd,SAAS,GACT,WAAW,GACX,WAAW,GACX,mBAAmB,CAAC;CACzB;AA2FD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,WAAW,2CAM1D"}
@@ -0,0 +1,4 @@
1
+ import { HeadingProps } from '@rijkshuisstijl-community/components-react';
2
+ declare const Heading: (props: HeadingProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Heading;
4
+ //# sourceMappingURL=Heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../../src/heading/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAElB,MAAM,4CAA4C,CAAC;AAEpD,QAAA,MAAM,OAAO,GAAI,OAAO,YAAY,4CAEnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { HeadingProps, Paragraph, HeadingGroupProps as RHCHeadingGroupProps } from '@rijkshuisstijl-community/components-react';
2
+ import { HTMLProps, PropsWithChildren, ReactNode } from 'react';
3
+ export interface HeadingGroupProps extends RHCHeadingGroupProps {
4
+ title: string;
5
+ subTitle?: string | ReactNode;
6
+ level: HeadingProps["level"];
7
+ appearanceLevel?: HeadingProps["appearanceLevel"];
8
+ subTitleProps?: HTMLProps<Paragraph>;
9
+ }
10
+ declare const HeadingGroup: (props: PropsWithChildren<HeadingGroupProps>) => import("react/jsx-runtime").JSX.Element;
11
+ export default HeadingGroup;
12
+ //# sourceMappingURL=HeadingGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeadingGroup.d.ts","sourceRoot":"","sources":["../../../../../src/headingGroup/HeadingGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,YAAY,EACjB,SAAS,EAET,KAAK,iBAAiB,IAAI,oBAAoB,EAC/C,MAAM,4CAA4C,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrE,MAAM,WAAW,iBAAkB,SAAQ,oBAAoB;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IAC7B,eAAe,CAAC,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAC;IAClD,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACtC;AAED,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,CAAC,iBAAiB,CAAC,4CA0BhE,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { i18n } from 'i18next';
2
+ declare const i18nInstance: i18n;
3
+ export default i18nInstance;
4
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../src/i18n.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkB,KAAK,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpD,QAAA,MAAM,YAAY,EAAE,IAclB,CAAC;AAIH,eAAe,YAAY,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { HTMLProps } from 'react';
2
+ export interface IconBadgeProps extends HTMLProps<HTMLSpanElement> {
3
+ name: string;
4
+ appearance?: string;
5
+ }
6
+ export default function IconBadge(props: IconBadgeProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=IconBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconBadge.d.ts","sourceRoot":"","sources":["../../../../../src/iconBadge/IconBadge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,WAAW,cAAe,SAAQ,SAAS,CAAC,eAAe,CAAC;IAChE,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,cAAc,2CAqBtD"}
@@ -0,0 +1,5 @@
1
+ type status = "active" | "deprecated" | "sunset" | "retired";
2
+ export declare function getDate(object?: Partial<Record<"status" | status, any>>): undefined;
3
+ export default function getAppearance(object?: Partial<Record<"status" | status, any>>): undefined;
4
+ export {};
5
+ //# sourceMappingURL=getAppearance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAppearance.d.ts","sourceRoot":"","sources":["../../../../../src/iconBadge/getAppearance.ts"],"names":[],"mappings":"AACA,KAAK,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE7D,wBAAgB,OAAO,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC,aAqBvE;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC,aAmBjD"}
@@ -0,0 +1,2 @@
1
+ export default function Icon(props: React.HTMLProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../src/iconsSprite/Icon.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,2CAgBjE"}
@@ -0,0 +1,2 @@
1
+ export default function IconsSprite(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=IconsSprite.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconsSprite.d.ts","sourceRoot":"","sources":["../../../../../src/iconsSprite/IconsSprite.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,4CAElC"}
@@ -0,0 +1,31 @@
1
+ export { type AlertProps, default as Alert } from './alert/Alert';
2
+ export { type AlignBoxProps, default as AlignBox } from './alignBox/AlignBox';
3
+ export { default as Article } from './article/Article';
4
+ export { type BlockProps, default as Block } from './block/Block';
5
+ export { type CardAsLinksProps, default as CardAsLink, } from './cardAsLink/CardAsLink';
6
+ export { CardsListItem, type CardsListItemProps, type CardsListProps, default as CardsList, } from './cardsList/CardsList';
7
+ export { default as Container } from './container/Container';
8
+ export { default as CopyButton } from './copyButton/CopyButton';
9
+ export { type DataBadgeLinkProps, default as DataBadgeLink, } from './dataBadgeLink/DataBadgeLink';
10
+ export { type DataSummaryProps, default as DataSummary, } from './dataSummary/DataSummary';
11
+ export { type DataSummaryItemProps, default as DataSummaryItem, } from './dataSummary/DataSummaryItem';
12
+ export { default as Filters } from './filters/Filters';
13
+ export { type ColumnProps, default as Footer, type FooterProps, } from './footer/Footer';
14
+ export { default as Header, type HeaderProps } from './header/Header';
15
+ export { default as Heading } from './heading/Heading';
16
+ export { default as HeadingGroup, type HeadingGroupProps, } from './headingGroup/HeadingGroup';
17
+ export { default as getAppearance, getDate } from './iconBadge/getAppearance';
18
+ export { default as IconBadge, type IconBadgeProps, } from './iconBadge/IconBadge';
19
+ export { default as Icon } from './iconsSprite/Icon';
20
+ export { default as IconsSprite } from './iconsSprite/IconsSprite';
21
+ export { default as Link } from './link/Link';
22
+ export { default as Markdown, type HeadingLevels, type MarkdownProps, } from './markdown/Markdown';
23
+ export { default as Pagination, type PaginationProps, } from './pagination/Pagination';
24
+ export { default as Paragraph } from './paragraph/Paragraph';
25
+ export { default as PillBadge, type PillBadgeProps, } from './pillBadge/PillBadge';
26
+ export { default as ReadOnlyTextInput } from './readOnlyTextInput/ReadOnlyTextInput';
27
+ export { default as ScoreBadge, type ScoreBadgeProps, } from './scoreBadge/ScoreBadge';
28
+ export { default as Search, type SearchProps } from './search/Search';
29
+ export { default as SiteLogo } from './siteLogo/SiteLogo';
30
+ export { default as TopNavigation, type NavBarItem, processNavBarItems, type TopNavigationProps, } from './topNavigation/TopNavigation';
31
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,KAAK,UAAU,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EACL,KAAK,gBAAgB,EACrB,OAAO,IAAI,UAAU,GACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,OAAO,IAAI,SAAS,GACrB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EACL,KAAK,kBAAkB,EACvB,OAAO,IAAI,aAAa,GACzB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,KAAK,gBAAgB,EACrB,OAAO,IAAI,WAAW,GACvB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,KAAK,oBAAoB,EACzB,OAAO,IAAI,eAAe,GAC3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EACL,KAAK,WAAW,EAChB,OAAO,IAAI,MAAM,EACjB,KAAK,WAAW,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,KAAK,iBAAiB,GACvB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC9E,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,KAAK,cAAc,GACpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,KAAK,aAAa,EAClB,KAAK,aAAa,GACnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,KAAK,eAAe,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,KAAK,cAAc,GACpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,KAAK,eAAe,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,UAAU,EACf,kBAAkB,EAClB,KAAK,kBAAkB,GACxB,MAAM,+BAA+B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { LinkProps } from '@rijkshuisstijl-community/components-react';
2
+ declare const Link: (props: LinkProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Link;
4
+ //# sourceMappingURL=Link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../src/link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,SAAS,EAEf,MAAM,4CAA4C,CAAC;AAEpD,QAAA,MAAM,IAAI,GAAI,OAAO,SAAS,4CAE7B,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { Options } from 'react-markdown';
2
+ export type HeadingLevels = 0 | 1 | 2 | 3 | 4 | 5;
3
+ export interface MarkdownProps extends Readonly<Options> {
4
+ text?: string;
5
+ openLinksInNewTab?: boolean;
6
+ minHeadingDepth?: HeadingLevels;
7
+ }
8
+ export default function Markdown(options: MarkdownProps): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=Markdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/Markdown.tsx"],"names":[],"mappings":"AAAA,OAAsB,EAAmB,KAAK,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAG9E,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,WAAW,aAAc,SAAQ,QAAQ,CAAC,OAAO,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,aAAa,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,OAAO,EAAE,aAAa,2CA+BtD"}
@@ -0,0 +1,23 @@
1
+ import { HTMLAttributes } from 'react';
2
+ interface PageLinkProps extends Omit<HTMLAttributes<HTMLAnchorElement> & HTMLAttributes<HTMLSpanElement>, "onAbort"> {
3
+ href: string;
4
+ label: number | string;
5
+ range?: [number, number];
6
+ index: number;
7
+ current: number;
8
+ }
9
+ export interface PaginationProps extends HTMLAttributes<HTMLElement> {
10
+ links: Array<{
11
+ href: PageLinkProps["href"];
12
+ label: PageLinkProps["label"];
13
+ /** Range of shown items on this page; [begin, end] */
14
+ range?: PageLinkProps["range"];
15
+ }>;
16
+ current?: PageLinkProps["current"];
17
+ prev?: string | false;
18
+ next?: string | false;
19
+ className?: string;
20
+ }
21
+ declare const TranslatedPagination: (props: PaginationProps) => import("react/jsx-runtime").JSX.Element;
22
+ export default TranslatedPagination;
23
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../../src/pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAe,cAAc,EAAqB,MAAM,OAAO,CAAC;AAK5E,UAAU,aACR,SAAQ,IAAI,CACV,cAAc,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC,eAAe,CAAC,EACnE,SAAS,CACV;IACD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAOD,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,WAAW,CAAC;IAClE,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;QAC5B,KAAK,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;QAC9B,sDAAsD;QACtD,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;KAChC,CAAC,CAAC;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAqGD,QAAA,MAAM,oBAAoB,GAAI,OAAO,eAAe,4CAMnD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ParagraphProps } from '@rijkshuisstijl-community/components-react';
2
+ declare const Paragraph: (props: ParagraphProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Paragraph;
4
+ //# sourceMappingURL=Paragraph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/paragraph/Paragraph.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,4CAA4C,CAAC;AAEpD,QAAA,MAAM,SAAS,GAAI,OAAO,cAAc,4CAEvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { PropsWithChildren } from 'react';
2
+ export interface PillBadgeProps {
3
+ className?: string;
4
+ startValue: string | number | null | undefined;
5
+ endValue: string | number | null | undefined;
6
+ caption?: string;
7
+ type?: "color" | "percentage";
8
+ color?: string;
9
+ }
10
+ declare const PillBadge: (props: PropsWithChildren<PillBadgeProps>) => import("react/jsx-runtime").JSX.Element;
11
+ export default PillBadge;
12
+ //# sourceMappingURL=PillBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PillBadge.d.ts","sourceRoot":"","sources":["../../../../../src/pillBadge/PillBadge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,SAAS,GAAI,OAAO,iBAAiB,CAAC,cAAc,CAAC,4CAmC1D,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const PillBadgeExamples: () => import("react/jsx-runtime").JSX.Element;
2
+ export default PillBadgeExamples;
3
+ //# sourceMappingURL=PillBadge.examples.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PillBadge.examples.d.ts","sourceRoot":"","sources":["../../../../../src/pillBadge/PillBadge.examples.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,+CAmG7B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TextInputProps } from '@rijkshuisstijl-community/components-react';
2
+ declare const ReadOnlyTextInput: (props: TextInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ReadOnlyTextInput;
4
+ //# sourceMappingURL=ReadOnlyTextInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadOnlyTextInput.d.ts","sourceRoot":"","sources":["../../../../../src/readOnlyTextInput/ReadOnlyTextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,4CAA4C,CAAC;AAIpD,QAAA,MAAM,iBAAiB,GAAI,OAAO,cAAc,4CAU/C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,18 @@
1
+ export interface ScoreBadgeProps {
2
+ className?: string;
3
+ name: string;
4
+ ariaLabelPrefix?: string;
5
+ score?: number | null;
6
+ max?: number;
7
+ showScore?: boolean;
8
+ showMax?: boolean;
9
+ inPercentage?: boolean;
10
+ colors?: {
11
+ background: string;
12
+ gradient: string[];
13
+ arrow: [string, string];
14
+ text: string;
15
+ };
16
+ }
17
+ export default function ScoreBadge(props: ScoreBadgeProps): import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=ScoreBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScoreBadge.d.ts","sourceRoot":"","sources":["../../../../../src/scoreBadge/ScoreBadge.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACxB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,eAAe,2CAgHxD"}
@@ -0,0 +1,10 @@
1
+ import { PropsWithChildren } from 'react';
2
+ export interface SearchProps {
3
+ searchUrl: string;
4
+ searchKey?: string;
5
+ searchTerm?: string;
6
+ className?: string;
7
+ }
8
+ declare const TranslatedSearch: (props: PropsWithChildren<SearchProps>) => import("react/jsx-runtime").JSX.Element;
9
+ export default TranslatedSearch;
10
+ //# sourceMappingURL=Search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../../../src/search/Search.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO/C,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAwCD,QAAA,MAAM,gBAAgB,GAAI,OAAO,iBAAiB,CAAC,WAAW,CAAC,4CAM9D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export default function SiteLogo({ isRoot, href, }: {
2
+ isRoot: boolean;
3
+ href: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SiteLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SiteLogo.d.ts","sourceRoot":"","sources":["../../../../../src/siteLogo/SiteLogo.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,MAAM,EACN,IAAI,GACL,EAAE;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,2CAcA"}
@@ -0,0 +1,16 @@
1
+ import { IconProps, NavBarItemProps } from '@rijkshuisstijl-community/components-react';
2
+ import { ReactElement } from 'react';
3
+ export interface NavBarItem {
4
+ id: string;
5
+ label: string;
6
+ href: string;
7
+ current?: boolean;
8
+ icon?: string | ReactElement<IconProps>;
9
+ }
10
+ export interface TopNavigationProps {
11
+ items: Array<NavBarItem>;
12
+ endItems?: Array<NavBarItem>;
13
+ }
14
+ export declare const processNavBarItems: (items: Array<NavBarItem>) => NavBarItemProps[];
15
+ export default function TopNavigation({ items, endItems }: TopNavigationProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=TopNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TopNavigation.d.ts","sourceRoot":"","sources":["../../../../../src/topNavigation/TopNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,SAAS,EAEd,KAAK,eAAe,EACrB,MAAM,4CAA4C,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC;CACzC;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC9B;AAmBD,eAAO,MAAM,kBAAkB,GAC7B,OAAO,KAAK,CAAC,UAAU,CAAC,KACvB,eAAe,EAMjB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAa5E"}
@@ -0,0 +1,5 @@
1
+ export { default as IconDeltaNaarLinksInline } from './ro/react/IconDeltaNaarLinksInline';
2
+ export { default as IconDeltaNaarRechtsInline } from './ro/react/IconDeltaNaarRechtsInline';
3
+ export { default as IconZoekInline } from './ro/react/IconZoekInline';
4
+ export { default as Sprite } from './ro/react/Sprite';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../proprietary/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { SVGProps } from 'react';
2
+ /**
3
+ * Rijkshuisstijl icoon
4
+ *
5
+ * @param {SVGProps<SVGSVGElement>} props SVG Attributes
6
+ * @returns {*} SVG Element
7
+ *
8
+ * Copyright Rijksoverheid
9
+ *
10
+ * Er gelden auteursrechten op de huisstijl en dit icoon.
11
+ * Alleen partijen die een opdracht uitvoeren voor de Rijksoverheid en
12
+ * daarvoor gebruik mogen maken van de huisstijl en het logo hebben
13
+ * toestemming. Maar in alle andere gevallen is ieder gebruik verboden.
14
+ */
15
+ declare const IconDeltaNaarLinksInline: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
16
+ export default IconDeltaNaarLinksInline;
17
+ //# sourceMappingURL=IconDeltaNaarLinksInline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconDeltaNaarLinksInline.d.ts","sourceRoot":"","sources":["../../../../../../../proprietary/icons/ro/react/IconDeltaNaarLinksInline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,wBAAwB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAW/D,CAAC;AACF,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { SVGProps } from 'react';
2
+ /**
3
+ * Rijkshuisstijl icoon
4
+ *
5
+ * @param {SVGProps<SVGSVGElement>} props SVG Attributes
6
+ * @returns {*} SVG Element
7
+ *
8
+ * Copyright Rijksoverheid
9
+ *
10
+ * Er gelden auteursrechten op de huisstijl en dit icoon.
11
+ * Alleen partijen die een opdracht uitvoeren voor de Rijksoverheid en
12
+ * daarvoor gebruik mogen maken van de huisstijl en het logo hebben
13
+ * toestemming. Maar in alle andere gevallen is ieder gebruik verboden.
14
+ */
15
+ declare const IconDeltaNaarRechtsInline: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
16
+ export default IconDeltaNaarRechtsInline;
17
+ //# sourceMappingURL=IconDeltaNaarRechtsInline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconDeltaNaarRechtsInline.d.ts","sourceRoot":"","sources":["../../../../../../../proprietary/icons/ro/react/IconDeltaNaarRechtsInline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,yBAAyB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAWhE,CAAC;AACF,eAAe,yBAAyB,CAAC"}