@megha-ui/react 1.2.683 → 1.2.685

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.
@@ -210,7 +210,7 @@ const TextEditor = ({ value, onChange, enabledTools = {
210
210
  borderRadius: "0.25rem",
211
211
  padding: "0.65rem",
212
212
  position: "relative",
213
- }, children: [_jsx("div", { style: { position: "absolute", top: "-0.5rem", right: 0 }, children: _jsx("div", { className: "flex-grow-0 flex-shrink-0 flex items-center justify-center mr-2", onClick: () => setCollapsed((previous) => !previous), style: {
213
+ }, children: [_jsx("div", { style: { position: "absolute", top: "-0.5rem", right: 0 }, children: _jsx("div", { className: "flex-grow-0 flex-shrink-0 flex items-center justify-center", onClick: () => setCollapsed((previous) => !previous), style: {
214
214
  background: "rgb(222, 222, 222)",
215
215
  borderRadius: "0.25rem",
216
216
  cursor: "pointer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.683",
3
+ "version": "1.2.685",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",