@charcoal-ui/react 3.13.0-beta.0 → 3.13.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/README.md CHANGED
@@ -18,7 +18,7 @@ yarn add @charcoal-ui/react
18
18
 
19
19
  ## Server Side Rendering を行う場合の注意点
20
20
 
21
- SSR を行う場合はアプリケーション全体を`<SSRProvider>`で囲む必要があります。
21
+ React 18 以下で SSR を行う場合はアプリケーション全体を`<SSRProvider>`で囲む必要があります。
22
22
 
23
23
  ```jsx
24
24
  import { SSRProvider } from '@charcoal-ui/react'
@@ -1,2 +1,4 @@
1
- export { SSRProvider } from '@react-aria/ssr';
1
+ import { SSRProvider as OriginSSRProvider } from '@react-aria/ssr';
2
+ export declare function isReactVersionOver(minVersion: number): boolean;
3
+ export declare const SSRProvider: typeof OriginSSRProvider;
2
4
  //# sourceMappingURL=SSRProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SSRProvider.d.ts","sourceRoot":"","sources":["../../src/core/SSRProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA"}
1
+ {"version":3,"file":"SSRProvider.d.ts","sourceRoot":"","sources":["../../src/core/SSRProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAGlE,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAM9D;AAED,eAAO,MAAM,WAAW,0BAAwD,CAAA"}