ariadne_view_components 0.0.37-x86_64-linux → 0.0.39-x86_64-linux

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: afd04d3e105cb23f69baa57aa71a428ecb6a4c85ccb21b2695272ce66ebc599b
4
- data.tar.gz: c0446ecf3115d441b8d9b85dab3dc68a56733b2cbbcd5af456492f6e2a0b62d9
3
+ metadata.gz: e4ecf19905d5739ca3888ad983b0005b6be90da0e3f96a7b381b39840b51264f
4
+ data.tar.gz: a1dc1b30b56fb4c227d6634734b5605fd82a43a4b370f24fb165075972f403af
5
5
  SHA512:
6
- metadata.gz: e0fac14be0c865dececa7d79a2e4f52c65756b58b91f55efb0cb8d3347d171a0074591085faabaa30cb0c73669962c46863403deba9383b001e5f384a554d10c
7
- data.tar.gz: cde23667c0dd9ed79ec7f7090e33a79163317a7ed3776748172e6dc0f7a949a5634a74d7ae455e0d7bdd90d71d00f38dbcd65c434f202d62df42c69334603250
6
+ metadata.gz: 5235e8abb73715649d5c91234e36a81b218844e95383a1e80e5635e0fc71b214a5c425b8ab36d079b55daf538456cd81c2c4088bb2794e71c6446f883a9d0090
7
+ data.tar.gz: 577c0a726d18e244676829a4c1882795da14aaddce35304ddffa2acb0374ee19b730af079f80aa0751c43a5ef7c08319317150af99f51139907d0d98ff6435db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.38](https://github.com/yettoapp/ariadne/tree/v0.0.38) (2023-04-28)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.37...v0.0.38)
6
+
7
+ ## [v0.0.37](https://github.com/yettoapp/ariadne/tree/v0.0.37) (2023-04-28)
8
+
9
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.35...v0.0.37)
10
+
3
11
  ## [v0.0.35](https://github.com/yettoapp/ariadne/tree/v0.0.35) (2023-04-27)
4
12
 
5
13
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.34...v0.0.35)
@@ -58,6 +58,10 @@ module Ariadne
58
58
  @classes = merge_class_names(DEFAULT_ITEM_CLASSES, classes)
59
59
  @attributes = attributes
60
60
  end
61
+
62
+ def call
63
+ render(Ariadne::BaseComponent.new(tag: :div, classes: @classes, attributes: @attributes))
64
+ end
61
65
  end
62
66
  end
63
67
  end
Binary file
@@ -4,7 +4,7 @@ module Ariadne
4
4
  module ViewComponents
5
5
  # constants describing the upstream tailwindcss project
6
6
  module Upstream
7
- VERSION = "v3.1.8"
7
+ VERSION = "v3.3.2"
8
8
 
9
9
  # rubygems platform name => upstream release filename
10
10
  NATIVE_PLATFORMS = {
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.37"
6
+ VERSION = "0.0.39"
7
7
  end
8
8
  end
@@ -9,7 +9,6 @@
9
9
  "Ariadne::ClipboardCopyComponent": "",
10
10
  "Ariadne::CommentComponent": "",
11
11
  "Ariadne::ContainerComponent": "",
12
- "Ariadne::Content": "",
13
12
  "Ariadne::CounterComponent": "",
14
13
  "Ariadne::DetailsComponent": "",
15
14
  "Ariadne::Dropdown::MenuComponent": "",
@@ -145,8 +145,6 @@
145
145
  "Ariadne::ContainerComponent": {
146
146
  "DEFAULT_CLASSES": "ariadne-px-4 sm:ariadne-px-6 lg:ariadne-px-8"
147
147
  },
148
- "Ariadne::Content": {
149
- },
150
148
  "Ariadne::CounterComponent": {
151
149
  "DEFAULT_CLASSES": "ariadne-inline-flex ariadne-items-center ariadne-p-1 ariadne-border ariadne-border-transparent ariadne-rounded-full ariadne-shadow-sm focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2"
152
150
  },
data/static/statuses.json CHANGED
@@ -9,7 +9,6 @@
9
9
  "Ariadne::ClipboardCopyComponent": "stable",
10
10
  "Ariadne::CommentComponent": "stable",
11
11
  "Ariadne::ContainerComponent": "stable",
12
- "Ariadne::Content": "stable",
13
12
  "Ariadne::CounterComponent": "stable",
14
13
  "Ariadne::DetailsComponent": "stable",
15
14
  "Ariadne::Dropdown::MenuComponent": "stable",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.39
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Garen J. Torikian