railwind 0.1.23 → 0.1.24

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: db5ccd80f2a24cec982ac3275e008927303e0e2b36c3cda6bc196ff59605b3de
4
- data.tar.gz: 831847785839c6944f4ac0cf1f3f56a0d7e94552b6455defbfcc67c455e13cc7
3
+ metadata.gz: 68bd072f892742af3a7e2313012e976533bd3d73fc64a84705369bb1c2290a80
4
+ data.tar.gz: 00a5509d85e52917a851be910c1df081583274cf35537120f610a6c8be6a90c0
5
5
  SHA512:
6
- metadata.gz: 5b0884e3517c1c2f0660d6eb6687de37206b8febe2a1af957a22e11fc5e19593c5db0a473240e605facba16c1bee76f30ba504a4a4c440a6ae61c60bc26cd84f
7
- data.tar.gz: c2cb347554d3e7c684c0be6caff7e8b555a8285ffa9d4c0c2d9bb3f4e98073a7c0e60f3f1072fecb33bc4ea8071d493ea229f11ce16a64309909d95146c61507
6
+ metadata.gz: f85b2bf9b9ce851bba143c60377e017088a7eec6ebda1d41c92c566fafd9a2513adb42ecc2b83561b94a53048e911a0f9d3a3dce504785d7b30239773d6927f1
7
+ data.tar.gz: 933d488b41a43b06bfe53f79138b0c4f2c48c0d62a1b8d627152eed38368637af613952e5b4c26e162d8801fe8108dc4ad51d00e05a8ca27a24c8be9472ba805
@@ -9,4 +9,6 @@ module Railwind
9
9
  copy_file "button/_button_component.html.erb", "app/components/button_component.html.erb"
10
10
  end
11
11
  end
12
- end
12
+ end
13
+
14
+
@@ -19,5 +19,5 @@ tailwind_classes = "#{base_classes} #{variant_classes}" %>
19
19
 
20
20
  <button type="<%= @type %>" class="<%= tailwind_classes %>">
21
21
  <%= content %>
22
- <%= @text %>
22
+ <%= @text %>">
23
23
  </button>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Railwind
4
- VERSION = "0.1.23"
4
+ VERSION = "0.1.24"
5
5
  end
data/lib/railwind.rb CHANGED
@@ -5,6 +5,7 @@ require_relative "railwind/generators/button_generator"
5
5
  require_relative "railwind/generators/card_generator"
6
6
  require_relative "railwind/generators/tab_generator"
7
7
  require_relative "railwind/generators/callout_generator"
8
+ require_relative "railwind/generators/progress_generator"
8
9
 
9
10
  module Railwind
10
11
  class Error < StandardError; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railwind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Bryant
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-01 00:00:00.000000000 Z
11
+ date: 2023-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails