@team-monolith/cds 1.130.0-alpha.1 → 1.130.0-alpha.2

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