@digigov/react-core 1.0.0-079f34f3d → 1.0.0-290a96e2

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 (191) hide show
  1. package/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  2. package/AdminAside/index.d.ts +1 -1
  3. package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  4. package/AdminContainer/index.d.ts +1 -1
  5. package/AdminMain/index.d.ts +1 -1
  6. package/AdminTopSection/index.d.ts +1 -1
  7. package/Aside/__snapshots__/index.test.tsx.snap +16 -7
  8. package/Aside/index.d.ts +5 -5
  9. package/Aside/index.js +9 -5
  10. package/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
  11. package/BottomInfo/index.d.ts +1 -1
  12. package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
  13. package/BottomInfoContainer/index.d.ts +1 -1
  14. package/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
  15. package/BottomInfoContent/index.d.ts +1 -1
  16. package/BottomInfoContent/index.js +2 -11
  17. package/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
  18. package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  19. package/CircularProgress/index.js +2 -2
  20. package/Container/__snapshots__/index.test.tsx.snap +32 -44
  21. package/Container/index.d.ts +12 -12
  22. package/Container/index.js +7 -6
  23. package/Drawer/__snapshots__/index.test.tsx.snap +10 -5
  24. package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  25. package/FieldContainer/index.d.ts +1 -1
  26. package/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
  27. package/FooterContainer/index.d.ts +1 -1
  28. package/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
  29. package/Grid/index.d.ts +64 -32
  30. package/Grid/index.js +1 -1
  31. package/Heading/__snapshots__/index.test.tsx.snap +190 -95
  32. package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  33. package/Main/__snapshots__/index.test.tsx.snap +16 -7
  34. package/Main/index.d.ts +4 -4
  35. package/Main/index.js +7 -4
  36. package/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
  37. package/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
  38. package/NavMenuContainer/index.js +1 -0
  39. package/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
  40. package/NavMenuContent/index.d.ts +1 -1
  41. package/NavMenuContent/index.js +3 -1
  42. package/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
  43. package/NavMenuTitle/index.js +2 -1
  44. package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  45. package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  46. package/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
  47. package/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
  48. package/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
  49. package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  50. package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  51. package/TextInput/__snapshots__/index.test.tsx.snap +72 -72
  52. package/Unpurge/index.js +1 -1
  53. package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  54. package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  55. package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
  56. package/es/Aside/index.js +9 -5
  57. package/es/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
  58. package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
  59. package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
  60. package/es/BottomInfoContent/index.js +2 -11
  61. package/es/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
  62. package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  63. package/es/CircularProgress/index.js +2 -2
  64. package/es/Container/__snapshots__/index.test.tsx.snap +32 -44
  65. package/es/Container/index.js +7 -6
  66. package/es/Drawer/__snapshots__/index.test.tsx.snap +10 -5
  67. package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  68. package/es/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
  69. package/es/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
  70. package/es/Grid/index.js +1 -1
  71. package/es/Heading/__snapshots__/index.test.tsx.snap +190 -95
  72. package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  73. package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
  74. package/es/Main/index.js +7 -4
  75. package/es/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
  76. package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
  77. package/es/NavMenuContainer/index.js +1 -0
  78. package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
  79. package/es/NavMenuContent/index.js +3 -1
  80. package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
  81. package/es/NavMenuTitle/index.js +2 -1
  82. package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  83. package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  84. package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
  85. package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
  86. package/es/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
  87. package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  88. package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  89. package/es/TextInput/__snapshots__/index.test.tsx.snap +72 -72
  90. package/es/Unpurge/index.js +1 -1
  91. package/es/index.js +1 -1
  92. package/es/registry.js +0 -2
  93. package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  94. package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  95. package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
  96. package/esm/Aside/index.js +9 -5
  97. package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
  98. package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
  99. package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
  100. package/esm/BottomInfoContent/index.js +2 -11
  101. package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
  102. package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  103. package/esm/CircularProgress/index.js +2 -2
  104. package/esm/Container/__snapshots__/index.test.tsx.snap +32 -44
  105. package/esm/Container/index.js +7 -6
  106. package/esm/Drawer/__snapshots__/index.test.tsx.snap +10 -5
  107. package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  108. package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
  109. package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
  110. package/esm/Grid/index.js +1 -1
  111. package/esm/Heading/__snapshots__/index.test.tsx.snap +190 -95
  112. package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  113. package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
  114. package/esm/Main/index.js +7 -4
  115. package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
  116. package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
  117. package/esm/NavMenuContainer/index.js +1 -0
  118. package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
  119. package/esm/NavMenuContent/index.js +3 -1
  120. package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
  121. package/esm/NavMenuTitle/index.js +2 -1
  122. package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  123. package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  124. package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
  125. package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
  126. package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
  127. package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  128. package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  129. package/esm/TextInput/__snapshots__/index.test.tsx.snap +72 -72
  130. package/esm/Unpurge/index.js +1 -1
  131. package/esm/index.js +2 -2
  132. package/esm/registry.js +0 -2
  133. package/index.d.ts +1 -1
  134. package/index.js +1 -1
  135. package/package.json +3 -3
  136. package/registry.d.ts +0 -1
  137. package/registry.js +0 -3
  138. package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  139. package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  140. package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
  141. package/src/Aside/index.tsx +10 -7
  142. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
  143. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
  144. package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
  145. package/src/BottomInfoContent/index.tsx +1 -4
  146. package/src/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
  147. package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  148. package/src/CircularProgress/index.tsx +2 -2
  149. package/src/Container/__snapshots__/index.test.tsx.snap +32 -44
  150. package/src/Container/index.tsx +16 -23
  151. package/src/Drawer/__snapshots__/index.test.tsx.snap +10 -5
  152. package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  153. package/src/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
  154. package/src/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
  155. package/src/Grid/index.tsx +82 -39
  156. package/src/Heading/__snapshots__/index.test.tsx.snap +190 -95
  157. package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  158. package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
  159. package/src/Main/index.tsx +9 -6
  160. package/src/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
  161. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
  162. package/src/NavMenuContainer/index.tsx +1 -0
  163. package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
  164. package/src/NavMenuContent/index.tsx +1 -1
  165. package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
  166. package/src/NavMenuTitle/index.tsx +2 -1
  167. package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  168. package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  169. package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
  170. package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
  171. package/src/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
  172. package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  173. package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  174. package/src/TextInput/__snapshots__/index.test.tsx.snap +72 -72
  175. package/src/Unpurge/index.tsx +40 -0
  176. package/src/index.ts +1 -1
  177. package/src/registry.js +0 -2
  178. package/Icon/__snapshots__/index.test.tsx.snap +0 -343
  179. package/Icon/index.d.ts +0 -25
  180. package/Icon/index.js +0 -58
  181. package/Icon/index.test.d.ts +0 -1
  182. package/Icon/index.test.js +0 -88
  183. package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
  184. package/es/Icon/index.js +0 -34
  185. package/es/Icon/index.test.js +0 -82
  186. package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
  187. package/esm/Icon/index.js +0 -34
  188. package/esm/Icon/index.test.js +0 -82
  189. package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
  190. package/src/Icon/index.test.tsx +0 -36
  191. package/src/Icon/index.tsx +0 -63
