ariadne_view_components 0.0.83 → 0.0.83.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a70e4c35517219eef2482cc64b6486e2549b992ce98f398fd9eabf7e18208ab
4
- data.tar.gz: fedcdc2ae2074949d6f3f58d6b87eaf6f6718919050b0127107a59837d785551
3
+ metadata.gz: aab281421abdd0d822cc0398e1d814eb21f21657d3c0e2ea9fc40ba2fac7e67c
4
+ data.tar.gz: aaf1b919e90ad01510c63bf7c4b472dbc7a10210057b79d3d5f2741fb1cb7521
5
5
  SHA512:
6
- metadata.gz: 715b1c306599263870c451e59714dd002ede9435841b7913026809bc4551c306e49aae7e9f017dbac96812b7f25d5136fa04bcb1b55b41bb8ddfd17af67a122d
7
- data.tar.gz: 9b4b4fcc0420da04aaaa3fbd7935c86176abb7b1d011f62cee2fc1cf54461ce556b50e591825521652fde8cff8c86386283f6e195e5cbb7e63553e508aee455f
6
+ metadata.gz: a54b10a0f027d68cae4f0cd0cea1ed601bcc1ed6b25ab4bdad5ba130757f2070d578b50b0a0063640944564d6775bf80029e0c56968e5d3d2523bc0b7d73069b
7
+ data.tar.gz: e5dbc5e469e98fc1c8beeb7db825b711e21027b6cb6b0e91caed28361a63825892fb9c9fd29f1670c8ca0f7f2712943cb7c1c4f738828fdab535b5b20cc85b24
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [v0.0.83.2] - 08-07-2024
2
+ ## What's Changed
3
+ * [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/499
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.83.1...v0.0.83.2
7
+ # [v0.0.83.1] - 07-07-2024
8
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.83...v0.0.83.1
1
9
  # [v0.0.83] - 03-07-2024
2
10
  ## What's Changed
3
11
  * [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/496
@@ -1,11 +1,10 @@
1
- <div class="ariadne-space-y-2">
1
+ <div class="ariadne-space-y-2 w-full">
2
2
  <label
3
3
  class="<%= style(:label) %>"
4
4
  for="<%= @name %>"><%= @label %></label>
5
5
  <% if required? %>
6
6
  <span aria-hidden="true">*</span>
7
7
  <% end %>
8
-
9
8
  <%= content_tag(
10
9
  :input,
11
10
  nil,
@@ -13,7 +12,6 @@
13
12
  class: html_attrs[:class],
14
13
  **html_attrs.except(:class)
15
14
  ) %>
16
-
17
15
  <% if @validation_message %>
18
16
  <%= render(Primer::BaseComponent.new(tag: :div, **@validation_arguments)) do %>
19
17
  <span class="FormControl-inlineValidation--visual"><%= render(Primer::Beta::Octicon.new(icon: :"alert-fill", size: :xsmall, aria: { hidden: true })) %></span>
@@ -21,6 +19,6 @@
21
19
  <% end %>
22
20
  <% end %>
23
21
  <% if caption? %>
24
- <p id="<%= @name %>-description" class="<%= style(:caption, theme:, size:, width:) %>"><%= @caption %></p>
22
+ <p id="<%= @name %>-description" class="<%= style(:caption, theme:, size:, width:) %>"><%= @caption %></p>
25
23
  <% end %>
26
24
  </div>
@@ -2,6 +2,7 @@
2
2
  <% if @icon_only %>
3
3
  <%= render @icon %>
4
4
  <% else %>
5
+ <%= leading_visual %>
5
6
  <span data-ariadne-ui-button-target="content"><%= trimmed_content %></span>
6
7
  <%= trailing_visual %>
7
8
  <% end %>
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.83"
6
+ VERSION = "0.0.83.2"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.83
4
+ version: 0.0.83.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-03 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge