@ambuj.bhaskar/react-component-library 0.30.1 → 0.30.2

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.ts CHANGED
@@ -975,7 +975,7 @@ export declare type FloorMapViewProps = {
975
975
  };
976
976
 
977
977
  declare type FormConfigBranch = FormConfigLevel & {
978
- [key: string]: FormConfigNode;
978
+ [K in string as K extends "label" | "description" ? never : K]: FormConfigNode;
979
979
  };
980
980
 
981
981
  declare type FormConfigLeaf = FormConfigLevel & {
package/dist/index.js CHANGED
@@ -88037,15 +88037,6 @@ const uPe = (e) => {
88037
88037
  /* @__PURE__ */ j.jsxs("form", { onSubmit: m(w), className: "form-group-form", children: [
88038
88038
  /* @__PURE__ */ j.jsx("div", { className: "form-group-content", children: E() }),
88039
88039
  (r || a) && /* @__PURE__ */ j.jsxs("div", { className: "form-group-actions", children: [
88040
- r && /* @__PURE__ */ j.jsx(
88041
- i2,
88042
- {
88043
- type: "submit",
88044
- content: o,
88045
- loading: p,
88046
- ...i
88047
- }
88048
- ),
88049
88040
  a && /* @__PURE__ */ j.jsx(
88050
88041
  i2,
88051
88042
  {
@@ -88054,6 +88045,15 @@ const uPe = (e) => {
88054
88045
  onClick: x,
88055
88046
  ...l
88056
88047
  }
88048
+ ),
88049
+ r && /* @__PURE__ */ j.jsx(
88050
+ i2,
88051
+ {
88052
+ type: "submit",
88053
+ content: o,
88054
+ loading: p,
88055
+ ...i
88056
+ }
88057
88057
  )
88058
88058
  ] })
88059
88059
  ] }),