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 +4 -4
- data/CHANGELOG.md +4 -0
- data/app/components/ariadne/grid_component.rb +4 -0
- data/lib/ariadne/view_components/version.rb +1 -1
- data/static/audited_at.json +0 -1
- data/static/constants.json +0 -2
- data/static/statuses.json +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28efd28ac4f5718129c6533dba5896a25f08a6777c691a684dc5a070d8e219fa
|
4
|
+
data.tar.gz: e8fa7e7888d9a3057ccc82d6a3e6da1b89c8a4303866f88d9d36c9b8c17e7290
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/static/audited_at.json
CHANGED
data/static/constants.json
CHANGED
@@ -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",
|