@underverse-ui/underverse 1.0.37 → 1.0.38

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 CHANGED
@@ -270,11 +270,11 @@ function App() {
270
270
 
271
271
  ### Media Components
272
272
 
273
- - `SmartImage`, `ImageUpload`, `Carousel`
273
+ - `SmartImage`, `ImageUpload`, `Carousel`, `UEditor`
274
274
 
275
275
  ### Utilities
276
276
 
277
- - `ClientOnly`, `Loading`, `NotificationModal`, `FloatingContacts`, `AccessDenied`
277
+ - `ClientOnly`, `Loading`, `NotificationModal`, `AccessDenied`, `OverlayControls`
278
278
  - Headless controls: `ThemeToggle`, `LanguageSwitcher`
279
279
  - Utility functions: `cn`, `DateUtils`, style constants
280
280
 
@@ -282,7 +282,8 @@ function App() {
282
282
 
283
283
  - Library is i18n‑agnostic: components have sensible English defaults and accept text via props.
284
284
  - If your app uses `next-intl`, you can merge our ready‑made messages to localize built‑in texts.
285
- - `NotificationBell` is not exported (depends on projectspecific API/socket implementations).
285
+ - `NotificationBell` is not exported (depends on project-specific API/socket implementations).
286
+ - `FloatingContacts` remains app-only and is not exported from the package.
286
287
 
287
288
  ---
288
289
 
@@ -499,11 +500,11 @@ function App() {
499
500
 
500
501
  ### Media Components
501
502
 
502
- - `SmartImage`, `ImageUpload`, `Carousel`, `FallingIcons`, `Watermark`
503
+ - `SmartImage`, `ImageUpload`, `Carousel`, `FallingIcons`, `Watermark`, `UEditor`
503
504
 
504
505
  ### Utilities
505
506
 
506
- - `ClientOnly`, `Loading`, `NotificationModal`, `FloatingContacts`, `AccessDenied`
507
+ - `ClientOnly`, `Loading`, `NotificationModal`, `AccessDenied`, `OverlayControls`
507
508
  - `ThemeToggle`, `LanguageSwitcher` (headless)
508
509
  - `cn`, `DateUtils`, `useShadCNAnimations`
509
510
 
@@ -650,7 +651,7 @@ import {
650
651
  import { Table, DataTable, List, Grid, Timeline, Watermark } from "@underverse-ui/underverse";
651
652
 
652
653
  // Media
653
- import { SmartImage, ImageUpload, Carousel, FallingIcons } from "@underverse-ui/underverse";
654
+ import { SmartImage, ImageUpload, Carousel, FallingIcons, UEditor } from "@underverse-ui/underverse";
654
655
 
655
656
  // Utilities
656
657
  import {
@@ -661,7 +662,6 @@ import {
661
662
  ClientOnly,
662
663
  Loading,
663
664
  NotificationModal,
664
- FloatingContacts,
665
665
  AccessDenied,
666
666
  ThemeToggle,
667
667
  LanguageSwitcher,