@stackline/react-multiselect-dropdown 18.0.0 → 18.0.1

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/package.json CHANGED
@@ -1,15 +1,51 @@
1
1
  {
2
2
  "name": "@stackline/react-multiselect-dropdown",
3
- "version": "18.0.0",
4
- "description": "A maintained React 18 multiselect dropdown with controlled state, skins, live docs, and ADA-friendly keyboard support.",
3
+ "version": "18.0.1",
4
+ "description": "Maintained React 19 multiselect dropdown with accessibility-focused and keyboard/ARIA tested support, controlled state, slots, headless/state hooks, Stackline skins, body overlays, live docs, search, grouping, lazy loading, and custom renderers.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "multiselect",
8
8
  "dropdown",
9
9
  "react-multiselect-dropdown",
10
10
  "typescript",
11
+ "type-safe",
12
+ "typed-api",
13
+ "factory-api",
14
+ "multiselect-dropdown",
15
+ "select",
16
+ "multi-select",
11
17
  "forms",
12
18
  "checkbox",
19
+ "headless",
20
+ "headless-ui",
21
+ "slots",
22
+ "slot-api",
23
+ "custom-slots",
24
+ "state-hook",
25
+ "use-multiselect-state",
26
+ "controlled-component",
27
+ "object-data",
28
+ "admin-ui",
29
+ "accessible",
30
+ "accessibility",
31
+ "accessibility-focused",
32
+ "ada-compliant",
33
+ "a11y",
34
+ "aria",
35
+ "aria-tested",
36
+ "screen-reader",
37
+ "keyboard-tested",
38
+ "keyboard-aria-tested",
39
+ "keyboard-navigation",
40
+ "combobox",
41
+ "combobox-contract",
42
+ "listbox",
43
+ "async-options",
44
+ "lazy-loading",
45
+ "body-overlay",
46
+ "modal-dropdown",
47
+ "custom-renderer",
48
+ "theming",
13
49
  "ui-component",
14
50
  "wrapper",
15
51
  "maintained"
@@ -44,6 +80,7 @@
44
80
  "build": "tsup",
45
81
  "clean": "rm -rf dist docs/react-17 docs/react-18 docs/react-19",
46
82
  "typecheck": "tsc --noEmit",
83
+ "test:types": "tsc -p tsconfig.type-tests.json --noEmit",
47
84
  "pack:check": "npm run build && npm pack --dry-run",
48
85
  "release:line": "npm run build && node scripts/release-react-line.js",
49
86
  "release:sequence": "npm run build && node scripts/release-react-sequence.js",
@@ -53,10 +90,12 @@
53
90
  "build:docs:react-17": "cd docs-src/react-17 && npm run build",
54
91
  "build:docs:react-18": "cd docs-src/react-18 && npm run build",
55
92
  "build:docs:react-19": "cd docs-src/react-19 && npm run build",
56
- "build:docs": "npm run build:docs:react-18",
93
+ "build:docs": "npm run build:docs:react-19",
57
94
  "publish:verdaccio:react-17": "npm run build && npm publish --registry=http://127.0.0.1:4873 --@stackline:registry=http://127.0.0.1:4873 --tag react-17 --access public",
58
95
  "publish:verdaccio:react-18": "npm run build && npm publish --registry=http://127.0.0.1:4873 --@stackline:registry=http://127.0.0.1:4873 --tag react-18 --access public",
59
- "test": "node --test tests/*.test.cjs"
96
+ "publish:verdaccio:react-19": "npm run build && npm publish --registry=http://127.0.0.1:4873 --@stackline:registry=http://127.0.0.1:4873 --tag react-19 --access public",
97
+ "test": "node --test tests/*.test.cjs",
98
+ "test:combobox": "node scripts/verify-combobox-contract.cjs"
60
99
  },
61
100
  "peerDependencies": {
62
101
  "react": ">=18.0.0 <19.0.0",
@@ -66,8 +105,9 @@
66
105
  "access": "public"
67
106
  },
68
107
  "devDependencies": {
69
- "@types/react": "18.3.28",
70
- "@types/react-dom": "18.3.7",
108
+ "@types/react": "19.2.14",
109
+ "@types/react-dom": "19.2.3",
110
+ "puppeteer-core": "^24.31.0",
71
111
  "react": "18.3.1",
72
112
  "react-dom": "18.3.1",
73
113
  "tsup": "8.5.1",