albinasoft-ui-package 1.1.50 → 1.1.52
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/dist/assets/css/main.css
CHANGED
@@ -6730,11 +6730,15 @@ fieldset:disabled .btn {
|
|
6730
6730
|
font-weight: var(--bs-badge-font-weight);
|
6731
6731
|
line-height: 1;
|
6732
6732
|
color: var(--bs-badge-color);
|
6733
|
-
text-align: center;
|
6734
|
-
|
6733
|
+
/* text-align: center; */
|
6734
|
+
text-align: left;
|
6735
|
+
/* white-space: nowrap; */
|
6736
|
+
white-space: normal;
|
6735
6737
|
vertical-align: baseline;
|
6736
6738
|
-webkit-border-radius: var(--bs-badge-border-radius);
|
6737
|
-
border-radius: var(--bs-badge-border-radius)
|
6739
|
+
border-radius: var(--bs-badge-border-radius);
|
6740
|
+
word-break: break-word;
|
6741
|
+
overflow-wrap: break-word;
|
6738
6742
|
}
|
6739
6743
|
|
6740
6744
|
.badge:empty {
|
@@ -7697,7 +7701,7 @@ fieldset:disabled .btn {
|
|
7697
7701
|
}
|
7698
7702
|
|
7699
7703
|
.modal-backdrop {
|
7700
|
-
--bs-backdrop-zindex:
|
7704
|
+
--bs-backdrop-zindex: 1055;
|
7701
7705
|
--bs-backdrop-bg: #000;
|
7702
7706
|
--bs-backdrop-opacity: 0.5;
|
7703
7707
|
position: fixed;
|
@@ -136,7 +136,7 @@ var CustomSelect = function (_a) {
|
|
136
136
|
} })));
|
137
137
|
})) : (react_1.default.createElement("span", { className: "placeholder" }, placeholder))) : selectedValue ? (react_1.default.createElement("span", { className: "badge bg-primary d-inline-flex align-items-center" },
|
138
138
|
react_1.default.createElement("span", null, (_b = options.find(function (opt) { return opt.value === selectedValue; })) === null || _b === void 0 ? void 0 : _b.label),
|
139
|
-
react_1.default.createElement(fa_1.FaTimes, { className: "ms-1", style: { cursor: "pointer" }, onClick: clearSelection }))) : (react_1.default.createElement("span", { className: "placeholder" }, placeholder))),
|
139
|
+
react_1.default.createElement(fa_1.FaTimes, { className: "ms-1", style: { cursor: "pointer", minWidth: "1rem" }, onClick: clearSelection }))) : (react_1.default.createElement("span", { className: "placeholder" }, placeholder))),
|
140
140
|
react_1.default.createElement("input", { type: "text", name: name, value: Array.isArray(value) ? value.join(",") : value, required: required, onInvalid: handleInvalid, onInput: handleInput, style: {
|
141
141
|
position: "absolute",
|
142
142
|
left: "-9999px",
|