@nmorph/nmorph-ui-kit 1.0.85 → 1.0.87

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "1.0.85",
5
+ "version": "1.0.87",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",
package/dist/style.css DELETED
@@ -1 +0,0 @@
1
- .opacity-enter-from,.opacity-leave-to{opacity:0}.nmorph-scroll{--thumb-color: var(--nmorph-accent-color);height:var(--ec9518cc);max-height:var(--b7043fb6);padding-right:var(--1834d45e);padding-bottom:var(--6dda3d16);overflow:var(--a5b7b5e0) var(--a5b7b5de);scroll-behavior:var(--fe4677f6)}.nmorph-scroll::-webkit-scrollbar{width:var(--716bf48e);height:var(--0827b794);background-color:transparent;cursor:pointer;transition:width ease-in-out .2s}.nmorph-scroll::-webkit-scrollbar-track{border-radius:var(--border-radius-40)}.nmorph-scroll::-webkit-scrollbar-thumb{background-color:var(--thumb-color);border-radius:var(--border-radius-40)}.nmorph-scroll::-webkit-scrollbar-corner{background-color:transparent}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;scroll-behavior:smooth;box-sizing:border-box;line-height:1.15}*,*:before,*:after{box-sizing:border-box;border-style:none}body{margin:0;width:auto}main{display:block}h1{margin:.67em 0;font-size:2em}hr{height:0;overflow:visible}pre,code,kbd,samp{font-size:1em;font-family:monospace}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background:transparent}abbr[title]{text-decoration:underline dotted;border-bottom:none}b,strong{font-weight:bolder}button,input,optgroup,select,textarea{margin:0;font-size:100%;font-family:inherit;line-height:1.15;overflow:visible;text-transform:none}input{appearance:none}input:disabled{cursor:not-allowed}input[type=number]{appearance:textfield}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto}fieldset{padding:.35em .75em .625em}legend{display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}template,[hidden]{display:none}:root{--font-size-tiny: 10px;--font-size-extra-small: 12px;--font-size-small: 13px;--font-size-base: 14px;--font-size-medium: 16px;--font-size-large: 18px;--font-size-extra-large: 20px;--line-height-line: 1;--line-height-compact: 1.3;--line-height-regular: 1.5;--line-height-loose: 1.7;--border-radius-none: 0px;--border-radius-20: 2px;--border-radius-40: 4px;--border-radius-60: 6px;--border-radius-80: 8px;--border-radius-120: 12px;--border-radius-200: 20px;--border-radius-999: 99px;--border-radius-circular: 50%;--default-border-radius: var(--border-radius-40);--thick-component: 38px;--default-thickness-component: 30px;--thin-component: 22px;--extra-thin-component: 14px;--form-container: 280px;--default-indentation-input: 8px;--indentation-00: 0;--indentation-01: 2px;--indentation-02: 4px;--indentation-03: 8px;--indentation-04: 16px;--base-shadow-blur: calc(var(--base-shadow-width) * var(--base-shadow-blur-coefficient));--nmorph-wrapper-padding: calc(var(--base-shadow-width) * 1.5);--transition-04: .4s;--transition-03: .3s;--transition-02: .2s;--transition-01: .1s}html{background:var(--nmorph-main-color)}*{color:var(--nmorph-text-color)}body{font-family:Helvetica,Roboto,Arial,sans-serif;font-weight:400;font-size:var(--font-size-base);line-height:var(--line-height-regular)}.nmorph--default-height-component{--height: var(--default-thickness-component);height:var(--height)}.nmorph--thin-component{--height: var(--thin-component);height:var(--height)}.nmorph--thick-component{--height: var(--thick-component);height:var(--height)}.nmorph--thin-component.nmorph-native-input{font-weight:400;font-size:var(--font-size-extra-small);line-height:var(--line-height-regular)}.nmorph-native-input:focus{color:var(--nmorph-focus-text-color)}.nmorph-native-input:focus::placeholder{color:var(--nmorph-focus-text-color)}.nmorph-native-input::placeholder{color:var(--nmorph-placeholder-text-color)}.nmorph--fill{width:100%}.nmorph--focused .nmorph-icon svg{--color: var(--nmorph-focus-text-color)}.list-enter-active,.list-leave-active{transition:all var(--transition-02) ease}.list-enter-from,.list-leave-to{transform:translate(30px);opacity:0}.opacity-enter-active,.opacity-list-leave-active{transition:all var(--transition-02) ease}.opacity-enter-from,.opacity-leave-to,.nmorph-notification-enter-from,.nmorph-notification-leave-to{opacity:0}.nmorph-notification-enter-to,.nmorph-notification-leave-from{opacity:1}.nmorph-notification-provider{position:fixed;top:0;left:0;display:flex;flex-direction:column;width:100vw;height:100vh;pointer-events:none}.nmorph-notification-provider__notification{width:fit-content;height:fit-content;margin:1rem;pointer-events:all}.nmorph-notification-provider--top-left{align-items:flex-start}.nmorph-notification-provider--top-left .nmorph-notification-enter-active,.nmorph-notification-provider--top-left .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--top-left .nmorph-notification-enter-from{transform:translate(-100%)}.nmorph-notification-provider--top-left .nmorph-notification-enter-to,.nmorph-notification-provider--top-left .nmorph-notification-leave-from{transform:translate(0)}.nmorph-notification-provider--top-left .nmorph-notification-leave-to{transform:translate(-100%)}.nmorph-notification-provider--top-right{align-items:flex-end}.nmorph-notification-provider--top-right .nmorph-notification-enter-active,.nmorph-notification-provider--top-right .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--top-right .nmorph-notification-enter-from{transform:translate(100%)}.nmorph-notification-provider--top-right .nmorph-notification-enter-to,.nmorph-notification-provider--top-right .nmorph-notification-leave-from{transform:translate(0)}.nmorph-notification-provider--top-right .nmorph-notification-leave-to{transform:translate(100%)}.nmorph-notification-provider--bottom-left{bottom:0;justify-content:flex-end}.nmorph-notification-provider--bottom-left .nmorph-notification-enter-active,.nmorph-notification-provider--bottom-left .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--bottom-left .nmorph-notification-enter-from{transform:translate(-100%)}.nmorph-notification-provider--bottom-left .nmorph-notification-enter-to,.nmorph-notification-provider--bottom-left .nmorph-notification-leave-from{transform:translate(0)}.nmorph-notification-provider--bottom-left .nmorph-notification-leave-to{transform:translate(-100%)}.nmorph-notification-provider--bottom-right{bottom:0;align-items:flex-end;justify-content:flex-end}.nmorph-notification-provider--bottom-right .nmorph-notification-enter-active,.nmorph-notification-provider--bottom-right .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--bottom-right .nmorph-notification-enter-from{transform:translate(100%)}.nmorph-notification-provider--bottom-right .nmorph-notification-enter-to,.nmorph-notification-provider--bottom-right .nmorph-notification-leave-from{transform:translate(0)}.nmorph-notification-provider--bottom-right .nmorph-notification-leave-to{transform:translate(100%)}.nmorph-notification-provider--top-center{align-items:center;justify-content:flex-start}.nmorph-notification-provider--top-center .nmorph-notification-enter-active,.nmorph-notification-provider--top-center .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--top-center .nmorph-notification-enter-from{transform:translateY(-100%)}.nmorph-notification-provider--top-center .nmorph-notification-enter-to,.nmorph-notification-provider--top-center .nmorph-notification-leave-from{transform:translateY(0)}.nmorph-notification-provider--top-center .nmorph-notification-leave-to{transform:translateY(-100%)}.nmorph-notification-provider--bottom-center{align-items:center;justify-content:flex-end}.nmorph-notification-provider--bottom-center .nmorph-notification-enter-active,.nmorph-notification-provider--bottom-center .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider--bottom-center .nmorph-notification-enter-from{transform:translateY(100%)}.nmorph-notification-provider--bottom-center .nmorph-notification-enter-to,.nmorph-notification-provider--bottom-center .nmorph-notification-leave-from{transform:translateY(0)}.nmorph-notification-provider--bottom-center .nmorph-notification-leave-to{transform:translateY(100%)}