next-recomponents 1.7.41 → 1.7.42
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +27 -27
- package/src/calendar/react-datepicker.css +756 -756
- package/src/container/index.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -10969,7 +10969,7 @@ function Container({
|
|
|
10969
10969
|
href: (itemMenu == null ? void 0 : itemMenu.location) || "#",
|
|
10970
10970
|
onClick: () => setIsSidebarOpen(false),
|
|
10971
10971
|
children: [
|
|
10972
|
-
isSidebarOpen && /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "flex
|
|
10972
|
+
isSidebarOpen && /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "flex p-1 items-center hover:bg-gray-700 rounded", children: [
|
|
10973
10973
|
itemMenu == null ? void 0 : itemMenu.icon,
|
|
10974
10974
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { children: itemMenu == null ? void 0 : itemMenu.name })
|
|
10975
10975
|
] }),
|
package/dist/index.mjs
CHANGED
|
@@ -10946,7 +10946,7 @@ function Container({
|
|
|
10946
10946
|
href: (itemMenu == null ? void 0 : itemMenu.location) || "#",
|
|
10947
10947
|
onClick: () => setIsSidebarOpen(false),
|
|
10948
10948
|
children: [
|
|
10949
|
-
isSidebarOpen && /* @__PURE__ */ jsxs3("div", { className: "flex
|
|
10949
|
+
isSidebarOpen && /* @__PURE__ */ jsxs3("div", { className: "flex p-1 items-center hover:bg-gray-700 rounded", children: [
|
|
10950
10950
|
itemMenu == null ? void 0 : itemMenu.icon,
|
|
10951
10951
|
/* @__PURE__ */ jsx5("div", { children: itemMenu == null ? void 0 : itemMenu.name })
|
|
10952
10952
|
] }),
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "next-recomponents",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsup src/index.tsx --dts --format esm,cjs --out-dir dist",
|
|
9
|
-
"prepublishOnly": "npm run build",
|
|
10
|
-
"publish:public": "npm publish --access public"
|
|
11
|
-
},
|
|
12
|
-
"keywords": [],
|
|
13
|
-
"author": "",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"tsup": "^8.5.0",
|
|
17
|
-
"typescript": "^5.8.3"
|
|
18
|
-
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"@emotion/is-prop-valid": "^1.3.1",
|
|
21
|
-
"axios": "^1.9.0",
|
|
22
|
-
"moment": "^2.30.1",
|
|
23
|
-
"react": "^19.1.0",
|
|
24
|
-
"react-datepicker": "^8.4.0",
|
|
25
|
-
"react-dom": "^19.1.0"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "next-recomponents",
|
|
3
|
+
"version": "1.7.42",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsup src/index.tsx --dts --format esm,cjs --out-dir dist",
|
|
9
|
+
"prepublishOnly": "npm run build",
|
|
10
|
+
"publish:public": "npm publish --access public"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [],
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"tsup": "^8.5.0",
|
|
17
|
+
"typescript": "^5.8.3"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
21
|
+
"axios": "^1.9.0",
|
|
22
|
+
"moment": "^2.30.1",
|
|
23
|
+
"react": "^19.1.0",
|
|
24
|
+
"react-datepicker": "^8.4.0",
|
|
25
|
+
"react-dom": "^19.1.0"
|
|
26
|
+
}
|
|
27
|
+
}
|