@ornikar/kitt-universal 26.3.1-late-ocean.ccf14ae912d02bfa0c8d62c4652911eb457e71b0.0 → 27.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 (82) hide show
  1. package/CHANGELOG.md +18 -3
  2. package/dist/definitions/Actions/Actions.d.ts +1 -1
  3. package/dist/definitions/SegmentedProgressBar/SegmentedProgressBar.d.ts.map +1 -1
  4. package/dist/definitions/Tag/Tag.d.ts +2 -7
  5. package/dist/definitions/Tag/Tag.d.ts.map +1 -1
  6. package/dist/definitions/Toast/Toast.utils.d.ts +1 -1
  7. package/dist/definitions/Toast/Toast.utils.d.ts.map +1 -1
  8. package/dist/definitions/VerticalSteps/Step.d.ts.map +1 -1
  9. package/dist/definitions/forms/Radio/InnerCircle.d.ts +2 -1
  10. package/dist/definitions/forms/Radio/InnerCircle.d.ts.map +1 -1
  11. package/dist/definitions/forms/RadioButtonGroup/utils/getCurrentTextColor.d.ts +1 -1
  12. package/dist/definitions/forms/RadioButtonGroup/utils/getCurrentTextColor.d.ts.map +1 -1
  13. package/dist/definitions/forms/TextArea/TextArea.d.ts.map +1 -1
  14. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +161 -362
  15. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  16. package/dist/definitions/story-components/StoryTitle.d.ts.map +1 -1
  17. package/dist/definitions/themes/default.d.ts +215 -213
  18. package/dist/definitions/themes/default.d.ts.map +1 -1
  19. package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -1
  20. package/dist/definitions/themes/late-ocean/checkbox.d.ts +8 -8
  21. package/dist/definitions/themes/late-ocean/colors.d.ts +14 -16
  22. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
  23. package/dist/definitions/themes/late-ocean/forms.d.ts +8 -8
  24. package/dist/definitions/themes/late-ocean/icon.d.ts +0 -8
  25. package/dist/definitions/themes/late-ocean/icon.d.ts.map +1 -1
  26. package/dist/definitions/themes/late-ocean/radio.d.ts +1 -0
  27. package/dist/definitions/themes/late-ocean/radio.d.ts.map +1 -1
  28. package/dist/definitions/themes/late-ocean/radioButtonGroup.d.ts +5 -0
  29. package/dist/definitions/themes/late-ocean/radioButtonGroup.d.ts.map +1 -1
  30. package/dist/definitions/themes/late-ocean/skeleton.d.ts +2 -2
  31. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
  32. package/dist/definitions/themes/late-ocean/tag.d.ts +0 -4
  33. package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -1
  34. package/dist/definitions/themes/late-ocean/typography.d.ts +140 -70
  35. package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
  36. package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts +79 -0
  37. package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts.map +1 -0
  38. package/dist/definitions/typography/Typography.d.ts +59 -980
  39. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  40. package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
  41. package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
  42. package/dist/definitions/typography/utils/getTypographyFamily.d.ts +1 -1
  43. package/dist/definitions/typography/utils/getTypographyFamily.d.ts.map +1 -1
  44. package/dist/index-metro.es.android.js +719 -849
  45. package/dist/index-metro.es.android.js.map +1 -1
  46. package/dist/index-metro.es.ios.js +719 -849
  47. package/dist/index-metro.es.ios.js.map +1 -1
  48. package/dist/index-node-22.17.cjs.js +716 -846
  49. package/dist/index-node-22.17.cjs.js.map +1 -1
  50. package/dist/index-node-22.17.cjs.web.css +1 -1
  51. package/dist/index-node-22.17.cjs.web.js +713 -843
  52. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  53. package/dist/index-node-22.17.es.mjs +716 -846
  54. package/dist/index-node-22.17.es.mjs.map +1 -1
  55. package/dist/index-node-22.17.es.web.css +1 -1
  56. package/dist/index-node-22.17.es.web.mjs +713 -843
  57. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  58. package/dist/index.es.js +736 -874
  59. package/dist/index.es.js.map +1 -1
  60. package/dist/index.es.web.js +733 -871
  61. package/dist/index.es.web.js.map +1 -1
  62. package/dist/linaria-themes-metro.es.android.js +469 -532
  63. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  64. package/dist/linaria-themes-metro.es.ios.js +469 -532
  65. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  66. package/dist/linaria-themes-node-22.17.cjs.js +469 -532
  67. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  68. package/dist/linaria-themes-node-22.17.cjs.web.js +469 -532
  69. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  70. package/dist/linaria-themes-node-22.17.es.mjs +469 -532
  71. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  72. package/dist/linaria-themes-node-22.17.es.web.mjs +469 -532
  73. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  74. package/dist/linaria-themes.es.js +469 -538
  75. package/dist/linaria-themes.es.js.map +1 -1
  76. package/dist/linaria-themes.es.web.js +469 -538
  77. package/dist/linaria-themes.es.web.js.map +1 -1
  78. package/dist/styles.css +1 -1
  79. package/dist/tsbuildinfo +1 -1
  80. package/package.json +25 -25
  81. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +0 -260
  82. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +0 -1
