sigment 1.1.7 → 1.1.8

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": "sigment",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "A lightweight reactive JavaScript framework built with signals and vanilla JS — no virtual DOM, no JSX, no transpilation.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {
package/types/index.d.ts CHANGED
@@ -560,7 +560,13 @@ export function updateNodeIfNeeded(
560
560
  ): void;
561
561
 
562
562
 
563
- declare module '*.global.css' {
563
+
564
+ declare module '*.module.css' {
565
+ const classes: { [key: string]: string };
566
+ export default classes;
567
+ }
568
+
569
+ declare module '*.css' {
564
570
  const content: string;
565
571
  export default content;
566
572
  }
Binary file