quirk-ui 0.1.28 → 0.1.29

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/core.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  import { CSSProperties } from 'react';
2
2
  import { default as default_2 } from 'react';
3
3
  import { FormEvent } from 'react';
4
+ import { ImageAdapter } from './core/types/adapters';
4
5
  import { JSX } from 'react/jsx-runtime';
6
+ import { LinkAdapter } from './core/types/adapters';
5
7
  import { ReactNode } from 'react';
6
8
 
7
9
  export declare function Accordion({ items, multiple, className, defaultOpenItems, onItemToggle, }: AccordionProps): JSX.Element;
@@ -845,6 +847,8 @@ declare const iconAlignClassMap: {
845
847
 
846
848
  declare type IconAlignment = keyof typeof iconAlignClassMap;
847
849
 
850
+ export { ImageAdapter }
851
+
848
852
  export declare function Input({ label, id, className, error, helperText, required, disabled, readOnly, size, variant, fullWidth, leftIcon, rightIcon, style, ...restProps }: InputProps): JSX.Element;
849
853
 
850
854
  declare type InputProps = {
@@ -903,6 +907,8 @@ declare type LabelProps = {
903
907
  className?: string;
904
908
  } & default_2.LabelHTMLAttributes<HTMLLabelElement>;
905
909
 
910
+ export { LinkAdapter }
911
+
906
912
  export declare function List({ items, ordered, variant, size, hoverable, striped, className, style, onItemClick, ...restProps }: ListProps): JSX.Element;
907
913
 
908
914
  export declare type ListItem = {
package/dist/main.d.ts CHANGED
@@ -18,11 +18,13 @@ import { FeaturedDocumentsBlockProps as FeaturedDocumentsBlockProps_2 } from './
18
18
  import { FormEvent } from 'react';
19
19
  import { HeroBlockProps } from './next/blocks/HeroBlock/HeroBlock.types';
20
20
  import { HeroBlockProps as HeroBlockProps_2 } from './HeroBlock.types';
21
+ import { ImageAdapter } from './core/types/adapters';
21
22
  import { ItemType } from './sanity/types/item';
22
23
  import { JSX } from 'react/jsx-runtime';
23
24
  import { Link } from './sanity/types/link';
24
25
  import { Link as Link_2 } from '../../../sanity/types/link';
25
26
  import { Link as Link_3 } from '../../sanity/types/link';
27
+ import { LinkAdapter } from './core/types/adapters';
26
28
  import { LinkProps } from 'next/link';
27
29
  import { MetricType } from './sanity/types/metric';
28
30
  import { NavigationData } from './sanity/types/navigation';
@@ -949,6 +951,8 @@ declare const iconAlignClassMap: {
949
951
 
950
952
  declare type IconAlignment = keyof typeof iconAlignClassMap;
951
953
 
954
+ export { ImageAdapter }
955
+
952
956
  export declare function Input({ label, id, className, error, helperText, required, disabled, readOnly, size, variant, fullWidth, leftIcon, rightIcon, style, ...restProps }: InputProps): JSX.Element;
953
957
 
954
958
  declare type InputProps = {
@@ -1011,6 +1015,8 @@ declare type LabelProps = {
1011
1015
 
1012
1016
  export { Link }
1013
1017
 
1018
+ export { LinkAdapter }
1019
+
1014
1020
  export declare function List({ items, ordered, variant, size, hoverable, striped, className, style, onItemClick, ...restProps }: ListProps): JSX.Element;
1015
1021
 
1016
1022
  export declare type ListItem = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.1.28",
4
+ "version": "0.1.29",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {