ariadne_view_components 0.0.38-arm64-darwin → 0.0.39-arm64-darwin

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: ee2e71527fc123272d883f79aa28c0eb879e2cbd0892bc90db61be87cbd0b5e5
4
- data.tar.gz: 6e38e37c1a3db7d29c778946e296968e19f907caf5d2a46b9c3c287c34873bad
3
+ metadata.gz: bccb9b2e09760cb9605637ab06cd6af33356e6c113bad2da50cf24c7be4603a4
4
+ data.tar.gz: 4f3926718e3ab512a3319e13b12449fd007ba870f306ff404c1cfd144598a0b5
5
5
  SHA512:
6
- metadata.gz: 91dc1881215726f43e357931a3b8a055e31dd633313e758b5e53e4036c6faa8c753bd128d0fb6f163f5da47ce75dd867e619a5e61b7e1847af87843ec36d3a6f
7
- data.tar.gz: '08a70f40afcb1bd43b0ffa7c61f3c4a4fc1aae64f1f3b90d6bc752f6adb0bf86c55a2904b9dd3b29704b2c8b50fef7f2ac9f4f0257135d17d389c1d6349bb067'
6
+ metadata.gz: 373a4f81015c3f6d25a74e94b1f9e17ad005d0194acaddb4d15f6abb35d69e6c2302944e6e4485f8f0a24312380fac90835a0238f4e32b54ebd2837cb47ef095
7
+ data.tar.gz: 74690b0a6b528001c9a8113821950c097b85363cd9b5bddd0c9c73a2cab5047efbe5910aa693b0d441ceb0697b92779965da0b9f029da9b69c3bfdd58dfa24b7
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: arm64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian