@adplenty-tech/adplenty-components-library 1.6.2 → 1.6.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.lib-radio-group-directive{-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit, minmax(-webkit-min-content, 1fr));grid-template-columns:repeat(auto-fit, minmax(min-content, 1fr));grid-auto-flow:column;
|
|
1
|
+
.lib-radio-group-directive{-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit, minmax(-webkit-min-content, 1fr));grid-template-columns:repeat(auto-fit, minmax(min-content, 1fr));grid-auto-flow:column;padding:4px;-webkit-transition:all .2s ease;transition:all .2s ease;background:var(--color-neutral-5);border-radius:100px;gap:4px;height:100%;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;max-width:800px;overflow:visible}.lib-radio-group-directive *{-webkit-box-sizing:border-box;box-sizing:border-box}.lib-radio-group-directive.compact{height:32px}.slider{position:absolute;left:6px;height:calc(100% - 8px);background-color:#fff;border-radius:100px;-webkit-transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;will-change:transform,width;z-index:1}.slider::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid var(--color-neutral-10);border-radius:100px;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.slider:hover::before{opacity:1}.lib-segment-option{min-height:unset !important;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;background:rgba(0,0,0,0);position:relative;border-radius:100px;-webkit-transition:all .2s ease;transition:all .2s ease;border:1px solid rgba(0,0,0,0);min-width:0;z-index:2;will-change:transform;font-size:12px;line-height:16px;letter-spacing:.4px;vertical-align:middle}.lib-segment-option input[type=radio]{display:none}.lib-segment-option .clamped-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-transition:text-shadow .5s ease;transition:text-shadow .5s ease}.lib-segment-option.selected .clamped-text{color:#000;z-index:3;text-shadow:0px 0px .5px #000}.lib-segment-option.disabled{cursor:not-allowed;pointer-events:none;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}.lib-segment-option .tooltip-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:4}.lib-segment-option .clamped-text{width:100%;text-align:center;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.lib-segment-option:hover{background:rgba(255,255,255,.6)}
|
package/package.json
CHANGED