@telia-ace/alliance-ui 4.0.0-next.9 → 4.0.1-next.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/{chunk-HJAUL47Q.js → chunk-ER3ORAMC.js} +5 -5
- package/dist/{chunk-3Y6W4IDL.js → chunk-IBB5KGVX.js} +2 -2
- package/dist/{chunk-ZO3TGBYT.js → chunk-NLDZVSFD.js} +1 -1
- package/dist/{chunk-ERBUEZ5O.js → chunk-OIMDIZSE.js} +3 -3
- package/dist/{chunk-ALNVSJXY.js → chunk-Q7TZERFX.js} +1 -1
- package/dist/{chunk-BJWFPFCA.js → chunk-UVWD577H.js} +2 -2
- package/dist/{chunk-WI5TQSZT.js → chunk-XITLI56Q.js} +6 -6
- package/dist/components/alliance-link/index.js +1 -1
- package/dist/components/alliance-modal/index.js +1 -1
- package/dist/components/alliance-paginator/index.js +1 -1
- package/dist/components/alliance-pop-over/index.js +1 -1
- package/dist/components/alliance-table/index.js +1 -1
- package/dist/components/alliance-unauthorized/index.js +1 -1
- package/dist/components/alliance-view/index.js +1 -1
- package/dist/components/index.js +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as r,b as u,c as n,e as l,g as b,h as e,j as p}from"./chunk-CNFJFZ6D.js";import{a as s}from"./chunk-JFKSI6I7.js";import{close as y}from"@teliads/components/icons";import{
|
|
1
|
+
import{a as r,b as u,c as n,e as l,g as b,h as e,j as p}from"./chunk-CNFJFZ6D.js";import{a as s}from"./chunk-JFKSI6I7.js";import{close as y}from"@teliads/components/icons";import{css as m,html as o,LitElement as f,unsafeCSS as t}from"lit";import{property as d,state as $}from"lit/decorators.js";import{repeat as v}from"lit/directives/repeat.js";var a=class extends f{constructor(){super();this.containStyling=()=>this.contain?o`<style>
|
|
2
2
|
:host {
|
|
3
3
|
height: 500px;
|
|
4
4
|
position: static;
|
|
@@ -81,16 +81,16 @@ import{a as r,b as u,c as n,e as l,g as b,h as e,j as p}from"./chunk-CNFJFZ6D.js
|
|
|
81
81
|
</telia-button>
|
|
82
82
|
`)}
|
|
83
83
|
</div>
|
|
84
|
-
`:"";this.onBackdropClick=()=>{if(!this.required)return this.action("close")};this.onCloseClick=()=>{if(!this.required)return this.action("close")};this.onKeyDown=i=>{i.defaultPrevented||!this.required&&i.key==="Escape"&&this.action("close")};this.onSubHeaderSlotChange=()=>{this.hasSubHeader=!0};this.action=i=>{let c=new CustomEvent("action",{bubbles:!0,composed:!0,detail:{action:i},cancelable:!0});return this.dispatchEvent(c)};this.header="",this.actions=[],this.required=!1,this.scrollMode="outside",this.hasSubHeader=!1}static{this.styles=
|
|
84
|
+
`:"";this.onBackdropClick=()=>{if(!this.required)return this.action("close")};this.onCloseClick=()=>{if(!this.required)return this.action("close")};this.onKeyDown=i=>{i.defaultPrevented||!this.required&&i.key==="Escape"&&this.action("close")};this.onSubHeaderSlotChange=()=>{this.hasSubHeader=!0};this.action=i=>{let c=new CustomEvent("action",{bubbles:!0,composed:!0,detail:{action:i},cancelable:!0});return this.dispatchEvent(c)};this.header="",this.actions=[],this.required=!1,this.scrollMode="outside",this.hasSubHeader=!1}static{this.styles=m`
|
|
85
85
|
:host {
|
|
86
86
|
display: block;
|
|
87
87
|
inset: 0;
|
|
88
|
-
z-index: ${t(Number.parseInt(l.modal)-2)};
|
|
88
|
+
z-index: ${t(Number.parseInt(l.modal,10)-2)};
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.backdrop {
|
|
92
92
|
inset: 0;
|
|
93
|
-
z-index: ${t(Number.parseInt(l.modal)-1)};
|
|
93
|
+
z-index: ${t(Number.parseInt(l.modal,10)-1)};
|
|
94
94
|
background-color: ${t(n.black)};
|
|
95
95
|
opacity: 0.3;
|
|
96
96
|
}
|
|
@@ -107,7 +107,7 @@ import{a as r,b as u,c as n,e as l,g as b,h as e,j as p}from"./chunk-CNFJFZ6D.js
|
|
|
107
107
|
background-color: ${t(n.white)};
|
|
108
108
|
border-radius: ${t(r.radiusLg)};
|
|
109
109
|
box-shadow: ${t(b.md)};
|
|
110
|
-
z-index: ${t(Number.parseInt(l.modal))};
|
|
110
|
+
z-index: ${t(Number.parseInt(l.modal,10))};
|
|
111
111
|
max-width: ${t(u.breakpointLg)};
|
|
112
112
|
position: static;
|
|
113
113
|
padding: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{h as t}from"./chunk-CNFJFZ6D.js";import{a as r}from"./chunk-JFKSI6I7.js";import{
|
|
1
|
+
import{h as t}from"./chunk-CNFJFZ6D.js";import{a as r}from"./chunk-JFKSI6I7.js";import{css as a,html as n,LitElement as c,unsafeCSS as i}from"lit";import{property as s}from"lit/decorators.js";var e=class extends c{constructor(){super(),this.errorHeader="Access Denied",this.errorMessage="You do not have access to this application.",this.errorInstructions="Please contact an Access Control Administrator to request the necessary permissions."}static{this.styles=a`
|
|
2
2
|
:host {
|
|
3
3
|
min-height: calc(100vh - calc(${i(t.spacing32)} * 2));
|
|
4
4
|
display: flex;
|
|
@@ -26,7 +26,7 @@ import{h as t}from"./chunk-CNFJFZ6D.js";import{a as r}from"./chunk-JFKSI6I7.js";
|
|
|
26
26
|
.inner telia-p {
|
|
27
27
|
margin: 0;
|
|
28
28
|
}
|
|
29
|
-
`}render(){return
|
|
29
|
+
`}render(){return n`
|
|
30
30
|
<div class="header">
|
|
31
31
|
<telia-heading tag="h1" variant="title-200">${this.header}</telia-heading>
|
|
32
32
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as c,c as h,e as u,g as m,h as i}from"./chunk-CNFJFZ6D.js";import{a as l}from"./chunk-JFKSI6I7.js";import{autoPlacement as k,autoUpdate as g,computePosition as b}from"@floating-ui/dom";import{
|
|
1
|
+
import{a as c,c as h,e as u,g as m,h as i}from"./chunk-CNFJFZ6D.js";import{a as l}from"./chunk-JFKSI6I7.js";import{autoPlacement as k,autoUpdate as g,computePosition as b}from"@floating-ui/dom";import{css as E,html as p,LitElement as v,unsafeCSS as t}from"lit";import{property as d}from"lit/decorators.js";var o=class extends v{constructor(){super(...arguments);this.onWindowClick=n=>{let{target:e,clientX:a,clientY:w}=n;if(!this.cursor){this.cursor={x:a,y:w};return}!e||e===this||this.contains(e)||this.anchorElement&&(e===this.anchorElement||this.anchorElement.contains(e))||this.remove()};this.position=()=>{let n=[];this.placement||n.push(k()),b(this.reference(),this,{middleware:n,placement:this.placement}).then(({x:e,y:a})=>{Object.assign(this.style,{left:`${e}px`,top:`${a}px`})})};this.reference=()=>!this.anchorElement&&!this.cursor?f({x:0,y:0}):this.anchorElement||f(this.cursor)}static{this.styles=E`
|
|
2
2
|
:host {
|
|
3
3
|
display: block;
|
|
4
4
|
width: max-content;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as y,b as N,c as s,f as C,h as l,j as x}from"./chunk-CNFJFZ6D.js";import{a as i}from"./chunk-JFKSI6I7.js";import{
|
|
1
|
+
import{a as y,b as N,c as s,f as C,h as l,j as x}from"./chunk-CNFJFZ6D.js";import{a as i}from"./chunk-JFKSI6I7.js";import{css as j,html as M,LitElement as F,unsafeCSS as t}from"lit";import{property as V}from"lit/decorators.js";import{repeat as G}from"lit/directives/repeat.js";var m="...",p=(n,a)=>{let e=a-n+1;return Array.from({length:e},(o,r)=>r+n)};function S(n){return n[n.length-1]}function R(n){return Array.from({length:n},(a,e)=>k(e+1,n))}function k(n,a){return`${n} / ${a}`}function A(n){let a=n.split("/")[0];if(typeof a!="string")throw new Error("Could not parse page value from select.");return Number.parseInt(a,10)}function b({itemCount:n,pageSize:a,siblingCount:e,currentPage:o}){let r=Math.ceil(n/a);if(e+5>=r)return p(1,r);let w=Math.max(o-e,1),L=Math.min(o+e,r),$=w>2,v=L<r-2,T=1,_=r;if(!$&&v){let g=3+2*e;return[...p(1,g),m,r]}if($&&!v){let g=3+2*e,I=p(r-g+1,r);return[T,m,...I]}if($&&v){let g=p(w,L);return[T,m,...g,m,_]}return p(1,r)}var d=class extends F{constructor(){super();this.onChange=e=>{let o=A(e.currentTarget.value),r=new CustomEvent("select-page",{bubbles:!0,composed:!0,detail:{nextPage:o,previousPage:this.currentPage},cancelable:!0});this.dispatchEvent(r)};this.currentPage=0,this.lastPage=0}static{this.styles=j`
|
|
2
2
|
:host select {
|
|
3
3
|
padding: ${t(l.spacing12)} ${t(l.spacing20)};
|
|
4
4
|
border-radius: ${t(y.radiusFull)};
|
|
@@ -54,7 +54,7 @@ import{a as y,b as N,c as s,f as C,h as l,j as x}from"./chunk-CNFJFZ6D.js";impor
|
|
|
54
54
|
>
|
|
55
55
|
${G(R(this.lastPage),e=>M`<option value="${e}">${e}</option>`)}
|
|
56
56
|
</select>
|
|
57
|
-
`}};i([V({type:Number,attribute:"current-page"})],d.prototype,"currentPage",2),i([V({type:Number,attribute:"last-page"})],d.prototype,"lastPage",2);import{
|
|
57
|
+
`}};i([V({type:Number,attribute:"current-page"})],d.prototype,"currentPage",2),i([V({type:Number,attribute:"last-page"})],d.prototype,"lastPage",2);import{css as O,html as E,LitElement as W,unsafeCSS as z}from"lit";import{property as f,state as D}from"lit/decorators.js";import{repeat as X}from"lit/directives/repeat.js";var c=class extends W{constructor(){super();this.changePage=e=>{if(e===this.currentPage||e<1||e>this.pages[this.pages.length-1])return;let o=new CustomEvent("change-page",{bubbles:!0,composed:!0,detail:{nextPage:e,previousPage:this.currentPage},cancelable:!0});this.dispatchEvent(o)&&(this.currentPage=e,this.pages=b({itemCount:this.itemCount,pageSize:this.pageSize,siblingCount:this.siblingCount,currentPage:this.currentPage}))};this.next=()=>{this.changePage(this.currentPage+1)};this.previous=()=>{this.changePage(this.currentPage-1)};this.onPageSelect=e=>this.changePage(e.detail.nextPage);this.itemCount=0,this.pageSize=50,this.initialPage=1,this.siblingCount=2,this.currentPage=this.initialPage,this.pages=[]}static{this.styles=O`
|
|
58
58
|
:host {
|
|
59
59
|
display: flex;
|
|
60
60
|
flex-direction: row;
|
|
@@ -113,4 +113,4 @@ import{a as y,b as N,c as s,f as C,h as l,j as x}from"./chunk-CNFJFZ6D.js";impor
|
|
|
113
113
|
?disabled=${this.currentPage===S(this.pages)}
|
|
114
114
|
icon="right"
|
|
115
115
|
></alliance-paginator-button>
|
|
116
|
-
`}};i([f({type:Number,attribute:"item-count"})],c.prototype,"itemCount",2),i([f({type:Number,attribute:"page-size"})],c.prototype,"pageSize",2),i([f({type:Number,attribute:"initial-page"})],c.prototype,"initialPage",2),i([f({type:Number,attribute:"sibling-count"})],c.prototype,"siblingCount",2),i([D()],c.prototype,"currentPage",2),i([D()],c.prototype,"pages",2);import{chevronLeft as q,chevronRight as J}from"@teliads/components/icons";import{
|
|
116
|
+
`}};i([f({type:Number,attribute:"item-count"})],c.prototype,"itemCount",2),i([f({type:Number,attribute:"page-size"})],c.prototype,"pageSize",2),i([f({type:Number,attribute:"initial-page"})],c.prototype,"initialPage",2),i([f({type:Number,attribute:"sibling-count"})],c.prototype,"siblingCount",2),i([D()],c.prototype,"currentPage",2),i([D()],c.prototype,"pages",2);import{chevronLeft as q,chevronRight as J}from"@teliads/components/icons";import{html as P,LitElement as K}from"lit";import{property as h}from"lit/decorators.js";var H=(e=>(e.Left="left",e.Right="right",e))(H||{}),u=class extends K{constructor(){super(),this.selected=!1,this.disabled=!1,this.clickable=!0}renderContent(){return this.icon==="left"?P`<telia-icon size="sm" svg="${q.svg}" />`:this.icon==="right"?P`<telia-icon size="sm" svg="${J.svg}" />`:P`<span>${this.page}</span>`}render(){return P`<telia-button ?disabled=${this.disabled} size="sm" variant=${this.selected?"primary":"tertiary-purple"}>${this.renderContent()}</telia-button> `}};i([h({type:H})],u.prototype,"icon",2),i([h({type:String})],u.prototype,"page",2),i([h({type:Boolean})],u.prototype,"selected",2),i([h({type:Boolean})],u.prototype,"disabled",2),i([h({type:Boolean})],u.prototype,"clickable",2);export{d as a,c as b,u as c};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as p}from"./chunk-DCXN3PRQ.js";import{a as t}from"./chunk-JFKSI6I7.js";import{
|
|
1
|
+
import{a as p}from"./chunk-DCXN3PRQ.js";import{a as t}from"./chunk-JFKSI6I7.js";import{css as c,html as l,LitElement as h}from"lit";import{property as i}from"lit/decorators.js";var m="alliance-view-",u="app-view",y=(a=>(a.Main="main",a.Aside="aside",a.Body="body",a))(y||{});function f(r){return`${m}${r}`}function w(r,d){class e extends h{static{this.styles=c`
|
|
2
2
|
.loader {
|
|
3
3
|
background-color: rgba(255, 255, 255, 0.4);
|
|
4
4
|
z-index: var(--layer-dropdown);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{b as s,c as l}from"./chunk-DCXN3PRQ.js";import{a as e}from"./chunk-JFKSI6I7.js";import{
|
|
1
|
+
import{b as s,c as l}from"./chunk-DCXN3PRQ.js";import{a as e}from"./chunk-JFKSI6I7.js";import{css as o,html as p,LitElement as u}from"lit";import{property as r}from"lit/decorators.js";function d(i=""){return location.href.replace(location.origin,"").startsWith(i)}var t=class extends u{constructor(){super();this.navigate=()=>{this.active||(history.pushState({},"",this._href),window.dispatchEvent(new Event("popstate")))};this.clickHandler=a=>{!this.app||this.download||(a.preventDefault(),this.navigate())};this.updateActive=()=>{this.active=d(this._href)};this.computeHref=()=>{if(this.app){this._href=this.href=s(this.app,this.capability,this.args),this.updateActive();return}if(this.href){this.capability="",this._href=this.href;return}throw new Error("The <alliance-link> component requires either the 'app' property or 'href' property!")};this.args={},this.download=!1,this.target="_self",this.href=this._href="",this.capability="launch",this.active=!1}static{this.styles=o`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
5
|
-
`}connectedCallback(){super.connectedCallback(),window.addEventListener("popstate",this.updateActive),this.computeHref()}disconnectedCallback(){window.removeEventListener("popstate",this.updateActive),super.disconnectedCallback()}attributeChangedCallback(a,n,h){super.attributeChangedCallback(a,n,h),setTimeout(()=>this.computeHref())}render(){return
|
|
5
|
+
`}connectedCallback(){super.connectedCallback(),window.addEventListener("popstate",this.updateActive),this.computeHref()}disconnectedCallback(){window.removeEventListener("popstate",this.updateActive),super.disconnectedCallback()}attributeChangedCallback(a,n,h){super.attributeChangedCallback(a,n,h),setTimeout(()=>this.computeHref())}render(){return p`<a
|
|
6
6
|
part="anchor"
|
|
7
7
|
rel=${this.rel}
|
|
8
8
|
.target=${this.target}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import{a as n,c as e,f as l,h as o,j as i}from"./chunk-CNFJFZ6D.js";import{a as s}from"./chunk-JFKSI6I7.js";import{
|
|
1
|
+
import{a as n,c as e,f as l,h as o,j as i}from"./chunk-CNFJFZ6D.js";import{a as s}from"./chunk-JFKSI6I7.js";import{css as f,html as u,LitElement as g}from"lit";var p=class extends g{static{this.styles=f`
|
|
2
2
|
:host {
|
|
3
3
|
display: table;
|
|
4
4
|
border-collapse: collapse;
|
|
5
5
|
width: 100%;
|
|
6
6
|
}
|
|
7
|
-
`}render(){return
|
|
7
|
+
`}render(){return u` <alliance-tb>
|
|
8
8
|
<slot></slot>
|
|
9
|
-
</alliance-tb>`}};import{
|
|
9
|
+
</alliance-tb>`}};import{css as b,html as y,LitElement as x}from"lit";var m=class extends x{static{this.styles=b`
|
|
10
10
|
:host {
|
|
11
11
|
display: table-row-group;
|
|
12
12
|
vertical-align: middle;
|
|
13
13
|
border-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
`}render(){return
|
|
15
|
+
`}render(){return y`<slot></slot>`}};import{css as $,html as k,LitElement as S,unsafeCSS as v}from"lit";var d=class extends S{static{this.styles=$`
|
|
16
16
|
:host {
|
|
17
17
|
display: table-cell;
|
|
18
18
|
vertical-align: inherit;
|
|
19
19
|
padding: ${v(o.spacing24)};
|
|
20
20
|
}
|
|
21
|
-
`}render(){return
|
|
21
|
+
`}render(){return k` <slot></slot> `}};import{css as E,html as L,LitElement as C,unsafeCSS as w}from"lit";import{property as B}from"lit/decorators.js";var a=class extends C{constructor(){super(),this.label=""}static{this.styles=E`
|
|
22
22
|
:host {
|
|
23
23
|
display: table-cell;
|
|
24
24
|
padding: ${w(o.spacing24)};
|
|
25
25
|
}
|
|
26
|
-
`}render(){return
|
|
26
|
+
`}render(){return L`<telia-heading tag="h4" variant="title-100">${this.label}</telia-heading>`}};s([B({type:String})],a.prototype,"label",2);import{css as I,html as h,LitElement as W,unsafeCSS as t}from"lit";import{property as X}from"lit/decorators.js";var c=class extends W{constructor(){super(),this.clickable=!1}static{this.styles=I`
|
|
27
27
|
:host {
|
|
28
28
|
display: table-row;
|
|
29
29
|
border-bottom: ${t(n.widthXs)} solid ${t(e.gray200)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-UVWD577H.js";import"../../chunk-DCXN3PRQ.js";import"../../chunk-JFKSI6I7.js";export{a as Link};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-ER3ORAMC.js";import"../../chunk-BDQXACZ6.js";import"../../chunk-JZJUYJ7F.js";import"../../chunk-H7ZWVNSK.js";import"../../chunk-CNFJFZ6D.js";import"../../chunk-JFKSI6I7.js";export{a as Modal};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c}from"../../chunk-
|
|
1
|
+
import{a,b,c}from"../../chunk-OIMDIZSE.js";import"../../chunk-AZ6GENL6.js";import"../../chunk-BDQXACZ6.js";import"../../chunk-JZJUYJ7F.js";import"../../chunk-CNFJFZ6D.js";import"../../chunk-JFKSI6I7.js";export{a as PageSelect,b as Paginator,c as PaginatorButton};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-NLDZVSFD.js";import"../../chunk-QLXKAVKR.js";import"../../chunk-CNFJFZ6D.js";import"../../chunk-JFKSI6I7.js";export{a as PopOver};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e}from"../../chunk-XITLI56Q.js";import"../../chunk-H7ZWVNSK.js";import"../../chunk-CNFJFZ6D.js";import"../../chunk-JFKSI6I7.js";export{a as Table,b as TableBody,c as TableData,d as TableHead,e as TableRow};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-IBB5KGVX.js";import"../../chunk-CNFJFZ6D.js";import"../../chunk-JFKSI6I7.js";export{a as Unauthorized};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e}from"../../chunk-Q7TZERFX.js";import"../../chunk-DCXN3PRQ.js";import"../../chunk-JFKSI6I7.js";export{c as ViewElementType,e as registerViewElement,a as viewElementPrefix,b as viewElementSelector,d as viewElementTag};
|
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as r,b as a,c as n}from"../chunk-OIMDIZSE.js";import"../chunk-AZ6GENL6.js";import{a as s}from"../chunk-IBB5KGVX.js";import{a as b,b as x,c as y,d as h,e as P}from"../chunk-Q7TZERFX.js";import{a as t}from"../chunk-UVWD577H.js";import"../chunk-DCXN3PRQ.js";import{a as e}from"../chunk-ER3ORAMC.js";import"../chunk-BDQXACZ6.js";import"../chunk-JZJUYJ7F.js";import{a as l}from"../chunk-NLDZVSFD.js";import"../chunk-QLXKAVKR.js";import{a as p,b as i,c as m,d as f,e as c}from"../chunk-XITLI56Q.js";import"../chunk-H7ZWVNSK.js";import"../chunk-CNFJFZ6D.js";import"../chunk-JFKSI6I7.js";var g=[["link",t],["modal",e],["unauthorized",s],["page-selector",r],["paginator-button",n],["paginator",a],["pop-over",l],["table",p],["tb",i],["td",m],["th",f],["tr",c]];for(let[u,d]of g){let o=`alliance-${u}`;customElements.get(o)||customElements.define(o,d)}export{y as ViewElementType,P as registerViewElement,b as viewElementPrefix,x as viewElementSelector,h as viewElementTag};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1-next.1",
|
|
4
4
|
"description": "UI components used by ACE Alliance apps.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@floating-ui/dom": "^1.7.
|
|
28
|
+
"@floating-ui/dom": "^1.7.4",
|
|
29
29
|
"@teliads/components": "^22.1.1",
|
|
30
|
-
"lit": "^3.3.
|
|
30
|
+
"lit": "^3.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@telia-ace/alliance-internal-client-utilities": "^4.0.
|
|
33
|
+
"@telia-ace/alliance-internal-client-utilities": "^4.0.1-next.1"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|