@kosdev-code/kos-ddk-styles 2.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.
Files changed (39) hide show
  1. package/fonts.d.ts +2 -0
  2. package/fonts.d.ts.map +1 -0
  3. package/icons.d.ts +112 -0
  4. package/icons.d.ts.map +1 -0
  5. package/index.cjs +1970 -0
  6. package/index.d.ts +4 -0
  7. package/index.d.ts.map +1 -0
  8. package/index.js +2138 -0
  9. package/package.json +21 -0
  10. package/root.d.ts +2 -0
  11. package/root.d.ts.map +1 -0
  12. package/styles.d.ts +2 -0
  13. package/styles.d.ts.map +1 -0
  14. package/tokens/base/base-component.d.ts +2 -0
  15. package/tokens/base/base-component.d.ts.map +1 -0
  16. package/tokens/base/base-generic.d.ts +2 -0
  17. package/tokens/base/base-generic.d.ts.map +1 -0
  18. package/tokens/base/base-semantic.d.ts +2 -0
  19. package/tokens/base/base-semantic.d.ts.map +1 -0
  20. package/tokens/base/index.d.ts +4 -0
  21. package/tokens/base/index.d.ts.map +1 -0
  22. package/tokens/compact/compact-component.d.ts +2 -0
  23. package/tokens/compact/compact-component.d.ts.map +1 -0
  24. package/tokens/compact/compact-semantic.d.ts +2 -0
  25. package/tokens/compact/compact-semantic.d.ts.map +1 -0
  26. package/tokens/compact/index.d.ts +3 -0
  27. package/tokens/compact/index.d.ts.map +1 -0
  28. package/tokens/flex-eu/flex-eu-component.d.ts +2 -0
  29. package/tokens/flex-eu/flex-eu-component.d.ts.map +1 -0
  30. package/tokens/flex-eu/flex-eu-semantic.d.ts +2 -0
  31. package/tokens/flex-eu/flex-eu-semantic.d.ts.map +1 -0
  32. package/tokens/flex-eu/index.d.ts +3 -0
  33. package/tokens/flex-eu/index.d.ts.map +1 -0
  34. package/tokens/index.d.ts +4 -0
  35. package/tokens/index.d.ts.map +1 -0
  36. package/tools/color.d.ts +14 -0
  37. package/tools/color.d.ts.map +1 -0
  38. package/tools/index.d.ts +2 -0
  39. package/tools/index.d.ts.map +1 -0
