@sphereon/ui-components.ssi-react 0.4.0 → 0.4.1-next.106

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 (133) hide show
  1. package/dist/components/assets/badges/SSICheckmarkBadge/index.js +2 -2
  2. package/dist/components/assets/badges/SSIExclamationMarkBadge/index.js +2 -2
  3. package/dist/components/assets/icons/Activity/index.d.ts +8 -0
  4. package/dist/components/assets/icons/Activity/index.js +10 -0
  5. package/dist/components/assets/icons/{SSIAddIcon → Add}/index.js +2 -2
  6. package/dist/components/assets/icons/AddContact/index.d.ts +8 -0
  7. package/dist/components/assets/icons/AddContact/index.js +10 -0
  8. package/dist/components/assets/icons/{SSIArrowDownIcon → ArrowDown}/index.js +2 -2
  9. package/dist/components/assets/icons/Bell/index.d.ts +8 -0
  10. package/dist/components/assets/icons/Bell/index.js +10 -0
  11. package/dist/components/assets/icons/Capitol/index.d.ts +9 -0
  12. package/dist/components/assets/icons/Capitol/index.js +8 -0
  13. package/dist/components/assets/icons/Chevron/index.d.ts +11 -0
  14. package/dist/components/assets/icons/Chevron/index.js +7 -0
  15. package/dist/components/assets/icons/Contact/index.d.ts +8 -0
  16. package/dist/components/assets/icons/Contact/index.js +10 -0
  17. package/dist/components/assets/icons/ContactOverview/index.d.ts +8 -0
  18. package/dist/components/assets/icons/ContactOverview/index.js +10 -0
  19. package/dist/components/assets/icons/{CopyIcon → Copy}/index.js +2 -2
  20. package/dist/components/assets/icons/Credential/index.d.ts +8 -0
  21. package/dist/components/assets/icons/Credential/index.js +10 -0
  22. package/dist/components/assets/icons/{CrossIcon → Cross}/index.js +2 -2
  23. package/dist/components/assets/icons/{DeleteIcon → Delete}/index.js +2 -2
  24. package/dist/components/assets/icons/{DocumentIcon → Document}/index.js +2 -2
  25. package/dist/components/assets/icons/{SSIFilterIcon → Filter}/index.js +2 -2
  26. package/dist/components/assets/icons/Identifier/index.d.ts +8 -0
  27. package/dist/components/assets/icons/Identifier/index.js +10 -0
  28. package/dist/components/assets/icons/{ImageIcon → Image}/index.js +2 -2
  29. package/dist/components/assets/icons/IssueCredential/index.d.ts +8 -0
  30. package/dist/components/assets/icons/IssueCredential/index.js +10 -0
  31. package/dist/components/assets/icons/IssuedCredential/index.d.ts +8 -0
  32. package/dist/components/assets/icons/IssuedCredential/index.js +10 -0
  33. package/dist/components/assets/icons/Key/index.d.ts +8 -0
  34. package/dist/components/assets/icons/Key/index.js +10 -0
  35. package/dist/components/assets/icons/Laptop/index.d.ts +8 -0
  36. package/dist/components/assets/icons/Laptop/index.js +8 -0
  37. package/dist/components/assets/icons/Man/index.d.ts +9 -0
  38. package/dist/components/assets/icons/Man/index.js +7 -0
  39. package/dist/components/assets/icons/Management/index.d.ts +8 -0
  40. package/dist/components/assets/icons/Management/index.js +10 -0
  41. package/dist/components/assets/icons/{MeatBallsIcon → MeatBalls}/index.js +3 -2
  42. package/dist/components/assets/icons/{PencilIcon → Pencil}/index.js +2 -2
  43. package/dist/components/assets/icons/Store/index.d.ts +9 -0
  44. package/dist/components/assets/icons/Store/index.js +8 -0
  45. package/dist/components/assets/icons/UX/index.d.ts +8 -0
  46. package/dist/components/assets/icons/UX/index.js +10 -0
  47. package/dist/components/assets/icons/{ViewIcon → View}/index.js +2 -2
  48. package/dist/components/assets/logos/SSIPlaceholderLogo/index.js +3 -2
  49. package/dist/components/assets/placeholders/PersonPlaceholder/index.js +2 -2
  50. package/dist/components/buttons/PrimaryButton/index.js +1 -1
  51. package/dist/components/buttons/SecondaryButton/index.js +1 -1
  52. package/dist/components/fields/FileSelection/index.js +3 -3
  53. package/dist/components/fields/JSONForms/ColorPickerControl/index.d.ts +5 -0
  54. package/dist/components/fields/JSONForms/ColorPickerControl/index.js +23 -0
  55. package/dist/components/fields/JSONForms/CustomArrayControl/index.d.ts +5 -0
  56. package/dist/components/fields/JSONForms/CustomArrayControl/index.js +71 -0
  57. package/dist/components/fields/JSONForms/PassportPhotoControl/index.js +2 -2
  58. package/dist/components/indicators/ProgressStepIndicator/index.js +4 -3
  59. package/dist/components/lists/DropDownList/index.js +38 -2
  60. package/dist/components/lists/Listbox/index.d.ts +16 -0
  61. package/dist/components/lists/Listbox/index.js +43 -0
  62. package/dist/components/views/ContactViewItem/index.d.ts +2 -1
  63. package/dist/components/views/FormView/index.d.ts +1 -0
  64. package/dist/components/views/FormView/index.js +27 -44
  65. package/dist/components/views/FormView/styles.css +11 -0
  66. package/dist/components/views/RoleIconView/index.d.ts +9 -0
  67. package/dist/components/views/RoleIconView/index.js +17 -0
  68. package/dist/components/views/RoleViewItem/index.d.ts +8 -0
  69. package/dist/components/views/RoleViewItem/index.js +56 -0
  70. package/dist/components/views/SSITabView/SSITabViewHeader/index.d.ts +3 -3
  71. package/dist/components/views/SSITabView/SSITabViewHeader/index.js +6 -7
  72. package/dist/components/views/SSITabView/index.d.ts +4 -2
  73. package/dist/components/views/SSITabView/index.js +14 -13
  74. package/dist/index.d.ts +31 -14
  75. package/dist/index.js +31 -14
  76. package/dist/renders/jsonFormsRenders.js +4 -0
  77. package/dist/styles/components/components/ContactViewItem/index.d.ts +8 -9
  78. package/dist/styles/components/components/CredentialIssuanceWizardView/index.d.ts +11 -13
  79. package/dist/styles/components/components/CredentialViewItem/index.d.ts +8 -13
  80. package/dist/styles/components/components/DragAndDropBox/index.d.ts +6 -6
  81. package/dist/styles/components/components/DropDownList/index.d.ts +5 -5
  82. package/dist/styles/components/components/DropDownListItem/index.d.ts +6 -7
  83. package/dist/styles/components/components/FileSelectionField/index.d.ts +12 -14
  84. package/dist/styles/components/components/IconButton/index.d.ts +2 -1
  85. package/dist/styles/components/components/InformationRequestView/index.d.ts +18 -30
  86. package/dist/styles/components/components/JSONDataView/index.d.ts +8 -7
  87. package/dist/styles/components/components/JSONDataView/index.js +7 -2
  88. package/dist/styles/components/components/PassportPhotoControl/index.d.ts +5 -4
  89. package/dist/styles/components/components/PrimaryButton/index.d.ts +2 -4
  90. package/dist/styles/components/components/ProgressStepIndicator/index.d.ts +11 -13
  91. package/dist/styles/components/components/SSICheckbox/index.d.ts +7 -8
  92. package/dist/styles/components/components/SSICredentialCardView/index.d.ts +16 -27
  93. package/dist/styles/components/components/SSICredentialMiniCardView/index.d.ts +4 -4
  94. package/dist/styles/components/components/SSIHoverText/index.d.ts +4 -3
  95. package/dist/styles/components/components/SSIProfileIcon/index.d.ts +2 -1
  96. package/dist/styles/components/components/SSIStatusLabel/index.d.ts +6 -7
  97. package/dist/styles/components/components/SSITabView/index.d.ts +2 -1
  98. package/dist/styles/components/components/SSITabViewHeader/index.d.ts +5 -5
  99. package/dist/styles/components/components/SSITableView/index.d.ts +12 -11
  100. package/dist/styles/components/components/SSITableViewHeader/index.d.ts +8 -10
  101. package/dist/styles/components/components/SSIToast/index.d.ts +7 -10
  102. package/dist/styles/components/components/SSIToastContainer/index.d.ts +2 -4
  103. package/dist/styles/components/components/SSITypeLabel/index.d.ts +2 -4
  104. package/dist/styles/components/components/SecondaryButton/index.d.ts +4 -7
  105. package/dist/styles/components/components/StepMarker/index.d.ts +5 -4
  106. package/dist/styles/components/components/TextInputField/index.d.ts +3 -2
  107. package/dist/styles/components/components/TextInputField/index.js +1 -1
  108. package/dist/styles/components/components/buttons/index.d.ts +2 -3
  109. package/dist/styles/components/containers/index.d.ts +5 -6
  110. package/dist/styles/css/index.d.ts +13 -12
  111. package/dist/styles/css/tailwind.css +607 -0
  112. package/dist/styles/fonts/index.d.ts +17 -28
  113. package/dist/types/icon/index.d.ts +1 -0
  114. package/dist/types/icon/index.js +1 -0
  115. package/dist/types/index.d.ts +2 -0
  116. package/dist/types/index.js +2 -0
  117. package/dist/types/jsonForms/index.d.ts +5 -0
  118. package/dist/types/jsonForms/index.js +6 -0
  119. package/dist/utils/IconUtils.js +8 -8
  120. package/package.json +32 -19
  121. /package/dist/components/assets/icons/{SSIAddIcon → Add}/index.d.ts +0 -0
  122. /package/dist/components/assets/icons/{SSIArrowDownIcon → ArrowDown}/index.d.ts +0 -0
  123. /package/dist/components/assets/icons/{CopyIcon → Copy}/index.d.ts +0 -0
  124. /package/dist/components/assets/icons/{CrossIcon → Cross}/index.d.ts +0 -0
  125. /package/dist/components/assets/icons/{DeleteIcon → Delete}/index.d.ts +0 -0
  126. /package/dist/components/assets/icons/{DocumentIcon → Document}/index.d.ts +0 -0
  127. /package/dist/components/assets/icons/{SSIFilterIcon → Filter}/index.d.ts +0 -0
  128. /package/dist/components/assets/icons/{ImageIcon → Image}/index.d.ts +0 -0
  129. /package/dist/components/assets/icons/{MeatBallsIcon → MeatBalls}/index.d.ts +0 -0
  130. /package/dist/components/assets/icons/{PencilIcon → Pencil}/index.d.ts +0 -0
  131. /package/dist/components/assets/icons/{SSIProfileIcon → Profile}/index.d.ts +0 -0
  132. /package/dist/components/assets/icons/{SSIProfileIcon → Profile}/index.js +0 -0
  133. /package/dist/components/assets/icons/{ViewIcon → View}/index.d.ts +0 -0
@@ -0,0 +1,607 @@
1
+ /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, custom-base, custom-components, custom-utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
7
+ 'Noto Color Emoji';
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
9
+ monospace;
10
+ --default-transition-duration: 150ms;
11
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
12
+ --default-font-family: var(--font-sans);
13
+ --default-mono-font-family: var(--font-mono);
14
+ }
15
+ }
16
+ @layer custom-base {
17
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
18
+ box-sizing: border-box;
19
+ margin: 0;
20
+ padding: 0;
21
+ border: 0 solid;
22
+ }
23
+ html, :host {
24
+ line-height: 1.5;
25
+ -webkit-text-size-adjust: 100%;
26
+ tab-size: 4;
27
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
28
+ font-feature-settings: var(--default-font-feature-settings, normal);
29
+ font-variation-settings: var(--default-font-variation-settings, normal);
30
+ -webkit-tap-highlight-color: transparent;
31
+ }
32
+ hr {
33
+ height: 0;
34
+ color: inherit;
35
+ border-top-width: 1px;
36
+ }
37
+ abbr:where([title]) {
38
+ -webkit-text-decoration: underline dotted;
39
+ text-decoration: underline dotted;
40
+ }
41
+ h1, h2, h3, h4, h5, h6 {
42
+ font-size: inherit;
43
+ font-weight: inherit;
44
+ }
45
+ a {
46
+ color: inherit;
47
+ -webkit-text-decoration: inherit;
48
+ text-decoration: inherit;
49
+ }
50
+ b, strong {
51
+ font-weight: bolder;
52
+ }
53
+ code, kbd, samp, pre {
54
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
55
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
56
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
57
+ font-size: 1em;
58
+ }
59
+ small {
60
+ font-size: 80%;
61
+ }
62
+ sub, sup {
63
+ font-size: 75%;
64
+ line-height: 0;
65
+ position: relative;
66
+ vertical-align: baseline;
67
+ }
68
+ sub {
69
+ bottom: -0.25em;
70
+ }
71
+ sup {
72
+ top: -0.5em;
73
+ }
74
+ table {
75
+ text-indent: 0;
76
+ border-color: inherit;
77
+ border-collapse: collapse;
78
+ }
79
+ :-moz-focusring {
80
+ outline: auto;
81
+ }
82
+ progress {
83
+ vertical-align: baseline;
84
+ }
85
+ summary {
86
+ display: list-item;
87
+ }
88
+ ol, ul, menu {
89
+ list-style: none;
90
+ }
91
+ img, svg, video, canvas, audio, iframe, embed, object {
92
+ display: block;
93
+ vertical-align: middle;
94
+ }
95
+ img, video {
96
+ max-width: 100%;
97
+ height: auto;
98
+ }
99
+ button, input, select, optgroup, textarea, ::file-selector-button {
100
+ font: inherit;
101
+ font-feature-settings: inherit;
102
+ font-variation-settings: inherit;
103
+ letter-spacing: inherit;
104
+ color: inherit;
105
+ border-radius: 0;
106
+ background-color: transparent;
107
+ opacity: 1;
108
+ }
109
+ :where(select:is([multiple], [size])) optgroup {
110
+ font-weight: bolder;
111
+ }
112
+ :where(select:is([multiple], [size])) optgroup option {
113
+ padding-inline-start: 20px;
114
+ }
115
+ ::file-selector-button {
116
+ margin-inline-end: 4px;
117
+ }
118
+ ::placeholder {
119
+ opacity: 1;
120
+ }
121
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
122
+ ::placeholder {
123
+ color: currentcolor;
124
+ @supports (color: color-mix(in lab, red, red)) {
125
+ color: color-mix(in oklab, currentcolor 50%, transparent);
126
+ }
127
+ }
128
+ }
129
+ textarea {
130
+ resize: vertical;
131
+ }
132
+ ::-webkit-search-decoration {
133
+ -webkit-appearance: none;
134
+ }
135
+ ::-webkit-date-and-time-value {
136
+ min-height: 1lh;
137
+ text-align: inherit;
138
+ }
139
+ ::-webkit-datetime-edit {
140
+ display: inline-flex;
141
+ }
142
+ ::-webkit-datetime-edit-fields-wrapper {
143
+ padding: 0;
144
+ }
145
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
146
+ padding-block: 0;
147
+ }
148
+ ::-webkit-calendar-picker-indicator {
149
+ line-height: 1;
150
+ }
151
+ :-moz-ui-invalid {
152
+ box-shadow: none;
153
+ }
154
+ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
155
+ appearance: button;
156
+ }
157
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
158
+ height: auto;
159
+ }
160
+ [hidden]:where(:not([hidden='until-found'])) {
161
+ display: none !important;
162
+ }
163
+ }
164
+ @layer custom-utilities {
165
+ .visible {
166
+ visibility: visible;
167
+ }
168
+ .absolute {
169
+ position: absolute;
170
+ }
171
+ .fixed {
172
+ position: fixed;
173
+ }
174
+ .relative {
175
+ position: relative;
176
+ }
177
+ .container {
178
+ width: 100%;
179
+ @media (width >= 40rem) {
180
+ max-width: 40rem;
181
+ }
182
+ @media (width >= 48rem) {
183
+ max-width: 48rem;
184
+ }
185
+ @media (width >= 64rem) {
186
+ max-width: 64rem;
187
+ }
188
+ @media (width >= 80rem) {
189
+ max-width: 80rem;
190
+ }
191
+ @media (width >= 96rem) {
192
+ max-width: 96rem;
193
+ }
194
+ }
195
+ .mt-auto {
196
+ margin-top: auto;
197
+ }
198
+ .contents {
199
+ display: contents;
200
+ }
201
+ .flex {
202
+ display: flex;
203
+ }
204
+ .grid {
205
+ display: grid;
206
+ }
207
+ .hidden {
208
+ display: none;
209
+ }
210
+ .inline-block {
211
+ display: inline-block;
212
+ }
213
+ .table {
214
+ display: table;
215
+ }
216
+ .aspect-square {
217
+ aspect-ratio: 1 / 1;
218
+ }
219
+ .w-\[var\(--button-width\)\] {
220
+ width: var(--button-width);
221
+ }
222
+ .flex-1 {
223
+ flex: 1;
224
+ }
225
+ .flex-shrink {
226
+ flex-shrink: 1;
227
+ }
228
+ .flex-grow {
229
+ flex-grow: 1;
230
+ }
231
+ .border-collapse {
232
+ border-collapse: collapse;
233
+ }
234
+ .transform {
235
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
236
+ }
237
+ .cursor-not-allowed {
238
+ cursor: not-allowed;
239
+ }
240
+ .cursor-pointer {
241
+ cursor: pointer;
242
+ }
243
+ .resize {
244
+ resize: both;
245
+ }
246
+ .flex-col {
247
+ flex-direction: column;
248
+ }
249
+ .flex-row {
250
+ flex-direction: row;
251
+ }
252
+ .flex-wrap {
253
+ flex-wrap: wrap;
254
+ }
255
+ .items-center {
256
+ align-items: center;
257
+ }
258
+ .items-start {
259
+ align-items: flex-start;
260
+ }
261
+ .justify-center {
262
+ justify-content: center;
263
+ }
264
+ .gap-\[var\(--spacing-0_5\)\] {
265
+ gap: var(--spacing-0_5);
266
+ }
267
+ .gap-\[var\(--spacing-1_5\)\] {
268
+ gap: var(--spacing-1_5);
269
+ }
270
+ .gap-\[var\(--spacing-2\)\] {
271
+ gap: var(--spacing-2);
272
+ }
273
+ .self-start {
274
+ align-self: flex-start;
275
+ }
276
+ .truncate {
277
+ overflow: hidden;
278
+ text-overflow: ellipsis;
279
+ white-space: nowrap;
280
+ }
281
+ .overflow-hidden {
282
+ overflow: hidden;
283
+ }
284
+ .overflow-x-auto {
285
+ overflow-x: auto;
286
+ }
287
+ .rounded-\[var\(--border-radius-2\)\] {
288
+ border-radius: var(--border-radius-2);
289
+ }
290
+ .rounded-\[var\(--border-radius-4\)\] {
291
+ border-radius: var(--border-radius-4);
292
+ }
293
+ .border {
294
+ border-style: var(--tw-border-style);
295
+ border-width: 1px;
296
+ }
297
+ .bg-\[var\(--color-brand-50\)\] {
298
+ background-color: var(--color-brand-50);
299
+ }
300
+ .bg-\[var\(--color-grey-50\)\] {
301
+ background-color: var(--color-grey-50);
302
+ }
303
+ .p-\[var\(--spacing-1_5\)\] {
304
+ padding: var(--spacing-1_5);
305
+ }
306
+ .px-\[var\(--spacing-1_5\)\] {
307
+ padding-inline: var(--spacing-1_5);
308
+ }
309
+ .py-\[var\(--spacing-1\)\] {
310
+ padding-block: var(--spacing-1);
311
+ }
312
+ .pr-\[var\(--spacing-4\)\] {
313
+ padding-right: var(--spacing-4);
314
+ }
315
+ .pl-\[var\(--spacing-1_5\)\] {
316
+ padding-left: var(--spacing-1_5);
317
+ }
318
+ .text-left {
319
+ text-align: left;
320
+ }
321
+ .break-words {
322
+ overflow-wrap: break-word;
323
+ }
324
+ .text-\[var\(--color-grey-600\)\] {
325
+ color: var(--color-grey-600);
326
+ }
327
+ .text-\[var\(--color-grey-900\)\] {
328
+ color: var(--color-grey-900);
329
+ }
330
+ .text-\[var\(--color-grey-1100\)\] {
331
+ color: var(--color-grey-1100);
332
+ }
333
+ .opacity-50 {
334
+ opacity: 50%;
335
+ }
336
+ .shadow {
337
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
338
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
339
+ }
340
+ .shadow-\[0rem_0\.5rem_0\.5rem_0rem_rgba\(32\,37\,55\,0\.15\)\] {
341
+ --tw-shadow: 0rem 0.5rem 0.5rem 0rem var(--tw-shadow-color, rgba(32,37,55,0.15));
342
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
343
+ }
344
+ .outline {
345
+ outline-style: var(--tw-outline-style);
346
+ outline-width: 1px;
347
+ }
348
+ .filter {
349
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
350
+ }
351
+ .backdrop-filter {
352
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
353
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
354
+ }
355
+ .transition {
356
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
357
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
358
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
359
+ }
360
+ .outline-none {
361
+ --tw-outline-style: none;
362
+ outline-style: none;
363
+ }
364
+ .\[--anchor-gap\:var\(--spacing-1_5\)\] {
365
+ --anchor-gap: var(--spacing-1_5);
366
+ }
367
+ .hover\:bg-\[var\(--color-grey-1000\)\] {
368
+ &:hover {
369
+ @media (hover: hover) {
370
+ background-color: var(--color-grey-1000);
371
+ }
372
+ }
373
+ }
374
+ }
375
+ @property --tw-rotate-x {
376
+ syntax: "*";
377
+ inherits: false;
378
+ }
379
+ @property --tw-rotate-y {
380
+ syntax: "*";
381
+ inherits: false;
382
+ }
383
+ @property --tw-rotate-z {
384
+ syntax: "*";
385
+ inherits: false;
386
+ }
387
+ @property --tw-skew-x {
388
+ syntax: "*";
389
+ inherits: false;
390
+ }
391
+ @property --tw-skew-y {
392
+ syntax: "*";
393
+ inherits: false;
394
+ }
395
+ @property --tw-border-style {
396
+ syntax: "*";
397
+ inherits: false;
398
+ initial-value: solid;
399
+ }
400
+ @property --tw-shadow {
401
+ syntax: "*";
402
+ inherits: false;
403
+ initial-value: 0 0 #0000;
404
+ }
405
+ @property --tw-shadow-color {
406
+ syntax: "*";
407
+ inherits: false;
408
+ }
409
+ @property --tw-shadow-alpha {
410
+ syntax: "<percentage>";
411
+ inherits: false;
412
+ initial-value: 100%;
413
+ }
414
+ @property --tw-inset-shadow {
415
+ syntax: "*";
416
+ inherits: false;
417
+ initial-value: 0 0 #0000;
418
+ }
419
+ @property --tw-inset-shadow-color {
420
+ syntax: "*";
421
+ inherits: false;
422
+ }
423
+ @property --tw-inset-shadow-alpha {
424
+ syntax: "<percentage>";
425
+ inherits: false;
426
+ initial-value: 100%;
427
+ }
428
+ @property --tw-ring-color {
429
+ syntax: "*";
430
+ inherits: false;
431
+ }
432
+ @property --tw-ring-shadow {
433
+ syntax: "*";
434
+ inherits: false;
435
+ initial-value: 0 0 #0000;
436
+ }
437
+ @property --tw-inset-ring-color {
438
+ syntax: "*";
439
+ inherits: false;
440
+ }
441
+ @property --tw-inset-ring-shadow {
442
+ syntax: "*";
443
+ inherits: false;
444
+ initial-value: 0 0 #0000;
445
+ }
446
+ @property --tw-ring-inset {
447
+ syntax: "*";
448
+ inherits: false;
449
+ }
450
+ @property --tw-ring-offset-width {
451
+ syntax: "<length>";
452
+ inherits: false;
453
+ initial-value: 0px;
454
+ }
455
+ @property --tw-ring-offset-color {
456
+ syntax: "*";
457
+ inherits: false;
458
+ initial-value: #fff;
459
+ }
460
+ @property --tw-ring-offset-shadow {
461
+ syntax: "*";
462
+ inherits: false;
463
+ initial-value: 0 0 #0000;
464
+ }
465
+ @property --tw-outline-style {
466
+ syntax: "*";
467
+ inherits: false;
468
+ initial-value: solid;
469
+ }
470
+ @property --tw-blur {
471
+ syntax: "*";
472
+ inherits: false;
473
+ }
474
+ @property --tw-brightness {
475
+ syntax: "*";
476
+ inherits: false;
477
+ }
478
+ @property --tw-contrast {
479
+ syntax: "*";
480
+ inherits: false;
481
+ }
482
+ @property --tw-grayscale {
483
+ syntax: "*";
484
+ inherits: false;
485
+ }
486
+ @property --tw-hue-rotate {
487
+ syntax: "*";
488
+ inherits: false;
489
+ }
490
+ @property --tw-invert {
491
+ syntax: "*";
492
+ inherits: false;
493
+ }
494
+ @property --tw-opacity {
495
+ syntax: "*";
496
+ inherits: false;
497
+ }
498
+ @property --tw-saturate {
499
+ syntax: "*";
500
+ inherits: false;
501
+ }
502
+ @property --tw-sepia {
503
+ syntax: "*";
504
+ inherits: false;
505
+ }
506
+ @property --tw-drop-shadow {
507
+ syntax: "*";
508
+ inherits: false;
509
+ }
510
+ @property --tw-drop-shadow-color {
511
+ syntax: "*";
512
+ inherits: false;
513
+ }
514
+ @property --tw-drop-shadow-alpha {
515
+ syntax: "<percentage>";
516
+ inherits: false;
517
+ initial-value: 100%;
518
+ }
519
+ @property --tw-drop-shadow-size {
520
+ syntax: "*";
521
+ inherits: false;
522
+ }
523
+ @property --tw-backdrop-blur {
524
+ syntax: "*";
525
+ inherits: false;
526
+ }
527
+ @property --tw-backdrop-brightness {
528
+ syntax: "*";
529
+ inherits: false;
530
+ }
531
+ @property --tw-backdrop-contrast {
532
+ syntax: "*";
533
+ inherits: false;
534
+ }
535
+ @property --tw-backdrop-grayscale {
536
+ syntax: "*";
537
+ inherits: false;
538
+ }
539
+ @property --tw-backdrop-hue-rotate {
540
+ syntax: "*";
541
+ inherits: false;
542
+ }
543
+ @property --tw-backdrop-invert {
544
+ syntax: "*";
545
+ inherits: false;
546
+ }
547
+ @property --tw-backdrop-opacity {
548
+ syntax: "*";
549
+ inherits: false;
550
+ }
551
+ @property --tw-backdrop-saturate {
552
+ syntax: "*";
553
+ inherits: false;
554
+ }
555
+ @property --tw-backdrop-sepia {
556
+ syntax: "*";
557
+ inherits: false;
558
+ }
559
+ @layer properties {
560
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
561
+ *, ::before, ::after, ::backdrop {
562
+ --tw-rotate-x: initial;
563
+ --tw-rotate-y: initial;
564
+ --tw-rotate-z: initial;
565
+ --tw-skew-x: initial;
566
+ --tw-skew-y: initial;
567
+ --tw-border-style: solid;
568
+ --tw-shadow: 0 0 #0000;
569
+ --tw-shadow-color: initial;
570
+ --tw-shadow-alpha: 100%;
571
+ --tw-inset-shadow: 0 0 #0000;
572
+ --tw-inset-shadow-color: initial;
573
+ --tw-inset-shadow-alpha: 100%;
574
+ --tw-ring-color: initial;
575
+ --tw-ring-shadow: 0 0 #0000;
576
+ --tw-inset-ring-color: initial;
577
+ --tw-inset-ring-shadow: 0 0 #0000;
578
+ --tw-ring-inset: initial;
579
+ --tw-ring-offset-width: 0px;
580
+ --tw-ring-offset-color: #fff;
581
+ --tw-ring-offset-shadow: 0 0 #0000;
582
+ --tw-outline-style: solid;
583
+ --tw-blur: initial;
584
+ --tw-brightness: initial;
585
+ --tw-contrast: initial;
586
+ --tw-grayscale: initial;
587
+ --tw-hue-rotate: initial;
588
+ --tw-invert: initial;
589
+ --tw-opacity: initial;
590
+ --tw-saturate: initial;
591
+ --tw-sepia: initial;
592
+ --tw-drop-shadow: initial;
593
+ --tw-drop-shadow-color: initial;
594
+ --tw-drop-shadow-alpha: 100%;
595
+ --tw-drop-shadow-size: initial;
596
+ --tw-backdrop-blur: initial;
597
+ --tw-backdrop-brightness: initial;
598
+ --tw-backdrop-contrast: initial;
599
+ --tw-backdrop-grayscale: initial;
600
+ --tw-backdrop-hue-rotate: initial;
601
+ --tw-backdrop-invert: initial;
602
+ --tw-backdrop-opacity: initial;
603
+ --tw-backdrop-saturate: initial;
604
+ --tw-backdrop-sepia: initial;
605
+ }
606
+ }
607
+ }
@@ -1,29 +1,18 @@
1
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;
2
+ import type { IStyledComponent } from 'styled-components';
3
+ export declare const SSITextH1Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
4
+ export declare const SSITextH1SemiBoldStyled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
5
+ export declare const SSITextH1SemiBoldLightStyled: typeof SSITextH1SemiBoldStyled;
6
+ export declare const SSITextH2Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
7
+ export declare const SSITextH2SemiBoldStyled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
8
+ export declare const SSITextH3Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
9
+ export declare const SSITextH3LightStyled: typeof SSITextH3Styled;
10
+ export declare const SSITextH4Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
11
+ export declare const SSITextH4SemiBoldStyled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
12
+ export declare const SSITextH4LightStyled: typeof SSITextH4Styled;
13
+ export declare const SSITextH4SemiBoldLightStyled: typeof SSITextH4SemiBoldStyled;
14
+ export declare const SSITextH5Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
15
+ export declare const SSITextH5LightStyled: typeof SSITextH5Styled;
16
+ export declare const SSITextH6Styled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
17
+ export declare const SSITextH6LightStyled: typeof SSITextH6Styled;
18
+ export declare const SSITextH7RegularStyled: IStyledComponent<'web', React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ export type ChevronDirection = 'up' | 'down';
@@ -0,0 +1 @@
1
+ export {};
@@ -4,3 +4,5 @@ export * from './toast';
4
4
  export * from './indicator';
5
5
  export * from './field';
6
6
  export * from './view';
7
+ export * from './icon';
8
+ export * from './jsonForms';
@@ -4,3 +4,5 @@ export * from './toast';
4
4
  export * from './indicator';
5
5
  export * from './field';
6
6
  export * from './view';
7
+ export * from './icon';
8
+ export * from './jsonForms';
@@ -0,0 +1,5 @@
1
+ export declare enum JsonFormsCustomControlKey {
2
+ ARRAY = "array",
3
+ PASSPORT_PHOTO = "passport-photo",
4
+ COLOR_PICKER = "color-picker"
5
+ }
@@ -0,0 +1,6 @@
1
+ export var JsonFormsCustomControlKey;
2
+ (function (JsonFormsCustomControlKey) {
3
+ JsonFormsCustomControlKey["ARRAY"] = "array";
4
+ JsonFormsCustomControlKey["PASSPORT_PHOTO"] = "passport-photo";
5
+ JsonFormsCustomControlKey["COLOR_PICKER"] = "color-picker";
6
+ })(JsonFormsCustomControlKey || (JsonFormsCustomControlKey = {}));