@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 './
|
|
1
|
+
export * as styles from './styles.module.css.js';
|
|
2
2
|
export declare function hello(): void;
|
package/mtds/index.js
CHANGED
package/mtds/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../designsystem/index.ts"],"sourcesContent":["export * as styles from './
|
|
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;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
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.
|
|
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
|
-
"./
|
|
20
|
-
"./
|
|
19
|
+
"./styles.json": "./mtds/styles.json",
|
|
20
|
+
"./styles.css": "./mtds/styles.css"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"start": "vite",
|
|
File without changes
|