@osdk/react-components 0.55.1-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1 → 0.56.0

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +2 -6
  2. package/build/browser/util/UserAgent.js +1 -1
  3. package/build/browser/util/UserAgent.js.map +1 -1
  4. package/build/cjs/{chunk-SKUSTIWD.cjs → chunk-2UJNMXVL.cjs} +4 -4
  5. package/build/cjs/{chunk-SKUSTIWD.cjs.map → chunk-2UJNMXVL.cjs.map} +1 -1
  6. package/build/cjs/chunk-4F5VJN66.cjs +11 -0
  7. package/build/cjs/{chunk-EDRZNTN7.cjs.map → chunk-4F5VJN66.cjs.map} +1 -1
  8. package/build/cjs/{chunk-KU6JTTPQ.cjs → chunk-6RCVPIW5.cjs} +3 -3
  9. package/build/cjs/chunk-6RCVPIW5.cjs.map +1 -0
  10. package/build/cjs/chunk-A5ZKDZH4.cjs +11 -0
  11. package/build/cjs/{chunk-W7GNSMGH.cjs.map → chunk-A5ZKDZH4.cjs.map} +1 -1
  12. package/build/cjs/{chunk-QL74MUCJ.cjs → chunk-ABT6IGXN.cjs} +4 -4
  13. package/build/cjs/{chunk-QL74MUCJ.cjs.map → chunk-ABT6IGXN.cjs.map} +1 -1
  14. package/build/cjs/{chunk-FQHSJADK.cjs → chunk-BBXX42YT.cjs} +4 -4
  15. package/build/cjs/{chunk-FQHSJADK.cjs.map → chunk-BBXX42YT.cjs.map} +1 -1
  16. package/build/cjs/chunk-CR5S7BJM.cjs +11 -0
  17. package/build/cjs/{chunk-I52I6L25.cjs.map → chunk-CR5S7BJM.cjs.map} +1 -1
  18. package/build/cjs/{chunk-MJMVMZ4H.cjs → chunk-DJNKQI5C.cjs} +4 -4
  19. package/build/cjs/{chunk-MJMVMZ4H.cjs.map → chunk-DJNKQI5C.cjs.map} +1 -1
  20. package/build/cjs/{chunk-M66IQCSS.cjs → chunk-JDKKKXMF.cjs} +4 -4
  21. package/build/cjs/{chunk-M66IQCSS.cjs.map → chunk-JDKKKXMF.cjs.map} +1 -1
  22. package/build/cjs/{chunk-AGHLPUMV.cjs → chunk-JHKAQXRZ.cjs} +4 -4
  23. package/build/cjs/{chunk-AGHLPUMV.cjs.map → chunk-JHKAQXRZ.cjs.map} +1 -1
  24. package/build/cjs/{chunk-O76EZYWX.cjs → chunk-L2FCT7HW.cjs} +4 -4
  25. package/build/cjs/{chunk-O76EZYWX.cjs.map → chunk-L2FCT7HW.cjs.map} +1 -1
  26. package/build/cjs/{chunk-XUJCOKOC.cjs → chunk-RDJK72SG.cjs} +4 -4
  27. package/build/cjs/{chunk-XUJCOKOC.cjs.map → chunk-RDJK72SG.cjs.map} +1 -1
  28. package/build/cjs/chunk-S4DLEUUJ.cjs +11 -0
  29. package/build/cjs/{chunk-NOZAELWQ.cjs.map → chunk-S4DLEUUJ.cjs.map} +1 -1
  30. package/build/cjs/{chunk-Y6X6DMW7.cjs → chunk-ULVTAKJF.cjs} +4 -4
  31. package/build/cjs/{chunk-Y6X6DMW7.cjs.map → chunk-ULVTAKJF.cjs.map} +1 -1
  32. package/build/cjs/public/experimental/action-form.cjs +4 -4
  33. package/build/cjs/public/experimental/cbac-picker.cjs +11 -11
  34. package/build/cjs/public/experimental/document-viewer.cjs +4 -4
  35. package/build/cjs/public/experimental/email-viewer.cjs +3 -3
  36. package/build/cjs/public/experimental/filter-list.cjs +15 -15
  37. package/build/cjs/public/experimental/image-viewer.cjs +3 -3
  38. package/build/cjs/public/experimental/markdown-renderer.cjs +5 -5
  39. package/build/cjs/public/experimental/object-table.cjs +22 -22
  40. package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
  41. package/build/cjs/public/experimental/spreadsheet-viewer.cjs +3 -3
  42. package/build/cjs/public/experimental/tiff-renderer.cjs +5 -5
  43. package/build/cjs/public/experimental/video-viewer.cjs +3 -3
  44. package/build/cjs/public/experimental/xml-viewer.cjs +3 -3
  45. package/build/cjs/public/experimental.cjs +76 -76
  46. package/build/esm/util/UserAgent.js +1 -1
  47. package/build/esm/util/UserAgent.js.map +1 -1
  48. package/package.json +8 -8
  49. package/build/cjs/chunk-EDRZNTN7.cjs +0 -11
  50. package/build/cjs/chunk-I52I6L25.cjs +0 -11
  51. package/build/cjs/chunk-KU6JTTPQ.cjs.map +0 -1
  52. package/build/cjs/chunk-NOZAELWQ.cjs +0 -11
  53. package/build/cjs/chunk-W7GNSMGH.cjs +0 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,11 @@
