css-zero 0.0.58 → 0.0.60

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: fca180d08e4732fb2fda3bf012471d48a342e30d516d465ead2db4ececa9c3fe
4
- data.tar.gz: d8197692b8a211938eceb1f8d3aa4a032d34874afdd37eefb08fa53aeb87799a
3
+ metadata.gz: 871a8269f4d74512519b9582720a027fe3ef50162cc5391aa4c53874ecb496f2
4
+ data.tar.gz: 0e42421a174fbda4a1d7246ebd46f36bb60425cb0e3e6943fc553e85ac9e3565
5
5
  SHA512:
6
- metadata.gz: 4bc8734abcd9dd40f777bc5b51a952267e3a4ee3ae7ca3089ad4b500138604b1bd464d62b53e102d1d424fb452bc3613effc114d8d8e823041d897c0c5d4630e
7
- data.tar.gz: b2a3cfadf53df3a4345f218635806cd60aa15adb1f43fa15983335ebeb2fdd113a84b53b6840c0b0bde2d631685a163849809220e802d0ad5e5ab802417c2dd8
6
+ metadata.gz: 330c2aa8bf2cf91b9fad4fb573e52900789f93556f6cb5e6552e56311b0ab07e8f28c24ca95e626c25552213906705a1f45a9013a85dbd1cb30066e1a2004f6e
7
+ data.tar.gz: 8501b13069a736a3f89f83634f841680daea78db53341a5e77d0deb417a352187633efeb294cadd4bf8f112cb2e2299e307a6ff1071facd09af5ab3af69c10eb
data/README.md CHANGED
@@ -16,7 +16,7 @@ Run the install command.
16
16
  bin/rails generate css_zero:install
17
17
  ```
18
18
 
19
- Add the additional components you need.
19
+ Add the additional components you need. (Optional)
20
20
 
21
21
  ```
22
22
  bin/rails generate css_zero:add --help
@@ -250,14 +250,6 @@ progress {
250
250
  -webkit-appearance: none;
251
251
  }
252
252
 
253
- /*
254
- Correct empty date field height on safari IOS.
255
- */
256
-
257
- ::-webkit-date-and-time-value {
258
- height: 1.5em;
259
- }
260
-
261
253
  /*
262
254
  Add the correct display in Chrome and Safari.
263
255
  */
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.58"
2
+ VERSION = "0.0.60"
3
3
  end
@@ -1,7 +1,8 @@
1
1
  .flash {
2
2
  align-items: center;
3
3
  animation: appear-then-fade 4s 300ms both;
4
- background-color: var(--color-text);
4
+ backdrop-filter: var(--blur) var(--contrast-75);
5
+ background-color: hsl(from var(--color-text) h s l / .65);
5
6
  border-radius: var(--rounded-full);
6
7
  color: var(--color-text-reversed);
7
8
  display: flex;
@@ -14,6 +15,10 @@
14
15
  padding: var(--size-1) var(--size-4);
15
16
  text-align: center;
16
17
 
18
+ [data-turbo-preview] & {
19
+ display: none;
20
+ }
21
+
17
22
  @media (width >= 40rem) {
18
23
  font-size: var(--text-lg);
19
24
  }
@@ -4,7 +4,8 @@
4
4
  border: 1px solid var(--input-border-color, var(--color-border));
5
5
  border-radius: var(--input-radius, var(--rounded-md));
6
6
  font-size: var(--input-font-size, var(--text-sm));
7
- inline-size: var(--size-full);
7
+ inline-size: var(--input-inline-size, var(--size-full));
8
+ min-block-size: var(--input-block-size, var(--size-10));
8
9
  padding: var(--input-padding, 0.5rem 0.75rem);
9
10
 
10
11
  option {
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.58
4
+ version: 0.0.60
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-07 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com