neo.mjs 5.2.5 → 5.2.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/apps/ServiceWorker.mjs +2 -2
- package/examples/ServiceWorker.mjs +2 -2
- package/package.json +1 -1
- package/resources/scss/src/tab/header/Button.scss +2 -1
- package/resources/scss/theme-dark/tab/header/Button.scss +4 -0
- package/resources/scss/theme-light/tab/header/Button.scss +4 -0
- package/src/DefaultConfig.mjs +2 -2
package/apps/ServiceWorker.mjs
CHANGED
package/package.json
CHANGED
@@ -9,9 +9,10 @@
|
|
9
9
|
background-color: v(tab-button-background-color);
|
10
10
|
background-image: v(tab-button-background-image);
|
11
11
|
border : v(tab-button-border);
|
12
|
+
border-bottom : v(tab-button-border-bottom);
|
12
13
|
border-radius : v(tab-button-border-radius);
|
13
14
|
height : v(tab-button-height);
|
14
|
-
margin : 0;
|
15
|
+
margin : 0 0 v(tab-button-margin-bottom);
|
15
16
|
padding : v(tab-button-padding);
|
16
17
|
text-transform : v(tab-button-text-transform);
|
17
18
|
|
@@ -12,6 +12,7 @@ $neoMap: map-merge($neoMap, (
|
|
12
12
|
'tab-button-background-image-pressed-right' : linear-gradient(to left, #434749, #323536),
|
13
13
|
'tab-button-background-image-right' : linear-gradient(to left, #393d3e, #282b2b),
|
14
14
|
'tab-button-border' : none,
|
15
|
+
'tab-button-border-bottom' : none,
|
15
16
|
'tab-button-border-bottom-pressed' : none,
|
16
17
|
'tab-button-border-pressed' : none,
|
17
18
|
'tab-button-border-radius' : 0,
|
@@ -22,6 +23,7 @@ $neoMap: map-merge($neoMap, (
|
|
22
23
|
'tab-button-glyph-color-pressed' : #bbb,
|
23
24
|
'tab-button-height' : 25px,
|
24
25
|
'tab-button-height-pressed' : 25px,
|
26
|
+
'tab-button-margin-bottom' : 0,
|
25
27
|
'tab-button-padding' : 7px 12px 6px 12px,
|
26
28
|
'tab-button-text-color' : #bbb,
|
27
29
|
'tab-button-text-transform' : none
|
@@ -42,6 +44,7 @@ $neoMap: map-merge($neoMap, (
|
|
42
44
|
--tab-button-background-image-pressed-right : #{neo(tab-button-background-image-pressed-right)};
|
43
45
|
--tab-button-background-image-right : #{neo(tab-button-background-image-right)};
|
44
46
|
--tab-button-border : #{neo(tab-button-border)};
|
47
|
+
--tab-button-border-bottom : #{neo(tab-button-border-bottom)};
|
45
48
|
--tab-button-border-bottom-pressed : #{neo(tab-button-border-bottom-pressed)};
|
46
49
|
--tab-button-border-pressed : #{neo(tab-button-border-pressed)};
|
47
50
|
--tab-button-border-radius : #{neo(tab-button-border-radius)};
|
@@ -52,6 +55,7 @@ $neoMap: map-merge($neoMap, (
|
|
52
55
|
--tab-button-glyph-color-pressed : #{neo(tab-button-glyph-color-pressed)};
|
53
56
|
--tab-button-height : #{neo(tab-button-height)};
|
54
57
|
--tab-button-height-pressed : #{neo(tab-button-height-pressed)};
|
58
|
+
--tab-button-margin-bottom : #{neo(tab-button-margin-bottom)};
|
55
59
|
--tab-button-padding : #{neo(tab-button-padding)};
|
56
60
|
--tab-button-text-color : #{neo(tab-button-text-color)};
|
57
61
|
--tab-button-text-transform : #{neo(tab-button-text-transform)};
|
@@ -12,6 +12,7 @@ $neoMap: map-merge($neoMap, (
|
|
12
12
|
'tab-button-background-image-pressed-right' : none,
|
13
13
|
'tab-button-background-image-right' : none,
|
14
14
|
'tab-button-border' : none,
|
15
|
+
'tab-button-border-bottom' : none,
|
15
16
|
'tab-button-border-bottom-pressed' : none,
|
16
17
|
'tab-button-border-pressed' : none,
|
17
18
|
'tab-button-border-radius' : 0,
|
@@ -22,6 +23,7 @@ $neoMap: map-merge($neoMap, (
|
|
22
23
|
'tab-button-glyph-color-pressed' : #1c60a0,
|
23
24
|
'tab-button-height' : 25px,
|
24
25
|
'tab-button-height-pressed' : 25px,
|
26
|
+
'tab-button-margin-bottom' : 0,
|
25
27
|
'tab-button-padding' : 7px 12px 6px 12px,
|
26
28
|
'tab-button-text-color' : #2b2b2b,
|
27
29
|
'tab-button-text-transform' : uppercase
|
@@ -42,6 +44,7 @@ $neoMap: map-merge($neoMap, (
|
|
42
44
|
--tab-button-background-image-pressed-right : #{neo(tab-button-background-image-pressed-right)};
|
43
45
|
--tab-button-background-image-right : #{neo(tab-button-background-image-right)};
|
44
46
|
--tab-button-border : #{neo(tab-button-border)};
|
47
|
+
--tab-button-border-bottom : #{neo(tab-button-border-bottom)};
|
45
48
|
--tab-button-border-bottom-pressed : #{neo(tab-button-border-bottom-pressed)};
|
46
49
|
--tab-button-border-pressed : #{neo(tab-button-border-pressed)};
|
47
50
|
--tab-button-border-radius : #{neo(tab-button-border-radius)};
|
@@ -52,6 +55,7 @@ $neoMap: map-merge($neoMap, (
|
|
52
55
|
--tab-button-glyph-color-pressed : #{neo(tab-button-glyph-color-pressed)};
|
53
56
|
--tab-button-height : #{neo(tab-button-height)};
|
54
57
|
--tab-button-height-pressed : #{neo(tab-button-height-pressed)};
|
58
|
+
--tab-button-margin-bottom : #{neo(tab-button-margin-bottom)};
|
55
59
|
--tab-button-padding : #{neo(tab-button-padding)};
|
56
60
|
--tab-button-text-color : #{neo(tab-button-text-color)};
|
57
61
|
--tab-button-text-transform : #{neo(tab-button-text-transform)};
|
package/src/DefaultConfig.mjs
CHANGED
@@ -237,12 +237,12 @@ const DefaultConfig = {
|
|
237
237
|
useVdomWorker: true,
|
238
238
|
/**
|
239
239
|
* buildScripts/injectPackageVersion.mjs will update this value
|
240
|
-
* @default '5.2.
|
240
|
+
* @default '5.2.6'
|
241
241
|
* @memberOf! module:Neo
|
242
242
|
* @name config.version
|
243
243
|
* @type String
|
244
244
|
*/
|
245
|
-
version: '5.2.
|
245
|
+
version: '5.2.6'
|
246
246
|
};
|
247
247
|
|
248
248
|
Object.assign(DefaultConfig, {
|