@okam/stack-ui 1.25.2 → 1.25.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@okam/stack-ui",
3
3
  "main": "./index.js",
4
- "version": "1.25.2",
4
+ "version": "1.25.4",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
7
7
  ".": {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { TTransition } from '../types/components';
2
3
  declare const AccordionTransition: (props: TTransition) => JSX.Element;
3
4
  export default AccordionTransition;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { TTransition } from '../types/components';
2
3
  declare const RenderWithOpacity: ({ isVisible, children, themeName, tokens, customTheme, ...rest }: TTransition) => JSX.Element;
3
4
  export default RenderWithOpacity;