@oliasoft-open-source/react-ui-library 4.0.0-beta-70 → 4.0.0-beta-72
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 +3 -0
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/dist/storybook/assets/{Color-6VNJS4EI-d1b94c61.js → Color-6VNJS4EI-aacdd99d.js} +1 -1
- package/dist/storybook/assets/{DocsRenderer-NNNQARDV-fcb91ebc.js → DocsRenderer-NNNQARDV-c4966bf9.js} +1 -1
- package/dist/storybook/assets/{WithTooltip-4HIR6TLV-6ac4a41c.js → WithTooltip-4HIR6TLV-f67527a4.js} +1 -1
- package/dist/storybook/assets/{accordion.stories-94ed1e59.js → accordion.stories-9f26c65b.js} +1 -1
- package/dist/storybook/assets/{afe.stories-9cd4e73f.js → afe.stories-b7075a57.js} +1 -1
- package/dist/storybook/assets/{buttons-and-links-88c3c620.js → buttons-and-links-31f1e8f9.js} +1 -1
- package/dist/storybook/assets/{casing-loads.stories-1296b4e2.js → casing-loads.stories-dd44a3d5.js} +1 -1
- package/dist/storybook/assets/{cell.stories-7ff2166a.js → cell.stories-f1bb7b68.js} +1 -1
- package/dist/storybook/assets/{chunk-HLWAVYOI-f59644ec.js → chunk-HLWAVYOI-1a66cbe1.js} +1 -1
- package/dist/storybook/assets/{color-49d98d66.js → color-e88c5361.js} +1 -1
- package/dist/storybook/assets/{footer.stories-54eed51c.js → footer.stories-7dc70b96.js} +1 -1
- package/dist/storybook/assets/{form.stories-d2a451c4.js → form.stories-ac7f7763.js} +1 -1
- package/dist/storybook/assets/{formation.stories-02d531b5.js → formation.stories-ea5f8cd9.js} +1 -1
- package/dist/storybook/assets/{formatter-SWP5E3XI-dd19a4ce.js → formatter-SWP5E3XI-2b4f50b1.js} +1 -1
- package/dist/storybook/assets/{iframe-74f265ee.js → iframe-66af4f4d.js} +1 -1
- package/dist/storybook/assets/{index-1ce706ae.js → index-1f80bc88.js} +4 -4
- package/dist/storybook/assets/{input-group.stories-da8fc871.js → input-group.stories-ccc6e5a1.js} +1 -1
- package/dist/storybook/assets/{input-validation-2139dd33.js → input-validation-66906919.js} +1 -1
- package/dist/storybook/assets/{inputs-83a350ec.js → inputs-530c8eda.js} +1 -1
- package/dist/storybook/assets/{layout-forms-472df822.js → layout-forms-0ce5d222.js} +1 -1
- package/dist/storybook/assets/{layout-general-094cc503.js → layout-general-afb1a161.js} +1 -1
- package/dist/storybook/assets/{modal.stories-397e2742.js → modal.stories-da17b87a.js} +1 -1
- package/dist/storybook/assets/{number-input.stories-35e68195.js → number-input.stories-aa69e863.js} +1 -1
- package/dist/storybook/assets/{padding-and-spacing-79dc7ab5.js → padding-and-spacing-46eb5070.js} +1 -1
- package/dist/storybook/assets/pagination-0fd7af97.js +1 -0
- package/dist/storybook/assets/{pagination.stories-30777543.js → pagination.stories-c0404666.js} +1 -1
- package/dist/storybook/assets/{popover.stories-280851b1.js → popover.stories-f6387397.js} +1 -1
- package/dist/storybook/assets/{preview-51964541.js → preview-6e388369.js} +1 -1
- package/dist/storybook/assets/preview-91ce5ee3.js +1 -0
- package/dist/storybook/assets/{reservoirs.stories-c919669c.js → reservoirs.stories-97b0663b.js} +1 -1
- package/dist/storybook/assets/{rich-text-input.stories-0c18b94e.js → rich-text-input.stories-83475ba7.js} +1 -1
- package/dist/storybook/assets/{row.stories-409d804e.js → row.stories-de032873.js} +1 -1
- package/dist/storybook/assets/select-79fc1bab.js +1 -0
- package/dist/storybook/assets/{select.stories-ba877386.js → select.stories-774db34c.js} +1 -1
- package/dist/storybook/assets/{syntaxhighlighter-NMPM6SWI-00f4f9b0.js → syntaxhighlighter-NMPM6SWI-9905727a.js} +1 -1
- package/dist/storybook/assets/{table-b9516260.js → table-276916ad.js} +1 -1
- package/dist/storybook/assets/{table.stories-140954fe.js → table.stories-72ebbe93.js} +1 -1
- package/dist/storybook/assets/{title.stories-a2850e95.js → title.stories-a6c49b1b.js} +1 -1
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/project.json +1 -1
- package/package.json +1 -1
- package/dist/storybook/assets/pagination-1770c959.js +0 -1
- package/dist/storybook/assets/preview-19a3c448.js +0 -1
- package/dist/storybook/assets/select-27b9c44f.js +0 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -27983,13 +27983,13 @@ const getTextWidth = (text2, font) => {
|
|
|
27983
27983
|
context2.font = font;
|
|
27984
27984
|
return context2.measureText(text2).width;
|
|
27985
27985
|
};
|
|
27986
|
-
const FONT_SIZE = "
|
|
27986
|
+
const FONT_SIZE = "13px";
|
|
27987
27987
|
const FONT_SIZE_SMALL = "12px";
|
|
27988
|
-
const FONT_FAMILY = "
|
|
27988
|
+
const FONT_FAMILY = "Roobert";
|
|
27989
27989
|
const FONT_FAMILY_FALLBACK = "sans-serif";
|
|
27990
|
-
const PADDING =
|
|
27991
|
-
const PADDING_SMALL =
|
|
27992
|
-
const TOGGLE_SIZE =
|
|
27990
|
+
const PADDING = 12;
|
|
27991
|
+
const PADDING_SMALL = 8;
|
|
27992
|
+
const TOGGLE_SIZE = 30;
|
|
27993
27993
|
const TOGGLE_SIZE_SMALL = 24;
|
|
27994
27994
|
const TAG_PADDING = 5;
|
|
27995
27995
|
const TAG_PADDING_SMALL = 3;
|
|
@@ -29143,7 +29143,8 @@ const Pagination = ({ pagination }) => {
|
|
|
29143
29143
|
small: small2,
|
|
29144
29144
|
onSelectPage,
|
|
29145
29145
|
rowsPerPage,
|
|
29146
|
-
errorMessageTemplate
|
|
29146
|
+
errorMessageTemplate,
|
|
29147
|
+
testIds
|
|
29147
29148
|
} = pagination;
|
|
29148
29149
|
const showAll = Number(rowsPerPage == null ? void 0 : rowsPerPage.value) === 0;
|
|
29149
29150
|
const numPages = numberOfPages(rowCount, rowsPerPage);
|
|
@@ -29245,7 +29246,8 @@ const Pagination = ({ pagination }) => {
|
|
|
29245
29246
|
basic: true,
|
|
29246
29247
|
icon: IconType.CHEVRON_DOUBLE_RIGHT,
|
|
29247
29248
|
onClick: () => setSelectedPage(String(numPages)),
|
|
29248
|
-
disabled: showAll || selectedPage === numPages
|
|
29249
|
+
disabled: showAll || selectedPage === numPages,
|
|
29250
|
+
testId: testIds == null ? void 0 : testIds.doubleRightBtn
|
|
29249
29251
|
}
|
|
29250
29252
|
)
|
|
29251
29253
|
] });
|