wabi 0.16.0 → 0.17.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +1 -1
  4. data/lib/wabi/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4495a8631cd5ad14cac92e522f0bdd4f1409ec525d9ca7772e806c6a2556947
4
- data.tar.gz: 5434b6d05819812507dd79b35b4e8d5de17b18e0f3972be980cab3ee3073c6a3
3
+ metadata.gz: 8416a5c3048f9fc12ef2ae6650ca8de97fac27996b3898428fbad227cec3eb0b
4
+ data.tar.gz: 9510d03bf27057412dd57fe31cd4166b79738fb0043627eb59f931291cc614b7
5
5
  SHA512:
6
- metadata.gz: c2fa7aa63c365c998c8b1c842e042d6c52de53ee28f9ec9ca23a4ee252cbb8716a9c48500cc1659d518ed78fed2b8b0a02b98a528e5f3eea8227bb610cebd62d
7
- data.tar.gz: 8e555b3a09a17aed90cff323d97480199ff85b1f236170e90441a6b20551f908a5e24d16a35c3c8e0a8d19641614fd8f3fd9b778606c4cb50dc6497fa08482ff
6
+ metadata.gz: 6a6d70ff3106cb54dd1684200e4db93edc65bf8672ae963367d759df85c8fcc7d63c6454967f941e29baa41d8fb9e77da33f6c70da50c950969971a4f5ce1671
7
+ data.tar.gz: 07fab2a18b37bcd6890c086d77a26b550691ee40286c303a5ddbc7fddcae6ebbe063baa88ceba981fbb2d7bf7c16a76c71b58e3a006175d41f2546ba9c3cf9b1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to Wabi land here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## 0.17.0 - 2026-06-03
6
+
7
+ A minimalist `:underline` style variant for Tabs, and the docs `ComponentPreview`
8
+ now dogfoods it.
9
+
10
+ ### Added
11
+
12
+ - **Tabs `:underline` variant.** `Tabs.new(variant: :underline)` renders a
13
+ full-width, minimalist tab strip: no track, a baseline border under the whole
14
+ list, and the active tab marked by a primary-colored bottom border + primary
15
+ bold text (with a transparent placeholder border so activation doesn't shift
16
+ layout). Joins `:standard` (default) and `:pill`; set once on the root and
17
+ propagated to `TabsList`/`TabsTrigger` via the `group-data-[variant=underline]`
18
+ marker.
19
+
20
+ ### Changed
21
+
22
+ - **`ComponentPreview` (docs) now renders the `:underline` Tabs variant** instead
23
+ of hand-applying the underline classes inline — dogfooding the new variant and
24
+ removing the duplicated styling. No visual change.
25
+
5
26
  ## 0.16.0 - 2026-06-03
6
27
 
7
28
  Local Zag vendoring for offline / strict-CSP installs, plus a `:pill` style
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Wabi is an open-source UI component library for **Ruby on Rails 8**, built on **Phlex + Tailwind 4 + Stimulus + Hotwire**. Inspired by shadcn/ui, components are *copied* into your app — you own the code, customize freely, no upstream API to drift away from.
6
6
 
7
- 🎉 **Status:** v0.16.0 alpha — [available on RubyGems](https://rubygems.org/gems/wabi). 35 components, 8 theme palettes, WCAG-AA targeted, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
7
+ 🎉 **Status:** v0.17.0 alpha — [available on RubyGems](https://rubygems.org/gems/wabi). 35 components, 8 theme palettes, WCAG-AA targeted, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
8
8
 
9
9
  ---
10
10
 
data/lib/wabi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wabi
4
- VERSION = "0.16.0"
4
+ VERSION = "0.17.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wabi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Ortega