ariadne_view_components 0.0.38-x64-mingw-ucrt → 0.0.39-x64-mingw-ucrt

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: '079f96d059aba5090b704fb7cda31dc2abb1b123cfbab54e053bee70d4d99163'
4
- data.tar.gz: b63fbb9e9e2661f0da392381a07e81502a8f69687ddce60c672d30b914932cdc
3
+ metadata.gz: 79835a31d178b9798016871d1286057851d08a420ff72e5038bb52386f51e165
4
+ data.tar.gz: 0e7b334555a11e3eec6bf4482e7dd4773c45a1bb117ec0e9e7ea31673fd1ac8b
5
5
  SHA512:
6
- metadata.gz: 25a09a7ffa58ad9af68f3945f4ee0085984fac3061aadef6d975bcb2b63657713799a0b8085ee1bbdb0a260e75498ce7aad42b50970553f9c015ac00d9536206
7
- data.tar.gz: 51a6a2d4d7e9ba3341bd2e63b427f59842ae75ecde03f7e65a7af65286f158aaf75b1444b7112504e89c363b7d0e98135e15b4c041de86d561981588450d9b35
6
+ metadata.gz: '0769297560100a3e89450d17b68f186bb7d58c855c570eacbc06ee17e890a79b85b0fd55902502aec0bf481938fadca1b4d19115be476cf6d400965fcca1df70'
7
+ data.tar.gz: 4af88f700a2d4c1d3d1e544881be1b3d311d9f3874d76e07c124294385b7ae7b5469b2e562dfd2862b3ce47610d70a5590979c5baefa7e67c71c17fd427d7631
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian