@archilogic/floor-plan-sdk 3.1.5-v3-test

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.
Files changed (4) hide show
  1. package/fpe.css +8 -0
  2. package/fpe.esm.js +254 -0
  3. package/fpe.js +254 -0
  4. package/package.json +22 -0
package/fpe.css ADDED
@@ -0,0 +1,8 @@
1
+ /*
2
+ Archilogic Floor Plan Engine SDK v3.1.5 build 231110-141122-4ae6ce
3
+
4
+ (c) 2023 Archilogic AG
5
+
6
+ License: According to your license agreement with Archilogic AG
7
+ */
8
+ .fpe{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Avenir,Helvetica,Arial,sans-serif;max-height:100vh;max-width:100%;overflow:hidden}.fpe,.fpe-err{height:100%;position:relative;width:100%}.fpe-err__box{color:#888;font-family:sans-serif;height:100px;left:calc(50% - 175px);position:absolute;text-align:center;top:calc(50% - 50px);width:350px}.fpe-err__title{font-size:22px;font-weight:500;margin-bottom:22px}.fpe-err__msg{font-size:14px;font-weight:500}.fpe *{box-sizing:border-box}.fpe__plan{display:block;height:100%;max-height:100%;max-width:100%;width:100%}.fpe-marker{contain:layout;left:0;position:absolute;top:0;will-change:transform;z-index:1000}.fpe-marker--hidden{display:none}.fpe-info-window{background:#fff;border:1px solid #bbb;border-radius:3px;contain:layout;filter:drop-shadow(2px 2px 0 rgba(0,0,0,.2));font-size:14px;left:0;padding:10px;position:absolute;top:0;will-change:transform}.fpe-info-window h1,.fpe-info-window h2,.fpe-info-window h3,.fpe-info-window p{margin:0 0 5px}.fpe-info-window h1{font-size:20px}.fpe-info-window h2{font-size:18px}.fpe-info-window h3{font-size:16px}.fpe-info-window:after{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff;bottom:-14px;content:"";filter:drop-shadow(0 1px 0 #bbb);left:30px;pointer-events:none;position:absolute}.fpe-info-window__content{height:100%;overflow:hidden}.fpe-info-window__close{background:#fff;border-radius:50%;cursor:pointer;height:20px;position:absolute;right:5px;top:5px;width:20px}.fpe-info-window__close:hover{background:#f3f5f7}.fpe-coordinates{bottom:50px;display:flex;justify-content:space-between;pointer-events:none;position:absolute;right:20px;-webkit-user-select:none;user-select:none;white-space:nowrap;width:120px}@media screen and (max-width:700px){.fpe-coordinates{display:none}}.fpe-coordinates__unit{display:inline-block;width:50px}.fpe-coordinates__debug{bottom:20px;color:#666;position:absolute;width:120px}.fpe-coordinates__debug span{display:inline-block;margin-right:10px}.fpe-scale-bar{bottom:15px;height:40px;pointer-events:none;position:absolute;right:20px;width:208px}@media screen and (max-width:700px){.fpe-scale-bar{left:auto;right:20px}}@media screen and (max-width:450px){.fpe-scale-bar{display:none}}.fpe-scale-bar text{fill:#3b3f45;font-size:.8px;-webkit-user-select:none;user-select:none}.fpe-scale-bar rect{fill:#444;stroke:#3b3f45;fill-opacity:.6;stroke-width:.06}.fpe-scale-bar rect.white{fill:#fff}.fpe-scale-bar path{fill:none;stroke:#3b3f45;stroke-width:.05}.fpe-scale-bar__background{stroke:none!important}.fpe-menu-bar{bottom:15px;left:15px;position:absolute;-webkit-user-select:none;user-select:none;z-index:2000}.fpe-menu-bar__btn{background:#fff;border:1px solid #ccc;border-right:none;display:inline-block;height:40px;position:relative;vertical-align:top;width:40px}.fpe-menu-bar__btn:first-of-type{border-bottom-left-radius:3px;border-right:none;border-top-left-radius:3px}.fpe-menu-bar__btn:last-of-type{border-bottom-right-radius:3px;border-right:1px solid #ccc;border-top-right-radius:3px}.fpe-menu-bar__sub-menu{bottom:50px;height:30px;left:0;position:absolute;width:-webkit-max-content;width:max-content}.fpe-menu-bar__sub-menu:after{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-15px;content:"";filter:drop-shadow(0 1px 0 #bbb);left:10px;position:absolute}.fpe-menu-bar__sub-option{background:#fff;border:1px solid #ccc;border-right:none;cursor:pointer;display:inline-block;height:35px;line-height:35px;padding:0 10px;position:relative;vertical-align:top}.fpe-menu-bar__sub-option:first-of-type{border-bottom-left-radius:3px;border-right:none;border-top-left-radius:3px}.fpe-menu-bar__sub-option:last-of-type{border-bottom-right-radius:3px;border-right:1px solid #ccc;border-top-right-radius:3px}.fpe-menu-bar__sub-option--active,.fpe-menu-bar__sub-option:hover{color:#1a6aff}.fpe-menu-bar__icon{stroke:#333;cursor:pointer}.fpe-menu-bar__icon--active,.fpe-menu-bar__icon:hover{stroke:#1a6aff;fill:#1a6aff}.fpe-notifications{position:absolute;right:15px;top:15px;-webkit-user-select:none;user-select:none}.fpe-notifications__note{animation:fadeIn 1s;background:rgba(0,0,0,.4);border-radius:3px;color:#fff;font-weight:500;margin-bottom:5px;padding:7px 10px;text-align:center;width:170px}.fpe-notifications__note--fadeout{animation:fadeOut 1s ease}.fpe-notifications__note--success{background:rgba(0,180,60,.5)}.fpe-notifications__note--error{background:rgba(192,67,9,.664)}.fpe-notifications .msg-item{display:inline-block;margin-right:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}