@osdk/react-components 0.4.1-main-6b2c638658dbe4aad3cb1b827607371baec6fb32 → 0.5.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.
- package/CHANGELOG.md +6 -5
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-SVK2ZU4Q.cjs → chunk-5DPIS4DA.cjs} +4 -4
- package/build/cjs/{chunk-SVK2ZU4Q.cjs.map → chunk-5DPIS4DA.cjs.map} +1 -1
- package/build/cjs/{chunk-FMM7IDUP.cjs → chunk-BVLPZ4A7.cjs} +4 -4
- package/build/cjs/{chunk-FMM7IDUP.cjs.map → chunk-BVLPZ4A7.cjs.map} +1 -1
- package/build/cjs/{chunk-3CYEDIJI.cjs → chunk-HYROJGPG.cjs} +4 -4
- package/build/cjs/{chunk-3CYEDIJI.cjs.map → chunk-HYROJGPG.cjs.map} +1 -1
- package/build/cjs/{chunk-SKOWDKUB.cjs → chunk-JXYROL4C.cjs} +4 -4
- package/build/cjs/{chunk-SKOWDKUB.cjs.map → chunk-JXYROL4C.cjs.map} +1 -1
- package/build/cjs/{chunk-3P65RY77.cjs → chunk-K2PC2T5C.cjs} +3 -3
- package/build/cjs/chunk-K2PC2T5C.cjs.map +1 -0
- package/build/cjs/public/experimental/action-form.cjs +4 -4
- package/build/cjs/public/experimental/filter-list.cjs +6 -6
- package/build/cjs/public/experimental/object-table.cjs +6 -6
- package/build/cjs/public/experimental/pdf-viewer.cjs +24 -24
- package/build/cjs/public/experimental.cjs +37 -37
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/package.json +8 -8
- package/build/cjs/chunk-3P65RY77.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.5.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- e456da5: Add Fetch-User-Agent tracing headers for React layer network calls
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
8
11
|
- Updated dependencies [58248f8]
|
|
9
12
|
- Updated dependencies [e456da5]
|
|
10
|
-
- @osdk/react@0.
|
|
11
|
-
- @osdk/client@2.10.1-main-6b2c638658dbe4aad3cb1b827607371baec6fb32
|
|
12
|
-
- @osdk/api@2.10.1-main-6b2c638658dbe4aad3cb1b827607371baec6fb32
|
|
13
|
+
- @osdk/react@0.13.0
|
|
13
14
|
|
|
14
15
|
## 0.4.0
|
|
15
16
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.5.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,
|
|
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,kCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ var chunkJLESWL47_cjs = require('./chunk-JLESWL47.cjs');
|
|
|
6
6
|
var chunkWO3AE3GP_cjs = require('./chunk-WO3AE3GP.cjs');
|
|
7
7
|
var chunkYQIMVHDC_cjs = require('./chunk-YQIMVHDC.cjs');
|
|
8
8
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkK2PC2T5C_cjs = require('./chunk-K2PC2T5C.cjs');
|
|
10
10
|
var react = require('@osdk/react');
|
|
11
11
|
var experimental = require('@osdk/react/experimental');
|
|
12
12
|
var React15 = require('react');
|
|
@@ -1603,9 +1603,9 @@ var ActionForm = chunk2TZC4GFO_cjs.typedReactMemo(function ActionFormFn({
|
|
|
1603
1603
|
});
|
|
1604
1604
|
|
|
1605
1605
|
// src/public/experimental/action-form.ts
|
|
1606
|
-
var ActionForm2 =
|
|
1606
|
+
var ActionForm2 = chunkK2PC2T5C_cjs.withOsdkMetrics(ActionForm, "ActionForm");
|
|
1607
1607
|
|
|
1608
1608
|
exports.ActionForm = ActionForm2;
|
|
1609
1609
|
exports.BaseForm = BaseForm;
|
|
1610
|
-
//# sourceMappingURL=chunk-
|
|
1611
|
-
//# sourceMappingURL=chunk-
|
|
1610
|
+
//# sourceMappingURL=chunk-5DPIS4DA.cjs.map
|
|
1611
|
+
//# sourceMappingURL=chunk-5DPIS4DA.cjs.map
|