@digigov/react-core 0.22.1 → 0.23.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.
Files changed (124) hide show
  1. package/AccordionSectionSummaryHeading/index.js +2 -22
  2. package/CHANGELOG.md +16 -1
  3. package/Nav/__snapshots__/index.test.tsx.snap +4 -4
  4. package/Nav/index.js +1 -1
  5. package/NavList/__snapshots__/index.test.tsx.snap +4 -4
  6. package/NavList/index.d.ts +1 -6
  7. package/NavList/index.js +2 -4
  8. package/NavListItem/__snapshots__/index.test.tsx.snap +2 -2
  9. package/NavListItem/index.d.ts +1 -6
  10. package/NavListItem/index.js +2 -4
  11. package/NavListItemButton/__snapshots__/index.test.tsx.snap +9 -9
  12. package/NavListItemButton/index.js +1 -1
  13. package/NavListItemLink/__snapshots__/index.test.tsx.snap +15 -24
  14. package/NavListItemLink/index.js +2 -3
  15. package/NavMenu/__snapshots__/index.test.tsx.snap +2 -2
  16. package/NavMenu/index.js +1 -1
  17. package/NavMenuContainer/index.js +1 -3
  18. package/NavMenuContainerContent/index.js +1 -3
  19. package/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +2 -2
  20. package/NavMenuContainerContentList/index.d.ts +1 -6
  21. package/NavMenuContainerContentList/index.js +2 -4
  22. package/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +2 -2
  23. package/NavMenuContainerContentListItem/index.js +1 -1
  24. package/NavMenuContainerTitle/index.d.ts +1 -6
  25. package/NavMenuContainerTitle/index.js +3 -5
  26. package/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +16 -0
  27. package/SingleCharacterInputContainer/index.d.ts +11 -0
  28. package/SingleCharacterInputContainer/index.js +40 -0
  29. package/SingleCharacterInputContainer/index.test.d.ts +1 -0
  30. package/SingleCharacterInputContainer/index.test.js +15 -0
  31. package/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +173 -0
  32. package/SingleCharacterInputItem/index.d.ts +32 -0
  33. package/SingleCharacterInputItem/index.js +50 -0
  34. package/SingleCharacterInputItem/index.test.d.ts +1 -0
  35. package/SingleCharacterInputItem/index.test.js +68 -0
  36. package/es/AccordionSectionSummaryHeading/index.js +2 -14
  37. package/es/Nav/__snapshots__/index.test.tsx.snap +4 -4
  38. package/es/Nav/index.js +1 -1
  39. package/es/NavList/__snapshots__/index.test.tsx.snap +4 -4
  40. package/es/NavList/index.js +2 -4
  41. package/es/NavListItem/__snapshots__/index.test.tsx.snap +2 -2
  42. package/es/NavListItem/index.js +2 -4
  43. package/es/NavListItemButton/__snapshots__/index.test.tsx.snap +9 -9
  44. package/es/NavListItemButton/index.js +1 -1
  45. package/es/NavListItemLink/__snapshots__/index.test.tsx.snap +15 -24
  46. package/es/NavListItemLink/index.js +2 -3
  47. package/es/NavMenu/__snapshots__/index.test.tsx.snap +2 -2
  48. package/es/NavMenu/index.js +1 -1
  49. package/es/NavMenuContainer/index.js +1 -2
  50. package/es/NavMenuContainerContent/index.js +1 -2
  51. package/es/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +2 -2
  52. package/es/NavMenuContainerContentList/index.js +2 -4
  53. package/es/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +2 -2
  54. package/es/NavMenuContainerContentListItem/index.js +1 -1
  55. package/es/NavMenuContainerTitle/index.js +3 -5
  56. package/es/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +16 -0
  57. package/es/SingleCharacterInputContainer/index.js +24 -0
  58. package/es/SingleCharacterInputContainer/index.test.js +9 -0
  59. package/es/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +173 -0
  60. package/es/SingleCharacterInputItem/index.js +34 -0
  61. package/es/SingleCharacterInputItem/index.test.js +62 -0
  62. package/es/index.js +2 -0
  63. package/es/registry.js +4 -0
  64. package/esm/AccordionSectionSummaryHeading/index.js +2 -14
  65. package/esm/Nav/__snapshots__/index.test.tsx.snap +4 -4
  66. package/esm/Nav/index.js +1 -1
  67. package/esm/NavList/__snapshots__/index.test.tsx.snap +4 -4
  68. package/esm/NavList/index.js +2 -4
  69. package/esm/NavListItem/__snapshots__/index.test.tsx.snap +2 -2
  70. package/esm/NavListItem/index.js +2 -4
  71. package/esm/NavListItemButton/__snapshots__/index.test.tsx.snap +9 -9
  72. package/esm/NavListItemButton/index.js +1 -1
  73. package/esm/NavListItemLink/__snapshots__/index.test.tsx.snap +15 -24
  74. package/esm/NavListItemLink/index.js +2 -3
  75. package/esm/NavMenu/__snapshots__/index.test.tsx.snap +2 -2
  76. package/esm/NavMenu/index.js +1 -1
  77. package/esm/NavMenuContainer/index.js +1 -2
  78. package/esm/NavMenuContainerContent/index.js +1 -2
  79. package/esm/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +2 -2
  80. package/esm/NavMenuContainerContentList/index.js +2 -4
  81. package/esm/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +2 -2
  82. package/esm/NavMenuContainerContentListItem/index.js +1 -1
  83. package/esm/NavMenuContainerTitle/index.js +3 -5
  84. package/esm/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +16 -0
  85. package/esm/SingleCharacterInputContainer/index.js +24 -0
  86. package/esm/SingleCharacterInputContainer/index.test.js +9 -0
  87. package/esm/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +173 -0
  88. package/esm/SingleCharacterInputItem/index.js +34 -0
  89. package/esm/SingleCharacterInputItem/index.test.js +62 -0
  90. package/esm/index.js +3 -1
  91. package/esm/registry.js +4 -0
  92. package/index.d.ts +2 -0
  93. package/index.js +26 -0
  94. package/package.json +2 -2
  95. package/registry.d.ts +2 -0
  96. package/registry.js +6 -0
  97. package/src/AccordionSectionSummaryHeading/index.tsx +1 -8
  98. package/src/Nav/__snapshots__/index.test.tsx.snap +4 -4
  99. package/src/Nav/index.tsx +7 -6
  100. package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
  101. package/src/NavList/index.tsx +3 -13
  102. package/src/NavListItem/__snapshots__/index.test.tsx.snap +2 -2
  103. package/src/NavListItem/index.tsx +3 -13
  104. package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +9 -9
  105. package/src/NavListItemButton/index.tsx +2 -2
  106. package/src/NavListItemLink/__snapshots__/index.test.tsx.snap +15 -24
  107. package/src/NavListItemLink/index.tsx +3 -3
  108. package/src/NavMenu/__snapshots__/index.test.tsx.snap +2 -2
  109. package/src/NavMenu/index.tsx +4 -3
  110. package/src/NavMenuContainer/index.tsx +1 -2
  111. package/src/NavMenuContainerContent/index.tsx +1 -2
  112. package/src/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +2 -2
  113. package/src/NavMenuContainerContentList/index.tsx +3 -13
  114. package/src/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +2 -2
  115. package/src/NavMenuContainerContentListItem/index.tsx +1 -1
  116. package/src/NavMenuContainerTitle/index.tsx +4 -14
  117. package/src/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +16 -0
  118. package/src/SingleCharacterInputContainer/index.test.tsx +10 -0
  119. package/src/SingleCharacterInputContainer/index.tsx +32 -0
  120. package/src/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +173 -0
  121. package/src/SingleCharacterInputItem/index.test.tsx +45 -0
  122. package/src/SingleCharacterInputItem/index.tsx +63 -0
  123. package/src/index.ts +2 -0
  124. package/src/registry.js +4 -0
@@ -0,0 +1,173 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the SingleCharacterInputItem with maxLength prop 1`] = `
4
+ <ForwardRef(SingleCharacterInputItem)
5
+ maxLength={6}
6
+ >
7
+ <ForwardRef(Base)
8
+ as="input"
9
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
10
+ inputMode="numeric"
11
+ maxLength={6}
12
+ pattern="[0-9]*"
13
+ type="text"
14
+ >
15
+ <input
16
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
17
+ inputMode="numeric"
18
+ maxLength={6}
19
+ pattern="[0-9]*"
20
+ type="text"
21
+ />
22
+ </ForwardRef(Base)>
23
+ </ForwardRef(SingleCharacterInputItem)>
24
+ `;
25
+
26
+ exports[`renders the SingleCharacterInputItem with name and error props 1`] = `
27
+ <ForwardRef(SingleCharacterInputItem)
28
+ error={true}
29
+ name="single-character-input"
30
+ >
31
+ <ForwardRef(Base)
32
+ as="input"
33
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
34
+ inputMode="numeric"
35
+ maxLength={1}
36
+ name="single-character-input"
37
+ pattern="[0-9]*"
38
+ type="text"
39
+ >
40
+ <input
41
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
42
+ inputMode="numeric"
43
+ maxLength={1}
44
+ name="single-character-input"
45
+ pattern="[0-9]*"
46
+ type="text"
47
+ />
48
+ </ForwardRef(Base)>
49
+ </ForwardRef(SingleCharacterInputItem)>
50
+ `;
51
+
52
+ exports[`renders the SingleCharacterInputItem with name and error props 2`] = `
53
+ <ForwardRef(SingleCharacterInputItem)
54
+ error={true}
55
+ name="single-character-input"
56
+ >
57
+ <ForwardRef(Base)
58
+ as="input"
59
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
60
+ inputMode="numeric"
61
+ maxLength={1}
62
+ name="single-character-input"
63
+ pattern="[0-9]*"
64
+ type="text"
65
+ >
66
+ <input
67
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
68
+ inputMode="numeric"
69
+ maxLength={1}
70
+ name="single-character-input"
71
+ pattern="[0-9]*"
72
+ type="text"
73
+ />
74
+ </ForwardRef(Base)>
75
+ </ForwardRef(SingleCharacterInputItem)>
76
+ `;
77
+
78
+ exports[`renders the SingleCharacterInputItem with name prop 1`] = `
79
+ <ForwardRef(SingleCharacterInputItem)
80
+ name="single-character-input"
81
+ >
82
+ <ForwardRef(Base)
83
+ as="input"
84
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
85
+ inputMode="numeric"
86
+ maxLength={1}
87
+ name="single-character-input"
88
+ pattern="[0-9]*"
89
+ type="text"
90
+ >
91
+ <input
92
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
93
+ inputMode="numeric"
94
+ maxLength={1}
95
+ name="single-character-input"
96
+ pattern="[0-9]*"
97
+ type="text"
98
+ />
99
+ </ForwardRef(Base)>
100
+ </ForwardRef(SingleCharacterInputItem)>
101
+ `;
102
+
103
+ exports[`renders the SingleCharacterInputItem with name, pattern, maxLength and error props 1`] = `
104
+ <ForwardRef(SingleCharacterInputItem)
105
+ error={true}
106
+ maxLength={6}
107
+ name="single-character-input"
108
+ pattern="\\\\d{1}"
109
+ >
110
+ <ForwardRef(Base)
111
+ as="input"
112
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
113
+ inputMode="numeric"
114
+ maxLength={6}
115
+ name="single-character-input"
116
+ pattern="\\\\d{1}"
117
+ type="text"
118
+ >
119
+ <input
120
+ className="govgr-error-input govgr-otp-input__item govgr-input govgr-otp-input--width"
121
+ inputMode="numeric"
122
+ maxLength={6}
123
+ name="single-character-input"
124
+ pattern="\\\\d{1}"
125
+ type="text"
126
+ />
127
+ </ForwardRef(Base)>
128
+ </ForwardRef(SingleCharacterInputItem)>
129
+ `;
130
+
131
+ exports[`renders the SingleCharacterInputItem with no props 1`] = `
132
+ <ForwardRef(SingleCharacterInputItem)>
133
+ <ForwardRef(Base)
134
+ as="input"
135
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
136
+ inputMode="numeric"
137
+ maxLength={1}
138
+ pattern="[0-9]*"
139
+ type="text"
140
+ >
141
+ <input
142
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
143
+ inputMode="numeric"
144
+ maxLength={1}
145
+ pattern="[0-9]*"
146
+ type="text"
147
+ />
148
+ </ForwardRef(Base)>
149
+ </ForwardRef(SingleCharacterInputItem)>
150
+ `;
151
+
152
+ exports[`renders the SingleCharacterInputItem with pattern prop 1`] = `
153
+ <ForwardRef(SingleCharacterInputItem)
154
+ pattern="\\\\d{1}"
155
+ >
156
+ <ForwardRef(Base)
157
+ as="input"
158
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
159
+ inputMode="numeric"
160
+ maxLength={1}
161
+ pattern="\\\\d{1}"
162
+ type="text"
163
+ >
164
+ <input
165
+ className="govgr-otp-input__item govgr-input govgr-otp-input--width"
166
+ inputMode="numeric"
167
+ maxLength={1}
168
+ pattern="\\\\d{1}"
169
+ type="text"
170
+ />
171
+ </ForwardRef(Base)>
172
+ </ForwardRef(SingleCharacterInputItem)>
173
+ `;
@@ -0,0 +1,34 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["name", "error", "className", "pattern", "maxLength"];
4
+ import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
6
+ import clsx from 'clsx';
7
+
8
+ /**
9
+ * Details for the SingleCharacterInputItem.
10
+ * SingleCharacterInputItem component is used for displaying simple digital character inputs.
11
+ * SingleCharacterInputItem component must be included inside SingleCharacterInputContainer component as children component
12
+ */
13
+ export var SingleCharacterInputItem = /*#__PURE__*/React.forwardRef(function SingleCharacterInputItem(_ref, ref) {
14
+ var name = _ref.name,
15
+ error = _ref.error,
16
+ className = _ref.className,
17
+ _ref$pattern = _ref.pattern,
18
+ pattern = _ref$pattern === void 0 ? '[0-9]*' : _ref$pattern,
19
+ _ref$maxLength = _ref.maxLength,
20
+ maxLength = _ref$maxLength === void 0 ? 1 : _ref$maxLength,
21
+ props = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Base, _extends({
24
+ as: "input",
25
+ ref: ref,
26
+ type: "text",
27
+ pattern: pattern,
28
+ maxLength: maxLength,
29
+ inputMode: "numeric",
30
+ name: name,
31
+ className: clsx(error === true && 'govgr-error-input', className && className, true && ['govgr-otp-input__item', 'govgr-input', 'govgr-otp-input--width'])
32
+ }, props)));
33
+ });
34
+ export default SingleCharacterInputItem;
@@ -0,0 +1,62 @@
1
+ import React from 'react';
2
+ import { mount } from 'enzyme';
3
+ import SingleCharacterInputItem from '@digigov/react-core/SingleCharacterInputItem';
4
+
5
+ var _ref = /*#__PURE__*/React.createElement(SingleCharacterInputItem, null);
6
+
7
+ it('renders the SingleCharacterInputItem with no props', function () {
8
+ expect(mount(_ref)).toMatchSnapshot();
9
+ });
10
+
11
+ var _ref2 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
12
+ maxLength: 6
13
+ });
14
+
15
+ it('renders the SingleCharacterInputItem with maxLength prop', function () {
16
+ expect(mount(_ref2)).toMatchSnapshot();
17
+ });
18
+
19
+ var _ref3 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
20
+ name: 'single-character-input'
21
+ });
22
+
23
+ it('renders the SingleCharacterInputItem with name prop', function () {
24
+ expect(mount(_ref3)).toMatchSnapshot();
25
+ });
26
+
27
+ var _ref4 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
28
+ name: 'single-character-input',
29
+ error: true
30
+ });
31
+
32
+ it('renders the SingleCharacterInputItem with name and error props', function () {
33
+ expect(mount(_ref4)).toMatchSnapshot();
34
+ });
35
+
36
+ var _ref5 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
37
+ pattern: "\\d{1}"
38
+ });
39
+
40
+ it('renders the SingleCharacterInputItem with pattern prop', function () {
41
+ expect(mount(_ref5)).toMatchSnapshot();
42
+ });
43
+
44
+ var _ref6 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
45
+ name: 'single-character-input',
46
+ error: true
47
+ });
48
+
49
+ it('renders the SingleCharacterInputItem with name and error props', function () {
50
+ expect(mount(_ref6)).toMatchSnapshot();
51
+ });
52
+
53
+ var _ref7 = /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
54
+ name: 'single-character-input',
55
+ pattern: "\\d{1}",
56
+ maxLength: 6,
57
+ error: true
58
+ });
59
+
60
+ it('renders the SingleCharacterInputItem with name, pattern, maxLength and error props', function () {
61
+ expect(mount(_ref7)).toMatchSnapshot();
62
+ });
package/es/index.js CHANGED
@@ -121,6 +121,8 @@ export * from '@digigov/react-core/RadioConditional';
121
121
  export * from '@digigov/react-core/SectionBreak';
122
122
  export * from '@digigov/react-core/SelectContainer';
123
123
  export * from '@digigov/react-core/SelectOption';
124
+ export * from '@digigov/react-core/SingleCharacterInputContainer';
125
+ export * from '@digigov/react-core/SingleCharacterInputItem';
124
126
  export * from '@digigov/react-core/SkipLink';
125
127
  export * from '@digigov/react-core/SummaryList';
126
128
  export * from '@digigov/react-core/SummaryListItem';
package/es/registry.js CHANGED
@@ -130,6 +130,8 @@ import * as _digigov_react_core_RadioItem from '@digigov/react-core/RadioItem';
130
130
  import * as _digigov_react_core_SectionBreak from '@digigov/react-core/SectionBreak';
131
131
  import * as _digigov_react_core_SelectContainer from '@digigov/react-core/SelectContainer';
132
132
  import * as _digigov_react_core_SelectOption from '@digigov/react-core/SelectOption';
133
+ import * as _digigov_react_core_SingleCharacterInputContainer from '@digigov/react-core/SingleCharacterInputContainer';
134
+ import * as _digigov_react_core_SingleCharacterInputItem from '@digigov/react-core/SingleCharacterInputItem';
133
135
  import * as _digigov_react_core_SkipLink from '@digigov/react-core/SkipLink';
134
136
  import * as _digigov_react_core_SummaryList from '@digigov/react-core/SummaryList';
135
137
  import * as _digigov_react_core_SummaryListItem from '@digigov/react-core/SummaryListItem';
@@ -306,6 +308,8 @@ export default {
306
308
  '@digigov/react-core/SectionBreak': lazyImport(_digigov_react_core_SectionBreak),
307
309
  '@digigov/react-core/SelectContainer': lazyImport(_digigov_react_core_SelectContainer),
308
310
  '@digigov/react-core/SelectOption': lazyImport(_digigov_react_core_SelectOption),
311
+ '@digigov/react-core/SingleCharacterInputContainer': lazyImport(_digigov_react_core_SingleCharacterInputContainer),
312
+ '@digigov/react-core/SingleCharacterInputItem': lazyImport(_digigov_react_core_SingleCharacterInputItem),
309
313
  '@digigov/react-core/SkipLink': lazyImport(_digigov_react_core_SkipLink),
310
314
  '@digigov/react-core/SummaryList': lazyImport(_digigov_react_core_SummaryList),
311
315
  '@digigov/react-core/SummaryListItem': lazyImport(_digigov_react_core_SummaryListItem),
@@ -1,8 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
3
  var _excluded = ["className", "children"];
5
- import React, { useState } from 'react';
4
+ import React from 'react';
6
5
  import Base from '@digigov/react-core/Base';
7
6
  import clsx from 'clsx';
8
7
 
@@ -14,23 +13,12 @@ export var AccordionSectionSummaryHeading = /*#__PURE__*/React.forwardRef(functi
14
13
  children = _ref.children,
15
14
  props = _objectWithoutProperties(_ref, _excluded);
16
15
 
17
- var toggleExpanded = function toggleExpanded() {
18
- setExpanded(!isExpanded);
19
- };
20
-
21
- var _useState = useState(false),
22
- _useState2 = _slicedToArray(_useState, 2),
23
- isExpanded = _useState2[0],
24
- setExpanded = _useState2[1];
25
-
26
16
  return /*#__PURE__*/React.createElement(Base, _extends({
27
17
  as: "h2",
28
18
  ref: ref,
29
19
  className: clsx(className, true && 'govgr-accordion__section-heading')
30
20
  }, props, {
31
- role: "button",
32
- "aria-expanded": isExpanded,
33
- onClick: toggleExpanded
21
+ role: "button"
34
22
  }), /*#__PURE__*/React.createElement("span", {
35
23
  className: clsx(true && 'govgr-accordion__section-button')
36
24
  }, children));
@@ -4,10 +4,10 @@ exports[`renders the Nav with no props 1`] = `
4
4
  <ForwardRef(Nav)>
