formatic 0.1.1 → 0.1.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: 2cb0967a248fa972d16d45fe977f429bce1785261e127e3cb06a0d51357d36da
4
- data.tar.gz: 6d21defa054f21e21c1d2243b5c45bfb355f5c4dafb620bb801b8652069e69fb
3
+ metadata.gz: 6866787fc56a4b98a9b97ffe11a281a767ec813f733eb74d07bcf2b303593725
4
+ data.tar.gz: 7a24c6e8e8fee918e32d0aff8af9eb6de7bbddb5198f8543154372064aaba134
5
5
  SHA512:
6
- metadata.gz: 8239316a8b0082da2fc542e6128eb221741f2a5d61deb7073ee43cb1965e547c73856bd3631d8ec6f73da77eb910607e66881828bb98714ecbe34d81dade27cf
7
- data.tar.gz: 5a66b42920bc1a30ca9b606464e67f504727e08134574a7af3af00df1906e80452dc7e23f0ace1934c4d0ec0734d12e067e51f6a4988ac7f5b3aa41a9de4e75e
6
+ metadata.gz: 6faf76d25ab2a7aebf6dede0ede2157c946aa392bb4f34d9408c6c8f963ff7e6358a1385ffd2b2bed86e048f2d895d9140cb4feeb394546d297b28451ed6e008
7
+ data.tar.gz: abe246213380bf455eb1f678d5c285a9d79cd463db8233ffd8d6acef66303cbc5d9546f6308490e2dba87b9d0cbcf6c46ce3be170d1d0168bcbc85354c5b4688
@@ -1,5 +1,6 @@
1
1
  @use "iglu/font-size"
2
2
  @use "formatic/settings/colors"
3
+ @use "formatic/tools/theme"
3
4
 
4
5
  .s-formatic
5
6
  input[type="email"],
@@ -43,3 +44,9 @@
43
44
 
44
45
  ::placeholder
45
46
  color: colors.$silver-gray
47
+
48
+ +theme.dark
49
+ .s-formatic
50
+ textarea
51
+ background-color: colors.$granite-gray
52
+ color: colors.$white
@@ -0,0 +1,3 @@
1
+ =dark
2
+ @media (prefers-color-scheme: dark)
3
+ @content
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Formatic
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo
@@ -124,7 +124,8 @@ files:
124
124
  - app/assets/stylesheets/formatic/package.json
125
125
  - app/assets/stylesheets/formatic/scopes/form.sass
126
126
  - app/assets/stylesheets/formatic/settings/_colors.sass
127
- - app/assets/stylesheets/formatic/tools/terminal.sass
127
+ - app/assets/stylesheets/formatic/tools/_terminal.sass
128
+ - app/assets/stylesheets/formatic/tools/_theme.sass
128
129
  - app/assets/stylesheets/formatic/utilities/container.sass
129
130
  - app/components/formatic/application_component.rb
130
131
  - app/components/formatic/base.rb