layered-ui-rails 0.2.3 → 0.2.4

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: 75dcf9f79fab9aaea203cbb53005e0f554ba9251fd9b82fdd0ea34f34759bbf6
4
- data.tar.gz: 7ce2c60f5c4c5e51e17ab495d793b5e743ad12db337aa8e1aff64d334cd39195
3
+ metadata.gz: 272ff1df79793bfe6c59ed6b4ea2ae12a82e8a7b51b5efcc770987b7387ca2c0
4
+ data.tar.gz: 21bf4840c729bf7d56cbb0971ab49f45fc24d301166f046c31c1164deeea0c56
5
5
  SHA512:
6
- metadata.gz: 1f1bfb59cba7edc8b7ab8486d6748d2a27fbb3f3faec78e1e4a0334cfb35a3ba6368e09ad1a3927933f993e9447aefd5ffa8bf51717905da3f4030fbb55aef54
7
- data.tar.gz: c492959e4df4584ad21de616221b8b0b6698c4cd33d4856c36d750d85f3edebea6afc205d7535145a705cdd83e89b2c4c50fc41ed018fc5cb641b19ac53123e8
6
+ metadata.gz: 2bba00f8ff4ff4e0b65b96c95ed438325ff50f93bd14c3f81d6274616d921cf196a0350c8780b85866609a4de090f51ba1434e0ee204d68fcb52b230edf72ab3
7
+ data.tar.gz: e31d63c421a1d3faa076c76f6a15b09f9465e2456fa9d04a024496e3e83790eb18e192193ec54842655382c81989789d36773dda3aa657f3cb27e23962653f07
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## [0.2.4] - 2026-04-06
8
+
9
+ ### Added
10
+
11
+ - YouTube social icon SVG bundled in the gem
12
+
7
13
  ## [0.2.3] - 2026-04-06
8
14
 
9
15
  ### Added
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![GitHub](https://img.shields.io/badge/GitHub-layered--ui--rails-black)](https://github.com/layered-ai-public/layered-ui-rails)
8
8
  [![Discord](https://img.shields.io/badge/Discord-join-5865F2)](https://discord.gg/aCGqz9Bx)
9
9
 
10
- An open source, Rails 8+ engine that provides WCAG 2.2 AA compliant design tokens, Tailwind CSS utilities, and Stimulus controllers for theme switching, mobile navigation, slide-out panels, modals, and tabs. Ships as pure frontend with no server-side dependencies beyond Rails and Tailwind CSS. See the [live demo](https://layered-ui-rails.layered.ai).
10
+ An open source, Rails 8+ engine that provides WCAG 2.2 AA compliant design tokens, Tailwind CSS utilities, and Stimulus controllers for theme switching, mobile navigation, slide-out panels, modals, and tabs. See the [live demo](https://layered-ui-rails.layered.ai).
11
11
 
12
12
  <table align="center">
13
13
  <tr>
@@ -0,0 +1,3 @@
1
+ <svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814ZM9.545 15.568V8.432L15.818 12l-6.273 3.568Z" />
3
+ </svg>
@@ -1,5 +1,5 @@
1
1
  module Layered
2
2
  module Ui
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: layered-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - layered.ai
@@ -151,8 +151,7 @@ dependencies:
151
151
  version: '2.0'
152
152
  description: An open source Rails 8+ engine that provides WCAG 2.2 AA compliant design
153
153
  tokens, Tailwind CSS utilities, and Stimulus controllers for theme switching, mobile
154
- navigation, slide-out panels, modals, and tabs. Ships as pure frontend with no server-side
155
- dependencies beyond Rails and Tailwind CSS.
154
+ navigation, slide-out panels, modals, and tabs.
156
155
  email:
157
156
  - support@layered.ai
158
157
  executables: []
@@ -184,6 +183,7 @@ files:
184
183
  - app/assets/images/layered_ui/icon_moon.svg
185
184
  - app/assets/images/layered_ui/icon_sun.svg
186
185
  - app/assets/images/layered_ui/icon_x.svg
186
+ - app/assets/images/layered_ui/icon_youtube.svg
187
187
  - app/assets/images/layered_ui/logo_dark.svg
188
188
  - app/assets/images/layered_ui/logo_light.svg
189
189
  - app/assets/images/layered_ui/panel_icon_dark.svg