paraqeet 2.0.2 → 2.1.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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/_sass/_bootstrap-icons.scss +30 -2
- data/_sass/_highlight.scss +56 -66
- data/_sass/_prose.scss +15 -3
- data/_sass/bootstrap/_accordion.scss +4 -9
- data/_sass/bootstrap/_button-group.scss +8 -3
- data/_sass/bootstrap/_card.scss +9 -10
- data/_sass/bootstrap/_carousel.scss +15 -25
- data/_sass/bootstrap/_close.scss +9 -6
- data/_sass/bootstrap/_functions.scss +1 -1
- data/_sass/bootstrap/_list-group.scss +27 -25
- data/_sass/bootstrap/_modal.scss +6 -2
- data/_sass/bootstrap/_nav.scss +1 -1
- data/_sass/bootstrap/_navbar.scss +1 -1
- data/_sass/bootstrap/_offcanvas.scss +5 -1
- data/_sass/bootstrap/_pagination.scss +1 -1
- data/_sass/bootstrap/_progress.scss +1 -1
- data/_sass/bootstrap/_reboot.scss +1 -1
- data/_sass/bootstrap/_type.scss +1 -1
- data/_sass/bootstrap/_variables-dark.scss +17 -2
- data/_sass/bootstrap/_variables.scss +16 -14
- data/_sass/bootstrap/forms/_floating-labels.scss +18 -16
- data/_sass/bootstrap/forms/_input-group.scss +1 -1
- data/_sass/bootstrap/mixins/_banner.scss +2 -2
- data/_sass/bootstrap/mixins/_box-shadow.scss +11 -5
- data/_sass/bootstrap/mixins/_grid.scss +1 -1
- data/_sass/bootstrap/mixins/_visually-hidden.scss +6 -1
- data/_sass/bootstrap/tests/mixins/_box-shadow.test.scss +188 -0
- data/assets/bootstrap-icons/anthropic.svg +3 -0
- data/assets/bootstrap-icons/apple-music.svg +3 -0
- data/assets/bootstrap-icons/battery-low.svg +4 -0
- data/assets/bootstrap-icons/beaker-fill.svg +3 -0
- data/assets/bootstrap-icons/beaker.svg +4 -0
- data/assets/bootstrap-icons/bluesky.svg +3 -0
- data/assets/bootstrap-icons/{font/bootstrap-icons.css → bootstrap-icons.css} +31 -3
- data/assets/bootstrap-icons/{font/bootstrap-icons.json → bootstrap-icons.json} +29 -1
- data/assets/bootstrap-icons/{font/bootstrap-icons.min.css → bootstrap-icons.min.css} +2 -2
- data/assets/bootstrap-icons/bootstrap-icons.svg +1 -1
- data/assets/bootstrap-icons/calendar3-event-fill.svg +1 -1
- data/assets/bootstrap-icons/calendar3-range-fill.svg +1 -1
- data/assets/bootstrap-icons/calendar3-week-fill.svg +1 -1
- data/assets/bootstrap-icons/claude.svg +3 -0
- data/assets/bootstrap-icons/css.svg +3 -0
- data/assets/bootstrap-icons/flask-fill.svg +3 -0
- data/assets/bootstrap-icons/flask-florence-fill.svg +3 -0
- data/assets/bootstrap-icons/flask-florence.svg +3 -0
- data/assets/bootstrap-icons/flask.svg +3 -0
- data/assets/bootstrap-icons/fonts/bootstrap-icons.woff +0 -0
- data/assets/bootstrap-icons/fonts/bootstrap-icons.woff2 +0 -0
- data/assets/bootstrap-icons/fork-knife.svg +3 -0
- data/assets/bootstrap-icons/globe-americas-fill.svg +3 -0
- data/assets/bootstrap-icons/globe-asia-australia-fill.svg +3 -0
- data/assets/bootstrap-icons/globe-central-south-asia-fill.svg +3 -0
- data/assets/bootstrap-icons/globe-europe-africa-fill.svg +3 -0
- data/assets/bootstrap-icons/javascript.svg +3 -0
- data/assets/bootstrap-icons/leaf-fill.svg +3 -0
- data/assets/bootstrap-icons/leaf.svg +3 -0
- data/assets/bootstrap-icons/lock-fill.svg +1 -1
- data/assets/bootstrap-icons/lock.svg +1 -1
- data/assets/bootstrap-icons/measuring-cup-fill.svg +3 -0
- data/assets/bootstrap-icons/measuring-cup.svg +3 -0
- data/assets/bootstrap-icons/meta.svg +1 -1
- data/assets/bootstrap-icons/openai.svg +3 -0
- data/assets/bootstrap-icons/perplexity.svg +3 -0
- data/assets/bootstrap-icons/tux.svg +4 -0
- data/assets/bootstrap-icons/typescript.svg +3 -0
- data/assets/bootstrap-icons/unlock-fill.svg +1 -1
- data/assets/bootstrap-icons/unlock.svg +1 -1
- data/assets/bootstrap-icons/unlock2-fill.svg +3 -0
- data/assets/bootstrap-icons/unlock2.svg +3 -0
- data/assets/js/bootstrap.bundle.js +20 -19
- data/assets/js/bootstrap.bundle.js.map +1 -1
- data/assets/js/bootstrap.bundle.min.js +3 -3
- data/assets/js/bootstrap.bundle.min.js.map +1 -1
- data/assets/js/bootstrap.esm.js +20 -17
- data/assets/js/bootstrap.esm.js.map +1 -1
- data/assets/js/bootstrap.esm.min.js +3 -3
- data/assets/js/bootstrap.esm.min.js.map +1 -1
- data/assets/js/bootstrap.js +20 -17
- data/assets/js/bootstrap.js.map +1 -1
- data/assets/js/bootstrap.min.js +3 -3
- data/assets/js/bootstrap.min.js.map +1 -1
- metadata +37 -12
- data/assets/bootstrap-icons/font/bootstrap-icons.scss +0 -2090
- data/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- data/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paraqeet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Love
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: jekyll
|
@@ -140,6 +139,7 @@ files:
|
|
140
139
|
- _sass/bootstrap/mixins/_visually-hidden.scss
|
141
140
|
- _sass/bootstrap/tests/jasmine.js
|
142
141
|
- _sass/bootstrap/tests/mixins/_auto-import-of-variables-dark.test.scss
|
142
|
+
- _sass/bootstrap/tests/mixins/_box-shadow.test.scss
|
143
143
|
- _sass/bootstrap/tests/mixins/_color-modes.test.scss
|
144
144
|
- _sass/bootstrap/tests/mixins/_media-query-color-mode-full.test.scss
|
145
145
|
- _sass/bootstrap/tests/mixins/_utilities.test.scss
|
@@ -211,8 +211,10 @@ files:
|
|
211
211
|
- assets/bootstrap-icons/amd.svg
|
212
212
|
- assets/bootstrap-icons/android.svg
|
213
213
|
- assets/bootstrap-icons/android2.svg
|
214
|
+
- assets/bootstrap-icons/anthropic.svg
|
214
215
|
- assets/bootstrap-icons/app-indicator.svg
|
215
216
|
- assets/bootstrap-icons/app.svg
|
217
|
+
- assets/bootstrap-icons/apple-music.svg
|
216
218
|
- assets/bootstrap-icons/apple.svg
|
217
219
|
- assets/bootstrap-icons/archive-fill.svg
|
218
220
|
- assets/bootstrap-icons/archive.svg
|
@@ -366,7 +368,10 @@ files:
|
|
366
368
|
- assets/bootstrap-icons/battery-charging.svg
|
367
369
|
- assets/bootstrap-icons/battery-full.svg
|
368
370
|
- assets/bootstrap-icons/battery-half.svg
|
371
|
+
- assets/bootstrap-icons/battery-low.svg
|
369
372
|
- assets/bootstrap-icons/battery.svg
|
373
|
+
- assets/bootstrap-icons/beaker-fill.svg
|
374
|
+
- assets/bootstrap-icons/beaker.svg
|
370
375
|
- assets/bootstrap-icons/behance.svg
|
371
376
|
- assets/bootstrap-icons/bell-fill.svg
|
372
377
|
- assets/bootstrap-icons/bell-slash-fill.svg
|
@@ -380,6 +385,7 @@ files:
|
|
380
385
|
- assets/bootstrap-icons/binoculars.svg
|
381
386
|
- assets/bootstrap-icons/blockquote-left.svg
|
382
387
|
- assets/bootstrap-icons/blockquote-right.svg
|
388
|
+
- assets/bootstrap-icons/bluesky.svg
|
383
389
|
- assets/bootstrap-icons/bluetooth.svg
|
384
390
|
- assets/bootstrap-icons/body-text.svg
|
385
391
|
- assets/bootstrap-icons/book-fill.svg
|
@@ -405,6 +411,9 @@ files:
|
|
405
411
|
- assets/bootstrap-icons/boombox-fill.svg
|
406
412
|
- assets/bootstrap-icons/boombox.svg
|
407
413
|
- assets/bootstrap-icons/bootstrap-fill.svg
|
414
|
+
- assets/bootstrap-icons/bootstrap-icons.css
|
415
|
+
- assets/bootstrap-icons/bootstrap-icons.json
|
416
|
+
- assets/bootstrap-icons/bootstrap-icons.min.css
|
408
417
|
- assets/bootstrap-icons/bootstrap-icons.svg
|
409
418
|
- assets/bootstrap-icons/bootstrap-reboot.svg
|
410
419
|
- assets/bootstrap-icons/bootstrap.svg
|
@@ -704,6 +713,7 @@ files:
|
|
704
713
|
- assets/bootstrap-icons/circle-half.svg
|
705
714
|
- assets/bootstrap-icons/circle-square.svg
|
706
715
|
- assets/bootstrap-icons/circle.svg
|
716
|
+
- assets/bootstrap-icons/claude.svg
|
707
717
|
- assets/bootstrap-icons/clipboard-check-fill.svg
|
708
718
|
- assets/bootstrap-icons/clipboard-check.svg
|
709
719
|
- assets/bootstrap-icons/clipboard-data-fill.svg
|
@@ -817,6 +827,7 @@ files:
|
|
817
827
|
- assets/bootstrap-icons/crop.svg
|
818
828
|
- assets/bootstrap-icons/crosshair.svg
|
819
829
|
- assets/bootstrap-icons/crosshair2.svg
|
830
|
+
- assets/bootstrap-icons/css.svg
|
820
831
|
- assets/bootstrap-icons/cup-fill.svg
|
821
832
|
- assets/bootstrap-icons/cup-hot-fill.svg
|
822
833
|
- assets/bootstrap-icons/cup-hot.svg
|
@@ -1218,6 +1229,10 @@ files:
|
|
1218
1229
|
- assets/bootstrap-icons/fire.svg
|
1219
1230
|
- assets/bootstrap-icons/flag-fill.svg
|
1220
1231
|
- assets/bootstrap-icons/flag.svg
|
1232
|
+
- assets/bootstrap-icons/flask-fill.svg
|
1233
|
+
- assets/bootstrap-icons/flask-florence-fill.svg
|
1234
|
+
- assets/bootstrap-icons/flask-florence.svg
|
1235
|
+
- assets/bootstrap-icons/flask.svg
|
1221
1236
|
- assets/bootstrap-icons/floppy-fill.svg
|
1222
1237
|
- assets/bootstrap-icons/floppy.svg
|
1223
1238
|
- assets/bootstrap-icons/floppy2-fill.svg
|
@@ -1235,13 +1250,10 @@ files:
|
|
1235
1250
|
- assets/bootstrap-icons/folder.svg
|
1236
1251
|
- assets/bootstrap-icons/folder2-open.svg
|
1237
1252
|
- assets/bootstrap-icons/folder2.svg
|
1238
|
-
- assets/bootstrap-icons/font/bootstrap-icons.css
|
1239
|
-
- assets/bootstrap-icons/font/bootstrap-icons.json
|
1240
|
-
- assets/bootstrap-icons/font/bootstrap-icons.min.css
|
1241
|
-
- assets/bootstrap-icons/font/bootstrap-icons.scss
|
1242
|
-
- assets/bootstrap-icons/font/fonts/bootstrap-icons.woff
|
1243
|
-
- assets/bootstrap-icons/font/fonts/bootstrap-icons.woff2
|
1244
1253
|
- assets/bootstrap-icons/fonts.svg
|
1254
|
+
- assets/bootstrap-icons/fonts/bootstrap-icons.woff
|
1255
|
+
- assets/bootstrap-icons/fonts/bootstrap-icons.woff2
|
1256
|
+
- assets/bootstrap-icons/fork-knife.svg
|
1245
1257
|
- assets/bootstrap-icons/forward-fill.svg
|
1246
1258
|
- assets/bootstrap-icons/forward.svg
|
1247
1259
|
- assets/bootstrap-icons/front.svg
|
@@ -1272,9 +1284,13 @@ files:
|
|
1272
1284
|
- assets/bootstrap-icons/git.svg
|
1273
1285
|
- assets/bootstrap-icons/github.svg
|
1274
1286
|
- assets/bootstrap-icons/gitlab.svg
|
1287
|
+
- assets/bootstrap-icons/globe-americas-fill.svg
|
1275
1288
|
- assets/bootstrap-icons/globe-americas.svg
|
1289
|
+
- assets/bootstrap-icons/globe-asia-australia-fill.svg
|
1276
1290
|
- assets/bootstrap-icons/globe-asia-australia.svg
|
1291
|
+
- assets/bootstrap-icons/globe-central-south-asia-fill.svg
|
1277
1292
|
- assets/bootstrap-icons/globe-central-south-asia.svg
|
1293
|
+
- assets/bootstrap-icons/globe-europe-africa-fill.svg
|
1278
1294
|
- assets/bootstrap-icons/globe-europe-africa.svg
|
1279
1295
|
- assets/bootstrap-icons/globe.svg
|
1280
1296
|
- assets/bootstrap-icons/globe2.svg
|
@@ -1401,6 +1417,7 @@ files:
|
|
1401
1417
|
- assets/bootstrap-icons/input-cursor.svg
|
1402
1418
|
- assets/bootstrap-icons/instagram.svg
|
1403
1419
|
- assets/bootstrap-icons/intersect.svg
|
1420
|
+
- assets/bootstrap-icons/javascript.svg
|
1404
1421
|
- assets/bootstrap-icons/journal-album.svg
|
1405
1422
|
- assets/bootstrap-icons/journal-arrow-down.svg
|
1406
1423
|
- assets/bootstrap-icons/journal-arrow-up.svg
|
@@ -1447,6 +1464,8 @@ files:
|
|
1447
1464
|
- assets/bootstrap-icons/layout-text-window.svg
|
1448
1465
|
- assets/bootstrap-icons/layout-three-columns.svg
|
1449
1466
|
- assets/bootstrap-icons/layout-wtf.svg
|
1467
|
+
- assets/bootstrap-icons/leaf-fill.svg
|
1468
|
+
- assets/bootstrap-icons/leaf.svg
|
1450
1469
|
- assets/bootstrap-icons/life-preserver.svg
|
1451
1470
|
- assets/bootstrap-icons/lightbulb-fill.svg
|
1452
1471
|
- assets/bootstrap-icons/lightbulb-off-fill.svg
|
@@ -1489,6 +1508,8 @@ files:
|
|
1489
1508
|
- assets/bootstrap-icons/marker-tip.svg
|
1490
1509
|
- assets/bootstrap-icons/mask.svg
|
1491
1510
|
- assets/bootstrap-icons/mastodon.svg
|
1511
|
+
- assets/bootstrap-icons/measuring-cup-fill.svg
|
1512
|
+
- assets/bootstrap-icons/measuring-cup.svg
|
1492
1513
|
- assets/bootstrap-icons/medium.svg
|
1493
1514
|
- assets/bootstrap-icons/megaphone-fill.svg
|
1494
1515
|
- assets/bootstrap-icons/megaphone.svg
|
@@ -1548,6 +1569,7 @@ files:
|
|
1548
1569
|
- assets/bootstrap-icons/octagon-fill.svg
|
1549
1570
|
- assets/bootstrap-icons/octagon-half.svg
|
1550
1571
|
- assets/bootstrap-icons/octagon.svg
|
1572
|
+
- assets/bootstrap-icons/openai.svg
|
1551
1573
|
- assets/bootstrap-icons/opencollective.svg
|
1552
1574
|
- assets/bootstrap-icons/optical-audio-fill.svg
|
1553
1575
|
- assets/bootstrap-icons/optical-audio.svg
|
@@ -1604,6 +1626,7 @@ files:
|
|
1604
1626
|
- assets/bootstrap-icons/people-fill.svg
|
1605
1627
|
- assets/bootstrap-icons/people.svg
|
1606
1628
|
- assets/bootstrap-icons/percent.svg
|
1629
|
+
- assets/bootstrap-icons/perplexity.svg
|
1607
1630
|
- assets/bootstrap-icons/person-add.svg
|
1608
1631
|
- assets/bootstrap-icons/person-arms-up.svg
|
1609
1632
|
- assets/bootstrap-icons/person-badge-fill.svg
|
@@ -2091,6 +2114,7 @@ files:
|
|
2091
2114
|
- assets/bootstrap-icons/truck-front.svg
|
2092
2115
|
- assets/bootstrap-icons/truck.svg
|
2093
2116
|
- assets/bootstrap-icons/tsunami.svg
|
2117
|
+
- assets/bootstrap-icons/tux.svg
|
2094
2118
|
- assets/bootstrap-icons/tv-fill.svg
|
2095
2119
|
- assets/bootstrap-icons/tv.svg
|
2096
2120
|
- assets/bootstrap-icons/twitch.svg
|
@@ -2107,6 +2131,7 @@ files:
|
|
2107
2131
|
- assets/bootstrap-icons/type-strikethrough.svg
|
2108
2132
|
- assets/bootstrap-icons/type-underline.svg
|
2109
2133
|
- assets/bootstrap-icons/type.svg
|
2134
|
+
- assets/bootstrap-icons/typescript.svg
|
2110
2135
|
- assets/bootstrap-icons/ubuntu.svg
|
2111
2136
|
- assets/bootstrap-icons/ui-checks-grid.svg
|
2112
2137
|
- assets/bootstrap-icons/ui-checks.svg
|
@@ -2121,6 +2146,8 @@ files:
|
|
2121
2146
|
- assets/bootstrap-icons/universal-access.svg
|
2122
2147
|
- assets/bootstrap-icons/unlock-fill.svg
|
2123
2148
|
- assets/bootstrap-icons/unlock.svg
|
2149
|
+
- assets/bootstrap-icons/unlock2-fill.svg
|
2150
|
+
- assets/bootstrap-icons/unlock2.svg
|
2124
2151
|
- assets/bootstrap-icons/upc-scan.svg
|
2125
2152
|
- assets/bootstrap-icons/upc.svg
|
2126
2153
|
- assets/bootstrap-icons/upload.svg
|
@@ -2227,7 +2254,6 @@ metadata:
|
|
2227
2254
|
documentation_uri: https://signified.github.io/paraqeet
|
2228
2255
|
homepage_uri: https://signified.github.io/paraqeet
|
2229
2256
|
source_code_uri: https://github.com/signified/paraqeet
|
2230
|
-
post_install_message:
|
2231
2257
|
rdoc_options: []
|
2232
2258
|
require_paths:
|
2233
2259
|
- lib
|
@@ -2242,8 +2268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2242
2268
|
- !ruby/object:Gem::Version
|
2243
2269
|
version: '0'
|
2244
2270
|
requirements: []
|
2245
|
-
rubygems_version: 3.
|
2246
|
-
signing_key:
|
2271
|
+
rubygems_version: 3.6.9
|
2247
2272
|
specification_version: 4
|
2248
2273
|
summary: A Jekyll theme for building websites with Bootstrap
|
2249
2274
|
test_files: []
|