5
5
  <ForwardRef(Base)
6
6
  as="nav"
7
- className="govgr-nav-horizontal--border govgr-horizontal-nav"
7
+ className="govgr-nav--horizontal govgr-nav--border govgr-nav--fixed govgr-nav"
8
8
  >
9
9
  <nav
10
- className="govgr-nav-horizontal--border govgr-horizontal-nav"
10
+ className="govgr-nav--horizontal govgr-nav--border govgr-nav--fixed govgr-nav"
11
11
  >
12
12
  hello
13
13
  </nav>
@@ -21,10 +21,10 @@ exports[`renders the Nav with open prop 1`] = `
21
21
  >
22
22
  <ForwardRef(Base)
23
23
  as="nav"
24
- className="govgr-nav-horizontal--border govgr-horizontal-nav govgr-horizontal-nav--open"
24
+ className="govgr-nav--horizontal govgr-nav--border govgr-nav--fixed govgr-nav govgr-nav--open"
25
25
  >
26
26
  <nav
27
- className="govgr-nav-horizontal--border govgr-horizontal-nav govgr-horizontal-nav--open"
27
+ className="govgr-nav--horizontal govgr-nav--border govgr-nav--fixed govgr-nav govgr-nav--open"
28
28
  >
29
29
  hello
30
30
  </nav>
package/esm/Nav/index.js CHANGED
@@ -27,7 +27,7 @@ export var Nav = /*#__PURE__*/React.forwardRef(function Nav(_ref, ref) {
27
27
  return /*#__PURE__*/React.createElement(Base, _extends({
28
28
  as: "nav",
29
29
  ref: ref,
30
- className: clsx(className, layout === 'horizontal' && 'govgr-horizontal-nav--order', border && 'govgr-nav-horizontal--border', hidden && 'govgr-horizontal-nav--hidden', fixed && 'govgr-nav-horizontal--fixed', true && 'govgr-horizontal-nav', open && 'govgr-horizontal-nav--open')
30
+ className: clsx(className, layout === 'horizontal' && 'govgr-nav--horizontal', layout === 'vertical' && 'govgr-nav--vertical', border && 'govgr-nav--border', hidden && 'govgr-nav--hidden', fixed && 'govgr-nav--fixed', true && 'govgr-nav', open && 'govgr-nav--open')
31
31
  }, props), children);
32
32
  });
33
33
  export default Nav;
@@ -6,10 +6,10 @@ exports[`renders the NavList with active prop 1`] = `
6
6
  >
