@sphereon/ui-components.ssi-react 0.2.1-unstable.8 → 0.2.1-unstable.86

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 (88) hide show
  1. package/LICENSE +201 -636
  2. package/dist/components/assets/icons/CopyIcon/index.d.ts +9 -0
  3. package/dist/components/assets/icons/CopyIcon/index.js +7 -0
  4. package/dist/components/assets/icons/PencilIcon/index.d.ts +8 -0
  5. package/dist/components/assets/icons/PencilIcon/index.js +7 -0
  6. package/dist/components/assets/icons/ViewIcon/index.d.ts +9 -0
  7. package/dist/components/assets/icons/ViewIcon/index.js +7 -0
  8. package/dist/components/buttons/{SSIIconButton → IconButton}/index.d.ts +3 -3
  9. package/dist/components/buttons/IconButton/index.js +17 -0
  10. package/dist/components/buttons/{SSISecondaryButton → PrimaryButton}/index.d.ts +3 -3
  11. package/dist/components/buttons/{SSIPrimaryButton → PrimaryButton}/index.js +5 -4
  12. package/dist/components/buttons/{SSIPrimaryButton → SecondaryButton}/index.d.ts +3 -3
  13. package/dist/components/buttons/{SSISecondaryButton → SecondaryButton}/index.js +5 -4
  14. package/dist/components/fields/ComboBox/index.js +1 -1
  15. package/dist/components/fields/DragAndDropBox/index.js +2 -2
  16. package/dist/components/fields/FileSelection/index.js +2 -3
  17. package/dist/components/fields/JSONForms/PassportPhotoControl/index.js +3 -6
  18. package/dist/components/fields/SSICheckbox/index.js +1 -1
  19. package/dist/components/fields/SSIHoverText/index.js +1 -1
  20. package/dist/components/fields/TextInputField/index.js +2 -3
  21. package/dist/components/indicators/ProgressStepIndicator/index.js +5 -4
  22. package/dist/components/lists/DropDownList/index.js +2 -2
  23. package/dist/components/lists/DropDownListItem/index.js +3 -11
  24. package/dist/components/views/CredentialIssuanceWizardView/index.js +7 -10
  25. package/dist/components/views/CredentialViewItem/index.js +2 -5
  26. package/dist/components/views/FormView/index.d.ts +20 -0
  27. package/dist/components/views/FormView/index.js +12 -0
  28. package/dist/components/views/{CredentialIssuanceWizardView → FormView}/styles.css +24 -6
  29. package/dist/components/views/InformationRequestView/index.d.ts +14 -0
  30. package/dist/components/views/InformationRequestView/index.js +14 -0
  31. package/dist/components/views/JSONDataView/index.js +25 -27
  32. package/dist/components/views/SSITableView/SSITableViewHeader/index.js +3 -3
  33. package/dist/components/views/SSITableView/index.js +3 -3
  34. package/dist/index.d.ts +12 -6
  35. package/dist/index.js +11 -4
  36. package/dist/styles/components/components/CredentialIssuanceWizardView/index.d.ts +14 -9
  37. package/dist/styles/components/components/CredentialIssuanceWizardView/index.js +3 -3
  38. package/dist/styles/components/components/CredentialViewItem/index.d.ts +14 -5
  39. package/dist/styles/components/components/DragAndDropBox/index.d.ts +7 -4
  40. package/dist/styles/components/components/DropDownList/index.d.ts +6 -3
  41. package/dist/styles/components/components/DropDownListItem/index.d.ts +8 -3
  42. package/dist/styles/components/components/FileSelectionField/index.d.ts +15 -10
  43. package/dist/styles/components/components/IconButton/index.d.ts +2 -0
  44. package/dist/styles/components/components/{SSIIconButton → IconButton}/index.js +1 -1
  45. package/dist/styles/components/components/InformationRequestView/index.d.ts +31 -0
  46. package/dist/styles/components/components/InformationRequestView/index.js +86 -0
  47. package/dist/styles/components/components/JSONDataView/index.d.ts +8 -7
  48. package/dist/styles/components/components/PassportPhotoControl/index.d.ts +5 -4
  49. package/dist/styles/components/components/PassportPhotoControl/index.js +5 -5
  50. package/dist/styles/components/components/PrimaryButton/index.d.ts +4 -0
  51. package/dist/styles/components/components/{SSIPrimaryButton → PrimaryButton}/index.js +3 -2
  52. package/dist/styles/components/components/ProgressStepIndicator/index.d.ts +14 -8
  53. package/dist/styles/components/components/ProgressStepIndicator/index.js +10 -0
  54. package/dist/styles/components/components/SSICheckbox/index.d.ts +9 -4
  55. package/dist/styles/components/components/SSICredentialCardView/index.d.ts +28 -13
  56. package/dist/styles/components/components/SSICredentialMiniCardView/index.d.ts +5 -2
  57. package/dist/styles/components/components/SSIHoverText/index.d.ts +4 -3
  58. package/dist/styles/components/components/SSIProfileIcon/index.d.ts +2 -1
  59. package/dist/styles/components/components/SSIStatusLabel/index.d.ts +8 -3
  60. package/dist/styles/components/components/SSITabView/index.d.ts +2 -1
  61. package/dist/styles/components/components/SSITabViewHeader/index.d.ts +6 -3
  62. package/dist/styles/components/components/SSITableView/index.d.ts +11 -10
  63. package/dist/styles/components/components/SSITableView/index.js +5 -5
  64. package/dist/styles/components/components/SSITableViewHeader/index.d.ts +11 -6
  65. package/dist/styles/components/components/SSIToast/index.d.ts +11 -4
  66. package/dist/styles/components/components/SSIToastContainer/index.d.ts +3 -1
  67. package/dist/styles/components/components/SSITypeLabel/index.d.ts +4 -1
  68. package/dist/styles/components/components/SecondaryButton/index.d.ts +7 -0
  69. package/dist/styles/components/components/{SSISecondaryButton → SecondaryButton}/index.js +5 -3
  70. package/dist/styles/components/components/StepMarker/index.d.ts +5 -4
  71. package/dist/styles/components/components/TextInputField/index.d.ts +3 -2
  72. package/dist/styles/components/components/buttons/index.d.ts +4 -1
  73. package/dist/styles/components/components/index.d.ts +4 -3
  74. package/dist/styles/components/components/index.js +4 -3
  75. package/dist/styles/components/containers/index.d.ts +7 -4
  76. package/dist/styles/css/index.d.ts +12 -12
  77. package/dist/styles/fonts/index.d.ts +29 -16
  78. package/dist/types/indicator/index.d.ts +1 -0
  79. package/dist/types/view/index.d.ts +4 -5
  80. package/dist/utils/IconUtils.d.ts +3 -0
  81. package/dist/utils/IconUtils.js +32 -0
  82. package/dist/utils/index.d.ts +1 -0
  83. package/dist/utils/index.js +1 -0
  84. package/package.json +8 -9
  85. package/dist/components/buttons/SSIIconButton/index.js +0 -29
  86. package/dist/styles/components/components/SSIIconButton/index.d.ts +0 -1
  87. package/dist/styles/components/components/SSIPrimaryButton/index.d.ts +0 -1
  88. package/dist/styles/components/components/SSISecondaryButton/index.d.ts +0 -2
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React, { useEffect } from 'react';
3
3
  import { JSONTree } from 'react-json-tree';
