@natoora-libs/drawer-menu 0.1.21 → 0.1.23-dev-doug-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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +9 -9
package/dist/index.cjs CHANGED
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
29
  // src/index.ts
30
- var index_exports = {};
31
- __export(index_exports, {
30
+ var src_exports = {};
31
+ __export(src_exports, {
32
32
  LeftDrawer: () => LeftDrawer,
33
33
  PinnedItems: () => PinnedItems,
34
34
  featureNames: () => featureNames,
@@ -37,7 +37,7 @@ __export(index_exports, {
37
37
  uiFeaturesAreEnabled: () => uiFeaturesAreEnabled,
38
38
  useGetDrawerAppList: () => useGetDrawerAppList
39
39
  });
40
- module.exports = __toCommonJS(index_exports);
40
+ module.exports = __toCommonJS(src_exports);
41
41
 
42
42
  // src/components/LeftDrawer/LeftDrawer.tsx
43
43
  var import_react2 = require("react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natoora-libs/drawer-menu",
3
- "version": "0.1.21",
3
+ "version": "0.1.23-dev-doug-1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,9 +13,9 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "module": "dist/index.js",
15
15
  "engines": {
16
- "pnpm": ">=10.0.0"
16
+ "pnpm": ">=11.0.0"
17
17
  },
18
- "packageManager": "pnpm@10.14.0",
18
+ "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
19
19
  "scripts": {
20
20
  "dev": "yalc publish && tsup --watch --onSuccess 'yalc push --changed'",
21
21
  "build": "tsup",
@@ -29,7 +29,7 @@
29
29
  "test:coverage": "jest --coverage --coverageReporters=text-summary --maxWorkers=25% --logHeapUsage"
30
30
  },
31
31
  "dependencies": {
32
- "@natoora-libs/core": "0.2.28",
32
+ "@natoora-libs/core": "0.2.48-dev-doug-1",
33
33
  "tss-react": "^4.9.15"
34
34
  },
35
35
  "devDependencies": {
@@ -52,14 +52,14 @@
52
52
  "jest": "^30.0.4",
53
53
  "jest-environment-jsdom": "^30.0.4",
54
54
  "mdi-material-ui": "^7.9.3",
55
- "react": "19.2.4",
56
- "react-dom": "19.2.4",
55
+ "react": "19.2.5",
56
+ "react-dom": "19.2.5",
57
57
  "react-hook-form": "^7.71.1",
58
58
  "react-query": "^3.19.6",
59
59
  "react-router": "^7.12.0",
60
60
  "ts-jest": "^29.4.0",
61
61
  "ts-loader": "^9.5.2",
62
- "tsup": "^8.5.1",
62
+ "tsup": "8.3.0",
63
63
  "typescript": "^5.8.3",
64
64
  "yalc": "^1.0.0-pre.53"
65
65
  },
@@ -71,8 +71,8 @@
71
71
  "@mui/x-data-grid": "^8.11.3",
72
72
  "@mui/x-date-pickers": "^8.11.3",
73
73
  "mdi-material-ui": "^7.9.3",
74
- "react": "19.2.3",
75
- "react-dom": "19.2.3",
74
+ "react": "19.2.5",
75
+ "react-dom": "19.2.5",
76
76
  "react-hook-form": "^7.71.1",
77
77
  "react-query": "^3.19.6",
78
78
  "react-router": "^7.12.0"