bonsaif-ui 0.1.25 → 0.1.27
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 +1 -1
- package/dist/bonsaif-ui.js +2440 -2406
- package/dist/bonsaif-ui.umd.cjs +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/notifications/BonsaifUIToaster.d.ts +5 -0
- package/dist/components/notifications/BonsaifUIToaster.d.ts.map +1 -0
- package/dist/components/notifications/{PrimeAuthToaster.stories.d.ts → BonsaifUIToaster.stories.d.ts} +3 -3
- package/dist/components/notifications/{PrimeAuthToaster.stories.d.ts.map → BonsaifUIToaster.stories.d.ts.map} +1 -1
- package/dist/components/ui/DataTable.d.ts.map +1 -1
- package/dist/components/ui/RichTextEditor.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/components/notifications/PrimeAuthToaster.d.ts +0 -2
- package/dist/components/notifications/PrimeAuthToaster.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -332,7 +332,7 @@ How it works:
|
|
|
332
332
|
|
|
333
333
|
- `DynamicDetailTabs`: parent-detail layout with lazy loaded child modules.
|
|
334
334
|
- `MicroserviceFrame`, `PrimeSuiteChatFrame`: embedded service frames.
|
|
335
|
-
- `
|
|
335
|
+
- `BonsaifUIToaster`: Sonner toaster configured for Bonsaif themes.
|
|
336
336
|
- `UserAvatar`: user and bot avatars with tooltip support.
|
|
337
337
|
|
|
338
338
|
App-coupled components were adapted to receive routing, session, and navigation data through props so the library does not import private `prime-auth` modules.
|