@ornikar/kitt-universal 4.0.0 → 4.1.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 (49) hide show
  1. package/dist/definitions/BaseMessage/BaseMessage.d.ts +16 -0
  2. package/dist/definitions/BaseMessage/BaseMessage.d.ts.map +1 -0
  3. package/dist/definitions/BaseMessage/IconContent.d.ts +10 -0
  4. package/dist/definitions/BaseMessage/IconContent.d.ts.map +1 -0
  5. package/dist/definitions/BaseMessage/helper.d.ts +6 -0
  6. package/dist/definitions/BaseMessage/helper.d.ts.map +1 -0
  7. package/dist/definitions/Message/Message.d.ts +4 -12
  8. package/dist/definitions/Message/Message.d.ts.map +1 -1
  9. package/dist/definitions/Notification/Notification.d.ts +8 -8
  10. package/dist/definitions/Notification/Notification.d.ts.map +1 -1
  11. package/dist/definitions/Skeleton/Skeleton.d.ts.map +1 -1
  12. package/dist/definitions/Tooltip/TooltipView.d.ts.map +1 -1
  13. package/dist/definitions/themes/default.d.ts +4 -9
  14. package/dist/definitions/themes/default.d.ts.map +1 -1
  15. package/dist/definitions/themes/late-ocean/{buttonLateOceanTheme.d.ts → button.d.ts} +2 -2
  16. package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -0
  17. package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts +2 -0
  18. package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +1 -1
  19. package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts +11 -0
  20. package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts.map +1 -0
  21. package/dist/index-browser-all.es.android.js +174 -148
  22. package/dist/index-browser-all.es.android.js.map +1 -1
  23. package/dist/index-browser-all.es.ios.js +174 -148
  24. package/dist/index-browser-all.es.ios.js.map +1 -1
  25. package/dist/index-browser-all.es.js +174 -148
  26. package/dist/index-browser-all.es.js.map +1 -1
  27. package/dist/index-browser-all.es.web.js +183 -155
  28. package/dist/index-browser-all.es.web.js.map +1 -1
  29. package/dist/index-node-14.17.cjs.js +183 -137
  30. package/dist/index-node-14.17.cjs.js.map +1 -1
  31. package/dist/index-node-14.17.cjs.web.js +183 -137
  32. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  33. package/dist/linaria-themes-browser-all.es.android.js +21 -13
  34. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  35. package/dist/linaria-themes-browser-all.es.ios.js +21 -13
  36. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  37. package/dist/linaria-themes-browser-all.es.js +21 -13
  38. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  39. package/dist/linaria-themes-browser-all.es.web.js +21 -13
  40. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  41. package/dist/linaria-themes-node-14.17.cjs.js +21 -13
  42. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  43. package/dist/linaria-themes-node-14.17.cjs.web.js +21 -13
  44. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  45. package/dist/tsbuildinfo +1 -1
  46. package/package.json +3 -3
  47. package/dist/definitions/themes/late-ocean/buttonLateOceanTheme.d.ts.map +0 -1
  48. package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts +0 -9
  49. package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts.map +0 -1
