@trops/dash-core 0.1.519 → 0.1.520
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/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -50835,7 +50835,7 @@ var AppSettingsModal = function AppSettingsModal(_ref) {
|
|
|
50835
50835
|
className: "flex-1 overflow-y-auto p-6 ".concat(panelStyles.textColor || "text-gray-200"),
|
|
50836
50836
|
children: /*#__PURE__*/jsx(AiAssistantSection, {})
|
|
50837
50837
|
}), activeSection === "privacy-security" && /*#__PURE__*/jsx("div", {
|
|
50838
|
-
className: "flex-1
|
|
50838
|
+
className: "flex-1 flex flex-col min-h-0 ".concat(panelStyles.textColor || "text-gray-200"),
|
|
50839
50839
|
children: /*#__PURE__*/jsx(PrivacySecuritySection, {})
|
|
50840
50840
|
})]
|
|
50841
50841
|
}), /*#__PURE__*/jsx(SettingsModal.Footer, {
|