@@ -7,11 +7,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=full 1`]
7
7
  >
8
8
  <ForwardRef(Base)
9
9
  as="input"
10
- className="govgr-input--width-5-char-char govgr-input"
10
+ className="govgr-input--width-5-char govgr-input"
11
11
  type="text"
12
12
  >
13
13
  <input
14
- className="govgr-input--width-5-char-char govgr-input"
14
+ className="govgr-input--width-5-char govgr-input"
15
15
  type="text"
16
16
  />
17
17
  </ForwardRef(Base)>
@@ -25,11 +25,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-half
25
25
  >
26
26
  <ForwardRef(Base)
27
27
  as="input"
28
- className="govgr-input--width-5-char-char govgr-!-width-one-half govgr-input"
28
+ className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
29
29
  type="text"
30
30
  >
31
31
  <input
32
- className="govgr-input--width-5-char-char govgr-!-width-one-half govgr-input"
32
+ className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
33
33
  type="text"
34
34
  />
35
35
  </ForwardRef(Base)>
@@ -43,11 +43,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-quart
43
43
  >
44
44
  <ForwardRef(Base)
45
45
  as="input"
46
- className="govgr-input--width-5-char-char govgr-!-width-one-quarter govgr-input"
46
+ className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
47
47
  type="text"
48
48
  >
49
49
  <input
50
- className="govgr-input--width-5-char-char govgr-!-width-one-quarter govgr-input"
50
+ className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
51
51
  type="text"
52
52
  />
53
53
  </ForwardRef(Base)>
@@ -61,11 +61,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-third
61
61
  >
62
62
  <ForwardRef(Base)
63
63
  as="input"
64
- className="govgr-input--width-5-char-char govgr-!-width-one-third govgr-input"
64
+ className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
65
65
  type="text"
66
66
  >
67
67
  <input
68
- className="govgr-input--width-5-char-char govgr-!-width-one-third govgr-input"
68
+ className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
69
69
  type="text"
70
70
  />
71
71
  </ForwardRef(Base)>
@@ -79,11 +79,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=three-qua
79
79
  >
80
80
  <ForwardRef(Base)
81
81
  as="input"
82
- className="govgr-input--width-5-char-char govgr-!-width-three-quarters govgr-input"
82
+ className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
83
83
  type="text"
84
84
  >
85
85
  <input
86
- className="govgr-input--width-5-char-char govgr-!-width-three-quarters govgr-input"
86
+ className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
87
87
  type="text"
88
88
  />
89
89
  </ForwardRef(Base)>
@@ -97,11 +97,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=two-third
97
97
  >
98
98
  <ForwardRef(Base)
99
99
  as="input"
100
- className="govgr-input--width-5-char-char govgr-!-width-two-thirds govgr-input"
100
+ className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
101
101
  type="text"
102
102
  >
103
103
  <input
104
- className="govgr-input--width-5-char-char govgr-!-width-two-thirds govgr-input"
104
+ className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
105
105
  type="text"
106
106
  />
107
107
  </ForwardRef(Base)>
@@ -114,11 +114,11 @@ exports[`renders the TextInput with maxWidth="2-char" 1`] = `
114
114
  >