7
7
  <ForwardRef(Base)
8
8
  as="ul"
9
- className="govgr-horizontal-nav__list govgr-horizontal-nav__list--active"
9
+ className="govgr-nav__list--active govgr-nav__list"
10
10
  >
11
11
  <ul
12
- className="govgr-horizontal-nav__list govgr-horizontal-nav__list--active"
12
+ className="govgr-nav__list--active govgr-nav__list"
13
13
  >
14
14
  hello
15
15
  </ul>
@@ -21,10 +21,10 @@ exports[`renders the NavList with no props 1`] = `
21
21
  <ForwardRef(NavList)>
22
22
  <ForwardRef(Base)
23
23
  as="ul"
24
- className="govgr-horizontal-nav__list"
24
+ className="govgr-nav__list"
25
25
  >
26
26
  <ul
27
- className="govgr-horizontal-nav__list"
27
+ className="govgr-nav__list"
28
28
  >
29
29
  hello
30
30
  </ul>
@@ -1,6 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["className", "active", "layout", "children"];
3
+ var _excluded = ["className", "active", "children"];
4
4
  import React from 'react';
5
5
  import Base from '@digigov/react-core/Base';
6
6
  import clsx from 'clsx';
@@ -13,15 +13,13 @@ export var NavList = /*#__PURE__*/React.forwardRef(function NavList(_ref, ref) {
13
13
  var className = _ref.className,
14
14
  _ref$active = _ref.active,
15
15
  active = _ref$active === void 0 ? false : _ref$active,
16
- _ref$layout = _ref.layout,
17
- layout = _ref$layout === void 0 ? 'horizontal' : _ref$layout,
18
16
  children = _ref.children,
19
17
  props = _objectWithoutProperties(_ref, _excluded);
20
18
 
21
19
  return /*#__PURE__*/React.createElement(Base, _extends({
22
20
  as: "ul",
23
21
  ref: ref,
24
- className: clsx(className, layout === 'horizontal' && 'govgr-horizontal-nav__list', layout === 'vertical' && 'govgr-vertical-nav__list', active && 'govgr-horizontal-nav__list--active')
22
+ className: clsx(className, active && 'govgr-nav__list--active', true && 'govgr-nav__list')
25
23
  }, props), children);
26
24
  });
27
25
  export default NavList;
@@ -4,10 +4,10 @@ exports[`renders the NavListItem with no props 1`] = `
4
4
  <ForwardRef(NavHeaderListItem)>
