math-main-components 0.0.19 → 0.0.20
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -375,7 +375,7 @@ function OptionFieldHorizontal({ title, iconName, preselected = false }) {
|
|
375
375
|
React__default["default"].createElement("h3", null, title)));
|
376
376
|
}
|
377
377
|
|
378
|
-
var css_248z$a = ".styles-module_container__oNbrP
|
378
|
+
var css_248z$a = ".styles-module_container__oNbrP .styles-module_button__UBk65 {\n padding: 10px 18px;\n background: #0075FF;\n border-radius: 40px;\n cursor: pointer;\n display: flex;\n flex-direction: row;\n gap: 10px;\n font-size: 15px;\n color: white;\n align-items: center;\n border: none;\n}\n.styles-module_container__oNbrP .styles-module_button__UBk65.styles-module_red__CHF3e {\n background: #e40000;\n}";
|
379
379
|
var styles$a = {"container":"styles-module_container__oNbrP","button":"styles-module_button__UBk65","red":"styles-module_red__CHF3e"};
|
380
380
|
styleInject(css_248z$a);
|
381
381
|
|
package/dist/index.esm.js
CHANGED
@@ -367,7 +367,7 @@ function OptionFieldHorizontal({ title, iconName, preselected = false }) {
|
|
367
367
|
React.createElement("h3", null, title)));
|
368
368
|
}
|
369
369
|
|
370
|
-
var css_248z$a = ".styles-module_container__oNbrP
|
370
|
+
var css_248z$a = ".styles-module_container__oNbrP .styles-module_button__UBk65 {\n padding: 10px 18px;\n background: #0075FF;\n border-radius: 40px;\n cursor: pointer;\n display: flex;\n flex-direction: row;\n gap: 10px;\n font-size: 15px;\n color: white;\n align-items: center;\n border: none;\n}\n.styles-module_container__oNbrP .styles-module_button__UBk65.styles-module_red__CHF3e {\n background: #e40000;\n}";
|
371
371
|
var styles$a = {"container":"styles-module_container__oNbrP","button":"styles-module_button__UBk65","red":"styles-module_red__CHF3e"};
|
372
372
|
styleInject(css_248z$a);
|
373
373
|
|