@arsedizioni/ars-utils 18.2.181 → 18.2.183
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/clipper.ui/ui/clipper.scss +22 -22
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +3 -3
- package/esm2022/help/components/help-viewer/help-viewer.component.mjs +3 -3
- package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +3 -3
- package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +12 -12
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +4 -4
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +18 -18
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +12 -12
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/ui.scss +5 -5
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.clipper-selection-icon-button {
|
|
18
|
-
background-color: var(--ars-primary, #00a293);
|
|
18
|
+
background-color: var(--ars-color-primary, #00a293);
|
|
19
19
|
color: var(--ars-color-text-low, #e0e2e5);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.clipper-selection-icon-button:hover {
|
|
23
|
-
background-color: var(--ars-primary-hi, #12c0ae);
|
|
23
|
+
background-color: var(--ars-color-primary-hi, #12c0ae);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.expired,
|
|
27
27
|
.unread {
|
|
28
|
-
color: var(--ars-error, #ff5449) !important;
|
|
28
|
+
color: var(--ars-color-error, #ff5449) !important;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.expiring {
|
|
32
|
-
color: var(--ars-warning, #FFC107) !important;
|
|
32
|
+
color: var(--ars-color-warning, #FFC107) !important;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.error-bg,
|
|
36
36
|
.expired-bg,
|
|
37
37
|
.unread-bg {
|
|
38
|
-
background-color: var(--ars-error, #ff5449);
|
|
38
|
+
background-color: var(--ars-color-error, #ff5449);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.expiring-bg {
|
|
42
|
-
background-color: var(--ars-warning, #FFC107);
|
|
42
|
+
background-color: var(--ars-color-warning, #FFC107);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.popular-bg {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
.items-group-title {
|
|
64
|
-
color: var(--ars-accent, #7894ae);
|
|
64
|
+
color: var(--ars-color-accent, #7894ae);
|
|
65
65
|
font-size: large;
|
|
66
66
|
font-weight: 700;
|
|
67
67
|
padding-left: 25px;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
font-weight: 700;
|
|
98
98
|
line-height: 15px;
|
|
99
99
|
text-transform: uppercase;
|
|
100
|
-
color: var(--ars-accent, #7894ae);
|
|
100
|
+
color: var(--ars-color-accent, #7894ae);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
font-weight: 700;
|
|
107
107
|
line-height: 15px;
|
|
108
108
|
text-transform: uppercase;
|
|
109
|
-
color: var(--ars-accent-low, #456179);
|
|
109
|
+
color: var(--ars-color-accent-low, #456179);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.title {
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
font-size: x-small;
|
|
121
121
|
font-weight: 700;
|
|
122
122
|
line-height: 15px;
|
|
123
|
-
color: var(--ars-accent-low, #456179);
|
|
123
|
+
color: var(--ars-color-accent-low, #456179);
|
|
124
124
|
text-transform: uppercase;
|
|
125
|
-
border-left: 4px solid var(--ars-accent-low, #456179);
|
|
125
|
+
border-left: 4px solid var(--ars-color-accent-low, #456179);
|
|
126
126
|
padding-left: 10px;
|
|
127
127
|
|
|
128
128
|
.links {
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
|
|
140
140
|
a {
|
|
141
141
|
cursor: pointer !important;
|
|
142
|
-
color: var(--ars-link, #03A9F4);
|
|
142
|
+
color: var(--ars-color-link, #03A9F4);
|
|
143
143
|
font-weight: 600;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
a.link {
|
|
149
|
-
color: var(--ars-link, #03A9F4);
|
|
149
|
+
color: var(--ars-color-link, #03A9F4);
|
|
150
150
|
cursor: pointer !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.image-mark-unread {
|
|
182
|
-
border-top-color: var(--ars-error, #ff5449);
|
|
182
|
+
border-top-color: var(--ars-color-error, #ff5449);
|
|
183
183
|
margin: 0 8px;
|
|
184
184
|
}
|
|
185
185
|
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
top: 0;
|
|
221
221
|
padding: 4px 8px;
|
|
222
222
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
223
|
-
color: var(--ars-accent, #7894ae);
|
|
223
|
+
color: var(--ars-color-accent, #7894ae);
|
|
224
224
|
font-size: small;
|
|
225
225
|
font-weight: 700;
|
|
226
226
|
text-transform: uppercase;
|
|
@@ -234,12 +234,12 @@
|
|
|
234
234
|
|
|
235
235
|
.check,
|
|
236
236
|
.read {
|
|
237
|
-
background-color: var(--ars-primary, #00a293);
|
|
237
|
+
background-color: var(--ars-color-primary, #00a293);
|
|
238
238
|
color: var(--ars-color-text-low, #e0e2e5);
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.check-selected {
|
|
242
|
-
background-color: var(--ars-primary-hi, #12c0ae);
|
|
242
|
+
background-color: var(--ars-color-primary-hi, #12c0ae);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
}
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
.date-divider {
|
|
257
257
|
width: 1px;
|
|
258
258
|
margin: 0 8px;
|
|
259
|
-
border-left: 1px solid var(--ars-color-divider, #757d87);
|
|
259
|
+
border-left: 1px solid var(--ars-color-color-divider, #757d87);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
@@ -283,14 +283,14 @@
|
|
|
283
283
|
font-size: x-small;
|
|
284
284
|
font-weight: 600;
|
|
285
285
|
text-align: center;
|
|
286
|
-
background-color: var(--ars-accent, #7894ae);
|
|
286
|
+
background-color: var(--ars-color-accent, #7894ae);
|
|
287
287
|
text-transform: uppercase;
|
|
288
288
|
white-space: nowrap;
|
|
289
289
|
color: var(--ars-color-text, #191c1b);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
.badge-red {
|
|
293
|
-
background-color: var(--ars-error, #ff5449);
|
|
293
|
+
background-color: var(--ars-color-error, #ff5449);
|
|
294
294
|
color: var(--ars-color-text, #191c1b);
|
|
295
295
|
}
|
|
296
296
|
|
|
@@ -324,11 +324,11 @@
|
|
|
324
324
|
|
|
325
325
|
.special-date,
|
|
326
326
|
.special-date-expired {
|
|
327
|
-
border: 2px var(--ars-accent, #7894ae) solid !important;
|
|
327
|
+
border: 2px var(--ars-color-accent, #7894ae) solid !important;
|
|
328
328
|
border-radius: 100% !important;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
.special-date-expired {
|
|
333
|
-
border: 2px var(--ars-error, #ff5449) solid !important;
|
|
333
|
+
border: 2px var(--ars-color-error, #ff5449) solid !important;
|
|
334
334
|
}
|