@qasa/qds-ui 0.11.0 → 0.12.0

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.
Files changed (36) hide show
  1. package/dist/cjs/index.js +1322 -1323
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/avatar/avatar.d.ts +2 -1
  4. package/dist/cjs/types/components/button/button-styles.d.ts +2 -0
  5. package/dist/cjs/types/components/icon/icons.d.ts +1 -0
  6. package/dist/cjs/types/components/icon-button/icon-button-styles.d.ts +2 -0
  7. package/dist/cjs/types/components/label/label.d.ts +1 -0
  8. package/dist/cjs/types/components/loading-dots/loading-dots.d.ts +1 -0
  9. package/dist/cjs/types/components/paragraph/paragraph.d.ts +1 -0
  10. package/dist/cjs/types/components/toast/toast-styles.d.ts +1 -0
  11. package/dist/cjs/types/hooks/index.d.ts +0 -1
  12. package/dist/cjs/types/styles/common-styles.d.ts +1 -0
  13. package/dist/cjs/types/theme/foundations/colors.d.ts +1 -0
  14. package/dist/cjs/types/theme/foundations/index.d.ts +1 -0
  15. package/dist/cjs/types/theme/theme-tools.d.ts +1 -0
  16. package/dist/cjs/types/theme/theme.d.ts +1 -0
  17. package/dist/esm/index.js +1322 -1323
  18. package/dist/esm/index.js.map +1 -1
  19. package/dist/esm/types/components/avatar/avatar.d.ts +2 -1
  20. package/dist/esm/types/components/button/button-styles.d.ts +2 -0
  21. package/dist/esm/types/components/icon/icons.d.ts +1 -0
  22. package/dist/esm/types/components/icon-button/icon-button-styles.d.ts +2 -0
  23. package/dist/esm/types/components/label/label.d.ts +1 -0
  24. package/dist/esm/types/components/loading-dots/loading-dots.d.ts +1 -0
  25. package/dist/esm/types/components/paragraph/paragraph.d.ts +1 -0
  26. package/dist/esm/types/components/toast/toast-styles.d.ts +1 -0
  27. package/dist/esm/types/hooks/index.d.ts +0 -1
  28. package/dist/esm/types/styles/common-styles.d.ts +1 -0
  29. package/dist/esm/types/theme/foundations/colors.d.ts +1 -0
  30. package/dist/esm/types/theme/foundations/index.d.ts +1 -0
  31. package/dist/esm/types/theme/theme-tools.d.ts +1 -0
  32. package/dist/esm/types/theme/theme.d.ts +1 -0
  33. package/dist/index.d.ts +14 -11
  34. package/package.json +3 -2
  35. package/dist/cjs/types/hooks/use-image.d.ts +0 -10
  36. package/dist/esm/types/hooks/use-image.d.ts +0 -10
