@osdk/react-components 0.53.0 → 0.53.1-main-305277df5bac18ee0b2d126c641119b742e6429d
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/CHANGELOG.md +6 -0
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-UQJQVLY2.cjs → chunk-3J4SH3UO.cjs} +4 -4
- package/build/cjs/{chunk-UQJQVLY2.cjs.map → chunk-3J4SH3UO.cjs.map} +1 -1
- package/build/cjs/chunk-5OVRZREZ.cjs +11 -0
- package/build/cjs/{chunk-T5O6O76J.cjs.map → chunk-5OVRZREZ.cjs.map} +1 -1
- package/build/cjs/{chunk-3X3JIY5N.cjs → chunk-EDHF4TEC.cjs} +4 -4
- package/build/cjs/{chunk-3X3JIY5N.cjs.map → chunk-EDHF4TEC.cjs.map} +1 -1
- package/build/cjs/chunk-FMJ4SQGS.cjs +11 -0
- package/build/cjs/{chunk-IX2RFZRT.cjs.map → chunk-FMJ4SQGS.cjs.map} +1 -1
- package/build/cjs/{chunk-T3S3HJNX.cjs → chunk-I2GYJ4L5.cjs} +4 -4
- package/build/cjs/{chunk-T3S3HJNX.cjs.map → chunk-I2GYJ4L5.cjs.map} +1 -1
- package/build/cjs/{chunk-BOISSIW3.cjs → chunk-JPULIPHB.cjs} +4 -4
- package/build/cjs/{chunk-BOISSIW3.cjs.map → chunk-JPULIPHB.cjs.map} +1 -1
- package/build/cjs/chunk-K6QRBW62.cjs +11 -0
- package/build/cjs/{chunk-IXDFNG6K.cjs.map → chunk-K6QRBW62.cjs.map} +1 -1
- package/build/cjs/{chunk-CHOZWKIP.cjs → chunk-KFFVNAPG.cjs} +4 -4
- package/build/cjs/{chunk-CHOZWKIP.cjs.map → chunk-KFFVNAPG.cjs.map} +1 -1
- package/build/cjs/{chunk-4YJMVIVG.cjs → chunk-MY2JKWNE.cjs} +4 -4
- package/build/cjs/{chunk-4YJMVIVG.cjs.map → chunk-MY2JKWNE.cjs.map} +1 -1
- package/build/cjs/{chunk-Z5BB42XF.cjs → chunk-TH5HTWJG.cjs} +4 -4
- package/build/cjs/{chunk-Z5BB42XF.cjs.map → chunk-TH5HTWJG.cjs.map} +1 -1
- package/build/cjs/chunk-TZB5KLIS.cjs +11 -0
- package/build/cjs/{chunk-NQHO5E52.cjs.map → chunk-TZB5KLIS.cjs.map} +1 -1
- package/build/cjs/{chunk-MMLZNTXW.cjs → chunk-YDVHGHVG.cjs} +3 -3
- package/build/cjs/chunk-YDVHGHVG.cjs.map +1 -0
- package/build/cjs/{chunk-5OKCKVNA.cjs → chunk-ZMVHUDS4.cjs} +4 -4
- package/build/cjs/{chunk-5OKCKVNA.cjs.map → chunk-ZMVHUDS4.cjs.map} +1 -1
- package/build/cjs/{chunk-W7ZKXD23.cjs → chunk-ZXSAPSU3.cjs} +4 -4
- package/build/cjs/{chunk-W7ZKXD23.cjs.map → chunk-ZXSAPSU3.cjs.map} +1 -1
- package/build/cjs/public/experimental/action-form.cjs +4 -4
- package/build/cjs/public/experimental/cbac-picker.cjs +11 -11
- package/build/cjs/public/experimental/document-viewer.cjs +4 -4
- package/build/cjs/public/experimental/email-viewer.cjs +3 -3
- package/build/cjs/public/experimental/filter-list.cjs +15 -15
- package/build/cjs/public/experimental/image-viewer.cjs +3 -3
- package/build/cjs/public/experimental/markdown-renderer.cjs +5 -5
- package/build/cjs/public/experimental/object-table.cjs +22 -22
- package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
- package/build/cjs/public/experimental/spreadsheet-viewer.cjs +3 -3
- package/build/cjs/public/experimental/tiff-renderer.cjs +5 -5
- package/build/cjs/public/experimental/video-viewer.cjs +3 -3
- package/build/cjs/public/experimental/xml-viewer.cjs +3 -3
- package/build/cjs/public/experimental.cjs +76 -76
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/package.json +3 -3
- package/build/cjs/chunk-IX2RFZRT.cjs +0 -11
- package/build/cjs/chunk-IXDFNG6K.cjs +0 -11
- package/build/cjs/chunk-MMLZNTXW.cjs.map +0 -1
- package/build/cjs/chunk-NQHO5E52.cjs +0 -11
- package/build/cjs/chunk-T5O6O76J.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
+
## 0.53.1-main-305277df5bac18ee0b2d126c641119b742e6429d
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5ddb854: Add a `DocumentViewerOverview.md` one-pager (usage, a direct `DocumentViewerProps` props reference, a Style API token summary, a table of every standalone OSDK media viewer with its import subpath and base component, and an Advanced section describing the MIME-type dispatch and per-format pass-through props) rendered by the Storybook DocumentViewer Docs page.
|
|
8
|
+
|
|
3
9
|
## 0.53.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.53.
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.53.1-main-305277df5bac18ee0b2d126c641119b742e6429d"}`;
|
|
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,
|
|
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":[]}
|
|
@@ -5,7 +5,7 @@ var chunkC6IPNPMZ_cjs = require('./chunk-C6IPNPMZ.cjs');
|
|
|
5
5
|
var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
|
|
6
6
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
7
7
|
var chunkQP2LHBCZ_cjs = require('./chunk-QP2LHBCZ.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkYDVHGHVG_cjs = require('./chunk-YDVHGHVG.cjs');
|
|
9
9
|
var platformApis = require('@osdk/react/platform-apis');
|
|
10
10
|
var React = require('react');
|
|
11
11
|
var popover = require('@base-ui/react/popover');
|
|
@@ -1059,7 +1059,7 @@ function CbacPicker({
|
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
1061
|
// src/public/experimental/cbac-picker.ts
|
|
1062
|
-
var CbacPicker2 =
|
|
1062
|
+
var CbacPicker2 = chunkYDVHGHVG_cjs.withOsdkMetrics(CbacPicker, "CbacPicker");
|
|
1063
1063
|
|
|
1064
1064
|
exports.BaseCbacPicker = BaseCbacPicker;
|
|
1065
1065
|
exports.BaseCbacPickerDialog = BaseCbacPickerDialog;
|
|
@@ -1070,5 +1070,5 @@ exports.MaxClassificationField = MaxClassificationField;
|
|
|
1070
1070
|
exports.computeMarkingStates = computeMarkingStates;
|
|
1071
1071
|
exports.groupMarkingsByCategory = groupMarkingsByCategory2;
|
|
1072
1072
|
exports.toggleMarking = toggleMarking;
|
|
1073
|
-
//# sourceMappingURL=chunk-
|
|
1074
|
-
//# sourceMappingURL=chunk-
|
|
1073
|
+
//# sourceMappingURL=chunk-3J4SH3UO.cjs.map
|
|
1074
|
+
//# sourceMappingURL=chunk-3J4SH3UO.cjs.map
|