@osdk/react-components 0.18.0-main-1f635101dcdf13bf3201bcaa21c641715744dbb6 → 0.18.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 (79) hide show
  1. package/CHANGELOG.md +16 -21
  2. package/build/browser/action-form/FormField.js +11 -5
  3. package/build/browser/action-form/FormField.js.map +1 -1
  4. package/build/browser/action-form/FormField.module.css +17 -0
  5. package/build/browser/action-form/FormField.module.css.js +1 -0
  6. package/build/browser/action-form/fields/FieldBridge.js +7 -1
  7. package/build/browser/action-form/fields/FieldBridge.js.map +1 -1
  8. package/build/browser/action-form/fields/FormFieldRenderer.js +2 -0
  9. package/build/browser/action-form/fields/FormFieldRenderer.js.map +1 -1
  10. package/build/browser/styles.css +38 -0
  11. package/build/browser/tokens/component-tokens/form.css +21 -0
  12. package/build/browser/util/UserAgent.js +1 -1
  13. package/build/browser/util/UserAgent.js.map +1 -1
  14. package/build/cjs/{chunk-T535MGC4.cjs → chunk-3ZTI3X34.cjs} +4 -4
  15. package/build/cjs/{chunk-T535MGC4.cjs.map → chunk-3ZTI3X34.cjs.map} +1 -1
  16. package/build/cjs/{chunk-3MZS45DK.cjs → chunk-4VBZDFNF.cjs} +19 -9
  17. package/build/cjs/chunk-4VBZDFNF.cjs.map +1 -0
  18. package/build/cjs/chunk-4WN66RSZ.cjs +11 -0
  19. package/build/cjs/{chunk-UKGRBSSF.cjs.map → chunk-4WN66RSZ.cjs.map} +1 -1
  20. package/build/cjs/chunk-5BNDEXWF.cjs +11 -0
  21. package/build/cjs/{chunk-EE2OFLAZ.cjs.map → chunk-5BNDEXWF.cjs.map} +1 -1
  22. package/build/cjs/{chunk-DY5TM2V6.cjs → chunk-5YC6ASJW.cjs} +4 -4
  23. package/build/cjs/{chunk-DY5TM2V6.cjs.map → chunk-5YC6ASJW.cjs.map} +1 -1
  24. package/build/cjs/{chunk-CGCF5U65.cjs → chunk-DDXYP26C.cjs} +4 -4
  25. package/build/cjs/{chunk-CGCF5U65.cjs.map → chunk-DDXYP26C.cjs.map} +1 -1
  26. package/build/cjs/{chunk-HHNCKBQD.cjs → chunk-G7ASG6Y4.cjs} +4 -4
  27. package/build/cjs/{chunk-HHNCKBQD.cjs.map → chunk-G7ASG6Y4.cjs.map} +1 -1
  28. package/build/cjs/{chunk-2OWD7MYY.cjs → chunk-GU5FOAQH.cjs} +3 -3
  29. package/build/cjs/chunk-GU5FOAQH.cjs.map +1 -0
  30. package/build/cjs/{chunk-PQB7LUTF.cjs → chunk-JYNEP3MG.cjs} +4 -4
  31. package/build/cjs/{chunk-PQB7LUTF.cjs.map → chunk-JYNEP3MG.cjs.map} +1 -1
  32. package/build/cjs/{chunk-H43DG4GH.cjs → chunk-LPGTPRYE.cjs} +4 -4
  33. package/build/cjs/{chunk-H43DG4GH.cjs.map → chunk-LPGTPRYE.cjs.map} +1 -1
  34. package/build/cjs/chunk-RR3VWKZH.cjs +11 -0
  35. package/build/cjs/{chunk-YYSCXUYI.cjs.map → chunk-RR3VWKZH.cjs.map} +1 -1
  36. package/build/cjs/chunk-URQCTCDJ.cjs +11 -0
  37. package/build/cjs/{chunk-L3U64NY4.cjs.map → chunk-URQCTCDJ.cjs.map} +1 -1
  38. package/build/cjs/chunk-WVP6Y6QL.cjs +11 -0
  39. package/build/cjs/{chunk-357LAJ2P.cjs.map → chunk-WVP6Y6QL.cjs.map} +1 -1
  40. package/build/cjs/public/experimental/action-form.cjs +4 -4
  41. package/build/cjs/public/experimental/action-form.css +15 -0
  42. package/build/cjs/public/experimental/action-form.css.map +1 -1
  43. package/build/cjs/public/experimental/document-viewer.cjs +4 -4
  44. package/build/cjs/public/experimental/email-viewer.cjs +3 -3
  45. package/build/cjs/public/experimental/excel-viewer.cjs +3 -3
  46. package/build/cjs/public/experimental/filter-list.cjs +13 -13
  47. package/build/cjs/public/experimental/image-viewer.cjs +3 -3
  48. package/build/cjs/public/experimental/markdown-renderer.cjs +3 -3
  49. package/build/cjs/public/experimental/object-table.cjs +8 -8
  50. package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
  51. package/build/cjs/public/experimental/tiff-renderer.cjs +3 -3
  52. package/build/cjs/public/experimental/video-viewer.cjs +3 -3
  53. package/build/cjs/public/experimental/xml-viewer.cjs +3 -3
  54. package/build/cjs/public/experimental.cjs +46 -46
  55. package/build/cjs/public/experimental.css +15 -0
  56. package/build/cjs/public/experimental.css.map +1 -1
  57. package/build/esm/action-form/FormField.js +11 -5
  58. package/build/esm/action-form/FormField.js.map +1 -1
  59. package/build/esm/action-form/FormField.module.css +17 -0
  60. package/build/esm/action-form/fields/FieldBridge.js +7 -1
  61. package/build/esm/action-form/fields/FieldBridge.js.map +1 -1
  62. package/build/esm/action-form/fields/FormFieldRenderer.js +2 -0
  63. package/build/esm/action-form/fields/FormFieldRenderer.js.map +1 -1
  64. package/build/esm/tokens/component-tokens/form.css +21 -0
  65. package/build/esm/util/UserAgent.js +1 -1
  66. package/build/esm/util/UserAgent.js.map +1 -1
  67. package/build/types/action-form/FormField.d.ts +1 -0
  68. package/build/types/action-form/FormField.d.ts.map +1 -1
  69. package/build/types/action-form/fields/FieldBridge.d.ts.map +1 -1
  70. package/build/types/action-form/fields/FormFieldRenderer.d.ts +1 -0
  71. package/build/types/action-form/fields/FormFieldRenderer.d.ts.map +1 -1
  72. package/package.json +8 -8
  73. package/build/cjs/chunk-2OWD7MYY.cjs.map +0 -1
  74. package/build/cjs/chunk-357LAJ2P.cjs +0 -11
  75. package/build/cjs/chunk-3MZS45DK.cjs.map +0 -1
  76. package/build/cjs/chunk-EE2OFLAZ.cjs +0 -11
  77. package/build/cjs/chunk-L3U64NY4.cjs +0 -11
  78. package/build/cjs/chunk-UKGRBSSF.cjs +0 -11
  79. package/build/cjs/chunk-YYSCXUYI.cjs +0 -11
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkKHMOMROL_cjs = require('./chunk-KHMOMROL.cjs');
4
+ var chunkGU5FOAQH_cjs = require('./chunk-GU5FOAQH.cjs');
5
+
6
+ // src/public/experimental/video-viewer.ts
7
+ var VideoViewer2 = chunkGU5FOAQH_cjs.withOsdkMetrics(chunkKHMOMROL_cjs.VideoViewer, "VideoViewer");
8
+
9
+ exports.VideoViewer = VideoViewer2;
10
+ //# sourceMappingURL=chunk-RR3VWKZH.cjs.map
11
+ //# sourceMappingURL=chunk-RR3VWKZH.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-YYSCXUYI.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-RR3VWKZH.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\");"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkVOROB7KJ_cjs = require('./chunk-VOROB7KJ.cjs');
4
+ var chunkGU5FOAQH_cjs = require('./chunk-GU5FOAQH.cjs');
5
+
6
+ // src/public/experimental/image-viewer.ts
7
+ var ImageViewer2 = chunkGU5FOAQH_cjs.withOsdkMetrics(chunkVOROB7KJ_cjs.ImageViewer, "ImageViewer");
8
+
9
+ exports.ImageViewer = ImageViewer2;
10
+ //# sourceMappingURL=chunk-URQCTCDJ.cjs.map
11
+ //# sourceMappingURL=chunk-URQCTCDJ.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-L3U64NY4.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-URQCTCDJ.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\");"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkOUJQJQ7N_cjs = require('./chunk-OUJQJQ7N.cjs');
4
+ var chunkGU5FOAQH_cjs = require('./chunk-GU5FOAQH.cjs');
5
+
6
+ // src/public/experimental/xml-viewer.ts
7
+ var XmlViewer2 = chunkGU5FOAQH_cjs.withOsdkMetrics(chunkOUJQJQ7N_cjs.XmlViewer, "XmlViewer");
8
+
9
+ exports.XmlViewer = XmlViewer2;
10
+ //# sourceMappingURL=chunk-WVP6Y6QL.cjs.map
11
+ //# sourceMappingURL=chunk-WVP6Y6QL.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-357LAJ2P.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-WVP6Y6QL.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,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3MZS45DK_cjs = require('../../chunk-3MZS45DK.cjs');
3
+ var chunk4VBZDFNF_cjs = require('../../chunk-4VBZDFNF.cjs');
4
4
  require('../../chunk-SFQMJMTV.cjs');
