paraqeet 1.1.0 → 2.0.2
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 +1 -1
- data/_includes/icon.html +10 -19
- data/_sass/bootstrap/_accordion.scss +11 -11
- data/_sass/bootstrap/_buttons.scss +9 -0
- data/_sass/bootstrap/_carousel.scss +2 -10
- data/_sass/bootstrap/_modal.scss +0 -1
- data/_sass/bootstrap/_offcanvas.scss +1 -4
- data/_sass/bootstrap/_tables.scss +1 -1
- data/_sass/bootstrap/_variables.scss +7 -3
- data/_sass/bootstrap/forms/_form-check.scss +1 -1
- data/_sass/bootstrap/mixins/_banner.scss +2 -2
- data/_sass/bootstrap/mixins/_forms.scss +12 -2
- data/_sass/bootstrap/mixins/_grid.scss +1 -1
- data/_sass/bootstrap/tests/mixins/_auto-import-of-variables-dark.test.scss +7 -0
- data/_sass/bootstrap/tests/mixins/_utilities.test.scss +1 -1
- data/assets/js/bootstrap.bundle.js +8 -8
- 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 +8 -8
- 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 +8 -8
- 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 +6 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paraqeet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Love
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -27,9 +27,9 @@ dependencies:
|
|
27
27
|
description: |2
|
28
28
|
Paraqeet is a Jekyll theme for building websites using Bootstrap - the most
|
29
29
|
popular HTML, CSS, and JS library in the world. Paraqeet comes pre-loaded
|
30
|
-
with the latest versions of Bootstrap and Bootstrap Icons
|
31
|
-
|
32
|
-
highlighter.
|
30
|
+
with the latest versions of Bootstrap and Bootstrap Icons - the official
|
31
|
+
open source SVG icon library for Bootstrap, as well as built-in Sass support
|
32
|
+
for Rouge - Jekyll’s default code syntax highlighter.
|
33
33
|
email: robertjohnlove@gmail.com
|
34
34
|
executables: []
|
35
35
|
extensions: []
|
@@ -139,6 +139,7 @@ files:
|
|
139
139
|
- _sass/bootstrap/mixins/_utilities.scss
|
140
140
|
- _sass/bootstrap/mixins/_visually-hidden.scss
|
141
141
|
- _sass/bootstrap/tests/jasmine.js
|
142
|
+
- _sass/bootstrap/tests/mixins/_auto-import-of-variables-dark.test.scss
|
142
143
|
- _sass/bootstrap/tests/mixins/_color-modes.test.scss
|
143
144
|
- _sass/bootstrap/tests/mixins/_media-query-color-mode-full.test.scss
|
144
145
|
- _sass/bootstrap/tests/mixins/_utilities.test.scss
|