@@ -2,154 +2,86 @@ export declare const theme: {
2
2
  spacing: number;
3
3
  getSpacing: (multiplier: number) => number;
4
4
  colors: {
5
- primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
6
- primaryLight: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
7
- accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
8
- accentLight: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
9
- success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
10
- correct: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
11
- danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
12
- info: "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
13
- warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
14
- separator: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
15
- hover: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
5
+ primary: string;
6
+ primaryLight: string;
7
+ accent: string;
8
+ accentLight: string;
9
+ success: string;
10
+ correct: string;
11
+ danger: string;
12
+ info: string;
13
+ warning: string;
14
+ separator: string;
16
15
  white: string;
17
16
  black: string;
18
- blackDisabled: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
19
- blackLight: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
20
- blackAnthracite: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
21
- uiBackground: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
17
+ blackLight: string;
18
+ blackAnthracite: string;
19
+ uiBackground: string;
22
20
  uiBackgroundLight: string;
23
21
  transparent: string;
24
- disabled: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
22
+ disabled: string;
25
23
  overlay: {
26
24
  dark: string;
27
25
  light: string;
28
26
  };
29
27
  };
30
28
  palettes: {
31
- lateOcean: {
32
- lateOcean: "#624af7";
33
- lateOceanLight1: "#7b66ff";
34
- lateOceanLight2: "#a99cff";
35
- lateOceanLight3: "#efc2ff";
36
- lateOceanDark1: "#0a0428";
37
- warmEmbrace: "#f4d6ff";
38
- warmEmbraceLight1: "#FAEBFF";
29
+ deepPurple: {
39
30
  white: string;
40
31
  black: string;
41
- black1000: string;
42
- black800: "#3e3d3a";
43
- black555: "#74726a";
44
- black400: "#aeaba3";
45
- black200: "#dedad2";
46
- black100: "#F0EEE9";
47
- black50: "#f4f3ef";
48
- black25: "#faf9f8";
49
- viride: "#08d48e";
50
- englishVermillon: "#f57d7d";
51
- goldCrayola: "#ffd35e";
52
- aero: "#6e96ff";
53
- seaShell: "#faf9f8";
54
32
  transparent: string;
55
- moonPurple: "#d5cfff";
56
- moonPurpleLight1: "#f2f0ff";
57
- "eggshell.3": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
58
- "eggshell.5": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
59
- "eggshell.2": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
60
- "eggshell.4": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
61
- "eggshell.8": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
62
- "eggshell.9": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
63
- "eggshell.11": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
64
- "eggshell.12": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
65
- "eggshell.1": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
66
- "eggshell.7": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
67
- "eggshell.6": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
68
- "eggshell.10": "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
69
- "violine.3": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
70
- "violine.5": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
71
- "violine.2": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
72
- "violine.4": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
73
- "violine.8": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
74
- "violine.9": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
75
- "violine.11": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
76
- "violine.12": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
77
- "violine.1": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
78
- "violine.7": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
79
- "violine.6": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
80
- "violine.10": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
81
- "lavender.3": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
82
- "lavender.5": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
83
- "lavender.2": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
84
- "lavender.4": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
85
- "lavender.8": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
86
- "lavender.9": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
87
- "lavender.11": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
88
- "lavender.12": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
89
- "lavender.1": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
90
- "lavender.7": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
91
- "lavender.6": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
92
- "lavender.10": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
93
- "blue.3": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
94
- "blue.5": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
95
- "blue.2": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
96
- "blue.4": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
97
- "blue.8": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
98
- "blue.9": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
99
- "blue.11": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
100
- "blue.12": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
101
- "blue.1": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
102
- "blue.7": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
103
- "blue.6": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
104
- "blue.10": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381" | "#061c36";
105
- "raspberry.3": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
106
- "raspberry.5": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
107
- "raspberry.2": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
108
- "raspberry.4": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
109
- "raspberry.8": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
110
- "raspberry.9": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
111
- "raspberry.11": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
112
- "raspberry.12": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
113
- "raspberry.1": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
114
- "raspberry.7": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
115
- "raspberry.6": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
116
- "raspberry.10": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e" | "#29040f";
117
- "coral.3": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
118
- "coral.5": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
119
- "coral.2": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
120
- "coral.4": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
121
- "coral.8": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
122
- "coral.9": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
123
- "coral.11": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
124
- "coral.12": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
125
- "coral.1": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
126
- "coral.7": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
127
- "coral.6": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
128
- "coral.10": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
129
- "sun.3": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
130
- "sun.5": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
131
- "sun.2": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
132
- "sun.4": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
133
- "sun.8": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
134
- "sun.9": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
135
- "sun.11": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
136
- "sun.12": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
137
- "sun.1": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
138
- "sun.7": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
139
- "sun.6": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
140
- "sun.10": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
141
- "green.3": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
142
- "green.5": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
143
- "green.2": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
144
- "green.4": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
145
- "green.8": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
146
- "green.9": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
147
- "green.11": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
148
- "green.12": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
149
- "green.1": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
150
- "green.7": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
151
- "green.6": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
152
- "green.10": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
33
+ "deepPurple.5": string;
34
+ "deepPurple.7": string;
35
+ "deepPurple.6": string;
36
+ "deepPurple.8": string;
37
+ "deepPurple.9": string;
38
+ "beige.1": string;
39
+ "beige.3": string;
40
+ "beige.5": string;
41
+ "beige.2": string;
42
+ "beige.4": string;
43
+ "beige.6": string;
44
+ "lightning.5": string;
45
+ "lightning.7": string;
46
+ "rainbow.pink": string;
47
+ "rainbow.brick": string;
48
+ "rainbow.orange": string;
49
+ "rainbow.gold": string;
50
+ "rainbow.sun": string;
51
+ "rainbow.green-pine": string;
52
+ "rainbow.green-grass": string;
53
+ "rainbow.green-apple": string;
54
+ "rainbow.blue-electric": string;
55
+ "rainbow.blue-sky": string;
56
+ "grey.0": string;
57
+ "grey.1": string;
58
+ "grey.3": string;
59
+ "grey.5": string;
60
+ "grey.7": string;
61
+ "grey.2": string;
62
+ "grey.9": string;
63
+ "blue.1": string;
64
+ "blue.2": string;
65
+ "blue.6": string;
66
+ "green.1": string;
67
+ "green.2": string;
68
+ "green.6": string;
69
+ "yellow.1": string;
70
+ "yellow.2": string;
71
+ "yellow.6": string;
72
+ "red.1": string;
73
+ "red.2": string;
74
+ "red.6": string;
75
+ "beige-alpha.25": string;
76
+ "beige-alpha.40": string;
77
+ "beige-alpha.50": string;
78
+ "grey-alpha.25": string;
79
+ "grey-alpha.50": string;
80
+ "grey-alpha.35": string;
81
+ "white-alpha.10": string;
82
+ "white-alpha.20": string;
83
+ "white-alpha.80": string;
84
+ "white-alpha.90": string;
153
85
  };
154
86
  };
155
87
  avatar: import("./late-ocean/avatar").AvatarTheme;
@@ -204,28 +136,28 @@ export declare const theme: {
204
136
  markColor: string;
205
137
  textSpacing: number;
206
138
  default: {
207
- borderColor: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
139
+ borderColor: string;
208
140
  backgroundColor: string;
209
141
  };
210
142
  checked: {
211
- borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
212
- backgroundColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
143
+ borderColor: string;
144
+ backgroundColor: string;
213
145
  };
214
146
  focus: {
215
- borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
147
+ borderColor: string;
216
148
  backgroundColor: string;
217
149
  };
218
150
  hover: {
219
- borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
151
+ borderColor: string;
220
152
  backgroundColor: string;
221
153
  };
222
154
  pressed: {
223
- borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
155
+ borderColor: string;
224
156
  backgroundColor: string;
225
157
  };
226
158
  disabled: {
227
- borderColor: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
228
- backgroundColor: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
159
+ borderColor: string;
160
+ backgroundColor: string;
229
161
  };
230
162
  transition: {
231
163
  duration: string;
@@ -245,14 +177,6 @@ export declare const theme: {
245
177
  readonly header3: import("./late-ocean/icon").TypographyIconConfig;
246
178
  readonly header4: import("./late-ocean/icon").TypographyIconConfig;
247
179
  readonly header5: import("./late-ocean/icon").TypographyIconConfig;
248
- readonly 'header-impact-xxl': import("./late-ocean/icon").TypographyIconConfig;
249
- readonly 'header-impact-xl': import("./late-ocean/icon").TypographyIconConfig;
250
- readonly 'header-impact-l': import("./late-ocean/icon").TypographyIconConfig;
251
- readonly 'header-impact-m': import("./late-ocean/icon").TypographyIconConfig;
252
- readonly 'header-impact-s': import("./late-ocean/icon").TypographyIconConfig;
253
- readonly 'header-impact-xs': import("./late-ocean/icon").TypographyIconConfig;
254
- readonly 'header-impact-xxs': import("./late-ocean/icon").TypographyIconConfig;
255
- readonly 'header-impact-xxxs': import("./late-ocean/icon").TypographyIconConfig;
256
180
  readonly 'body-large': import("./late-ocean/icon").TypographyIconConfig;
257
181
  readonly 'body-medium': import("./late-ocean/icon").TypographyIconConfig;
258
182
  readonly body: import("./late-ocean/icon").TypographyIconConfig;
@@ -272,51 +196,72 @@ export declare const theme: {
272
196
  typography: {
273
197
  colors: {
274
198
  black: string;
275
- 'black-anthracite': "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
276
- 'black-disabled': "#aeaba3";
277
- 'black-light': "#74726a";
199
+ 'black-anthracite': string;
200
+ 'black-disabled': string;
201
+ 'black-light': string;
278
202
  white: string;
279
203
  'white-light': string;
280
- primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
281
- 'primary-light': "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5" | "#0a0428";
282
- accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e" | "#290a34";
283
- success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159" | "#03291c";
284
- danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e" | "#330c07";
285
- warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600" | "#341c00";
204
+ primary: string;
205
+ 'primary-light': string;
206
+ accent: string;
207
+ success: string;
208
+ danger: string;
209
+ warning: string;
286
210
  };
287
211
  types: {
288
212
  headings: {
289
213
  fontFamily: {
290
214
  native: {
291
215
  regular: string;
216
+ semibold: string;
292
217
  bold: string;
293
218
  };
294
219
  web: {
295
220
  regular: string;
221
+ semibold: string;
296
222
  bold: string;
297
223
  };
298
224
  };
299
225
  fontWeight: {
300
226
  regular: number;
227
+ semibold: number;
301
228
  bold: number;
302
229
  };
303
230
  fontStyle: string;
304
231
  configs: {
305
- header1: import("./late-ocean/typography").TypographyTypeConfig;
306
- header2: import("./late-ocean/typography").TypographyTypeConfig;
307
- header3: import("./late-ocean/typography").TypographyTypeConfig;
308
- header4: import("./late-ocean/typography").TypographyTypeConfig;
309
- header5: import("./late-ocean/typography").TypographyTypeConfig;
310
- 'heading-xxl': import("./late-ocean/typography").TypographyTypeConfig;
311
- 'heading-xl': import("./late-ocean/typography").TypographyTypeConfig;
312
- 'heading-l': import("./late-ocean/typography").TypographyTypeConfig;
313
- 'heading-m': import("./late-ocean/typography").TypographyTypeConfig;
314
- 'heading-s': import("./late-ocean/typography").TypographyTypeConfig;
315
- 'heading-xs': import("./late-ocean/typography").TypographyTypeConfig;
316
- 'heading-xxs': import("./late-ocean/typography").TypographyTypeConfig;
232
+ 'heading-xxl': {
233
+ fontSize: number;
234
+ lineHeight: number;
235
+ allowedFontWeights: string[];
236
+ };
237
+ 'heading-xl': {
238
+ fontSize: number;
239
+ lineHeight: number;
240
+ allowedFontWeights: string[];
241
+ };
242
+ 'heading-l': {
243
+ fontSize: number;
244
+ lineHeight: number;
245
+ allowedFontWeights: string[];
246
+ };
247
+ 'heading-m': {
248
+ fontSize: number;
249
+ lineHeight: number;
250
+ allowedFontWeights: string[];
251
+ };
252
+ 'heading-s': {
253
+ fontSize: number;
254
+ lineHeight: number;
255
+ allowedFontWeights: string[];
256
+ };
257
+ 'heading-xs': {
258
+ fontSize: number;
259
+ lineHeight: number;
260
+ allowedFontWeights: string[];
261
+ };
317
262
  };
318
263
  };
319
- 'headings-impact': {
264
+ bodies: {
320
265
  fontFamily: {
321
266
  native: {
322
267
  regular: string;
@@ -327,63 +272,120 @@ export declare const theme: {
327
272
  bold: string;
328
273
  };
329
274
  };
330
- fontWeight: number;
331
- fontStyle: string;
275
+ fontWeight: {
276
+ regular: number;
277
+ bold: number;
278
+ };
279
+ fontStyle: {
280
+ regular: string;
281
+ bold: string;
282
+ };
332
283
  configs: {
333
- 'header-impact-xxl': import("./late-ocean/typography").TypographyTypeConfig;
334
- 'header-impact-xl': import("./late-ocean/typography").TypographyTypeConfig;
335
- 'header-impact-l': import("./late-ocean/typography").TypographyTypeConfig;
336
- 'header-impact-m': import("./late-ocean/typography").TypographyTypeConfig;
337
- 'header-impact-s': import("./late-ocean/typography").TypographyTypeConfig;
338
- 'header-impact-xs': import("./late-ocean/typography").TypographyTypeConfig;
339
- 'header-impact-xxs': import("./late-ocean/typography").TypographyTypeConfig;
340
- 'header-impact-xxxs': import("./late-ocean/typography").TypographyTypeConfig;
341
- 'heading-impact-xxl': import("./late-ocean/typography").TypographyTypeConfig;
342
- 'heading-impact-xl': import("./late-ocean/typography").TypographyTypeConfig;
343
- 'heading-impact-l': import("./late-ocean/typography").TypographyTypeConfig;
344
- 'heading-impact-m': import("./late-ocean/typography").TypographyTypeConfig;
345
- 'heading-impact-s': import("./late-ocean/typography").TypographyTypeConfig;
346
- 'heading-impact-xs': import("./late-ocean/typography").TypographyTypeConfig;
347
- 'heading-impact-xxs': import("./late-ocean/typography").TypographyTypeConfig;
348
- 'heading-impact-xxxs': import("./late-ocean/typography").TypographyTypeConfig;
284
+ 'body-xl': {
285
+ fontSize: number;
286
+ lineHeight: number;
287
+ allowedFontWeights: string[];
288
+ };
289
+ 'body-l': {
290
+ fontSize: number;
291
+ lineHeight: number;
292
+ allowedFontWeights: string[];
293
+ };
294
+ 'body-m': {
295
+ fontSize: number;
296
+ lineHeight: number;
297
+ allowedFontWeights: string[];
298
+ };
299
+ 'body-s': {
300
+ fontSize: number;
301
+ lineHeight: number;
302
+ allowedFontWeights: string[];
303
+ };
304
+ 'body-xs': {
305
+ fontSize: number;
306
+ lineHeight: number;
307
+ allowedFontWeights: string[];
308
+ };
349
309
  };
350
310
  };
351
- bodies: {
311
+ labels: {
352
312
  fontFamily: {
313
+ native: {
314
+ semibold: string;
315
+ };
353
316
  web: {
354
- regular: string;
355
- bold: string;
317
+ semibold: string;
356
318
  };
319
+ };
320
+ fontWeight: {
321
+ semibold: number;
322
+ };
323
+ fontStyle: string;
324
+ configs: {
325
+ 'label-large': {
326
+ fontSize: number;
327
+ lineHeight: number;
328
+ allowedFontWeights: string[];
329
+ };
330
+ 'label-medium': {
331
+ fontSize: number;
332
+ lineHeight: number;
333
+ allowedFontWeights: string[];
334
+ };
335
+ };
336
+ };
337
+ contentCaps: {
338
+ fontFamily: {
357
339
  native: {
358
- regular: string;
340
+ bold: string;
341
+ };
342
+ web: {
359
343
  bold: string;
360
344
  };
361
345
  };
362
346
  fontWeight: {
363
- regular: number;
364
347
  bold: number;
365
348
  };
366
- fontStyle: {
367
- regular: string;
368
- bold: string;
369
- };
349
+ fontStyle: string;
370
350
  configs: {
371
- 'body-large': import("./late-ocean/typography").TypographyTypeConfig;
372
- 'body-medium': import("./late-ocean/typography").TypographyTypeConfig;
373
- body: import("./late-ocean/typography").TypographyTypeConfig;
374
- 'body-small': import("./late-ocean/typography").TypographyTypeConfig;
375
- 'body-xsmall': import("./late-ocean/typography").TypographyTypeConfig;
376
- 'body-xl': import("./late-ocean/typography").TypographyTypeConfig;
377
- 'body-l': import("./late-ocean/typography").TypographyTypeConfig;
378
- 'body-m': import("./late-ocean/typography").TypographyTypeConfig;
379
- 'body-s': import("./late-ocean/typography").TypographyTypeConfig;
380
- 'body-xs': import("./late-ocean/typography").TypographyTypeConfig;
351
+ 'content-caps-xxxl': {
352
+ fontSize: number;
353
+ lineHeight: number;
354
+ allowedFontWeights: string[];
355
+ };
356
+ 'content-caps-xxl': {
357
+ fontSize: number;
358
+ lineHeight: number;
359
+ allowedFontWeights: string[];
360
+ };
361
+ 'content-caps-xl': {
362
+ fontSize: number;
363
+ lineHeight: number;
364
+ allowedFontWeights: string[];
365
+ };
366
+ 'content-caps-l': {
367
+ fontSize: number;
368
+ lineHeight: number;
369
+ allowedFontWeights: string[];
370
+ };
371
+ 'content-caps-m': {
372
+ fontSize: number;
373
+ lineHeight: number;
374
+ allowedFontWeights: string[];
375
+ };
376
+ 'content-caps-s': {
377
+ fontSize: number;
378
+ lineHeight: number;
379
+ allowedFontWeights: string[];
380
+ };
381
+ 'content-caps-xs': {
382
+ fontSize: number;
383
+ lineHeight: number;
384
+ allowedFontWeights: string[];
385
+ };
381
386
  };
382
387
  };
383
388
  };
384
- link: {
385
- disabledColor: "#faf9f8" | "#f4f3ef" | "#F0EEE9" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a" | "#282826";
386
- };
387
389
  };
388
390
  fullscreenModal: import("./late-ocean/fullscreenModal").FullscreenModalTheme;
389
391
  actionCard: import("./late-ocean/actionCard").ActionCardTheme;
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAsDA,eAAO,MAAM,KAAK;;6BAES,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BzC,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAsDA,eAAO,MAAM,KAAK;;6BAES,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BzC,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/avatar.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,qBAAqB,KAAK,CAAC;AAExC,eAAO,MAAM,eAAe,MAAM,CAAC;AACnC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AAStC,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAQD,MAAM,WAAW,uBAAuB;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,uBAAuB,CAAC;IACjC,KAAK,EAAE,uBAAuB,CAAC;IAC/B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,QAAQ,EAAE,uBAAuB,CAAC;IAClC,KAAK,EAAE,sBAAsB,CAAC;CAC/B;AAED,eAAO,MAAM,MAAM,EAAE,WAyBpB,CAAC"}
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/avatar.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,qBAAqB,KAAK,CAAC;AAExC,eAAO,MAAM,eAAe,MAAM,CAAC;AACnC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AAEtC,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,uBAAuB;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,uBAAuB,CAAC;IACjC,KAAK,EAAE,uBAAuB,CAAC;IAC/B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,QAAQ,EAAE,uBAAuB,CAAC;IAClC,KAAK,EAAE,sBAAsB,CAAC;CAC/B;AAED,eAAO,MAAM,MAAM,EAAE,WAyBpB,CAAC"}