bulma-clean-theme 1.0.0.beta.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8754cb70dcdefab68d6fc924926f22f56d373b29ec5ee73986099e4798bcc52b
4
- data.tar.gz: 277aee383af5d4fa89b96772395002480b2810f66c1711c78d1dcea69bd94506
3
+ metadata.gz: a29d142b9893e9fe88147da4c05d0edda0bc5af50fb76f7fb5d6c87c95dc8722
4
+ data.tar.gz: 659074e4c0d12d24e01d6cf9d822b7094396555349c1f6e686da2f4dec6f12af
5
5
  SHA512:
6
- metadata.gz: 87689f87ec703e0400bde2574cb561dcb0709c3307ea13b108ad74dc129c8e7d9ddb06452d30b7a3636981120d293bbeff6b08bb9741439f2a2115feb4268202
7
- data.tar.gz: df494a625dc204cc75ba81695eb31e13fbf62a9088dcf385bd3ca825bf7dc1efaf26d66e663f987c527f21fe96bb1f5c9b001d8996e7a10d8c2fd39b92308849
6
+ metadata.gz: 348a8becae8738b62ee1a0da158b2554b6f5617ad0f7b4af1be1524569ad7df968e017cfaaf636d7663ca937e54040c6c387d89b24913659aec747c4bb1947c4
7
+ data.tar.gz: 3278a27cf7caa5481f0af58e20ec863475bdef37da43a6abddd45aced06fd9b2f78e76bcf71a189f2e23f8b39a762362590e21105209aaa45b9d05691c7fd8f1
@@ -1,9 +1,9 @@
1
1
  @charset "utf-8";
2
2
 
3
- @use "sass:math";
3
+ @use 'sass:math';
4
4
 
5
- @import "bulma/sass/utilities/initial-variables.scss";
6
- @import "bulma/sass/utilities/derived-variables.scss";
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("light");
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 "bulma-block-list/src/block-list.scss";
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
@@ -10,7 +10,6 @@
10
10
  "author": "chrisrhymes",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "bulma": "^1.0",
14
- "bulma-block-list": "^1.0"
13
+ "bulma": "^1.0"
15
14
  }
16
15
  }
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.1
4
+ version: 1.0.0
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-05 00:00:00.000000000 Z
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
@@ -310,9 +299,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
310
299
  version: '0'
311
300
  required_rubygems_version: !ruby/object:Gem::Requirement
312
301
  requirements:
313
- - - ">"
302
+ - - ">="
314
303
  - !ruby/object:Gem::Version
315
- version: 1.3.1
304
+ version: '0'
316
305
  requirements: []
317
306
  rubygems_version: 3.3.7
318
307
  signing_key:
@@ -1,15 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- charset = utf-8
5
- end_of_line = lf
6
- insert_final_newline = true
7
- indent_style = space
8
- indent_size = 4
9
- trim_trailing_whitespace = true
10
-
11
- [*.md]
12
- trim_trailing_whitespace = false
13
-
14
- [*.{yml,yaml}]
15
- indent_size = 2
@@ -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
- ![npm](https://img.shields.io/npm/dw/bulma-block-list)
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