5
5
  require('../../chunk-FXEPNL5K.cjs');
6
6
  require('../../chunk-VU6DLQT5.cjs');
@@ -10,18 +10,18 @@ require('../../chunk-HNBSGCSZ.cjs');
10
10
  require('../../chunk-7LXS66DW.cjs');
11
11
  require('../../chunk-MD4KDE44.cjs');
12
12
  require('../../chunk-UCTQICPR.cjs');
13
- require('../../chunk-2OWD7MYY.cjs');
13
+ require('../../chunk-GU5FOAQH.cjs');
14
14
  require('../../chunk-Q2W6GYRK.cjs');
15
15
 
16
16
 
17
17
 
18
18
  Object.defineProperty(exports, "ActionForm", {
19
19
  enumerable: true,
20
- get: function () { return chunk3MZS45DK_cjs.ActionForm; }
20
+ get: function () { return chunk4VBZDFNF_cjs.ActionForm; }
21
21
  });
22
22
  Object.defineProperty(exports, "BaseForm", {
23
23
  enumerable: true,
24
- get: function () { return chunk3MZS45DK_cjs.BaseForm; }
24
+ get: function () { return chunk4VBZDFNF_cjs.BaseForm; }
25
25
  });
26
26
  //# sourceMappingURL=action-form.cjs.map
27
27
  //# sourceMappingURL=action-form.cjs.map
@@ -568,6 +568,21 @@
568
568
  display: flex;
569
569
  align-items: center;
570
570
  gap: var(--osdk-form-label-row-gap);
571
+ min-block-size: var(--osdk-form-label-row-min-block-size);
572
+ }
573
+ .osdkFormFieldEditedTag {
574
+ display: inline-flex;
575
+ align-items: center;
576
+ flex-shrink: 0;
577
+ margin-inline-start: auto;
578
+ padding-block: var(--osdk-form-edited-tag-padding-block);
579
+ padding-inline: var(--osdk-form-edited-tag-padding-inline);
580
+ border-radius: var(--osdk-form-edited-tag-border-radius);
581
+ background-color: var(--osdk-form-edited-tag-bg);
582
+ color: var(--osdk-form-edited-tag-color);
583
+ font-size: var(--osdk-form-edited-tag-font-size);
584
+ font-weight: var(--osdk-form-edited-tag-font-weight);
585
+ line-height: var(--osdk-form-edited-tag-line-height);
571
586
  }
572
587
  .osdkFormFieldInfoIcon {
573
588
  display: inline-flex;