@rxap/layout 16.0.0-dev.4 → 16.0.0-dev.41

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +267 -0
  2. package/LICENSE +621 -0
  3. package/LICENSE.md +621 -0
  4. package/README.md +1 -1
  5. package/esm2022/index.mjs +2 -6
  6. package/esm2022/lib/app-url.service.mjs +66 -0
  7. package/esm2022/lib/footer/footer.component.mjs +3 -3
  8. package/esm2022/lib/header/apps-button/apps-button.component.mjs +29 -46
  9. package/esm2022/lib/header/header.component.mjs +44 -66
  10. package/esm2022/lib/header/language-selector/language-selector.component.mjs +13 -72
  11. package/esm2022/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +6 -2
  12. package/esm2022/lib/header/reset-button/reset-button.component.mjs +3 -3
  13. package/esm2022/lib/header/settings-button/settings-button.component.mjs +87 -0
  14. package/esm2022/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +19 -18
  15. package/esm2022/lib/header/sign-out/sign-out.component.mjs +14 -18
  16. package/esm2022/lib/header/user-profile-icon/user-profile-icon.component.mjs +31 -28
  17. package/esm2022/lib/layout/layout.component.mjs +68 -23
  18. package/esm2022/lib/layout/layout.component.service.mjs +54 -20
  19. package/esm2022/lib/navigation/navigation-item/navigation-item.component.mjs +50 -102
  20. package/esm2022/lib/navigation/navigation.component.mjs +26 -31
  21. package/esm2022/lib/sidenav/sidenav.component.mjs +3 -3
  22. package/esm2022/lib/sidenav/version/version.component.mjs +2 -8
  23. package/esm2022/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +3 -3
  24. package/esm2022/lib/types.mjs +1 -1
  25. package/esm2022/lib/window-container-sidenav/window-container-sidenav.component.mjs +6 -7
  26. package/fesm2022/rxap-layout.mjs +710 -722
  27. package/fesm2022/rxap-layout.mjs.map +1 -1
  28. package/index.d.ts +1 -3
  29. package/lib/app-url.service.d.ts +26 -0
  30. package/lib/header/apps-button/apps-button.component.d.ts +12 -20
  31. package/lib/header/header.component.d.ts +9 -19
  32. package/lib/header/language-selector/language-selector.component.d.ts +1 -16
  33. package/lib/header/settings-button/settings-button.component.d.ts +39 -0
  34. package/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +6 -3
  35. package/lib/header/sign-out/sign-out.component.d.ts +4 -4
  36. package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +13 -9
  37. package/lib/layout/layout.component.d.ts +21 -5
  38. package/lib/layout/layout.component.service.d.ts +15 -9
  39. package/lib/navigation/navigation-item/navigation-item.component.d.ts +10 -17
  40. package/lib/navigation/navigation.component.d.ts +5 -5
  41. package/lib/types.d.ts +3 -2
  42. package/package.json +93 -41
  43. package/theme.css +1 -0
  44. package/esm2022/lib/layout/layout.component.module.mjs +0 -30
  45. package/esm2022/lib/sidenav-content/sidenav-content.component.mjs +0 -27
  46. package/esm2022/lib/sidenav-content/sidenav-content.component.service.mjs +0 -36
  47. package/lib/layout/layout.component.module.d.ts +0 -10
  48. package/lib/sidenav-content/sidenav-content.component.d.ts +0 -10
  49. package/lib/sidenav-content/sidenav-content.component.service.d.ts +0 -15
  50. package/src/lib/header/apps-button/_apps-button.component.theme.scss +0 -45
  51. package/src/lib/navigation/_navigation.component.theme.scss +0 -33
  52. package/src/lib/navigation/navigation-item/_navigation-item.component.theme.scss +0 -45
  53. package/src/lib/sidenav/_sidenav.component.theme.scss +0 -65
  54. package/src/lib/toggle-window-sidenav-button/_toggle-window-sidenav-button.component.theme.scss +0 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,273 @@
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
+ # [16.0.0-dev.41](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.40...@rxap/layout@16.0.0-dev.41) (2023-10-11)
7
+
8
+ **Note:** Version bump only for package @rxap/layout
9
+
10
+ # [16.0.0-dev.40](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.39...@rxap/layout@16.0.0-dev.40) (2023-10-11)
11
+
12
+ **Note:** Version bump only for package @rxap/layout
13
+
14
+ # [16.0.0-dev.39](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.5...@rxap/layout@16.0.0-dev.39) (2023-10-11)
15
+
16
+ ### Bug Fixes
17
+
18
+ - add browser-tailwind as imp dep if project has tailwind configuration ([3d90660](https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3))
19
+ - add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
20
+ - apply restored theme config in the correct order ([59f9b7e](https://gitlab.com/rxap/packages/commit/59f9b7e7b83e948e236f1afbc8ac9dbfff670d1b))
21
+ - change overscroll-contain to overscroll-auto ([8834055](https://gitlab.com/rxap/packages/commit/88340559e9dcaa45f8d88c4468e77965ba92e2d3))
22
+ - close sidenav if change to collapsed mode ([d42cf01](https://gitlab.com/rxap/packages/commit/d42cf017c7b5af95fd1f627667f15bb7413b8c94))
23
+ - darkMode property was changed to a single ([ed6002e](https://gitlab.com/rxap/packages/commit/ed6002e2566d84d5d33226306e77e28a2aabc712))
24
+ - disable i18n check in development mode ([3394767](https://gitlab.com/rxap/packages/commit/3394767dd304a9046a9c70004e73dac74a38643d))
25
+ - ensure min padding for navigation items ([2a50b09](https://gitlab.com/rxap/packages/commit/2a50b096226e79a6956c71112205a1bc8dacbd72))
26
+ - ensure sidenav container is always fulling the screen ([706dad3](https://gitlab.com/rxap/packages/commit/706dad36ccb7e4b1ca8b1cbc2167d5354f318675))
27
+ - ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
28
+ - ensure the username is always fully visible ([6c8560a](https://gitlab.com/rxap/packages/commit/6c8560a06bcdc80bd02d98b738bfa63965bd3ee2))
29
+ - generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
30
+ - improve dynamic theme handling ([77c62df](https://gitlab.com/rxap/packages/commit/77c62dfe77a38bdc00da6a176b09f99c38de2147))
31
+ - initial state issues ([80f4aae](https://gitlab.com/rxap/packages/commit/80f4aae6fbbc7c2479c506b37f267507e4f6d38b))
32
+ - move status infiltrator to layout component ([7ee22ee](https://gitlab.com/rxap/packages/commit/7ee22eebcf0b544df6e718205bd3fc353032cac9))
33
+ - move theme related code to the project angular-theme ([c0fd3bc](https://gitlab.com/rxap/packages/commit/c0fd3bc6de2b1b43ddafa0743bc9efe3e144ea72))
34
+ - only add margin to sidenav content if in collapsed mode ([96e00c4](https://gitlab.com/rxap/packages/commit/96e00c459627077438f27299b29cc68419ac2b6a))
35
+ - peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
36
+ - refactor user service use ([3b30276](https://gitlab.com/rxap/packages/commit/3b30276a4847c009bab9e3322dde1efb54e80125))
37
+ - remove @Required decorator ([bcd9988](https://gitlab.com/rxap/packages/commit/bcd9988f0667bf4563a0e5b91977becfd29b1597))
38
+ - remove css class usage of container ([472cc12](https://gitlab.com/rxap/packages/commit/472cc12f824acc10bca596e4a34e8bc13e809eaa))
39
+ - set default layout header color to undefined ([569488a](https://gitlab.com/rxap/packages/commit/569488a897a8df9f18e12eabe7a7da2ef1f1dc16))
40
+ - start user settings theme sync ([6049e53](https://gitlab.com/rxap/packages/commit/6049e53bf4cfe54515430b48200e80f5ca993dae))
41
+ - support advanced settings for layout sidenav ([0a4a33d](https://gitlab.com/rxap/packages/commit/0a4a33de6af3c853fb86f1311b2da7c32d41e63f))
42
+ - use authorization service directly ([71024c3](https://gitlab.com/rxap/packages/commit/71024c3c64edc19ddd3b08c4b29dc28ed7ca598b))
43
+ - use mdi icons ([55afb8b](https://gitlab.com/rxap/packages/commit/55afb8b4fbfecc588190d86bb61bb0635550d5fa))
44
+ - use new angular-theme project ([67e9290](https://gitlab.com/rxap/packages/commit/67e9290c693b0f1c5ac087453897c0ee3d43521e))
45
+ - use relative path as default ([66d39a4](https://gitlab.com/rxap/packages/commit/66d39a40be24c5d1db805ca493b9b4d1d523059e))
46
+ - use tailwind to create a bundled theme.css ([da870f0](https://gitlab.com/rxap/packages/commit/da870f0ece624653a9ae1bc34b455e2f8f8ffc60))
47
+
48
+ ### Features
49
+
50
+ - add changelog button ([582830b](https://gitlab.com/rxap/packages/commit/582830bbf6192414b0f65cb5e20c3c77987de05f))
51
+ - add language utility services ([4c248be](https://gitlab.com/rxap/packages/commit/4c248be9cf00e8e96c859ffa86bff2bd19d4c9f6))
52
+ - load icons on layout component creation ([29a5462](https://gitlab.com/rxap/packages/commit/29a5462000a690826b031d05575bbf1868474ef8))
53
+ - restore theme settings from user settings ([fd32708](https://gitlab.com/rxap/packages/commit/fd3270834279958e6650c099e55a812bde9c1c19))
54
+ - support custom menu items for the layout header component ([2e2c351](https://gitlab.com/rxap/packages/commit/2e2c3518d7bd2a5cc11608cdbacacb0ccb27383f))
55
+ - support dynamic font families and theme density ([6a54998](https://gitlab.com/rxap/packages/commit/6a549982461755f4470123ce90f9fb70990ee206))
56
+ - support dynamic theme configuration ([ce4f5c4](https://gitlab.com/rxap/packages/commit/ce4f5c454ce267a79cd004351a2165063da1da1c))
57
+ - use status indicator component ([cfdce4e](https://gitlab.com/rxap/packages/commit/cfdce4e9730f44963280153ede64b8219fdd3600))
58
+
59
+ # [16.0.0-dev.38](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.37...@rxap/layout@16.0.0-dev.38) (2023-10-01)
60
+
61
+ ### Bug Fixes
62
+
63
+ - ensure sidenav container is always fulling the screen ([31c72a1](https://gitlab.com/rxap/packages/commit/31c72a17bea1e05b7f0b3b0bdcb1cc3697a55515))
64
+
65
+ # [16.0.0-dev.37](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.36...@rxap/layout@16.0.0-dev.37) (2023-09-30)
66
+
67
+ ### Bug Fixes
68
+
69
+ - apply restored theme config in the correct order ([95c5dc0](https://gitlab.com/rxap/packages/commit/95c5dc07dbadfd82dbfa0ab44e4bf5f7f3fec0f4))
70
+
71
+ # [16.0.0-dev.36](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.35...@rxap/layout@16.0.0-dev.36) (2023-09-30)
72
+
73
+ ### Bug Fixes
74
+
75
+ - darkMode property was changed to a single ([f497950](https://gitlab.com/rxap/packages/commit/f4979504c4bdbdc1d59e67756691380f835f0ee0))
76
+ - start user settings theme sync ([14545bf](https://gitlab.com/rxap/packages/commit/14545bffba3de0afd2fd3a1a22c06507b15be3d6))
77
+
78
+ ### Features
79
+
80
+ - restore theme settings from user settings ([35d2fef](https://gitlab.com/rxap/packages/commit/35d2fefa3e5cd1c63962a6d9a1ba854679ee60c2))
81
+
82
+ # [16.0.0-dev.35](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.34...@rxap/layout@16.0.0-dev.35) (2023-09-29)
83
+
84
+ ### Bug Fixes
85
+
86
+ - move theme related code to the project angular-theme ([dff497a](https://gitlab.com/rxap/packages/commit/dff497a36e7dab5de535050c5ddafa7082bfa399))
87
+ - use new angular-theme project ([4d99def](https://gitlab.com/rxap/packages/commit/4d99def8e1b70a5c27e19bc5f5452ee1d5eadfa8))
88
+
89
+ # [16.0.0-dev.34](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.33...@rxap/layout@16.0.0-dev.34) (2023-09-28)
90
+
91
+ ### Bug Fixes
92
+
93
+ - improve dynamic theme handling ([7ffd28b](https://gitlab.com/rxap/packages/commit/7ffd28b0a6d86cd6690cac1d750bda104108fb74))
94
+
95
+ # [16.0.0-dev.33](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.32...@rxap/layout@16.0.0-dev.33) (2023-09-28)
96
+
97
+ ### Features
98
+
99
+ - support dynamic font families and theme density ([a212366](https://gitlab.com/rxap/packages/commit/a21236669cfe89f51b5946cd2d28e72411481dc9))
100
+ - support dynamic theme configuration ([2c0cf1d](https://gitlab.com/rxap/packages/commit/2c0cf1d14803dc4f1e7db47cd269c3e8b57de2d4))
101
+
102
+ # [16.0.0-dev.32](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.31...@rxap/layout@16.0.0-dev.32) (2023-09-27)
103
+
104
+ **Note:** Version bump only for package @rxap/layout
105
+
106
+ # [16.0.0-dev.31](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.30...@rxap/layout@16.0.0-dev.31) (2023-09-22)
107
+
108
+ ### Bug Fixes
109
+
110
+ - initial state issues ([f390f65](https://gitlab.com/rxap/packages/commit/f390f65c83d131bf71cbc2930e80c11743380241))
111
+
112
+ # [16.0.0-dev.30](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.29...@rxap/layout@16.0.0-dev.30) (2023-09-21)
113
+
114
+ ### Bug Fixes
115
+
116
+ - change overscroll-contain to overscroll-auto ([0a8db9f](https://gitlab.com/rxap/packages/commit/0a8db9ff3d131b98d207ad40aef411927ebdc837))
117
+
118
+ # [16.0.0-dev.29](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.28...@rxap/layout@16.0.0-dev.29) (2023-09-21)
119
+
120
+ ### Bug Fixes
121
+
122
+ - close sidenav if change to collapsed mode ([7a35660](https://gitlab.com/rxap/packages/commit/7a356602e2228360f85bae8cb9346e3228e0fe29))
123
+ - only add margin to sidenav content if in collapsed mode ([c72febe](https://gitlab.com/rxap/packages/commit/c72febe141f8c11f126f99b3ef23b753599a5a47))
124
+
125
+ # [16.0.0-dev.28](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.27...@rxap/layout@16.0.0-dev.28) (2023-09-21)
126
+
127
+ ### Bug Fixes
128
+
129
+ - move status infiltrator to layout component ([1d1f69b](https://gitlab.com/rxap/packages/commit/1d1f69b22ae171a9d69b7d6d9e3f4e9f2e0849ee))
130
+ - support advanced settings for layout sidenav ([65ff765](https://gitlab.com/rxap/packages/commit/65ff765b66f799de5089c954d34532bc9b4a7e77))
131
+
132
+ # [16.0.0-dev.27](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.26...@rxap/layout@16.0.0-dev.27) (2023-09-19)
133
+
134
+ ### Bug Fixes
135
+
136
+ - refactor user service use ([cf553c9](https://gitlab.com/rxap/packages/commit/cf553c96765bfbc0ded49c6611e4d57903e55647))
137
+ - use authorization service directly ([35ec333](https://gitlab.com/rxap/packages/commit/35ec333dc0f2959302f9fa74160de8a8d1437a7f))
138
+
139
+ ### Features
140
+
141
+ - add language utility services ([96e6785](https://gitlab.com/rxap/packages/commit/96e67855bfcb27f274393526d1ab81f6d7c2f24a))
142
+
143
+ # [16.0.0-dev.26](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.25...@rxap/layout@16.0.0-dev.26) (2023-09-18)
144
+
145
+ ### Bug Fixes
146
+
147
+ - use relative path as default ([42f1a8e](https://gitlab.com/rxap/packages/commit/42f1a8e68794926635c33371dabded7a1bcc8682))
148
+
149
+ # [16.0.0-dev.25](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.24...@rxap/layout@16.0.0-dev.25) (2023-09-17)
150
+
151
+ ### Features
152
+
153
+ - add changelog button ([ccd3b2b](https://gitlab.com/rxap/packages/commit/ccd3b2b4467ed82cc1a5efdcdf948ef83537de06))
154
+
155
+ # [16.0.0-dev.24](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.23...@rxap/layout@16.0.0-dev.24) (2023-09-14)
156
+
157
+ ### Bug Fixes
158
+
159
+ - remove css class usage of container ([9a1969f](https://gitlab.com/rxap/packages/commit/9a1969f8748a08d6d948f9e7d4f4b511c1349352))
160
+
161
+ # [16.0.0-dev.23](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.22...@rxap/layout@16.0.0-dev.23) (2023-09-12)
162
+
163
+ ### Bug Fixes
164
+
165
+ - peer dependency issue ([e67e2b8](https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e))
166
+
167
+ # [16.0.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.21...@rxap/layout@16.0.0-dev.22) (2023-09-12)
168
+
169
+ **Note:** Version bump only for package @rxap/layout
170
+
171
+ # [16.0.0-dev.21](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.20...@rxap/layout@16.0.0-dev.21) (2023-09-07)
172
+
173
+ ### Bug Fixes
174
+
175
+ - ensure the username is always fully visible ([48fc3f5](https://gitlab.com/rxap/packages/commit/48fc3f5f4906485961351b7e13d44a77b6aa37b8))
176
+
177
+ # [16.0.0-dev.20](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.19...@rxap/layout@16.0.0-dev.20) (2023-09-07)
178
+
179
+ **Note:** Version bump only for package @rxap/layout
180
+
181
+ # [16.0.0-dev.19](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.18...@rxap/layout@16.0.0-dev.19) (2023-09-03)
182
+
183
+ **Note:** Version bump only for package @rxap/layout
184
+
185
+ # [16.0.0-dev.18](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.17...@rxap/layout@16.0.0-dev.18) (2023-09-03)
186
+
187
+ **Note:** Version bump only for package @rxap/layout
188
+
189
+ # [16.0.0-dev.17](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.16...@rxap/layout@16.0.0-dev.17) (2023-09-03)
190
+
191
+ ### Bug Fixes
192
+
193
+ - use mdi icons ([abc10a1](https://gitlab.com/rxap/packages/commit/abc10a146c502bebda62568a9627ca2771142d2c))
194
+
195
+ ### Features
196
+
197
+ - load icons on layout component creation ([0143fc3](https://gitlab.com/rxap/packages/commit/0143fc37d5eb9da95e87cd28edfcd1cb4734dc1a))
198
+
199
+ # [16.0.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.15...@rxap/layout@16.0.0-dev.16) (2023-09-01)
200
+
201
+ ### Features
202
+
203
+ - use status indicator component ([a95c8ad](https://gitlab.com/rxap/packages/commit/a95c8add48196bbec87904e41b26b664c7e14b1c))
204
+
205
+ # [16.0.0-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.14...@rxap/layout@16.0.0-dev.15) (2023-08-31)
206
+
207
+ ### Bug Fixes
208
+
209
+ - ensure the project name is not included in the project tag list ([b131ac3](https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753))
210
+
211
+ # [16.0.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.13...@rxap/layout@16.0.0-dev.14) (2023-08-24)
212
+
213
+ ### Features
214
+
215
+ - support custom menu items for the layout header component ([97ce8d0](https://gitlab.com/rxap/packages/commit/97ce8d0ea58cff709c5e8516733be866b89b3999))
216
+
217
+ # [16.0.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.12...@rxap/layout@16.0.0-dev.13) (2023-08-07)
218
+
219
+ ### Bug Fixes
220
+
221
+ - set default layout header color to undefined ([21b6199](https://gitlab.com/rxap/packages/commit/21b6199f047f2345de3e716a038306b2303e6dc6))
222
+
223
+ # [16.0.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.11...@rxap/layout@16.0.0-dev.12) (2023-08-06)
224
+
225
+ ### Bug Fixes
226
+
227
+ - disable i18n check in development mode ([69f92d3](https://gitlab.com/rxap/packages/commit/69f92d3f66599ac8f07f72b4a7a4331e486d965a))
228
+
229
+ # [16.0.0-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.10...@rxap/layout@16.0.0-dev.11) (2023-08-06)
230
+
231
+ ### Bug Fixes
232
+
233
+ - remove @Required decorator ([8df4bf3](https://gitlab.com/rxap/packages/commit/8df4bf33d4a9929f5bc65f8973963fbe1d7ce193))
234
+
235
+ # [16.0.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.9...@rxap/layout@16.0.0-dev.10) (2023-08-04)
236
+
237
+ ### Bug Fixes
238
+
239
+ - add licence file to publishable packages ([ca6d4d5](https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a))
240
+
241
+ # [16.0.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.8...@rxap/layout@16.0.0-dev.9) (2023-08-03)
242
+
243
+ **Note:** Version bump only for package @rxap/layout
244
+
245
+ # [16.0.0-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.7...@rxap/layout@16.0.0-dev.8) (2023-08-03)
246
+
247
+ ### Bug Fixes
248
+
249
+ - add browser-tailwind as imp dep if project has tailwind configuration ([6ea13c5](https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061))
250
+ - ensure min padding for navigation items ([2667fd7](https://gitlab.com/rxap/packages/commit/2667fd785e891e6145acd9c68918a9deb270aaf1))
251
+
252
+ # [16.0.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.6...@rxap/layout@16.0.0-dev.7) (2023-08-01)
253
+
254
+ ### Bug Fixes
255
+
256
+ - generate readme with peer dependencies to install ([e7039bb](https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb))
257
+ - use tailwind to create a bundled theme.css ([bfda0dc](https://gitlab.com/rxap/packages/commit/bfda0dc14c6d46f374e81871ab18307dc9f6d9b4))
258
+
259
+ # 16.0.0-dev.6 (2023-08-01)
260
+
261
+ ### Bug Fixes
262
+
263
+ - resolve circular dependency between NavigationItemComponent and NavigationComponent ([cc0eece](https://gitlab.com/rxap/packages/commit/cc0eece415c86614f1cb29e973649daa4f9b1547))
264
+ - restructure and merge mono repos packages, schematics, plugins and nest ([a057d77](https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86))
265
+ - update package dependency versions ([45bd022](https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941))
266
+
267
+ # [16.0.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.4...@rxap/layout@16.0.0-dev.5) (2023-07-20)
268
+
269
+ ### Bug Fixes
270
+
271
+ - resolve circular dependency between NavigationItemComponent and NavigationComponent ([3e97a5d](https://gitlab.com/rxap/packages/commit/3e97a5d18c34286198fedb9024d6e91fa1910da3))
272
+
6
273
  # [16.0.0-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.3...@rxap/layout@16.0.0-dev.4) (2023-07-10)
7
274
 
8
275
  ### Bug Fixes