@mattilsynet/design 0.0.2 → 0.0.3

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;"}
@@ -239,4 +239,4 @@ export {
239
239
  d as default,
240
240
  s as logo
241
241
  };
242
- //# sourceMappingURL=style.module.css.js.map
242
+ //# sourceMappingURL=styles.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"style.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"styles.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattilsynet/design",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "main": "./mtds/index.js",
6
6
  "types": "./mtds/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  "./icons/*": "./mtds/icons/*",
17
17
  "./illustrations/*": "./mtds/illustrations/*",
18
18
  "./package.json": "./package.json",
19
- "./style.json": "./mtds/style.json",
20
- "./style.css": "./mtds/style.css"
19
+ "./styles.json": "./mtds/styles.json",
20
+ "./styles.css": "./mtds/styles.css"
21
21
  },
22
22
  "scripts": {
23
23
  "start": "vite",
File without changes