dsfr-assets 1.13.0 → 1.13.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.
- checksums.yaml +4 -4
- data/.rubocop.yml +5 -0
- data/README.md +11 -0
- data/lib/dsfr/assets/railtie.rb +13 -0
- data/lib/dsfr/assets/version.rb +1 -1
- data/lib/dsfr/assets.rb +1 -10
- data/vendor/assets/javascripts/dsfr.module.min.js +2 -2
- data/vendor/assets/javascripts/dsfr.nomodule.min.js +2 -2
- data/vendor/assets/stylesheets/artwork/background/ovoid.svg +19 -0
- data/vendor/assets/stylesheets/artwork/dark.svg +14 -0
- data/vendor/assets/stylesheets/artwork/light.svg +14 -0
- data/vendor/assets/stylesheets/artwork/pictograms/buildings/city-hall.svg +69 -0
- data/vendor/assets/stylesheets/artwork/pictograms/buildings/factory.svg +78 -0
- data/vendor/assets/stylesheets/artwork/pictograms/buildings/house.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/buildings/nuclear-plant.svg +120 -0
- data/vendor/assets/stylesheets/artwork/pictograms/buildings/school.svg +68 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/application.svg +66 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/avatar.svg +58 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/calendar.svg +56 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/coding.svg +54 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/data-visualization.svg +68 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/in-progress.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/internet.svg +85 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/mail-send.svg +57 -0
- data/vendor/assets/stylesheets/artwork/pictograms/digital/search.svg +48 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/contract.svg +63 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/document-add.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/document-download.svg +54 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/document-signature.svg +48 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/document.svg +41 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/driving-licence.svg +61 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/national-identity-card.svg +57 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/passport.svg +50 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/tax-stamp.svg +112 -0
- data/vendor/assets/stylesheets/artwork/pictograms/document/vehicle-registration.svg +65 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/environment.svg +96 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/food.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/grocery.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/human-cooperation.svg +116 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/leaf.svg +70 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/moon.svg +45 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/mountain.svg +57 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/sun.svg +51 -0
- data/vendor/assets/stylesheets/artwork/pictograms/environment/tree.svg +78 -0
- data/vendor/assets/stylesheets/artwork/pictograms/health/health.svg +85 -0
- data/vendor/assets/stylesheets/artwork/pictograms/health/hospital.svg +49 -0
- data/vendor/assets/stylesheets/artwork/pictograms/health/vaccine.svg +87 -0
- data/vendor/assets/stylesheets/artwork/pictograms/health/virus.svg +93 -0
- data/vendor/assets/stylesheets/artwork/pictograms/institutions/firefighter.svg +96 -0
- data/vendor/assets/stylesheets/artwork/pictograms/institutions/gendarmerie.svg +71 -0
- data/vendor/assets/stylesheets/artwork/pictograms/institutions/justice.svg +61 -0
- data/vendor/assets/stylesheets/artwork/pictograms/institutions/money.svg +167 -0
- data/vendor/assets/stylesheets/artwork/pictograms/institutions/police.svg +94 -0
- data/vendor/assets/stylesheets/artwork/pictograms/leisure/book.svg +89 -0
- data/vendor/assets/stylesheets/artwork/pictograms/leisure/community.svg +55 -0
- data/vendor/assets/stylesheets/artwork/pictograms/leisure/culture.svg +82 -0
- data/vendor/assets/stylesheets/artwork/pictograms/leisure/digital-art.svg +62 -0
- data/vendor/assets/stylesheets/artwork/pictograms/leisure/paint.svg +80 -0
- data/vendor/assets/stylesheets/artwork/pictograms/map/airport.svg +78 -0
- data/vendor/assets/stylesheets/artwork/pictograms/map/location-france.svg +156 -0
- data/vendor/assets/stylesheets/artwork/pictograms/map/luggage.svg +58 -0
- data/vendor/assets/stylesheets/artwork/pictograms/map/map.svg +83 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/connection-lost.svg +44 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/error.svg +38 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/information.svg +49 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/notification.svg +57 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/padlock.svg +42 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/success.svg +38 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/system.svg +25 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/technical-error.svg +61 -0
- data/vendor/assets/stylesheets/artwork/pictograms/system/warning.svg +33 -0
- data/vendor/assets/stylesheets/artwork/system.svg +14 -0
- data/vendor/assets/stylesheets/dsfr.min.css +6 -6
- data/vendor/assets/stylesheets/dsfr.print.min.css +3 -0
- data/vendor/assets/stylesheets/icons/design/eraser-fill.svg +1 -0
- data/vendor/assets/stylesheets/icons/design/eraser-line.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/align-center.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/align-justify.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/align-left.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/align-right.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/code-block.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/font-color.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/format-clear.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/indent-decrease.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/indent-increase.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/list-check.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/strikethrough.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/text-direction-r.svg +1 -0
- data/vendor/assets/stylesheets/icons/editor/underline.svg +1 -0
- data/vendor/assets/stylesheets/icons/logo/bluesky-fill.svg +1 -0
- data/vendor/assets/stylesheets/icons/logo/bluesky-line.svg +1 -0
- data/vendor/assets/stylesheets/icons/system/share-fill.svg +1 -0
- data/vendor/assets/stylesheets/icons/system/share-forward-fill.svg +1 -0
- data/vendor/assets/stylesheets/icons/system/share-forward-line.svg +1 -0
- data/vendor/assets/stylesheets/icons/system/share-line.svg +1 -0
- data/vendor/assets/stylesheets/utility/dsfr-utility.min.css +155 -0
- metadata +91 -4
- data/vendor/assets/stylesheets/dsfr-utility.css +0 -14721
- data/vendor/assets/stylesheets/icons/media/align-left.svg +0 -1
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dsfr-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.13.
|
4
|
+
version: 1.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stéphane Maniaci
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-05-06 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: This gem bundles the static assets of the DSFR so you can just pull in
|
13
13
|
the gem.
|
@@ -23,11 +23,76 @@ files:
|
|
23
23
|
- README.md
|
24
24
|
- Rakefile
|
25
25
|
- lib/dsfr/assets.rb
|
26
|
+
- lib/dsfr/assets/railtie.rb
|
26
27
|
- lib/dsfr/assets/version.rb
|
27
28
|
- vendor/assets/javascripts/dsfr.module.min.js
|
28
29
|
- vendor/assets/javascripts/dsfr.nomodule.min.js
|
29
|
-
- vendor/assets/stylesheets/
|
30
|
+
- vendor/assets/stylesheets/artwork/background/ovoid.svg
|
31
|
+
- vendor/assets/stylesheets/artwork/dark.svg
|
32
|
+
- vendor/assets/stylesheets/artwork/light.svg
|
33
|
+
- vendor/assets/stylesheets/artwork/pictograms/buildings/city-hall.svg
|
34
|
+
- vendor/assets/stylesheets/artwork/pictograms/buildings/factory.svg
|
35
|
+
- vendor/assets/stylesheets/artwork/pictograms/buildings/house.svg
|
36
|
+
- vendor/assets/stylesheets/artwork/pictograms/buildings/nuclear-plant.svg
|
37
|
+
- vendor/assets/stylesheets/artwork/pictograms/buildings/school.svg
|
38
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/application.svg
|
39
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/avatar.svg
|
40
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/calendar.svg
|
41
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/coding.svg
|
42
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/data-visualization.svg
|
43
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/in-progress.svg
|
44
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/internet.svg
|
45
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/mail-send.svg
|
46
|
+
- vendor/assets/stylesheets/artwork/pictograms/digital/search.svg
|
47
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/contract.svg
|
48
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/document-add.svg
|
49
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/document-download.svg
|
50
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/document-signature.svg
|
51
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/document.svg
|
52
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/driving-licence.svg
|
53
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/national-identity-card.svg
|
54
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/passport.svg
|
55
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/tax-stamp.svg
|
56
|
+
- vendor/assets/stylesheets/artwork/pictograms/document/vehicle-registration.svg
|
57
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/environment.svg
|
58
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/food.svg
|
59
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/grocery.svg
|
60
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/human-cooperation.svg
|
61
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/leaf.svg
|
62
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/moon.svg
|
63
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/mountain.svg
|
64
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/sun.svg
|
65
|
+
- vendor/assets/stylesheets/artwork/pictograms/environment/tree.svg
|
66
|
+
- vendor/assets/stylesheets/artwork/pictograms/health/health.svg
|
67
|
+
- vendor/assets/stylesheets/artwork/pictograms/health/hospital.svg
|
68
|
+
- vendor/assets/stylesheets/artwork/pictograms/health/vaccine.svg
|
69
|
+
- vendor/assets/stylesheets/artwork/pictograms/health/virus.svg
|
70
|
+
- vendor/assets/stylesheets/artwork/pictograms/institutions/firefighter.svg
|
71
|
+
- vendor/assets/stylesheets/artwork/pictograms/institutions/gendarmerie.svg
|
72
|
+
- vendor/assets/stylesheets/artwork/pictograms/institutions/justice.svg
|
73
|
+
- vendor/assets/stylesheets/artwork/pictograms/institutions/money.svg
|
74
|
+
- vendor/assets/stylesheets/artwork/pictograms/institutions/police.svg
|
75
|
+
- vendor/assets/stylesheets/artwork/pictograms/leisure/book.svg
|
76
|
+
- vendor/assets/stylesheets/artwork/pictograms/leisure/community.svg
|
77
|
+
- vendor/assets/stylesheets/artwork/pictograms/leisure/culture.svg
|
78
|
+
- vendor/assets/stylesheets/artwork/pictograms/leisure/digital-art.svg
|
79
|
+
- vendor/assets/stylesheets/artwork/pictograms/leisure/paint.svg
|
80
|
+
- vendor/assets/stylesheets/artwork/pictograms/map/airport.svg
|
81
|
+
- vendor/assets/stylesheets/artwork/pictograms/map/location-france.svg
|
82
|
+
- vendor/assets/stylesheets/artwork/pictograms/map/luggage.svg
|
83
|
+
- vendor/assets/stylesheets/artwork/pictograms/map/map.svg
|
84
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/connection-lost.svg
|
85
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/error.svg
|
86
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/information.svg
|
87
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/notification.svg
|
88
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/padlock.svg
|
89
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/success.svg
|
90
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/system.svg
|
91
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/technical-error.svg
|
92
|
+
- vendor/assets/stylesheets/artwork/pictograms/system/warning.svg
|
93
|
+
- vendor/assets/stylesheets/artwork/system.svg
|
30
94
|
- vendor/assets/stylesheets/dsfr.min.css
|
95
|
+
- vendor/assets/stylesheets/dsfr.print.min.css
|
31
96
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff
|
32
97
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff2
|
33
98
|
- vendor/assets/stylesheets/fonts/Marianne-Bold_Italic.woff
|
@@ -162,6 +227,8 @@ files:
|
|
162
227
|
- vendor/assets/stylesheets/icons/design/edit-box-line.svg
|
163
228
|
- vendor/assets/stylesheets/icons/design/edit-fill.svg
|
164
229
|
- vendor/assets/stylesheets/icons/design/edit-line.svg
|
230
|
+
- vendor/assets/stylesheets/icons/design/eraser-fill.svg
|
231
|
+
- vendor/assets/stylesheets/icons/design/eraser-line.svg
|
165
232
|
- vendor/assets/stylesheets/icons/design/ink-bottle-fill.svg
|
166
233
|
- vendor/assets/stylesheets/icons/design/ink-bottle-line.svg
|
167
234
|
- vendor/assets/stylesheets/icons/design/layout-grid-fill.svg
|
@@ -276,8 +343,15 @@ files:
|
|
276
343
|
- vendor/assets/stylesheets/icons/document/survey-line.svg
|
277
344
|
- vendor/assets/stylesheets/icons/document/todo-fill.svg
|
278
345
|
- vendor/assets/stylesheets/icons/document/todo-line.svg
|
346
|
+
- vendor/assets/stylesheets/icons/editor/align-center.svg
|
347
|
+
- vendor/assets/stylesheets/icons/editor/align-justify.svg
|
348
|
+
- vendor/assets/stylesheets/icons/editor/align-left.svg
|
349
|
+
- vendor/assets/stylesheets/icons/editor/align-right.svg
|
350
|
+
- vendor/assets/stylesheets/icons/editor/code-block.svg
|
279
351
|
- vendor/assets/stylesheets/icons/editor/code-view.svg
|
352
|
+
- vendor/assets/stylesheets/icons/editor/font-color.svg
|
280
353
|
- vendor/assets/stylesheets/icons/editor/font-size.svg
|
354
|
+
- vendor/assets/stylesheets/icons/editor/format-clear.svg
|
281
355
|
- vendor/assets/stylesheets/icons/editor/fr--bold.svg
|
282
356
|
- vendor/assets/stylesheets/icons/editor/fr--highlight.svg
|
283
357
|
- vendor/assets/stylesheets/icons/editor/fr--quote-fill.svg
|
@@ -289,18 +363,24 @@ files:
|
|
289
363
|
- vendor/assets/stylesheets/icons/editor/h-5.svg
|
290
364
|
- vendor/assets/stylesheets/icons/editor/h-6.svg
|
291
365
|
- vendor/assets/stylesheets/icons/editor/hashtag.svg
|
366
|
+
- vendor/assets/stylesheets/icons/editor/indent-decrease.svg
|
367
|
+
- vendor/assets/stylesheets/icons/editor/indent-increase.svg
|
292
368
|
- vendor/assets/stylesheets/icons/editor/italic.svg
|
293
369
|
- vendor/assets/stylesheets/icons/editor/link-unlink.svg
|
294
370
|
- vendor/assets/stylesheets/icons/editor/link.svg
|
371
|
+
- vendor/assets/stylesheets/icons/editor/list-check.svg
|
295
372
|
- vendor/assets/stylesheets/icons/editor/list-ordered.svg
|
296
373
|
- vendor/assets/stylesheets/icons/editor/list-unordered.svg
|
297
374
|
- vendor/assets/stylesheets/icons/editor/question-mark.svg
|
298
375
|
- vendor/assets/stylesheets/icons/editor/separator.svg
|
299
376
|
- vendor/assets/stylesheets/icons/editor/space.svg
|
377
|
+
- vendor/assets/stylesheets/icons/editor/strikethrough.svg
|
300
378
|
- vendor/assets/stylesheets/icons/editor/subscript.svg
|
301
379
|
- vendor/assets/stylesheets/icons/editor/superscript.svg
|
302
380
|
- vendor/assets/stylesheets/icons/editor/table-2.svg
|
381
|
+
- vendor/assets/stylesheets/icons/editor/text-direction-r.svg
|
303
382
|
- vendor/assets/stylesheets/icons/editor/translate-2.svg
|
383
|
+
- vendor/assets/stylesheets/icons/editor/underline.svg
|
304
384
|
- vendor/assets/stylesheets/icons/finance/bank-card-fill.svg
|
305
385
|
- vendor/assets/stylesheets/icons/finance/bank-card-line.svg
|
306
386
|
- vendor/assets/stylesheets/icons/finance/coin-fill.svg
|
@@ -357,6 +437,8 @@ files:
|
|
357
437
|
- vendor/assets/stylesheets/icons/health/thermometer-line.svg
|
358
438
|
- vendor/assets/stylesheets/icons/health/virus-fill.svg
|
359
439
|
- vendor/assets/stylesheets/icons/health/virus-line.svg
|
440
|
+
- vendor/assets/stylesheets/icons/logo/bluesky-fill.svg
|
441
|
+
- vendor/assets/stylesheets/icons/logo/bluesky-line.svg
|
360
442
|
- vendor/assets/stylesheets/icons/logo/chrome-fill.svg
|
361
443
|
- vendor/assets/stylesheets/icons/logo/chrome-line.svg
|
362
444
|
- vendor/assets/stylesheets/icons/logo/edge-fill.svg
|
@@ -457,7 +539,6 @@ files:
|
|
457
539
|
- vendor/assets/stylesheets/icons/map/taxi-line.svg
|
458
540
|
- vendor/assets/stylesheets/icons/map/train-fill.svg
|
459
541
|
- vendor/assets/stylesheets/icons/map/train-line.svg
|
460
|
-
- vendor/assets/stylesheets/icons/media/align-left.svg
|
461
542
|
- vendor/assets/stylesheets/icons/media/camera-fill.svg
|
462
543
|
- vendor/assets/stylesheets/icons/media/camera-line.svg
|
463
544
|
- vendor/assets/stylesheets/icons/media/clapperboard-fill.svg
|
@@ -613,6 +694,10 @@ files:
|
|
613
694
|
- vendor/assets/stylesheets/icons/system/search-line.svg
|
614
695
|
- vendor/assets/stylesheets/icons/system/settings-5-fill.svg
|
615
696
|
- vendor/assets/stylesheets/icons/system/settings-5-line.svg
|
697
|
+
- vendor/assets/stylesheets/icons/system/share-fill.svg
|
698
|
+
- vendor/assets/stylesheets/icons/system/share-forward-fill.svg
|
699
|
+
- vendor/assets/stylesheets/icons/system/share-forward-line.svg
|
700
|
+
- vendor/assets/stylesheets/icons/system/share-line.svg
|
616
701
|
- vendor/assets/stylesheets/icons/system/shield-fill.svg
|
617
702
|
- vendor/assets/stylesheets/icons/system/shield-line.svg
|
618
703
|
- vendor/assets/stylesheets/icons/system/star-fill.svg
|
@@ -690,6 +775,7 @@ files:
|
|
690
775
|
- vendor/assets/stylesheets/icons/weather/typhoon-line.svg
|
691
776
|
- vendor/assets/stylesheets/icons/weather/windy-fill.svg
|
692
777
|
- vendor/assets/stylesheets/icons/weather/windy-line.svg
|
778
|
+
- vendor/assets/stylesheets/utility/dsfr-utility.min.css
|
693
779
|
homepage: https://github.com/betagouv/dsfr-assets
|
694
780
|
licenses:
|
695
781
|
- MIT
|
@@ -697,6 +783,7 @@ metadata:
|
|
697
783
|
homepage_uri: https://github.com/betagouv/dsfr-assets
|
698
784
|
source_code_uri: https://github.com/betagouv/dsfr-assets
|
699
785
|
changelog_uri: https://github.com/betagouv/dsfr-assets
|
786
|
+
rubygems_mfa_required: 'true'
|
700
787
|
rdoc_options: []
|
701
788
|
require_paths:
|
702
789
|
- lib
|