@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
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const PrimaryButtonContainerStyled: 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;
@@ -1,13 +1,14 @@
1
1
  import styled from 'styled-components';
2
2
  import { SSIRoundedContainerStyled } from '../../containers';
3
3
  import { gradientColors } from '../../../colors';
4
- export const SSIPrimaryButtonContainerStyled = styled(SSIRoundedContainerStyled) `
4
+ export const PrimaryButtonContainerStyled = styled(SSIRoundedContainerStyled) `
5
5
  background: ${gradientColors['100']};
6
6
  display: flex;
7
7
  flex-direction: row;
8
8
  justify-content: center;
9
9
  align-items: center;
10
10
  gap: 8px;
11
- padding: 9px 6px 9px 6px;
11
+ padding: 9px;
12
12
  cursor: pointer;
13
+ width: 180px;
13
14
  `;
@@ -1,8 +1,14 @@
1
- export declare const ProgressStepIndicatorContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const ProgressStepIndicatorContentGridContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const ProgressStepIndicatorStepMarkerCellStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const ProgressStepIndicatorStepTextCellStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const ProgressStepIndicatorSpacerLineCellStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const ProgressStepIndicatorTitleTextStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const ProgressStepIndicatorDescriptionTextStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const ProgressStepIndicatorStepLineStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const ProgressStepIndicatorContainerStyled: 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 ProgressStepIndicatorContentGridContainerStyled: 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 ProgressStepIndicatorStepMarkerCellStyled: 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 ProgressStepIndicatorStepTextCellStyled: 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 ProgressStepIndicatorSpacerLineCellStyled: 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 ProgressStepIndicatorTitleTextStyled: 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"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, never>> & string;
10
+ export declare const ProgressStepIndicatorDescriptionTextStyled: 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"> & {
11
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
12
+ }, never>> & string;
13
+ export declare const ProgressStepIndicatorOptionalTextStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
14
+ export declare const ProgressStepIndicatorStepLineStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,6 +1,7 @@
1
1
  import styled from 'styled-components';
2
2
  import { backgroundColors, borderColors, elementColors, fontColors } from '@sphereon/ui-components.core';
3
3
  import { SSITextH1SemiBoldStyled, SSITextH3Styled } from '../../../fonts';
4
+ import { SSITextH2Css } from '../../../css';
4
5
  export const ProgressStepIndicatorContainerStyled = styled.div `
5
6
  background-color: ${backgroundColors.primaryLight};
6
7
  border-radius: 24px;
@@ -36,11 +37,20 @@ export const ProgressStepIndicatorSpacerLineCellStyled = styled.div `
36
37
  `;
37
38
  export const ProgressStepIndicatorTitleTextStyled = styled(SSITextH1SemiBoldStyled) `
38
39
  word-break: break-word;
40
+
41
+ display: flex;
42
+ flex-direction: row;
43
+ gap: 4px;
39
44
  `;
40
45
  export const ProgressStepIndicatorDescriptionTextStyled = styled(SSITextH3Styled) `
41
46
  word-break: break-word;
42
47
  color: ${fontColors.lightGrey};
43
48
  `;