5
5
  <ForwardRef(Base)
6
6
  as="li"
7
- className="govgr-horizontal-nav__list-item"
7
+ className="govgr-nav__list-item"
8
8
  >
9
9
  <li
10
- className="govgr-horizontal-nav__list-item"
10
+ className="govgr-nav__list-item"
11
11
  >
12
12
  hello
13
13
  </li>
@@ -1,6 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["className", "layout", "children"];
3
+ var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
5
  import Base from '@digigov/react-core/Base';
6
6
  import clsx from 'clsx';
@@ -11,15 +11,13 @@ import clsx from 'clsx';
11
11
  */
12
12
  export var NavListItem = /*#__PURE__*/React.forwardRef(function NavHeaderListItem(_ref, ref) {
13
13
  var className = _ref.className,
14
- _ref$layout = _ref.layout,
15
- layout = _ref$layout === void 0 ? 'horizontal' : _ref$layout,
16
14
  children = _ref.children,
17
15
  props = _objectWithoutProperties(_ref, _excluded);
18
16
 
19
17
  return /*#__PURE__*/React.createElement(Base, _extends({
20
18
  as: "li",
21
19
  ref: ref,
22
- className: clsx(className, layout === 'horizontal' && 'govgr-horizontal-nav__list-item', layout === 'vertical' && 'govgr-vertical-nav__list-item')
20
+ className: clsx(className, true && 'govgr-nav__list-item')
23
21
  }, props), children);
24
22
  });
