@mieweb/ui 0.3.0-dev.69 → 0.3.0-dev.71

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@mieweb/ui",
3
- "version": "0.3.0-dev.69",
3
+ "version": "0.3.0-dev.71",
4
4
  "description": "A themeable, accessible React component library built with Tailwind CSS",
5
5
  "author": "Medical Informatics Engineering, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -128,6 +128,16 @@
128
128
  "default": "./dist/datavis.cjs"
129
129
  }
130
130
  },
131
+ "./ozwell": {
132
+ "import": {
133
+ "types": "./dist/ozwell.d.ts",
134
+ "default": "./dist/ozwell.js"
135
+ },
136
+ "require": {
137
+ "types": "./dist/ozwell.d.cts",
138
+ "default": "./dist/ozwell.cjs"
139
+ }
140
+ },
131
141
  "./styles.css": "./dist/styles.css",
132
142
  "./styles": "./dist/styles.css",
133
143
  "./init.css": "./dist/styles/init.css"
@@ -159,9 +169,11 @@
159
169
  "test:visual": "playwright test",
160
170
  "test:visual:ui": "playwright test --ui",
161
171
  "test:visual:debug": "playwright test --debug",
172
+ "test:storybook": "test-storybook --url http://localhost:6006",
162
173
  "prepublishOnly": "npm run build"
163
174
  },
164
175
  "peerDependencies": {
176
+ "@ozwell/react": ">=0.1.0",
165
177
  "ag-grid-community": ">=32.0.0",
166
178
  "ag-grid-react": ">=32.0.0",
167
179
  "datavis-ace": "=4.0.0-PRE.1",
@@ -170,6 +182,9 @@
170
182
  "wavesurfer.js": ">=7.0.0"
171
183
  },
172
184
  "peerDependenciesMeta": {
185
+ "@ozwell/react": {
186
+ "optional": true
187
+ },
173
188
  "ag-grid-community": {
174
189
  "optional": true
175
190
  },
@@ -200,12 +215,14 @@
200
215
  },
201
216
  "devDependencies": {
202
217
  "@eslint/js": "^9.39.3",
218
+ "@ozwell/react": "file:./packages/ozwell/packages/react",
203
219
  "@playwright/test": "^1.58.2",
204
220
  "@storybook/addon-a11y": "^10.2.11",
205
221
  "@storybook/addon-docs": "^10.2.11",
206
222
  "@storybook/addon-links": "^10.2.11",
207
223
  "@storybook/react": "^10.2.11",
208
224
  "@storybook/react-vite": "^10.2.11",
225
+ "@storybook/test-runner": "0.24.3",
209
226
  "@tailwindcss/cli": "^4.2.1",
210
227
  "@tailwindcss/postcss": "^4.2.1",
211
228
  "@testing-library/jest-dom": "^6.9.1",
@@ -243,6 +260,6 @@
243
260
  "wavesurfer.js": "^7.12.1"
244
261
  },
245
262
  "engines": {
246
- "node": ">=18.0.0"
263
+ "node": ">=20.0.0"
247
264
  }
248
265
  }