@lucifer91299/create-portal-app 1.1.13 → 1.1.14
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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -264,6 +264,12 @@ See the full component and theming documentation at:
|
|
|
264
264
|
|
|
265
265
|
## Changelog
|
|
266
266
|
|
|
267
|
+
### v1.1.14
|
|
268
|
+
- **UI version bump** — generated projects now use `@lucifer91299/ui@^1.1.22` (NumberInput redesign, Input password toggle, HeaderNav, Drawer animation)
|
|
269
|
+
|
|
270
|
+
### v1.1.13
|
|
271
|
+
- **Onboarding page wider layout** — form container expanded from `max-w-3xl` to `max-w-5xl` to remove excess left/right negative space on wider screens; success screen expanded from `max-w-2xl` to `max-w-4xl` to match
|
|
272
|
+
|
|
267
273
|
### v1.1.12
|
|
268
274
|
- **Onboarding page redesigned** — replaced multi-step stepper with a single full-form using every component: `Input`, `Textarea`, `DatePicker`, `DateTimePicker`, `FileUpload`, `Select` (searchable), `NumberInput`, `Slider`, `TagInput`, `RadioGroup`, `Switch` ×3, `Checkbox` ×3, `OTPInput` — organised into 4 card sections (Personal, Professional, Plan & Preferences, Security) with validation and success state
|
|
269
275
|
|
package/package.json
CHANGED