@aziziaziz/react-components 1.0.10 → 1.0.11

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.d.mts CHANGED
@@ -350,6 +350,10 @@ interface PopupType {
350
350
  * Can be plain text or formatted content depending on usage.
351
351
  */
352
352
  content?: string;
353
+ /**
354
+ * The alignment of the content
355
+ */
356
+ align?: "left" | "center" | "right";
353
357
  }
354
358
  /**
355
359
  * Configuration object for a confirmation or question dialog.
package/dist/index.d.ts CHANGED
@@ -350,6 +350,10 @@ interface PopupType {
350
350
  * Can be plain text or formatted content depending on usage.
351
351
  */
352
352
  content?: string;
353
+ /**
354
+ * The alignment of the content
355
+ */
356
+ align?: "left" | "center" | "right";
353
357
  }
354
358
  /**
355
359
  * Configuration object for a confirmation or question dialog.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aziziaziz/react-components",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Reusable React components library",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",