@digigov/ui 0.26.1 → 0.26.2

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 (120) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/admin/CopyToClipboard/CopyToClipboard.stories.playwright.json +37 -0
  3. package/admin/Dropdown/Dropdown.stories.playwright.json +21 -0
  4. package/admin/Modal/Modal.stories.playwright.json +37 -0
  5. package/admin/Pagination/Pagination.stories.playwright.json +27 -0
  6. package/admin/StepNav/StepNav.stories.playwright.json +33 -0
  7. package/app/Footer/Footer.stories.playwright.json +27 -0
  8. package/app/Header/Header.stories.playwright.json +33 -0
  9. package/core/Accordion/Accordion.stories.playwright.json +27 -0
  10. package/core/BackLink/BackLink.stories.playwright.json +21 -0
  11. package/core/Breadcrumbs/Breadcrumbs.stories.playwright.json +33 -0
  12. package/core/Button/Button.stories.playwright.json +93 -0
  13. package/core/Card/Card.stories.playwright.json +21 -0
  14. package/core/Checkboxes/Checkbox.stories.playwright.json +55 -0
  15. package/core/DateInput/DateInput.stories.playwright.json +61 -0
  16. package/core/Details/Details.stories.playwright.json +27 -0
  17. package/core/ErrorSummary/ErrorSummary.stories.playwright.json +27 -0
  18. package/core/FileUpload/__stories__/Default.js +1 -1
  19. package/core/FileUpload/__stories__/WithErrorMessage.js +1 -1
  20. package/core/Link/Link.stories.playwright.json +65 -0
  21. package/core/List/List.stories.playwright.json +27 -0
  22. package/core/Masthead/Masthead.stories.playwright.json +21 -0
  23. package/core/NavList/NavList.stories.playwright.json +33 -0
  24. package/core/NotificationBanner/NotificationBanner.stories.playwright.json +49 -0
  25. package/core/PhaseBanner/PhaseBanner.stories.playwright.json +21 -0
  26. package/core/Radios/Radios.stories.playwright.json +49 -0
  27. package/core/Select/Select.stories.playwright.json +21 -0
  28. package/core/SummaryList/SummaryList.stories.playwright.json +27 -0
  29. package/core/Table/Table.stories.playwright.json +21 -0
  30. package/core/Tabs/Tabs.stories.playwright.json +27 -0
  31. package/core/TextArea/TextArea.stories.playwright.json +59 -0
  32. package/core/TextInput/TextInput.stories.playwright.json +43 -0
  33. package/es/admin/CopyToClipboard/CopyToClipboard.stories.playwright.json +37 -0
  34. package/es/admin/Dropdown/Dropdown.stories.playwright.json +21 -0
  35. package/es/admin/Modal/Modal.stories.playwright.json +37 -0
  36. package/es/admin/Pagination/Pagination.stories.playwright.json +27 -0
  37. package/es/admin/StepNav/StepNav.stories.playwright.json +33 -0
  38. package/es/app/Footer/Footer.stories.playwright.json +27 -0
  39. package/es/app/Header/Header.stories.playwright.json +33 -0
  40. package/es/core/Accordion/Accordion.stories.playwright.json +27 -0
  41. package/es/core/BackLink/BackLink.stories.playwright.json +21 -0
  42. package/es/core/Breadcrumbs/Breadcrumbs.stories.playwright.json +33 -0
  43. package/es/core/Button/Button.stories.playwright.json +93 -0
  44. package/es/core/Card/Card.stories.playwright.json +21 -0
  45. package/es/core/Checkboxes/Checkbox.stories.playwright.json +55 -0
  46. package/es/core/DateInput/DateInput.stories.playwright.json +61 -0
  47. package/es/core/Details/Details.stories.playwright.json +27 -0
  48. package/es/core/ErrorSummary/ErrorSummary.stories.playwright.json +27 -0
  49. package/es/core/FileUpload/__stories__/Default.js +1 -1
  50. package/es/core/FileUpload/__stories__/WithErrorMessage.js +1 -1
  51. package/es/core/Link/Link.stories.playwright.json +65 -0
  52. package/es/core/List/List.stories.playwright.json +27 -0
  53. package/es/core/Masthead/Masthead.stories.playwright.json +21 -0
  54. package/es/core/NavList/NavList.stories.playwright.json +33 -0
  55. package/es/core/NotificationBanner/NotificationBanner.stories.playwright.json +49 -0
  56. package/es/core/PhaseBanner/PhaseBanner.stories.playwright.json +21 -0
  57. package/es/core/Radios/Radios.stories.playwright.json +49 -0
  58. package/es/core/Select/Select.stories.playwright.json +21 -0
  59. package/es/core/SummaryList/SummaryList.stories.playwright.json +27 -0
  60. package/es/core/Table/Table.stories.playwright.json +21 -0
  61. package/es/core/Tabs/Tabs.stories.playwright.json +27 -0
  62. package/es/core/TextArea/TextArea.stories.playwright.json +59 -0
  63. package/es/core/TextInput/TextInput.stories.playwright.json +43 -0
  64. package/es/govgr/images/index.js +4 -0
  65. package/es/govgr/index.js +2 -1
  66. package/es/locales/el.js +1 -1
  67. package/es/locales/en.js +1 -1
  68. package/es/registry.js +10 -0
  69. package/esm/admin/CopyToClipboard/CopyToClipboard.stories.playwright.json +37 -0
  70. package/esm/admin/Dropdown/Dropdown.stories.playwright.json +21 -0
  71. package/esm/admin/Modal/Modal.stories.playwright.json +37 -0
  72. package/esm/admin/Pagination/Pagination.stories.playwright.json +27 -0
  73. package/esm/admin/StepNav/StepNav.stories.playwright.json +33 -0
  74. package/esm/app/Footer/Footer.stories.playwright.json +27 -0
  75. package/esm/app/Header/Header.stories.playwright.json +33 -0
  76. package/esm/core/Accordion/Accordion.stories.playwright.json +27 -0
  77. package/esm/core/BackLink/BackLink.stories.playwright.json +21 -0
  78. package/esm/core/Breadcrumbs/Breadcrumbs.stories.playwright.json +33 -0
  79. package/esm/core/Button/Button.stories.playwright.json +93 -0
  80. package/esm/core/Card/Card.stories.playwright.json +21 -0
  81. package/esm/core/Checkboxes/Checkbox.stories.playwright.json +55 -0
  82. package/esm/core/DateInput/DateInput.stories.playwright.json +61 -0
  83. package/esm/core/Details/Details.stories.playwright.json +27 -0
  84. package/esm/core/ErrorSummary/ErrorSummary.stories.playwright.json +27 -0
  85. package/esm/core/FileUpload/__stories__/Default.js +1 -1
  86. package/esm/core/FileUpload/__stories__/WithErrorMessage.js +1 -1
  87. package/esm/core/Link/Link.stories.playwright.json +65 -0
  88. package/esm/core/List/List.stories.playwright.json +27 -0
  89. package/esm/core/Masthead/Masthead.stories.playwright.json +21 -0
  90. package/esm/core/NavList/NavList.stories.playwright.json +33 -0
  91. package/esm/core/NotificationBanner/NotificationBanner.stories.playwright.json +49 -0
  92. package/esm/core/PhaseBanner/PhaseBanner.stories.playwright.json +21 -0
  93. package/esm/core/Radios/Radios.stories.playwright.json +49 -0
  94. package/esm/core/Select/Select.stories.playwright.json +21 -0
  95. package/esm/core/SummaryList/SummaryList.stories.playwright.json +27 -0
  96. package/esm/core/Table/Table.stories.playwright.json +21 -0
  97. package/esm/core/Tabs/Tabs.stories.playwright.json +27 -0
  98. package/esm/core/TextArea/TextArea.stories.playwright.json +59 -0
  99. package/esm/core/TextInput/TextInput.stories.playwright.json +43 -0
  100. package/esm/govgr/images/index.js +4 -0
  101. package/esm/govgr/index.js +2 -1
  102. package/esm/index.js +1 -1
  103. package/esm/locales/el.js +1 -1
  104. package/esm/locales/en.js +1 -1
  105. package/esm/registry.js +10 -0
  106. package/govgr/images/govgr-logo-base64.d.ts +1 -1
  107. package/govgr/images/greek-government-base64.d.ts +1 -1
  108. package/govgr/images/grnet-logo-base64.d.ts +1 -1
  109. package/govgr/images/index.d.ts +4 -0
  110. package/govgr/images/index.js +57 -0
  111. package/govgr/images/minedu-logo-base64.d.ts +1 -1
  112. package/govgr/index.d.ts +1 -0
  113. package/govgr/index.js +13 -0
  114. package/locales/el.d.ts +1 -1
  115. package/locales/el.js +1 -1
  116. package/locales/en.d.ts +1 -1
  117. package/locales/en.js +1 -1
  118. package/package.json +3 -3
  119. package/registry.d.ts +5 -0
  120. package/registry.js +15 -0
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Change Log - @digigov/ui
2
2
 
