@uxland/primary-shell 7.43.5 → 7.44.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.43.5",
3
+ "version": "7.44.1",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
@@ -199,6 +199,7 @@ export class ParimariaInteractionServiceImpl extends PrimariaInteractionService
199
199
  onClick={() => handleClose(false)}
200
200
  size="md"
201
201
  variant={getCancelButtonVariant()}
202
+ icon={finalOptions.cancelButtonIcon}
202
203
  />
203
204
  )}
204
205
  {finalOptions.showConfirmButton && (
@@ -208,6 +209,7 @@ export class ParimariaInteractionServiceImpl extends PrimariaInteractionService
208
209
  disabled={!isValid}
209
210
  size="md"
210
211
  variant={getConfirmButtonVariant()}
212
+ icon={finalOptions.confirmButtonIcon}
211
213
  />
212
214
  )}
213
215
  </div>