fynixui 1.0.1 → 1.0.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.

Potentially problematic release.


This version of fynixui might be problematic. Click here for more details.

package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fynixui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "Core package for Fynix UI framework - A lightweight, reactive UI framework with TypeScript support.",
6
6
  "main": "./dist/fynix/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fynixui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "Core package for Fynix UI framework - A lightweight, reactive UI framework with TypeScript support.",
6
6
  "main": "./dist/fynix/index.js",
package/types/global.d.ts CHANGED
@@ -264,6 +264,10 @@ declare module "*.js" {
264
264
  const Component: any;
265
265
  export default Component;
266
266
  }
267
+ declare module "*.fnx" {
268
+ const Component: any;
269
+ export default Component;
270
+ }
267
271
  declare module "*.ts" {
268
272
  const Component: any;
269
273
  export default Component;
@@ -499,7 +499,10 @@ declare module "*?inline" {
499
499
  /**
500
500
  * Fynix-specific module patterns
501
501
  */
502
-
502
+ declare module "*.fnx" {
503
+ const Component: any;
504
+ export default Component;
505
+ }
503
506
 
504
507
  /**
505
508
  * TypeScript/JavaScript module re-declarations