@commercetools/nimbus 0.0.5-rc2 → 0.0.5-rc4
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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +175 -192
- package/dist/index.js.map +1 -1
- package/package.json +41 -41
package/dist/index.d.ts
CHANGED
|
@@ -1429,8 +1429,6 @@ export declare function useColorMode(): {
|
|
|
1429
1429
|
|
|
1430
1430
|
export declare function useColorModeValue<T>(light: T, dark: T): T;
|
|
1431
1431
|
|
|
1432
|
-
export declare function useColorScheme(): string;
|
|
1433
|
-
|
|
1434
1432
|
export { useCopyToClipboard }
|
|
1435
1433
|
|
|
1436
1434
|
export { useHotkeys }
|