carriera-intern-components 1.1.53 → 1.1.54
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/app/components/avatar/avatar.component.d.ts +6 -1
- package/app/components/avatar/pipes/avatar-classes.pipe.d.ts +2 -1
- package/app/components/dispatch-dropdown/dispatch-dropdown.component.d.ts +4 -1
- package/app/components/dispatch-dropdown/interfaces/dispatch-dropdown-option.interface.d.ts +1 -1
- package/app/components/dispatch-dropdown/pipes/dispatch-search-filter.pipe.d.ts +1 -1
- package/app/components/document-preview/document-preview.component.d.ts +2 -1
- package/app/components/drop-zone/drop-zone.component.d.ts +8 -1
- package/app/utils/constants/input-character-sets.constants.d.ts +5 -5
- package/fesm2022/carriera-intern-components.mjs +121 -30
- package/fesm2022/carriera-intern-components.mjs.map +1 -1
- package/package.json +1 -1
- package/public/assets/invexample.png +0 -0
- package/public/assets/invoice.png +0 -0
- package/src/styles/popover.scss +8 -0
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
package/src/styles/popover.scss
CHANGED
|
@@ -108,6 +108,10 @@
|
|
|
108
108
|
user-select: none;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
&::-webkit-scrollbar {
|
|
112
|
+
border-radius: 0 3px 0 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
111
115
|
.dropdown-menu-separator {
|
|
112
116
|
bottom: -4px;
|
|
113
117
|
}
|
|
@@ -152,6 +156,10 @@
|
|
|
152
156
|
user-select: none;
|
|
153
157
|
}
|
|
154
158
|
|
|
159
|
+
&::-webkit-scrollbar {
|
|
160
|
+
border-radius: 0 0 3px 0;
|
|
161
|
+
}
|
|
162
|
+
|
|
155
163
|
.dropdown-menu-separator {
|
|
156
164
|
top: -2px;
|
|
157
165
|
}
|