gov-layout 1.2.20 → 1.2.22
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.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1121,7 +1121,6 @@ function UserHeader({
|
|
|
1121
1121
|
onToggleSidebar,
|
|
1122
1122
|
notificationBell,
|
|
1123
1123
|
onMarkAllRead,
|
|
1124
|
-
onViewAll,
|
|
1125
1124
|
onNotificationClick,
|
|
1126
1125
|
onProfile,
|
|
1127
1126
|
className
|
|
@@ -1465,35 +1464,7 @@ function UserHeader({
|
|
|
1465
1464
|
]
|
|
1466
1465
|
},
|
|
1467
1466
|
item.id
|
|
1468
|
-
)) })
|
|
1469
|
-
onViewAll && /* @__PURE__ */ jsx(
|
|
1470
|
-
"div",
|
|
1471
|
-
{
|
|
1472
|
-
style: {
|
|
1473
|
-
padding: "10px",
|
|
1474
|
-
borderTop: `1px solid ${isDark ? "#374151" : "#f3f4f6"}`,
|
|
1475
|
-
textAlign: "center",
|
|
1476
|
-
background: isDark ? "#1f2937" : "#fafafa"
|
|
1477
|
-
},
|
|
1478
|
-
children: /* @__PURE__ */ jsx(
|
|
1479
|
-
"button",
|
|
1480
|
-
{
|
|
1481
|
-
onClick: onViewAll,
|
|
1482
|
-
style: {
|
|
1483
|
-
fontSize: "13px",
|
|
1484
|
-
color: "#6b7280",
|
|
1485
|
-
background: "none",
|
|
1486
|
-
border: "none",
|
|
1487
|
-
cursor: "pointer",
|
|
1488
|
-
fontWeight: 500,
|
|
1489
|
-
width: "100%",
|
|
1490
|
-
padding: "4px"
|
|
1491
|
-
},
|
|
1492
|
-
children: "\u0E14\u0E39\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"
|
|
1493
|
-
}
|
|
1494
|
-
)
|
|
1495
|
-
}
|
|
1496
|
-
)
|
|
1467
|
+
)) })
|
|
1497
1468
|
]
|
|
1498
1469
|
}
|
|
1499
1470
|
)
|