@sphereon/ui-components.ssi-react 0.1.3-unstable.176 → 0.1.3-unstable.180

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 (127) hide show
  1. package/dist/@config/toasts/index.d.ts +3 -3
  2. package/dist/@config/toasts/index.js +1 -1
  3. package/dist/components/assets/icons/SSIProfileIcon/index.js +1 -1
  4. package/dist/components/assets/images/WarningImage/index.d.ts +8 -0
  5. package/dist/components/assets/images/WarningImage/index.js +6 -0
  6. package/dist/components/assets/logos/SSILogo/index.js +1 -1
  7. package/dist/components/assets/markers/StepMarker/index.d.ts +1 -1
  8. package/dist/components/assets/markers/StepMarker/index.js +2 -2
  9. package/dist/components/buttons/SSIIconButton/index.js +6 -6
  10. package/dist/components/buttons/SSIPrimaryButton/index.js +2 -2
  11. package/dist/components/buttons/SSISecondaryButton/index.js +3 -3
  12. package/dist/components/fields/ComboBox/index.js +1 -1
  13. package/dist/components/fields/DragAndDropBox/index.js +2 -2
  14. package/dist/components/fields/FileSelection/index.d.ts +1 -1
  15. package/dist/components/fields/FileSelection/index.js +8 -7
  16. package/dist/components/fields/JSONForms/PassportPhotoControl/index.js +11 -8
  17. package/dist/components/fields/SSICheckbox/index.d.ts +2 -1
  18. package/dist/components/fields/SSICheckbox/index.js +3 -3
  19. package/dist/components/fields/SSIHoverText/index.js +1 -1
  20. package/dist/components/fields/TextInputField/index.d.ts +12 -0
  21. package/dist/components/fields/TextInputField/index.js +21 -0
  22. package/dist/components/indicators/ProgressStepIndicator/index.d.ts +1 -1
  23. package/dist/components/indicators/ProgressStepIndicator/index.js +4 -4
  24. package/dist/components/indicators/SSIActivityIndicator/index.js +1 -2
  25. package/dist/components/labels/SSIStatusLabel/index.js +3 -3
  26. package/dist/components/labels/SSITypeLabel/index.js +2 -2
  27. package/dist/components/lists/DropDownList/index.d.ts +1 -1
  28. package/dist/components/lists/DropDownList/index.js +3 -3
  29. package/dist/components/lists/DropDownListItem/index.js +2 -2
  30. package/dist/components/messageBoxes/toasts/SSIToast/index.js +3 -3
  31. package/dist/components/messageBoxes/toasts/SSIToastContainer/index.js +1 -1
  32. package/dist/components/views/CredentialIssuanceWizardView/index.d.ts +1 -1
  33. package/dist/components/views/CredentialIssuanceWizardView/index.js +7 -6
  34. package/dist/components/views/CredentialMiniCardView/index.js +2 -2
  35. package/dist/components/views/CredentialViewItem/index.d.ts +1 -1
  36. package/dist/components/views/CredentialViewItem/index.js +8 -5
  37. package/dist/components/views/JSONDataView/index.js +28 -24
  38. package/dist/components/views/SSICredentialCardView/index.js +3 -3
  39. package/dist/components/views/SSITabView/SSITabViewHeader/index.js +1 -1
  40. package/dist/components/views/SSITabView/index.js +2 -2
  41. package/dist/components/views/SSITableView/PaginationControls/index.js +1 -1
  42. package/dist/components/views/SSITableView/SSITableViewHeader/index.d.ts +1 -1
  43. package/dist/components/views/SSITableView/SSITableViewHeader/index.js +3 -3
  44. package/dist/components/views/SSITableView/index.d.ts +2 -2
  45. package/dist/components/views/SSITableView/index.js +11 -15
  46. package/dist/helpers/index.d.ts +1 -1
  47. package/dist/helpers/index.js +1 -1
  48. package/dist/helpers/toastHelper.d.ts +1 -1
  49. package/dist/helpers/toastHelper.js +1 -1
  50. package/dist/index.d.ts +47 -45
  51. package/dist/index.js +46 -44
  52. package/dist/renders/jsonFormsRenders.js +1 -1
  53. package/dist/styles/components/components/CredentialIssuanceWizardView/index.d.ts +9 -14
  54. package/dist/styles/components/components/CredentialIssuanceWizardView/index.js +13 -13
  55. package/dist/styles/components/components/CredentialViewItem/index.d.ts +5 -14
  56. package/dist/styles/components/components/CredentialViewItem/index.js +3 -3
  57. package/dist/styles/components/components/DragAndDropBox/index.d.ts +4 -7
  58. package/dist/styles/components/components/DragAndDropBox/index.js +2 -2
  59. package/dist/styles/components/components/DropDownList/index.d.ts +3 -6
  60. package/dist/styles/components/components/DropDownList/index.js +2 -2
  61. package/dist/styles/components/components/DropDownListItem/index.d.ts +3 -8
  62. package/dist/styles/components/components/DropDownListItem/index.js +3 -3
  63. package/dist/styles/components/components/FileSelectionField/index.d.ts +10 -15
  64. package/dist/styles/components/components/FileSelectionField/index.js +2 -2
  65. package/dist/styles/components/components/JSONDataView/index.d.ts +7 -8
  66. package/dist/styles/components/components/JSONDataView/index.js +2 -2
  67. package/dist/styles/components/components/Pagination/index.js +1 -1
  68. package/dist/styles/components/components/PassportPhotoControl/index.d.ts +4 -5
  69. package/dist/styles/components/components/PassportPhotoControl/index.js +6 -6
  70. package/dist/styles/components/components/ProgressStepIndicator/index.d.ts +8 -13
  71. package/dist/styles/components/components/ProgressStepIndicator/index.js +2 -2
  72. package/dist/styles/components/components/SSICheckbox/index.d.ts +4 -11
  73. package/dist/styles/components/components/SSICheckbox/index.js +4 -4
  74. package/dist/styles/components/components/SSICredentialCardView/index.d.ts +13 -32
  75. package/dist/styles/components/components/SSICredentialCardView/index.js +4 -3
  76. package/dist/styles/components/components/SSICredentialMiniCardView/index.d.ts +2 -5
  77. package/dist/styles/components/components/SSICredentialMiniCardView/index.js +2 -2
  78. package/dist/styles/components/components/SSIHoverText/index.d.ts +3 -4
  79. package/dist/styles/components/components/SSIHoverText/index.js +1 -1
  80. package/dist/styles/components/components/SSIIconButton/index.d.ts +1 -2
  81. package/dist/styles/components/components/SSIIconButton/index.js +1 -1
  82. package/dist/styles/components/components/SSIPrimaryButton/index.d.ts +1 -4
  83. package/dist/styles/components/components/SSIPrimaryButton/index.js +3 -3
  84. package/dist/styles/components/components/SSIProfileIcon/index.d.ts +1 -2
  85. package/dist/styles/components/components/SSIProfileIcon/index.js +1 -1
  86. package/dist/styles/components/components/SSISecondaryButton/index.d.ts +2 -7
  87. package/dist/styles/components/components/SSISecondaryButton/index.js +4 -4
  88. package/dist/styles/components/components/SSIStatusLabel/index.d.ts +3 -10
  89. package/dist/styles/components/components/SSIStatusLabel/index.js +3 -3
  90. package/dist/styles/components/components/SSITabView/index.d.ts +1 -2
  91. package/dist/styles/components/components/SSITabView/index.js +1 -1
  92. package/dist/styles/components/components/SSITabViewHeader/index.d.ts +3 -6
  93. package/dist/styles/components/components/SSITabViewHeader/index.js +2 -2
  94. package/dist/styles/components/components/SSITableView/index.d.ts +10 -11
  95. package/dist/styles/components/components/SSITableView/index.js +6 -6
  96. package/dist/styles/components/components/SSITableViewHeader/index.d.ts +6 -11
  97. package/dist/styles/components/components/SSITableViewHeader/index.js +2 -2
  98. package/dist/styles/components/components/SSIToast/index.d.ts +4 -11
  99. package/dist/styles/components/components/SSIToast/index.js +3 -3
  100. package/dist/styles/components/components/SSIToastContainer/index.d.ts +1 -3
  101. package/dist/styles/components/components/SSIToastContainer/index.js +1 -1
  102. package/dist/styles/components/components/SSITypeLabel/index.d.ts +1 -4
  103. package/dist/styles/components/components/SSITypeLabel/index.js +2 -2
  104. package/dist/styles/components/components/StepMarker/index.d.ts +4 -5
  105. package/dist/styles/components/components/StepMarker/index.js +2 -2
  106. package/dist/styles/components/components/TextInputField/index.d.ts +2 -0
  107. package/dist/styles/components/components/TextInputField/index.js +27 -0
  108. package/dist/styles/components/components/buttons/index.d.ts +1 -4
  109. package/dist/styles/components/components/buttons/index.js +1 -1
  110. package/dist/styles/components/components/index.d.ts +29 -28
  111. package/dist/styles/components/components/index.js +29 -28
  112. package/dist/styles/components/containers/index.d.ts +4 -7
  113. package/dist/styles/components/containers/index.js +1 -1
  114. package/dist/styles/components/index.d.ts +2 -2
  115. package/dist/styles/components/index.js +2 -2
  116. package/dist/styles/css/index.d.ts +12 -12
  117. package/dist/styles/css/index.js +2 -2
  118. package/dist/styles/fonts/index.d.ts +16 -29
  119. package/dist/styles/fonts/index.js +2 -2
  120. package/dist/styles/index.d.ts +4 -4
  121. package/dist/styles/index.js +4 -4
  122. package/dist/types/index.d.ts +6 -6
  123. package/dist/types/index.js +6 -6
  124. package/dist/types/table/index.d.ts +2 -2
  125. package/dist/utils/index.d.ts +2 -2
  126. package/dist/utils/index.js +2 -2
  127. package/package.json +7 -7
