@osdk/react-components 0.29.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982 → 0.29.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 (54) hide show
  1. package/CHANGELOG.md +2 -10
  2. package/build/browser/util/UserAgent.js +1 -1
  3. package/build/browser/util/UserAgent.js.map +1 -1
  4. package/build/cjs/chunk-5QWHF5WH.cjs +11 -0
  5. package/build/cjs/{chunk-P6HBAEFN.cjs.map → chunk-5QWHF5WH.cjs.map} +1 -1
  6. package/build/cjs/chunk-AJQONKLI.cjs +11 -0
  7. package/build/cjs/{chunk-LOQUB7HM.cjs.map → chunk-AJQONKLI.cjs.map} +1 -1
  8. package/build/cjs/chunk-CO4LWPUS.cjs +11 -0
  9. package/build/cjs/{chunk-TB5DPHFI.cjs.map → chunk-CO4LWPUS.cjs.map} +1 -1
  10. package/build/cjs/{chunk-MLCXWBH5.cjs → chunk-D5WTY4FQ.cjs} +4 -4
  11. package/build/cjs/{chunk-MLCXWBH5.cjs.map → chunk-D5WTY4FQ.cjs.map} +1 -1
  12. package/build/cjs/{chunk-IKT67HUE.cjs → chunk-F5VB3NHC.cjs} +4 -4
  13. package/build/cjs/{chunk-IKT67HUE.cjs.map → chunk-F5VB3NHC.cjs.map} +1 -1
  14. package/build/cjs/{chunk-2OMUAWBQ.cjs → chunk-GNMMSCYP.cjs} +4 -4
  15. package/build/cjs/{chunk-2OMUAWBQ.cjs.map → chunk-GNMMSCYP.cjs.map} +1 -1
  16. package/build/cjs/{chunk-RIH6VPOS.cjs → chunk-HMA7KM2I.cjs} +4 -4
  17. package/build/cjs/{chunk-RIH6VPOS.cjs.map → chunk-HMA7KM2I.cjs.map} +1 -1
  18. package/build/cjs/chunk-IELJETRI.cjs +11 -0
  19. package/build/cjs/{chunk-LKSGMVGA.cjs.map → chunk-IELJETRI.cjs.map} +1 -1
  20. package/build/cjs/{chunk-2NZ2TUF2.cjs → chunk-NWIJQFKV.cjs} +4 -4
  21. package/build/cjs/{chunk-2NZ2TUF2.cjs.map → chunk-NWIJQFKV.cjs.map} +1 -1
  22. package/build/cjs/chunk-OASYPH2A.cjs +11 -0
  23. package/build/cjs/{chunk-TJ37OJEV.cjs.map → chunk-OASYPH2A.cjs.map} +1 -1
  24. package/build/cjs/{chunk-3UUVLVA6.cjs → chunk-PHTR5H24.cjs} +4 -4
  25. package/build/cjs/{chunk-3UUVLVA6.cjs.map → chunk-PHTR5H24.cjs.map} +1 -1
  26. package/build/cjs/{chunk-C5FEGMLI.cjs → chunk-QAD23BBR.cjs} +4 -4
  27. package/build/cjs/{chunk-C5FEGMLI.cjs.map → chunk-QAD23BBR.cjs.map} +1 -1
  28. package/build/cjs/{chunk-7E5REOP6.cjs → chunk-RTAB55ZH.cjs} +3 -3
  29. package/build/cjs/chunk-RTAB55ZH.cjs.map +1 -0
  30. package/build/cjs/{chunk-4XSBSDYX.cjs → chunk-TTCFQWND.cjs} +4 -4
  31. package/build/cjs/{chunk-4XSBSDYX.cjs.map → chunk-TTCFQWND.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/excel-viewer.cjs +3 -3
  37. package/build/cjs/public/experimental/filter-list.cjs +15 -15
  38. package/build/cjs/public/experimental/image-viewer.cjs +3 -3
  39. package/build/cjs/public/experimental/markdown-renderer.cjs +3 -3
  40. package/build/cjs/public/experimental/object-table.cjs +8 -8
  41. package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
  42. package/build/cjs/public/experimental/tiff-renderer.cjs +3 -3
  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 +58 -58
  46. package/build/esm/util/UserAgent.js +1 -1
  47. package/build/esm/util/UserAgent.js.map +1 -1
  48. package/package.json +7 -7
  49. package/build/cjs/chunk-7E5REOP6.cjs.map +0 -1
  50. package/build/cjs/chunk-LKSGMVGA.cjs +0 -11
  51. package/build/cjs/chunk-LOQUB7HM.cjs +0 -11
  52. package/build/cjs/chunk-P6HBAEFN.cjs +0 -11
  53. package/build/cjs/chunk-TB5DPHFI.cjs +0 -11
  54. package/build/cjs/chunk-TJ37OJEV.cjs +0 -11
package/CHANGELOG.md CHANGED
@@ -1,20 +1,12 @@
1
1
  # @osdk/react-components
2
2
 
3
- ## 0.29.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982
3
+ ## 0.29.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - ee3bce8: Add `downloadFileName` prop to set the PDF download name.
8
-
9
- ### Patch Changes
10
-
11
7
  - ee3bce8: Fix PDF viewer toolbar download saving an invalid filename.
8
+ - ee3bce8: Add `downloadFileName` prop to set the PDF download name.
12
9
  - e553390: Fix inaccurate docs: drop stale `@beta` install pins (now older than `latest`) so all setup pages agree on untagged installs, soften the "every `--osdk-*` token maps to a `--bp-*` token" claim (some hold raw values), simplify the Layers section to user-facing setup, and remove `@osdk/cbac-components` install/style references now that CBAC components are merged into `@osdk/react-components`.
13
- - Updated dependencies [06adca1]
14
- - Updated dependencies [79f8a6e]
15
- - @osdk/client@2.32.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982
16
- - @osdk/api@2.32.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982
17
- - @osdk/react@2.32.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982
18
10
 
19
11
  ## 0.28.0
20
12
 
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- const PACKAGE_USER_AGENT = `osdk-react-components/${"0.29.0-main-b6f0fc39b4075ace2a3e16d976f40900854dd982"}`;
17
+ const PACKAGE_USER_AGENT = `osdk-react-components/${"0.29.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 =\n `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,GACtB,iFAAsD;AAExD,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 =\n `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,GACtB,mCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkOUJQJQ7N_cjs = require('./chunk-OUJQJQ7N.cjs');
4
+ var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
5
+
6
+ // src/public/experimental/xml-viewer.ts
7
+ var XmlViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkOUJQJQ7N_cjs.XmlViewer, "XmlViewer");
8
+
9
+ exports.XmlViewer = XmlViewer2;
10
+ //# sourceMappingURL=chunk-5QWHF5WH.cjs.map
11
+ //# sourceMappingURL=chunk-5QWHF5WH.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/experimental/xml-viewer.ts"],"names":["XmlViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,UAAAA,GAAYC,iCAAA,CAAgBD,2BAAA,EAAY,WAAW","file":"chunk-P6HBAEFN.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// BaseXmlViewer\nexport { BaseXmlViewer } from \"../../xml-viewer/BaseXmlViewer.js\";\n// XmlViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { XmlViewer as _XmlViewer } from \"../../xml-viewer/XmlViewer.js\";\nexport const XmlViewer = withOsdkMetrics(_XmlViewer, \"XmlViewer\");"]}
1
+ {"version":3,"sources":["../../src/public/experimental/xml-viewer.ts"],"names":["XmlViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,UAAAA,GAAYC,iCAAA,CAAgBD,2BAAA,EAAY,WAAW","file":"chunk-5QWHF5WH.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// BaseXmlViewer\nexport { BaseXmlViewer } from \"../../xml-viewer/BaseXmlViewer.js\";\n// XmlViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { XmlViewer as _XmlViewer } from \"../../xml-viewer/XmlViewer.js\";\nexport const XmlViewer = withOsdkMetrics(_XmlViewer, \"XmlViewer\");"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkPKJFOG2Z_cjs = require('./chunk-PKJFOG2Z.cjs');
4
+ var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
5
+
6
+ // src/public/experimental/email-viewer.ts
7
+ var EmailViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkPKJFOG2Z_cjs.EmailViewer, "EmailViewer");
8
+
9
+ exports.EmailViewer = EmailViewer2;
10
+ //# sourceMappingURL=chunk-AJQONKLI.cjs.map
11
+ //# sourceMappingURL=chunk-AJQONKLI.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/experimental/email-viewer.ts"],"names":["EmailViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-LOQUB7HM.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// BaseEmailViewer\nexport { BaseEmailViewer } from \"../../email-viewer/BaseEmailViewer.js\";\n// EmailViewer (Media wrapper)\nimport { EmailViewer as _EmailViewer } from \"../../email-viewer/EmailViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const EmailViewer = withOsdkMetrics(_EmailViewer, \"EmailViewer\");"]}
1
+ {"version":3,"sources":["../../src/public/experimental/email-viewer.ts"],"names":["EmailViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-AJQONKLI.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// BaseEmailViewer\nexport { BaseEmailViewer } from \"../../email-viewer/BaseEmailViewer.js\";\n// EmailViewer (Media wrapper)\nimport { EmailViewer as _EmailViewer } from \"../../email-viewer/EmailViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const EmailViewer = withOsdkMetrics(_EmailViewer, \"EmailViewer\");"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkKHMOMROL_cjs = require('./chunk-KHMOMROL.cjs');
4
+ var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
5
+
6
+ // src/public/experimental/video-viewer.ts
7
+ var VideoViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkKHMOMROL_cjs.VideoViewer, "VideoViewer");
8
+
9
+ exports.VideoViewer = VideoViewer2;
10
+ //# sourceMappingURL=chunk-CO4LWPUS.cjs.map
11
+ //# sourceMappingURL=chunk-CO4LWPUS.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-TB5DPHFI.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-CO4LWPUS.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\");"]}
@@ -6,7 +6,7 @@ var chunkE5OKIBYJ_cjs = require('./chunk-E5OKIBYJ.cjs');
6
6
  var chunkNE7GRF7G_cjs = require('./chunk-NE7GRF7G.cjs');
7
7
  var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
8
8
  var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
9
- var chunk7E5REOP6_cjs = require('./chunk-7E5REOP6.cjs');
9
+ var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
10
10
  var button = require('@base-ui/react/button');
11
11
  var classnames3 = require('classnames');
12
12
  var React15 = require('react');
@@ -5576,7 +5576,7 @@ function summarizeFilterValue(definition, state) {
5576
5576
  }
5577
5577
 
5578
5578
  // src/public/experimental/filter-list.ts
5579
- var FilterList2 = chunk7E5REOP6_cjs.withOsdkMetrics(FilterList, "FilterList");
5579
+ var FilterList2 = chunkRTAB55ZH_cjs.withOsdkMetrics(FilterList, "FilterList");
5580
5580
 
5581
5581
  exports.BaseFilterList = BaseFilterList;
5582
5582
  exports.FilterInput = FilterInput;
@@ -5591,5 +5591,5 @@ exports.narrowObjectSet = narrowObjectSet;
5591
5591
  exports.serializeFilterStates = serializeFilterStates;
5592
5592
  exports.summarizeFilterValue = summarizeFilterValue;
5593
5593
  exports.useFilterListState = useFilterListState;
5594
- //# sourceMappingURL=chunk-MLCXWBH5.cjs.map
5595
- //# sourceMappingURL=chunk-MLCXWBH5.cjs.map
5594
+ //# sourceMappingURL=chunk-D5WTY4FQ.cjs.map
5595
+ //# sourceMappingURL=chunk-D5WTY4FQ.cjs.map