dsfr-assets 1.13.0 → 1.13.0.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 +6 -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/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/utility/dsfr-utility.min.css +155 -0
- metadata +69 -3
- data/vendor/assets/stylesheets/dsfr-utility.css +0 -14721
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.0
|
4
|
+
version: 1.13.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stéphane Maniaci
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-21 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,10 +23,74 @@ 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
|
31
95
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff
|
32
96
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff2
|
@@ -690,6 +754,7 @@ files:
|
|
690
754
|
- vendor/assets/stylesheets/icons/weather/typhoon-line.svg
|
691
755
|
- vendor/assets/stylesheets/icons/weather/windy-fill.svg
|
692
756
|
- vendor/assets/stylesheets/icons/weather/windy-line.svg
|
757
|
+
- vendor/assets/stylesheets/utility/dsfr-utility.min.css
|
693
758
|
homepage: https://github.com/betagouv/dsfr-assets
|
694
759
|
licenses:
|
695
760
|
- MIT
|
@@ -697,6 +762,7 @@ metadata:
|
|
697
762
|
homepage_uri: https://github.com/betagouv/dsfr-assets
|
698
763
|
source_code_uri: https://github.com/betagouv/dsfr-assets
|
699
764
|
changelog_uri: https://github.com/betagouv/dsfr-assets
|
765
|
+
rubygems_mfa_required: 'true'
|
700
766
|
rdoc_options: []
|
701
767
|
require_paths:
|
702
768
|
- lib
|