@@ -0,0 +1,16 @@
1
+ import type { ReactElement, ReactNode } from 'react';
2
+ import type { EdgeInsets } from 'react-native-safe-area-context';
3
+ export declare type MessageType = 'success' | 'warning' | 'danger' | 'info';
4
+ export interface BaseMessageProps {
5
+ type?: MessageType;
6
+ children: NonNullable<ReactNode>;
7
+ /**
8
+ * @internal for styling between Message and Notification
9
+ */
10
+ hasNoRadius?: boolean;
11
+ centeredText?: boolean;
12
+ insets?: EdgeInsets;
13
+ onDismiss?: () => void;
14
+ }
15
+ export declare function BaseMessage({ type, children, hasNoRadius, centeredText, insets, onDismiss, }: BaseMessageProps): ReactElement;
16
+ //# sourceMappingURL=BaseMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseMessage.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/BaseMessage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAQjE,oBAAY,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAwDpE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAa,EACb,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,MAAM,EACN,SAAS,GACV,EAAE,gBAAgB,GAAG,YAAY,CAuBjC"}
@@ -0,0 +1,10 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { TypographyColor } from '../typography/Typography';
3
+ import type { MessageType } from './BaseMessage';
4
+ interface IconContentProps {
5
+ type: MessageType;
6
+ color: TypographyColor;
7
+ }
8
+ export declare function IconContent({ type, color }: IconContentProps): ReactElement;
9
+ export {};
10
+ //# sourceMappingURL=IconContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconContent.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/IconContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,gBAAgB;IACxB,IAAI,EAAE,WAAW,CAAC;IAClB,KAAK,EAAE,eAAe,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,gBAAgB,GAAG,YAAY,CAW3E"}
@@ -0,0 +1,6 @@
1
+ import type { IconButtonProps } from '../IconButton/IconButton';
2
+ import type { TypographyColor } from '../typography/Typography';
3
+ import type { MessageType } from './BaseMessage';
4
+ export declare const getColorByType: (type: MessageType) => TypographyColor;
5
+ export declare const getIconButtonColor: (messageType: MessageType) => IconButtonProps['color'];
6
+ //# sourceMappingURL=helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,cAAc,SAAU,WAAW,KAAG,eAUlD,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,WAAW,KAAG,eAAe,CAAC,OAAO,CASpF,CAAC"}
@@ -1,14 +1,6 @@
1
- import type { ReactElement, ReactNode } from 'react';
2
- export declare type MessageType = 'success' | 'warning' | 'danger' | 'info';
3
- export interface MessageProps {
4
- type?: MessageType;
5
- children: NonNullable<ReactNode>;
6
- noRadius?: boolean;
7
- centeredText?: boolean;
8
- insets?: {
9
- top?: number;
10
- };
11
- onDismiss?: () => void;
1
+ import type { ReactElement } from 'react';
2
+ import type { BaseMessageProps } from '../BaseMessage/BaseMessage';
3
+ export interface MessageProps extends BaseMessageProps {
12
4
  }
13
- export declare function Message({ type, children, noRadius, centeredText, onDismiss, insets, }: MessageProps): ReactElement;
5
+ export declare function Message({ type, children, hasNoRadius, centeredText, insets, onDismiss, }: MessageProps): ReactElement;
14
6
  //# sourceMappingURL=Message.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/Message/Message.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOrD,oBAAY,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAKpE,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAgED,wBAAgB,OAAO,CAAC,EACtB,IAAa,EACb,QAAQ,EACR,QAAgB,EAChB,YAAoB,EACpB,SAAS,EACT,MAAM,GACP,EAAE,YAAY,GAAG,YAAY,CAsB7B"}
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAGnE,MAAM,WAAW,YAAa,SAAQ,gBAAgB;CAAG;AAEzD,wBAAgB,OAAO,CAAC,EACtB,IAAa,EACb,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,MAAM,EACN,SAAS,GACV,EAAE,YAAY,GAAG,YAAY,CAY7B"}
@@ -1,10 +1,10 @@
1
- import type { ReactElement, ReactNode } from 'react';
2
- import type { MessageProps } from '../Message/Message';
3
- export interface NotificationProps {
4
- children: NonNullable<ReactNode>;
5
- type?: MessageProps['type'];
6
- centeredText?: MessageProps['centeredText'];
7
- onDelete?: MessageProps['onDismiss'];
1
+ import type { ReactElement } from 'react';
2
+ import type { BaseMessageProps } from '../BaseMessage/BaseMessage';
3
+ export interface NotificationProps extends BaseMessageProps {
4
+ /**
5
+ * @deprecated use onDismiss instead
6
+ */
7
+ onDelete?: BaseMessageProps['onDismiss'];
8
8
  }
9
- export declare function Notification({ type, children, centeredText, onDelete }: NotificationProps): ReactElement;
9
+ export declare function Notification({ type, children, centeredText, insets, onDelete, onDismiss, }: NotificationProps): ReactElement;
10
10
  //# sourceMappingURL=Notification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/Notification/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGvD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;CACtC;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,iBAAiB,GAAG,YAAY,CAOxG"}
1
+ {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/Notification/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB;IACzD;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAC;CAC1C;AAED,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,QAAQ,EACR,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,SAAS,GACV,EAAE,iBAAiB,GAAG,YAAY,CAYlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/Skeleton/Skeleton.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzD,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,aAAa,GAAG,YAAY,CAQ1E;yBARe,QAAQ"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/Skeleton/Skeleton.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQzD,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,aAAa,GAAG,YAAY,CAQ1E;yBARe,QAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"TooltipView.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/TooltipView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAgCjD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,gBAAgB,GAAG,YAAY,CAYlF"}
1
+ {"version":3,"file":"TooltipView.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/TooltipView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AA+BjD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,gBAAgB,GAAG,YAAY,CAYlF"}
@@ -8,6 +8,8 @@ export declare const theme: {
8
8
  success: string;
9
9
  correct: string;
10
10
  danger: string;
11
+ info: string;
12
+ warning: string;
11
13
  separator: string;
12
14
  hover: string;
13
15
  black: string;
@@ -46,7 +48,7 @@ export declare const theme: {
46
48
  };
47
49
  };
48
50
  avatar: import("./late-ocean/avatarLateOceanTheme").AvatarTheme;
49
- button: import("./late-ocean/buttonLateOceanTheme").ButtonTheme;
51
+ button: import("./late-ocean/button").ButtonTheme;
50
52
  card: {
51
53
  borderRadius: string;
52
54
  borderWidth: string;
@@ -64,14 +66,7 @@ export declare const theme: {
64
66
  borderColor: string;
65
67
  };
66
68
  };
67
- feedbackMessage: {
68
- backgroundColors: {
69
- success: string;
70
- danger: string;
71
- warning: string;
72
- info: string;
73
- };
74
- };
69
+ feedbackMessage: import("./late-ocean/feedbackMessage").FeedbackMessageTheme;
75
70
  forms: {
76
71
  input: import("./late-ocean/input").InputTheme;
77
72
  radio: {
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAwCA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBjB,CAAC;AAEF,oBAAY,KAAK,GAAG,OAAO,KAAK,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAwCA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBjB,CAAC;AAEF,oBAAY,KAAK,GAAG,OAAO,KAAK,CAAC"}
@@ -47,5 +47,5 @@ export interface ButtonTheme {
47
47
  'subtle-dark': SubtleButtonVariantTheme;
48
48
  disabled: DisabledButtonVariantTheme;
49
49
  }
50
- export declare const buttonLateOceanTheme: ButtonTheme;
51
- //# sourceMappingURL=buttonLateOceanTheme.d.ts.map
50
+ export declare const button: ButtonTheme;
51
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/button.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB;IACpE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE;QACL,IAAI,EAAE;YACJ,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;YACd,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;IACF,cAAc,EAAE;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,UAAU,EAAE;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,OAAO,EAAE,kBAAkB,CAAC;IAC5B,OAAO,EAAE,kBAAkB,CAAC;IAC5B,KAAK,EAAE,kBAAkB,CAAC;IAC1B,MAAM,EAAE,wBAAwB,CAAC;IACjC,aAAa,EAAE,wBAAwB,CAAC;IACxC,QAAQ,EAAE,0BAA0B,CAAC;CACtC;AAED,eAAO,MAAM,MAAM,EAAE,WAuEpB,CAAC"}
@@ -6,6 +6,8 @@ export declare const colorsLateOceanTheme: {
6
6
  success: string;
7
7
  correct: string;
8
8
  danger: string;
9
+ info: string;
10
+ warning: string;
9
11
  separator: string;
10
12
  hover: string;
11
13
  black: string;
@@ -1 +1 @@
1
- {"version":3,"file":"colorsLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/colorsLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;CAoBhC,CAAC"}
1
+ {"version":3,"file":"colorsLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/colorsLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;CAsBhC,CAAC"}
@@ -0,0 +1,11 @@
1
+ export interface FeedbackMessageVariantTheme {
2
+ backgroundColor: string;
3
+ }
4
+ export interface FeedbackMessageTheme {
5
+ danger: FeedbackMessageVariantTheme;
6
+ info: FeedbackMessageVariantTheme;
7
+ success: FeedbackMessageVariantTheme;
8
+ warning: FeedbackMessageVariantTheme;
9
+ }
10
+ export declare const feedbackMessage: FeedbackMessageTheme;
11
+ //# sourceMappingURL=feedbackMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feedbackMessage.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/feedbackMessage.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,2BAA2B,CAAC;IACpC,IAAI,EAAE,2BAA2B,CAAC;IAClC,OAAO,EAAE,2BAA2B,CAAC;IACrC,OAAO,EAAE,2BAA2B,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,EAAE,oBAa7B,CAAC"}