115
115
  <ForwardRef(Base)
116
116
  as="input"
117
- className="govgr-input--width-2-char-char govgr-input"
117
+ className="govgr-input--width-2-char govgr-input"
118
118
  type="text"
119
119
  >
120
120
  <input
121
- className="govgr-input--width-2-char-char govgr-input"
121
+ className="govgr-input--width-2-char govgr-input"
122
122
  type="text"
123
123
  />
124
124
  </ForwardRef(Base)>
@@ -132,11 +132,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=full 1`] =
132
132
  >
133
133
  <ForwardRef(Base)
134
134
  as="input"
135
- className="govgr-input--width-2-char-char govgr-input"
135
+ className="govgr-input--width-2-char govgr-input"
136
136
  type="text"
137
137
  >
138
138
  <input
139
- className="govgr-input--width-2-char-char govgr-input"
139
+ className="govgr-input--width-2-char govgr-input"
140
140
  type="text"
141
141
  />
142
142
  </ForwardRef(Base)>
@@ -150,11 +150,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-half 1`
150
150
  >
151
151
  <ForwardRef(Base)
152
152
  as="input"
153
- className="govgr-input--width-2-char-char govgr-!-width-one-half govgr-input"
153
+ className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
154
154
  type="text"
155
155
  >
156
156
  <input
157
- className="govgr-input--width-2-char-char govgr-!-width-one-half govgr-input"
157
+ className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
158
158
  type="text"
159
159
  />
160
160
  </ForwardRef(Base)>
@@ -168,11 +168,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-quarter
168
168
  >
169
169
  <ForwardRef(Base)
170
170
  as="input"
171
- className="govgr-input--width-2-char-char govgr-!-width-one-quarter govgr-input"
171
+ className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
172
172
  type="text"
173
173
  >
174
174
  <input
175
- className="govgr-input--width-2-char-char govgr-!-width-one-quarter govgr-input"
175
+ className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
176
176
  type="text"
177
177
  />
178
178
  </ForwardRef(Base)>
@@ -186,11 +186,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-third 1
186
186
  >
187
187
  <ForwardRef(Base)
188
188
  as="input"
189
- className="govgr-input--width-2-char-char govgr-!-width-one-third govgr-input"
189
+ className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
190
190
  type="text"
191
191
  >
192
192
  <input
193
- className="govgr-input--width-2-char-char govgr-!-width-one-third govgr-input"
193
+ className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
194
194
  type="text"
195
195
  />
196
196
  </ForwardRef(Base)>
@@ -204,11 +204,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=three-quart
204
204
  >
205
205
  <ForwardRef(Base)
