@snmt-react-ui/user-select 2.7.19 → 2.7.20
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/user-select.js +2 -2
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
@@ -2894,7 +2894,7 @@ const Xe = ({
|
|
2894
2894
|
i && i !== "inherit" && (p += ` snmt-typography-align-${i}`), o && (p += " collapsed"), a && (p += " collapsed");
|
2895
2895
|
const w = {
|
2896
2896
|
className: p,
|
2897
|
-
style: { color: t, whiteSpace: a ? "nowrap" : h },
|
2897
|
+
style: { color: t, whiteSpace: a ? "nowrap" : h, display: a ? "block" : "" },
|
2898
2898
|
onClick: n,
|
2899
2899
|
ref: g
|
2900
2900
|
}, k = u ? /* @__PURE__ */ r(u2, { level: p2[e], ...w, children: s }) : /* @__PURE__ */ r(C2, { ...w, children: s });
|
@@ -5615,7 +5615,7 @@ const ue = ({
|
|
5615
5615
|
i && i !== "inherit" && (p += ` snmt-typography-align-${i}`), o && (p += " collapsed"), a && (p += " collapsed");
|
5616
5616
|
const w = {
|
5617
5617
|
className: p,
|
5618
|
-
style: { color: t, whiteSpace: a ? "nowrap" : h },
|
5618
|
+
style: { color: t, whiteSpace: a ? "nowrap" : h, display: a ? "block" : "" },
|
5619
5619
|
onClick: n,
|
5620
5620
|
ref: g
|
5621
5621
|
}, k = u ? /* @__PURE__ */ r(Si, { level: Ai[e], ...w, children: s }) : /* @__PURE__ */ r(Vi, { ...w, children: s });
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snmt-react-ui/user-select",
|
3
3
|
"private": false,
|
4
|
-
"version": "2.7.
|
4
|
+
"version": "2.7.20",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/user-select.js",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -18,15 +18,15 @@
|
|
18
18
|
"build": "tsc && vite build"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@snmt-react-ui/async-select": "^1.8.
|
21
|
+
"@snmt-react-ui/async-select": "^1.8.21",
|
22
22
|
"@snmt-react-ui/core": "^2.3.0",
|
23
23
|
"@snmt-react-ui/loader": "^1.4.3",
|
24
|
-
"@snmt-react-ui/select": "^1.17.
|
24
|
+
"@snmt-react-ui/select": "^1.17.20"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
27
|
"antd": "^5.22.3",
|
28
28
|
"i18next": "^23.11.1",
|
29
29
|
"react-i18next": "^14.1.0"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "e0f7c1491491057af408503bb40f4a7504f67ab9"
|
32
32
|
}
|