@payfit/unity-illustrations 2.60.17 → 2.60.19

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,26 +1,26 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { ImgHTMLAttributes } from 'react';
3
3
  import { UnityIllustrationAsset } from '../../generated/illustrationAssets.js';
4
- export declare const illustratedPicture: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:object-contain uy:aspect-auto", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:object-contain uy:aspect-auto", unknown, unknown, undefined>>;
4
+ export declare const illustratedPicture: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:object-contain uy:aspect-auto", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
5
5
  export declare const illustratedIcon: import('tailwind-variants').TVReturnType<{
6
6
  size: {
7
- sm: string;
8
- md: string;
9
- lg: string;
7
+ sm: "uy:size-7";
8
+ md: "uy:size-9";
9
+ lg: "uy:size-12";
10
10
  };
11
11
  }, undefined, "uy:object-contain uy:aspect-square", {
12
12
  size: {
13
- sm: string;
14
- md: string;
15
- lg: string;
13
+ sm: "uy:size-7";
14
+ md: "uy:size-9";
15
+ lg: "uy:size-12";
16
16
  };
17
- }, undefined, import('tailwind-variants').TVReturnType<{
17
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
18
18
  size: {
19
- sm: string;
20
- md: string;
21
- lg: string;
19
+ sm: "uy:size-7";
20
+ md: "uy:size-9";
21
+ lg: "uy:size-12";
22
22
  };
23
- }, undefined, "uy:object-contain uy:aspect-square", unknown, unknown, undefined>>;
23
+ }, undefined>>;
24
24
  interface IllustrationPropsCore extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src' | 'children' | 'alt'> {
25
25
  /**
26
26
  * The illustration asset to render. Must be imported from @payfit/unity-illustrations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-illustrations",
3
- "version": "2.60.17",
3
+ "version": "2.60.19",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -72,12 +72,12 @@
72
72
  "@payfit/hr-app-eslint": "0.0.0-use.local",
73
73
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
74
74
  "@payfit/storybook-config": "0.0.0-use.local",
75
- "@payfit/unity-themes": "2.60.17",
75
+ "@payfit/unity-themes": "2.60.19",
76
76
  "@payfit/vite-configs": "0.0.0-use.local"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "react": "18.3.1",
80
80
  "react-dom": "18.3.1",
81
- "@payfit/unity-themes": "2.60.17"
81
+ "@payfit/unity-themes": "2.60.19"
82
82
  }
83
83
  }