4
- import { backgroundColors, calculateAspectRatio, fontColors, isBase64ImageUri, isBoolean, Localization, parseToBoolean } from '@sphereon/ui-components.core';
4
+ import { backgroundColors, calculateAspectRatio, fontColors, isBase64ImageUri, isBoolean, Localization, parseToBoolean, } from '@sphereon/ui-components.core';
5
5
  import SSICheckmarkBadge from '../../assets/badges/SSICheckmarkBadge';
6
6
  import SSIExclamationMarkBadge from '../../assets/badges/SSIExclamationMarkBadge';
7
7
  import { getImageSize } from '../../../utils';
8
- import { JSONDataViewContainerStyled as Container, JSONDataViewHeaderContainerStyled as HeaderContainer, JSONDataViewColumnHeaderCaptionStyled as ColumnHeaderCaption, JSONDataViewDataContainerCaptionStyled as ContainerCaption, JSONDataViewDataImageValueStyled as ImageValue, JSONDataViewDataTextValueStyled as TextValue, JSONDataViewDataLabelStyled as Label } from '../../../styles';
8
+ import { JSONDataViewContainerStyled as Container, JSONDataViewHeaderContainerStyled as HeaderContainer, JSONDataViewColumnHeaderCaptionStyled as ColumnHeaderCaption, JSONDataViewDataContainerCaptionStyled as ContainerCaption, JSONDataViewDataImageValueStyled as ImageValue, JSONDataViewDataTextValueStyled as TextValue, JSONDataViewDataLabelStyled as Label, } from '../../../styles';
9
9
  const JSONDataView = (props) => {
10
10
  const { showHeader = true, shouldExpandNodeInitially = () => false } = props;
11
11
  const expandNodeInitially = typeof shouldExpandNodeInitially === 'function' ? shouldExpandNodeInitially : () => shouldExpandNodeInitially;
@@ -16,8 +16,10 @@ const JSONDataView = (props) => {
16
16
  return data;
17
17
  }
18
18
  const processedData = {};
19
- await Promise.all(Object.entries(data).map(async ([key, value]) => {
20
- if (typeof value === 'object' && value !== null) {
19
+ await Promise.all(Object.entries(data)
20
+ .filter(([_key, value]) => !!value)
21
+ .map(async ([key, value]) => {
22
+ if (typeof value === 'object') {
21
23
  processedData[key] = await preprocessData(value);
22
24
  }
23
25
  else if (typeof value === 'string' && isBase64ImageUri(value)) {
@@ -28,8 +30,8 @@ const JSONDataView = (props) => {
28
30
  dimensions: {
29
31
  height: dimensions.height,
30
32
  width: dimensions.width,
31
- aspectRatio: calculateAspectRatio(dimensions.width, dimensions.height)
32
- }
33
+ aspectRatio: calculateAspectRatio(dimensions.width, dimensions.height),
34
+ },
33
35
  };
34
36
  }
35
37
  else {
@@ -48,14 +50,12 @@ const JSONDataView = (props) => {
48
50
  if (isBoolean(value)) {
49
51
  return parseToBoolean(value) ? _jsx(SSICheckmarkBadge, {}) : _jsx(SSIExclamationMarkBadge, {});
50
52
  }
51
- if (typeof value === 'object'
52
- && value !== null
53
- && 'uri' in value) {
53
+ if (typeof value === 'object' && value !== null && 'uri' in value) {
54
54
  const imageData = value;
55
- return _jsx(ImageValue, { style: {
55
+ return (_jsx(ImageValue, { style: {
56
56
  aspectRatio: imageData.dimensions?.aspectRatio,
57
57
  backgroundImage: `url(${imageData.uri})`,
58
- } });
58
+ } }));
59
59
  }
60
60
  return _jsx(TextValue, { children: value?.toString() });
61
61
  };
@@ -65,21 +65,19 @@ const JSONDataView = (props) => {
65
65
  const isCustomNode = (value) => {
66
66
  return typeof value === 'object' && value !== null && 'uri' in value && 'dimensions' in value;
67
67
  };
68
- return (_jsxs(Container, { children: [showHeader &&
69
- _jsxs(HeaderContainer, { children: [_jsx(ColumnHeaderCaption, { children: Localization.translate('json_data_view_attribute_column_label') }), _jsx(ColumnHeaderCaption, { children: Localization.translate('json_data_view_value_column_label') })] }), _jsx(ContainerCaption, { onMouseEnter: () => setFocused(true), onMouseLeave: () => setFocused(false), children: data &&
70
- _jsx(JSONTree, { theme: {
71
- base0D: fontColors.dark,
72
- tree: {
73
- margin: 0,
74
- backgroundColor: backgroundColors.primaryLight,
75
- },
76
- arrowContainer: {
77
- paddingRight: 6,
78
- },
79
- arrow: {
80
- fontSize: 10,
81
- ...(!focused && { display: 'none' }),
82
- },
83
- }, hideRoot: true, shouldExpandNodeInitially: expandNodeInitially, getItemString: getItemString, labelRenderer: labelRenderer, valueRenderer: valueRenderer, isCustomNode: isCustomNode, data: data }) })] }));
68
+ return (_jsxs(Container, { children: [showHeader && (_jsxs(HeaderContainer, { children: [_jsx(ColumnHeaderCaption, { children: Localization.translate('json_data_view_attribute_column_label') }), _jsx(ColumnHeaderCaption, { children: Localization.translate('json_data_view_value_column_label') })] })), _jsx(ContainerCaption, { onMouseEnter: () => setFocused(true), onMouseLeave: () => setFocused(false), children: data && (_jsx(JSONTree, { theme: {
69
+ base0D: fontColors.dark,
70
+ tree: {
71
+ margin: 0,
72
+ backgroundColor: backgroundColors.primaryLight,
73
+ },
74
+ arrowContainer: {
75
+ paddingRight: 6,
76
+ },
77
+ arrow: {
78
+ fontSize: 10,
79
+ ...(!focused && { display: 'none' }),
80
+ },
81
+ }, hideRoot: true, shouldExpandNodeInitially: expandNodeInitially, getItemString: getItemString, labelRenderer: labelRenderer, valueRenderer: valueRenderer, isCustomNode: isCustomNode, data: data })) })] }));
84
82
  };
85
83
  export default JSONDataView;
@@ -1,13 +1,13 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { ButtonIcon, Localization, statusColors } from '@sphereon/ui-components.core';
3
- import SSIIconButton from '../../../buttons/SSIIconButton';
4
- import SSIPrimaryButton from '../../../buttons/SSIPrimaryButton';
3
+ import IconButton from '../../../buttons/IconButton';
4
+ import PrimaryButton from '../../../buttons/PrimaryButton';
5
5
  import { SSITableViewHeaderActionsContainerStyled as ActionsContainer, SSITableViewHeaderContainerStyled as Container, SSITableViewHeaderContentContainerStyled as ContentContainer, SSITextH3Styled as FilterCaption, SSITableViewHeaderFilterContainerStyled as FilterContainer, TableViewHeaderStaticActionsContainerStyled as StaticActionsContainer, } from '../../../../styles';
6
6
  const SSITableViewHeader = (props) => {
7
7
  const { enableFiltering = false, enableMostRecent = false, actions = [], onDelete } = props;
8
8
  const onDeleteClick = async () => {
9
9
  await onDelete?.();
10
10
  };
11
- return (_jsxs(Container, { children: [_jsx(StaticActionsContainer, { children: onDelete && (_jsx(SSIIconButton, { caption: Localization.translate('action_delete_label'), icon: ButtonIcon.DELETE, iconColor: statusColors.error, onClick: onDeleteClick })) }), _jsx(ContentContainer, { style: { width: 'fit-content' }, children: _jsxs(ActionsContainer, { children: [enableFiltering && (_jsxs(FilterContainer, { children: [_jsx(SSIIconButton, { icon: ButtonIcon.FILTER, onClick: async () => console.log('add filter clicked') }), _jsx(FilterCaption, { children: Localization.translate('action_filter_caption') })] })), actions.map((action, index) => (_jsx(SSIPrimaryButton, { caption: action.caption, onClick: action.onClick, icon: action.icon }, index)))] }) })] }));
11
+ return (_jsxs(Container, { children: [_jsx(StaticActionsContainer, { children: onDelete && (_jsx(IconButton, { caption: Localization.translate('action_delete_label'), icon: ButtonIcon.DELETE, iconColor: statusColors.error, onClick: onDeleteClick })) }), _jsx(ContentContainer, { style: { width: 'fit-content' }, children: _jsxs(ActionsContainer, { children: [enableFiltering && (_jsxs(FilterContainer, { children: [_jsx(IconButton, { icon: ButtonIcon.FILTER, onClick: async () => console.log('add filter clicked') }), _jsx(FilterCaption, { children: Localization.translate('action_filter_caption') })] })), actions.map((action, index) => (_jsx(PrimaryButton, { caption: action.caption, onClick: action.onClick, icon: action.icon }, index)))] }) })] }));
12
12
  };
13
13
  export default SSITableViewHeader;
@@ -9,10 +9,10 @@ import SSIStatusLabel from '../../labels/SSIStatusLabel';
9
9
  import CredentialMiniCardView from '../CredentialMiniCardView';
10
10
  import DropDownList from '../../lists/DropDownList';
11
11
  import { SSITableViewCellContainerStyled as CellContainer, SSITableViewContainerStyled as Container, SSITableViewHeaderCellContainerStyled as HeaderCellContainer, SSITableViewLabelCellStyled as LabelCell, SSITableViewResultCountCaptionStyled as ResultCountCaption, SSITableViewHeaderRowContainerStyled as HeaderRowContainer, SSITableViewRowContainerStyled as RowContainer, SSITableViewTableContainerStyled as TableContainer, TableViewRowSelectionCheckboxContainerStyled as RowSelectionCheckboxContainer, } from '../../../styles';
12
- import { TableCellType } from '../../../types';
12
+ import { TableCellType, } from '../../../types';
13
13
  import PaginationControls from './PaginationControls';
14
- import ComboBox from "../../fields/ComboBox";
15
- import CredentialDetailsView from "../CredentialViewItem";
14
+ import ComboBox from '../../fields/ComboBox';
15
+ import CredentialDetailsView from '../CredentialViewItem';
16
16
  function IndeterminateCheckbox({ indeterminate, className = '', ...rest }) {
17
17
  const ref = React.useRef(null);
18
18
  React.useEffect(() => {
package/dist/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  import SSIToastContainer from './components/messageBoxes/toasts/SSIToastContainer';
2
2
  import SSIStatusLabel from './components/labels/SSIStatusLabel';
3
3
  import SSICredentialCardView from './components/views/SSICredentialCardView';
4
- import CredentialMiniCardView from './components/views/CredentialMiniCardView';
5
- import { CredentialMiniCardViewProps } from './components/views/CredentialMiniCardView';
4
+ import CredentialMiniCardView, { CredentialMiniCardViewProps } from './components/views/CredentialMiniCardView';
6
5
  import SSICheckmarkBadge from './components/assets/badges/SSICheckmarkBadge';
7
6
  import SSIExclamationMarkBadge from './components/assets/badges/SSIExclamationMarkBadge';
8
7
  import SSIPlaceholderLogo from './components/assets/logos/SSIPlaceholderLogo';
@@ -11,15 +10,15 @@ import SSIAddIcon from './components/assets/icons/SSIAddIcon';
11
10
  import SSIFilterIcon from './components/assets/icons/SSIFilterIcon';
12
11
  import SSIArrowDownIcon from './components/assets/icons/SSIArrowDownIcon';
13
12
  import SSITypeLabel from './components/labels/SSITypeLabel';
14
- import SSIIconButton from './components/buttons/SSIIconButton';
15
- import SSIPrimaryButton from './components/buttons/SSIPrimaryButton';
13
+ import IconButton from './components/buttons/IconButton';
14
+ import PrimaryButton from './components/buttons/PrimaryButton';
16
15
  import DropDownList from './components/lists/DropDownList';
17
16
  import SSITableView from './components/views/SSITableView';
18
17
  import SSITableViewHeader from './components/views/SSITableView/SSITableViewHeader';
19
18
  import SSITabView from './components/views/SSITabView';
20
19
  import SSITabViewHeader from './components/views/SSITabView/SSITabViewHeader';
21
20
  import SSIProfileIcon from './components/assets/icons/SSIProfileIcon';
22
- import SSISecondaryButton from './components/buttons/SSISecondaryButton';
21
+ import SecondaryButton from './components/buttons/SecondaryButton';
23
22
  import SSICheckbox from './components/fields/SSICheckbox';
24
23
  import SSIActivityIndicator from './components/indicators/SSIActivityIndicator';
25
24
  import SSIHoverText from './components/fields/SSIHoverText';
@@ -28,6 +27,11 @@ import StepMarker from './components/assets/markers/StepMarker';
28
27
  import DocumentIcon from './components/assets/icons/DocumentIcon';
29
28
  import CrossIcon from './components/assets/icons/CrossIcon';
30
29
  import ImageIcon from './components/assets/icons/ImageIcon';
30
+ import MeatBallsIcon from './components/assets/icons/MeatBallsIcon';
31
+ import PencilIcon from './components/assets/icons/PencilIcon';
32
+ import ViewIcon from './components/assets/icons/ViewIcon';
33
+ import CopyIcon from './components/assets/icons/CopyIcon';
34
+ import DeleteIcon from './components/assets/icons/DeleteIcon';
31
35
  import FileSelection from './components/fields/FileSelection';
32
36
  import ComboBox from './components/fields/ComboBox';
33
37
  import DragAndDropBox from './components/fields/DragAndDropBox';
@@ -40,9 +44,11 @@ import CredentialViewItem from './components/views/CredentialViewItem';
40
44
  import JSONDataView from './components/views/JSONDataView';
41
45
  import TextInputField from './components/fields/TextInputField';
42
46
  import WarningImage from './components/assets/images/WarningImage';
47
+ import FormView from './components/views/FormView';
48
+ import InformationRequestView from './components/views/InformationRequestView';
43
49
  import { Row } from '@tanstack/react-table';
44
50
  export * from './styles/fonts';
45
51
  export * from './types';
46
52
  export * from './helpers';
47
53
  export * from './utils';
48
- export { SSICredentialCardView, CredentialMiniCardView, CredentialMiniCardViewProps, SSIStatusLabel, SSICheckmarkBadge, SSIExclamationMarkBadge, SSIPlaceholderLogo, SSILogo, SSIAddIcon, SSIFilterIcon, SSIArrowDownIcon, SSITypeLabel, SSIIconButton, SSIPrimaryButton, SSISecondaryButton, DropDownList, SSITableView, SSITableViewHeader, SSITabView, SSITabViewHeader, SSIProfileIcon, SSIToastContainer, SSICheckbox, SSIActivityIndicator, SSIHoverText, StepMarker, ProgressStepIndicator, PaginationControls, PaginationControlsProps, Row, DocumentIcon, CrossIcon, ImageIcon, FileSelection, ComboBox, DragAndDropBox, PersonPlaceholder, PassportPhotoControl, passportPhotoControlTester, CredentialIssuanceWizardView, CredentialViewItem, JSONDataView, TextInputField, WarningImage };
54
+ export { SSICredentialCardView, CredentialMiniCardView, CredentialMiniCardViewProps, SSIStatusLabel, SSICheckmarkBadge, SSIExclamationMarkBadge, SSIPlaceholderLogo, SSILogo, SSIAddIcon, SSIFilterIcon, SSIArrowDownIcon, SSITypeLabel, IconButton, PrimaryButton, SecondaryButton, DropDownList, SSITableView, SSITableViewHeader, SSITabView, SSITabViewHeader, SSIProfileIcon, SSIToastContainer, SSICheckbox, SSIActivityIndicator, SSIHoverText, StepMarker, ProgressStepIndicator, PaginationControls, PaginationControlsProps, Row, DocumentIcon, CrossIcon, ImageIcon, MeatBallsIcon, PencilIcon, ViewIcon, CopyIcon, DeleteIcon, FileSelection, ComboBox, DragAndDropBox, PersonPlaceholder, PassportPhotoControl, passportPhotoControlTester, CredentialIssuanceWizardView, CredentialViewItem, JSONDataView, TextInputField, WarningImage, FormView, InformationRequestView, };
package/dist/index.js CHANGED
@@ -10,15 +10,15 @@ import SSIAddIcon from './components/assets/icons/SSIAddIcon';
10
10
  import SSIFilterIcon from './components/assets/icons/SSIFilterIcon';
11
11
  import SSIArrowDownIcon from './components/assets/icons/SSIArrowDownIcon';
12
12
  import SSITypeLabel from './components/labels/SSITypeLabel';
13
- import SSIIconButton from './components/buttons/SSIIconButton';
14
- import SSIPrimaryButton from './components/buttons/SSIPrimaryButton';
13
+ import IconButton from './components/buttons/IconButton';
14
+ import PrimaryButton from './components/buttons/PrimaryButton';
15
15
  import DropDownList from './components/lists/DropDownList';
16
16
  import SSITableView from './components/views/SSITableView';
17
17
  import SSITableViewHeader from './components/views/SSITableView/SSITableViewHeader';
18
18
  import SSITabView from './components/views/SSITabView';
19
19
  import SSITabViewHeader from './components/views/SSITabView/SSITabViewHeader';
20
20
  import SSIProfileIcon from './components/assets/icons/SSIProfileIcon';
21
- import SSISecondaryButton from './components/buttons/SSISecondaryButton';
21
+ import SecondaryButton from './components/buttons/SecondaryButton';
22
22
  import SSICheckbox from './components/fields/SSICheckbox';
23
23
  import SSIActivityIndicator from './components/indicators/SSIActivityIndicator';
24
24
  import SSIHoverText from './components/fields/SSIHoverText';
@@ -27,6 +27,11 @@ import StepMarker from './components/assets/markers/StepMarker';
27
27
  import DocumentIcon from './components/assets/icons/DocumentIcon';
28
28
  import CrossIcon from './components/assets/icons/CrossIcon';
29
29
  import ImageIcon from './components/assets/icons/ImageIcon';
30
+ import MeatBallsIcon from './components/assets/icons/MeatBallsIcon';
31
+ import PencilIcon from './components/assets/icons/PencilIcon';
32
+ import ViewIcon from './components/assets/icons/ViewIcon';
33
+ import CopyIcon from './components/assets/icons/CopyIcon';
34
+ import DeleteIcon from './components/assets/icons/DeleteIcon';
30
35
  import FileSelection from './components/fields/FileSelection';
31
36
  import ComboBox from './components/fields/ComboBox';
32
37
  import DragAndDropBox from './components/fields/DragAndDropBox';
@@ -39,8 +44,10 @@ import CredentialViewItem from './components/views/CredentialViewItem';
39
44
  import JSONDataView from './components/views/JSONDataView';
40
45
  import TextInputField from './components/fields/TextInputField';
41
46
  import WarningImage from './components/assets/images/WarningImage';
47
+ import FormView from './components/views/FormView';
48
+ import InformationRequestView from './components/views/InformationRequestView';
42
49
  export * from './styles/fonts';
43
50
  export * from './types';
44
51
  export * from './helpers';
45
52
  export * from './utils';
46
- export { SSICredentialCardView, CredentialMiniCardView, SSIStatusLabel, SSICheckmarkBadge, SSIExclamationMarkBadge, SSIPlaceholderLogo, SSILogo, SSIAddIcon, SSIFilterIcon, SSIArrowDownIcon, SSITypeLabel, SSIIconButton, SSIPrimaryButton, SSISecondaryButton, DropDownList, SSITableView, SSITableViewHeader, SSITabView, SSITabViewHeader, SSIProfileIcon, SSIToastContainer, SSICheckbox, SSIActivityIndicator, SSIHoverText, StepMarker, ProgressStepIndicator, PaginationControls, PaginationControlsProps, DocumentIcon, CrossIcon, ImageIcon, FileSelection, ComboBox, DragAndDropBox, PersonPlaceholder, PassportPhotoControl, passportPhotoControlTester, CredentialIssuanceWizardView, CredentialViewItem, JSONDataView, TextInputField, WarningImage };
53
+ export { SSICredentialCardView, CredentialMiniCardView, SSIStatusLabel, SSICheckmarkBadge, SSIExclamationMarkBadge, SSIPlaceholderLogo, SSILogo, SSIAddIcon, SSIFilterIcon, SSIArrowDownIcon, SSITypeLabel, IconButton, PrimaryButton, SecondaryButton, DropDownList, SSITableView, SSITableViewHeader, SSITabView, SSITabViewHeader, SSIProfileIcon, SSIToastContainer, SSICheckbox, SSIActivityIndicator, SSIHoverText, StepMarker, ProgressStepIndicator, PaginationControls, PaginationControlsProps, DocumentIcon, CrossIcon, ImageIcon, MeatBallsIcon, PencilIcon, ViewIcon, CopyIcon, DeleteIcon, FileSelection, ComboBox, DragAndDropBox, PersonPlaceholder, PassportPhotoControl, passportPhotoControlTester, CredentialIssuanceWizardView, CredentialViewItem, JSONDataView, TextInputField, WarningImage, FormView, InformationRequestView, };
@@ -1,9 +1,14 @@
1
- export declare const CredentialIssuanceWizardViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const CredentialIssuanceWizardViewCredentialTypeContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const CredentialIssuanceWizardViewCredentialTypeTitleStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const CredentialIssuanceWizardViewFormContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const CredentialIssuanceWizardViewEvidenceContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const CredentialIssuanceWizardViewEvidenceContentContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const CredentialIssuanceWizardViewEvidenceTitleContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const CredentialIssuanceWizardViewEvidenceTitleOptionalStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
9
- export declare const CredentialIssuanceWizardViewEvidenceFilesContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const CredentialIssuanceWizardViewContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const CredentialIssuanceWizardViewCredentialTypeContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const CredentialIssuanceWizardViewCredentialTypeTitleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
5
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
6
+ }, never>> & string;
7
+ export declare const CredentialIssuanceWizardViewFormContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export declare const CredentialIssuanceWizardViewEvidenceContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const CredentialIssuanceWizardViewEvidenceContentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export declare const CredentialIssuanceWizardViewEvidenceTitleContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export declare const CredentialIssuanceWizardViewEvidenceTitleOptionalStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
12
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
13
+ }, never>> & string;
14
+ export declare const CredentialIssuanceWizardViewEvidenceFilesContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,6 +1,6 @@
1
1
  import styled from 'styled-components';
2
- import { backgroundColors, borderColors, SSIRoundedEdgesCss } from "@sphereon/ui-components.core";
3
- import { SSITextH1SemiBoldStyled, SSITextH2Styled } from "../../../fonts";
2
+ import { backgroundColors, borderColors, SSIRoundedEdgesCss } from '@sphereon/ui-components.core';
3
+ import { SSITextH1SemiBoldStyled, SSITextH2Styled } from '../../../fonts';
4
4
  export const CredentialIssuanceWizardViewContainerStyled = styled.div `
5
5
  display: flex;
6
6
  flex-direction: column;
@@ -41,7 +41,7 @@ export const CredentialIssuanceWizardViewEvidenceContentContainerStyled = styled
41
41
  gap: 24px;
42
42
  `;
43
43
  export const CredentialIssuanceWizardViewEvidenceTitleContainerStyled = styled.div `
44
- display: flex;
44
+ display: flex;
45
45
  flex-direction: row;
46
46
  gap: 4px;
47
47
  `;
@@ -1,5 +1,14 @@
1
- export declare const CredentialViewItemContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const CredentialViewItemDetailsContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const CredentialViewItemTitleCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const CredentialViewItemStatusContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const CredentialViewItemExpirationDateCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const CredentialViewItemContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string;
5
+ export declare const CredentialViewItemDetailsContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string;
8
+ export declare const CredentialViewItemTitleCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
9
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
10
+ }, never>> & string;
11
+ export declare const CredentialViewItemStatusContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
+ export declare const CredentialViewItemExpirationDateCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, never>> & string;
@@ -1,4 +1,7 @@
1
- export declare const DragAndDropBoxContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const DragAndDropBoxHiddenInputStyled: import("styled-components").StyledComponent<"input", any, {}, never>;
3
- export declare const DragAndDropBoxCaptionContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const DragAndDropBoxDescriptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const DragAndDropBoxContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const DragAndDropBoxHiddenInputStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
4
+ export declare const DragAndDropBoxCaptionContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const DragAndDropBoxDescriptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string;
@@ -1,3 +1,6 @@
1
- export declare const DropDownListContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const DropDownListButtonStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const DropDownContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const DropDownListContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string;
5
+ export declare const DropDownListButtonStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const DropDownContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,3 +1,8 @@
1
- export declare const DropDownListItemContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const DropDownListItemCaptionContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const DropDownListItemIconContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const DropDownListItemContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string;
5
+ export declare const DropDownListItemCaptionContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string;
8
+ export declare const DropDownListItemIconContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,10 +1,15 @@
1
- export declare const FileSelectionFieldContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const FileSelectionFieldContentContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const FileSelectionFieldRemoveContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const FileSelectionFieldRemoveButtonStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const FileSelectionFieldRemoveButtonCircleIconStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const FileSelectionFieldIconContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const FileSelectionFieldFileDataContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const FileSelectionFieldFileNameCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
9
- export declare const FileSelectionFieldFileSizeCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
10
- export declare const FileSelectionFieldPermissionSelectionContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const FileSelectionFieldContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const FileSelectionFieldContentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const FileSelectionFieldRemoveContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const FileSelectionFieldRemoveButtonStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const FileSelectionFieldRemoveButtonCircleIconStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export declare const FileSelectionFieldIconContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export declare const FileSelectionFieldFileDataContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const FileSelectionFieldFileNameCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
11
+ }, never>> & string;
12
+ export declare const FileSelectionFieldFileSizeCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, never>> & string;
15
+ export declare const FileSelectionFieldPermissionSelectionContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const IconButtonContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
- export const SSIIconButtonContainerStyled = styled.div `
2
+ export const IconButtonContainerStyled = styled.div `
3
3
  gap: 8px;
4
4
  height: 32px;
5
5
  min-width: 32px;
@@ -0,0 +1,31 @@
1
+ /// <reference types="react" />
2
+ export declare const InformationRequestViewContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const InformationRequestViewContentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const InformationRequestViewHeaderContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const InformationRequestViewPurposeContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const InformationRequestViewTitleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
7
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
8
+ }, never>> & string;
9
+ export declare const InformationRequestViewParagraphStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
11
+ }, never>> & string;
12
+ export declare const InformationRequestViewDescriptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, never>> & string;
15
+ export declare const InformationRequestViewSubSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
16
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
17
+ }, never>> & string;
18
+ export declare const InformationRequestViewFormContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
19
+ export declare const InformationRequestViewFormTitleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
20
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
21
+ }, never>> & string;
22
+ export declare const InformationRequestViewFormDetailsContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
23
+ export declare const InformationRequestViewLogoContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
24
+ export declare const InformationRequestViewRPCardContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
25
+ export declare const InformationRequestViewCardTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
26
+ export declare const InformationRequestViewCardTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
27
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
28
+ }, never>> & string;
29
+ export declare const InformationRequestViewCardSubtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
30
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
31
+ }, never>> & string;
@@ -0,0 +1,86 @@
1
+ import styled from 'styled-components';
2
+ import { SSITextH1Styled, SSITextH2Styled, SSITextH3Styled, SSITextH4Styled } from '../../../fonts';
3
+ export const InformationRequestViewContainerStyled = styled.div `
4
+ display: flex;
5
+ flex-direction: column;
6
+ gap: 24px;
7
+ margin: 0 auto;
8
+ padding: 24px;
9
+ `;
10
+ export const InformationRequestViewContentContainerStyled = styled.div `
11
+ display: flex;
12
+ flex-direction: column;
13
+ gap: 24px;
14
+ width: 500px; /* FIXME */
15
+ margin-right: auto;
16
+ `;
17
+ export const InformationRequestViewHeaderContainerStyled = styled.div `
18
+ display: flex;
19
+ flex-direction: column;
20
+ gap: 8px;
21
+ `;
22
+ export const InformationRequestViewPurposeContainerStyled = styled.div `
23
+ display: flex;
24
+ flex-direction: column;
25
+ gap: 16px;
26
+ padding: 16px;
27
+ border: 1px solid #e0e0e0;
28
+ border-radius: 8px;
29
+ background-color: #fbfbfb;
30
+ `;
31
+ export const InformationRequestViewTitleStyled = styled(SSITextH1Styled) `
32
+ text-align: left;
33
+ font-weight: bold;
34
+ `;
35
+ export const InformationRequestViewParagraphStyled = styled(SSITextH2Styled) `
36
+ text-align: left;
37
+ font-weight: bold;
38
+ `;
39
+ export const InformationRequestViewDescriptionStyled = styled(SSITextH3Styled) `
40
+ text-align: left;
41
+ font-weight: normal;
42
+ `;
43
+ export const InformationRequestViewSubSectionStyled = styled(SSITextH3Styled) `
44
+ text-align: left;
45
+ font-weight: bold;
46
+ `;
47
+ export const InformationRequestViewFormContainerStyled = styled.div `
48
+ display: flex;
49
+ flex-direction: column;
50
+ gap: 16px;
51
+ padding: 16px;
52
+ border: 1px solid #e0e0e0;
53
+ border-radius: 8px;
54
+ background-color: #fbfbfb;
55
+ `;
56
+ export const InformationRequestViewFormTitleStyled = styled(SSITextH2Styled) `
57
+ text-align: left;
58
+ `;
59
+ export const InformationRequestViewFormDetailsContainerStyled = styled.div `
60
+ display: flex;
61
+ flex-direction: column;
62
+ gap: 8px;
63
+ `;
64
+ export const InformationRequestViewLogoContainerStyled = styled.div `
65
+ margin: 0 12px 0 9px;
66
+ `;
67
+ export const InformationRequestViewRPCardContainerStyled = styled.div `
68
+ display: flex;
69
+ flex-direction: row;
70
+ align-items: center;
71
+ gap: 16px;
72
+ padding: 16px;
73
+ border: 1px solid #e0e0e0;
74
+ border-radius: 8px;
75
+ background-color: #ffffff;
76
+ `;
77
+ export const InformationRequestViewCardTextContainer = styled.div `
78
+ flex-grow: 1;
79
+ `;
80
+ export const InformationRequestViewCardTitle = styled(SSITextH4Styled) `
81
+ font-weight: bold;
82
+ `;
83
+ export const InformationRequestViewCardSubtitle = styled(SSITextH4Styled) `
84
+ font-weight: normal;
85
+ color: #555;
86
+ `;
@@ -1,7 +1,8 @@
1
- export declare const JSONDataViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const JSONDataViewHeaderContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const JSONDataViewColumnHeaderCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const JSONDataViewDataContainerCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const JSONDataViewDataImageValueStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const JSONDataViewDataTextValueStyled: import("styled-components").StyledComponent<"span", any, {}, never>;
7
- export declare const JSONDataViewDataLabelStyled: import("styled-components").StyledComponent<"span", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const JSONDataViewContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const JSONDataViewHeaderContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const JSONDataViewColumnHeaderCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const JSONDataViewDataContainerCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const JSONDataViewDataImageValueStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export declare const JSONDataViewDataTextValueStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
8
+ export declare const JSONDataViewDataLabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -1,4 +1,5 @@
1
- export declare const PassportPhotoControlContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const PassportPhotoControlDragAndDropBoxContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const PassportPhotoControlPassportPhotoContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const PassportPhotoControlPassportPhotoImageStyled: import("styled-components").StyledComponent<"img", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const PassportPhotoControlContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const PassportPhotoControlDragAndDropBoxContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const PassportPhotoControlPassportPhotoContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const PassportPhotoControlPassportPhotoImageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
@@ -1,13 +1,13 @@
1
1
  import styled from 'styled-components';
2
2
  import { backgroundColors, borderColors } from '@sphereon/ui-components.core';
3
3
  export const PassportPhotoControlContainerStyled = styled.div `
4
- display: flex;
5
- flex-direction: column;
4
+ display: flex;
5
+ flex-direction: column;
6
6
  gap: 12px;
7
7
  `;
8
8
  export const PassportPhotoControlDragAndDropBoxContainerStyled = styled.div `
9
- display: flex;
10
- flex-direction: row;
9
+ display: flex;
10
+ flex-direction: row;
11
11
  gap: 10px;
12
12
  `;
13
13
  export const PassportPhotoControlPassportPhotoContainerStyled = styled.div `
@@ -23,5 +23,5 @@ export const PassportPhotoControlPassportPhotoContainerStyled = styled.div `
23
23
  `;
24
24
  export const PassportPhotoControlPassportPhotoImageStyled = styled.img `
25
25
  width: 100%;
26
- height: auto
26
+ height: auto;
27
27
  `;