{"version":3,"file":"finastra-angular-components-changelog.mjs","sources":["../tmp-esm2022/changelog/src/changelog.component.js","../tmp-esm2022/changelog/finastra-angular-components-changelog.js"],"sourcesContent":["import { DatePipe, LowerCasePipe, NgClass, TitleCasePipe } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class UXGChangelogComponent {\n    constructor() {\n        this.subtitle = 'Changelog';\n        this.displayVersion = 'left';\n    }\n    static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: UXGChangelogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n    static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.4\", type: UXGChangelogComponent, isStandalone: true, selector: \"uxg-changelog\", inputs: { changelog: \"changelog\", title: \"title\", subtitle: \"subtitle\", displayVersion: \"displayVersion\" }, ngImport: i0, template: \"@if (title) {\\n  <div class=\\\"flex-row justify-center align-center title\\\">\\n    <div class=\\\"changelog-icon\\\"></div>\\n    <div class=\\\"flex-col\\\">\\n      <div class=\\\"creator\\\">{{ title }}</div>\\n      <span>{{ subtitle }}</span>\\n    </div>\\n  </div>\\n}\\n\\n<div class=\\\"changelog-container\\\">\\n  @for (release of changelog; track release.date; let first = $first; let last = $last) {\\n    <div class=\\\"justify-center flex-col-lt-md\\\" [class.layout-column]=\\\"displayVersion === 'top'\\\">\\n      <div class=\\\"version\\\">\\n        @if (displayVersion !== 'none') {\\n          <div class=\\\"version-id\\\">v{{ release.version }}</div>\\n        }\\n        <span [ngClass]=\\\"{ 'version-id': displayVersion === 'none', date: displayVersion !== 'none' }\\\">{{\\n          release.date | date: 'longDate'\\n        }}</span>\\n      </div>\\n      <div [ngClass]=\\\"{ 'first-release': first, 'last-release': last, 'release-detail': !first && !last }\\\">\\n        @for (category of release.categories; track category.link; let i = $index) {\\n          <div class=\\\"category\\\">\\n            @if (category.link) {\\n              <a href=\\\"{{ category.link }}\\\" rel=\\\"noreferrer\\\" target=\\\"_blank\\\" class=\\\"mat-button-base\\\">{{ category.label }}</a>\\n            } @else {\\n              {{ category.label }}\\n            }\\n          </div>\\n          @for (change of release.changes; track change.description; let firstChange = $first; let lastChange = $last) {\\n            <div class=\\\"change\\\">\\n              @if (change.category === category.label) {\\n                <div class=\\\"flex-col-xs flex-row-gt-xs\\\">\\n                  <div class=\\\"change-type\\\">\\n                    <span class=\\\"{{ change.type | lowercase }} type uxg-caption\\\">{{ change.type | titlecase }}</span>\\n                  </div>\\n                  <div class=\\\"change-detail\\\" [ngClass]=\\\"{ 'last-change': lastChange }\\\">\\n                    <div [innerHTML]=\\\"change.description\\\" class=\\\"uxg-body-1 mb-3\\\"></div>\\n                  </div>\\n                </div>\\n              }\\n            </div>\\n          }\\n        }\\n      </div>\\n    </div>\\n  }\\n</div>\\n\", styles: [\".mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:800 1rem/1.375rem Spartan;letter-spacing:0;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:800 .8125rem/1.125rem Spartan;letter-spacing:0;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:500 1rem/1.5rem Roboto;letter-spacing:.15px;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:300 1rem/1.5rem Roboto;letter-spacing:.5px;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:300 .72625rem/1.3125rem Roboto;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:300 .58625rem/1.3125rem Roboto;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 .875rem/1.3125rem Roboto;letter-spacing:.1px}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:300 .875rem/1.3125rem Roboto;letter-spacing:.25px}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 .75rem/1.125rem Roboto;letter-spacing:.4px}.mat-headline-1,.mat-typography .mat-headline-1{font:800 3.1875rem/4.4375rem Spartan;letter-spacing:0;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:800 2.5625rem/3.5625rem Spartan;letter-spacing:0;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:800 1.75rem/2.4375rem Spartan;letter-spacing:0;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:800 1.3125rem/1.8125rem Spartan;letter-spacing:0;margin:0 0 64px}.flex{display:flex;box-sizing:border-box}.inline-flex{display:inline-flex;box-sizing:border-box}.flex-row{display:flex;flex-direction:row;box-sizing:border-box}.flex-col{display:flex;flex-direction:column;box-sizing:border-box}.flex-wrap{flex-wrap:wrap}@media screen and (max-width: 599px){.flex-col-xs{flex-direction:column}}@media screen and (max-width: 959px){.flex-col-lt-md{flex-direction:column}}@media screen and (max-width: 1279px){.flex-col-lt-lg{flex-direction:column}}@media screen and (max-width: 599px){.flex-row-xs{flex-direction:row}}@media screen and (max-width: 959px){.flex-row-lt-md{flex-direction:row}}@media screen and (max-width: 1279px){.flex-row-lt-lg{flex-direction:row}}.flex-row-gt-xs{display:flex}@media screen and (min-width: 600px){.flex-row-gt-xs{flex-direction:row}}.flex-initial{flex:initial}.flex-auto{flex:auto}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-15{flex:0 0 15%}.flex-20{flex:0 0 20%}.flex-25{flex:0 0 25%}.flex-30{flex:0 0 30%}.flex-35{flex:0 0 35%}.flex-40{flex:0 0 40%}.flex-45{flex:0 0 45%}.flex-50{flex:0 0 50%}.flex-55{flex:0 0 55%}.flex-60{flex:0 0 60%}.flex-80{flex:0 0 80%}.flex-none{flex:none}.flex-nogrow{flex:0 1 auto}.flex-noshrink{flex:1 0 auto}.flex-grow{flex:1 1 100%}.flex-grow25{flex:0 1 25%}.flex-grow50{flex:0 1 50%}.flex-grow60{flex:0 1 60%}.flex-grow75{flex:0 1 75%}.gap-10>*{margin-right:10px}.gap-10>*:last-child{margin-right:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-stretch{align-content:stretch}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.align-baseline{align-items:baseline}.center-center{justify-content:center;align-items:center}.item-start{align-self:flex-start}.item-end{align-self:flex-end}.item-center{align-self:center}.item-stretch{align-self:stretch}.item-baseline{align-self:baseline}.center{display:block;margin-left:auto;margin-right:auto}.fill{margin:0;width:100%;height:100%;min-width:100%;min-height:100%}.fill-remaining-space{flex:1 1 auto}.center-text{text-align:center}.hide{display:none!important}@media screen and (max-width: 599px){.hide-xs{display:none!important}}@media screen and (min-width: 600px){.hide-gt-xs{display:none!important}}@media screen and (max-width: 959px){.hide-lt-md{display:none!important}}@media screen and (min-width: 960px){.hide-gt-sm{display:none!important}}@media screen and (min-width: 1280px){.hide-gt-md{display:none!important}}@media screen and (max-width: 1279px){.hide-lt-lg{display:none!important}}@media screen and (max-width: 599px){.hide-lt-sm{display:none!important}}uxg-changelog .title{padding:3rem 1rem}uxg-changelog .title .changelog-icon{margin-right:16px;width:120px;height:120px}uxg-changelog .changelog-container{margin:48px 48px 48px 0}uxg-changelog .changelog-container .version{min-width:100px;text-align:right;margin-top:32px}uxg-changelog .changelog-container .version.none{width:0}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{position:relative;margin-left:8%;flex:1 1 100%;cursor:unset;height:unset;margin-bottom:24px;padding:24px 48px;margin-right:24px}uxg-changelog .changelog-container .category{padding:8px 0}uxg-changelog .changelog-container .change .change-detail{margin:8px 0}uxg-changelog .changelog-container .change .change-type{min-width:85px}uxg-changelog .changelog-container .change .change-type .type{margin:8px 0;text-align:center;padding:2px 8px;border-radius:16px;display:inline-block}uxg-changelog .changelog-container .first-release:before{content:\\\"\\\";position:absolute;width:20px;height:20px;top:-4px;left:calc(-4% - 20px);border-radius:50%;z-index:1}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{content:\\\"\\\";position:absolute;width:0;height:0;top:-4px;left:calc(-4% - 13px);border-radius:50%;z-index:1}uxg-changelog .changelog-container .first-release:after{content:\\\"\\\";position:absolute;width:2px;top:-4px;bottom:-60px;left:calc(-4% - 6px)}uxg-changelog .changelog-container .release-detail:after{content:\\\"\\\";position:absolute;width:2px;top:-4px;bottom:-60px;left:calc(-4% - 6px)}uxg-changelog .changelog-container .layout-column .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .layout-column .version .version-id{margin-right:8px}uxg-changelog .changelog-container .layout-column .first-release,uxg-changelog .changelog-container .layout-column .release-detail,uxg-changelog .changelog-container .layout-column .last-release{width:92%}uxg-changelog .changelog-container .layout-column .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .layout-column .first-release:before{top:-39.5px;width:25px;height:25px;left:calc(-4% - 22px)}uxg-changelog .changelog-container .layout-column .release-detail:before,uxg-changelog .changelog-container .layout-column .last-release:before{top:-55px}uxg-changelog .changelog-container .layout-column .first-release:after{top:-35px;bottom:-35px}uxg-changelog .changelog-container .layout-column .release-detail:after{bottom:-35px;top:-48px}@media screen and (min-width: 600px) and (max-width: 959px){uxg-changelog .changelog-container{margin:24px;display:flex;flex-direction:column}uxg-changelog .changelog-container .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .version .version-id{margin-right:8px}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{width:92%}uxg-changelog .changelog-container .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .first-release:before{top:-39.5px;width:25px;height:25px;left:calc(-4% - 22px)}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{top:-55px}uxg-changelog .changelog-container .first-release:after{top:-35px;bottom:-35px}uxg-changelog .changelog-container .release-detail:after{bottom:-35px;top:-48px}}@media screen and (max-width: 599px){uxg-changelog .changelog-container{margin:24px 8px}uxg-changelog .changelog-container .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .version .version-id{margin-right:8px}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{padding:8px 16px;margin-right:8px;width:calc(92% - 8px)}uxg-changelog .changelog-container .change .change-type .type{margin:0 0 0 -4px}uxg-changelog .changelog-container .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .first-release:before{top:-36px;width:14px;height:14px;left:calc(-4% - 17px)}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{top:-55px}uxg-changelog .changelog-container .first-release:after{top:-24px;bottom:-44px}uxg-changelog .changelog-container .release-detail:after{bottom:-35px;top:-48px}uxg-changelog .changelog-container .version{margin-top:0}uxg-changelog .title{padding:2rem 1rem}uxg-changelog .title .changelog-icon{width:90px;height:90px}}@media screen and (max-width: 959px){uxg-changelog .title .creator{max-width:400px}}\\n\"], dependencies: [{ kind: \"directive\", type: NgClass, selector: \"[ngClass]\", inputs: [\"class\", \"ngClass\"] }, { kind: \"pipe\", type: LowerCasePipe, name: \"lowercase\" }, { kind: \"pipe\", type: TitleCasePipe, name: \"titlecase\" }, { kind: \"pipe\", type: DatePipe, name: \"date\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: UXGChangelogComponent, decorators: [{\n            type: Component,\n            args: [{ selector: 'uxg-changelog', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgClass, LowerCasePipe, TitleCasePipe, DatePipe], template: \"@if (title) {\\n  <div class=\\\"flex-row justify-center align-center title\\\">\\n    <div class=\\\"changelog-icon\\\"></div>\\n    <div class=\\\"flex-col\\\">\\n      <div class=\\\"creator\\\">{{ title }}</div>\\n      <span>{{ subtitle }}</span>\\n    </div>\\n  </div>\\n}\\n\\n<div class=\\\"changelog-container\\\">\\n  @for (release of changelog; track release.date; let first = $first; let last = $last) {\\n    <div class=\\\"justify-center flex-col-lt-md\\\" [class.layout-column]=\\\"displayVersion === 'top'\\\">\\n      <div class=\\\"version\\\">\\n        @if (displayVersion !== 'none') {\\n          <div class=\\\"version-id\\\">v{{ release.version }}</div>\\n        }\\n        <span [ngClass]=\\\"{ 'version-id': displayVersion === 'none', date: displayVersion !== 'none' }\\\">{{\\n          release.date | date: 'longDate'\\n        }}</span>\\n      </div>\\n      <div [ngClass]=\\\"{ 'first-release': first, 'last-release': last, 'release-detail': !first && !last }\\\">\\n        @for (category of release.categories; track category.link; let i = $index) {\\n          <div class=\\\"category\\\">\\n            @if (category.link) {\\n              <a href=\\\"{{ category.link }}\\\" rel=\\\"noreferrer\\\" target=\\\"_blank\\\" class=\\\"mat-button-base\\\">{{ category.label }}</a>\\n            } @else {\\n              {{ category.label }}\\n            }\\n          </div>\\n          @for (change of release.changes; track change.description; let firstChange = $first; let lastChange = $last) {\\n            <div class=\\\"change\\\">\\n              @if (change.category === category.label) {\\n                <div class=\\\"flex-col-xs flex-row-gt-xs\\\">\\n                  <div class=\\\"change-type\\\">\\n                    <span class=\\\"{{ change.type | lowercase }} type uxg-caption\\\">{{ change.type | titlecase }}</span>\\n                  </div>\\n                  <div class=\\\"change-detail\\\" [ngClass]=\\\"{ 'last-change': lastChange }\\\">\\n                    <div [innerHTML]=\\\"change.description\\\" class=\\\"uxg-body-1 mb-3\\\"></div>\\n                  </div>\\n                </div>\\n              }\\n            </div>\\n          }\\n        }\\n      </div>\\n    </div>\\n  }\\n</div>\\n\", styles: [\".mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:800 1rem/1.375rem Spartan;letter-spacing:0;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:800 .8125rem/1.125rem Spartan;letter-spacing:0;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:500 1rem/1.5rem Roboto;letter-spacing:.15px;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:300 1rem/1.5rem Roboto;letter-spacing:.5px;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:300 .72625rem/1.3125rem Roboto;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:300 .58625rem/1.3125rem Roboto;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 .875rem/1.3125rem Roboto;letter-spacing:.1px}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:300 .875rem/1.3125rem Roboto;letter-spacing:.25px}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 .75rem/1.125rem Roboto;letter-spacing:.4px}.mat-headline-1,.mat-typography .mat-headline-1{font:800 3.1875rem/4.4375rem Spartan;letter-spacing:0;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:800 2.5625rem/3.5625rem Spartan;letter-spacing:0;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:800 1.75rem/2.4375rem Spartan;letter-spacing:0;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:800 1.3125rem/1.8125rem Spartan;letter-spacing:0;margin:0 0 64px}.flex{display:flex;box-sizing:border-box}.inline-flex{display:inline-flex;box-sizing:border-box}.flex-row{display:flex;flex-direction:row;box-sizing:border-box}.flex-col{display:flex;flex-direction:column;box-sizing:border-box}.flex-wrap{flex-wrap:wrap}@media screen and (max-width: 599px){.flex-col-xs{flex-direction:column}}@media screen and (max-width: 959px){.flex-col-lt-md{flex-direction:column}}@media screen and (max-width: 1279px){.flex-col-lt-lg{flex-direction:column}}@media screen and (max-width: 599px){.flex-row-xs{flex-direction:row}}@media screen and (max-width: 959px){.flex-row-lt-md{flex-direction:row}}@media screen and (max-width: 1279px){.flex-row-lt-lg{flex-direction:row}}.flex-row-gt-xs{display:flex}@media screen and (min-width: 600px){.flex-row-gt-xs{flex-direction:row}}.flex-initial{flex:initial}.flex-auto{flex:auto}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-15{flex:0 0 15%}.flex-20{flex:0 0 20%}.flex-25{flex:0 0 25%}.flex-30{flex:0 0 30%}.flex-35{flex:0 0 35%}.flex-40{flex:0 0 40%}.flex-45{flex:0 0 45%}.flex-50{flex:0 0 50%}.flex-55{flex:0 0 55%}.flex-60{flex:0 0 60%}.flex-80{flex:0 0 80%}.flex-none{flex:none}.flex-nogrow{flex:0 1 auto}.flex-noshrink{flex:1 0 auto}.flex-grow{flex:1 1 100%}.flex-grow25{flex:0 1 25%}.flex-grow50{flex:0 1 50%}.flex-grow60{flex:0 1 60%}.flex-grow75{flex:0 1 75%}.gap-10>*{margin-right:10px}.gap-10>*:last-child{margin-right:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-stretch{align-content:stretch}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.align-baseline{align-items:baseline}.center-center{justify-content:center;align-items:center}.item-start{align-self:flex-start}.item-end{align-self:flex-end}.item-center{align-self:center}.item-stretch{align-self:stretch}.item-baseline{align-self:baseline}.center{display:block;margin-left:auto;margin-right:auto}.fill{margin:0;width:100%;height:100%;min-width:100%;min-height:100%}.fill-remaining-space{flex:1 1 auto}.center-text{text-align:center}.hide{display:none!important}@media screen and (max-width: 599px){.hide-xs{display:none!important}}@media screen and (min-width: 600px){.hide-gt-xs{display:none!important}}@media screen and (max-width: 959px){.hide-lt-md{display:none!important}}@media screen and (min-width: 960px){.hide-gt-sm{display:none!important}}@media screen and (min-width: 1280px){.hide-gt-md{display:none!important}}@media screen and (max-width: 1279px){.hide-lt-lg{display:none!important}}@media screen and (max-width: 599px){.hide-lt-sm{display:none!important}}uxg-changelog .title{padding:3rem 1rem}uxg-changelog .title .changelog-icon{margin-right:16px;width:120px;height:120px}uxg-changelog .changelog-container{margin:48px 48px 48px 0}uxg-changelog .changelog-container .version{min-width:100px;text-align:right;margin-top:32px}uxg-changelog .changelog-container .version.none{width:0}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{position:relative;margin-left:8%;flex:1 1 100%;cursor:unset;height:unset;margin-bottom:24px;padding:24px 48px;margin-right:24px}uxg-changelog .changelog-container .category{padding:8px 0}uxg-changelog .changelog-container .change .change-detail{margin:8px 0}uxg-changelog .changelog-container .change .change-type{min-width:85px}uxg-changelog .changelog-container .change .change-type .type{margin:8px 0;text-align:center;padding:2px 8px;border-radius:16px;display:inline-block}uxg-changelog .changelog-container .first-release:before{content:\\\"\\\";position:absolute;width:20px;height:20px;top:-4px;left:calc(-4% - 20px);border-radius:50%;z-index:1}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{content:\\\"\\\";position:absolute;width:0;height:0;top:-4px;left:calc(-4% - 13px);border-radius:50%;z-index:1}uxg-changelog .changelog-container .first-release:after{content:\\\"\\\";position:absolute;width:2px;top:-4px;bottom:-60px;left:calc(-4% - 6px)}uxg-changelog .changelog-container .release-detail:after{content:\\\"\\\";position:absolute;width:2px;top:-4px;bottom:-60px;left:calc(-4% - 6px)}uxg-changelog .changelog-container .layout-column .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .layout-column .version .version-id{margin-right:8px}uxg-changelog .changelog-container .layout-column .first-release,uxg-changelog .changelog-container .layout-column .release-detail,uxg-changelog .changelog-container .layout-column .last-release{width:92%}uxg-changelog .changelog-container .layout-column .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .layout-column .first-release:before{top:-39.5px;width:25px;height:25px;left:calc(-4% - 22px)}uxg-changelog .changelog-container .layout-column .release-detail:before,uxg-changelog .changelog-container .layout-column .last-release:before{top:-55px}uxg-changelog .changelog-container .layout-column .first-release:after{top:-35px;bottom:-35px}uxg-changelog .changelog-container .layout-column .release-detail:after{bottom:-35px;top:-48px}@media screen and (min-width: 600px) and (max-width: 959px){uxg-changelog .changelog-container{margin:24px;display:flex;flex-direction:column}uxg-changelog .changelog-container .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .version .version-id{margin-right:8px}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{width:92%}uxg-changelog .changelog-container .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .first-release:before{top:-39.5px;width:25px;height:25px;left:calc(-4% - 22px)}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{top:-55px}uxg-changelog .changelog-container .first-release:after{top:-35px;bottom:-35px}uxg-changelog .changelog-container .release-detail:after{bottom:-35px;top:-48px}}@media screen and (max-width: 599px){uxg-changelog .changelog-container{margin:24px 8px}uxg-changelog .changelog-container .version{margin-bottom:8px;position:relative;left:8%;display:inline-flex;align-items:baseline}uxg-changelog .changelog-container .version .version-id{margin-right:8px}uxg-changelog .changelog-container .first-release,uxg-changelog .changelog-container .release-detail,uxg-changelog .changelog-container .last-release{padding:8px 16px;margin-right:8px;width:calc(92% - 8px)}uxg-changelog .changelog-container .change .change-type .type{margin:0 0 0 -4px}uxg-changelog .changelog-container .change .change-detail{margin-top:8px}uxg-changelog .changelog-container .first-release:before{top:-36px;width:14px;height:14px;left:calc(-4% - 17px)}uxg-changelog .changelog-container .release-detail:before,uxg-changelog .changelog-container .last-release:before{top:-55px}uxg-changelog .changelog-container .first-release:after{top:-24px;bottom:-44px}uxg-changelog .changelog-container .release-detail:after{bottom:-35px;top:-48px}uxg-changelog .changelog-container .version{margin-top:0}uxg-changelog .title{padding:2rem 1rem}uxg-changelog .title .changelog-icon{width:90px;height:90px}}@media screen and (max-width: 959px){uxg-changelog .title .creator{max-width:400px}}\\n\"] }]\n        }], propDecorators: { changelog: [{\n                type: Input\n            }], title: [{\n                type: Input\n            }], subtitle: [{\n                type: Input\n            }], displayVersion: [{\n                type: Input\n            }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhbmdlbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL2NoYW5nZWxvZy9zcmMvY2hhbmdlbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL2NoYW5nZWxvZy9zcmMvY2hhbmdlbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsYUFBYSxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFZN0YsTUFBTSxPQUFPLHFCQUFxQjtJQVRsQztRQVlXLGFBQVEsR0FBVyxXQUFXLENBQUM7UUFDL0IsbUJBQWMsR0FBNEIsTUFBTSxDQUFDO0tBQzNEOzhHQUxZLHFCQUFxQjtrR0FBckIscUJBQXFCLHFMQ2JsQyxpbEVBaURBLDRyVER0Q1ksT0FBTywrRUFBRSxhQUFhLDZDQUFFLGFBQWEsNkNBQUUsUUFBUTs7MkZBRTlDLHFCQUFxQjtrQkFUakMsU0FBUzsrQkFDRSxlQUFlLGlCQUdWLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsT0FBTyxFQUFFLGFBQWEsRUFBRSxhQUFhLEVBQUUsUUFBUSxDQUFDOzhCQUdqRCxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLGNBQWM7c0JBQXRCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYXRlUGlwZSwgTG93ZXJDYXNlUGlwZSwgTmdDbGFzcywgVGl0bGVDYXNlUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENoYW5nZUxvZyB9IGZyb20gJy4vY2hhbmdlbG9nLm1vZGVscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3V4Zy1jaGFuZ2Vsb2cnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2hhbmdlbG9nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2hhbmdlbG9nLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbTmdDbGFzcywgTG93ZXJDYXNlUGlwZSwgVGl0bGVDYXNlUGlwZSwgRGF0ZVBpcGVdXG59KVxuZXhwb3J0IGNsYXNzIFVYR0NoYW5nZWxvZ0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGNoYW5nZWxvZyE6IENoYW5nZUxvZztcbiAgQElucHV0KCkgdGl0bGUhOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHN1YnRpdGxlOiBzdHJpbmcgPSAnQ2hhbmdlbG9nJztcbiAgQElucHV0KCkgZGlzcGxheVZlcnNpb246ICdsZWZ0JyB8ICd0b3AnIHwgJ25vbmUnID0gJ2xlZnQnO1xufVxuIiwiQGlmICh0aXRsZSkge1xuICA8ZGl2IGNsYXNzPVwiZmxleC1yb3cganVzdGlmeS1jZW50ZXIgYWxpZ24tY2VudGVyIHRpdGxlXCI+XG4gICAgPGRpdiBjbGFzcz1cImNoYW5nZWxvZy1pY29uXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImZsZXgtY29sXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY3JlYXRvclwiPnt7IHRpdGxlIH19PC9kaXY+XG4gICAgICA8c3Bhbj57eyBzdWJ0aXRsZSB9fTwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG59XG5cbjxkaXYgY2xhc3M9XCJjaGFuZ2Vsb2ctY29udGFpbmVyXCI+XG4gIEBmb3IgKHJlbGVhc2Ugb2YgY2hhbmdlbG9nOyB0cmFjayByZWxlYXNlLmRhdGU7IGxldCBmaXJzdCA9ICRmaXJzdDsgbGV0IGxhc3QgPSAkbGFzdCkge1xuICAgIDxkaXYgY2xhc3M9XCJqdXN0aWZ5LWNlbnRlciBmbGV4LWNvbC1sdC1tZFwiIFtjbGFzcy5sYXlvdXQtY29sdW1uXT1cImRpc3BsYXlWZXJzaW9uID09PSAndG9wJ1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInZlcnNpb25cIj5cbiAgICAgICAgQGlmIChkaXNwbGF5VmVyc2lvbiAhPT0gJ25vbmUnKSB7XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInZlcnNpb24taWRcIj52e3sgcmVsZWFzZS52ZXJzaW9uIH19PC9kaXY+XG4gICAgICAgIH1cbiAgICAgICAgPHNwYW4gW25nQ2xhc3NdPVwieyAndmVyc2lvbi1pZCc6IGRpc3BsYXlWZXJzaW9uID09PSAnbm9uZScsIGRhdGU6IGRpc3BsYXlWZXJzaW9uICE9PSAnbm9uZScgfVwiPnt7XG4gICAgICAgICAgcmVsZWFzZS5kYXRlIHwgZGF0ZTogJ2xvbmdEYXRlJ1xuICAgICAgICB9fTwvc3Bhbj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBbbmdDbGFzc109XCJ7ICdmaXJzdC1yZWxlYXNlJzogZmlyc3QsICdsYXN0LXJlbGVhc2UnOiBsYXN0LCAncmVsZWFzZS1kZXRhaWwnOiAhZmlyc3QgJiYgIWxhc3QgfVwiPlxuICAgICAgICBAZm9yIChjYXRlZ29yeSBvZiByZWxlYXNlLmNhdGVnb3JpZXM7IHRyYWNrIGNhdGVnb3J5Lmxpbms7IGxldCBpID0gJGluZGV4KSB7XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNhdGVnb3J5XCI+XG4gICAgICAgICAgICBAaWYgKGNhdGVnb3J5LmxpbmspIHtcbiAgICAgICAgICAgICAgPGEgaHJlZj1cInt7IGNhdGVnb3J5LmxpbmsgfX1cIiByZWw9XCJub3JlZmVycmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCIgY2xhc3M9XCJtYXQtYnV0dG9uLWJhc2VcIj57eyBjYXRlZ29yeS5sYWJlbCB9fTwvYT5cbiAgICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgICB7eyBjYXRlZ29yeS5sYWJlbCB9fVxuICAgICAgICAgICAgfVxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIEBmb3IgKGNoYW5nZSBvZiByZWxlYXNlLmNoYW5nZXM7IHRyYWNrIGNoYW5nZS5kZXNjcmlwdGlvbjsgbGV0IGZpcnN0Q2hhbmdlID0gJGZpcnN0OyBsZXQgbGFzdENoYW5nZSA9ICRsYXN0KSB7XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2hhbmdlXCI+XG4gICAgICAgICAgICAgIEBpZiAoY2hhbmdlLmNhdGVnb3J5ID09PSBjYXRlZ29yeS5sYWJlbCkge1xuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGV4LWNvbC14cyBmbGV4LXJvdy1ndC14c1wiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNoYW5nZS10eXBlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwie3sgY2hhbmdlLnR5cGUgfCBsb3dlcmNhc2UgfX0gdHlwZSB1eGctY2FwdGlvblwiPnt7IGNoYW5nZS50eXBlIHwgdGl0bGVjYXNlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2hhbmdlLWRldGFpbFwiIFtuZ0NsYXNzXT1cInsgJ2xhc3QtY2hhbmdlJzogbGFzdENoYW5nZSB9XCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgW2lubmVySFRNTF09XCJjaGFuZ2UuZGVzY3JpcHRpb25cIiBjbGFzcz1cInV4Zy1ib2R5LTEgbWItM1wiPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIH1cbjwvZGl2PlxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmluYXN0cmEtYW5ndWxhci1jb21wb25lbnRzLWNoYW5nZWxvZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1jb21wb25lbnRzL2NoYW5nZWxvZy9maW5hc3RyYS1hbmd1bGFyLWNvbXBvbmVudHMtY2hhbmdlbG9nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;;AAGO,MAAM,qBAAqB,CAAC;AACnC,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,QAAQ,GAAG,WAAW;AACnC,QAAQ,IAAI,CAAC,cAAc,GAAG,MAAM;AACpC;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACvL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAqB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,gBAAgB,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,ilEAAilE,EAAE,MAAM,EAAE,CAAC,ooTAAooT,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,eAAe,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,EAAE,aAAa,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC;AAC93Y;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,UAAU,EAAE,CAAC;AAC/H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB,CAAC,IAAI,EAAE,eAAe,EAAE,uBAAuB,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,QAAQ,EAAE,ilEAAilE,EAAE,MAAM,EAAE,CAAC,ooTAAooT,CAAC,EAAE;AACn8X,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,SAAS,EAAE,CAAC;AAC1C,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,KAAK,EAAE,CAAC;AACxB,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAC;AAC3B,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,cAAc,EAAE,CAAC;AACjC,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,EAAE,CAAC;;ACtBnB;AACA;AACA;;;;"}