manolis-ui 0.27.4 → 0.28.0
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/SearchCounter-Bo1dwTXm.js +41 -0
- package/dist/index.d.ts +2471 -235
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +3989 -1845
- package/dist/manolis-ui.umd.cjs +11 -11
- package/dist/style.css +257 -182
- package/package.json +2 -4
- package/dist/inputField-BxT95oyM.js +0 -4
- package/dist/select-Cz4vf_YE.js +0 -4
package/dist/manolis-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.swiper[data-v-9e7ab8e7]{overflow:hidden;position:relative}.swiper-wrapper[data-v-9e7ab8e7]{display:flex;box-sizing:content-box;width:100%;height:100%;transition-property:transform;backface-visibility:hidden}.swiper-wrapper--vertical[data-v-9e7ab8e7]{flex-direction:column}[data-v-9e7ab8e7] .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.fade-enter-active[data-v-9e7ab8e7],.fade-leave-active[data-v-9e7ab8e7]{transition:opacity .3s ease}.fade-enter-from[data-v-9e7ab8e7],.fade-leave-to[data-v-9e7ab8e7]{opacity:0}.fade-leave-active[data-v-9e7ab8e7]{pointer-events:none}.swiper-slide[data-v-5113ae87]{flex-shrink:0;height:100%}.popup-menu[data-v-3ea090ec]{position:absolute;top:anchor(bottom);left:anchor(center);translate:-50% 0;width:max-content}@supports (position-try-options: flip-block){.popup-menu[data-v-3ea090ec]{position-try-options:flip-block,flip-inline}}@supports not (anchor-name: --foo){.popup-menu[data-v-3ea090ec]{top:100%;left:0;margin-top:1rem;translate:0}}input[type=time][data-v-ca3752e5]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;height:100%;width:100%}.cally[data-v-ca3752e5] ::part(selected){border-radius:var(--radius-field)!important;background:var(--color-primary)!important;color:var(--color-primary-content)!important}.cally[data-v-ca3752e5] ::part(day){font-size:var(--text-base)!important}.cally div[part=container][data-v-ca3752e5]{padding:0!important}.cally[data-v-ca3752e5] ::part(button day today){background:var(--color-secondary);color:var(--color-secondary-content)}.alert[data-v-bc0c6917]{position:relative;padding-bottom:.75rem}.progress[data-v-bc0c6917]{height:4px;opacity:.8;transition:value .05s linear}.toast-fade-enter-active[data-v-e10fa884],.toast-fade-leave-active[data-v-e10fa884]{transition:all .5s ease}.toast-fade-enter-from[data-v-e10fa884],.toast-fade-leave-to[data-v-e10fa884]{opacity:0;transform:translate(30px)}.toast-start .toast-fade-enter-from[data-v-e10fa884],.toast-start .toast-fade-leave-to[data-v-e10fa884]{transform:translate(-30px)}.navigationbar[data-v-8ddb2b45]{display:grid;grid-template-columns:auto auto auto;grid-template-rows:auto auto;grid-template-areas:"center center center" "bottom bottom bottom";position:fixed;width:100%!important;gap:0 1rem;align-items:center;padding:var(--navbar-padding, .5rem);min-height:4rem;z-index:5}@media (min-width: 768px){.navigationbar[data-v-8ddb2b45]{grid-template-columns:.7fr 1.6fr .7fr;grid-template-areas:"start center end" "bottom bottom bottom";grid-row-gap:2rem;padding:2rem}}.navbar-start[data-v-8ddb2b45]{grid-area:start;height:100%}.navbar-center[data-v-8ddb2b45]{grid-area:center;width:100%;height:100%}.navbar-end[data-v-8ddb2b45]{width:100%;height:100%;grid-area:end}.navbar-bottom[data-v-8ddb2b45]{grid-area:center;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.navbar-bottom[data-v-8ddb2b45]{grid-area:bottom}}nav.navigationbar.collapsed[data-v-8ddb2b45]{top:0;z-index:10;grid-template-columns:auto 1fr auto!important}@media (min-width: 768px){nav.navigationbar.collapsed[data-v-8ddb2b45]{row-gap:0;padding:1rem}}nav.navigationbar.collapsed .navbar-bottom[data-v-8ddb2b45]{grid-area:center!important}.steps:has(>.step.bars) .step.bars>.step-icon,.steps:has(>.step.bars) .step.bars:not(:has(.step-icon)):after{content:" ";border-radius:5px;height:5px;width:98%}.steps:has(>.step.bars) .step.bars:before{background-color:transparent!important;content:"";color:transparent}
|