@digigov/css 0.19.0 → 0.21.0
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/README.md +7 -0
- package/dist/base/index.css +2 -2
- package/dist/base.css +2 -2
- package/dist/components.css +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/package.json +2 -2
- package/src/components/accordion.css +3 -0
- package/src/components/admin-footer.css +3 -0
- package/src/components/admin-header.css +6 -2
- package/src/components/card.css +47 -0
- package/src/components/form.css +8 -0
- package/src/components/index.css +1 -0
- package/src/components/layout.css +1 -1
- package/src/components/modal.css +2 -1
- package/src/components/pagination.css +1 -1
- package/src/components/summary-list.css +11 -4
- package/src/components/tabs.css +5 -12
- package/src/utilities/utilities.css +9 -0
- package/CHANGELOG.json +0 -550
- package/CHANGELOG.md +0 -291
package/CHANGELOG.json
DELETED
|
@@ -1,550 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@digigov/css",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"version": "0.19.0",
|
|
6
|
-
"tag": "@digigov/css_v0.19.0",
|
|
7
|
-
"date": "Tue, 05 Apr 2022 12:23:28 GMT",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"comment": "remove outline at focus-within from buttons, accordion header and details summary"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"comment": "update accent color and fix radio button styling at firefox"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"version": "0.18.2",
|
|
21
|
-
"tag": "@digigov/css_v0.18.2",
|
|
22
|
-
"date": "Thu, 31 Mar 2022 08:36:34 GMT",
|
|
23
|
-
"comments": {
|
|
24
|
-
"patch": [
|
|
25
|
-
{
|
|
26
|
-
"comment": "fix list position for bullet and number list styles"
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"version": "0.18.1",
|
|
33
|
-
"tag": "@digigov/css_v0.18.1",
|
|
34
|
-
"date": "Wed, 30 Mar 2022 14:25:28 GMT",
|
|
35
|
-
"comments": {
|
|
36
|
-
"patch": [
|
|
37
|
-
{
|
|
38
|
-
"comment": "fix text wrapping under bullet in list"
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"version": "0.18.0",
|
|
45
|
-
"tag": "@digigov/css_v0.18.0",
|
|
46
|
-
"date": "Wed, 30 Mar 2022 12:28:30 GMT",
|
|
47
|
-
"comments": {
|
|
48
|
-
"patch": [
|
|
49
|
-
{
|
|
50
|
-
"comment": "add fit-content css to govgr-dropdown to set with for Dropdown component"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"minor": [
|
|
54
|
-
{
|
|
55
|
-
"comment": "add disabled styling at inputs"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"comment": " remove margin-bottom from Dropdown when in table,text-align right when Dropdwon at left, remove margin-auto from top and bottom at Modal and fix align of buttons in group button"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
"dependency": [
|
|
62
|
-
{
|
|
63
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.13` to `0.3.14`"
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"version": "0.17.3",
|
|
70
|
-
"tag": "@digigov/css_v0.17.3",
|
|
71
|
-
"date": "Thu, 17 Mar 2022 17:00:19 GMT",
|
|
72
|
-
"comments": {
|
|
73
|
-
"patch": [
|
|
74
|
-
{
|
|
75
|
-
"comment": "generated CSS vars that contain a number did not work when used in Tailwind CSS plugin"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"version": "0.17.2",
|
|
82
|
-
"tag": "@digigov/css_v0.17.2",
|
|
83
|
-
"date": "Thu, 17 Mar 2022 13:04:21 GMT",
|
|
84
|
-
"comments": {
|
|
85
|
-
"patch": [
|
|
86
|
-
{
|
|
87
|
-
"comment": "update table cell css class"
|
|
88
|
-
}
|
|
89
|
-
]
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"version": "0.17.1",
|
|
94
|
-
"tag": "@digigov/css_v0.17.1",
|
|
95
|
-
"date": "Thu, 17 Mar 2022 12:05:37 GMT",
|
|
96
|
-
"comments": {
|
|
97
|
-
"patch": [
|
|
98
|
-
{
|
|
99
|
-
"comment": "Fix arrow SVG icon color in AdminHeader"
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"version": "0.17.0",
|
|
106
|
-
"tag": "@digigov/css_v0.17.0",
|
|
107
|
-
"date": "Thu, 17 Mar 2022 10:24:06 GMT",
|
|
108
|
-
"comments": {
|
|
109
|
-
"minor": [
|
|
110
|
-
{
|
|
111
|
-
"comment": "add css classes for table and loading table state"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"comment": "remove inline-flex from govgr-link, add inline-flex at dropdownButton when this is a link"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"comment": "remove wildcards from css"
|
|
118
|
-
}
|
|
119
|
-
],
|
|
120
|
-
"patch": [
|
|
121
|
-
{
|
|
122
|
-
"comment": "Update font size for SummaryList"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"comment": "Fix Dropdown text core when used in Header or with dark background"
|
|
126
|
-
}
|
|
127
|
-
]
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"version": "0.16.0",
|
|
132
|
-
"tag": "@digigov/css_v0.16.0",
|
|
133
|
-
"date": "Fri, 11 Mar 2022 15:42:46 GMT",
|
|
134
|
-
"comments": {
|
|
135
|
-
"minor": [
|
|
136
|
-
{
|
|
137
|
-
"comment": "Css improvements at govgr-link, at accordion content's space, at header links and at the footer's logos"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"comment": "remove unused and commented code, clean up tailwing.config, update index page "
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"comment": "add Drawer component classes"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"comment": "Add new Drawer component"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"dependency": [
|
|
150
|
-
{
|
|
151
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.12` to `0.3.13`"
|
|
152
|
-
}
|
|
153
|
-
]
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"version": "0.15.0",
|
|
158
|
-
"tag": "@digigov/css_v0.15.0",
|
|
159
|
-
"date": "Thu, 10 Mar 2022 11:36:58 GMT",
|
|
160
|
-
"comments": {
|
|
161
|
-
"minor": [
|
|
162
|
-
{
|
|
163
|
-
"comment": "implement Loader component"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"comment": "also implement the svg loader icon"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"comment": "update w-fit custom class "
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"comment": " remove every static color from libs/ui and format fixes"
|
|
173
|
-
}
|
|
174
|
-
]
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"version": "0.14.0",
|
|
179
|
-
"tag": "@digigov/css_v0.14.0",
|
|
180
|
-
"date": "Wed, 09 Mar 2022 13:21:47 GMT",
|
|
181
|
-
"comments": {
|
|
182
|
-
"minor": [
|
|
183
|
-
{
|
|
184
|
-
"comment": "Add Pagination related classes and examples"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"version": "0.13.1",
|
|
191
|
-
"tag": "@digigov/css_v0.13.1",
|
|
192
|
-
"date": "Fri, 04 Mar 2022 12:15:07 GMT",
|
|
193
|
-
"comments": {
|
|
194
|
-
"patch": [
|
|
195
|
-
{
|
|
196
|
-
"comment": "create new css for disabled, modify vertlical css style "
|
|
197
|
-
}
|
|
198
|
-
]
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"version": "0.13.0",
|
|
203
|
-
"tag": "@digigov/css_v0.13.0",
|
|
204
|
-
"date": "Thu, 03 Mar 2022 09:55:59 GMT",
|
|
205
|
-
"comments": {
|
|
206
|
-
"minor": [
|
|
207
|
-
{
|
|
208
|
-
"comment": "css styling for dropdown component was added, some css styling at buttons and links was fixed"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"patch": [
|
|
212
|
-
{
|
|
213
|
-
"comment": "Remove white background from AccordionSectionHeader"
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"version": "0.12.0",
|
|
220
|
-
"tag": "@digigov/css_v0.12.0",
|
|
221
|
-
"date": "Tue, 01 Mar 2022 10:56:06 GMT",
|
|
222
|
-
"comments": {
|
|
223
|
-
"minor": [
|
|
224
|
-
{
|
|
225
|
-
"comment": "minor css improvements and fixes at the footer, at phase banner, at focus states"
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"patch": [
|
|
229
|
-
{
|
|
230
|
-
"comment": "remove wildcard from header css, add gap to header content"
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"version": "0.11.0",
|
|
237
|
-
"tag": "@digigov/css_v0.11.0",
|
|
238
|
-
"date": "Mon, 28 Feb 2022 15:04:49 GMT",
|
|
239
|
-
"comments": {
|
|
240
|
-
"minor": [
|
|
241
|
-
{
|
|
242
|
-
"comment": "Add pagination related page and classes"
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"patch": [
|
|
246
|
-
{
|
|
247
|
-
"comment": "update css styling for svg icons"
|
|
248
|
-
}
|
|
249
|
-
]
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"version": "0.10.0",
|
|
254
|
-
"tag": "@digigov/css_v0.10.0",
|
|
255
|
-
"date": "Thu, 24 Feb 2022 14:51:06 GMT",
|
|
256
|
-
"comments": {
|
|
257
|
-
"minor": [
|
|
258
|
-
{
|
|
259
|
-
"comment": "Accordion header has updated styling"
|
|
260
|
-
}
|
|
261
|
-
]
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"version": "0.9.0",
|
|
266
|
-
"tag": "@digigov/css_v0.9.0",
|
|
267
|
-
"date": "Wed, 16 Feb 2022 12:49:28 GMT",
|
|
268
|
-
"comments": {
|
|
269
|
-
"minor": [
|
|
270
|
-
{
|
|
271
|
-
"comment": "changed names and/or attributes to all icon-related classes"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"comment": "generic size and color classes were added to svg icons"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"comment": "add missing background color to modal"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"comment": "Update the color of Accordion headings"
|
|
281
|
-
}
|
|
282
|
-
]
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"version": "0.8.2",
|
|
287
|
-
"tag": "@digigov/css_v0.8.2",
|
|
288
|
-
"date": "Mon, 14 Feb 2022 11:53:09 GMT",
|
|
289
|
-
"comments": {
|
|
290
|
-
"patch": [
|
|
291
|
-
{
|
|
292
|
-
"comment": "Include missing file color-vars.plugin.js"
|
|
293
|
-
}
|
|
294
|
-
]
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"version": "0.8.1",
|
|
299
|
-
"tag": "@digigov/css_v0.8.1",
|
|
300
|
-
"date": "Thu, 10 Feb 2022 13:45:56 GMT",
|
|
301
|
-
"comments": {
|
|
302
|
-
"patch": [
|
|
303
|
-
{
|
|
304
|
-
"comment": "pin down dependency versions"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
|
-
"dependency": [
|
|
308
|
-
{
|
|
309
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.11` to `0.3.12`"
|
|
310
|
-
}
|
|
311
|
-
]
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"version": "0.8.0",
|
|
316
|
-
"tag": "@digigov/css_v0.8.0",
|
|
317
|
-
"date": "Tue, 08 Feb 2022 15:21:11 GMT",
|
|
318
|
-
"comments": {
|
|
319
|
-
"minor": [
|
|
320
|
-
{
|
|
321
|
-
"comment": "Add new Modal dialog component classes"
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"patch": [
|
|
325
|
-
{
|
|
326
|
-
"comment": "add css color vars in the build"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"dependency": [
|
|
330
|
-
{
|
|
331
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.10` to `0.3.11`"
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"version": "0.7.2",
|
|
338
|
-
"tag": "@digigov/css_v0.7.2",
|
|
339
|
-
"date": "Wed, 02 Feb 2022 15:44:29 GMT",
|
|
340
|
-
"comments": {
|
|
341
|
-
"patch": [
|
|
342
|
-
{
|
|
343
|
-
"comment": "fix package.json inconsistencies by running cli-lab verify-and-update-local-package-versions"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"comment": "Fix bug that when @digigov/css is used as a tailwind plugin the order of definition for CSS rules and media queries caused visual bugs when media queries were not in the correct order."
|
|
347
|
-
}
|
|
348
|
-
],
|
|
349
|
-
"dependency": [
|
|
350
|
-
{
|
|
351
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.9` to `0.3.10`"
|
|
352
|
-
}
|
|
353
|
-
]
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"version": "0.7.1",
|
|
358
|
-
"tag": "@digigov/css_v0.7.1",
|
|
359
|
-
"date": "Tue, 01 Feb 2022 16:41:11 GMT",
|
|
360
|
-
"comments": {
|
|
361
|
-
"patch": [
|
|
362
|
-
{
|
|
363
|
-
"comment": "Fix center of header container"
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"version": "0.7.0",
|
|
370
|
-
"tag": "@digigov/css_v0.7.0",
|
|
371
|
-
"date": "Tue, 01 Feb 2022 15:38:26 GMT",
|
|
372
|
-
"comments": {
|
|
373
|
-
"minor": [
|
|
374
|
-
{
|
|
375
|
-
"comment": "update color variables, remove tailwind color palette, remove static colors at focus and update focus styling at buttons"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"comment": "implement Hidden component"
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"none": [
|
|
382
|
-
{
|
|
383
|
-
"comment": "fix bug in header container max-width overflowing the correct width"
|
|
384
|
-
}
|
|
385
|
-
]
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"version": "0.6.2",
|
|
390
|
-
"tag": "@digigov/css_v0.6.2",
|
|
391
|
-
"date": "Mon, 31 Jan 2022 13:42:21 GMT",
|
|
392
|
-
"comments": {
|
|
393
|
-
"patch": [
|
|
394
|
-
{
|
|
395
|
-
"comment": "Fix postcss.config"
|
|
396
|
-
}
|
|
397
|
-
]
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"version": "0.6.1",
|
|
402
|
-
"tag": "@digigov/css_v0.6.1",
|
|
403
|
-
"date": "Thu, 20 Jan 2022 10:45:21 GMT",
|
|
404
|
-
"comments": {
|
|
405
|
-
"patch": [
|
|
406
|
-
{
|
|
407
|
-
"comment": "Minor indentation fix"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"comment": "change class name form govgr-form-group to govgr-field "
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"comment": "Add rules to govgr-footer class in order to render the blue border on the footer's top"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"comment": "Add the entire src directory to the NPM dist package"
|
|
417
|
-
}
|
|
418
|
-
]
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"version": "0.6.0",
|
|
423
|
-
"tag": "@digigov/css_v0.6.0",
|
|
424
|
-
"date": "Mon, 17 Jan 2022 14:50:34 GMT",
|
|
425
|
-
"comments": {
|
|
426
|
-
"minor": [
|
|
427
|
-
{
|
|
428
|
-
"comment": "Add new feature in Card component and fix spacing"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"comment": "Remove underline text in HeaderTitle, fix Button styles after changing `CallToAction` arrow icon to SVG, remove `.govgr-width-container` from footer.css. Finally, add classes for full-width layout support"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"patch": [
|
|
435
|
-
{
|
|
436
|
-
"comment": "refactor width container and full width container to fix mobile view on guide"
|
|
437
|
-
}
|
|
438
|
-
]
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"version": "0.5.0",
|
|
443
|
-
"tag": "@digigov/css_v0.5.0",
|
|
444
|
-
"date": "Thu, 30 Dec 2021 12:54:03 GMT",
|
|
445
|
-
"comments": {
|
|
446
|
-
"minor": [
|
|
447
|
-
{
|
|
448
|
-
"comment": "create table css"
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"comment": "Add new CSS classes for admin interfaces"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"comment": "Add new admin specific CSS classes for data filtering pattern"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"comment": "change govuk-header-link class to govgr-header-link in header css folder"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"comment": "Fix CSS styles"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"comment": "create script which puts css version and date as commnent to digigov css file"
|
|
464
|
-
}
|
|
465
|
-
],
|
|
466
|
-
"patch": [
|
|
467
|
-
{
|
|
468
|
-
"comment": "add grid and refactor"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"comment": "Include postcss and tailwind configs in NPM dist package"
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"dependency": [
|
|
475
|
-
{
|
|
476
|
-
"comment": "Updating dependency \"@digigov/postcss-banner\" from `~0.3.7` to `~0.3.8`"
|
|
477
|
-
}
|
|
478
|
-
]
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"version": "0.4.0",
|
|
483
|
-
"tag": "@digigov/css_v0.4.0",
|
|
484
|
-
"date": "Tue, 23 Nov 2021 14:17:33 GMT",
|
|
485
|
-
"comments": {
|
|
486
|
-
"patch": [
|
|
487
|
-
{
|
|
488
|
-
"comment": "Update design and CSS code"
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"comment": "minor improvements on card component"
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"minor": [
|
|
495
|
-
{
|
|
496
|
-
"comment": "create css for components class"
|
|
497
|
-
}
|
|
498
|
-
]
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"version": "0.3.0",
|
|
503
|
-
"tag": "@digigov/css_v0.3.0",
|
|
504
|
-
"date": "Fri, 05 Nov 2021 12:24:20 GMT",
|
|
505
|
-
"comments": {
|
|
506
|
-
"minor": [
|
|
507
|
-
{
|
|
508
|
-
"comment": "migrate components using the css library"
|
|
509
|
-
}
|
|
510
|
-
]
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"version": "0.2.2",
|
|
515
|
-
"tag": "@digigov/css_v0.2.2",
|
|
516
|
-
"date": "Wed, 20 Oct 2021 12:45:51 GMT",
|
|
517
|
-
"comments": {
|
|
518
|
-
"patch": [
|
|
519
|
-
{
|
|
520
|
-
"comment": "Add Roboto font-family in body selector as a reset style for all components"
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"version": "0.2.1",
|
|
527
|
-
"tag": "@digigov/css_v0.2.1",
|
|
528
|
-
"date": "Tue, 12 Oct 2021 09:13:08 GMT",
|
|
529
|
-
"comments": {
|
|
530
|
-
"patch": [
|
|
531
|
-
{
|
|
532
|
-
"comment": "Fix issues after review feedback from initial release"
|
|
533
|
-
}
|
|
534
|
-
]
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"version": "0.2.0",
|
|
539
|
-
"tag": "@digigov/css_v0.2.0",
|
|
540
|
-
"date": "Mon, 27 Sep 2021 11:18:38 GMT",
|
|
541
|
-
"comments": {
|
|
542
|
-
"minor": [
|
|
543
|
-
{
|
|
544
|
-
"comment": "Initial release for Digigov CSS"
|
|
545
|
-
}
|
|
546
|
-
]
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
]
|
|
550
|
-
}
|