3
- This log was last generated on Tue, 06 Sep 2022 08:27:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 13 Sep 2022 13:10:16 GMT and should not be manually modified.
4
+
5
+ ## 0.26.2
6
+ Tue, 13 Sep 2022 13:10:16 GMT
7
+
8
+ ### Patches
9
+
10
+ - Update registry file
11
+ - Update stories at FileUpload
12
+ - update int validator locales
4
13
 
5
14
  ## 0.26.1
6
15
  Tue, 06 Sep 2022 08:27:15 GMT
@@ -0,0 +1,37 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-admin-copytoclipboard--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>div>button"
12
+ }
13
+ }
14
+ ],
15
+ "id": "BSaIJR2CMZJU",
16
+ "title": "Click button"
17
+ }
18
+ ]
19
+ },
20
+ "digigov-ui-admin-copytoclipboard--banner": {
21
+ "actionSets": [
22
+ {
23
+ "actions": [
24
+ {
25
+ "name": "click",
26
+ "args": {
27
+ "selector": "html>body>div:nth-child(5)>div>div>button"
28
+ }
29
+ }
30
+ ],
31
+ "id": "T50MBtHpfRog",
32
+ "title": "Click button"
33
+ }
34
+ ]
35
+ }
36
+ }
37
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-admin-dropdown--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>details>summary"
12
+ }
13
+ }
14
+ ],
15
+ "id": "pRk02vUzsti1",
16
+ "title": "Open dropdown"
17
+ }
18
+ ]
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-admin-modal--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>button"
12
+ }
13
+ }
14
+ ],
15
+ "id": "Q1m2Z1DE-gfI",
16
+ "title": "Open Modal"
17
+ }
18
+ ]
19
+ },
20
+ "digigov-ui-admin-modal--alert-dialog": {
21
+ "actionSets": [
22
+ {
23
+ "actions": [
24
+ {
25
+ "name": "click",
26
+ "args": {
27
+ "selector": "html>body>div:nth-child(5)>button"
28
+ }
29
+ }
30
+ ],
31
+ "id": "ugGBGco96ZdX",
32
+ "title": "Open modal"
33
+ }
34
+ ]
35
+ }
36
+ }
37
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-admin-pagination--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "hover",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>nav:nth-child(1)>ul>li:nth-child(4)>a"
12
+ }
13
+ },
14
+ {
15
+ "name": "focus",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>div>nav:nth-child(1)>ul>li:nth-child(4)>a"
18
+ }
19
+ }
20
+ ],
21
+ "id": "rXA1pwhPvkBZ",
22
+ "title": "Hover and click no3"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-admin-stepnav--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "hover",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>ol>li:nth-child(1)>details>summary>h2>div>span:nth-child(1)"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>div>ol>li:nth-child(1)>details>summary>h2>div>span:nth-child(1)"
18
+ }
19
+ },
20
+ {
21
+ "name": "click",
22
+ "args": {
23
+ "selector": "html>body>div:nth-child(5)>div>div>button"
24
+ }
25
+ }
26
+ ],
27
+ "id": "C735jJuFjJNe",
28
+ "title": "Click 1st and all"
29
+ }
30
+ ]
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-app-footer--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "hover",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>footer>div>div>div:nth-child(1)>p>a:nth-child(1)"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>footer>div>div>div:nth-child(1)>p>a:nth-child(1)"
18
+ }
19
+ }
20
+ ],
21
+ "id": "DdcFTuWf4bDH",
22
+ "title": "Hover and click"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-app-header--with-service-name-and-logo": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "keyboard.press",
10
+ "args": {
11
+ "key": "Tab"
12
+ }
13
+ },
14
+ {
15
+ "name": "keyboard.press",
16
+ "args": {
17
+ "key": "Tab"
18
+ }
19
+ },
20
+ {
21
+ "name": "keyboard.press",
22
+ "args": {
23
+ "key": "Tab"
24
+ }
25
+ }
26
+ ],
27
+ "id": "93jBqParMbyh",
28
+ "title": "Keyboard navigation"
29
+ }
30
+ ]
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-accordion--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>details:nth-child(2)>summary"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>div>details:nth-child(2)>div>p"
18
+ }
19
+ }
20
+ ],
21
+ "id": "nJuTGfjq9kyK",
22
+ "title": "Mouse navigation"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-backlink--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>a"
12
+ }
13
+ }
14
+ ],
15
+ "id": "a_FlKpwUM63r",
16
+ "title": "Click link"
17
+ }
18
+ ]
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-breadcrumbs--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "hover",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>ol>li:nth-child(1)>a"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>div>ol>li:nth-child(1)>a"
18
+ }
19
+ },
20
+ {
21
+ "name": "keyboard.press",
22
+ "args": {
23
+ "key": "Tab"
24
+ }
25
+ }
26
+ ],
27
+ "id": "e5Uhj3zx5pff",
28
+ "title": "Hover and click"
29
+ }
30
+ ]
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,93 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-button--primary": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "hover",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>button"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html>body>div:nth-child(5)>button"
18
+ }
19
+ }
20
+ ],
21
+ "id": "cxND_XOGkFHP",
22
+ "title": "Hover and click"
23
+ }
24
+ ]
25
+ },
26
+ "digigov-ui-core-button--secondary": {
27
+ "actionSets": [
28
+ {
29
+ "actions": [
30
+ {
31
+ "name": "hover",
32
+ "args": {
33
+ "selector": "html>body>div:nth-child(5)>button"
34
+ }
35
+ },
36
+ {
37
+ "name": "click",
38
+ "args": {
39
+ "selector": "html>body>div:nth-child(5)>button"
40
+ }
41
+ }
42
+ ],
43
+ "id": "7b4sRaZez9gb",
44
+ "title": "Hover and click"
45
+ }
46
+ ]
47
+ },
48
+ "digigov-ui-core-button--warning": {
49
+ "actionSets": [
50
+ {
51
+ "actions": [
52
+ {
53
+ "name": "hover",
54
+ "args": {
55
+ "selector": "html>body>div:nth-child(5)>button"
56
+ }
57
+ },
58
+ {
59
+ "name": "click",
60
+ "args": {
61
+ "selector": "html>body>div:nth-child(5)>button"
62
+ }
63
+ }
64
+ ],
65
+ "id": "-dtZHnNLRC7t",
66
+ "title": "Hover and click"
67
+ }
68
+ ]
69
+ },
70
+ "digigov-ui-core-button--grouping-buttons-and-links": {
71
+ "actionSets": [
72
+ {
73
+ "actions": [
74
+ {
75
+ "name": "keyboard.press",
76
+ "args": {
77
+ "key": "Tab"
78
+ }
79
+ },
80
+ {
81
+ "name": "keyboard.press",
82
+ "args": {
83
+ "key": "Tab"
84
+ }
85
+ }
86
+ ],
87
+ "id": "laasT0Qg9kvq",
88
+ "title": "Keyboard navigation"
89
+ }
90
+ ]
91
+ }
92
+ }
93
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-card--with-clickable-content": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>div>div:nth-child(1)>a"
12
+ }
13
+ }
14
+ ],
15
+ "id": "BMjcXsopUT_n",
16
+ "title": "Click card"
17
+ }
18
+ ]
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-checkboxes--multiple-questions": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>fieldset>div>div:nth-child(1)>label>input"
12
+ }
13
+ }
14
+ ],
15
+ "id": "nEKElVkTn9rV",
16
+ "title": "check first box"
17
+ }
18
+ ]
19
+ },
20
+ "digigov-ui-core-checkboxes--with-hint": {
21
+ "actionSets": [
22
+ {
23
+ "actions": [
24
+ {
25
+ "name": "click",
26
+ "args": {
27
+ "selector": "html>body>div:nth-child(5)>div>fieldset>div>div:nth-child(1)>label>input"
28
+ }
29
+ },
30
+ {
31
+ "name": "click",
32
+ "args": {
33
+ "selector": "html>body>div:nth-child(5)>div>fieldset>div>div:nth-child(2)>label>input"
34
+ }
35
+ },
36
+ {
37
+ "name": "keyboard.press",
38
+ "args": {
39
+ "key": "Tab"
40
+ }
41
+ },
42
+ {
43
+ "name": "keyboard.press",
44
+ "args": {
45
+ "key": "Space"
46
+ }
47
+ }
48
+ ],
49
+ "id": "tlp6twL--N_s",
50
+ "title": "click first option"
51
+ }
52
+ ]
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-dateinput--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>div>fieldset>div>div:nth-child(1)>label>input"
12
+ }
13
+ },
14
+ {
15
+ "name": "keyboard.insertText",
16
+ "args": {
17
+ "text": "11"
18
+ }
19
+ }
20
+ ],
21
+ "id": "HEWnXMsN0nqw",
22
+ "title": "Actions with mouse"
23
+ }
24
+ ]
25
+ },
26
+ "digigov-ui-core-dateinput--with-error-message-for-single-field": {
27
+ "actionSets": [
28
+ {
29
+ "actions": [
30
+ {
31
+ "name": "keyboard.press",
32
+ "args": {
33
+ "key": "Tab"
34
+ }
35
+ },
36
+ {
37
+ "name": "keyboard.press",
38
+ "args": {
39
+ "key": "Tab"
40
+ }
41
+ },
42
+ {
43
+ "name": "keyboard.press",
44
+ "args": {
45
+ "key": "Tab"
46
+ }
47
+ },
48
+ {
49
+ "name": "keyboard.insertText",
50
+ "args": {
51
+ "text": "2022"
52
+ }
53
+ }
54
+ ],
55
+ "id": "5QICoU6J1W8E",
56
+ "title": "Actions with keyboard"
57
+ }
58
+ ]
59
+ }
60
+ }
61
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-details--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>details>summary"
12
+ }
13
+ },
14
+ {
15
+ "name": "click",
16
+ "args": {
17
+ "selector": "html"
18
+ }
19
+ }
20
+ ],
21
+ "id": "Vmcdm2eBOyC1",
22
+ "title": "Open Details"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-ui-core-errorsummary--linked-to-checkbox": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "keyboard.press",
10
+ "args": {
11
+ "key": "Tab"
12
+ }
13
+ },
14
+ {
15
+ "name": "keyboard.press",
16
+ "args": {
17
+ "key": "Enter"
18
+ }
19
+ }
20
+ ],
21
+ "id": "V4VBSZxQfqiJ",
22
+ "title": "Go to checkbox"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -23,7 +23,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
23
23
 
