@hotelinking/ui 13.45.2 → 13.45.5
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/ui.cjs +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.es.js +1596 -1592
- package/package.json +8 -8
package/dist/ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@vueform/slider/themes/default.css");body,html{height:100%}.slider-connect{--tw-bg-opacity:1;background-color:rgb(
|
|
1
|
+
@import url("@vueform/slider/themes/default.css");body,html{height:100%}.slider-connect{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.slider-connect:disabled{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.slider-handle:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity,1));--tw-ring-opacity:0.3}.chart{display:flex;flex-direction:column;padding:1rem;position:relative}.chart-content{display:flex;flex:1;flex-direction:column;height:100%;width:100%}.chart-content .title{color:#6c5ef6}.chart-selector li{color:#6c5ef6;cursor:pointer;font-size:.8rem;margin:0 1rem}.chart-selector .selected{background-color:#6c5ef6;border-radius:3px;color:#fff;padding:.2rem}.svg-funnel-js{display:inline-block;position:relative}.svg-funnel-js svg{display:block}.svg-funnel-js .svg-funnel-js__labels{display:flex;height:100%;left:0;position:absolute;top:0}.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__labels{flex-direction:column}.svg-funnel-js .svg-funnel-js__container{height:100%;width:100%}.svg-funnel-js .svg-funnel-js__labels{box-sizing:border-box;width:100%}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label{flex:1 1 0;position:relative}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value{color:#4f46e5;font-family:Inter,sans-serif;font-size:24px;line-height:18px;margin-bottom:6px}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title{color:#4f46e5;font-size:12px;font-weight:700}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage{color:#9896dc;font-size:16px;font-weight:700}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages{background-color:#715aff;box-sizing:border-box;cursor:default;left:0;margin-top:24px;opacity:0;padding:8px 24px;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .1s ease;width:100%}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul{list-style-type:none;margin:0;padding:0}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li{color:#fff;font-size:13px;line-height:16px}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li .percentage__list-label{color:#fff;font-weight:700}.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label:hover .label__segment-percentages{opacity:1}.svg-funnel-js:not(.svg-funnel-js--vertical){padding-bottom:16px;padding-top:64px}.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label{padding-left:24px}.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:not(:first-child){border-left:1px solid #9896dc}.svg-funnel-js.svg-funnel-js--vertical{padding-left:120px;padding-right:16px}.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label{padding-top:24px}.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label:not(:first-child){border-top:1px solid #e3e3e3}.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label .label__segment-percentages .segment-percentage__list{display:flex;justify-content:space-around}.svg-funnel-js .svg-funnel-js__subLabels{display:flex;justify-content:center;left:0;margin-top:24px;width:100%}.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel{display:flex;font-size:12px;line-height:16px}.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel:not(:first-child){margin-left:16px}.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel .svg-funnel-js__subLabel--color{border-radius:50%;height:12px;margin:2px 8px 2px 0;width:12px}
|
package/dist/ui.d.ts
CHANGED