@carbon-labs/utilities 0.21.0 → 0.22.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/es/index.js +2 -2
- package/es/usePrefix.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
export * from './settings/index.js';
|
|
11
10
|
// Note: usePrefix is not exported from main index to avoid pulling React into web components
|
|
12
|
-
// React components should import directly: import { usePrefix } from '@carbon-labs/utilities/es/usePrefix.js'
|
|
11
|
+
// React components should import directly: import { usePrefix } from '@carbon-labs/utilities/es/usePrefix.js'
|
|
12
|
+
export * from './settings/index.js';
|
package/es/usePrefix.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/utilities",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-dom": "^18.3.1",
|
|
63
63
|
"rimraf": "^6.0.1"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a90f7c900917a4a25e61fe92a80a564f81cdaa50"
|
|
66
66
|
}
|