@oliasoft-open-source/react-ui-library 4.7.1-beta-1 → 4.7.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/404.html +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/storybook/assets/{Color-KGDBMAHA-CMh2dPUe.js → Color-KGDBMAHA-ChInQPtm.js} +1 -1
- package/dist/storybook/assets/{DocsRenderer-PKQXORMH-BDCit-Xt.js → DocsRenderer-PKQXORMH-D9jeh5x5.js} +1 -1
- package/dist/storybook/assets/{buttons-and-links-D1e3cyTv.js → buttons-and-links-CGABKYuN.js} +1 -1
- package/dist/storybook/assets/{chunk-HLWAVYOI-BQC0dKqx.js → chunk-HLWAVYOI-4dAs2eBm.js} +1 -1
- package/dist/storybook/assets/{color-BZOO3YDq.js → color-Bif_5nQw.js} +1 -1
- package/dist/storybook/assets/{iframe-BjglcPRS.js → iframe-CPU35noh.js} +2 -2
- package/dist/storybook/assets/{index-sdpGzVXg.js → index-0mVwGqNm.js} +4 -4
- package/dist/storybook/assets/{index-D19aJWSj.js → index-CdEG3ntG.js} +1 -1
- package/dist/storybook/assets/{input-validation-IGXKH5_k.js → input-validation-DGRN9eyS.js} +1 -1
- package/dist/storybook/assets/{inputs-CdtMjKrT.js → inputs-C1zY_c9W.js} +1 -1
- package/dist/storybook/assets/{layout-forms-DIF-Zmur.js → layout-forms-kbHRclqK.js} +1 -1
- package/dist/storybook/assets/{layout-general-cq5OV4c8.js → layout-general-D5EVLJYf.js} +1 -1
- package/dist/storybook/assets/{padding-and-spacing-DgeO00NO.js → padding-and-spacing-BUAWfapl.js} +1 -1
- package/dist/storybook/assets/{preview-DGYfNuVI.js → preview-BZH-CnkP.js} +1 -1
- package/dist/storybook/assets/{preview-A_y7I-1y.js → preview-C_kotj1_.js} +2 -2
- package/dist/storybook/assets/{unit-input.stories-CAgOLlKC.js → unit-input.stories-BkkknmTW.js} +13 -13
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/project.json +1 -1
- package/package.json +1 -1
package/dist/404.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><head><title>React UI Library</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1" user-scalable="no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="module" crossorigin src="/react-ui-library/assets/index-D5kcnHmD.js"></script><link rel="stylesheet" crossorigin href="/react-ui-library/assets/index-Oe0PlEED.css"></head><body><div id="content"></div></body>
|
package/dist/index.d.ts
CHANGED
|
@@ -1573,7 +1573,7 @@ export declare interface IUnitInputProps {
|
|
|
1573
1573
|
noConversion?: boolean;
|
|
1574
1574
|
doNotConvertValue?: boolean;
|
|
1575
1575
|
testId?: string;
|
|
1576
|
-
warning?: string | null;
|
|
1576
|
+
warning?: string | boolean | null;
|
|
1577
1577
|
predefinedOptions?: IPredefinedOption[] | null;
|
|
1578
1578
|
initialPredefinedOption?: boolean;
|
|
1579
1579
|
shouldLinkAutomaticly?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -70310,8 +70310,8 @@ const UnitInput = ({
|
|
|
70310
70310
|
const stringName = getStringName(name2);
|
|
70311
70311
|
let sectionsPredefinedMenu;
|
|
70312
70312
|
const createPredefinedOption = (el2) => {
|
|
70313
|
-
const elementValue = el2.value ? el2.value : "";
|
|
70314
|
-
const [value2, unit2 = ""] = isValueWithUnit(elementValue) ? split$1(elementValue) : [elementValue];
|
|
70313
|
+
const elementValue = (el2 == null ? void 0 : el2.value) ? el2.value : "";
|
|
70314
|
+
const [value2 = "", unit2 = ""] = isValueWithUnit(elementValue) ? split$1(elementValue) : [elementValue];
|
|
70315
70315
|
return {
|
|
70316
70316
|
type: MenuType.OPTION,
|
|
70317
70317
|
inline: true,
|