@team-monolith/cds 1.130.0-alpha.0 → 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.
- package/dist/components/AlertDialog/index.d.ts +2 -0
- package/dist/components/Book/index.d.ts +2 -0
- package/dist/components/DecoratedNumber/Default/index.d.ts +2 -0
- package/dist/components/DecoratedNumber/index.d.ts +2 -0
- package/dist/icons/custom/colored/index.d.ts +2 -0
- package/dist/icons/custom/default/index.d.ts +2 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/patterns/Dropdown/DropdownItem/index.d.ts +2 -0
- package/dist/patterns/Dropdown/DropdownMenu/index.d.ts +2 -0
- package/dist/patterns/Dropdown/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/components/InsertVideoDialog/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/components/UploadFileDialog/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/FileNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/Form/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/VideoNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ActionsPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/AutoLinkPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/FilePlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/LayoutPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ListMaxIndentLevelPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/MarkdownTransformers/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemInputPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemSelectPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/SelfEvaluationPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/SheetInputPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/SheetSelectPlugin/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/VideosPlugin/index.d.ts +2 -0
- package/dist/patterns/SegmentedControl/index.d.ts +2 -0
- package/dist/patterns/ToggleButtonGroup/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED