@kosdev-code/kos-ddk-styles 2.1.2 → 3.0.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/fonts.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const fontStyles: import('@emotion/react').SerializedStyles;
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":["../../../../packages/ddk/kos-ddk-styles/src/fonts.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,UAAU,2CA4DtB,CAAC"}
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 | undefined;
3
+ title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
5
7
  } & {
6
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
11
+ title?: string;
12
+ titleId?: string;
13
+ desc?: string;
14
+ descId?: string;
10
15
  } & {
11
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
19
+ title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
15
23
  } & {
16
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
37
+ title?: string;
38
+ titleId?: string;
39
+ desc?: string;
40
+ descId?: string;
30
41
  } & {
31
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
45
+ title?: string;
46
+ titleId?: string;
47
+ desc?: string;
48
+ descId?: string;
35
49
  } & {
36
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
53
+ title?: string;
54
+ titleId?: string;
55
+ desc?: string;
56
+ descId?: string;
40
57
  } & {
41
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
61
+ title?: string;
62
+ titleId?: string;
63
+ desc?: string;
64
+ descId?: string;
45
65
  } & {
46
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
69
+ title?: string;
70
+ titleId?: string;
71
+ desc?: string;
72
+ descId?: string;
50
73
  } & {
51
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
77
+ title?: string;
78
+ titleId?: string;
79
+ desc?: string;
80
+ descId?: string;
55
81
  } & {
56
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
85
+ title?: string;
86
+ titleId?: string;
87
+ desc?: string;
88
+ descId?: string;
60
89
  } & {
61
- theme?: import('@emotion/react').Theme | undefined;
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 | undefined;
93
+ title?: string;
94
+ titleId?: string;
95
+ desc?: string;
96
+ descId?: string;
65
97
  } & {
66
- theme?: import('@emotion/react').Theme | undefined;
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":["../../../../packages/ddk/kos-ddk-styles/src/icons.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../packages/kos-ddk-styles/src/icons.tsx"],"names":[],"mappings":"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"}