@emeraldemperaur/vector-sigma 1.4.34 → 1.4.35

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/lib/index.cjs CHANGED
@@ -17703,7 +17703,7 @@ const CheckboxGroupInput = (_a) => {
17703
17703
  }
17704
17704
  .neu-checkbox .rt-CheckboxIndicator { color: var(--neu-check-color); }
17705
17705
  ` } })),
17706
- React.createElement(o$6, { columns: columns || (direction === 'row' ? 'repeat(auto-fit, minmax(100px, 1fr))' : '1'), gap: "3", style: neuVars, id: inputId }, inputOptions.map((inputoption, idx) => {
17706
+ React.createElement(o$6, { columns: columns || (direction === 'row' ? 'repeat(auto-fit, minmax(100px, 1fr))' : '1'), gap: "3", style: neuVars, id: inputId, "aria-labelledby": `${alias}InputLabel`, role: "group" }, inputOptions.map((inputoption, idx) => {
17707
17707
  const optionVal = String(inputoption.optionvalue);
17708
17708
  const isChecked = currentValues.some(val => String(val) === optionVal);
17709
17709
  const itemKey = `${alias}-chk-${inputoption.optionid || idx}`;
@@ -17721,7 +17721,7 @@ const CheckboxGroupInput = (_a) => {
17721
17721
  React.createElement("span", { style: { userSelect: 'none' } }, inputoption.text)));
17722
17722
  })),
17723
17723
  React.createElement("div", null,
17724
- React.createElement(p$d, { id: `${alias}InputLabel`, as: "label", size: "2", weight: "bold", htmlFor: inputId }, inputLabel),
17724
+ React.createElement(p$d, { id: `${alias}InputLabel`, as: "div", size: "2", weight: "bold" }, inputLabel),
17725
17725
  "\u00A0",
17726
17726
  isHinted && (React.createElement(e, { content: hintText || "No hint available", align: "start", sideOffset: 5, className: "core-input-tooltip" },
17727
17727
  React.createElement("a", { href: hintUrl || "", target: "_blank", rel: "noopener noreferrer" },
@@ -52916,7 +52916,7 @@ const SliderInput = (_a) => {
52916
52916
  setFieldTouched(alias, true, false);
52917
52917
  }, className: inputtype === 'slider-neumorphic' ? 'neu-slider' : inputtype === 'slider-outline' ? 'outline-slider' : '', style: neuVars }),
52918
52918
  React.createElement("div", null,
52919
- React.createElement(p$d, { id: labelId, as: "label", size: "2", weight: "bold", htmlFor: `${alias}FormInput` }, inputLabel),
52919
+ React.createElement(p$d, { id: labelId, as: "div", size: "2", weight: "bold" }, inputLabel),
52920
52920
  "\u00A0",
52921
52921
  isHinted ?
52922
52922
  React.createElement(React.Fragment, null,
package/lib/index.esm.js CHANGED
@@ -17682,7 +17682,7 @@ const CheckboxGroupInput = (_a) => {
17682
17682
  }
17683
17683
  .neu-checkbox .rt-CheckboxIndicator { color: var(--neu-check-color); }
17684
17684
  ` } })),
17685
- React__default.createElement(o$6, { columns: columns || (direction === 'row' ? 'repeat(auto-fit, minmax(100px, 1fr))' : '1'), gap: "3", style: neuVars, id: inputId }, inputOptions.map((inputoption, idx) => {
17685
+ React__default.createElement(o$6, { columns: columns || (direction === 'row' ? 'repeat(auto-fit, minmax(100px, 1fr))' : '1'), gap: "3", style: neuVars, id: inputId, "aria-labelledby": `${alias}InputLabel`, role: "group" }, inputOptions.map((inputoption, idx) => {
17686
17686
  const optionVal = String(inputoption.optionvalue);
17687
17687
  const isChecked = currentValues.some(val => String(val) === optionVal);
17688
17688
  const itemKey = `${alias}-chk-${inputoption.optionid || idx}`;
@@ -17700,7 +17700,7 @@ const CheckboxGroupInput = (_a) => {
17700
17700
  React__default.createElement("span", { style: { userSelect: 'none' } }, inputoption.text)));
17701
17701
  })),
17702
17702
  React__default.createElement("div", null,
17703
- React__default.createElement(p$d, { id: `${alias}InputLabel`, as: "label", size: "2", weight: "bold", htmlFor: inputId }, inputLabel),
17703
+ React__default.createElement(p$d, { id: `${alias}InputLabel`, as: "div", size: "2", weight: "bold" }, inputLabel),
17704
17704
  "\u00A0",
17705
17705
  isHinted && (React__default.createElement(e, { content: hintText || "No hint available", align: "start", sideOffset: 5, className: "core-input-tooltip" },
17706
17706
  React__default.createElement("a", { href: hintUrl || "", target: "_blank", rel: "noopener noreferrer" },
@@ -52895,7 +52895,7 @@ const SliderInput = (_a) => {
52895
52895
  setFieldTouched(alias, true, false);
52896
52896
  }, className: inputtype === 'slider-neumorphic' ? 'neu-slider' : inputtype === 'slider-outline' ? 'outline-slider' : '', style: neuVars }),
52897
52897
  React__default.createElement("div", null,
52898
- React__default.createElement(p$d, { id: labelId, as: "label", size: "2", weight: "bold", htmlFor: `${alias}FormInput` }, inputLabel),
52898
+ React__default.createElement(p$d, { id: labelId, as: "div", size: "2", weight: "bold" }, inputLabel),
52899
52899
  "\u00A0",
52900
52900
  isHinted ?
52901
52901
  React__default.createElement(React__default.Fragment, null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeraldemperaur/vector-sigma",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "description": "Dynamic Form Orchestrator: NPM Package",
5
5
  "repository": {
6
6
  "type": "git",