@apexcura/ui-components 0.0.12-Beta30 → 0.0.12-Beta31

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.d.mts CHANGED
@@ -1,6 +1,8 @@
1
1
  import React$1 from 'react';
2
2
 
3
3
  type ElementType = {
4
+ selectedStyle: boolean;
5
+ style: boolean;
4
6
  className: string | undefined;
5
7
  placeholder?: string;
6
8
  addonBefore?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import React$1 from 'react';
2
2
 
3
3
  type ElementType = {
4
+ selectedStyle: boolean;
5
+ style: boolean;
4
6
  className: string | undefined;
5
7
  placeholder?: string;
6
8
  addonBefore?: React.ReactNode;
package/dist/index.js CHANGED
@@ -472,9 +472,9 @@ var AddMoreTable = (props) => {
472
472
  return null;
473
473
  const { element: type, label } = element;
474
474
  if (type === "single-select") {
475
- return /* @__PURE__ */ import_react13.default.createElement(SingleSelectElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0 });
475
+ return /* @__PURE__ */ import_react13.default.createElement(SingleSelectElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0, selectedStyle: false, style: false });
476
476
  } else if (type === "textarea") {
477
- return /* @__PURE__ */ import_react13.default.createElement(TextareaElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0 });
477
+ return /* @__PURE__ */ import_react13.default.createElement(TextareaElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0, selectedStyle: false, style: false });
478
478
  } else {
479
479
  return null;
480
480
  }
package/dist/index.mjs CHANGED
@@ -425,9 +425,9 @@ var AddMoreTable = (props) => {
425
425
  return null;
426
426
  const { element: type, label } = element;
427
427
  if (type === "single-select") {
428
- return /* @__PURE__ */ React12.createElement(SingleSelectElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0 });
428
+ return /* @__PURE__ */ React12.createElement(SingleSelectElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0, selectedStyle: false, style: false });
429
429
  } else if (type === "textarea") {
430
- return /* @__PURE__ */ React12.createElement(TextareaElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0 });
430
+ return /* @__PURE__ */ React12.createElement(TextareaElement, { onChange: (value2) => console.log(label, value2), optionType: "", className: void 0, selectedStyle: false, style: false });
431
431
  } else {
432
432
  return null;
433
433
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.12-Beta30",
3
+ "version": "0.0.12-Beta31",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",