@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.
- package/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/AdminAside/index.d.ts +1 -1
- package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/AdminContainer/index.d.ts +1 -1
- package/AdminMain/index.d.ts +1 -1
- package/AdminTopSection/index.d.ts +1 -1
- package/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/Aside/index.d.ts +5 -5
- package/Aside/index.js +9 -5
- package/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfoContainer/index.d.ts +1 -1
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/BottomInfoContent/index.d.ts +1 -1
- package/BottomInfoContent/index.js +2 -11
- package/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/CircularProgress/index.js +2 -2
- package/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/Container/index.d.ts +12 -12
- package/Container/index.js +7 -6
- package/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/FieldContainer/index.d.ts +1 -1
- package/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/FooterContainer/index.d.ts +1 -1
- package/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/Grid/index.d.ts +64 -32
- package/Grid/index.js +1 -1
- package/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +7 -4
- package/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/NavMenuContainer/index.js +1 -0
- package/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/NavMenuContent/index.d.ts +1 -1
- package/NavMenuContent/index.js +3 -1
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/NavMenuTitle/index.js +2 -1
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/Unpurge/index.js +1 -1
- package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Aside/index.js +9 -5
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/es/BottomInfoContent/index.js +2 -11
- package/es/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/es/CircularProgress/index.js +2 -2
- package/es/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/es/Container/index.js +7 -6
- package/es/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/es/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/Grid/index.js +1 -1
- package/es/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Main/index.js +7 -4
- package/es/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/es/NavMenuContainer/index.js +1 -0
- package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/es/NavMenuContent/index.js +3 -1
- package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/es/NavMenuTitle/index.js +2 -1
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/es/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/es/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/es/Unpurge/index.js +1 -1
- package/es/index.js +1 -1
- package/es/registry.js +0 -2
- package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Aside/index.js +9 -5
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/esm/BottomInfoContent/index.js +2 -11
- package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/esm/CircularProgress/index.js +2 -2
- package/esm/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/esm/Container/index.js +7 -6
- package/esm/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/Grid/index.js +1 -1
- package/esm/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Main/index.js +7 -4
- package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/esm/NavMenuContainer/index.js +1 -0
- package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/esm/NavMenuContent/index.js +3 -1
- package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/esm/NavMenuTitle/index.js +2 -1
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/esm/Unpurge/index.js +1 -1
- package/esm/index.js +2 -2
- package/esm/registry.js +0 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
- package/registry.d.ts +0 -1
- package/registry.js +0 -3
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Aside/index.tsx +10 -7
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/src/BottomInfoContent/index.tsx +1 -4
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CircularProgress/index.tsx +2 -2
- package/src/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/src/Container/index.tsx +16 -23
- package/src/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/Grid/index.tsx +82 -39
- package/src/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Main/index.tsx +9 -6
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/src/NavMenuContainer/index.tsx +1 -0
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/src/NavMenuContent/index.tsx +1 -1
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/src/NavMenuTitle/index.tsx +2 -1
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/src/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/src/Unpurge/index.tsx +40 -0
- package/src/index.ts +1 -1
- package/src/registry.js +0 -2
- package/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/Icon/index.d.ts +0 -25
- package/Icon/index.js +0 -58
- package/Icon/index.test.d.ts +0 -1
- package/Icon/index.test.js +0 -88
- package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/es/Icon/index.js +0 -34
- package/es/Icon/index.test.js +0 -82
- package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/esm/Icon/index.js +0 -34
- package/esm/Icon/index.test.js +0 -82
- package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/src/Icon/index.test.tsx +0 -36
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
638
|
+
className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
|
|
639
639
|
type="text"
|
|
640
640
|
/>
|
|
641
641
|
</ForwardRef(Base)>
|
package/src/Unpurge/index.tsx
CHANGED
|
@@ -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-
|
|
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),
|