25
23
  export default NavListItem;
@@ -6,18 +6,18 @@ exports[`renders the NavListItemButton with active=false 1`] = `
6
6
  >
7
7
  <ForwardRef(Button)
8
8
  aria-selected={false}
9
- className="govgr-horizontal-nav__list-item-btn"
9
+ className="govgr-nav__list-item-btn"
10
10
  variant="link"
11
11
  >
12
12
  <ForwardRef(Base)
13
13
  aria-selected={false}
14
14
  as="button"
15
- className="govgr-horizontal-nav__list-item-btn govgr-link"
15
+ className="govgr-nav__list-item-btn govgr-link"
16
16
  printHidden={true}
17
17
  >
18
18
  <button
19
19
  aria-selected={false}
20
- className="govgr-horizontal-nav__list-item-btn govgr-link govgr-print-hidden"
20
+ className="govgr-nav__list-item-btn govgr-link govgr-print-hidden"
21
21
  >
22
22
  hello
23
23
  <ForwardRef(ArrowIcon)
@@ -58,18 +58,18 @@ exports[`renders the NavListItemButton with active=true 1`] = `
58
58
  >
59
59
  <ForwardRef(Button)
60
60
  aria-selected={true}
61
- className="govgr-horizontal-nav__list-item-btn--active govgr-horizontal-nav__list-item-btn"
61
+ className="govgr-nav__list-item-btn--active govgr-nav__list-item-btn"
62
62
  variant="link"
