ariadne_view_components 0.0.37-x64-mingw32 → 0.0.39-x64-mingw32

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: 810e7ae84a39c937b15c0d12ef9dfacb921ca0e7b65128d6dbad3431165157a7
4
- data.tar.gz: 7de0927ff48de178374834862a14d49e9ed5dcb800cfa0c6d25a44752bc0bfbd
3
+ metadata.gz: ffe1d6ff5d3accc4aeb8a259a70eddcf54b6db56a81c3ddb626b1d646fb8b819
4
+ data.tar.gz: 17f7afdc2f7eac09e04ead77efe6e0a1b6697c8f356b9084aac4aa4cc2cb509b
5
5
  SHA512:
6
- metadata.gz: 9adac9a22ab99fc4be20a94d4b10a5eb6eb09240f6a6afa0e79ea4143d65b4b8ea257b3c60ace5cf53e19d6e8db88b4db24800c811c183c97d1227d0f59a10e6
7
- data.tar.gz: 4d52634245b6e2e8356e0f245d4954ed7d091c441f6bda178345d96d4957f23f32c326ccc853954d8d1ae3224130cc061d3d7a871947efe9f0b188a2635a61e9
6
+ metadata.gz: e7b52b41ca3963855968c6747b74f8333b848979d16f90b0029cdbf7eccd946fc0c1b3b9deba219f0a8fa639cec996c2e2002b0132a42a35fe228406a14fb697
7
+ data.tar.gz: af3fee154b3a0a2f638de537e4be5baa9cb6688ed10e377c9e3be8bd5199ab33ccc0ec4b31f7d937e956a4822a8eccfb5a83d722a66fff851a6dda211b124685
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
Binary file
@@ -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: x64-mingw32
6
6
  authors:
7
7
  - Garen J. Torikian