206
206
  as="input"
207
- className="govgr-input--width-2-char-char govgr-!-width-three-quarters govgr-input"
207
+ className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
208
208
  type="text"
209
209
  >
210
210
  <input
211
- className="govgr-input--width-2-char-char govgr-!-width-three-quarters govgr-input"
211
+ className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
212
212
  type="text"
213
213
  />
214
214
  </ForwardRef(Base)>
@@ -222,11 +222,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=two-thirds
222
222
  >
223
223
  <ForwardRef(Base)
224
224
  as="input"
225
- className="govgr-input--width-2-char-char govgr-!-width-two-thirds govgr-input"
225
+ className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
226
226
  type="text"
227
227
  >
228
228
  <input
229
- className="govgr-input--width-2-char-char govgr-!-width-two-thirds govgr-input"
229
+ className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
230
230
  type="text"
231
231
  />
232
232
  </ForwardRef(Base)>
@@ -239,11 +239,11 @@ exports[`renders the TextInput with maxWidth="3-char" 1`] = `
239
239
  >
240
240
  <ForwardRef(Base)
241
241
  as="input"
242
- className="govgr-input--width-3-char-char govgr-input"
242
+ className="govgr-input--width-3-char govgr-input"
243
243
  type="text"
244
244
  >
245
245
  <input
246
- className="govgr-input--width-3-char-char govgr-input"
246
+ className="govgr-input--width-3-char govgr-input"
247
247
  type="text"
248
248
  />
249
249
  </ForwardRef(Base)>
@@ -257,11 +257,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=full 1`] =
257
257
  >
258
258
  <ForwardRef(Base)
259
259
  as="input"
260
- className="govgr-input--width-3-char-char govgr-input"
260
+ className="govgr-input--width-3-char govgr-input"
261
261
  type="text"
262
262
  >
263
263
  <input
264
- className="govgr-input--width-3-char-char govgr-input"
264
+ className="govgr-input--width-3-char govgr-input"
265
265
  type="text"
266
266
  />
267
267
  </ForwardRef(Base)>
@@ -275,11 +275,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-half 1`
275
275
  >
276
276
  <ForwardRef(Base)
277
277
  as="input"
278
- className="govgr-input--width-3-char-char govgr-!-width-one-half govgr-input"
278
+ className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
279
279
  type="text"
280
280
  >
281
281
  <input
282
- className="govgr-input--width-3-char-char govgr-!-width-one-half govgr-input"
282
+ className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
283
283
  type="text"
284
284
  />
285
285
  </ForwardRef(Base)>
@@ -293,11 +293,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-quarter
293
293
  >
294
294
  <ForwardRef(Base)
295
295
  as="input"
296
- className="govgr-input--width-3-char-char govgr-!-width-one-quarter govgr-input"
296
+ className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
297
297
  type="text"
298
298
  >
299
299
  <input
300
- className="govgr-input--width-3-char-char govgr-!-width-one-quarter govgr-input"
300
+ className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
301
301
  type="text"
302
302
  />
303
303
  </ForwardRef(Base)>
@@ -311,11 +311,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-third 1
311
311
  >
312
312
  <ForwardRef(Base)
313
313
  as="input"
314
- className="govgr-input--width-3-char-char govgr-!-width-one-third govgr-input"
314
+ className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
315
315
  type="text"
316
316
  >
317
317
  <input
318
- className="govgr-input--width-3-char-char govgr-!-width-one-third govgr-input"
318
+ className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
319
319
  type="text"
320
320
  />
321
321
  </ForwardRef(Base)>
@@ -329,11 +329,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=three-quart
329
329
  >
330
330
  <ForwardRef(Base)
331
331
  as="input"
332
- className="govgr-input--width-3-char-char govgr-!-width-three-quarters govgr-input"
332
+ className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
333
333
  type="text"
334
334
  >
335
335
  <input
336
- className="govgr-input--width-3-char-char govgr-!-width-three-quarters govgr-input"
336
+ className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
337
337
  type="text"
338
338
  />
339
339
  </ForwardRef(Base)>
@@ -347,11 +347,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=two-thirds
347
347
  >
348
348
  <ForwardRef(Base)
349
349
  as="input"
350
- className="govgr-input--width-3-char-char govgr-!-width-two-thirds govgr-input"
350
+ className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
351
351
  type="text"
352
352
  >
353
353
  <input
354
- className="govgr-input--width-3-char-char govgr-!-width-two-thirds govgr-input"
354
+ className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
355
355
  type="text"
356
356
  />
357
357
  </ForwardRef(Base)>
@@ -364,11 +364,11 @@ exports[`renders the TextInput with maxWidth="4-char" 1`] = `
364
364
  >
365
365
  <ForwardRef(Base)
366
366
  as="input"
367
- className="govgr-input--width-4-char-char govgr-input"
367
+ className="govgr-input--width-4-char govgr-input"
368
368
  type="text"
369
369
  >
370
370
  <input
371
- className="govgr-input--width-4-char-char govgr-input"
371
+ className="govgr-input--width-4-char govgr-input"
372
372
  type="text"
373
373
  />
374
374
  </ForwardRef(Base)>
@@ -382,11 +382,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=full 1`] =
382
382
  >
383
383
  <ForwardRef(Base)
384
384
  as="input"
385
- className="govgr-input--width-4-char-char govgr-input"
385
+ className="govgr-input--width-4-char govgr-input"
386
386
  type="text"
387
387
  >
388
388
  <input
389
- className="govgr-input--width-4-char-char govgr-input"
389
+ className="govgr-input--width-4-char govgr-input"
390
390
  type="text"
391
391
  />
392
392
  </ForwardRef(Base)>
@@ -400,11 +400,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-half 1`
400
400
  >
401
401
  <ForwardRef(Base)
402
402
  as="input"
403
- className="govgr-input--width-4-char-char govgr-!-width-one-half govgr-input"
403
+ className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
404
404
  type="text"
405
405
  >
406
406
  <input
407
- className="govgr-input--width-4-char-char govgr-!-width-one-half govgr-input"
407
+ className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
408
408
  type="text"
409
409
  />
410
410
  </ForwardRef(Base)>
@@ -418,11 +418,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-quarter
418
418
  >
419
419
  <ForwardRef(Base)
420
420
  as="input"
421
- className="govgr-input--width-4-char-char govgr-!-width-one-quarter govgr-input"
421
+ className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
422
422
  type="text"
423
423
  >
424
424
  <input
425
- className="govgr-input--width-4-char-char govgr-!-width-one-quarter govgr-input"
425
+ className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
426
426
  type="text"
427
427
  />
428
428
  </ForwardRef(Base)>
@@ -436,11 +436,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-third 1
436
436
  >
437
437
  <ForwardRef(Base)
438
438
  as="input"
439
- className="govgr-input--width-4-char-char govgr-!-width-one-third govgr-input"
439
+ className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
440
440
  type="text"
441
441
  >
442
442
  <input
443
- className="govgr-input--width-4-char-char govgr-!-width-one-third govgr-input"
443
+ className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
444
444
  type="text"
445
445
  />
446
446
  </ForwardRef(Base)>
@@ -454,11 +454,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=three-quart
454
454
  >
455
455
  <ForwardRef(Base)
456
456
  as="input"
457
- className="govgr-input--width-4-char-char govgr-!-width-three-quarters govgr-input"
457
+ className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
458
458
  type="text"
459
459
  >
460
460
  <input
461
- className="govgr-input--width-4-char-char govgr-!-width-three-quarters govgr-input"
461
+ className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
462
462
  type="text"
463
463
  />
464
464
  </ForwardRef(Base)>
@@ -472,11 +472,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=two-thirds
472
472
  >
473
473
  <ForwardRef(Base)
474
474
  as="input"
475
- className="govgr-input--width-4-char-char govgr-!-width-two-thirds govgr-input"
475
+ className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
476
476
  type="text"
477
477
  >
478
478
  <input
479
- className="govgr-input--width-4-char-char govgr-!-width-two-thirds govgr-input"
479
+ className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
480
480
  type="text"
481
481
  />
482
482
  </ForwardRef(Base)>
@@ -489,11 +489,11 @@ exports[`renders the TextInput with maxWidth="5-char" 1`] = `
489
489
  >
490
490
  <ForwardRef(Base)
491
491
  as="input"
492
- className="govgr-input--width-5-char-char govgr-input"
492
+ className="govgr-input--width-5-char govgr-input"
493
493
  type="text"
494
494
  >
495
495
  <input
496
- className="govgr-input--width-5-char-char govgr-input"
496
+ className="govgr-input--width-5-char govgr-input"
497
497
  type="text"
498
498
  />
499
499
  </ForwardRef(Base)>
@@ -506,11 +506,11 @@ exports[`renders the TextInput with maxWidth="10-char" 1`] = `
506
506
  >
