@arsedizioni/ars-utils 18.3.47 → 18.3.48
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/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +2 -2
- package/esm2022/clipper.ui/ui/document/document.component.mjs +2 -2
- package/esm2022/clipper.ui/ui/references/references.component.mjs +2 -2
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +2 -2
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +2 -2
- package/esm2022/help/components/help-viewer/help-viewer.component.mjs +2 -2
- package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +2 -2
- package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +2 -2
- package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +2 -2
- package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-help.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +4 -4
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +18 -18
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +12 -12
- package/package.json +7 -7
- package/styles/ui.scss +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.48",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -46,6 +46,12 @@
|
|
|
46
46
|
"esm": "./esm2022/clipper.ui/arsedizioni-ars-utils-clipper.ui.mjs",
|
|
47
47
|
"default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
|
|
48
48
|
},
|
|
49
|
+
"./evolution.common": {
|
|
50
|
+
"types": "./evolution.common/index.d.ts",
|
|
51
|
+
"esm2022": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
52
|
+
"esm": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
53
|
+
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
54
|
+
},
|
|
49
55
|
"./core": {
|
|
50
56
|
"types": "./core/index.d.ts",
|
|
51
57
|
"esm2022": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
|
|
@@ -58,12 +64,6 @@
|
|
|
58
64
|
"esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
59
65
|
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
|
60
66
|
},
|
|
61
|
-
"./evolution.common": {
|
|
62
|
-
"types": "./evolution.common/index.d.ts",
|
|
63
|
-
"esm2022": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
64
|
-
"esm": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
65
|
-
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
66
|
-
},
|
|
67
67
|
"./support.common": {
|
|
68
68
|
"types": "./support.common/index.d.ts",
|
|
69
69
|
"esm2022": "./esm2022/support.common/arsedizioni-ars-utils-support.common.mjs",
|
package/styles/ui.scss
CHANGED
|
@@ -220,7 +220,7 @@ b {
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
@media screen and (min-width: 0px) and (max-width:
|
|
223
|
+
@media screen and (min-width: 0px) and (max-width: 430px) {
|
|
224
224
|
.drawer,
|
|
225
225
|
.drawer-small {
|
|
226
226
|
border-radius: 0 !important;
|
|
@@ -229,7 +229,7 @@ b {
|
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
@media screen and (min-width:
|
|
232
|
+
@media screen and (min-width: 431px) {
|
|
233
233
|
.drawer {
|
|
234
234
|
min-width: 420px !important;
|
|
235
235
|
max-width: 420px !important;
|