63
63
  >
64
64
  <ForwardRef(Base)
65
65
  aria-selected={true}
66
66
  as="button"
67
- className="govgr-horizontal-nav__list-item-btn--active govgr-horizontal-nav__list-item-btn govgr-link"
67
+ className="govgr-nav__list-item-btn--active govgr-nav__list-item-btn govgr-link"
68
68
  printHidden={true}
69
69
  >
70
70
  <button
71
71
  aria-selected={true}
72
- className="govgr-horizontal-nav__list-item-btn--active govgr-horizontal-nav__list-item-btn govgr-link govgr-print-hidden"
72
+ className="govgr-nav__list-item-btn--active govgr-nav__list-item-btn govgr-link govgr-print-hidden"
73
73
  >
74
74
  hello
75
75
  <ForwardRef(ArrowIcon)
@@ -107,16 +107,16 @@ exports[`renders the NavListItemButton with active=true 1`] = `
107
107
  exports[`renders the NavListItemButton with no props 1`] = `
108
108
  <ForwardRef(NavListItemButton)>
109
109
  <ForwardRef(Button)
110
- className="govgr-horizontal-nav__list-item-btn"
110
+ className="govgr-nav__list-item-btn"
111
111
  variant="link"
112
112
  >
113
113
  <ForwardRef(Base)
114
114
  as="button"
115
- className="govgr-horizontal-nav__list-item-btn govgr-link"
115
+ className="govgr-nav__list-item-btn govgr-link"
116
116
  printHidden={true}
117
117
  >
118
118
  <button
119
- className="govgr-horizontal-nav__list-item-btn govgr-link govgr-print-hidden"
119
+ className="govgr-nav__list-item-btn govgr-link govgr-print-hidden"
120
120
  >
121
121
  hello
122
122
  <ForwardRef(ArrowIcon)
@@ -21,7 +21,7 @@ export var NavListItemButton = /*#__PURE__*/React.forwardRef(function NavListIte
21
21
  variant: "link",
22
22
  ref: ref,
23
23
  "aria-selected": active,
24
- className: clsx(className, active === true && 'govgr-horizontal-nav__list-item-btn--active', true && 'govgr-horizontal-nav__list-item-btn')
24
+ className: clsx(className, active === true && 'govgr-nav__list-item-btn--active', true && 'govgr-nav__list-item-btn')
25
25
  }, props), children, arrow && /*#__PURE__*/React.createElement(ArrowIcon, {
26
26
  direction: active ? 'up' : 'down'
27
27
  }));
@@ -5,17 +5,14 @@ exports[`renders the NavListItemLink with active=false 1`] = `
5
5
  active={false}
6
6
  >
7
7
  <ForwardRef(LinkBase)
8
- className="govgr-horizontal-nav__list-item-link"
9
- href="#"
8
+ className="govgr-nav__list-item-link"
10
9
  >
11
10
  <ForwardRef(Base)
12
11
  as="a"
13
- className="govgr-horizontal-nav__list-item-link govgr-link"
14
- href="#"
12
+ className="govgr-nav__list-item-link govgr-link"
15
13
  >
16
14
  <a
17
- className="govgr-horizontal-nav__list-item-link govgr-link"
18
- href="#"
15
+ className="govgr-nav__list-item-link govgr-link"
19
16
  >
20
17
  hello
21
18
  </a>
@@ -29,17 +26,14 @@ exports[`renders the NavListItemLink with active=true 1`] = `
29
26
  active={true}
