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 +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/app/assets/images/layered_ui/icon_youtube.svg +3 -0
- data/lib/layered/ui/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 272ff1df79793bfe6c59ed6b4ea2ae12a82e8a7b51b5efcc770987b7387ca2c0
|
|
4
|
+
data.tar.gz: 21bf4840c729bf7d56cbb0971ab49f45fc24d301166f046c31c1164deeea0c56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bba00f8ff4ff4e0b65b96c95ed438325ff50f93bd14c3f81d6274616d921cf196a0350c8780b85866609a4de090f51ba1434e0ee204d68fcb52b230edf72ab3
|
|
7
|
+
data.tar.gz: e31d63c421a1d3faa076c76f6a15b09f9465e2456fa9d04a024496e3e83790eb18e192193ec54842655382c81989789d36773dda3aa657f3cb27e23962653f07
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://github.com/layered-ai-public/layered-ui-rails)
|
|
8
8
|
[](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.
|
|
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>
|
data/lib/layered/ui/version.rb
CHANGED
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.
|
|
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.
|
|
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
|