stimulus_plumbers_tailwind 0.4.12 → 0.4.14

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: 6529c722267d8053a48f0541e86b43bbf055912046a1a1889f05822c5fa6d47a
4
- data.tar.gz: 37924e7fabe09163da81f85bd2e6eadaf4c62841aeb798632bb8098d0de98ecb
3
+ metadata.gz: 3fade9eb057604db9bcfaa34e4b5465436cf4121ca2fac2fc0135d8923d8fc15
4
+ data.tar.gz: 55d4ca0db20ba21adeba78c644be9a0da03d5136c55f549d697a20b290a38c39
5
5
  SHA512:
6
- metadata.gz: 713da61a006ad7af72103be89bb88b7d1c0cfe0d1d9d6f6f108c32022a19c0d30874bda6529bde4fdf7cb4afb0acc095188ac48aa116a8deeb7b5311fdf7ff4f
7
- data.tar.gz: cce57e62900daeeb039ea8f71cf440ead52d88e1e1f9d96d4fd6abf99acbca8b8458860783ce289b9816f01aa37329c0f8611379855ff94a0d009e8ebc17721d
6
+ metadata.gz: e06686efbc235d53f5b6621f23595d3f234e79ad28ce67f02579a354e25db36cde73f567a1952113084507b3344677a81c4cd19657883b80786dfadd62a903f7
7
+ data.tar.gz: 10406b395a531faf1ccf516168673471bf4ebe0833958e7ca1b10457c239c04bfba2556dc58d12fc3b1263b7accdb80e3500b4eb79ded11962817623ecd28c50
data/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ---
6
+ ## [0.4.13](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.12..stimulus-plumbers-tailwind/v0.4.13) - 2026-07-20
7
+
8
+ ### Bug Fixes
9
+
10
+ - input reveal + conceal ([#185](https://github.com/ryancyq/stimulus-plumbers/issues/185)) - ([3391853](https://github.com/ryancyq/stimulus-plumbers/commit/3391853ff5739a77ab5ab8207dc020aee6c6228a)) - Ryan Chang
11
+ - icon accept name as positional required arg ([#187](https://github.com/ryancyq/stimulus-plumbers/issues/187)) - ([5466dee](https://github.com/ryancyq/stimulus-plumbers/commit/5466dee603c534e992f12b823774e90dc4e3c3d7)) - Ryan Chang
12
+
13
+ ### Features
14
+
15
+ - input revealable ([#188](https://github.com/ryancyq/stimulus-plumbers/issues/188)) - ([7aab4f3](https://github.com/ryancyq/stimulus-plumbers/commit/7aab4f369e7e69eddb6b20a6b68327199f87c1e7)) - Ryan Chang
16
+
17
+ ---
18
+ ## [0.4.12](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.11..stimulus-plumbers-tailwind/v0.4.12) - 2026-07-19
19
+
20
+ ### Bug Fixes
21
+
22
+ - gitignore entry should only be added if there is no existing rule on generated/builds assets ([#181](https://github.com/ryancyq/stimulus-plumbers/issues/181)) - ([bc44d68](https://github.com/ryancyq/stimulus-plumbers/commit/bc44d68068dced77930a007c097f6b27a511ab20)) - Ryan Chang
23
+ - refactor form inputs + make code/credit card separator configurable ([#182](https://github.com/ryancyq/stimulus-plumbers/issues/182)) - ([bbc0a55](https://github.com/ryancyq/stimulus-plumbers/commit/bbc0a55d5dbcc5cee1459434ce65606cdbfdd0e8)) - Ryan Chang
24
+
25
+ ### Features
26
+
27
+ - form submit button with icon support ([#184](https://github.com/ryancyq/stimulus-plumbers/issues/184)) - ([ac3af21](https://github.com/ryancyq/stimulus-plumbers/commit/ac3af216125eedb01bc1bc053dd890e33482cc4b)) - Ryan Chang
28
+
5
29
  ---
6
30
  ## [0.4.11](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.10..stimulus-plumbers-tailwind/v0.4.11) - 2026-07-19
7
31
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module StimulusPlumbers
4
4
  module Tailwind
5
- VERSION = "0.4.12"
5
+ VERSION = "0.4.14"
6
6
  end
7
7
  end
@@ -17,6 +17,7 @@ module StimulusPlumbers
17
17
  "calendar" => "calendar-days",
18
18
  "external-link" => "arrow-top-right-on-square",
19
19
  "reveal" => "eye",
20
+ "conceal" => "eye-slash",
20
21
  "save" => "check",
21
22
  "grip-vertical" => "bars-3"
22
23
  }.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_plumbers_tailwind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang