ariadne_view_components 0.0.37 → 0.0.39

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: b6915c834730dfaf6d8f2d91148494d63615417310176fa26bbe43684dc0d3a9
4
- data.tar.gz: b76a7ab64bc7885428edb02b8099942837a634270e1f5c3a6d2423c8b6827821
3
+ metadata.gz: 613521441316eeee9d5a4b62b023c9e07caac28a1104b3b625cac0abd388fe82
4
+ data.tar.gz: 6f52043187c6c4d9172f8845fb75f0c83390e20d378b514c866b32dbb02661fa
5
5
  SHA512:
6
- metadata.gz: aac780128422235cb1bb13dd513ca852dd8cd39201280efaa506a19d7992457d385308fbb3af61a6d865be3b4aa9c743bb87dfa53fa603c8851be1dd3caa8db2
7
- data.tar.gz: 648d9fddc1a8ed0e93223277fa976a8626946852a323571bad09b21086d9d39628b79f70d6528d36ca47a9c25a7dc19938ecee0412fe55faa90f122cafba548f
6
+ metadata.gz: f0818f1709009114e9af8153a3e6015ef6706d461283b9e5d2b118181403d4767d8fc5e40c587d9a42eaf41e11667c2815238219f0d67153e962dbb2b25f9684
7
+ data.tar.gz: 2af5ee0b59dd6734897f1212bc27bb12e6e5f6e83271e9ee6ff770a8baa7cba7b0b1f309defe86d4d5e9462ddb1c3ec958e5586f90e478f68c1e5beb1acde641
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
@@ -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: ruby
6
6
  authors:
7
7
  - Garen J. Torikian