@pismo/marola 1.0.13 → 1.0.14
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/assets/PageHeader.css +1 -1
- package/dist/assets/TransactionRow.css +1 -0
- package/dist/components/Icon/Icon.js +127 -115
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/PageHeader/PageHeader.js +68 -68
- package/dist/components/TransactionRow/TransactionRow.d.ts +16 -0
- package/dist/components/TransactionRow/TransactionRow.js +45 -0
- package/dist/components/TransactionRow/TransactionRow.stories.d.ts +29 -0
- package/dist/components/TransactionRow/TransactionRow.test.d.ts +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +32 -30
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_18adz_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_18adz_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_18adz_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_18adz_22,._page-header__main-left-content_18adz_22 ._title_18adz_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_18adz_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_18adz_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_18adz_43,._page-header__main-left-content_18adz_22 ._subtitle_18adz_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_18adz_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_18adz_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_18adz_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_18adz_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_18adz_65,._page-header__main-left-content_18adz_22 ._title_18adz_22{font-weight:var(--base-bold)}._u-typography-base--strikethrough_18adz_68{text-decoration:line-through}._u-typography-base--underlined_18adz_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_18adz_74{text-decoration:underline line-through}._page-header_18adz_22{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:7.375rem;background:var(--cream);-webkit-font-smoothing:antialiased!important}._page-header_18adz_22:has(._page-header__top-content_18adz_87){justify-content:flex-start}._page-header__top-content_18adz_87,._page-header__main-content_18adz_90,._page-header__bottom-content_18adz_90{width:64rem;max-width:100%;margin:0 auto}._page-header__top-content_18adz_87{padding:1rem 0 .5rem}._page-header__top-content_18adz_87 button{width:fit-content;height:1.125rem;padding:0;line-height:1.125rem}._page-header__breadcrumb_18adz_104{display:flex;gap:.5rem;align-items:center}._page-header__breadcrumb_18adz_104 button{color:var(--gray-95)}._page-header__breadcrumb_18adz_104 button:hover:enabled{color:var(--hover)}._page-header__breadcrumb__separator_18adz_115{height:1.125rem;padding:0;line-height:1.125rem}._page-header__main-content_18adz_90{position:relative;display:flex}._page-header__main-left-content_18adz_22{display:flex;flex:1;flex-direction:column;justify-content:center}._page-header__main-left-content_18adz_22 ._title_18adz_22,._page-header__main-left-content_18adz_22 ._subtitle_18adz_43{display:block;width:100%;padding:0;margin:0;color:var(--gray-90)}._page-header__main-left-content_18adz_22 ._account-header_18adz_138{flex:1}._page-header__main-left-content_18adz_22 ._account-header--container_18adz_141{position:absolute;max-width:80%;height:5.75rem;background-color:var(--white-100);border:1px solid var(--border-secondary);border-radius:8px}._page-header__main-right-content_18adz_149{display:flex;align-items:center;margin-bottom:1.125rem}._page-header__bottom-content_18adz_90{margin-top:.8125rem}._account-header-margin_18adz_158{margin-bottom:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_1zn5j_1{width:100%;height:56px;border-top:1px solid var(--border-secondary)}._container-grid_1zn5j_6{display:grid;grid-template-columns:1fr 2fr .5fr 4fr 2fr 2fr;align-items:center;justify-content:space-between;padding:12px 16px}._container-pending_1zn5j_13{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px}._container-pending--right_1zn5j_19{margin-left:auto}._container_1zn5j_1 :hover{background-color:var(--border-secondary)}._info-section_1zn5j_26{display:flex}._info-section--item_1zn5j_29{padding-left:8px}._info-section--item_1zn5j_29:not(:first-child){margin-left:8px;border-left:1px solid var(--border-secondary)}._info-section--right_1zn5j_36{display:flex;justify-content:flex-end}
|