@chainberry/ui-components 1.0.37 → 1.0.38
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.cjs +1 -1
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -160321,8 +160321,6 @@ var oUe = [
|
|
|
160321
160321
|
{
|
|
160322
160322
|
id: "createdAt",
|
|
160323
160323
|
header: "Created at",
|
|
160324
|
-
sortable: !0,
|
|
160325
|
-
sortValue: (e) => (/* @__PURE__ */ new Date(`${e.createdAt} ${e.createdTime}`)).getTime(),
|
|
160326
160324
|
cell: (e) => /* @__PURE__ */ _(aUe, {
|
|
160327
160325
|
date: e.createdAt,
|
|
160328
160326
|
time: e.createdTime
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainberry/ui-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.38",
|
|
4
4
|
"description": "Chainberry navigation UI components — React + Tailwind. Canonical source lives in ../../react-app/src/components; this package re-exports, builds, and publishes them.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|