bulma-clean-theme 1.0.0.beta.1 → 1.0.0.beta.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/{node_modules/bulma-block-list/src/block-list.scss → _sass/_block-list.scss} +4 -4
- data/_sass/_main.scss +3 -3
- data/node_modules/.package-lock.json +0 -8
- data/package-lock.json +1 -18
- data/package.json +1 -2
- metadata +3 -14
- data/node_modules/bulma-block-list/.editorconfig +0 -15
- data/node_modules/bulma-block-list/.github/FUNDING.yml +0 -12
- data/node_modules/bulma-block-list/LICENSE.txt +0 -21
- data/node_modules/bulma-block-list/README.md +0 -38
- data/node_modules/bulma-block-list/changelog.txt +0 -20
- data/node_modules/bulma-block-list/docs/.nojekyll +0 -0
- data/node_modules/bulma-block-list/docs/docs.css +0 -22782
- data/node_modules/bulma-block-list/docs/docs.css.map +0 -1
- data/node_modules/bulma-block-list/docs/index.html +0 -428
- data/node_modules/bulma-block-list/package.json +0 -27
- data/node_modules/bulma-block-list/src/docs.scss +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a46a4e1e4a6f1702c7540775ce65d2660a267c03ebc24e743421277f743a9bb
|
|
4
|
+
data.tar.gz: d55cb347898ec45a1ef2c5aa0cde5abfd0c57b032c476cb0e8303c9d5d4e9845
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65bc09b7d4497057ada2777d0bdcea9f0222987c34f7d00c2f4219a4fd1ea6af94d042a9e03525fb2d7a96128cb3f59cd128c99c3b2b553155ebac67b7558f1a
|
|
7
|
+
data.tar.gz: 5b99d3cbd722edbaa6cfa4b38866d08955133c57200599085d26888cfb59f4c091b137915475e8de677c78411496f15f7dc8838edd7fb1c7eb4e8ee061e73854
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@charset "utf-8";
|
|
2
2
|
|
|
3
|
-
@use
|
|
3
|
+
@use 'sass:math';
|
|
4
4
|
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
5
|
+
@import '../node_modules/bulma/sass/utilities/initial-variables';
|
|
6
|
+
@import '../node_modules/bulma/sass/utilities/derived-variables';
|
|
7
7
|
|
|
8
8
|
$block-list-separator: 0.25rem !default;
|
|
9
9
|
$block-list-highlight-width: 5px !default;
|
|
@@ -73,7 +73,7 @@ $block-list-highlight-width: 5px !default;
|
|
|
73
73
|
|
|
74
74
|
li.is-outlined,
|
|
75
75
|
&.is-outlined > li {
|
|
76
|
-
@include outlined(
|
|
76
|
+
@include outlined('light');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
li.has-icon {
|
data/_sass/_main.scss
CHANGED
|
@@ -9,14 +9,14 @@ $tabs-link-active-border-bottom-color: $primary;
|
|
|
9
9
|
|
|
10
10
|
$modal-content-width: 800px;
|
|
11
11
|
|
|
12
|
-
@import "bulma/sass";
|
|
13
|
-
@import "bulma/sass/utilities/mixins";
|
|
12
|
+
@import "../node_modules/bulma/sass";
|
|
13
|
+
@import "../node_modules/bulma/sass/utilities/mixins";
|
|
14
14
|
$hero-darken: $dark !default;
|
|
15
15
|
|
|
16
16
|
@import "layout";
|
|
17
17
|
@import "syntax";
|
|
18
18
|
@import "showcase";
|
|
19
|
-
@import "
|
|
19
|
+
@import "block-list";
|
|
20
20
|
|
|
21
21
|
.gh-sponsor {
|
|
22
22
|
color: #ea4aaa;
|
|
@@ -46,14 +46,6 @@
|
|
|
46
46
|
"sass": "^1.71.1"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"node_modules/bulma-block-list": {
|
|
50
|
-
"version": "1.0.0",
|
|
51
|
-
"resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-1.0.0.tgz",
|
|
52
|
-
"integrity": "sha512-3lGYDMJjRS3aF/zua7Dq69Aagae+55JxSVX03JdlLvS3cqH8sv7uTZLUbzM1ybdLweNh7bQkTX5ERmVY9lbMIA==",
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"bulma": "^1.0.0"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
49
|
"node_modules/chokidar": {
|
|
58
50
|
"version": "3.6.0",
|
|
59
51
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
data/package-lock.json
CHANGED
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"bulma": "^1.0"
|
|
13
|
-
"bulma-block-list": "^1.0"
|
|
12
|
+
"bulma": "^1.0"
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {}
|
|
16
15
|
},
|
|
@@ -56,14 +55,6 @@
|
|
|
56
55
|
"sass": "^1.71.1"
|
|
57
56
|
}
|
|
58
57
|
},
|
|
59
|
-
"node_modules/bulma-block-list": {
|
|
60
|
-
"version": "1.0.0",
|
|
61
|
-
"resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-1.0.0.tgz",
|
|
62
|
-
"integrity": "sha512-3lGYDMJjRS3aF/zua7Dq69Aagae+55JxSVX03JdlLvS3cqH8sv7uTZLUbzM1ybdLweNh7bQkTX5ERmVY9lbMIA==",
|
|
63
|
-
"dependencies": {
|
|
64
|
-
"bulma": "^1.0.0"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
58
|
"node_modules/chokidar": {
|
|
68
59
|
"version": "3.6.0",
|
|
69
60
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
@@ -262,14 +253,6 @@
|
|
|
262
253
|
"sass": "^1.71.1"
|
|
263
254
|
}
|
|
264
255
|
},
|
|
265
|
-
"bulma-block-list": {
|
|
266
|
-
"version": "1.0.0",
|
|
267
|
-
"resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-1.0.0.tgz",
|
|
268
|
-
"integrity": "sha512-3lGYDMJjRS3aF/zua7Dq69Aagae+55JxSVX03JdlLvS3cqH8sv7uTZLUbzM1ybdLweNh7bQkTX5ERmVY9lbMIA==",
|
|
269
|
-
"requires": {
|
|
270
|
-
"bulma": "^1.0.0"
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
256
|
"chokidar": {
|
|
274
257
|
"version": "3.6.0",
|
|
275
258
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bulma-clean-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.beta.
|
|
4
|
+
version: 1.0.0.beta.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chrisrhymes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -178,6 +178,7 @@ files:
|
|
|
178
178
|
- _posts/2019-07-23-introducing-some-new-layouts-to-bulma-clean-theme.markdown
|
|
179
179
|
- _posts/2020-05-08-creating-a-docs-site-with-bulma-clean-theme.markdown
|
|
180
180
|
- _posts/2021-10-30-creating-a-post-series.md
|
|
181
|
+
- _sass/_block-list.scss
|
|
181
182
|
- _sass/_layout.scss
|
|
182
183
|
- _sass/_main.scss
|
|
183
184
|
- _sass/_showcase.scss
|
|
@@ -188,18 +189,6 @@ files:
|
|
|
188
189
|
- favicon.png
|
|
189
190
|
- node_modules/.package-lock.json
|
|
190
191
|
- node_modules/.yarn-integrity
|
|
191
|
-
- node_modules/bulma-block-list/.editorconfig
|
|
192
|
-
- node_modules/bulma-block-list/.github/FUNDING.yml
|
|
193
|
-
- node_modules/bulma-block-list/LICENSE.txt
|
|
194
|
-
- node_modules/bulma-block-list/README.md
|
|
195
|
-
- node_modules/bulma-block-list/changelog.txt
|
|
196
|
-
- node_modules/bulma-block-list/docs/.nojekyll
|
|
197
|
-
- node_modules/bulma-block-list/docs/docs.css
|
|
198
|
-
- node_modules/bulma-block-list/docs/docs.css.map
|
|
199
|
-
- node_modules/bulma-block-list/docs/index.html
|
|
200
|
-
- node_modules/bulma-block-list/package.json
|
|
201
|
-
- node_modules/bulma-block-list/src/block-list.scss
|
|
202
|
-
- node_modules/bulma-block-list/src/docs.scss
|
|
203
192
|
- node_modules/bulma/LICENSE
|
|
204
193
|
- node_modules/bulma/README.md
|
|
205
194
|
- node_modules/bulma/bulma.scss
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# These are supported funding model platforms
|
|
2
|
-
|
|
3
|
-
github: chrisrhymes
|
|
4
|
-
patreon: # Replace with a single Patreon username
|
|
5
|
-
open_collective: # Replace with a single Open Collective username
|
|
6
|
-
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
|
-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
-
liberapay: # Replace with a single Liberapay username
|
|
10
|
-
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
-
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019 CS Rhymes
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# bulma-block-list
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
A simple scss package extending Bulma with block style list elements.
|
|
6
|
-
|
|
7
|
-
## Upgrading to v1
|
|
8
|
-
|
|
9
|
-
To be compatible with Bulma, version 1 of Bulma Block List requires [dart sass](https://bulma.io/documentation/start/migrating-to-v1/#what-changes).
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
|
|
13
|
-
- `npm i -S bulma-block-list`
|
|
14
|
-
- `@import "node_modules/bulma-block-list/src/block-list";` after importing [Bulma](https://bulma.io/documentation/customize/with-node-sass/#3-create-a-sass-file).
|
|
15
|
-
- Create a ul and give it the class of `block-list`
|
|
16
|
-
- Add any modifier classes to change the styles as needed
|
|
17
|
-
|
|
18
|
-
```html
|
|
19
|
-
<ul class="block-list is-small is-outlined is-success is-centered">
|
|
20
|
-
<li>Item one</li>
|
|
21
|
-
<li>Item two</li>
|
|
22
|
-
<li>Item three</li>
|
|
23
|
-
</ul>
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## List Item Overrides
|
|
27
|
-
|
|
28
|
-
In v0.3 you can override the list item styles.
|
|
29
|
-
|
|
30
|
-
```html
|
|
31
|
-
<ul class="block-list is-small">
|
|
32
|
-
<li>Item one</li>
|
|
33
|
-
<li class="is-primary is-outlined is-large">Item two</li>
|
|
34
|
-
<li>Item three</li>
|
|
35
|
-
</ul>
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# 0.6
|
|
2
|
-
* Upgrade to Bulma 0.9.3
|
|
3
|
-
|
|
4
|
-
# 0.5
|
|
5
|
-
* Added has-icon
|
|
6
|
-
|
|
7
|
-
# 0.4.2
|
|
8
|
-
* Add default styles for is-outlined
|
|
9
|
-
|
|
10
|
-
# 0.4.1
|
|
11
|
-
* Fix for li.is-outlined
|
|
12
|
-
|
|
13
|
-
# 0.3
|
|
14
|
-
* Added list item overrides
|
|
15
|
-
|
|
16
|
-
# 0.2
|
|
17
|
-
* Removed the Bulma imports from block-list.scss file as it caused some Bulma styles to be overwritten
|
|
18
|
-
|
|
19
|
-
# 0.1
|
|
20
|
-
* Initial release
|
|
File without changes
|