@oliasoft-open-source/react-ui-library 5.22.0-beta-3 → 5.22.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/components/table/table.stories-data.d.ts +17 -0
- package/dist/components/table/table.stories-data.d.ts.map +1 -1
- package/dist/components/table/title/title.stories.d.ts +1 -0
- package/dist/components/table/title/title.stories.d.ts.map +1 -1
- package/dist/global.css +1 -1
- package/dist/index.js +23 -23
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -323,14 +323,14 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
323
323
|
testId: c,
|
|
324
324
|
children: a
|
|
325
325
|
}), Rr = {
|
|
326
|
-
checkbox: "
|
|
327
|
-
noLabel: "
|
|
328
|
-
small: "
|
|
329
|
-
checkmark: "
|
|
330
|
-
disabled: "
|
|
331
|
-
noMargin: "
|
|
332
|
-
isInTable: "
|
|
333
|
-
helpIconEnabled: "
|
|
326
|
+
checkbox: "_checkbox_1ezew_1",
|
|
327
|
+
noLabel: "_noLabel_1ezew_17",
|
|
328
|
+
small: "_small_1ezew_20",
|
|
329
|
+
checkmark: "_checkmark_1ezew_45",
|
|
330
|
+
disabled: "_disabled_1ezew_84",
|
|
331
|
+
noMargin: "_noMargin_1ezew_98",
|
|
332
|
+
isInTable: "_isInTable_1ezew_101",
|
|
333
|
+
helpIconEnabled: "_helpIconEnabled_1ezew_104"
|
|
334
334
|
}, zr = {
|
|
335
335
|
tooltip: "_tooltip_wli9z_1",
|
|
336
336
|
error: "_error_wli9z_15",
|
|
@@ -3523,16 +3523,16 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
3523
3523
|
})
|
|
3524
3524
|
});
|
|
3525
3525
|
}, Is = {
|
|
3526
|
-
wrapper: "
|
|
3527
|
-
inline: "
|
|
3528
|
-
radio: "
|
|
3529
|
-
labelMargin: "
|
|
3530
|
-
small: "
|
|
3531
|
-
noMargin: "
|
|
3532
|
-
noLabel: "
|
|
3533
|
-
disabled: "
|
|
3534
|
-
isInTable: "
|
|
3535
|
-
helpIconEnabled: "
|
|
3526
|
+
wrapper: "_wrapper_1u1qo_1",
|
|
3527
|
+
inline: "_inline_1u1qo_1",
|
|
3528
|
+
radio: "_radio_1u1qo_5",
|
|
3529
|
+
labelMargin: "_labelMargin_1u1qo_8",
|
|
3530
|
+
small: "_small_1u1qo_27",
|
|
3531
|
+
noMargin: "_noMargin_1u1qo_32",
|
|
3532
|
+
noLabel: "_noLabel_1u1qo_36",
|
|
3533
|
+
disabled: "_disabled_1u1qo_98",
|
|
3534
|
+
isInTable: "_isInTable_1u1qo_114",
|
|
3535
|
+
helpIconEnabled: "_helpIconEnabled_1u1qo_119"
|
|
3536
3536
|
}, Ls = ({ name: e, label: t, value: n, selected: r, disabled: i = !1, small: a = !1, onChange: o, noMargin: s = !1, testId: c, helpText: l, onClickHelp: u, textTransform: d = vr.CAPITALIZE }) => {
|
|
3537
3537
|
let f = l || u;
|
|
3538
3538
|
return /* @__PURE__ */ z("div", {
|
|
@@ -4456,11 +4456,11 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
4456
4456
|
Fc({ ...e });
|
|
4457
4457
|
});
|
|
4458
4458
|
}, Rc = {
|
|
4459
|
-
toggle: "
|
|
4460
|
-
small: "
|
|
4461
|
-
disabled: "
|
|
4462
|
-
noMargin: "
|
|
4463
|
-
helpIconEnabled: "
|
|
4459
|
+
toggle: "_toggle_18fme_9",
|
|
4460
|
+
small: "_small_18fme_25",
|
|
4461
|
+
disabled: "_disabled_18fme_105",
|
|
4462
|
+
noMargin: "_noMargin_18fme_113",
|
|
4463
|
+
helpIconEnabled: "_helpIconEnabled_18fme_116"
|
|
4464
4464
|
}, zc = ({ name: e, label: t, checked: n = !1, disabled: r, display: i, small: a = !1, onChange: o, noMargin: c = !1, testId: l, helpText: u, onClickHelp: d, textTransform: f = vr.CAPITALIZE }) => {
|
|
4465
4465
|
let p = s(H), m = u || d, h = r || p;
|
|
4466
4466
|
return /* @__PURE__ */ z("div", {
|
package/package.json
CHANGED