mayak-common-library 0.0.89 → 0.0.90

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.js CHANGED
@@ -1328,7 +1328,7 @@ var ToggleButtonGroup = (props) => {
1328
1328
  value,
1329
1329
  onChange,
1330
1330
  "aria-label": "text formatting",
1331
- className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : " flex-wrap"}`,
1331
+ className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : " flex-wrap gap-2"}`,
1332
1332
  children
1333
1333
  })
1334
1334
  );
package/dist/index.mjs CHANGED
@@ -1283,7 +1283,7 @@ var ToggleButtonGroup = (props) => {
1283
1283
  value,
1284
1284
  onChange,
1285
1285
  "aria-label": "text formatting",
1286
- className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : " flex-wrap"}`,
1286
+ className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : " flex-wrap gap-2"}`,
1287
1287
  children
1288
1288
  })
1289
1289
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",