@team-monolith/cds 1.129.2-alpha.3 → 1.130.0-alpha.1

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 (59) hide show
  1. package/dist/components/AlertDialog/index.d.ts +2 -0
  2. package/dist/components/Book/index.d.ts +2 -0
  3. package/dist/components/DecoratedNumber/Default/index.d.ts +2 -0
  4. package/dist/components/DecoratedNumber/index.d.ts +2 -0
  5. package/{@types → dist}/emotion.d.ts +1 -2
  6. package/dist/icons/custom/colored/index.d.ts +2 -0
  7. package/dist/icons/custom/default/index.d.ts +2 -0
  8. package/dist/icons/index.d.ts +2 -0
  9. package/dist/index.d.ts +2 -1
  10. package/dist/patterns/Dropdown/DropdownItem/index.d.ts +2 -0
  11. package/dist/patterns/Dropdown/DropdownMenu/index.d.ts +2 -0
  12. package/dist/patterns/Dropdown/index.d.ts +2 -0
  13. package/dist/patterns/LexicalEditor/components/InsertImageDialog/index.d.ts +2 -0
  14. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/index.d.ts +2 -0
  15. package/dist/patterns/LexicalEditor/components/UploadFileDialog/index.d.ts +2 -0
  16. package/dist/patterns/LexicalEditor/index.d.ts +2 -0
  17. package/dist/patterns/LexicalEditor/nodes/FileNode/index.d.ts +2 -0
  18. package/dist/patterns/LexicalEditor/nodes/Form/index.d.ts +2 -0
  19. package/dist/patterns/LexicalEditor/nodes/ImageNode/index.d.ts +2 -0
  20. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/index.d.ts +2 -0
  21. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/index.d.ts +2 -0
  22. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/index.d.ts +2 -0
  23. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/index.d.ts +2 -0
  24. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/index.d.ts +2 -0
  25. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/index.d.ts +2 -0
  26. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/index.d.ts +2 -0
  27. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/index.d.ts +2 -0
  28. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/index.d.ts +2 -0
  29. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/index.d.ts +2 -0
  30. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/index.d.ts +2 -0
  31. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/index.d.ts +2 -0
  32. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/index.d.ts +2 -0
  33. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/index.d.ts +2 -0
  34. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/index.d.ts +2 -0
  35. package/dist/patterns/LexicalEditor/nodes/VideoNode/index.d.ts +2 -0
  36. package/dist/patterns/LexicalEditor/nodes/index.d.ts +2 -0
  37. package/dist/patterns/LexicalEditor/plugins/ActionsPlugin/index.d.ts +2 -0
  38. package/dist/patterns/LexicalEditor/plugins/AutoLinkPlugin/index.d.ts +2 -0
  39. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/index.d.ts +2 -0
  40. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/index.d.ts +2 -0
  41. package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.d.ts +2 -0
  42. package/dist/patterns/LexicalEditor/plugins/FilePlugin/index.d.ts +2 -0
  43. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/index.d.ts +2 -0
  44. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +2 -0
  45. package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/index.d.ts +2 -0
  46. package/dist/patterns/LexicalEditor/plugins/LayoutPlugin/index.d.ts +2 -0
  47. package/dist/patterns/LexicalEditor/plugins/ListMaxIndentLevelPlugin/index.d.ts +2 -0
  48. package/dist/patterns/LexicalEditor/plugins/MarkdownTransformers/index.d.ts +2 -0
  49. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.d.ts +2 -0
  50. package/dist/patterns/LexicalEditor/plugins/ProblemInputPlugin/index.d.ts +2 -0
  51. package/dist/patterns/LexicalEditor/plugins/ProblemSelectPlugin/index.d.ts +2 -0
  52. package/dist/patterns/LexicalEditor/plugins/SelfEvaluationPlugin/index.d.ts +2 -0
  53. package/dist/patterns/LexicalEditor/plugins/SheetInputPlugin/index.d.ts +2 -0
  54. package/dist/patterns/LexicalEditor/plugins/SheetSelectPlugin/index.d.ts +2 -0
  55. package/dist/patterns/LexicalEditor/plugins/VideosPlugin/index.d.ts +2 -0
  56. package/dist/patterns/SegmentedControl/index.d.ts +2 -0
  57. package/dist/patterns/ToggleButtonGroup/index.d.ts +2 -0
  58. package/package.json +1 -1
  59. package/dist/@types/emotion.d.ts +0 -197
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './AlertDialog';
2
4
  export * from './AlertDialogTitle';
