formatic 0.2.1 → 0.2.2

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: acd5eaf99cfdff12eda33ac40015b69c122bb4af7be906de2bca87dbbd606ff5
4
- data.tar.gz: 460f629070925fd64e831a728a8466cdd6d560dabbf63a3971de7f162ac6a7a1
3
+ metadata.gz: ad573a3e445fc6323450aaffcfc959d2ed7cf15052a1759ae6c56bfb40ba5cd2
4
+ data.tar.gz: 030d14e89f4b0bd62873db366a22a6c01307ce51c1569c35838cc5978572b1ff
5
5
  SHA512:
6
- metadata.gz: b978bfa61534335651d24f451f07faae2d302ae43716818057c38e700f02fd6cf504f7a251f794aae36bb46a9c39355455554653c0c73e1a1e0dc074bf790407
7
- data.tar.gz: 1fd8eadfe49f43a7e6df58af8ea5f7b94dadec05f63264fdd53c285a7524bb310263cd9f1ffad5f3f2ac84c61d5a5a3ee970b5c3e50a014dc7ee98a94b770c81
6
+ metadata.gz: 1beda60f837b58ae0a46a533dbfd226902b98c1fe21bb7406df5424fa4214da564a5928bf1c67de1f45883f3e52b9156dadb7c20c6b9c947edc99d78fc6856c8
7
+ data.tar.gz: c7419d85916e603a9abbf4d931125ffb453bd1b3b915e66d5f75e34ba8601f20b1b01d7d2d5f9f6ee4970e99c6ae2ae1c21a2ce7b43ee827c0755b3603f71cd3
@@ -5,6 +5,8 @@
5
5
  // Having grid in the wrapper and the <label>
6
6
  // makes the caption width 100% (increases the click area)
7
7
  display: grid
8
+ height: 100%
9
+ align-content: center
8
10
  +font-size.default
9
11
 
10
12
  label
@@ -47,6 +47,18 @@
47
47
 
48
48
  +theme.dark
49
49
  .s-formatic
50
+ input[type="email"],
51
+ input[type="number"],
52
+ input[type="password"],
53
+ input[type="search"],
54
+ input[type="tel"],
55
+ input[type="text"],
56
+ input[type="url"],
57
+ textarea,
58
+ select,
50
59
  textarea
51
- background-color: colors.$granite-gray
60
+ background-color: colors.$black
52
61
  color: colors.$white
62
+
63
+ select
64
+ background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(255, 255, 255)\"></polygon></svg>")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Formatic
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
11
+ date: 2025-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview