@pismo/marola 1.0.0-beta.31 → 1.0.0-beta.33
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/Autocomplete.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/Skeleton.css +1 -1
- package/dist/assets/Table.css +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +185 -185
- package/dist/components/Input/Input.js +63 -63
- package/dist/components/Skeleton/Skeleton.js +3 -3
- package/dist/components/Table/Table.js +85 -100
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_mj65r_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_mj65r_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_mj65r_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_mj65r_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_mj65r_65,._autocomplete__dropdown-item_mj65r_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_mj65r_68{text-decoration:line-through}._u-typography-base--underlined_mj65r_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_mj65r_74{text-decoration:underline line-through}._autocomplete_mj65r_65{position:relative;margin-bottom:16px}._autocomplete__dropdown-list_mj65r_82{position:absolute;z-index:1;width:100%;max-height:25rem;padding:0;margin-top:.25rem;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 12px rgba(var(--black-100-rgb),20%)}._autocomplete__dropdown-item_mj65r_65{display:flex;padding:.375rem 1rem;color:rgba(var(--gray-95-rgb),88%);list-style:none;cursor:pointer;border-radius:var(--border-radius-soft)}._autocomplete__dropdown-item_mj65r_65[aria-selected=true]{color:var(--gray-90);background-color:var(--accent-lighter)}._autocomplete__dropdown-item_mj65r_65[aria-selected=true]._option-focused_mj65r_106{color:var(--accent)}._autocomplete__dropdown-item_mj65r_65:hover{color:var(--accent);background-color:rgba(var(--black-100-rgb),4%);border-radius:var(--border-radius-soft)}._option-focused_mj65r_106{color:var(--accent)}
|
package/dist/assets/Input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_6va87_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_6va87_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_6va87_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_6va87_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_6va87_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_6va87_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_6va87_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_6va87_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_6va87_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_6va87_57,._input__input-el_6va87_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_6va87_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_6va87_65,._input__input-el_6va87_57{font-weight:var(--base-bold)}._u-typography-base--strikethrough_6va87_68{text-decoration:line-through}._u-typography-base--underlined_6va87_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_6va87_74{text-decoration:underline line-through}._input__label_6va87_78{display:block;margin-bottom:.3125rem;color:var(--gray-75)}._input__input-el-wrapper_6va87_83{display:flex;align-items:center;border:solid .0625rem var(--gray-25);border-radius:.375rem;transition:all .3s}._input__input-el_6va87_57{all:unset;width:100%;height:2.5rem;padding:0 1rem;color:var(--gray-90);outline:none}._input__input-el_6va87_57::placeholder{color:var(--gray-50)}._input__left-icon_6va87_101,._input__right-icon_6va87_101{display:flex;align-items:center;justify-content:center;height:1rem}._input__left-icon_6va87_101{padding-left:1rem}._input__right-icon_6va87_101{padding-right:1rem}._input__messages-wrapper_6va87_113{display:flex;align-items:center;justify-content:space-between}._input__messages-wrapper_6va87_113:not(:empty){margin-top:.3125rem}._input__info-message_6va87_121,._input__error-message_6va87_121{display:flex;gap:.375rem;align-items:center}._input__info-message_6va87_121{color:var(--gray-75)}._input__error-message_6va87_121{color:var(--alert)}._input__chars-counter_6va87_132{margin-left:auto;color:var(--gray-75)}._input--disabled_6va87_136 ._input__input-el_6va87_57{color:var(--gray-50)}._input_6va87_57:has(._input--disabled_6va87_136) ._input__label_6va87_78{color:var(--gray-25)}._input--focused_6va87_142._input__input-el-wrapper_6va87_83{border-color:var(--accent)}._input--error_6va87_145._input__input-el-wrapper_6va87_83{border-color:var(--alert)}._input__input-el-wrapper_6va87_83:hover:not(._input--disabled_6va87_136,._input--focused_6va87_142,._input--error_6va87_145){border-color:var(--gray-75)}textarea._input__input-el_6va87_57{height:auto;padding:.5rem 1rem;resize:vertical}
|
package/dist/assets/Skeleton.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._skeleton_mst8q_1{display:block;width:100%;height:1.25rem;content:" ";background-image:linear-gradient(.25turn,transparent,var(--gray-5),transparent),linear-gradient(var(--gray-10),var(--gray-10));background-repeat:no-repeat;background-position:200% 0,0 0;background-size:200% auto;border-radius:var(--border-radius);animation:_skeletonLoading_mst8q_1 1.5s infinite}._skeleton_mst8q_1._skeleton--circle-type_mst8q_13{border-radius:50%}._skeleton--table-type_mst8q_17{display:table;width:100%;border-spacing:0}._skeleton--table-type_mst8q_17 thead tr{background-color:var(--gray-10)}._skeleton--table-type_mst8q_17 th ._skeleton_mst8q_1{height:.5rem;background:var(--white-100);animation:none}._skeleton--table-type_mst8q_17 td ._skeleton_mst8q_1{height:.804rem}._skeleton--table-type_mst8q_17 thead tr th:first-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}._skeleton--table-type_mst8q_17 thead tr th:last-child{border-radius:0 var(--border-radius) var(--border-radius) 0}._skeleton--table-type_mst8q_17 thead,._skeleton--table-type_mst8q_17 tr,._skeleton--table-type_mst8q_17 td,._skeleton--table-type_mst8q_17 tbody{display:inherit;border:none}._skeleton--table-type_mst8q_17 thead{display:table-header-group}._skeleton--table-type_mst8q_17 tbody{display:table-row-group}._skeleton--table-type_mst8q_17 tr{display:table-row}._skeleton--table-type_mst8q_17 td,._skeleton--table-type_mst8q_17 th{display:table-cell;padding:0 1rem;border:none}._skeleton--table-type_mst8q_17 thead th{height:4rem}._skeleton--table-type_mst8q_17 tbody td{height:3.5rem}._skeleton--table-type_mst8q_17 tr:nth-child(2n){background:inherit}._skeleton--table-type_mst8q_17 tr+tr td{border-top:.0625rem solid var(--gray-10)}@keyframes _skeletonLoading_mst8q_1{to{background-position:-100% 0,0 0}}
|
package/dist/assets/Table.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._table_yerpo_1{color:var(--secondary-orange);border-spacing:0}._table--fixed_yerpo_5{table-layout:fixed}._table--full-width_yerpo_8{width:100%}._table--white-theme_yerpo_11{background:var(--white-100)}._table--transparent-theme_yerpo_14{background:transparent}._table_yerpo_1 th._cell--left-alignment_yerpo_17,._table_yerpo_1 td._cell--left-alignment_yerpo_17{text-align:left}._table_yerpo_1 th._cell--center-alignment_yerpo_21,._table_yerpo_1 td._cell--center-alignment_yerpo_21{text-align:center}._table_yerpo_1 th._cell--right-alignment_yerpo_25,._table_yerpo_1 td._cell--right-alignment_yerpo_25{text-align:right}._table_yerpo_1 thead{font-size:.75rem;font-weight:900;line-height:1rem;color:var(--gray-90);text-transform:uppercase}._table_yerpo_1 thead tr th{align-items:center;height:4rem;padding:0 1rem;line-height:1rem;border-bottom:.0625rem solid var(--gray-25)}._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43>span,._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43 span+span{display:inline-flex;align-items:center}._table_yerpo_1 thead tr th ._th__wrapper--pressed_yerpo_48{padding:.25rem .5rem;margin:0 -.5rem;background-color:var(--gray-10);border-radius:.375rem}._table_yerpo_1 thead tr th ._th__wrapper--clickable_yerpo_54{cursor:pointer}._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43 ._th__sort-icon-container_yerpo_57{padding-left:.25rem}._table_yerpo_1 tbody{font-size:1rem;font-weight:400;line-height:1.3125rem;color:var(--gray-90)}._table_yerpo_1 tbody tr:hover:not(._tr__row-or-cell--disabled_yerpo_66){background-color:rgb(var(--gray-5-rgb),.5)}._table_yerpo_1 tbody ._tr_yerpo_66,._table_yerpo_1 tbody ._td_yerpo_70{height:3.5rem;padding:0 1rem;line-height:var(--body-line-height);border-bottom:.0625rem solid var(--gray-10)}._table_yerpo_1 tbody ._tr__row-or-cell--clickable_yerpo_76,._table_yerpo_1 tbody ._td__row-or-cell--clickable_yerpo_77{cursor:pointer}._table_yerpo_1 tbody ._tr__row-or-cell--disabled_yerpo_66,._table_yerpo_1 tbody ._td__row-or-cell--disabled_yerpo_81{background:var(--cream);filter:grayscale(1)}._table_yerpo_1 tbody ._tr__row-or-cell--disabled_yerpo_66 ._td-wrapper_yerpo_85,._table_yerpo_1 tbody ._td__row-or-cell--disabled_yerpo_81 ._td-wrapper_yerpo_85{opacity:.25}
|