@osdk/react-components 0.30.1-main-b174a282d4a55296a00a00076f2ddff340316892 → 0.31.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 +2 -9
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-3C4D7TAC.cjs → chunk-4D76CJ7U.cjs} +4 -4
- package/build/cjs/{chunk-3C4D7TAC.cjs.map → chunk-4D76CJ7U.cjs.map} +1 -1
- package/build/cjs/chunk-CKQGQVDF.cjs +11 -0
- package/build/cjs/{chunk-M5HAHEQB.cjs.map → chunk-CKQGQVDF.cjs.map} +1 -1
- package/build/cjs/chunk-D4GJZL36.cjs +11 -0
- package/build/cjs/{chunk-OVEEPF57.cjs.map → chunk-D4GJZL36.cjs.map} +1 -1
- package/build/cjs/{chunk-D5762ZAD.cjs → chunk-JIWGBFGR.cjs} +4 -4
- package/build/cjs/{chunk-D5762ZAD.cjs.map → chunk-JIWGBFGR.cjs.map} +1 -1
- package/build/cjs/chunk-KI7RHSQL.cjs +11 -0
- package/build/cjs/{chunk-LXG26RQI.cjs.map → chunk-KI7RHSQL.cjs.map} +1 -1
- package/build/cjs/{chunk-K72W5UIH.cjs → chunk-NY2N5RCP.cjs} +4 -4
- package/build/cjs/{chunk-K72W5UIH.cjs.map → chunk-NY2N5RCP.cjs.map} +1 -1
- package/build/cjs/chunk-RIUYHR7K.cjs +11 -0
- package/build/cjs/{chunk-5LOHUZNO.cjs.map → chunk-RIUYHR7K.cjs.map} +1 -1
- package/build/cjs/chunk-RO2P5OR5.cjs +11 -0
- package/build/cjs/{chunk-5B6T3UTL.cjs.map → chunk-RO2P5OR5.cjs.map} +1 -1
- package/build/cjs/{chunk-TJR3XKUS.cjs → chunk-TUVLKY5U.cjs} +4 -4
- package/build/cjs/{chunk-TJR3XKUS.cjs.map → chunk-TUVLKY5U.cjs.map} +1 -1
- package/build/cjs/{chunk-JVVT7NOQ.cjs → chunk-UV2RZHPD.cjs} +3 -3
- package/build/cjs/chunk-UV2RZHPD.cjs.map +1 -0
- package/build/cjs/{chunk-44CHEORK.cjs → chunk-V3IYNWFM.cjs} +4 -4
- package/build/cjs/{chunk-44CHEORK.cjs.map → chunk-V3IYNWFM.cjs.map} +1 -1
- package/build/cjs/{chunk-E75VGCER.cjs → chunk-XBQ3AYTP.cjs} +4 -4
- package/build/cjs/{chunk-E75VGCER.cjs.map → chunk-XBQ3AYTP.cjs.map} +1 -1
- package/build/cjs/{chunk-DPFHSWCK.cjs → chunk-Y7FZNSDO.cjs} +4 -4
- package/build/cjs/{chunk-DPFHSWCK.cjs.map → chunk-Y7FZNSDO.cjs.map} +1 -1
- package/build/cjs/{chunk-TM3QHYRU.cjs → chunk-YSFJJ6LU.cjs} +4 -4
- package/build/cjs/{chunk-TM3QHYRU.cjs.map → chunk-YSFJJ6LU.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/excel-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 +3 -3
- package/build/cjs/public/experimental/object-table.cjs +8 -8
- package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
- package/build/cjs/public/experimental/tiff-renderer.cjs +3 -3
- 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 +58 -58
- 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-5B6T3UTL.cjs +0 -11
- package/build/cjs/chunk-5LOHUZNO.cjs +0 -11
- package/build/cjs/chunk-JVVT7NOQ.cjs.map +0 -1
- package/build/cjs/chunk-LXG26RQI.cjs +0 -11
- package/build/cjs/chunk-M5HAHEQB.cjs +0 -11
- package/build/cjs/chunk-OVEEPF57.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.31.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- c24b0cf: Align OSDK component tokens with Blueprint styling: use box-shadow instead of border for inputs, buttons, and selects; add proper dark mode token overrides; group Storybook theme presets into built-in and custom categories
|
|
8
|
-
- Updated dependencies [b174a28]
|
|
9
|
-
- Updated dependencies [75a5c26]
|
|
10
|
-
- Updated dependencies [915d245]
|
|
11
|
-
- Updated dependencies [01bea93]
|
|
12
|
-
- @osdk/client@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
|
|
13
|
-
- @osdk/react@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
|
|
14
|
-
- @osdk/api@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
|
|
15
8
|
|
|
16
9
|
## 0.30.0
|
|
17
10
|
|
|
@@ -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.31.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,mCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -10,7 +10,7 @@ var chunkDWNKXV5E_cjs = require('./chunk-DWNKXV5E.cjs');
|
|
|
10
10
|
var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
|
|
11
11
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
12
12
|
var chunkMD4KDE44_cjs = require('./chunk-MD4KDE44.cjs');
|
|
13
|
-
var
|
|
13
|
+
var chunkUV2RZHPD_cjs = require('./chunk-UV2RZHPD.cjs');
|
|
14
14
|
var reactTable = require('@tanstack/react-table');
|
|
15
15
|
var React16 = require('react');
|
|
16
16
|
var react = require('@osdk/react');
|
|
@@ -3235,7 +3235,7 @@ function ObjectTable({
|
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
3237
|
// src/public/experimental/object-table.ts
|
|
3238
|
-
var ObjectTable2 =
|
|
3238
|
+
var ObjectTable2 = chunkUV2RZHPD_cjs.withOsdkMetrics(ObjectTable, "ObjectTable");
|
|
3239
3239
|
|
|
3240
3240
|
exports.BaseTable = BaseTable;
|
|
3241
3241
|
exports.ColumnConfigDialog = ColumnConfigDialog;
|
|
@@ -3243,5 +3243,5 @@ exports.LoadingCell = LoadingCell;
|
|
|
3243
3243
|
exports.LoadingCellContent = LoadingCellContent;
|
|
3244
3244
|
exports.MultiColumnSortDialog = MultiColumnSortDialog;
|
|
3245
3245
|
exports.ObjectTable = ObjectTable2;
|
|
3246
|
-
//# sourceMappingURL=chunk-
|
|
3247
|
-
//# sourceMappingURL=chunk-
|
|
3246
|
+
//# sourceMappingURL=chunk-4D76CJ7U.cjs.map
|
|
3247
|
+
//# sourceMappingURL=chunk-4D76CJ7U.cjs.map
|