urfu-ui-kit-react 0.0.92 → 0.0.93
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/urfu-ui-kit-react.js +22 -12
- package/package.json +1 -1
|
@@ -12098,9 +12098,10 @@ const kr = (n, a, t) => {
|
|
|
12098
12098
|
},
|
|
12099
12099
|
style: Object.assign(
|
|
12100
12100
|
s ? {
|
|
12101
|
-
padding: "
|
|
12101
|
+
padding: "6px 28px 5px 10px",
|
|
12102
12102
|
gridRowGap: "4px",
|
|
12103
|
-
borderRadius: "8px"
|
|
12103
|
+
borderRadius: "8px",
|
|
12104
|
+
minHeight: "43px"
|
|
12104
12105
|
} : {},
|
|
12105
12106
|
d && { border: "1px solid #EF302B" }
|
|
12106
12107
|
),
|
|
@@ -12108,7 +12109,10 @@ const kr = (n, a, t) => {
|
|
|
12108
12109
|
(r == null ? void 0 : r.length) <= 0 && k.length === 0 ? /* @__PURE__ */ p.jsx(
|
|
12109
12110
|
"span",
|
|
12110
12111
|
{
|
|
12111
|
-
style:
|
|
12112
|
+
style: Object.assign(
|
|
12113
|
+
{ color: "#545454" },
|
|
12114
|
+
s ? { fontSize: "12px" } : {}
|
|
12115
|
+
),
|
|
12112
12116
|
className: "u-multiselectbox-select-label",
|
|
12113
12117
|
children: e
|
|
12114
12118
|
}
|
|
@@ -12125,7 +12129,7 @@ const kr = (n, a, t) => {
|
|
|
12125
12129
|
padding: "8px 12px"
|
|
12126
12130
|
},
|
|
12127
12131
|
children: [
|
|
12128
|
-
/* @__PURE__ */ p.jsx("span", { className: "u-multiselectbox-select-item", children: P.label }),
|
|
12132
|
+
/* @__PURE__ */ p.jsx("span", { className: "u-multiselectbox-select-item", style: s ? {} : { lineHeight: "20px" }, children: P.label }),
|
|
12129
12133
|
/* @__PURE__ */ p.jsx(
|
|
12130
12134
|
"div",
|
|
12131
12135
|
{
|
|
@@ -12157,10 +12161,14 @@ const kr = (n, a, t) => {
|
|
|
12157
12161
|
"i",
|
|
12158
12162
|
{
|
|
12159
12163
|
className: "u-multiselectbox-select-icon-arrow",
|
|
12160
|
-
style:
|
|
12161
|
-
|
|
12162
|
-
|
|
12163
|
-
|
|
12164
|
+
style: Object.assign(
|
|
12165
|
+
y ? {
|
|
12166
|
+
transform: "rotate(180deg)"
|
|
12167
|
+
} : {},
|
|
12168
|
+
s ? {
|
|
12169
|
+
top: "15px"
|
|
12170
|
+
} : {}
|
|
12171
|
+
)
|
|
12164
12172
|
}
|
|
12165
12173
|
)
|
|
12166
12174
|
]
|
|
@@ -12199,8 +12207,9 @@ const kr = (n, a, t) => {
|
|
|
12199
12207
|
style: s ? {
|
|
12200
12208
|
minHeight: 0,
|
|
12201
12209
|
padding: 0,
|
|
12202
|
-
lineHeight: "20px"
|
|
12203
|
-
|
|
12210
|
+
lineHeight: "20px",
|
|
12211
|
+
color: "#222222"
|
|
12212
|
+
} : { color: "#222222" },
|
|
12204
12213
|
children: [
|
|
12205
12214
|
/* @__PURE__ */ p.jsx(
|
|
12206
12215
|
"input",
|
|
@@ -12244,8 +12253,9 @@ const kr = (n, a, t) => {
|
|
|
12244
12253
|
style: s ? {
|
|
12245
12254
|
minHeight: 0,
|
|
12246
12255
|
padding: 0,
|
|
12247
|
-
lineHeight: "20px"
|
|
12248
|
-
|
|
12256
|
+
lineHeight: "20px",
|
|
12257
|
+
color: "#222222"
|
|
12258
|
+
} : { color: "#222222" },
|
|
12249
12259
|
children: [
|
|
12250
12260
|
/* @__PURE__ */ p.jsx(
|
|
12251
12261
|
"input",
|