507
507
  <ForwardRef(Base)
508
508
  as="input"
509
- className="govgr-input--width-10-char-char govgr-input"
509
+ className="govgr-input--width-10-char govgr-input"
510
510
  type="text"
511
511
  >
512
512
  <input
513
- className="govgr-input--width-10-char-char govgr-input"
513
+ className="govgr-input--width-10-char govgr-input"
514
514
  type="text"
515
515
  />
516
516
  </ForwardRef(Base)>
@@ -523,11 +523,11 @@ exports[`renders the TextInput with maxWidth="20-char" 1`] = `
523
523
  >
524
524
  <ForwardRef(Base)
525
525
  as="input"
526
- className="govgr-input--width-20-char-char govgr-input"
526
+ className="govgr-input--width-20-char govgr-input"
527
527
  type="text"
528
528
  >
529
529
  <input
530
- className="govgr-input--width-20-char-char govgr-input"
530
+ className="govgr-input--width-20-char govgr-input"
531
531
  type="text"
532
532
  />
533
533
  </ForwardRef(Base)>
@@ -541,11 +541,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=full 1`] =
541
541
  >
542
542
  <ForwardRef(Base)
543
543
  as="input"
544
- className="govgr-input--width-20-char-char govgr-input"
544
+ className="govgr-input--width-20-char govgr-input"
545
545
  type="text"
546
546
  >
547
547
  <input
548
- className="govgr-input--width-20-char-char govgr-input"
548
+ className="govgr-input--width-20-char govgr-input"
549
549
  type="text"
550
550
  />
551
551
  </ForwardRef(Base)>
@@ -559,11 +559,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-half 1
559
559
  >
560
560
  <ForwardRef(Base)
561
561
  as="input"
562
- className="govgr-input--width-20-char-char govgr-!-width-one-half govgr-input"
562
+ className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
563
563
  type="text"
564
564
  >
565
565
  <input
566
- className="govgr-input--width-20-char-char govgr-!-width-one-half govgr-input"
566
+ className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
567
567
  type="text"
568
568
  />
569
569
  </ForwardRef(Base)>
@@ -577,11 +577,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-quarte
577
577
  >
578
578
  <ForwardRef(Base)
579
579
  as="input"
580
- className="govgr-input--width-20-char-char govgr-!-width-one-quarter govgr-input"
580
+ className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
581
581
  type="text"
582
582
  >
583
583
  <input
584
- className="govgr-input--width-20-char-char govgr-!-width-one-quarter govgr-input"
584
+ className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
585
585
  type="text"
586
586
  />
587
587
  </ForwardRef(Base)>
@@ -595,11 +595,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-third
595
595
  >
596
596
  <ForwardRef(Base)
597
597
  as="input"
598
- className="govgr-input--width-20-char-char govgr-!-width-one-third govgr-input"
598
+ className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
599
599
  type="text"
600
600
  >
601
601
  <input
602
- className="govgr-input--width-20-char-char govgr-!-width-one-third govgr-input"
602
+ className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
603
603
  type="text"
604
604
  />
605
605
  </ForwardRef(Base)>
@@ -613,11 +613,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=three-quar
613
613
  >
614
614
  <ForwardRef(Base)
615
615
  as="input"
616
- className="govgr-input--width-20-char-char govgr-!-width-three-quarters govgr-input"
616
+ className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
617
617
  type="text"
618
618
  >
619
619
  <input
620
- className="govgr-input--width-20-char-char govgr-!-width-three-quarters govgr-input"
620
+ className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
621
621
  type="text"
622
622
  />
623
623
  </ForwardRef(Base)>
@@ -631,11 +631,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=two-thirds
631
631
  >
632
632
  <ForwardRef(Base)
633
633
  as="input"
634
- className="govgr-input--width-20-char-char govgr-!-width-two-thirds govgr-input"
634
+ className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
635
635
  type="text"
636
636
  >
637
637
  <input
638
- className="govgr-input--width-20-char-char govgr-!-width-two-thirds govgr-input"
638
+ className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
639
639
  type="text"
640
640
  />
641
641
  </ForwardRef(Base)>