24
24
  var _ref = /*#__PURE__*/_react["default"].createElement(_Field["default"], null, /*#__PURE__*/_react["default"].createElement(_Field.Fieldset, null, /*#__PURE__*/_react["default"].createElement(_Field.FieldsetLegend, {
25
25
  size: "m"
26
- }, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF."), /*#__PURE__*/_react["default"].createElement(_FileUpload["default"], null)));
26
+ }, "\u039B\u03BF\u03B3\u03CC\u03C4\u03C5\u03C0\u03BF \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF."), /*#__PURE__*/_react["default"].createElement(_FileUpload["default"], null, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5")));
27
27
 
28
28
  var Default = function Default() {
29
29
  return _ref;
@@ -29,7 +29,7 @@ var _ref = /*#__PURE__*/_react["default"].createElement(_Field["default"], {
29
29
  error: true
30
30
  }, /*#__PURE__*/_react["default"].createElement(_Field.Fieldset, null, /*#__PURE__*/_react["default"].createElement(_Field.FieldsetLegend, {
31
31
  size: "m"
32
- }, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF."), /*#__PURE__*/_react["default"].createElement(_ErrorMessage["default"], null, /*#__PURE__*/_react["default"].createElement(_VisuallyHidden["default"], null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), " \u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC 2MB."), /*#__PURE__*/_react["default"].createElement(_FileUpload["default"], null)));
32
+ }, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF."), /*#__PURE__*/_react["default"].createElement(_ErrorMessage["default"], null, /*#__PURE__*/_react["default"].createElement(_VisuallyHidden["default"], null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), " \u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC 2MB."), /*#__PURE__*/_react["default"].createElement(_FileUpload["default"], null, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5")));
33
33
 
34
34
  var WithErrorMessage = function WithErrorMessage() {
35
35
  return _ref;