@@ -1,12 +1,11 @@
1
- /// <reference types="react" />
2
- export declare const SSITableViewContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const SSITableViewLabelCellStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const SSITableViewTableContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>>;
5
- export declare const SSITableViewHeaderRowContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>>;
6
- export declare const SSITableViewRowContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {
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, {
7
6
  enableHover?: boolean | undefined;
8
- }>>;
9
- export declare const SSITableViewCellContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>>;
10
- export declare const SSITableViewHeaderCellContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>>;
11
- export declare const SSITableViewResultCountCaptionStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
12
- export declare const TableViewRowSelectionCheckboxContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
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>;
@@ -1,6 +1,6 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  import { backgroundColors, borderColors, fontColors } from '@sphereon/ui-components.core';
3
- import { SSITextH2Css, SSITextH3Css } from '../../../css/index.js';
3
+ import { SSITextH2Css, SSITextH3Css } from '../../../css';
4
4
  export const SSITableViewContainerStyled = styled.div `
5
5
  display: flex;
6
6
  flex-grow: 1;
@@ -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,11 +1,6 @@
1
- /// <reference types="react" />
2
- export declare const SSITableViewHeaderContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const SSITableViewHeaderContentContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const SSITableViewHeaderActionsContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
7
- export declare const SSITableViewHeaderFilterContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
10
- export declare const SSITableViewHeaderShowOptionContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
11
- export declare const TableViewHeaderStaticActionsContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
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,5 +1,5 @@
1
- import { styled } from 'styled-components';
2
- import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
1
+ import styled from 'styled-components';
2
+ import { SSIFlexDirectionRowViewStyled } from '../../containers';
3
3
  import { backgroundColors } from '@sphereon/ui-components.core';
4
4
  export const SSITableViewHeaderContainerStyled = styled.div `
5
5
  background-color: ${backgroundColors.primaryLight};
@@ -1,11 +1,4 @@
1
- /// <reference types="react" />
2
- export declare const SSIToastContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
5
- export declare const SSIToastBadgeContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
6
- export declare const SSIToastTitleContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
9
- export declare const SSIToastMessageTextStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
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,7 +1,7 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  import { alertColors } from '@sphereon/ui-components.core';
3
- import { SSIFlexDirectionRowViewStyled, SSIRoundedContainerStyled } from '../../containers/index.js';
4
- import { SSITextH4Styled } from '../../../fonts/index.js';
3
+ import { SSIFlexDirectionRowViewStyled, SSIRoundedContainerStyled } from '../../containers';
4
+ import { SSITextH4Styled } from '../../../fonts';
5
5
  export const SSIToastContainerStyled = styled(SSIRoundedContainerStyled) `
6
6
  //TODO we need better width, use a max width and use content to scale
7
7
  // 96.8%;
@@ -1,4 +1,2 @@
1
1
  /// <reference types="react" />
2
- export declare const SSIToastContainerContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").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>> & Omit<import("react").ForwardRefExoticComponent<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
2
+ export declare const SSIToastContainerContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
@@ -1,4 +1,4 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  import { ToastContainer } from 'react-toastify';
3
3
  export const SSIToastContainerContainerStyled = styled(ToastContainer) `
4
4
  &.Toastify__toast-container {
@@ -1,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const SSITypeLabelContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
1
+ export declare const SSITypeLabelContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,5 +1,5 @@
1
- import { styled } from 'styled-components';
2
- import { SSIRoundedContainerStyled } from '../../containers/index.js';
1
+ import styled from 'styled-components';
2
+ import { SSIRoundedContainerStyled } from '../../containers';
3
3
  import { fontColors } from '@sphereon/ui-components.core';
4
4
  export const SSITypeLabelContainerStyled = styled(SSIRoundedContainerStyled) `
5
5
  display: flex;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- export declare const StepMarkerActiveContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const StepMarkerActiveOuterContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const StepMarkerGradientContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
5
- export declare const StepMarkerInactiveContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
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,6 +1,6 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  import { backgroundColors, elementColors } from '@sphereon/ui-components.core';
3
- import { gradientColors } from '../../../colors.js';
3
+ import { gradientColors } from '../../../colors';
4
4
  export const StepMarkerActiveContainerStyled = styled.div `
5
5
  width: 50px;
6
6
  height: 50px;
@@ -0,0 +1,2 @@
1
+ export declare const TextFieldInputContainerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const TextFieldInputInputStyled: import("styled-components").StyledComponent<"input", any, {}, never>;
@@ -0,0 +1,27 @@
1
+ import { borderColors, fontColors } from '@sphereon/ui-components.core';
2
+ import styled from 'styled-components';
3
+ import { SSITextH2Css } from '../../../css';
4
+ export const TextFieldInputContainerStyled = styled.div `
5
+ display: flex;
6
+ flex-direction: column;
7
+ `;
8
+ export const TextFieldInputInputStyled = styled.input `
9
+ ${SSITextH2Css};
10
+ color: ${fontColors.dark};
11
+ display: flex;
12
+ padding: 12px 16px;
13
+ align-items: center;
14
+ border-radius: 4px;
15
+ border: 1px solid ${borderColors.lightGrey};
16
+ outline: none;
17
+ background-color: unset;
18
+ font-family: Poppins, serif;
19
+
20
+ &:focus {
21
+ border-color: ${borderColors.purple};
22
+ }
23
+
24
+ &:hover {
25
+ border-color: ${borderColors.purple};
26
+ }
27
+ `;
@@ -1,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const ButtonFlexRowStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").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>>;
1
+ export declare const ButtonFlexRowStyled: import("styled-components").StyledComponent<"button", any, {}, never>;
@@ -1,4 +1,4 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  export const ButtonFlexRowStyled = styled('button') `
3
3
  flex-direction: row;
4
4
  `;
@@ -1,28 +1,29 @@
1
- export * from './buttons/index.js';
2
- export * from './DropDownListItem/index.js';
3
- export * from './SSICredentialCardView/index.js';
4
- export * from './SSICredentialMiniCardView/index.js';
5
- export * from './SSIStatusLabel/index.js';
6
- export * from './SSIPrimaryButton/index.js';
7
- export * from './SSISecondaryButton/index.js';
8
- export * from './SSIIconButton/index.js';
9
- export * from './DropDownList/index.js';
10
- export * from './SSITypeLabel/index.js';
11
- export * from './SSITableViewHeader/index.js';
12
- export * from './SSITableView/index.js';
13
- export * from './SSITabViewHeader/index.js';
14
- export * from './SSITabView/index.js';
15
- export * from './SSIToast/index.js';
16
- export * from './SSIToastContainer/index.js';
17
- export * from './SSIProfileIcon/index.js';
18
- export * from './SSIHoverText/index.js';
19
- export * from './SSICheckbox/index.js';
20
- export * from './ProgressStepIndicator/index.js';
21
- export * from './StepMarker/index.js';
22
- export * from './FileSelectionField/index.js';
23
- export * from './DragAndDropBox/index.js';
24
- export * from './PassportPhotoControl/index.js';
25
- export * from './CredentialIssuanceWizardView/index.js';
26
- export * from './Pagination/index.js';
27
- export * from './CredentialViewItem/index.js';
28
- export * from './JSONDataView/index.js';
1
+ export * from './buttons';
2
+ export * from './DropDownListItem';
3
+ export * from './SSICredentialCardView';
4
+ export * from './SSICredentialMiniCardView';
5
+ export * from './SSIStatusLabel';
6
+ export * from './SSIPrimaryButton';
7
+ export * from './SSISecondaryButton';
8
+ export * from './SSIIconButton';
9
+ export * from './DropDownList';
10
+ export * from './SSITypeLabel';
11
+ export * from './SSITableViewHeader';
12
+ export * from './SSITableView';
13
+ export * from './SSITabViewHeader';
14
+ export * from './SSITabView';
15
+ export * from './SSIToast';
16
+ export * from './SSIToastContainer';
17
+ export * from './SSIProfileIcon';
18
+ export * from './SSIHoverText';
19
+ export * from './SSICheckbox';
20
+ export * from './ProgressStepIndicator';
21
+ export * from './StepMarker';
22
+ export * from './FileSelectionField';
23
+ export * from './DragAndDropBox';
24
+ export * from './PassportPhotoControl';
25
+ export * from './CredentialIssuanceWizardView';
26
+ export * from './Pagination';
27
+ export * from './CredentialViewItem';
28
+ export * from './JSONDataView';
29
+ export * from './TextInputField';
@@ -1,28 +1,29 @@
1
- export * from './buttons/index.js';
2
- export * from './DropDownListItem/index.js';
3
- export * from './SSICredentialCardView/index.js';
4
- export * from './SSICredentialMiniCardView/index.js';
5
- export * from './SSIStatusLabel/index.js';
6
- export * from './SSIPrimaryButton/index.js';
7
- export * from './SSISecondaryButton/index.js';
8
- export * from './SSIIconButton/index.js';
9
- export * from './DropDownList/index.js';
10
- export * from './SSITypeLabel/index.js';
11
- export * from './SSITableViewHeader/index.js';
12
- export * from './SSITableView/index.js';
13
- export * from './SSITabViewHeader/index.js';
14
- export * from './SSITabView/index.js';
15
- export * from './SSIToast/index.js';
16
- export * from './SSIToastContainer/index.js';
17
- export * from './SSIProfileIcon/index.js';
18
- export * from './SSIHoverText/index.js';
19
- export * from './SSICheckbox/index.js';
20
- export * from './ProgressStepIndicator/index.js';
21
- export * from './StepMarker/index.js';
22
- export * from './FileSelectionField/index.js';
23
- export * from './DragAndDropBox/index.js';
24
- export * from './PassportPhotoControl/index.js';
25
- export * from './CredentialIssuanceWizardView/index.js';
26
- export * from './Pagination/index.js';
27
- export * from './CredentialViewItem/index.js';
28
- export * from './JSONDataView/index.js';
1
+ export * from './buttons';
2
+ export * from './DropDownListItem';
3
+ export * from './SSICredentialCardView';
4
+ export * from './SSICredentialMiniCardView';
5
+ export * from './SSIStatusLabel';
6
+ export * from './SSIPrimaryButton';
7
+ export * from './SSISecondaryButton';
8
+ export * from './SSIIconButton';
9
+ export * from './DropDownList';
10
+ export * from './SSITypeLabel';
11
+ export * from './SSITableViewHeader';
12
+ export * from './SSITableView';
13
+ export * from './SSITabViewHeader';
14
+ export * from './SSITabView';
15
+ export * from './SSIToast';
16
+ export * from './SSIToastContainer';
17
+ export * from './SSIProfileIcon';
18
+ export * from './SSIHoverText';
19
+ export * from './SSICheckbox';
20
+ export * from './ProgressStepIndicator';
21
+ export * from './StepMarker';
22
+ export * from './FileSelectionField';
23
+ export * from './DragAndDropBox';
24
+ export * from './PassportPhotoControl';
25
+ export * from './CredentialIssuanceWizardView';
26
+ export * from './Pagination';
27
+ export * from './CredentialViewItem';
28
+ export * from './JSONDataView';
29
+ export * from './TextInputField';
@@ -1,7 +1,4 @@
1
- /// <reference types="react" />
2
- export declare const SSIFlexDirectionRowViewStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const SSIFlexDirectionColumnViewStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const SSIAlphaContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
7
- export declare const SSIRoundedContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
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,4 +1,4 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  import { SSIRoundedEdgesCss } from '@sphereon/ui-components.core';
3
3
  export const SSIFlexDirectionRowViewStyled = styled.div `
4
4
  display: flex;
@@ -1,2 +1,2 @@
1
- export * from './containers/index.js';
2
- export * from './components/index.js';
1
+ export * from './containers';
2
+ export * from './components';
@@ -1,2 +1,2 @@
1
- export * from './containers/index.js';
2
- export * from './components/index.js';
1
+ export * from './containers';
2
+ export * from './components';
@@ -1,12 +1,12 @@
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
+ 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,6 +1,6 @@
1
1
  import { css } from 'styled-components';
2
- import { fontStyle } from '../typography.js';
3
- import { gradientColors } from '../colors.js';
2
+ import { fontStyle } from '../typography';
3
+ import { gradientColors } from '../colors';
4
4
  export const SSITextH1Css = css `
5
5
  font-family: ${fontStyle.h1Regular.fontFamily};
6
6
  font-size: ${fontStyle.h1Regular.fontSize}px;
@@ -1,29 +1,16 @@
1
- /// <reference types="react" />
2
- export declare const SSITextH1Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const SSITextH1SemiBoldStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const SSITextH1SemiBoldLightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
7
- export declare const SSITextH2Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
8
- export declare const SSITextH2SemiBoldStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
9
- export declare const SSITextH3Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
10
- export declare const SSITextH3LightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
13
- export declare const SSITextH4Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
14
- export declare const SSITextH4SemiBoldStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
15
- export declare const SSITextH4LightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
18
- export declare const SSITextH4SemiBoldLightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
21
- export declare const SSITextH5Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
22
- export declare const SSITextH5LightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
25
- export declare const SSITextH6Styled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
26
- export declare const SSITextH6LightStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").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>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
29
- export declare const SSITextH7RegularStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
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,6 +1,6 @@
1
- import { styled } from 'styled-components';
1
+ import styled from 'styled-components';
2
2
  import { fontColors } from '@sphereon/ui-components.core';
3
- import { SSITextH1Css, SSITextH1SemiBoldCss, SSITextH2Css, SSITextH2SemiBoldStyledCss, SSITextH3Css, SSITextH4Css, SSITextH4SemiBoldCss, SSITextH5Css, SSITextH6Css, SSITextH7RegularCss, } from '../css/index.js';
3
+ import { SSITextH1Css, SSITextH1SemiBoldCss, SSITextH2Css, SSITextH2SemiBoldStyledCss, SSITextH3Css, SSITextH4Css, SSITextH4SemiBoldCss, SSITextH5Css, SSITextH6Css, SSITextH7RegularCss, } from '../css';
4
4
  export const SSITextH1Styled = styled.div `
5
5
  ${SSITextH1Css};
6
6
  color: ${fontColors.dark};
@@ -1,4 +1,4 @@
1
- export * from './typography.js';
2
- export * from './css/index.js';
3
- export * from './components/index.js';
4
- export * from './fonts/index.js';
1
+ export * from './typography';
2
+ export * from './css';
3
+ export * from './components';
4
+ export * from './fonts';
@@ -1,4 +1,4 @@
1
- export * from './typography.js';
2
- export * from './css/index.js';
3
- export * from './components/index.js';
4
- export * from './fonts/index.js';
1
+ export * from './typography';
2
+ export * from './css';
3
+ export * from './components';
4
+ export * from './fonts';
@@ -1,6 +1,6 @@
1
- export * from './button/index.js';
2
- export * from './table/index.js';
3
- export * from './toast/index.js';
4
- export * from './indicator/index.js';
5
- export * from './field/index.js';
6
- export * from './view/index.js';
1
+ export * from './button';
2
+ export * from './table';
3
+ export * from './toast';
4
+ export * from './indicator';
5
+ export * from './field';
6
+ export * from './view';
@@ -1,6 +1,6 @@
1
- export * from './button/index.js';
2
- export * from './table/index.js';
3
- export * from './toast/index.js';
4
- export * from './indicator/index.js';
5
- export * from './field/index.js';
6
- export * from './view/index.js';
1
+ export * from './button';
2
+ export * from './table';
3
+ export * from './toast';
4
+ export * from './indicator';
5
+ export * from './field';
6
+ export * from './view';
@@ -1,6 +1,6 @@
1
1
  import { AccessorFn, DeepKeys } from '@tanstack/react-table';
2
- import { Button } from '../button/index.js';
3
- import { ValueSelection } from '../field/index.js';
2
+ import { Button } from '../button';
3
+ import { ValueSelection } from '../field';
4
4
  export declare enum TableCellType {
5
5
  TEXT = "text",
6
6
  LABEL = "label",
@@ -1,2 +1,2 @@
1
- export * from './FileUtils.js';
2
- export * from './ImageUtils.js';
1
+ export * from './FileUtils';
2
+ export * from './ImageUtils';
@@ -1,2 +1,2 @@
1
- export * from './FileUtils.js';
2
- export * from './ImageUtils.js';
1
+ export * from './FileUtils';
2
+ export * from './ImageUtils';