@leanmcp/ui 0.3.6 → 0.3.7-alpha.11.2ed1026
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/README.md +59 -52
- package/dist/{chunk-57VDL5UC.js → chunk-55345F7G.js} +2 -2
- package/dist/chunk-55345F7G.js.map +1 -0
- package/dist/{chunk-5RGEQPF3.mjs → chunk-XLPJFQ74.mjs} +2 -2
- package/dist/chunk-XLPJFQ74.mjs.map +1 -0
- package/dist/index.d.mts +28 -28
- package/dist/index.d.ts +28 -28
- package/dist/index.js +193 -193
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/server.js +13 -13
- package/dist/server.mjs +1 -1
- package/package.json +106 -106
- package/dist/chunk-57VDL5UC.js.map +0 -1
- package/dist/chunk-5RGEQPF3.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __name } from './chunk-
|
|
2
|
-
export { GPTApp, UIApp, getGPTAppMetadata, getGPTAppUri, getUIAppMetadata, getUIAppUri } from './chunk-
|
|
1
|
+
import { __name } from './chunk-XLPJFQ74.mjs';
|
|
2
|
+
export { GPTApp, UIApp, getGPTAppMetadata, getGPTAppUri, getUIAppMetadata, getUIAppUri } from './chunk-XLPJFQ74.mjs';
|
|
3
3
|
import * as React26 from 'react';
|
|
4
4
|
import React26__default, { forwardRef, Component, useState, useRef, useCallback, useEffect, createContext, useContext, useMemo, useSyncExternalStore } from 'react';
|
|
5
5
|
import { applyDocumentTheme, applyHostStyleVariables, applyHostFonts, PostMessageTransport, App } from '@modelcontextprotocol/ext-apps';
|
|
@@ -2167,7 +2167,7 @@ function ToolDataGrid({ dataTool, columns, transformData, rowActions = [], pagin
|
|
|
2167
2167
|
className: "flex items-center justify-between"
|
|
2168
2168
|
}, /* @__PURE__ */ React26.createElement("div", {
|
|
2169
2169
|
className: "text-sm text-muted-foreground"
|
|
2170
|
-
}, "Showing ", (paginationState.page - 1) * paginationState.pageSize + 1, " to", " ", Math.min(paginationState.page * paginationState.pageSize, data.total), " of
|
|
2170
|
+
}, "Showing ", (paginationState.page - 1) * paginationState.pageSize + 1, " to", " ", Math.min(paginationState.page * paginationState.pageSize, data.total), " of ", data.total, " ", "results"), /* @__PURE__ */ React26.createElement("div", {
|
|
2171
2171
|
className: "flex items-center gap-4"
|
|
2172
2172
|
}, /* @__PURE__ */ React26.createElement("div", {
|
|
2173
2173
|
className: "flex items-center gap-2"
|