neo.mjs 6.28.0 → 6.29.0

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.
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='6.28.0'
23
+ * @member {String} version='6.29.0'
24
24
  */
25
- version: '6.28.0'
25
+ version: '6.29.0'
26
26
  }
27
27
 
28
28
  /**
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='6.28.0'
23
+ * @member {String} version='6.29.0'
24
24
  */
25
- version: '6.28.0'
25
+ version: '6.29.0'
26
26
  }
27
27
 
28
28
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "6.28.0",
3
+ "version": "6.29.0",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,5 +1,6 @@
1
1
  .portal-content-box {
2
- border : 1px solid var(--sem-color-border-default);
2
+ border-radius : 3px;
3
+ box-shadow : 0 3px 6px rgba(0, 0, 0, 0.3);
3
4
  cursor : pointer;
4
5
  color : #000;
5
6
  min-width : 300px;
@@ -11,7 +12,7 @@
11
12
  }
12
13
 
13
14
  .portal-content-box-content {
14
-
15
+ padding-left: 1.3em;
15
16
  }
16
17
 
17
18
  .portal-content-box-header {
@@ -18,12 +18,13 @@
18
18
  display : flex;
19
19
  flex-direction: row-reverse;
20
20
  gap : 8px;
21
- margin : 2rem 0px;
21
+ margin : 2rem 0;
22
22
  }
23
23
 
24
24
  .neo-h1 {
25
25
  font-size : 110px;
26
26
  font-family: "GT-Planar";
27
+ line-height: 1;
27
28
  }
28
29
 
29
30
  .neo-h2 {
@@ -37,6 +37,14 @@
37
37
  right : -42px;
38
38
  width : 35px;
39
39
  z-index : 101;
40
+
41
+ .neo-button-glyph {
42
+ font-size: 13px;
43
+ }
44
+ }
45
+
46
+ .topics-tree {
47
+ padding-bottom: 4em;
40
48
  }
41
49
  }
42
50
  }
@@ -45,6 +45,10 @@
45
45
  position : absolute;
46
46
  left : -42px;
47
47
  width : 35px;
48
+
49
+ .neo-button-glyph {
50
+ font-size: 13px;
51
+ }
48
52
  }
49
53
  }
50
54
  }
@@ -260,12 +260,12 @@ const DefaultConfig = {
260
260
  useVdomWorker: true,
261
261
  /**
262
262
  * buildScripts/injectPackageVersion.mjs will update this value
263
- * @default '6.28.0'
263
+ * @default '6.29.0'
264
264
  * @memberOf! module:Neo
265
265
  * @name config.version
266
266
  * @type String
267
267
  */
268
- version: '6.28.0'
268
+ version: '6.29.0'
269
269
  };
270
270
 
271
271
  Object.assign(DefaultConfig, {