49
+ export const ProgressStepIndicatorOptionalTextStyled = styled.div `
50
+ ${SSITextH2Css};
51
+ line-height: unset;
52
+ font-style: italic;
53
+ `;
44
54
  export const ProgressStepIndicatorStepLineStyled = styled.div `
45
55
  width: 4px;
46
56
  display: flex;
@@ -1,4 +1,9 @@
1
- export declare const SSICheckboxContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSICheckboxUnselectedContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSICheckboxSelectedContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSICheckboxLabelContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSICheckboxContainerStyled: 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 SSICheckboxUnselectedContainerStyled: 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 SSICheckboxSelectedContainerStyled: 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 SSICheckboxLabelContainerStyled: 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"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, never>> & string;
@@ -1,13 +1,28 @@
1
- export declare const SSICredentialCardViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSICredentialCardViewBackgroundImageStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSICredentialCardViewHeaderContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSICredentialCardViewHeaderLogoContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
9
- export declare const SSICredentialCardViewContentPropertiesContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
10
- export declare const SSICredentialCardViewFooterContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
11
- export declare const SSICredentialCardViewCredentialTitleTextStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
12
- export declare const SSICredentialCardViewCredentialSubtitleTextStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
13
- export declare const SSICredentialCardViewStatusContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSICredentialCardViewContainerStyled: 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 SSICredentialCardViewBackgroundImageStyled: 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 SSICredentialCardViewHeaderContainerStyled: 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 SSICredentialCardViewHeaderLogoContainerStyled: 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 SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
14
+ export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
15
+ export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
16
+ export declare const SSICredentialCardViewContentPropertiesContainerStyled: 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"> & {
17
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
+ }, never>> & string;
19
+ export declare const SSICredentialCardViewFooterContainerStyled: 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 SSICredentialCardViewCredentialTitleTextStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
23
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
24
+ }, never>, never>> & string;
25
+ export declare const SSICredentialCardViewCredentialSubtitleTextStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
26
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
27
+ }, never>, never>> & string;
28
+ export declare const SSICredentialCardViewStatusContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,2 +1,5 @@
1
- export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSICredentialMiniCardViewBackgroundImageStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSICredentialMiniCardViewContainerStyled: 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 SSICredentialMiniCardViewBackgroundImageStyled: 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"> & {
4
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
+ }, never>> & string;
@@ -1,3 +1,4 @@
1
- export declare const SSIHoverTextTextHoverStyled: import("styled-components").StyledComponent<"span", any, {}, never>;
2
- export declare const SSIHoverTextContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSIHoverTextTextStyled: import("styled-components").StyledComponent<"span", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSIHoverTextTextHoverStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
3
+ export declare const SSIHoverTextContainerStyled: 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 SSIHoverTextTextStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -1 +1,2 @@
1
- export declare const SSIProfileIconContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSIProfileIconContainerStyled: 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 SSIStatusLabelContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSIStatusLabelStatusCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSIStatusLabelBadgeContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSIStatusLabelContainerStyled: 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 SSIStatusLabelStatusCaptionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<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>, never>> & string;
8
+ export declare const SSIStatusLabelBadgeContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1 +1,2 @@
1
- export declare const SSITabViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSITabViewContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,3 +1,6 @@
1
- export declare const SSITabViewHeaderContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSITabViewHeaderTitleContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSITabViewHeaderTitleCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSITabViewHeaderContainerStyled: 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 SSITabViewHeaderTitleContainerStyled: 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 SSITabViewHeaderTitleCaptionStyled: 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;
@@ -1,11 +1,12 @@
1
- export declare const SSITableViewContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSITableViewLabelCellStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSITableViewTableContainerStyled: import("styled-components").StyledComponent<"table", any, {}, never>;
4
- export declare const SSITableViewHeaderRowContainerStyled: import("styled-components").StyledComponent<"tr", any, {}, never>;
5
- export declare const SSITableViewRowContainerStyled: import("styled-components").StyledComponent<"tr", any, {
1
+ /// <reference types="react" />
2
+ export declare const SSITableViewContainerStyled: 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 SSITableViewLabelCellStyled: 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 SSITableViewTableContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
5
+ export declare const SSITableViewHeaderRowContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
6
+ export declare const SSITableViewRowContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {
6
7
  enableHover?: boolean | undefined;
7
- }, never>;
8
- export declare const SSITableViewCellContainerStyled: import("styled-components").StyledComponent<"td", any, {}, never>;
9
- export declare const SSITableViewHeaderCellContainerStyled: import("styled-components").StyledComponent<"th", any, {}, never>;
10
- export declare const SSITableViewResultCountCaptionStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
11
- export declare const TableViewRowSelectionCheckboxContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ }>> & string;
9
+ export declare const SSITableViewCellContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
10
+ export declare const SSITableViewHeaderCellContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
11
+ export declare const SSITableViewResultCountCaptionStyled: 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 TableViewRowSelectionCheckboxContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -27,13 +27,13 @@ export const SSITableViewRowContainerStyled = styled.tr `
27
27
  &:not(:last-child) {
28
28
  border-bottom: 1px solid ${borderColors.lightGrey};
29
29
  }
