@operato/menu 2.0.0-alpha.99 → 2.0.0-beta.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.
- package/CHANGELOG.md +432 -0
- package/dist/src/menu-landscape-styles.js +5 -5
- package/dist/src/menu-landscape-styles.js.map +1 -1
- package/dist/src/menu-portrait-styles.js +50 -30
- package/dist/src/menu-portrait-styles.js.map +1 -1
- package/dist/src/ox-menu-landscape.js +2 -2
- package/dist/src/ox-menu-landscape.js.map +1 -1
- package/dist/src/ox-menu-part.js +1 -1
- package/dist/src/ox-menu-part.js.map +1 -1
- package/dist/src/ox-menu-portrait.d.ts +1 -1
- package/dist/src/ox-menu-portrait.js +5 -5
- package/dist/src/ox-menu-portrait.js.map +1 -1
- package/dist/src/types.d.ts +1 -0
- package/dist/src/types.js.map +1 -1
- package/dist/stories/ox-menu-container.js +1 -1
- package/dist/stories/ox-menu-container.js.map +1 -1
- package/dist/stories/ox-menu-portrait.stories.d.ts +7 -1
- package/dist/stories/ox-menu-portrait.stories.js +11 -2
- package/dist/stories/ox-menu-portrait.stories.js.map +1 -1
- package/dist/stories/test-menus.js +2 -2
- package/dist/stories/test-menus.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
- package/src/menu-landscape-styles.ts +5 -5
- package/src/menu-portrait-styles.ts +50 -30
- package/src/ox-menu-landscape.ts +2 -2
- package/src/ox-menu-part.ts +1 -1
- package/src/ox-menu-portrait.ts +5 -5
- package/src/types.ts +1 -0
- package/stories/ox-menu-container.ts +1 -1
- package/stories/ox-menu-portrait.stories.ts +14 -3
- package/stories/test-menus.ts +2 -2
- package/themes/app-theme.css +1 -1
- package/themes/dark-hc.css +151 -0
- package/themes/dark-mc.css +151 -0
- package/themes/dark.css +151 -0
- package/themes/light-hc.css +151 -0
- package/themes/light-mc.css +151 -0
- package/themes/light.css +151 -0
- package/themes/md-typescale-styles.css +100 -0
- package/themes/spacing.css +43 -0
- package/themes/state-color.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,438 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.0-beta.0](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.158...v2.0.0-beta.0) (2024-06-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/menu
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.0-alpha.158](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.157...v2.0.0-alpha.158) (2024-06-01)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @operato/menu
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.0.0-alpha.157](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.156...v2.0.0-alpha.157) (2024-06-01)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### :bug: Bug Fix
|
|
26
|
+
|
|
27
|
+
* theming styles ([118fe71](https://github.com/hatiolab/operato/commit/118fe711fd86d89453f97320bf9fef1e51b4ac23))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [2.0.0-alpha.156](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.155...v2.0.0-alpha.156) (2024-06-01)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### :bug: Bug Fix
|
|
35
|
+
|
|
36
|
+
* theming styles ([3b282c2](https://github.com/hatiolab/operato/commit/3b282c21d93af03bacc5aa40027591e005f1a067))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [2.0.0-alpha.155](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.154...v2.0.0-alpha.155) (2024-06-01)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @operato/menu
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [2.0.0-alpha.154](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.153...v2.0.0-alpha.154) (2024-06-01)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @operato/menu
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [2.0.0-alpha.153](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.152...v2.0.0-alpha.153) (2024-05-31)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @operato/menu
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## [2.0.0-alpha.152](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.151...v2.0.0-alpha.152) (2024-05-30)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @operato/menu
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## [2.0.0-alpha.151](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.150...v2.0.0-alpha.151) (2024-05-30)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### :bug: Bug Fix
|
|
76
|
+
|
|
77
|
+
* theming styles ([c5f59c2](https://github.com/hatiolab/operato/commit/c5f59c2e55a36eedf9056bcf2187c218556ded3e))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [2.0.0-alpha.150](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.149...v2.0.0-alpha.150) (2024-05-30)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @operato/menu
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [2.0.0-alpha.149](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.148...v2.0.0-alpha.149) (2024-05-30)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### :bug: Bug Fix
|
|
93
|
+
|
|
94
|
+
* styles ([9ec269b](https://github.com/hatiolab/operato/commit/9ec269b18bc82a931083137214fb6e3017201107))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## [2.0.0-alpha.148](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.147...v2.0.0-alpha.148) (2024-05-30)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### :rocket: New Features
|
|
102
|
+
|
|
103
|
+
* md3 ([55b7496](https://github.com/hatiolab/operato/commit/55b7496ea46a6b65ac6ab71bc1be7c89d1ba91e5))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### :sparkles: Styling
|
|
107
|
+
|
|
108
|
+
* menu theme ([84c219d](https://github.com/hatiolab/operato/commit/84c219dd69770f57168c70a8f5ee4a189c9f7e4a))
|
|
109
|
+
* menu theme ([9325844](https://github.com/hatiolab/operato/commit/93258447801275e147a518dc81fa4f113b2e7c16))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## [2.0.0-alpha.146](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.145...v2.0.0-alpha.146) (2024-05-29)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @operato/menu
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## [2.0.0-alpha.145](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.144...v2.0.0-alpha.145) (2024-05-28)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package @operato/menu
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## [2.0.0-alpha.143](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.142...v2.0.0-alpha.143) (2024-05-23)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @operato/menu
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## [2.0.0-alpha.142](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.141...v2.0.0-alpha.142) (2024-05-21)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package @operato/menu
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## [2.0.0-alpha.141](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.140...v2.0.0-alpha.141) (2024-05-17)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @operato/menu
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [2.0.0-alpha.140](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.139...v2.0.0-alpha.140) (2024-05-17)
|
|
154
|
+
|
|
155
|
+
**Note:** Version bump only for package @operato/menu
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## [2.0.0-alpha.139](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.138...v2.0.0-alpha.139) (2024-05-16)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @operato/menu
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [2.0.0-alpha.138](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.137...v2.0.0-alpha.138) (2024-05-15)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### :rocket: New Features
|
|
173
|
+
|
|
174
|
+
* ox-menu-portrait 에 text-overflow: ellipsis 적용 ([76d8752](https://github.com/hatiolab/operato/commit/76d8752775ac7eea3816ccb1ef6891a1ca0a2548))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## [2.0.0-alpha.137](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.136...v2.0.0-alpha.137) (2024-05-15)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @operato/menu
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## [2.0.0-alpha.136](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.135...v2.0.0-alpha.136) (2024-05-14)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @operato/menu
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## [2.0.0-alpha.134](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.133...v2.0.0-alpha.134) (2024-05-13)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @operato/menu
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## [2.0.0-alpha.133](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.132...v2.0.0-alpha.133) (2024-05-12)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### :bug: Bug Fix
|
|
206
|
+
|
|
207
|
+
* md-icon filled styling coding pattern ([ad8ea59](https://github.com/hatiolab/operato/commit/ad8ea59b38bbc8e60fb08b2bc82efa30e94154c1))
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## [2.0.0-alpha.132](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.131...v2.0.0-alpha.132) (2024-05-11)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @operato/menu
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## [2.0.0-alpha.131](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.130...v2.0.0-alpha.131) (2024-05-11)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @operato/menu
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## [2.0.0-alpha.129](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.128...v2.0.0-alpha.129) (2024-05-08)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @operato/menu
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [2.0.0-alpha.124](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.123...v2.0.0-alpha.124) (2024-05-08)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package @operato/menu
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## [2.0.0-alpha.123](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.122...v2.0.0-alpha.123) (2024-05-07)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package @operato/menu
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
## [2.0.0-alpha.122](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.121...v2.0.0-alpha.122) (2024-05-06)
|
|
252
|
+
|
|
253
|
+
**Note:** Version bump only for package @operato/menu
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## [2.0.0-alpha.121](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.120...v2.0.0-alpha.121) (2024-05-05)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @operato/menu
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
## [2.0.0-alpha.120](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.119...v2.0.0-alpha.120) (2024-05-05)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @operato/menu
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## [2.0.0-alpha.119](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.118...v2.0.0-alpha.119) (2024-05-04)
|
|
276
|
+
|
|
277
|
+
**Note:** Version bump only for package @operato/menu
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## [2.0.0-alpha.118](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.117...v2.0.0-alpha.118) (2024-05-04)
|
|
284
|
+
|
|
285
|
+
**Note:** Version bump only for package @operato/menu
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## [2.0.0-alpha.117](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.116...v2.0.0-alpha.117) (2024-05-04)
|
|
292
|
+
|
|
293
|
+
**Note:** Version bump only for package @operato/menu
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## [2.0.0-alpha.116](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.115...v2.0.0-alpha.116) (2024-05-04)
|
|
300
|
+
|
|
301
|
+
**Note:** Version bump only for package @operato/menu
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
## [2.0.0-alpha.115](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.114...v2.0.0-alpha.115) (2024-05-04)
|
|
308
|
+
|
|
309
|
+
**Note:** Version bump only for package @operato/menu
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## [2.0.0-alpha.114](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.113...v2.0.0-alpha.114) (2024-05-04)
|
|
316
|
+
|
|
317
|
+
**Note:** Version bump only for package @operato/menu
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
## [2.0.0-alpha.113](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.112...v2.0.0-alpha.113) (2024-05-02)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### :rocket: New Features
|
|
327
|
+
|
|
328
|
+
* add multi-lingual label for ox-menu-xxxx ([87a08f8](https://github.com/hatiolab/operato/commit/87a08f8502d80231a286b1d87f48e2887844abc8))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
## [2.0.0-alpha.112](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.111...v2.0.0-alpha.112) (2024-05-02)
|
|
333
|
+
|
|
334
|
+
**Note:** Version bump only for package @operato/menu
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
## [2.0.0-alpha.111](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.110...v2.0.0-alpha.111) (2024-05-02)
|
|
341
|
+
|
|
342
|
+
**Note:** Version bump only for package @operato/menu
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
## [2.0.0-alpha.110](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.109...v2.0.0-alpha.110) (2024-05-02)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @operato/menu
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
## [2.0.0-alpha.109](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.108...v2.0.0-alpha.109) (2024-05-02)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @operato/menu
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
## [2.0.0-alpha.108](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.107...v2.0.0-alpha.108) (2024-05-02)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @operato/menu
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
## [2.0.0-alpha.107](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.106...v2.0.0-alpha.107) (2024-05-01)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @operato/menu
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
## [2.0.0-alpha.106](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.105...v2.0.0-alpha.106) (2024-04-26)
|
|
381
|
+
|
|
382
|
+
**Note:** Version bump only for package @operato/menu
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [2.0.0-alpha.105](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.104...v2.0.0-alpha.105) (2024-04-26)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @operato/menu
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
## [2.0.0-alpha.104](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.103...v2.0.0-alpha.104) (2024-04-26)
|
|
397
|
+
|
|
398
|
+
**Note:** Version bump only for package @operato/menu
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
## [2.0.0-alpha.103](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.102...v2.0.0-alpha.103) (2024-04-26)
|
|
405
|
+
|
|
406
|
+
**Note:** Version bump only for package @operato/menu
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
## [2.0.0-alpha.102](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
|
|
413
|
+
|
|
414
|
+
**Note:** Version bump only for package @operato/menu
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## [2.0.0-alpha.101](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.100...v2.0.0-alpha.101) (2024-04-21)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### :bug: Bug Fix
|
|
424
|
+
|
|
425
|
+
* menu style ([2a7df37](https://github.com/hatiolab/operato/commit/2a7df37e37c0bb6b0eff9bafcaf5acb6d3eaae6d))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
## [2.0.0-alpha.100](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### :bug: Bug Fix
|
|
433
|
+
|
|
434
|
+
* menu style ([6ff625c](https://github.com/hatiolab/operato/commit/6ff625cdd817869551445cad7d4b01f17243be2a))
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
6
438
|
## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
|
|
7
439
|
|
|
8
440
|
|
|
@@ -2,7 +2,7 @@ import { css } from 'lit';
|
|
|
2
2
|
export const MenuLandscapeStyles = css `
|
|
3
3
|
:host {
|
|
4
4
|
overflow-x: auto;
|
|
5
|
-
background-color: var(--
|
|
5
|
+
background-color: var(--md-sys-color-on-secondary-container);
|
|
6
6
|
--focus-anchor-color: #e6ffa2;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -37,7 +37,7 @@ export const MenuLandscapeStyles = css `
|
|
|
37
37
|
flex: 1;
|
|
38
38
|
list-style: none;
|
|
39
39
|
overflow-y: hidden;
|
|
40
|
-
background-color: var(--primary-
|
|
40
|
+
background-color: var(--md-sys-color-on-primary-container);
|
|
41
41
|
margin: 0;
|
|
42
42
|
padding: 0;
|
|
43
43
|
border-left: var(--border-dark-color);
|
|
@@ -53,7 +53,7 @@ export const MenuLandscapeStyles = css `
|
|
|
53
53
|
padding: var(--padding-default) var(--padding-default) var(--padding-narrow) var(--padding-wide);
|
|
54
54
|
text-decoration: none;
|
|
55
55
|
font: normal 14px var(--theme-font);
|
|
56
|
-
color: var(--
|
|
56
|
+
color: var(--md-sys-color-surface);
|
|
57
57
|
text-transform: capitalize;
|
|
58
58
|
|
|
59
59
|
overflow: hidden;
|
|
@@ -72,7 +72,7 @@ export const MenuLandscapeStyles = css `
|
|
|
72
72
|
top: -1px;
|
|
73
73
|
width: 5px;
|
|
74
74
|
height: 5px;
|
|
75
|
-
border: 1px solid var(--
|
|
75
|
+
border: 1px solid var(--md-sys-color-surface);
|
|
76
76
|
border-radius: 50%;
|
|
77
77
|
background-color: transparent;
|
|
78
78
|
margin-right: 3px;
|
|
@@ -85,7 +85,7 @@ export const MenuLandscapeStyles = css `
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
[description] {
|
|
88
|
-
background-color: var(--primary-
|
|
88
|
+
background-color: var(--md-sys-color-on-primary-container);
|
|
89
89
|
margin: 0;
|
|
90
90
|
padding: var(--padding-default) 0;
|
|
91
91
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-landscape-styles.js","sourceRoot":"","sources":["../../src/menu-landscape-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJrC,CAAA","sourcesContent":["import { css } from 'lit'\n\nexport const MenuLandscapeStyles = css`\n :host {\n overflow-x: auto;\n background-color: var(--
|
|
1
|
+
{"version":3,"file":"menu-landscape-styles.js","sourceRoot":"","sources":["../../src/menu-landscape-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJrC,CAAA","sourcesContent":["import { css } from 'lit'\n\nexport const MenuLandscapeStyles = css`\n :host {\n overflow-x: auto;\n background-color: var(--md-sys-color-on-secondary-container);\n --focus-anchor-color: #e6ffa2;\n }\n\n :host > div {\n overflow-x: auto;\n }\n\n :host > div > ul {\n display: flex;\n flex-direction: row;\n list-style: none;\n margin: auto;\n padding: 0;\n border: var(--border-dark-color);\n border-width: 0 1px;\n max-width: 1250px;\n }\n\n :host > div > ul > li {\n flex: 1;\n\n display: flex;\n flex-direction: column;\n }\n :host > div > ul > li > a {\n display: none;\n font-weight: bold;\n font-size: var(--fontsize-large);\n }\n\n ul[submenus] {\n flex: 1;\n list-style: none;\n overflow-y: hidden;\n background-color: var(--md-sys-color-on-primary-container);\n margin: 0;\n padding: 0;\n border-left: var(--border-dark-color);\n }\n\n ul[submenus] li {\n min-width: 120px;\n max-width: 180px;\n }\n\n a {\n display: block;\n padding: var(--padding-default) var(--padding-default) var(--padding-narrow) var(--padding-wide);\n text-decoration: none;\n font: normal 14px var(--theme-font);\n color: var(--md-sys-color-surface);\n text-transform: capitalize;\n\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n a:hover {\n font-weight: bold;\n }\n\n ul[submenus] a::before {\n content: '';\n display: inline-block;\n position: relative;\n top: -1px;\n width: 5px;\n height: 5px;\n border: 1px solid var(--md-sys-color-surface);\n border-radius: 50%;\n background-color: transparent;\n margin-right: 3px;\n }\n ul[submenus] a:hover,\n ul[submenus] li[active] a {\n background-color: rgba(var(--secondary-color-rgb), 0.3);\n color: var(--focus-anchor-color);\n font-weight: bold;\n }\n\n [description] {\n background-color: var(--md-sys-color-on-primary-container);\n margin: 0;\n padding: var(--padding-default) 0;\n border-left: 1px solid rgba(0, 0, 0, 0.1);\n color: var(--focus-anchor-color);\n font-size: 11px;\n }\n [description] md-icon {\n background-color: rgba(0, 0, 0, 0.15);\n margin-right: 4px;\n padding: var(--padding-narrow);\n border-radius: 0 5px 5px 0;\n float: left;\n font-size: 26px;\n }\n\n @media only screen and (max-width: 460px) {\n :host {\n min-width: 100vw;\n }\n :host > div {\n display: initial;\n }\n :host > div > ul {\n flex-direction: column;\n }\n a {\n padding: var(--padding-wide);\n font: normal 15px var(--theme-font);\n }\n li[active] ul {\n border-bottom: 2px solid rgba(0, 0, 0, 0.1);\n }\n li li a {\n display: block;\n padding: var(--padding-wide) var(--padding-default) var(--padding-wide) 35px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font: normal 14px var(--theme-font);\n }\n li li[active] a {\n font: bold 14px var(--theme-font);\n }\n :host > div > ul > li > a {\n display: block;\n }\n :host > div > ul > li > a md-icon {\n font-size: 1em;\n position: relative;\n top: 2px;\n }\n [description] {\n display: none;\n }\n ul[submenus] a:hover,\n ul[submenus] li[active] a {\n background-color: rgba(var(--secondary-color-rgb), 0.3);\n }\n }\n`\n"]}
|
|
@@ -5,6 +5,7 @@ export const MenuPortraitStyles = css `
|
|
|
5
5
|
overflow-y: auto;
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
height: 100%;
|
|
8
|
+
background-color: var(--md-sys-color-on-primary);
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
:host > ul {
|
|
@@ -13,15 +14,15 @@ export const MenuPortraitStyles = css `
|
|
|
13
14
|
|
|
14
15
|
ul {
|
|
15
16
|
list-style: none;
|
|
16
|
-
margin:
|
|
17
|
-
padding:
|
|
17
|
+
margin: var(--spacing-none);
|
|
18
|
+
padding: var(--spacing-none);
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
[group-label] {
|
|
21
|
-
padding:
|
|
22
|
+
padding: var(--spacing-huge) var(--spacing-none) var(--spacing-small) var(--spacing-large);
|
|
22
23
|
border-bottom: var(--border-dark-color);
|
|
23
|
-
font:
|
|
24
|
-
color:
|
|
24
|
+
font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)) 12px var(--theme-font);
|
|
25
|
+
color: var(--md-sys-color-primary);
|
|
25
26
|
text-transform: uppercase;
|
|
26
27
|
}
|
|
27
28
|
|
|
@@ -29,10 +30,11 @@ export const MenuPortraitStyles = css `
|
|
|
29
30
|
display: flex;
|
|
30
31
|
align-items: center;
|
|
31
32
|
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
32
|
-
padding: var(--
|
|
33
|
+
padding: var(--spacing-medium);
|
|
34
|
+
padding-left: var(--spacing-large);
|
|
33
35
|
text-decoration: none;
|
|
34
|
-
font: normal
|
|
35
|
-
color: var(--
|
|
36
|
+
font: normal var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);
|
|
37
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
36
38
|
text-transform: capitalize;
|
|
37
39
|
|
|
38
40
|
overflow: hidden;
|
|
@@ -41,7 +43,7 @@ export const MenuPortraitStyles = css `
|
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
a:hover {
|
|
44
|
-
color: var(--
|
|
46
|
+
color: var(--md-sys-color-primary);
|
|
45
47
|
font-weight: bold;
|
|
46
48
|
}
|
|
47
49
|
|
|
@@ -50,14 +52,19 @@ export const MenuPortraitStyles = css `
|
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
a md-icon {
|
|
53
|
-
--md-icon-size:
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
--md-icon-size: var(--icon-size-tiny);
|
|
56
|
+
opacity: 0.7;
|
|
57
|
+
margin-right: var(--spacing-small);
|
|
58
|
+
color: var(--md-sys-color-primary);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
md-icon[filled] {
|
|
62
|
+
font-variation-settings: 'FILL' 1;
|
|
56
63
|
}
|
|
57
64
|
|
|
58
65
|
a [submenu-button] {
|
|
59
|
-
--md-icon-size:
|
|
60
|
-
max-height:
|
|
66
|
+
--md-icon-size: var(--icon-size-tiny);
|
|
67
|
+
max-height: 1em;
|
|
61
68
|
margin-left: auto;
|
|
62
69
|
}
|
|
63
70
|
|
|
@@ -65,32 +72,42 @@ export const MenuPortraitStyles = css `
|
|
|
65
72
|
content: 'chevron_right';
|
|
66
73
|
}
|
|
67
74
|
|
|
75
|
+
a > span {
|
|
76
|
+
flex: 1;
|
|
77
|
+
display: block;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
white-space: nowrap;
|
|
80
|
+
text-overflow: ellipsis;
|
|
81
|
+
}
|
|
82
|
+
|
|
68
83
|
li[active] > a [submenu-button]::before {
|
|
69
84
|
content: 'expand_more';
|
|
70
85
|
}
|
|
71
86
|
|
|
72
87
|
li[active] > a {
|
|
73
|
-
|
|
88
|
+
color: var(--md-sys-color-on-primary-container);
|
|
74
89
|
font-weight: bold;
|
|
75
|
-
|
|
90
|
+
border-left: 3px solid var(--md-sys-color-on-primary-container);
|
|
76
91
|
}
|
|
77
92
|
|
|
78
93
|
li li a {
|
|
79
|
-
padding:
|
|
94
|
+
padding: var(--spacing-medium);
|
|
95
|
+
padding-left: var(--spacing-huge);
|
|
80
96
|
font: normal 13px var(--theme-font);
|
|
81
|
-
color: var(--
|
|
97
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
82
98
|
}
|
|
83
99
|
|
|
84
100
|
li li[active] a {
|
|
85
|
-
background-color:
|
|
86
|
-
font:
|
|
87
|
-
|
|
101
|
+
background-color: var(--md-sys-color-primary-container);
|
|
102
|
+
font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500))
|
|
103
|
+
var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);
|
|
104
|
+
color: var(--md-sys-color-primary);
|
|
88
105
|
}
|
|
89
106
|
|
|
90
107
|
li > ul {
|
|
91
108
|
overflow-y: hidden;
|
|
92
109
|
max-height: 0;
|
|
93
|
-
background-color:
|
|
110
|
+
background-color: var(--md-sys-color-surface-container-low);
|
|
94
111
|
|
|
95
112
|
transition-property: all;
|
|
96
113
|
transition-duration: 0.7s;
|
|
@@ -110,10 +127,11 @@ export const MenuPortraitStyles = css `
|
|
|
110
127
|
|
|
111
128
|
a [badge] {
|
|
112
129
|
margin-left: auto;
|
|
113
|
-
background-color: var(--
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
130
|
+
background-color: var(--md-sys-color-primary);
|
|
131
|
+
border-radius: var(--md-sys-shape-corner-full);
|
|
132
|
+
padding: 0 var(--spacing-small);
|
|
133
|
+
color: var(--md-sys-color-on-primary);
|
|
134
|
+
font-size: 0.9em;
|
|
117
135
|
}
|
|
118
136
|
|
|
119
137
|
@media only screen and (max-width: 460px) {
|
|
@@ -122,21 +140,23 @@ export const MenuPortraitStyles = css `
|
|
|
122
140
|
}
|
|
123
141
|
|
|
124
142
|
a {
|
|
125
|
-
padding: var(--
|
|
143
|
+
padding: var(--spacing-large);
|
|
126
144
|
font: normal 15px var(--theme-font);
|
|
127
145
|
}
|
|
128
146
|
|
|
129
147
|
li li a {
|
|
130
148
|
display: block;
|
|
131
|
-
padding: var(--
|
|
149
|
+
padding: var(--spacing-medium);
|
|
150
|
+
padding-left: var(--spacing-huge);
|
|
132
151
|
overflow: hidden;
|
|
133
152
|
text-overflow: ellipsis;
|
|
134
153
|
white-space: nowrap;
|
|
135
|
-
font: normal
|
|
154
|
+
font: normal var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);
|
|
136
155
|
}
|
|
137
156
|
|
|
138
157
|
li li[active] a {
|
|
139
|
-
font:
|
|
158
|
+
font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500))
|
|
159
|
+
var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);
|
|
140
160
|
}
|
|
141
161
|
}
|
|
142
162
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-portrait-styles.js","sourceRoot":"","sources":["../../src/menu-portrait-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"menu-portrait-styles.js","sourceRoot":"","sources":["../../src/menu-portrait-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgKpC,CAAA","sourcesContent":["import { css } from 'lit'\n\nexport const MenuPortraitStyles = css`\n :host {\n display: flex;\n overflow-y: auto;\n flex-direction: column;\n height: 100%;\n background-color: var(--md-sys-color-on-primary);\n }\n\n :host > ul {\n margin-block-end: 1.5em;\n }\n\n ul {\n list-style: none;\n margin: var(--spacing-none);\n padding: var(--spacing-none);\n }\n\n [group-label] {\n padding: var(--spacing-huge) var(--spacing-none) var(--spacing-small) var(--spacing-large);\n border-bottom: var(--border-dark-color);\n font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)) 12px var(--theme-font);\n color: var(--md-sys-color-primary);\n text-transform: uppercase;\n }\n\n a {\n display: flex;\n align-items: center;\n border-bottom: 1px solid rgba(0, 0, 0, 0.07);\n padding: var(--spacing-medium);\n padding-left: var(--spacing-large);\n text-decoration: none;\n font: normal var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);\n color: var(--md-sys-color-on-surface-variant);\n text-transform: capitalize;\n\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n a:hover {\n color: var(--md-sys-color-primary);\n font-weight: bold;\n }\n\n a * {\n vertical-align: middle;\n }\n\n a md-icon {\n --md-icon-size: var(--icon-size-tiny);\n opacity: 0.7;\n margin-right: var(--spacing-small);\n color: var(--md-sys-color-primary);\n }\n\n md-icon[filled] {\n font-variation-settings: 'FILL' 1;\n }\n\n a [submenu-button] {\n --md-icon-size: var(--icon-size-tiny);\n max-height: 1em;\n margin-left: auto;\n }\n\n a [submenu-button]::before {\n content: 'chevron_right';\n }\n\n a > span {\n flex: 1;\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n li[active] > a [submenu-button]::before {\n content: 'expand_more';\n }\n\n li[active] > a {\n color: var(--md-sys-color-on-primary-container);\n font-weight: bold;\n border-left: 3px solid var(--md-sys-color-on-primary-container);\n }\n\n li li a {\n padding: var(--spacing-medium);\n padding-left: var(--spacing-huge);\n font: normal 13px var(--theme-font);\n color: var(--md-sys-color-on-surface-variant);\n }\n\n li li[active] a {\n background-color: var(--md-sys-color-primary-container);\n font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500))\n var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);\n color: var(--md-sys-color-primary);\n }\n\n li > ul {\n overflow-y: hidden;\n max-height: 0;\n background-color: var(--md-sys-color-surface-container-low);\n\n transition-property: all;\n transition-duration: 0.7s;\n }\n\n li[active] > ul {\n max-height: 500px;\n }\n\n li[active] > ul[settled] {\n overflow-y: auto;\n }\n\n li li a::before {\n margin-right: var(--margin-narrow);\n }\n\n a [badge] {\n margin-left: auto;\n background-color: var(--md-sys-color-primary);\n border-radius: var(--md-sys-shape-corner-full);\n padding: 0 var(--spacing-small);\n color: var(--md-sys-color-on-primary);\n font-size: 0.9em;\n }\n\n @media only screen and (max-width: 460px) {\n :host {\n min-width: 100vw;\n }\n\n a {\n padding: var(--spacing-large);\n font: normal 15px var(--theme-font);\n }\n\n li li a {\n display: block;\n padding: var(--spacing-medium);\n padding-left: var(--spacing-huge);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font: normal var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);\n }\n\n li li[active] a {\n font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500))\n var(--md-sys-typescale-label-large-size, 0.875rem) var(--theme-font);\n }\n }\n`\n"]}
|