mayak-common-library 0.0.100 → 0.0.101
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1383,7 +1383,7 @@ var ToggleButtonsWithLabel = (props) => {
|
|
|
1383
1383
|
value: field.value,
|
|
1384
1384
|
onChange: handleFormat,
|
|
1385
1385
|
"aria-label": "text formatting",
|
|
1386
|
-
className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : "
|
|
1386
|
+
className: `flex flex-${flexDirection} ${textView ? "!gap-1 flex-nowrap flex-col" : "flex-wrap"}`,
|
|
1387
1387
|
children: values.map((option, index) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1388
1388
|
ToggleButton_default,
|
|
1389
1389
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1338,7 +1338,7 @@ var ToggleButtonsWithLabel = (props) => {
|
|
|
1338
1338
|
value: field.value,
|
|
1339
1339
|
onChange: handleFormat,
|
|
1340
1340
|
"aria-label": "text formatting",
|
|
1341
|
-
className: `flex flex-${flexDirection} ${textView ? "gap-1 flex-nowrap flex-col" : "
|
|
1341
|
+
className: `flex flex-${flexDirection} ${textView ? "!gap-1 flex-nowrap flex-col" : "flex-wrap"}`,
|
|
1342
1342
|
children: values.map((option, index) => /* @__PURE__ */ jsx46(
|
|
1343
1343
|
ToggleButton_default,
|
|
1344
1344
|
{
|