@m4l/components 9.17.1-beta-feature-731-m4l-components-code-editor.0 → 9.17.1-beta-feature-731-m4l-components-code-editor.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.17.1-beta-feature-731-m4l-components-code-editor.0",
3
+ "version": "9.17.1-beta-feature-731-m4l-components-code-editor.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -53,22 +53,22 @@
53
53
  "@hookform/resolvers": "2.9.11",
54
54
  "nprogress": "0.2.0",
55
55
  "react-transition-group": "4.4.5",
56
- "react-dropzone": "14.4.1",
57
- "react-draggable": "4.5.0",
58
- "@mui/x-date-pickers": "6.20.2",
59
- "react-spinners": "0.13.8",
56
+ "react-color": "2.19.3",
60
57
  "react-rnd": "10.5.2",
58
+ "@mui/x-date-pickers": "6.20.2",
59
+ "react-draggable": "4.5.0",
61
60
  "date-fns": "2.30.0",
62
- "react-color": "2.19.3",
63
- "chart.js": "4.5.1",
64
- "chartjs-chart-error-bars": "4.4.5",
65
- "qrcode.react": "3.2.0",
61
+ "react-dropzone": "14.4.1",
62
+ "react-spinners": "0.13.8",
66
63
  "simplebar-react": "3.2.6",
67
- "react-simple-code-editor": "0.14.1",
68
- "react-resizable-panels": "2.1.9",
69
64
  "react-data-grid": "7.0.0-beta.47",
70
65
  "react-dnd": "16.0.1",
71
66
  "react-dnd-html5-backend": "16.0.1",
67
+ "chart.js": "4.5.1",
68
+ "chartjs-chart-error-bars": "4.4.5",
69
+ "qrcode.react": "3.2.0",
70
+ "react-resizable-panels": "2.1.9",
71
+ "react-simple-code-editor": "0.14.1",
72
72
  "react-resizable": "3.1.3",
73
73
  "react-window": "1.8.11",
74
74
  "@tanstack/react-virtual": "3.13.23"
@@ -1,15 +0,0 @@
1
- import { CodeEditorLanguageIcon, CodeEditorLanguageTemplateInput, CodeEditorRuntimeDependency } from './types';
2
- type CodeEditorStoryRuntimeArgs = {
3
- languageTemplate?: CodeEditorLanguageTemplateInput;
4
- languageText?: string;
5
- };
6
- /**
7
- * Build the runtime dependency list needed for Storybook CodeEditor examples.
8
- */
9
- export declare function resolveCodeEditorStoryRuntimeDependencies(args: CodeEditorStoryRuntimeArgs): CodeEditorRuntimeDependency[] | undefined;
10
- /**
11
- * Resolve the Storybook example icon for the current language so the base component stays instance-owned.
12
- */
13
- export declare function resolveCodeEditorStoryLanguageIcon(args: CodeEditorStoryRuntimeArgs): CodeEditorLanguageIcon | undefined;
14
- export {};
15
- //# sourceMappingURL=storybookRuntime.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storybookRuntime.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/extended/ReactSimpleCodeEditor/storybookRuntime.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,SAAS,CAAC;AAEjB,KAAK,0BAA0B,GAAG;IAChC,gBAAgB,CAAC,EAAE,+BAA+B,CAAC;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAyIF;;GAEG;AACH,wBAAgB,yCAAyC,CACvD,IAAI,EAAE,0BAA0B,GAC/B,2BAA2B,EAAE,GAAG,SAAS,CAwC3C;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,0BAA0B,GAC/B,sBAAsB,GAAG,SAAS,CA6BpC"}