@motionmetrics/mmpro-storybook-components-schema 2.0.30 → 2.0.31

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.
@@ -1,2 +1,2 @@
1
- // Icon component exports
2
- export * from './index.d.ts';
1
+ // Type definitions only - no runtime exports
2
+ module.exports = {};
@@ -1,2 +1,2 @@
1
- // Schema component exports
2
- export * from './index.d.ts';
1
+ // Type definitions only - no runtime exports
2
+ module.exports = {};
@@ -1,3 +1,6 @@
1
- // Main entry point - re-exports Schema and Icon components
2
- export * from './components/Schema/index.js';
3
- export * from './components/Icon/index.js';
1
+ // This file is a type-definitions re-export file.
2
+ // All runtime logic is provided by the source TypeScript/React components.
3
+ // Import from the full @motionmetrics/mmpro-frontend-common package for runtime functionality.
4
+
5
+ // Type exports only - no runtime exports
6
+ module.exports = {};
@@ -1,2 +1,2 @@
1
- // Type-definitions-only re-export for tokens
2
- export {};
1
+ // Type definitions only - no runtime exports
2
+ module.exports = {};
package/package.json CHANGED
@@ -1,34 +1,22 @@
1
1
  {
2
2
  "name": "@motionmetrics/mmpro-storybook-components-schema",
3
- "version": "2.0.30",
4
- "description": "Schema component package from @motionmetrics/mmpro-frontend-common. React 17-19 compatible.",
3
+ "version": "2.0.31",
4
+ "description": "Type definitions for Schema, Icon, Tooltip components and tokens from @motionmetrics/mmpro-frontend-common. For runtime components, use the full package.",
5
5
  "main": "./lib/storybook/schema-entry.js",
6
6
  "module": "./lib/storybook/schema-entry.js",
7
7
  "types": "./lib/storybook/schema-entry.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
- "types": "./lib/storybook/schema-entry.d.ts",
11
- "import": "./lib/storybook/schema-entry.js",
12
- "require": "./lib/storybook/schema-entry.js",
13
- "default": "./lib/storybook/schema-entry.js"
10
+ "types": "./lib/storybook/schema-entry.d.ts"
14
11
  },
15
12
  "./schema": {
16
- "types": "./lib/storybook/components/Schema/index.d.ts",
17
- "import": "./lib/storybook/components/Schema/index.js",
18
- "require": "./lib/storybook/components/Schema/index.js",
19
- "default": "./lib/storybook/components/Schema/index.js"
13
+ "types": "./lib/storybook/components/Schema/index.d.ts"
20
14
  },
21
15
  "./icon": {
22
- "types": "./lib/storybook/components/Icon/index.d.ts",
23
- "import": "./lib/storybook/components/Icon/index.js",
24
- "require": "./lib/storybook/components/Icon/index.js",
25
- "default": "./lib/storybook/components/Icon/index.js"
16
+ "types": "./lib/storybook/components/Icon/index.d.ts"
26
17
  },
27
18
  "./tokens": {
28
- "types": "./lib/storybook/tokensV2/index.d.ts",
29
- "import": "./lib/storybook/tokensV2/index.js",
30
- "require": "./lib/storybook/tokensV2/index.js",
31
- "default": "./lib/storybook/tokensV2/index.js"
19
+ "types": "./lib/storybook/tokensV2/index.d.ts"
32
20
  }
33
21
  },
34
22
  "files": [