aui-color-disabled-foreground); } .sn.chip[disabled].inverted:not(.checked) { border-color: var(--maui-color-disabled-foreground-inverted); color: var(--maui-color-disabled-foreground-inverted); background-color: transparent; } .sn.chip[disabled].inverted.checked { background-color: var(--maui-color-disabled-background-inverted); color: var(--maui-color-disabled-foreground-inverted); border-width: 0; } .sn.chip:not(.checked):not([disabled]):hover { font-weight: var(--maui-font-weight-regular); } .sn.chip.checked:not([disabled]) { background-color: var(--maui-color-interaction-buttonsecondary); border-color: var(--maui-color-interaction-buttonsecondary); color: var(--maui-color-brand-light); } .sn.chip.checked.inverted:not([disabled]) { background-color: var(--maui-color-interaction-interaction-inverted); border-color: var(--maui-color-interaction-interaction-inverted); color: var(--maui-color-interaction-buttonsecondary); } .sn.chip.checked:not([disabled]):hover { background-color: var(--maui-color-interaction-buttonsecondaryhover); border-color: var(--maui-color-interaction-buttonsecondaryhover); } .sn.chip.inverted.checked:not([disabled]):hover { background-color: var(--maui-color-interaction-interaction-invertedhover); border-color: var(--maui-color-interaction-interaction-invertedhover); color: var(--maui-color-interaction-buttonsecondaryhover); } .sn.chip:not(.checked):not(:hover) span.label, .sn.chip:not(.checked):hover span.label { margin-top: -2px; } `, td = s` .four_y.chip { ${p({ size: "forms-medium", tenant: "four_y" })}; color: var(--maui-color-interaction-interaction); height: 32px; --maui-focus-outline-offset: 5px; } .four_y.chip:not([dismissable]) { border-color: var(--maui-color-grey-04); border-width: 2px; } .four_y.chip:not([dismissable]):not([disabled]):hover { background-color: var(--maui-color-interaction-interactionhover); border-color: var(--maui-color-interaction-interactionhover); color: var(--maui-color-brand-light); outline: 2px solid var(--maui-color-interaction-interactionhover); outline-offset: -1px; } .four_y.chip.checked:not([disabled]) { background-color: var(--maui-color-interaction-interaction); border-color: var(--maui-color-interaction-interaction); color: var(--maui-color-brand-light); font-weight: var(--maui-font-weight-bold); } .four_y.chip.checked:not([disabled]):hover { background-color: var(--maui-color-interaction-interactionhover); border-color: var(--maui-color-interaction-interactionhover); font-weight: var(--maui-font-weight-bold); } .four_y.chip[disabled]:not(.checked):not(.dismissable) { border-color: var(--maui-color-disabled-background); color: var(--maui-color-disabled-foreground); } .four_y.chip.inverted { border-color: var(--maui-color-interaction-interaction-inverted); color: var(--maui-color-text-copy-inverted); --maui-focus-outline-box-shadow: var(--maui-effect-shadow-focus-offset-x) var(--maui-effect-shadow-focus-offset-y) var(--maui-effect-shadow-focus-radius) var(--maui-effect-shadow-focus-spread) var(--maui-color-interaction-focus-inverted); } .four_y.chip.inverted.checked:not([disabled]) { background-color: var(--maui-color-interaction-interaction-inverted); border-color: var(--maui-color-interaction-interaction-inverted); color: var(--maui-color-interaction-interaction); } .four_y.chip.inverted:not([disabled]):hover { background-color: var(--maui-color-interaction-interaction-invertedhover); border-color: var(--maui-color-interaction-interaction-invertedhover); color: var(--maui-color-interaction-interactionhover); } .four_y.chip[disabled].inverted:not(.checked):not(.dismissable) { border-color: var(--maui-color-disabled-background-inverted); color: var(--maui-color-disabled-foreground-inverted); } .four_y.chip[disabled].inverted.checked { border-color: var(--maui-color-disabled-background-inverted); background-color: var(--maui-color-disabled-background-inverted); color: var(--maui-color-disabled-foreground-inverted); border-width: 0; } ${H("chip", "has-focus", "", "four_y")}; `, od = s` .mmg { --maui-chip-padding: 0 var(--maui-spacing-4); --maui-focus-outline-offset: calc(var(--maui-spacing-3) / 2); --maui-icon-size-override: var(--maui-spacing-5); } .mmg.chip { height: 34px; ${p({ size: "forms-medium", tenant: "mmg" })}; } .mmg .content { top: calc(50% - 1px); } .mmg.chip:not([disabled]), .mmg.chip:not([dismissable]):not([disabled]) { background-color: var(--maui-color-grey-02); border-color: var(--maui-color-grey-02); } .mmg.chip:not([disabled]) .icon.small { background-color: var(--maui-color-brand-light); border-radius: 50%; } .mmg.chip[disabled]:not(.dismissable) { background-color: var(--maui-color-disabled-background); border-color: var(--maui-color-disabled-background); color: var(--maui-color-disabled-foreground); } .mmg.chip[dismissable] maui-icon { margin-top: -2px; } .mmg.chip maui-icon { background-color: var(--maui-color-brand-mmg-grey5); border-radius: 50%; --maui-icon-color: var(--maui-color-brand-light); } .mmg.chip[disabled] maui-icon { background-color: var(--maui-color-disabled-foreground); --maui-icon-color: var(--maui-color-disabled-background); } .mmg.chip:not([dismissable]):not([disabled]):hover { background-color: var(--maui-color-interaction-buttonprimaryhover); border-color: var(--maui-color-interaction-buttonprimaryhover); color: var(--maui-color-brand-light); } .mmg.chip.checked:not([disabled]) { background-color: var(--maui-color-interaction-buttonprimaryhover); border-color: var(--maui-color-interaction-buttonprimaryhover); color: var(--maui-color-brand-light); font-weight: var(--maui-font-weight-regular); } .mmg.chip.checked:not([disabled]):hover { background-color: var(--maui-color-interaction-buttonprimaryhover); border-color: var(--maui-color-interaction-buttonprimaryhover); } .mmg.chip.checked:not([disabled]) maui-icon { background-color: var(--maui-color-brand-light); --maui-icon-color: var(--maui-color-interaction-interaction); } .mmg.chip:not([disabled]).inverted { background-color: var(--maui-color-interaction-interaction-inverted); border-color: var(--maui-color-interaction-interaction-inverted); color: var(--maui-color-interaction-interaction); --maui-focus-outline-box-shadow: var(--maui-effect-shadow-focus-offset-x, 0) var(--maui-effect-shadow-focus-offset-y, 0) var(--maui-effect-shadow-focus-radius, 0) var(--maui-effect-shadow-focus-spread, 1px) var(--maui-color-interaction-focus-inverted); } .mmg.chip:not([disabled]).inverted maui-icon { background-color: var(--maui-color-interaction-interaction); --maui-icon-color: var(--maui-color-interaction-interaction-inverted); } .mmg.chip.checked:not([disabled]).inverted, .mmg.chip:not([disabled]).inverted:hover, .mmg.chip.inverted.checked:not([disabled]):hover { background-color: var(--maui-color-interaction-interaction-invertedhover); border-color: var(--maui-color-interaction-interaction-invertedhover); color: var(--maui-color-interaction-interaction); } .mmg.chip:not([disabled]).inverted:hover maui-icon, .mmg.chip.inverted.checked:not([disabled]) maui-icon, .mmg.chip.inverted.checked:not([disabled]):hover maui-icon { background-color: var(--maui-color-interaction-interaction); --maui-icon-color: var(--maui-color-interaction-interaction-invertedhover); } .mmg.chip[disabled].inverted, .mmg.chip[disabled].checked.inverted { font-weight: var(--maui-font-weight-regular); background-color: var(--maui-color-disabled-background-inverted); border-color: var(--maui-color-disabled-background-inverted); color: var(--maui-color-interaction-interaction); } .mmg.chip[disabled].inverted maui-icon, .mmg.chip[disabled].checked.inverted maui-icon { background-color: var(--maui-color-interaction-interaction); --maui-icon-color: var(--maui-color-disabled-background-inverted); } `, id = [ Kc, Wc, Qc, Jc, ed, Zc, td, od ]; var ad = Object.defineProperty, rd = Object.getOwnPropertyDescriptor, xi = (a, e, t, o) => { for (var i = o > 1 ? void 0 : o ? rd(e, t) : e, r = a.length - 1, n; r >= 0; r--) (n = a[r]) && (i = (o ? n(e, t, i) : n(i)) || i); return o && i && ad(e, t, i), i; }; class mo extends Uo { constructor() { super({ unCheckableMode: !0 }), this.dismissable = !1, this.inverted = !1, this.checked = !1, this.componentName = "chip"; } handleClick() { this.dismissable && this.dismiss(), super.handleClick(); } handleKeyDown(e) { switch (e.code) { case "Space": { e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation(), this.handleClick(); break; } case "Enter": { e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation(), this.handleClick(); break; } } } /** Focuses the chip if not disabled. */ focus() { this.disabled || this.handleFocus(); } /** Blurs the chip. */ blur() { this.handleBlur(); } /** Simulates a click on the chip. */ click() { this.emit("maui-click"), this.handleClick(); } /** Dismisses the chip. */ dismiss() { !this.dismissable || this.disabled || this.emit("maui-dismiss", { detail: this }); } checkedChanged() { this.emit("maui-chip-toggle"); } render() { return u`
${this.label} ${this.dismissable ? u`` : void 0}
`; } } mo.styles = id; xi([ l({ type: String }) ], mo.prototype, "label", 2); xi([ l({ type: Boolean }) ], mo.prototype, "dismissable", 2); xi([ l({ type: Boolean }) ], mo.prototype, "inverted", 2); xi([ l({ type: Boolean, reflect: !0 }) ], mo.prototype, "checked", 2); xi([ F("checked", { waitUntilFirstUpdate: !0 }) ], mo.prototype, "checkedChanged", 1); w("maui-chip", mo); /** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const Un = Symbol.for(""), nd = (a) => { if (a?.r === Un) return a?._$litStatic$; }, Me = (a, ...e) => ({ _$litStatic$: e.reduce((t, o, i) => t + ((r) => { if (r._$litStatic$ !== void 0) return r._$litStatic$; throw Error(`Value passed to 'literal' function must be a 'literal' result: ${r}. Use 'unsafeStatic' to pass non-literal values, but take care to ensure page security.`); })(o) + a[i + 1], a[0]), r: Un }), qr = /* @__PURE__ */ new Map(), sd = (a) => (e, ...t) => { const o = t.length; let i, r; const n = [], c = []; let m, g = 0, f = !1; for (; g < o; ) { for (m = e[g]; g < o && (r = t[g], (i = nd(r)) !== void 0); ) m += i + e[++g], f = !0; g !== o && c.push(r), n.push(m), g++; } if (g === o && n.push(e[o]), f) { const v = n.join("$$lit$$"); (e = qr.get(v)) === void 0 && (n.raw = n, qr.set(v, e = n)), t = c; } return a(e, ...t); }, ur = sd(u), Rn = (a) => { const e = h(a); return s` .${e}.copy-extra-small { ${d({ size: "copy-extra-small", tenant: a })}; } .${e}.copy-small { ${d({ size: "copy-small", tenant: a })}; } .${e}.copy-medium { ${d({ size: "copy-medium", tenant: a })}; } .${e}.copy-large { ${d({ size: "copy-large", tenant: a })}; } .${e}.intro { ${d({ size: "intro", tenant: a })}; } .${e}.copy-extra-small.margin, .${e}.copy-small.margin { margin-bottom: 28px; } .${e}.copy-medium.margin { margin-bottom: 18px; } .${e}.copy-large.margin { margin-bottom: 18px; } `; }, ld = s` ${C} ${A} .copy { font-family: var(--maui-font-family-copy); color: var(--maui-color-text-copy); font-weight: var(--maui-font-weight-regular); } .inverted { color: var(--maui-color-text-copy-inverted); } span { /* inline-block for it to respect the line-height. Otherwise it would not look correct */ display: inline-block; } .copy-extra-small { ${d({ size: "copy-extra-small", tenant: "wl" })}; } .copy-small { ${d({ size: "copy-small", tenant: "wl" })}; } .copy-medium { ${d({ size: "copy-medium", tenant: "wl" })}; } .copy-large { ${d({ size: "copy-large", tenant: "wl" })}; } .intro { ${d({ size: "intro", tenant: "wl" })}; } slot::slotted(b), slot::slotted(strong) { font-weight: var(--maui-font-weight-bold); } `, cd = s` ${Rn("lh")} `, dd = s` .lx.copy-extra-small { ${d({ size: "copy-extra-small", tenant: "lx" })}; } .lx.copy-small { ${d({ size: "copy-small", tenant: "lx" })}; } .lx.copy-medium { ${d({ size: "copy-medium", tenant: "lx" })}; } .lx.copy-large { ${d({ size: "copy-large", tenant: "lx" })}; } .lx.intro { ${d({ size: "intro", tenant: "lx" })}; } .lx.copy-extra-small.margin { margin-bottom: 24px; } .lx.copy-small.margin { margin-bottom: 24px; } .lx.copy-medium.margin { margin-bottom: 18px; } .lx.copy-large.margin { margin-bottom: 18px; } .lx.intro.margin { margin-bottom: 18px; } `, ud = s` .os.copy-extra-small { ${d({ size: "copy-extra-small", tenant: "os" })}; } .os.copy-small { ${d({ size: "copy-small", tenant: "os" })}; } .os.copy-medium { ${d({ size: "copy-medium", tenant: "os" })}; } .os.copy-large { ${d({ size: "copy-large", tenant: "os" })}; font-family: var(--maui-font-family-headline); } .os.intro { ${d({ size: "intro", tenant: "os" })}; font-family: var(--maui-font-family-headline); } .os.copy-extra-small.margin, .os.copy-small.margin, .os.copy-medium.margin { margin-bottom: 18px; } .os.copy-large.margin { margin-bottom: var(--maui-spacing-4); } .os.intro.margin { margin-bottom: var(--maui-spacing-4); } `, md = s` .sn.copy-extra-small { ${d({ size: "copy-extra-small", tenant: "sn" })}; } .sn.copy-small { ${d({ size: "copy-small", tenant: "sn" })}; } .sn.copy-medium { ${d({ size: "copy-medium", tenant: "sn" })}; } .sn.copy-large { ${d({ size: "copy-large", tenant: "sn" })}; } .sn.intro { ${d({ size: "intro", tenant: "sn" })}; } .sn.copy-extra-small.margin { margin-bottom: 22px; } .sn.copy-small.margin { margin-bottom: 22px; } .sn.copy-medium.margin { margin-bottom: 20px; } .sn.copy-large.margin { margin-bottom: 16px; } .sn.intro.margin { margin-bottom: 16px; } `, hd = s` ${Rn("b2b")} `, pd = s` .four_y.copy-extra-small { ${d({ size: "copy-extra-small", tenant: "four_y" })}; } .four_y.copy-small { ${d({ size: "copy-small", tenant: "four_y" })}; } .four_y.copy-medium { ${d({ size: "copy-medium", tenant: "four_y" })}; } .four_y.copy-large { ${d({ size: "copy-large", tenant: "four_y" })}; } .four_y.intro { ${d({ size: "intro", tenant: "four_y" })}; } .four_y.copy-small.margin { margin-bottom: 22px; } .four_y.copy-medium.margin { margin-bottom: 20px; } .four_y.copy-large.margin { margin-bottom: 16px; } .four_y.intro.margin { margin-bottom: 16px; } `, gd = s` .mmg.copy-extra-small { ${d({ size: "copy-extra-small", tenant: "mmg" })}; } .mmg.copy-small { ${d({ size: "copy-small", tenant: "mmg" })}; } .mmg.copy-medium { ${d({ size: "copy-medium", tenant: "mmg" })}; } .mmg.copy-large { ${d({ size: "copy-large", tenant: "mmg" })}; } .mmg.intro { ${d({ size: "intro", tenant: "mmg" })}; } .mmg.copy-small.margin { margin-bottom: 28px; } .mmg.copy-medium.margin { margin-bottom: 18px; } .mmg.copy-large.margin { margin-bottom: 18px; } `, bd = [ ld, ud, md, cd, dd, hd, pd, gd ]; var vd = Object.defineProperty, fd = Object.getOwnPropertyDescriptor, ma = (a, e, t, o) => { for (var i = o > 1 ? void 0 : o ? fd(e, t) : e, r = a.length - 1, n; r >= 0; r--) (n = a[r]) && (i = (o ? n(e, t, i) : n(i)) || i); return o && i && vd(e, t, i), i; }; class Do extends k { constructor() { super(), this.mode = "block", this.inverted = !1, this.componentName = "copy"; } render() { const e = this.size ? this.size : "copy-medium", t = this.mode === "block" ? Me`div` : Me`span`; return ur`<${t} class="${y({ [this.componentName]: !0, [this.theme]: !0, [e]: !0, inverted: this.inverted, margin: !!this.margin && this.mode === "block" })}" > `; } } Do.styles = bd; ma([ l({ reflect: !0 }) ], Do.prototype, "size", 2); ma([ l({ reflect: !0, type: Boolean }) ], Do.prototype, "margin", 2); ma([ l({ reflect: !0, type: String }) ], Do.prototype, "mode", 2); ma([ l({ type: Boolean }) ], Do.prototype, "inverted", 2); w("maui-copy", Do); const yd = s` ${C} .divider { --maui-divider-color: var( --maui-divider-color-override, var(--maui-color-grey-04) ); --maui-divider-border-width: var(--maui-divider-border-width-override, 1px); --maui-divider-spacing: var( --maui-divider-spacing-override, calc(var(--maui-spacing-4) + var(--maui-spacing-2)) ); } .divider.inverted { --maui-divider-color: var( --maui-divider-color-override, var(--maui-color-brand-light) ); } .divider:not(.vertical) { display: block; border-top: solid var(--maui-divider-border-width) var(--maui-divider-color); margin: var(--maui-divider-spacing) 0; } .divider.vertical { display: inline-block; height: 100%; border-left: solid var(--maui-divider-border-width) var(--maui-divider-color); margin: 0 var(--maui-divider-spacing); } `, xd = s` .lx.divider { --maui-divider-color: var( --maui-divider-color-override, var(--maui-color-grey-02) ); } `, $d = s` .os.divider { --maui-divider-spacing: var( --maui-divider-spacing-override, var(--maui-spacing-4) ); } `, wd = s` .mmg.divider { --maui-divider-spacing: var( --maui-divider-spacing-override, var(--maui-spacing-4) ); } `, _d = [yd, xd, $d, wd]; var kd = Object.defineProperty, Sd = Object.getOwnPropertyDescriptor, mr = (a, e, t, o) => { for (var i = o > 1 ? void 0 : o ? Sd(e, t) : e, r = a.length - 1, n; r >= 0; r--) (n = a[r]) && (i = (o ? n(e, t, i) : n(i)) || i); return o && i && kd(e, t, i), i; }; class $i extends k { constructor() { super(...arguments), this.vertical = !1, this.inverted = !1; } connectedCallback() { super.connectedCallback(), this.setAttribute("role", "separator"); } handleVerticalChange() { this.setAttribute( "aria-orientation", this.vertical ? "vertical" : "horizontal" ); } render() { return u``; } } $i.styles = _d; mr([ l({ type: Boolean }) ], $i.prototype, "vertical", 2); mr([ l({ type: Boolean }) ], $i.prototype, "inverted", 2); mr([ F("vertical") ], $i.prototype, "handleVerticalChange", 1); w("maui-divider", $i); const Od = s` span { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; flex-shrink: 0; flex-grow: 0; position: relative; vertical-align: middle; transition: fill 0.3s ease; } svg { width: 100%; } svg > path, svg > circle, svg > rect, svg > polygon, svg > ellipse, svg > line, svg > polyline { shape-rendering: geometricPrecision; } `, Md = [Od], Ld = [ { name: "gfx-regulation-baggage-yes", collection: "Dangerous Goods", tenants: { _: { s: "1", m: "2" }, FOUR_Y: { s: "83", m: "84" }, B2B: { s: "554", m: "555" }, LH: { s: "554", m: "555" }, LX: { s: "658", m: "659" }, SN: { s: "1", m: "2" }, OS: { s: "785", m: "786" }, MMG: { s: "1", m: "2" } } }, { name: "gfx-regulation-baggage-no", collection: "Dangerous Goods", tenants: { _: { s: "3", l: "3" }, FOUR_Y: { s: "85" }, B2B: { s: "556" }, LH: { s: "556" }, LX: { s: "660" }, SN: { s: "3" }, OS: { s: "787" }, MMG: { s: "3" } } }, { name: "gfx-regulation-handbag-yes", collection: "Dangerous Goods", tenants: { _: { s: "4", l: "4" }, FOUR_Y: { s: "86" }, B2B: { s: "557" }, LH: { s: "557" }, LX: { s: "661" }, SN: { s: "4" }, OS: { s: "788" }, MMG: { s: "4" } } }, { name: "gfx-regulation-handbag-no", collection: "Dangerous Goods", tenants: { _: { s: "5", l: "5" }, FOUR_Y: { s: "87" }, B2B: { s: "558" }, LH: { s: "558" }, LX: { s: "662" }, SN: { s: "5" }, OS: { s: "789" }, MMG: { s: "5" } } }, { name: "gfx-regulation-body-yes", collection: "Dangerous Goods", tenants: { _: { s: "6", l: "6" }, FOUR_Y: { s: "88" }, B2B: { s: "559" }, LH: { s: "559" }, LX: { s: "663" }, SN: { s: "6" }, OS: { s: "790" }, MMG: { s: "6" } } }, { name: "gfx-regulation-body-no", collection: "Dangerous Goods", tenants: { _: { s: "7", l: "7" }, FOUR_Y: { s: "89" }, B2B: { s: "560" }, LH: { s: "560" }, LX: { s: "664" }, SN: { s: "7" }, OS: { s: "791" }, MMG: { s: "7" } } }, { name: "gfx-regulation-transport-form", collection: "Dangerous Goods", tenants: { _: { s: "8", l: "8" }, FOUR_Y: { s: "90" }, B2B: { s: "561" }, LH: { s: "561" }, LX: { s: "665" }, SN: { s: "8" }, OS: { s: "792" }, MMG: { s: "8" } } }, { name: "gfx-regulation-transport-no", collection: "Dangerous Goods", tenants: { _: { s: "9", l: "9" }, FOUR_Y: { s: "91" }, B2B: { s: "562" }, LH: { s: "562" }, LX: { s: "666" }, SN: { s: "9" }, OS: { s: "793" }, MMG: { s: "9" } } }, { name: "gfx-dg-scissor", collection: "Dangerous Goods", tenants: { _: { s: "10", l: "10" }, FOUR_Y: { s: "92" }, B2B: { s: "563" }, LH: { s: "563" }, LX: { s: "667" }, SN: { s: "10" }, OS: { s: "10" }, MMG: { s: "563" } } }, { name: "gfx-dg-alcohol", collection: "Dangerous Goods", tenants: { _: { s: "11", l: "11" }, FOUR_Y: { s: "93" }, B2B: { s: "564" }, LH: { s: "564" }, LX: { s: "668" }, SN: { s: "11" }, OS: { s: "11" }, MMG: { s: "564" } } }, { name: "gfx-dg-gasoline", collection: "Dangerous Goods", tenants: { _: { s: "12", l: "12" }, FOUR_Y: { s: "94" }, B2B: { s: "565" }, LH: { s: "565" }, LX: { s: "669" }, SN: { s: "12" }, OS: { s: "794" }, MMG: { s: "565" } } }, { name: "gfx-dg-camping-gas", collection: "Dangerous Goods", tenants: { _: { s: "13", l: "13" }, FOUR_Y: { s: "95" }, B2B: { s: "566" }, LH: { s: "566" }, LX: { s: "670" }, SN: { s: "13" }, OS: { s: "13" }, MMG: { s: "566" } } }, { name: "gfx-dg-paint", collection: "Dangerous Goods", tenants: { _: { s: "14", l: "14" }, FOUR_Y: { s: "96" }, B2B: { s: "567" }, LH: { s: "567" }, LX: { s: "671" }, SN: { s: "14" }, OS: { s: "14" }, MMG: { s: "567" } } }, { name: "gfx-dg-fireworks", collection: "Dangerous Goods", tenants: { _: { s: "15", l: "15" }, FOUR_Y: { s: "97" }, B2B: { s: "568" }, LH: { s: "568" }, LX: { s: "672" }, SN: { s: "15" }, OS: { s: "15" }, MMG: { s: "568" } } }, { name: "gfx-dg-poisons", collection: "Dangerous Goods", tenants: { _: { s: "16", l: "16" }, FOUR_Y: { s: "98" }, B2B: { s: "569" }, LH: { s: "569" }, LX: { s: "673" }, SN: { s: "16" }, OS: { s: "795" }, MMG: { s: "569" } } }, { name: "gfx-dg-grenade", collection: "Dangerous Goods", tenants: { _: { s: "17", l: "17" }, FOUR_Y: { s: "99" }, B2B: { s: "570" }, LX: { s: "674" }, SN: { s: "17" }, OS: { s: "17" }, LH: { s: "570" }, MMG: { s: "570" } } }, { name: "gfx-dg-lithium-battery-cb", collection: "Dangerous Goods", tenants: { _: { s: "18", l: "18" }, FOUR_Y: { s: "100" }, B2B: { s: "571" }, LX: { s: "675" }, SN: { s: "18" }, OS: { s: "18" }, LH: { s: "571" }, MMG: { s: "571" } } }, { name: "gfx-dg-lithium-battery", collection: "Dangerous Goods", tenants: { _: { s: "19", l: "19" }, FOUR_Y: { s: "101" }, B2B: { s: "572" }, LX: { s: "676" }, SN: { s: "19" }, OS: { s: "19" }, LH: { s: "572" }, MMG: { s: "572" } } }, { name: "gfx-dg-cb-video-camera", collection: "Dangerous Goods", tenants: { _: { s: "20", l: "20" }, FOUR_Y: { s: "102" }, B2B: { s: "573" }, LX: { s: "677" }, SN: { s: "20" }, OS: { s: "796" }, LH: { s: "573" }, MMG: { s: "573" } } }, { name: "gfx-dg-video-camera", collection: "Dangerous Goods", tenants: { _: { s: "21", l: "21" }, FOUR_Y: { s: "103" }, B2B: { s: "574" }, LX: { s: "678" }, SN: { s: "21" }, OS: { s: "21" }, LH: { s: "574" }, MMG: { s: "574" } } }, { name: "gfx-dg-knucklebusters", collection: "Dangerous Goods", tenants: { _: { s: "22", l: "22" }, FOUR_Y: { s: "104" }, B2B: { s: "575" }, LX: { s: "679" }, SN: { s: "22" }, OS: { s: "22" }, LH: { s: "575" }, MMG: { s: "575" } } }, { name: "gfx-dg-taser", collection: "Dangerous Goods", tenants: { _: { s: "23", l: "23" }, FOUR_Y: { s: "105" }, B2B: { s: "576" }, LX: { s: "680" }, SN: { s: "23" }, OS: { s: "23" }, LH: { s: "576" }, MMG: { s: "576" } } }, { name: "gfx-dg-gun", collection: "Dangerous Goods", tenants: { _: { s: "24", l: "24" }, FOUR_Y: { s: "106" }, B2B: { s: "577" }, LX: { s: "681" }, SN: { s: "24" }, OS: { s: "24" }, LH: { s: "577" }, MMG: { s: "577" } } }, { name: "gfx-dg-soda-cartridges", collection: "Dangerous Goods", tenants: { _: { s: "25", l: "25" }, FOUR_Y: { s: "107" }, B2B: { s: "578" }, LX: { s: "682" }, SN: { s: "25" }, OS: { s: "797" }, LH: { s: "578" }, MMG: { s: "578" } } }, { name: "gfx-dg-knife", collection: "Dangerous Goods", tenants: { _: { s: "26", l: "26" }, FOUR_Y: { s: "108" }, B2B: { s: "579" }, LX: { s: "683" }, SN: { s: "26" }, OS: { s: "26" }, LH: { s: "579" }, MMG: { s: "579" } } }, { name: "gfx-dg-dynamite", collection: "Dangerous Goods", tenants: { _: { s: "27", l: "27" }, FOUR_Y: { s: "109" }, B2B: { s: "580" }, LX: { s: "684" }, SN: { s: "27" }, OS: { s: "798" }, LH: { s: "580" }, MMG: { s: "580" } } }, { name: "gfx-dg-baseball-bat", collection: "Dangerous Goods", tenants: { _: { s: "28", l: "28" }, FOUR_Y: { s: "110" }, B2B: { s: "581" }, LX: { s: "685" }, SN: { s: "28" }, OS: { s: "799" }, LH: { s: "581" }, MMG: { s: "581" } } }, { name: "gfx-dg-oxygen-cylinders-underwater-torches", collection: "Dangerous Goods", tenants: { _: { s: "29", l: "29" }, FOUR_Y: { s: "111" }, B2B: { s: "582" }, LX: { s: "686" }, SN: { s: "29" }, OS: { s: "29" }, LH: { s: "582" }, MMG: { s: "582" } } }, { name: "gfx-dg-saw", collection: "Dangerous Goods", tenants: { _: { s: "30", l: "30" }, FOUR_Y: { s: "112" }, B2B: { s: "583" }, LX: { s: "687" }, SN: { s: "30" }, OS: { s: "30" }, LH: { s: "583" }, MMG: { s: "583" } } }, { name: "gfx-dg-throwing-star", collection: "Dangerous Goods", tenants: { _: { s: "31", l: "31" }, FOUR_Y: { s: "113" }, B2B: { s: "584" }, LX: { s: "688" }, SN: { s: "31" }, OS: { s: "31" }, LH: { s: "584" }, MMG: { s: "584" } } }, { name: "gfx-dg-camera", collection: "Dangerous Goods", tenants: { _: { s: "32", l: "32" }, FOUR_Y: { s: "114" }, B2B: { s: "585" }, LX: { s: "689" }, SN: { s: "32" }, OS: { s: "32" }, LH: { s: "585" }, MMG: { s: "585" } } }, { name: "gfx-dg-camera-cb", collection: "Dangerous Goods", tenants: { _: { s: "33", l: "33" }, FOUR_Y: { s: "115" }, B2B: { s: "586" }, LX: { s: "690" }, SN: { s: "33" }, OS: { s: "33" }, LH: { s: "586" }, MMG: { s: "586" } } }, { name: "gfx-dg-cash", collection: "Dangerous Goods", tenants: { _: { s: "34", l: "34" }, FOUR_Y: { s: "116" }, B2B: { s: "587" }, LX: { s: "691" }, SN: { s: "34" }, OS: { s: "34" }, LH: { s: "587" }, MMG: { s: "587" } } }, { name: "gfx-dg-fuel-paste", collection: "Dangerous Goods", tenants: { _: { s: "35", l: "35" }, FOUR_Y: { s: "117" }, B2B: { s: "588" }, LX: { s: "692" }, SN: { s: "35" }, OS: { s: "35" }, LH: { s: "588" }, MMG: { s: "588" } } }, { name: "gfx-dg-battery", collection: "Dangerous Goods", tenants: { _: { s: "36", l: "36" }, FOUR_Y: { s: "118" }, B2B: { s: "589" }, LX: { s: "693" }, SN: { s: "36" }, OS: { s: "36" }, LH: { s: "589" }, MMG: { s: "589" } } }, { name: "gfx-dg-battery-cb", collection: "Dangerous Goods", tenants: { _: { s: "37", l: "37" }, FOUR_Y: { s: "119" }, B2B: { s: "590" }, LX: { s: "694" }, SN: { s: "37" }, OS: { s: "37" }, LH: { s: "590" }, MMG: { s: "590" } } }, { name: "gfx-dg-cb-lighter", collection: "Dangerous Goods", tenants: { _: { s: "38", l: "38" }, FOUR_Y: { s: "120" }, B2B: { s: "591" }, LX: { s: "695" }, SN: { s: "38" }, OS: { s: "38" }, LH: { s: "591" }, MMG: { s: "591" } } }, { name: "gfx-dg-lighter", collection: "Dangerous Goods", tenants: { _: { s: "39", l: "39" }, FOUR_Y: { s: "121" }, B2B: { s: "592" }, LX: { s: "696" }, SN: { s: "39" }, OS: { s: "39" }, LH: { s: "592" }, MMG: { s: "592" } } }, { name: "gfx-dg-lighter-pocket", collection: "Dangerous Goods", tenants: { _: { s: "40", l: "40" }, FOUR_Y: { s: "122" }, B2B: { s: "593" }, LX: { s: "697" }, SN: { s: "40" }, OS: { s: "40" }, LH: { s: "593" }, MMG: { s: "593" } } }, { name: "gfx-dg-passport", collection: "Dangerous Goods", tenants: { _: { s: "41", l: "41" }, FOUR_Y: { s: "123" }, B2B: { s: "594" }, LX: { s: "698" }, SN: { s: "41" }, OS: { s: "800" }, LH: { s: "594" }, MMG: { s: "594" } } }, { name: "gfx-dg-gasoline-fuel-paste", collection: "Dangerous Goods", tenants: { _: { s: "42", l: "42" }, FOUR_Y: { s: "124" }, B2B: { s: "595" }, LX: { s: "699" }, SN: { s: "42" }, OS: { s: "42" }, LH: { s: "595" }, MMG: { s: "595" } } }, { name: "gfx-dg-e-cigarette-cb", collection: "Dangerous Goods", tenants: { _: { s: "43", l: "43" }, FOUR_Y: { s: "125" }, B2B: { s: "596" }, LX: { s: "700" }, SN: { s: "43" }, OS: { s: "43" }, LH: { s: "596" }, MMG: { s: "596" } } }, { name: "gfx-dg-e-cigarette", collection: "Dangerous Goods", tenants: { _: { s: "44", l: "44" }, FOUR_Y: { s: "126" }, B2B: { s: "597" }, LX: { s: "701" }, SN: { s: "44" }, OS: { s: "44" }, LH: { s: "597" }, MMG: { s: "597" } } }, { name: "gfx-dg-underwater-torch", collection: "Dangerous Goods", tenants: { _: { s: "45", l: "45" }, FOUR_Y: { s: "127" }, B2B: { s: "598" }, LX: { s: "702" }, SN: { s: "45" }, OS: { s: "45" }, LH: { s: "598" }, MMG: { s: "598" } } }, { name: "gfx-dg-laptop-cb", collection: "Dangerous Goods", tenants: { _: { s: "46", l: "46" }, FOUR_Y: { s: "128" }, B2B: { s: "599" }, LX: { s: "703" }, SN: { s: "46" }, OS: { s: "46" }, LH: { s: "599" }, MMG: { s: "599" } } }, { name: "gfx-dg-laptop", collection: "Dangerous Goods", tenants: { _: { s: "47", l: "47" }, FOUR_Y: { s: "129" }, B2B: { s: "600" }, LX: { s: "704" }, SN: { s: "47" }, OS: { s: "47" }, LH: { s: "600" }, MMG: { s: "600" } } }, { name: "gfx-dg-powder", collection: "Dangerous Goods", tenants: { _: { s: "48", l: "48" }, FOUR_Y: { s: "130" }, B2B: { s: "601" }, LX: { s: "705" }, SN: { s: "48" }, OS: { s: "801" }, LH: { s: "601" }, MMG: { s: "601" } } }, { name: "gfx-dg-defibrillator-cb", collection: "Dangerous Goods", tenants: { _: { s: "49", l: "49" }, FOUR_Y: { s: "131" }, B2B: { s: "602" }, LX: { s: "706" }, SN: { s: "49" }, OS: { s: "49" }, LH: { s: "602" }, MMG: { s: "602" } } }, { name: "gfx-dg-defibrillator", collection: "Dangerous Goods", tenants: { _: { s: "50", l: "50" }, FOUR_Y: { s: "132" }, B2B: { s: "603" }, LX: { s: "707" }, SN: { s: "50" }, OS: { s: "50" }, LH: { s: "603" }, MMG: { s: "603" } } }, { name: "gfx-dg-oxygen-cylinders", collection: "Dangerous Goods", tenants: { _: { s: "51", l: "51" }, FOUR_Y: { s: "133" }, B2B: { s: "604" }, LX: { s: "708" }, SN: { s: "51" }, OS: { s: "51" }, LH: { s: "604" }, MMG: { s: "604" } } }, { name: "gfx-dg-liquids", collection: "Dangerous Goods", tenants: { _: { s: "52", l: "52" }, FOUR_Y: { s: "134" }, B2B: { s: "605" }, LX: { s: "709" }, SN: { s: "52" }, OS: { s: "52" }, LH: { s: "605" }, MMG: { s: "605" } } }, { name: "gfx-dg-flash", collection: "Dangerous Goods", tenants: { _: { s: "53", l: "53" }, FOUR_Y: { s: "135" }, B2B: { s: "606" }, LX: { s: "710" }, SN: { s: "53" }, OS: { s: "53" }, LH: { s: "606" }, MMG: { s: "606" } } }, { name: "gfx-dg-lighter-matchbox", collection: "Dangerous Goods", tenants: { _: { s: "54", l: "54" }, FOUR_Y: { s: "136" }, B2B: { s: "607" }, LX: { s: "711" }, SN: { s: "54" }, OS: { s: "802" }, LH: { s: "607" }, MMG: { s: "607" } } }, { name: "gfx-dg-matchbox", collection: "Dangerous Goods", tenants: { _: { s: "55", l: "55" }, FOUR_Y: { s: "137" }, B2B: { s: "608" }, LX: { s: "712" }, SN: { s: "55" }, OS: { s: "803" }, LH: { s: "608" }, MMG: { s: "608" } } }, { name: "gfx-dg-car-battery", collection: "Dangerous Goods", tenants: { _: { s: "56", l: "56" }, FOUR_Y: { s: "138" }, B2B: { s: "609" }, LX: { s: "713" }, SN: { s: "56" }, OS: { s: "56" }, LH: { s: "609" }, MMG: { s: "609" } } }, { name: "gfx-dg-acid", collection: "Dangerous Goods", tenants: { _: { s: "57", l: "57" }, FOUR_Y: { s: "139" }, B2B: { s: "610" }, LX: { s: "714" }, SN: { s: "57" }, OS: { s: "57" }, LH: { s: "610" }, MMG: { s: "610" } } }, { name: "gfx-dg-radioactivity", collection: "Dangerous Goods", tenants: { _: { s: "58", l: "58" }, FOUR_Y: { s: "140" }, B2B: { s: "611" }, LX: { s: "715" }, SN: { s: "58" }, OS: { s: "58" }, LH: { s: "611" }, MMG: { s: "611" } } }, { name: "gfx-dg-bleach", collection: "Dangerous Goods", tenants: { _: { s: "59", l: "59" }, FOUR_Y: { s: "141" }, B2B: { s: "612" }, LX: { s: "716" }, SN: { s: "59" }, OS: { s: "804" }, LH: { s: "612" }, MMG: { s: "612" } } }, { name: "gfx-dg-screwdriver", collection: "Dangerous Goods", tenants: { _: { s: "60", l: "60" }, FOUR_Y: { s: "142" }, B2B: { s: "613" }, LX: { s: "717" }, SN: { s: "60" }, OS: { s: "60" }, LH: { s: "613" }, MMG: { s: "613" } } }, { name: "gfx-dg-mercury-thermometer", collection: "Dangerous Goods", tenants: { _: { s: "61", l: "61" }, FOUR_Y: { s: "143" }, B2B: { s: "614" }, LX: { s: "718" }, SN: { s: "61" }, OS: { s: "61" }, LH: { s: "614" }, MMG: { s: "614" } } }, { name: "gfx-dg-hoverboard-cb", collection: "Dangerous Goods", tenants: { _: { s: "62", l: "62" }, FOUR_Y: { s: "144" }, B2B: { s: "615" }, LX: { s: "719" }, SN: { s: "62" }, OS: { s: "62" }, LH: { s: "615" }, MMG: { s: "615" } } }, { name: "gfx-dg-hoverboard", collection: "Dangerous Goods", tenants: { _: { s: "63", l: "63" }, FOUR_Y: { s: "145" }, B2B: { s: "616" }, LX: { s: "720" }, SN: { s: "63" }, OS: { s: "63" }, LH: { s: "616" }, MMG: { s: "616" } } }, { name: "gfx-dg-weapons-munition", collection: "Dangerous Goods", tenants: { _: { s: "64", l: "64" }, FOUR_Y: { s: "146" }, B2B: { s: "617" }, LX: { s: "721" }, SN: { s: "64" }, OS: { s: "64" }, LH: { s: "617" }, MMG: { s: "617" } } }, { name: "gfx-dg-alcohol-70-paint", collection: "Dangerous Goods", tenants: { _: { s: "65", l: "65" }, FOUR_Y: { s: "147" }, B2B: { s: "618" }, LX: { s: "722" }, SN: { s: "65" }, OS: { s: "805" }, LH: { s: "618" }, MMG: { s: "618" } } }, { name: "gfx-dg-bleach-acid", collection: "Dangerous Goods", tenants: { _: { s: "66", l: "66" }, FOUR_Y: { s: "148" }, B2B: { s: "619" }, LX: { s: "723" }, SN: { s: "66" }, OS: { s: "66" }, LH: { s: "619" }, MMG: { s: "619" } } }, { name: "gfx-dg-matches-pocket", collection: "Dangerous Goods", tenants: { _: { s: "67", l: "67" }, FOUR_Y: { s: "149" }, B2B: { s: "620" }, LX: { s: "724" }, SN: { s: "67" }, OS: { s: "806" }, LH: { s: "620" }, MMG: { s: "620" } } }, { name: "gfx-dg-liquids-100ml", collection: "Dangerous Goods", tenants: { _: { s: "68", l: "68" }, FOUR_Y: { s: "150" }, B2B: { s: "621" }, LX: { s: "725" }, SN: { s: "68" }, OS: { s: "68" }, LH: { s: "621" }, MMG: { s: "621" } } }, { name: "gfx-dg-glass-breakables", collection: "Dangerous Goods", tenants: { _: { s: "69", l: "69" }, FOUR_Y: { s: "151" }, B2B: { s: "622" }, LX: { s: "726" }, SN: { s: "69" }, OS: { s: "69" }, LH: { s: "622" }, MMG: { s: "622" } } }, { name: "gfx-dg-medication-drugs", collection: "Dangerous Goods", tenants: { _: { s: "70", l: "70" }, FOUR_Y: { s: "152" }, B2B: { s: "623" }, LX: { s: "727" }, SN: { s: "70" }, OS: { s: "70" }, LH: { s: "623" }, MMG: { s: "623" } } }, { name: "gfx-dg-e-bike-cb", collection: "Dangerous Goods", tenants: { _: { s: "71", l: "71" }, FOUR_Y: { s: "153" }, B2B: { s: "624" }, LX: { s: "728" }, SN: { s: "71" }, OS: { s: "71" }, LH: { s: "624" }, MMG: { s: "624" } } }, { name: "gfx-dg-e-bike", collection: "Dangerous Goods", tenants: { _: { s: "72", l: "72" }, FOUR_Y: { s: "154" }, B2B: { s: "625" }, LX: { s: "729" }, SN: { s: "72" }, OS: { s: "72" }, LH: { s: "625" }, MMG: { s: "625" } } }, { name: "gfx-dg-tablet-cb", collection: "Dangerous Goods", tenants: { _: { s: "73", l: "73" }, FOUR_Y: { s: "155" }, B2B: { s: "626" }, LX: { s: "730" }, SN: { s: "73" }, OS: { s: "73" }, LH: { s: "626" }, MMG: { s: "626" } } }, { name: "gfx-dg-tablet", collection: "Dangerous Goods", tenants: { _: { s: "74", l: "74" }, FOUR_Y: { s: "156" }, B2B: { s: "627" }, LX: { s: "731" }, SN: { s: "74" }, OS: { s: "74" }, LH: { s: "627" }, MMG: { s: "627" } } }, { name: "gfx-weather-no-forecast", collection: "Weather", tenants: { _: { s: "75", l: "75" }, FOUR_Y: { s: "157" }, B2B: { s: "628" }, LX: { s: "732" }, SN: { s: "75" }, OS: { s: "807" }, LH: { s: "628" }, MMG: { s: "75" } } }, { name: "gfx-weather-sun", collection: "Weather", tenants: { _: { s: "76", l: "76" }, FOUR_Y: { s: "158" }, B2B: { s: "629" }, LX: { s: "733" }, SN: { s: "755" }, OS: { s: "808" }, LH: { s: "629" }, MMG: { s: "76" } } }, { name: "gfx-weather-cloud-mostly", collection: "Weather", tenants: { _: { s: "77", l: "77" }, FOUR_Y: { s: "159" }, B2B: { s: "630" }, LX: { s: "735" }, SN: { s: "756" }, OS: { s: "810" }, LH: { s: "630" }, MMG: { s: "77" } } }, { name: "gfx-weather-cloud-partly", collection: "Weather", tenants: { _: { s: "78", l: "78" }, FOUR_Y: { s: "160" }, B2B: { s: "631" }, LX: { s: "734" }, SN: { s: "757" }, OS: { s: "809" }, LH: { s: "631" }, MMG: { s: "78" } } }, { name: "gfx-weather-cloud", collection: "Weather", tenants: { _: { s: "79", l: "79" }, FOUR_Y: { s: "161" }, B2B: { s: "632" }, LX: { s: "736" }, SN: { s: "758" }, OS: { s: "811" }, LH: { s: "632" }, MMG: { s: "79" } } }, { name: "gfx-weather-rain", collection: "Weather", tenants: { _: { s: "80", l: "80" }, FOUR_Y: { s: "162" }, B2B: { s: "633" }, LX: { s: "737" }, SN: { s: "759" }, OS: { s: "812" }, LH: { s: "633" }, MMG: { s: "80" } } }, { name: "gfx-weather-snow", collection: "Weather", tenants: { _: { s: "81", l: "81" }, FOUR_Y: { s: "163" }, B2B: { s: "634" }, LX: { s: "738" }, SN: { s: "760" }, OS: { s: "813" }, LH: { s: "634" }, MMG: { s: "81" } } }, { name: "gfx-weather-fog", collection: "Weather", tenants: { _: { s: "82", l: "82" }, FOUR_Y: { s: "164" }, B2B: { s: "635" }, LX: { s: "739" }, SN: { s: "761" }, OS: { s: "814" }, LH: { s: "635" }, MMG: { s: "82" } } }, { name: "gfx-carrier-NH-icon", collection: "Carrier Icons", tenants: { _: { s: "438", m: "165" }, B2B: { s: "438", m: "165" }, LX: { s: "438", m: "165" }, SN: { s: "438", m: "165" }, OS: { s: "438", m: "165" }, FOUR_Y: { s: "438", m: "165" }, LH: { s: "438", m: "165" }, MMG: { s: "438", m: "165" } } }, { name: "gfx-carrier-NH-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "166", m: "167" }, B2B: { s: "166", m: "167" }, LX: { s: "166", m: "167" }, SN: { s: "166", m: "167" }, OS: { s: "166", m: "167" }, FOUR_Y: { s: "166", m: "167" }, LH: { s: "166", m: "167" }, MMG: { s: "166", m: "167" } } }, { name: "gfx-carrier-NZ-icon", collection: "Carrier Icons", tenants: { _: { s: "168", m: "169" }, B2B: { s: "168", m: "169" }, LX: { s: "168", m: "169" }, SN: { s: "168", m: "169" }, OS: { s: "168", m: "169" }, FOUR_Y: { s: "168", m: "169" }, LH: { s: "168", m: "169" }, MMG: { s: "168", m: "169" } } }, { name: "gfx-carrier-NZ-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "170", m: "171" }, B2B: { s: "170", m: "171" }, LX: { s: "170", m: "171" }, SN: { s: "170", m: "171" }, OS: { s: "170", m: "171" }, FOUR_Y: { s: "170", m: "171" }, LH: { s: "170", m: "171" }, MMG: { s: "170", m: "171" } } }, { name: "gfx-carrier-OU-icon", collection: "Carrier Icons", tenants: { _: { s: "172", m: "173" }, B2B: { s: "172", m: "173" }, LX: { s: "172", m: "173" }, SN: { s: "172", m: "173" }, OS: { s: "172", m: "173" }, FOUR_Y: { s: "172", m: "173" }, LH: { s: "172", m: "173" }, MMG: { s: "172", m: "173" } } }, { name: "gfx-carrier-OU-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "174", m: "175" }, B2B: { s: "174", m: "175" }, LX: { s: "174", m: "175" }, SN: { s: "174", m: "175" }, OS: { s: "174", m: "175" }, FOUR_Y: { s: "174", m: "175" }, LH: { s: "174", m: "175" }, MMG: { s: "174", m: "175" } } }, { name: "gfx-carrier-OZ-icon", collection: "Carrier Icons", tenants: { _: { s: "176", m: "177" }, B2B: { s: "176", m: "177" }, LX: { s: "176", m: "177" }, SN: { s: "176", m: "177" }, OS: { s: "176", m: "177" }, FOUR_Y: { s: "176", m: "177" }, LH: { s: "176", m: "177" }, MMG: { s: "176", m: "177" } } }, { name: "gfx-carrier-OZ-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "178", m: "179" }, B2B: { s: "178", m: "179" }, LX: { s: "178", m: "179" }, SN: { s: "178", m: "179" }, OS: { s: "178", m: "179" }, FOUR_Y: { s: "178", m: "179" }, LH: { s: "178", m: "179" }, MMG: { s: "178", m: "179" } } }, { name: "gfx-carrier-SA-icon", collection: "Carrier Icons", tenants: { _: { s: "180", l: "180" }, B2B: { s: "180" }, LX: { s: "180" }, SN: { s: "180" }, OS: { s: "180" }, FOUR_Y: { s: "180" }, LH: { s: "181", m: "180" }, MMG: { s: "180" } } }, { name: "gfx-carrier-SA-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "181", m: "180" }, B2B: { s: "181", m: "180" }, LX: { s: "181", m: "180" }, SN: { s: "181", m: "180" }, OS: { s: "181", m: "180" }, FOUR_Y: { s: "181", m: "180" }, LH: { s: "181", m: "180" }, MMG: { s: "181", m: "180" } } }, { name: "gfx-carrier-SK-icon", collection: "Carrier Icons", tenants: { _: { s: "182", m: "183" }, B2B: { s: "182", m: "183" }, LX: { s: "182", m: "183" }, SN: { s: "182", m: "183" }, OS: { s: "182", m: "183" }, FOUR_Y: { s: "182", m: "183" }, LH: { s: "182", m: "183" }, MMG: { s: "182", m: "183" } } }, { name: "gfx-carrier-SK-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "182", m: "184" }, B2B: { s: "182", m: "184" }, LX: { s: "182", m: "184" }, SN: { s: "182", m: "184" }, OS: { s: "182", m: "184" }, FOUR_Y: { s: "182", m: "184" }, LH: { s: "182", m: "184" }, MMG: { s: "182", m: "184" } } }, { name: "gfx-carrier-SQ-icon", collection: "Carrier Icons", tenants: { _: { s: "185", m: "186" }, B2B: { s: "185", m: "186" }, LX: { s: "185", m: "186" }, SN: { s: "185", m: "186" }, OS: { s: "185", m: "186" }, FOUR_Y: { s: "185", m: "186" }, LH: { s: "185", m: "186" }, MMG: { s: "185", m: "186" } } }, { name: "gfx-carrier-SQ-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "187", m: "188" }, B2B: { s: "187", m: "188" }, LX: { s: "187", m: "188" }, SN: { s: "187", m: "188" }, OS: { s: "187", m: "188" }, FOUR_Y: { s: "187", m: "188" }, LH: { s: "187", m: "188" }, MMG: { s: "187", m: "188" } } }, { name: "gfx-carrier-TG-icon", collection: "Carrier Icons", tenants: { _: { s: "189", m: "190" }, B2B: { s: "189", m: "190" }, LX: { s: "189", m: "190" }, SN: { s: "189", m: "190" }, OS: { s: "189", m: "190" }, FOUR_Y: { s: "189", m: "190" }, LH: { s: "189", m: "190" }, MMG: { s: "189", m: "190" } } }, { name: "gfx-carrier-TG-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "191", m: "190" }, B2B: { s: "191", m: "190" }, LX: { s: "191", m: "190" }, SN: { s: "191", m: "190" }, OS: { s: "191", m: "190" }, FOUR_Y: { s: "191", m: "190" }, LH: { s: "191", m: "190" }, MMG: { s: "191", m: "190" } } }, { name: "gfx-carrier-TK-icon", collection: "Carrier Icons", tenants: { _: { s: "192", m: "193" }, B2B: { s: "192", m: "193" }, LX: { s: "192", m: "193" }, SN: { s: "192", m: "193" }, OS: { s: "192", m: "193" }, FOUR_Y: { s: "192", m: "193" }, LH: { s: "192", m: "193" }, MMG: { s: "192", m: "193" } } }, { name: "gfx-carrier-TK-icon-inverted", collection: "Carrier Icons", tenants: { _: { s: "192",