package/fonts.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export declare const fontStyles: import('@emotion/utils').SerializedStyles;
2
+ //# sourceMappingURL=fonts.d.ts.map
package/fonts.d.ts.map ADDED
@@ -0,0 +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"}
package/icons.d.ts ADDED
@@ -0,0 +1,112 @@
1
+ import { ComponentType } from 'react';
2
+
3
+ export declare const AlertFilledWhiteIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
4
+ title?: string | undefined;
5
+ } & {
6
+ theme?: import('@emotion/react').Theme | undefined;
7
+ }, {}, {}>;
8
+ export declare const CloseIconWithBackground: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
9
+ title?: string | undefined;
10
+ } & {
11
+ theme?: import('@emotion/react').Theme | undefined;
12
+ }, {}, {}>;
13
+ export declare const CloseSidebarIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
14
+ title?: string | undefined;
15
+ } & {
16
+ theme?: import('@emotion/react').Theme | undefined;
17
+ }, {}, {}>;
18
+ export declare const withBackground: (icon: ComponentType<any>, backgroundColor?: string) => import('@emotion/styled').StyledComponent<any, {}, {}>;
19
+ export declare const ErrorIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
20
+ export declare const InformationIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
21
+ export declare const InformationQuestionIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
22
+ export declare const LoaderIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
23
+ export declare const MessageInformationIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
24
+ export declare const MessageQuestionIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
25
+ export declare const SuccessIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
26
+ export declare const UnavailableIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
27
+ export declare const USBIconWithBackground: import('@emotion/styled').StyledComponent<any, {}, {}>;
28
+ export declare const UpdateAvailable: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
29
+ title?: string | undefined;
30
+ } & {
31
+ theme?: import('@emotion/react').Theme | undefined;
32
+ }, {}, {}>;
33
+ export declare const UpdateComplete: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
34
+ title?: string | undefined;
35
+ } & {
36
+ theme?: import('@emotion/react').Theme | undefined;
37
+ }, {}, {}>;
38
+ export declare const UpdateProgress: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
39
+ title?: string | undefined;
40
+ } & {
41
+ theme?: import('@emotion/react').Theme | undefined;
42
+ }, {}, {}>;
43
+ export declare const UpdaterDownloadingIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
44
+ title?: string | undefined;
45
+ } & {
46
+ theme?: import('@emotion/react').Theme | undefined;
47
+ }, {}, {}>;
48
+ export declare const UpdaterErrorIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
49
+ title?: string | undefined;
50
+ } & {
51
+ theme?: import('@emotion/react').Theme | undefined;
52
+ }, {}, {}>;
53
+ export declare const UpdaterIdleIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
54
+ title?: string | undefined;
55
+ } & {
56
+ theme?: import('@emotion/react').Theme | undefined;
57
+ }, {}, {}>;
58
+ export declare const UpdaterPendingIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
59
+ title?: string | undefined;
60
+ } & {
61
+ theme?: import('@emotion/react').Theme | undefined;
62
+ }, {}, {}>;
63
+ export declare const UpdaterReadyIcon: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
64
+ title?: string | undefined;
65
+ } & {
66
+ theme?: import('@emotion/react').Theme | undefined;
67
+ }, {}, {}>;
68
+ export { ReactComponent as AlertFilledIcon } from './assets/icons/Alert-filled.svg';
69
+ export { ReactComponent as AlertFilled2Icon } from './assets/icons/Alert-filled2.svg';
70
+ export { ReactComponent as AlertFilledRedIcon } from './assets/icons/Alert-triangle-filled.svg';
71
+ export { ReactComponent as AlertIcon } from './assets/icons/Alert.svg';
72
+ export { ReactComponent as ArrowDownIcon } from './assets/icons/Arrow-down.svg';
73
+ export { ReactComponent as ArrowLeftIcon } from './assets/icons/Arrow-left.svg';
74
+ export { ReactComponent as ArrowRightIcon } from './assets/icons/Arrow-right.svg';
75
+ export { ReactComponent as ArrowUpIcon } from './assets/icons/Arrow-up.svg';
76
+ export { ReactComponent as CalendarIcon } from './assets/icons/Calendar.svg';
77
+ export { ReactComponent as ChevronDownIcon } from './assets/icons/Chevron-down.svg';
78
+ export { ReactComponent as ChevronLeftIcon } from './assets/icons/Chevron-left.svg';
79
+ export { ReactComponent as ChevronRightIcon } from './assets/icons/Chevron-right.svg';
80
+ export { ReactComponent as ChevronUpIcon } from './assets/icons/Chevron-up.svg';
81
+ export { ReactComponent as CloseIcon } from './assets/icons/Close.svg';
82
+ export { ReactComponent as CompactCloseIcon } from './assets/icons/CompactClose.svg';
83
+ export { ReactComponent as CompactMenuIcon } from './assets/icons/CompactMenu.svg';
84
+ export { ReactComponent as DropdownIcon } from './assets/icons/Dropdown.svg';
85
+ export { ReactComponent as ErrorIcon } from './assets/icons/Error.svg';
86
+ export { ReactComponent as ExitIcon } from './assets/icons/Exit.svg';
87
+ export { ReactComponent as EyeOffIcon } from './assets/icons/Eye-off.svg';
88
+ export { ReactComponent as EyeOpenIcon } from './assets/icons/Eye-open.svg';
89
+ export { ReactComponent as InformationIcon } from './assets/icons/Information.svg';
90
+ export { ReactComponent as InstallIcon } from './assets/icons/Install.svg';
91
+ export { ReactComponent as LoaderIcon } from './assets/icons/Loader.svg';
92
+ export { ReactComponent as LockIcon } from './assets/icons/Lock.svg';
93
+ export { ReactComponent as LoginIcon } from './assets/icons/Login.svg';
94
+ export { ReactComponent as MenuIcon } from './assets/icons/Menu.svg';
95
+ export { ReactComponent as MessageErrorIcon } from './assets/icons/MessageError.svg';
96
+ export { ReactComponent as MessageInfoIcon } from './assets/icons/MessageInfo.svg';
97
+ export { ReactComponent as MessageIntermediateIcon } from './assets/icons/MessageIntermediate.svg';
98
+ export { ReactComponent as MessageLoadingIcon } from './assets/icons/MessageLoading.svg';
99
+ export { ReactComponent as MessageSuccessIcon } from './assets/icons/MessageSuccess.svg';
100
+ export { ReactComponent as QrCodeIcon } from './assets/icons/Qr-code.svg';
101
+ export { ReactComponent as QuestionIcon } from './assets/icons/Question.svg';
102
+ export { ReactComponent as StepStatus } from './assets/icons/Step-status.svg';
103
+ export { ReactComponent as SuccessIcon } from './assets/icons/Success.svg';
104
+ export { ReactComponent as TimeIcon } from './assets/icons/Time.svg';
105
+ export { ReactComponent as UnavailableIcon } from './assets/icons/Unavailable.svg';
106
+ export { ReactComponent as Unavailable2Icon } from './assets/icons/Unavailable2.svg';
107
+ export { ReactComponent as UpdateDownloadedAndStagedIcon } from './assets/icons/UpdateDownloadedAndStaged.svg';
108
+ export { ReactComponent as UpdateDownloadInProgressIcon } from './assets/icons/UpdateDownloadInProgress.svg';
109
+ export { ReactComponent as UpdateManifestIcon } from './assets/icons/UpdateManifest.svg';
110
+ export { ReactComponent as USBIcon } from './assets/icons/USB.svg';
111
+ export { ReactComponent as WiFiIcon } from './assets/icons/WiFi.svg';
112
+ //# sourceMappingURL=icons.d.ts.map
package/icons.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../packages/ddk/kos-ddk-styles/src/icons.tsx"],"names":[],"mappings":"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"}