@orangelogic/design-system 2.181.0 → 2.182.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.
|
@@ -151146,7 +151146,7 @@ yd([
|
|
|
151146
151146
|
al = yd([
|
|
151147
151147
|
on("cx-lightbox")
|
|
151148
151148
|
], al);
|
|
151149
|
-
const QUt = dn`:host{display:contents}:host([mode=inline]) cx-menu{width:100%}cx-dropdown{min-width:max-content}@media (width<=991px){:host([mode=dropdown][panel-visibility=desktop-only]) cx-menu{display:none}}.space-selector__trigger{max-width:500px}.space-selector__list{max-height:60vh;overflow:hidden auto}.space-selector__space--current{pointer-events:none}.space-selector__status{padding:var(--cx-spacing-x-small) var(--cx-spacing-medium);color:var(--cx-color-neutral-600)}.space-selector__action--danger{--label-color:var(--cx-color-danger-600)}.space-selector__action--danger cx-icon{color:var(--cx-color-danger-600)}cx-menu-item{--checked-icon-display:none}`;
|
|
151149
|
+
const QUt = dn`:host{display:inline-block}:host([mode=inline]){display:contents}:host([mode=inline]) cx-menu{width:100%}cx-dropdown{min-width:max-content}@media (width<=991px){:host([mode=dropdown][panel-visibility=desktop-only]) cx-menu{display:none}}.space-selector__trigger{max-width:500px}.space-selector__list{max-height:60vh;overflow:hidden auto}.space-selector__space--current{pointer-events:none}.space-selector__status{padding:var(--cx-spacing-x-small) var(--cx-spacing-medium);color:var(--cx-color-neutral-600)}.space-selector__action--danger{--label-color:var(--cx-color-danger-600)}.space-selector__action--danger cx-icon{color:var(--cx-color-danger-600)}cx-menu-item{--checked-icon-display:none}`;
|
|
151150
151150
|
var eqt = Object.defineProperty, tqt = Object.getOwnPropertyDescriptor, TX = (n) => {
|
|
151151
151151
|
throw TypeError(n);
|
|
151152
151152
|
}, bs = (n, e, t, i) => {
|
package/library/package.json
CHANGED