@uniai-fe/uds-templates 0.6.28 → 0.6.29

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/styles.css CHANGED
@@ -633,6 +633,10 @@
633
633
  width: 100%;
634
634
  }
635
635
 
636
+ .uds-modal-root.uds-modal-alert .uds-modal-footer-center {
637
+ gap: 0;
638
+ }
639
+
636
640
  .uds-modal-footer-button[data-width=full] {
637
641
  flex: 1 1 100%;
638
642
  max-width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.6.28",
3
+ "version": "0.6.29",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -48,6 +48,7 @@ export function createAlertModal<FormContext extends FieldValues>({
48
48
 
49
49
  return {
50
50
  stackKey,
51
+ className: "uds-modal-alert",
51
52
  modalProps: {
52
53
  show: "init",
53
54
  showDelay,
@@ -119,6 +119,7 @@ export function createDialogModal<FormContext extends FieldValues>({
119
119
 
120
120
  return {
121
121
  stackKey,
122
+ className: "uds-modal-dialog",
122
123
  modalProps: {
123
124
  show: "init",
124
125
  showDelay,
@@ -71,6 +71,10 @@
71
71
  width: 100%;
72
72
  }
73
73
 
74
+ .uds-modal-root.uds-modal-alert .uds-modal-footer-center {
75
+ gap: 0;
76
+ }
77
+
74
78
  .uds-modal-footer-button[data-width="full"] {
75
79
  flex: 1 1 100%;
76
80
  max-width: 100%;