@@ -17,7 +17,8 @@ interface AvatarOptions {
17
17
  */
18
18
  src?: string;
19
19
  /**
20
- * Name of the user. Important for accessibility.
20
+ * Name of the user. Used to generate the initials
21
+ * if no image is provided, but also for accessibility.
21
22
  */
22
23
  name?: string;
23
24
  /**
@@ -108,6 +108,7 @@ export declare const getSizeStyles: (theme: {
108
108
  yellow30: string;
109
109
  yellow20: string;
110
110
  yellow10: string;
111
+ blackAlpha5: string;
111
112
  blackAlpha20: string;
112
113
  };
113
114
  bg: {
@@ -565,6 +566,7 @@ export declare const getVariantStyles: (theme: {
565
566
  yellow30: string;
566
567
  yellow20: string;
567
568
  yellow10: string;
569
+ blackAlpha5: string;
568
570
  blackAlpha20: string;
569
571
  };
570
572
  bg: {
@@ -23,6 +23,7 @@ export declare const HelpCircleIcon: import("react").ForwardRefExoticComponent<i
23
23
  export declare const HistoryIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
24
24
  export declare const HomeIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
25
25
  export declare const ImageIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
26
+ export declare const InfoIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
26
27
  export declare const ListIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
27
28
  export declare const ListFilterIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
28
29
  export declare const LogOutIcon: import("react").ForwardRefExoticComponent<import("./icon.types").IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -107,6 +107,7 @@ export declare const getSizeStyles: (theme: {
107
107
  yellow30: string;
108
108
  yellow20: string;
109
109
  yellow10: string;
110
+ blackAlpha5: string;
110
111
  blackAlpha20: string;
111
112
  };
112
113
  bg: {
@@ -525,6 +526,7 @@ export declare const getVariantStyles: (theme: {
525
526
  yellow30: string;
526
527
  yellow20: string;
527
528
  yellow10: string;
529
+ blackAlpha5: string;
528
530
  blackAlpha20: string;
529
531
  };
530
532
  bg: {
@@ -111,6 +111,7 @@ declare const getSizeStyles: (theme: {
111
111
  yellow30: string;
112
112
  yellow20: string;
113
113
  yellow10: string;
114
+ blackAlpha5: string;
114
115
  blackAlpha20: string;
115
116
  };
116
117
  bg: {
@@ -111,6 +111,7 @@ declare const getSizeStyles: (theme: {
111
111
  yellow30: string;
112
112
  yellow20: string;
113
113
  yellow10: string;
114
+ blackAlpha5: string;
114
115
  blackAlpha20: string;
115
116
  };
116
117
  bg: {
@@ -111,6 +111,7 @@ declare const getSizeStyles: (theme: {
111
111
  yellow30: string;
112
112
  yellow20: string;
113
113
  yellow10: string;
114
+ blackAlpha5: string;
114
115
  blackAlpha20: string;
115
116
  };
116
117
  bg: {
@@ -108,6 +108,7 @@ export declare const getVariantStyles: (theme: {
108
108
  yellow30: string;
109
109
  yellow20: string;
110
110
  yellow10: string;
111
+ blackAlpha5: string;
111
112
  blackAlpha20: string;
112
113
  };
113
114
  bg: {
@@ -1,6 +1,5 @@
1
1
  export * from './use-breakpoint';
2
2
  export * from './use-breakpoint-value';
3
- export * from './use-image';
4
3
  export * from './use-form-field';
5
4
  export * from './use-stable-id';
6
5
  export * from './use-safe-layout-effect';
@@ -107,6 +107,7 @@ export declare const getFormFieldBaseStyles: (theme: {
107
107
  yellow30: string;
108
108
  yellow20: string;
109
109
  yellow10: string;
110
+ blackAlpha5: string;
110
111
  blackAlpha20: string;
111
112
  };
112
113
  bg: {
@@ -60,6 +60,7 @@ export declare const colors: {
60
60
  yellow30: string;
61
61
  yellow20: string;
62
62
  yellow10: string;
63
+ blackAlpha5: string;
63
64
  blackAlpha20: string;
64
65
  };
65
66
  bg: {
@@ -112,6 +112,7 @@ export declare const foundations: {
112
112
  yellow30: string;
113
113
  yellow20: string;
114
114
  yellow10: string;
115
+ blackAlpha5: string;
115
116
  blackAlpha20: string;
116
117
  };
117
118
  bg: {
@@ -264,6 +264,7 @@ export declare const overrideTheme: (overrides: ThemeOverrides) => {
264
264
  yellow30: string;
265
265
  yellow20: string;
266
266
  yellow10: string;
267
+ blackAlpha5: string;
267
268
  blackAlpha20: string;
268
269
  };
269
270
  bg: {
@@ -107,6 +107,7 @@ export declare const theme: {
107
107
  yellow30: string;
108
108
  yellow20: string;
109
109
  yellow10: string;
110
+ blackAlpha5: string;
110
111
  blackAlpha20: string;
111
112
  };
112
113
  bg: {