ariadne_view_components 0.0.83.1 → 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: 53ecce6959e5da23d6b64ca5159fc54d272e20494f766079438ef5fb2a745045
4
- data.tar.gz: 5d4b7274ec858ffd130b0f6885c754f7883b4cc823fbca3ab71d6e4a5421287e
3
+ metadata.gz: aab281421abdd0d822cc0398e1d814eb21f21657d3c0e2ea9fc40ba2fac7e67c
4
+ data.tar.gz: aaf1b919e90ad01510c63bf7c4b472dbc7a10210057b79d3d5f2741fb1cb7521
5
5
  SHA512:
6
- metadata.gz: '0251218ee06f1cb289edb045080a25b803cbfc3a4d2ee8521b9b3ccf0afb5e248798ae3a21c8c40ef8fe6a92eae6f731172be2373846c94cfd61fba903b7ae4e'
7
- data.tar.gz: cd030f0015c3fc9d4bc2452ff7eb00a1f9a7fe5136dd1c4d1a1c1b3affd8f4ae20812b18f7e5d766a2afcaf03278500f4b73718e7b2d5f16cf2dbbb9f8c068c5
6
+ metadata.gz: a54b10a0f027d68cae4f0cd0cea1ed601bcc1ed6b25ab4bdad5ba130757f2070d578b50b0a0063640944564d6775bf80029e0c56968e5d3d2523bc0b7d73069b
7
+ data.tar.gz: e5dbc5e469e98fc1c8beeb7db825b711e21027b6cb6b0e91caed28361a63825892fb9c9fd29f1670c8ca0f7f2712943cb7c1c4f738828fdab535b5b20cc85b24
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
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
1
7
  # [v0.0.83.1] - 07-07-2024
2
8
  **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.83...v0.0.83.1
3
9
  # [v0.0.83] - 03-07-2024
@@ -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>
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.83.1"
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.1
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-07 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