30
-
30
+
31
31
  ${props => props.enableHover &&
32
32
  css `
33
- &:hover {
34
- background-color: #ececec; // TODO
35
- }
36
- `}
33
+ &:hover {
34
+ background-color: #ececec; // TODO
35
+ }
36
+ `}
37
37
  `;
38
38
  export const SSITableViewCellContainerStyled = styled.td `
39
39
  ${SSITextH3Css};
@@ -1,6 +1,11 @@
1
- export declare const SSITableViewHeaderContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSITableViewHeaderContentContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSITableViewHeaderActionsContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSITableViewHeaderFilterContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const SSITableViewHeaderShowOptionContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const TableViewHeaderStaticActionsContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSITableViewHeaderContainerStyled: 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 SSITableViewHeaderContentContainerStyled: 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 SSITableViewHeaderActionsContainerStyled: 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 SSITableViewHeaderFilterContainerStyled: 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"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, never>> & string;
10
+ export declare const SSITableViewHeaderShowOptionContainerStyled: 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 TableViewHeaderStaticActionsContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,4 +1,11 @@
1
- export declare const SSIToastContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSIToastBadgeContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSIToastTitleContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSIToastMessageTextStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSIToastContainerStyled: 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 SSIToastBadgeContainerStyled: 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 SSIToastTitleContainerStyled: 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 SSIToastMessageTextStyled: 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;
@@ -1,2 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const SSIToastContainerContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
2
+ export declare const SSIToastContainerContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
@@ -1 +1,4 @@
1
- export declare const SSITypeLabelContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSITypeLabelContainerStyled: 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;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const SecondaryButtonContainerStyled: 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 SecondaryButtonCaptionStyled: 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;
@@ -2,15 +2,16 @@ import styled from 'styled-components';
2
2
  import { SSIRoundedContainerStyled } from '../../containers';
3
3
  import { SSITextH3Styled } from '../../../fonts';
4
4
  import { gradient100TextCss } from '../../../css';
5
- export const SSISecondaryButtonContainerStyled = styled(SSIRoundedContainerStyled) `
5
+ export const SecondaryButtonContainerStyled = styled(SSIRoundedContainerStyled) `
6
6
  position: relative;
7
7
  display: flex;
8
8
  flex-direction: row;
9
9
  justify-content: center;
10
10
  align-items: center;
11
11
  gap: 8px;
12
- padding: 9px 6px 9px 6px;
12
+ padding: 9px;
13
13
  cursor: pointer;
14
+ width: 180px;
14
15
 
15
16
  &::before {
16
17
  content: '';
@@ -27,6 +28,7 @@ export const SSISecondaryButtonContainerStyled = styled(SSIRoundedContainerStyle
27
28
  mask-composite: exclude;
28
29
  }
29
30
  `;
30
- export const SSISecondaryButtonCaptionStyled = styled(SSITextH3Styled) `
31
+ export const SecondaryButtonCaptionStyled = styled(SSITextH3Styled) `
32
+ // FIXME H3 vs H2 mobile
31
33
  ${gradient100TextCss}
