@devvit/ui-renderer 0.11.0-next-2024-10-07-875f55cf9.0 → 0.11.0-next-2024-10-08-9173de440.0

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.
@@ -177,7 +177,7 @@ let DevvitFormDialog = class DevvitFormDialog extends LitElement {
177
177
  render() {
178
178
  return html `
179
179
  <faceplate-dialog
180
- class="z-dialog w-[32rem] overflow-visible"
180
+ class="z-dialog w-[32rem] overflow-auto"
181
181
  @faceplate-close="${__classPrivateFieldGet(this, _DevvitFormDialog_onDialogClosed, "f")}"
182
182
  >
183
183
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.11.0-next-2024-10-07-875f55cf9.0",
3
+ "version": "0.11.0-next-2024-10-08-9173de440.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,9 +60,9 @@
60
60
  "types": "./index.d.ts",
61
61
  "dependencies": {
62
62
  "@devvit/multiplatform": "0.0.1-20241007-2990961f",
63
- "@devvit/protos": "0.11.0-next-2024-10-07-875f55cf9.0",
64
- "@devvit/runtime-lite": "0.11.0-next-2024-10-07-875f55cf9.0",
65
- "@devvit/shared-types": "0.11.0-next-2024-10-07-875f55cf9.0",
63
+ "@devvit/protos": "0.11.0-next-2024-10-08-9173de440.0",
64
+ "@devvit/runtime-lite": "0.11.0-next-2024-10-08-9173de440.0",
65
+ "@devvit/shared-types": "0.11.0-next-2024-10-08-9173de440.0",
66
66
  "nice-grpc-web": "3.3.3",
67
67
  "p-queue": "7.3.4",
68
68
  "rxjs": "7.8.1"
@@ -88,10 +88,10 @@
88
88
  },
89
89
  "devDependencies": {
90
90
  "@ampproject/filesize": "4.3.0",
91
- "@devvit/eslint-config": "0.11.0-next-2024-10-07-875f55cf9.0",
92
- "@devvit/public-api": "0.11.0-next-2024-10-07-875f55cf9.0",
93
- "@devvit/repo-tools": "0.11.0-next-2024-10-07-875f55cf9.0",
94
- "@devvit/tsconfig": "0.11.0-next-2024-10-07-875f55cf9.0",
91
+ "@devvit/eslint-config": "0.11.0-next-2024-10-08-9173de440.0",
92
+ "@devvit/public-api": "0.11.0-next-2024-10-08-9173de440.0",
93
+ "@devvit/repo-tools": "0.11.0-next-2024-10-08-9173de440.0",
94
+ "@devvit/tsconfig": "0.11.0-next-2024-10-08-9173de440.0",
95
95
  "@lit-labs/ssr": "^2.2.3",
96
96
  "@lit/localize": "0.11.4",
97
97
  "@open-wc/testing-helpers": "2.3.0",
@@ -138,5 +138,5 @@
138
138
  }
139
139
  },
140
140
  "source": "./src/index.ts",
141
- "gitHead": "b27356e982d3847f6164d5948bdb1624834354e5"
141
+ "gitHead": "f6a806d1f1129ddc764c113bec13992ff246f2e1"
142
142
  }