oolib 2.131.1 → 2.131.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.
|
@@ -60,7 +60,7 @@ function GroupQuestionsInputSingle(_a) {
|
|
|
60
60
|
};
|
|
61
61
|
return (react_1.default.createElement("div", null,
|
|
62
62
|
react_1.default.createElement(BlockLabel_1.BlockLabel, __assign({}, (0, getBlockLabelProps_1.getBlockLabelProps)(props))),
|
|
63
|
-
react_1.default.createElement("div", { style: { overflowX: "auto", overflowY: "hidden" } }, variant === 'radio' ? (react_1.default.createElement(styled_1.StyledTable, null,
|
|
63
|
+
react_1.default.createElement("div", { style: variant === 'radio' ? { overflowX: "auto", overflowY: "hidden" } : undefined }, variant === 'radio' ? (react_1.default.createElement(styled_1.StyledTable, null,
|
|
64
64
|
react_1.default.createElement("thead", null,
|
|
65
65
|
react_1.default.createElement("tr", null,
|
|
66
66
|
react_1.default.createElement("th", { style: {
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ export namespace icons {
|
|
|
109
109
|
export { SquareHalf };
|
|
110
110
|
export { SquareHalfBottom };
|
|
111
111
|
export { MagicWand };
|
|
112
|
+
export { CrownSimple };
|
|
112
113
|
export { OkeGoogleIcon };
|
|
113
114
|
export { LetterH };
|
|
114
115
|
export { IndexIcon };
|
|
@@ -280,6 +281,7 @@ import { SlackLogo } from 'phosphor-react';
|
|
|
280
281
|
import { SquareHalf } from 'phosphor-react';
|
|
281
282
|
import { SquareHalfBottom } from 'phosphor-react';
|
|
282
283
|
import { MagicWand } from 'phosphor-react';
|
|
284
|
+
import { CrownSimple } from 'phosphor-react';
|
|
283
285
|
import { OkeGoogleIcon } from "./custom";
|
|
284
286
|
import { LetterH } from "./custom";
|
|
285
287
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -114,6 +114,7 @@ exports.icons = {
|
|
|
114
114
|
SquareHalf: phosphor_react_1.SquareHalf,
|
|
115
115
|
SquareHalfBottom: phosphor_react_1.SquareHalfBottom,
|
|
116
116
|
MagicWand: phosphor_react_1.MagicWand,
|
|
117
|
+
CrownSimple: phosphor_react_1.CrownSimple,
|
|
117
118
|
//custom
|
|
118
119
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
119
120
|
LetterH: custom_1.LetterH,
|