1
1
  # @osdk/react-components
2
2
 
3
- ## 0.55.1-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1
3
+ ## 0.56.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - fca4dd1: Improve ActionForm accessibility and dark-mode contrast for dropdowns, date pickers, helper text, and validation states.
8
8
  - 685e192: Add a `FilterListOverview.md` one-pager.
9
- - Updated dependencies [08ba782]
10
- - @osdk/api@2.63.0-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1
11
- - @osdk/client@2.63.0-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1
12
- - @osdk/react@2.63.0-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1
13
9
 
14
10
  ## 0.55.0
15
11
 
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- const PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.1-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1"}`;
17
+ const PACKAGE_USER_AGENT = `osdk-react-components/${"0.56.0"}`;
18
18
  export function componentUserAgent(componentName) {
19
19
  return `${PACKAGE_USER_AGENT}/${componentName}`;
20
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"UserAgent.js","names":["PACKAGE_USER_AGENT","componentUserAgent","componentName"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\n\nexport function componentUserAgent(componentName: string): string {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,kBAAkB,GAAG,iFAAsD;AAEjF,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
1
+ {"version":3,"file":"UserAgent.js","names":["PACKAGE_USER_AGENT","componentUserAgent","componentName"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\n\nexport function componentUserAgent(componentName: string): string {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,kBAAkB,GAAG,mCAAsD;AAEjF,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkDTYFQRFD_cjs = require('./chunk-DTYFQRFD.cjs');
4
- var chunkKU6JTTPQ_cjs = require('./chunk-KU6JTTPQ.cjs');
4
+ var chunk6RCVPIW5_cjs = require('./chunk-6RCVPIW5.cjs');
5
5
 
6
6
  // src/public/experimental/tiff-renderer.ts
7
- var TiffViewer2 = chunkKU6JTTPQ_cjs.withOsdkMetrics(chunkDTYFQRFD_cjs.TiffViewer, "TiffViewer");
7
+ var TiffViewer2 = chunk6RCVPIW5_cjs.withOsdkMetrics(chunkDTYFQRFD_cjs.TiffViewer, "TiffViewer");
8
8
  var TiffRenderer = chunkDTYFQRFD_cjs.BaseTiffViewer;
9
9
  var TiffViewerMedia = TiffViewer2;
10
10
 
11
11
  exports.TiffRenderer = TiffRenderer;
12
12
  exports.TiffViewer = TiffViewer2;
13
13
  exports.TiffViewerMedia = TiffViewerMedia;
14
- //# sourceMappingURL=chunk-SKUSTIWD.cjs.map
15
- //# sourceMappingURL=chunk-SKUSTIWD.cjs.map
14
+ //# sourceMappingURL=chunk-2UJNMXVL.cjs.map
15
+ //# sourceMappingURL=chunk-2UJNMXVL.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewer","withOsdkMetrics","BaseTiffViewer"],"mappings":";;;;;;AA4BO,IAAMA,WAAAA,GAAaC,iCAAA,CAAgBD,4BAAA,EAAa,YAAY;AAO5D,IAAM,YAAA,GAAeE;AAKrB,IAAM,eAAA,GAAkBF","file":"chunk-SKUSTIWD.cjs","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// This subpath keeps its `tiff-renderer` name for now even though the\n// components it exports are named `TiffViewer`. It gets renamed when the\n// `experimental/` prefix is dropped, so consumers change import paths once\n// rather than twice.\n\nimport { BaseTiffViewer as _BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\nimport { TiffViewer as _TiffViewer } from \"../../images/tiff-viewer/TiffViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\n\n// BaseTiffViewer\nexport { BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\n// TiffViewer (Media wrapper)\nexport const TiffViewer = withOsdkMetrics(_TiffViewer, \"TiffViewer\");\n\n// Deprecated `Renderer` aliases of the same values, cleared in a later pass.\n// `TiffViewerMediaProps` has none: the `Media` drop is a uniform break because\n// pdf's old name was reused for a different type.\n\n/** @deprecated Use `BaseTiffViewer` instead. */\nexport const TiffRenderer = _BaseTiffViewer;\n\n/** @deprecated Use `BaseTiffViewerProps` instead. */\n\n/** @deprecated Use `TiffViewer` instead. */\nexport const TiffViewerMedia = TiffViewer;"]}
1
+ {"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewer","withOsdkMetrics","BaseTiffViewer"],"mappings":";;;;;;AA4BO,IAAMA,WAAAA,GAAaC,iCAAA,CAAgBD,4BAAA,EAAa,YAAY;AAO5D,IAAM,YAAA,GAAeE;AAKrB,IAAM,eAAA,GAAkBF","file":"chunk-2UJNMXVL.cjs","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// This subpath keeps its `tiff-renderer` name for now even though the\n// components it exports are named `TiffViewer`. It gets renamed when the\n// `experimental/` prefix is dropped, so consumers change import paths once\n// rather than twice.\n\nimport { BaseTiffViewer as _BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\nimport { TiffViewer as _TiffViewer } from \"../../images/tiff-viewer/TiffViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\n\n// BaseTiffViewer\nexport { BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\n// TiffViewer (Media wrapper)\nexport const TiffViewer = withOsdkMetrics(_TiffViewer, \"TiffViewer\");\n\n// Deprecated `Renderer` aliases of the same values, cleared in a later pass.\n// `TiffViewerMediaProps` has none: the `Media` drop is a uniform break because\n// pdf's old name was reused for a different type.\n\n/** @deprecated Use `BaseTiffViewer` instead. */\nexport const TiffRenderer = _BaseTiffViewer;\n\n/** @deprecated Use `BaseTiffViewerProps` instead. */\n\n/** @deprecated Use `TiffViewer` instead. */\nexport const TiffViewerMedia = TiffViewer;"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkVOROB7KJ_cjs = require('./chunk-VOROB7KJ.cjs');
4
+ var chunk6RCVPIW5_cjs = require('./chunk-6RCVPIW5.cjs');
5
+
6
+ // src/public/experimental/image-viewer.ts
7
+ var ImageViewer2 = chunk6RCVPIW5_cjs.withOsdkMetrics(chunkVOROB7KJ_cjs.ImageViewer, "ImageViewer");
8
+
9
+ exports.ImageViewer = ImageViewer2;
10
+ //# sourceMappingURL=chunk-4F5VJN66.cjs.map
11
+ //# sourceMappingURL=chunk-4F5VJN66.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/experimental/image-viewer.ts"],"names":["ImageViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-EDRZNTN7.cjs","sourcesContent":["/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// BaseImageViewer\nexport { BaseImageViewer } from \"../../images/image-viewer/BaseImageViewer.js\";\n// ImageViewer (Media wrapper)\nimport { ImageViewer as _ImageViewer } from \"../../images/image-viewer/ImageViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const ImageViewer = withOsdkMetrics(_ImageViewer, \"ImageViewer\");"]}
1
+ {"version":3,"sources":["../../src/public/experimental/image-viewer.ts"],"names":["ImageViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-4F5VJN66.cjs","sourcesContent":["/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// BaseImageViewer\nexport { BaseImageViewer } from \"../../images/image-viewer/BaseImageViewer.js\";\n// ImageViewer (Media wrapper)\nimport { ImageViewer as _ImageViewer } from \"../../images/image-viewer/ImageViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const ImageViewer = withOsdkMetrics(_ImageViewer, \"ImageViewer\");"]}
@@ -10,7 +10,7 @@ var React__default = /*#__PURE__*/_interopDefault(React);
10
10
  // src/util/withOsdkMetrics.ts
11
11
 
12
12
  // src/util/UserAgent.ts
13
- var PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.1-main-3742aad32e3b5fc05ecdeb862affbc8dcdad64c1"}`;
13
+ var PACKAGE_USER_AGENT = `osdk-react-components/${"0.56.0"}`;
14
14
  function componentUserAgent(componentName) {
15
15
  return `${PACKAGE_USER_AGENT}/${componentName}`;
16
16
  }
@@ -26,5 +26,5 @@ function withOsdkMetrics(Component, name) {
26
26
  }
27
27
 
28
28
  exports.withOsdkMetrics = withOsdkMetrics;
29
- //# sourceMappingURL=chunk-KU6JTTPQ.cjs.map
30
- //# sourceMappingURL=chunk-KU6JTTPQ.cjs.map
29
+ //# sourceMappingURL=chunk-6RCVPIW5.cjs.map
30
+ //# sourceMappingURL=chunk-6RCVPIW5.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/util/UserAgent.ts","../../src/util/withOsdkMetrics.ts"],"names":["useRegisterUserAgent","React"],"mappings":";;;;;;;;;;;;AAgBA,IAAM,kBAAA,GAAqB,yBAAyB,QAA2B,CAAA,CAAA;AACxE,SAAS,mBAAmB,aAAA,EAAe;AAChD,EAAA,OAAO,CAAA,EAAG,kBAAkB,CAAA,CAAA,EAAI,aAAa,CAAA,CAAA;AAC/C;;;ACKO,SAAS,eAAA,CAAgB,WAAW,IAAA,EAAM;AAC/C,EAAA,MAAM,UAAU,CAAA,KAAA,KAAS;AACvB,IAAAA,0BAAA,CAAqB,kBAAA,CAAmB,IAAI,CAAC,CAAA;AAC7C,IAAA,uBAAoBC,sBAAA,CAAM,aAAA,CAAc,SAAA,EAAW,KAAK,CAAA;AAAA,EAC1D,CAAA;AACA,EAAA,OAAA,CAAQ,WAAA,GAAc,mBAAmB,IAAI,CAAA,CAAA,CAAA;AAC7C,EAAA,OAAO,OAAA;AACT","file":"chunk-6RCVPIW5.cjs","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\nexport function componentUserAgent(componentName) {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useRegisterUserAgent } from \"@osdk/react\";\nimport React from \"react\";\nimport { componentUserAgent } from \"./UserAgent.js\";\n\n// `any` is required: FunctionComponent defaults to FunctionComponent<{}> which\n// rejects components with required props. A generic P parameter doesn't help\n// because TS can't infer both P and C simultaneously from a single argument.\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function withOsdkMetrics(Component, name) {\n const Wrapped = props => {\n useRegisterUserAgent(componentUserAgent(name));\n return /*#__PURE__*/React.createElement(Component, props);\n };\n Wrapped.displayName = `withOsdkMetrics(${name})`;\n return Wrapped;\n}"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkKHMOMROL_cjs = require('./chunk-KHMOMROL.cjs');
4
+ var chunk6RCVPIW5_cjs = require('./chunk-6RCVPIW5.cjs');
5
+
6
+ // src/public/experimental/video-viewer.ts
7
+ var VideoViewer2 = chunk6RCVPIW5_cjs.withOsdkMetrics(chunkKHMOMROL_cjs.VideoViewer, "VideoViewer");
8
+
9
+ exports.VideoViewer = VideoViewer2;
10
+ //# sourceMappingURL=chunk-A5ZKDZH4.cjs.map
11
+ //# sourceMappingURL=chunk-A5ZKDZH4.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/experimental/video-viewer.ts"],"names":["VideoViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-W7GNSMGH.cjs","sourcesContent":["/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// BaseVideoViewer\nexport { BaseVideoViewer } from \"../../video-viewer/BaseVideoViewer.js\";\n// VideoViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { VideoViewer as _VideoViewer } from \"../../video-viewer/VideoViewer.js\";\nexport const VideoViewer = withOsdkMetrics(_VideoViewer, \"VideoViewer\");"]}
1
+ {"version":3,"sources":["../../src/public/experimental/video-viewer.ts"],"names":["VideoViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-A5ZKDZH4.cjs","sourcesContent":["/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// BaseVideoViewer\nexport { BaseVideoViewer } from \"../../video-viewer/BaseVideoViewer.js\";\n// VideoViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { VideoViewer as _VideoViewer } from \"../../video-viewer/VideoViewer.js\";\nexport const VideoViewer = withOsdkMetrics(_VideoViewer, \"VideoViewer\");"]}
@@ -7,7 +7,7 @@ var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
7
7
  var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
8
8
  var chunkQP2LHBCZ_cjs = require('./chunk-QP2LHBCZ.cjs');
9
9
  var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
10
- var chunkKU6JTTPQ_cjs = require('./chunk-KU6JTTPQ.cjs');
10
+ var chunk6RCVPIW5_cjs = require('./chunk-6RCVPIW5.cjs');
11
11
  var react = require('@osdk/react');
12
12
  var React17 = require('react');
13
13
  var icons = require('@blueprintjs/icons');
@@ -1855,9 +1855,9 @@ var ActionForm = chunkNSCCMDOJ_cjs.typedReactMemo(function ActionFormFn({
1855
1855
  ActionForm.displayName = "ActionForm";
1856
1856
 
1857
1857
  // src/public/experimental/action-form.ts
1858
- var ActionForm2 = chunkKU6JTTPQ_cjs.withOsdkMetrics(ActionForm, "ActionForm");
1858
+ var ActionForm2 = chunk6RCVPIW5_cjs.withOsdkMetrics(ActionForm, "ActionForm");
1859
1859
 
1860
1860
  exports.ActionForm = ActionForm2;
1861
1861
  exports.BaseForm = BaseForm;
1862
- //# sourceMappingURL=chunk-QL74MUCJ.cjs.map
1863
- //# sourceMappingURL=chunk-QL74MUCJ.cjs.map
1862
+ //# sourceMappingURL=chunk-ABT6IGXN.cjs.map
1863
+ //# sourceMappingURL=chunk-ABT6IGXN.cjs.map