@sphereon/ui-components.ssi-react 0.3.1-unstable.5 → 0.4.1-unstable.2
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/components/assets/icons/CapitolIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/CapitolIcon/index.js +7 -0
- package/dist/components/assets/icons/ChevronIcon/index.d.ts +11 -0
- package/dist/components/assets/icons/ChevronIcon/index.js +7 -0
- package/dist/components/assets/icons/LaptopIcon/index.d.ts +8 -0
- package/dist/components/assets/icons/LaptopIcon/index.js +7 -0
- package/dist/components/assets/icons/ManIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/ManIcon/index.js +7 -0
- package/dist/components/assets/icons/StoreIcon/index.d.ts +9 -0
- package/dist/components/assets/icons/StoreIcon/index.js +7 -0
- package/dist/components/lists/Listbox/index.d.ts +16 -0
- package/dist/components/lists/Listbox/index.js +45 -0
- package/dist/components/views/ContactViewItem/index.js +1 -1
- package/dist/components/views/FormView/index.d.ts +2 -2
- package/dist/components/views/FormView/index.js +47 -2
- package/dist/components/views/RoleIconView/index.d.ts +9 -0
- package/dist/components/views/RoleIconView/index.js +17 -0
- package/dist/components/views/RoleViewItem/index.d.ts +8 -0
- package/dist/components/views/RoleViewItem/index.js +56 -0
- package/dist/components/views/SSICredentialCardView/index.js +3 -4
- package/dist/helpers/DateHelper/index.d.ts +3 -0
- package/dist/helpers/DateHelper/index.js +45 -0
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.js +1 -0
- package/dist/index.d.ts +11 -1
- package/dist/index.js +11 -1
- package/dist/styles/components/components/ContactViewItem/index.js +1 -1
- package/dist/styles/components/components/DropDownListItem/index.js +10 -0
- package/dist/styles/css/tailwind.css +595 -0
- package/dist/types/icon/index.d.ts +1 -0
- package/dist/types/icon/index.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/package.json +10 -7
- package/dist/components/views/FormView/styles.css +0 -105
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
|
|
2
|
-
border-color: #7276F7 !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
|
|
6
|
-
border-color: #7276F7 !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.MuiTypography-h6 {
|
|
10
|
-
font-size: 16px !important;
|
|
11
|
-
font-style: normal !important;
|
|
12
|
-
font-weight: 600 !important;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.MuiGrid-container {
|
|
16
|
-
padding: 0 !important;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.MuiFormControl-root {
|
|
20
|
-
padding: 0 !important;
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.MuiCardContent-root {
|
|
25
|
-
padding: 0 !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.MuiCardHeader-root {
|
|
29
|
-
padding: 0 !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.MuiPaper-root {
|
|
33
|
-
margin: 0 !important;
|
|
34
|
-
background-color: #FBFBFB !important;
|
|
35
|
-
box-shadow: none !important;
|
|
36
|
-
border-radius: 4px !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.MuiCardHeader-title {
|
|
40
|
-
font-family: Poppins, serif !important;
|
|
41
|
-
font-size: 16px !important;
|
|
42
|
-
font-style: normal !important;
|
|
43
|
-
font-weight: 400 !important;
|
|
44
|
-
margin-bottom: 10px !important;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-column {
|
|
48
|
-
gap: 24px !important;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.MuiFormLabel-root.MuiInputLabel-root {
|
|
52
|
-
font-family: 'Poppins', sans-serif !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-input {
|
|
56
|
-
font-family: 'Poppins', sans-serif !important;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.MuiInputBase-root.MuiOutlinedInput-root {
|
|
60
|
-
font-family: 'Poppins', sans-serif !important;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.MuiTypography-root {
|
|
64
|
-
font-family: 'Poppins', sans-serif !important;
|
|
65
|
-
color: #303030 !important;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.MuiDateCalendar-root {
|
|
69
|
-
background-color: #ECE6F0 !important;
|
|
70
|
-
border-radius: 16px !important;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPickersPopper-paper {
|
|
74
|
-
border-radius: 16px !important;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.MuiButtonBase-root.MuiPickersDay-root.Mui-selected.MuiPickersDay-dayWithMargin {
|
|
78
|
-
background-color: #7276F7 !important;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.MuiButtonBase-root.MuiPickersDay-root.MuiPickersDay-dayWithMargin:hover {
|
|
82
|
-
background-color: #B7B8D9 !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.base-Popper-root {
|
|
86
|
-
border-radius: 4px !important;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.MuiFormGroup-root.MuiFormGroup-row {
|
|
90
|
-
display: grid !important;
|
|
91
|
-
grid-template-columns: repeat(2, 1fr) !important;
|
|
92
|
-
grid-gap: 10px !important;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-true:empty {
|
|
96
|
-
display: none !important;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
textarea.MuiInputBase-input.MuiInputBase-inputMultiline {
|
|
100
|
-
min-height: 112px !important;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.MuiTabs-scroller.MuiTabs-fixed {
|
|
104
|
-
margin-bottom: 12px !important;
|
|
105
|
-
}
|