@dreamcommerce/aurora 2.26.0-6 → 2.26.0-7

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.
@@ -1,7 +1,6 @@
1
- import React, { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { ACCORDION_TOGGLER_ICON_POSITION, ACCORDION_VARIANTS } from "./constants";
3
3
  import { Any } from 'ts-toolbelt';
4
- import { IIconProps } from "../../assets/types";
5
4
  export declare type IAccordionProps = {
6
5
  id: string;
7
6
  title: string | ReactNode;
@@ -10,7 +9,7 @@ export declare type IAccordionProps = {
10
9
  variant?: TAccordionVariant;
11
10
  negativeIndentValue?: number;
12
11
  children: ReactNode;
13
- toggleIcon?: React.FC<IIconProps>;
12
+ toggleIcon?: ReactNode;
14
13
  toggleIconPosition?: TToggleIconPosition;
15
14
  };
16
15
  export declare type TToggleIconPosition = Any.Keys<typeof ACCORDION_TOGGLER_ICON_POSITION>;
@@ -1,5 +1,4 @@
1
1
  import 'react';
2
2
  import '@auroraComponents/accordion/constants';
3
3
  import 'ts-toolbelt';
4
- import '@auroraAssets/types';
5
4
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../../src/components/accordion/types.ts"],"names":[],"mappings":"AAAA,OAAiC,OAAO,CAAC;AACzC,OAAoE,uCAAuC,CAAC;AAC5G,OAAoB,aAAa,CAAC;AAClC,OAA2B,qBAAqB,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../../src/components/accordion/types.ts"],"names":[],"mappings":"AAAA,OAA0B,OAAO,CAAC;AAClC,OAAoE,uCAAuC,CAAC;AAC5G,OAAoB,aAAa,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.26.0-6",
5
+ "version": "2.26.0-7",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",