@mattilsynet/design 0.0.2 → 0.0.4

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/mtds/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * as styles from './style.module.css.js';
1
+ export * as styles from './styles.module.css.js';
2
2
  export declare function hello(): void;
package/mtds/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as o from "./style.module.css.js";
1
+ import * as o from "./styles.module.css.js";
2
2
  function e() {
3
3
  console.log("Hello from designsystem");
4
4
  }
package/mtds/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../designsystem/index.ts"],"sourcesContent":["export * as styles from './style.module.css';\nexport function hello() {\n console.log('Hello from designsystem');\n}"],"names":["hello"],"mappings":";AACO,SAASA,IAAQ;AACtB,UAAQ,IAAI,yBAAyB;AACvC;"}
1
+ {"version":3,"file":"index.js","sources":["../designsystem/index.ts"],"sourcesContent":["export * as styles from './styles.module.css';\nexport function hello() {\n console.log('Hello from designsystem');\n}"],"names":["hello"],"mappings":";AACO,SAASA,IAAQ;AACtB,UAAQ,IAAI,yBAAyB;AACvC;"}