@praxisui/core 1.0.0-beta.11 → 1.0.0-beta.13

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5028,8 +5028,8 @@ interface FormActionsLayout {
5028
5028
  sticky?: boolean;
5029
5029
  /**
5030
5030
  * Structural placement of the actions bar within the form layout.
5031
- * - insideLastSection: render inside the last section's container (default)
5032
- * - afterSections: render once after all sections
5031
+ * - afterSections: render once after all sections (default)
5032
+ * - insideLastSection: render inside the last section's container
5033
5033
  * - top: render once before all sections
5034
5034
  */
5035
5035
  placement?: 'insideLastSection' | 'afterSections' | 'top';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.13",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",