sn_filterable 3.1.1 → 3.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 189899fbf9e20cc4383ea9429c84278c0e7f231dc5d315a35193d6232f696758
|
4
|
+
data.tar.gz: b35afd8d7a0bef95d8567d7e66bf53de969e494b8cbc2b39f894405d9d2e059c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 512c8c66a5fcbd99c1d93a4161b02da557a007d3912162954a155c43deb3015fbb698757fb6f895eb553a03a17441403dd2b5551f74ffb48ce4cbb5c3a4c4c5c
|
7
|
+
data.tar.gz: dc13d05d8e747b99155d0ade9fd98f1adad2e0051c2c1e52e5905d4314c03a50a43f44f4d9428a05ca62f35e39bf72a51793e80bcb2f1c8ebe44f16325e6995c
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<%= content_tag :fieldset,
|
2
2
|
class: "w-full text-xs lg:text-sm app-word-break dark:bg-gray-800",
|
3
|
-
"x-data": { open: @open }.to_json
|
4
|
-
|
3
|
+
"x-data": { open: @open }.to_json,
|
4
|
+
"aria-label": @title do %>
|
5
5
|
<button class="flex border-b dark:border-gray-700 justify-between w-full px-4 py-3 font-medium text-left text-gray-900 dark:text-white transition-colors hover:bg-gray-200 dark:hover:bg-gray-700 rounded-sm focus:outline-none focus-visible:ring focus-visible:ring-gray-500 dark:focus-visible:ring-gray-400 focus-visible:ring-opacity-75"
|
6
6
|
type="button"
|
7
7
|
@click="open = !open">
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sn_filterable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- IBM Skills Network
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: heroicon
|