@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.
- package/dist/cjs/index.js +1322 -1323
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/avatar/avatar.d.ts +2 -1
- package/dist/cjs/types/components/button/button-styles.d.ts +2 -0
- package/dist/cjs/types/components/icon/icons.d.ts +1 -0
- package/dist/cjs/types/components/icon-button/icon-button-styles.d.ts +2 -0
- package/dist/cjs/types/components/label/label.d.ts +1 -0
- package/dist/cjs/types/components/loading-dots/loading-dots.d.ts +1 -0
- package/dist/cjs/types/components/paragraph/paragraph.d.ts +1 -0
- package/dist/cjs/types/components/toast/toast-styles.d.ts +1 -0
- package/dist/cjs/types/hooks/index.d.ts +0 -1
- package/dist/cjs/types/styles/common-styles.d.ts +1 -0
- package/dist/cjs/types/theme/foundations/colors.d.ts +1 -0
- package/dist/cjs/types/theme/foundations/index.d.ts +1 -0
- package/dist/cjs/types/theme/theme-tools.d.ts +1 -0
- package/dist/cjs/types/theme/theme.d.ts +1 -0
- package/dist/esm/index.js +1322 -1323
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/avatar/avatar.d.ts +2 -1
- package/dist/esm/types/components/button/button-styles.d.ts +2 -0
- package/dist/esm/types/components/icon/icons.d.ts +1 -0
- package/dist/esm/types/components/icon-button/icon-button-styles.d.ts +2 -0
- package/dist/esm/types/components/label/label.d.ts +1 -0
- package/dist/esm/types/components/loading-dots/loading-dots.d.ts +1 -0
- package/dist/esm/types/components/paragraph/paragraph.d.ts +1 -0
- package/dist/esm/types/components/toast/toast-styles.d.ts +1 -0
- package/dist/esm/types/hooks/index.d.ts +0 -1
- package/dist/esm/types/styles/common-styles.d.ts +1 -0
- package/dist/esm/types/theme/foundations/colors.d.ts +1 -0
- package/dist/esm/types/theme/foundations/index.d.ts +1 -0
- package/dist/esm/types/theme/theme-tools.d.ts +1 -0
- package/dist/esm/types/theme/theme.d.ts +1 -0
- package/dist/index.d.ts +14 -11
- package/package.json +3 -2
- package/dist/cjs/types/hooks/use-image.d.ts +0 -10
- package/dist/esm/types/hooks/use-image.d.ts +0 -10
|
@@ -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: {
|