css-zero 2.0.0 → 2.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d628d36d9cf6c6bd62e165bb74e76ba226cb438824f131bf58a8feb78dd116ca
4
- data.tar.gz: 685ce250accb6575865a7a527203535a40a1619af7c2d1c6b5a36522a9b580c2
3
+ metadata.gz: aa6f17333419c62f3558755e91b42459644d7fc56bbd5b1279356105b29691dc
4
+ data.tar.gz: 7b8ddce221ccf38979b4948e8f0f5cf8c7789a012cece4b53762d8c5a428ce70
5
5
  SHA512:
6
- metadata.gz: dc3269f7abefbf85ff31df3bbecb2861d3456efb5b7f5d25cf2f8b6052fad64509cf1d53b18d16a134a3db07e168e1753753cdf6d081c0fbba891065d0ca5c13
7
- data.tar.gz: 805eddba51906ccc77195b635a57327fd3f482cdfd92b2695306a80aa9543e7e90d6bab609f9c2521194d7e8760bb7b73c8a11e15a1f1492b0b3b54a405ab8e7
6
+ metadata.gz: 4af5c0b6f69104f67f2e00bba34d65530f96669822781bbe035b411fbf1fe5aeaa9a5a5898116df80cb4ba1137636611cf453263797b63598af888c01ad7dea4
7
+ data.tar.gz: 2bfb0e2679327a0696ea59d4f5bf9f9b7b9c361f0c4077d2a0b08f952357a1ac8f808a292c926b4cc5ecd63250411f13204383c7d3804ee2f85cb860ed54e770
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  .input {
2
2
  appearance: none;
3
- background-color: var(--input-background, transparent);
3
+ background-color: var(--input-background, var(--color-bg));
4
4
  block-size: var(--input-block-size, auto);
5
5
  border: 1px solid var(--input-border-color, var(--color-border));
6
6
  border-radius: var(--input-radius, var(--rounded-md));
@@ -38,7 +38,7 @@
38
38
 
39
39
  <main id="main">
40
40
  <%% if notice.present? %>
41
- <div popover class="flash" style="--flash-position: 5rem;" data-controller="element-removal" data-action="animationend->element-removal#remove" role="alert"><%%= notice %></div>
41
+ <%%= tag.div notice, popover: "manual", class: "flash", style: "--flash-position: 5rem", data: { controller: "element-removal", action: "animationend->element-removal#remove", role: "alert" } %>
42
42
  <%% end %>
43
43
  <div class="container">
44
44
  <%%= yield %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-08-04 00:00:00.000000000 Z
10
+ date: 2025-08-05 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  email: lazaronixon@hotmail.com
13
13
  executables: []