@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
package/dist/lib/node/index.cjs
CHANGED
@@ -5012,7 +5012,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
|
|
5012
5012
|
];
|
5013
5013
|
};
|
5014
5014
|
var iconStyles = (0, import_react_ui_theme.getSize)(5);
|
5015
|
-
var buttonStyles = "min-bs-0 p-
|
5015
|
+
var buttonStyles = "min-bs-0 p-1";
|
5016
5016
|
var tooltipProps = {
|
5017
5017
|
side: "top",
|
5018
5018
|
classNames: "z-10"
|