@arsedizioni/ars-utils 22.0.78 → 22.0.81
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/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 +20 -20
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +14 -14
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/ui.scss +4 -2
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
package/package.json
CHANGED
package/styles/ui.scss
CHANGED
|
@@ -110,15 +110,17 @@ b {
|
|
|
110
110
|
|
|
111
111
|
.large {
|
|
112
112
|
font-size: large !important;
|
|
113
|
+
line-height: 1.2 !important;
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
.smaller {
|
|
116
117
|
font-size: smaller !important;
|
|
118
|
+
line-height: 1.2 !important;
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
.small {
|
|
120
122
|
font-size: small !important;
|
|
121
|
-
line-height:
|
|
123
|
+
line-height: 1.2 !important;
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
.small-icon-button {
|
|
@@ -137,7 +139,7 @@ b {
|
|
|
137
139
|
|
|
138
140
|
.x-small {
|
|
139
141
|
font-size: x-small !important;
|
|
140
|
-
line-height:
|
|
142
|
+
line-height: 1.2 !important;
|
|
141
143
|
}
|
|
142
144
|
|
|
143
145
|
.bold {
|
|
@@ -1049,7 +1049,7 @@ declare class ClipperDocumentMenuComponent {
|
|
|
1049
1049
|
private readonly renderer2;
|
|
1050
1050
|
private readonly clipperService;
|
|
1051
1051
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1052
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1052
|
+
readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
|
|
1053
1053
|
/**
|
|
1054
1054
|
* Computed signal that returns the current effective document selection.
|
|
1055
1055
|
* Re-evaluates when any input signal or the underlying selection model changes.
|