32
34
  `;
@@ -1,4 +1,5 @@
1
- export declare const StepMarkerActiveContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const StepMarkerActiveOuterContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const StepMarkerGradientContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const StepMarkerInactiveContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const StepMarkerActiveContainerStyled: 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 StepMarkerActiveOuterContainerStyled: 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 StepMarkerGradientContainerStyled: 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 StepMarkerInactiveContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,2 +1,3 @@
1
- export declare const TextFieldInputContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const TextFieldInputInputStyled: import("styled-components").StyledComponent<"input", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const TextFieldInputContainerStyled: 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 TextFieldInputInputStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
@@ -1 +1,4 @@
1
- export declare const ButtonFlexRowStyled: import("styled-components").StyledComponent<"button", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const ButtonFlexRowStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
+ }, never>> & string;
@@ -3,9 +3,9 @@ export * from './DropDownListItem';
3
3
  export * from './SSICredentialCardView';
4
4
  export * from './SSICredentialMiniCardView';
5
5
  export * from './SSIStatusLabel';
6
- export * from './SSIPrimaryButton';
7
- export * from './SSISecondaryButton';
8
- export * from './SSIIconButton';
6
+ export * from './PrimaryButton';
7
+ export * from './SecondaryButton';
8
+ export * from './IconButton';
9
9
  export * from './DropDownList';
10
10
  export * from './SSITypeLabel';
11
11
  export * from './SSITableViewHeader';
@@ -27,3 +27,4 @@ export * from './Pagination';
27
27
  export * from './CredentialViewItem';
28
28
  export * from './JSONDataView';
29
29
  export * from './TextInputField';
30
+ export * from './InformationRequestView';
@@ -3,9 +3,9 @@ export * from './DropDownListItem';
3
3
  export * from './SSICredentialCardView';
4
4
  export * from './SSICredentialMiniCardView';
5
5
  export * from './SSIStatusLabel';
6
- export * from './SSIPrimaryButton';
7
- export * from './SSISecondaryButton';
8
- export * from './SSIIconButton';
6
+ export * from './PrimaryButton';
7
+ export * from './SecondaryButton';
8
+ export * from './IconButton';
9
9
  export * from './DropDownList';
10
10
  export * from './SSITypeLabel';
11
11
  export * from './SSITableViewHeader';
@@ -27,3 +27,4 @@ export * from './Pagination';
27
27
  export * from './CredentialViewItem';
28
28
  export * from './JSONDataView';
29
29
  export * from './TextInputField';
30
+ export * from './InformationRequestView';
@@ -1,4 +1,7 @@
1
- export declare const SSIFlexDirectionRowViewStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSIFlexDirectionColumnViewStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSIAlphaContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSIRoundedContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSIFlexDirectionRowViewStyled: 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 SSIFlexDirectionColumnViewStyled: 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 SSIAlphaContainerStyled: 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 SSIRoundedContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,12 +1,12 @@
1
- export declare const SSITextH1Css: import("styled-components").FlattenSimpleInterpolation;
2
- export declare const SSITextH1SemiBoldCss: import("styled-components").FlattenSimpleInterpolation;
3
- export declare const SSITextH2Css: import("styled-components").FlattenSimpleInterpolation;
4
- export declare const SSITextH2SemiBoldStyledCss: import("styled-components").FlattenSimpleInterpolation;
5
- export declare const SSITextH3Css: import("styled-components").FlattenSimpleInterpolation;
6
- export declare const SSITextH4Css: import("styled-components").FlattenSimpleInterpolation;
7
- export declare const SSITextH4SemiBoldCss: import("styled-components").FlattenSimpleInterpolation;
8
- export declare const SSITextH5Css: import("styled-components").FlattenSimpleInterpolation;
9
- export declare const SSITextH6Css: import("styled-components").FlattenSimpleInterpolation;
10
- export declare const SSITextH7RegularCss: import("styled-components").FlattenSimpleInterpolation;
11
- export declare const SSITextH7SemiBoldCss: import("styled-components").FlattenSimpleInterpolation;
12
- export declare const gradient100TextCss: import("styled-components").FlattenSimpleInterpolation;
1
+ export declare const SSITextH1Css: import("styled-components").RuleSet<object>;
2
+ export declare const SSITextH1SemiBoldCss: import("styled-components").RuleSet<object>;
3
+ export declare const SSITextH2Css: import("styled-components").RuleSet<object>;
4
+ export declare const SSITextH2SemiBoldStyledCss: import("styled-components").RuleSet<object>;
5
+ export declare const SSITextH3Css: import("styled-components").RuleSet<object>;
6
+ export declare const SSITextH4Css: import("styled-components").RuleSet<object>;
7
+ export declare const SSITextH4SemiBoldCss: import("styled-components").RuleSet<object>;
8
+ export declare const SSITextH5Css: import("styled-components").RuleSet<object>;
9
+ export declare const SSITextH6Css: import("styled-components").RuleSet<object>;
10
+ export declare const SSITextH7RegularCss: import("styled-components").RuleSet<object>;
11
+ export declare const SSITextH7SemiBoldCss: import("styled-components").RuleSet<object>;
12
+ export declare const gradient100TextCss: import("styled-components").RuleSet<object>;
@@ -1,16 +1,29 @@
1
- export declare const SSITextH1Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const SSITextH1SemiBoldStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const SSITextH1SemiBoldLightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const SSITextH2Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const SSITextH2SemiBoldStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const SSITextH3Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const SSITextH3LightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const SSITextH4Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
9
- export declare const SSITextH4SemiBoldStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
10
- export declare const SSITextH4LightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
11
- export declare const SSITextH4SemiBoldLightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
12
- export declare const SSITextH5Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
13
- export declare const SSITextH5LightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
14
- export declare const SSITextH6Styled: import("styled-components").StyledComponent<"div", any, {}, never>;
15
- export declare const SSITextH6LightStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
16
- export declare const SSITextH7RegularStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ /// <reference types="react" />
2
+ export declare const SSITextH1Styled: 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 SSITextH1SemiBoldStyled: 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 SSITextH1SemiBoldLightStyled: 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 SSITextH2Styled: 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 SSITextH2SemiBoldStyled: 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 SSITextH3Styled: 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 SSITextH3LightStyled: 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"> & {
11
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
12
+ }, never>> & string;
13
+ export declare const SSITextH4Styled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
14
+ export declare const SSITextH4SemiBoldStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
15
+ export declare const SSITextH4LightStyled: 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 SSITextH4SemiBoldLightStyled: 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"> & {
19
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
20
+ }, never>> & string;
21
+ export declare const SSITextH5Styled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
22
+ export declare const SSITextH5LightStyled: 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"> & {
23
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
24
+ }, never>> & string;
25
+ export declare const SSITextH6Styled: 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 SSITextH6LightStyled: 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 SSITextH7RegularStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,6 +1,7 @@
1
1
  export type ProgressIndicatorStep = {
2
2
  title?: string;
3
3
  description?: string;
4
+ required?: boolean;
4
5
  };
5
6
  export declare enum StepStatus {
6
7
  CURRENT = "current",
@@ -1,9 +1,8 @@
1
1
  import { JsonFormsCore, JsonSchema, UISchemaElement } from '@jsonforms/core';
2
- import { ErrorObject } from 'ajv';
3
- export type CredentialFormInput = Pick<JsonFormsCore, 'data' | 'errors'>;
4
- export type CredentialFormData = {
5
- data?: any;
6
- errors?: ErrorObject[];
2
+ export type JSONFormState<DataType = any> = Pick<JsonFormsCore, 'errors'> & {
3
+ data: DataType;
4
+ };
5
+ export type CredentialFormData = JSONFormState<Record<any, any>> & {
7
6
  evidence: Array<File>;
8
7
  };
9
8
  export type CredentialFormSelectionType = {
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from 'react';
2
+ import { ButtonIcon } from '@sphereon/ui-components.core';
3
+ export declare const getIcon: (icon: ButtonIcon, color?: string) => ReactElement;