@pantheon-systems/pds-toolkit-react 1.0.0-beta.3 → 1.0.0-beta.5
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/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +14 -0
- package/_dist/css/component-css/pds-code-block.css +1 -1
- package/_dist/css/component-css/pds-dashboard-nav.css +1 -1
- package/_dist/css/component-css/pds-index.css +4 -4
- package/_dist/css/component-css/pds-side-nav-global.css +1 -1
- package/_dist/css/component-css/pds-workspace-selector.css +1 -1
- package/_dist/css/pds-components.css +4 -4
- package/_dist/index.css +1 -1
- package/_dist/index.js +1074 -1069
- package/_dist/index.js.map +1 -1
- package/_dist/mocks/data/navigation-items.d.ts +4 -92
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SideNavGlobalItemProps } from '@components/navigation/SideNavGlobal/SideNavGlobalItem';
|
|
2
|
+
import type { WorkspaceSelectorItem } from '@components/navigation/WorkspaceSelector/WorkspaceSelector';
|
|
2
3
|
export declare const dialogMsgBase = "Activated menu item => ";
|
|
3
4
|
import { UserMenuItem } from '@components/navigation/UserMenu/UserMenu';
|
|
4
5
|
export declare const buttonNavSampleMenuItems: ({
|
|
@@ -272,95 +273,6 @@ export declare const tabMenuSampleMenuItemsMultidev: ({
|
|
|
272
273
|
promoteActiveChildLink?: undefined;
|
|
273
274
|
})[];
|
|
274
275
|
export declare const userMenuSampleItems: UserMenuItem[];
|
|
275
|
-
export declare const workspaceItemsSimple:
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
279
|
-
imageSrc?: undefined;
|
|
280
|
-
planTier?: undefined;
|
|
281
|
-
isUnprivileged?: undefined;
|
|
282
|
-
isActive?: undefined;
|
|
283
|
-
} | {
|
|
284
|
-
displayName: string;
|
|
285
|
-
imageSrc: string;
|
|
286
|
-
planTier: string;
|
|
287
|
-
workspaceId: string;
|
|
288
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
289
|
-
isUnprivileged?: undefined;
|
|
290
|
-
isActive?: undefined;
|
|
291
|
-
} | {
|
|
292
|
-
displayName: string;
|
|
293
|
-
imageSrc: string;
|
|
294
|
-
planTier: string;
|
|
295
|
-
workspaceId: string;
|
|
296
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
297
|
-
isUnprivileged: boolean;
|
|
298
|
-
isActive?: undefined;
|
|
299
|
-
} | {
|
|
300
|
-
displayName: string;
|
|
301
|
-
planTier: string;
|
|
302
|
-
workspaceId: string;
|
|
303
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
304
|
-
isActive: boolean;
|
|
305
|
-
imageSrc?: undefined;
|
|
306
|
-
isUnprivileged?: undefined;
|
|
307
|
-
} | {
|
|
308
|
-
displayName: string;
|
|
309
|
-
planTier: string;
|
|
310
|
-
workspaceId: string;
|
|
311
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
312
|
-
imageSrc?: undefined;
|
|
313
|
-
isUnprivileged?: undefined;
|
|
314
|
-
isActive?: undefined;
|
|
315
|
-
})[];
|
|
316
|
-
export declare const workspaceItemsPersonal: ({
|
|
317
|
-
displayName: string;
|
|
318
|
-
workspaceId: string;
|
|
319
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
320
|
-
isActive: boolean;
|
|
321
|
-
imageSrc?: undefined;
|
|
322
|
-
planTier?: undefined;
|
|
323
|
-
} | {
|
|
324
|
-
displayName: string;
|
|
325
|
-
imageSrc: string;
|
|
326
|
-
planTier: string;
|
|
327
|
-
workspaceId: string;
|
|
328
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
329
|
-
isActive?: undefined;
|
|
330
|
-
} | {
|
|
331
|
-
displayName: string;
|
|
332
|
-
planTier: string;
|
|
333
|
-
workspaceId: string;
|
|
334
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
335
|
-
isActive?: undefined;
|
|
336
|
-
imageSrc?: undefined;
|
|
337
|
-
})[];
|
|
338
|
-
export declare const workspaceItemsLonger: ({
|
|
339
|
-
displayName: string;
|
|
340
|
-
workspaceId: string;
|
|
341
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
342
|
-
imageSrc?: undefined;
|
|
343
|
-
planTier?: undefined;
|
|
344
|
-
isActive?: undefined;
|
|
345
|
-
} | {
|
|
346
|
-
displayName: string;
|
|
347
|
-
imageSrc: string;
|
|
348
|
-
planTier: string;
|
|
349
|
-
workspaceId: string;
|
|
350
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
351
|
-
isActive?: undefined;
|
|
352
|
-
} | {
|
|
353
|
-
displayName: string;
|
|
354
|
-
planTier: string;
|
|
355
|
-
workspaceId: string;
|
|
356
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
357
|
-
imageSrc?: undefined;
|
|
358
|
-
isActive?: undefined;
|
|
359
|
-
} | {
|
|
360
|
-
displayName: string;
|
|
361
|
-
planTier: string;
|
|
362
|
-
workspaceId: string;
|
|
363
|
-
workspaceLink: import("react/jsx-runtime").JSX.Element;
|
|
364
|
-
isActive: boolean;
|
|
365
|
-
imageSrc?: undefined;
|
|
366
|
-
})[];
|
|
276
|
+
export declare const workspaceItemsSimple: WorkspaceSelectorItem[];
|
|
277
|
+
export declare const workspaceItemsPersonal: WorkspaceSelectorItem[];
|
|
278
|
+
export declare const workspaceItemsLonger: WorkspaceSelectorItem[];
|
package/package.json
CHANGED