3
5
  export * from './AlertDialogContent';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './Book';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './DefaultNumberLarge';
2
4
  export * from './DefaultNumberSmall';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './Default';
@@ -1,5 +1,4 @@
1
- import { SerializedStyles } from "@emotion/react";
2
-
1
+ import { SerializedStyles } from '@emotion/react';
3
2
  interface CodleFontFamilies {
4
3
  ui: string;
5
4
  title: string;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export { default as AiHelper } from './ai-helper.svg?react';
2
4
  export { default as aiHelperSvg } from './ai-helper.svg?url';
3
5
  export { default as AiHtmlColor } from './ai-html-color.svg?react';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export { default as AiHtml } from './ai-html.svg?react';
2
4
  export { default as aiHtmlSvg } from './ai-html.svg?url';
3
5
  export { default as AiQuiz } from './ai-quiz.svg?react';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './remixicon';
2
4
  export * from './custom/default';
3
5
  export * from './custom/colored';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- /// <reference path="@types/emotion.d.ts" preserve="true" />
1
+ /// <reference path="./emotion.d.ts" />
2
+
2
3
  export * from './components/AlertDialog';
3
4
  export * from './components/Badge';
4
5
  export * from './components/DecoratedNumber';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './DropdownItem';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './DropdownMenu';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './Dropdown';
2
4
  export * from './DropdownItem';
3
5
  export * from './DropdownMenu';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './InsertImageDialog';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './InsertVideoDialog';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './UploadFileDialog';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './LexicalEditor';
2
4
  export * from './plugins/MarkdownTransformers';
3
5
  export * from './convertToMarkdown';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './FileNode';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './FormInput';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ImageNode';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './FormSolution';
2
4
  export * from './FormSegmentedControl';
3
5
  export * from './FormPlaceholder';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ProblemInputNode';
2
4
  export * from './InputComponent';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SelectBoxEdit';
2
4
  export * from './SelectBoxView';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SettingForm';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ProblemSelectNode';
2
4
  export * from './SelectComponent';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './FormIconAndLabel';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SettingForm';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './Evaluation';
2
4
  export * from './SettingForm';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './EvaluationComponent';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SelfEvaluationNode';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SheetInputNode';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SelectBoxView';
2
4
  export * from './SelectBoxEdit';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SettingForm';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SelectComponent';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SheetSelectNode';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './VideoNode';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ColoredQuoteNode';
2
4
  export * from './ImageNode';
3
5
  export * from './VideoNode';
@@ -1,2 +1,4 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { ReactElement } from 'react';
2
4
  export declare function ActionsPlugin(): ReactElement;
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export declare function AutoLinkPlugin(): JSX.Element | null;
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ComponentAdderPlugin';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ComponentPickerMenuPlugin';
2
4
  export * from './ComponentPickerMenuList';
3
5
  export * from './ComponentPickerMenuItem';
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  /**
2
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
5
  *
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { FilePayload } from '../../nodes/FileNode';
3
5
  export type UplaodFilePayload = Readonly<FilePayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { Dispatch } from 'react';
2
4
  export declare function FloatingLinkEditorPlugin({ anchorElem, isLinkEditMode, setIsLinkEditMode, }: {
3
5
  anchorElem?: HTMLElement;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export declare function FloatingTextFormatToolbarPlugin({ anchorElem, }: {
2
4
  anchorElem?: HTMLElement;
3
5
  }): JSX.Element | null;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { ImagePayload } from '../../nodes';
3
5
  export type InsertImagePayload = Readonly<ImagePayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand, NodeKey } from 'lexical';
2
4
  export declare const INSERT_LAYOUT_COMMAND: LexicalCommand<string>;
3
5
  export declare const UPDATE_LAYOUT_COMMAND: LexicalCommand<{
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  /**
2
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
5
  *
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { ElementTransformer, TextMatchTransformer, Transformer } from '@lexical/markdown';
2
4
  export declare const HR: ElementTransformer;
3
5
  export declare const IMAGE: TextMatchTransformer;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  type ParagraphPlaceholderPluginProps = {
2
4
  placeholder: string;
3
5
  };
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { ProblemInputPayload } from '../../nodes/ProblemInputNode';
3
5
  export declare const INSERT_PROBLEM_INPUT_COMMAND: LexicalCommand<ProblemInputPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { ProblemSelectPayload } from '../../nodes/ProblemSelectNode';
3
5
  export declare const INSERT_PROBLEM_SELECT_COMMAND: LexicalCommand<ProblemSelectPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { SelfEvaluationPayload } from '../../nodes/SelfEvaluationNode';
3
5
  export declare const INSERT_SELF_EVALUATION_COMMAND: LexicalCommand<SelfEvaluationPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { SheetInputPayload } from '../../nodes/SheetInputNode';
3
5
  export declare const INSERT_SHEET_INPUT_COMMAND: LexicalCommand<SheetInputPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { SheetSelectPayload } from '../../nodes/SheetSelectNode';
3
5
  export declare const INSERT_SHEET_SELECT_COMMAND: LexicalCommand<SheetSelectPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  import { LexicalCommand } from 'lexical';
2
4
  import { VideoPayload } from '../../nodes';
3
5
  export type InsertVideoPayload = Readonly<VideoPayload>;
@@ -1,3 +1,5 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './SegmentedControlGroup';
2
4
  export * from './SegmentedControlButton';
3
5
  export * from './SegmentedControlSquareButton';
@@ -1 +1,3 @@
1
+ /// <reference path="./emotion.d.ts" />
2
+
1
3
  export * from './ToggleButtonGroup';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.129.2-alpha.3",
3
+ "version": "1.130.0-alpha.1",
4
4
  "packageManager": "pnpm@10.33.2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,197 +0,0 @@
1
- import { SerializedStyles } from "@emotion/react";
2
-
3
- interface CodleFontFamilies {
4
- ui: string;
5
- title: string;
6
- code: string;
7
- }
8
-
9
- interface CodleColors {
10
- background: {
11
- neutralBase: string;
12
- neutralBaseActive: string;
13
- neutralBaseDisabled: string;
14
- neutralAlt: string;
15
- neutralAltActive: string;
16
- neutralAltDisabled: string;
17
- primary: string;
18
- primaryActive: string;
19
- primaryDisabled: string;
20
- secondary: string;
21
- secondaryActive: string;
22
- secondaryDisabled: string;
23
- danger: string;
24
- dangerActive: string;
25
- dangerDisabled: string;
26
- success: string;
27
- successActive: string;
28
- successDisabled: string;
29
- info: string;
30
- infoActive: string;
31
- infoDisabled: string;
32
- warning: string;
33
- warningActive: string;
34
- warningDisabled: string;
35
- inverse: string;
36
- inverseActive: string;
37
- inverseDisabled: string;
38
- };
39
- foreground: {
40
- neutralBase: string;
41
- neutralBaseActive: string;
42
- neutralBaseDisabled: string;
43
- neutralAlt: string;
44
- neutralAltActive: string;
45
- neutralAltDisabled: string;
46
- primary: string;
47
- primaryActive: string;
48
- primaryDisabled: string;
49
- secondary: string;
50
- secondaryActive: string;
51
- secondaryDisabled: string;
52
- danger: string;
53
- dangerActive: string;
54
- dangerDisabled: string;
55
- success: string;
56
- successActive: string;
57
- successDisabled: string;
58
- info: string;
59
- infoActive: string;
60
- infoDisabled: string;
61
- warning: string;
62
- warningActive: string;
63
- warningDisabled: string;
64
- };
65
- container: {
66
- blueContainer: string;
67
- blueOnContainer: string;
68
- orangeContainer: string;
69
- orangeOnContainer: string;
70
- redContainer: string;
71
- redOnContainer: string;
72
- greenContainer: string;
73
- greenOnContainer: string;
74
- tealContainer: string;
75
- tealOnContainer: string;
76
- yellowContainer: string;
77
- yellowOnContainer: string;
78
- obsidianContainer: string;
79
- obsidianOnContainer: string;
80
- marbleContainer: string;
81
- marbleOnContainer: string;
82
- };
83
- brand: {
84
- brandOriginal: string;
85
- brandAlt: string;
86
- brandAccent: string;
87
- brandFaded: string;
88
- pdf: string;
89
- pdfAlt: string;
90
- quiz: string;
91
- quizAlt: string;
92
- python: string;
93
- pythonAlt: string;
94
- embedded: string;
95
- embeddedAlt: string;
96
- board: string;
97
- boardAlt: string;
98
- scratch: string;
99
- scratchAlt: string;
100
- entry: string;
101
- entryAlt: string;
102
- video: string;
103
- videoAlt: string;
104
- worksheet: string;
105
- worksheetAlt: string;
106
- ebook: string;
107
- ebookAlt: string;
108
- makecode: string;
109
- makecodeAlt: string;
110
- codap: string;
111
- codapAlt: string;
112
- aiQuiz: string;
113
- aiQuizAlt: string;
114
- aiSocroom: string;
115
- aiSocroomAlt: string;
116
- aiHtml: string;
117
- aiHtmlAlt: string;
118
- visang: string;
119
-
120
- decorativeRed: string;
121
- decorativePink: string;
122
- decorativeAmber: string;
123
- decorativeCoral: string;
124
- decorativeGrass: string;
125
- decorativeGreen: string;
126
- decorativeBlue: string;
127
- decorativeIndigo: string;
128
- decorativePurple: string;
129
- decorativeBrown: string;
130
- decorativeCopper: string;
131
- decorativeGold: string;
132
- decorativeSilver: string;
133
- decorativeGray: string;
134
- decorativeBlack: string;
135
- decorativeRedContainer: string;
136
- decorativeRedOnContainer: string;
137
- decorativeIndigoContainer: string;
138
- decorativeIndigoOnContainer: string;
139
- decorativeGreenContainer: string;
140
- decorativeGreenOnContainer: string;
141
- decorativePurpleContainer: string;
142
- decorativePurpleOnContainer: string;
143
- decorativeGoldContainer: string;
144
- decorativeGoldOnContainer: string;
145
- decorativeGrayContainer: string;
146
- decorativeGrayOnContainer: string;
147
- decorativeBlackContainer: string;
148
- decorativeBlackOnContainer: string;
149
- };
150
- blanket: {
151
- neutral: string;
152
- neutralLight: string;
153
- neutralHeavy: string;
154
- inverse: string;
155
- inverseLight: string;
156
- inverseHeavy: string;
157
- };
158
- }
159
-
160
- interface CodleTypography {
161
- heading1Regular: SerializedStyles;
162
- heading1Bold: SerializedStyles;
163
- heading2Regular: SerializedStyles;
164
- heading2Bold: SerializedStyles;
165
- heading3Regular: SerializedStyles;
166
- heading3Bold: SerializedStyles;
167
- heading4Regular: SerializedStyles;
168
- heading4Bold: SerializedStyles;
169
- heading5Regular: SerializedStyles;
170
- heading5Bold: SerializedStyles;
171
- heading6Regular: SerializedStyles;
172
- heading6Bold: SerializedStyles;
173
- body1Regular: SerializedStyles;
174
- body1Medium: SerializedStyles;
175
- body1SemiBold: SerializedStyles;
176
- body1Bold: SerializedStyles;
177
- body2Regular: SerializedStyles;
178
- body2Medium: SerializedStyles;
179
- body2SemiBold: SerializedStyles;
180
- body2Bold: SerializedStyles;
181
- body3Regular: SerializedStyles;
182
- body3Medium: SerializedStyles;
183
- body3SemiBold: SerializedStyles;
184
- body3Bold: SerializedStyles;
185
- captionRegular: SerializedStyles;
186
- captionMedium: SerializedStyles;
187
- captionSemiBold: SerializedStyles;
188
- captionBold: SerializedStyles;
189
- }
190
-
191
- declare module "@emotion/react" {
192
- export interface Theme {
193
- color: CodleColors;
194
- fontFamily: CodleFontFamilies;
195
- typography: CodleTypography;
196
- }
197
- }