ariadne_view_components 0.0.38-x86_64-linux → 0.0.39-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6acb3aa4ff55fd24d0b7bb64780b5c4a947cdd2ca7da62fe55c9f584c6bad5b5
4
- data.tar.gz: 4d49dac397ce6c0d6792896616b9138a37199e3b066aadb61a2529d4dc4611de
3
+ metadata.gz: e4ecf19905d5739ca3888ad983b0005b6be90da0e3f96a7b381b39840b51264f
4
+ data.tar.gz: a1dc1b30b56fb4c227d6634734b5605fd82a43a4b370f24fb165075972f403af
5
5
  SHA512:
6
- metadata.gz: 8ae20596febfecc1cc5a9c613bfeef0fbd01bf69f6040c7025effbc92ce5d92cd02f456d944c115f0b514485a961a0b74157b48fe3a97624db77ce5fe00085b1
7
- data.tar.gz: e5dad968300f46ca7f75aeabcdf7f52d5ff8417c43d637585c8bfc322a0d8f16b9cc5a398a58d62d517e8fb1abf10e83273b69f6dca557d46bbd0a1aea03d12b
6
+ metadata.gz: 5235e8abb73715649d5c91234e36a81b218844e95383a1e80e5635e0fc71b214a5c425b8ab36d079b55daf538456cd81c2c4088bb2794e71c6446f883a9d0090
7
+ data.tar.gz: 577c0a726d18e244676829a4c1882795da14aaddce35304ddffa2acb0374ee19b730af079f80aa0751c43a5ef7c08319317150af99f51139907d0d98ff6435db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ## [v0.0.37](https://github.com/yettoapp/ariadne/tree/v0.0.37) (2023-04-28)
4
8
 
5
9
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.35...v0.0.37)
@@ -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
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.38"
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.38
4
+ version: 0.0.39
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Garen J. Torikian