@dxos/react-ui-editor 0.6.14-staging.8758a12 → 0.6.14-staging.9b873ce
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/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/components/Toolbar/Toolbar.tsx +1 -1
@@ -4982,7 +4982,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
|
|
4982
4982
|
|
4983
4983
|
// packages/ui/react-ui-editor/src/components/Toolbar/Toolbar.tsx
|
4984
4984
|
var iconStyles = getSize(5);
|
4985
|
-
var buttonStyles = "min-bs-0 p-
|
4985
|
+
var buttonStyles = "min-bs-0 p-1";
|
4986
4986
|
var tooltipProps = {
|
4987
4987
|
side: "top",
|
4988
4988
|
classNames: "z-10"
|