@arsedizioni/ars-utils 19.0.113 → 19.0.115
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/document-menu/document-menu.component.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +12 -12
- 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 +5 -5
- package/styles/ui.scss +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.115",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"types": "./clipper.ui/index.d.ts",
|
|
41
41
|
"default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
|
|
42
42
|
},
|
|
43
|
-
"./evolution.common": {
|
|
44
|
-
"types": "./evolution.common/index.d.ts",
|
|
45
|
-
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
46
|
-
},
|
|
47
43
|
"./core": {
|
|
48
44
|
"types": "./core/index.d.ts",
|
|
49
45
|
"default": "./fesm2022/arsedizioni-ars-utils-core.mjs"
|
|
50
46
|
},
|
|
47
|
+
"./evolution.common": {
|
|
48
|
+
"types": "./evolution.common/index.d.ts",
|
|
49
|
+
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
50
|
+
},
|
|
51
51
|
"./help": {
|
|
52
52
|
"types": "./help/index.d.ts",
|
|
53
53
|
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
package/styles/ui.scss
CHANGED
|
@@ -219,7 +219,7 @@ b {
|
|
|
219
219
|
.title {
|
|
220
220
|
font-size: 19.2px !important;
|
|
221
221
|
font-weight: 600;
|
|
222
|
-
padding-left:
|
|
222
|
+
padding-left: 10px;
|
|
223
223
|
min-width: 150px;
|
|
224
224
|
width: 100%;
|
|
225
225
|
white-space: nowrap;
|
|
@@ -248,6 +248,10 @@ b {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
+
.drawer-small {
|
|
252
|
+
//padding-left: 20px;
|
|
253
|
+
}
|
|
254
|
+
|
|
251
255
|
@media screen and (min-width: 0px) and (max-width: 430px) {
|
|
252
256
|
|
|
253
257
|
.drawer,
|