@leanmcp/ui 0.3.6 → 0.3.7-alpha.6.6dae082

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { __name } from './chunk-5RGEQPF3.mjs';
2
- export { GPTApp, UIApp, getGPTAppMetadata, getGPTAppUri, getUIAppMetadata, getUIAppUri } from './chunk-5RGEQPF3.mjs';
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", " ", data.total, " results"), /* @__PURE__ */ React26.createElement("div", {
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"