30
27
  >
31
28
  <ForwardRef(LinkBase)
32
- className="govgr-horizontal-nav__list-item-link--active govgr-horizontal-nav__list-item-link"
33
- href="#"
29
+ className="govgr-nav__list-item-link--active govgr-nav__list-item-link"
34
30
  >
35
31
  <ForwardRef(Base)
36
32
  as="a"
37
- className="govgr-horizontal-nav__list-item-link--active govgr-horizontal-nav__list-item-link govgr-link"
38
- href="#"
33
+ className="govgr-nav__list-item-link--active govgr-nav__list-item-link govgr-link"
39
34
  >
40
35
  <a
41
- className="govgr-horizontal-nav__list-item-link--active govgr-horizontal-nav__list-item-link govgr-link"
42
- href="#"
36
+ className="govgr-nav__list-item-link--active govgr-nav__list-item-link govgr-link"
43
37
  >
44
38
  hello
45
39
  </a>
@@ -54,16 +48,16 @@ exports[`renders the NavListItemLink with href and active=false 1`] = `
54
48
  href="/"
55
49
  >
56
50
  <ForwardRef(LinkBase)
57
- className="govgr-horizontal-nav__list-item-link"
51
+ className="govgr-nav__list-item-link"
58
52
  href="/"
59
53
  >
60
54
  <ForwardRef(Base)
61
55
  as="a"
62
- className="govgr-horizontal-nav__list-item-link govgr-link"
56
+ className="govgr-nav__list-item-link govgr-link"
63
57
  href="/"
64
58
  >
65
59
  <a
66
- className="govgr-horizontal-nav__list-item-link govgr-link"
60
+ className="govgr-nav__list-item-link govgr-link"
67
61
  href="/"
68
62
  >
69
63
  hello
@@ -79,16 +73,16 @@ exports[`renders the NavListItemLink with href and active=true 1`] = `
79
73
  href="/"
80
74
  >
81
75
  <ForwardRef(LinkBase)
82
- className="govgr-horizontal-nav__list-item-link"
76
+ className="govgr-nav__list-item-link"
83
77
  href="/"
84
78
  >
85
79
  <ForwardRef(Base)
86
80
  as="a"
87
- className="govgr-horizontal-nav__list-item-link govgr-link"
81
+ className="govgr-nav__list-item-link govgr-link"
88
82
  href="/"
89
83
  >
90
84
  <a
91
- className="govgr-horizontal-nav__list-item-link govgr-link"
85
+ className="govgr-nav__list-item-link govgr-link"
92
86
  href="/"
93
87
  >
94
88
  hello
@@ -101,17 +95,14 @@ exports[`renders the NavListItemLink with href and active=true 1`] = `
101
95
  exports[`renders the NavListItemLink with no props 1`] = `
102
96
  <ForwardRef(NavListItemLink)>
103
97
  <ForwardRef(LinkBase)
104
- className="govgr-horizontal-nav__list-item-link"
105
- href="#"
98
+ className="govgr-nav__list-item-link"
106
99
  >
107
100
  <ForwardRef(Base)
108
101
  as="a"
109
- className="govgr-horizontal-nav__list-item-link govgr-link"
110
- href="#"
102
+ className="govgr-nav__list-item-link govgr-link"
111
103
  >
112
104
  <a
113
- className="govgr-horizontal-nav__list-item-link govgr-link"
114
- href="#"
105
+ className="govgr-nav__list-item-link govgr-link"
115
106
  >
116
107
  hello
117
108
  </a>
@@ -10,8 +10,7 @@ import Link from '@digigov/react-core/LinkBase';
10
10
  */
11
11
  export var NavListItemLink = /*#__PURE__*/React.forwardRef(function NavListItemLink(_ref, ref) {
12
12
  var active = _ref.active,
13
- _ref$href = _ref.href,
14
- href = _ref$href === void 0 ? '#' : _ref$href,
13
+ href = _ref.href,
15
14
  className = _ref.className,
16
15
  children = _ref.children,
17
16
  props = _objectWithoutProperties(_ref, _excluded);
@@ -19,7 +18,7 @@ export var NavListItemLink = /*#__PURE__*/React.forwardRef(function NavListItemL
19
18
  return /*#__PURE__*/React.createElement(Link, _extends({
20
19
  href: href,
21
20
  ref: ref,
22
- className: clsx(className, active === true && 'govgr-horizontal-nav__list-item-link--active', true && 'govgr-horizontal-nav__list-item-link')
21
+ className: clsx(className, active === true && 'govgr-nav__list-item-link--active', true && 'govgr-nav__list-item-link')
23
22
  }, props), children);
24
23
  });
25
24
  export default NavListItemLink;