@osdk/react-components 0.7.0-main-83993d7ef83c454f9ec18d4b2f56091e0c9238f6 → 0.7.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 CHANGED
@@ -1,18 +1,18 @@
1
1
  # @osdk/react-components
2
2
 
3
- ## 0.7.0-main-83993d7ef83c454f9ec18d4b2f56091e0c9238f6
3
+ ## 0.7.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - 594df08: Add BaseForm storybook
8
+ - 22b4e35: Add horizontal orientation support to RadioButtonsField
7
9
  - 83993d7: Export LoadingCells as building blocks
10
+ - 5a45dc0: Fix stableObjectSet by using a useStableObjectSet hook
8
11
 
9
12
  ### Patch Changes
10
13
 
11
- - 594df08: Add BaseForm storybook
12
- - 22b4e35: Add horizontal orientation support to RadioButtonsField
13
- - 5a45dc0: Fix stableObjectSet by using a useStableObjectSet hook
14
14
  - Updated dependencies [5a45dc0]
15
- - @osdk/react@0.13.1-main-83993d7ef83c454f9ec18d4b2f56091e0c9238f6
15
+ - @osdk/react@0.14.0
16
16
 
17
17
  ## 0.6.0
18
18
 
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- const PACKAGE_USER_AGENT = `osdk-react-components/${"0.7.0-main-83993d7ef83c454f9ec18d4b2f56091e0c9238f6"}`;
17
+ const PACKAGE_USER_AGENT = `osdk-react-components/${"0.7.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,gFAAsD;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,kCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
@@ -4,7 +4,7 @@ var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
4
4
  var chunkOHKKNZZS_cjs = require('./chunk-OHKKNZZS.cjs');
5
5
  var chunkYQIMVHDC_cjs = require('./chunk-YQIMVHDC.cjs');
6
6
  var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
7
- var chunkJYMRWKZS_cjs = require('./chunk-JYMRWKZS.cjs');
7
+ var chunkUTEOTVQW_cjs = require('./chunk-UTEOTVQW.cjs');
8
8
  var button = require('@base-ui/react/button');
9
9
  var classnames3 = require('classnames');
10
10
  var React18 = require('react');
@@ -4039,11 +4039,11 @@ function deserializeFilterStates(json) {
4039
4039
  }
4040
4040
 
4041
4041
  // src/public/experimental/filter-list.ts
4042
- var FilterList2 = chunkJYMRWKZS_cjs.withOsdkMetrics(FilterList, "FilterList");
4042
+ var FilterList2 = chunkUTEOTVQW_cjs.withOsdkMetrics(FilterList, "FilterList");
4043
4043
 
4044
4044
  exports.BaseFilterList = BaseFilterList;
4045
4045
  exports.FilterList = FilterList2;
4046
4046
  exports.deserializeFilterStates = deserializeFilterStates;
4047
4047
  exports.serializeFilterStates = serializeFilterStates;
4048
- //# sourceMappingURL=chunk-SZNZA7TZ.cjs.map
4049
- //# sourceMappingURL=chunk-SZNZA7TZ.cjs.map
4048
+ //# sourceMappingURL=chunk-6CUUF2F3.cjs.map
4049
+ //# sourceMappingURL=chunk-6CUUF2F3.cjs.map