@oliasoft-open-source/react-ui-library 5.21.0 → 5.21.1

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.js CHANGED
@@ -3094,34 +3094,35 @@ var mr = /* @__PURE__ */ function(e) {
3094
3094
  let r = e.every((e) => Array.isArray(e)), i = e.every((e) => typeof e == "string");
3095
3095
  return r && t ? e[n] || [] : i ? e : (console.warn("getHeaderAlignment: alignments array contains a mix of strings and arrays, returning an empty array."), []);
3096
3096
  }, X = {
3097
- inputInTable: "_inputInTable_1b0yl_1",
3098
- inputHover: "_inputHover_1b0yl_13",
3099
- inputFocus: "_inputFocus_1b0yl_18",
3100
- inputError: "_inputError_1b0yl_25",
3101
- inputWarning: "_inputWarning_1b0yl_26",
3102
- inputDisabled: "_inputDisabled_1b0yl_61",
3103
- hideScrollbars: "_hideScrollbars_1b0yl_67",
3104
- cell: "_cell_1b0yl_77",
3105
- disabledLink: "_disabledLink_1b0yl_87",
3106
- inputWrapper: "_inputWrapper_1b0yl_91",
3107
- numberInputWrapper: "_numberInputWrapper_1b0yl_106",
3108
- breakWord: "_breakWord_1b0yl_113",
3109
- inputCell: "_inputCell_1b0yl_116",
3110
- sliderCell: "_sliderCell_1b0yl_119",
3111
- staticCell: "_staticCell_1b0yl_123",
3112
- staticCellContent: "_staticCellContent_1b0yl_126",
3113
- unit: "_unit_1b0yl_147",
3114
- sortingCell: "_sortingCell_1b0yl_150",
3115
- sortingCellIcon: "_sortingCellIcon_1b0yl_161",
3116
- icon: "_icon_1b0yl_172",
3117
- checkBoxCell: "_checkBoxCell_1b0yl_176",
3118
- iconCellWrapper: "_iconCellWrapper_1b0yl_180",
3119
- actionsCell: "_actionsCell_1b0yl_184",
3120
- rightAligned: "_rightAligned_1b0yl_192",
3121
- centerAligned: "_centerAligned_1b0yl_198",
3122
- leftAligned: "_leftAligned_1b0yl_204",
3123
- popover: "_popover_1b0yl_207",
3124
- disabledPointerEvents: "_disabledPointerEvents_1b0yl_210"
3097
+ inputInTable: "_inputInTable_1flvp_1",
3098
+ inputHover: "_inputHover_1flvp_13",
3099
+ inputFocus: "_inputFocus_1flvp_18",
3100
+ inputError: "_inputError_1flvp_25",
3101
+ inputWarning: "_inputWarning_1flvp_26",
3102
+ inputDisabled: "_inputDisabled_1flvp_61",
3103
+ hideScrollbars: "_hideScrollbars_1flvp_67",
3104
+ cell: "_cell_1flvp_77",
3105
+ disabledLink: "_disabledLink_1flvp_87",
3106
+ inputWrapper: "_inputWrapper_1flvp_91",
3107
+ numberInputWrapper: "_numberInputWrapper_1flvp_106",
3108
+ breakWord: "_breakWord_1flvp_113",
3109
+ inputCell: "_inputCell_1flvp_116",
3110
+ sliderCell: "_sliderCell_1flvp_119",
3111
+ staticCell: "_staticCell_1flvp_123",
3112
+ staticCellContent: "_staticCellContent_1flvp_126",
3113
+ unit: "_unit_1flvp_147",
3114
+ sortingCell: "_sortingCell_1flvp_150",
3115
+ sortingCellIcon: "_sortingCellIcon_1flvp_161",
3116
+ icon: "_icon_1flvp_172",
3117
+ checkBoxCell: "_checkBoxCell_1flvp_176",
3118
+ iconCellWrapper: "_iconCellWrapper_1flvp_180",
3119
+ actionsCell: "_actionsCell_1flvp_184",
3120
+ rightAligned: "_rightAligned_1flvp_192",
3121
+ centerAligned: "_centerAligned_1flvp_198",
3122
+ leftAligned: "_leftAligned_1flvp_204",
3123
+ popover: "_popover_1flvp_207",
3124
+ disabledPointerEvents: "_disabledPointerEvents_1flvp_210",
3125
+ standaloneCheckbox: "_standaloneCheckbox_1flvp_213"
3125
3126
  }, ms = ({ cell: e, columnAlignment: t, testId: n, type: r }) => /* @__PURE__ */ R(da, {
3126
3127
  name: e.name,
3127
3128
  value: e.value,
@@ -3325,15 +3326,18 @@ var mr = /* @__PURE__ */ function(e) {
3325
3326
  })
3326
3327
  })
3327
3328
  });
3328
- }, ws = ({ cell: e, testId: t }) => /* @__PURE__ */ R(Wr, {
3329
- label: e.label,
3330
- checked: e.checked,
3331
- isInTable: !0,
3332
- disabled: e.disabled,
3333
- onChange: (t) => e.onChange(t),
3334
- testId: t,
3335
- tabIndex: e.disabled ? -1 : 0,
3336
- indeterminate: e.indeterminate
3329
+ }, ws = ({ cell: e, testId: t }) => /* @__PURE__ */ R("div", {
3330
+ className: e.label ? "" : X.standaloneCheckbox,
3331
+ children: /* @__PURE__ */ R(Wr, {
3332
+ label: e.label,
3333
+ checked: e.checked,
3334
+ isInTable: !0,
3335
+ disabled: e.disabled,
3336
+ onChange: (t) => e.onChange(t),
3337
+ testId: t,
3338
+ tabIndex: e.disabled ? -1 : 0,
3339
+ indeterminate: e.indeterminate
3340
+ })
3337
3341
  }), Ts = {
3338
3342
  container: "_container_1vgw8_1",
3339
3343
  small: "_small_1vgw8_7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.21.0",
3
+ "version": "5.21.1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {