ariadne_view_components 0.0.38-x86_64-darwin → 0.0.39-x86_64-darwin

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: 92bab765569cba926cb5dfb1a788ab5cb52b72552273ae04db0e35b80b2ef7e7
4
- data.tar.gz: 8ccaddc5db3d0d6cd86304f88cf98f641f84d281c5b2ba2a18d5a5b1f82cc712
3
+ metadata.gz: 28efd28ac4f5718129c6533dba5896a25f08a6777c691a684dc5a070d8e219fa
4
+ data.tar.gz: e8fa7e7888d9a3057ccc82d6a3e6da1b89c8a4303866f88d9d36c9b8c17e7290
5
5
  SHA512:
6
- metadata.gz: 6adbd8ec7897b373d6bf4267d222dfaad1fc06b7cdfeb7099d40a0c5cac772d61fc97e8198ce0812bc76d11203f79d44f8341b29aaa0487363c24db56b2b887c
7
- data.tar.gz: eb3085c1e39f5c751aa38fdf94783cd9021e7802743e4dbdec55dc066addd11f0bccdfdff1d0fd636904ac19a37d46b1e998ecd542c560e0d21c5a5679098ebe
6
+ metadata.gz: c6ad0841bce71d7790802619ceb3269929ba9d0d34d7d6884c6e762079e9556c233ba04b13308d29f0c2368fdb38c73da4d3f266d770650e8dbeee05abb859d1
7
+ data.tar.gz: 7c63e394e3278174db81b6c515c4c6254d742e99690f0c6c0ee2b9364fd95352440f33d5c90a85ebcd186eef695ebb9e1f337f680e159cadb033e1dfd8795d8e
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-darwin
6
6
  authors:
7
7
  - Garen J. Torikian