@@ -141,6 +141,46 @@ function Unpurge() {
141
141
  govgr-gap-8
142
142
  govgr-gap-10
143
143
  govgr-gap-12
144
+ govgr-gap-xs-1
145
+ govgr-gap-xs-2
146
+ govgr-gap-xs-4
147
+ govgr-gap-xs-5
148
+ govgr-gap-xs-6
149
+ govgr-gap-xs-8
150
+ govgr-gap-xs-10
151
+ govgr-gap-xs-12
152
+ govgr-gap-sm-1
153
+ govgr-gap-sm-2
154
+ govgr-gap-sm-4
155
+ govgr-gap-sm-5
156
+ govgr-gap-sm-6
157
+ govgr-gap-sm-8
158
+ govgr-gap-sm-10
159
+ govgr-gap-sm-12
160
+ govgr-gap-md-1
161
+ govgr-gap-md-2
162
+ govgr-gap-md-4
163
+ govgr-gap-md-5
164
+ govgr-gap-md-6
165
+ govgr-gap-md-8
166
+ govgr-gap-md-10
167
+ govgr-gap-md-12
168
+ govgr-gap-lg-1
169
+ govgr-gap-lg-2
170
+ govgr-gap-lg-4
171
+ govgr-gap-lg-5
172
+ govgr-gap-lg-6
173
+ govgr-gap-lg-8
174
+ govgr-gap-lg-10
175
+ govgr-gap-lg-12
176
+ govgr-gap-xl-1
177
+ govgr-gap-xl-2
178
+ govgr-gap-xl-4
179
+ govgr-gap-xl-5
180
+ govgr-gap-xl-6
181
+ govgr-gap-xl-8
182
+ govgr-gap-xl-10
183
+ govgr-gap-xl-12
144
184
  govgr-!-font-size-14
145
185
  govgr-!-font-size-16
146
186
  govgr-!-font-size-19
package/src/index.ts CHANGED
@@ -117,7 +117,7 @@ export * from '@digigov/react-core/SummaryListItemAction';
117
117
  export * from '@digigov/react-core/SummaryListItemKey';
118
118
  export * from '@digigov/react-core/SummaryListItemValue';
119
119
  export * from '@digigov/react-core/SvgIcon';
120
- export * from '@digigov/react-core/Icon';
120
+ export * from '@digigov/react-icons/Icon';
121
121
  export * from '@digigov/react-core/Table';
122
122
  export * from '@digigov/react-core/TableBody';
123
123
  export * from '@digigov/react-core/TableCaption';
package/src/registry.js CHANGED
@@ -122,7 +122,6 @@ import * as _digigov_react_core_HellenicRepublicLogo_logo_inverted_el from '@dig
122
122
  import * as _digigov_react_core_HellenicRepublicLogo_logo_inverted_en from '@digigov/react-core/HellenicRepublicLogo/logo-inverted-en';
123
123
  import * as _digigov_react_core_Hidden from '@digigov/react-core/Hidden';
124
124
  import * as _digigov_react_core_Hint from '@digigov/react-core/Hint';
125
- import * as _digigov_react_core_Icon from '@digigov/react-core/Icon';
126
125
  import * as _digigov_react_core from '@digigov/react-core';
127
126
  import * as _digigov_react_core_KitchenSinkAllComponents from '@digigov/react-core/KitchenSinkAllComponents';
128
127
  import * as _digigov_react_core_KitchenSinkCard from '@digigov/react-core/KitchenSinkCard';
@@ -389,7 +388,6 @@ export default {
389
388
  '@digigov/react-core/HellenicRepublicLogo/logo-inverted-en': lazyImport(_digigov_react_core_HellenicRepublicLogo_logo_inverted_en),
390
389
  '@digigov/react-core/Hidden': lazyImport(_digigov_react_core_Hidden),
391
390
  '@digigov/react-core/Hint': lazyImport(_digigov_react_core_Hint),
392
- '@digigov/react-core/Icon': lazyImport(_digigov_react_core_Icon),
393
391
  '@digigov/react-core': lazyImport(_digigov_react_core),
394
392
  '@digigov/react-core/KitchenSinkAllComponents': lazyImport(_digigov_react_core_KitchenSinkAllComponents),
395
393
  '@digigov/react-core/KitchenSinkCard': lazyImport(_digigov_react_core_KitchenSinkCard),