@esportsplus/ui 0.1.4 → 0.1.6
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 +5 -11
- package/webpack.config.ts +6 -1
- /package/{build/assets → assets}/0af89c10df9bc2f8d646.woff2 +0 -0
- /package/{build/assets → assets}/109e3207d9afea8524be.woff2 +0 -0
- /package/{build/assets → assets}/16663c3f6ab1da2d6c86.woff +0 -0
- /package/{build/assets → assets}/16e8721ef5837bc6375e.woff +0 -0
- /package/{build/assets → assets}/2a3e005f58bfca9c117e.woff +0 -0
- /package/{build/assets → assets}/58a8d7ebc386843b62c5.woff2 +0 -0
- /package/{build/assets → assets}/593de7c561e5ffe80c3e.woff2 +0 -0
- /package/{build/assets → assets}/68b7982c2b30b51bf932.woff2 +0 -0
- /package/{build/assets → assets}/a04b5e24af93da353f0e.woff +0 -0
- /package/{build/assets → assets}/bf331673b91821715c08.woff +0 -0
- /package/{build/assets → assets}/c54b0f4340f2914802d1.woff +0 -0
- /package/{build/assets → assets}/dd8646a41e4397b77fc4.woff2 +0 -0
- /package/{build/assets → assets}/e06c107cc50506570954.woff2 +0 -0
- /package/{build/assets → assets}/ecdfe4c05425592708aa.woff2 +0 -0
- /package/{build/assets → assets}/f0032576ac7462ccbd0c.woff +0 -0
- /package/{build/assets → assets}/f872e621917a45943fbc.woff +0 -0
- /package/{build/components → components}/styles.css +0 -0
- /package/{build/components → components}/variables.css +0 -0
- /package/{build/fonts → fonts}/montserrat.css +0 -0
- /package/{build/normalize.css → normalize.css} +0 -0
- /package/{build/utilities → utilities}/styles.css +0 -0
- /package/{build/utilities → utilities}/variables.css +0 -0
package/package.json
CHANGED
|
@@ -6,18 +6,10 @@
|
|
|
6
6
|
"@esportsplus/template": "^0.1.31"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@esportsplus/webpack": "^0.1.
|
|
9
|
+
"@esportsplus/webpack": "^0.1.33",
|
|
10
10
|
"modern-normalize": "^2.0.0"
|
|
11
11
|
},
|
|
12
|
-
"
|
|
13
|
-
"./components/*.css": "./build/components/*.css",
|
|
14
|
-
"./components/*": {
|
|
15
|
-
"types": "./build/components/*/index.d.ts",
|
|
16
|
-
"default": "./build/components/*/index.js"
|
|
17
|
-
},
|
|
18
|
-
"./*.css": "./build/*.css",
|
|
19
|
-
"./*": "./*"
|
|
20
|
-
},
|
|
12
|
+
"main": "build/index.js",
|
|
21
13
|
"name": "@esportsplus/ui",
|
|
22
14
|
"private": false,
|
|
23
15
|
"scripts": {
|
|
@@ -27,5 +19,7 @@
|
|
|
27
19
|
"-": "-",
|
|
28
20
|
"prepublishOnly": "npm run build"
|
|
29
21
|
},
|
|
30
|
-
"
|
|
22
|
+
"sideEffects": false,
|
|
23
|
+
"types": "build/index.d.ts",
|
|
24
|
+
"version": "0.1.6"
|
|
31
25
|
}
|
package/webpack.config.ts
CHANGED
|
@@ -17,5 +17,10 @@ export default config.css({
|
|
|
17
17
|
variables: entry.css('./src/css-utilities/**/variables.scss')
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
mode: 'production'
|
|
20
|
+
mode: 'production',
|
|
21
|
+
// Temporary output until css root directory can be set through
|
|
22
|
+
// package.json or similar ( like 'main' key )
|
|
23
|
+
output: {
|
|
24
|
+
path: '.'
|
|
25
|
+
}
|
|
21
26
|
});
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|