dce-reactkit 3.10.2 → 3.10.3
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/esm/index.js
CHANGED
|
@@ -1688,6 +1688,7 @@ const RadioButton = (props) => {
|
|
|
1688
1688
|
useComplexFormatting
|
|
1689
1689
|
? (React__default.createElement("pre", { className: "ps-1 text-start text-break", style: {
|
|
1690
1690
|
whiteSpace: 'pre-wrap',
|
|
1691
|
+
tabSize: 2,
|
|
1691
1692
|
} }, text))
|
|
1692
1693
|
: (React__default.createElement("div", { className: "flex-grow-1 text-start text-break" }, text)))));
|
|
1693
1694
|
};
|
|
@@ -1735,6 +1736,7 @@ const CheckboxButton = (props) => {
|
|
|
1735
1736
|
useComplexFormatting
|
|
1736
1737
|
? (React__default.createElement("pre", { className: "ps-1 text-start text-break", style: {
|
|
1737
1738
|
whiteSpace: 'pre-wrap',
|
|
1739
|
+
tabSize: 2,
|
|
1738
1740
|
} }, text))
|
|
1739
1741
|
: (React__default.createElement("div", { className: "flex-grow-1 text-start text-break" }, text)))));
|
|
1740
1742
|
};
|