infinity-forge 0.55.8 → 0.55.9

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.
@@ -94,7 +94,7 @@ function DynamicFormHandler(props) {
94
94
  if ((isLoading || isFetching) && props.getDetails) {
95
95
  return (0, jsx_runtime_1.jsx)(ui_1.LoaderCircle, { size: 30, color: '#000' });
96
96
  }
97
- return ((0, jsx_runtime_1.jsxs)(S.DynamiFormHandler, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'header', children: [props.title && (0, jsx_runtime_1.jsx)("h3", { className: 'font-24-bold', children: props.title }), props.subtitle && (0, jsx_runtime_1.jsx)("span", { className: 'font-18-regular', children: props.subtitle })] }), (0, jsx_runtime_1.jsx)(ui_1.FormHandler, __assign({}, props, { cleanFieldsOnSubmit: false, onSucess: function (data) { return __awaiter(_this, void 0, void 0, function () {
97
+ return ((0, jsx_runtime_1.jsxs)(S.DynamiFormHandler, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'header', children: [props.title && (0, jsx_runtime_1.jsx)("h3", { className: 'font-20-bold', children: props.title }), props.subtitle && (0, jsx_runtime_1.jsx)("span", { className: 'font-16-regular', children: props.subtitle })] }), (0, jsx_runtime_1.jsx)(ui_1.FormHandler, __assign({}, props, { cleanFieldsOnSubmit: false, onSucess: function (data) { return __awaiter(_this, void 0, void 0, function () {
98
98
  return __generator(this, function (_a) {
99
99
  switch (_a.label) {
100
100
  case 0: return [4 /*yield*/, props.onSucess(data, undefined, props.tableItem)];
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.DynamiFormHandler = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.DynamiFormHandler = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 20px;\n\n .header {\n margin-bottom: 30px;\n\n h3 {\n color: ", ";\n margin: 0;\n }\n\n span {\n display: block;\n color: #888;\n }\n }\n\n form {\n > div {\n > div + div {\n margin-top: 15px;\n }\n }\n }\n\n .form-button {\n button {\n background: #1abb9b;\n border: 0;\n border-radius: 5px;\n height: 46px;\n font-size: 16px;\n font-weight: 700;\n }\n }\n"], ["\n padding: 20px;\n\n .header {\n margin-bottom: 30px;\n\n h3 {\n color: ", ";\n margin: 0;\n }\n\n span {\n display: block;\n color: #888;\n }\n }\n\n form {\n > div {\n > div + div {\n margin-top: 15px;\n }\n }\n }\n\n .form-button {\n button {\n background: #1abb9b;\n border: 0;\n border-radius: 5px;\n height: 46px;\n font-size: 16px;\n font-weight: 700;\n }\n }\n"])), function (props) { return props.theme.darkColor; });
12
+ exports.DynamiFormHandler = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 20px;\n\n .header {\n margin-bottom: 20px;\n\n h3 {\n color: ", ";\n margin: 0;\n }\n\n span {\n display: block;\n color: #888;\n }\n }\n\n form {\n > div {\n > div + div {\n margin-top: 12px;\n }\n }\n }\n\n .form-button {\n button {\n background: #1abb9b;\n border: 0;\n border-radius: 5px;\n height: 46px;\n font-size: 16px;\n font-weight: 700;\n }\n }\n"], ["\n padding: 20px;\n\n .header {\n margin-bottom: 20px;\n\n h3 {\n color: ", ";\n margin: 0;\n }\n\n span {\n display: block;\n color: #888;\n }\n }\n\n form {\n > div {\n > div + div {\n margin-top: 12px;\n }\n }\n }\n\n .form-button {\n button {\n background: #1abb9b;\n border: 0;\n border-radius: 5px;\n height: 46px;\n font-size: 16px;\n font-weight: 700;\n }\n }\n"])), function (props) { return props.theme.darkColor; });
13
13
  var templateObject_1;
14
14
  //# sourceMappingURL=styles.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.55.8",
3
+ "version": "0.55.9",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",