dsfr-assets 1.13.0.1 → 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/README.md +5 -0
- data/lib/dsfr/assets/version.rb +1 -1
- data/vendor/assets/javascripts/dsfr.module.min.js +2 -2
- data/vendor/assets/javascripts/dsfr.nomodule.min.js +2 -2
- 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 +3 -3
- metadata +24 -3
- 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.
|
@@ -92,6 +92,7 @@ files:
|
|
92
92
|
- vendor/assets/stylesheets/artwork/pictograms/system/warning.svg
|
93
93
|
- vendor/assets/stylesheets/artwork/system.svg
|
94
94
|
- vendor/assets/stylesheets/dsfr.min.css
|
95
|
+
- vendor/assets/stylesheets/dsfr.print.min.css
|
95
96
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff
|
96
97
|
- vendor/assets/stylesheets/fonts/Marianne-Bold.woff2
|
97
98
|
- vendor/assets/stylesheets/fonts/Marianne-Bold_Italic.woff
|
@@ -226,6 +227,8 @@ files:
|
|
226
227
|
- vendor/assets/stylesheets/icons/design/edit-box-line.svg
|
227
228
|
- vendor/assets/stylesheets/icons/design/edit-fill.svg
|
228
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
|
229
232
|
- vendor/assets/stylesheets/icons/design/ink-bottle-fill.svg
|
230
233
|
- vendor/assets/stylesheets/icons/design/ink-bottle-line.svg
|
231
234
|
- vendor/assets/stylesheets/icons/design/layout-grid-fill.svg
|
@@ -340,8 +343,15 @@ files:
|
|
340
343
|
- vendor/assets/stylesheets/icons/document/survey-line.svg
|
341
344
|
- vendor/assets/stylesheets/icons/document/todo-fill.svg
|
342
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
|
343
351
|
- vendor/assets/stylesheets/icons/editor/code-view.svg
|
352
|
+
- vendor/assets/stylesheets/icons/editor/font-color.svg
|
344
353
|
- vendor/assets/stylesheets/icons/editor/font-size.svg
|
354
|
+
- vendor/assets/stylesheets/icons/editor/format-clear.svg
|
345
355
|
- vendor/assets/stylesheets/icons/editor/fr--bold.svg
|
346
356
|
- vendor/assets/stylesheets/icons/editor/fr--highlight.svg
|
347
357
|
- vendor/assets/stylesheets/icons/editor/fr--quote-fill.svg
|
@@ -353,18 +363,24 @@ files:
|
|
353
363
|
- vendor/assets/stylesheets/icons/editor/h-5.svg
|
354
364
|
- vendor/assets/stylesheets/icons/editor/h-6.svg
|
355
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
|
356
368
|
- vendor/assets/stylesheets/icons/editor/italic.svg
|
357
369
|
- vendor/assets/stylesheets/icons/editor/link-unlink.svg
|
358
370
|
- vendor/assets/stylesheets/icons/editor/link.svg
|
371
|
+
- vendor/assets/stylesheets/icons/editor/list-check.svg
|
359
372
|
- vendor/assets/stylesheets/icons/editor/list-ordered.svg
|
360
373
|
- vendor/assets/stylesheets/icons/editor/list-unordered.svg
|
361
374
|
- vendor/assets/stylesheets/icons/editor/question-mark.svg
|
362
375
|
- vendor/assets/stylesheets/icons/editor/separator.svg
|
363
376
|
- vendor/assets/stylesheets/icons/editor/space.svg
|
377
|
+
- vendor/assets/stylesheets/icons/editor/strikethrough.svg
|
364
378
|
- vendor/assets/stylesheets/icons/editor/subscript.svg
|
365
379
|
- vendor/assets/stylesheets/icons/editor/superscript.svg
|
366
380
|
- vendor/assets/stylesheets/icons/editor/table-2.svg
|
381
|
+
- vendor/assets/stylesheets/icons/editor/text-direction-r.svg
|
367
382
|
- vendor/assets/stylesheets/icons/editor/translate-2.svg
|
383
|
+
- vendor/assets/stylesheets/icons/editor/underline.svg
|
368
384
|
- vendor/assets/stylesheets/icons/finance/bank-card-fill.svg
|
369
385
|
- vendor/assets/stylesheets/icons/finance/bank-card-line.svg
|
370
386
|
- vendor/assets/stylesheets/icons/finance/coin-fill.svg
|
@@ -421,6 +437,8 @@ files:
|
|
421
437
|
- vendor/assets/stylesheets/icons/health/thermometer-line.svg
|
422
438
|
- vendor/assets/stylesheets/icons/health/virus-fill.svg
|
423
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
|
424
442
|
- vendor/assets/stylesheets/icons/logo/chrome-fill.svg
|
425
443
|
- vendor/assets/stylesheets/icons/logo/chrome-line.svg
|
426
444
|
- vendor/assets/stylesheets/icons/logo/edge-fill.svg
|
@@ -521,7 +539,6 @@ files:
|
|
521
539
|
- vendor/assets/stylesheets/icons/map/taxi-line.svg
|
522
540
|
- vendor/assets/stylesheets/icons/map/train-fill.svg
|
523
541
|
- vendor/assets/stylesheets/icons/map/train-line.svg
|
524
|
-
- vendor/assets/stylesheets/icons/media/align-left.svg
|
525
542
|
- vendor/assets/stylesheets/icons/media/camera-fill.svg
|
526
543
|
- vendor/assets/stylesheets/icons/media/camera-line.svg
|
527
544
|
- vendor/assets/stylesheets/icons/media/clapperboard-fill.svg
|
@@ -677,6 +694,10 @@ files:
|
|
677
694
|
- vendor/assets/stylesheets/icons/system/search-line.svg
|
678
695
|
- vendor/assets/stylesheets/icons/system/settings-5-fill.svg
|
679
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
|
680
701
|
- vendor/assets/stylesheets/icons/system/shield-fill.svg
|
681
702
|
- vendor/assets/stylesheets/icons/system/shield-line.svg
|
682
703
|
- vendor/assets/stylesheets/icons/system/star-fill.svg
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M3 4h18v2H3V4Zm0 15h14v2H3v-2Zm0-5h18v2H3v-2Zm0-5h14v2H3V9Z"/></svg>
|