css-zero 0.0.57 → 0.0.58

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: f36de6d1d6734c0b993d5cb5408229b47934e2e6725fb995e8507deb6ebd7840
4
- data.tar.gz: c60d2d2df8617f7a1bb53cfa4c19f935531b73675402b807d7090ea6cf03a6cb
3
+ metadata.gz: fca180d08e4732fb2fda3bf012471d48a342e30d516d465ead2db4ececa9c3fe
4
+ data.tar.gz: d8197692b8a211938eceb1f8d3aa4a032d34874afdd37eefb08fa53aeb87799a
5
5
  SHA512:
6
- metadata.gz: c726280266ad97bad3a106ba0000ae34d9e30c6adf6284ad6d7ab74d38d01d1d0f4f48bed7008232e5d11ce527e1afd49721a6aae7cf819353844bae8d16b39b
7
- data.tar.gz: 2a64d4b5136d1600edfb47f7c52bf71e873e35d4a7ed59a9bc4cb4cf0593a467ccca1f13d8ab5ec1ee17cb6b98173a00b44f0f0b2c53f617b4cedea5c27682d7
6
+ metadata.gz: 4bc8734abcd9dd40f777bc5b51a952267e3a4ee3ae7ca3089ad4b500138604b1bd464d62b53e102d1d424fb452bc3613effc114d8d8e823041d897c0c5d4630e
7
+ data.tar.gz: b2a3cfadf53df3a4345f218635806cd60aa15adb1f43fa15983335ebeb2fdd113a84b53b6840c0b0bde2d631685a163849809220e802d0ad5e5ab802417c2dd8
data/README.md CHANGED
@@ -48,13 +48,17 @@ bin/rails generate css_zero:add --help
48
48
 
49
49
  Check the [CSS files](app/assets/stylesheets) in the repository to see the available variables and utility classes.
50
50
 
51
+ ## Components
52
+
53
+ [<img src="https://github.com/user-attachments/assets/3a7fbd1e-5cc8-4476-a60c-52bc28efca29">](https://csszero.lazaronixon.com)
54
+
51
55
  ## Icons
52
56
 
53
57
  Some icons in the examples are not copied to the project. If you are looking for good ones, I recommend [Lucide](https://lucide.dev).
54
58
 
55
- ## Components
59
+ ## Scaffold
56
60
 
57
- [<img src="https://github.com/user-attachments/assets/3a7fbd1e-5cc8-4476-a60c-52bc28efca29">](https://csszero.lazaronixon.com)
61
+ This gem implements custom templates for scaffolds and authentication.
58
62
 
59
63
  ## Development
60
64
 
@@ -36,8 +36,8 @@
36
36
  .font-semibold { font-weight: var(--font-semibold); }
37
37
  .font-bold { font-weight: var(--font-bold); }
38
38
 
39
- .underline { text-decoration-line: underline; }
40
- .no-underline { text-decoration-line: none; }
39
+ .underline { text-decoration: underline; }
40
+ .no-underline { text-decoration: none; }
41
41
 
42
42
  .uppercase { text-transform: uppercase; }
43
43
  .normal-case { text-transform: none; }
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.57"
2
+ VERSION = "0.0.58"
3
3
  end
@@ -65,6 +65,10 @@ body {
65
65
  text-rendering: optimizeLegibility;
66
66
  }
67
67
 
68
+ .turbo-progress-bar {
69
+ background-color: var(--color-primary);
70
+ }
71
+
68
72
  ::selection {
69
73
  background-color: var(--color-selected);
70
74
  }
@@ -38,6 +38,6 @@
38
38
 
39
39
  <% end -%>
40
40
  <div class="inline-flex items-center mbs-2 mie-1">
41
- <%%= form.button tag.span("Save changes"), class: "btn btn--primary btn--loading" %>
41
+ <%%= form.submit class: "btn btn--primary" %>
42
42
  </div>
43
43
  <%% end %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.57
4
+ version: 0.0.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com