css-zero 1.1.1 → 1.1.3

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: ca4ba5f195b039dc99ad2a107199081dfb0da78ef760a268eb855b7c5d0c30ed
4
- data.tar.gz: b7be9902025802081b3de6a564be20a5da58d30eb4cd801bc13edb2628c6fc01
3
+ metadata.gz: a7ddc50aab19848a4bdb9acb911f6a8d8bee95348207894e10b2399bc3d19055
4
+ data.tar.gz: 73d6fe5bf3dff09e2d4491dc8c303e66730c55d79138b99600ed481dc9347840
5
5
  SHA512:
6
- metadata.gz: d5870e49f90ccc0037f7bc0dac9d2193e87065d071ca6ba5be666b1e086cf39efc273c89c1ea7d1c7dea5005eac4b222cf188934f08718234f7c4b858fa44123
7
- data.tar.gz: 560de3cb753cbca1f96dab58d30c6cb5dc184a3677d135514f2ca8ac0d3e3545d5e459a6992bc64e4b60db770549bee1192f0b3b938ee0fc09353c2ea533b0cd
6
+ metadata.gz: 0a05ad6bd058a7f38cb1eb3b55b93aca545b8b50ae59eaa845d955b540df1236e993b8e804df936f285862b696362fabb09384815608f2b5199e7f760763ea86
7
+ data.tar.gz: e12e6dbb8f15a6a843db6b443e35a1e70802c6935bfe5e07b16baf2cbf237abeb42260e4b19fdf0407daecbf2db7ee8767cc38225751d44b27aedd21f9078d64
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.3"
3
3
  end
@@ -17,6 +17,7 @@
17
17
  inline-size: var(--btn-inline-size, auto);
18
18
  justify-content: var(--btn-justify-content, center);
19
19
  padding: var(--btn-padding, .375rem 1rem);
20
+ position: relative;
20
21
  text-align: center;
21
22
  white-space: nowrap;
22
23
 
@@ -78,12 +79,9 @@
78
79
 
79
80
  .btn--icon {
80
81
  --btn-padding: var(--size-2);
81
- --btn-radius: var(--rounded-full);
82
82
  }
83
83
 
84
84
  [aria-busy] .btn--loading:disabled {
85
- position: relative;
86
-
87
85
  > * {
88
86
  visibility: hidden;
89
87
  }
@@ -1,6 +1,6 @@
1
1
  .input {
2
2
  appearance: none;
3
- background-color: var(--input-background, var(--color-bg));
3
+ background-color: var(--input-background, transparent);
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));
@@ -61,12 +61,10 @@
61
61
  accent-color: var(--color-primary);
62
62
  }
63
63
 
64
- /* Hide invalid-feedback element */
65
64
  .invalid-feedback {
66
65
  display: none;
67
66
  }
68
67
 
69
- /* Styles shared between components */
70
68
  :is(.input, .checkbox, .radio, .range) {
71
69
  &:focus-visible {
72
70
  outline: var(--input-outline-size, 2px) solid var(--color-selected-dark);
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: 1.1.1
4
+ version: 1.1.3
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: 2025-02-16 00:00:00.000000000 Z
11
+ date: 2025-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com