blip-ds 1.248.0 → 1.248.1
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/blip-ds/bds-icon.entry.js +1 -1
- package/dist/blip-ds/bds-icon.system.entry.js +1 -1
- package/dist/blip-ds/bds-typo.entry.js +1 -1
- package/dist/blip-ds/bds-typo.system.entry.js +1 -1
- package/dist/blip-ds/{p-8dea9fac.system.entry.js → p-2cb5298a.system.entry.js} +1 -1
- package/dist/blip-ds/{p-c3f44682.entry.js → p-80e0c0ba.entry.js} +1 -1
- package/dist/blip-ds/p-bb975dd8.system.js +1 -1
- package/dist/cjs/bds-icon.cjs.entry.js +1 -1
- package/dist/cjs/bds-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/bds-typo.cjs.entry.js +1 -1
- package/dist/collection/components/icon/icon.css +1 -1
- package/dist/collection/components/typo/typo.css +1 -1
- package/dist/esm/bds-icon.entry.js +1 -1
- package/dist/esm/bds-icon_2.entry.js +2 -2
- package/dist/esm/bds-typo.entry.js +1 -1
- package/dist/esm-es5/bds-icon_2.entry.js +1 -1
- package/package.json +1 -1
|
@@ -636,7 +636,7 @@ const getLogoName = (name) => {
|
|
|
636
636
|
return `asset-logo-${name}`;
|
|
637
637
|
};
|
|
638
638
|
|
|
639
|
-
const iconCss = ":host{width:1em;height:1em;contain:strict;color:var(--color-content-default, #202c44);fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.icon-inner{max-width:100%;height:100%}.emoji-inner{max-width:100%;height:100%;display:-ms-flexbox;display:flex}:host(.bds-icon){display:inline-block}:host(.bds-icon) svg{fill:currentColor;width:100%;min-width:100%}:host(.bds-icon__size--brand){width:64px;min-width:64px;height:64px;max-height:64px;min-height:64px}:host(.bds-icon__size--xxx-large){width:40px;min-width:40px;height:40px;max-height:40px;min-height:40px}:host(.bds-icon__size--xx-large){width:36px;min-width:36px;height:36px;max-height:36px;min-height:36px}:host(.bds-icon__size--x-large){width:32px;min-width:32px;height:32px;max-height:32px;min-height:32px}:host(.bds-icon__size--large){width:28px;min-width:28px;height:28px;max-height:28px;min-height:28px}:host(.bds-icon__size--medium){width:24px;min-width:24px;height:24px;max-height:24px;min-height:24px}:host(.bds-icon__size--small){width:20px;min-width:20px;height:20px;max-height:20px;min-height:20px}:host(.bds-icon__size--x-small){width:16px;min-width:16px;height:16px;max-height:16px;min-height:16px}:host(.bds-icon__size--xx-small){width:12px;min-width:12px;height:12px;max-height:12px;min-height:12px}";
|
|
639
|
+
const iconCss = ":host{width:1em;height:1em;contain:strict;color:inherit, var(--color-content-default, #202c44);fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.icon-inner{max-width:100%;height:100%}.emoji-inner{max-width:100%;height:100%;display:-ms-flexbox;display:flex}:host(.bds-icon){display:inline-block}:host(.bds-icon) svg{fill:currentColor;width:100%;min-width:100%}:host(.bds-icon__size--brand){width:64px;min-width:64px;height:64px;max-height:64px;min-height:64px}:host(.bds-icon__size--xxx-large){width:40px;min-width:40px;height:40px;max-height:40px;min-height:40px}:host(.bds-icon__size--xx-large){width:36px;min-width:36px;height:36px;max-height:36px;min-height:36px}:host(.bds-icon__size--x-large){width:32px;min-width:32px;height:32px;max-height:32px;min-height:32px}:host(.bds-icon__size--large){width:28px;min-width:28px;height:28px;max-height:28px;min-height:28px}:host(.bds-icon__size--medium){width:24px;min-width:24px;height:24px;max-height:24px;min-height:24px}:host(.bds-icon__size--small){width:20px;min-width:20px;height:20px;max-height:20px;min-height:20px}:host(.bds-icon__size--x-small){width:16px;min-width:16px;height:16px;max-height:16px;min-height:16px}:host(.bds-icon__size--xx-small){width:12px;min-width:12px;height:12px;max-height:12px;min-height:12px}";
|
|
640
640
|
|
|
641
641
|
const Icon = class {
|
|
642
642
|
constructor(hostRef) {
|