opus-toolkit-components 0.4.3 → 0.4.4
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.
|
@@ -569,7 +569,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
569
569
|
DatePicker: () => (/* reexport */ DatePicker),
|
|
570
570
|
Dropdown: () => (/* reexport */ Dropdown),
|
|
571
571
|
Input: () => (/* reexport */ Inputs_Input),
|
|
572
|
-
RadioButton: () => (/* reexport */
|
|
572
|
+
RadioButton: () => (/* reexport */ Radios_RadioButton),
|
|
573
573
|
Table: () => (/* reexport */ Table)
|
|
574
574
|
});
|
|
575
575
|
|
|
@@ -894,7 +894,7 @@ function DatePicker(_ref) {
|
|
|
894
894
|
}
|
|
895
895
|
;// ./src/components/Forms/Radios/RadioButton.js
|
|
896
896
|
|
|
897
|
-
const
|
|
897
|
+
const RadioButton = _ref => {
|
|
898
898
|
let {
|
|
899
899
|
label,
|
|
900
900
|
options = [{
|
|
@@ -952,8 +952,8 @@ const RadioButtonGroup = _ref => {
|
|
|
952
952
|
className: "text-utilRed1000 text-sm mt-1"
|
|
953
953
|
}, errorMessage));
|
|
954
954
|
};
|
|
955
|
-
|
|
956
|
-
/* harmony default export */ const
|
|
955
|
+
RadioButton.displayName = 'RadioButton';
|
|
956
|
+
/* harmony default export */ const Radios_RadioButton = (RadioButton);
|
|
957
957
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Tables/table.scss
|
|
958
958
|
var table = __webpack_require__(705);
|
|
959
959
|
;// ./src/components/Tables/table.scss
|
|
@@ -9282,4 +9282,4 @@ function Dropdown(_ref) {
|
|
|
9282
9282
|
/******/ })()
|
|
9283
9283
|
;
|
|
9284
9284
|
});
|
|
9285
|
-
//# sourceMappingURL=main.
|
|
9285
|
+
//# sourceMappingURL=main.d9c79c82f091d10086cf.js.map
|