markawesome 0.9.0 → 0.9.2

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: aad59927898fc25ed0af9ae66614cf194c64e89ae06d9ac08dc1b82d810f9c07
4
- data.tar.gz: 0e54e43e57692c1041fe898e972b703030e09dadb569f5c8cc57a9c385599e79
3
+ metadata.gz: 3fbaa15349c093e2848703332cdd25b5dc7493b4a9fbf4f410f718fbd00a943d
4
+ data.tar.gz: ee7f2ffc8fb093ac98d05d560c9815e46496c419dbaf6bc554a5148bcd40295b
5
5
  SHA512:
6
- metadata.gz: ad7fccbc59895042fd63920d75dc6c4cd7505852226736af79dc9b5cf94feb2fca824e5973f68487d41494dd27d22193f2d35b84e3170222bd2e4dcae8fbdc6b
7
- data.tar.gz: 47dab2727e5dc838ad25ead4a7f882e6ee8245e6e31ac8d5454654ec1b0d24f5b176747ba6d9673b043a2daf53f9e79c28ceff1e1dd90f298a1ea3b4467bd2fd
6
+ metadata.gz: 5e951b88f04f20952958fd0fde52279ca9b3d5f406fe65518da281aa2556b73c56d2b017598673d8c0d8f3004838b5494e1ed884200c0b1b1d720894db540698
7
+ data.tar.gz: 825d98fe6f73de0fcfad58c2c4b03a39c05dd8ed0781b730f279f87484e86b18b139c218b1e8c59d0ec86137dce9d1297d8cf3c9b7b74006667da63511c0d83b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.9.2] - 2026-03-13
8
+
9
+ ### Added
10
+
11
+ - Link-style popover triggers now include a `ma-popover-trigger` CSS class for easier styling overrides in consumer projects
12
+
13
+ ## [0.9.1] - 2026-03-12
14
+
15
+ ### Changed
16
+
17
+ - Link-style popover triggers now use dotted underline (`text-decoration-style: dotted`) to visually distinguish them from navigation links
18
+
7
19
  ## [0.9.0] - 2026-03-12
8
20
 
9
21
  ### Added
@@ -164,8 +164,9 @@ module Markawesome
164
164
  if link_style
165
165
  link_style_attr = 'background: none; border: none; padding: 0; ' \
166
166
  'color: inherit; text-decoration: underline; ' \
167
+ 'text-decoration-style: dotted; ' \
167
168
  'cursor: pointer; font: inherit;'
168
- "<button id='#{popover_id}' style='#{link_style_attr}'>#{trigger_content}</button>"
169
+ "<button id='#{popover_id}' class='ma-popover-trigger' style='#{link_style_attr}'>#{trigger_content}</button>"
169
170
  else
170
171
  "<wa-button id='#{popover_id}' variant='text'>#{trigger_content}</wa-button>"
171
172
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Markawesome
4
- VERSION = '0.9.0'
4
+ VERSION = '0.9.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markawesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janne Waren