@dmsi/wedgekit-react 0.0.223 → 0.0.225

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.
@@ -1453,6 +1453,7 @@ function renderPages(pdf, testid) {
1453
1453
  if (ctx) {
1454
1454
  page.render({
1455
1455
  canvasContext: ctx,
1456
+ canvas: el,
1456
1457
  viewport: page.getViewport({ scale: 1.1 })
1457
1458
  });
1458
1459
  }
@@ -254,6 +254,7 @@ function renderPages(pdf, testid) {
254
254
  if (ctx) {
255
255
  page.render({
256
256
  canvasContext: ctx,
257
+ canvas: el,
257
258
  viewport: page.getViewport({ scale: 1.1 })
258
259
  });
259
260
  }
@@ -491,6 +491,9 @@
491
491
  ::-webkit-datetime-edit-meridiem-field {
492
492
  padding-block: 0;
493
493
  }
494
+ ::-webkit-calendar-picker-indicator {
495
+ line-height: 1;
496
+ }
494
497
  :-moz-ui-invalid {
495
498
  box-shadow: none;
496
499
  }
@@ -4822,4 +4825,4 @@ body {
4822
4825
  }
4823
4826
  }
4824
4827
  }
4825
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
4828
+ /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
package/dist/index.css CHANGED
@@ -469,6 +469,9 @@
469
469
  ::-webkit-datetime-edit-meridiem-field {
470
470
  padding-block: 0;
471
471
  }
472
+ ::-webkit-calendar-picker-indicator {
473
+ line-height: 1;
474
+ }
472
475
  :-moz-ui-invalid {
473
476
  box-shadow: none;
474
477
  }
@@ -4800,4 +4803,4 @@ body {
4800
4803
  }
4801
4804
  }
4802
4805
  }
4803
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
4806
+ /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.223",
4
+ "version": "0.0.225",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",
@@ -56,13 +56,13 @@
56
56
  "@dnd-kit/core": "^6.3.1",
57
57
  "@dnd-kit/modifiers": "^9.0.0",
58
58
  "@dnd-kit/sortable": "^10.0.0",
59
- "@headlessui/react": "^2.2.4",
59
+ "@headlessui/react": "^2.2.7",
60
60
  "@js-temporal/polyfill": "^0.5.1",
61
61
  "@mikecousins/react-pdf": "^8.0.1",
62
62
  "@tanstack/react-table": "^8.21.3",
63
63
  "@tanstack/react-virtual": "^3.13.12",
64
64
  "clsx": "^2.1.1",
65
- "pdfjs-dist": "^5.3.93",
65
+ "pdfjs-dist": "^5.4.54",
66
66
  "react-use": "^17.6.0"
67
67
  },
68
68
  "peerDependencies": {
@@ -70,23 +70,23 @@
70
70
  "react-dom": "^19.1.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@tailwindcss/postcss": "^4.1.11",
74
- "@types/react": "^19.1.8",
75
- "@types/react-dom": "^19.1.6",
76
- "@typescript-eslint/eslint-plugin": "^8.35.1",
77
- "eslint": "^9.30.1",
73
+ "@tailwindcss/postcss": "^4.1.12",
74
+ "@types/react": "^19.1.10",
75
+ "@types/react-dom": "^19.1.7",
76
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
77
+ "eslint": "^9.33.0",
78
78
  "eslint-plugin-react-hooks": "^5.2.0",
79
79
  "eslint-plugin-react-refresh": "^0.4.20",
80
80
  "prettier": "^3.6.2",
81
- "react": "^19.1.0",
82
- "react-dom": "^19.1.0",
81
+ "react": "^19.1.1",
82
+ "react-dom": "^19.1.1",
83
83
  "shx": "^0.4.0",
84
- "tailwindcss": "^4.1.11",
84
+ "tailwindcss": "^4.1.12",
85
85
  "tsup": "^8.5.0",
86
- "typescript": "5.8.3"
86
+ "typescript": "5.9.2"
87
87
  },
88
88
  "optionalDependencies": {
89
- "@rollup/rollup-linux-x64-gnu": "4.42.0",
89
+ "@rollup/rollup-linux-x64-gnu": "4.46.3",
90
90
  "lightningcss-linux-x64-gnu": "1.30.1"
91
91
  }
92
92
  }
@@ -264,6 +264,7 @@ function renderPages(pdf: PDFDocumentProxy, testid: string) {
264
264
  if (ctx) {
265
265
  page.render({
266
266
  canvasContext: ctx,
267
+ canvas: el,
267
268
  viewport: page.getViewport({ scale: 1.1 }),
268
269
  });
269
270
  }