@castlabs/ui 5.2.0 → 5.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlabs/ui",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "repository": "https://github.com/castlabs/ui-styleguide",
5
5
  "private": false,
6
6
  "description": "A vanilla HTML/CS/JS & Vue.js component library for castLabs.",
package/types/index.d.ts CHANGED
@@ -148,5 +148,17 @@ export type ClService = {
148
148
  subtitle: string
149
149
  title: string
150
150
  urlManage: (env?: string, oid?: string) => string
151
+ sidenav: boolean
151
152
  }
152
153
  export function clGetServices (): ClService[]
154
+
155
+ export const NAV: {
156
+ CP: ClService
157
+ CS: ClService
158
+ DT: ClService
159
+ DTS: ClService
160
+ DTO: ClService
161
+ PP: ClService
162
+ WM: ClService
163
+ VTK: ClService
164
+ }