@vlprojects-chat/chat 0.14.2-LD-8353-chat-settings-scroll.1 → 0.14.2-LD-8353-chat-settings-scroll.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +7 -4
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -39087,7 +39087,7 @@ const gP = {
39087
39087
  }, vce = () => {
39088
39088
  const e = pe.useContext(j2);
39089
39089
  return e ? e.chatSnackbarContainer : null;
39090
- }, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.14.1", Sce = "vlprojects chat", Ece = "ISC", xce = "dist/index.d.ts", Cce = "./dist/index.mjs", Tce = "./dist/index.mjs", Oce = [
39090
+ }, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.14.2-LD-8353-chat-settings-scroll.2", Sce = "vlprojects chat", Ece = "ISC", xce = "dist/index.d.ts", Cce = "./dist/index.mjs", Tce = "./dist/index.mjs", Oce = [
39091
39091
  "dist"
39092
39092
  ], Rce = {
39093
39093
  type: "git",
@@ -55650,9 +55650,11 @@ const X6 = (e) => {
55650
55650
  flexDirection: "column"
55651
55651
  },
55652
55652
  collapseRoot: {
55653
- display: "flex",
55654
55653
  marginTop: "auto",
55655
- width: "100%"
55654
+ width: "100%",
55655
+ "&.MuiCollapse-entered": {
55656
+ display: "flex"
55657
+ }
55656
55658
  },
55657
55659
  collapseWrapperInner: {
55658
55660
  display: "flex"
@@ -55711,7 +55713,8 @@ const X6 = (e) => {
55711
55713
  flexDirection: "column",
55712
55714
  gap: 16,
55713
55715
  overflowY: "auto",
55714
- flexWrap: "nowrap"
55716
+ flexWrap: "nowrap",
55717
+ scrollbarGutter: "stable"
55715
55718
  }
55716
55719
  }, lge = ht(cge, { name: "ChatSettings" }), uge = {
55717
55720
  root: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.14.2-LD-8353-chat-settings-scroll.1",
4
+ "version": "0.14.2-LD-8353-chat-settings-scroll.3",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",