@randstad-uca/design-system 1.0.52 → 1.0.53
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/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1533,9 +1533,12 @@ function A(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
|
|
|
1533
1533
|
|
|
1534
1534
|
<div class="popup-content">
|
|
1535
1535
|
${"default"===this.type?e`
|
|
1536
|
+
${this.title?e`<h2 id="popup-title" class="popup-title">${this.title}</h2>`:i}
|
|
1537
|
+
|
|
1536
1538
|
<div class="titles-container">
|
|
1537
1539
|
<p id="popup-description" class="popup-description">${this.description}</p>
|
|
1538
1540
|
</div>
|
|
1541
|
+
|
|
1539
1542
|
<div class="buttons-container">
|
|
1540
1543
|
<randstad-button
|
|
1541
1544
|
variant="button-primary"
|
|
@@ -1567,19 +1570,23 @@ function A(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
|
|
|
1567
1570
|
<h2 id="popup-title" class="popup-title">${this.title}</h2>
|
|
1568
1571
|
<p id="popup-description" class="popup-description">${this.description}</p>
|
|
1569
1572
|
</div>
|
|
1573
|
+
|
|
1570
1574
|
<div class="buttons-container">
|
|
1571
1575
|
<randstad-button
|
|
1572
1576
|
variant="button-secondary"
|
|
1573
1577
|
size="md"
|
|
1574
1578
|
@click=${()=>this.closePopup(!1)}
|
|
1575
1579
|
label=${this.cancelText}
|
|
1576
|
-
|
|
1580
|
+
>
|
|
1581
|
+
</randstad-button>
|
|
1582
|
+
|
|
1577
1583
|
<randstad-button
|
|
1578
1584
|
variant="button-primary"
|
|
1579
1585
|
size="md"
|
|
1580
1586
|
@click=${()=>this.closePopup(!0)}
|
|
1581
1587
|
label=${this.confirmText}
|
|
1582
|
-
|
|
1588
|
+
>
|
|
1589
|
+
</randstad-button>
|
|
1583
1590
|
</div>
|
|
1584
1591
|
`}
|
|
1585
1592
|
</div>
|