@digigov/ui 1.0.0-480e3d97 → 1.0.0-60addd4a
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/app/Footer/Footer.stories.playwright.json +2 -2
- package/app/Header/Header.stories.playwright.json +1 -1
- package/app/Header/__stories__/WithHeaderNavigation.js +13 -21
- package/app/Header/__stories__/WithNavigation.js +8 -40
- package/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/app/ThemeOptions/index.js +2 -2
- package/content/Details/index.mdx +5 -0
- package/content/Table/__stories__/WithFloatingScroll.js +10 -4
- package/content/Table/index.js +7 -5
- package/content/Table/index.mdx +1 -1
- package/es/app/Footer/Footer.stories.playwright.json +2 -2
- package/es/app/Header/Header.stories.playwright.json +1 -1
- package/es/app/Header/__stories__/WithHeaderNavigation.js +13 -13
- package/es/app/Header/__stories__/WithNavigation.js +9 -36
- package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/es/app/ThemeOptions/index.js +2 -2
- package/es/content/Details/index.mdx +5 -0
- package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/es/content/Table/index.js +7 -4
- package/es/content/Table/index.mdx +1 -1
- package/es/feedback/ServiceBadge/index.mdx +9 -5
- package/es/form/Button/index.mdx +4 -4
- package/es/form/Checkbox/index.mdx +5 -0
- package/es/form/DateInputContainer/index.mdx +5 -0
- package/es/form/FileUpload/index.mdx +2 -0
- package/es/form/RadioContainer/index.mdx +5 -0
- package/es/form/SelectContainer/index.mdx +6 -0
- package/es/layouts/Grid/Grid.stories.js +1 -0
- package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/es/navigation/Breadcrumbs/index.mdx +5 -0
- package/es/navigation/Drawer/__stories__/Default.js +25 -66
- package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/es/navigation/Dropdown/__stories__/Default.js +9 -8
- package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/es/navigation/Dropdown/index.mdx +0 -2
- package/es/navigation/Link/index.mdx +2 -0
- package/es/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/es/navigation/NavList/NavListAuto/index.js +54 -0
- package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/es/navigation/NavList/__stories__/Default.js +12 -28
- package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/es/navigation/NavList/hooks/useNavList.js +2 -2
- package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/es/navigation/NavList/index.js +16 -17
- package/es/navigation/NavList/types.js +1 -6
- package/es/navigation/Pagination/__stories__/Default.js +7 -65
- package/es/navigation/Pagination/index.mdx +1 -2
- package/es/navigation/Tabs/index.mdx +6 -0
- package/es/registry.js +4 -40
- package/es/typography/Hint/index.mdx +2 -0
- package/es/typography/NormalText/index.mdx +2 -0
- package/es/typography/Paragraph/index.mdx +1 -0
- package/esm/app/Footer/Footer.stories.playwright.json +2 -2
- package/esm/app/Header/Header.stories.playwright.json +1 -1
- package/esm/app/Header/__stories__/WithHeaderNavigation.js +13 -13
- package/esm/app/Header/__stories__/WithNavigation.js +9 -36
- package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/esm/app/ThemeOptions/index.js +2 -2
- package/esm/content/Details/index.mdx +5 -0
- package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/esm/content/Table/index.js +7 -4
- package/esm/content/Table/index.mdx +1 -1
- package/esm/feedback/ServiceBadge/index.mdx +9 -5
- package/esm/form/Button/index.mdx +4 -4
- package/esm/form/Checkbox/index.mdx +5 -0
- package/esm/form/DateInputContainer/index.mdx +5 -0
- package/esm/form/FileUpload/index.mdx +2 -0
- package/esm/form/RadioContainer/index.mdx +5 -0
- package/esm/form/SelectContainer/index.mdx +6 -0
- package/esm/index.js +1 -1
- package/esm/layouts/Grid/Grid.stories.js +1 -0
- package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/esm/navigation/Breadcrumbs/index.mdx +5 -0
- package/esm/navigation/Drawer/__stories__/Default.js +25 -66
- package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
- package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/esm/navigation/Dropdown/index.mdx +0 -2
- package/esm/navigation/Link/index.mdx +2 -0
- package/esm/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/esm/navigation/NavList/NavListAuto/index.js +54 -0
- package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/esm/navigation/NavList/__stories__/Default.js +12 -28
- package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/esm/navigation/NavList/hooks/useNavList.js +2 -2
- package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/esm/navigation/NavList/index.js +16 -17
- package/esm/navigation/NavList/types.js +1 -6
- package/esm/navigation/Pagination/__stories__/Default.js +7 -65
- package/esm/navigation/Pagination/index.mdx +1 -2
- package/esm/navigation/Tabs/index.mdx +6 -0
- package/esm/registry.js +4 -40
- package/esm/typography/Hint/index.mdx +2 -0
- package/esm/typography/NormalText/index.mdx +2 -0
- package/esm/typography/Paragraph/index.mdx +1 -0
- package/feedback/ServiceBadge/index.mdx +9 -5
- package/form/Button/index.mdx +4 -4
- package/form/Checkbox/index.mdx +5 -0
- package/form/DateInputContainer/index.mdx +5 -0
- package/form/FileUpload/index.mdx +2 -0
- package/form/RadioContainer/index.mdx +5 -0
- package/form/SelectContainer/index.mdx +6 -0
- package/layouts/Basic/Content/index.d.ts +1 -1
- package/layouts/Basic/Side/index.d.ts +1 -1
- package/layouts/Grid/Grid.stories.d.ts +1 -0
- package/layouts/Grid/Grid.stories.js +14 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing.js +93 -0
- package/navigation/Breadcrumbs/index.mdx +5 -0
- package/navigation/Drawer/__stories__/Default.js +24 -68
- package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
- package/navigation/Dropdown/__stories__/Default.js +9 -9
- package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
- package/navigation/Dropdown/index.mdx +0 -2
- package/navigation/Link/index.mdx +2 -0
- package/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/navigation/NavList/NavListAuto/index.js +80 -0
- package/navigation/NavList/NavMenuContentList.d.ts +5 -0
- package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
- package/navigation/NavList/__stories__/Default.js +12 -28
- package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
- package/navigation/NavList/hooks/useNavList.d.ts +1 -1
- package/navigation/NavList/hooks/useNavList.js +2 -2
- package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
- package/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/navigation/NavList/index.d.ts +16 -17
- package/navigation/NavList/index.js +54 -96
- package/navigation/NavList/types.d.ts +14 -17
- package/navigation/NavList/types.js +1 -14
- package/navigation/Pagination/__stories__/Default.js +7 -65
- package/navigation/Pagination/index.mdx +1 -2
- package/navigation/Tabs/index.mdx +6 -0
- package/package.json +3 -3
- package/registry.d.ts +2 -20
- package/registry.js +4 -58
- package/src/app/Footer/Footer.stories.playwright.json +2 -2
- package/src/app/Header/Header.stories.playwright.json +1 -1
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +23 -35
- package/src/app/Header/__stories__/WithNavigation.tsx +13 -34
- package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/src/app/ThemeOptions/index.tsx +3 -3
- package/src/content/Details/index.mdx +5 -0
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
- package/src/content/Table/index.mdx +1 -1
- package/src/content/Table/index.tsx +9 -8
- package/src/feedback/ServiceBadge/index.mdx +9 -5
- package/src/form/Button/index.mdx +4 -4
- package/src/form/Checkbox/index.mdx +5 -0
- package/src/form/DateInputContainer/index.mdx +5 -0
- package/src/form/FileUpload/index.mdx +2 -0
- package/src/form/RadioContainer/index.mdx +5 -0
- package/src/form/SelectContainer/index.mdx +6 -0
- package/src/layouts/Grid/Grid.stories.js +1 -0
- package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
- package/src/navigation/Breadcrumbs/index.mdx +5 -0
- package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
- package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
- package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
- package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
- package/src/navigation/Dropdown/index.mdx +0 -2
- package/src/navigation/Link/index.mdx +2 -0
- package/src/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
- package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
- package/src/navigation/NavList/__stories__/Default.tsx +28 -40
- package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
- package/src/navigation/NavList/hooks/useNavList.ts +3 -3
- package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
- package/src/navigation/NavList/index.tsx +16 -17
- package/src/navigation/NavList/types.tsx +16 -28
- package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
- package/src/navigation/Pagination/index.mdx +1 -2
- package/src/navigation/Tabs/index.mdx +6 -0
- package/src/registry.js +4 -40
- package/src/typography/Hint/index.mdx +2 -0
- package/src/typography/NormalText/index.mdx +2 -0
- package/src/typography/Paragraph/index.mdx +1 -0
- package/typography/Hint/index.mdx +2 -0
- package/typography/NormalText/index.mdx +2 -0
- package/typography/Paragraph/index.mdx +1 -0
- package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
- package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
- package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
- package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
- package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
- package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
- package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
- package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
- package/es/navigation/NavList/NavListItem.js +0 -23
- package/es/navigation/NavList/NavListItemBase.js +0 -44
- package/es/navigation/NavList/NavListItemButton.js +0 -3
- package/es/navigation/NavList/NavListItemLink.js +0 -3
- package/es/navigation/NavList/NavMenu.js +0 -3
- package/es/navigation/NavList/NavMenuContainer.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
- package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
- package/es/navigation/NavList/NavVertical.js +0 -3
- package/es/navigation/NavList/NavVerticalItem.js +0 -3
- package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
- package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
- package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
- package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
- package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
- package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
- package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
- package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
- package/esm/navigation/NavList/NavListItem.js +0 -23
- package/esm/navigation/NavList/NavListItemBase.js +0 -44
- package/esm/navigation/NavList/NavListItemButton.js +0 -3
- package/esm/navigation/NavList/NavListItemLink.js +0 -3
- package/esm/navigation/NavList/NavMenu.js +0 -3
- package/esm/navigation/NavList/NavMenuContainer.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
- package/esm/navigation/NavList/NavVertical.js +0 -3
- package/esm/navigation/NavList/NavVerticalItem.js +0 -3
- package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
- package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
- package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
- package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
- package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
- package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
- package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -51
- package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
- package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
- package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
- package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
- package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
- package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
- package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
- package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
- package/navigation/NavList/NavListItem.d.ts +0 -4
- package/navigation/NavList/NavListItem.js +0 -42
- package/navigation/NavList/NavListItemBase.d.ts +0 -15
- package/navigation/NavList/NavListItemBase.js +0 -68
- package/navigation/NavList/NavListItemButton.d.ts +0 -3
- package/navigation/NavList/NavListItemButton.js +0 -30
- package/navigation/NavList/NavListItemLink.d.ts +0 -3
- package/navigation/NavList/NavListItemLink.js +0 -30
- package/navigation/NavList/NavMenu.d.ts +0 -3
- package/navigation/NavList/NavMenu.js +0 -30
- package/navigation/NavList/NavMenuContainer.d.ts +0 -3
- package/navigation/NavList/NavMenuContainer.js +0 -30
- package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerContent.js +0 -30
- package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
- package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
- package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerTitle.js +0 -30
- package/navigation/NavList/NavVertical.d.ts +0 -3
- package/navigation/NavList/NavVertical.js +0 -30
- package/navigation/NavList/NavVerticalItem.d.ts +0 -3
- package/navigation/NavList/NavVerticalItem.js +0 -30
- package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
- package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
- package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
- package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
- package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
- package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
- package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
- package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
- package/src/navigation/NavList/NavListItem.tsx +0 -46
- package/src/navigation/NavList/NavListItemBase.tsx +0 -63
- package/src/navigation/NavList/NavListItemButton.tsx +0 -3
- package/src/navigation/NavList/NavListItemLink.tsx +0 -3
- package/src/navigation/NavList/NavMenu.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
- package/src/navigation/NavList/NavVertical.tsx +0 -3
- package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
- /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
|
@@ -18,24 +18,6 @@ export function useTogglableNav(_ref) {
|
|
|
18
18
|
|
|
19
19
|
var registered = useRef({});
|
|
20
20
|
var openedKeys = useRef([]);
|
|
21
|
-
var registerButtonRef = useCallback(function (el) {
|
|
22
|
-
if (!el) return;
|
|
23
|
-
var key = el.getAttribute('aria-controls');
|
|
24
|
-
if (registered.current[key]) return;
|
|
25
|
-
registered.current[key] = {
|
|
26
|
-
el: el,
|
|
27
|
-
type: 'button'
|
|
28
|
-
};
|
|
29
|
-
}, []);
|
|
30
|
-
var registerLinkRef = useCallback(function (el) {
|
|
31
|
-
if (!el) return;
|
|
32
|
-
var key = el.getAttribute('aria-controls');
|
|
33
|
-
if (registered.current[key]) return;
|
|
34
|
-
registered.current[key] = {
|
|
35
|
-
el: el,
|
|
36
|
-
type: 'link'
|
|
37
|
-
};
|
|
38
|
-
}, []);
|
|
39
21
|
var toggle = useCallback(function (e) {
|
|
40
22
|
var key = e.currentTarget.getAttribute('aria-controls');
|
|
41
23
|
var selected = e.currentTarget.getAttribute('aria-selected') === 'true';
|
|
@@ -261,6 +243,24 @@ export function useTogglableNav(_ref) {
|
|
|
261
243
|
break;
|
|
262
244
|
}
|
|
263
245
|
}, []);
|
|
246
|
+
var registerButtonRef = useCallback(function (el) {
|
|
247
|
+
if (!el) return;
|
|
248
|
+
var key = el.getAttribute('aria-controls');
|
|
249
|
+
if (registered.current[key]) return;
|
|
250
|
+
registered.current[key] = {
|
|
251
|
+
el: el,
|
|
252
|
+
type: 'button'
|
|
253
|
+
};
|
|
254
|
+
}, []);
|
|
255
|
+
var registerLinkRef = useCallback(function (el) {
|
|
256
|
+
if (!el) return;
|
|
257
|
+
var key = el.getAttribute('aria-controls');
|
|
258
|
+
if (registered.current[key]) return;
|
|
259
|
+
registered.current[key] = {
|
|
260
|
+
el: el,
|
|
261
|
+
type: 'link'
|
|
262
|
+
};
|
|
263
|
+
}, []);
|
|
264
264
|
var registerButton = useCallback(function (key) {
|
|
265
265
|
var _extends2;
|
|
266
266
|
|
|
@@ -279,8 +279,23 @@ export function useTogglableNav(_ref) {
|
|
|
279
279
|
onKeyDown: onKeyDown
|
|
280
280
|
});
|
|
281
281
|
}, [opened]);
|
|
282
|
+
var registerNavItem = useCallback(function (item) {
|
|
283
|
+
if (item.subMenu || item.menu) {
|
|
284
|
+
return _extends({}, registerButton(item.name), {
|
|
285
|
+
role: 'button'
|
|
286
|
+
});
|
|
287
|
+
} else if (item.href) {
|
|
288
|
+
return _extends({}, registerLink(item.name), {
|
|
289
|
+
href: item.href
|
|
290
|
+
});
|
|
291
|
+
} else {
|
|
292
|
+
console.error(item);
|
|
293
|
+
throw new Error('Invalid nav item. Must be either button or link');
|
|
294
|
+
}
|
|
295
|
+
}, [opened]);
|
|
282
296
|
return useMemo(function () {
|
|
283
297
|
return {
|
|
298
|
+
registerNavItem: registerNavItem,
|
|
284
299
|
registerButton: registerButton,
|
|
285
300
|
registerLink: registerLink,
|
|
286
301
|
registered: registered,
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
export * from '@digigov/ui/navigation/NavList/NavListAuto
|
|
3
|
-
export * from '@digigov/ui/navigation/NavList/
|
|
4
|
-
export * from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
|
|
5
|
-
export * from '@digigov/ui/navigation/NavList/Nav';
|
|
6
|
-
export * from '@digigov/ui/navigation/NavList/NavList';
|
|
7
|
-
export * from '@digigov/ui/navigation/NavList/NavListItemLink';
|
|
8
|
-
export * from '@digigov/ui/navigation/NavList/NavListItemButton';
|
|
9
|
-
export * from '@digigov/ui/navigation/NavList/NavMenu';
|
|
10
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainer';
|
|
11
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerTitle';
|
|
12
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContent';
|
|
13
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentList';
|
|
14
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentListItem';
|
|
15
|
-
export * from '@digigov/ui/navigation/NavList/NavVertical';
|
|
16
|
-
export * from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
1
|
+
import NavList from '@digigov/react-core/NavList';
|
|
2
|
+
export * from '@digigov/ui/navigation/NavList/NavListAuto';
|
|
3
|
+
export * from '@digigov/ui/navigation/NavList/NavMenuContentList';
|
|
17
4
|
export * from '@digigov/ui/navigation/NavList/types';
|
|
18
5
|
export * from '@digigov/ui/navigation/NavList/hooks/useNavList';
|
|
19
|
-
|
|
6
|
+
export * from '@digigov/react-core/Nav';
|
|
7
|
+
export * from '@digigov/react-core/NavList';
|
|
8
|
+
export * from '@digigov/react-core/NavMenuContainer';
|
|
9
|
+
export * from '@digigov/react-core/NavMenuContent';
|
|
10
|
+
export * from '@digigov/react-core/NavMenuContentListBase';
|
|
11
|
+
export * from '@digigov/react-core/NavMenuContentListItem';
|
|
12
|
+
export * from '@digigov/react-core/NavMenuTitle';
|
|
13
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
14
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
15
|
+
export * from '@digigov/react-core/NavListItemActionContainer';
|
|
16
|
+
export * from '@digigov/react-core/NavListItemLink';
|
|
17
|
+
export * from '@digigov/react-core/NavListItemButton';
|
|
18
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
20
19
|
export default NavList;
|
|
@@ -6,9 +6,9 @@ import { Link } from '@digigov/ui/navigation/Link';
|
|
|
6
6
|
import { Pagination, PaginationList, PaginationListItem, PaginationLabel } from '@digigov/ui/navigation/Pagination';
|
|
7
7
|
|
|
8
8
|
var _ref = /*#__PURE__*/React.createElement(Pagination, null, /*#__PURE__*/React.createElement(PaginationLabel, {
|
|
9
|
-
start:
|
|
10
|
-
end:
|
|
11
|
-
total:
|
|
9
|
+
start: 21,
|
|
10
|
+
end: 30,
|
|
11
|
+
total: 90
|
|
12
12
|
}), /*#__PURE__*/React.createElement(PaginationList, null, /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, null, /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
13
13
|
direction: "left"
|
|
14
14
|
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
@@ -34,67 +34,9 @@ var _ref2 = /*#__PURE__*/React.createElement(SectionBreak, {
|
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
var _ref3 = /*#__PURE__*/React.createElement(Pagination, null, /*#__PURE__*/React.createElement(PaginationLabel, {
|
|
37
|
-
start:
|
|
38
|
-
end:
|
|
39
|
-
total:
|
|
40
|
-
}), /*#__PURE__*/React.createElement(PaginationList, null, /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
41
|
-
active: false
|
|
42
|
-
}, /*#__PURE__*/React.createElement(Link, null, /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
43
|
-
direction: "left"
|
|
44
|
-
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
45
|
-
currentPage: true
|
|
46
|
-
}, "1"), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
47
|
-
href: "#page2"
|
|
48
|
-
}, "2")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
49
|
-
href: "#page3"
|
|
50
|
-
}, "3")), /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
51
|
-
variant: "dots"
|
|
52
|
-
}), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
53
|
-
href: "#page7"
|
|
54
|
-
}, "7")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
55
|
-
href: "#page8"
|
|
56
|
-
}, "8")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
57
|
-
href: "#page9"
|
|
58
|
-
}, "9")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
59
|
-
direction: "right"
|
|
60
|
-
})))));
|
|
61
|
-
|
|
62
|
-
var _ref4 = /*#__PURE__*/React.createElement(SectionBreak, {
|
|
63
|
-
size: "lg"
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
var _ref5 = /*#__PURE__*/React.createElement(Pagination, null, /*#__PURE__*/React.createElement(PaginationLabel, {
|
|
67
|
-
start: 10,
|
|
68
|
-
end: 20,
|
|
69
|
-
total: 10000
|
|
70
|
-
}), /*#__PURE__*/React.createElement(PaginationList, null, /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, null, /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
71
|
-
direction: "left"
|
|
72
|
-
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
73
|
-
href: "#page1"
|
|
74
|
-
}, "1")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, null, "2")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
75
|
-
href: "#page3"
|
|
76
|
-
}, "3")), /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
77
|
-
variant: "dots"
|
|
78
|
-
}), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
79
|
-
href: "#page7"
|
|
80
|
-
}, "7")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
81
|
-
href: "#page8"
|
|
82
|
-
}, "8")), /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
83
|
-
currentPage: true
|
|
84
|
-
}, "9"), /*#__PURE__*/React.createElement(PaginationListItem, {
|
|
85
|
-
active: false
|
|
86
|
-
}, /*#__PURE__*/React.createElement(Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
87
|
-
direction: "right"
|
|
88
|
-
})))));
|
|
89
|
-
|
|
90
|
-
var _ref6 = /*#__PURE__*/React.createElement(SectionBreak, {
|
|
91
|
-
size: "lg"
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
var _ref7 = /*#__PURE__*/React.createElement(Pagination, null, /*#__PURE__*/React.createElement(PaginationLabel, {
|
|
95
|
-
start: 1,
|
|
96
|
-
end: 10,
|
|
97
|
-
total: 15
|
|
37
|
+
start: 81,
|
|
38
|
+
end: 90,
|
|
39
|
+
total: 197
|
|
98
40
|
}), /*#__PURE__*/React.createElement(PaginationList, null, /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, null, /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
99
41
|
direction: "left"
|
|
100
42
|
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/React.createElement(PaginationListItem, null, /*#__PURE__*/React.createElement(Link, {
|
|
@@ -120,6 +62,6 @@ export var Default = function Default() {
|
|
|
120
62
|
t: function t(str) {
|
|
121
63
|
return str;
|
|
122
64
|
}
|
|
123
|
-
}, _ref, _ref2, _ref3
|
|
65
|
+
}, _ref, _ref2, _ref3);
|
|
124
66
|
};
|
|
125
67
|
export default Default;
|
|
@@ -9,8 +9,7 @@ import Pagination from '@digigov/ui/app/Pagination';
|
|
|
9
9
|
|
|
10
10
|
## How to use
|
|
11
11
|
|
|
12
|
-
<Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"
|
|
13
|
-
/>
|
|
12
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"/>
|
|
14
13
|
|
|
15
14
|
## With inactive values
|
|
16
15
|
|
|
@@ -13,6 +13,12 @@ import Tabs from '@digigov/ui/navigation/Tabs';
|
|
|
13
13
|
|
|
14
14
|
<Story packageName="@digigov/ui" component="navigation/Tabs" story="Default.tsx" />
|
|
15
15
|
|
|
16
|
+
## Accessibility
|
|
17
|
+
|
|
18
|
+
You can read more about the accessibility patterns used in our Tabs
|
|
19
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Tabs](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) section.
|
|
20
|
+
|
|
21
|
+
|
|
16
22
|
## API
|
|
17
23
|
|
|
18
24
|
<PropTypes packageName="@digigov/ui" component="Tabs" />
|
package/es/registry.js
CHANGED
|
@@ -147,26 +147,8 @@ import * as _digigov_ui_navigation_NavList_hooks_useTogglableNav from '@digigov/
|
|
|
147
147
|
import * as _digigov_ui_navigation_NavList from '@digigov/ui/navigation/NavList';
|
|
148
148
|
import * as _digigov_ui_navigation_NavList_Nav from '@digigov/ui/navigation/NavList/Nav';
|
|
149
149
|
import * as _digigov_ui_navigation_NavList_NavList from '@digigov/ui/navigation/NavList/NavList';
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListContextAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
|
|
153
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListItemAnchorAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListItemAnchorAuto';
|
|
154
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListItemAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListItemAuto';
|
|
155
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListItemButtonAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListItemButtonAuto';
|
|
156
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListMenuAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListMenuAuto';
|
|
157
|
-
import * as _digigov_ui_navigation_NavList_NavListAuto_NavListSubMenuAuto from '@digigov/ui/navigation/NavList/NavListAuto/NavListSubMenuAuto';
|
|
158
|
-
import * as _digigov_ui_navigation_NavList_NavListItem from '@digigov/ui/navigation/NavList/NavListItem';
|
|
159
|
-
import * as _digigov_ui_navigation_NavList_NavListItemBase from '@digigov/ui/navigation/NavList/NavListItemBase';
|
|
160
|
-
import * as _digigov_ui_navigation_NavList_NavListItemButton from '@digigov/ui/navigation/NavList/NavListItemButton';
|
|
161
|
-
import * as _digigov_ui_navigation_NavList_NavListItemLink from '@digigov/ui/navigation/NavList/NavListItemLink';
|
|
162
|
-
import * as _digigov_ui_navigation_NavList_NavMenu from '@digigov/ui/navigation/NavList/NavMenu';
|
|
163
|
-
import * as _digigov_ui_navigation_NavList_NavMenuContainer from '@digigov/ui/navigation/NavList/NavMenuContainer';
|
|
164
|
-
import * as _digigov_ui_navigation_NavList_NavMenuContainerContent from '@digigov/ui/navigation/NavList/NavMenuContainerContent';
|
|
165
|
-
import * as _digigov_ui_navigation_NavList_NavMenuContainerContentList from '@digigov/ui/navigation/NavList/NavMenuContainerContentList';
|
|
166
|
-
import * as _digigov_ui_navigation_NavList_NavMenuContainerContentListItem from '@digigov/ui/navigation/NavList/NavMenuContainerContentListItem';
|
|
167
|
-
import * as _digigov_ui_navigation_NavList_NavMenuContainerTitle from '@digigov/ui/navigation/NavList/NavMenuContainerTitle';
|
|
168
|
-
import * as _digigov_ui_navigation_NavList_NavVertical from '@digigov/ui/navigation/NavList/NavVertical';
|
|
169
|
-
import * as _digigov_ui_navigation_NavList_NavVerticalItem from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
150
|
+
import * as _digigov_ui_navigation_NavList_NavListAuto from '@digigov/ui/navigation/NavList/NavListAuto';
|
|
151
|
+
import * as _digigov_ui_navigation_NavList_NavMenuContentList from '@digigov/ui/navigation/NavList/NavMenuContentList';
|
|
170
152
|
import * as _digigov_ui_navigation_NavList_types from '@digigov/ui/navigation/NavList/types';
|
|
171
153
|
import * as _digigov_ui_navigation_Pagination from '@digigov/ui/navigation/Pagination';
|
|
172
154
|
import * as _digigov_ui_navigation_SkipLink from '@digigov/ui/navigation/SkipLink';
|
|
@@ -360,26 +342,8 @@ export default {
|
|
|
360
342
|
'@digigov/ui/navigation/NavList': lazyImport(_digigov_ui_navigation_NavList),
|
|
361
343
|
'@digigov/ui/navigation/NavList/Nav': lazyImport(_digigov_ui_navigation_NavList_Nav),
|
|
362
344
|
'@digigov/ui/navigation/NavList/NavList': lazyImport(_digigov_ui_navigation_NavList_NavList),
|
|
363
|
-
'@digigov/ui/navigation/NavList/NavListAuto
|
|
364
|
-
'@digigov/ui/navigation/NavList/
|
|
365
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListContextAuto),
|
|
366
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListItemAnchorAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListItemAnchorAuto),
|
|
367
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListItemAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListItemAuto),
|
|
368
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListItemButtonAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListItemButtonAuto),
|
|
369
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListMenuAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListMenuAuto),
|
|
370
|
-
'@digigov/ui/navigation/NavList/NavListAuto/NavListSubMenuAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto_NavListSubMenuAuto),
|
|
371
|
-
'@digigov/ui/navigation/NavList/NavListItem': lazyImport(_digigov_ui_navigation_NavList_NavListItem),
|
|
372
|
-
'@digigov/ui/navigation/NavList/NavListItemBase': lazyImport(_digigov_ui_navigation_NavList_NavListItemBase),
|
|
373
|
-
'@digigov/ui/navigation/NavList/NavListItemButton': lazyImport(_digigov_ui_navigation_NavList_NavListItemButton),
|
|
374
|
-
'@digigov/ui/navigation/NavList/NavListItemLink': lazyImport(_digigov_ui_navigation_NavList_NavListItemLink),
|
|
375
|
-
'@digigov/ui/navigation/NavList/NavMenu': lazyImport(_digigov_ui_navigation_NavList_NavMenu),
|
|
376
|
-
'@digigov/ui/navigation/NavList/NavMenuContainer': lazyImport(_digigov_ui_navigation_NavList_NavMenuContainer),
|
|
377
|
-
'@digigov/ui/navigation/NavList/NavMenuContainerContent': lazyImport(_digigov_ui_navigation_NavList_NavMenuContainerContent),
|
|
378
|
-
'@digigov/ui/navigation/NavList/NavMenuContainerContentList': lazyImport(_digigov_ui_navigation_NavList_NavMenuContainerContentList),
|
|
379
|
-
'@digigov/ui/navigation/NavList/NavMenuContainerContentListItem': lazyImport(_digigov_ui_navigation_NavList_NavMenuContainerContentListItem),
|
|
380
|
-
'@digigov/ui/navigation/NavList/NavMenuContainerTitle': lazyImport(_digigov_ui_navigation_NavList_NavMenuContainerTitle),
|
|
381
|
-
'@digigov/ui/navigation/NavList/NavVertical': lazyImport(_digigov_ui_navigation_NavList_NavVertical),
|
|
382
|
-
'@digigov/ui/navigation/NavList/NavVerticalItem': lazyImport(_digigov_ui_navigation_NavList_NavVerticalItem),
|
|
345
|
+
'@digigov/ui/navigation/NavList/NavListAuto': lazyImport(_digigov_ui_navigation_NavList_NavListAuto),
|
|
346
|
+
'@digigov/ui/navigation/NavList/NavMenuContentList': lazyImport(_digigov_ui_navigation_NavList_NavMenuContentList),
|
|
383
347
|
'@digigov/ui/navigation/NavList/types': lazyImport(_digigov_ui_navigation_NavList_types),
|
|
384
348
|
'@digigov/ui/navigation/Pagination': lazyImport(_digigov_ui_navigation_Pagination),
|
|
385
349
|
'@digigov/ui/navigation/SkipLink': lazyImport(_digigov_ui_navigation_SkipLink),
|
|
@@ -23,6 +23,8 @@ import NormalText from '@digigov/ui/typography/NormalText';
|
|
|
23
23
|
|
|
24
24
|
### Font weight
|
|
25
25
|
|
|
26
|
+
<Story packageName="@digigov/ui" component="typography/NormalText" story="FontWeight.tsx" />
|
|
27
|
+
|
|
26
28
|
## API
|
|
27
29
|
|
|
28
30
|
<PropTypes packageName="@digigov/ui" component="NormalText" />
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
{
|
|
9
9
|
"name": "hover",
|
|
10
10
|
"args": {
|
|
11
|
-
"selector": "html>body>div:nth-child(5)>footer>div>div>
|
|
11
|
+
"selector": "html>body>div:nth-child(5)>footer>div>div>section:nth-child(1)>p>a:nth-child(1)"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"name": "click",
|
|
16
16
|
"args": {
|
|
17
|
-
"selector": "html>body>div:nth-child(5)>footer>div>div>
|
|
17
|
+
"selector": "html>body>div:nth-child(5)>footer>div>div>section:nth-child(1)>p>a:nth-child(1)"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
],
|
|
@@ -5,34 +5,34 @@ import HeaderNavMenuContent from '@digigov/ui/app/Header/HeaderNavMenuContent';
|
|
|
5
5
|
import HeaderSection from '@digigov/ui/app/Header/HeaderSection';
|
|
6
6
|
import HeaderTitle from '@digigov/ui/app/Header/HeaderTitle';
|
|
7
7
|
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
8
|
-
import { ArrowIcon } from '@digigov/ui/icons';
|
|
9
8
|
import { BurgerIcon, MoreVertIcon } from '@digigov/ui/icons';
|
|
10
9
|
import { Top } from '@digigov/ui/layouts/Basic';
|
|
11
10
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
12
11
|
import NavList from '@digigov/ui/navigation/NavList/NavList';
|
|
13
|
-
import
|
|
14
|
-
import NavListItemLink from '@digigov/ui/navigation/NavList/NavListItemLink';
|
|
15
|
-
import List, { ListItem } from '@digigov/ui/content/List';
|
|
16
|
-
import Link from '@digigov/ui/navigation/Link';
|
|
12
|
+
import { NavListItemAction } from '@digigov/ui/navigation/NavList';
|
|
17
13
|
|
|
18
14
|
var _ref = /*#__PURE__*/React.createElement(Top, null, /*#__PURE__*/React.createElement(Header, null, /*#__PURE__*/React.createElement(HeaderContent, null, /*#__PURE__*/React.createElement(HeaderSection, null, /*#__PURE__*/React.createElement(GovGRLogo, null), /*#__PURE__*/React.createElement(HeaderTitle, {
|
|
19
15
|
href: "#"
|
|
20
|
-
}, "\u0394\u03B7\u03BB\u03CE\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(
|
|
16
|
+
}, "\u0394\u03B7\u03BB\u03CE\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(HeaderNavMenuContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
21
17
|
active: true
|
|
22
|
-
}, /*#__PURE__*/React.createElement(
|
|
23
|
-
|
|
24
|
-
}))
|
|
18
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
19
|
+
arrow: true
|
|
20
|
+
}, "\u039C\u03B5\u03BD\u03BF\u03CD")), /*#__PURE__*/React.createElement(Dropdown, {
|
|
25
21
|
align: "right"
|
|
26
22
|
}, /*#__PURE__*/React.createElement(DropdownButton, {
|
|
27
23
|
variant: "link"
|
|
28
24
|
}, "\u039C\u0391\u03A1\u0399\u039F\u03A3 \u039C\u0395\u039D\u0395\u039E\u0395\u03A3", /*#__PURE__*/React.createElement(MoreVertIcon, {
|
|
29
25
|
size: "md"
|
|
30
|
-
})), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(
|
|
31
|
-
|
|
32
|
-
}, /*#__PURE__*/React.createElement(
|
|
26
|
+
})), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
27
|
+
layout: "vertical"
|
|
28
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
29
|
+
href: "#"
|
|
30
|
+
}, "\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
31
|
+
href: "#"
|
|
32
|
+
}, "\u0388\u03BE\u03BF\u03B4\u03BF\u03C2"))))), /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
33
33
|
smUpHidden: true,
|
|
34
34
|
size: "sm"
|
|
35
|
-
}))))
|
|
35
|
+
}))));
|
|
36
36
|
|
|
37
37
|
export var WithHeaderNavigation = function WithHeaderNavigation() {
|
|
38
38
|
return _ref;
|
|
@@ -1,62 +1,35 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import React from 'react';
|
|
3
|
-
import {
|
|
2
|
+
import { NavListAuto } from '@digigov/ui';
|
|
4
3
|
import { Header } from '@digigov/ui/app/Header';
|
|
5
4
|
import { HeaderContent } from '@digigov/ui/app/Header/HeaderContent';
|
|
6
5
|
import { HeaderSection } from '@digigov/ui/app/Header/HeaderSection';
|
|
7
6
|
import { GovGRLogo } from '@digigov/ui/govgr/GovGRLogo';
|
|
8
7
|
import { Top } from '@digigov/ui/layouts/Basic';
|
|
9
|
-
import { useNavList } from '@digigov/ui/navigation/NavList/hooks/useNavList';
|
|
10
|
-
import { Nav } from '@digigov/ui/navigation/NavList/Nav';
|
|
11
|
-
import { NavList } from '@digigov/ui/navigation/NavList/NavList';
|
|
12
|
-
import { NavListItem } from '@digigov/ui/navigation/NavList/NavListItem';
|
|
13
8
|
|
|
14
9
|
var _ref = /*#__PURE__*/React.createElement(Header, null, /*#__PURE__*/React.createElement(HeaderContent, null, /*#__PURE__*/React.createElement(HeaderSection, null, /*#__PURE__*/React.createElement(GovGRLogo, {
|
|
15
10
|
href: "#"
|
|
16
11
|
}))));
|
|
17
12
|
|
|
18
|
-
var _ref2 = /*#__PURE__*/React.createElement(SectionBreak, {
|
|
19
|
-
visible: false
|
|
20
|
-
});
|
|
21
|
-
|
|
22
13
|
export var WithNavigation = function WithNavigation() {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
var setRegisterButton = function setRegisterButton(name) {
|
|
27
|
-
return _extends({}, registerButton(name));
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
return /*#__PURE__*/React.createElement(Top, null, _ref, /*#__PURE__*/React.createElement(Nav, {
|
|
31
|
-
open: true
|
|
32
|
-
}, /*#__PURE__*/React.createElement(NavList, null, /*#__PURE__*/React.createElement(NavListItem, {
|
|
33
|
-
link: {
|
|
14
|
+
return /*#__PURE__*/React.createElement(Top, null, _ref, /*#__PURE__*/React.createElement(NavListAuto, {
|
|
15
|
+
links: [{
|
|
34
16
|
name: 'home',
|
|
35
17
|
label: 'Αρχική',
|
|
36
18
|
href: '#home'
|
|
37
|
-
},
|
|
38
|
-
setRegisterButton: setRegisterButton
|
|
39
|
-
}), /*#__PURE__*/React.createElement(NavListItem, {
|
|
40
|
-
link: {
|
|
19
|
+
}, {
|
|
41
20
|
name: 'news',
|
|
42
21
|
label: 'Νέα',
|
|
43
22
|
href: '#news'
|
|
44
|
-
},
|
|
45
|
-
setRegisterButton: setRegisterButton
|
|
46
|
-
}), /*#__PURE__*/React.createElement(NavListItem, {
|
|
47
|
-
link: {
|
|
23
|
+
}, {
|
|
48
24
|
name: 'links',
|
|
49
25
|
label: 'Σύνδεσμοι',
|
|
50
26
|
href: '#links'
|
|
51
|
-
},
|
|
52
|
-
setRegisterButton: setRegisterButton
|
|
53
|
-
}), /*#__PURE__*/React.createElement(NavListItem, {
|
|
54
|
-
link: {
|
|
27
|
+
}, {
|
|
55
28
|
name: 'contact',
|
|
56
29
|
label: 'Επικοινωνία',
|
|
57
30
|
href: '#contact'
|
|
58
|
-
},
|
|
59
|
-
|
|
60
|
-
})
|
|
31
|
+
}],
|
|
32
|
+
border: true
|
|
33
|
+
}));
|
|
61
34
|
};
|
|
62
35
|
export default WithNavigation;
|
|
@@ -244,10 +244,10 @@ export var ThemeOptions = /*#__PURE__*/React.forwardRef(function ThemeOptions(_r
|
|
|
244
244
|
setSelectedHighlightLinks('highlight');
|
|
245
245
|
},
|
|
246
246
|
checked: selectedHighlightLinks === 'highlight'
|
|
247
|
-
}, "\u039D\u03B1\u03B9")), /*#__PURE__*/React.createElement(Button, {
|
|
247
|
+
}, "\u039D\u03B1\u03B9")))), /*#__PURE__*/React.createElement(Button, {
|
|
248
248
|
onClick: resetOptions,
|
|
249
249
|
variant: "link"
|
|
250
|
-
}, "\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03CE\u03BD")
|
|
250
|
+
}, "\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03CE\u03BD"), _ref7, /*#__PURE__*/React.createElement(Button, {
|
|
251
251
|
onClick: handleOptions,
|
|
252
252
|
disabled: !optionsHasChanged()
|
|
253
253
|
}, "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE"));
|
|
@@ -15,6 +15,11 @@ import Details from '@digigov/ui/content/Details';
|
|
|
15
15
|
|
|
16
16
|
<Story packageName="@digigov/ui" component="content/Details" story="Default.tsx" />
|
|
17
17
|
|
|
18
|
+
## Accessibility
|
|
19
|
+
|
|
20
|
+
You can read more about the accessibility patterns used in our Details
|
|
21
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Disclosure](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/) section.
|
|
22
|
+
|
|
18
23
|
## API
|
|
19
24
|
|
|
20
25
|
<PropTypes packageName="@digigov/ui" component="Details" />
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { Table, TableHead, TableRow, TableBody, TableHeadCell, TableDataCell } from '@digigov/ui/content/Table';
|
|
3
3
|
import { TableFloatingScroll } from '@digigov/ui/content/Table/TableFloatingScroll';
|
|
4
4
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
5
|
-
import {
|
|
6
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
5
|
+
import NavList, { NavListItemAction } from '@digigov/ui/navigation/NavList';
|
|
7
6
|
var labels = {
|
|
8
7
|
name: 'Ονοματεπώνυμο',
|
|
9
8
|
email: 'Email',
|
|
@@ -47,9 +46,11 @@ var _ref2 = /*#__PURE__*/React.createElement(TableDataCell, null, /*#__PURE__*/R
|
|
|
47
46
|
placement: "bottom"
|
|
48
47
|
}, /*#__PURE__*/React.createElement(DropdownButton, {
|
|
49
48
|
variant: "link"
|
|
50
|
-
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(
|
|
49
|
+
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
50
|
+
layout: "vertical"
|
|
51
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
51
52
|
href: "#"
|
|
52
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(
|
|
53
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
53
54
|
href: "#"
|
|
54
55
|
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")))));
|
|
55
56
|
|
|
@@ -6,8 +6,7 @@ import Table from '@digigov/react-core/Table';
|
|
|
6
6
|
import TableSortIconContainer from '@digigov/react-core/TableSortIconContainer';
|
|
7
7
|
import { CaretIcon } from '@digigov/ui/icons';
|
|
8
8
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
9
|
-
import {
|
|
10
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
9
|
+
import { NavList, NavListItemAction } from '@digigov/ui/navigation/NavList';
|
|
11
10
|
|
|
12
11
|
var _ref2 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
13
12
|
direction: 'up',
|
|
@@ -56,9 +55,12 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
|
|
|
56
55
|
direction: 'down',
|
|
57
56
|
size: "sm",
|
|
58
57
|
variant: direction === -1 ? 'dark' : 'gray'
|
|
59
|
-
}))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(
|
|
58
|
+
}))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
59
|
+
layout: "vertical"
|
|
60
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
60
61
|
active: direction === 1,
|
|
61
62
|
tabIndex: 0,
|
|
63
|
+
arrow: false,
|
|
62
64
|
onClick: function onClick() {
|
|
63
65
|
onSort(1);
|
|
64
66
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -69,9 +71,10 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
|
|
|
69
71
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
|
-
}, _ref2, labels.asc), /*#__PURE__*/React.createElement(
|
|
74
|
+
}, _ref2, labels.asc), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
73
75
|
active: direction === -1,
|
|
74
76
|
tabIndex: 0,
|
|
77
|
+
arrow: false,
|
|
75
78
|
onClick: function onClick() {
|
|
76
79
|
onSort(-1);
|
|
77
80
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -69,7 +69,7 @@ The prop `color='primary'` or `color='secondary'` is only functional when Table
|
|
|
69
69
|
## Accessibility
|
|
70
70
|
|
|
71
71
|
You can read more about the accessibility patterns used in our Table
|
|
72
|
-
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
72
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://www.w3.org/WAI/ARIA/apg/patterns/table/) section.
|
|
73
73
|
|
|
74
74
|
## API
|
|
75
75
|
|
|
@@ -5,17 +5,21 @@ parent: docs/ui/component
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
import ServiceBadge from '@digigov/ui/feedback/ServiceBadge';
|
|
8
|
-
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
8
|
+
import Header, { HeaderContent, HeaderSection, HeaderTitle } from '@digigov/ui/app/Header';
|
|
9
9
|
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
<Header>
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
<HeaderContent>
|
|
15
|
+
<HeaderSection>
|
|
16
|
+
<GovGRLogo />
|
|
17
|
+
<HeaderTitle>Service Name </HeaderTitle>
|
|
18
|
+
<ServiceBadge label="ALPHA" />
|
|
19
|
+
</HeaderSection>
|
|
20
|
+
</HeaderContent>
|
|
18
21
|
</Header>
|
|
22
|
+
<br/>
|
|
19
23
|
|
|
20
24
|
## How to use
|
|
21
25
|
|