@underverse-ui/underverse 2.0.22 → 2.0.24

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/ueditor.js CHANGED
@@ -5,9 +5,9 @@ import {
5
5
  extractImageSrcsFromHtml,
6
6
  normalizeImageUrl,
7
7
  prepareUEditorContentForSave
8
- } from "./chunk-EVY3BTAU.js";
8
+ } from "./chunk-HGOTCQXL.js";
9
9
  import "./chunk-LRIRY4DG.js";
10
- import "./chunk-LWAKD7EK.js";
10
+ import "./chunk-O7AAN6W6.js";
11
11
  import "./chunk-A4GUPKHM.js";
12
12
  import "./chunk-NSBPE2FW.js";
13
13
  export {
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@underverse-ui/underverse",
3
- "version": "2.0.22",
4
- "private": false,
5
- "description": "Underverse UI – reusable React/Next.js UI components",
3
+ "version": "2.0.24",
4
+ "description": "Private internal React/Next.js UI component library",
6
5
  "type": "module",
7
- "license": "MIT",
8
6
  "author": "Tran Van Bach",
7
+ "license": "MIT",
9
8
  "repository": {
10
9
  "type": "git",
11
10
  "url": "git+https://github.com/faker6996/underverse.git",
@@ -63,6 +62,7 @@
63
62
  "test:combobox-large-options": "node --test ./tests/combobox-large-options.test.mjs",
64
63
  "test:combobox-portal": "node --test ./tests/combobox-portal.interaction.test.mjs",
65
64
  "test:dropdown-menu-positioning": "node --test ./tests/dropdown-menu-positioning.interaction.test.mjs",
65
+ "test:popover": "node --test ./tests/popover-positioning.interaction.test.mjs",
66
66
  "test:category-tree-select-ui": "node --test ./tests/category-tree-select.interaction.test.mjs",
67
67
  "test:calendar-timeline": "node --test --experimental-strip-types ./tests/calendar-timeline-model.test.mjs",
68
68
  "test:calendar-timeline-deep": "node --test --experimental-strip-types ./tests/calendar-timeline-date-layout.test.mjs",
@@ -206,7 +206,7 @@
206
206
  "jsdom": "^28.1.0",
207
207
  "lowlight": "^3.3.0",
208
208
  "rimraf": "^6.0.1",
209
- "sharp": "^0.34.5",
209
+ "sharp": "^0.35.3",
210
210
  "tippy.js": "^6.3.7",
211
211
  "tsup": "^8.3.0",
212
212
  "typescript": "^5.6.3"
@@ -222,6 +222,7 @@
222
222
  "tailwind"
223
223
  ],
224
224
  "publishConfig": {
225
- "access": "public"
225
+ "access": "public",
226
+ "registry": "https://registry.npmjs.org/"
226
227
  }
227
228
  }