@arkyn/types 1.3.36 → 1.3.38

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.
@@ -3,6 +3,6 @@ import type { HTMLAttributes } from "react";
3
3
  type BreadcrumbLinkProps = LinkProps & {
4
4
  disabled?: boolean;
5
5
  };
6
- type BreadcrumbProps = HTMLAttributes<HTMLElement>;
7
- export type { BreadcrumbProps, BreadcrumbLinkProps };
6
+ type BreadcrumbContainerProps = HTMLAttributes<HTMLElement>;
7
+ export type { BreadcrumbContainerProps, BreadcrumbLinkProps };
8
8
  //# sourceMappingURL=BreadcrumbProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BreadcrumbProps.d.ts","sourceRoot":"","sources":["../../src/components/BreadcrumbProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,mBAAmB,GAAG,SAAS,GAAG;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,eAAe,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEnD,YAAY,EAAE,eAAe,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"BreadcrumbProps.d.ts","sourceRoot":"","sources":["../../src/components/BreadcrumbProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,mBAAmB,GAAG,SAAS,GAAG;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,wBAAwB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAE5D,YAAY,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.36",
3
+ "version": "1.3.38",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -5,6 +5,6 @@ type BreadcrumbLinkProps = LinkProps & {
5
5
  disabled?: boolean;
6
6
  };
7
7
 
8
- type BreadcrumbProps = HTMLAttributes<HTMLElement>;
8
+ type BreadcrumbContainerProps = HTMLAttributes<HTMLElement>;
9
9
 
10
- export type { BreadcrumbProps, BreadcrumbLinkProps };
10
+ export type { BreadcrumbContainerProps, BreadcrumbLinkProps };