@kosdev-code/kos-ddk-styles 0.1.0-dev.5856 → 0.1.0-dev.9
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/fonts.d.ts +1 -1
- package/fonts.d.ts.map +1 -1
- package/icons.d.ts +55 -23
- package/icons.d.ts.map +1 -1
- package/index.cjs +347 -33
- package/index.cjs.map +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +302 -173
- package/index.js.map +1 -0
- package/package.json +4 -4
- package/root.d.ts +1 -1
- package/root.d.ts.map +1 -1
- package/styles.d.ts.map +1 -1
- package/tokens/base/base-component.d.ts +1 -1
- package/tokens/base/base-component.d.ts.map +1 -1
- package/tokens/base/base-generic.d.ts +1 -1
- package/tokens/base/base-generic.d.ts.map +1 -1
- package/tokens/base/base-semantic.d.ts +1 -1
- package/tokens/base/base-semantic.d.ts.map +1 -1
- package/tokens/base/index.d.ts.map +1 -1
- package/tokens/compact/compact-component.d.ts +1 -1
- package/tokens/compact/compact-component.d.ts.map +1 -1
- package/tokens/compact/compact-semantic.d.ts +1 -1
- package/tokens/compact/compact-semantic.d.ts.map +1 -1
- package/tokens/compact/index.d.ts.map +1 -1
- package/tokens/flex-eu/flex-eu-component.d.ts +1 -1
- package/tokens/flex-eu/flex-eu-component.d.ts.map +1 -1
- package/tokens/flex-eu/flex-eu-semantic.d.ts +1 -1
- package/tokens/flex-eu/flex-eu-semantic.d.ts.map +1 -1
- package/tokens/flex-eu/index.d.ts.map +1 -1
- package/tokens/index.d.ts.map +1 -1
- package/tools/color.d.ts.map +1 -1
- package/tools/index.d.ts.map +1 -1
package/fonts.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const fontStyles: import('@emotion/
|
|
1
|
+
export declare const fontStyles: import('@emotion/utils').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=fonts.d.ts.map
|
package/fonts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../packages/kos-ddk-styles/src/fonts.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,UAAU,2CA4DtB,CAAC"}
|
package/icons.d.ts
CHANGED
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
import { ComponentType } from 'react';
|
|
2
|
-
|
|
3
2
|
export declare const AlertFilledWhiteIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
|
-
title?: string
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
5
7
|
} & {
|
|
6
|
-
theme?: import('@emotion/react').Theme
|
|
8
|
+
theme?: import('@emotion/react').Theme;
|
|
7
9
|
}, {}, {}>;
|
|
8
10
|
export declare const CloseIconWithBackground: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
|
-
title?: string
|
|
11
|
+
title?: string;
|
|
12
|
+
titleId?: string;
|
|
13
|
+
desc?: string;
|
|
14
|
+
descId?: string;
|
|
10
15
|
} & {
|
|
11
|
-
theme?: import('@emotion/react').Theme
|
|
16
|
+
theme?: import('@emotion/react').Theme;
|
|
12
17
|
}, {}, {}>;
|
|
13
18
|
export declare const CloseSidebarIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
14
|
-
title?: string
|
|
19
|
+
title?: string;
|
|
20
|
+
titleId?: string;
|
|
21
|
+
desc?: string;
|
|
22
|
+
descId?: string;
|
|
15
23
|
} & {
|
|
16
|
-
theme?: import('@emotion/react').Theme
|
|
24
|
+
theme?: import('@emotion/react').Theme;
|
|
17
25
|
}, {}, {}>;
|
|
18
26
|
export declare const withBackground: (icon: ComponentType<any>, backgroundColor?: string) => import('@emotion/styled').StyledComponent<any, {}, {}>;
|
|
19
27
|
export declare const ErrorIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
|
|
@@ -26,44 +34,68 @@ export declare const SuccessIconWithBackground: import('@emotion/styled').Styled
|
|
|
26
34
|
export declare const UnavailableIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
|
|
27
35
|
export declare const USBIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
|
|
28
36
|
export declare const UpdateAvailable: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
29
|
-
title?: string
|
|
37
|
+
title?: string;
|
|
38
|
+
titleId?: string;
|
|
39
|
+
desc?: string;
|
|
40
|
+
descId?: string;
|
|
30
41
|
} & {
|
|
31
|
-
theme?: import('@emotion/react').Theme
|
|
42
|
+
theme?: import('@emotion/react').Theme;
|
|
32
43
|
}, {}, {}>;
|
|
33
44
|
export declare const UpdateComplete: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
34
|
-
title?: string
|
|
45
|
+
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
35
49
|
} & {
|
|
36
|
-
theme?: import('@emotion/react').Theme
|
|
50
|
+
theme?: import('@emotion/react').Theme;
|
|
37
51
|
}, {}, {}>;
|
|
38
52
|
export declare const UpdateProgress: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
|
-
title?: string
|
|
53
|
+
title?: string;
|
|
54
|
+
titleId?: string;
|
|
55
|
+
desc?: string;
|
|
56
|
+
descId?: string;
|
|
40
57
|
} & {
|
|
41
|
-
theme?: import('@emotion/react').Theme
|
|
58
|
+
theme?: import('@emotion/react').Theme;
|
|
42
59
|
}, {}, {}>;
|
|
43
60
|
export declare const UpdaterDownloadingIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
44
|
-
title?: string
|
|
61
|
+
title?: string;
|
|
62
|
+
titleId?: string;
|
|
63
|
+
desc?: string;
|
|
64
|
+
descId?: string;
|
|
45
65
|
} & {
|
|
46
|
-
theme?: import('@emotion/react').Theme
|
|
66
|
+
theme?: import('@emotion/react').Theme;
|
|
47
67
|
}, {}, {}>;
|
|
48
68
|
export declare const UpdaterErrorIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
49
|
-
title?: string
|
|
69
|
+
title?: string;
|
|
70
|
+
titleId?: string;
|
|
71
|
+
desc?: string;
|
|
72
|
+
descId?: string;
|
|
50
73
|
} & {
|
|
51
|
-
theme?: import('@emotion/react').Theme
|
|
74
|
+
theme?: import('@emotion/react').Theme;
|
|
52
75
|
}, {}, {}>;
|
|
53
76
|
export declare const UpdaterIdleIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
54
|
-
title?: string
|
|
77
|
+
title?: string;
|
|
78
|
+
titleId?: string;
|
|
79
|
+
desc?: string;
|
|
80
|
+
descId?: string;
|
|
55
81
|
} & {
|
|
56
|
-
theme?: import('@emotion/react').Theme
|
|
82
|
+
theme?: import('@emotion/react').Theme;
|
|
57
83
|
}, {}, {}>;
|
|
58
84
|
export declare const UpdaterPendingIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
59
|
-
title?: string
|
|
85
|
+
title?: string;
|
|
86
|
+
titleId?: string;
|
|
87
|
+
desc?: string;
|
|
88
|
+
descId?: string;
|
|
60
89
|
} & {
|
|
61
|
-
theme?: import('@emotion/react').Theme
|
|
90
|
+
theme?: import('@emotion/react').Theme;
|
|
62
91
|
}, {}, {}>;
|
|
63
92
|
export declare const UpdaterReadyIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string
|
|
93
|
+
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
65
97
|
} & {
|
|
66
|
-
theme?: import('@emotion/react').Theme
|
|
98
|
+
theme?: import('@emotion/react').Theme;
|
|
67
99
|
}, {}, {}>;
|
|
68
100
|
export { ReactComponent as AlertFilledIcon } from './assets/icons/Alert-filled.svg';
|
|
69
101
|
export { ReactComponent as AlertFilled2Icon } from './assets/icons/Alert-filled2.svg';
|
package/icons.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../packages/kos-ddk-styles/src/icons.tsx"],"names":[],"mappings":"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"}
|