n20-common-lib 1.3.11 → 1.3.14

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": "n20-common-lib",
3
- "version": "1.3.11",
3
+ "version": "1.3.14",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -24,7 +24,11 @@
24
24
  "src/utils",
25
25
  "src/plugins",
26
26
  "src/index.js",
27
- "style",
27
+ "style/*.css",
28
+ "style/*.css.map",
29
+ "style/fonts",
30
+ "treme/*.css",
31
+ "treme/fonts",
28
32
  "g6.js",
29
33
  "nstc-g6/index.js",
30
34
  "nstc-g6/assets",
@@ -16,7 +16,7 @@ $--color-transition-base: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !defau
16
16
  /* Color
17
17
  -------------------------- */
18
18
  /// color|1|Brand Color|0
19
- $--color-primary: #007aff;
19
+ $--color-primary: #007aff !default;
20
20
  /// color|1|Background Color|4
21
21
  $--color-white: #ffffff !default;
22
22
  /// color|1|Background Color|4