@things-factory/lite-menu 6.2.73 → 6.2.75

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.
@@ -17,6 +17,7 @@ export const LiteMenuPortraitStyles = css`
17
17
  margin: 0;
18
18
  padding: 0;
19
19
  }
20
+
20
21
  [group-label] {
21
22
  padding: 25px 0 var(--padding-narrow) var(--padding-wide);
22
23
  border-bottom: var(--border-dark-color);
@@ -24,6 +25,7 @@ export const LiteMenuPortraitStyles = css`
24
25
  color: rgba(var(--primary-color-rgb), 0.9);
25
26
  text-transform: uppercase;
26
27
  }
28
+
27
29
  a {
28
30
  display: flex;
29
31
  align-items: center;
@@ -38,46 +40,54 @@ export const LiteMenuPortraitStyles = css`
38
40
  white-space: nowrap;
39
41
  text-overflow: ellipsis;
40
42
  }
43
+
41
44
  a:hover {
42
45
  color: var(--primary-color);
43
46
  font-weight: bold;
44
47
  }
48
+
45
49
  a * {
46
50
  vertical-align: middle;
47
51
  }
52
+
48
53
  a mwc-icon {
49
- margin-top: -3px;
50
54
  margin-right: var(--margin-narrow);
51
55
  font-size: 15px;
52
56
  color: rgba(var(--secondary-color-rgb), 0.7);
53
57
  }
58
+
54
59
  a [submenu-button] {
55
60
  float: left;
56
- margin: -5px 0 0 -8px;
57
- font-size: 25px;
61
+ font-size: 15px;
58
62
  max-height: 20px;
59
63
  }
64
+
60
65
  a [submenu-button]::before {
61
- content: 'arrow_right';
66
+ content: 'add_box';
62
67
  }
68
+
63
69
  li[active] > a [submenu-button]::before {
64
- content: 'arrow_drop_down';
70
+ content: 'indeterminate_check_box';
65
71
  }
72
+
66
73
  li[active] > a {
67
74
  border-left: 3px solid var(--primary-color);
68
75
  font-weight: bold;
69
76
  color: var(--primary-color);
70
77
  }
78
+
71
79
  li li a {
72
80
  padding: 7px 0 7px 35px;
73
81
  font: normal 13px var(--theme-font);
74
82
  color: var(--secondary-color);
75
83
  }
84
+
76
85
  li li[active] a {
77
86
  background-color: rgba(var(--primary-color-rgb), 0.15);
78
87
  font: bold 13px var(--theme-font);
79
88
  color: var(--primary-color);
80
89
  }
90
+
81
91
  li > ul {
82
92
  overflow-y: hidden;
83
93
  max-height: 0;
@@ -86,12 +96,15 @@ export const LiteMenuPortraitStyles = css`
86
96
  transition-property: all;
87
97
  transition-duration: 0.7s;
88
98
  }
99
+
89
100
  li[active] > ul {
90
101
  max-height: 500px;
91
102
  }
103
+
92
104
  li[active] > ul[settled] {
93
105
  overflow-y: auto;
94
106
  }
107
+
95
108
  li li a::before {
96
109
  margin-right: var(--margin-narrow);
97
110
  }
@@ -108,13 +121,16 @@ export const LiteMenuPortraitStyles = css`
108
121
  :host {
109
122
  min-width: 100vw;
110
123
  }
124
+
111
125
  a {
112
126
  padding: var(--padding-wide);
113
127
  font: normal 15px var(--theme-font);
114
128
  }
129
+
115
130
  li[active] ul {
116
131
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
117
132
  }
133
+
118
134
  li li a {
119
135
  display: block;
120
136
  padding: var(--padding-wide) var(--padding-default) var(--padding-wide) 35px;
@@ -123,6 +139,7 @@ export const LiteMenuPortraitStyles = css`
123
139
  white-space: nowrap;
124
140
  font: normal 14px var(--theme-font);
125
141
  }
142
+
126
143
  li li[active] a {
127
144
  font: bold 14px var(--theme-font);
128
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/lite-menu",
3
- "version": "6.2.73",
3
+ "version": "6.2.75",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -36,11 +36,11 @@
36
36
  "@operato/utils": "^1.0.1",
37
37
  "@things-factory/apptool-base": "^6.2.70",
38
38
  "@things-factory/auth-base": "^6.2.70",
39
- "@things-factory/board-service": "^6.2.73",
40
- "@things-factory/board-ui": "^6.2.73",
39
+ "@things-factory/board-service": "^6.2.75",
40
+ "@things-factory/board-ui": "^6.2.75",
41
41
  "@things-factory/more-base": "^6.2.70",
42
42
  "@things-factory/setting-base": "^6.2.70",
43
43
  "@things-factory/utils": "^6.2.48"
44
44
  },
45
- "gitHead": "eb578bc7a3f5a2301af8ae599d00e929ef3bb6ca"
45
+ "gitHead": "55d7ca9bf5591461d28cca4640941a3f6df93bc0"
46
46
  }