@sphereon/ui-components.ssi-react 0.1.3-unstable.15 → 0.1.3-unstable.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@config/toasts/index.d.ts +7 -0
- package/dist/@config/toasts/index.js +13 -0
- package/dist/components/assets/badges/SSICheckmarkBadge/index.js +1 -1
- package/dist/components/assets/badges/SSIExclamationMarkBadge/index.js +1 -1
- package/dist/components/assets/icons/CrossIcon/index.d.ts +8 -0
- package/dist/components/assets/icons/CrossIcon/index.js +7 -0
- package/dist/components/assets/icons/DeleteIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/DeleteIcon/index.js +7 -0
- package/dist/components/assets/icons/DocumentIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/DocumentIcon/index.js +7 -0
- package/dist/components/assets/icons/ImageIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/ImageIcon/index.js +7 -0
- package/dist/components/assets/icons/MeatBallsIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/MeatBallsIcon/index.js +7 -0
- package/dist/components/assets/icons/SSIAddIcon/index.d.ts +3 -3
- package/dist/components/assets/icons/SSIAddIcon/index.js +1 -1
- package/dist/components/assets/icons/SSIArrowDownIcon/index.d.ts +3 -3
- package/dist/components/assets/icons/SSIArrowDownIcon/index.js +1 -1
- package/dist/components/assets/icons/SSIFilterIcon/index.d.ts +3 -3
- package/dist/components/assets/icons/SSIFilterIcon/index.js +1 -1
- package/dist/components/assets/icons/SSIProfileIcon/index.d.ts +1 -1
- package/dist/components/assets/icons/SSIProfileIcon/index.js +1 -2
- package/dist/components/assets/markers/StepMarker/index.d.ts +8 -0
- package/dist/components/assets/markers/StepMarker/index.js +26 -0
- package/dist/components/assets/placeholders/PersonPlaceholder/index.d.ts +9 -0
- package/dist/components/assets/placeholders/PersonPlaceholder/index.js +7 -0
- package/dist/components/buttons/SSIIconButton/index.d.ts +7 -6
- package/dist/components/buttons/SSIIconButton/index.js +15 -10
- package/dist/components/buttons/SSIPrimaryButton/index.d.ts +3 -3
- package/dist/components/buttons/SSIPrimaryButton/index.js +6 -7
- package/dist/components/buttons/SSISecondaryButton/index.d.ts +3 -3
- package/dist/components/buttons/SSISecondaryButton/index.js +7 -7
- package/dist/components/fields/ComboBox/index.d.ts +21 -0
- package/dist/components/fields/ComboBox/index.js +52 -0
- package/dist/components/fields/DragAndDropBox/index.d.ts +8 -0
- package/dist/components/fields/DragAndDropBox/index.js +30 -0
- package/dist/components/fields/FileSelection/index.d.ts +12 -0
- package/dist/components/fields/FileSelection/index.js +33 -0
- package/dist/components/fields/JSONForms/PassportPhotoControl/index.d.ts +5 -0
- package/dist/components/fields/JSONForms/PassportPhotoControl/index.js +37 -0
- package/dist/components/fields/SSICheckbox/index.d.ts +15 -0
- package/dist/components/fields/SSICheckbox/index.js +21 -0
- package/dist/components/fields/SSIHoverText/index.d.ts +8 -0
- package/dist/components/fields/SSIHoverText/index.js +8 -0
- package/dist/components/indicators/ProgressStepIndicator/index.d.ts +9 -0
- package/dist/components/indicators/ProgressStepIndicator/index.js +51 -0
- package/dist/components/indicators/SSIActivityIndicator/index.d.ts +10 -0
- package/dist/components/indicators/SSIActivityIndicator/index.js +8 -0
- package/dist/components/labels/SSIStatusLabel/index.d.ts +1 -1
- package/dist/components/labels/SSIStatusLabel/index.js +1 -1
- package/dist/components/labels/SSITypeLabel/index.d.ts +3 -3
- package/dist/components/labels/SSITypeLabel/index.js +5 -5
- package/dist/components/lists/DropDownList/index.d.ts +10 -0
- package/dist/components/lists/DropDownList/index.js +34 -0
- package/dist/components/lists/DropDownListItem/index.d.ts +13 -0
- package/dist/components/lists/DropDownListItem/index.js +23 -0
- package/dist/components/messageBoxes/toasts/SSIToast/index.d.ts +11 -0
- package/dist/components/messageBoxes/toasts/SSIToast/index.js +20 -0
- package/dist/components/messageBoxes/toasts/SSIToastContainer/index.d.ts +10 -0
- package/dist/components/messageBoxes/toasts/SSIToastContainer/index.js +7 -0
- package/dist/components/views/CredentialIssuanceWizardView/index.d.ts +10 -0
- package/dist/components/views/CredentialIssuanceWizardView/index.js +43 -0
- package/dist/components/views/CredentialIssuanceWizardView/styles.css +87 -0
- package/dist/components/views/{SSICredentialMiniCardView → CredentialMiniCardView}/index.d.ts +3 -3
- package/dist/components/views/{SSICredentialMiniCardView → CredentialMiniCardView}/index.js +4 -5
- package/dist/components/views/CredentialViewItem/index.d.ts +13 -0
- package/dist/components/views/CredentialViewItem/index.js +15 -0
- package/dist/components/views/SSICredentialCardView/index.js +3 -4
- package/dist/components/views/SSITabView/SSITabViewHeader/index.d.ts +2 -2
- package/dist/components/views/SSITabView/SSITabViewHeader/index.js +1 -1
- package/dist/components/views/SSITabView/index.d.ts +2 -2
- package/dist/components/views/SSITabView/index.js +1 -1
- package/dist/components/views/SSITableView/PaginationControls/index.d.ts +8 -0
- package/dist/components/views/SSITableView/PaginationControls/index.js +9 -0
- package/dist/components/views/SSITableView/SSITableViewHeader/index.d.ts +2 -1
- package/dist/components/views/SSITableView/SSITableViewHeader/index.js +7 -7
- package/dist/components/views/SSITableView/index.d.ts +5 -1
- package/dist/components/views/SSITableView/index.js +88 -26
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.js +1 -0
- package/dist/helpers/toastHelper.d.ts +3 -0
- package/dist/helpers/toastHelper.js +14 -0
- package/dist/index.d.ts +26 -4
- package/dist/index.js +24 -4
- package/dist/renders/jsonFormsRenders.d.ts +2 -0
- package/dist/renders/jsonFormsRenders.js +6 -0
- package/dist/styles/colors.d.ts +3 -0
- package/dist/styles/colors.js +5 -0
- package/dist/styles/components/components/CredentialIssuanceWizardView/index.d.ts +9 -0
- package/dist/styles/components/components/CredentialIssuanceWizardView/index.js +55 -0
- package/dist/styles/components/components/CredentialViewItem/index.d.ts +4 -0
- package/dist/styles/components/components/CredentialViewItem/index.js +22 -0
- package/dist/styles/components/components/DragAndDropBox/index.d.ts +4 -0
- package/dist/styles/components/components/DragAndDropBox/index.js +25 -0
- package/dist/styles/components/components/DropDownList/index.d.ts +3 -0
- package/dist/styles/components/components/DropDownList/index.js +21 -0
- package/dist/styles/components/components/DropDownListItem/index.d.ts +3 -0
- package/dist/styles/components/components/DropDownListItem/index.js +21 -0
- package/dist/styles/components/components/FileSelectionField/index.d.ts +10 -0
- package/dist/styles/components/components/FileSelectionField/index.js +64 -0
- package/dist/styles/components/components/Pagination/index.d.ts +5 -0
- package/dist/styles/components/components/Pagination/index.js +71 -0
- package/dist/styles/components/components/PassportPhotoControl/index.d.ts +4 -0
- package/dist/styles/components/components/PassportPhotoControl/index.js +27 -0
- package/dist/styles/components/components/ProgressStepIndicator/index.d.ts +8 -0
- package/dist/styles/components/components/ProgressStepIndicator/index.js +49 -0
- package/dist/styles/components/components/SSICheckbox/index.d.ts +4 -0
- package/dist/styles/components/components/SSICheckbox/index.js +25 -0
- package/dist/styles/components/components/SSICredentialCardView/index.d.ts +2 -2
- package/dist/styles/components/components/SSICredentialCardView/index.js +1 -1
- package/dist/styles/components/components/SSIHoverText/index.d.ts +3 -0
- package/dist/styles/components/components/{SSIText → SSIHoverText}/index.js +5 -5
- package/dist/styles/components/components/SSIIconButton/index.js +4 -2
- package/dist/styles/components/components/SSIPrimaryButton/index.js +1 -1
- package/dist/styles/components/components/SSISecondaryButton/index.d.ts +1 -1
- package/dist/styles/components/components/SSISecondaryButton/index.js +5 -10
- package/dist/styles/components/components/SSIStatusLabel/index.d.ts +1 -1
- package/dist/styles/components/components/SSIStatusLabel/index.js +3 -1
- package/dist/styles/components/components/SSITabView/index.js +1 -1
- package/dist/styles/components/components/SSITableView/index.d.ts +5 -1
- package/dist/styles/components/components/SSITableView/index.js +25 -3
- package/dist/styles/components/components/SSITableViewHeader/index.d.ts +1 -0
- package/dist/styles/components/components/SSITableViewHeader/index.js +8 -0
- package/dist/styles/components/components/SSIToast/index.d.ts +4 -0
- package/dist/styles/components/components/SSIToast/index.js +24 -0
- package/dist/styles/components/components/SSIToastContainer/index.d.ts +2 -0
- package/dist/styles/components/components/SSIToastContainer/index.js +314 -0
- package/dist/styles/components/components/StepMarker/index.d.ts +4 -0
- package/dist/styles/components/components/StepMarker/index.js +39 -0
- package/dist/styles/components/components/buttons/index.d.ts +1 -0
- package/dist/styles/components/components/buttons/index.js +4 -0
- package/dist/styles/components/components/index.d.ts +16 -1
- package/dist/styles/components/components/index.js +16 -1
- package/dist/styles/components/index.d.ts +0 -1
- package/dist/styles/components/index.js +0 -1
- package/dist/styles/css/index.d.ts +4 -0
- package/dist/styles/css/index.js +28 -0
- package/dist/styles/fonts/index.d.ts +16 -0
- package/dist/styles/fonts/index.js +61 -0
- package/dist/styles/index.d.ts +4 -0
- package/dist/styles/index.js +4 -0
- package/dist/styles/typography.js +12 -0
- package/dist/types/button/index.d.ts +8 -0
- package/dist/types/button/index.js +1 -0
- package/dist/types/field/index.d.ts +21 -0
- package/dist/types/field/index.js +10 -0
- package/dist/types/index.d.ts +6 -1
- package/dist/types/index.js +6 -1
- package/dist/types/indicator/index.d.ts +9 -0
- package/dist/types/indicator/index.js +6 -0
- package/dist/types/table/index.d.ts +41 -0
- package/dist/types/table/index.js +10 -0
- package/dist/types/toast/index.d.ts +6 -0
- package/dist/types/toast/index.js +1 -0
- package/dist/types/view/index.d.ts +13 -0
- package/dist/types/view/index.js +1 -0
- package/dist/utils/FileUtils.d.ts +1 -0
- package/dist/utils/FileUtils.js +7 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/package.json +23 -5
- package/dist/components/labels/SSIText/index.d.ts +0 -7
- package/dist/components/labels/SSIText/index.js +0 -13
- package/dist/components/lists/SSIDropDownList/index.d.ts +0 -7
- package/dist/components/lists/SSIDropDownList/index.js +0 -11
- package/dist/styles/components/components/SSIDropDownList/index.d.ts +0 -2
- package/dist/styles/components/components/SSIDropDownList/index.js +0 -15
- package/dist/styles/components/components/SSIText/index.d.ts +0 -3
- package/dist/styles/components/fonts/index.d.ts +0 -12
- package/dist/styles/components/fonts/index.js +0 -39
- package/dist/types/component/index.d.ts +0 -38
- package/dist/types/component/index.js +0 -16
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
import { ToastContainer } from 'react-toastify';
|
|
3
|
+
export const SSIToastContainerContainerStyled = styled(ToastContainer) `
|
|
4
|
+
&.Toastify__toast-container {
|
|
5
|
+
z-index: 9999;
|
|
6
|
+
-webkit-transform: translate3d(0, 0, 9999);
|
|
7
|
+
position: fixed;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.Toastify__toast-container--top-left {
|
|
12
|
+
top: 1em;
|
|
13
|
+
left: 1em;
|
|
14
|
+
}
|
|
15
|
+
&.Toastify__toast-container--top-center {
|
|
16
|
+
top: 1em;
|
|
17
|
+
left: 50%;
|
|
18
|
+
transform: translateX(-50%);
|
|
19
|
+
}
|
|
20
|
+
&.Toastify__toast-container--top-right {
|
|
21
|
+
top: 1em;
|
|
22
|
+
right: 1em;
|
|
23
|
+
}
|
|
24
|
+
&.Toastify__toast-container--bottom-left {
|
|
25
|
+
bottom: 1em;
|
|
26
|
+
left: 1em;
|
|
27
|
+
}
|
|
28
|
+
&.Toastify__toast-container--bottom-center {
|
|
29
|
+
bottom: 1em;
|
|
30
|
+
left: 50%;
|
|
31
|
+
transform: translateX(-50%);
|
|
32
|
+
}
|
|
33
|
+
&.Toastify__toast-container--bottom-right {
|
|
34
|
+
bottom: 1em;
|
|
35
|
+
right: 1em;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media only screen and (max-width: 480px) {
|
|
39
|
+
.Toastify__toast-container {
|
|
40
|
+
width: 100vw;
|
|
41
|
+
padding: 0;
|
|
42
|
+
left: 0;
|
|
43
|
+
margin: 0;
|
|
44
|
+
}
|
|
45
|
+
.Toastify__toast-container--top-left,
|
|
46
|
+
.Toastify__toast-container--top-center,
|
|
47
|
+
.Toastify__toast-container--top-right {
|
|
48
|
+
top: 0;
|
|
49
|
+
transform: translateX(0);
|
|
50
|
+
}
|
|
51
|
+
.Toastify__toast-container--bottom-left,
|
|
52
|
+
.Toastify__toast-container--bottom-center,
|
|
53
|
+
.Toastify__toast-container--bottom-right {
|
|
54
|
+
bottom: 0;
|
|
55
|
+
transform: translateX(0);
|
|
56
|
+
}
|
|
57
|
+
.Toastify__toast-container--rtl {
|
|
58
|
+
right: 0;
|
|
59
|
+
left: initial;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.Toastify__toast {
|
|
64
|
+
position: relative;
|
|
65
|
+
box-sizing: border-box;
|
|
66
|
+
display: -ms-flexbox;
|
|
67
|
+
display: flex;
|
|
68
|
+
-ms-flex-pack: justify;
|
|
69
|
+
justify-content: space-between;
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
cursor: default;
|
|
72
|
+
direction: ltr;
|
|
73
|
+
z-index: 0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.Toastify__toast--rtl {
|
|
77
|
+
direction: rtl;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.Toastify__toast--close-on-click {
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.Toastify__toast-body {
|
|
85
|
+
margin: auto 0;
|
|
86
|
+
-ms-flex: 1 1 auto;
|
|
87
|
+
flex: 1 1 auto;
|
|
88
|
+
padding: 6px;
|
|
89
|
+
display: -ms-flexbox;
|
|
90
|
+
display: flex;
|
|
91
|
+
-ms-flex-align: center;
|
|
92
|
+
align-items: center;
|
|
93
|
+
}
|
|
94
|
+
.Toastify__toast-body > div:last-child {
|
|
95
|
+
word-break: break-word;
|
|
96
|
+
-ms-flex: 1;
|
|
97
|
+
flex: 1;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.Toastify--animate {
|
|
101
|
+
animation-fill-mode: both;
|
|
102
|
+
animation-duration: 0.7s;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@media only screen and (max-width: 480px) {
|
|
106
|
+
.Toastify__toast {
|
|
107
|
+
margin-bottom: 0;
|
|
108
|
+
border-radius: 0;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@keyframes Toastify__trackProgress {
|
|
113
|
+
0% {
|
|
114
|
+
transform: scaleX(1);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
transform: scaleX(0);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.Toastify__progress-bar--animated {
|
|
122
|
+
animation: Toastify__trackProgress linear 1 forwards;
|
|
123
|
+
}
|
|
124
|
+
.Toastify__progress-bar--controlled {
|
|
125
|
+
transition: transform 0.2s;
|
|
126
|
+
}
|
|
127
|
+
.Toastify__progress-bar--rtl {
|
|
128
|
+
right: 0;
|
|
129
|
+
left: initial;
|
|
130
|
+
transform-origin: right;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@keyframes Toastify__bounceInRight {
|
|
134
|
+
from,
|
|
135
|
+
60%,
|
|
136
|
+
75%,
|
|
137
|
+
90%,
|
|
138
|
+
to {
|
|
139
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
140
|
+
}
|
|
141
|
+
from {
|
|
142
|
+
opacity: 0;
|
|
143
|
+
transform: translate3d(3000px, 0, 0);
|
|
144
|
+
}
|
|
145
|
+
60% {
|
|
146
|
+
opacity: 1;
|
|
147
|
+
transform: translate3d(-25px, 0, 0);
|
|
148
|
+
}
|
|
149
|
+
75% {
|
|
150
|
+
transform: translate3d(10px, 0, 0);
|
|
151
|
+
}
|
|
152
|
+
90% {
|
|
153
|
+
transform: translate3d(-5px, 0, 0);
|
|
154
|
+
}
|
|
155
|
+
to {
|
|
156
|
+
transform: none;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
@keyframes Toastify__bounceOutRight {
|
|
160
|
+
20% {
|
|
161
|
+
opacity: 1;
|
|
162
|
+
transform: translate3d(-20px, 0, 0);
|
|
163
|
+
}
|
|
164
|
+
to {
|
|
165
|
+
opacity: 0;
|
|
166
|
+
transform: translate3d(2000px, 0, 0);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
@keyframes Toastify__bounceInLeft {
|
|
170
|
+
from,
|
|
171
|
+
60%,
|
|
172
|
+
75%,
|
|
173
|
+
90%,
|
|
174
|
+
to {
|
|
175
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
176
|
+
}
|
|
177
|
+
0% {
|
|
178
|
+
opacity: 0;
|
|
179
|
+
transform: translate3d(-3000px, 0, 0);
|
|
180
|
+
}
|
|
181
|
+
60% {
|
|
182
|
+
opacity: 1;
|
|
183
|
+
transform: translate3d(25px, 0, 0);
|
|
184
|
+
}
|
|
185
|
+
75% {
|
|
186
|
+
transform: translate3d(-10px, 0, 0);
|
|
187
|
+
}
|
|
188
|
+
90% {
|
|
189
|
+
transform: translate3d(5px, 0, 0);
|
|
190
|
+
}
|
|
191
|
+
to {
|
|
192
|
+
transform: none;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
@keyframes Toastify__bounceOutLeft {
|
|
196
|
+
20% {
|
|
197
|
+
opacity: 1;
|
|
198
|
+
transform: translate3d(20px, 0, 0);
|
|
199
|
+
}
|
|
200
|
+
to {
|
|
201
|
+
opacity: 0;
|
|
202
|
+
transform: translate3d(-2000px, 0, 0);
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
@keyframes Toastify__bounceInUp {
|
|
206
|
+
from,
|
|
207
|
+
60%,
|
|
208
|
+
75%,
|
|
209
|
+
90%,
|
|
210
|
+
to {
|
|
211
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
212
|
+
}
|
|
213
|
+
from {
|
|
214
|
+
opacity: 0;
|
|
215
|
+
transform: translate3d(0, 3000px, 0);
|
|
216
|
+
}
|
|
217
|
+
60% {
|
|
218
|
+
opacity: 1;
|
|
219
|
+
transform: translate3d(0, -20px, 0);
|
|
220
|
+
}
|
|
221
|
+
75% {
|
|
222
|
+
transform: translate3d(0, 10px, 0);
|
|
223
|
+
}
|
|
224
|
+
90% {
|
|
225
|
+
transform: translate3d(0, -5px, 0);
|
|
226
|
+
}
|
|
227
|
+
to {
|
|
228
|
+
transform: translate3d(0, 0, 0);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
@keyframes Toastify__bounceOutUp {
|
|
232
|
+
20% {
|
|
233
|
+
transform: translate3d(0, -10px, 0);
|
|
234
|
+
}
|
|
235
|
+
40%,
|
|
236
|
+
45% {
|
|
237
|
+
opacity: 1;
|
|
238
|
+
transform: translate3d(0, 20px, 0);
|
|
239
|
+
}
|
|
240
|
+
to {
|
|
241
|
+
opacity: 0;
|
|
242
|
+
transform: translate3d(0, -2000px, 0);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
@keyframes Toastify__bounceInDown {
|
|
246
|
+
from,
|
|
247
|
+
60%,
|
|
248
|
+
75%,
|
|
249
|
+
90%,
|
|
250
|
+
to {
|
|
251
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
252
|
+
}
|
|
253
|
+
0% {
|
|
254
|
+
opacity: 0;
|
|
255
|
+
transform: translate3d(0, -3000px, 0);
|
|
256
|
+
}
|
|
257
|
+
60% {
|
|
258
|
+
opacity: 1;
|
|
259
|
+
transform: translate3d(0, 25px, 0);
|
|
260
|
+
}
|
|
261
|
+
75% {
|
|
262
|
+
transform: translate3d(0, -10px, 0);
|
|
263
|
+
}
|
|
264
|
+
90% {
|
|
265
|
+
transform: translate3d(0, 5px, 0);
|
|
266
|
+
}
|
|
267
|
+
to {
|
|
268
|
+
transform: none;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
@keyframes Toastify__bounceOutDown {
|
|
272
|
+
20% {
|
|
273
|
+
transform: translate3d(0, 10px, 0);
|
|
274
|
+
}
|
|
275
|
+
40%,
|
|
276
|
+
45% {
|
|
277
|
+
opacity: 1;
|
|
278
|
+
transform: translate3d(0, -20px, 0);
|
|
279
|
+
}
|
|
280
|
+
to {
|
|
281
|
+
opacity: 0;
|
|
282
|
+
transform: translate3d(0, 2000px, 0);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
.Toastify__bounce-enter--top-left,
|
|
286
|
+
.Toastify__bounce-enter--bottom-left {
|
|
287
|
+
animation-name: Toastify__bounceInLeft;
|
|
288
|
+
}
|
|
289
|
+
.Toastify__bounce-enter--top-right,
|
|
290
|
+
.Toastify__bounce-enter--bottom-right {
|
|
291
|
+
animation-name: Toastify__bounceInRight;
|
|
292
|
+
}
|
|
293
|
+
.Toastify__bounce-enter--top-center {
|
|
294
|
+
animation-name: Toastify__bounceInDown;
|
|
295
|
+
}
|
|
296
|
+
.Toastify__bounce-enter--bottom-center {
|
|
297
|
+
animation-name: Toastify__bounceInUp;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.Toastify__bounce-exit--top-left,
|
|
301
|
+
.Toastify__bounce-exit--bottom-left {
|
|
302
|
+
animation-name: Toastify__bounceOutLeft;
|
|
303
|
+
}
|
|
304
|
+
.Toastify__bounce-exit--top-right,
|
|
305
|
+
.Toastify__bounce-exit--bottom-right {
|
|
306
|
+
animation-name: Toastify__bounceOutRight;
|
|
307
|
+
}
|
|
308
|
+
.Toastify__bounce-exit--top-center {
|
|
309
|
+
animation-name: Toastify__bounceOutUp;
|
|
310
|
+
}
|
|
311
|
+
.Toastify__bounce-exit--bottom-center {
|
|
312
|
+
animation-name: Toastify__bounceOutDown;
|
|
313
|
+
}
|
|
314
|
+
`;
|
|
@@ -0,0 +1,4 @@
|
|
|
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>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
import { backgroundColors, elementColors } from '@sphereon/ui-components.core';
|
|
3
|
+
import { gradientColors } from '../../../colors';
|
|
4
|
+
export const StepMarkerActiveContainerStyled = styled.div `
|
|
5
|
+
width: 50px;
|
|
6
|
+
height: 50px;
|
|
7
|
+
background: ${gradientColors[100]};
|
|
8
|
+
border-radius: 25px;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
`;
|
|
13
|
+
export const StepMarkerActiveOuterContainerStyled = styled.div `
|
|
14
|
+
width: 46px;
|
|
15
|
+
height: 46px;
|
|
16
|
+
background-color: ${backgroundColors.primaryLight};
|
|
17
|
+
border-radius: 23px;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
`;
|
|
22
|
+
export const StepMarkerGradientContainerStyled = styled.div `
|
|
23
|
+
width: 42px;
|
|
24
|
+
height: 42px;
|
|
25
|
+
background: ${gradientColors['100']};
|
|
26
|
+
border-radius: 21px;
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
`;
|
|
31
|
+
export const StepMarkerInactiveContainerStyled = styled.div `
|
|
32
|
+
width: 42px;
|
|
33
|
+
height: 42px;
|
|
34
|
+
background-color: ${elementColors.lightGrey};
|
|
35
|
+
border-radius: 25px;
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ButtonFlexRowStyled: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
@@ -1,12 +1,27 @@
|
|
|
1
|
+
export * from './buttons';
|
|
2
|
+
export * from './DropDownListItem';
|
|
1
3
|
export * from './SSICredentialCardView';
|
|
2
4
|
export * from './SSICredentialMiniCardView';
|
|
3
5
|
export * from './SSIStatusLabel';
|
|
4
6
|
export * from './SSIPrimaryButton';
|
|
5
7
|
export * from './SSISecondaryButton';
|
|
6
8
|
export * from './SSIIconButton';
|
|
7
|
-
export * from './
|
|
9
|
+
export * from './DropDownList';
|
|
8
10
|
export * from './SSITypeLabel';
|
|
9
11
|
export * from './SSITableViewHeader';
|
|
10
12
|
export * from './SSITableView';
|
|
11
13
|
export * from './SSITabViewHeader';
|
|
12
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';
|
|
@@ -1,12 +1,27 @@
|
|
|
1
|
+
export * from './buttons';
|
|
2
|
+
export * from './DropDownListItem';
|
|
1
3
|
export * from './SSICredentialCardView';
|
|
2
4
|
export * from './SSICredentialMiniCardView';
|
|
3
5
|
export * from './SSIStatusLabel';
|
|
4
6
|
export * from './SSIPrimaryButton';
|
|
5
7
|
export * from './SSISecondaryButton';
|
|
6
8
|
export * from './SSIIconButton';
|
|
7
|
-
export * from './
|
|
9
|
+
export * from './DropDownList';
|
|
8
10
|
export * from './SSITypeLabel';
|
|
9
11
|
export * from './SSITableViewHeader';
|
|
10
12
|
export * from './SSITableView';
|
|
11
13
|
export * from './SSITabViewHeader';
|
|
12
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';
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export declare const SSITextH1Css: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
+
export declare const SSITextH1SemiBoldCss: import("styled-components").FlattenSimpleInterpolation;
|
|
2
3
|
export declare const SSITextH2Css: import("styled-components").FlattenSimpleInterpolation;
|
|
4
|
+
export declare const SSITextH2SemiBoldStyledCss: import("styled-components").FlattenSimpleInterpolation;
|
|
3
5
|
export declare const SSITextH3Css: import("styled-components").FlattenSimpleInterpolation;
|
|
4
6
|
export declare const SSITextH4Css: import("styled-components").FlattenSimpleInterpolation;
|
|
5
7
|
export declare const SSITextH4SemiBoldCss: import("styled-components").FlattenSimpleInterpolation;
|
|
6
8
|
export declare const SSITextH5Css: import("styled-components").FlattenSimpleInterpolation;
|
|
7
9
|
export declare const SSITextH6Css: import("styled-components").FlattenSimpleInterpolation;
|
|
10
|
+
export declare const SSITextH7RegularCss: import("styled-components").FlattenSimpleInterpolation;
|
|
11
|
+
export declare const gradient100TextCss: import("styled-components").FlattenSimpleInterpolation;
|
package/dist/styles/css/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { css } from 'styled-components';
|
|
2
2
|
import { fontStyle } from '../typography';
|
|
3
|
+
import { gradientColors } from '../colors';
|
|
3
4
|
export const SSITextH1Css = css `
|
|
4
5
|
font-family: ${fontStyle.h1Regular.fontFamily};
|
|
5
6
|
font-size: ${fontStyle.h1Regular.fontSize}px;
|
|
@@ -7,6 +8,13 @@ export const SSITextH1Css = css `
|
|
|
7
8
|
line-height: ${fontStyle.h1Regular.lineHeight}px;
|
|
8
9
|
height: auto;
|
|
9
10
|
`;
|
|
11
|
+
export const SSITextH1SemiBoldCss = css `
|
|
12
|
+
font-family: ${fontStyle.h1SemiBold.fontFamily};
|
|
13
|
+
font-size: ${fontStyle.h1SemiBold.fontSize}px;
|
|
14
|
+
font-weight: ${fontStyle.h1SemiBold.fontWeight};
|
|
15
|
+
line-height: ${fontStyle.h1SemiBold.lineHeight}px;
|
|
16
|
+
height: auto;
|
|
17
|
+
`;
|
|
10
18
|
export const SSITextH2Css = css `
|
|
11
19
|
font-family: ${fontStyle.h2Regular.fontFamily};
|
|
12
20
|
font-size: ${fontStyle.h2Regular.fontSize}px;
|
|
@@ -14,6 +22,13 @@ export const SSITextH2Css = css `
|
|
|
14
22
|
line-height: ${fontStyle.h2Regular.lineHeight}px;
|
|
15
23
|
height: auto;
|
|
16
24
|
`;
|
|
25
|
+
export const SSITextH2SemiBoldStyledCss = css `
|
|
26
|
+
font-family: ${fontStyle.h2SemiBold.fontFamily};
|
|
27
|
+
font-size: ${fontStyle.h2SemiBold.fontSize}px;
|
|
28
|
+
font-weight: ${fontStyle.h2SemiBold.fontWeight};
|
|
29
|
+
line-height: ${fontStyle.h2SemiBold.lineHeight}px;
|
|
30
|
+
height: auto;
|
|
31
|
+
`;
|
|
17
32
|
export const SSITextH3Css = css `
|
|
18
33
|
font-family: ${fontStyle.h3Regular.fontFamily};
|
|
19
34
|
font-size: ${fontStyle.h3Regular.fontSize}px;
|
|
@@ -49,3 +64,16 @@ export const SSITextH6Css = css `
|
|
|
49
64
|
line-height: ${fontStyle.h6.lineHeight}px;
|
|
50
65
|
height: auto;
|
|
51
66
|
`;
|
|
67
|
+
export const SSITextH7RegularCss = css `
|
|
68
|
+
font-family: ${fontStyle.h7Regular.fontFamily};
|
|
69
|
+
font-size: ${fontStyle.h7Regular.fontSize}px;
|
|
70
|
+
font-weight: ${fontStyle.h7Regular.fontWeight};
|
|
71
|
+
line-height: ${fontStyle.h7Regular.lineHeight}px;
|
|
72
|
+
height: auto;
|
|
73
|
+
`;
|
|
74
|
+
export const gradient100TextCss = css `
|
|
75
|
+
background: ${gradientColors['100']};
|
|
76
|
+
background-clip: text;
|
|
77
|
+
-webkit-background-clip: text;
|
|
78
|
+
-webkit-text-fill-color: transparent;
|
|
79
|
+
`;
|
|
@@ -0,0 +1,16 @@
|
|
|
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>;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
import { fontColors } from '@sphereon/ui-components.core';
|
|
3
|
+
import { SSITextH1Css, SSITextH1SemiBoldCss, SSITextH2Css, SSITextH2SemiBoldStyledCss, SSITextH3Css, SSITextH4Css, SSITextH4SemiBoldCss, SSITextH5Css, SSITextH6Css, SSITextH7RegularCss, } from '../css';
|
|
4
|
+
export const SSITextH1Styled = styled.div `
|
|
5
|
+
${SSITextH1Css};
|
|
6
|
+
color: ${fontColors.dark};
|
|
7
|
+
`;
|
|
8
|
+
export const SSITextH1SemiBoldStyled = styled.div `
|
|
9
|
+
${SSITextH1SemiBoldCss};
|
|
10
|
+
color: ${fontColors.dark};
|
|
11
|
+
`;
|
|
12
|
+
export const SSITextH1SemiBoldLightStyled = styled(SSITextH1SemiBoldStyled) `
|
|
13
|
+
color: ${fontColors.light};
|
|
14
|
+
`;
|
|
15
|
+
export const SSITextH2Styled = styled.div `
|
|
16
|
+
${SSITextH2Css};
|
|
17
|
+
color: ${fontColors.dark};
|
|
18
|
+
`;
|
|
19
|
+
export const SSITextH2SemiBoldStyled = styled.div `
|
|
20
|
+
${SSITextH2SemiBoldStyledCss};
|
|
21
|
+
color: ${fontColors.dark};
|
|
22
|
+
`;
|
|
23
|
+
export const SSITextH3Styled = styled.div `
|
|
24
|
+
${SSITextH3Css};
|
|
25
|
+
color: ${fontColors.dark};
|
|
26
|
+
`;
|
|
27
|
+
export const SSITextH3LightStyled = styled(SSITextH3Styled) `
|
|
28
|
+
color: ${fontColors.light};
|
|
29
|
+
`;
|
|
30
|
+
export const SSITextH4Styled = styled.div `
|
|
31
|
+
${SSITextH4Css};
|
|
32
|
+
color: ${fontColors.dark};
|
|
33
|
+
`;
|
|
34
|
+
export const SSITextH4SemiBoldStyled = styled.div `
|
|
35
|
+
${SSITextH4SemiBoldCss};
|
|
36
|
+
color: ${fontColors.dark};
|
|
37
|
+
`;
|
|
38
|
+
export const SSITextH4LightStyled = styled(SSITextH4Styled) `
|
|
39
|
+
color: ${fontColors.light};
|
|
40
|
+
`;
|
|
41
|
+
export const SSITextH4SemiBoldLightStyled = styled(SSITextH4SemiBoldStyled) `
|
|
42
|
+
color: ${fontColors.light};
|
|
43
|
+
`;
|
|
44
|
+
export const SSITextH5Styled = styled.div `
|
|
45
|
+
${SSITextH5Css};
|
|
46
|
+
color: ${fontColors.dark};
|
|
47
|
+
`;
|
|
48
|
+
export const SSITextH5LightStyled = styled(SSITextH5Styled) `
|
|
49
|
+
color: ${fontColors.light};
|
|
50
|
+
`;
|
|
51
|
+
export const SSITextH6Styled = styled.div `
|
|
52
|
+
${SSITextH6Css};
|
|
53
|
+
color: ${fontColors.dark};
|
|
54
|
+
`;
|
|
55
|
+
export const SSITextH6LightStyled = styled(SSITextH6Styled) `
|
|
56
|
+
color: ${fontColors.light};
|
|
57
|
+
`;
|
|
58
|
+
export const SSITextH7RegularStyled = styled.div `
|
|
59
|
+
${SSITextH7RegularCss};
|
|
60
|
+
color: ${fontColors.dark};
|
|
61
|
+
`;
|
|
@@ -72,10 +72,22 @@ export const fontStyle = {
|
|
|
72
72
|
fontWeight: fontWeight[400],
|
|
73
73
|
lineHeight: lineHeight[100],
|
|
74
74
|
},
|
|
75
|
+
h7Regular: {
|
|
76
|
+
fontFamily: 'Poppins',
|
|
77
|
+
fontSize: fontSize[400],
|
|
78
|
+
fontWeight: fontWeight[400],
|
|
79
|
+
lineHeight: lineHeight[400],
|
|
80
|
+
},
|
|
75
81
|
h7SemiBold: {
|
|
76
82
|
fontFamily: 'Poppins',
|
|
77
83
|
fontSize: fontSize[400],
|
|
78
84
|
fontWeight: fontWeight[600],
|
|
79
85
|
lineHeight: lineHeight[400],
|
|
80
86
|
},
|
|
87
|
+
Regular64: {
|
|
88
|
+
fontFamily: 'Poppins',
|
|
89
|
+
fontSize: fontSize[64],
|
|
90
|
+
fontWeight: fontWeight[600],
|
|
91
|
+
lineHeight: lineHeight[64],
|
|
92
|
+
},
|
|
81
93
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum AssetFilePermission {
|
|
2
|
+
PUBLIC = "public",
|
|
3
|
+
PRIVATE = "private"
|
|
4
|
+
}
|
|
5
|
+
export type ValueSelection = {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
};
|
|
9
|
+
export declare enum FileSelectionFieldType {
|
|
10
|
+
FILE = "file",
|
|
11
|
+
IMAGE = "image"
|
|
12
|
+
}
|
|
13
|
+
export type PassportPhoto = {
|
|
14
|
+
file: File;
|
|
15
|
+
base64Uri: string;
|
|
16
|
+
};
|
|
17
|
+
export type PassportPhotoControlData = {
|
|
18
|
+
fileName: string;
|
|
19
|
+
mimeType: string;
|
|
20
|
+
base64Uri: string;
|
|
21
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export var AssetFilePermission;
|
|
2
|
+
(function (AssetFilePermission) {
|
|
3
|
+
AssetFilePermission["PUBLIC"] = "public";
|
|
4
|
+
AssetFilePermission["PRIVATE"] = "private";
|
|
5
|
+
})(AssetFilePermission || (AssetFilePermission = {}));
|
|
6
|
+
export var FileSelectionFieldType;
|
|
7
|
+
(function (FileSelectionFieldType) {
|
|
8
|
+
FileSelectionFieldType["FILE"] = "file";
|
|
9
|
+
FileSelectionFieldType["IMAGE"] = "image";
|
|
10
|
+
})(FileSelectionFieldType || (FileSelectionFieldType = {}));
|
package/dist/types/index.d.ts
CHANGED